@import url("css/fonts.css");
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 30, 2015 */


* {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
body {
	background:#e5f5f8
}
.resquest_appoitment {
	height: 9px;
}
.resquest_appoitment .container {
	position: fixed;
	z-index: 9999999;
	left: 50%;
	margin-left: -601px;
}
.position_relative {
	position:relative
}
.appotment_link {
	background-image: url(images/requestappointment_bg1.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 254px;
	position: absolute;
	left: 30px;
	font-family: 'helioscondregular';
	font-size: 20px;
	text-align: center;
	line-height: 52px;
	z-index: 999999;
}
.appotment_link a {
	text-decoration:none
}
.heading_heliosb {
	font-family: 'helioscondbold';
}
.white_txt, .white_txt a {
	color:#FFF
}
.white_txt a:hover {
	text-decoration:underline
}

/* Make Header Full-Width */
.header {
	background:rgba(204, 233, 239, 0.9);
	padding-bottom:0px;
	position:fixed;
	width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
	z-index:999;
}

/* Add padding to the right side of the header contact info */
.header_right_txt {
    padding-right: 20px !important; /* Try 20px or adjust as needed */
    text-align: right; /* Ensure it aligns properly */
}



.logo_padding {
	padding-top:10px;
}
.header_right_txt {
	font-family: 'opificioregular';
	font-size:14px;
	padding-top:25px;
}
.blue_txt {
	color:#3397b8
}
.header_right_txt .name {
	font-weight:bold
}
.header_right_txt .header_addres {
	font-family: 'helioscondregular';
}
.arial_font {
	font-family:Arial, Helvetica, sans-serif;
}
.header_right_txt .phonenum {
	font-size:20px;
}



/* Remove Width Restriction */
.container {
    max-width: 100%;
    width: 100%;
}
.custom_nav {
    width: 100%;
    max-width: 100%;
	background: rgba(229, 245, 248, 0.9);
	border-top:1px solid #add6e2;
	border-bottom:1px solid #add6e2;
	font-family: 'helioscondregular';
	border-left:0px;
	border-right:0px;
	border-radius:0px;
	padding: 10px 0; /* Adjust as needed */
	padding-left:11%
}
/* Ensure Menu Items Align Correctly */
.navbar-nav {
    width: 100%;
    text-align: center;
}

.custom_nav ul li {
	font-size:16px;
}
.container .testimonials {
	max-width: 80%;
	margin:auto;
	color:#FA8B35;
	font-family: 'helioscondregular';
	font-size:18px;
	padding-top:25px;
	padding-bottom:35px;
}
.container .testimonials .quote_left {
	background-image: url(images/testimonials_quotes_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:45px;
}
.container .testimonials .quote_right {
	background-image: url(images/testimonials_quotes_r1.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:45px;
}
.services_section {
	background-color: #d7eef2;
	border: solid 1px #a4d0df;
	padding-top:20px;
	padding-bottom:20px;
}
.clear {
	clear:both
}
.custom_grid {
	margin:0;
	padding:0;
}
.no-padding {
	padding:0px;
}
.no-margin {
	margin:0px;
}
.div_circle {
	margin-top:12px;
	margin-bottom:12px;
	width: 210px;
	height: 210px;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	border-radius: 105px;
	background-color: #2eaed8;
	border:6px solid #FFF;
	overflow: hidden;
	position: relative;
	z-index:9;
	cursor:pointer
}
.overlay_img {
	height: 49px;
	position: relative;
	margin-top: -50px;
	text-align: center;
	font-family: 'helioscondregular';
	font-size: 16px;
	line-height: 16px;
	padding-top: 8px;
}
.bg_orange {
	background-color: #e28653;
}
.bg_blue {
	background-color: #1d80a1;
}
.bg_blue:hover, .div_circle:hover>.bg_blue {
	background-color: #e28653 !important;
}
.heading_opifreg {
	font-family:  Verdana, Geneva, sans-serif;
}
.lrg_heading {
	font-size:40px;
	font-weight:normal
}
.content_section {
	padding-top:50px;
	padding-bottom:40px;
}
.helio_norml_weight {
	font-weight:normal !important;
	font-family: 'helioscondregular';
}
.content_section .container.text-center .para_section {
	color:#586367;
	font-size:15px;
	padding:35px;
}
.orange_txt {
	color:#e28653
}
.underline {
	text-decoration:underline
}
.social_icons {
	position: fixed;
	left: 0px;
	top: 50%;
	width: 38px;
	z-index: 99999999;
	margin-top: -85px;
}

.footer_wrapper {
    width: 100%;
    max-width: 100%;
    padding: 50px 20px;
    background: linear-gradient(135deg, #48a2c0, #3397b8); /* Adds a gradient effect */
    color: white;
    margin: 0;  /* Remove any margin */
    padding-left: 0;
    padding-right: 0;
}

.footer_section h3 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer_wrapper a {
    color: white;
    text-decoration: none;
}

.footer_wrapper a:hover {
    color: #ffdd57; /* Highlight links on hover */
}

.footer_wrapper .container {
    max-width: 100%; /* Adjust as needed */
    margin: auto; 
    padding: 0 20px; /* Add padding for spacing */
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.footer_section {
    flex: 1;
    min-width: 200px; /* Prevents items from becoming too small */
    padding: 20px;
}
div#myModal {
	z-index: 99999999999999;
}
.cbp-fwdots {
	position: absolute;
	bottom: 30px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	left: -320px;
}
.footer_section ul {
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	line-height:24px;
}
.recive_btn {
	background:#58c1e4;
	padding:8px;
}
.testimonials_section {
	padding:12px;
	padding-top:10px;
	padding-bottom:2px;
	border:1px solid #72bed7
}
.copyright_section {
    text-align: center;
    background: rgba(0, 0, 0, 0.1); /* Optional: Light transparent background */
    padding: 10px 0;
    font-size: 14px;
    color: #fff; /* Ensure visibility */
	padding-top:20px;
	padding-bottom:20px;
}
.padding-top-0 {
	padding-top: 0px;
}
.padding-top-10 {
	padding-top: 10px;
}
.list-style_none {
	list-style:none;
	margin-left:0px;
	padding:0px;
}
.contact-us input[type="text"], .contact-us input[type="email"], .contact-us input[type="password"], .contact-us input[type="tel"], .contact-us select {
	position: relative;
	width: 100%;
	line-height: 24px;
	padding: 8px 15px;
	border: 1px solid #f1f1f1;
	background: #ffffff;
	color: #2d2d2d;
	height: 44px;
}
.list_padding li {
	padding-top:10px;
	padding-bottom:10px;
}
.text2 {
	display: none;
}
.text3 {
	display: none;
}
.text4 {
	display: none;
}
.text5 {
	display: none;
}
.team-member .toolbar {
	overflow: hidden;
	padding: 0 20px;
	margin-top: -40px;
	margin-bottom:20px;
}
.toolbar .left {
	position: relative;
	float: left;
	width: 70%;
	height: 70px;
	background-color: #27b1d2;
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-ms-border-radius: 5px 0px 0px 5px;
	-o-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	padding: 20px;
	font-family: 'helioscondbold';
	padding-top:0px;
}
.toolbar .right {
	float: right;
	position: relative;
	width: 30%;
	height: 70px;
	background-color: #0a7088;
	padding-left: 10px;
	-webkit-border-radius: 0px 5px 5px 0;
	-moz-border-radius: 0px 5px 5px 0;
	-ms-border-radius: 0px 5px 5px 0;
	-o-border-radius: 0px 5px 5px 0;
	border-radius: 0px 5px 5px 0;
}
.toolbar .left h2 {
	font-weight:normal;
	font-size: 17px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 17px;
}
/* Code Extra for Services side Bar */



.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position:relative;
	min-height:1px;
	padding-left:15px;
	padding-right:15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float:left
}
.col-xs-12 {
	width:100%
}
.col-xs-11 {
	width:91.66666667%
}
.col-xs-10 {
	width:83.33333333%
}
.col-xs-9 {
	width:75%
}
.col-xs-8 {
	width:66.66666667%
}
.col-xs-7 {
	width:58.33333333%
}
.col-xs-6 {
	width:50%
}
.col-xs-5 {
	width:41.66666667%
}
.col-xs-4 {
	width:33.33333333%
}
.col-xs-3 {
	width:25%
}
.col-xs-2 {
	width:16.66666667%
}
.col-xs-1 {
	width:8.33333333%
}
.col-xs-pull-12 {
	right:100%
}
.col-xs-pull-11 {
	right:91.66666667%
}
.col-xs-pull-10 {
	right:83.33333333%
}
.col-xs-pull-9 {
	right:75%
}
.col-xs-pull-8 {
	right:66.66666667%
}
.col-xs-pull-7 {
	right:58.33333333%
}
.col-xs-pull-6 {
	right:50%
}
.col-xs-pull-5 {
	right:41.66666667%
}
.col-xs-pull-4 {
	right:33.33333333%
}
.col-xs-pull-3 {
	right:25%
}
.col-xs-pull-2 {
	right:16.66666667%
}
.col-xs-pull-1 {
	right:8.33333333%
}
.col-xs-pull-0 {
	right:0
}
.col-xs-push-12 {
	left:100%
}
.col-xs-push-11 {
	left:91.66666667%
}
.col-xs-push-10 {
	left:83.33333333%
}
.col-xs-push-9 {
	left:75%
}
.col-xs-push-8 {
	left:66.66666667%
}
.col-xs-push-7 {
	left:58.33333333%
}
.col-xs-push-6 {
	left:50%
}
.col-xs-push-5 {
	left:41.66666667%
}
.col-xs-push-4 {
	left:33.33333333%
}
.col-xs-push-3 {
	left:25%
}
.col-xs-push-2 {
	left:16.66666667%
}
.col-xs-push-1 {
	left:8.33333333%
}
.col-xs-push-0 {
	left:0
}
.col-xs-offset-12 {
	margin-left:100%
}
.col-xs-offset-11 {
	margin-left:91.66666667%
}
.col-xs-offset-10 {
	margin-left:83.33333333%
}
.col-xs-offset-9 {
	margin-left:75%
}
.col-xs-offset-8 {
	margin-left:66.66666667%
}
.col-xs-offset-7 {
	margin-left:58.33333333%
}
.col-xs-offset-6 {
	margin-left:50%
}
.col-xs-offset-5 {
	margin-left:41.66666667%
}
.col-xs-offset-4 {
	margin-left:33.33333333%
}
.col-xs-offset-3 {
	margin-left:25%
}
.col-xs-offset-2 {
	margin-left:16.66666667%
}
.col-xs-offset-1 {
	margin-left:8.33333333%
}
.col-xs-offset-0 {
	margin-left:0
}
 @media (min-width:768px) {
 .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
 float:left
}
 .col-sm-12 {
 width:100%
}
 .col-sm-11 {
 width:91.66666667%
}
 .col-sm-10 {
 width:83.33333333%
}
 .col-sm-9 {
 width:75%
}
 .col-sm-8 {
 width:66.66666667%
}
 .col-sm-7 {
 width:58.33333333%
}
 .col-sm-6 {
 width:50%
}
 .col-sm-5 {
 width:41.66666667%
}
 .col-sm-4 {
 width:33.33333333%
}
 .col-sm-3 {
 width:25%
}
 .col-sm-2 {
 width:16.66666667%
}
 .col-sm-1 {
 width:8.33333333%
}
 .col-sm-pull-12 {
 right:100%
}
 .col-sm-pull-11 {
 right:91.66666667%
}
 .col-sm-pull-10 {
 right:83.33333333%
}
 .col-sm-pull-9 {
 right:75%
}
 .col-sm-pull-8 {
 right:66.66666667%
}
 .col-sm-pull-7 {
 right:58.33333333%
}
 .col-sm-pull-6 {
 right:50%
}
 .col-sm-pull-5 {
 right:41.66666667%
}
 .col-sm-pull-4 {
 right:33.33333333%
}
 .col-sm-pull-3 {
 right:25%
}
 .col-sm-pull-2 {
 right:16.66666667%
}
 .col-sm-pull-1 {
 right:8.33333333%
}
 .col-sm-pull-0 {
 right:0
}
 .col-sm-push-12 {
 left:100%
}
 .col-sm-push-11 {
 left:91.66666667%
}
 .col-sm-push-10 {
 left:83.33333333%
}
 .col-sm-push-9 {
 left:75%
}
 .col-sm-push-8 {
 left:66.66666667%
}
 .col-sm-push-7 {
 left:58.33333333%
}
 .col-sm-push-6 {
 left:50%
}
 .col-sm-push-5 {
 left:41.66666667%
}
 .col-sm-push-4 {
 left:33.33333333%
}
 .col-sm-push-3 {
 left:25%
}
 .col-sm-push-2 {
 left:16.66666667%
}
 .col-sm-push-1 {
 left:8.33333333%
}
 .col-sm-push-0 {
 left:0
}
 .col-sm-offset-12 {
 margin-left:100%
}
 .col-sm-offset-11 {
 margin-left:91.66666667%
}
 .col-sm-offset-10 {
 margin-left:83.33333333%
}
 .col-sm-offset-9 {
 margin-left:75%
}
 .col-sm-offset-8 {
 margin-left:66.66666667%
}
 .col-sm-offset-7 {
 margin-left:58.33333333%
}
 .col-sm-offset-6 {
 margin-left:50%
}
 .col-sm-offset-5 {
 margin-left:41.66666667%
}
 .col-sm-offset-4 {
 margin-left:33.33333333%
}
 .col-sm-offset-3 {
 margin-left:25%
}
 .col-sm-offset-2 {
 margin-left:16.66666667%
}
 .col-sm-offset-1 {
 margin-left:8.33333333%
}
 .col-sm-offset-0 {
 margin-left:0
}
}
 @media (min-width:992px) {
 .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
 float:left
}
 .col-md-12 {
 width:100%
}
 .col-md-11 {
 width:91.66666667%
}
 .col-md-10 {
 width:83.33333333%
}
 .col-md-9 {
 width:75%
}
 .col-md-8 {
 width:66.66666667%
}
 .col-md-7 {
 width:58.33333333%
}
 .col-md-6 {
 width:50%
}
 .col-md-5 {
 width:41.66666667%
}
 .col-md-4 {
 width:33.33333333%
}
 .col-md-3 {
 width:25%
}
 .col-md-2 {
 width:16.66666667%
}
 .col-md-1 {
 width:8.33333333%
}
 .col-md-pull-12 {
 right:100%
}
 .col-md-pull-11 {
 right:91.66666667%
}
 .col-md-pull-10 {
 right:83.33333333%
}
 .col-md-pull-9 {
 right:75%
}
 .col-md-pull-8 {
 right:66.66666667%
}
 .col-md-pull-7 {
 right:58.33333333%
}
 .col-md-pull-6 {
 right:50%
}
 .col-md-pull-5 {
 right:41.66666667%
}
 .col-md-pull-4 {
 right:33.33333333%
}
 .col-md-pull-3 {
 right:25%
}
 .col-md-pull-2 {
 right:16.66666667%
}
 .col-md-pull-1 {
 right:8.33333333%
}
 .col-md-pull-0 {
 right:0
}
 .col-md-push-12 {
 left:100%
}
 .col-md-push-11 {
 left:91.66666667%
}
 .col-md-push-10 {
 left:83.33333333%
}
 .col-md-push-9 {
 left:75%
}
 .col-md-push-8 {
 left:66.66666667%
}
 .col-md-push-7 {
 left:58.33333333%
}
 .col-md-push-6 {
 left:50%
}
 .col-md-push-5 {
 left:41.66666667%
}
 .col-md-push-4 {
 left:33.33333333%
}
 .col-md-push-3 {
 left:25%
}
 .col-md-push-2 {
 left:16.66666667%
}
 .col-md-push-1 {
 left:8.33333333%
}
 .col-md-push-0 {
 left:0
}
 .col-md-offset-12 {
 margin-left:100%
}
 .col-md-offset-11 {
 margin-left:91.66666667%
}
 .col-md-offset-10 {
 margin-left:83.33333333%
}
 .col-md-offset-9 {
 margin-left:75%
}
 .col-md-offset-8 {
 margin-left:66.66666667%
}
 .col-md-offset-7 {
 margin-left:58.33333333%
}
 .col-md-offset-6 {
 margin-left:50%
}
 .col-md-offset-5 {
 margin-left:41.66666667%
}
 .col-md-offset-4 {
 margin-left:33.33333333%
}
 .col-md-offset-3 {
 margin-left:25%
}
 .col-md-offset-2 {
 margin-left:16.66666667%
}
 .col-md-offset-1 {
 margin-left:8.33333333%
}
 .col-md-offset-0 {
 margin-left:0
}
}
 @media (min-width:1200px) {
 .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
 float:left
}
 .col-lg-12 {
 width:100%
}
 .col-lg-11 {
 width:91.66666667%
}
 .col-lg-10 {
 width:83.33333333%
}
 .col-lg-9 {
 width:75%
}
 .col-lg-8 {
 width:66.66666667%
}
 .col-lg-7 {
 width:58.33333333%
}
 .col-lg-6 {
 width:50%
}
 .col-lg-5 {
 width:41.66666667%
}
 .col-lg-4 {
 width:33.33333333%
}
 .col-lg-3 {
 width:25%
}
 .col-lg-2 {
 width:16.66666667%
}
 .col-lg-1 {
 width:8.33333333%
}
 .col-lg-pull-12 {
 right:100%
}
 .col-lg-pull-11 {
 right:91.66666667%
}
 .col-lg-pull-10 {
 right:83.33333333%
}
 .col-lg-pull-9 {
 right:75%
}
 .col-lg-pull-8 {
 right:66.66666667%
}
 .col-lg-pull-7 {
 right:58.33333333%
}
 .col-lg-pull-6 {
 right:50%
}
 .col-lg-pull-5 {
 right:41.66666667%
}
 .col-lg-pull-4 {
 right:33.33333333%
}
 .col-lg-pull-3 {
 right:25%
}
 .col-lg-pull-2 {
 right:16.66666667%
}
 .col-lg-pull-1 {
 right:8.33333333%
}
 .col-lg-pull-0 {
 right:0
}
 .col-lg-push-12 {
 left:100%
}
 .col-lg-push-11 {
 left:91.66666667%
}
 .col-lg-push-10 {
 left:83.33333333%
}
 .col-lg-push-9 {
 left:75%
}
 .col-lg-push-8 {
 left:66.66666667%
}
 .col-lg-push-7 {
 left:58.33333333%
}
 .col-lg-push-6 {
 left:50%
}
 .col-lg-push-5 {
 left:41.66666667%
}
 .col-lg-push-4 {
 left:33.33333333%
}
 .col-lg-push-3 {
 left:25%
}
 .col-lg-push-2 {
 left:16.66666667%
}
 .col-lg-push-1 {
 left:8.33333333%
}
 .col-lg-push-0 {
 left:0
}
 .col-lg-offset-12 {
 margin-left:100%
}
 .col-lg-offset-11 {
 margin-left:91.66666667%
}
 .col-lg-offset-10 {
 margin-left:83.33333333%
}
 .col-lg-offset-9 {
 margin-left:75%
}
 .col-lg-offset-8 {
 margin-left:66.66666667%
}
 .col-lg-offset-7 {
 margin-left:58.33333333%
}
 .col-lg-offset-6 {
 margin-left:50%
}
 .col-lg-offset-5 {
 margin-left:41.66666667%
}
 .col-lg-offset-4 {
 margin-left:33.33333333%
}
 .col-lg-offset-3 {
 margin-left:25%
}
 .col-lg-offset-2 {
 margin-left:16.66666667%
}
 .col-lg-offset-1 {
 margin-left:8.33333333%
}
 .col-lg-offset-0 {
 margin-left:0
}
}
/* Pod Data */

.pod {
	padding: 20px;
	margin-bottom: 30px;
	background: #3FA6CA;
	overflow: hidden
}
.podGmaps img {
	width:100%;
	height:auto
}
#smile-gal-snip a {
	position:relative;
	display:block
}
#smile-gal-snip .caption {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:url(images/opacity/black-40.png);
	text-align:center;
	color:#fff;
	font-size:.9em;
	padding:5px 0
}
 .smile-gallery-before-after div.row.smile-case>div:nth-child(2) {
 margin-bottom:20px;
 padding-bottom:20px
}
.smile-gallery-before-after .pod {
	margin-bottom:20px
}
.smile-gallery-details .pod {
	margin-bottom:20px
}
.pod .pod-header, .pod .pod-header a {
	font-family:'Questrial', sans-serif;
	font-size:20px
}
.pod a {
	color:#fff
}
.aside .contact-pod .pod-header {
	margin-bottom:10px
}
.aside .location-pod .podLocationCaption {
	margin-top:10px;
	text-align:center
}
.aside .location-pod .podLocationCaption span {
	font-weight:bold
}
.searchGallery {
	margin-bottom:10px
}
.smile-gallery-details .bigger-pics {
	margin-bottom:10px
}
.aside {
	display:block
}
/* Call out Container */

.calloutContainer {
	padding-left:6px;
	padding-right:6px
}
.calloutContainer p {
	font-family:'Questrial', sans-serif
}
.calloutContainer a {
	font-size:15px;
	font-family:'Questrial', sans-serif
}
.calloutContainer .col-sm-3 {
	padding-left:9px;
	padding-right:9px;
	margin-bottom:13px
}
.calloutContainer .callout1 .imageCallout p {
	background:#4b6c76;
}
.calloutContainer .callout1 a {
	color:#4b6c76
}
.calloutContainer .callout2 .imageCallout p {
	background:#98ac9d
}
.callout2 a {
	color:#98ac9d
}
.calloutContainer .callout3 .imageCallout p {
	background:#867970
}
.calloutContainer .callout3 a {
	color:#867970
}
.calloutContainer .callout4 .imageCallout p {
	background:#F97632
} /*b78855*/
.calloutContainer .callout4 a {
	color:#b78855
}
.imageCallout {
	box-shadow:0 0 8px #555
}
.imageCallout p {
	width:100%;
	color:#fff;
	padding:8px;
	font-size:18px
}
.captions p {
	font-size:15px;
	font-family:Arial, sans-serif
}
.captions a {
	float:right
}
.homepage .aside {
	margin-top:20px
}
/*********************************************************************************/

/* Wrapper                                                                       */

/*********************************************************************************/



	.wrapper {
	margin: 0 0 2em 0;
	padding: 1em 0 6em 0;
}
.wrapper.style1 {
}
.wrapper.style2 {
	padding-top: 0;
}
/* Images */



		.image {
	position: relative;
	display: inline-block;
	border: 0;
	outline: 0;
}
/* Uncomment the block below if you want linked images to highlight on hover */

		

			

			a.image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-moz-transition: opacity 0.35s ease-in-out;
	-webkit-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	-ms-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}
a.image:hover:before {
	opacity: 0.15;
}
.image img {
	display: block;
	width: 100%;
}
.image.full {
	display: block;
	width: 100%;
}
.image.featured {
	display: block;
	width: 100%;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}
header {
	margin: 0 0 1em 0;
}
header .byline {
	margin-bottom: 2em;
}
/* Tables */

	

		table {
	width: 100%;
}
table.style1 {
	width: 100%;
}
 table.style1 tbody tr:nth-child(2n+2) {
 background: #f4f4f4;
}
table.style1 td {
	padding: 0.5em 1em 0.5em 1em;
}
table.style1 th {
	text-align: left;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 1em;
}
table.style1 thead {
	background: #444;
	color: #fff;
}
table.style1 tfoot {
	background: #eee;
}
table.style1 tbody {
}
/* Buttons */

		

		.button {
	position: relative;
	display: inline-block;
	background: #df7366;
	color: #fff;
	text-align: center;
	border-radius: 0.5em;
	text-decoration: none;
	padding: 0.65em 3em 0.65em 3em;
	border: 0;
	cursor: pointer;
	outline: 0;
}
.button:hover {
	color: #fff;
	background: #ef8376;
}
.button:active {
}
.button.alt {
}
.button.alt:hover {
}
.button.alt:active {
}
.button.small {
}
.button.big {
}
.button.huge {
}
/* Lists */



		ul.style1 {
}
ul.actions {
}
ul.divided {
}
ul.divided li {
	border-top: solid 1px rgba(128, 128, 128, 0.2);
	padding-top: 1.5em;
	margin-top: 1.5em;
}
ul.divided li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
ul.menu {
	height: 1em;
	line-height: 1em;
}
ul.menu li {
	display: inline-block;
	border-left: solid 1px rgba(128, 128, 128, 0.2);
	padding-left: 1.25em;
	margin-left: 1.25em;
}
ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
ul.icons {
	position: relative;
	background: rgba(128, 128, 128, 0.05);
	border-radius: 4em;
	display: inline-block;
	padding: 0.35em 0.75em 0.35em 0.75em;
	font-size: 1.25em;
	cursor: default;
}
ul.icons li {
	display: inline-block;
}
ul.icons li a {
	display: inline-block;
	background: none;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border-radius: 100%;
	border: 0;
	color: inherit;
}
ul.icons li a:hover {
	color: #ef8376;
}
ol.style1 {
}

/* Grid */



	/* Cells */



		.\31 2u {
 width: 100%
}
 .\31 1u {
 width: 91.6666666667%
}
 .\31 0u {
 width: 83.3333333333%
}
.\39 u {
	width: 75%
}
.\38 u {
	width: 66.6666666667%
}
.\37 u {
	width: 58.3333333333%
}
.\36 u {
	width: 50%
}
.\35 u {
	width: 41.6666666667%
}
.\34 u {
	width: 33.3333333333%
}
.\33 u {
	width: 25%
}
.\32 u {
	width: 16.6666666667%
}
.\31 u {
	width: 8.3333333333%
}
.\-11u {
	margin-left: 91.6666666667%
}
.\-10u {
	margin-left: 83.3333333333%
}
.\-9u {
	margin-left: 75%
}
.\-8u {
	margin-left: 66.6666666667%
}
.\-7u {
	margin-left: 58.3333333333%
}
.\-6u {
	margin-left: 50%
}
.\-5u {
	margin-left: 41.6666666667%
}
.\-4u {
	margin-left: 33.3333333333%
}
.\-3u {
	margin-left: 25%
}
.\-2u {
	margin-left: 16.6666666667%
}
.\-1u {
	margin-left: 8.3333333333%
}
/* Rows */



		.row:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.row:first-child > * {
	padding-top: 0;
}
.row > * {
	padding-top: 0;
}
/* Modifiers */



			/* Flush */



				.row.flush {
	margin-left: 0;
}
.row.flush > * {
	padding: 0 !important;
}
/* Quarter */



				.row.quarter > * {
	padding: 12px 0 0 12px;
}
.row.quarter + .row.quarter > * {
	padding-top: 12px;
}
.row.quarter {
	margin-left: -12px;
}
/* Half */



				.row.half > * {
	padding: 24px 0 0 24px;
}
.row.half + .row.half > * {
	padding-top: 24px;
}
.row.half {
	margin-left: -24px;
}
/* One and (a) Half */



				.row.oneandhalf > * {
	padding: 72px 0 0 72px;
}
.row.oneandhalf + .row.oneandhalf > * {
	padding-top: 72px;
}
.row.oneandhalf {
	margin-left: -72px;
}
/* Double */



				.row.double > * {
	padding: 96px 0 0 96px;
}
.row.double + .row.double > * {
	padding-top: 96px;
}
.row.double {
	margin-left: -96px;
}
.topheader_section {
	height:200px;
}
.header_addres.scrolled {
	display:block
}
 @media (max-width: 767px) {
 .topheader_section {
 height:0 !important;
}
 .site_logo {
 max-width:125px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .topheader_section {
 height:0 !important;
}
 .header_addres.scrolled {
 display:none !important
}
 .site_logo.scrolled {
 max-width: 125px !important;
 margin-right: 75px;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
 .topheader_section {
 height:220px !important;
}
 .site_logo.scrolled {
 max-width: 125px !important;
 margin-right: 75px;
}
}
 @media (min-width: 1200px) {
 .topheader_section {
 height:200px;
}
 .site_logo.scrolled {
 max-width: 125px !important;
 margin-right: 75px;
}
}
.pod {
}
.pod-content ul li  a{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	list-style-position:inside;
	display:block
}
.pod-content ul {
	padding-left:0px;
}
.pod.servicesPod .pod-header {
	color: #FFF;
}
#toggle {
	z-index: 99999;
	width:344px;
	background: #3FA6CA;
	position:fixed;
	top:12px;
	right:0px;
	z-index:999999;
	display:none
}
#toggle .inner_toggle {
	padding: 15px;
}
.bottom_video {
	margin: auto;
	width: 500px;
	margin-bottom: 35px;
	margin-top: 35px;
}
.getdirections-link {
	display:none
}
.left_btn_divorcecalcu {
	top: 50% !important;
	margin-top: -115px !important;
}
.modal-backdrop.in {
	z-index: 9999999;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.footertestimonials {
	max-height: 315px;
	overflow: hidden;
	margin-bottom: 15px;
}
.testimonials_section {
	overflow:hidden
}
.header-phonenumber {
	padding-top:10px;
	padding-bottom:8px;
}
.header-phonenumber .btn-primary {
	color: #fff;
	background-color: #4ac0e6;
	border-color: #4ac0e6;
}
.header-getdirection {
	padding-top:5px;
	padding-bottom:12px;
}
.touchtocall {
	background: #3ba5c7;
	color: #fff;
	padding: 5px;
	font-size: 11px;
	right: 18px;
	margin-left: 4px;
}
.touchtocall a {
	color: #fff;
}
.touchtocall .glyphicon {
	color: #fff;
}
.navbar-header {
	background-color: transparent;
	border-color: transparent;
	margin-top: 9px;
	margin-bottom: 8px;
}
.navbar-default .navbar-toggle {
	border-color: #4ac0e6;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #4ac0e6;
}
.innerpage-topimg {
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 270px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-nav > li > .sub-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.sub-menu {
	padding:1px 8px;
}
.sub-menu li {
    padding: 3px 3px;
}
.menu-item-has-children:hover .sub-menu {
	display: block !important;
}
.blogpage img {
	width:auto !important;
	height:auto !important;
	max-width:100% !important
}
.commentlist {
	background: #abd9e1;
	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.commentlist p {
	background: #d7eef2;
	margin-right: 30px;
	border-radius: 6px;
	padding: 6px;
	margin-top: 11px;
	margin-bottom: 10px;
}
.comment-form-comment #comment {
	width:100%
}
.wpcf7-form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.submit, .wpcf7-submit {
	display: inline-block;
	padding: 6px 12px !important;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	padding: 10px 16px !important;
	font-size: 18px !important;
	line-height: 1.3333333;
	border-radius: 6px;
	width:inherit !important
}
.wpcf7-not-valid-tip {
	color:#F00
}
.screen-reader-response {
	color:#F00
}
.menu-item-has-children {
	background:url(images/menudotter.png) center right no-repeat
}
.wpcf7-form label {
	display:block !important
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	line-height: normal !important;
}
.sub-menu li {
	border-bottom:1px solid #CCC;
}
.sub-menu li:last-child {
	border-bottom:0px !important;
}
.sub-menu li a {
	color:#353535 !important
}
 @media (max-width: 767px) {
 .innerpage-topimg {
 min-height:0px !important;
}
 .appotment_link {
 background-image: none !important;
 background-color: #4ac0e6 !important;
 width: 100% !important;
 position: static !important;
 height: auto !important;
 font-size: 17px !important;
 text-align: center;
 line-height: 15px !important;
 margin-top: 6px !important;
 margin-bottom: 6px !important;
 line-height: 20px !important;
}
 .no-padding {
 padding:0px;
}
 .sm-display-none {
 display:none
}
 .logo_padding {
 padding-top: 4px !important;
 padding-bottom: 10px;
}
 #slider {
 margin-top:0px !important;
}
 .sm-fixed-header {
 position: fixed !important;
 width: 100% !important;
 max-width: 100%;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 10px 20px; /* Adjust spacing */
 padding-top: 0px;
 background:#e5f5f8;
 z-index:999999
}

 .headerbackdiv {
 height:100px;
}
 .header_right_txt {
 padding-top: 0px;
}
 .container .testimonials {
 max-width: 100%;
}
 .ei-slider-large li {
 background-size: cover !important;
}
 .ei-slider {
 height: 190px !important;
}
 .container .testimonials {
}
 .header_addres {
 display:none !important
}
 .resquest_appoitment .container {
 position: fixed !important;
 margin-left: 0px !important;
 width: 100%;
 left: 0px;
 background: #e5f5f8;
 padding-left: 1px;
 padding-right: 5px;
}
 .logo_padding {
 padding-top:0px !important;
}
 .header_right_txt .phonenum {
 display:none
}
 .header_right_txt .blue_txt {
 display:none !important
}
 .left_btn_divorcecalcu {
 display:none !important
}
 #toggle .inner_toggle {
 display:none !important
}
 .topheader_section_withoutheader {
}
 .slider_wrapper {
 height:210px;
}
 .ei-slider-large li {
}
 .xsm-display-block {
 display:block
}
 .ei-slider-large {
 padding:0px;
}
 .social_icons {
 position: fixed;
 left: 0px;
 top: 220px;
 width: 38px;
 z-index: 999999999999999999999;
 margin-top: 0px;
 width: 40px;
 text-align: center;
 background: #3c9ebd;
 height: 156px;
 padding-top: 2px;
 padding-bottom: 3px;
}
 .header-phonenumber {
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 position: fixed;
 width: 94%;
}
 .header {
 position: relative;
 padding-top:54px;
}
 .touchtocall {
 margin-top: 6px;
 margin-bottom: 6px;
}
 .dropdown-menu .divider {
 display: none;
}
 .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
 padding: 0px 15px 5px 35px;
}
 .navbar {
 min-height: 0;
 border: 0px;
}
 .navbar {
 margin-bottom:0px;
}
 .nav > li > a {
 padding: 10px 30px;
}
 .appotment_link {
 background-image: none !important;
 background-color: #4ac0e6 !important;
 width: 100% !important;
 position: static !important;
 height: auto !important;
 font-size: 17px !important;
 text-align: center;
 line-height: 15px !important;
 margin-top: 6px !important;
 margin-bottom: 6px !important;
 line-height: 20px !important;
 display:none
}
 .getdirections-link {
 padding-left: 8px;
 padding-top: 12px;
 padding-bottom: 12px;
 background: #1070b3;
 color: #fff;
 display:block
}
 .navbar-header {
 background-color: transparent;
 border-color: transparent;
 margin-top: 2px !important;
 margin-bottom: 0px !important;
}
 .getdirections-link a {
 color: #fff;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .lg-display-none {
 display:none
}
 .sm-display-none {
 display:none
}
 .site_logo {
 margin-top: 0px !important;
 float: left !important;
 margin: auto !important;
 max-width: 155px;
 margin-bottom: 0;
}
 .header-phonenumber {
 padding-top: 0 !important;
 padding-bottom: 0 !important;
 position: fixed;
 width: 94%;
}
 .touchtocall {
 margin-top: 9px;
 background: #3ba5c7;
 color: #fff;
 padding: 3px !important;
 font-size: 11px;
 right: 18px;
 margin-left: 4px;
}
 .resquest_appoitment .container {
 position:relative !important;
 margin-left:0px !important;
 width:100%;
 left:0px;
}
 .header.scrolled .container .row .col-xs-12.col-md-4.text-right .header_right_txt .header_addres {
 display:none
}
 .header.scrolled .container .row .col-xs-12.col-md-8.logo_padding img {
 max-width:260px !important;
}
 .header {
 position: relative !important;
}
 .xsm-display-block {
 display:none
}
 .social_icons {
 position: fixed;
 left: 0px;
 top: 0;
 width: 38px;
 z-index: 999999999999999999999;
 margin-top: 0px;
 width: 100%;
 text-align: center;
 background: #4ac0e6;
 height: 42px;
 padding-top: 2px;
 padding-bottom: 3px;
}
.innerpage-topimg {
     min-height: inherit;
}
}
 @media (min-width: 992px) and (max-width: 1199px) {
 .lg-display-none {
 display:none
}
 .topheader_section_withoutheader {
 height:203px;
}
 .touchtocall {
 display:none
}
 .header.scrolled .header_addres {
 display:none
}
 .header.scrolled .container .row .col-xs-12.col-md-8.logo_padding img {
 max-width:260px !important;
}
 .xsm-display-block {
 display:none
}
 .site_logo {
 max-width: 170px;
 margin-bottom: 10px;
 margin-top: 9px;
 margin-right: 45px;
}
.lrg_heading {

    padding-top: 21px;
}
}

@media (max-width: 991px) {
    .sm-fixed-header {
        flex-direction: column;
        text-align: center;
    }

    .site_logo {
        max-width: 150px; /* Adjust logo size for smaller screens */
    }

    .custom_nav {
        text-align: center;
    }
}

 @media (min-width: 1200px) {
 .lg-display-none {
 display:none
}
 .topheader_section_withoutheader {
 height:203px;
}
 .touchtocall {
 display:none
}
 .header.scrolled .header_addres {
 display:none !important
}
 .header.scrolled .container .row .col-xs-12.col-md-8.logo_padding img {
 max-width:260px !important;
}
 .xsm-display-block {
 display:none
}
 .site_logo {
 max-width: 170px;
 margin-bottom: 10px;
 margin-top: 9px;
 margin-right: 45px;
}
.lrg_heading {

    padding-top: 21px;
}
}
@media (max-width: 768px) {
    .footer_wrapper .container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer_section {
        margin-bottom: 15px;
    }
}
