@charset "UTF-8";@media screen,projection {/*@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 {max-width: 100%; display: block; position: relative; min-height: 100%; padding: 0; margin: 0; font-family: 'Lato', sans-serif; font-weight: 500; color: #000; overflow-x: hidden; -webkit-text-size-adjust: 100%;}
body {width: 100%; overflow-x: hidden;}
a {text-decoration: none;}
.clear {clear: both;}
input,textarea,button {outline:none;}
a img {border: none;}
ul {padding: 0; margin: 0;}
.semi {font-weight: 600;}

.notice {
    width: 100%;
    text-align: center;
    /* height: 20px; */
    background-color: #15529d;
    animation-name: example;
    animation-duration: 10s;
    animation-play-state: running;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 12px 0;
    animation-iteration-count: infinite;
	}

.notice .text {
  	max-width: 1400px;
  	padding: 0 10px;
  	margin: 0 auto;
	}

.notice a.topbutton {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #FFEB3B;
    margin: 11px auto 0;
    display: inline-block;
    vertical-align: top;
    max-width: 330px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
	}

.content , .content2 {
	width: 95%;
	max-width: 1420px;
	}

/*logoline*/
.logoline {
	padding: 0;
	position: relative;
	z-index: 9000;
	background: #fff;
	}

.logoline .content {padding: 0;}

.logoline.slide {
  	display: none;
	}

.logoline.slide.fixed {
    position: fixed !important;
    display: block;
    top: 0;
    width: 100%;
 	border-bottom: 8px solid #5a80a8;
	}
   
.topleft {
	float: left;
	width: 30%; 
	text-align: left;
	}

.topright {
	float: right;
	text-align: right;
	/* max-width: 380px; */
  	max-width: 100%;
	padding-top: 10px;
	}

.phone {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-weight: 700;
	font-size: 24px;
	}

.phone a {
	font-size: 24px;
	color: #FF8A00;
	}

.phone p {
	margin: 20px 0;
	}
   
.phonetext {
	font-size: 22px;
	}
   
.topsocial {
	display: inline-block;
  	vertical-align: middle;
	}

.translate {
    display: inline-block;
  	vertical-align: middle;
    margin: 8px 0 7px 4px;
	}

#google_translate_element2 select.notranslate, select.notranslate {
	padding: 3px 2px 3px;
	}

.portal.patient {
    display: inline-block;
    vertical-align: middle;
	}

.portal.patient a {
  	background-color: #1565c0;
	}

.toplogo {
	max-width: 60%;
	float: left;
	margin-top: 24px;
	}

.topline {    
	position: relative;
	width: 100%;
	text-align: right !important;
	display: inline-block;
	}

.menuright {
	float: right;
	text-align: right;
	width: 43%;
	margin-top: 6px;
	}

.portal {    
	margin: 0 auto;
	display: block;
	position: relative;
	}  

.portal a {
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	padding: 4px 13px 5px;
	text-transform: uppercase;
	background-color: #d78828;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-weight: 600;
	float: right;
    margin-left: 7px;
	}

.portal.req a {
	background-color: #b71c1c;
	}

/*topmenu*/
.topmen {
	position: relative;
	text-align: left !important;
	/*display: block;*/
    float: left;
	width: 57%;
	margin-bottom: 5px;
	}

.topmen ul {
	padding: 0;
	margin-left: -15px;
	display: table;
	border-collapse: collapse;
	float: left;
	}

.topmen ul li {
	display: table-cell;
	border-collapse: collapse;
	padding: 10px 0
	;
	position: relative;
	}

.topmen ul li a , span.separator {
	text-decoration: none;
	color: #002b61;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 4px 8px;
	/* margin: 0 11px; */
	margin: 0 6px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	border-bottom: 7px solid transparent;
	}

.topmen ul li a:hover, .topmen ul li.active a {
	/* padding: 15px 30px; */
	/*background: #416B81;*/
	border-bottom-color: #ff8a00;
	}

.topmen ul li ul {
	position: absolute;
    min-width: 210px;
    top: 44px;
    left: 0;
    z-index: 9999;
    padding-top: 0px;
    background: #fff;
	display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	}

.topmen ul li:hover ul {
	display: block;
	}

.topmen ul li ul li {
	display: block;
	padding: 0;
	}

.topmen ul li ul li a, .topmen ul li.active ul li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	border: none;
	}

.topmen ul li ul li a:hover, .topmen ul li ul li.active a {
	background-color: #f9f5f0;
	display: block;
	border-bottom-color: transparent;
	padding: 10px 15px !important;
	}

.hamb {
	display: none;
	}

.mobile {display:none;}
   
.socio {
	float: right;
	/*width: 35px;*/
	margin: 5px 7px 5px 0px;
	}

/*.sociog {
	margin-top: 10px;
	width: 90px;
	float: right;
	}*/

/*.socio img {*/
/*	width: 35px;*/
/*	}*/

.blin {
	height: 8px;
	background-color: rgba(15, 73, 133, 0.7);
	position: relative;
	z-index: 1000;
	}

/*sliderline*/
.sliderline {
	background-color: #c2d4ea;
	}

.relat {
	position: relative;
	}

.slideshow {
	margin-top: -8px;
	}

.nivo-caption {
	background-color: transparent;
	background: url(https://www.westervillefoot.com/templates/theme/images/slider.png) no-repeat center;
	background-size: 100% 100%;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
	position: absolute;
	top: 0;
	left: 0;
	width: 50%; 
	height: 100%;
	}

.slidertext {
	padding: 24% 15% 0 1%;
	font-size: 34px;
	font-weight: 600;
	text-shadow: 1px 1px #202c29;
	font-style: italic;
	text-align: center;
	font-family: 'Open Sans', sans-serif !important;
	}

.whitet {
	color: #fff;
	}

.redt {
	color: #FFB525;
	}

/*First line*/
.firstleft {
	width: 18%;
	float: left;
	text-align: left;
	padding: 15px 0;
	}

.firstright {
	width: 80%;
	float: right;
	padding: 15px 0;
	}

.servihead {
	color: #002b61;
	font-size: 24px;
	font-weight: 600;
	}

ul.servi {
	margin-left: 35px;
	color: #4c82c2;
	}

ul.servi a {
	color: #4c82c2;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	}

ul.servi a:hover {
	text-decoration: underline;
	}

.colls4 {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	padding: 0 1%;
	}

.colls4 img {
	max-width: 100%;
	}

/*Second line*/
.colored {
	padding: 15px 0;
	background-color: #d4e1f0;
	}

.colored1 {
	padding: 10px 0 25px;
	background-color: #d4e1f0;
	}

.secline {
	text-align: left;
	}

.doctor {
	width: 223px;
	float: right;
	margin: 5px 25px 10px 10px;
	text-align: center;
	padding: 3px;
	color: #002B61;
	font-weight: 700;
	}

.innercontent .doctor {margin: 0px 0 10px 10px;}

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

.innercontent ul li {padding: 2px 0;}

/*Reviews Block*/
.reviews-block {
/*   background-image: url(https://www.westervillefoot.com/templates/theme/images/slider_testimonial.jpg);*/
   background: #4b81c1;
   background-size: cover;
	padding: 25px 20px;
	}

.rb-tittle {
   margin: 0;
   text-align: center;
   font-weight: 500;
   position: relative;
   text-transform: none;
   font-family: 'Lato', sans-serif;
   color: #ffffff;
   font-size: 29px;
   line-height: 30px;
	}

.rb-tittle.bckeff.expand::after {
    background: rgb(142 48 178 / 25%);
	width: calc(30% + 60px);
	}

.checked {
    color: gold;
}

:root {
    --theme-color: #3950ca;
    --bg-color: rgba(79, 48, 183, 0.06);
    --comp-color: #ff6584;
    --gradient: linear-gradient(#6a5fdd 0%, #241d8c 100%);
	}

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

h2,h1 {
   margin:0;
   padding-top:30px;
	}
  
.bg-color {
   background: var(--bg-color);
	}
  
.half-color-box {
   overflow: hidden;
   max-width: 1200px;
   margin: 0 auto;
   color: #fff;
   text-align: center;
   line-height: 1.5;
   font-weight: 300;
   font-size: 18px;
	}
  
.text-whtie {
   color: #fff !important;
	}
  
.bold {
   font-weight: bolder;
	}
  
.por {
   position: relative;
	}
  
.review-box .quote {
   position: absolute;
   width: 40px;
   right: 10px;
   bottom: 10px;
	}
  
.test-arrowbox {
   position: absolute;
   right: 20px;
   display: flex;
   top: 70px;
	}
  
.review-box {
   border-radius: 3px;
   background: #fff;
   box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
   padding: 30px;
	}
  
.review-box h5 {
   margin: 0;
	}
  
.review-box p {
   margin-bottom: 0;
   margin-top: 10px;
   color: #7d8597;
	}
  
.user-post {
   font-size: 14px;
   margin: 0 !important;
	}
  
.swiper-testimonial {
   padding: 60px 20px;
   padding-top: 30px;
	}

.swiper-pagination-bullet {
	background: #d0f2ff !important;
	}
    
.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
   margin-right: 20px;
   /* background: var(--comp-color);2 */
   border-radius: 50%;
   --size: 55px;
   width: var(--size);
   height: var(--size);
   display: flex;
   align-items: center;
   justify-content: center;
	}
  
.arrow-right {
   transform: rotate(180deg);
   margin-top: -8px;
	}
  
.arrow {
   cursor: pointer;
   transition: all 0.2s ease-in;
	}
  
.arrow:hover {
   transform: translateX(-15px);
	}

.swiper-pointer-events:hover {
   cursor: pointer !important;
   }

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
	display: inline-block;
	border-radius: 50%;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
	}

/*Third line*/
.locblock {
	width: 47%;
	padding: 0 1% 30px 1%;
	margin: 0;
	display: inline-block;
	position: relative;
	}

.coloredtext {
	color: #FF9C00;
	font-weight:bold;
	}
   
.fax {
	color:#454545;
	font-weight:bold;
	}

table.time {
	border: 0;
	color: #454545;
	}

table.time td {
	border: 0;
	padding: 0 5px 0 0;
	}

table.time td.day {
	font-weight: 600;
	}

.dir {
	margin: 30px 0 10px 16px;
	}

.dir a {
	padding: 8px 10px;
	color: #fff;
	border-radius: 3px;
	background-color: #4B81C1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	}

.dir a:hover {
	background-color: #ff9c00;
	}

.loctext {
	float: left;
	width: 48%;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	line-height: 20px;
	margin-left: 5%;
	}
   
.locpic {
	float: right;
	width: 46%;
	}
	
.img img {
	max-width: 100%;
	height: auto;
	}

/*.locpic .img img{
	border: 2px solid #467EBB;
    border-radius: 3px;
} */
   
.map {
	width: 100%;
	border-radius: 5px;
	border: 3px solid #467EBB;
	}

.map iframe {
	width: 100% !important;
	height: 170px !important;
	}

.loc, .con, .suf, .serv, .blogs, .locblock h3 {
	color: #002B61;
	font-size: 34px;
	line-height: 37px;
	padding: 25px 0;
	font-weight: 600;
	}

.locblock h3 {
	padding: 15px 0;
	margin: 0;
	text-align: center;
	}

.blogs {
	padding: 5px 0px 20px;
	text-align: center;
	}

.suf {
	padding: 5px 0px 5px;
	}

.con {
	color: #002B61;
	padding: 10px 0px 20px;
	}

/*Fourth line*/
.colls5 li {
	display: inline-block;
	vertical-align: top;
	width: 17%;
	padding: 0 1%;
	list-style: none;
	}

.titl {
	height: 35px;
	overflow-y: hidden;
	margin-bottom: 5px;
	text-align: left;
	}
  
.colls5 li a {
	font-size: 14px;
	color: #141414;
	font-weight: 600;
	}

.imag {
	width: 100%;
	}

.imag img {
	width: 100%;
	height: 150px;
	border: 2px solid #4c82c2;
	border-radius: 3px;
	}

/*Connect with us*/
.innerconnect {
	padding: 35px 0 20px 0;
	} 
   
.innerconnect1 {
	max-width: 400px;
	width: 90%;
	display: inline-block;
	vertical-align: middle;
	}

.innerconnect1 img {
	width: 14%;
	padding: 0 2%;
	} 

.con {
	display: inline-block;
	vertical-align: middle;
	}

img.pod {
	display: inline-block;
	vertical-align: middle;
	}

.socleft {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 80px 2% 2% 2%;
	}

.socright {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding: 80px 2% 2% 2%;
	}

/*footer*/
.footer {
	background-color: #363636;
	padding: 20px 0;
	}

.copyright {
	font-size: 14px;
	color: #b3b3b3;
	margin: 15px 0;
	}

.copyright a {
	color: #b3b3b3;
	text-decoration: underline;
	}

.copyright a:hover {
	text-decoration: none;
	}


.rabutton {
	max-width: 350px;
	position: fixed;
	left: 20px;
	bottom: 80px;
	z-index: 99;
	}

.rabutton .wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
		
.rabutton .buttonrs {
	min-width: 255px;
	min-height: 45px;
	font-size: 18px;
	font-family: 'Lato',sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 700;
	color: #fff;
	background: #b71c1c;
	border: none;
	border-radius: 3px;
	box-shadow: 12px 12px 24px rgb(25 54 78 / 22%);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
	position: relative;
	padding: 10px 20px;
	}
	
.rabutton .buttonrs::before {
	content: '';
	border-radius: 13px;
	min-width: calc(250px + 28px);
	min-height: calc(40px + 4px);
	border: 4px solid #bf0000;
	box-shadow: 0 0 60px rgb(195 195 195 / 64%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .3s ease-in-out 0s;
	}
		
.rabutton .buttonrs:hover, .buttonrs:focus {
	color: #da0000;
	transform: translateY(-6px);
	background: #fff;
	}
		
.rabutton .buttonrs:hover::before, .rabutton .buttonrs:focus::before {
	opacity: 1;
	}
	
.rabutton .buttonrs::after {
	content: '';
	width: 30px; height: 30px;
	border-radius: 100%;
	border: 6px solid #cccccc;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
	}
		
.rabutton .buttonsr:hover::after, .buttonrs:focus::after {
	animation: none;
	display: none;
	}
		
@keyframes ring {
	0% {
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	100% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	}

/*inner pages*/
.left {
	text-align: left;
	}

.maincont {
	background: url(https://www.westervillefoot.com/templates/theme/images/maincont.jpg) repeat-x top center;
	}

.h1line {
	text-align: left;
	}

.h1line a {
	color: #002b61;
	}

.h1line h1 {
	color: #002b61;
	font-size: 29px;
	line-height: 37px;
	font-weight: 700;
	padding: 8px 0;
	}

.innertab {
	display: table;
	width: 100%;
	}

.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;
	padding-top: 10px !important;
	}

.k2FeedIcon a {
	color: transparent;
	margin-top:8px !important;
	}

.k2FeedIcon {
	float: right;
    position: relative;
    margin-bottom: -10px;
    padding-top: 10px !important;
	}
	
div.k2FeedIcon a:before, a.ubUserFeedIcon:before {
    background-image: url(https://www.westervillefoot.com/templates/theme/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;
	}

.officepic {margin:15px auto; text-align:center}
.officepic img {margin: 20px auto}
.stupci {display:inline-block; width:47%; vertical-align:top; padding:5px;}

/*Testimonials*/

.testimonial-container {
	border: 2px solid #eee;
	background-color: #eee;
	border-radius: 5px;
 	padding: 16px;
 	margin: 16px 0
	}

.testimonial-container::after {
	content: "";
    clear: both;
 	display: table;
	}

.testimonial-container span {
    font-size: 20px;
    margin-right: 6px;
	}

.testimonial-p {
    text-align: left;
	}

.checked {
    color: #f4ce00;
	}

/*Testimonials END*/

/*system*/
.topright p, .socleft p, .firstleft p, .innerconnect p {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	}

fieldset {
	border: none !important;
	}

ul.osmap {
	padding-left: 15px;
	margin-left: 15px;
	}
	
div.latestItemImageBlock {display: none;}

table.pe td {padding-right: 15px;}

#second {
	margin: 0;
	width: 100%;
	float: left;
	margin-top: 5px;
	}
	
#one {
	float: left;
	width: 49%;
	padding-right: 2%;
	}
	
#two {
	width: 49%;
	float: right;
	margin-bottom: 20px;
	}
	
#address {
	float: left;
	width: 45%;
	}
	
#week {
	float: left;
	width: 105px;
	}
	
#hours {
	float: left;
	width: 200px;
	}
	
#offices {
	margin: 0;
	width: 100%;
	float: left;
	}

#map {
	margin: 20px 0;
	float: left;
	width: 100%;
	}

.osmap-sitemap h1 {
    color: #002b61;
    font-size: 29px;
    line-height: 37px;
    font-weight: 700;
    padding: 10px 0;
	}

.osmap-sitemap {text-align: left;}

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

div.staff {width:30%; display:inline-block; margin:5px 10px; vertical-align: top;}

.inner-btn {
    color: #fff !important;
    background-color: #2196f3;
    padding: 5px 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #2196f3;
    border-radius: 5px;
    display: block;
    max-width: 290px;
    text-align: center;
    margin: 15px 0;
    transition: 0.3s all;
	}

.inner-btn:hover {
    background-color: #002b61;
	}

/*K2 problem*/
.itemHeader {
    margin-top: 19px!important;
	}

.itemHeader h2 {
    margin: 12px 0 35px 0 !important;
	}

iframe.hp {
	margin: 0 auto;
	display: block;
	position: relative;
	}
	
/*RSFORM*/

form#userForm {
	text-align: left;
	}

body.rsform .formTableLayout {
	border: none;
	margin: 0 auto;
	}

body.rsform h1 {
	margin-bottom: 30px;
	text-align: left;
	}

body.rsform h1 {
	font-size: 29px;
    line-height: 37px;
	padding: 10px 0;
    margin: 0 0 19px 0;
	color: #002b61;
	}

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

input, textarea, button , select {
	outline: none;
	padding: 4px;
	}
	
.formTableLayout button#Send {
	padding: 8px 10px;
	color: #fff;
	border-radius: 3px;
	background-color: #4B81C1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	font-size: 16px;
	}
	
.formTableLayout button#Send:hover {
	background: #ff9c00;
	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(https://www.westervillefoot.com/templates/theme/images/acce.png) no-repeat center;
    background-size: 100% auto;
}

#templateswitcher {
    display: none!important;
}

form#paynowform{
  	max-width: 200px;
    margin: 0 auto 20px;
	}
	
.forms {
	max-width: 750px;
    margin: 30px auto 100px;
	}

.form {
	width: 50%;
    float: left;
    text-align: center;
	}
	
.forms .form input {margin-top: 10px;}


.translated-ltr .topmen ul li a,
.translated-ltr span.separator {
    font-size: 14px;
    padding: 15px 0 8px;
    margin: 0px 5px;
	}

.translated-ltr .portal a {
	font-size: 14px;
	}

.translated-ltr .servihead {
    font-size: 20px;
	}

@media only screen and (max-width: 1475px) {  
.topmen ul li a, span.separator {
    font-size: 14px;
    margin: 0 3px;
  }
}

@media only screen and (max-width: 1435px) {  
.footer {
	background-color: #363636;
	padding: 20px 0 140px;
	}
}

@media only screen and (max-width: 1375px) {  
.servihead {
	font-size: 23px;
	}
}

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

.topmen ul li a, span.separator {
    margin: 0 2px;
	}

.portal a {
    padding: 4px 7px 5px;
	}

.translated-ltr .servihead {
	font-size: 18px;
	}
}

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

/*topmenu*/
.topmen ul li {
	display: table-cell;
	border-collapse: collapse;
	padding: 8px 0 10px;
	}

.topmen ul li a , .portal a , span.separator {
   font-size: 13px;
   }

.translated-ltr .topmen ul li a, .translated-ltr span.separator {
    font-size: 13px;
	}

.translated-ltr .portal a {
	font-size: 13px;
	}
}

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

/*slider line*/
.slidertext {
	padding: 24% 0 0 1%;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	width: 76%;
	}

/*First line*/
.servihead {
	font-size: 18px;
	font-weight: 600;
	}

.colls4 img {
	width: 90%;
	max-width: 150px;
	}

ul.servi a {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	}
 
.loctext {margin-left: 0;}

#one {
	float: left;
	padding-right: 0px;
	}
	
#two {
	float: right;
	margin-bottom: 20px;
	}
  
#two iframe {
  	width: 100% !important;
	}
	
#address {
	float: left;
	width: 100%;
	}
	
#week {
	float: left;
	margin: 20px 0 0;
	}
	
#hours {
	float: left;
	margin: 20px 0 0;
	}
	
.locblock2 {padding-left: 2%;}

.translated-ltr .portal a {
    font-size: 11px;
	}

.translated-ltr .topmen ul li a, .translated-ltr span.separator {
	font-size: 11px;
	padding: 17px 0 8px;
	margin: 11px 5px;
	}

.translated-ltr .topmen ul li {
	padding: 11px 0 7px;
	}

.translated-ltr .servihead {
    font-size: 16px;
	}
}

@media only screen and (max-width: 1100px) {
	
.topmen {float:left;}

/* .portal a {padding: 6px;} */
	
/* .menuright {
    width: 35%;	
	} */

.translated-ltr .colls4 .servihead {
	display: block;
	height: 10px;
	}
}

@media (min-width: 990px) and (max-width: 1200px) {
.loctext {width: 47%;}

.locpic {width: 53%;}

.toplogo {
	max-width: 45%;
	width: unset;
  	}
}

@media only screen and (max-width: 1160px) {
  
.mobile {
	display: inline-block;
	float: left;
	}

/*topmenu*/
.topline {
	margin-top: 0;
	}

.topmen {
	display: none;
	margin:0;
	padding:0;
	position: absolute;
	}

.topmen ul {
	padding: 10px 0;
	margin: 0;
	display: block;
	background-color: #d4e1f0;
	position: absolute;
	top: 52px;
	left: 0;
	width: 240px;
  	z-index: 9;
	}

.topmen ul li {
	display: block;
	padding: 5px 10px;
	border-left: none;
	border-right: none;
	text-align: left;
	}

.topmen ul li a , span.separator {
	text-decoration: none;
	font-size: 15px;
	margin: 0 10px;
	padding: 0;
	}

.topmen ul li a:hover, .topmen ul li.active a {
	margin: 0 10px;
	padding: 0;
	}

.topmen ul li ul {
	position: relative;
	width: auto;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 5px 0 -5px 0;
	display: block;
    background: none;
    box-shadow: unset;
	}

.topmen ul li ul li {
	display: block;
	padding: 0 10px;
	}

.topmen ul li ul li a , .topmen ul li.active ul li a {
	font-size: 14px;
	background-color: transparent;
	display: inline-block;
	padding: 5px 0 0 0 !important;
	border-bottom: 7px solid transparent;
	}

.topmen ul li ul li a:hover , .topmen ul li ul li.active a {
	background-color: transparent;
	display: inline-block;
	border-bottom-color: #ff8a00;
	padding: 5px 0 0 0 !important;
	}

.hamb {
	float: left;
	height: 20px;
	padding: 17px 0 7px 0;
	display: block;
	cursor: pointer;
	}

.menuright {
	width: 430px;
	margin: 12px 0 4px;
	}
  
}

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

.doctor {margin: 10px 25px 10px 10px;}

.locblock {padding-bottom: 10px;}

.translated-ltr .menuright {
	margin: 16px 0 0px;
	}
}

@media only screen and (max-width: 980px) {
	
.toplogo {
	max-width: 40%;
	width: unset;
	margin-left: 0;
	}

.sociog img {
	padding-left: 4px;
	}

.phone {
	font-size: 18px;
	}

.phonetext {
	font-size: 18px;
	}

.topmen ul {
	float: none;
	}   

.locblock {
	display: block;
	width: auto;
	margin: 10px 0;
	}
}

@media only screen and (max-width: 910px) {
/*logoline*/  
.topright {
	float: right;
	text-align: center;
	/*width: 20%;*/
	}

.phone {
	font-size: 21px;
	}

.menuright {
	margin: 12px 0 4px;
	text-align: right;
	} 

.topleft {
	width: 30%;
	}

/*slider line*/
.slidertext {
	padding: 25% 0 0 1%;
	font-size: 21px;
	}

/*First line*/  
.firstleft {
	width: 32%;
	float: left;
	text-align: left;
	padding: 15px 0;
	}

.firstright {
	width: 68%;
	float: right;
	padding: 15px 0;
	}

.colls4 {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding: 0 1% 15px 1%;
	}

/*Fourth line*/
.colls5 li {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	padding: 0 1% 20px 1%;
	list-style: none;
	}

/*Connect with us*/   
.con {
	display: block;
	}

.socleft {
	padding: 20px 2% 2% 2%;
	}

.socright {
	padding: 20px 2% 2% 2%;
	}

/*copyright*/
.copyright {
	margin-top: 0px;
	}

.locblock_main {
	width: 100%;
	margin-left: 0;
	}

.locblock2 {
	width: 100%;
	padding-left: 0;
	max-width: unset;
	}

.imag img {
    width: auto;
	}
	
table.pe td {display: block;}
  
.colls4 br {
	line-height:0;
	height: 0;
	}
	
/*.colls4 img {*/
/*    margin-top: -12px;*/
/*	}	*/

.translated-ltr .colls4 .servihead {
    display: block;
    height: 45px;
	}
}

@media only screen and (max-width: 800px) {  
 
.topleft {
	width: 28%;
	} 
	
.topsocial {
    width: 115px;
    margin: 0 auto;
    display: block;
	}

.topright .socio {
	margin: 10px 0 5px 6px;
	}
	
.sociog {
	margin-right: 0;
	margin: 10px 2px 5px 0;
	}

.toplogo {
	max-width: 39%;
	margin-left: 0;
	width: 320px;
	max-width: 320px;
	padding-top: 5px;
	margin-top: 0;
	}

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

.topleft p {
	margin:10px 0
	} 

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

.logoline .content .logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
	width:100%;
	margin-top: 15px;
	}

.logoline .content .topright {
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	margin: 0 auto;
	}

img.toplogo {
	display: block !important; 
	margin-left: auto!important; 
	margin-right: auto!important;
	float: none;
	}

.translate {
	margin: 5px auto;
	float: none;
	/* width: 100%; */
	}
}

@media only screen and (max-width: 768px) {
#address {
	float: left;
	width: 100%;
	}
	
table.pe td {
	padding-right: 1px;
	}

.slidertext {font-size: 16px;}

.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) {
.rabutton .buttonrs {
    min-width: 250px;
    font-size: 15px;
    }
  
.rabutton {
    bottom: 12px;
  	}
}

@media only screen and (max-width: 760px) {
  
.logoline.slide.fixed .logo , .logoline.slide.fixed .phone , .logoline.slide.fixed .topsocial {
    display: none;
  	}
  
.toplogo {
    padding-top: 0px;
	width:unset;
	max-width:100%;
	}

#one {
	float: left;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 10px;
	}
	
#two {
	width: 100%;
	float: right;
	margin-bottom: 20px;
	}

.itemHeader h2 {
    margin-top: 17px !important;
	font-size: 0.9em;
	}
  
.latestItemIntroText img , .itemHeader img {    
	width: 70% !important;
	height: auto !important;
	}

.dir {
	padding: 30px 0 10px 0;
	margin: 0 auto;
	display: block;
	position: relative;
	max-width: 114px;
	}
}

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

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

@media only screen and (max-width: 570px) {
  
  div.staff {width:100%; display:inline-block; margin:5px 10px}
  
/*slider line*/
.nivo-caption {
	background-color: transparent;
	background: none;
	background-size: 200% 200%;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	height: 100%;
	}

.slidertext {
	padding: 10% 0 0 3%;
	font-size: 21px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	width: 95%; 
	}

/*First line*/  
.firstleft {
	width: auto;
	float: none;
	text-align: left;
	padding: 15px 0;
	}

.firstright {
	width: auto;
	float: none;
	padding: 15px 0;
	}

.servihead {
	font-size: 14px;
	font-weight: 600;
	}

ul.servi {
	margin: 0;
	}

ul.servi li {
	display: inline-block;
	width: 45%;
	}

ul.servi li:before {
	content:"•";
	border-radius: 100%;
	}

ul.servi a {
	font-size: 13px;
	font-weight: 600;
	line-height: 15px;
	padding-left: 5px;
	}

/*Second line*/
.doctor {
	width: 46%;
	float: right;
	margin: 5% 1% 15px 1%;
	text-align: center;
	padding: 0;
	font-weight: 600;
	font-size: 12px;
	}

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

/*Fourth line*/
.colls5 li {
	display: inline-block;
	vertical-align: top;
	width: 98%;
	padding: 0 1% 20px 1%;
	list-style: none;
	}

.titl {
	height: auto;
	overflow-y: visible;
	margin-bottom: 5px;
	text-align: left;
	}

/*mainpage content*/  
.loc, .con, .suf, .serv, .blogs, .locblock h3 {
	font-size: 20px;
	padding: 15px 0;
	}
	
.suf {font-size: 18px;}

.loctext {
	display: block;
	float: none;
	width: auto;
	text-align: center;
	}

.locpic {
	display: block;
	float: none;
	width: auto;
	padding: 15px 0 0 0;
	}

/*Connect with us*/ 
.socleft {
	padding: 20px 2% 2% 2%;
	display: block;
	float: none;
	width: auto;
	}

.socright {
	padding: 20px 2% 20px 2%;
	display: block;
	float: none;
	width: auto;
	}

.innerconnect1 {
	width: auto;
	padding-bottom: 10px;
	} 

.innerconnect1 .socleft {
	padding: 20px 2%;
	}

.innerconnect1 .socright {
	padding: 0 2% 20px 2%;
	} 

/*inner pages*/
.h1line h1 {
	font-size: 18px;
	padding: 12px 0;
	}
	
body.rsform h1 {
	font-size: 18px;
	padding: 12px 0 0;
	margin: 0 0 12px 0;
	}

.innerrightcol {
	display: none;
	}

img.pe {
	margin: 10px !important;
	float: none !important;
	}

/*K2 blog item view fix*/
.itemFacebookButton {overflow:hidden;}

.imag img { width: auto;}

.titl {text-align:center;}

.itemHeader {
    margin-top: 12px!important;
	}
  
.itemHeader h2 {
    margin-top: 20px !important;
  	}

iframe.qlaser , iframe.hp {
	width: 100% !important;
	height: auto !important;
	}  
	
table.time {
	margin: 0 auto;
	text-align: left;
	}
	
.innerconnect1 img {
	width: 24%;
	}
	
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;
	}

#cal4_0Container td {
	display: table-cell !important;
	}
}

@media (min-width: 528px) and (max-width: 750px) {

.doctor {margin: 20px 0 10px 10px;}

}

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

.slidertext {font-size: 14px;}

.innercontent img {
	max-width: 100%;
	margin: 10px 0 !important;
	}

.latestItemIntroText img , .itemHeader img {    
	width: 50% !important;
	margin: 10px !important;
	height: auto !important;
	}

.k2FeedIcon {
	margin-top: 10px;
	}

.k2FeedIcon a {
    margin-top: 0 !important;
	}

.itemHeader h2 {
	margin-top: 18px!important;
    font-size: 16px;
    height: 20px;
    overflow: hidden;
	}

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: 440px) {
  
.forms {
    margin: 40px auto;
	}
  
.form {
    width: 100%;
    margin: 0 0 30px 0;
	}
  
img.pe, img.se {
	margin: 10px 0 5px !important;
	width: 100%;
	}
}


@media only screen and (max-width: 767px) {
    span.ofc-ada-description {
        display: none;
    }

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

@media only screen and (max-width: 550px) {
 .stupci {display:block; width:100%; vertical-align:top;}
}

@media only screen and (max-width: 480px) {
.portal a {
	font-size: 11px;
	}

.menuright {
	margin: 16px 0 0px;
	text-align: right;
	width: 371px;
	}

.translated-ltr .portal a {
	font-size: 11px;
	}
}

@media only screen and (max-width: 420px) {
.portal a {
	font-size: 9px;
	}

.menuright {
	margin: 18px 0 0px;
	width: 315px;
	}

.translated-ltr .portal a {
	font-size: 9px;
	}
}


.activeFeedbackField {
display: inline-block;
position: relative;
Width:0;
Overflow:hidden;
}

.activeFeedbackField input{
Position:absolute;
Left:10px;
}

.activeFeedbackDescription {
padding-top: 5px;
margin: 0;
}

ul.list-unstyled.list-inline
 {  padding: 0; }

/*div#rsblog-container, .rsblog-post {
    margin-top: 50px;
}*/

div.k2LatestCommentsBlock ul, div.k2TopCommentersBlock ul, div.k2ItemsBlock ul, div.k2LoginBlock ul, div.k2UserBlock ul.k2UserBlockActions, div.k2UserBlock ul.k2UserBlockRenderedMenu, div.k2ArchivesBlock ul, div.k2AuthorsListBlock ul, div.k2CategoriesListBlock ul, div.k2UsersBlock ul {
    padding: 10px 0px;
    margin: 0;
}

div.k2LatestCommentsBlock ul li, div.k2TopCommentersBlock ul li, div.k2ItemsBlock ul li, div.k2LoginBlock ul li, div.k2ArchivesBlock ul li, div.k2AuthorsListBlock ul li, div.k2CategoriesListBlock ul li, div.k2UsersBlock ul li {
    margin: 0;
    display: inline-block;
    padding: 5px;
    max-width: 240px;
}

.blogs-list ul {
    display: flex !important;
    justify-content: center;
}

.gf-latest a.moduleItemTitle {
    color: #000;
    font-weight: bold;
    text-align: left;
    width: 235px;
    display: inline-block;
    padding-bottom: 5px;
    min-height: 38px;
}

.rsblog-default {
    float: left;
    width: 80%;
}

.rsblog-entry-title span {
    color: #000;
    text-decoration: underline;
}
.rsblog-post a, .rsblog-page a {
    transition: color .5s;
    color: #000 !important;
    text-decoration: underline;
}
.rsblog-main-post-container .rsblog-entry-title span{
    text-decoration: none !important;
}
.blog-archive.moduletable
{
    margin-top: 83px !important;
}
ul.list-unstyled {
    padding: 0 !important;
}
.rsblog-post {
    margin-bottom: 40px;
    text-align: left;
}
.rsblog-default .maincont {
margin-top: 0 !important;
}
.rsblog-default .h1line {
    margin-top: 5px;
}
.rsblog-default .h1line h1{
padding: 0px;
}
}
