﻿

html, body {
	
    font-size: 14px;
    margin: 0px;
    padding: 0px;
	font-family: 'Merriweather' !important;
    color: #000000;

    background-color: #ffffff;
    height: 100%;
	
	
	
}
h2 {
    font-size: 30px;
}
h1, h2 {
    all: unset;
    display: inline;
    color: #cf6732;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
}

	.footercolor:link, .footercolor:visited, .footercolor:active
{
    color: #cf6732;
    text-decoration: none;
    font-weight: bolder;
	font-size:22px;
}

.footercolor:hover
{
    color: #000000;
}
	.footercolor:link, .footercolor:visited, .footercolor:active {
animation: wiggle 1.2s 2;
		color:#ffffff !important;
		display:inline-block;
		font-size:22px;
		font-weight:700;
background-color:rgb(207 103 50 / 80%);
		text-align:center;

		margin:0px 5px;
		padding:10px 15px;
border: 0px solid #000000;
		text-decoration:none;
		z-index:10;
		border-radius:10px;
	}
	
	.footercolor:hover {
		background-color:#b9a566;
		color:#ffffff;
		z-index:10;
	}



.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: #b9a566;
    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 {
    font-family: 'Open Sans', sans-serif !important; 
		font-family: 'Merriweather' !important;
}

.NexaBookText {
    font-family: N'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
}


.NexaBoldText {
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
}


/*****************************************************************/
/*****************************************************************/
/*****************************************************************/


.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;
}

.GrayPanel {
    font-size: 22px;    
	background-color:#e1dfd9;
	display: flex;
	flex-wrap: wrap-reverse;

	padding-top:80px;
  }
.GrayPanel > div {
    flex: 1 1 45%;
    margin: 0 auto;  
	height:100%;
	
	padding-left:10px;
	padding-right:10px;
  }
.HomeTopText {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    display:table;
    margin:0 auto;
    max-width:800px;
    width:95%;
}

.HomeDoctorSig {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    text-transform: uppercase;
    font-weight: bold;
}


.HomeDoctors {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    display:table;
    margin:0 auto;
    max-width:485px;
    width:95%;
}



.MainOuterDiv {
    width: 100%;
}


.TopHeaderBarOuter {
    width:100%; 
    border-bottom:2px solid #000000;
}


.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;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    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;
}
	

@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: 1170px) {
    
	.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:80%;
    }
	
    .LogoImgTop {
	    height:60px;
    }
	
	
	
	
	.TopMakeAppointment {
		width:100%;
		z-index:10;
	}

	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
background-color:rgb(207 103 50 / 80%);
	color:#ffffff;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:16px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
		z-index:10;
	}

	.TopMakeAppointment a:hover {
background-color: #b9a566;
		z-index:10;
	}	
	
	.phonenumberclass:link, .phonenumberclass:visited, .phonenumberclass:active {
background-color:rgb(207 103 50 / 80%);
	color:#ffffff !important;
		display:block;

		width:100%;
		border:1px solid #000000;
		box-sizing:border-box;
		font-size:16px;
		font-weight:700;

		text-align:center;

		padding:10px 0px;

		text-decoration:none;
		transition:all .3s ease;
		z-index:10;
	}

	.phonenumberclass:hover {
background-color: #b9a566;
		z-index:10;
	}		
	
	
	
	
		.TopPatientRegistration {
		width:100%;
	}

	.TopPatientRegistration a:link, .TopPatientRegistration a:visited, .TopPatientRegistration a:active {
		background-color:#b9a566;
		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:#b9a566;
	}
	
	
	
	
	
	
	
	
	
	
	
		
		.TopOrderContacts{
		width:100%;
	}

	.TopOrderContacts a:link, .TopOrderContacts a:visited, .TopOrderContacts a:active {
		background-color:#b9a566;
		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:#b9a566;
	}

	
	
	















	
	
	
	
	
	
	
	
	.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: 1171px) {
}

@media only screen and (min-width: 1171px) {

.BottomAddressBox {
    width:100%;
}	
.BottomAddressIn
{
    width:100%;
}
	.TopOfficeClock{
		vertical-align:middle;
	}

	.TopHeaderBar {
		height: 140px;
	}
	
	.EmergencyImg{
		width:12px;
		height:12px;
	}
	
    .TopHeaderBarOuter {
        position:fixed;
        z-index:100;
        background-color:rgba(255,255,255,1);
    }

    .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:60px;
    }

    .LogoImg {
	    width:50%;
    }

    .LogoCell {
        padding-left:15px;
    }
	
	.TopButtonsOuter{
		text-align:right;
	}
	
	
	.TopMakeAppointment {
		transition:all 1s ease;
		position:absolute;
		display:block;
		/*margin:0 auto;*/
		text-align: right;
		top:10px;
		opacity:1;
		margin:0px 20px;
				z-index:10;
				right:5px;
				

	}
	

	@media only screen and (max-width: 1830px) {
			.TopMakeAppointment {

		top:90px;	
right:300px;		

	}
	}

	@keyframes wiggle {
  0% { transform: translate(1px, 1px) rotate(0deg); scale: 100%;  }
  10% { transform: translate(-1px, -2px) rotate(-1deg); scale: 104%;background-color:#b9a566;}
  /*20% { transform: translate(-3px, 0px) rotate(1deg); scale: 106%;}*/
  30% { transform: translate(3px, 2px) rotate(0deg); scale: 108%;}
  40% { transform: translate(1px, -1px) rotate(1deg); scale: 110%;background-color:#b9a566;}
  50% { transform: translate(-1px, 2px) rotate(-1deg); scale: 110%;}
  60% { transform: translate(-3px, 1px) rotate(0deg); scale: 108%;}
/*  70% { transform: translate(3px, 1px) rotate(-1deg); scale: 106%;}*/
  80% { transform: translate(-1px, -1px) rotate(1deg); scale: 104%;background-color:#b9a566;}
  90% { transform: translate(1px, 2px) rotate(0deg); scale: 100%;}
  100% { transform: translate(1px, -2px) rotate(-1deg); scale: 100%;}
}
	@keyframes wiggleclear {
  0% { transform: translate(1px, 1px) rotate(0deg); scale: 100%;  }
  10% { transform: translate(-1px, -2px) rotate(-1deg); scale: 104%;}
  /*20% { transform: translate(-3px, 0px) rotate(1deg); scale: 106%;}*/
  30% { transform: translate(3px, 2px) rotate(0deg); scale: 108%;}
  40% { transform: translate(1px, -1px) rotate(1deg); scale: 110%;}
  50% { transform: translate(-1px, 2px) rotate(-1deg); scale: 110%;}
  60% { transform: translate(-3px, 1px) rotate(0deg); scale: 108%;}
/*  70% { transform: translate(3px, 1px) rotate(-1deg); scale: 106%;}*/
  80% { transform: translate(-1px, -1px) rotate(1deg); scale: 104%;}
  90% { transform: translate(1px, 2px) rotate(0deg); scale: 100%;}
  100% { transform: translate(1px, -2px) rotate(-1deg); scale: 100%;}
}


	.TopMakeAppointment a:link, .TopMakeAppointment a:visited, .TopMakeAppointment a:active {
animation: wiggle 1.2s 2;
		color:#ffffff;
		display:inline-block;
		font-size:16px;
		font-weight:700;
background-color:rgb(207 103 50 / 80%);
		text-align:center;

		margin:0px 5px;
		padding:10px 15px;
border: 0px solid #000000;
		text-decoration:none;
		z-index:10;
		border-radius:10px;
	}
	
	.TopMakeAppointment a:hover {
		background-color:#b9a566;
		color:#ffffff;
		z-index:10;
	}
	
	.phonenumberclass:link, .phonenumberclass:visited, .phonenumberclass:active {
animation: wiggle 1.2s 2;
		color:#ffffff !important;
		display:inline-block;
		font-size:16px;
		font-weight:700;
background-color:rgb(207 103 50 / 80%);
		text-align:center;

		margin:0px 5px;
		padding:5px 7px;
border: 0px solid #000000;
		text-decoration:none;
		z-index:10;
		border-radius:10px;
	}
	
	.phonenumberclass:hover {
		background-color:#b9a566;
		color:#ffffff;
		z-index:10;
	}
	
	.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;
	}

}
		.calltoaction a:link, .calltoaction a:visited, .calltoaction a:active {
animation: wiggle 1.2s 2;
		color:#ffffff;
		display:inline-block;
		font-size:16px;
		font-weight:700;
background-color:rgb(207 103 50 / 80%);
		text-align:center;

		margin:0px 5px;
		padding:10px 15px;
border: 0px solid #000000;
		text-decoration:none;
		z-index:10;
		border-radius:10px;
	}
	
	.calltoaction a:hover {
		background-color:#b9a566;
		color:#ffffff;
		z-index:10;
	}
	
	.WatchVideo a:link, .WatchVideo a:visited, .WatchVideo a:active {
		background-color:#000000;
		color:#b9a566;
			filter: drop-shadow( 0 0 3mm #b9a566) ;
		display:inline-block;

		width:350px;
		font-size:16px;
		font-weight:700;

		text-align:center;

		margin:0px 5px;
		padding:12px 12px;
		border-radius:20px;

		text-decoration:none;
		transition:all .3s ease;
	}
	
	.WatchVideo a:hover {
		background-color:#b9a566;
		color:#000000;
			filter: drop-shadow( 0 0 3mm #000000) ;
	}





@media only screen and (max-width: 1170px) {
    .MenuDiv {
        top: -68px;
        right: 20px;
        z-index: 20;
    }
    .TopAddressLineBreak {
        display:block;
    }	
    .LogoCell {
        width:100%;
        text-align:center;
        padding:10px 0px;
        border-bottom:2px solid #b9a566;
    }

    .TopBoxes {
        /*border-bottom:1px solid #b9a566;*/
    }
	
	.TopAddressMobileSpace{
		padding-bottom:10px;
	}
    
    .TopBoxesDivider {
        display:none;
    }

    .TopMenuOuter {
        text-align:center;
		background-color:#333;
    }
}


@media only screen and (min-width: 1171px) {

    .LogoCell {
        position:absolute;
        bottom:15px;
        left:10px;
    }

    .MenuDiv {
        position:absolute;
        top: 5px;
        /*right: 20px;*/
        z-index: 20;
		margin: 0 auto;
		width: 100%;
    }
    .TopAddressLineBreak {
        display:none;
    }

	/*
    .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: 900px) {
    .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: 16px;
    color: ##000;
    line-height: 20px;
	font-weight:400;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;

    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
	color:#ffffff;

}
.TopBlackBoxes a:link {
    /*text-decoration: underline; TERRY*/
    text-decoration: none;
    color: #000000;
		cursor:pointer;
}

.TopBlackBoxes a:visited {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #000000;
		cursor:pointer;
}

.TopBlackBoxes a:active {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #000000;
		cursor:pointer;
}

.TopBlackBoxes a:hover {
    text-decoration: none;
    color: #cf6732;
	cursor:pointer;
}

.TopAddressBoxes {
    display: inline-block;
    padding-top: 20px;
    text-align: right;
    font-size: 14px;
	font-weight:700;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    color: #000000;
	letter-spacing: 2px;
}


@media only screen and (min-width: 1171px) {
	.TopAddressBoxesInner {
			float:left;
		}
		
	.TopBlackBoxes{
		position:absolute;
		right:25px;
		bottom:10px;
	}
						
	.TopAddressBoxes{
		position:absolute;
		right:20px;
		top:40px;
	}
		
	.TopButtonsOuter{
		position:absolute;
		right:20px;
		top:86px;
	}
}

@media only screen and (max-width: 1170px) {
	
	.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;
}
.Height5 {
    height: 5px;
}
.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;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    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: #cf6732;
		cursor:pointer;
}

a:visited {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #cf6732;
		cursor:pointer;
}

a:active {
    /*text-decoration: underline;*/
    text-decoration: none;
    color: #cf6732;
		cursor:pointer;
}

a:hover {
    text-decoration: none;
    color: #000000;
	cursor:pointer;
}

.MainLinkButton:link, .MainLinkButton:visited, .MainLinkButton:active {
	color:#ffffff;
	display:inline-block;
	font-size:16px;
	font-weight:400;
	background-color:rgb(207 103 50 / 80%);
	text-align:center;
	margin:0px 5px;
	padding:5px 15px;
	text-decoration:none;
	border-radius:10px;
	border: 1px solid #ffffff;
}
	
.MainLinkButton:hover {
	background-color:#b9a566;
	color:#000000;
	border: 1px solid #000000;
	/*animation: wiggle 1.2s 2;*/
}	
	
.shadowbehind:link, .shadowbehind:visited,.shadowbehind:active
{
		transition:all 0.3s ease;
		filter: drop-shadow( 0 0 3mm #b9a566) ;
}

.shadowbehind:hover
{
	filter: drop-shadow( 0 0 3mm #000000) ;

}

.MapHours:link, .MapHours:visited,.MapHours:active
{
	color: #3d92db;
}
.MapHours:hover
{
	    color: #b9a566;
}

.homePara1{
    background-image: url("/App_Themes/Theme1/Images/HomeParaBG.jpg");	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.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/background6.jpg");
	*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
.homeParalcity{
	/*background-image: url("/App_Themes/Theme1/Images/homepage6.jpg");*/
	background-image: url("/App_Themes/Theme1/Images/city3.jpg");
	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
	padding-top:140px;
	height:80vh;
}
.homeParalCircle{

	/*background-image: url("/images/homepage2.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	*/
	padding-top:80px;
	padding-bottom:80px;
}

}
.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;
	font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;

	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: inline-block;
    align-items: center;

    font-size: 16px;
   /*  font-weight: 700; */
   color: #ffffff;
	width:300px;
padding-top: 40px;
}

.HomeHoursHeader {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 24px;
    width: 100%;
    text-align: center;
}

.HomeHoursDays {
    width: 82px;
    text-align: left;
	padding-left: 0px;
	font-size:15px;
	
}

.HomeHoursTime {
    text-align: left;
		font-size:15px;
	font-size: 20px;
}
.TableDiv {
    display: table;
}

.TableRowDiv {
    display: table-row;
}

.TableCellDiv {
    display: table-cell;
}

.AlignCenter {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.TextAlignCenter {
    text-align: center;
}

.TextAlignRight {
    text-align: right;
}

.greenLink:link, .greenLink:visited, .greenLink:active {
    color: #cf6732;
    text-decoration: underline;
    font-weight: bolder;
}

.greenLink:hover {
    color: #b9a566;
    text-decoration: none;
}

.MainOuterTableFooter {
    color: #000000;
    text-align: center;
    width: 100%;
}

/*************************************************************/


.BottomAddressOuter {
    width:100%;
    background-color:#e1dfd9;
    display:inline-block;
    padding:30px 0px 30px 0px;
/*    border-top:10px solid #000000;*/
	border-bottom: 2px solid #000000;
}

.BottomAddressInner {
    margin:0 auto;
width:90%;
    /*color:#ffffff;*/
    font-size:20px;
/*background-color: rgb(0 0 0 / 50%);*/
    display: table;
    padding: 15px;
    border-radius: 20px;
}

.BottomAddressBox {
    float:left;
    width:33%;
    min-width:270px;
    text-align:center;
    /*padding:20px;*/
    box-sizing:border-box;
	
}

.BottomAddressBoxDivider {
    float:left;
    width:13%;
    text-align:center;

    pointer-events: none;
    padding-top:20px;
}

.BottomTitle {
    text-align:left;
    color:#929292;

    padding-bottom:20px;
}

.BottomLogo {
    padding: 20px;
    border-radius: 10px;
    border-radius:10px;
}

.BottomAddress {
    text-align:left;
	font-size:20px;
	color:#ffffff;
    line-height:25px;
	padding:5px;


}

.BottomAddress a {
    color:#ffffff;
    text-decoration:none;
}




.BottomRequestAppointmentButton {
    padding-top:10px;
	border-top: 1px solid #ffffff;
	height:60px;
}

.BottomRequestAppointmentButton a:link, .BottomRequestAppointmentButton a:visited, .BottomRequestAppointmentButton a:active {
    background-color:#3b92df;
    color:#ffffff;
    border:2px solid #ffffff;

    border-radius:20px;
    font-size:16px;
    font-weight:500;
    text-align:center;
    padding:10px 20px 10px 20px;

    text-decoration:none;
    transition:all .3s ease;
}

.BottomRequestAppointmentButton a:hover {
   background-color:#ffffff;
    color:#b9a566;
    border:1px solid #000000;
}

.BottomSocialMedia {
    text-align:left;
    padding-top:15px;
}


.HomeRequestAppointment {
    width:100%;
	background-color:#b9a566;
}


.HomeRequestAppointment a:link, .HomeRequestAppointment a:visited, .HomeRequestAppointment a:active {
    background-color:#b9a566;
    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:#b9a566;
    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;
    }
	
	
	.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) {

}

@media only screen and (max-width: 1017px) {
	.BottomAddressInner {
		margin:0 auto;
	width:90%;
		color:#000000;
	/*	font-size:14px;
	background-color: rgb(0 0 0 / 50%);*/
		display: table;
		padding: 15px;
		border-radius: 10px;	
	}
}

@media only screen and (max-width: 1219px) {

.BottomAddressBox {
    float:none;
    width:90%;
    min-width: auto;
	margin:0 auto;
	
	
}
}

.divaroundmap{
	height:400px;
	width:100%; 
	max-width: 700px;
	overflow-x:hidden;
	overflow-y:hidden;
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
	border:1px solid #000000;
}


.RandomTestimonialOuter {
    background-image: url("/App_Themes/Theme1/Images/officebackground4.jpg");
	position:relative;
/*	padding:100px 0px 100px 0px;*/
		
	background-attachment: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;	
	/*width:99%;*/
	padding-top:160px;
	padding-left:50px;
}

.RandomTestimonialInner {
    max-width:710px;
	padding:15px 20px 15px 20px;
    border-radius:10px;
height:40%;
    
	
    
}

.RandomTestimonialBox {
    font-size:18px;
	line-height:30px;
    color:#ffffff;
	background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 10px;
}

.PhoneIcon:before {
    position: relative;
    margin-right: 2px;
    content: "\260E";
}


.Box1Title {
    color: #30008c;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    font-size:28px;
    font-weight:700;
    padding:40px 0px 30px 0px
}

.Box1Body {
    color: #000000;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    font-size:22px;
    padding:0px 0px 40px 0px
}



.Box2Outer {
    width:80%;
    margin:0 auto;
    /*padding: 5% 5%;
	*/
	padding-bottom:50px;
	padding-top:0px;	
}
.BoxcityOuter {
    width:80%;
    margin:0 auto;
    padding: 10% 10%;
}

.Box2Title {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    font-size:38px;
    padding:0px 0px 10px 0px
}

.Box2Body {
    /*color: #ffffff;
	*/
	color: rgb(98 98 98/ 80%);
    font-family: 'Libre Baskerville', 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    font-size:24px;
    font-weight:700;
    font-style:italic;
}



.Box3Outer {
    width:80%;
    max-width:1080px;
    margin:0 auto;
    padding: 40px 0px 40px 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;
}

.Box3Title {
    color: #8b8b8b;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    font-size:28px;
    padding:0px 0px 10px 0px;
}

.Box3Body {
    color: #686767;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    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 20px 0px 0px;
    }

    .Box3OuterRight {
        width:50%;
        padding:0px 0px 0px 20px;
        text-align:right;
    }
}

@media only screen and (max-width: 1170px) {
.RandomTestimonialOuter {
    
    min-height: 300px;	
	padding-top:20px;
	padding-left:5px;
	background-position: right bottom;
}
	
.RandomTestimonialBox {
    font-size:10px;
	line-height:15px;
}

.RandomTestimonialInner {
   
	padding:15px 20px 15px 20px;
    border-radius:10px;
	height:200px;
	width:85%;
}

		.homeParalcity{

		background-attachment: scroll;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;	
		padding-top:0px;
		min-height:300px;
	}
    .Box3OuterLeft {
        width:100%;
        margin:0 auto;
    }

    .Box3OuterRight {
        padding-top:30px;
        width:100%;
        margin:0 auto;
    }
}




.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-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    font-size:30px;
    padding:0px 0px 10px 0px;
    text-align:left;
}

.Box4Body {
    color: #686767;
    font-family: 'Open Sans', sans-serif !important;
		font-family: 'Merriweather' !important;
    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 #b9a566;
    border-radius:5px;
    box-sizing:border-box;

    display: block;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
    font-family: 'Merriweather' !important;
    width: 230px;
    padding:20px 0px 20px 0px;

    text-align: center;
    color: #ffffff;
    background-color: #b9a566;
    text-decoration: none;
    transition:.3s all ease;
}

.homeBlueButton a:hover {
    color: #b9a566;
    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: 1170px) {

    .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%);
    }
}


	
.HomeCirclesOuter{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width:80%;
	margin:0 auto;
}
	
	.HomeCircleBox{
		flex: 1 1 20%;
		
		margin:0 auto;
		float:left;
		padding:20px;
	}
	
	.HomeCircleImage{
		padding:10px 0px 10px 0px;
	}
	
	.HomeCircleImage img{
		width:250px;
		height:250px;
		border-width: 0;
	}
	
	.HomeCircleTextHeader{
		font-size:18px;
		font-weight:700;
		padding:10px 0px 5px 0px;
	}
	
	.HomeCircleText{
		font-size:16px;
		padding:5px 0px 10px 0px;
		width:80%;
		margin:0 auto;
		text-align:justify;
		max-width:260px;
	}










/* 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;
	}
}


