<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,html{ overflow-x:hidden; }

body {
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    overflow-x: hidden !important;
}

::selection { background: #9F0; } /* WebKit/Blink Browsers */
::-moz-selection { background: #9F0; } /* Gecko Browsers */

ul,
ol{
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #1c458b;
  text-decoration: underline;
}
a:hover,
a:focus{ outline: none; }

a,
button { cursor: pointer; }

h2 {
  color: #666;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding-bottom: 10px;
}

img{ border:none; }

.clearfix { clear: both; }

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}
.img-right{
  display: block;
  margin-left: auto;
  max-width: 100%;
}
.img-left {
  display: block;
  margin-right: auto;
  max-width: 100%;
}
.img-fluid {
    height: auto;
    max-width: 100%;
}

.font-2x {font-size: 2em !important;}
.font-3x {font-size: 3em !important;}

.mtop-1 {margin-top: 1em;}
.mtop-2 {margin-top: 2em;}
.mtop-3 {margin-top: 3em;}
.mtop-4 {margin-top: 4em;}
.mtop-5 {margin-top: 5em;}

.mbottom-3 {margin-bottom: 3em;}

/* Preloader */
#preloader {
  background-color:#fff; /* Cor da mÃ¡scara */
  bottom:0;
  left:0;
  position: fixed;
  right:0;
  top:0;
  z-index:99999; /* Deixar sempre no topo */
}

#status {
  background-image:url(../images/status.gif); /* path to your loading animation */
  background-position:center;
  background-repeat:no-repeat;
  height:200px;
  left:50%; /* centers the loading animation horizontally one the screen */
  margin:-100px 0 0 -100px; /* is width and height divided by two */
  position:absolute;
  top:50%; /* centers the loading animation vertically one the screen */
  width:200px;
}

/*scrol to top*/
.scrollToTop {
	bottom: 110px;
	color: #fff;
	display: none;
	font-size: 32px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 26px;
	text-align: center;
	text-decoration: none;
	transform:rotate(43deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 50px;
	z-index: 999;
}
    .scrollToTop&gt;i{ transform:rotate(-45deg); }
    .scrollToTop:hover,
    .scrollToTop:focus{
        background-color: #fff;
        outline: none;
        text-decoration: none;
    }

/* CABECALHO */
#header{
	display: inline;
    float: left;
	width: 100%;
}

.navbar {margin-bottom: 0;}

.menu_area {
	display: inline;
	float: left;
	width: 100%;
}
	.menu_area &gt; .navbar &gt; .container {
		padding: 0;
	}

.navbar-default {
    min-height: 140px;
	padding: 5px 0;
	-moz-transition: padding 0.3s ease 0s;
	-o-transition: padding 0.3s ease 0s;
	-webkit-transition: padding 0.3s ease 0s;
	transition: padding 0.3s ease 0s;
}
    .navbar-default .navbar-nav &gt; li &gt; a {
        color: #360;
        display: inline-block;
        letter-spacing: 0;
        outline: none;
        padding: 0 10px;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }
        .navbar-default .navbar-nav &gt; li &gt; a strong { font-weight: 400; }
        .navbar-default .navbar-nav &gt; li:last-child &gt; a { padding: 0 0 0 15px; }

.navbar-fixed-top{position: relative;}

.past-main{ padding: 0 0 10px; }

.main-nav{
    font-size: 1.7em;
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
    margin: -1.3em 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.navbar-header { width: 100%; }

.navbar-default .navbar-nav &gt; li &gt; a::before {
	color: transparent;
	content: 'â€¢â€¢â€¢';
    font-size: 1.5em;
	left: 50%;
	pointer-events: none;
	position: absolute;
	text-shadow: 0 0 transparent;
	top: 92%;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.navbar-default .navbar-nav &gt; li &gt; a:hover::before,
.navbar-default .navbar-nav &gt; li &gt; a:focus::before,
.navbar-default .navbar-nav &gt; .active &gt; a::before {
	color: #85b200;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus { color: #360; }
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover { color: #360; }
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:focus,
.navbar-default .navbar-nav &gt; .open &gt; a:hover { color: #360; }

.navbar-right .dropdown-menu {
  left: auto;
  max-width: 400px;
  min-width: 250px;
  right: 15px;
  top: 40px;
}
.navbar-right .dropdown-menu::before {
	background: none repeat scroll 0 0 #fff;
	content: "";
	display: block;
	height: 20px;
	margin-top: -43px;
	position: absolute;
	right: 15px;
	top: 32px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 20px;
	z-index: -99;
}

.dropdown-menu &gt; li &gt; a {
    clear: both;
    color: #360;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: .5em;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    white-space: normal;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus{ color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a { color: #c3c3c3; }
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover { color: #fff; }

.navbar-nav .open .dropdown-menu { background-color: #ffffff; }

/* Menu - nivel 3 */
.navbar-default .navbar-nav .dropdown .dropdown-menu .dropdown:hover .menu-3-level {
	display: block;
	margin: 0 0 0 15.55em;
	min-width: 250px;
	position: absolute;
	top: 0;
}
.menu-3-level {
	background: #fff;
	border: 1px solid #999;
	display: none;
}
    .menu-3-level &gt; li { padding: .5em .55em; }
    .menu-3-level &gt; li &gt; a { color: #360; }
    .menu-3-level &gt; li:hover,
    .menu-3-level &gt; li &gt; a:hover { background: #85b200; color: #fff; }
/* //Menu - nivel 3 */

/* Menu - Levels */
#menuSublevels {
	float: right;
	width: 100%;
}
#menuSublevels ul {
  float: right;
  margin: 0;
  padding: 0;
}

#menuSublevels &gt; .main-menu {
  display: none;
  padding: 0 0 3em;
}

#tm:checked + .main-menu {
  display: block;
}

#menuSublevels input[type="checkbox"], 
#menuSublevels ul span.drop-icon {
  display: none;
}

#toggle-menu i {
	cursor: pointer;
	padding: .5em 0;
}

#toggle-menu, 
#menuSublevels .sub-menu {
  border-color: rgba(0, 0, 0, .05);
  /*border-style: solid;*/
}

#menuSublevels li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menuSublevels li .sub-menu {
  background: #1c458b;
  margin: 0;
  padding: .6555em 0;
}

#menuSublevels .sub-menu li:last-child { border-width: 0; }

#menuSublevels li, 
#toggle-menu, 
#menuSublevels a {
  color: #1c458b;
  display: block;
  font-size: 1.35em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 2.5em;
  padding: .3em 0;
  position: relative;
}
	#menuSublevels a {
		text-decoration: none;
	}
	#menuSublevels &gt; .main-menu &gt; li &gt; a { text-transform: uppercase; }

#menuSublevels .main-menu li .sub-menu li {
	font-size: 1em;
	word-break: break-all;
}
#menuSublevels &gt; .main-menu li .sub-menu a { 
	color: #fff;
	font-weight: 500;
  line-height: 1.3em;
}
#menuSublevels &gt; .main-menu li .sub-menu a:hover { 
	color: #00698c;
}

#menuSublevels .main-menu .sub-menu .sub-menu {
	background: #1c458b;
}

#menuSublevels, 
#toggle-menu {
  background-color: #fff;
}

#toggle-menu, 
#menuSublevels a {
  padding: 0;
}

#menuSublevels a {
  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
}

#menuSublevels a:hover {
  background-color: white;
  color: #00698c;
}

#menuSublevels .sub-menu {
  display: none;
}

#menuSublevels input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menuSublevels .sub-menu a:hover {
  color: #85b200;
}

#toggle-menu .drop-icon, 
#menuSublevels li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 0;
}

#menuSublevels label.drop-icon,
#toggle-menu span.drop-icon {
  /*background-color: rgba(0, 0, 0, .05);*/
  border-radius: 0;
  color: rgba(255, 255, 255, .75);
  cursor: pointer;
  height: 2.5em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  width: 100%;
}

#menuSublevels .drop-icon {
  line-height: 1;
}

#testediv { display: block; background: orange; position: absolute; z-index: 10999; }

@media only screen and (min-width: 65.01em) and (max-width: 70em) {
	#testediv { display: block; background: red; position: absolute; z-index: 10999; }
	#menuSublevels {
		width: 100%;
	}
		#menuSublevels li {
			line-height: 1.5em;
			padding: 0;
			width: 33%;
		}

		#menuSublevels .sub-menu {
			text-align: left;
		}
		#menuSublevels .sub-menu li {
			width: auto;
		}
		#menuSublevels .sub-menu li a {
			line-height: 1.7em;
		}

		#menuSublevels &gt; .main-menu {
		  padding: 1em 0;
		}
}

@media only screen and (min-width: 65em) {
	#testediv { display: block; background: green; position: absolute; z-index: 10999; }
	
  #menuSublevels {
    width: 70%;
  }
  #menuSublevels &gt; .main-menu {
    display: block;
    padding: 5em 0 0;
    text-align: left;
  }
	
  #toggle-menu, 
  #menuSublevels a { padding: 0 .6em; }
	
#menuSublevels li, 
#toggle-menu, 
#menuSublevels a { line-height: 1.5em; }

  #toggle-menu, 
  #menuSublevels label.drop-icon { display: none; }

  #menuSublevels ul span.drop-icon { display: inline-block; }

  #menuSublevels li {
    border-width: 0 1px 0 0;
    float: left;
  }

  #menuSublevels .sub-menu li { float: none; }

  #menuSublevels .sub-menu {
    border: 1px solid #1c458b;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 20em;
    z-index: 3000;
  }

  #menuSublevels .sub-menu, 
  #menuSublevels input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menuSublevels .sub-menu li {
    border-width: 0 0 1px;
  }

  #menuSublevels .sub-menu .sub-menu {
    left: 100%;
    top: -0.7em;
  }

  #menuSublevels li:hover &gt; input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
/* //Menu - Levels */

.navbar-brand { padding: 1em 0; }
.navbar-brand img{ width: 100%; }
.navbar-brand&gt;i{
	font-size: 30px;
    margin-right: 8px;
}

/*--------------------*/
/* HOME SLIDER */
/*--------------------*/
#sliderArea {
  display: inline;
  float: left;
  height: 600px;
  margin: 0;
  width: 100%;
}
	#sliderArea &gt; h2 {display:none;}

.top-slider{
	display: inline;
	float: left;
	margin: 0;
	width: 100%;
}

.top-slide-inner{
	display: inline;
    float: left;
	height: 670px;
	width: 100%;
}

.slider-img{
	display: inline;
	float: left;
	height: auto;
	width: 100%;
}
.slider-img&gt;img{
	height: auto;
	width: 100%;
}

.top-slider .slick-prev,
.top-slider .slick-next {
	background-color: transparent;
	border: 2px solid #ccc;
	border-radius: 50%;
	color: #ccc;
	cursor: pointer;
	display: block;
	font-size: 0;
	font-weight: bold;
	height: 50px;
	line-height: 44px;
	margin-top: -10px;
	outline: medium none;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 47.5%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 50px;
}
.top-slider .slick-prev{ left: 3%; }
.top-slider .slick-next{ right: 3%; }
.top-slider .slick-next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 25px;
  left: 4px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-prev::before {	
  content: "\f104";
  font-family: FontAwesome;
  font-size: 25px;
  left: 1px;
  margin-right: 5px;
  position: relative;
}
.top-slider .slick-dots {
	bottom: 2%;
	position: absolute;
	height: 30px;
	left: 0;
    text-align: center;
	width: 100%;
	z-index: 1000;
}
.top-slider .slick-dots li {
	background: #ddd;
	background: rgba(150,150,150,0.4);
    border-radius: 50%;
	box-shadow:0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 3px;
	position: relative;
	width: 16px;
}
.top-slider .slick-dots li {
	background: rgba(150,150,150,0.1);
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.top-slider .slick-dots li.slick-active,
.top-slider .slick-dots li:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}
.top-slider .slick-dots li.slick-active:after {
	background: rgba(255,255,255,0.8);
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 10px;
}
.top-slider .slick-dots li button{ display: none; }

.readmore_area a {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.readmore_area_news a {
  color: #fff;
  display: inline-block;
  font-size: 1.8em;
  font-weight: 600;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
}
.readmore_area {
  float: left;
  margin-top: 2em;
  position: relative;
  z-index: 1;
}
.readmore_area_news {
  float: none;
  margin-top: 4em;
  position: relative;
  text-align: center;
  z-index: 1;
}
.readmore_area a,
.readmore_area_news a {
	border-radius: .2em;
	margin: 0;
    overflow: hidden;
}
.readmore_area a span,
.readmore_area_news a span {
	background: #ffd24d;
	font-family: 'Roboto Slab', serif;
    display: block;
	padding: 10px 20px;
	text-transform: uppercase;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.readmore_area a::before,
.readmore_area_news a::before {
	background: #85b200;
	color: #fff;
	content: attr(data-hover);
	font-family: 'Roboto Slab', serif;
    height: 100%;
    left: 0;
	padding: 10px 20px;
    position: absolute;
	text-transform: uppercase;
	top: 0;
	-webkit-transform: translateX(-25%);
    transform: translateX(-25%);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	width: 100%;
    z-index: -1;
}
.readmore_area a:hover span,
.readmore_area a:focus span,
.readmore_area_news a:hover span,
.readmore_area_news a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}
.readmore_area a:hover::before,
.readmore_area a:focus::before,
.readmore_area_news a:hover::before,
.readmore_area_news a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}

.slider-text {
  float: left;
  height: auto;
  left: 0;
  margin: 25em 2em;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
}
	.slider-text h2 {
		background: #fff;
		color: #F60;
		display: inline-block;
		font-size: 3.5em;
		padding: .2em .5em;
	}
	.slider-text p {
		color: #fff;
		font-size: 3em;
		font-weight: 300;
		max-width: 50%;
		padding-top: .2em;
		position: relative;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
		width: 100%;
		z-index: 100;
	}

#topFeature{
	display: inline;
	float: left;
	max-height: 353px;
	overflow: hidden;
	width: 100%;
}

.single-top-feature{
	float: left;
	display: inline;
	height: 100%;
	min-height: 355px;
	padding: 40px 30px;
	text-align: center;
	width: 100%;
}
	.single-top-feature-01{ background: #1c458b;	}
	.single-top-feature-02{ background: #00698c;	}
	.single-top-feature-03{ background: #0085b2;	}
    .single-top-feature &gt; span {
      color: #fff;
      font-size: 4.5em;
      font-weight: normal;
    }
    .single-top-feature&gt;h3{
        color: #fff;	
        font-size: 3.2em;
        font-weight: 600;
        margin: .6em 0 .2em;
        text-transform: uppercase;
    }
    .single-top-feature &gt; p,
    .single-top-feature &gt; p a {
      color: #fff;
    }
    .single-top-feature &gt; p {
      font-size: 2.4em;
      font-weight: 600;
      line-height: 1.2em;
      margin: 0;
      padding: 0 5em;
    }
    .single-top-feature&gt;img{
        max-height: 155px;
        max-width: 315px;
        width: auto;
    }
    .single-top-feature .readmore_area { float: none; }
	.single-top-feature .readmore_area a span {
	  background: #fff none repeat scroll 0 0;
	  border-radius: .2em;
	  color: #00698c;
	  font-family: 'Roboto Slab', serif;
	  min-width: 230px;
	}
	.single-top-feature .readmore_area a span.cta_destaque {
	  background: #a3d900 none repeat scroll 0 0;
	  border-radius: .2em;
	  color: #fff;
	  font-family: 'Roboto Slab', serif;
	  min-width: 230px;
	}
    .single-top-feature .readmore_area a::before {
		color: #fff;
		font-family: 'Roboto Slab', serif;
	}
	.single-top-feature .readmore_area &gt; img {
		display: block;
		margin: 1rem auto 0;
	}

.opening-hours {
  background-color: #fff;
  padding-right: 60px;
}
    .opening-hours&gt;span{ color: #000; }
    .opening-hours&gt;h3{ color: #000; }
    .opening-hours&gt;p{ color: #000; }

.opening-table li{
	border-bottom: 1px solid #f1f1f2;
	color: #000;
	display: block;
	float: left;
	line-height: 30px;
	margin: 0 15px;
	padding: 5px 0;
	width: 100%;
}
.opening-table li span{ float: left; }
.opening-table li div.value{ float: right; }

/*--------------------*/
/* SERVICE            */
/*--------------------*/
#service{
	display: inline;
	float: left;
    padding: 10em 0;
	width: 100%;
}
#parceiros{
	border-bottom: none;
	display: inline;
	float: left;
    padding: 10em 0;
	width: 100%;
}

.service-area{
	display: inline;
    float: left;
	width: 100%;
}

.section-heading{
	display: inline;
    float: left;
	text-align: center;
    width: 100%;
}
	.section-heading &gt; h3{
		font-size: 2.8em;
	}

.service-content{
	display: inline;
	float: left;
	padding: 0;
	width: 100%;
}

.single-service,
.single-service-sld{
	display: inline;
    float: left;
	margin-bottom: 30px;
	padding: 0px 10px;
	text-align: center;
	width: 100%;
}

.service-icon-effect {
	border-radius: 50%;
    display: inline-block;
	font-size: 0px;	
	height: 100px;
	margin: 15px 30px;
	position: relative;
	text-align: center;
	width: 100px;
	z-index: 1;
}
    .service-icon-effect:after {
        border-radius: 50%;
        -webkit-box-sizing: content-box; 
        -moz-box-sizing: content-box; 
        box-sizing: content-box;
        content: '';
        height: 100%;
        pointer-events: none;
        position: absolute;
        width: 100%;
    }
    .service-icon-effect:before {	
        display: block;
        font-size: 5em;
        line-height: 90px;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        speak: none;
        text-transform: none;
    }
    .service-icon .service-icon-effect {	
        -moz-transition: -moz-background 0.2s, color 0.2s;
        -o-transition: -o-background 0.2s, color 0.2s;
        -webkit-transition: -webkit-background 0.2s, color 0.2s;
        transition: background 0.2s, color 0.2s
    }
    .service-icon .service-icon-effect:after {
        left: -8px;
        opacity: 0;
        padding: 8px;
        top: -8px;
        z-index: -1;
    }
    .service-icon .service-icon-effect:after {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -moz-transition: opacity 0.2s, -moz-transform 0.2s;
        -o-transition: opacity 0.2s, -o-transform 0.2s;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: opacity 0.2s, transform 0.2s;
    }
    .single-service:hover .service-icon-effect:after,
    .single-service-sld:hover .service-icon-effect:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    .service-icon .service-icon-effect:before {
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -moz-transition: -moz-transform 0.2s, opacity 0.2s;
        -o-transition: -o-transform 0.2s, opacity 0.2s;
        -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s;
    }
    .single-service:hover .service-icon-effect:before,
    .single-service-sld:hover .service-icon-effect:before {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
.single-service &gt; .service-icon span.fa {
	background-color: #ffd24d;
	color: #FFF;
	font-size: 1.5em;
	padding: .4em 0 0;
}
.single-service&gt;h3 { font-size: 2.6em; }
.single-service&gt;h3 a,
.single-service-sld&gt;h3 a {
	color: #666;
	text-decoration: none;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
    .single-service&gt;h3 a:hover,.single-service&gt;h3 a:focus,
    .single-service-sld&gt;h3 a:hover,.single-service&gt;h3 a:focus {
        outline: none;
        text-decoration: none;
    }
.single-service &gt; p,
.single-service-sld &gt; p {
  color: #666;
  font-size: 1.8em;
  letter-spacing: .0455em;
  line-height: 1.2em;
  padding: 0 .65em;
}

/*--------------------*/
/* WHY CHOOSE US */
/*--------------------*/
#whychooseSection{
	background-color: #f7f7f7;
	display: inline;
	float: left;
	padding: 75px 0px;
	width: 100%;
}

.whyChoose-left { 
  border: 5px solid #fff;
  display: inline;
  float: left;
  height: 330px;
  margin-top: 30px;
  width: 460px;
}

.whychoose-slider{
	display: block;
	float: left;
	height: 100%;
	width: 100%;
}

.whychoose-singleslide{
	display: block;
	float: left;
	height: 100%;
	width: 100%;
}
    .whychoose-singleslide img{
        height: 320px;
        max-width: 100%;
    }

.whychoose-slider .slick-prev,
.whychoose-slider .slick-next {
    background-color: #fff;
    display: none !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    height: 45px;
    opacity: 0.8;
    top: 46%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 40px;
}
    .whyChoose-left:hover .slick-prev,
    .whyChoose-left:hover .slick-next{ display: block !important; }
    .whychoose-slider .slick-next {
      background-image: url("../images/next_icon1.png");
      background-position: center center;
      background-repeat: no-repeat; 
      right: 0;
    }
    .whychoose-slider .slick-prev {
      background-image: url("../images/prev_icon.png");
      background-position: center center;
      background-repeat: no-repeat;    
      left: 0;
    }

.whyChoose-right{
	display: inline;
    float: left;
	margin-top: 30px;
	padding: 0px 20px;
	width: 100%;
}
    .whyChoose-right .media{ margin-bottom: 20px; }

.media-icon {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 25px;
	height: 68px;
	line-height: 55px;
	margin-right: 15px;
	padding: 5px 10px;
	text-align: center;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 68px;
}

.whyChoose-right .media-heading{
	font-size: 22px;
	line-height: 1.3em;
	padding-bottom: 6px;	
}

.whyChoose-right .media-body &gt; p {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.4em;
}

.whyChoose-right .media:hover .media-icon{ background-color: #fff; }

/*--------------------*/
/* COUNTER */
/*--------------------*/
#counterSection {
	background-color: #222;
    background-image: url(../images/counter-bg2.jpg);
	background-position: 100%;
    background-repeat: no-repeat;
	display: block;
	float: left;
	height: 300px;
	padding: 77px 0;
	position: relative;
	width: 100%;
}
    #counterSection::after {
      background-color: rgba(0, 0, 0, 0.7);
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }

.counter-area {
  display: inline;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}

.counter-box {
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline;
  float: left;
  padding: 10px 5px 20px;
  position: relative;
  width: 100%;
}
    .counter-box::after {
      border: 1px solid #fff;
      border-radius: 10px;
      content: "";
      height: 111%;
      left: -9px;
      position: absolute;
      top: -8px;
      width: 107%;
    }
.counter-no {
  color: #fff;
  display: inline;
  float: left;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3em;
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.counter-label {
  color: #ededed;
  display: inline;
  float: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  padding-left: 0;
  padding-top: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/*--------------------*/
/* MEET DOCTORS */
/*--------------------*/
#meetDoctors{
	display: inline;
    float: left;
	padding: 75px 0px;
	width: 100%;
}

.meetDoctors-area{
	display: inline;
	float: left;
	width: 100%;
}

.doctors-area {
  display: inline;
  float: left;
  margin-top: 25px;
  width: 100%;
}

.doctors-nav{ margin-left: -35px; }
    .doctors-nav .slick-slide {
      background-color: #ccc;
      display: inline-block;
      float: left;
      margin-left: 35px;
      min-height: 100px;
      width: 22%;
    }

.single-doctor{
	display: inline-block;
    float: left;
	width: 100%;
}

.doctors-nav a {
	color: #333;
    float: left;	
	width: 100%;
}
.doctors-nav figure {
	background: #333;
    margin: 5px;
    overflow: hidden;
	position: relative;
}
    .doctors-nav figure img {
        display: block;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        position: relative;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        width: 100%;
    }
.doctors-nav figcaption {
	height: 100%;
    padding: 10px;
    position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 11;
}
    .doctors-nav figcaption h2 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }
    .doctors-nav figcaption p {
        color: #aaa;
        font-size: 17px;
        font-weight: 300;
        padding: 0 20px;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        -o-transition: opacity 0.3s, -o-transform 0.3s;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }
    .doctors-nav figcaption h2,
    .doctors-nav figcaption p {
        -moz-transform: translatey(50px);
        -ms-transform: translatey(50px);
        -o-transform: translatey(50px);
        -webkit-transform: translatey(50px);
        transform: translatey(50px)
    }
    .doctors-nav figure button {
        border: none;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 4px 20px;
        position: absolute;
        text-transform: uppercase;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        -o-transition: opacity 0.3s, -o-transform 0.3s;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }
    .doctors-nav figcaption,
    .doctors-nav figcaption h2,
    .doctors-nav figcaption p,
    .doctors-nav figure button {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

/* Style for SVG */
.doctors-nav svg {
	height: 100%;
    position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	width: 100%;
    z-index: 10;
}
    .doctors-nav svg path { fill: #fff; }
    .doctors-nav a:hover figure img { opacity: 1; }
    .doctors-nav a:hover figcaption h2,
    .doctors-nav a:hover figcaption p {
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0);
        -webkit-transform: translatey(0);
        transform: translatey(0)
    }
    .doctors-nav a:hover figcaption h2{
        background-color: #fff;
        margin: 0px;
        padding: 0px;	
    }
    .doctors-nav a:hover figcaption p { opacity: 0; }
    .doctors-nav figure button,
    .doctors-nav figure button {
        background: transparent;
        border: 3px solid #fff;
        color: #fff;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        left: 50%;
        opacity: 0;
        top: 50%;
        -moz-transform: translatey(-50%) translatex(-50%) scale(0.25);
        -ms-transform: translatey(-50%) translatex(-50%) scale(0.25);
        -o-transform: translatey(-50%) translatex(-50%) scale(0.25);
        -webkit-transform: translatey(-50%) translatex(-50%) scale(0.25);
        transform: translatey(-50%) translatex(-50%) scale(0.25);
    }
    .doctors-nav a:hover figure button,
    .doctors-nav a:hover figure button {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-transform: translatey(-50%) translatex(-50%) scale(1);
        -ms-transform: translatey(-50%) translatex(-50%) scale(1);
        -o-transform: translatey(-50%) translatex(-50%) scale(1);
        -webkit-transform: translatey(-50%) translatex(-50%) scale(1);
        transform: translatey(-50%) translatex(-50%) scale(1)
    }

.single-doctor-social {
  background-color: #ccc;
  display: inline;
  float: left;
  margin-top: -38px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}
    .single-doctor-social &gt; a {
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        float: none;
        font-size: 15px;
        height: 30px;
        line-height: 27px;
        margin: 0 3px;
        text-align: center;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 35px;
    }

.doctors-nav .slick-prev,
.doctors-nav .slick-next {
	background-color: #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	height: 45px;
	opacity: 0.8;
	top: 46%;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 40px
}
    .doctors-nav .slick-next {
      background-image: url("../images/team-next-icon.png");
      background-position: center center;
      background-repeat: no-repeat; 
      color: #fff;
      right: -50px;
    }
    .doctors-nav .slick-prev {
      background-image: url("../images/team-prev-icon.png");
      background-position: center center;
      background-repeat: no-repeat;
      color: #fff;
      left: -15px;
    }

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/
#testimonial{
	background-color: #f7f7f7;
    display: inline;
	float: left;
	padding: 75px 0px 100px;
	width: 100%;
}

.testimonial-area{
	display: inline;
	float: left;
	width: 100%;
}

.testimonial-nav { margin-top: 30px; }
    .testimonial-nav&gt;li{
        display: block;
        width: 100%;
    }

.single-testimonial{
	display: inline;
	float: left;
	width: 100%;
}

.testimonial-img {
  border-radius: 100%;
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
    .testimonial-img&gt;img{
        border-radius: 100%;
        height: 100%;
        width: 100%;
    }

.testimonial-cotent{
	display: inline;
	float: left;
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
    .testimonial-cotent &gt; p {
      font-size: 18px;
      padding: 0 30px;
    }

.testimonial-parg::before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 25px;
  left: 0;
  margin-right: 5px;
  position: relative;
}
.testimonial-parg:after{
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 25px;
	left: 0;
	position: relative;
}

.testimonial-cotent &gt; p span{ font-size: 25px; }

.testimonial-cotent &gt; p .fa-quote-left { margin-right: 5px; }

.testimonial-cotent &gt; p .fa-quote-right{ margin-left: 5px; }

.testimonial-nav .slick-dots li {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s 
}
    .testimonial-nav .slick-dots li button::before { color: transparent; }
    .testimonial-nav .slick-dots li.slick-active button::before {
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        filter: alpha(opacity=75);
        opacity: 0.75
    }

/*--------------------*/
/* BLOG */
/*--------------------*/
#homeBLog{
	background-color: #f5f5f5;
	display: inline;
	float: left;
	padding: 10em 0;
	width: 100%;
}

.homBlog-area{
	display: inline;
    float: left;
	width: 100%;
}
    .homBlog-area h2 &gt; a {
        color: #666;
        text-decoration: none;
    }
.homeBlog-content{
	display: inline;
	float: left;
	width: 100%;
}

.single-Blog{
	display: inline;
	float: left;
	width: 100%;
}

.single-blog-left{
	display: inline;
	float: left;
	width: 18%;
}

.blog-comments-box li {
  border-bottom: 1px solid #e7e7e8;
  border-right: 1px solid #ccc;
  color: #666;
  display: block;
  float: left;
  font-family: 'Roboto Slab', serif;
  font-size: 1.6em;
  min-height: 250px;
  text-align: center;
  width: 100%;
}
    .blog-comments-box li:last-child{ border-bottom: none; }
    .blog-comments-box li &gt; h2 {
      font-size: 2em;
      line-height: 1em;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .blog-comments-box li span {  
      display: block;
      font-size: 16px;
    }
    .blog-comments-box li &gt; a {
      color: #aaa;
      text-decoration: none;
    }

.single-blog-right{
	display: inline;
	float: right;
	width: 78%;
}

.blog-img{
	display: inline;
    float: left;
	width: 100%;
}
    .blog-img img{
		min-height: auto;
		min-width: 100% !important;
	}

figure.blog-figure { width: 100%; }
    figure.blog-figure img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        filter: alpha(opacity=95);
        opacity: 0.95;
        -moz-transition: opacity 0.35s, -moz-transform 0.35s;
        -o-transition: opacity 0.35s, -o-transform 0.35s;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -moz-transform: scale3d(1.05, 1.05, 1);
        -ms-transform: scale3d(1.05, 1.05, 1);
        -o-transform: scale3d(1.05, 1.05, 1);
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
    }
    figure.blog-figure:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=40);
        opacity: 0.4;
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

.blog-img figure {
  background: none repeat scroll 0 0 #FFF;
  border-radius: .5em;
  cursor: pointer;
  float: left;
  height: auto;
  max-height: 450px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
    .blog-img figure img {
        display: block;
        height: 210px;
        position: relative;
        width: 280px;
    }
	.blog-img &gt; figure .img-lista {
		height: auto;
	}

figure.blog-figure .image-effect::before {  
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-moz-transition: -moz-transform 0.6s ease 0s;
	-o-transition: -o-transform 0.6s ease 0s;
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
	width: 100%
}
figure.blog-figure:hover .image-effect::before {
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.blog-author {
  display: inline;
  float: left;
  padding: 10px 0;
  width: 100%;
}
    .blog-author &gt; ul &gt; li {
      color: #aaa;
      display: inline-block;
      padding: 5px;
    }

.blog-content{
	display: inline;
	float: left;
	padding: 1em 0;
	width: 100%;
}
    .blog-content &gt; h2 {
	  font-family: 'Roboto Slab', serif;
      font-size: 1.8em;
      font-weight: 600;
      line-height: 1.2em;
      margin: .6em 0 0;
    }
    .blog-content &gt; p {
      font-size: 1.6em;
      line-height: 1.2em;
    }
	.blog-content &gt; h2 a {
		color: #666;
	}
    .blog-content &gt; p a,
	.blog-content &gt; a {
		color: #555;
		text-decoration: none;
	}
    .blog-content &gt; a p {
	  font-family: 'Roboto', sans-serif;
      font-size: 1.6em;
    }
    .blog-content .readmore_area a { 
      border: none;
      font-size: 1em;
      margin-left: 0;
      text-transform: none;
    }
    .blog-content .readmore_area a::before { padding: 8px 13px; }
    .blog-content .readmore_area a span { padding: 8px 13px; }
    .blog-content .readmore_area { margin-top: 25px; }

.blog-content ol#pagination { text-align: center; }
	.blog-content ol#pagination li {
		cursor: pointer;
		display: inline;
		font-size: 1.8em;
		line-height: 2em;
	}
	.blog-content ol#pagination li.prev,
	.blog-content ol#pagination li.next {
		margin: 0 1em;
	}

/*--------------------*/
/* FOOTER */
/*--------------------*/
#footer{
	display: inline;
    float: left;
	width: 100%;
}

.footer-top {
  background-color: #f5f5f5;
  border-top: 2px solid #ddd;
  display: inline;
  float: left;
  min-height: 100px;
  padding: 3em 0 2em;
  width: 100%;
}

.single-footer-widget{
	color: #555;
    display: inline;
	float: left;
	padding: 0;
	width: 100%;
}
    .single-footer-widget .section-heading{ text-align: left; }
    .single-footer-widget .section-heading &gt; h2 {
      font-size: 3em;
      line-height: 1em;
      margin: 0 0 0 .5em;
      padding-bottom: 0;
    }
	.single-footer-widget .section-heading &gt; h2 &gt; a {
		color: #666;
		text-decoration: none;
	}
    .single-footer-widget .line { margin: 0 0 30px; }

.footer-service li &gt; a {
	color: #555;
	display: block;
	font-size: 15px;
	padding: 6px 0;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
    .footer-service li &gt; a:hover{
      outline: none;
      text-decoration: none;
    }
    .footer-service li &gt; a span { margin-right: 8px; }

.tag-nav a {
	border: 1px solid #e2e6e7;
	color: #555;
	display: inline-block;
	float: left;
	font-size: 12px;
	margin-bottom: 8px;
	margin-right: 8px;
	padding: 10px 12px;
	text-transform: uppercase;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}
    .tag-nav li a:hover,
    .tag-nav li a:focus{
        color: #fff !important;
        outline: none;
        text-decoration: none;
    }

.contact-info &gt; p {
  font-size: 2em;
}
    .contact-info &gt; p a {
		color: #666;
		text-decoration: none;
	}

.footer-middle {
  background-color: #e9e9e9;
  display: inline;
  float: left;
  padding: 2.5em 0;
  width: 100%;
}

.footer-copyright{
	display: inline;
	float: left;
	width: 100%;
}
    .footer-copyright&gt;p{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .footer-copyright&gt;p&gt;a{
        border-bottom: 1px transparent;
        outline: none;
        text-decoration: none;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

.footer-social{
	display: inline;
	float: left;
    width: 100%;
}
    .footer-social a {
        display: inline-block;
        float: none;
        font-size: 5em;
        line-height: .2em;
        margin: 0;
        text-align: center;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
	.footer-social a .fa {
		margin-right: .255em;
	}

.footer-bottom {
  background-color: #fff;
  display: inline;
  float: left;
  padding: 20px 0 ;
  text-align: center;
  width: 100%;
}
    .footer-bottom p{
        font-size: 15px;
        margin-bottom: 0px;
    }
        .footer-bottom p a {
            border-bottom: 1px solid #ccc;
            outline: medium none;
            padding-bottom: 2px;
            text-decoration: none;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }

/*--------------------*/
/* BLOG ARCHIVE */
/*--------------------*/
#blogArchive {
  display: inline;
  float: left;
  margin-top: 0;
  width: 100%;
}

.blog-breadcrumbs-area {
  background-color: #eee;
  display: inline;
  float: left;
  padding: 30px 0;
  width: 100%;
}

.blog-breadcrumbs-left{
	display: inline;
	float: left;
}
    .blog-breadcrumbs-left&gt;h2{ padding-bottom: 0px; }

.blog-breadcrumbs-right{
	display: inline;
	float: right;
}
    .blog-breadcrumbs-right .breadcrumb{
		margin: 0;
		padding: 0;
	}
    .blog-breadcrumbs-right .breadcrumb &gt; li {
		color: #666;
		font-size: 1.4em;
	}
        .blog-breadcrumbs-right .breadcrumb &gt; li a{
			color: #666;
			text-transform: uppercase;
		}

.blogArchive-area {
  display: inline;
  float: left;
  padding: 0;
  width: 100%;
}
    .blogArchive-area .single-blog-right {
      display: inline;
      float: right;
      width: 79%;
    }

.blog-content{
	display: inline;
	float: left;
	width: 100%;
}
    .blog-content .button--itzel{
        text-align: center;
        width: 170px;
    }
    .blog-content .single-Blog{ margin-bottom: 30px; }
    .blog-content .blog-img figure a{ height: 100%; }

.blog-pagination{
	display: inline;
	float: left;
	text-align: right;
    width: 100%;
}
    .blog-pagination .pagination &gt; li &gt; a,
    .blog-pagination .pagination &gt; li &gt; span {
        background-color: #fff;
        border: 1px solid #e2e6e7;
        color: #999;
        font-size: 16px;
        line-height: 1.42857;
        margin-left: 6px;
        padding: 6px 15px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .blog-pagination .pagination &gt; li &gt; a:focus,
    .blog-pagination .pagination &gt; li &gt; a:hover,
    .blog-pagination .pagination &gt; li &gt; span:focus,
    .blog-pagination .pagination &gt; li &gt; span:hover { color: #fff; }
    .blog-pagination .pagination &gt; li:last-child &gt; a,
    .blog-pagination .pagination &gt; li:last-child &gt; span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }
    .blog-pagination .pagination &gt; li:first-child &gt; a,
    .blog-pagination .pagination &gt; li:first-child &gt; span {
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px;
    }

.sidebar{
	display: inline;
	float: left;
	min-height: 300px;
	width: 100%;
}

.sidebar-widget{
	display: inline;
    float: left;
	margin-bottom: 25px;
	width: 100%;
}
    .sidebar-widget &gt; h3 {
      border-bottom: 1px solid #e2e6e7;
      font-size: 22px;
      margin-bottom: 25px;
      margin-top: 0;
    }
        .sidebar-widget h3::after {
          content: "";
          display: block;
          height: 2px;
          margin-bottom: -1px;
          margin-top: 13px;
          position: relative;
          width: 50px;
        }

.popular-tab li { 
  margin-bottom: 15px;
  padding-bottom: 15px;
}
    .popular-tab li:last-child{ border-bottom: none; }

.news-img {
  display: block;
  height: 70px;
  width: 85px;
}
    .news-img&gt;img{
      height: 100%;
      width: 100%;
    }
    .news-img&gt;img:hover{ opacity: 0.8; }

.popular-tab .media-body &gt; a {
	display: block;
	font-size: 15px; 
	padding: 0px;  
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
    .popular-tab .media-body &gt; a:hover,
    .popular-tab .media-body &gt; a:focus{
        color: #000;
        outline: none;
    }

.feed_date {
  color: #ccc;
  display: block;
  margin-top: 7px;
}

.sidebar-widget p&gt;a{ font-weight: bold; }

.archives li{
    float: left;
    margin-bottom: 7px;
    width: 100%;
}
    .archives li &gt; a {
        border: 1px solid #e2e6e7;
        color: #999;
        display: block;
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 15px;
        padding: 10px 12px;
        text-align: left;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .archives li &gt; a:hover {
      color: #fff !important;
      outline: none;
      text-decoration: none;
    }
    .archives li&gt;a&gt;span{ float: right; }

.sidebar-widget&gt;ul li{	}
    .sidebar-widget&gt;ul li&gt;a{
        border-bottom: 1px solid #e2e6e7;
        display: block;
        padding: 5px;
    }
    .sidebar-widget&gt;ul li&gt;a:hover{ text-decoration: none; }
    .sidebar-widget&gt;ul li&gt;a&gt;span{ margin-right: 5px; }

	.single-Blog &gt; .blog-content &gt; .listage_inf {
		float: left;
		margin: 0 1.14em 2em 0;
		min-height: 400px;
		width: 24%;
	}
		.single-Blog &gt; .blog-content &gt; .listage_inf figure {
			height: 297px;
			margin: 0 0 1.5em;
			overflow: hidden;
			width: 210px;
		}
		.single-Blog &gt; .blog-content &gt; .listage_inf figure &gt; img {
			height: 297px;
			width: auto;
		}
		.single-Blog &gt; .blog-content &gt; .listage_inf a { text-decoration: none; }
		.single-Blog &gt; .blog-content &gt; .listage_inf span { font-size: 1.6em; }
		.single-Blog &gt; .blog-content &gt; .listage_inf h3 {
			font-size: 2em;
			font-weight: 500;
			line-height: 2em;
			margin: 0;
		}

/*--------------------*/
/* BLOG DETAILS */
/*--------------------*/
.blog-details{ position: relative; }
    .blog-details h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .blog-details p,
    .blog-details ul li,
    .blog-details ol li {
      font-size: 1.8em;
      line-height: 1.5em;
      text-align: justify;
    }
    .blog-details ul li,
    .blog-details ol li{
      line-height: 2em;
      list-style: disc;
	  margin-left: 1em;
      text-indent: 0;
    }
    .blog-details ul {margin: 0 0 1em;}
    .blog-details blockquote {
      background: none repeat scroll 0 0 #f8f8f8;
      border-left: medium none;
      font-size: 20px;
      font-style: italic;
      margin-bottom: 30px;
      margin-top: 30px;
      padding: 15px 15px 15px 40px;
      position: relative;
    }
        .blog-details blockquote::before {
          content: "\"";
          font-size: 150px;
          font-style: italic;
          line-height: 130px;
          position: absolute;
          right: 32px;
          top: 64%;
        }
        .blog-details blockquote::after {
          content: "\"";
          font-size: 150px;
          font-style: italic;
          left: -35px;
          line-height: 130px;
          position: absolute;
          top: 0;
        }
    .blog-details .cartas-mensais li {
        display: inline-block;
        margin: 0 0 3em 3em;
    }
        .blog-details .cartas-mensais li img {
            min-height: 225px;
            min-width: 160px;
        }
        .blog-details .cartas-mensais li span { line-height: 2.5em; }
        .blog-details li&gt;i { margin-right: 5px; }
    .blog-details .checkbox label,
    .blog-details .radio label { font-size: 15px; }
    .blog-details &gt; a,
    .blog-details &gt; p&gt;a {
      border: 1px none transparent;
      color: #555;
      font-size: 15px;
      font-weight: bold;
    }
        .blog-details&gt;a:hover,
        .blog-details&gt;a:focus,
        .blog-details &gt; p&gt;a:hover,
        .blog-details &gt; p&gt;a:focus{
            outline: none;
            text-decoration: none;
        }
        .blog-details &gt; p &gt; img {
            height: auto !important;
            width: 100% !important;
        }
    .blog-details .table-hover tbody tr:hover{ color: #fff; }

.social-share{
	border-bottom: 2px solid #f8f8f8;
	border-top: 2px solid #f8f8f8;
	display: inline;
	float: left;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 15px 0;
	width: 100%;
}
    .social-share h3{
        float: left;
        margin: 0px;
        padding: 0px;
    }
    .social-share ul{
        display: inline-block;
        float: right;
        text-align: right;
    }
        .social-share ul li{ display: inline-block; }
            .social-share ul li &gt; a {  
                color: #fff;
                display: inline-block;
                font-size: 36px;
                height: 40px;
                line-height: 1.2555em;
                margin-right: 5px;
                text-align: center;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
                width: 40px;
            }
            .social-share ul li:nth-child(1) a:hover{ background-color: #354c8c; }
            .social-share ul li:nth-child(2) a:hover{ background-color: #33CCFF; }
            .social-share ul li:nth-child(3) a:hover{ background-color: #C92619; }
            .social-share ul li:nth-child(4) a:hover{ background-color: #DD4B39; }
            .social-share ul li:nth-child(5) a:hover{ background-color: #0077B5; }

.post-navigation {
  border-bottom: 2px solid #f8f8f8;
  border-top: 2px solid #f8f8f8;
  display: inline;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 5px 0px;
  width: 100%;
}

.postnav-left{
	border-right: 1px solid #f8f8f8;
    display: inline;
	float: left;
	padding: 10px;
	text-align:center;
	width: 50%;
}
    .postnav-left a,
    .postnav-right a {
        border: 1px solid #f2f2f2;
        border-radius: 50%;
        color: #ccc;
        display: inline-block;
        font-size: 22px;
        height: 40px;
        line-height: 38px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 40px;
    }
    .postnav-left h4,
    .postnav-right h4 {
      color: #ccc;
      margin-bottom: 0px;  
    }

.postnav-right{
	display: inline;
	float: right;
	padding: 10px;
	text-align: center;
	width: 50%;
}

.post-author {
  background-color: #f8f8f8;
  display: inline;
  float: left;
  margin-bottom: 0;
  margin-top: 30px;
  padding: 20px;
  width: 100%;
}
    .post-author &gt; h3 { 
      font-weight: bold;
      margin-top: 0;
      padding-bottom: 10px;
    }
    .post-author .news-img { margin-right: 10px; }

.author-name {
  font-size: 15px;
  font-weight: bold;
}

.post-author p {
  font-size: 14px;
  line-height: 19px;
}

.author-morepost {
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
    .author-morepost:hover,.author-morepost:focus {
      outline: none;
      text-decoration: none;
    }

.blog-author ul&gt;li span{ margin-right: 5px; }

.similar-post{
 display: inline;
 float: left;
 margin-top: 30px;
 width: 100%;
}
    .similar-post &gt; h2 {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
    }
    .similar-post .media{ margin-bottom: 10px; }
    .similar-post .media-body a { display: block;}

.comments-area {
  display: inline;
  float: left;
  margin: 20px 0 30px;
  width: 100%;
}

.comments-title{
	border-bottom: 1px solid #e2e6e7;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 0;
}
    .comments-title::after {
      content: "";
      display: block;
      height: 2px;
      margin-bottom: -1px;
      margin-top: 13px;
      position: relative;
      width: 50px;
    }

.comments{
	display: inline;
	float: left;
	width: 100%;
}

.commentlist li {
  border: 1px solid #f8f8f8;
  display: inline;
  float: left;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.comments-date {
  color: #888;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.reply-btn {
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 15px;
	line-height: 16px;
	padding: 8px 12px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
    .reply-btn:hover{
        color: #fff;
        opacity: 0.8;
        outline: none;
        text-decoration: none;
    }

.children{ margin-left: 50px; }

.author-tag {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 4px 6px;
}

.author-comments{ background-color: #f8f8f8; }

.comments-pagination{
	display: inline-block;
	text-align: left;
}
    .comments-pagination li{ display: inline-block; }
        .commentlist&gt;li:last-child{ margin-bottom: 0px; }
        .comments-pagination li a {
            border: 1px solid #f8f8f8;
            color: #ccc;
            display: inline-block;
            font-size: 15px;
            font-weight: bold;
            height: 30px;
            line-height: 15px;
            padding: 5px;
            text-align: center;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            width: 30px;
        }
        .comments-pagination li a:hover {
          color: #fff;
          outline: none;
          text-decoration: none;
        }

#respond {
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}
    #respond .reply-title { font-size: 25px; }
    #respond .comment-notes { font-size: 15px; }
    #respond .required{ color: red; }
    #respond label{ display: block;	}
    #respond input[type="text"],
    #respond input[type="email"],
    #respond input[type="url"] {
        border: 1px solid #ccc;
        color: #555;
        height: 35px;
        margin-bottom: 10px;
        padding: 5px;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        width: 65%;
    }
    #respond textarea {
      border: 1px solid #ccc;
      color: #555;
      margin-bottom: 5px;
      padding: 10px;
      width: 100%;
    }

.form-submit input {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px 8px;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
    .form-submit input:hover { background-color: #fff; }

/*--------------------*/
/* Features */
/*--------------------*/
#extraFeatures{
	background-color: #fff;
	display: inline;
	float: left;
	padding: 75px 0px;
	width: 100%;
}

.departments-area {
  display: inline;
  float: left;
  padding: 0 12px 0 0;
  width: 100%;
}

.custom-panel{
	display: inline;
	float: left;
	width: 100%;
}
    .custom-panel .panel-heading {
      border-bottom: none;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      padding: 0px;
    }
        .custom-panel .panel-heading a {
            color: #fff;
            display: block;
            font-size: 18px;
            font-weight: bold;
            padding: 12px 15px;
            text-decoration: none;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }
        .custom-panel .panel-heading a:hover{ opacity: 0.8; }
        .custom-panel .panel-heading a&gt;span{ float: right; }
    .custom-panel .panel {
      border:none;
      border-radius: 0px;
      margin-bottom: 0;
    }
    .custom-panel .panel-body img{ margin-bottom: 15px; }

.how-works-area{
	display: inline;
	float: left;
    padding: 0 0 0 12px;
	width: 100%;
}

.how-works{
	display: inline;
	float: left;
	width: 100%;
}

.nav-tabs{
	display: inline-block;
	text-align: center;
}
    .nav-tabs li{
        display: inline-block;
        float: none;
    }
        .nav-tabs &gt; li &gt; a {
          border: 1px solid transparent;
          border-radius: 0;
          color: #fff;
          display: inline-block;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.42857;
          padding: 10px 18px;
        }
        .nav-tabs &gt; li &gt; a:hover,
        .nav-tabs &gt; li &gt; a:focus{ opacity: 0.8; }

.tab-content &gt; .tab-pane { padding: 20px 0px ; }

.g-recaptcha {
    float: left;
    margin: 1em 0;
    width: 100%;
}

/*--------------------*/
/* GALLERY */
/*--------------------*/
#gallery{
	display: inline;
	float: left;
	padding: 75px 0px;
	width: 100%;
}
	#gallery .gallery-area div div &gt; p {
		font-size: 2em;
	}

.gallery-area{
	display: inline;
	float: left;
	width: 100%;
}

.my-simple-gallery,
.my-simple-gallery1 {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
    .my-simple-gallery img,
    .my-simple-gallery1 img {
      height: 100%;
      width: 100%;
    }
    .my-simple-gallery figure,
    .my-simple-gallery1 figure { margin-bottom: 30px; }
    .my-simple-gallery figure a,
    .my-simple-gallery1 figure a {
      display: block;
      height: 240px;
      width: 100%;
    }
    .my-simple-gallery figcaption,
    .my-simple-gallery1 figcaption { display: none; }

a.gallery-iteam img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    opacity: 0.95;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1)
}
    a.gallery-iteam:hover img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
a.gallery-iteam .image-effect::before { 
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	-moz-transition: -moz-transform 0.6s ease 0s;
	-o-transition: -o-transform 0.6s ease 0s;
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
	width: 100%;
}
    a.gallery-iteam:hover .image-effect::before {
        -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
    }

    .my-simple-gallery a,
    .my-simple-gallery1 a {
      cursor: pointer;
      float: left;
      height: auto;
      overflow: hidden;
      position: relative;
      text-align: center;
    }
        .my-simple-gallery a img,
        .my-simple-gallery1 a img {
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: 0.8;
            position: relative;
        }

.my-simple-gallery figcaption,
.my-simple-gallery1 figcaption {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  margin-top: -23px;
  padding-bottom: 10px;
  position: absolute;
  text-align: center;
  text-shadow: #333 1px 1px 1px;
  width: 100%;
}

.pswp__caption__center {
  font-size: 25px;
  max-width: 800px; 
  text-align: center;
}
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  height: 40px; 
  top: 30px;
  width: 40px;
}
.pswp__button--arrow--right::before { background-position: -91px -39px; }
.pswp__button--arrow--left::before { background-position: -134px -39px; }

/*--------------------*/
/* Contact */
/*--------------------*/
#googleMap{
	display: inline;
	float: left;
	margin-bottom: -6px;
	width: 100%;
}

#contact{
	display: inline;
	float: left;
	padding: 40px 0px;
	width: 100%;
}

.contact-form{
	display: inline;
	float: left;
	width: 100%;
}
    .contact-form &gt; p,
	.contact-form table {
      font-size: 17px;
      margin-bottom: 20px;
    }

.contact-address {
  display: inline;
  float: left;
  padding: 0px 20px;
  width: 100%;
}
    .contact-address&gt;p{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .contact-address&gt;h3{
        margin-bottom: 0px;
        margin-top: 50px;
    }
    .contact-address .social-share {
      margin-top: 20px;
      text-align: left;
    }
        .contact-address .social-share ul{
            float: none;
            text-align: center;
        }

.wp-form-control {
  border-radius: 0px;
  display: inline;
  font-size: 15px;	
  float: left;
  margin-bottom: 20px;
  padding: 10px 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.wpcf7-text{ height: 45px; }

.wpcf7-email{ height: 45px; }

.wpcf7-textarea {
  height: 200px;
  padding: 15px;
}

.wpcf7-submit {
    background: none;
	border: none;
	color: inherit;
    display: block;
    float: left;
	font-weight: 600;
	margin: 1em 0;
    max-width: 250px;
	min-width: 150px;
	padding: 1em 2em;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
    .wpcf7-submit:focus { outline: none; }
    .wpcf7-submit &gt; span { vertical-align: middle; }

.button--itzel {
	border: 1px solid #e9e9e9;
	font-size: 1.8em;
	overflow: hidden;
	padding: 0px;
	width: 255px;
}
    .button--itzel::before {
        border-radius: inherit;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
        transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        width: 100%;
    }
    .button--itzel.button--border-thin::before {
        border: 1px solid;
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
        transform: translate3d(0, 100%, 0) translate3d(0, -1px, 0);
    }
    .button--itzel.button--border-thick::before {
        border: 3px solid;
        -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
        transform: translate3d(0, 100%, 0) translate3d(0, -3px, 0);
    }
    .button--itzel::before,
    .button--itzel .button__icon {
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }
    .button--itzel .button__icon {
        font-size: 20px;
        left: 50%;
        padding: 20px;
        position: absolute;
        top: 104%;
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
    .button--itzel &gt; span {	
        display: block;
        padding: 20px;
        -moz-transition: -moz-transform 0.3s, opacity 0.3s;
        -o-transition: -o-transform 0.3s, opacity 0.3s;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -moz-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s
    }
    .button--itzel:hover::before {
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .button--itzel:hover .button__icon {
        -moz-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -moz-transform: translate3d(-50%, -100%, 0);
        -ms-transform: translate3d(-50%, -100%, 0);
        -o-transform: translate3d(-50%, -100%, 0);
        -webkit-transform: translate3d(-50%, -100%, 0);
        transform: translate3d(-50%, -100%, 0)
    }
    .button--itzel:hover &gt; span {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

.appointment-area{
	display: inline;
    float: left;
	width: 100%;
}

#myModal .modal-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  float: left;
  width: 100%;
}
#myModal .modal-title {
  font-size: 30px;  
  line-height: 1.42857;
  margin: 0;
}

.modal-header{
	display: inline;
	float: left;
	width: 100%;
}

.modal-body {
  display: inline;
  float: left;
  width: 100%;
}

.appointment-form label {
  color: #888;
  float: left;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.appointment-form .required{
	color: red;
	font-size: 15px;
}

.wpcf7-select{ color: #888; }

/*--------------------*/
/* ERROR PAGE */
/*--------------------*/
#errorPage {
  display: inline;
  float: left;
  padding: 40px 0px 90px;
  width: 100%;
}

.error-page-area{
	display: inline;
	float: left;
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
}
    .error-page-area h1 {
      font-size: 200px;
      font-weight: bold;
      margin-top: 0;
    }
    .error-page-area h3 {
      font-size: 60px;
      margin-bottom: 90px;
      margin-top: 0;
      text-transform: uppercase;
    }
    .error-page-area h5{	
        color: #888;
        font-size: 30px;
    }
    .error-page-area p{	
        color: #888;
        font-size: 16px;
    }
    .error-page-area .readmore_area {
      float: none;
      margin: 0 auto;  
      margin-top: 40px;
    }

#aboutUs{
	display: inline;
    float: left;
	width: 100%;

}

.about-us-area{
	display: inline;
	float: left;
	width: 100%;
}

/*======================///////////////
			start responsive style
=====================///////////////////////*/
@media(max-width:1440px ){
	#sliderArea {
		height: 520px;
	}
	.slick-slide img { height: auto; }
}

@media(max-width:1366px ){
	#sliderArea { height: 493px; }
	.single-top-feature&gt;h3 { font-size: 2.8em; }
}

@media(max-width:1280px ){
	#sliderArea { height: 462px; }
	.single-top-feature&gt;h3 { font-size: 2.6em; }

	.top-slider .slick-prev,
	.top-slider .slick-next { top: 40%; }
}

@media(max-width:1233px ){
	#sliderArea { height: 445px; }
	.single-top-feature&gt;h3 { font-size: 2.6em; }
	.single-top-feature &gt; p{font-size: 2em;}

	.top-slider .slick-prev,
	.top-slider .slick-next { top: 40%; }
}

@media(max-width:1199px ){
  #sliderArea {
	  height: 432px;
	}

  .navbar-default .navbar-nav &gt; li &gt; a {font-size: .85em;}
  .navbar-brand {
	  margin: 10px 0;
	  padding: 10px 15px;
	  width: 100%;
  }
  .navbar-brand img {margin: 0 auto;width: 30%;}
  .doctors-nav figcaption h2 {font-size: 14px;}
  .doctors-nav figcaption p {font-size: 14px;padding: 0 12px;}
  .nav-tabs &gt; li &gt; a {padding: 10px 10px;}

  .main-nav {margin: 1.5em 0;}
	
  #menuSublevels {width: 90.5%}

  .single-top-feature { padding: 60px 30px; }

  .single-top-feature &gt; p { font-size: 2em; }
	
  .blog-img figure img {
  	height: 172px;
  	width: 229px;
  }
  .blog-img &gt; figure .img-lista { height: 557px; }
}

@media(max-width:1024px ){
	.navbar-header {float: none;text-align: center;}
	.navbar-brand {float: none;height: auto;width: 100%;}
	.navbar-brand img {margin: 0 auto;width: 50%;}
	
	#menuSublevels {width: 100%;}
	#toggle-menu i {padding: .2em 0;}
	
	#sliderArea { height: 368px; }
	.top-slider .slick-prev, .top-slider .slick-next { top: 30%; }
}

@media(max-width:991px ){	
  .navbar-header {float: none;text-align: center;}
  .navbar-brand img {margin: 0 auto;width: 100%;}
  .sl-slider h2 {font-size: 36px;line-height: 40px;}
  .sl-slider p {font-size: 25px;}
  .sl-slider-wrapper {height: 500px;}
  .whyChoose-left {width: 350px;}
  .whyChoose-right .media-heading {font-size: 18px;line-height: 1em;}
  .whyChoose-right .media-body &gt; p {font-size: 14px;}
  #counterSection {height: auto;background-size: 100% 100%;}
  .counter-box {margin-bottom: 35px;width: 95%;}
  .doctors-nav .slick-prev {left: 20px;}
  .doctors-nav .slick-next {right: -13px;}
  .single-blog-left {width: 25%;}
  .single-blog-right {width: 70%;}
  .blog-author &gt; ul &gt; li {font-size: 12px;}
  .blogArchive-area .single-blog-right {width: 72%;}

  .social-share h3 {text-align: center;width: 100%;}
  .social-share ul {width: 100%;margin-top: 15px;text-align: center;}
  .nav-tabs {width: 100%;}
  .nav-tabs &gt; li &gt; a {font-size: 18px;padding: 10px 20px;}
  .how-works-area {margin-top: 30px;}
  .button--itzel {width: 190px;} 
  #header .navbar-right {float: none !important;display: inline-block;} 
  .navbar-collapse.collapse {overflow-y: scroll; text-align: left;}
  #respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {width: 80%;} 
  .slider-text h2 {font-size: 45px;line-height: 50px;}
  .slider-text p {font-size: 25px;}
	
  .main-nav {
	  font-size: 1.9em;
	  margin: 1.5em 0 0.3em;
  }
  .navbar-right .dropdown-menu { right: 5px; }
	
  #sliderArea {
	  height: 356px;
  }
	
  .single-top-feature &gt; span{ font-size: 6em; }
  #topFeature { max-height: none; }
	
  .single-blog-left {width: 10%;}
  .single-blog-right {width: 85%;}
	
  .blog-img figure img {
	  height: 480px;
	  width: 640px;
  }
  .blog-img &gt; figure .img-lista { height: auto; }
	
	.single-Blog &gt; .blog-content &gt; .listage_inf {
		margin: 0 2.4em 2em 0;
		width: 30%;
	}
	.single-Blog &gt; .blog-content &gt; .listage_inf h3 { line-height: 1.2em; }
}

@media(max-width:768px ){
	.navbar-fixed-top{position: relative;}
	.navbar-brand img {margin: 0 auto;width: 35%;}
	#sliderArea {
		height: 275px;
		margin-top: 0;
	}
	.top-slider .slick-prev, .top-slider .slick-next { top: 45%; }
	.navbar-right .dropdown-menu {
		left: -50px;
		min-width: 150px;
		right: 0;
	}
	.navbar-right .dropdown-menu::before {
		height: 20px;
		left: 50%;
		margin-top: -43px;
		right: 0;
		top: 32px;
		width: 20px;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu .dropdown:hover .menu-3-level {
		margin: 0 0 0 13.755em;
		min-width: 200px;
	}
	
	.blog-breadcrumbs-right {display: none;}
	.blogArchive-area .single-blog-right {width: 87%;}
	
	.contact-address{display: none;}
}

@media(max-width:767px ){
	.navbar-header {
		padding: 0;
		text-align: center;
	}
    .navbar-default .navbar-toggle {
		border-color: #060;
		margin: 23px 30px 0 0;
	}
    .navbar-default .navbar-toggle .icon-bar {background-color: #060;}
    .navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{background-color: transparent;}
    .navbar-default .navbar-brand {
		margin-bottom: 10px;
		margin-top: 0;
	}
	#menuSublevels ul {
	  float: none;
	}
    #sliderArea {margin-top: 0;}
    .navbar-right .dropdown-menu::before {display: none;}
    .whychoose-singleslide img {width: 100%;}
    .whyChoose-left {width: 100%;}
    .whyChoose-right {margin-top: 50px;}
    .counter-box {
		margin-bottom: 40px;
		width: 100%;
	}
    .counter-box::after {width: 103%;}
    .single-blog-left {width: 10%;}
    .single-blog-right {width: 85%;}
    .single-Blog {margin-bottom: 90px;}
    .single-footer-widget {margin-bottom: 30px;}
    .footer-copyright {text-align: center;}
    .footer-social {
		margin-top: 20px;
		text-align: center;
	}
    .blog-pagination {
		margin-bottom: 30px;
		text-align: center;
	}
	.blog-details h2 { margin-top: 0; }
    .sidebar-widget {margin-bottom: 35px;}
    .blogArchive-area .single-blog-right {width: 85%;}
    .similar-post .media{margin-bottom: 15px;}
    .nav-tabs &gt; li &gt; a {
		font-size: 15px;
		padding: 10px 15px;
	}
    .contact-address {margin-top: 40px;}
    .navbar-collapse.collapse {text-align:left;}
    .top-slide-inner {height: 400px;}
    .slider-text {
		padding: 10px 5px;
		top: 10%;
	}
    .slider-text h2 {
		font-size: 35px;
		line-height: 40px;
	}
    .slider-text p {font-size: 20px;}
	.blog-img figure img {
		height: 461px;
		width: 612px;
	}
	.readmore_area_news { margin-top: 0; }
	
	.blog-breadcrumbs-right { display: none; }
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse { max-height: none; }
	.main-nav {
		font-size: 2.2em;
		margin: 1.65em 0;
	}
	.nav&gt;li { line-height: 3em; }
	.navbar-default .navbar-nav &gt; li:last-child &gt; a { padding: 0 10px; }
	.navbar-right .dropdown-menu {
		left: 0;
		margin-left: 6em;
		min-width: 250px;
		top: 15%;
	}
	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a { color: #063; }
	.menu-3-level &gt; li {
		line-height: 3em;
		padding: 0 .55em;
	}
	
	#gallery { padding: 50px 0; }
	.my-simple-gallery figure a,
	.my-simple-gallery1 figure a {
		height: auto;
	}
	.my-simple-gallery a img,
	.my-simple-gallery1 a img {
		height: 405px;
	}
}

@media(max-width:720px ){
	#sliderArea { height: 257px; }
}

@media(max-width:640px ){
	#sliderArea { height: 228px; }
}

@media(max-width:600px ){
	#sliderArea { height: 213px; }
	
	.single-blog-left {width: 12%;}
	
	.blog-img figure img{
		height: 459px;
		width: 612px;
	}
}

@media(max-width:500px ){
	.navbar-header {
		padding: 0;
		text-align: center;
	}

	#sliderArea { height: 177px; }
	
	.single-blog-left {width: 11%;}
	.blog-content .single-Blog &gt; .single-blog-left {display: none;}
	.blog-comments-box li {padding: 15px 5px;}
	.blog-comments-box li &gt; h2 {font-size: 1.4em;}
	.single-blog-right {width: 87%;}
	.blog-content .single-Blog &gt; .single-blog-right {width: 100%;}
	.blog-img figure {max-height: 300px;}	
	
	.blog-img figure img{
		height: 459px;
		width: 612px;
	}
}

@media(max-width:480px ){
	.container&gt;.navbar-header {margin-left:0; margin-right:0;}
	.navbar-header {
		padding: 0;
		text-align: center;
	}
	.navbar-default .navbar-brand {margin: 0 auto 10px;}
	
	#sliderArea { height: 151px; }
    .sl-slider h2 {font-size: 22px;line-height: 25px;}
    .sl-slider p {font-size: 16px;}
    .readmore_area a {font-size: 2em;}
    .counter-box::after {width: 104%;}
    .postnav-left h4, .postnav-right h4 {font-size: 14px;}
    .nav-tabs &gt; li &gt; a {font-size: 12px;padding: 10px;} 
    .slider-text h2 {font-size: 30px;line-height: 34px;}
    .slider-text p {font-size: 18px;}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse { max-height: 550px; }
	
	.main-nav { margin: 0.5em 0; }

	.homeBlog-content {margin-top: 0;}
	.blog-content { padding: 1em 0; }
	.blog-content.blog-details { padding: 0; }

	.single-Blog {margin-bottom: 30px;}
	.single-blog-left { width: 15%; }
	.single-blog-right,
	.blogArchive-area .single-blog-right { width: 80%; }
	.blog-img figure img {
		height: 270px;
		width: 360px;
	}
	.blog-img figure { height: 284px; }
	.blog-img &gt; figure .img-lista {
		height: 284px;
		width: 378px;
	}

	.single-Blog &gt; .blog-content &gt; .listage_inf {
		margin: 0 2.7em 2em 0;
		width: 44%;
	}
}

@media(max-width:375px ){
	#sliderArea { height: 138px; }
}

@media(max-width:360px ){
	#sliderArea { height: 132px; }
    .navbar-brand &gt; i {font-size: 25px;}
    .navbar-default .navbar-brand { margin: 0; }

    .slider-text {width: 90%;}
    .sl-slider-wrapper {height: 420px;}
    .counter-box::after {width: 107%;}
	
	.homeBlog-content { margin-top: 0; }
	.blog-content .single-Blog {margin-top: 30px;}
	.single-blog-left { display: none;}
	.single-blog-right, .blogArchive-area .single-blog-right { width: 100%; }
	.blog-comments-box li {
		font-size: 1.2em;
		padding: 0;
	}

	.blog-img figure,
	.blog-img figure img { height: 210px; }
	
	.blog-content { padding: 0; }
	
    .blog-breadcrumbs-left {
		text-align: center;
		width: 100%;
	}
    .blog-breadcrumbs-right {width: 100%;}
        .blog-breadcrumbs-right .breadcrumb {padding: 8px;}
    .blog-pagination .pagination &gt; li &gt; a,
    .blog-pagination .pagination &gt; li &gt; span {
     font-size: 15px;
     padding: 5px 12px;
    }
    .blog-details h2 {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
    .blog-details blockquote {font-size: 16px;}
    .social-share ul li &gt; a {
		font-size: 14px;
		height: 25px;
		line-height: 26px;
		width: 25px;
	}
    .social-share h3 {font-size: 20px;}
    .nav-tabs &gt; li &gt; a {
		font-size: 10px;
		padding: 3px;
	}
    .custom-panel .panel-heading a {font-size: 16px;}
    #myModal .modal-title {font-size: 25px;}
    .post-author .news-img {margin-right: 0px;width: 45px;height: 45px;}
    .post-author p {font-size: 12px;line-height: 18px;}
    .author-name {font-size: 13px;margin-bottom: 5px;display: block;}
    .commentlist .news-img {height: 45px;width: 45px;}
    .children {margin-left: 15px;}
    .commentlist .media-body p {font-size: 12px;}
    .error-page-area h1 {font-size: 150px;}
    .error-page-area h3 {font-size: 50px;margin-bottom: 70px;}
    .error-page-area h5 {font-size: 25px;}
    .slider-text h2 {font-size: 25px;line-height: 30px;}
    .slider-text p {font-size: 16px;}
}

@media(max-width:320px ){
	#sliderArea { height: 117px; }
	.top-slider .slick-prev, .top-slider .slick-next {top: 35%;}
    .blog-breadcrumbs-right .breadcrumb &gt; li a {font-size: 12px;}	
    .blog-breadcrumbs-right .breadcrumb &gt; .active {font-size: 12px;}
    .custom-panel .panel-heading a {font-size: 14px;}
    #myModal .modal-title {font-size: 22px;}
    #respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {
      width: 100%;
    }
}</pre></body></html>