/*-----------------------Reset-------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  vertical-align:baseline;
  font-weight:inherit;
  font-style:inherit;
  font-size:100%;
  line-height:100%;
  background:transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}
audio, canvas, video {display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]) { display: none; }
[hidden] {display:none;}

/*----------------------Base Styles----------------------*/

html * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
} 

html {
  height:100%;
/*  background:#f4f4f4 url('../img/white-bg.png') no-repeat 0 625px; */
  background: #fff;
}
  
body{
  font-size:100%;
  line-height:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  font-family:'Roboto', sans-serif;
  color:#000;
  background:transparent url('../img/body_bg.png') no-repeat 50% 0;
  position:relative;
  min-height:100%;
}

/*----------------------Default----------------------------*/

blockquote {margin:1em 40px;}

dfn {font-style:italic;}

hr {display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}

ins {background:#ff9;color:#000;text-decoration:none;}

mark {background:#ff0;color:#000;font-style:italic;font-weight:bold;}

pre, code, kbd, samp {font-family:monospace, serif; _font-family: 'courier new', monospace;font-size:1em;}

pre {white-space:pre;white-space:pre-wrap;word-wrap:break-word;}

q {quotes:none;}
q:before, q:after {content: "";content:none;}

small {font-size:85%;}

sub, sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}

img {border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;}

svg:not(:root) {overflow:hidden;}

figure {margin:0;}

button[disabled], input[disabled] {cursor:default;}

iframe {filter: alpha(opacity=100) !important;
       opacity:1!important;}

input[type="checkbox"], input[type="radio"] {box-sizing:border-box;padding:0;*width:12px;*height:12px;margin:0;border:0 none;background:transparent none;}

textarea {overflow:auto;vertical-align:top;resize:vertical;}

table {border-collapse:collapse;border-spacing:0;}

.chromeframe {margin: 0.2em 0;background:#ccc;color:black;padding:0.2em 0;}

strong{font-weight:bold;}

em{font-style:italic;}

p{margin:0 0 1em 0; line-height:1.5em;}

h1, h2, h3, h4, h5, h6 {
  padding:0.5em 0; 
  font-weight:bold;
  text-decoration:none;
}

ol, ul{
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  display:block;
  clear:both;
}

a:link, 
a:visited, a:focus, a:hover, a:active {
  text-decoration:underline;
  cursor:pointer;
}
 
a:hover{text-decoration:none;}

/*--------------------Helpers-----------------------*/

.hidden {display:none;visibility:hidden;}
.clear, 
.clear-left, 
.clear-right{clear:both;display:block;width:100%;height:0;overflow:hidden;line-height:0;font-size:0; }
.clearafter:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;overflow:hidden;}* html .clearafter,*:first-child+html .clearafter{zoom:1}
.clear-left{clear:left;}
.clear-right{clear:right;}
.f-right{float:right;}
.f-left{float:left;}
.no-border{border:0 none!important;}
.no-margin{margin:0 !important;}
.no-padding-top{padding-top:0 !important;}
.no-bg{background:transparent none;}
.a-left{text-align:left !important;}
.a-right{text-align:right !important;}
.a-center{text-align:center !important;}
.no-list-style, .no-list-style li{list-style:none !important; margin-left:0 !important;}
.mr-25{margin-right:25px;}

/*--------------------------Header---------------------------*/

#header-inn{
  position:relative;
  overflow:hidden;
  clear:both;
  width:1200px;
  margin:0 auto;
  padding:50px 10px 0 10px;
}

#top-logo{
  float:left;
  position: relative;
  margin-top:-2%;
}
/*#top-logo:after{
  content: '';
  display: block;
  position: absolute;
  top: 27px;
  right: -10px;
  width: 42px;
  height: 42px;
  background: url('../img/southtexasfamilyplanningclinics.png') 50% 50% no-repeat;
  background-size: 100%;
  z-index: 10;
  -webkit-animation: heartbeat 10s linear 5s infinite;
  animation: heartbeat 10s linear 5s infinite;
}
@-webkit-keyframes heartbeat{
  0%    {background-size: 100%}
  3%   {background-size: 70%}
  10%  {background-size: 100%}
  100%  {background-size: 100%}
}
@keyframes heartbeat{
  0%    {background-size: 100%}
  2%   {background-size: 70%}
  6%  {background-size: 100%}
  100%  {background-size: 100%}
}

#top-logo:hover:after{
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}*/

.opening-table li {
    border-bottom: 1px solid #f1f1f2;

    line-height: 30px;
    margin: 0px -62px;
    padding: 5px 50px;
    color: #000;
    float: left;
    display: block;
    width: 106%;
}
.opening-table li span {
    float: left;
}

.opening-table li div.value {
    float: right;
}

#top-menu{
  float:right;
  padding:35px 0px 0 0;
  position:relative;
}

#top-menu a{
  float:left;
  text-decoration:none;
  text-transform:uppercase;
  color:#fff;
  font:normal 16px/16px 'Roboto', sans-serif;
  margin-left:32px;
  padding: 5px 0 0 22px;
  background: url('../img/wecare_sprite01.png') 0 -120px no-repeat;
  text-shadow: 1px 1px 2px rgba(86,64,67,0.5);
  -webkit-transition:color .4s ease;
  -moz-transition:color .4s ease;
  -o-transition:color .4s ease;
  transition:color .4s ease;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



#top-menu a:first-child{
  margin-left:0;
  background: url('../img/wecare_sprite01.png') 0 0 no-repeat;
}
#top-menu a:first-child + a{
  background: url('../img/wecare_sprite01.png') 0 -40px no-repeat;
}
#top-menu a:first-child + a + a{
  background: url('../img/wecare_sprite01.png') 0 -78px no-repeat;
}
#top-menu a:hover{color:#95aeb9;}

.pseudo-menu{display:none;}

/*--------------------------Sections--------------------------*/

.section-main{
  position:relative;
  overflow:hidden;
  clear:both;
}

.section-main > .section-inn{
  margin:0 auto;
  width:1200px;
  display:table;
  clear:both;
  position:relative;
  padding-left:10px;
  padding-right:10px;
}

#clinics-bg{
  position:relative;
  overflow:hidden;
  clear:both;
  background:#fff;
}

.half-block{
  width:50%;
  position:relative;
  margin-bottom: 47px;
}

/*-------------------------Services-------------------------*/

.services-provide-block{
  padding:115px 0 0 0;
  position:relative;
  margin-top: 2%;
}

.services-provide-block h3:first-child{
  margin:0;
  padding:0;
  color:#fff;
  font-size:26px;
  margin-bottom:58px;
  opacity:0;
  text-shadow: 2px 2px 2px rgba(86,64,67,0.5);
}

.services-provide-block h3:first-child span{font-weight:300;}

.services-provide-block ul{
  margin-bottom:10px;
  margin-top:-6%;
  padding-right:55px;
}




.services-provide-block ul li{
  position:relative;
  overflow:hidden;
  clear:both;
  color:#fff;
  padding:5px 0 24px 99px;
  min-height:79px;
  left:-1200px;
  text-shadow: 2px 2px 2px rgba(86,64,67,0.5);
}

.services-provide-block ul li strong{
  display:block;
  clear:both;
  font-size:22px;
  margin-bottom:1px;
}

.services-provide-block ul li p{
  margin:0;
  font-size:16px;
  line-height:22px;
}

.services-provide-block ul li.item-1.active{background:transparent url('../img/familyplanning_enable.png') no-repeat ; left: 0}
.services-provide-block ul li.item-2.active{background:transparent url('../img/breastcervical_enable.png') no-repeat; left: 0}
.services-provide-block ul li.item-3.active{background:transparent url('../img/healtheducation_enable.png') no-repeat; left: 0}


/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        -user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: #ccc;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}







#slider-wrap{ 
  width:585px;
  position:relative;
  padding-top:20px;
}

#slider{ 
  width:585px;
  height:666px;
  position:relative;
}

#slider .slide{ 
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  display:none;
}

#slider .slide img{
  max-width: 80%;
  margin-top:102%;
}

/* Pantallas grandes */
  @media (min-width: 1200px) {
     #slider .slide img{
  max-width: 100%;
  margin-top:39%;
}

.services-provide-block h3:first-child{
  margin-top: -18%;
  opacity: 1;
}
  }
   
  /* Laptops y tablets apaisadas */
  @media (min-width: 768px) and (max-width: 979px) {
       #slider .slide img{
  max-width: 100%;
  margin-top:39%;
}

.services-provide-block h3:first-child{
  margin-top: -18%;
  opacity: 1;
}
  
  }
#slider .slide:first-child{display:block;}

.sli-links{ 
  text-align:center;
  position:absolute;
  z-index:5;
  width:100%;
  left:0;
  bottom:40px;
}

.sli-links .control-slide{
  margin-left:15px;
  display:inline-block;
  width:17px;
  height:17px;
  overflow:hidden;
  text-indent:-9999px;
  background-color:transparent;
  cursor:pointer;
  border:3px solid #fafafa;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}

.sli-links .control-slide:first-child{margin-left:0;}

.sli-links .control-slide.active{background-color:#fafafa;}




.services-main-title {
    margin: 0 auto;
    width: 80%;
    padding: 17px 0 28px 0;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    clear: both;
    font-size: 30px;
    font-weight: 300;
    line-height: 42px;
    position: relative;
    top: -80px;
    opacity: 0;
}




.services-bottom-block{
  position:relative;
  clear:both;
/*  min-height:240px; */
  padding-bottom:50px;
  overflow: hidden;
  border-bottom: 2px solid #e3e3e3;
}




.services-bottom-block h4 {
    display: block;
    text-align: center;
    width: 75%;
    margin: 0 auto 41px;
    padding: 4%;
    color: #818181;
    font: normal 300 18px/30px 'Roboto', sans-serif;
}
.services-bottom-block button{
  display: block;
  font: normal 300 19px/44px 'Roboto', sans-serif;
  border: 2px solid #7b949f;
  border-radius: 4px;
  padding: 0px 22px;
  margin: 0 auto 0;
  color: #fff;
  background: #7b949f;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.services-bottom-block button:hover{
  background: #b0bfc6;
  border: 2px solid #b0bfc6;
}






/*
.services-bottom-block:before{
  content:'';
  display:block;
  background:transparent url('../img/little-dog.png') no-repeat 0 0;
  width:211px;
  height:240px;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-105px;
}


#sb.services-bottom-block .f-left{
  padding:40px 160px 0 0;
  position:relative;
  left:-1200px;
}

#sb.services-bottom-block .f-right{
  padding:40px 0 0 160px;
  text-align:right;
  position:relative;
  right:-1200px;
}

.services-bottom-block .f-left h4 , 
.services-bottom-block .f-right h4{
  color:#062e48;
  font-size:22px;
  padding:0;
  margin:0 0 10px 0;
}

.services-bottom-block .f-left p , 
.services-bottom-block .f-right p{
  margin:0; 
  color:#062e48;
  font-size:16px;
  line-height:30px;
} 
*/

/*--------------------------About Us-------------------------*/

/* #about-us{background:transparent url('../img/gray.png') repeat 0 0;} */
#about-us{background:transparent;}






/*--------------------------Footer---------------------------*/

footer[role="contentinfo"]{
  position:relative;
  overflow:hidden;
  clear:both;
  background-color:#fff;
}

.foo-inn{
  margin:0 auto;
  position:relative;
  overflow:hidden;
  clear:both;
  width:1200px;
  /*background: transparent url('../img/foot-bg.png') 50% 0 no-repeat;*/
  padding:21px 0;
}

.foo-inn .foot-logo{
  display: block;
  float: left;
}


.foo-inn .copyright{
  line-height: 33px;
  font-size: 14px;
  color: #d3d6d8;
  padding-top: 1px;
  margin-left: auto;
  margin-right: auto;

}

#bottom-menu{
  overflow:hidden;
  text-align:right;
  line-height: 20px;
  float: right;
  padding-top: 1px;
}

#bottom-menu a{
  display:inline-block;
  text-decoration:none;
  text-transform:capitalize;
  color:#515f67;
  font-size:14px;
  line-height: 33px;
  font-weight: bold;
  margin: 0;
  -webkit-transition:color .4s ease;
  -moz-transition:color .4s ease;
  -o-transition:color .4s ease;
  transition:.4s ease;
}
#bottom-menu span{
  color:#7b949f;
  font-size:16px;
  font-weight: 300;
  padding: 0px 13px;
}
#bottom-menu a:hover{color:#062e48;}

#bottom-menu a:first-child{margin-left:0;}

/*------------------------Navigation-------------------------*/

.navigation-fixed{
  z-index:5;
  right:30px;
  top:35px;
  position:fixed;
  width:80px;
  display:none;
}

.navigation-fixed span{
  display:block;
  clear:both;
  cursor:pointer;
  color:#95aeb9;
  font-weight:bold;
  font-size:13px;
  text-align:center;
}

.navigation-fixed span.button-top{
  background:transparent url('../img/btns-sprite.png') no-repeat 50% 25px;
  margin-bottom:20px;
  padding-bottom:55px;
}

.navigation-fixed span.button-bottom{
  padding-top:55px;
  background:transparent url('../img/btns-sprite.png') no-repeat 50% -157px;
}

/*-----------------------Media Queries-----------------------*/

@media only screen and (max-width:1400px){
  
  .navigation-fixed{display:none!important;}

}

@media only screen and (max-width:1199px){

  .section-main > .section-inn,
  #header-inn,
  .foo-inn{width:100%;}

   .foo-inn{
    padding-left: 10px;
    padding-right: 10px;
   }

  .services-provide-block ul li,
  #sb.services-bottom-block .f-left{left:-120%;}

  #sb.services-bottom-block .f-right{right:-120%;}

  #our-doctors ul{text-align:center;}

  #our-doctors ul.list-of-doctors li{
    float:none;
    vertical-align:top;
    display:inline-block;
    width:24%;
  }

  #about-us ul.list-of-our-pacients{text-align:center;}

  #about-us ul.list-of-our-pacients li{
    float:none;
    vertical-align:top;
    display:inline-block;
    width:19.5%;
  }

}

@media only screen and (max-width:1024px) {

  #header-inn , 
  .section-main > .section-inn{
    padding-left:30px;
    padding-right:30px;
  }

  .services-provide-block ul{padding-right:0;}

  .services-provide-block{padding-top:50px;}
  
  .services-bottom-block h4{
    width: 100%;
    float: none;    
  }
  .services-bottom-block button{
    margin: 25px auto 0;
    float: none;
  }

  #services > .section-inn > .f-left,
  #services > .section-inn > .f-right{
    float:none;
    clear:both;
    width:100%;
    overflow:hidden;
  }

  #slider-wrap{
    margin:0 auto;
    padding-top:40px;
  }

  .our-awards-text img{display:none;}

  .contacts-address li{font-size:16px;}

  #about-us ul.list-of-our-pacients li{width:185px;}

  #our-doctors ul.list-of-doctors{padding-bottom:20px;}

  #our-doctors ul.list-of-doctors li{
    width:48%;
    margin-bottom:20px;
  }

  #sb.services-bottom-block .f-left{padding:35px 130px 0 0;}

  #sb.services-bottom-block .f-right{padding:35px 0 0 130px;}

.middle-title {
    margin: 52px 0 30px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    color: #7b949f;
    text-align: center;
}


  #top-menu{padding:40px 20px 0 0;}

  .foo-inn{padding:20px 5px;}

  .contacts-info{padding:35px 0;}

  #contacts{padding-bottom:50px;}

  ul.contacts-address{padding-right:40px;}
  .middle-text p{width: 95%;}
  .our-awards-text{
    padding: 10px 20px;
  }
  ul.resp-tabs-list{
    margin-bottom: 20px;
  }
  .resp-tabs-list li{
    width: 150px;
  }

  .foo-inn .copyright{
    margin-left: 10px;
  }

} 

@media only screen and (max-width:800px) {
    #header-inn , 
    .section-main > .section-inn{
      padding-left:10px;
      padding-right:10px;
    }
      /* responsive tabs */
        .our-awards-text{
          padding: 20px;
        }
        ul.resp-tabs-list{
          display: none;
        }
        h2.resp-accordion{
          display: block;
          margin: 0 auto 10px;
        }
        .resp-tab-content-active{
          display: block;
        }


}

@media only screen and (max-width:768px) {

  #about-us .our-awards-wrap{
    margin-bottom: 0;
  }

  #header-inn{padding-top:35px;}

  #top-menu a{
    margin-left:14px;
    font-size:14px;
    line-height:15px;
  }

  .services-main-title{
    font-size:40px;
    color: #fff;
    line-height:50px;
  }

  #sb.services-bottom-block .f-left{padding:10px 125px 0 0;}

  #sb.services-bottom-block .f-right{padding:10px 0 0 125px;}

  #top-menu{padding-right:0;}

  .middle-title{margin-top:30px;}

  ul.contacts-address{padding-right:30px;}

  .contacts-address li{
    font-size:12px;
  }

  #about-us ul.list-of-our-pacients{text-align:center;padding-bottom:25px;}

  #about-us ul.list-of-our-pacients li{
    float:none;
    display:inline-block;
    vertical-align:top;
    margin-bottom:25px;
    width:30%;
  }

  #our-doctors ul.list-of-doctors{
    padding-bottom:40px;
    text-align:center;
  }

  #our-doctors ul.list-of-doctors li{
    float:none;
    display:inline-block;
    vertical-align:top;
    margin-bottom:25px;
    width:49%;
  }

  #our-doctors ul.list-of-doctors li p{
    font-size:17px;
    line-height:25px;
  }

  #our-doctors ul.list-of-doctors li h4{
    font-size:24px;
    padding-bottom:10px;
  }

  .our-awards-wrap{padding:25px 0;}

  .our-awards-slider{
    float:none;
    clear:both;
    margin:0 auto 10px auto;
  }

  .our-awards-text .oh{padding:0 10px;} 

  .foo-inn{background: none;}
  .foo-inn .foot-logo{
    float: none;
    display: inline-block;
    margin: 0 0 10px;
  }

  .foo-inn {
    text-align: center;
  }

  .foo-inn .copyright{
    float: none;
    text-align: center;
    margin: 0;
  }

  #bottom-menu{
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }

  form.contact-form textarea,
  form.contact-form input[type="text"]{font-size:14px;}

  form.contact-form textarea{
    float:none;
    height:100px;
    width:100%;
    margin:0 0 15px 0;
  }

  form.contact-form .f-right{
    float:none;
    clear:both;
    width:100%;
  }

  form.contact-form button[type="submit"]{
    padding-top:10px;
    padding-bottom:10px;
    font-size:15px;
  }

}


@media only screen and (max-width:568px){
  .services-bottom-block:before{display:none;}
  #slider,
  .half-block{
    margin-bottom: 15px;
  }
  
  #slider,
  #slider-wrap{ 
  width:100%;
  padding-top: 0;
  }
}


@media only screen and (max-width:480px){

  #bottom-menu a{
    margin-left:0px;
    font-size:15px;
  }

  .foo-inn{padding:20px 0;}

  .map-section{height:250px;}

  .contacts-info{padding:25px 0;}

  .contacts-info strong{
    font-size:28px;
    margin-bottom:15px;
  }

  .contacts-info p{
    font-size:16px;
    line-height:27px;
  }

  ul.contacts-address{
    padding-right:0;
    clear:both;
    width:100%;
  }

  .contacts-address li{
    font-size:19px;
    line-height:24px;
    margin-top:15px;
  }

  form.contact-form{
    clear:both;
    padding-top:25px;
  }

  #contacts{padding-bottom:30px;}

  form.contact-form textarea,
  form.contact-form input[type="text"]{font-size:16px;}

  #our-doctors ul.list-of-doctors{
    padding-bottom:0;
  }

  #our-doctors ul.list-of-doctors li{
    width:100%;
  }

  #our-doctors ul.list-of-doctors li img{margin-bottom:15px;}

  .middle-title{
    font-size:28px;
    margin:15px 0 10px 0;
  }

  .middle-text p{
    font-size:16px;
    line-height:27px;
  }

  .middle-text{padding:0 0 15px 0;}

  #about-us ul.list-of-our-pacients{padding-bottom:5px;}

  .about-our-pacients-block p{
    font-size:16px;
    line-height:27px;
  }

  .about-our-pacients-block h4{
    padding:0 0 15px 0;
  }

  .our-awards-text{padding:0 10px;}

  .our-awards-text p{
    font-size:16px;
    line-height:27px;
  }

  .award-date{font-size:15px;}

  .award-title{
    font-size:28px;
    padding-top:5px;
  }

  #header-inn{padding-top:25px;}

  #top-logo{
    float:none;
    width:284px;
    margin:0 auto;
    display:block;
    position:relative;
    z-index:1;
  }


  .services-main-title{
    color:#fff;
    padding:0 0 20px 0;
    font-size:27px;
    line-height:36px;
  }
  .services-bottom-block{
    padding: 0 0 25px;
    margin: 0 0 0px;
    border: 0px;
  }
  .services-bottom-block h4{
    color: #FFFFFF;
  }
  #sb.services-bottom-block .f-left,
  #sb.services-bottom-block .f-right{
    float:none;
    clear:both;
    width:100%;
  }

  #sb.services-bottom-block .f-left{padding-right:0;margin-bottom:10px;}

  #sb.services-bottom-block .f-right{
    text-align:left;
    padding-left:0;
  }
/*
  .services-bottom-block{
    padding-top:260px;
    background:transparent url('../img/little-dog.png') no-repeat 50% 0;
    margin-bottom:20px;
  }
*/
  ul.list-of-our-pacients li p{padding:0 10px;}

  ul.list-of-our-pacients li figure{margin-bottom:15px;}

  ul.list-of-our-pacients li h5{padding:0 15px 8px 15px;}

  ul.list-of-our-pacients li{
    margin-bottom:20px;
    width:32%;
  }

  #our-doctors ul.list-of-doctors li{margin-bottom:20px;}

  .services-bottom-block .f-left p, .services-bottom-block .f-right p{line-height:27px;}

  .services-provide-block ul{padding-right:0;text-align: left;}

  .services-provide-block ul li strong{
    font-size:20px;
    margin-bottom:5px;



  }







  .services-provide-block ul li{
    padding-bottom:25px;
  }

  .services-provide-block ul li p{
    font-size:16px;
    line-height:27px;
  }

  .to-doctors-btn{margin-bottom:20px;}

  .services-provide-block h3:first-child{
    font-size:20px;
    margin-bottom:25px;
  }

  .services-provide-block{
    padding-top:20px;
    text-align: center;
  }

  a.to-doctors-btn{
    display: inline-block;
    float: none;
    margin-left: 0;
  }

  .services-bottom-block .f-left h4,
  .services-bottom-block .f-right h4,
  .services-bottom-block .f-left p,
  .services-bottom-block .f-right p{color:#fff;}

  header,
  #services,
  #contacts{background:#3A919D;}

  #top-menu{
    display:none;
    float:none;
    clear:both;
    overflow:hidden;
    padding:25px 0 0 0;
  }

  #top-menu a{
    float:none;
    display:block;
    clear:both;
    overflow:hidden;
    margin:0 0 10px 0;
  }

  #top-menu a:last-child{margin-bottom:0;}

  .pseudo-menu{
    display:block;
    color:#fff;
    text-decoration:none;
    font-size:28px;
    font-weight:bold;
    cursor:pointer;
    position:absolute;
    top:14px;
    right:4%;
    z-index:3;
    -webkit-user-select:none;
    user-select:none;
  }

  .our-awards-wrap{padding-top:2px;}

}

@media only screen and (max-width:320px){

  #bottom-menu a{
    margin-left:0px;
    font-size:12px;
  }
  #bottom-menu span{
    padding: 0 5px;
  }

  .foo-inn{padding:15px 0;} 

  #content-boolean h1,
  #content-boolean p{font-size:13px;}

  

  .contacts-address li{
    font-size:15px;
    line-height:20px;
    margin-top:10px;
  }

  .contacts-info p{
    font-size:14px;
    line-height:24px;
  }

  #contacts{padding-bottom:20px;}

  .contacts-info strong{
    font-size:24px;
    margin-bottom:10px;
  }

  .contacts-info{padding:15px 0;}

  #our-doctors ul.list-of-doctors li h4{
    font-size:20px;
    padding-bottom:5px;
  }

  #our-doctors ul.list-of-doctors li p{
    font-size:14px;
    line-height:24px;
  }

  #our-doctors ul.list-of-doctors li{margin-bottom:15px;}

  ul.list-of-doctors{padding-top:0;}

  .middle-title{
    font-size:24px;
  }

  .middle-text p{
    font-size:14px;
    line-height:24px;
  }

  #about-us ul.list-of-our-pacients li{
    width:48%;
    margin-bottom:15px;
  }

  .our-awards-slider{
    height:176px;
  }

  .about-our-pacients-block p{
    font-size:14px;
    line-height:24px;
  }

  ul.list-of-our-pacients{padding-top:20px;}

  ul.list-of-our-pacients li figure{margin-bottom:15px;}

  ul.list-of-our-pacients li p{padding:0 10px;}

  ul.list-of-our-pacients li h5{padding:0 15px 7px 15px;}

  .about-our-pacients-block h4{
    font-size:24px;
    padding-bottom:10px;
  }

  #about-us .our-awards-wrap{
    margin-bottom:15px;
    padding:10px 0;
  }

  .our-awards-text p{
    font-size:14px;
    line-height:24px;
  }

  a.to-doctors-btn{
    margin-left:0;
    font-size:16px;
  }

  .services-provide-block h3:first-child{
    font-size:24px;
    text-align:center;
  }

  .services-provide-block ul li p{
    font-size:14px;
    line-height:24px;
  }

  .services-provide-block ul li strong{font-size:18px;}

  .services-provide-block ul li{padding-bottom:20px;}

  .services-bottom-block .f-left h4, .services-bottom-block .f-right h4{font-size:18px;}

  .services-bottom-block .f-left p, .services-bottom-block .f-right p{
    font-size:14px;
    line-height:24px;
  }

  .services-main-title{
    font-size:24px;
    line-height:30px;
    color:#fff;
  }

  .award-title{
    font-size:23px;
    padding-top:0;
    padding-bottom:8px;
  }

  .award-date{
    font-size:13px;
    margin-bottom:5px;
  }

  .pseudo-menu{right:21px;}

  #header-inn{
    padding-right:0;
    padding-left:0;
  }

  #top-menu{padding-left:30px;}

  #about-us .our-awards-wrap{padding-top:0;}

}

/*----------------------Print Styles--------------------------*/

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}