﻿

html, body {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
	font-family:"Montserrat" !important;
    color: #000000;
    background-color: #171717;
    height: 100%;
}

/* 
This turns off h1 and h2 formatting 
So that you can use h1 and h2 tags on your page for SEO,
but does not change the formatting of the text.
*/
h1, h2 {
all: unset; /* Resets all inherited and default styles */
display: inline; /* Ensures they still behave like inline elements */
color:#1c1b1b;
font-weight:500;
font-style:normal;
font-size:32px;
}
h1 {
color:#1c1b1b;
font-weight:500;
font-style:normal;
font-size:32px;
}
h2 {
color:#1c1b1b;
font-weight:500;
font-style:normal;
font-size:24px;
}

@media only screen and (min-width: 670px)  {
	.ContainTitle {
	}
	.ContainTitle img{
		width:50px;
	}
	.ContainTitle span{
		 font-size: 65px !important;
		 font-weight:700;
	}
}
@media only screen and (max-width: 669px)  {
	.ContainTitle {
	}
	.ContainTitle img{
		width:35px;
	}
	.ContainTitle span{
		 font-size: 35px !important;
		 font-weight:700;
	}
}

	.footercolor:link, .footercolor:visited, .footercolor:active
{
    color: #000000;
    text-decoration: none;
    font-weight: bolder;

}

.footercolor:hover
{
text-decoration: none;
    color: #858585;
    font-weight: 700;
}

.virus:link, .virus:visited, .virus:active
{
    color: #FFF;
    text-decoration: none;
    font-weight: bolder;
}

.virus:hover
{
    color: #000;
}






    .review:link, .review:visited, .review:active
{
    color: #90ac39;
    text-decoration: none;
    font-weight: bolder;
}

.review:hover
{
    color: #000;
}








    .emergency:link, .emergency:visited, .emergency:active
{
    color: #FE0000;
    text-decoration: none;
    font-weight: bolder;
}

.emergency:hover
{
    color: #000;
}





    .emergency2:link, .emergency2:visited, .emergency2:active
{
    color: #fffc00;
    text-decoration: none;
    font-weight: bolder;
}

.emergency2:hover
{
    color: #000;
}





/*****************************************************************/
/* Custom Fonts */
/*****************************************************************/

.Neutra-BookText {
}

.NexaBookText {
}


.NexaBoldText {
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/


.social-links a:link, .social-links a:active, .social-links a:hover, .social-links a:visited {
    text-decoration: none;
}


.BottomBlackBorder {
    border-bottom: 1px solid #000000;
}

.HomeTopText {
    width:100%;
    border-bottom: 1px solid #dbd8d8;
}
.HomeTopTextInner{
    /*font-size: 19px;
	line-height:20px;*/
	color:#000000;
	text-align: JUSTIFY;
	
    display:table;
    margin:0 auto;
    max-width:1400px;
	padding:60px 60px;
}
.HomeTopText2 {
    width:100%;
    background: url("/App_Themes/Theme1/Images/paraBG222.jpg") no-repeat fixed;
	background-size: cover;
   /* background-image: url("/App_Themes/Theme1/Images/13.jpg");
	background-color:#242E6F;
	background-color:#555;*/
}

.HomeTopTextInner2{
    font-size: 19px;
	/*line-height:20px;*/
	color:#fff;
	text-align: JUSTIFY;
	
    display:table;
    margin:0 auto;
    max-width:1400px;
	padding:60px 60px;
}

.HomeDoctorSig {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
	text-align:center;
	padding-bottom:20px;
}


.HomeDoctors {
    font-size: 14px;
    display:table;
    margin:0 auto;
    max-width:485px;
    width:95%;
}



.MainOuterDiv {
    width: 100%;
}


.TopHeaderBarOuter {
    width:100%; 
}


.TopHeaderBar {
    display:table;
    margin:0 auto;
    position:relative;
}

.MainInnerDiv {
    width:100%;
}






.HomeBigButtonOuter {
    height:20px;
    margin:0 auto;
    border-bottom:1px solid #000000;
    max-width:1030px;
    width:100%;
    position:relative;
}

.HomeWhiteBoxPosition {
    z-index: 5;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.HomeWhiteBox {
	font-size:25px;
    background-color: #ffffff;
}

.HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    background-position: 0px 0px;
    display: block;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.HomeWhiteBoxLink a:hover {
    color: #ffffff;
    background-color: #000000;
}

	
.TopHeaderBarOuter {
	/*terry orig background-color: #242e6f;
	background-color: #34558b; */
}

	

@media only screen and (max-width: 459px) {

    .HomeWhiteBox {
        font-size: 16px;
    }

}

@media only screen and (min-width: 460px) and (max-width: 599px) {

    .HomeWhiteBox {
        font-size: 16px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 16px;
    }
}


@media only screen and (min-width: 600px) and (max-width: 739px) {

    .HomeWhiteBox {
        font-size: 20px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 21px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 899px) {

    .HomeWhiteBox {
        font-size: 25px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        height: 27px;
    }
}


@media only screen and (max-width: 900px) {

.HomeTopTextInner{
	padding:40px 40px;
}	
    
	.EmergencyImg{
		width:20px;
		height:20px;
	}
	
    .HomeWhiteBoxPosition {
        top: -2px;
        width: 90vw;
        box-sizing:border-box;
    }

    .HomeWhiteBox {
        width: 90vw;
        margin:0 auto;
        box-sizing:border-box;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        width: 90vw;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    
    .LogoImg {
		width:90%;
    }
	
    .LogoImgTop {
	    width:100%;
		max-width:348px;
    }
	
	
	
	
	.TopMakeAppointment {
		width:100%;
	}

	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #ffffff;
		box-sizing:border-box;
		font-size:14px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopMakeAppointment a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}	
	
	
	
	
	
	
		.TopPatientRegistration {
		width:100%;
	}

	.TopPatientRegistration a:link, .TopPatientRegistration a:visited, .TopPatientRegistration a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopPatientRegistration a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}
	
	
	
	
	
	
	
	
	
	
	
		
		.TopOrderContacts{
		width:100%;
	}

	.TopOrderContacts a:link, .TopOrderContacts a:visited, .TopOrderContacts a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopOrderContacts a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}

	
	
	















	
	
	
	
	
	
	
	
	.TopOfficeClock{
		vertical-align:bottom;
	}
	
	
	
	.TopEmergencyButtons {
		width:100%;
		text-align:center;
		font-size:18px;
	}
	
	.TopEmergencyButtons a img{
		position:relative;
		top:3px;
	}

	.TopEmergencyButtons .emergency:link, .TopEmergencyButtons .emergency:visited, .TopEmergencyButtons .emergency:active {
		background-color:#ff0000;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopEmergencyButtons .emergency:hover {
		background-color:#ffffff;
		color:#ff0000;
	}
	
	.TopEmergencyButtons .review:link, .TopEmergencyButtons .review:visited, .TopEmergencyButtons .review:active {
		background-color:#c0c0c0;
		color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:18px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
	}

	.TopEmergencyButtons .review:hover {
		background-color:#ffffff;
		color:#ff0000;
	}	
}


@media only screen and (min-width: 901px) {
	
	.masterOfficeAnchor {
		display: block;
		position: relative;
		top: -180px;
		visibility: hidden;
	}
	
	.TopOfficeClock{
		vertical-align:middle;
	}

	.TopHeaderBar {
		height: 110px;
	}
	
	.EmergencyImg{
		width:12px;
		height:12px;
	}
	
    .TopHeaderBarOuter {
        /*background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));*/
       /* background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));*/
		position: absolute;
        z-index:100;
    }

    .HomeWhiteBoxPosition {
        top: -2px;
        width: 830px;
    }

    .HomeWhiteBox {
        font-size: 25px;
    }

    .HomeWhiteBoxLink a:link, .HomeWhiteBoxLink a:visited, .HomeWhiteBoxLink a:active {
        width: 830px;
        height: 27px;
        padding-top: 8px;
        padding-bottom: 10px;
    }
	
    .LogoImgTop {
	    height:175px;
		transition: .3s height ease;
    }

    .LogoImg {
	    width:290px;
    }

    .LogoCell {
		/*background-color: #fff;*/
		border-radius: 20px;
		margin-left: 20px;
	
text-align: center;
        z-index:2;
		transition:.3s top ease;
		padding-top:20px;
    }
	
    .TopMenuOuter {
        z-index:1;
    }
	
	.TopButtonsOuter{
		text-align:right;
	}
	
	.TopSocialMedia{
		position: absolute;
		right: 50px;
		top:40px;
		transition:.3s bottom ease;
	}
	
	.TopSocialMedia img{
		width:40px;
		vertical-align:middle;
	}

    .MenuDiv {
        position:absolute;
		bottom: 90px;
		width: 100%;
		transition: .3s all ease;	
    }
	
	
	
	.TopMakeAppointment {
		transition:all 1s ease;
		position:relative;
		display:table;
		margin:0 auto;
		
		top:-45px;
		opacity:0;
	}
	
	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
		background-color:#90ac39;
		color:#ffffff;
		display:inline-block;

		width:190px;
		font-size:18px;
		font-weight:700;

		text-align:center;

		margin:0px 5px;
		padding:7px 10px;
		border-radius:20px;

		text-decoration:none;
		transition:all .3s ease;
	}
	
	.TopMakeAppointment a:hover {
		background-color:#d4d4d4;
		color:#90ac39;
	}
	
	
	
	
	.TopEmergencyButtons{
		float:left;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	
	.TopEmergencyButtons:link, .TopEmergencyButtons:visited, .TopEmergencyButtons:active
	{
		color: #ff0000;
		text-decoration: none;

	}

	.TopEmergencyButtons:hover
	{
		color: #87919A;
	}

}

@media only screen and (min-width: 901px) /*and (max-width:1580px)*/ {

    .MenuDiv {
        bottom: auto !important;
        padding-top: 13px !important;
    }
}

@media only screen and (min-width: 901px) and (max-width:1250px) {
	
    .LogoImgTop {
	    height:150px;
    }

}

@media only screen and (max-width: 900px) {
    .MenuDiv {
        top: -68px;
        right: 20px;
        z-index: 20;
    }

    .LogoCell {
        width:100%;
        text-align:center;
        padding:10px 0px;
        border-bottom:1px solid #000000;
		/*background-color: #fff;*/
    }
	
    .TopHeaderBarOuter {
		background-color:#fff
	}

    .TopBoxes {
        border-bottom:1px solid #90ac39;
    }
	
	.TopAddressMobileSpace{
		padding-bottom:10px;
	}
    
    .TopBoxesDivider {
        display:none;
    }

    .TopMenuOuter {
        text-align:center;
    }
	
	.MenuDIvInner{
		border-bottom:1px solid #666;
	}
	
	.TopSocialMedia{
		padding: 10px 0px;
		text-align: center;
	}
	
	.TopSocialMedia img{
		width:25px;
	}
}


@media only screen and (min-width: 901px) {
	
	.MenuDIvInner{
		display: table;
		margin: 0 auto;
		transition: .3s padding-left ease;
	}
	

	/*
    .TopBoxesOuter {
        position:absolute;
        top:0px;
        right:20px;
    }
	*/

    .TopBoxes {
        vertical-align: top;
        display: table-cell;
        padding-right:0px;
    }


    .TopBoxesDivider {
        display: table-cell;
        width:20px;
    }
}

@media only screen and (max-width: 415px) {
    .HomeMapDivider {
        height:20px;
    }

    .HomeMapCell {
        width: 270px;
        display:table;
        margin:0 auto;
    }
}

@media only screen and (min-width: 416px) and (max-width: 899px) {
    .HomeMapDivider {
        height:20px;
    }

    .HomeMapCell {
        width: 375px;
        display:table;
        margin:0 auto;
    }
}


@media only screen and (min-width: 901px) {
    .HomeMapDivider {
        width: 80px;
        display: table-cell;
    }

    .HomeMapCell {
        width: 375px;
        display:table-cell;
        vertical-align:top;
    }

    .HomeMapsOuter {
        display:table;
        margin:0 auto;
    }
}


.HomeMapAddress {
    text-align: left;
    width: 260px;
    font-size: 14px;
}

.HomeMapHours {
    text-align: right;
    width: 190px;
    font-size: 14px;
}

.HomeMapAddressHeader {
    text-align: left;
    width: 260px;
    font-size: 14px;
}

.HomeMapHoursHeader {
    text-align: right;
    width: 190px;
    font-size: 14px;
}

.HomeBottomBorder {
    height:20px;
    margin:0 auto;
    border-bottom:1px solid #000000;
    max-width:1030px;
    width:100%;
}





.TopBlackBoxes {
    display: block;
    text-align: right;
    font-size: 14px;
    color: ##000;
    line-height: 20px;
	font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px;


}

.TopAddressBoxes {
    display: inline-block;
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
	font-weight:700;
    color: #000000;
	letter-spacing: 2px;
}


@media only screen and (min-width: 901px) {
	.TopAddressBoxesInner {
			float:left;
		}
		
	.TopBlackBoxes{
		position:absolute;
		right:20px;
		top:20px;
	}
						
	.TopAddressBoxes{
		position:absolute;
		right:20px;
		top:40px;
	}
		
	.TopButtonsOuter{
		position:absolute;
		right:20px;
		top:86px;
	}
}

@media only screen and (max-width: 900px) {
	.TopAddressBoxes {
		padding: 0px 0px 0px 0px;
		width:100%;
		text-align: center;
		font-size:16px;
	}
	
	.TopAddressBoxesInner {
		padding-bottom:10px;
	}
	
	.TopDesktopDivider{
		display:none;
	}
	
	.TopBlackBoxes {
		font-size:16px;
		text-align: center;
		padding-top: 10px;
		padding-bottom:10px;
	}
}

.TopAddressBoxes a {
	text-decoration: none;
}

.Width100Percent {
    width: 100%;
}

.PositionRelative {
    position: relative;
}

.PositionAbsolute {
    position: absolute;
}

.DisplayInlineBlock {
    display: inline-block;
}

.Width10 {
    width: 10px;
}

.Width20 {
    width: 20px;
}

.Width80 {
    width: 80px;
}

.Width100 {
    width: 100px;
}

.Width200 {
    width: 200px;
}

.Width1030 {
    width: 1030px;
}

.Height10 {
    height: 10px;
}

.Height20 {
    height: 20px;
}

.Height70 {
    height: 70px;
}

.Height400 {
    height: 480px;
}

.Height570 {
    height: 570px;
}

.pt-10 {
    padding-top: 10px;
}



.TopBlueBar {
    height: 45px;
    width: 100%;
    background-color: #093c71;
    display: table;
}



.TopDivider {
    height: 1px;
    font-size: 1px;
    width: 100%;
    background-color: #000000;
    display: table-row;
}

.MainContent {
    min-height: 400px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    position:relative;
}

.TopHomeBorder {
    border-top:1px solid #000000;
}


.AppointmentButton a:link, .AppointmentButton a:visited, .AppointmentButton a:active {
    border: 1px solid #000000;
    margin: 0px 0px 0px 0px;
    background-position: 0px 0px;
    display: block;
    font-size: 11px;
    width: 153px;
    height: 19px;
    padding-top: 4px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    text-decoration: none;
}

.AppointmentButton a:hover {
    color: #ffffff;
    background-color: #000000;
}




a:link {
    /*text-decoration: underline; TERRY*/
    text-decoration: none;
    color: #000000;
	font-weight:700;
}

a:visited {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #000000;
	font-weight:700;
}

a:active {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #000000;
	font-weight:700;
}

a:hover {
    text-decoration: none;
    color: #A3BFFA;
	font-weight:700;
}


.shadowbehind:link, .shadowbehind:visited,.shadowbehind:active
{
		transition:all 0.3s ease;
		/*filter: drop-shadow( 0 0 1mm #000000);*/

}

.shadowbehind:hover
{
	/*filter: drop-shadow( 0 0 3mm #0A8389) ;*/

	
}


.homePara1{
    background-color:#ffffff;

}

.homePara1Overlay{
    background-color:rgba(0,0,0,0.3);
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.homePara11Scroll{
   /* background-image: url("/App_Themes/Theme1/Images/HomeTopBG2.jpg");
	background-image: url("/App_Themes/Theme1/Images/scrollbac.jpg"); */
	background-image: url("/App_Themes/Theme1/Images/room.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.homePara11Overlay{
    background-color:rgba(0,0,0,0.3);
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}







.homePara2{
    background-image: url("/App_Themes/Theme1/Images/para22.jpg");
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
	height: 400px;
}




.homeTopBg{
    background-image: url("/App_Themes/Theme1/Images/office.jpg");
    background-position:bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	
	position:relative;
	height: 520px;
	width:100%;
}

.HomeTopBgOverlay {
    background-color:rgba(0,0,0,0.5);
	height: 520px;
	width:100%;
}


.homeTopLady{
	display:inline-block;	
	position:absolute;
	
	left:0px;
	
	bottom:0px;
	opacity: 0;
	
	transition:all 1s ease;
}

.homeTopLadyImg
{
	height:450px;
}

.homeTopFadeText{
	/*background-color:rgba(0,0,0,0.6);*/
	border-radius:10px;

	color:#ffffff;
	font-size:36px;

	max-width:95vw;
	position:absolute;
	
	right:50px;
	top:300px;
	opacity: 0;
	
	transition:all 1s ease;
}

.homeTopFadeTextSub{
	font-size:30px;
	font-style:italic;
}


@media only screen and (min-width: 1700px) {
    
    .homeTopBg{	
	    height: 805px;
    }

    .HomeTopBgOverlay {
	    height: 805px;
    }
	
	.homeTopLadyImg
	{
		height:705px;
	}

    .homeTopFadeText{
	    font-size:70px;
        padding-top:100px;
    }

    .homeTopFadeTextSub{
	    font-size:50px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1699px) {
    
    .homeTopBg{	
	    height: 660px;
    }

    .HomeTopBgOverlay {
	    height: 660px;
    }
	
	.homeTopLadyImg
	{
		height:610px;
	}

    .homeTopFadeText{
	    font-size:240px;
        padding-top:50px;
    }

    .homeTopFadeTextSub{
	    font-size:40px;
    }
}



@media only screen and (max-width: 920px)   {
	.homeTopLady{
		display:none;
	}
	
	.homeTopFadeText{
		right:0px;
		left:50%;
		margin-left:-210px;

	    text-align:center;
	    width:100%;	
	    max-width:420px;	
	}
}

@media only screen and (max-width: 420px) {
	.homeTopFadeText{
		margin-left:calc(95vw / -2);
	}
}

@media only screen and (min-width:921px)  {
	
	.homeTopFadeText{
	    text-align:left;
	    width:47%;	
	}
}



/* Overlay Boxes */

.overlay-boxes .col-6{
    margin:0px;
    padding:0px;
    width:50%;
    height:100%;
}
.overlay-boxes h3{
    font-size:35px;
    font-style:italic;
    color:#ff0000;
}
.overlay-boxes p{
    font-size:20px;
    line-height:28px;
    padding:0px 40px;
}
.overlay-boxes .cta{
    padding:10px;
    font-size:16px;
    color:#fff;
    background:#396d8d;
    margin-top:15px;
    display:inline-block;
    width:auto;
}
.overlay-box{
    background-position:50% 50%;
    background-size:cover;
    height:50%;
}
.overlay-box a img{
    display:block;
    position:absolute;
    width:87px;
    height:87px;
    top:55px;
    right:-43px;
}
.meet-our-doctors{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-1.jpg");
}
.meet-our-doctors a{
    padding-top:30px;
    background:rgba(0,0,0,.7);   
}
.meet-our-doctors:hover a{
    background:#333;
}
.call-us-today{
  
    background-image:url("/App_Themes/Theme1/Images/overlay-box-2.jpg");
}
.call-us-today a{
    padding-top:30px;
    background:rgba(255,0,0, 0.7);
}
.call-us-today:hover a{
    background:rgba(255,0,0,1);
}
.insurance-faq{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-3.jpg");
}
.insurance-faq a{
    background:rgba(0,0,0,.7);
    margin-left:50%;
    padding-left:40px;
}
.insurance-faq a img, .dry-eye-faq a img{
    left:-43px;
}
.insurance-faq:hover a{
    background:#333;
}
.dry-eye-faq{
    background-image:url("/App_Themes/Theme1/Images/overlay-box-4.jpg");
}
.dry-eye-faq a{
    background:rgba(255,0,0, 0.7);
    margin-left:50%;
    padding-left:40px;
}
.dry-eye-faq:hover a{
    background:rgba(255,0,0,1);
}
.overlay-box a{
    display:block;
    width:50%;
    height:100%;
    color:#fff;
    text-align:left;
    box-sizing:border-box;
    position:relative;
    transition:.2s ease-in-out all;
}
.overlay-box a span{
    font-size:24px;
    text-transform: uppercase;
    padding:20px 20px 10px 20px;
    box-sizing:border-box;
    display:block;
}
.overlay-box a span+span{
    font-size:15px;
    padding-top:0px;
}


.search-and-social .col-6{
    width:50%;
    margin:0px;
}
.search-and-social .col-6 + .col-6{
    background:#5f5f5f;
}


/*************************************************************
Footer links  *Don't change the table or align classes*
*/
.HomeHoursBox {

    display: block;
   /* align-items: center;*/

    
     font-weight: 400; 
   color: #000000;


}

.HomeHoursHeader {

    padding-bottom: 10px;
    text-align: center;

}
.HomeHoursDays {
    width: 133px;
    text-align: left;
	padding-left: 0px;
}

.HomeHoursTime {
    text-align: left;
}
.TableDiv {
    display: table;
}

.TableRowDiv {
    display: table-row;
}

.TableCellDiv {
    display: table-cell;
}
.TableHeaderDiv {
    display: table-headergroup;
}
.AlignCenter {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.TextAlignCenter {
    text-align: center;
}

.TextAlignRight {
    text-align: right;
}

.greenLink:link, .greenLink:visited, .greenLink:active {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bolder;
}

.greenLink:hover {
    color: #ffffff;
    text-decoration: none;
}

.MainOuterTableFooter {
    color: #ffffff;
    text-align: center;
    width: 100%;
}

/*************************************************************/


.BottomAddressOuter {
    width:100%;
    display:inline-block;
    
    border-top:1px solid #000000;
	/*background-image: url(/App_Themes/Theme1/Images/pattern.jpg);
	background-image: url(/App_Themes/Theme1/Images/logorepeat3.png);*/
    background-color: #ffffff;

    background-blend-mode: normal;

    /*background-color:#101010;*/
}

.BottomAddressInner {
    margin:0 auto;

    color:#000000;
}

.BottomAddressBox {
    float:left;
    width:33.33333%;
    min-width:300px;
    text-align:center;
    padding: 20px 0px 20px 0px;
    box-sizing:border-box;
	margin:0 auto;
	
}

.BottomAddressBoxDivider {
    float:left;
    width:13%;
    text-align:center;

    pointer-events: none;
    padding-top:20px;
}

.BottomTitle {
    text-align:left;
    color:#929292;

    padding-bottom:20px;
}

.BottomLogo {
    /*background-color:#ffffff;*/
    padding:0px 0px 0px 0px;
    border-radius:0px;
	margin:0 auto;
}

.BottomAddress {
    text-align:center;
	min-width:295px;
}

.BottomAddress a {
    color:#ffffff;
    text-decoration:none;
}




.BottomRequestAppointmentButtonDiv {
    padding-top:50px;
}


.BottomRequestAppointmentButton a:link, .BottomRequestAppointmentButton a:visited, .BottomRequestAppointmentButton a:active {
    background-color:#000000;
    color:#ffffff;
    border:2px solid #ffffff;

    border-radius:20px;
    font-size: 18px;
    font-weight: 700;
    text-align:center;
    padding:10px 20px 10px 20px;

    text-decoration:none;
    transition:all .3s ease;
}

.BottomRequestAppointmentButton a:hover {
   background-color:#ffffff;
    color:#000000 !important;
    border:1px solid #000000;
}

.SlideShowRequestAppointmentButtonDiv {
    padding-top:50px;
}

.SlideShowRequestAppointmentButton a:link, .SlideShowRequestAppointmentButton a:visited, .SlideShowRequestAppointmentButton a:active {
   background-color:rgba(255,255,255,0.9);
   color:#000000;	
   border: 1px solid #000000  ;

    font-size: 14px;
    font-weight: 500;
    text-align:center;
    padding:10px 20px 10px 20px;

    text-decoration:none;
    transition:all .3s ease;
	Display: inline-block;
		letter-spacing: 4px;
		    text-transform: uppercase;
}

.SlideShowRequestAppointmentButton a:hover {
        border: 1px solid #000000;
        background-color:rgba(27,38,59,0.9);
        color: #ffffff;

}

.BookOnlineButton:link, .BookOnlineButton:visited, .BookOnlineButton:active {
   background-color:rgba(255,255,255,0.9);
   color:#000000;	
   border: 1px solid #000000  ;

    font-size: 14px;
    font-weight: 500;
    text-align:center;
    padding:10px 20px 10px 20px;

    text-decoration:none;
    transition:all .3s ease;
	Display: inline-block;
		letter-spacing: 4px;
		    text-transform: uppercase;
}

.BookOnlineButton:hover {
	border: 1px solid #000000;
    background-color:rgba(27,38,59,0.9);
    color: #ffffff;

}


@media only screen and (min-width: 901px) {
	.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active {  
		padding: 10px 15px;
		margin-right:15px;		
		position: absolute;
		top: 25px;
		right:8%;
		z-index:10;
   background-color:rgba(0,0,0,0.05);
   color:#000000;	
   border: 1px solid #000000  ;		
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;  	
			letter-spacing: 4px;
		    text-transform: uppercase;
	}
.HeaderRequestAppointmentButton:hover {
	border: 1px solid #000000;
        background-color: rgba(27, 38, 59, 0.9);
    color: #ffffff;
}	
	.HeaderReviewsButton:link, .HeaderReviewsButton:visited, .HeaderReviewsButton:active {  
		padding: 10px 2px;
		margin-right:15px;		
		position: absolute;
		top: 60px;
		right:8%;
		z-index:10;
   color:#000000;	
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;  	
			letter-spacing: 4px;
		    text-transform: uppercase;
	}
.HeaderReviewsButton:hover {
    color: #d3ca35;
}	
}


@media only screen and (max-width: 900px) {
		.BottomAddressBox {
	width:100%;
}
	.HeaderRequestAppointmentButton:link, .HeaderRequestAppointmentButton:visited, .HeaderRequestAppointmentButton:active { 
		        border-bottom: 1px solid #000000;
	        background-color: rgba(0, 0, 0, 0.05);
			text-align:center;
		display:inline-block;
		width:100%;
		padding:5px 0px;
	}
	.HeaderReviewsButton:link, .HeaderReviewsButton:visited, .HeaderReviewsButton:active {  
		        border-bottom: 1px solid #000000;
	        background-color: rgba(0, 0, 0, 0.05);
			text-align:center;
		display:inline-block;
		width:100%;
		padding:5px 0px;
	}
	
}


.BottomSocialMedia {
    text-align:left;
    padding-top:15px;
}


.HomeRequestAppointment {
    width:100%;
	background-color:#90ac39;
}


.HomeRequestAppointment a:link, .HomeRequestAppointment a:visited, .HomeRequestAppointment a:active {
    background-color:#90ac39;
    color:#ffffff;
    display:block;

    width:100%;
    font-size:30px;
    font-weight:700;

    text-align:center;

    padding:30px 0px 40px 0px;

    text-decoration:none;
    transition:all .3s ease;
}

.HomeRequestAppointment a:hover {
    background-color:#eaeaea;
    color:#90ac39;
    font-size:36px;
}


@media only screen and (min-width: 800px) {

    .HomeRequestAppointment a:before {
        position: relative;
        margin-right: 2px;
        /*content: "\1F554";*/
        content: "\1F4C5";
    }
}

.Home3OuterBox {
    background-color:#ffffff;
    width:100%;
    display:inline-block;
}

.Home3OuterText {
    display:block;
    padding-top:50px;
    padding-bottom:50px;
    text-align:left;
}

.Home3TopText {
    color:#4c4c4c;
    font-size:29px;
    font-weight:700;
    padding-bottom:10px;
}

.Home3BodyText {
    color:#4c4c4c;
    font-size:22px;
    line-height:28px;text-align:justify;
}

@media only screen and (max-width: 974px) {
    .Home3LeftImage {
        background-image: none;
    }

    .Home3OuterText {
        max-width:90%;
        margin:0 auto;
    }
	
	.BottomAddress{
		padding-left:10px;
	}
	
	.BottomSocialMedia{
		padding-left:35px;
	}
	
}



@media only screen and (min-width: 975px) {    
    .Home3LeftImage {
        background-image: url("/App_Themes/Theme1/Images/HomeFaceBG.jpg");
        background-position:left middle;
        background-size: contain;
        background-repeat: no-repeat;
        height:450px;
    }

    .Home3OuterText {
        padding-left:45%;
        max-width:50%;
        height:450px;
    }
}


@media only screen and (min-width: 1600px) {
    .Home3TopText {
        font-size:32px;
    }

    .Home3BodyText {
        font-size:26px;
        line-height:35px;
    }
}


@media only screen and (min-width: 1018px) {
    .BottomAddressInner {
        width:100%;
        max-width:100%;
        display: table;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media only screen and (max-width: 1017px) {
    .BottomAddressInner {
        width:370px;
    }
}




.RandomTestimonialOuter {
    /*  background-image: url("/App_Themes/Theme1/Images/HomeReviewBG.jpg"); */
	background: url(/App_Themes/Theme1/Images/frames.jpg) no-repeat fixed;
	background-size: cover;
	
	position:relative;
	padding:240px 0px 240px 0px;
	width:100%;
}


@media only screen and (max-width: 900px) {
	.RandomTestimonialOuter {
		padding:20px 0px 20px 0px;		
	}
	
}

.RandomTestimonialInner {
    max-width:710px;
	padding:15px 20px 15px 20px;
    border-radius:10px;

    margin:0 auto;
    background-color:rgba(0,0,0,0.4);
}

@media only screen and (min-width: 901px) {	
	.RandomTestimonialInner {
		margin-left:10%;
	}
}

.RandomTestimonialBox {
    font-size:24px;
    color:#ffffff;
}

.PhoneIcon:before {
    position: relative;
    margin-right: 2px;
    content: "\260E";
}


.Box1Title {
    color: #30008c;
    font-size:28px;
    font-weight:700;
    padding:40px 0px 30px 0px
}

.Box1Body {
    color: #000000;
    font-size:22px;
    padding:0px 0px 40px 0px
}



.Box2Outer {
    width:80%;
    margin:0 auto;
    padding: 5% 5%;
}

.Box2Title {
    color: #ffffff;
    font-size:38px;
    padding:0px 0px 10px 0px
}

.Box2Body {
    color: #ffffff;
    font-size:24px;
    font-weight:700;
    font-style:italic;
}



.Box3Outer {
    width:100%;
    margin:0 auto;
    padding: 0px 0px 0px 0px;
    display:inline-block;
}

.Box3OuterLeft {
    width:50%;
    box-sizing:border-box;
    text-align:left;
    float:left;
}

.Box3OuterRight {
    width:50%;
    box-sizing:border-box;
    float:left;
	    text-align:left;
}

.Box3Title {
    color: #8b8b8b;
    font-size:28px;
    padding:0px 0px 10px 0px;
}

.Box3Body {
    color: #686767;
    font-size:16px;
    line-height:22px;
    text-align:justify;
}

.Box3Bold {
    font-size:20px;
    font-weight:700;
}

@media only screen and (min-width: 1050px) {
    .Box3OuterLeft {
        width:50%;
        padding:0px 40px 0px 40px;
    }

    .Box3OuterRight {
        width:50%;
        padding:0px 40px 0px 40px;
    }
}

@media only screen and (max-width: 900px) {
    .Box3OuterLeft {
        width:100%;
        margin:0 auto;
    }

    .Box3OuterRight {
        padding-top:30px;
        width:100%;
        margin:0 auto;
    }

.BottomRequestAppointmentButtonDiv {
    padding-top:30px;
}


.BottomRequestAppointmentButton a:link, .BottomRequestAppointmentButton a:visited, .BottomRequestAppointmentButton a:active {

    font-size: 14px;
}
.SlideShowRequestAppointmentButtonDiv {
    padding-top:30px;
}


.SlideShowRequestAppointmentButton a:link, .SlideShowRequestAppointmentButton a:visited, .SlideShowRequestAppointmentButton a:active {

    font-size: 14px;
}

}




.Box4Outer {
    width:100%;
    background:linear-gradient(#cccccc, #ffffff)
}

.Box4Inner {
    width:80%;
    max-width:1080px;
    margin:0 auto;
    padding: 50px 0px 50px 0px;
    display:inline-block;
}

.Box4Title {
    color: #686767;
    font-size:30px;
    padding:0px 0px 10px 0px;
    text-align:left;
}

.Box4Body {
    color: #686767;
    font-size:16px;
    line-height:22px;
    text-align:justify;
}

.homeBlueButtonOuterRow {
    background-color:#d8f0fa;
}

.homeBlueButtonOuter {
    margin:0 auto;
    padding:30px 0px 30px 0px;
    display:inline-block;
}

.homeBlueButton {
    padding:5px;
    float:left;
}


.homeBlueButton a:link, .homeBlueButton a:visited, .homeBlueButton a:active {
    border: 2px solid #90ac39;
    border-radius:5px;
    box-sizing:border-box;

    display: block;
    font-size: 16px;
    width: 230px;
    padding:20px 0px 20px 0px;

    text-align: center;
    color: #ffffff;
    background-color: #90ac39;
    text-decoration: none;
    transition:.3s all ease;
}

.homeBlueButton a:hover {
    color: #90ac39;
    background-color: #ffffff;
}



@media only screen and (min-width: 1000px) {
    .homeBlueButtonOuter {
        width: 960px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 999px) {
    .homeBlueButtonOuter {
        width: 480px;
    }
}

@media only screen and (max-width: 499px) {
    
    .homeBlueButtonOuter {
        width:240px;
    }
}



.homeCityBg {
    background-image: url("/App_Themes/Theme1/Images/CityBG.jpg");
    background-position:left bottom;
    background-size: cover;
    background-repeat: no-repeat;   
    background-attachment: fixed;
    height:600px;
}

.homeCityBgOverlay {
    width:100%;
    height:600px;
}

.homeCityRight {    
    padding:40px;
    font-size:18px;
    box-sizing:border-box;
    height:600px;
}

@media only screen and (min-width: 1050px) {
    .homeCityLeft {
        float:left;
        width:50%;
        display:inline-block;
        height:600px;
    }

    .homeCityRight {        
        float:left;
        width:50%;
        display:inline-block;
        text-align:left;
    }

    .homeCityBgOverlay {
        background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0)10%, rgba(255,255,255,1)80%);
    }
}

@media only screen and (max-width: 900px) {

    .homeCityLeft {
        display:none;
    }

    .homeCityRight {
        width:100%;
        text-align:center;
    }

    .homeCityBgOverlay {
        background-image: linear-gradient(to right, rgba(255,255,255,0)0%, rgba(255,255,255,.5)20%, rgba(255,255,255,1)50%);
    }
		.RandomTestimonialBox {
    font-size:18px;
    color:#ffffff;
}
}


	
	.HomeCirclesOuter{
		padding:0px 0px 20px 0px;
		display:inline-block;
		
		margin:0 auto;
	}
	
	.HomeCircleBox{
		max-width:310px;
		width:100%;
		box-sizing:border-box;
		margin:0 auto;
		padding:5px;
		transition:all 0.3s ease;
		/*filter: drop-shadow( 0 0 1mm #000000);*/

    cursor: pointer;
    border: 2px solid #ffffff;	
color:#90ac39 !important;	
font-size: 18px;
    font-weight: 700;
	}


.HomeCircleBox:hover
{
	/*filter: drop-shadow( 0 0 3mm #0A8389) ;*/
background-color: rgba(10, 131, 137, 0.3);
    border: 2px outset #0A8389;
	color:#000000 !important;	
}	

	.HomeCircleImage{
		padding:10px 0px 10px 0px;
	}
	
	.HomeCircleImage img{
		/*width:350px;
		height:350px;*/
		height:150px;
		border-width: 0;
	}
	
	.HomeCircleTextHeader{
		font-size:18px;
		font-weight:700;
		padding:10px 0px 5px 0px;
	}
	

	
	.HomeCircleText{
		font-size:16px;
		padding:5px 0px 10px 0px;
	}

	@media only screen and (max-width: 799px) {
		.HomeCirclesOuter{
			max-width:390px;
			width:100%;
		}
	}

	@media only screen and (min-width: 800px) {
		.HomeCirclesOuter{
			max-width:1200px;				
			display:flex;
			flex-wrap:wrap;
			align-items: center;
			/*align-items: flex-start;*/
			justify-content: center;
		}
	}
	
	@media only screen and (min-width: 2000px) {
		.HomeCirclesOuter{
			max-width:2000px;			
		}
	}




/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	html {    
		overflow: hidden;
	}
	body {    
		overflow: auto;
	}
}


/* Edge CSS */
@supports (-ms-ime-align:auto) { 
	html {    
		overflow: hidden;
	}
	body {    
		overflow: auto;
	}
}


