/*-----------------------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:#CCC;
  background:transparent url('../img/wecare_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;
  margin-left: 10px;
  position: relative;
}
#top-logo:after{
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: -40px;
  width: 55px;
  height: 55px;
  background: url('../img/paws-logo.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;
}

#top-menu{
  float:right;
  padding:15px 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;
}

#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;
  max-width:1024px;
  display:table;
  clear:both;
  position:relative;
  padding-left:10px;
  padding-right:10px;
}

#pets-bg{
  position:relative;
  overflow:hidden;
  clear:both;
  background:#fff;
}

.half-block{
  width:50%;
  position:relative;
  margin-bottom: 47px;
}

/*-------------------------Services-------------------------*/

.services-provide-block{
  padding:50px 0 0 0;
  position:relative;
}

.services-provide-block h3:first-child{
  margin:0;
  padding:0;
  color:#fff;
  font-size:30px;
  margin-bottom:42px;
  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;
  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:30px;
}

.services-provide-block ul li.item-1{background:transparent url('../img/wecare_sprite02.png') no-repeat 0 0;}
.services-provide-block ul li.item-2{background:transparent url('../img/wecare_sprite02.png') no-repeat 0 -474px;}
.services-provide-block ul li.item-3{background:transparent url('../img/wecare_sprite02.png') no-repeat 0 -948px;}

.services-provide-block ul li.item-1.active{background:transparent url('../img/wecare_sprite02.png') no-repeat 0 -237px;}
.services-provide-block ul li.item-2.active{background:transparent url('../img/wecare_sprite02.png') no-repeat 0 -711px;}
.services-provide-block ul li.item-3.active{background:transparent url('../img/wecare_sprite02.png') no-repeat 0 -1185px;}


a.to-doctors-btn{
  float:left;
  text-decoration:none;
  color:#fff;
  margin-left:80px;
  font-size:19px;
  font-weight:300;
  padding:13px 16px;
  border:2px solid #bac5ca;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  opacity:0;
  -webkit-transition:.4s ease;
  -moz-transition:.4s ease;
  -o-transition:.4s ease;
  transition:.4s ease;
}

a.to-doctors-btn:hover{
  background-color:#fff;
  color:#062e48;
  border-color:#fff;
}

#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: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;}

#slider .slide.flip{
  -webkit-transform-origin:50% 50%;
  -webkit-animation:flip;
  -webkit-animation-duration:1s;
  -moz-transform-origin:50% 50%;
  -moz-animation:flip;
  -moz-animation-duration:1s;
  -o-transform-origin:50% 50%;
  -o-animation:flip;
  -o-animation-duration:1s;
  -ms-transform-origin:50% 50%;
  -ms-animation:flip;
  -ms-animation-duration:1s;
  transform-origin:50% 50%;
  animation:flip;
  animation-duration:1s;
}

@-webkit-keyframes flip {
  0%{-webkit-transform: rotateY(0deg);}
  100%{-webkit-transform: rotateY(360deg);}
}

@-moz-keyframes flip {
  0%{-moz-transform: rotateY(0deg);}
  100%{-moz-transform: rotateY(360deg);}
}

@-ms-keyframes flip {
  0%{-ms-transform: rotateY(0deg);}
  100%{-ms-transform: rotateY(360deg);}
}

@-o-keyframes flip {
  0%{-o-transform: rotateY(0deg);}
  100%{-o-transform: rotateY(360deg);}
}

@keyframes flip {
  0%{transform: rotateY(0deg);}
  100%{transform: rotateY(360deg);}
}

.services-main-title{
  margin:0 auto;
  width: 80%;
  padding:17px 0 28px 0;
  color:#7b949f;
  text-align:center;
  position:relative;
  display:block;
  clear:both;
  font-size:36px;
  font-weight:300;
  line-height:42px;
  position: relative;
  top: -80px;
  opacity: 0;
}

.services-main-title:before{
  content:'';
  display:block;
  background:transparent url('../img/wecare_q_bg.png') no-repeat 50% 0;
  width:39px;
  height:30px;
  margin-left:-20px;
  position:absolute;
  top:-40px;
  left:50%;
}

.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: 0;
  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;
}



/* Responsive Tabs */
    ul.resp-tabs-list{
      display: block;
      overflow: hidden;
      margin: 0 0 43px;
    }
    .resp-tabs-list li{
      display: inline-block;
      float: left;
      cursor: pointer;
      color: #7b949f;
      border: 2px solid #b5c3c9;
      border-radius: 4px;
      font: normal 300 18px/29px 'Roboto', sans-serif;
      padding: 0px;
      width: 205px;
      text-align: center;
      background: #fff;
      margin: 0 10px 0 0;
      transition: all 0.3s ease 0s;
    }
    .resp-tabs-list li:hover,
    h2.resp-accordion:hover{
      background: #b5c3c9;
      color: #fff;
    }
/*    .resp-tabs-list li:hover, */
    .resp-tabs-list li.resp-tab-active,
    h2.resp-accordion.resp-tab-active{
      background: #7b949f;
      color: #fff;
      border: 2px solid #7b949f;
    }
    h2.resp-accordion,
    .resp-tab-content{
      display: none;
    }
    h2.resp-accordion{
      cursor: pointer;
      color: #7b949f;
      border: 2px solid #b5c3c9;
      border-radius: 4px;
      font: normal 300 18px/33px 'Roboto', sans-serif;
      padding: 0px;
      text-align: center;
      background: #fff;
      margin: 0 10px 0 0;
      transition: all 0.3s ease 0s;
    }
    .resp-accordion .resp-arrow{}
    .resp-tab-content ul{
      font: normal 300 18px/20px 'Roboto', sans-serif;
      color: #818181;
      padding-left: 16px;     
    }
    .resp-tab-content ul li{
      list-style: none;
      margin: 0;
      padding: 0 0 0 32px;
      line-height: 30px;
      background: url('../img/wecare_check.png') 0 11px no-repeat;
    }


/*
.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;}

.middle-title{
  margin:52px 0 30px 0;
  padding:0;
  font-family: 'Roboto', sans-serif;
  font-size:30px;
  color:#7b949f;
  text-align:center;
}

.middle-title span{font-weight:300;}

.middle-text{
  position:relative;
  overflow:hidden;
  clear:both;
  text-align:center;
  padding:0 0 30px 0;
}

.middle-text p{
  margin:0 auto 10px;
  color:#818181;
  font-size:18px;
  font-weight:300;
  line-height:30px;
  width: 77%;
}

/*-----------------------Our Doctors-------------------------*/

ul.list-of-doctors{
  overflow:hidden;
  padding:10px 0 60px 0;
  
}

#our-doctors ul.list-of-doctors li{
  width:50%;
  float:left;
  text-align:center;
  cursor:pointer;
  color:#767676;
  -webkit-transition:color .4s ease;
  -moz-transition:color .4s ease;
  -o-transition:color .4s ease;
  transition:color .4s ease;
}

#our-doctors ul.list-of-doctors li img{
  margin-bottom:30px;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition:2s ease;
  -moz-transition:2s ease;
  -o-transition:2s ease;
  transition:2s ease;
}

#our-doctors.current ul.list-of-doctors li.flip img{
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

ul.list-of-doctors li h4{
  font-size:28px;
  padding:0 30px 12px 30px;
  color: #7b949f;
}

ul.list-of-doctors li p{
  font-weight:300;
  font-size:18px;
  line-height:29px;
  margin:0 30px;
  color: #818181;
}

#our-doctors ul.list-of-doctors li:hover{color:#062e48;}

/*-----------------------Our Awards--------------------------*/

#about-us .our-awards-wrap{
  position:relative;
  overflow:hidden;
  clear:both;
/*  background-color:#fff; */
  margin-bottom:44px;
  -webkit-transition:opacity 4s ease;
  -moz-transition:opacity 4s ease;
  -o-transition:opacity 4s ease;
  transition:opacity 4s ease;
  opacity:0;
  filter:alpha(opacity=0);
}

#about-us.current .our-awards-wrap{opacity:1;filter: alpha(opacity=100);}

.our-awards-text{
  overflow:hidden;
  padding: 31px 20px 30px 44px;
}

.award-title{
  color:#767676;
  font-weight:300;
  font-size:30px;
}

.award-date{
  color:#062e48;
  display:block;
  margin-bottom:10px;
  font-size:16px;
}

.our-awards-text p{
  color:#818181;
  font-size:18px;
  margin:0;
  line-height:30px;
  font-weight:300;
}

.our-awards-text .oh{
  overflow:hidden;
  padding:0 0 0 30px;
}

.our-awards-slider{ 
  width:415px;
  height:281px;
  position:relative;
  float:left;
}

.our-awards-slider .award-img{ 
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  display:none;
}

.our-awards-slider .award-img:first-child{display:block;}

#prewbutton , #nextbutton{
  display:block;
  text-indent:-9999px;
  position:absolute;
  background:transparent url('../img/arrows-sprite.png') no-repeat 0 0;
  width:13px;
  height:26px;
  cursor:pointer;
  top:50%;
  margin-top:-13px;
  z-index:5;
}

#prewbutton{left:6px;}

#nextbutton{
  right:6px;
  background-position:100% 0;
}

/*-----------------------Our Pacients------------------------*/

.patient_toggle{ display: block; }

.about-our-pacients-block{
  position:relative;
  overflow:hidden;
  clear:both;
}

.about-our-pacients-block h4{
  font-weight:bold;
  color:#767676;
  font-size:25px;
  padding-bottom:20px;
}

.about-our-pacients-block p{
  color:#767676;
  font-weight:300;
  font-size:18px;
  line-height:30px;
  margin:0;
}

ul.list-of-our-pacients{
  overflow:hidden;
  padding:56px 0 52px 0;
  border-bottom: 2px solid #E3E3E3;
}

#about-us ul.list-of-our-pacients li{
  float:left;
  width:33%;
  opacity:0;
  cursor:pointer;
}

ul.list-of-our-pacients li figure{
  display:block;
  margin:0 auto 28px auto;
  background-color:#fff;
  text-align:center;
  width:90px;
  height:90px;
  line-height:90px;
  overflow:hidden;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}

ul.list-of-our-pacients li figure img{vertical-align:inherit;}

ul.list-of-our-pacients li h5{
  color:#7b949f;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  padding:0 20px 15px 20px;
  -webkit-transition:color .4s ease;
  -moz-transition:color .4s ease;
  -o-transition:color .4s ease;
  transition:color .4s ease;
}

ul.list-of-our-pacients li p{
  color:#818181;
  font-size:14px;
  margin:0;
  font-weight:300;
  line-height:22px;
  text-align:center;
  padding:0 15px;
  -webkit-transition:color .4s ease;
  -moz-transition:color .4s ease;
  -o-transition:color .4s ease;
  transition:color .4s ease;
}

ul.list-of-our-pacients li:hover h5 , 
ul.list-of-our-pacients li:hover p{color:#062e48;}

/*-------------------------Contacts--------------------------*/

#contacts{
  background:#909090 url('../img/wecare_contactus_bg.jpg') 50% 0 repeat-y;
  padding-bottom:75px;
}

input, button, select, textarea {
font-size: 16px;
font-weight: normal;
line-height: 24px;
padding:5px;
}

.contacts-info{
  position:relative;
  overflow:hidden;
  clear:both;
  text-align:center;
  padding:70px 0 55px 0;
  color:#fff;
}

.contacts-info strong{
  font-size:30px;
  display:block;
  clear:both;
  margin-bottom:25px;
}

.contacts-info strong span{font-weight:300;}

.contacts-info p{
  font-size:18px;
  line-height:30px;
  font-weight:300;
  margin:0;
}

ul.contacts-address{
  padding-right:60px;
  float:left;
  width:33%;
  clear:none;
  font-weight: 300;
}

.contacts-address li{
  color:#fff;
  font-size:16px;
  line-height:24px;
  margin: 0;
  padding: 0 0 0 25px;
}

.contacts-address li:first-child{
  margin:0 0 20px;
  padding: 0;
  background: transparent;
}
.contacts-address li:first-child + li{
  background: url('../img/wecare_sprite03.png') 0 4px no-repeat;
}
.contacts-address li:first-child + li + li{
  background: url('../img/wecare_sprite03.png') 0 -74px no-repeat;
}
.contacts-address li:first-child + li + li + li{
  background: url('../img/wecare_sprite03.png') 0 -154px no-repeat;
}

form.contact-form{
  display:block;
  overflow:hidden;
}

form.contact-form textarea{
  float:left;
  width:80%;
  height:170px;
  resize:none;
  overflow:auto;
  margin:0;
  color:#000;
  outline:none;
  border:none;
  font:300 18px 'Roboto', sans-serif;
  padding:10px 15px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  background-color: #efefef;
}

form.contact-form textarea::-webkit-input-placeholder {color:#fff;opacity:1;}

form.contact-form textarea::-moz-placeholder {color:#fff;opacity:1;}

form.contact-form .f-right{
  float:right;
  width:48%;
}

form.contact-form input[type="text"]{
  width:100%;
  border:none;
  font:300 18px 'Roboto', sans-serif;
  padding:7px 15px;
  margin:0 0 23px 0;
  color:#fff;
  outline:none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

form.contact-form input[type="text"]::-webkit-input-placeholder {color:#fff;opacity:1;}

form.contact-form input[type="text"]::-moz-placeholder {color:#fff;opacity:1;}

form.contact-form button[type="submit"]{
  margin:0;
  cursor:pointer;
  color:#fff;
  text-transform:capitalize;
  font:300 18px 'Roboto', sans-serif;
  text-transform:capitalize;
  padding:10px 75px 10px 15px;
  border:2px solid #b2b8bb;
  background:transparent url('../img/comment.png') no-repeat 93% 14px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-transition:.4s ease;
  -moz-transition:.4s ease;
  -o-transition:.4s ease;
  transition:.4s ease;
}

form.contact-form button[type="submit"]:hover{
  border-color:#fff;
  background-color:#fff;
  color:#4f5d65;
  background-image:url('../img/comment-hover.png');
}

form input[type="text"] , 
form textarea{background:#747f85;}

form input[type="text"]:focus, 
form textarea:focus{
  box-shadow: inset 0 0 2px #fff;
}

form input.error[type="text"] , 
form textarea.error{background:#6a5c62 url('../img/error.png') no-repeat 95% 15px;}

div.success,
div.loading{
  color:#fff;
  padding:10px 0px 0px;
}

div.error{
  padding:10px 0px 0px 28px;
  color:#fff;
  background:transparent url('../img/error.png') no-repeat 0px 10px;}

.map-section{
  height:350px;
}

#map_canvas{
  width:100%;
  height:100%;
}

#content-boolean{
  overflow:hidden;
  background-color:#fff;
  padding:10px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

#content-boolean{color:#062e48;}

#content-boolean h1{
  font-size:15px;
  padding-top:0;
}

#content-boolean p{
  font-size:15px;
  margin:0;
}
/* -----------------------Appointment Request --------------------*/


.form-search .input-append .search-query, .form-search .input-prepend .search-query
{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query
{
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn
{
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query
{
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn
{
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append
{
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    vertical-align: middle;
    *zoom: 1;
}

.form-search .hide, .form-inline .hide, .form-horizontal .hide
{
    display: none;
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group
{
    display: inline-block;
}

.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend
{
    margin-bottom: 0;
}

.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox
{
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

    .form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"]
    {
        float: left;
        margin-right: 3px;
        margin-left: 0;
    }

.control-group
{
    margin-bottom: 10px;
}

legend + .control-group
{
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group
{
    margin-bottom: 20px;
    *zoom: 1;
}

    .form-horizontal .control-group:before, .form-horizontal .control-group:after
    {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-horizontal .control-group:after
    {
        clear: both;
    }

.form-horizontal .control-label
{
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls
{
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

    .form-horizontal .controls:first-child
    {
        *padding-left: 180px;
    }

.form-horizontal .help-block
{
    margin-bottom: 0;
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block
{
    margin-top: 10px;
}

.form-horizontal .form-actions
{
    padding-left: 180px;
}
/*------------------------ Row-Fluid ------------------------*/


.row-fluid
{
    width: 100%;
    *zoom: 1;
}

    .row-fluid:before, .row-fluid:after
    {
        display: table;
        line-height: 0;
        content: "";
    }

    .row-fluid:after
    {
        clear: both;
    }

    .row-fluid [class*="span"]
    {
        display: block;
        float: left;
        width: 100%;
        min-height: 30px;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .row-fluid [class*="span"]:first-child
        {
            margin-left: 0;
        }

    .row-fluid .controls-row [class*="span"] + [class*="span"]
    {
        margin-left: 2.127659574468085%;
    }

    .row-fluid .span12
    {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11
    {
        width: 91.48936170212765%;
        *width: 91.43617021276594%;
    }

    .row-fluid .span10
    {
        width: 82.97872340425532%;
        *width: 82.92553191489361%;
    }

    .row-fluid .span9
    {
        width: 74.46808510638297%;
        *width: 74.41489361702126%;
    }

    .row-fluid .span8
    {
        width: 65.95744680851064%;
        *width: 65.90425531914893%;
    }

    .row-fluid .span7
    {
        width: 57.44680851063829%;
        *width: 57.39361702127659%;
    }

    .row-fluid .span6
    {
        width: 48.93617021276595%;
        *width: 48.88297872340425%;
    }

    .row-fluid .span5
    {
        width: 40.42553191489362%;
        *width: 40.37234042553192%;
    }

    .row-fluid .span4
    {
        width: 31.914893617021278%;
        *width: 31.861702127659576%;
    }

    .row-fluid .span3
    {
        width: 23.404255319148934%;
        *width: 23.351063829787233%;
    }

    .row-fluid .span2
    {
        width: 14.893617021276595%;
        *width: 14.840425531914894%;
    }

    .row-fluid .span1
    {
        width: 6.382978723404255%;
        *width: 6.329787234042553%;
    }

    .row-fluid .offset12
    {
        margin-left: 104.25531914893617%;
        *margin-left: 104.14893617021275%;
    }

        .row-fluid .offset12:first-child
        {
            margin-left: 102.12765957446808%;
            *margin-left: 102.02127659574467%;
        }

    .row-fluid .offset11
    {
        margin-left: 95.74468085106382%;
        *margin-left: 95.6382978723404%;
    }

        .row-fluid .offset11:first-child
        {
            margin-left: 93.61702127659574%;
            *margin-left: 93.51063829787232%;
        }

    .row-fluid .offset10
    {
        margin-left: 87.23404255319149%;
        *margin-left: 87.12765957446807%;
    }

        .row-fluid .offset10:first-child
        {
            margin-left: 85.1063829787234%;
            *margin-left: 84.99999999999999%;
        }

    .row-fluid .offset9
    {
        margin-left: 78.72340425531914%;
        *margin-left: 78.61702127659572%;
    }

        .row-fluid .offset9:first-child
        {
            margin-left: 76.59574468085106%;
            *margin-left: 76.48936170212764%;
        }

    .row-fluid .offset8
    {
        margin-left: 70.2127659574468%;
        *margin-left: 70.10638297872339%;
    }

        .row-fluid .offset8:first-child
        {
            margin-left: 68.08510638297872%;
            *margin-left: 67.9787234042553%;
        }

    .row-fluid .offset7
    {
        margin-left: 61.70212765957446%;
        *margin-left: 61.59574468085106%;
    }

        .row-fluid .offset7:first-child
        {
            margin-left: 59.574468085106375%;
            *margin-left: 59.46808510638297%;
        }

    .row-fluid .offset6
    {
        margin-left: 53.191489361702125%;
        *margin-left: 53.085106382978715%;
    }

        .row-fluid .offset6:first-child
        {
            margin-left: 51.063829787234035%;
            *margin-left: 50.95744680851063%;
        }

    .row-fluid .offset5
    {
        margin-left: 44.68085106382979%;
        *margin-left: 44.57446808510638%;
    }

        .row-fluid .offset5:first-child
        {
            margin-left: 42.5531914893617%;
            *margin-left: 42.4468085106383%;
        }

    .row-fluid .offset4
    {
        margin-left: 36.170212765957444%;
        *margin-left: 36.06382978723405%;
    }

        .row-fluid .offset4:first-child
        {
            margin-left: 34.04255319148936%;
            *margin-left: 33.93617021276596%;
        }

    .row-fluid .offset3
    {
        margin-left: 27.659574468085104%;
        *margin-left: 27.5531914893617%;
    }

        .row-fluid .offset3:first-child
        {
            margin-left: 25.53191489361702%;
            *margin-left: 25.425531914893618%;
        }

    .row-fluid .offset2
    {
        margin-left: 19.148936170212764%;
        *margin-left: 19.04255319148936%;
    }

        .row-fluid .offset2:first-child
        {
            margin-left: 17.02127659574468%;
            *margin-left: 16.914893617021278%;
        }

    .row-fluid .offset1
    {
        margin-left: 10.638297872340425%;
        *margin-left: 10.53191489361702%;
    }

        .row-fluid .offset1:first-child
        {
            margin-left: 8.51063829787234%;
            *margin-left: 8.404255319148938%;
        }

    [class*="span"].hide, .row-fluid [class*="span"].hide
    {
        display: none;
    }

    [class*="span"].pull-right, .row-fluid [class*="span"].pull-right
    {
        float: right;
    }
    
/* -----------------------  Row Fluid small viewport ------------- */

@media(max-width:767px)
{
    body;

{
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top
{
    margin-right: -20px;
    margin-left: -20px;
}

.container-fluid
{
    padding: 0;
}

.dl-horizontal dt
{
    float: none;
    width: auto;
    clear: none;
    text-align: left;
}

.dl-horizontal dd
{
    margin-left: 0;
}

.container
{
    width: auto;
}

.row-fluid
{
    width: 100%;
}

.row, .thumbnails
{
    margin-left: 0;
}

    .thumbnails > li
    {
        float: none;
        margin-left: 0;
    }

[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"]
{
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.span12, .row-fluid .span12
{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="offset"]:first-child
{
    margin-left: 0;
}

.input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input
{
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"]
{
    display: inline-block;
    width: auto;
}

.controls-row [class*="span"] + [class*="span"]
{
    margin-left: 0;
}

.modal
{
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
}

    .modal.fade
    {
        top: -100px;
    }

        .modal.fade.in
        {
            top: 20px;
        }

}
.container
{
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before, .container:after
    {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after
    {
        clear: both;
    }

.container-fluid
{
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1;
}

    .container-fluid:before, .container-fluid:after
    {
        display: table;
        line-height: 0;
        content: "";
    }

    .container-fluid:after
    {
        clear: both;
    }

/*--------------------------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: #515f67;
  padding-top: 1px;
  margin: 0 0 0 67px;
  float: left;
}

#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:33%;
  }

  #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:33%;
  }

}

@media only screen and (max-width:979px) {
 
  #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;
  }
  .services-main-title{width: 95%;}
  .services-main-title:before{display:none;}

  .our-awards-text img{display:none;}

  .contacts-address li{font-size:16px;}

  #about-us ul.list-of-our-pacients li{width:33%;}

  #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;}

  .services-main-title{
    font-size:45px;
    line-height:55px;
  }

  #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) {
  
  .section-main > .section-inn, #header-inn, .foo-inn {
     width: 95%;
  }
  
  #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;
    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;
  }

}


@media only screen and (max-width:568px){
  #services > .section-inn > .half-block.f-right{
    display: none;
  }
  .services-bottom-block:before{display:none;}
  .half-block{
    margin-bottom: 15px;
  }
}


@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;
  }

  #services > .section-inn > .f-right{display:none;}

  #header-inn{padding-top:25px;}

  #top-logo{
    float:none;
    width:204px;
    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: #ccc;
  }
  #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;}

  .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:28px;
    margin-bottom:25px;
  }

  .services-provide-block{
    padding-top:20px;
  }

  .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:#55707A;}

  #top-menu{
    display:none;
    float:none;
    clear:both;
    overflow:hidden;
    padding:25px 0 0 0;
  }

  #top-menu a{
    float:none;
    display:block;
    clear:both;
    font-size: 15pt;
    overflow:hidden;
    margin:0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
  }

  #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:14px;
    z-index:3;
    -webkit-user-select:none;
    user-select:none;
  }

  form.contact-form button[type="submit"]{
    padding-top:10px;
    padding-bottom:10px;
    font-size:15px;
  }

  .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;}

  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"]{
    font-size:14px;
    background-position:93% 11px;
    padding:8px 40px 8px 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{
    width:260px;
    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;
  }

  .award-title{
    font-size:23px;
    padding-top:0;
    padding-bottom:8px;
  }

  .award-date{
    font-size:13px;
    margin-bottom:5px;
  }

  .pseudo-menu{left:14px;}

  #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; }
}