@font-face {
    font-family: 'Tahoma';
   src: url('../fonts/Tahoma.eot');
    src: url('../fonts/Tahoma?#iefix') format('embedded-opentype'),
         url('../fonts/Tahoma.woff') format('woff'),
         url('../fonts/Tahoma.ttf') format('truetype'),
         url('../fonts/Tahoma.svg#Tahoma') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
    font-family: 'TrebuchetMS';
   src: url('../fonts/TrebuchetMS.eot');
    src: url('../fonts/TrebuchetMS?#iefix') format('embedded-opentype'),
         url('../fonts/TrebuchetMS.woff') format('woff'),
         url('../fonts/TrebuchetMS.ttf') format('truetype'),
         url('../fonts/TrebuchetMS.svg#Tahoma') format('svg');
  font-weight: normal;
  font-style: normal;

}


::-webkit-input-placeholder {
    color:    #696969;
}
:-moz-placeholder {
    color:    #696969;
}
::-moz-placeholder {
    color:    #696969;
}
:-ms-input-placeholder {
    color:    #696969;
}


body {
   border-top: solid 4px #268783;
   font-family: "Tahoma";
   font-size: 15px; letter-spacing:1px;
}

:focus {outline:none !important;}
#slider .slide .carousel-caption {
  background-color: rgba(38, 135, 131, 0.75);
  background-image: none;
  border-bottom: 0 none;
  bottom: 200px;
  font-family: "TrebuchetMS" !important;
  height: inherit;
  left: -1%;
  float:left;
  text-align: left;
  width:auto;
}
#slider .slide .carousel-caption p{width:100%;color:#fff;font-size:14px;font-family: 'TrebuchetMS' !important;}
#slider .slide .carousel-caption h1{color:#fff;font-size:38px;font-weight:normal;margin-top:0;font-family: 'TrebuchetMS' !important;margin:0;}
#slider .slide .carousel-caption .custom-caption{position:relative;height:100%;width:auto;padding: 20px 30px 34px 15px;font-family: 'TrebuchetMS' !important;min-height:55px;}
#slider .slide .carousel-caption .custom-caption:before{height:100%;content:'';display:block;width:7px;background-color:rgba(38, 135, 131, 0.75);position:absolute;left:-10px;top:0;font-family: 'TrebuchetMS' !important;}
#illumine {
    width: 980px;
    margin: 0 auto;
}

.center {
    display: inline-block;
    text-align: left;
}

#logo {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 8px;
}

#logo a {
    float: left;
    width: 100%;
}

#logo img {
    width: 100%;
    height: auto;
    display: inline-block;
}

header {
    /*background-image: url("../img/headerBg.jpg");
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #14709c;*/
    width: 100%;
    text-align: center;
    float: left;
    border-bottom: solid 3px #268783;
    border-top: solid 1px #268783;
}

header .left {
    margin-left: 0px !important;
}
/*
.letterPressed {
    margin-top: -1px;
}
*/
.letterPressed .left{
   /* background-image: url('../img/letterleft.png');
    width: 6px;
    height: 39px;
    float: left;*/
}

.letterPressed .right{
   /* background-image: url('../img/letterright.png');
    width: 6px;
    height: 39px;
    float: left; */
}

.letterPressed .middle {
  background-color: #268783;
  border-bottom: 1px solid #3ed5f2;
  border-radius: 0 0 6px 6px;
  color: #ffffff;
  float: left;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 5px 15px;
}

header .info {
    margin-top: 4px;
}
.full-header.topmenu figure#logo {
    top: -65px !important;
}
.full-header.topmenu figure#logo img {
    width: 130px !important;
}
header .info ul li {
    float: left;
    list-style: none;
    margin-right: 20px;
    color: #0f3a51;
}

header .info ul li a {
    color: #FFF;
    text-decoration: none;
    line-height: 23px;
}

header .info ul li a:hover {
    /*color: white;*/
}

header .info ul li a .left {
  /* width: 5px;
    height: 25px;
    float: left;background-image: url('../img/left1.png'); */
}

header .info ul li a:hover .left {
   /* background-image: url('../img/headerMOLeft.png');*/
}

header .info ul li a .right {
   /* width: 5px;
    height: 25px;
    float: left;background-image: url('../img/right1.png'); */
}

header .info ul li a:hover .right {
    /*background-image: url('../img/headerMORight.png');*/
}

header .info ul li a .middle {
    height: 24px;
    float: left; padding: 1px 8px;
    border-radius: 0 6px 0 6px;
	background-color: #268783;border-bottom: solid 1px #3ED5F2; font-size:16px;
}

header .info ul li a:hover .middle {
    /* border-bottom: solid 1px #00d4f3;
   background-color: #0077a7;*/
}

header .socialLinks {
    clear: right;
    margin-top: 2px;
    margin-bottom: 2px;
}

header .socialLinks span {
    float: right;
    line-height: 25px;
	
}
.socialLinks img {
  height: 30px;
  width: 33px;
}


header .socialLinks ul {
    /*float: right;*/
	float:right;
    margin: 0;
}

header .socialLinks ul li {
    list-style: none;
    float: left;
    margin-left: 4px;
}

/*header .socialLinks ul li a {
    width: 25px;
    height: 25px;
     text-transform: capitalize;
    float: left;
 }

header .socialLinks ul li a.twitter {
    background-position: 0px -25px;
}
header .socialLinks ul li a.facebook {
    background-position: 53px -25px;
}
header .socialLinks ul li a.vimeo {
    background-position: 28px -25px;
}

header .socialLinks ul li a.twitter:hover {
    background-position: 0px 0px;
}
header .socialLinks ul li a.facebook:hover {
    background-position: 53px 0px;
}
header .socialLinks ul li a.vimeo:hover {
    background-position: 28px 0px;
}*/

.showmob {width:65%; }
.top-addrs{font-weight:bold;color:#268783;}
.social-connect{font-weight:normal;color:#268783;}
/*.showmob span{float:left !important;}*/
nav#mainNav {
  background-color: #323232;
  background-image: url("../img/repet.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  border-top: 1px solid #268783;
  float: left;
  text-align: center;
  width: 100%;
}


nav#mainNav ul {
    margin:0 0 0 -5px;
    margin-bottom: 0px;
    text-align: center; 
}
nav#mainNav ul li {
  float: left;
  list-style: outside none none;
}


nav#mainNav ul li .dropdown {
    position: absolute;
    width: 160px;
    background-color: #4a92b6;
    top: 40px;
    left: 0px;
    float: left;
    z-index: 200;
    padding: 10px;
    -moz-box-shadow: 0px 3px 18px darkgrey;
    -webkit-box-shadow: 0px 3px 18px darkgrey;
    box-shadow: 0px 3px 18px darkgrey;
    border-radius: 0px 20px 0px 20px;
    display: none;
}

nav#mainNav ul li:hover .dropdown {
    display: block;
}

nav#mainNav ul li .dropdown ul {
    text-align: left;
}

nav#mainNav ul li .dropdown li {
    width: 160px;
    margin: 0;
    margin-bottom: 3px;
}

nav#mainNav ul li .dropdown li:hover {
    border-bottom: solid 3px white;
    margin-bottom: 0px;
}

nav#mainNav ul li .dropdown li a {
    color: white;
    padding: 5px;
}

nav#mainNav ul li:last-child {
    margin-right: 0px;
}
nav#mainNav ul li a {
    color: #ffffff;
    float: left;
    font-size: 15px;
    padding: 18px 9px 28px 9px;
    text-decoration: none;
}
li#menu-item-1247 a {
    font-size: 16px !important;
    font-weight: 500;
}
nav#mainNav ul li.active a, nav#mainNav ul li:hover a {
  border-bottom: 5px solid #59a29e;
  padding-bottom: 17px;
}
.full-header.topmenu {
    background-color: #323232;
}
.book-online-btn a {
    text-transform: uppercase;
    display: block;
    float: left;
    height: 33px !important;
    margin-top: 0 !important;
    border-radius: 5px !important;
    padding: 5px;
    line-height: 31px !important;
    width: 100%;
    font-size: 20px !important;
}
li.abt-button {
    display: inline-block;
    margin-top: -6px !important;
}
li.abt-button a {
    height: 36px !important;
    display: block;

}
li.abt-button a span.middle {
    width: 120px;
    height: 41px !important;
    line-height: 38px;
    text-align: center;
    font-size: 15px !important;
    border-radius: 5px !important;
    font-weight: bold;
}
nav#mainNav form input[type='text']::-webkit-input-placeholder {
    color:    white;
}
nav#mainNav form input[type='text']:-moz-placeholder {
    color:    white;
}
nav#mainNav form input[type='text']:-ms-input-placeholder {
    color:    white;
}

nav#mainNav form {
  border-bottom: 1px solid #ffffff;
  border-radius: 0 0 0 10px;
  margin: 15px 0 0;
}

#serachForm{ width:190px;}
nav#mainNav form input[type="text"] {
  background-color: #268783;
  border: medium none;
  border-radius: 0 0 0 10px;
  color: #ffffff;
  float: left;
  margin-bottom: 0;
  max-width: 140px;
  padding: 5px 10px;
}


nav#mainNav form button[type='submit'] {
    border-radius: 0 6px 0px 0px;
    float: left;
    background-color: #22635F;
    border-bottom: 1px solid;
    border: none;
    padding: 5px;
    color: white;
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
}

/*------sub menu---------*/
#menu-main-menu .menu-item-has-children .sub-menu {
  display: none;
  left: 5px;
  padding: 0;
  position: absolute;
  top: 58px;
  width: 280px;
}
/*#menu-item-772 .sub-menu { display:none!important;
  left: 285px !important;
  top: -365px !important;
}
#menu-item-772:hover .sub-menu { display:block!important;
  left: 285px !important;
  top: -365px !important;
}*/

#menu-main-menu .sub-menu li .sub-menu { display:none!important;
  left: 285px !important;
  top: -365px !important;
}
#menu-main-menu .sub-menu li:hover .sub-menu { display:block!important;
}


#menu-main-menu .sub-menu li {
  display: block !important;
  padding: 0;
  width: 100%;
}
 #menu-main-menu .menu-item-has-children .sub-menu li a {
  font-size: 14px;
  line-height: 20px;
  margin: 0 !important;
  padding: 10px;
}
#menu-main-menu .menu-item-has-children .sub-menu li a:hover { border-color:#22635F;}

#menu-main-menu .sub-menu {
  background: rgba(38, 135, 131, 0.8) none repeat scroll 0 0;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  z-index: 999999;
}
.menu-item-has-children {position:relative;}
#menu-main-menu { position:relative;}
#menu-main-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
/*------------*/


#slider {
    float: left;
    width: 100%;
	/*max-height: 626px;*/
    text-align: center;
    position: relative;
	/*max-height: 600px;*/
}

#slider #myCarousel img {
  min-height: 480px;
  width: 100%;
}

#main .title {
    background-image: url('../img/titleBg.png');
    background-repeat: repeat-y;
    background-position: left top;
    position: absolute;
    left: 0px;
    top: -150px;
    z-index: 100;
    float: left;
    margin-left: 0;
    padding: 18px 0 25px;
	width:63%;
	background-size:100%;
}
.page-template-Blogs .screen-reader-text{ display:none;}
/*#main .title.span9 {
  background-color: rgba(38, 135, 131, 0.75);
  background-image: none;
  border-bottom: 0 none;
  bottom: 200px;
  font-family: "TrebuchetMS" !important;
  height: inherit;
  left: -1%;
  text-align: left;
  width: 70%;
}
#main .title.span9:before{height:100%;content:'';display:block;width:7px;background-color:rgba(38, 135, 131, 0.75);position:absolute;left:-10px;top:0;font-family: 'TrebuchetMS' !important;}*/


/*--------slider-change-----*/
.slider.doctor-s .carousel {
    position: relative;
    margin-bottom: 0px !important;
    line-height: 1;
}
section.facebook_feed .widget {
    float: left;
    margin-bottom: -10px !important;
    
}
.menu-footer-menu-container ul li a i:before {
    display: none;
}






#main .title h1 {
    font-size: 38px;
    font-family: "Trebuchet MS", Tahoma;
    font-weight: normal;
    color: white;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    line-height: 50px;
	width:98%;
}

#main .title h2 {
    font-size: 12px;
    color: white;
    font-weight: normal;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 25px;
    line-height: 15px;
    text-indent: 6px;
}

#slider.static {
    height: 350px;
    overflow: hidden;
}

#slider #myCarousel {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

#slider #myCarousel img {
    display: inline-block;
}

#slider #myCarousel .carousel-control:active {
    outline: none;
    -moz-outline-style: none;
}
#slider #myCarousel .carousel-control:focus {
    outline: none;
    -moz-outline-style: none;
}

#slider #myCarousel .left.carousel-control {
    background-color: transparent;
    border: none;
    background-image: url('../img/new3.png');
    background-position: 0px 0px;
    text-indent: -9999px;
    text-transform: capitalize;
    left: 100px;
}

#slider #myCarousel .right.carousel-control {
    background-color: transparent;
    border: none;
    background-image: url('../img/new3.png');
    background-position: -40px 0px;
    text-indent: -9999px;
    text-transform: capitalize;
    right: 100px;
}

#slider .carousel-caption {
    background-image: url('../img/sliderCaptionBg.jpg');
    position: relative;
    height: 91px;
    text-align: center;
    padding: 0;    border-bottom: 1px solid #A5A1A1;
}

#slider .carouselBottom .carousel-caption .carousel-caption-big {
    background-image: url('../img/sliderCaptionBigBg.jpg');
    display: inline-block;
   	position: relative;
    height: 143px;
    text-align: center;
    margin: 0px;
    margin-top:-52px;
	z-index:2;
}
/*#slider .carouselBottom:before{    width: 51px;
    height: 100px;
    content: '';
    display: block;
    position: absolute;
    background: #000;
    z-index: 0;
    top: -49px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    left: 10.2%;}
#slider .carouselBottom:after{ width: 51px;height: 100px;
    content: '';
    display: block;
    position: absolute;
    background: #000;
    z-index: 0;
    top: -49px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
    right: 10.2%;}*/
#slider .carousel-caption span.medicalSymbol.leftcorner{ position:absolute;
    width: 31px;
    top: 1px;
    left: -32px;
}
.carousel-caption .carousel-caption-big.span25{ position:relative}
#slider .carousel-caption span.medicalSymbol.rightcorner {right: -31px;
    position: absolute;
    left: auto;
    top: 1px;
}

#slider .carousel-caption span.medicalSymbol img {
    width: 100%;
}

#slider .carousel-caption h4 {
    color: #12587c;
    font-size: 42px;
    font-family: "Trebuchet MS";
    font-weight: normal;
    line-height: 30px;
    margin-top: 17px;
    width: 80%;
    display: inline-block;
}

#slider .carousel-caption h4 span {
    font-size: 40px;
}

#slider .carousel-caption p {
    color: #888888;
    line-height: 20px;
    width: 70%;
    display: inline-block;
    margin-top: 8px; text-transform:uppercase; font-size:13px;
}

#slider .carouselBottom {
  bottom: 27px;
  position: absolute;
  width: 100%;
}

#main {
    float: left;
    width: 100%;
    background-image: url('../img/mainBg.png');
    text-align: center;
    padding-top: 10px;
}

#main .main-wrapper {
    background-color: #f5f5f5;
    padding: 5px 0;
}

#main.normalPage .main-wrapper{
    position: relative;
    margin-top:0px;
    border-top: solid 5px #268783;
}

#main .topBig {
    width: 98%;
}

.contactForm {
    width: 98%;
    float: left;
    background-image: url('../img/normalPageDivider.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
	margin-top:20px;
}
.apt input[type="text"], .apt input[type="email"], .apt input[type="date"], .apt input[type="tel"] {
  background: #e2e2e2 none repeat scroll 0 0;
  border: 0 none;
  color: #696969;
  height: 28px;
  margin-bottom: 5px;
  padding: 4px 10px;
  text-transform: capitalize;
  width: 85%;
}
.apt select {width:91%;height:40px;background: #E2E2E2;color: #000;padding: 4px 10px; }
.apt input[type='submit'] { display: inline-block; /*background-image: url('../img/buttonBg.jpg');*/ background-color:#268783;
    border-radius: 0px 10px 0px 10px; color: white;padding: 7px 10px;text-decoration: none;border: none;
	float:none;width:90px;margin:10px auto 10px; }
.ftr input:-moz-placeholder, .ftr textarea:-moz-placeholder {color: #000; }

.ftr input[type="text"], .ftr input[type='email'] { background-color: #000; border-bottom: 1px solid #C4C4CA; border: none; color: #fff;height: 32px; float: left; border-radius: 5px;padding:4px 15px; }
.ftr input:-moz-placeholder, .ftr textarea:-moz-placeholder {color: #fff; }
.ftr textarea {height:125px !important;padding:4px 15px;  }
.ftr input[type='submit'] { display: inline-block; /*background-image: url('../img/buttonBg.jpg');*/ background-color:#268783;
    border-radius: 0px 10px 0px 10px; color: white;padding: 7px 10px;text-decoration: none;border: none;
	float:right;width:90px; }
.ftr div.wpcf7-validation-errors {color:#fff; }
.ftr div.wpcf7-mail-sent-ok {color: #fff; }	
.contactForm input[type="text"], .contactForm input[type="email"],.contactpage input[type="tel"]{

  background-color: #c8c8c8;
  border: medium none;
  padding: 7px 8px;
  width: 100%;
}

.contactForm input:-moz-placeholder {
    text-indent: 3%;
}

.contactForm textarea:-moz-placeholder {
    text-indent: 1%;
    line-height: 37px;
}

.contactForm input.distanceInput {
    margin-right: 1.40%;
}

.contactForm textarea {
    width: 98%;
    background-color: #c8c8c8;
    padding: 7px 8px;
    border: none;
    min-height: 150px;
}

#main .infoBox {
    margin: 5px 0;
    text-align: center;
    max-width: 310px;
}

#main .infoBox.events {
    margin-bottom: 38px;
}
#main .infoBox.events p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 20px 5px 40px;
}

#main .infoBox.events img{ padding:5px 15px 5px 5px; float: left;}
#main .infoBox.events h1{line-height: 20px;
    padding: 6px 0px; height:auto;}
#main .infoBox h1{
    width: 100%;
    margin: 0;
   /* background-image: url('../img/infoBoxHeadBg.jpg');*/
    height: 44px;
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: normal;
    border-radius: 7px 7px 0 0;
    text-transform: uppercase; background-color:#268783;
}

#main .infoBox ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
}

#main .infoBox.events ul {
    margin-bottom: 10px;
}

#main .infoBox.events li {
    padding: 8px 0;
    background: none;
}

#main .infoBox ul li {
    width: 100%;
    float: left;
    background-image: url('../img/infoBoxSeparator.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

#main .infoBox ul li .date {
    width: 60px;
    background-image: url('../img/divider.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    margin-right: 10px;
}

#main .infoBox ul li .date .day {
    width: 100%;
    float: left;
    font-size: 25px;
    color: #126b99;
}

#main .infoBox ul li .date .month {
    width: 100%;
    float: left;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
}

#main .infoBox ul li i {
    width: 25px;
    height: 25px;
    float: left;
    background-image: url('../img/new.png');
    background-position: -25px 0px;
    margin-right: 10px;
}

#main .infoBox ul li:hover i, #main .infoBox ul li.active i {
    background-position: 0px 0px;
}

#main .infoBox ul li a {
    color: black;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 12px 0;
}

#main .infoBox a.more {
    color: #145d6c;
    width: 100%;
    text-align: center;
    display: inline-block;
    font-weight: normal;
    text-decoration: none;
    padding: 12px 0;
}

#main .infoBox a.more i {
    width: 6px;
    height: 7px;
    background-image: url('../img/arrowMore.png');
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#main .bigInfoBox {
    margin: 5px 0 5px 15px;
    background-color: white;
    border-radius: 5px;
    max-width: 310px;
}

#main aside .bigInfoBox {
    margin: 5px 0 5px 0px;
}

#main .bigInfoBox hgroup{
    width: 100%;
    float: left;
    text-align: center;
     background-position: center center;
    height: auto;
    border-radius: 5px; background-color:#268783; margin-bottom:35px;
}
#main .bigInfoBox hgroup{ position:relative}
#main .bigInfoBox hgroup:before{ background-image: url('../img/calender.png'); content:""; width:100%; background-position:center; height:40px; background-repeat:no-repeat;
bottom:-17px; left:0; position:absolute;
}
#main .bigInfoBox hgroup h1, #main .bigInfoBox hgroup h2 {
    width: 100%;
    display: inline-block;
    color: white;
    font-weight: normal;
}

#main .bigInfoBox hgroup h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

#main .bigInfoBox hgroup h1 {
  font-family: "Tahoma";
  font-size: 45px;
  margin-top: 10px;
  text-transform: capitalize;
}
#main .bigInfoBox form {
    width: 100%;
    float: left;
    text-align: center; margin:0 0 7px
}

#main .bigInfoBox input.span7 {
    padding-left: 15px;
    padding-right: 15px;
}

.normalPage .content .top, .topBig {
    width: 100%;
    float: left;
    background-image: url('../img/normalPageDivider.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.normalPage .content .top.noDivider {
    background: none;
}

.normalPage .content h2, .topBig h2 {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 22px;
	 margin: 0;
}

.normalPage .content p, .topBig p , .normalPage .content li, .topBig li {
    font-size: 13px;
    color: #787878;
}
.normalPage .content li, .topBig li{
	list-style-image:url('../img/infoListstyle.png');
	margin-bottom:5px;
}
.normalPage .content .commonlist, .topBig .commonlist{padding-left:18px;}
.normalPage .content li, .topBig li, .normalPage .content .commonlist li, .topBig .commonlist li{width:100%;float:left;}
.normalPage .content ul.doctors {
    width: 100%;
    list-style: none;
    margin: 0;
}

.normalPage .content .twoCol {
    float: left;
    width: 100%;
}

.twoCol article {
    width: 94%;
    padding: 0 3%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url('../img/smallDivider.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.twoCol .span16 article {
    background-image: url('../img/normalPageDivider.png');
}

.twoCol article ul {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
}

.twoCol article a.more {
    color: #14a2c2;
    text-decoration: none;
    float: right;
    font-size: 13px;
}

.twoCol article a.more i {
    width: 6px;
    height: 7px;
    background-image: url('../img/arrowMoreBlueRight.png');
    display: inline-block;
    vertical-align: middle;
}

.twoCol article ul li a {
    width: 100%;
    float: left;
    background-image: url('../img/arrowMoreBlack.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px;
    color: #145d6c;
    text-decoration: none;
}

.twoCol article ul li a span {
    color: #787878;
}

.twoCol.list article {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.twoCol article h1 {
    width: 100%;
    float: left;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.twoCol article h1 a {
    color: #145d6c;
    font-size: 15px;
}

.twoCol article span.date {
    color: #b4b4b4;
    float: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.twoCol article h1 i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../img/new.png');
    background-position: 0px 0px;
    margin-right: 10px;
}

.twoCol article p {
    font-size: 13px;
    color: #464646;
}

.twoCol article p.blue {
    color: #2ba2e1;
    margin-bottom: 5px;
}
.twoCol article p.black {
    color: black;
    margin-bottom: 5px;
}

.twoCol.collumn article figure {
    margin: 0;
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.twoCol.list article figure {
    float: left;
    width: 103px;
    height: 108px;
    margin: 0;
    margin-right: 10px;
    position: relative;
    margin-top: -7px;
	overflow:hidden;
}

.twoCol.list article figure .overlay {
    background-image: url('../img/imageMask.png');
    width: 103px;
    height: 108px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
}
.page-template-What-we-do .twoCol article figure img {
  margin: 0;
  transform: scale(1.3);
}
.twoCol article figure img {
  border-radius: 5px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.twoCol.list article .info {
    float: left;
    width: 100%;
}

.mapHolder {
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.mapHolder > iframe {
  height: 200px;
  width: 100%;
}

.mapHolder img{
    display: inline-block;
}

ul.doctors.list li {
    width: 100%;
    float: left;
    background-image: url('../img/normalPageDivider.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-top: 20px;
}

ul.doctors.grid {
    margin-top: 10px !important;
    float: left;
}

ul.doctors.grid li.listSeparator {
    width: 100%;
    float: left;
    background-image: url('../img/normalPageDivider.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 2px;
    clear: left;
}

ul.doctors.grid li {
    background: none;
    text-align: center;
}

ul.doctors li figure {
  float: left;
  height: 152px;
  margin: 0 30px 0 0;
  overflow: hidden;
  position: relative;
  width: 151px;
}
ul.doctors li figure img {
  height: 100%;
  position: relative;
  transform: scale(1);
  width: 100%;
  z-index: 2;
}

ul.doctors li figure img {
    width: 100%;
    position: relative;
    z-index: 2;
}

ul.doctors li figure .overlay {
    background-image: url('../img/imageMaskBig.png');
    width: 151px;
    height: 152px;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
}

ul.doctors li h1 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
}

ul.doctors.grid li h1, ul.doctors.grid li h3 {
    width: 100%;
}

ul.doctors.grid li .customButton {
    margin-top: 10px;
}

ul.doctors li h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    line-height: 15px;
}

ul.doctors li p {
    font-size: 13px;
    font-weight: normal;
    color: #464646;
    margin: 15px 0;
}

.normalPage .content .pagination a {
    font-size: 13px;
    margin: 15px 0 10px 0;
    padding: 3px 10px;
}

.pagination.topDivider {
    background-image: url('../img/normalPageDivider.png');
    background-position: right top;
    background-repeat: no-repeat;
}

.normalPage .content .pagination i {
    width: 6px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
}

.normalPage .content .pagination .prev i {
    background-image: url('../img/arrowMoreWhiteRight.png');
}

.normalPage .content .pagination .next i {
    background-image: url('../img/arrowMoreWhite.png');
}

input.greyInput {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #e1e1e1;
  border-color: -moz-use-text-color;
  border-image: none;
  border-radius: 5px;
  border-style: solid none none solid;
  border-width: 1px medium medium 1px;
  color: #464646;
  font-size: 14px;
  height: 27px;
}

input.greyInput::-webkit-input-placeholder {
    color:    #464646;padding:2px 15px;font-size:13px;
}
a.customButton, input.customButton, .customButton {
  background-color: #268783;
  border: medium none;
  border-radius: 0 10px;
  color: #ffffff;
  display: inline-block;
  padding: 3px 6px;
  text-decoration: none;
}
input.greyInput:-moz-placeholder {
    height: 27px;
    color:    #464646;
}
input.greyInput:-ms-input-placeholder {
    color:    #464646;
}
.testimonialsec .customButton.smallRadius.pull-right {
  margin: 19px 15px 0 0;
}
.contmap {
  padding: 0 0 0 13px;
}
.contmap h6 {
  font-size: 11px;
  margin: -18px 0 15px;
}
.contmap > b {
  color: #777777;
  font-size: 13px;
  font-weight: bold;
}
a.customButton, input.customButton, .customButton {
    display: inline-block;
   /* background-image: url('../img/buttonBg.jpg');*/
    border-radius: 0px 10px 0px 10px;
    color: white;
    padding: 7px 10px;
    text-decoration: none;
    border: none; background-color:#268783;
}

a.customButton.smallRadius, input.customButton.smallRadius,  .customButton.smallRadius{
    border-radius: 0px 10px 0px 10px;
}

.widget {
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.entry-content iframe {
    width: 100%;
    float: left;
}
body.page-id-108 #main .title {
    background-image: url(../img/titleBg.png);
    background-repeat: repeat-y;
    background-position: left top;
    position: absolute;
    left: 0px;
    top: -210px;
    z-index: 100;
    float: left;
    margin-left: 0;
    padding: 18px 0 25px;
    width: 69%;
    background-size: 100%;
}
.widget h1,.widget-title {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url('../img/hr.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 15px;
    color: #268783;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.widget h1 i,.page-template-testiminials .panel-heading i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('../img/new.png');
    background-position: 0px 0px;
    margin-right: 10px;
}
/*.widget-title {background-image: url('../img/new.png');
    background-position: 0px 0px;display: inline-block;
    vertical-align: middle;}*/
.widget .span8 {
    margin: 0;
}

.widget .span4{
    margin: 0;
}

.widget ul {
    width: 100%;
    margin: 0;
    list-style: none;
    float: left;
}

.DisplayCategoriesWidget li a,.widget_archive li a,.span8.widget li a{
    width: 60%;
    color: black;
    float: left;
    text-decoration: none;
    padding: 3px 0;
}

.widget ul a i{
    width: 6px;
    height: 7px;
    display: inline-block;
    background-image: url('../img/arrowMoreBlack.png');
    vertical-align: middle;
    margin-right: 10px;
	display:none;
}
.DisplayCategoriesWidget li,.widget_archive li,.span8.widget li {
  background-image: url("../img/arrowMoreBlack.png");
  background-position: 0 10px;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0 0 0 17px;
  width: 100%;
}
.widget ul a span {
    color: #828282;
}

aside .asideBox {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 310px;
    max-width: 310px;
}
aside .asideBox.onlnvdo{ margin-top:131px}
aside .asideBox h1 {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: normal;
    margin-top: 2px;
    text-transform: uppercase;
    line-height: 20px; letter-spacing:0;
}

aside .asideBox form {
    width: 100%;
    float: left;
    text-align: center;
}
aside .asideBox form p {
    margin-top: 11px;
    float: none;
    display: inline-block;
    margin-left: 0;
}

aside .asideBox form .pull-right {
    margin-right: 21px;
}

aside .asideBox .inside.assistance {
    height: 110px;
}

aside .asideBox .inside.assistance .numbers {
    text-align: center;
}

aside .asideBox .inside.assistance h1 {
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
}

aside .asideBox .inside.assistance p {
    font-size: 13px;
    color: black;
    margin-bottom: 0px;
}

aside .asideBox .inside.assistance p span {
    color: #1572a4;
}

aside .asideBox .inside {
    /*width: 98%;*/
    background-image: url('../img/smallSliderBg.jpg');
    background-repeat: repeat-x;
    height: 150px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
}

aside .asideBox .inside.call h1 {
    font-size: 15px;
    text-align: center;
    margin-bottom: -7px;
    margin-top: 9px;
}

aside .asideBox .inside .numbers p {
    font-size: 13px;
    margin: 0;
}

aside .asideBox .inside .numbers p span {
    color:#268783;
}

aside .asideBox .inside.call .numbers {
    margin-top: 44px;
    display: inline-block;
    text-align: center;
    margin-left: -8px;
}


aside .asideBox .inside figure {
    margin: 5px 20px 5px 5px;
    float: left;
    width: 130px;
    height: 140px;
    position: relative;
    border-radius: 5px;
}

aside .asideBox .inside figure.smallSymbol {
    width: 51px;
    height: 53px;
    margin-left: 10px;
    margin-right: 0px;
}

aside .asideBox .inside figure.callCenter {
    width: 120px;
    height: 125px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

aside .asideBox .inside figure.under {
    margin-bottom: 0px;
    height: 146px;
}

aside .asideBox .inside figure img {
    width: 100%;
    display: inline-block;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

aside .asideBox .inside figure .underFlow{
    position: absolute;
    width: 100%;
    height: 140px;
    background-image: url('../img/imgShadeSmall.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    left: 0px;
    top: 0px;
    z-index: 1;
}

aside .asideBox .inside figure.under img {
    z-index: 2;
    position: absolute;
    bottom: 0px;
}

aside .asideBox .inside figure .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../img/overlay.png');
    width: 130px;
    height: 140px;
    border-radius: 5px;
    z-index: 3;
}
.hgroupcls {
  color: #ffffff;
  font-size: 14px;
  padding: 0 2px 15px;
}

aside .asideBox .inside figure a {
    width: 50px;
    height: 50px;
    background-image: url('../img/videop[lay.png');
    top: 45px;
    left: 40px;
    position: absolute;
    z-index: 4;
    text-indent: -9999px;
    text-transform: capitalize; border-radius: 24px;
}

aside .asideBox .inside figure a:hover {
    opacity: 0.6;
}

aside .asideBox .inside .info {
    margin-top: 20px;
    text-align: center;
    margin-right: 15px;
    margin-left: 150px;
}

aside .asideBox .inside .info.under {
    margin-top: 35px;
}

aside .paymentBox {
    margin-left: 0px;
    margin-bottom: 60px;
    margin-top: 10px;
    max-width: 310px;
    min-width: 310px;
    border-radius: 5px;
}
.halfdiv {
  float: left;
  height: 50px;
  width: 50%;
}
.halfdiv img{padding:3px 0}
.home aside .paymentBox .inside{ background-image: url("../img/backlogopng.png")!important;}
aside .paymentBox .inside {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: inline-block;
  margin-left: 0;
  padding: 0 0 20px;
  position: relative;
}


aside .paymentBox .inside .info {
    text-align: center;
    margin-top: 17px;
    margin-left: 170px;
    margin-right: 20px;
    float: right;
}

aside .paymentBox .inside .info i {
    width: 6px;
    height: 7px;
    background-image: url('../img/arrowMoreWhite.png');
    display: inline-block;
    vertical-align: middle;
}

.cornerShadow {
    width: 6px;
    height:66px;
    position: absolute;
    top:0;
    background-repeat: no-repeat;
}

.cornerShadow.left {
    background-image: url('../img/cornerShadowLeft.png');
    left: -6px;
}

.cornerShadow.right {
    background-image: url('../img/cornerShadowRight.png');
    right: -6px;
}

#main .largeBox {
    width: 48%;
    display: inline-block;
    text-align: center; float:left; margin-top:20px;
}

#main .largeBox.doctorSlider {
    width: 48%;
    display: inline-block;
    text-align: center;    margin-top: 30px; margin-right: 10px; float:left
}
#main .largeBox.doctorSlider span{ font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0;}
#main .largeBox .coverFlow {
    width: 100%;
    overflow: hidden;
}

#main aside .largeBox {
    margin-top: 10px;
    margin-bottom: 20px;
}

#main aside .largeBox .customButton {
    margin-top: 20px;
}

#main .largeBox .link {
    margin-bottom: 11px;
    margin-right: 10px;
}

#main .largeBox h1 {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    margin-left: 8px; letter-spacing:0;
}

#main aside .figureArticle h1 {
    width: 100%;
}

#main .figureArticle .hr {
    width: 100%;
    float: left;
    background-image: url('../img/hr.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 2px;
    /*margin-bottom: 10px;*/
}

#main .figureArticle article {
    width: 100%;
    float: left;
    margin: 10px 0;
}

/*#main .figureArticle article figure {
    width: 103px;

    height: 108px;
    float: left;
    position: relative;
    margin: 0;
    margin-right: 10px;
}

#main .figureArticle article figure img {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}*/
#main .figureArticle article figure {
  border: 0px solid #e8e8e8;
  border-radius: 0;
  float: left;
  height: 100px;
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 100px;
}
#main .figureArticle article figure img {
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#main .figureArticle.blog-posts-home figure img{max-width:inherit;width:auto;}
#main .figureArticle article figure img {
  margin:0;
  /*transform: scale(1.4);*/
}
/*#main .figureArticle article.doctop1 figure img { margin: 0 0 -62px -12px;transform: scale(1.2);}
#main .figureArticle article.doctop3 figure img {
  margin: 0 0 0 -12px;
  transform: scale(1.3);
}
#main .figureArticle article.docbot2 figure img {
  margin: 0 0 -5px -2px;
  transform: scale(1.8);
}
#main .figureArticle article.docbot4 figure img {
  margin: 0 0 -12px 44px;
  transform: scale(2.6);
}*/


#main .figureArticle article figure .overlay {
    background-image: url('../img/imageMask.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 103px;
    height: 108px;
    float: left;
    z-index: 4;
	display:none;
}

#main .figureArticle article figure .videoShade {
    background-image: url('../img/videoShade.png');
    width: 96px;
    height: 100px;
    position: absolute;
    left: 3px;
    top: 5px;
    z-index: 3;
}

#main .figureArticle article figure .videoPlay {
    width: 30px;
    height: 30px;
    background-image: url('../img/videoPlay.png');
    position: absolute;
    left: 36px;
    top: 37px;
    z-index: 5;
    text-indent: -9999px;
    text-transform: capitalize;
}

#main .figureArticle article figure .videoPlay:hover {
    opacity: 0.7;
}

#main .figureArticle .span8 {
    margin-left: 0px;
}

#main aside .largeBox article figure {
    margin-right: 6px;
}

#main .figureArticle article .info {
    margin-top: 17px;
    margin-left: 90px;
}

#main .twoColFigure .figureArticle article .info {
    margin-top: 30px;
}

#main aside .largeBox article .info {
    text-align: left;
}

#main .figureArticle article .info p {
    margin-bottom: 5px;
    line-height: 15px; text-align: left; font-size:12px;
}
#main .figureArticle article .info span a{ color:#b4b4b4;}
#main .twoColFigure .figureArticle article .info p {
    margin-bottom: 0px;
}

#main .figureArticle article .info p a {
    color: black;
}

#main .twoColFigure .figureArticle article .info p a {
    color: #145d6c;
    font-size: 15px;
}

#main .figureArticle article .info span {
    font-size: 12px;
    color: #b4b4b4;
}

#main .largeBox .slider {
    width: 98%;
    background-image: url('../img/smallSliderBg.jpg');
    background-repeat: repeat-x;
    height: 150px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}

#main .largeBox .slider .controls {
    width: 25px;
    height: 26px;
    position: absolute;
    float: left;
    z-index: 100;
    background-image: url('../img/new1.png');
    top: 63px;
    text-indent: -9999px;
    text-transform: capitalize;
	    border: 0;
    border-radius: 11px;
    background-color: transparent;
}
#main .largeBox .slider .controls.left {
    background-position: 0px 0px;
    left: 15px;
}

#main .largeBox .slider .controls.right {
    background-position: -25px 0px;
    right: 15px;
}

#main .largeBox .slider ul {
    width: 100%;
    float: left;
    height: 188px;
    margin: 0;
    margin-top: -38px;
    list-style: none;
}
#main .largeBox .link{ color:#268783}
#main .largeBox .slider ul li {
    float: left;
    width: 100%;
}

#main .largeBox .slider ul figure {
    background-image: url('../img/imgShade.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 188px;
    width: 280px;
    float: left;
    margin: 0;
    text-align: center;
    position: relative;
    margin-left: 0px;
}
#main .largeBox .slider ul figure img {
  bottom: 0;
  display: inline-block;
  float: left;
  left: 0;
  position: absolute;
  top: 25px;
  width: 100%;
}
#main .largeBox .slider ul li .info {
    text-align: left;
    margin-top: 55px;
    margin-left: 300px;
}

#main .largeBox .slider ul li .info h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 5px;
}

#main .largeBox .slider ul li .info h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 5px;
    line-height: 20px;
}

#main .separator {
    height: 9px;
    width: 100%;
    background-color: #efecec;
    border-bottom: solid 1px #f5f5f5;
    float: left;
}

#main .newsArticle {
    width: 100%;
    float: left;
}

.newsArticle .left {
    width: 105px;
    float: left;
}

.newsArticle .left .border {
    width: 105px;
    height: 100%;
    float: left;
    margin-top: 10px;
    background-image: url('../img/blueLine.jpg');
    background-repeat: repeat-y;
    background-position: center 110px;
}

.newsArticle .left figure {
  float: left;
  height: 108px;
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 103px;
}

.newsArticle .left figure img {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}

.newsArticle .left figure .overlay {
    background-image: url('../img/imageMask.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 103px;
    height: 108px;
    float: left;
    z-index: 4;
}

.newsArticle .authorPlusSign {
    width: 68px;
    height: 25px;
    background-image: url('../img/authorPlusSign.png');
    float: left;
    clear: left;
    margin-left: 41px;
    margin-top: 5px;
}

.newsArticle .text {
    margin-left: 110px;
    background-image: url('../img/normalPageDivider.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

.newsArticle .text h1 {
    color: #145d6c;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 20px;
}

.newsArticle .text span.date {
    color: #b4b4b4;
    font-size: 12px;
    margin-bottom: 15px;
    display: inline-block;
}

.newsArticle .text p {
    color: #464646;
    font-size: 13px;
}

.newsArticle .author {
    margin-left: 110px;
    background-image: url('../img/normalPageDivider.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-top: 10px;
    position: relative;
}

.newsArticle .author figure, .newsArticle .comments figure {
    width: 74px;
    height: 75px;
    float: left;
    position: absolute;
    margin: 0;
    margin-right: 10px;
}

.newsArticle .author figure img, .newsArticle .comments figure img {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}

.newsArticle .author figure .overlay, .newsArticle .comments figure .overlay{
    background-image: url('../img/imageMaskSmall.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 75px;
    float: left;
    z-index: 4;
}

.newsArticle .author .info, .newsArticle .info, .response .text {
    margin-left: 92px;
    padding-top: 10px;
}

.newsArticle .author .info h1, .newsArticle .info h1, .newsArticle .comments .text h1 {
    margin: 0px;
    line-height: 20px;
    color: #145d6c;
    font-size: 15px;
    font-weight: normal;
}

.newsArticle .author .info h1 a, .newsArticle h1 a {
    color: #145d6c;
}

.newsArticle .comments .date {
    font-size: 12px;
    color: #b4b4b4;
    margin-bottom: 10px;
    display: inline-block;
}

.newsArticle .author .info p, .newsArticle .comments p, .newsArticle .comments .text p {
    font-size: 13px;
    color: #787878;
}

.newsArticle .comments {
    margin-left: 110px;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.newsArticle .comments .info {
    position: relative;
}

.newsArticle .comments .info a.reply {
    color: #145d6c;
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 15px;
    text-decoration: none;
}

.newsArticle .comments .info a.reply i {
    width: 10px;
    height: 8px;
    background-image: url('../img/replyArrow.png');
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.newsArticle .comments h2 {
    font-size: 15px;
    font-weight: normal;
    color: black;
    line-height: 20px;
    margin-bottom: 15px;
}

.newsArticle .comments article {
    float: left;
    width: 100%;
}

.newsArticle .comments article .left {
    width: 80px;
}

.newsArticle .comments article .left .border {
    margin-top: 80px;
    width: 74px;
}

.newsArticle .comments article .left .authorPlusSign {
    margin-left: 26px;
    background-image: url('../img/authorPlusSignShort.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.newsArticle .comments article .text {
    margin-left: 85px;
    background: none;
}

.newsArticle .comments article .text > .info {
    margin: 0;
    background-image: url('../img/normalPageDivider.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}

.newsArticle .comments article .response {
    width: 100%;
    background-image: url('../img/normalPageDivider.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    margin-top: 5px;
}

.newsArticle .comments article .response .left {
    width: 80px;
    float: left;
}

.newsArticle .comments article .response figure {
    width: 74px;
    height: 75px;
    float: left;
    position: absolute;
    margin: 0;
    margin-right: 10px;
}

.newsArticle .comments article .response figure img {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}

.newsArticle .comments article .response figure .overlay {
    background-image: url('../img/imageMaskSmall.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 75px;
    float: left;
    z-index: 4;
}

.newsArticle .comments .commentForm {
    width: 100%;
    display: inline-block;
}

.commentForm input::-webkit-input-placeholder, .commentForm textarea::-webkit-input-placeholder {
    color:    #787878;
    font-size: 13px;
}
.commentForm input:-moz-placeholder, .commentForm textarea:-moz-placeholder {
    color:    #787878;
    font-size: 13px;
}
.commentForm input:-ms-input-placeholder, .commentForm textarea:-ms-input-placeholder {
    color:    #787878;
    font-size: 13px;
}

.commentForm input[type='text'], .commentForm input[type='email'] {
    width: 44%;
    float: left;
    background-color: #c8c8c8;
    border: none;
    padding: 7px 10px;
    border-radius: 5px;
}

.commentForm input[type='text'] {
    margin-right: 4%;
}

.commentForm .customCheckBox {
    width: 16px;
    height: 16px;
    background-color: #c8c8c8;
    float: left;
    clear: left;
    cursor: pointer;
    border-radius: 2px;
}

.commentForm .customCheckBox input[type='checkbox'] {
    display: none;
}

.commentForm .customCheckBox i {
    display: none;
}

.commentForm .customCheckBox.checked i {
    display: inline-block;
    margin-top: -1px;
    margin-left: 1px;
}

.commentForm .checkboxEx {
    float: left;
    color: black;
    font-size: 13px;
    line-height: 14px;
    margin-left: 10px;
}

.commentForm textArea {
    width: 98%;
    float: left;
    background-color: #c8c8c8;
    border: none;
    min-height: 150px;
    border-radius: 5px;
    padding-left: 10px;
}

.commentForm input[type='submit'] {
    clear: left;
    float: left;
    margin-top: 10px;
}

.bottomSection {
    margin-left: 0;
}
.testimonialsec .customButton.smallRadius{ border-radius:0;}

.bottomSection h1 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    width: 75%;
    text-align: left;
    margin-bottom: 9px;
    float: left;
}

.bottomSection .right {
   /* background-image: url('../img/twitterFade.png');*/
    background-position: right bottom;
    background-repeat: no-repeat;
}

.bottomSection .twitterFeed {
    width: 100%;
    float: left;
}

.bottomSection .twitterFeed p {
    color: #383838;
    font-size: 10px;
}

.bottomSection .twitterFeed span {
    font-size: 13px;
    color: #797979;
}

.bottomSection .span15.left {
    background-image: url('../img/bottomSeparator.png');
    background-repeat: no-repeat;
    background-position: right top;
    overflow: hidden;
}

.bottomSection .left .coverFlow {
    overflow: hidden;
}

.bottomSection .left ul {
    float: left;
/*    width: 100%;
    */margin: 0;
}

.bottomSection .left li, .bottomSection .left #myCarousel2 .item {
    float: left;
    /*width: 100%;*/
    list-style: none;
    margin: 0;
}

.bottomSection .left li figure, .bottomSection .left #myCarousel2 .item figure {
    width: 128px;
    height: 123px;
    float: left;
    position: relative;
    margin: 0;
    margin-left: 0px;
    margin-right: 10px;
	overflow:hidden;
}

.bottomSection .left li figure img, .bottomSection .left #myCarousel2 .item figure img {
    width: 90%;
    float: left;
    position: relative;
    z-index: 2;
}

.bottomSection .left li figure .overlay, .bottomSection .left #myCarousel2 .item figure .overlay {
    background-image: url('../img/imageMaskRight.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 123px;
    float: left;
    z-index: 3;
	display:none;
}

.bottomSection .left li .info {
    margin-top: 5px;
}

.bottomSection .left li .info p {
    margin-bottom: 5px;
    color: #787878;
    font-size: 13px;
}

.bottomSection .left li .info span {
    margin-right: 25px;
    font-size: 13px;
    margin-top: 15px;
}

.bottomSection .controls-div {
    margin-top: 20px;
    margin-right: 40px;
    position: relative;
}

.bottomSection .controls {
    width: 28px;
    height: 26px;
    float: left;
    background-image: url('../img/bottomControls.png');
    text-indent: -9999px;
    text-transform: capitalize;
	    border-radius: 0;
    border: 0;
    background-color: transparent;
}

.bottomSection .controls:active {
    outline: none;
    -moz-outline-style: none;
}
.bottomSection .controls:focus {
    outline: none;
    -moz-outline-style: none;
}

.bottomSection .controls.prev {
    background-position: -30px 0px;
}

.bottomSection .controls.next {
    background-position:0;
    margin-left: 3px
}
.controls-div .carousel-control.right{right:0;}
footer {
  background-image: url("../img/footer_bg.png");
  float: left;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
footer .wpcf7-not-valid-tip{
float:left; width:100%;
}
footer .wpcf7-response-output {
  float: left;
  text-align: center;
  width: 83%;
}
footer .customButton.smallRadius{ border-radius:0px 3px 0px 3px;}

.footerBox form {
    width: 100%;
    margin-top: 15px;
    float: left;
    text-align: right;
    margin-bottom: 10px;
}

.footerBox input.blackInput, .footerBox textarea {
    background-color: black;
    border: none;
    border-bottom: solid 1px #777778;
    color: white;
    height: 32px;
    border-radius: 5px;
    float: left;
}

.footerBox textarea {
    height: 112px;
}

.footerBox h1{
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0;
    text-transform: uppercase;
    float: left;
    clear: left;
}

.footerBox h2 {
    font-size: 12px;
    color: #c8c6c6;
    background-image: url('../img/footerBoxDivide.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding-bottom: 5px;
    float: left;
    clear: left;
    width: 100%;
}

.footerBox .more {
    float: left;
    color: #34a7e4;
    font-size: 13px;
    margin-top: 10px
}

.footerBox ul {
    width: 100%;
    list-style: none;
    float: left;
    margin: 0;
}

.footerBox ul li {
  font-size: 11px;
  letter-spacing: 0;
  text-align: left;
  word-break: break-all;
}
.footerBox.cont img {
  float: left;
  height: 90px;
  margin: 10px 0 5px;
  width: 90px;
}
.cont ul li {color:#fff;padding:2px; }
.footerBox ul li a {
    width: 100%;
    float: left;
    color: white;
    font-size: 13px;
}

.footerBox ul li a i {
    width: 6px;
    height: 7px;
    background-image: url('../img/arrowMore.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footerBox figure {
    text-align: center;
    border: solid 2px white;
    margin: 0;
    float: left;
    width: 56px;
    margin-right: 15px;
    margin-top: 15px;
}

.footerBox figure img {
    display: inline-block;
    width: 100%;
}

#copyright {
    width: 100%;
    background-color: #268783;
    border-top: solid 1px #43b5ce;
    float: left;
    text-align: center;
    color: white;
    font-size: 13px;
}

#copyright a {
    color: #FFF;
}

#copyright p {
    margin: 5px 0;
}
.inside.span8 iframe {
  border-radius: 8px;
}
.customSelect {
    /*border: solid 1px #bcbcbc;*/
    /*width: 230px;*/
    /*padding: 0px 5px;*/
    /*border-radius: 5px;*/
    /*box-shadow: 0px 0px 5px #888;*/
    /*margin: 15px 0;*/
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.customSelect .options {
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 2000;
    background-color: #ADADAD;
    box-shadow: 4px 7px 34px #888;
    border-radius: 5px;
    top: 37px;
    display: none;
    left: 0px;
}

.customSelect .options ul {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2000;
    margin: 0;
    list-style: none;
    text-align: left;
}

.customSelect .options ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #7a7d7d;
}

.customSelect .options ul li a {
    font-size: 12px;
    color: white;
    padding: 3px 0;
    width: 100%;
    float: left;
    text-indent: 10px;
}

.customSelect input {
    float: left;
    margin-bottom: 0px;
    padding-left:  15px;
}

.customSelect button {
    background-image: url("../img/dropdownArrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 35px;
    border: none;
    text-indent: -9999px;
    text-transform: capitalize;
    display: inline-block; 
    cursor: pointer;
    background-color: white;
    float: left;
    margin-left: -38px;
}

.customSelect.left {
    margin-right: 9px;
}

.customSelect.left input, .customSelect.right input {
    width: 110px;
}

.customSelect.right {
    margin-left: 8px;
}

/*.modal-header {
    padding: 0;
    border: none;
}*/

.modal {
    /*position: relative !important;*/
}

.modal .closeModal {
    font-size: 15px;
    background-image: url('../img/closeVideo.png');
    width: 30px;
    height: 30px;
    text-align: center;
    color: white;
    opacity: 1;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2000;
    line-height: 15px;
    text-indent: -9999px;
    text-transform: capitalize;
}
.span9 {
    overflow: hidden;
}

/*------ABout Us--------*/
.page-template-About-us aside .paymentBox .inside,.paymentBox .inside,.page-template-Contact-us aside .paymentBox .inside,.page-template-Blogs aside .paymentBox .inside,.page-template-What-we-do aside .paymentBox .inside,.page-template-Referral-Form aside .paymentBox .inside,.single-post aside .paymentBox .inside/*,.page aside .paymentBox .inside */{
  background-image: url("../img/backlogopng2.png") !important;
}
.page-template-About-us #slider > img,.page-template-Contact-us #slider > img,.page-template-Blogs #slider > img,.page-template-What-we-do #slider > img,.page-template-Referral-Form #slider > img {
  width: 100%;
}
.page-template-Blogs #main .figureArticle article {
  width: 100%;
}
.page-template-Blogs #main .twoColFigure .figureArticle article .info {
  margin-top: 10px;
}
.page-template-Blogs #main .figureArticle .hr {
  margin: 20px 0 0;
}
.page-template-Contact-us .numbers {
  float: left;
  width: 85%;
}
.page-template-Contact-us aside .asideBox .inside figure.smallSymbol {
  margin: 20px 0 0;
  width: 15%;
}
.page-template-Contact-us aside .asideBox .inside.assistance {
  height: 130px;
}
#slider.static {
  margin: -10px 0 0;
}
#slider.static img{ width:100%;}

/*-----------About us 29 March ---------------*/
.page-template-About-us .twoCol.collumn article figure {
  border-radius: 5px;
  float: left;
  height: 200px;
  margin: 0 20px 0 0;
  width: 55%;
}
.page-template-About-us .twoCol.collumn article figure iframe {
  height:100%;
  width: 100%;
}

/*-----------Inner pages 29 March ---------------*/
.contactForm.referal1 h2 {
  color: #268783;
  font-size: 15px;
}
.page-template-Optometry-Patient-Referral-Form #main .title {
  width: 70%;
}
.page .entry-header, .page .entry-footer {
  display: none;
}
.page.type-page .twoCol article ul {
  list-style: outside none disc;
  margin: 5px 0 5px 20px;
}
.single-post #main .title h1 {
  font-size: 33px;
  line-height: 33px;
  margin:5px 0 12px 30px;
}
.single-post #main .title {

  top: -180px;
}
.contactpage .wpcf7-form-control-wrap.textarea-24 {
  width: 99% !important;
}
.contactpage .wpcf7-form-control-wrap {
  float: left;
  margin:0 12px 0px 0;
  padding: 8px;
  width: 47%;
}
.contactpage .wpcf7-response-output {
  float: left;
  width: 96%;
}

.feild1 input:last-child,.feild2 input:last-child {
  margin-right: 0 !important;
}
.captcha figure {
  float: left;
  height: 35px;
  margin: 0;
  padding: 2px 15px 0 0;
  width: 70px;
}
.captcha img {
  height: 80%;
  width: 100%;
}
.captcha input[type="text"] {
  width: 130px;
}
.ckeckboxfield > ul {
  float: left;
  list-style: outside none none;
  margin: 0 0 25px;
  padding: 0;
}
.ckeckboxfield li {
  float: left;
  padding: 15px 0 0;
  width: 30%;
}
.ckeckboxfield input {
  float: left;
  margin: 4px 10px 0 0;
}
.ckeckboxfield label {
  float: left;
}

.referal1 .wpcf7-list-item {
  float: left;
  margin: 0 0 10px;
  width: 30%;
}
.referal1 .wpcf7-form-control-wrap.textarea-775 {
  float: left;
  width: 100%;
}
.referal1 .wpcf7-form-control-wrap.checkbox-506,.referal1 .wpcf7-form-control-wrap.checkbox-587  {
  float: left;
  width: 100%;
}

/*----------------TP-css-------------*/
.home .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
   border: 1px solid #cccccc;
  color: #268783 !important;
  font-weight: normal;
}
.home .ui-widget-header {
  background: #268783 none repeat scroll 0 0;
  border: 0 solid #e78f08;
  color: #ffffff;
    font-weight: normal;
}
.home .ui-timepicker.ui-widget.ui-helper-clearfix.ui-corner-all {
  font-size: 13px !important;
}
.home .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #268783 none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: normal;
}

.page .modal-body > iframe {
  height: 350px;
  width: 100%;
}
.page .modal-body {
  max-height: 400px;
  padding: 15px 0 15px 15px;
}
.page .close {
  color: #268783;
  font-size: 30px;
  opacity: 1;
}
.page .modal-header {
  padding: 0;
}
aside .asideBox .inside figure img {
  height: 100%;
  width: 100%;
}

.page-template-Blogs #main .figureArticle article figure img, {
  margin: 0 0 6px;
  transform: scale(1.3);
}
/*.page-template-Blogs #main .figureArticle article.blog1 figure img,.attachment-post-thumbnail {
  height: 50px;
  margin: 0 0 25px 48px;
  transform: scale(2);
  width:auto !important;
  max-width:inherit;
}
.single.postid-215 .attachment-post-thumbnail {
  margin: 0 0 30px 45px;
  transform: scale(2);
  width: auto !important;
  max-width:inherit;
}*/
.single .attachment-post-thumbnail {
  height: 50px;
  margin: 0 25px 32px;
  transform: scale(2.6);
  width: 55px !important;
}
  

.largeBox .btn-wrapper-blog {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}
.topmenu {
  position: fixed;
  top: 0;
  z-index: 999999;
}
/*--------------------*/
.page-template-testiminials .panel-collapse{
  background: #fefefe none repeat scroll 0 0;
  padding: 15px;
}
.page-template-testiminials .panel-group {
  margin-bottom: 20px;
  margin-top: 15px;
  margin-left: 10px;
}
.page-template-testiminials .panel-title {
  text-transform:capitalize;
}
.page-template-testiminials .showmob {
  width: 43%;
}
.page-template-testiminials nav#mainNav form input[type="text"] {
  height: 30px;
  max-width: 170px;
}
.page-template-testiminials .footerBox textarea {
  width: 100%;
  margin: 0 0 15px 0;
}
.page-template-testiminials .ftr input[type="text"], .page-template-testiminials .ftr input[type="email"] {
  height: 35px;
  width: 100%;
}
/*.page-template-About-us #main .figureArticle article.news1 figure img,.page #main .figureArticle article.news1 figure img,.page-template-What-we-do #main .figureArticle article.news1 figure img,.single-post #main .figureArticle article.news1 figure img{
  height: 60px;
  margin: 0 0 25px 40px;
  transform: scale(1.8);
  width:auto !important;
  max-width:inherit !important;
}*/


.page .sidebar2 { display:none}
.single .sidebar2 { display:none;}

/*------------27-9-17------*/
#slider .slide .carousel-caption .custom-captions .slider-get-btn a {
    color: #F2F0F1;
    background-color: #0E423F;
    padding: 7px 15px;
    float: none;
    text-transform: capitalize;
    border-radius: 0 12px 0 12px; display:block; text-align:center;margin:0 auto;
}
#slider .slide .carousel-captions h1 {
    display: none;
}
.full-header.topmenu {
    background-color: #323232;
}

/*------04-27-2016--------*/
#main .infoBox.events p.full-img-box{width:100%;float:left;text-align:center;padding: 20px 5px 10px;max-height:inherit !important;min-height:inherit !important;}
#main .span8.infoBox.events p{letter-spacing: 1px;line-height: 31.5px;min-height: 372px;
max-height: 370px;}
#main .span8.infoBox.events{width:100%;float:left;margin-bottom:0;}
#main .span8.asideBox.onlnvdo{width:100%;float:left;margin-top:20px;}
#main .infoBox.events p.full-img-box img{float:none;}
#slider .slide .carousel-caption .custom-caption .slider-get-btn a {color: #F2F0F1;background-color: #0E423F;padding: 7px 15px;float: right;text-transform:capitalize;border-radius: 0 12px 0 12px;}
#slider .slide .carousel-caption .custom-caption .slider-get-btn {position: absolute;right: 0px;bottom: 0;}
#slider .slide .carousel-caption h1{text-transform:capitalize;}
#main .largeBox .slider.doctor-s {width: 100%;float: left;}
#main .span8.asideBox.onlnvdo.full-video .inside figure{width:300px;height: 199px;}
#main .span8.asideBox.onlnvdo.full-video .inside figure .overlay{width:100%;height:100%;}
#main .span8.asideBox.onlnvdo.full-video .inside figure a{left:125px;top: 80px;}
#main .span8.asideBox.onlnvdo.full-video .inside{height:auto;}
#main .span8.asideBox.onlnvdo.full-video .inside .info{width:90%;float:left;padding:15px;margin:0;}
.showmob.top-address {width: 88%;}
.header-marks .socialLinks span.top-addrs {font-size: 11.5px;}
#mainNav .span19 .menu-main-menu-container{float:right; margin-right: -32px;}
nav#mainNav, nav#mainNav .span25.nspan2.po-rel #logo, nav#mainNav .span25.nspan2.po-rel #logo img{transition:all ease-in-out .4s;-moz-transition:all ease-in-out .4s;-ms-transition:all ease-in-out .4s;-o-transition:all ease-in-out .4s;-webkit-transition:all ease-in-out .4s;}
nav#mainNav.topmenu {padding: 0px 0px;top: 0px;padding: 15px 0 30px;}
nav#mainNav .span25.nspan2.po-rel {position: relative;}
nav#mainNav.topmenu .span25.nspan2.po-rel #logo {top: -20px;}
nav#mainNav .span25.nspan2.po-rel #logo {position: absolute;top: -60px;left: 0;z-index: 99999;}
.full-header.topmenu #logo img {width: 85px !important;}
.logo-slides .carousel-control{width:28px;height:26px;opacity:0.5;border: 0;border-radius: 0;background-color: transparent;}
.logo-slides .carousel-control:hover{opacity:1;}
.logo-slides .left.carousel-control.left-side{background-image:url('../img/left-side.png');top: -3px;right: 45px;left: auto;}
.logo-slides .right.carousel-control.right-side{background-image:url('../img/right-side.png');top: -3px;right: 0;}
.slide.logo-slides#carousel123 {width: 100%;float: left;padding: 10px 0 0;}
.slide.logo-slides .clientlogo-div{-webkit-transition: 0.6s ease-in-out left;-moz-transition: 0.6s ease-in-out left;-o-transition: 0.6s ease-in-out left;transition: 0.6s ease-in-out left;}
#myModal.modal.fade.in{top:65%;}
 .bottomtestimonialslider{ float: left;}
 
.letterPressed .middle{ color:#FFF;}
.letterPressed .middle a{ color:#FFF;}
.page-id-146 iframe { width:100%; height:300px;}
.page-id-42 .mapHolder > iframe{ height:529px;}
.book-online-btn a {
    height: 0px;
    float: left;
    /* padding: 22px 8px !important; */
    border-radius: 0 6px 0 6px;
    background-color: #268783;
    border-bottom: solid 1px #3ED5F2;
    /* font-size: 16px; */
    margin-top: 14px;
    padding-top: 5px !important;
    /* padding-bottom: 16px !important; */
}
nav#mainNav ul li.book-online-btn:hover a {
    border-bottom: solid 1px #3ED5F2 !important;
    padding-bottom: 28px !important;
}
.mobile-book-n0w-btn
{
	display:none;
}
@media (max-width: 1281px) {
}

@media (max-width: 1020px) {

.page-template-About-us-php .sidebar1 {
    margin-left: 10px;
}

.page-id-24 .span8 {
    margin-left: 10px;
}
}

@media (max-width: 1200px) {
	#slider .carousel-caption span.medicalSymbol.leftcorner{ left:0;}
	#slider .carousel-caption span.medicalSymbol.rightcorner{ right:0;}
	body{overflow-x:hidden}
	#serachForm {width: auto;}
}


@media (max-width:992px) {
#main .largeBox .slider {
    width: 100%;
    height: auto;  
    display: inline-block;
}
aside .asideBox .inside figure.under img {
    z-index: 2;
    position: relative;
    bottom: 0px;
    width: auto;
    margin: 0 auto;display: block;
}
aside .asideBox .inside figure .underFlow {
    display: none;
}
#main .title {top: -220px;}
.span25.main-wrapper.nspan3 .content.span16 {
    margin-left: 0px;
}
.largeBox.doctorSlider span {
    display: block;
    width: 100%;
}
#main .largeBox.doctorSlider .link {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
#main aside .largeBox article figure {
    margin-right: 0px;
    width: 118px;
    height: 117px;
    margin: 0 auto;
}
.info span {
    display: block;
    text-align: center;
}
.footerBox h2 {background-position: center bottom;margin-bottom: 10px;}
.paymentBox .inside.span8 {
    width: 310px !important;
    height: 120px;
}
#main .largeBox .slider #myCarousel1 figure {
    float: none !important;
    margin: 0 auto !important;
}
aside .newasideBox {
    max-width: 100% !important;
    width: 100% !important;
}
.inside.span89 {
    width: 90%;
    margin: 0 auto;
        margin-bottom: 0px;
        margin-left: auto;
    float: none;
    margin-bottom: 15px;
}
.top.noDivider {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.inside.span89 input.customButton.pull-right {
    margin-right: 20px;
    float: none;
    margin-top: -10px;
    margin-bottom: 0;
}
#main .largeBox {
    width: 100%;
    float: left ;
}

aside .newasideBox form p {
    margin-bottom: 30px;
}
#main .figureArticle .hr {
    background-position: center !important;
    text-align: center;
}
#main .largeBox .slider #myCarousel1 .info {
    margin-left: 0px !important;  
}
.customButton.smallRadius {
    width: 80%;
    margin: 0 auto;
}
.assistance .smallSymbol {
    margin: 10px auto !important;
    width: 78px !important;
    height: 77px !important;
}
.page-template-Contact-us .numbers {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.inside.span8.assistance br {
    display: none;
}
#main .infoBox ul li {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
}
aside .asideBox .inside figure a {top: 50px;left: 46%;}
aside .asideBox .inside figure .overlay {width: 100%;height: 147px;}
.page-template-About-us aside .asideBox .inside figure {
    float: none;
    height: 150px;
    margin: 0 auto;
    width: 300px;
}
aside .paymentBox .inside .info {
    width: 40% !important;
    float: right;
    position: absolute;
}
.twoColFigure .customButton {
    float: none;
    display: block;
    width: 82px;
    margin: 0 auto;
}
#main .figureArticle article.rightalign-blog figure {
    float: none !important;
    display: block;
}
.span16.figureArticle {
    width: 96% !important;
    float: left;
    padding: 0px 10px;
}
.page-template-Blogs .blog1 figure {
    float: none !important;
}
}
@media (max-width: 991px) {
#mainNav .span19 .menu-main-menu-container {
    float: right;
    margin-right: -116px !important;
}
nav #mainNav ul li a {
    font-size: 11px;
    padding: 18px 2px 27px 0px;
        padding-top: 18px;
}
}
@media (max-width: 767px) {
    .center {
        width: 100%;
    }
    ul.grid li.span8 {
        width: 48%;
        float: left;
        margin: 1%;
    }
    nav#mainNav ul li {
        float: none !important;
        display: inline-block;
    }
    nav#mainNav ul {
        text-align: center;
    }
	#menu-main-menu .sub-menu li .sub-menu{left: 275px !important;}
	.topmenu{ left:0;}
	#main{overflow-x: hidden;}
	aside .asideBox .inside figure .overlay{ width:100%; height:100%;}
	aside .asideBox .inside figure a{top: 40%;left: 40%;}
	.contactpage input[type="tel"]{width: 98%;}
.inside.span89 {
    width: 90%;
    margin: 0 auto;    
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    margin-bottom: 15px;
    min-height: 200px;
    background: #fff;   
    padding: 0px 5px;
}
.inside.span89 input.greyInput {
    margin: 0 auto;
    width: 95%;
    margin: 0px auto;
        margin-bottom: 0px;
    margin-bottom: 20px;
    display: block;
}	
#main .largeBox .slider #myCarousel1 .info {margin-left: 0px;}	
.footerBox ul li a {
    padding: 5px 0px;
}	
	
}

@media (min-width: 980px) and (max-width: 1020px) { 
    .nspan { width:980px; }
	.nspan2 { width:975px; }
	.nspan3 { width:970px; }
	.nspan4 { width:950px; }
	.nrow {margin-left:-20px !important; }
	#logo {margin-left:18px; }
	nav#mainNav ul {margin-left:10px; }
	#slider .carouselBottom .carousel-caption .span25 { width:965px; }
	 .span18 {margin-right:35px; }
	nav#mainNav form input[type='text'] {width:85px;}
	.ftr textarea {padding:4px 8px; }
	.ftr input[type="text"], .ftr input[type='email'] {padding:4px 8px; }
	.adwidth { width:970px; }
	/*-[class*="span"] {margin-left:2px; }*/
	#serachForm {margin-right:5px; }
	#mainNav .row { margin-left:-14px; }
	.carousel-caption .row {margin-left:-12px; }
	.row { margin-left:-14px; }
	#slider .slide .carousel-caption{ left:2%;}
	#menu-main-menu .sub-menu li .sub-menu{left: 275px !important;}
}
@media (min-width: 980px) and (max-width: 992px) { 
nav#mainNav ul li a{ padding:18px 7px 28px 7px; font-size:13px;}
nav#mainNav ul {
    margin-left: 90px;
}
#mainNav #serachForm {
    width: 180px;
}
}
@media (min-width: 768px) and (max-width: 979px) { 
    body{overflow-x: hidden;}
	#menu-main-menu .sub-menu li .sub-menu {left: 275px !important;}
    #main .title h1 {
        font-size: 28px !important;
    }
    aside .paymentBox .inside {
        background-position: -10px top;
    }
    aside .paymentBox .inside .info {
    width: 40% !important;
    float: right;
    position: absolute;
}
    aside .asideBox .inside .info {
        width: 107px !important;
        margin-left: 120px !important;
    }
    aside .asideBox .inside .info.under {
        margin-top: 15px !important;
    }
    #main aside .asideBox .inside figure {
        width: 40%;
        margin: 0 auto;
    }
    #main aside .asideBox .inside.assistance figure {
        width: 40px;
    }
    aside .asideBox .inside figure.under {
        height: 127px !important;
    }
    #main aside .asideBox .inside {
      /*  height: 132px;*/
	  height:150px;
    }
    #main aside .asideBox.subscribe .inside {
        height: 115px;
    } 
    #main aside .asideBox .inside.call .numbers {
        width: 100%;
        margin-top: 15px;
        margin-left: 1px;
    }
    #main aside .asideBox .inside figure .overlay {
      width: 100%;
    height: 100%;
    }
    #main aside .asideBox .inside figure a {
        top: 35%;
    left: 39%;
    }
    #main aside .asideBox .inside .info {
        margin-top: 3px;
    }
    #main .contactForm input.distanceInput {
        margin-right: 1.3%;
    }
    #main aside .asideBox .inside.assistance h1 {
        margin-top: 5px;
        font-size: 13px;
    }
    #main .figureArticle article .info p a {
        font-size: 13px;
    }
    .bigInfoBox input.span3 {
        width: 75px;
    }
    #main ul.doctors.grid li .customButton {
        font-size: 12px;
    }
    #main ul.doctors li figure {
        margin-right: 15px;
    }
    .widget ul a {
        font-size: 13px;
    }
    #main .row .twoColFigure .figureArticle article .info {
        margin-top: 15px;
    }
    #main .twoColFigure .figureArticle article .info p a {
        font-size: 13px !important;
    }
	nav#mainNav form input[type='text'] { max-width:90px; }
	a.customButton, input.customButton, .customButton { display:block;float:none;margin:auto; }
	.span8 { width: 310px;}
	.span16 {width: 720px;}
	#slider .slide .carousel-caption h1 {font-size:30px; }
	#slider .carousel-caption h4 {font-size:28px; }
	.bottomSection .left li .info span {float:right; }
	.customButton.smallRadius { border-radius: 0 10px 0px 10px; }
	.ftr textarea {padding:4px 2px; width:185px;}
	.ftr input[type="text"], .ftr input[type='email'] {padding:4px 2px;width:185px; }
	nav#mainNav ul li { margin-right:9px; }
	#logo img{ width:80%}
	nav#mainNav .span25.nspan2.po-rel #logo{ top:-45px;}
	#main .span8.infoBox.events p{ min-height:0}
	nav#mainNav ul{ margin:0 0 0 5px;}
	nav#mainNav ul li a {font-size:11px; padding:18px 1px 28px 1px }
	#main .infoBox ul li{ background-image:none;}
	#main .infoBox ul li a{ padding:10px 0;}
	#main .figureArticle .hr{ background-position:50% 0;}
	.largeBox .btn-wrapper-blog {padding: 30px 0 15px;}
   .testimonialsec .customButton.smallRadius.pull-right{ text-align:center; margin:50px 15px 0 0}
   .footerBox h2{background-position: center bottom;}
   .largeBox .btn-wrapper-blog{width: 100px;float: none;clear: both; margin: 0 auto;}
   #main .figureArticle article .info span{ display:block; text-align:center;}
   #main .figureArticle article figure{ margin:0 auto !important;}
   .contactpage .wpcf7-form-control-wrap{ width:96%}
   .contactForm textarea{ width:97%}
   .bottomtestimonialslider{ float:none; clear:both;}
   aside .asideBox .inside{ background-size:100%;}
   #main .largeBox {
    display: inline-block;
    float: none;
    clear: both;
    margin: 30px auto 0;
    width: 100%;
}
#mainNav .span19 .menu-main-menu-container {
    margin-right: -30px !important;
}
  
}






@media (max-width: 767px) {
	#main .span8.infoBox.events p{ min-height:0}
	
	#logo {width:30%; }
	.ftr input[type='submit'] {float:left; }
    input.greyInput:-moz-placeholder { 
        height: auto;
    }
    #main .main-wrapper {
        padding: 0 20px !important;
    }
    #main .content {
        text-align: center;
    }
    #main .infoBox {
        display: inline-block;
    }
    #main .bigInfoBox {
        display: inline-block;
        margin: 5px 50px;
    }
    #main aside .bigInfoBox {
        margin: 5px 0px;
    }
   #main .content .largeBox {
    width: 95%;
    float: none !important;
    margin: 0 auto !important;
}
    #main .infoBox.events {
        display: inline-block;
    }
    #main .bigInfoBox input.span7 {
        width: 280px;
        display: inline-block;
        padding: 18px;
    }
    .customSelect input {
        padding: 18px;
        width: 128px;
    }
    aside {
        text-align: center;
    }
    aside .asideBox {
        display: inline-block;
    }
    aside .paymentBox {
        display: inline-block;
    }
    footer .span25{
        text-align: center;
    }
    footer .footerBox {
        width: 310px;
        display: inline-block;
        text-align: left;
        margin: 5px 50px;
    }
    #mainNav .span25{
        padding: 0px 10px 10px 10px;
    }
    nav#mainNav form {
        text-align: center;
        padding-bottom: 10px;
    }
    nav#mainNav form input[type="text"] {
        max-width: 100% !important;
        display: inline-block;
        float: none !important;
    }
    nav#mainNav form input[type="submit"] {
        display: inline-block;
        float: none !important;
    }
    header .center {
        padding: 0px 10px;
    }
    header .center .span25 {
        position: relative;
        padding-bottom: 29px;
    }
    
    header .center .span25 .right.pull-right.span18 {
        position: absolute;
        top: 0px;
        right: 20px;
    }
   .header-marks{ margin-bottom:65px;}
   nav#mainNav.topmenu{ padding:0;}
   nav#mainNav .span25.nspan2.po-rel #logo{ left:15px;}
    header .center .span25 .socialLinks {
        clear: right;
        margin-top: 5px;
        margin-bottom: 0px;
    }
	.showmob {clear:inherit !important; }
    #phoneNav {
        margin-top: 10px;
        width: 65%;    float: right;
    }
    .normalPage .content .twoCol {
        text-align: left;
    }
    #slider.static {
        height: auto !important;
    }
    #main .title {
        top: -115px !important;
    }
    #main aside .largeBox {
        width: 310px; float:none;
    }
	.footerBox ul{ width:100% !important;}
	.page-template-Contact-us aside .asideBox .inside figure.smallSymbol{ float:left; left:20px;}
	.inside.span8.assistance .smallSymbol {
    float: none !important;
}
	#main aside .paymentBox .inside{ height:145px;}
	.page-template-testiminials #main .content {text-align: left;}
	aside .asideBox .inside figure .smallSymbol img{ width:auto}
	#main aside .asideBox .inside{ height:110px;}
    aside .asideBox {
        text-align: left;
        margin: 5px 50px;
    }
    aside .largeBox {
        margin: 5px 50px;
    }
    .paymentBox .info.span3.pull-right {
        width: 125px;
    }
    .normalPage .content .top, .topBig {
        text-align: left;
    }
    .contactForm input[type="text"], .contactForm input[type="email"] {
        width: 98% !important;
        margin-right: 0px !important;
    }
    .pagination {
        width: 100%;
        margin: 0px 0px 20px;
        float: left;
    }
    ul.doctors.grid li .customButton {
        font-size: 12px;
        height: 17px;
        overflow: hidden;
    }
    #main .newsArticle {
        text-align: left;
    }
    #main .widget {
        float: none;
        width: 310px;
        display: inline-block;
        text-align: left;
        margin: 5px 50px;
    }
    #copyright p {
    text-align: center;
    float: left;
    width: 100%;
}
	
	.showmob{ width: 55%;}
	#main .infoBox ul li{ background-image:none;}
	#main .infoBox ul li a{ padding:10px 0;}
	#main .figureArticle .hr{ background-position:50% 0;}
	.largeBox .btn-wrapper-blog {padding: 30px 0 15px;}
   .testimonialsec .customButton.smallRadius.pull-right{ text-align:center;}
   .footerBox h2{background-position: center bottom;}
   .largeBox .btn-wrapper-blog{width: 100px;float: none;clear: both; margin: 0 auto;}
   #main .figureArticle article .info span{ display:block; text-align:center;}
   #main .figureArticle article figure{ margin:0 auto !important;}
   .contactpage .wpcf7-form-control-wrap{ width:96%}
   .contactForm textarea{ width:95%}
   .info h3 {
    width: 100%;
    float: left;
    text-align: center;
}
 #main .largeBox .slider #myCarousel1 .info {margin-left: 0px !important}  
 .slider.doctor-s .span89 {
    min-height: 185px !important;
}
  .slider.doctor-s .span89 {
    margin: 8px auto 5px;
}	
 .footerBox h2 {margin: 10px 0px !important;}
  #logo a {
    float: left;
    width: 90%;
}
nav#mainNav .span25.nspan2.po-rel #logo {
    position: absolute;
    top: -50px;
	
	} 
   
}
@media only screen and (min-device-width : 414px) and (max-device-width : 767px) and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) {
		#phoneNav { padding: 0 0px 0 300px;}
}
@media (max-width: 736px) {
.page-id-42 .mapHolder > iframe {
    height: 250px;
}
#main .infoBox.events p.full-img-box img {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
}

@media only screen and (min-device-width : 566px) and (max-device-width : 767px) {
.header-marks .socialLinks span.top-addrs {
    font-size: 10.5px !important;
}
}





}
@media (max-width: 480px) {
	#slider #myCarousel { height: 325px !important}
	#slider .slide .carousel-caption .custom-caption .slider-get-btn{ display:none;}
	#slider .slide .carousel-caption .custom-caption{ min-height:30px;}
	#main .infoBox h1{ font-size:12px}
	.letterPressed .middle{ float:none;}
	#phoneNav {font-size: 12px;}
  #copyright p {
        margin: 5px 20px;
    }
    #main .main-wrapper {
        padding: 0 20px !important;
    }
    .largeBox .slider #myCarousel1 .info {
    float: left;
    min-height: auto !important;
}
    #main .content {
        text-align: center;
    }
    #main .infoBox {
        display: inline-block;
    }
    #main .bigInfoBox {
        display: inline-block;
    }
    #main .content .largeBox {
       /* width: 310px;*/
	   width:230px;
    }
    #main .content .largeBox.doctorSlider {
    width: 100% !important;
}
    #main .infoBox.events {
        display: inline-block;
    }
    #main .bigInfoBox input.span7 {
        width: 280px;
        display: inline-block;
        padding: 18px;
    }
    .customSelect input {
        padding: 18px;
        width: 128px;
    }
    aside {
        text-align: center;
    }
    aside .asideBox {
        display: inline-block;
    }
    aside .paymentBox {
        display: inline-block;
    }
    footer .span25{
        text-align: center;
    }
    footer .footerBox {
        width: 310px;
        display: inline-block;
        text-align: left;
    }
    #mainNav .span25{
        padding: 0px 10px 10px 10px;
    }
    nav#mainNav form {
        text-align: center;
        padding-bottom: 10px;
    }
    nav#mainNav form input[type="text"] {
        max-width: 100% !important;
        display: inline-block;
        float: none !important;
    }
    nav#mainNav form input[type="submit"] {
        display: inline-block;
        float: none !important;
    }
    header .center {
        padding: 0px 10px;
    }
    header .center .span25 {
        position: relative;
        padding-bottom: 29px;
    }
    
    header .center .span25 .right.pull-right.span18 {
        position: absolute;
        top: 0px;
        right: 20px;
    }
    header .center .span25 .info {
        clear: right;
        margin-right: -14px;
        margin-top: 2px;
    }
    header .center .span25 .socialLinks {
        clear: right;
        margin-top: 0px;
        margin-bottom:0px;
    }
	
    #phoneNav {
        margin-top: 10px;
      
    }
    .normalPage .content .twoCol {
        text-align: left;
    }
    #slider.static {
        height: auto !important;
    }
    #main .title {
        top: -115px !important;
    }
    #main aside .largeBox {
        width: 310px;
    }
    aside .asideBox {
        text-align: left;
    }
    .paymentBox .info.span3.pull-right {
        width: 125px;
    }
    .normalPage .content .top, .topBig {
        text-align: left;
    }
    .contactForm input[type="text"], .contactForm input[type="email"] {
        width: 98% !important;
        margin-right: 0px !important;
    }
    .pagination {
        width: 100%;
        margin: 0px 0px 20px;
        float: left;
    }
    ul.doctors.grid li .customButton {
        font-size: 12px;
        max-height: 17px;
        overflow: hidden;
    }
    #main .newsArticle {
        text-align: left;
    }
    #main .widget {
        float: none;
        width: 310px;
        display: inline-block;
        text-align: left;
    }
	.page-id-146 iframe {height:auto;}
aside .newasideBox {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
}
#main .largeBox h1 {
    text-align: center;
    margin-top: 20px;
    line-height: 28px;
}	
.page-template-About-us aside .asideBox .inside figure {
    width: 100%;
}	
.paymentBox .inside.span8 {
    width: 100% !important;
    height: 120px;
}	
aside .paymentBox .inside .info {
    width: 40% !important;
    float: right;
    position: absolute;
    margin-left: 49%;margin-top: -6px;
font-size: 14px;
}	
	
	
	
	
}

@media (max-width: 480px) { 
    body #logo {
        width: 40%;
    }
    #main .bigInfoBox {
        margin: 0;
    }
    #main .bigInfoBox input.span7 {
        width: 280px;
    }
    #main .infoBox.events {
        margin: 5px 0;
    }
    #main aside .asideBox {
        margin: 5px 0;
    }
    #main aside .bigInfoBox {
        margin: 5px 0;
    }
    #main aside .largeBox  {
        margin: 5px 0;
    }
    .customSelect input {
        width: 230px;
    }
    .customSelect.left input, .customSelect.right input {
        width: 127px;
    }
    .subscribe .greyInput {
        width: 90%;
        display: inline-block;
    }
    #main .widget {
        margin: 5px 25px;
    }
    footer .footerBox {
        margin: 5px 0;
    }
    aside .paymentBox .inside {width:230px;float:left; }
	aside .asideBox {min-width:230px;max-width:230px; }
	aside .asideBox .inside {height:162px; }
	aside .asideBox .inside p {font-size:12px; }
	/*.showmob {float:none; }*/
	.letterPressed .middle {font-size:12px; padding:6px 5px 6px;}
	.showmob span {font-size:14px; }
	header {background-size:cover;height:185px; }
	header .center .span25 .right.pull-right.span18 {top:50px; }
	#main .bigInfoBox hgroup h1 {font-size:35px; }
	aside .asideBox .inside a {font-size:11px;float:none;width:100%; }
}
@media (max-width: 414px) {
	#slider #myCarousel {
    height: 300px !important;
}
#slider .slide .carousel-caption{ display:none;}
}
@media (max-width: 330px) {
	#slider #myCarousel {
    height: 265px !important;
}
	header .center .span25 .right.pull-right.span18 {top:40px;right:27px;}
	header {height:162px; }
	.letterPressed .middle {font-size:12px; }
	 body #logo { width:30%; }
	 footer .footerBox {width:250px; }
	 aside .paymentBox {min-width:250px;max-width:20px; }
	 
  /*  #main .bigInfoBox input.span7 {
        width: 220px !important;
    }
    .customSelect input {
        width: 180px;
    }
    .customSelect.left input, .customSelect.right input {
        width: 100px;
    }*/
}
@media (max-width: 320px) {
	header {height:162px; }
}

.select-style {
    background: #E2E2E2 url("../img/dropdownArrow.png") no-repeat 100% 50%;
       width: 91%;
    overflow: hidden;
    margin-left: 13px;
	border-radius: 3px;
}

.select-style select {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #696969;
  height: 30px;
  padding: 10px 8px 0;
  width: 100%;
}

.select-style select:focus {
    outline: none;
}


@media (max-width: 992px) {
#mainNav #serachForm {
  width: 140px;
}

#mainNav .span19 {
  width: 560px;
}
#slider #myCarousel img {
  min-height: 0px !important;
}
#slider .carousel-control {
  top: 23%;
}
#slider .slide .carousel-caption {
  left: 23%;
  width: 55%;
}
#slider .slide .carousel-caption .custom-caption {
  padding: 18px 0;
}
#slider .carouselBottom .carousel-caption .carousel-caption-big {
  width: 100%;
}
#slider .carousel-caption span.medicalSymbol.leftcorner, #slider .carousel-caption span.medicalSymbol.rightcorner {
  display: none;
 }
 #slider .slide .carousel-caption h1 {
  text-align: center;font-size: 22px;
    line-height: 25px;
}
#main .span16 {
  float: left;
  width: 100%;
}
#main .infoBox {
  float: none;
  margin: 0 auto;
  max-width: 100%;
  width: 98%;
}
.select-style {
  margin-left: 45px;
  width: 88%;
}
#main .bigInfoBox {
  max-width: 95%;
  width:100% !important;
}
#main .span8 {
  width: 95%;
  float: none;
    clear: both;
    margin: 0 auto;
    display: inherit;
}
#main aside .bigInfoBox{ margin:25px auto 0;}
#main .largeBox.doctorSlider {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    width: 90%;
}
#main .largeBox .slider #myCarousel1 .info h3 { margin-bottom: 10px !important}
aside .newasideBox form p {
    width: 100%;
    float: left;
    display: block;
}
.slider.doctor-s .span89 {
    min-height: 1px;
    margin-left: 0px;
    margin: 0 auto;
    width: 96.9%;
    float: none;
   margin: 8px auto 10px;
}
#main .largeBox .slider #myCarousel1 .info{ text-align: center}
#main .largeBox h1, #main aside .asideBox h1 {
  text-align: center;
}
#main .figureArticle article figure {
  float: none;
  margin: 0 auto;
}
#main .figureArticle article .info {
  float: left;
  margin-left: 0;
  width: 100%;
}
#main .figureArticle article .info p {
  text-align: center;
}
#main aside .asideBox,#main aside .paymentBox {
  max-width: 100%;
  min-width: 100%;
  float: none;
    clear: both;
    margin: 25px 0;
}

#main aside .asideBox .inside {
  height: auto;
}
#main aside .asideBox.onlnvdo { margin-top:0;}
#main aside .asideBox .inside .info {
  float: left;
  margin-left: 0;
  width: 100%;
}
#main aside .asideBox .inside .info {
  margin-left:0 !important;
  width: 100% !important; float:none;
}
#main aside .paymentBox .inside {
border: 0px solid #dcdcdc;
  padding: 20px 0px; width:100%;

}
#main .span8.asideBox.onlnvdo.full-video .inside .info{ padding:15px 0;}
.halfdiv {
  width: 25%;
}
aside .asideBox form p {
  float: left;
  width: 100%;
}
aside .asideBox form .pull-right {
  float: none !important;
  margin: 0 auto;
}
.bottomSection .left {
  width: 100%;
}
.bottomSection h1 {
  text-align: center;
  width: 100%;
}
.bottomSection .right {
  width: 100%;
}
.bottomSection .left .coverFlow {
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 0 10px;
  width: 55%;
}
.twitterFeed td {
  float: left;
  width: 100%;
  padding:0 0 25px 0;
}
.twitterFeed td  iframe {
  width: 98% !important;
}
footer .span6 {
  float: left;
  text-align: center;
  width: 100%;
}
footer .customButton.smallRadius {
  float: left;
  width: 96%;
}
.footerBox ul {
  float: none;
  margin: 0 auto;
  width: 50%;
}
.weaccept-img {
  float: left;
  width: 100%;
}
.footerBox h1 {
  text-align: center;
  width: 100%;
}
.footerBox.cont img {
  float: none;
  }
  .footerBox ul li {
  text-align: center;
}
.footerBox form {
  float: none;
  margin: 0 auto;
  width: 60%;
}
.ftr input[type="text"], .ftr input[type="email"] {
  float: none !important;
  margin: 0 auto;
  width: 100%;
}
.ftr textarea {
  width: 100%;
}
#copyright p {
  text-align: center;
}
footer .widget {
  float: none;
}
aside .asideBox .inside figure {
  float: none;
  height: 150px;
  margin: 0 auto;
  width: 65%;
}
footer .footerBox {
  margin: 0;
}
header {
  padding: 0 0 10px 0;
}
}


@media (max-width: 767px) {
	#logo {
  width: 20%;
}

nav#mainNav.topmenu .span25.nspan2.po-rel #logo{top: -25px; display:none}
header .center .span25 .socialLinks {
  clear: right;
  float: right;
  text-align: right;
  width: 100%;
}
header .socialLinks ul {
  float: right;
}
.showmob .social-connect { display:none;}
header .info ul li {
  margin-right: 15px;
}
#mainNav #serachForm {
  display: none;
}
#main .bigInfoBox {
  margin: 0;
}
aside .asideBox {
  margin: 0;
}
#main .span8 {
  width: 100%;
}
.select-style {
  margin-left: 35px;
}
input.greyInput {
  margin: 0 auto;
  width: 50%;
}
#slider #myCarousel img {
  height: 300px !important;
}
#slider {
  display: block !important;
}
#slider .slide .carousel-caption .custom-caption {
  padding: 0;
}
#slider .slide .carousel-caption h1 {
  font-size: 20px;
}
#slider .slide .carousel-caption {
  bottom: 180px;
}
#slider .carousel-caption h4 {
  font-size: 25px;
}
#slider #myCarousel .right.carousel-control {
  right: 20px;
}
#slider #myCarousel .left.carousel-control {
  left: 20px;
}
/*------*/
#main .largeBox .slider #myCarousel1 figure{ float:none;}
#main .largeBox .slider {
  width: 100%;
}
.largeBox.doctorSlider.hidden-tablet.hidden-phone { display:block !important;}
#main .largeBox .slider ul li .info {
  margin-left: 240px;
  margin-top: 38px;
}
#main .largeBox .slider ul figure {

  width: 225px;
}
#main .largeBox .slider ul li .info h2 {
  font-size: 25px;
  margin: 0 0 0px;
}
.customButton.smallRadius {
  font-size: 12px;
}
#main .largeBox .slider ul {
  height: auto;
}
#main .largeBox .slider ul li .info {
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 0;
  text-align: center;
}
#main .largeBox .slider ul li .info h3 {
  line-height: 25px;
}
#main .largeBox .slider ul figure {
  width: 100%;
}
#main .largeBox .link {
  margin-bottom: 11px;
  width: 100%;
}
#main .largeBox.doctorSlider span {

  width: 100%;
}
.mobile-nav {
    min-height: 65px;
}
#responsive-menu-container {
    max-width: 250px;
}
#responsive-menu {
    margin-top: 65px !important;
}
#responsive-menu-item-1247 .responsive-menu-item-link {
    display: none !important;
}
.mobile-book-n0w-btn
{
	display:block !important;
}
.book-nw-btn .book-Now-btn {
  height: 0px;
float: right;
padding: 19px 8px !important;
    padding-top: 19px;
    padding-bottom: 19px;
padding-top: 19px;
padding-bottom: 19px;
border-radius: 0 6px 0 6px;
background-color: #268783;
border-bottom: solid 1px #3ED5F2;
font-size: 16px;
margin-top: 25px;
padding-top: 5px !important;
padding-bottom: 32px !important;
position: relative;
left: -13%;
top: -18px;
color: #fff;
text-decoration: none;
}
button#responsive-menu-button {
	display: inline-block;
    transition: transform 0.5s, background-color 0.5s;
}
button#responsive-menu-button {
    width: 43px !important;
    height: 43px !important;
    position: absolute;
   top: 10px !important;
    right: 3%;
    background: #268783 !important;
	border-radius: 0 6px 0 6px;
}
nav#mainNav .span25.nspan2.po-rel #logo {
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 1 !important;
}
.change #responsive-menu-button {
   top: 9px !important;
    overflow: visible;
    z-index: 9999999;
	position: fixed;
}
}

@media (max-width: 666px) {
#logo {
  width: 25%;
}
#slider .carousel-caption h4 {
  font-size: 20px;
}
.select-style {
  margin-left: 27px;
}
aside .asideBox .inside figure {
  width: 100%;
}
button#responsive-menu-button {
    width: 40px !important;
    height: 40px !important;
    	
}

}
@media (max-width: 565px) {
header .center{ margin-left:-15px;}
.letterPressed .middle{ float:none;clear: both;
    width: 100%;
    display: block;
    text-align: center; padding:9px 0px 11px}
header .center .span25 .right.pull-right.span18{ position:relative; top:0; right:0;}

.letterPressed.pull-right {
 float: none;
    margin: 0 auto;
    clear: both;
    width: 100%;
}
header .center .span25 .socialLinks{ text-align:center}
header .socialLinks span {
    float: none;
    line-height: 25px;
}
.header-marks {
    margin-bottom: 25px;
}
#logo img{ width:85px;}
nav#mainNav .span25.nspan2.po-rel #logo{ left:5px; top:0px;}
header .info ul li a .middle{ display:none}
header .center .span25 .info {
  display: none;
}

.socialLinks.pull-right.showmob.social {
  display: block;
  float: left;
  margin: 100px 20px 0;
  width: 100%;
}
header .socialLinks span {
  text-align: center;
}
header .socialLinks ul li {
  display: inline;
  float: none;
  margin-left: 0;
}
body #logo {
  float: none;
  margin: 0 auto;
  width: 35%;
}
header .left {
  text-align: center;
}
header .socialLinks ul {
  text-align: center;
  width: 100%;
}
header {
  padding: 5px 0 25px;
}
#slider #myCarousel{height: 350px;}
#slider #myCarousel img{height: 100% !important;
    width: 100% !important; min-height:0;}
#slider .slide .carousel-caption {
    bottom: 125px;
}
#slider .carousel-control {
  top: 23%;
}
#slider .slide .carousel-caption .custom-caption .slider-get-btn{ bottom:auto;}
#slider .slide .carousel-caption h1 {
  font-size: 15px;
  line-height: 25px;
}
#slider .carousel-caption p {
  font-size: 10px;
  line-height: 15px;
  margin-top: 0;
  width: 100%;
}
#slider .carousel-caption h4 {
  font-size: 13px;
  margin: 10px 0;
}
#copyright {
  font-size: 10px;
}
.select-style {
  margin-left: 13px;
  width: 92%;
}
#main .infoBox.events p {
  font-size: 12px;
  padding: 20px 14px 40px;
  text-align: justify !important;
}
aside .asideBox .inside a {
  width: 30%;
  margin: 0 0 10px 0;
}
aside .asideBox form .pull-right {
  margin: 10px auto;
}
footer .customButton.smallRadius {
  float: none;
  width: 80%;
  margin: 0 auto;
}
.footerBox h2 {
  margin: 10px 0;
}
.span6.footerBox.cont > ul {
  width: 100%;
}
footer .customButton.smallRadius {
  float: none;
  margin: 10px auto;
  width: 80%;display: block;
}
#main .bigInfoBox hgroup h1 {
  font-size: 25px;
}
#main .largeBox .slider ul li .info h2 {
  font-size: 20px;
}
.page-template-testiminials .panel-title{ text-align:left;}
.page-template #responsive-menu-button {
	position:absolute !important;
   
}
.change #responsive-menu-button {
    top: 8px !important;
	position:fixed !important;
}


}
@media (max-width: 480px) {
.page-template #responsive-menu-button {
height: 37px !important;
width: 38px !important;
right: 32px;
}
.change #responsive-menu-button {
top: 9px !important;
right:25 !important;
position:fixed !important;
}
.book-nw-btn .book-Now-btn
{
padding-bottom: 27px !important;
    margin-top: 27px !important;
    font-size: 14px !important;
}
.change .book-Now-btn
{
	margin-right:12px;
}

}
@media (max-width: 414px) {
.book-nw-btn .book-Now-btn {
    font-size: 12px !important;
    padding: 0px 5px;
}
.page-template #responsive-menu-button {
    height: 36px !important;
    width: 35px !important;
}
#mainNav #logo img {
    width: 85px !important;
}
}
@media (max-width: 383px) {
	body #logo {
  width: 40%;
}
header {
  padding: 5px 0 40px;
}
.customButton.smallRadius {
  font-size: 10px;
}
.page-template #responsive-menu-button {

height: 36px !important;
width: 35px !important;

right: 26px;
}
nav#mainNav figure#logo img,.full-header.topmenu figure#logo {
    width: 85px;
}

}
@media (max-width: 374px) {
	#slider .slide .carousel-caption {
  bottom: 165px;
}
#slider .slide .carousel-caption {
  left: 12%;
  width: 80%;
}
#slider #myCarousel .right.carousel-control {
  right: 2px;
}
#slider #myCarousel .left.carousel-control {
  left: 2px;
}
.select-style {
  margin-left: 6px;
  width: 95%;
}
aside .asideBox .inside a {
  margin: 0 0 10px;
  width: 35%;
}
#main .span8.infoBox.events p{ max-height:425px;}
.book-Now-btn
{
	margin-right:12px;
}
}
@media (max-width: 320px) {

.change #responsive-menu-button {
    top: 9px !important;
	margin-right: px !important;
	position:fixed !important;
}
.change .book-Now-btn
{
	margin-right: 20px !important;
}
}

/*therapist@scarboroughchiro.com.au*/

.modal.fade {
    display: none;
}
.modal.fade.in{ display:block}
aside .newasideBox {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    min-width: 300px;
    max-width: 300px;
}
aside .newasideBox .inside {
    /* width: 98%; */
    background-image: url(../img/smallSliderBg.jpg);
    background-repeat: repeat-x;
    height: 150px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
}
aside .newasideBox form p {
    margin-top: 11px;
    float: none;
    display: inline-block;
    margin-left: 0;
}
.inside.span89 input.customButton.pull-right {
    margin-right: 20px;
}
.facebook_feed h1{font-size:17px;color:#000;}
.cff-wrapper div#cff{max-height:240px;overflow:scroll;}
.fbfeedtitle h2{font-size:17px;color:#000;}

#phoneNav {
    display: none !important;
}
/*Responsive css*/
/*----------------14-11-18---------------------*/

.header-info-side li.book-online-btn {
    display: block;
    height: 35px;
    width: 218px;
    margin-right: 30px !important;
    text-align: center;
    margin-top: -6px;
}
li#menu-item-1247 {
    display: none;
}
@media(max-width:991px){
div#sitenav section.right.pull-right.span18 {
    width: 100%;
}
}


@media(max-width:767px){
div#sitenav {
    width: 100%;
    float: left;
}
div#sitenav header.header-marks {
    display: none !important;
}
.full-header.topmenu figure#logo {
    top: 2px !important;
}
.full-header.topmenu figure#logo img {
    width: 90px !important;
}
nav#mainNav figure#logo img {
    width: 100px;
}
.full-header.topmenu figure#logo {
    margin-top: 0px;
}
#responsive-menu-container {
    width: 75%;
    left: 0;
    transition: transform 0.5s;
    text-align: left;
    background: #212121;
    padding-top: 50px !important;
}
.mobile-nav {
    min-height: 65px;
    z-index: 99999 !important;
    position: relative !important;
}
}