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

html{ scroll-behavior: smooth; }

body,html{ overflow-x:hidden; }

body {
		background-color: #f9f9f9;
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 62.5%;
    overflow-x: hidden !important;
}

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

a {
  color: #2f2f2f;
  text-decoration: underline;
}
a:hover,
a:focus { outline: none; }
a,
button { cursor: pointer; }

h2 {
  color: #173562;  
  font-size: 3.6em;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

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,
.img-responsive {
	display: block;
  height: auto;
  max-width: 100%;
}

.upper-case { text-transform: uppercase; }

a#whats {
	background-color:#25d366;
	border-radius:50px;
	bottom:130px;
	box-shadow: 1px 1px 2px #888;
	color:#FFF !important;
	font-size:30px;
	height:60px;
	position:fixed;
	right:45px;
	text-align:center;
	width:60px;
	z-index:3000;
}
a#whats:hover,
a#whats:active { background-color: #063; }

/* 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;
}

.homecolorbranco { background-color: #FFF!important; }
.homecolorcinza { background-color: #f7f7f7!important; }


/*scrol to top*/

.scrollToTop {

	bottom: 60px;

	color: #fff;

	display: none;

	font-size: 32px;

	font-weight: bold;

	height: 50px;

	line-height: 50px;

	position: fixed;

	right: 50px;

	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>i{ transform:rotate(-45deg); }

    .scrollToTop:hover,
    .scrollToTop:focus{
        background-color: #fff;
        outline: none;
        text-decoration: none;
    }

.bg-white {background-color: #FFF !important;}

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

.menu_area{
	display: inline;
	float: left;
	height: 120px;
	width: 100%;	
}

.menu_area > .navbar > .container .navbar-header {
	margin: 0 auto;
	width: 100%;
}

.menu_area > .navbar > .container {
	padding: 0;
}

.menu_area > .navbar-default .navbar-brand {
	height: 100%;
	padding: 0;
	margin: 0.5em 0 0;
}

.navbar-brand img {
	transition: .3s all;
	width: 100%;
}

.navbar-brand>i{
	font-size: 30px;
  margin-right: 8px;
}

.navbar-default {
	height: 100%;
  max-height: 120px;
	padding: .2em 0 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;*/
	transition: .3s all;
}

    .navbar-default .navbar-nav > li > a {
      color: #360;
      display: inline-block;
			font-family: 'Roboto Slab', serif;
      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 > li > a strong { font-weight: 400; }
      .navbar-default .navbar-nav > li:last-child > a { padding: 0 0 0 15px; }

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

.past-main{
	max-height: 164px;
	padding: 0;
	transition: .3s all;
}

	.past-main > .container .navbar-brand {
		padding: .45em 0 0;
		transition: .3s all;
	}

	.past-main > .container .navbar-header a img {
		margin: 0;
		transition: .3s all;
		width: 80%;
	}

	.past-main > .container #menuSublevels {
		margin: 0;
		transition: .3s all;
	}

	.past-main > .container #menuSublevels .main-menu {
		margin-top: -30px;
		transition: .3s all;
	}

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

.navbar-default .navbar-nav > li > 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 > li > a:hover::before,
.navbar-default .navbar-nav > li > a:focus::before,
.navbar-default .navbar-nav > .active > a::before {
	color: #072148;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { color: #360; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover { color: #360; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > 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 > li > a {

    clear: both;

    color: #360;

    display: block;

	font-family: 'Roboto Slab', serif;

    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 > li > a:hover,

.dropdown-menu > li > a:focus{ 

	border-radius: 0;

	color: #fff;

}



.navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #c3c3c3; }

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



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



.menu-3-level { background: #e9e9e9; }

    .menu-3-level > li::before {

        color: #360;

        content: "\f105";

        font-family: FontAwesome;

    }

    .menu-3-level > li { padding: .8em .55em; }

    .menu-3-level > li > a { color: #360; }

    .menu-3-level > li:hover,

    .menu-3-level > li > a:hover { background: #DDD; }

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

#menuSublevels ul {
  margin: 0;
  padding: 0;
}

#menuSublevels > .main-menu {
  display: none;
  padding: 0 0 3em;
  transition: .3s all;
}

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

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

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

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

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

#menuSublevels li .sub-menu {
  background: #072148;
  margin: 0 0 0 2em;
  padding: .6555em 0;
  transition: .5s all;
}

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

#menuSublevels li, 
#toggle-menu,
#menuSublevels a {
  color: #173562;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 2.5em;
  padding: .55em 0;
  position: relative;
  transition: all .125s ease-in-out;
}

	#menuSublevels a { text-decoration: none; }

	#menuSublevels > .main-menu > li > a { text-transform: uppercase; }

	#menuSublevels > .main-menu > li > a > i {
		font-size: 1rem;
		margin-left: .5rem;
	}

#menuSublevels .main-menu li .sub-menu li {
	font-size: 1.1em;
	font-weight: 500;	
}

#menuSublevels .main-menu li .sub-menu li .sub-menu li {
	font-size: 1em;
}

#menuSublevels .main-menu .sub-menu .sub-menu {
	background: #072148;
	transition: .5s all;
}

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

#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: #072148;
  transition: .2s all;
}

#menuSublevels .sub-menu { display: none; transition: .5s all; }

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

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

#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; }

/* //Menu - Levels */

/*--------------------*/
/* HOME SLIDER */
/*--------------------*/
#sliderArea {
  display: inline;
  float: left;
  height: 696px;
  margin: 0;
  width: 100%;
}

	#sliderArea > 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>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 {
  border-radius: .3em;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 3em;
  font-weight: 600;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 210px;
}

.readmore_area_news a {
  border-radius: .3em;
  color: #fff;
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 2.4em;
  font-weight: 600;
  margin: 15px 25px;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.readmore_area_form a {
  border-radius: .3em;
  color: #fff;
  display: inline-block;
  font-size: 2em;
  font-weight: 600;
  outline: medium none;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.readmore_area {
  float: left;
  margin-top: 5em;
  position: relative;
  z-index: 1;
}

.readmore_area_news {
  float: none;
  margin-top: 7em;
  position: relative;
  text-align: center;
  z-index: 1;
}

.readmore_area_form {
  margin-top: 3.6em;
  text-align: center;
  z-index: 1;
}

.readmore_area a,
.readmore_area_news a,
.readmore_area_form a {
	margin: 0;
  overflow: hidden;
}

.readmore_area a span,
.readmore_area_news a span,
.readmore_area_form a span {
	background: #666;
	border-radius: .3em;
  display: block;
	padding: 8px 26px;
	-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,
.readmore_area_form a::before {
	background: #ff9326;
	border-radius: .3em;
	color: #fff;
	content: attr(data-hover);
  height: 100%;
  left: 0;
	padding: 8px 26px;
  position: absolute;
	text-align: center;
	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,
.readmore_area_form a:hover span,
.readmore_area_form 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,
.readmore_area_form a:hover::before,
.readmore_area_form 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: 350px;
	overflow: hidden;
	width: 100%;
}

.single-top-feature{
	float: left;
	display: inline;
	height: 100%;
	min-height: 350px;
	padding: 55px 30px;
	text-align: center;
	width: 100%;
}

	.single-top-feature-01{ background: #173562; }

	.single-top-feature-02{ background: #476490; }

	.single-top-feature-03{ background: #02142D; }

    .single-top-feature > span {
      color: #fff;
      font-size: 10em;
      font-weight: normal;
    }

    .single-top-feature>h3{
        color: #fff;	
        font-size: 4em;
        font-weight: 600;
        margin: .6em 0 .2em;
        text-transform: uppercase;
    }

    .single-top-feature > p,
    .single-top-feature > p a { color: #fff; }

    .single-top-feature > p {
      font-size: 3em;
      line-height: 1.1em;
      margin: .8em 0 0;
    }

  .single-top-feature-03 > span,
	.single-top-feature-03 > h3,
	.single-top-feature-03 > p { color: #FFF; }

    .single-top-feature>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: .3em;
	  color: #173562;
	}

  .single-top-feature .readmore_area a::before {
		background: #ff9326;
		color: #fff;
	}

.opening-hours {
  background-color: #fff;
  padding-right: 60px;
}

    .opening-hours>span{ color: #000; }

    .opening-hours>h3{ color: #000; }

    .opening-hours>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,
#anuncios{
	background-color: #f7f7f7;
	display: inline;
	float: left;
  padding: 10em 0;
	width: 100%;
}

#parceiros{
	background-color: #FFF;
	border-bottom: none;
	display: inline;
	float: left;
  padding: 8em 0 2em;
	width: 100%;
}

#area-associado{
	background: #e2dede;
	display: inline;
	float: left;
	max-height: 190px;
	overflow: hidden;
  padding: 6.5em 0 4em;
	width: 100%;
}

	#area-associado form {

		max-width: 1170px;

		overflow: hidden;

	}

	#area-associado fieldset {

		margin: 0 0 0 1.5em;

	}

	#area-associado fieldset legend {
		border: none;
		color: #578533;
		font-size: 2em;
		font-weight: 600;
		margin: 0 0 .45em;
		text-transform: uppercase;
	}

	#area-associado input {
		border: none;
		color: #666;
		font-size: 2em;
		margin: 0 .5em 0 0;
		padding: .755em .8em .5em;
		width: 48.855%;
	}

	#area-associado button {

		background-color: transparent;

		border: none;

		float: left;

		width: auto;

	}



#area-associado-topo{

	background: #f2f0f0;

	display: inline;

	float: left;

	overflow: hidden;

    padding: 1em 1em;

	width: 100%;

}

	#area-associado-topo form {

		max-width: 1170px;

		overflow: hidden;

	}

	#area-associado-topo fieldset legend {

		border: none;

		color: #578533;

		font-size: 1.3em;

		font-weight: 600;

		margin: 0 0 .45em;

		text-transform: uppercase;

	}

	#area-associado-topo input {

		border: none;

		color: #666;

		font-size: 1.4em;

		margin: 0 .5em 0 0;

		padding: .755em .8em .5em;

		width: 46%;

	}

	#area-associado-topo button {

		background-color: transparent;

		border: none;

		float: left;

		width: auto;

	}

	#area-associado-topo .btn-boleto span {

    font-size: 1.6em;

    background: #006633;

    padding: 20px;

    color: #fff;

    border-radius: .3em;

    margin: 1% auto 4% auto;

}



.service-area{

	display: inline;

    float: left;

	width: 100%;

}

.dcomercio{
	background-color: #FFF;
}


.section-heading{

	display: inline;

    float: left;

	text-align: center;

    width: 100%;

}

	.section-heading > h3{
		font-size: 3em;
		margin-bottom: 0;
	}

.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 {

        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

        filter: alpha(opacity=70);

        opacity: 0.7;

        -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.8);

        -ms-transform: scale(0.8);

        -o-transform: scale(0.8);

        -webkit-transform: scale(0.8);

        transform: scale(0.8);

    }

.single-service > .service-icon span.fa {
	background: #fff;
	color: #173562;
	font-size: 2em;
	padding: .4em 0 0;
}

.single-service>h3 {
	font-size: 3em;
	padding: 0 4em;
}

.single-service>h3 a,

.single-service-sld>h3 a {

	color: #173562;

	font-weight: 600;

	text-decoration: none;

	-moz-transition: all 0.5s;

	-o-transition: all 0.5s;

	-webkit-transition: all 0.5s;

	transition: all 0.5s

}

    .single-service>h3 a:hover,.single-service>h3 a:focus,

    .single-service-sld>h3 a:hover,.single-service>h3 a:focus {

        outline: none;

        text-decoration: none;

    }

.single-service > p,
.single-service-sld > p {
  color: #666;
  font-size: 2.5em;
  letter-spacing: .0455em;
  line-height: 1.3em;
  padding: 0 .65em;
}



.single-service .fa-desktop:before{ content:url(../images/svg/search.svg); }

.single-service .fa-file-text-o:before{ content:url(../images/svg/search.svg); }

.single-service .fa-address-book:before{ content:url(../images/svg/search.svg); }

.single-service .fa-building:before{ content:url(../images/svg/search.svg); }

.single-service .fa-calculator:before{ content:url(../images/svg/search.svg); }

.single-service .fa-download:before{ content:url(../images/svg/search.svg); }



/*--------------------*/

/* 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 > 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 > 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>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>img{

        border-radius: 100%;

        height: 100%;

        width: 100%;

    }



.testimonial-cotent{

	display: inline;

	float: left;

	margin-top: 30px;

	text-align: center;

	width: 100%;

}

    .testimonial-cotent > 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 > p span{ font-size: 25px; }



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



.testimonial-cotent > 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{
	display: inline;
	float: left;
	padding: 10em 0;
	width: 100%;
}

.share_toolbox{
    display: inline-flex;
    margin: 2.2em 0 3rem;
    width: 100%;
}

.fb-share-button{margin-right: 2em;}

.homBlog-area{

	display: inline;

    float: left;

	width: 100%;

}

    .homBlog-area h2 > a {

        color: #173562;

        text-decoration: none;

    }

.homeBlog-content{

	display: inline;

	float: left;

	width: 100%;

}

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

	.single-Blog .readmore_area_news {
		margin-top: 5em;
		text-align: unset;
	}

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

.blog-comments-box li {
  border-bottom: 1px solid #e7e7e8;
  border-right: 1px solid #ddd;
  color: #777;
  display: block;
  float: left;
  font-size: 2.2em;
  font-weight: 600;
  min-height: 250px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}

    .blog-comments-box li:last-child{ border-bottom: none; }
    .blog-comments-box li > 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 > 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 {
	max-height: 600px;
	max-width: 800px;
	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: .9em;

  cursor: pointer;

  float: left;

  height: auto;

  overflow: hidden;

  position: relative;

  text-align: center;

}

    .blog-img figure img {
        display: block;
        opacity: 0.8;
        position: relative;
        width: 100%;
    }

	.blog-img > figure .img-lista {
		height: auto;
	}

figure.blog-figure .image-effect::before {  
	content: "";
	height: 100%;
	left: 80px;
	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 > ul > li {

      color: #aaa;

      display: inline-block;

      padding: 5px;

    }



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

    .blog-content > h2 {
      font-size: 2.6em;
      font-weight: 600;
      line-height: 1.6em;
      margin: .6em 0 0;
    }

    .blog-content > p {
      font-size: 2.4em;
      line-height: 1.6em;
    }

	.blog-content > h2 a {
		color: #333;
	}
  .blog-content > p a,
	.blog-content > a { text-decoration: none; }

    .blog-content > a p {
      font-size: 2.4em;
      line-height: 1.3em;
    }

    .blog-content .readmore_area a { 
      border: none;
      font-size: 2.4em;
      margin-left: 0;
      text-transform: none;
      width: 150px;
    }

  .blog-content .readmore_area a::before { padding: 8px 13px; }

  .blog-content .readmore_area a span {
		background: #173562;
		padding: 8px 13px;
		text-align: center;
	}

  .blog-content .readmore_area { margin-top: 25px; }

  .blog-content iframe{
    height: 100vh;
    max-height: 461px;
    top: 0;
    width: 70%;
  }

.blog-content ol#pagination { text-align: center; }

	.blog-content ol#pagination li {
		cursor: pointer;
		display: inline;
		font-size: 1.6rem;
		line-height: 2em;
	}

	.blog-content ol#pagination li.prev,
	.blog-content ol#pagination li.next {
		background-color: #666;
		border-radius: 8px;
		color: #FFF;
		margin: 0 1em;
		padding: 1rem;
	}


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

.footer-top {
  background-color: #173562;
  border-top: 0;
  display: inline;
  float: left;
  padding: 10em 0;
  width: 100%;
}

.single-footer-widget{
	color: #555;
  display: inline;
	float: left;
	padding: 0 10px;
	width: 100%;
}

    .single-footer-widget .section-heading{ text-align: left; }

    .single-footer-widget .section-heading > h2 {

      font-size: 3em;

      line-height: 1em;

      margin: 0;

      padding-bottom: 1em;

    }

	.single-footer-widget .section-heading > h2 > a {

		color: #666;

		text-decoration: none;

	}

    .single-footer-widget .line { margin: 0 0 30px; }



.footer-service li > 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 > a:hover{

      outline: none;

      text-decoration: none;

    }

    .footer-service li > a span { margin-right: 8px; }



.footer-top .contact-info {

	text-align: left;

}



.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 > p,
.footer-social > p {
  color: #fff;
  font-size: 2.6em;
  line-height: 1.4em;
}

.footer-social > .chama-app {
	margin-bottom: .5em;
}

.footer-social{
	display: inline;
	float: left;
	text-align: left;
  width: 100%;
}

	.footer-social h2 {
		color: #FFF;
		font-size: 2.6em;
		text-transform: uppercase;
	}

	.footer-social > p {

		padding-right: 4em;

	}

		.contact-info > p a {

			color: #173562;

			margin: 0 0 0 .5em;

		}

		#footer > .footer-top .contact-info > p a {

			color: #fff;

			margin: 0;

		}

		.footer-social > p a {

			color: #fff;

		}

		.contact-info > p a,

		.footer-social > p a {

			text-decoration: none;

		}

    .footer-social > a {
			background: #fff;
      display: inline-block;
      float: none;
      font-size: 4em;
      height: 48px;
      line-height: 48px;
      margin: 12px 12px 0 0;
      min-width: 48px;
			/*padding: .19555em 0 0;*/
			padding: 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:last-child {
    	margin: 12px 0 0 0;
    }

    .footer-social > a:hover {
    	background: #476490;
    	color: #FFF;
    }

		.footer-social > .readmore_area {
			margin-top: 10px;
		}

		.footer-social > .readmore_area a {
		  /*border-radius: .3em;*/
		  color: #fff;
		  display: inline-block;
		  font-family: 'Roboto', sans-serif;
		  font-size: 2.6em;
		  font-weight: 600;
		  line-height: 2em;
		  margin: 0 0 1rem;
		  outline: medium none;
		  position: relative;
		  /*text-align: center;*/
		  text-decoration: none;
		  text-transform: none;
		  /*width: 150px;*/
		}

		.footer-social > .readmore_area a::before {
			background: transparent;
		}

	/*.footer-social > .readmore_area a::before {
		background: #ff9326;
		border-radius: .3em;
		color: #fff;
		content: attr(data-hover);
		line-height: 2em;
		margin: 0;
		padding: 0 10px;
		position: absolute;
		text-align: center;
		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;
	}

	.footer-social > .readmore_area a:hover span,
	.footer-social > .readmore_area a:focus span {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		transform: translateX(100%);
	}

	.footer-social > .readmore_area a:hover::before,
	.footer-social > .readmore_area a:focus::before {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		transform: translateX(0%);
	}

	.footer-social > .readmore_area a span {
		background: #fff;
		border-radius: .3em;
		color: #7aac52;
		display: block;
		height: auto;
		padding: 0 10px;
		-webkit-transition: -webkit-transform 0.3s;
		-moz-transition: -moz-transform 0.3s;
		transition: transform 0.3s;
	}*/

.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>p{
        font-size: 16px;
        margin-bottom: 0px;
    }

    .footer-copyright>p>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-bottom {
  background-color: #2A4A7A;
  display: inline;
  float: left;
  padding: 4em 0 ;
  text-align: center;
  width: 100%;
}
    .footer-bottom p{
        font-size: 15px;
        margin-bottom: 0px;
    }
        .footer-bottom p a {
            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>h2{ padding-bottom: 0px; }



.blog-breadcrumbs-right{

	display: inline;

	float: right;

}

    .blog-breadcrumbs-right .breadcrumb{

		margin: 0;

		padding: 0;

	}

  .blog-breadcrumbs-right .breadcrumb > li {
		color: #666;
		font-size: 2.2em;
	}
    .blog-breadcrumbs-right .breadcrumb > li a{
			color: #666;
			text-transform: uppercase;
		}

.blogArchive-area {
  display: inline;
  float: left;
  padding: 5em 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 > li > a,
    .blog-pagination .pagination > li > 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 > li > a:focus,
    .blog-pagination .pagination > li > a:hover,
    .blog-pagination .pagination > li > span:focus,
    .blog-pagination .pagination > li > span:hover { color: #fff; }

    .blog-pagination .pagination > li:last-child > a,
    .blog-pagination .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px;
    }

    .blog-pagination .pagination > li:first-child > a,
    .blog-pagination .pagination > li:first-child > 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 > 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>img{

      height: 100%;

      width: 100%;

    }

    .news-img>img:hover{ opacity: 0.8; }



.popular-tab .media-body > 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 > a:hover,

    .popular-tab .media-body > a:focus{

        color: #000;

        outline: none;

    }



.feed_date {

  color: #ccc;

  display: block;

  margin-top: 7px;

}



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



.archives li{

    float: left;

    margin-bottom: 7px;

    width: 100%;

}

    .archives li > 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 > a:hover {

      color: #fff !important;

      outline: none;

      text-decoration: none;

    }

    .archives li>a>span{ float: right; }



.sidebar-widget>ul li{	}

    .sidebar-widget>ul li>a{

        border-bottom: 1px solid #e2e6e7;

        display: block;

        padding: 5px;

    }

    .sidebar-widget>ul li>a:hover{ text-decoration: none; }

    .sidebar-widget>ul li>a>span{ margin-right: 5px; }



/*--------------------*/

/* BLOG DETAILS */

/*--------------------*/

/*.blog-details table {max-width: 100%!important; height: auto; overflow: scroll;}*/
    .blog-details table {width: 98%!important; text-align: center;}
    .blog-details table th, table td {padding: 10px;}

    @media screen and (max-width: 1024px) {
    	.blog-details table thead{display:none;}
      .blog-details table tbody td{display: flex; flex-direction: column; }
    }

.blog-details{ position: relative; }

    .blog-details h2 {

      font-size: 30px;

      line-height: 40px;

      margin-bottom: 10px;

      margin-top: 10px;

    }

    .blog-details p {
      font-size: 2.4em;
      line-height: 1.6em;
      text-align: left;
    }

    .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>i { margin-right: 5px; }

    .blog-details .checkbox label,

    .blog-details .radio label { font-size: 15px; }

    .blog-details > a,

    .blog-details > p>a {

      border: 1px none transparent;

      color: #555;

      font-size: 15px;

      font-weight: bold;

    }

        .blog-details>a:hover,

        .blog-details>a:focus,

        .blog-details > p>a:hover,

        .blog-details > p>a:focus{

            outline: none;

            text-decoration: none;

        }

        .blog-details > p > img {
            height: auto !important;
						max-width: 100% !important;
            /*width: 100% !important;*/
        }

    .blog-details .table-hover tbody tr:hover{ color: #fff; }



.social-share{

	border-bottom: 2px solid #173562;

	border-top: 2px solid #173562;

	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;
        	margin-right: 2em;
        }
        .social-share ul li:last-child{
        	margin-right: 0;
        }

            .social-share ul li > a {  
                color: #fff;
                display: inline-block;
                font-size: 5em;
                height: 44px;
                line-height: 45px;
                margin-left: 0;
                text-align: center;
                -moz-transition: all 0.5s;
                -o-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
                width: 44px;
            }

            .social-share ul li a:hover{ background-color: #ff9326; }

.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 > 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>li span{ margin-right: 5px; }



.similar-post{

 display: inline;

 float: left;

 margin-top: 30px;

 width: 100%;

}

    .similar-post > 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>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>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 > li > 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 > li > a:hover,

        .nav-tabs > li > a:focus{ opacity: 0.8; }



.tab-content > .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-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: 200px;
      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;
            height: auto;
            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 > p {
      font-size: 2.4em;
      margin-bottom: 20px;
    }



.contact-address {

  display: inline;

  float: left;

  padding: 0px 20px;

  width: 100%;

}

    .contact-address>p{

        font-size: 17px;

        margin-bottom: 20px;

    }

    .contact-address>h3{
    		font-size: 3em;
        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: 270px;

	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 > span { vertical-align: middle; }



.button--itzel {
	border: 1px solid #e9e9e9;
	font-size: 2.4em;
	overflow: hidden;
	padding: 0px;
	width: 300px;
}

    .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: 2em;
        left: 50%;
        padding: 0.5em;
        position: absolute;
        top: 100%;
        -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 > 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 > 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 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;
			transition: .5s all;

		}

		#menuSublevels .sub-menu li {

			width: auto;

		}

		#menuSublevels .sub-menu li a {

			line-height: 1.7em;

		}



		#menuSublevels > .main-menu {

		  padding: 1em 0;

		}

}



@media only screen and (min-width: 65em) {

  #testediv {

	  background: green;

	  display: block;

	  position: absolute;

	  z-index: 10999;

  }	

  #menuSublevels {
	  font-size: 1.4em;
	  margin: 4.7em 0 0;
	  width: 75%;
  }

  #menuSublevels > .main-menu {

    display: block;

	float: right;

	margin: 0 0 0 5.2em;

    padding: 0;

    text-align: left;

	transition: .3s all;

  }

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

  #menuSublevels .sub-menu > li > a { padding: 0 1em; }

#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;
		font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    font-weight: 600;
  }



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

	

  #menuSublevels .sub-menu li a { color: #fff; }



  #menuSublevels .sub-menu {
    border: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
		transition: .5s all;
    width: 20em;
    z-index: 3000;
  }

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

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

  #menuSublevels .sub-menu .sub-menu {
    left: 89.5%;
    top: -0.60em;
    transition: .5s all;
  }

  #menuSublevels li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
    transition: .5s all;
  }
}



/************************/



@media(min-width:1837px){

	.menu_area > .navbar > .container {
		margin: 0 auto;
		width: 70% !important;
	}

  #menuSublevels > .main-menu {
  	margin: 0 0 0 2em;
  }

}

@media(min-width:1366px) and (max-width:1836px){
	.menu_area > .navbar > .container {
		width: 70% !important;
	}

	#menuSublevels a { padding: 0 1.5em; }

	#sliderArea {height: 665px;}
}

@media(max-width:1488px){
	.menu_area > .navbar > .container {
		width: 80% !important;
	}

	#sliderArea {height: 538px;}
}

@media(max-width:1440px){
  #menuSublevels > .main-menu {
  	margin: 0 0 0 2em;
  }
	#sliderArea {height: 520px;}
}

@media(max-width:1366px){
	.menu_area > .navbar > .container {
		width: 95% !important;
	}

  #menuSublevels {
	  width: 70%;
  }

	#sliderArea {height: 493px;}

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

@media(max-width:1280px){
	.menu_area > .navbar > .container {
		margin: 0 auto;
		width: 95% !important;
	}

	.menu_area > .navbar > .container .navbar-header {
		margin: 0 auto;
		width: 100%;
	}

  #menuSublevels > .main-menu {
  	margin: 0;
  }

	#menuSublevels a { padding: 0 1.5em; }

	#menuSublevels .sub-menu {width: 17em;}

	#sliderArea {height: 462px;}

	.top-slider .slick-prev,.top-slider .slick-next {margin-top: 0;}
}

@media(max-width:1224px){
  #menuSublevels{width: 75%;}
	#sliderArea {height: 441px;}
}



@media(max-width:1199px){
  .navbar-default .navbar-nav > li > a {font-size: .85em;}

  .navbar-brand {font-size: 20px;width: 258px;}

	.navbar-brand img { max-width: 260px; width: 40%; }

	.menu_area > .navbar-default .navbar-brand {
		margin: 1em 0 0;
	}

	#menuSublevels > .main-menu {
		margin: 0;
	}
	#menuSublevels a{
		padding: 0 1em;
	}

	.past-main > .container .navbar-header a img {width: 10%;}

  .doctors-nav figcaption h2 {font-size: 14px;}

  .doctors-nav figcaption p {font-size: 14px;padding: 0 12px;}

  .nav-tabs > li > a {padding: 10px 10px;}

  .main-nav {margin:.5em 0;}

  #sliderArea {height: 432px;}	

  .single-blog-right {width: 70%;}

  .blog-img figure img {
	  height: 150px;
	  width: 200px;
  }

  #dv_imgassoc { width: 24%; }

  #dv_contassoc { width: 75%; }

  #area-associado{padding: 5em 0;}

	#area-associado fieldset {margin: 0 0 0 5em;}

	#area-associado input {width: 48.5%;}
}

@media(max-width:1139px){
	.past-main {
		max-height: 164px;
	}

	.menu_area {
	    height: 260px;
	}
	.navbar-default {
		max-height: 160px;
	}

	.menu_area > .navbar-default .navbar-brand {
		height: auto;
    margin: 1em 0 .5em;
		padding: 0;
		width: 100%;
	}

	.menu_area > .navbar > .container {width: 100% !important;}

	.menu_area > .navbar-default .navbar-brand img,
	.past-main > .container .navbar-header a img {
		margin: 0 auto;
	}

	.navbar-brand img {
		width: 10%;
	}

	#menuSublevels {
		/*min-width: 1024px;*/
		width: 100%;
	}

	#menuSublevels #toggle-menu {
		padding: 0;
		text-align: center;
	}
	#menuSublevels #toggle-menu i.fa {
		font-size: 4em;
	}

	#menuSublevels > .main-menu {
		background: #fff;
		font-size: 2.6em;
		margin-top: -3px;
		padding: 1em 0;
		text-align: center;
		width: 100%;
	}

	#menuSublevels li{
		font-size: 2rem;
	}

	#menuSublevels > .main-menu > li > .sub-menu a {color: #fff;}

	#menuSublevels li .sub-menu { width: auto; }
	#menuSublevels li .sub-menu{margin:0 0 0 1em;}
	#menuSublevels li .sub-menu li .sub-menu {
		width: 25vw;
	}
	#menuSublevels .sub-menu .sub-menu{
		left: 92.5%;
	}

	.past-main > .container #menuSublevels .main-menu {margin-top: -1px;}

	#sliderArea {height: 416px;}

  .top-slider .slick-prev, .top-slider .slick-next {margin-top: 0;}

	.single-top-feature>h3 {
	    font-size: 3em;
	}

	.service-area .service-content .col-md-4 .single-service h3{
		font-size: 2.6em;
	}
	.service-area .service-content .col-md-4 .single-service p{
		font-size: 2.26em;
	}
}

@media(max-width:1120px){
	.menu_area{
		height: 196px;
	}
	#menuSublevels {
		margin: 1em 0 0;
	}
	#menuSublevels li{
		width: unset;
	}
	#menuSublevels li .sub-menu{
		min-width: 330px;
	}
	#menuSublevels .main-menu li .sub-menu li{
		font-size: 1em;
	}
	#sliderArea {
		height: 408px;
	}
}

@media(max-width:1039px){
	.menu_area {height: 160px;}

	#menuSublevels li .sub-menu{
		margin: 0;
	}

	#menuSublevels li .sub-menu li .sub-menu{
		background-color: #003687 !important;
		width: 100%;
	}

	#sliderArea {
		height: 380px;
	}
}

@media(max-width:1024px){
	#sliderArea {height: 368px;}
}

@media(max-width:1010px){
	#sliderArea {height: 363px;}

	.single-top-feature>h3 {font-size: 3em;}

	.single-top-feature > p {
	    font-size: 2.7em;
	}
}

@media(max-width:991px ){
  .navbar-header {float: none;text-align: center;}

  .navbar-brand {display: inline-block;float: none;font-size: 25px;width: 290px;}

	.menu_area > .navbar-default .navbar-brand {
	    margin: 0.5em 0;
	}

  .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 > 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{margin-bottom: 4em;}

  .single-blog-left {width: 15%;}

	.single-blog-left .blog-comments-box li{font-size: 2.6em;}

  .single-blog-right {width: 80%;}

	.blog-img figure img {
		height: 432px;
		width: 576px;
	}

	.blog-content > h2{
		font-size: 3.6em;
	}

	.blog-content > a p,
	.blog-content .readmore_area a {
		font-size: 2.8em;
	}

	.blog-content .readmore_area a{width: 200px;}

	.blog-content .readmore_area a span,
	.blog-content .readmore_area a::before{padding: 15px;}

	.single-service,
	.single-service-sld{padding: 0;}

	.single-service > .service-icon span.fa{
		font-size: 2em;
		padding: 1.5em 0 0;
	}

	.service-icon-effect:before{font-size: 6em;}

	.service-icon-effect{
		height: 150px;
		width: 150px;
	}

	.single-service>h3,
	.service-area .service-content .col-md-4 .single-service h3 {font-size: 3.6em;}

	.single-service > p, .single-service-sld > p,
	.service-area .service-content .col-md-4 .single-service p {
		font-size: 3em;
	}

	.service-icon-effect:before {line-height: 110px;}

  .blog-author > ul > li {font-size: 12px;}

  .blogArchive-area .single-blog-right {width: 72%;}

  #blogArchive {margin-top: 0;}

	.blog-breadcrumbs-right{display: none;}

	.contact-address { display: none; }

  .nav-tabs {width: 100%;}

  .nav-tabs > li > 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 {text-align: center;}

  #respond input[type="text"], #respond input[type="email"], #respond input[type="url"] {width: 80%;}

  #menuSublevels > .main-menu{margin-top: -7px;}

  .past-main > .container #menuSublevels .main-menu{margin-top: -5px;}

  #sliderArea {height: 356px;}

  .slider-text h2 {font-size: 45px;line-height: 50px;}

  .slider-text p {font-size: 25px;}

  #topFeature{max-height: none;}

  .single-top-feature{padding: 25px;}

  .single-top-feature>h3{font-size: 4em;}

  .single-top-feature > p{font-size: 3.8em;}

  #dv_imgassoc { width: 34%; }

  #dv_contassoc { width: 60%; }

  #area-associado {
	  max-height: none;
	  min-height: 300px;
  }

  #area-associado form {
	  text-align: center;
  }

  #area-associado form div img {
	  padding: 0 0 4em;
  }

  #area-associado fieldset legend {
	  font-size: 2em;
	  margin: 0 0 1em;
  }

  #area-associado input {
	  font-size: 1.8em;
	  margin-bottom: 1em;
	  width: 100%;
  }

  .readmore_area_form{
	  margin-top: 0;
  }

	.readmore_area_form a{
		font-size: 1.8em;
	}

	.readmore_area a span,
	.readmore_area_news a span,
	.readmore_area_form a span,
	.readmore_area a::before,
	.readmore_area_news a::before,
	.readmore_area_form a::before{
		padding: 1em 2em;
	}

  #area-associado button{
    float: none;
  }

  #area-associado-topo {
  	text-align: center;
  }

  .footer-social{margin-bottom: 5em;}
}

@media(max-width:960px){
	#sliderArea {height: 345px;}
}

@media(max-width:900px){
	#sliderArea {height: 323px;}
}

@media(max-width:800px){
	#sliderArea {height: 286px;}
}

@media(max-width:768px ){
  .navbar-default .navbar-toggle {border-color: #fff;margin-top: 12px;}
  .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
  .navbar-default .navbar-toggle:hover;.navbar-default .navbar-toggle:focus{background-color: transparent;}
  .navbar-default .navbar-brand {margin-bottom: 10px;margin-top: 0;}

	.menu_area { height: 150px; }
	.navbar-default{ max-height:150px; }

  #sliderArea {
		height: 275px;
		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: 20%;}

	.single-blog-right {width: 75%;}

	.blog-img figure img {
		height: 405px;
		width: 540px;
	}

  .single-Blog {margin-bottom: 30px;}

  .single-footer-widget {margin-bottom: 0;}

	.footer-social {padding: 0 10px;}

  .footer-copyright {text-align: center;}

  #blogArchive {margin-top: 0;}

  .blog-pagination {margin-bottom: 30px;text-align: center;}

  .sidebar-widget {margin-bottom: 35px;}

  .blogArchive-area .single-blog-right {width: 75%;}

  .similar-post .media{margin-bottom: 15px;}

  .nav-tabs > li > 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;}

	#form_busca #tb_menu td { text-align: center; }

	#form_busca #tb_menu td > span:before {
		content: "\A";
		display: block;
	}

	#form_busca #tb_filtros td input,
	#form_busca #tb_filtros td select {
		padding: 1em;
		width: 450px;
	}

	#dv_indassoc { margin: 0 0 3em; min-height: 300px; }

	#dv_imgassoc { margin: 0 0 1em; width: 100%; }

	#dv_contassoc { width: 100%; }

	.menu_area > .navbar-default .navbar-brand{
		height: 70px;
		padding: .5em 0;
	}

	#area-associado-topo input {
  	margin-bottom: 2%;
		width: 50%;
	}

	#area-associado-topo button {
		float: none;
	}

	.my-simple-gallery figure a, .my-simple-gallery1 figure a {height: auto;}

	.image-effect {display: none;}
}

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

@media(max-width:640px ){
	.navbar-brand img	{
		width: 13%;
	}
	#sliderArea{height: 228px;}
}

@media(max-width:485px ){
	.navbar-brand img {
		width: 18%;
	}

	#sliderArea{height: 177px;}

	.single-top-feature>h3{font-size: 3.5em;}

	.top-slider .slick-prev, .top-slider .slick-next{margin-top: 0;}

  .sl-slider h2 {font-size: 22px;line-height: 25px;}

  .sl-slider p {font-size: 16px;}

  .readmore_area a {font-size: 3em;}

  .counter-box::after {width: 104%;}

  .postnav-left h4, .postnav-right h4 {font-size: 14px;}

  .nav-tabs > li > a {font-size: 12px;padding: 10px;} 

  .slider-text h2 {font-size: 30px;line-height: 34px;}

  .slider-text p {font-size: 18px;}

	.single-blog-left{display: none;}

	.single-blog-right,

	.blogArchive-area .single-blog-right{width: 100%;}

	.blog-img figure img{
		height: auto;
		width: 100%;
	}
}

@media(max-width:360px ){
  .navbar-brand {float: left;font-size: 20px;width: 250px;}

  .navbar-brand > i {font-size: 25px;}

  .navbar-default .navbar-brand {margin-bottom: 10px;margin-top: 5px;}

	.navbar-brand img {
		width: 25%;
	}

  #sliderArea{height: 132px;}

  .top-slider .slick-prev, .top-slider .slick-next{ display: none !important; }

  .slider-text {width: 90%;}

  .sl-slider-wrapper {height: 420px;}

  .single-top-feature > p { font-size:3em; }

  .counter-box::after {width: 107%;}

  .blog-breadcrumbs-left {text-align: center;width: 100%;}

  .blog-breadcrumbs-right {width: 100%;}

  .blog-breadcrumbs-right .breadcrumb {padding: 8px;}

  .blog-pagination .pagination > li > a,

  .blog-pagination .pagination > li > 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;}

  .blog-img > figure .img-lista {
  	height: auto;
  	min-height: unset;
  	width: 100%;
  }

  .my-simple-gallery a img, .my-simple-gallery1 a img {
  	height: auto;
  	min-height: unset;
  	width: 100%;
  }

  .social-share ul li > a {font-size: 14px;height: 25px;line-height: 26px;width: 25px;}

  .social-share h3 {font-size: 20px;}

  .nav-tabs > li > 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;}

  #area-associado input,
  .wp-form-control {font-size: 2.6em;}
}

@media(max-width:320px ){
	.navbar-brand img {
	    width: 30%;
	}
	
	#sliderArea{height: 117px;}

  .navbar-brand {width: 240px;}	

  .blog-breadcrumbs-right .breadcrumb > li a {font-size: 12px;}	

  .blog-breadcrumbs-right .breadcrumb > .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%;
  }
}