@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body, html {min-height: 100%; padding: 0; margin: 0; font-family: 'Open Sans', sans-serif; font-size: 16px; -webkit-text-size-adjust: 100%;}
body {width: 100%; overflow-x: hidden !important; background-color: #fff;}
a {text-decoration: none;}
.clear {clear: both; height: 0;}
input,textarea,button {outline:none;}
a img {border: none;}
ul {padding: 0; margin: 0;}
.left {text-align: left;}

span.semi {font-weight: 600;}

/* .notice a {
    color: #fff;
	}

.notice {
    text-align: center;
    min-height: 20px;
    background-color: #cf000a;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
  	line-height: 25px;
    padding: 10px 2%;
	width: 96%;
	} */

/*Banner*/
.notice {
    text-align: center;
    min-height: 20px;
    background-color: #1a5eac;
    text-shadow: 1px 1px #000;
    font-weight: bold;
    color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
    padding: 8px 2% 10px;
	width: 96%;
	}
.notice a {
    color: #fff;
	}

.content {
	width: 95%;
	max-width: 1200px;
	}

.topbg {
	background: url(../images/topbg.jpg) no-repeat center;
	background-size: 100% 100%;
	background: #fff;
	border-bottom: 8px solid rgba(15,73,133,0.8);
	}
	
/*logoline*/
.logoline .content {
	display: flex;
    justify-content: space-between;
    align-items: center;
	}

.logo {
	float: left;
	padding: 20px 0 5px;
	}

.topleft {
    width: 36%;
    float: left;
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #00275d;
	font-weight: 400;
	}
   
.centerblock {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	}
   
.topright {
	float: right;
	padding: 0;
	text-align: right;
	max-width: 275px;
	}

.topphone {
	display: block;
	}
   
.topphone a {
	color: #FF8A00;
	font-size: 34px;
	font-weight: 700;  
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
	}

.topphone span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #002b61;
	margin-bottom: 8px;
	}

.topsoc {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0 5px;
	}
  
.socio {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	margin: 10px 2px 0 2px;
	}
   
.socio2 {
	display: inline-block;
	vertical-align: top;
	width: 104px;
	margin: 10px 0 0 0px;
	}

.tag-line {
	font-size: 22px;
    color: #1a5eac;
    font-weight: 700;
	}

.tag-line p {
	margin: 5px auto;
	}
   
/*topmenu*/
.topline {
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: rgba(122,209,246,0.7);*/
	}
  
.topline .content {
	position: relative;
	}

.topmen ul {
	padding: 0;
	margin: 0;
	display: table;
	border-collapse: collapse;
	float: left;
	}
  
.topmen ul li {
	display: table-cell;
	border-collapse: collapse;
	padding: 12px 0;
	/*border-left: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;*/
	line-height: 26px;
	font-size: 17px;
	}
  
@-moz-document url-prefix() {
.topmen ul li a {
	padding: 16px 15px 7px !important;
}
}
  
.topmen ul li a , span.separator {
    text-decoration: none;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 15px 7px;
    transition: all 0.3s;
    margin: 0 -1px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
	}
   
.topmen ul li a:hover, .topmen ul li.active a {
	border-bottom: 8px solid #ff8a00;
	}
   
ul.nav-child.unstyled.small {
    display: none;
    position: absolute;
	background-color: #90d8f7;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 10px;
    z-index: 9999;
	margin-top: 8px;
    }

.topmen li:hover ul.nav-child.unstyled.small  {
    display: block;
	}

ul.nav-child.unstyled.small li {
    color: #2e2e2e;
    padding: 10px 0;
    text-decoration: none;
    display: block;
    text-align: left;
    }

ul.nav-child.unstyled.small li a {
    color: #2e2e2e;
    font-weight: 600;
    font-size: 15px;
    border:none;
    }

ul.nav-child.unstyled.small li:hover {
    background: #62bbe0;
    z-index: 100;
	}

ul.nav-child.unstyled.small li:hover , ul.nav-child.unstyled.small li.active {
    background: #62bbe0; 
    z-index: unset;
    }
	
ul.nav-child.unstyled.small li a:hover , ul.nav-child.unstyled.small li.active a {
    background: none;
    background-color: none;
    }
	
ul.nav-child.unstyled.small li a:hover , ul.nav-child.unstyled.small ul li.active a , ul.nav-child.unstyled.small li a , .nav-child.unstyled.small li.active a {
	background: none !important;
	background-color: none !important;
	}
   
.app a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	width: 180px;
	text-align: center;
	padding: 8px 0;
	float: right;
	margin: 8px 0 7px 0;
	border-radius: 3px;
	background-color: #eca552;
	transition: all 0.3s;
	}
   
.app a:hover {   
	background-color: #f9cc98;
	}

.app.pay a {
	width: 141px;
    display: block;
    background-color: #005596;
    margin-right: 8px;
	}
   
.app.pay a:hover {
	background-color: #329ced;
	}

.hamb {
	display: none;
	}
   
/*sliderline*/
.sliderline {
	background-color: #c2d4ea; 
	}
   
.slidertab {
	display: table;
	width: 100%; 
	}
   
/*.leftinfo {
	display: table-cell;
	background: url(../images/leftbg.jpg) no-repeat center;
	background-size: cover;
	}*/

.slideshow {
	display: table-cell;
	width: 70%;
	}
   
.nivoSlider {
	margin-bottom: 0 !important;
	position: relative !important;
	}

.nivoSlider img {
	max-width: 100%;
	height: auto;
	}
   
/*mainpage content 1st line*/
.collstab {
	display: table;
	vertical-align: top;
	margin: 15px 0;
	}
   
.colls1 {
	background-color: #e6f1ff;
	padding: 7px 0 12px;
	border-radius: 10px;
	display: table-cell;
	vertical-align: top;
	width: 24%;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: left;
	}
   
.colls1 .spec, .colls2 .serv , .colls3 .loc {padding-bottom:6px}
   
.colls2 {
	background-color: #e6f1ff;
	padding: 7px 0 12px;
	border-radius: 10px;
	display: table-cell;
	vertical-align: top;
	width: 24%;
	border: 1px solid #fff;
	text-align: left;
	}
   
.colls3 {
	background-color: #e6f1ff;
	padding: 7px 0 12px;
	border-radius: 10px;
	display: table-cell;
	vertical-align: top;
	width: 24%;
	border: 1px solid #fff;
	text-align: left;
	} 
   
.collssub {
	display: table-cell;
	vertical-align: top;
	width: 1%;
	}
   
.conts {
	padding: 0 3%;
	font-family: 'Open Sans', sans-serif;
	line-height: 19px;
	}
   
.colls1 a {
	color: #000000;
	text-decoration: underline;
	}
   
.colls1 a:hover {
	color: #000000;
	text-decoration: none;
	}
   
.colls1 img {
	max-width: 100%;
	border: 1px solid #4c82c2;
	margin-top: 22px;
	max-height: 185px;
	margin-top: 62px;
	}
   
.colls2 img {
	max-width: 100%;
	border: 1px solid #4c82c2;
	max-height: 185px;
    margin-top: 33px;
	}
   
.colls3 .ifr {
	max-width: 307px;
	height: 184px;
	border: 1px solid #4c82c2;
	}
   
.colls3 .ifr iframe {
	width: 99%;
	height: 100%;
	}
   
.colls2 .dir {
	margin: 45px 0 38px 0;
	}
   
html>/**/body .colls2 .dir, x:-moz-any-link {
	margin: 23px 0;
	}
   
.colls3 .dir {
	margin: 22px 0 40px 0;
	}
   
html>/**/body .colls3 .dir, x:-moz-any-link {
	margin: 0 0 16px 0;
	}

.loc, .spec, .serv {
	color: #002B61;
	font-size: 34px;
	line-height: 37px;
	margin: 0 0 10px 0;
	font-weight: 600;
	border-bottom: 1px solid #4B81C1;
	text-align: center;
	}
   
.loc .h1 {
	background: url(../images/loc.png) no-repeat left top;
	background-size: auto 62%;
	padding: 0 0 0 35px;
	background-position: center left;
	}
   
.spec .h1 {
	background: url(../images/spec.png) no-repeat left top;
	background-size: auto 62%;
	padding: 0 0 0 35px;
	background-position: center left;
	}
   
.serv .h1 {
	background: url(../images/serv.png) no-repeat left top;
	background-size: auto 62%;
	padding: 0 0 0 35px;
	background-position: center left;
	}

ul.servi {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	padding: 0 1%;
	margin: 0;
	}
   
ul.servi li {
	margin-left: 15px;
	} 
 
ul.servi li a {
	font-size: 16px;
	color: #000;
	line-height: 25px;
	font-weight: 600;
	}  
   
ul.servi li a:hover {
	text-decoration: underline;
	}  

.dir {
	text-align: center;
	width: 100%;
	}
   
.dir a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 45px;
	border-radius: 5px;
	background-color: #4B81C1;
	transition: all 0.3s;
	}
   
.dir a:hover {
	background-color: #373791;
	}
   
table.time {
	font-size: 16px;
	}
	
td.day {
	font-weight: 600;
	}
   
.addr {
	max-width: 220px;
	font-size: 16px;
	text-align: left;
	padding: 15px 0 25px 0;
	}
   
/*mainpage content 2nd line*/   
.secline {
	padding: 15px 0; 
	font-size: 16px;
	/*border-top: 1px solid #d6ca88;*/
	background-color: #fff;
	}   

.con {
	color: #002B61;
	display: inline-block;
	vertical-align: middle;
	width: 280px;
	font-size: 29px;
	line-height: 37px;
	font-weight: 600;
	/*border-bottom: 1px solid #d6ca88;*/ 
	}
   
.con .h1 {
	background: url(../images/conn.png) no-repeat left top;
	background-size: auto 70%;
	padding: 0 0 0 35px;
	background-position: center left;
	}
 
.socleft {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	}
   
.socleft img {
	padding: 0 2px;
	}
   
.socright {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	}
   
/*footer*/
.footer {
	background-color: #363636;
	padding: 20px 0;
	border-top: 1px solid #d6ca88;
	}
   
/*copyright*/
.copyright {
	font-size: 14px;
	color: #b3b3b3;
	margin: 10px 0;
	}
   
.copyright a {
	color: #b3b3b3;
	text-decoration: underline;
	}
   
.copyright a:hover {
	text-decoration: none;
	}
   
   
/*inner pages*/
.h1line {
	text-align: left;
	}
   
.h1line h1 {
	color: #000;
	font-size: 29px;
	line-height: 37px;
	font-weight: 700;
	margin: 10px 0;
	background: url(../images/serv.png) no-repeat left center;
	background-size: auto 80%;
	padding: 0 0 0 35px;
	}
   
.h1line h1 a {
	color: #000;
	}
   
.innertab {
	display: table;
	width: 100%;
	}
   
.innercontent {
	padding: 0 10px 15px;
	text-align: left;
	display: table-cell;
	vertical-align: top;
	}
   
.innercontent a , .innerrightcol a {
	color: #000;
	text-decoration: underline;
	}
   
.innercontent a:hover , .innerrightcol a:hover {
	text-decoration: none;
	}
   
.k2FeedIcon {
	float: right;
	position: relative;
	margin-bottom: -10px;
	}

.k2FeedIcon a {
	color: transparent;
	margin-top:8px !important;
	}
	
div.k2FeedIcon a:before , a.ubUserFeedIcon:before {
	background-image: url(../images/feed.png);
	padding: 0px 2px;
	width: 28px;
	height: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	}
	
.itemToolbar {display: none;}
   
.innerrightcol {
	display: table-cell;
	vertical-align: top;
	width: 180px;
	padding-left: 20px;
	text-align: left;
	}
   
.innercontent ul {
	margin-left: 15px;
	padding-left: 0;
	}
   
.innerrightcol ul {
	margin-left: 0;
	padding-left: 0;
	}
   
.innerrightcol ul li {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}
   
/*system*/
.topright p , .socleft p , .centerblock p , .topleft p , .colls1 p {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	}
   
.colls1 p {
	padding: 5px 0;
	}
   
ul.osmap {
	padding-left: 15px;
	margin-left: 15px;
	}
   
.nivo-caption {
	background-color: rgba(0, 142, 162, 0.5);
	padding: 15px 0 0px 3%;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
	font-size: 40px;
	font-weight: 600;
	font-family: 'Lato', sans-serif !important;
	color: rgba(255,255,255,1) !important; 
	width:52%;
	max-height: 140px;
	top: 33%;
	display:inline-block;
	position:absolute;
	}
	
span.slidec {
	color: #FFB525;
	}
   
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}
   
#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 10px;
	}
	
#one {
	float: left;
	width: 48%;
	padding-right: 2%;
	}
	
#two {
	width: 48%;
	float: right;
	margin-bottom: 20px;
	}
	
#address {
	float: left;
	width: 50%;
    margin-bottom: 20px;
	}
	
#week {
	float: left;
	width: 105px;
  	margin-bottom: 20px;
	}
	
.office-img img {
  	width: 100%;
	}

#hours {float:left;}

#offices {
	width: 100%;
	float: left;
	}

#secondm {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 4px;
	}
	
#secondm img {
	border: 1px solid #173a6b; 
	margin-top: 2px;
	max-width: 100%;
    height: auto;
	}

#secondm #two {margin-bottom: 0;}

#onec , #twoc {
	width: 50%;
	float: left;
	}

#twoc img {
	max-width: 100%;
	height: auto;
	}

#osmap h1 {
	color: #000;
	font-size: 29px;
	line-height: 37px;
	font-weight: 700;
	margin: 10px 0;
	background: url(../images/serv.png) no-repeat left center;
	background-size: auto 80%;
	padding: 0 0 0 35px;
	}

#osmap.osmap-sitemap {
	text-align: left;
	margin-bottom: 30px;
	}

#osmap.osmap-sitemap .even {
    padding: 2px 0;
	}

#onein {
	float: left;
	width: 46%;
	padding: 2%;
	}
	
#twoin {
	width: 46%;
	padding: 2%;
	float: right;
	}

#onein img , #twoin img {
	width: 100%;
	height: auto;
	}

ul li {
    font-size: 16px;
    line-height: 25px;
	}

span.doc {
	height: 40px;
	display: block;
	float: left;
	margin-right: 4px;
	}

.doctor {
    width: 200px;
    float: right;
    margin: 10px 0 10px 10px;
    text-align: center;
    font-weight: 700;
	}

.doctor img {
	width: 100%;
	margin-bottom: 10px;
	}

.newpat {
    width: 300px;
    margin-left: 10px;
    display: block;
    position: relative;
    float: right;
	}

.newpat img {
    margin-right: 0 !important; 
    max-width: 100%; 
    height: auto;
	}
	
/*Rate US*/

.inner-wrap {
    padding: 50px 2% 100px;
    text-align: center;
    }

.inner-wrap h2 {
    font-size: 44px;
    margin: 0 auto;
    font-weight: 500;
    }

.inner-wrap h5 {
    margin: 25px auto;
    }

.google-review {
    margin-top: 60px;
    }


.google-review img:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

/*Rate Us --- END*/

/* How Are We Doing? */
    
.thumbs-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 2% 100px;
    }

.thumbs-wrap .item {
    margin: 0 20px;
    max-width: 300px;
    }

.thumbs-wrap .item:hover {
    transform: scale(1.02);
    transition: all 300ms ease;
    }

.thumbs-wrap .item img {
    width: 100%;
    }

.thumbs-wrap .item span {
    font-size: 23px;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    }

/* How Are We Doing? --- END */

	


/*Rs form*/


form#userForm {
  	text-align: left;
	}

body.rsform .formTableLayout {
    border: none;
    /* margin-left: 11px; */
	}

body.rsform h1 {
	margin-bottom: 30px;
	text-align: left;
    color: #000;
    font-size: 29px;
    line-height: 37px;
    font-weight: 700;
    margin: 10px 0;
    background: url(../images/serv.png) no-repeat left center;
    background-size: auto 80%;
    padding: 0 0 0 35px;
	}

.formTableLayout {
	margin: 0 auto;
	}

.formTableLayout tr.rsform-block>td {
	padding: 5px;
	font-weight: 600;
	}

input, textarea, button , select {
	outline: none;
	padding: 4px;
	}
	
	
.formTableLayout input#Send {
	background: #4B81C1;
	color: #fff;
	border-color: #4B81C1;
	padding: 5px 20px 7px ;
	border-radius: 5px;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	border: 2px solid transparent;
	}


.formTableLayout input#Send:hover {
	background: #fff;
	color: #4B81C1;
	border-color: #fff;
	border: 2px solid;
	cursor: pointer;
	}

.rsform-block.rsform-block-describe-nature-of-appointment {
	vertical-align: top;
	}

/*accesible*/
div.ofc-ada-screen-reader {
    text-align: right;
    font-size: 13px;
    height: 30px;
    background-color: #eef1f5;
    box-shadow: inset 0 0.5px 2px 0 rgba(0,0,0,0.1);
    line-height: 30px;
    position: relative;
    padding-right: 210px;
    z-index: 99999;
	}

span.ofc-ada-description {
    color: #3e3e40;
    padding-right: 16px;
	}

span.ofc-ada-button {
    background-image: linear-gradient(to bottom,#f8fbff,#dddfe3);
    border: solid .5px #c2c6cc;
    text-align: center;
    color: #313233;
    line-height: 10px!important;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
	}

span.ofc-ada-button a {
    line-height: 28px;
    padding: 0 20px 0 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #de7341;
	}

span.ofc-ada-button a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 19px;
    width: 15px;
    height: 20px;
    background: url(../images/acce.png) no-repeat center;
    background-size: 100% auto;
	}

#templateswitcher {
    display: none!important;
	}

@media only screen and (max-width: 1250px) {
.topmen ul li a, span.separator {
    font-size: 15px;
    padding: 14px 8px 7px;
    }
}


@media only screen and (max-width: 1245px) {
	
.topleft {
    width: 30%;
	}

#one {
	float: left; 
	width: 48%;
	}
	
#two {
	width: 48%;
	float: right;
	margin-bottom: 20px;
	}
	
#address {
	float: left;
	width: 100%;
	}
	
#week {
	float: left;
	margin: 20px 0 14px;
	}
	
#hours {
	float: left;
	margin: 20px 0 14px;
	}

.office-img img {
	width: 400px;
	}

#map iframe {
	height: 517px;
	}

}
   
@media only screen and (max-width: 1150px) {
/*topmenu*/

.tag-line {
    font-size: 18px;
	}

.topleft {
	font-size: 1em;
	width: 32.5%
	}

.tp1 {
	width: 85px;
	}

.logo {
    max-width: 100%;
    height: auto;
	}

.centerblock {
	width: 25%;
	float: left;
	}

.topmen ul li a , span.separator {
	font-size: 14px;
	padding: 15px 9px 16px;
	}
   
@-moz-document url-prefix() {
.topmen ul li a , span.separator {
	padding: 17px 9px 15px 9px !important;
	}
}
   
.app a {
	font-size: 12px;
	width: 140px;
	padding: 8px 0;
	margin: 8px 0 8px 0;
	}

.app.pay a {
	width: 110px;
	}
  
ul.servi li a {font-size: 12px;}
  
.loc, .spec, .serv {font-size: 27px;}
  
.conts {font-size: 13px;}
  
.nivo-caption {
	font-size: 27px;
	max-height: 110px;}
	
.colls3 .ifr {
	margin-top: 25px;
	height: 183px;
	}

.colls2 .dir {
	margin: 38px 0 38px 0;
	}

.colls1 img {
	margin-top: 82px;
	}

.colls2 img {
	margin-top: 34px;
	}
	
#secondm .dir a {font-size: 12px;}
}

@media only screen and (max-width: 1080px) {

/*Rate Us*/

.inner-wrap {
    padding: 30px 2% 60px;
    }

.inner-wrap h2 {
    font-size: 32px;
    }

.google-review img {
    width: 300px !important;
    }

/*Rate Us -- END*/

}

@media only screen and (max-width: 1000px) {
div.formCaption {width: 100%;}

#secondm .dir a {font-size: 16px;}

#secondm {
    display: flex;
    position: relative;
	}

#secondm #one , #secondm #two {
	width: 100%;
	margin: 10px 0;
	}
}

@media only screen and (max-width: 990px) {
/*topmenu*/
.topmen {
	display: none;
	}
  
.topmen ul {
	padding: 11px 0 0 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 33px;
	right: 0;
	width: 200px;
	z-index: 9999;
	}

.topmen ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-left: none;
	border-right: none;
	background-color: #d4e1f0;
	text-align: left;
	}
   
.topmen ul li a , span.separator {
	text-decoration: none;
	color: #002b61;
    font-size: 15px;
    padding: 4px 15px;
	margin: 0;
	transition: background-color 0.3s linear 0s;
	display: block;
	}
   
.topmen ul li a:hover , .topmen ul li.active a {
	padding: 4px 15px 0px;
	margin: 0;
	}
   
@-moz-document url-prefix() {
.topmen ul li a , span.separator {
	padding: 10px 15px !important;
	}
}
   
.hamb {
	float: right;
	height: 20px;
	padding: 14px 0;
	display: block;
	cursor: pointer;
	}
	
ul.nav-child.unstyled.small {
    display: contents;
    position: relative;
    background-color: unset; 
    width: 100%;
    box-shadow: unset;
    padding: 3px 0 4px;
    margin: 0 auto;
    z-index: unset; 
    text-align: center;
    margin-top:0;
    top: 0;
    }

.nav-justified li:hover ul.nav-child.unstyled.small {
    display: unset;}

ul.nav-child.unstyled.small li {
    color: #fff;
    padding: 6px 5px;
    text-decoration: none;
    display: block;
    margin: 0 10px;
    }
	
ul.nav-child.unstyled.small li:hover , ul.nav-child.unstyled.small li.active {
    background: #4390b5; 
    z-index: unset;
    padding: 6px 5px;
	margin: 0 10px;
    }
	
ul.nav-child.unstyled.small li a:hover , ul.nav-child.unstyled.small li.active a {
    background: none;
    background-color: none;
	padding: 2px 5px !important;
	margin: 0 5px;
    }
	
ul.nav-child.unstyled.small li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background: none;
    background-color: none;
	padding: 2px 5px !important;
    }
   
.app {
	float: left;
	}

.app.pay a {
	width: 110px;
	margin: 8px 0 8px 8px;
	}
   
/*logoline*/

.centerblock {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	}
}

@media only screen and (max-width: 955px) {
.logoline .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
  
.logoline .content .centerblock {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	width: 100%;
	}

.logoline .content .topleft {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
	width: 100%;
	text-align:center;
	margin: 0;
	}
  
.logoline .topright {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
	width: 100%;
	display: block !important;
	max-width: 1000px !important;
	text-align: center !important;
	float: none !important;
	}
  
.logo {
    float: none;
    padding: 15px 0;
	}

.topleft {
    font-size: 18px;
	}

.topleft p{
    margin: 5px 0;
	}

.tp {
    width: 320px;
    margin: 0 auto;
    display: block;
    position: relative;
	}

.tp1 {	
    width:100px;
	}
	
.tp2 p {margin: 20px 8px;}
	
.topright {
	padding: 0px
	}
  
.topsocial {
	margin: 7px 0;     
  	}

.topright .socio2 , .topright .topsoc {margin-top:0;}

table.ped td {display: block;}

.tag-line {
    order: 2;
    margin: 0px auto;
	}

.topmen ul li a, span.separator {
	padding: 15px 7px 16px;
	}
}
  
@media only screen and (max-width: 900px) {
/*topmenu*/
.topmen {
	display: none;
	}
  
.topmen ul {
	padding: 11px 0 0 0;
	margin: 0;
	display: block;
	position: absolute;
	top: 33px;
	right: 0;
	width: 200px;
	z-index: 9999;
	}

.topmen ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-left: none;
	border-right: none;
	background-color: #d4e1f0;
	text-align: left;
	}
   
.topmen ul li a , span.separator {
	text-decoration: none;
	color: #002b61;
    font-size: 15px;
    padding: 4px 15px;
	margin: 0;
	transition: background-color 0.3s linear 0s;
	display: block;
	}
   
.topmen ul li a:hover , .topmen ul li.active a {
	padding: 4px 15px 0px;
	margin: 0;
	}
   
@-moz-document url-prefix() {
.topmen ul li a , span.separator {
	padding: 10px 15px !important;
	}
}
   
.hamb {
	float: right;
	height: 20px;
	padding: 14px 0;
	display: block;
	cursor: pointer;
	}
	
ul.nav-child.unstyled.small {
    display: contents;
    position: relative;
    background-color: unset; 
    width: 100%;
    box-shadow: unset;
    padding: 3px 0 4px;
    margin: 0 auto;
    z-index: unset; 
    text-align: center;
    margin-top:0;
    top: 0;
    }

.nav-justified li:hover ul.nav-child.unstyled.small {
    display: unset;}

ul.nav-child.unstyled.small li {
    color: #fff;
    padding: 6px 5px;
    text-decoration: none;
    display: block;
    margin: 0 10px;
    }
	
ul.nav-child.unstyled.small li:hover , ul.nav-child.unstyled.small li.active {
    background: #4390b5; 
    z-index: unset;
    padding: 6px 5px;
	margin: 0 10px;
    }
	
ul.nav-child.unstyled.small li a:hover , ul.nav-child.unstyled.small li.active a {
    background: none;
    background-color: none;
	padding: 2px 5px !important;
	margin: 0 5px;
    }
	
ul.nav-child.unstyled.small li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    margin: 0 5px;
    padding: 0;
    background: none;
    background-color: none;
	padding: 2px 5px !important;
    }
   
.app {
	float: left;
	}

.app.pay a {
	width: 110px;
	margin: 8px 0 8px 8px;
	}
   
/*logoline*/

.centerblock {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	}
   
/*sliderline*/ 
.leftinfo {
	display: none;
	} 
   
.nivo-caption {
	font-size: 20px;
	max-height: 90px;
	}

/*mainpage content 1nd line*/
.collstab {
	display: block;
	}

.colls1 {
	padding: 10px 0;
	display: block;
	vertical-align: top;
	width: 96%;
	font-size: 15px;
	text-align: left;
	margin: 10px 0;
	}
   
.colls2 {
	padding: 10px 0;
	display: block;
	width: 96%;
	text-align: left;
	margin: 10px 0;
	}
   
.colls3 {
	padding: 10px 0;
	display: block;
	width: 96%;
	text-align: left;
	margin: 10px 0;
	}  

.colls3 .ifr {
	width: 80%;
	}
	
.colls1 img , .colls2 img {
	max-width:100%;
	width:unset;
	height:auto;
	margin: 15px auto 0;
	}

	.colls2 .dir {
		margin: 22px 0 40px 0;
	}
   
/*mainpage content 2nd line*/
.con {
	display: block;
	vertical-align: middle;
	width: 280px;
	border-bottom: 1px solid #ababab;  
	}

.socleft {
	padding: 10px 10px;
	}
   
.socright {
	padding: 10px 10px;
	}
   
/*copyright*/
.copyright {
	margin-top: 0px;
	}
}

@media only screen and (max-width: 860px) {
#one {
	float: left;
	width: 100%;
	padding-right: 0;
	}
	
#two {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	}
	
#address {float: left;}
	
#week {
	float: left;
	margin: 20px 0;
	}
	
#hours {
	float: left;
	margin: 20px 0;
	}
	
#offices {width: 100% !important;}

#map {margin-bottom: 20px; margin-top: 30px;}
	
#map iframe {
	height: 450px !important;
	}

.office-img img {
	width: unset;
	max-width: 100%;
	}

.office-img {
	text-align: center;
	}

}

@media only screen and (max-width: 800px) {
.notice {
	font-size: 16px;
	}

.newpat {
	width:169px;
	margin-left:10px;
	display:block;
	position:relative;
	float:right;
	}

.newpat img {
	margin-right:0 !important; 
	max-width:100%; 
	height:auto;
	}
  
/* How Are We Doing? */
.thumbs-wrap .item {
    max-width: 35%;
    margin: 0 10px 20px 10px;
    }

.thumbs-wrap .item span {
    font-size: 18px;
    }

/* How Are We Doing? --- END */  
  
  
}

@media only screen and (max-width: 768px) {
img.ped {
	max-width:60%;
	margin-top:25px !important;
	}

.colls3 .ifr {
	width: 70%;
	height: 183px;
	}
	
fieldset.formFieldset ol.formContainer div.formBody {float: unset!important;}
input#Your_Name {width: 50%!important;}
input#Phone {width: 50%!important;}
input#Email {width: 60% !important;}
input#Your_Email {width: 58% !important;}
textarea#Message.rsform-text-box {width: 100% !important;}
.formCaption {width: 100% !important;}

.formCaption {width:100% !important;}
input#Email , input#Your_Email {width:90% !important;}
form#userForm textarea {width:90% !important;}

}

@media only screen and (max-width: 767px) {

span.ofc-ada-description {
    display: none;
    }

span.ofc-ada-button {
    width: 100%;
    }

#address {
	float: left;
	width: 100%;
	}

img.ped {
	float: none!important;
	margin: 10px 0 10px 0 !important;
	max-width: 100%;
	height: auto;
	}
	
table.ped {
	width: 100%;
	}
}

@media only screen and (max-width: 654px) {
#offices {width: 100% !important;}
}

@media only screen and (max-width: 570px) {
/*logoline*/
.logo {
	float: none;
	display: block;
	}
   
.topright {
	float: none;
	display: block;
	text-align: center;
	}
   
.socio , .socleft .socio2 {
	margin-top: 15px;
	}

.topright .socio2 {
    width: 104px;
	}
	
/*mainpage content 2nd line*/  
.socleft {
	padding: 10px 2% 2% 2%;
	display: block;
	float: none;
	width: auto;
	}
   
.socright {
	padding: 10px 2% 20px 2%;
	display: block;
	float: none;
	width: auto;
	}
   

.colls3 .ifr {
	width: 100%;
	height: auto;
	}

/*inner pages*/
.h1line h1 , body.rsform h1 {
	font-size: 18px;
	}
   
.innerrightcol {
	display: none;
	}
  
#onec , #twoc {width: 100%; float: left;}
  
#twoc {text-align: center;}
  
#twoc img { 
    margin: 0 auto !important;
    float: none !important;
	}
  
img.se {
    max-width: 64%;
  	}
  
.nivo-caption {
    font-size: 15px;
    max-height: 58px;
	}
  
.nivo-caption {
    padding: 5px 0 0px 3%;
  	width: 56%;
  	}
}

@media screen and (max-width: 550px) {
tbody#rsform_6_page_0 td {
	display: block;
	}
}

@media only screen and (max-width: 478px) {
.newpat {
    width:40%;
	}

tbody#rsform_3_page_0 td , tbody#rsform_4_page_0 td {display: block;}

textarea#Message , tbody#rsform_4_page_0 textarea {
		width: 90%;
		display: block;
		}

.rsform-input-box {
		width: 65% !important; 
		display: block;
		}

table#cal4_0 tbody td {
	display: table-cell;
	}
}

@media only screen and (max-width: 430px) {
  
img.se {
    max-width: 100%;
  	width: 100%;
  	}
  
}

@media only screen and (max-width: 420px) {
	
table.ped td {display:block;}

p img {
	margin-left:0!important; 
	float:unset!important;
	margin-bottom:15px!important;
	display:block;
	margin-top:10!important; 
	max-width: 100%!important; 
	}

.nivo-caption {
	top: 23%;
    font-size: 13px;
    max-height: 60px;
	width: 50%;
	padding: 10px 0 0px 3%;
	}

#nivo_slider_101.nivoSlider , #nivo_slider_101.nivoSlider img {width:100% !important;}
  
.formCaption {width:100% !important;}

input#Email , input#Your_Email{width:90% !important;}
  
form#userForm textarea {width:90% !important;}

.colls3 .ifr img {
	width: 100%;
    border: 1px solid #4c82c2;
	}

#secondm {display: block;}
  
  /*K2 blog item view fix*/
.itemFacebookButton {overflow: hidden;}
}
