/*******************************************
*  JEFIMA Immobilier SA
*	Réalisation : FIT SA
*   CSS TYPO3
*******************************************/
/********************************************************************/
* {
  outline: none;
}
/* Sticky footer styles & genral elements
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-x: hidden;
  font-family: "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  color: #212021;
}
/* Masquer les barres de défilement */ 
::-webkit-scrollbar {
  display: none;
}

.wrapper-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.material-icons {
  font-size: unset !important;
}
a, a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
  font-weight: 600;
  color: #79b829
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Times New Roman", serif;
  color: #79b829;
  font-weight: 600;
  width: 100%;
}

img { max-width: 100% !important; height: auto;
}
h1, .h1 {
  color: #79b829;
    font-family: 'Uchen', "Times New Roman", serif;
  line-height: 60px;
	font-size: 28px;
  background: #188929;
  background: -moz-linear-gradient(left, #79b829 0%, #00506c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #79b829 0%, #00506c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #79b829 0%, #00506c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-transform: uppercase;
  display: inline;

}
.frame-type-text header h1 {}
h2, .h2 {
  color: #79b829;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
}
h3, .h3 {
  font-size: 20px;
  color: #79b829;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 0px;
}


.section-title {
  display: block
}
.navbar-nav > li > a {
  /*  padding-top: 15px;
    padding-bottom: 15px;
	margin-left: 25px;*/
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 15px;
}
.divider {
  height: 1px;
  width: 100%;
}
h1.section-title {
  margin: 15px;
}

@media all and (min-width:0px) and (max-width:1199px) {
  .container {
    width: 100% !important;
  }
}
/* Navigation
-------------------------------------------------- */
#topnavigation {
  background-image: none !important;
  filter: none !important;
  background-repeat: no-repeat;
  border-radius: 0;
  /*  -webkit-box-shadow: none !important;
  box-shadow: none !important;*/
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s;
}
/* Pages slides
-------------------------------------------------- */
.slidepage {
  position: fixed;
  width: 600px;
  /* max-width: 600px;*/
  background: #fff;
  padding: 90px 60px;
  height: calc(100vh) !important;
  right: -120%;
  top: 0px;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .3);
  overflow-y: scroll;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.SlideContent {
  position: absolute;
  top: 20px;
  /*width: 95%;*/
  padding-left: 10px;
}
.SlideContent .frame {
  width: 90%;
}
#MenuSlide .mainmenu {
  margin-left: 50px;
  margin-top: 20px;
}
#MenuSlide .mainmenu a {
  font-size: 20px !important;
  line-height: 36px;
}
/* Fond gris pour le contenu */
.opacity {
  position: fixed;
  width: 100%;
  height: 600%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
#page_overlay {
  position: fixed;
  width: 100%;
  height: 600%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.ToggleClose .material-icons {
  cursor: pointer;
  font-weight: bolder;
  float: left;
  color: #79b829;
  display: inline-block;
  font-size: 35px !important;
  background: #188929;
  background: -moz-linear-gradient(left, #79b829 0%, #00506c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #79b829 0%, #00506c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #79b829 0%, #00506c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.slidemenu {
  position: fixed;
  width: 350px;
  /* max-width: 600px;*/
  background: rgba(255, 255, 255, 1);
  padding: 0px 60px 0px 4px;
  /*margin-top:125px;*/
  height: calc(100vh) !important;
  right: -120%;
  top: 0px;
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .3);
  overflow-y: scroll;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media all and (max-width:991px) {
  .SlideContent {
    top: 20px;
  }
  .slidemenu {
    width: 50%;
  }
}
@media all and (max-width:767px) {
  .SlideContent {
    top: 20px;
  }
  .slidemenu {
    width: 95%;
  }
}
#topnavigation li.nav-item a, #topnavigation li.nav-item span {
  display: block;
  text-align: center;
}
#topnavigation li.nav-item img {
  max-width: 50px !important;
}
.SlideContent img {
  max-width: 50px !important;
  margin-right: 15px;
}
li.nav-item span {
  margin-top: 12px;
}
li.nav-item a.nav-link, li.subnav-item a.subnav-link, li.nav-item span {
  text-transform: uppercase !important;
  font-size: 18px !important;
  transition: 0.2s;
  font-weight: 500 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  vertical-align: bottom;
}
@media all and (max-width:991px) {
  li.nav-item a.nav-link, li.nav-item span {
    font-size: 16px;
  }
}
.mainmenu li.active a {
  color: #79b829 !important;
  display: inline-block !important;
  background: #188929 !important;
  background: -moz-linear-gradient(left, #79b829 0%, #00506c 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #79b829 0%, #00506c 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #79b829 0%, #00506c 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 100% !important;
  -webkit-background-clip: text !important;
  -moz-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -moz-text-fill-color: transparent !important;
}
li.subnav-item a.subnav-link {
  color: #575756 !important;
}
li.current a.subnav-link {
  color: #ff0000 !important;
}
#topnavigation #navbar * {
  text-shadow: none !important;
  box-shadow: none !important;
}
.navbar {
  border: none !important;
  /* min-height: 125px;*/
  min-height: auto;
  font-family: 'Uchen', "Times New Roman", serif;
}
.navbar-default {
  background-color: #ffffff;
  /* background-image: linear-gradient(to right, #235c4f, #0d221d 50%, #0d221d 50%); */
}
.navbar-inverse {
  background-image: none !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-nav a {
  background-image: none !important;
}
.navbar-inverse {
  background-color: #ffffff;
  transition: 2s;
}
.navbar-default .navbar-brand {
  color: #ffffff !important;
}
.navbar-inverse .navbar-brand {
  color: #333 !important;
}
.navbar-default .navbar-logo {
  background-image: url("../images/logo/logo-jefima.svg");
  background-size: contain;
  z-index: 1000;
}
.navbar-inverse .navbar-logo {
  background-image: url("../images/logo/logo-jefima-white.svg");
}
.navbar-default .navbar-logo, .navbar-inverse .navbar-logo {
  background-repeat: no-repeat;
  height: 60px;
  margin-top: 33px;
  transition: 0.2s;
  background-position: center;
}
/* Bootstrap col-XS to col-SM */
@media all and (max-width:991px) {
  .navbar-default .navbar-logo, .navbar-inverse .navbar-logo {
    margin-left: 20px;
    margin-top: 0px;
    /* background-position-x: center;	*/
  }
  .tx-powermail hr {
    display: none;
  }
}
.navbar-default .navbar-brand, .navbar-inverse .navbar-brand {
  font-weight: 300;
  font-size: 20px;
  transition: 0.2s;
}
.navbar-default .navbar-nav > li > a {
  color: #575756;
}
.navbar-default li.active a {
  background: none !important;
}
.navbar-default li.active a:hover {
  /*background-color: #235c4f !important;*/
}
#navbar .dropdown-menu {
  top: inherit;
  width: 100%;
  position: fixed;
  margin-top: -5px;
  background: none;
  z-index: 1100;
  border: none;
  webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
#navbar .dropdown-content {
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  padding: 20px 0;
  z-index: 100;
}
.dropdown-content .title {
  color: #575756;
  font-weight: 500;
  font-size: 18px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
  background-image: none !important;
  filter: none !important;
  background-repeat: no-repeat;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #575756;
  background-color: none !important;
}
a.page-link {
  font-size: 16px;
  font-weight: 300;
  color: #575756;
  text-decoration: none;
}
a.page-link:hover {
  color: #575756;
  text-decoration: none;
}
li.open a {
  z-index: 1200;
}
.subnav-item {
  margin: 10px 0px 10px 25px;
}
.groupmenu {
  float: left;
  width: 25%;
}
.top-buttons {
  text-align: center;
  padding: 0px;
  right: 0;
  float: right;
}
.topnav {
  padding-top: 8px;
  padding-left: 3px;
  padding-right: 3px;
  /*  cursor: pointer;*/
  color: #575756;
  transition: 0.2s;
  /* height: 125px;
  width: 16.666%;*/
}
@media all and (max-width:767px) and (orientation: portrait) {
  .call-us {
    margin-top: 8px;
  }
  .topnav {
    padding-top: 0px;
  }
  #topnavigation {
    width: 110%;
    overflow-y: hidden;
  }
  .navbar-default .navbar-logo, .navbar-inverse .navbar-logo {
    height: 40px;
    margin-top: 15px;
      margin-bottom: 15px;
  }
}
@media all and (min-width:768px) and (max-width:991px) and (orientation: portrait) {
  #topnavigation {
    width: 103%;
    overflow-y: hidden;
  }
}
.top-buttons a {
  color: #ff0000;
  cursor: pointer
}
.topnav .material-icons {
  color: #79b829;
  display: inline-block;
  font-size: 28px;
  background: #188929;
  background: -moz-linear-gradient(left, #79b829 0%, #00506c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #79b829 0%, #00506c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #79b829 0%, #00506c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.topnav:hover {
  /*background-color: #235c4f;*/
}
.topnav .material-icons, .topnav-invert .material-icons {
  font-size: 40px !important;
  max-width: 40px;
  padding-top: 5px;
  margin-top: 18px;
}
.topnav .btnlib, .topnav-invert .btnlib {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: flow-root;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.topnav-invert {
  padding-top: 15px;
  padding-left: 35px;
  cursor: pointer;
  color: #fff;
  transition: 0.2s;
  height: 125px;
}
.topnav-invert:hover {
  color: #fff;
}
.top-buttons .btn2:before, .top-buttons .btn3:before, .top-buttons .btn4:before, .top-buttons .btn5:before, .top-buttons .btn6:before {
  position: absolute;
  top: 0px;
  left: -2px;
  width: 2px;
  height: 125px;
  background: #fff;
  content: "";
  opacity: 0.9;
}
.top-buttons .btnsearch:hover:before, .top-buttons .btncontact:hover:before, .top-buttons .ToggleAct:before {
  visibility: hidden;
}
#topnavigation ul.mainmenu {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
.mainmenu a, .mainmenu a:hover, .mainmenu a:visited, .mainmenu a:active, .mainmenu a:focus {
  background: none !important;
  border: none !important;
  color: #575756 !important;
  font-size: 16px !important;
  padding: 5px !important
}
/* Menu mobile
-------------------------------------------------- */
#MenuSlide li a {
  background: none;
}
#MenuSlide .groupmenu {
  float: inherit;
  width: 100%;
  -webkit-column-break-inside: avoid;
}
#MenuSlide .dropdown-content {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-left: 15px;
  max-width: 100%;
}
#MenuSlide .dropdown-content :first-child {
  margin-top: 0px;
}
#MenuSlide .dropdown-menu {
  position: relative;
  border: none !important;
  box-shadow: none !important;
  webkit-box-shadow: none !important;
  background: none;
}
#MenuSlide .navbar-nav > li {
  width: 100%;
  clear: both;
  margin: 15px auto;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-top: 9px dashed;
  border-top: 9px solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  color: #e65300;
}
.dropdown-menu {
  font-size: 16px;
}
.dropdown-menu .subnav-item a {
  color: #000;
}
/*@media all and (min-width:992px)
{
	#MenuSlide { 
		visibility: hidden; display: none; 
	}
} */
/* homeslider
-------------------------------------------------- */
.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slick-slider h2 {
  visibility: hidden;
  display: none;
}
.slick-slider .ce-image {
  /*max-height: 530px;*/
  display: flex;
  flex-wrap: wrap-reverse;
}
.slick-slider .ce-gallery {
  vertical-align: middle;
}
.container-slider {
  margin-bottom: 20px;
}
/*
.container-slider .slick-slider , .container-slider .slick-slider .ce-gallery, .container-slider .slick-slider .ce-outer, .container-slider .slick-slider .ce-inner, .container-slider .slick-slider .ce-row, .container-slider .slick-slider .ce-column, .container-slider .slick-slider figure, .container-slider .slick-slider img,  .container-slider .slick-track ,  .container-slider .slick-slide ,  .container-slider .frame-default  {
  width: 100% !important;
}*/
.container-slider {
  min-height: 50px;
}
.container-slider figcaption {
  color: #ffffff;
  font-size: 2em;
  display: block;
  max-width: 1170px;
  margin: auto;
  top: -50px;
  position: relative;
  font-weight: bold;
  padding-left: 15px;
  text-align: right;
  text-shadow: 3px 3px 3px #575756;
}
@media all and (max-width:767px) {
  .container-slider figcaption {
    top: -100px;
    line-height: 1em;
    margin-right: 15px;
  }
  .container-slider {
    min-height: 40px;
  }
}
.slick-dots {
  text-align: center;
}
.slick-dots li {
  width: 30px;
  height: 30px;
}
.slick-slider img {
  margin: 0 !important;
    width: 100%;
}



.slick-slider .slick-dots li button:before {
  /*  content:url("../images/balle-tennis-verte-small.png");
  color: #235c4f;
  opacity: 1;*/
}
.slick-slider .slick-dots {
  /* bottom: 5% !important;*/
}
.slick-slider .slick-dots li.slick-active button:before {
  /*  content:url("../images/balle-tennis-orange-small.png");
  color: #fb6c03;
  opacity: 1;*/
}
.slick-prev, .slick-next {
  z-index: 1000;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 1;
  opacity: .25;
  color: white;
  -webkit-font-smoothing: antialiased;
}
.slick-dots li button:before {
  font-size: 12px;
  opacity: .5;
}

@media all and (max-width:768px) and (orientation: landscape) {
  .topnav {
    padding-top: 2px;
    height: 40px;
  }
  .topnav .btnlib, .topnav-invert .btnlib {
    visibility: hidden;
    display: none;
  }
  .top-buttons .btn2:before, .top-buttons .btn3:before, .top-buttons .btn4:before, .top-buttons .btn5:before, .top-buttons .btn6:before {
    height: 40px;
  }
  
  
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
/* images
-------------------------------------------------- */
.maincontent .frame-type-image.frame-layout-0 .ce-outer, .maincontent .frame-type-image.frame-layout-0 .ce-inner, .maincontent .frame-type-image.frame-layout-0 .ce-row, .maincontent .frame-type-image.frame-layout-0 .ce-column, .maincontent .frame-type-image.frame-layout-0 figure, .maincontent .frame-type-image.frame-layout-0 img {
  width: 100%;
}
/* contenu textes
-------------------------------------------------- */
.container .frame-type-text, .container .frame-type-textpic {
  /* padding-top: 20px;*/
  /*padding-bottom: 20px;*/
}
@media all and (max-width:767px) {
  .maincontent .container, footer .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* margin bottom pour le header car le h1 est en display:inline */
/*.frame-layout-0 header {margin-bottom: 21px;}*/
/* sauf pour le slick-slider */
.slick-slider .frame-layout-0 header {
  margin-bottom: 0px;
}
/* titre tableaux en h3 */
table th {
  font-size: 18px;
  color: #fb6c03;
  font-weight: bold !important;
  letter-spacing: 3px;
}
/* IMAGES */
.frame-layout-1 .ce-textpic, .frame-layout-1 .ce-image, .frame-layout-1 .ce-gallery, .frame-layout-1 .ce-row {
  overflow: visible;
}
.frame-layout-1 figure {
  position: relative;
}
.frame-layout-1 .ce-outer {
  z-index: -1;
}
.frame-layout-1 figure:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #79b829 0%, #00506c 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  animation: slide-left-back 1.2s linear both;
  transition-delay: 3s;
}
/*.frame-layout-1 figure:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 102%;
  height: 102%;
  background-image: url("../images/bg.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 98%;
  animation: slide-left-back 1.2s linear both;
  transition-delay: 3s;
        background-size: cover;
}*/
.frame-layout-1 img {
  position: relative;
  animation: slide-left 1.2s linear both;
  transition-delay: 3s;
}
@keyframes slide-left {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-left-back {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* carte
-------------------------------------------------- */
.googlemap {
  padding: 0 !important;
}
/* footer
-------------------------------------------------- */
.footer-before {
  display: block;
  height: 12px;
  background-image: linear-gradient(to right, #79b829, #00506C);
  margin-bottom: 30px;
}
.footer {
  width: 100%;
  min-height: 200px; /* Set the fixed height of the footer here */
  background-color: #666666;
  padding-bottom: 40px;
}
.footer p {}
footer a, footer a:hover, footer a:visited, footer a:active, footer a:focus, footer h2 {
  font-weight: normal !important;
}
.footer .container {}
.footer *, .footer a:hover {
  color: #ffffff;
}
.footer .firstcol, .footer .fourthcol {
  padding-top: 20px;
}
.footer table td {
  padding-right: 15px;
}
.footer .libcommune {
  padding-top: 12px;
  padding-left: 20px;
}
.footer .frame-layout-0 h2 {
  margin-top: 0px;
  font-size: 18px;
  color: #fff;
}
.frame-layout-1 {
  /* text-align: center;*/
}
.footer .frame-layout-1 {
  background: #f6f4f4;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
.footer .frame-layout-1 img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.footer .frame-layout-1 img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.footer .frame-layout-1 .ce-row {
  display: flex;
}
.footer header {
  margin-bottom: 10px !important;
}
.footer .blason {
  padding-left: 15px;
}
.footer p, .footer h2, .footer a {
  color: #FFFFFF;
}
.footer-row {}
.footer-row .col-6 {}
.footer-row img {
  max-width: 220px  !important;
}
/* Copyright 
-------------------------------------------------- **/
#copyright {
  text-align: right;
}
#copyright img {
  width:30px; height: 30px;
    margin-right: 30px;
    margin-top: 12px;
}

/* Btn scroll to top 
-------------------------------------------------- **/
.scroll-top {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 99px;
  right: 20px;
  display: none;
}
.scroll-top i {
  display: inline-block;
  font-size: 25px !important;
}
/* divers
-------------------------------------------------- */
.btn-primary {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-image: none !important;
  filter: none !important;
  background-color: #575756;
  border-color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #333333 !important;
  border-color: #FFFFFF;
}
@media all and (max-width:750px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    float: left;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
  .col-pull-12 {
    right: 100%;
  }
  .col-pull-11 {
    right: 91.66666667%;
  }
  .col-pull-10 {
    right: 83.33333333%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-8 {
    right: 66.66666667%;
  }
  .col-pull-7 {
    right: 58.33333333%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-5 {
    right: 41.66666667%;
  }
  .col-pull-4 {
    right: 33.33333333%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-2 {
    right: 16.66666667%;
  }
  .col-pull-1 {
    right: 8.33333333%;
  }
  .col-pull-0 {
    right: auto;
  }
  .col-push-12 {
    left: 100%;
  }
  .col-push-11 {
    left: 91.66666667%;
  }
  .col-push-10 {
    left: 83.33333333%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-8 {
    left: 66.66666667%;
  }
  .col-push-7 {
    left: 58.33333333%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-5 {
    left: 41.66666667%;
  }
  .col-push-4 {
    left: 33.33333333%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-2 {
    left: 16.66666667%;
  }
  .col-push-1 {
    left: 8.33333333%;
  }
  .col-push-0 {
    left: auto;
  }
  .col-offset-12 {
    margin-left: 100%;
  }
  .col-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-offset-0 {
    margin-left: 0%;
  }
}

li.active .dropdown-menu {
  display: block;
}
li.current a {
  color: #ff0000 !important;
}
/*POWERMAIL */
blockquote {
  font-size: 14px !important;
}
legend {
  margin-left: 15px;
}
/* SLIDER */
.slick-dots li button, .slick-prev, .slick-next {
  display: none !important;
}
/* RESPONSIVE UTILITIES */
@media all and (max-width: 767px) /*S*/ {
  .footer-row img {
    max-width: 140px !important;
  }
    footer .container {
    padding-left: 18px;
    }
   .ce-table{max-width: 90% !important;}
    .ce-table th, .ce-table td { font-size : 0.8em;}
    

    
    
}
@media all and (max-width: 1023px) /*S*/ {
  .topnav .material-icons, .topnav-invert .material-icons {
    margin-top: 0px;
  }
}
@media all and (min-width: 1200px) /*S*/ {
  .menu-mobile {
    padding-right: 60px !important;
  }
}