
::-moz-selection { /* Code for Firefox */
    background:#666766; 
	color:#fff;
}
::selection{
	background:#666766; 
	color:#fff;
}


/*custom CSS styles*/


#navlogo {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#navlogo-home {
	width: 190px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#paybill-home {
	float: right;
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
@media (max-width: 767px) {
	#paybill-home {
		position: relative;
		z-index: 999;
		float: left;
		width: 80%;
		height: auto;
		margin-top: 15px;
		margin-bottom: 0px;
		margin-left: 17%;
	}
}
#paybill-pay {
	
	width: 85%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footlogo {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-right: 11%;
}
@media (max-width: 767px) {
	#navlogo {
		width: 150px;
		margin-bottom: -2px;
	}
}
@media (min-width: 768px) {
	#navlogo {
		width: 150px;
		margin-bottom: 15px;
	}
}
@media (min-width: 800px) {
	#navlogo {
		width: 200px;
		margin-bottom: 20px;
	}
}
@media (min-width: 975px) {
	#navlogo {
		width: 200px;
		margin-bottom: 0px;
	}
}
@media (min-width: 1200px) {
	#navlogo {
		width: 225px;
	}
}


.btn-hero {
	background-color: #666766;
	color: #fff;
	border-color: #666766;
	border-radius: 10px;
	padding: 8px 20px 8px 24px;
	font-size: 14px;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.btn-hero:hover {
	background-color: #404041;
	color: #fff;
	border-color: #404041;
}


.hp--smile--gallery {
	border-top: 1px solid #eee;
}

/*banner-video*/

 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: inherit;
    right: 0;
    bottom: 0;
	
   min-width: 100%;
    min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.vid-content {
    position: relative;
	margin: 0 auto;
    bottom: 100%;
    background: none;
    width: 30%;
    padding: 20px;
}
.vid-content img {
	position: relative;
	margin: 0 auto;
}


.vid-content2 {
    position: absolute;
	margin: 0 auto 0 auto;
	left: 39%;
    top: 12%;
    background: none;
    width: 25%;
    padding: 0;
}
/*.vid-content2 img { 
    width: 30%;
	height: auto;
	padding:0vw 0vw;
	position: relative;
	margin: 0 auto 0 auto;
	top:0%;
	z-index: 3;
}*/

.vid-content3 {
    position: absolute;
	margin: 0 auto 0 auto;
    left: 10%;
    top: 66%;
    background: none;
    width: 80%;
    padding: 0px;
}


.vid-content3 h3 {
	font-family: 'Lora', serif;
	text-align: center;
	color:#fff;
	font-size: 3.1vw;
	font-weight: 500;
	/*margin-top:17%;*/
	letter-spacing: -1px;
}

/*/banner-video*/




/*<!-- section callouts start -->*/
.section--callouts {
	position: relative;
	margin-top: -40px;
    bottom: 0px;
    right: 0;
    left: 0;
    background: none;
    z-index: 2;
    display: block;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,.0);
    padding:0 0 0 0;
}


.section--callouts .container {
	margin-top: 1%;
	position:relative;
	z-index: 3;
}
.section--callouts a:hover {
	cursor:pointer;
}
.db--callout {
	text-align: center;
}

.section--callouts .col-sm-4 {
	margin-bottom: 0px;
}
.section--callouts .col-sm-4:last-of-type {
	margin-bottom: 0px;
}
.db--callout {
	display:block;
	border:0px solid #dcd4b8;
	margin-bottom: 20px;
	position: relative;
	top:25px;
}
.db--callout img {
	position:relative;
	width: 100%;
	display:block;
	margin:5px auto 0px auto;
}
#db--callout-left {
	margin-top: 0;
	left: 3%;
}
#db--callout-center {
	margin-top: 0;
	left: 1%;
}
#db--callout-right {
	margin-top: 0;
	right: 1%;
}
#db--callout-right2 {
	margin-top: 0;
	right: 3%;
}
/*
/*.db--callout img.imgg-1 {
	left:10%;
}
.db--callout img.imgg-3 {
	right:10%;
}*/
.section--callouts h2 {
	text-align: center;
	color:#fff;
	font-family: 'Lora', serif;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	padding-top:5px;
}
.section--callouts h2 a {
	text-align: center;
	color:#fff;
	font-family: 'Lora', serif;
	font-weight: 500;
	margin-bottom: 20px;
	position: relative;
	padding-top:5px;
}
.section--callouts h2 a:hover {
	color:#ccc;
	
}


@media (max-width: 500px) {
	.section--callouts {
		margin-top: 100px;
	}
	.section--callouts h2 {
		
		top:15px;
	}
	.section--callouts h2 a {
		font-size: 12px;
		top:-218px;
		
	}
}
@media (max-width: 767px) {
	.section--callouts {
		margin-top: 100px;
	}
	.section--callouts .col-sm-4 {
		margin-bottom: 0px;
	}
	.db--callout {
		top:-145px;
	}
	/*.section--callouts h2 {
		font-size: 20px;
		top:-225px;
	}*/
	.section--callouts h2 a {
		font-size: 20px;
		top:-225px;
	}
	#db--callout-left {
	top: 115px;
	left: 0%;
    }
	#db--callout-center {
	top: 115px;
	left: 0%;
    }
    #db--callout-right {
	top: 44px;
	right: 0%;
	}
	#db--callout-right2 {
	top: 44px;
	right: 0%;
	}
}
@media (min-width: 768px) {
	
	.db--callout {
		top:-70px;
	}
	.section--callouts h2 {
		font-size: 16px;
		top:-137px;
	}
	.section--callouts {
	    top: 0px;
	    padding:65px 0px -100px 0px;
	}
}
@media (min-width: 992px) {
	.db--callout {
		top:-88px;
	}
	.section--callouts h2 {
		font-size: 21px;
		top:-163px;
	}
}
@media (min-width: 1200px) {
	.db--callout {
		top:-120px;
	}
	.section--callouts h2 {
		font-size: 25px;
		top:-204px;
	}
}
@media (min-width: 1400px) {
	.db--callout {
		top:-140px;
	}
	.section--callouts h2 {
		font-size: 26px;
		top:-227px;
	}
	.section--callouts {
	    top: 0px;
	    padding:0px 0 0px 0;
	}
}


.db--callout img:hover {
	transform:scale(0.99,0.99);
	-webkit-transform: scale(0.99,0.99);
	opacity: 0.98;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*<!-- section callouts end -->*/








a.aqua--btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	border-radius: 5px;
	color:#666766;
	background-color: transparent;
	padding:3px 8px 2px 8px;
	transform: scale(0.92);
        transition: transform .4s cubic-bezier(0.785, .135, .15, .86)
}
a.aqua--btn:hover {
	color:#4c525e;
	background-color: transparent;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.back--btn {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	border-radius: 35px;
	color:#fff;
	background-color: #666766;
	padding:13px 40px 12px 40px;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a.back--btn:hover {
	color:#fff;
	background-color: #676767;
	box-shadow: 0 5px 7px rgba(5,6,10,.125), 0 3px 6px rgba(0,0,0,.08);
}








/*<!-- section Philosophy start -->*/
.section--philosophy {
	position: relative;
	top: -140px;
    margin-bottom: 0px;
    right: 0;
    left: 0;
    background: #3e5c74;
	z-index: 2;
    display: block;
    box-shadow: 0 7px 4px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
}
.section--philosophy .container-fluid {
	position:relative;
	z-index: 4;
	padding-top:175px;
}


@media (max-width: 767px) {
	.section--philosophy {
	top: -35px;
    }
.section--philosophy .container-fluid {
	position:relative;
	z-index: 4;
	margin-top: -90px;
	padding-top:0px;
}
.section--philosophy h2 {
	margin: -285px auto 20px auto;
	font-size: 20px;
}
.section--philosophy h5 {
	margin-top: 0px;
	padding: 8px 0 0 0;
	font-size: 22px;
	font-weight: 600;
}
	
	}
@media (min-width: 768px) {
	.section--philosophy {
	top: -90px;
    }
	.section--philosophy .container-fluid {
		padding-top:0px;
		top: 10px;
		padding-bottom: 0px;
	}
	.section--philosophy .container-fluid h2 {
	margin: 0px auto 20px auto;
	font-size: 18px;
	
    }
}
@media (min-width: 900px) {
	.section--philosophy {
	top: -85px;
    }
	.section--philosophy .container-fluid {
		top: 20px;
	}
	.section--philosophy .container-fluid h2 {
	margin: 0px auto 20px auto;
	font-size: 20px;
    }
}
@media (min-width: 1100px) {
	.section--philosophy {
	top: -90px;
    }
	.section--philosophy .container-fluid {
		top: 0px;
	}
	.section--philosophy .container-fluid h2 {
	margin: 20px auto 20px auto;
	font-size: 26px;
    }
}
@media (min-width: 1400px) {
	.section--philosophy {
	top: -140px;
    }
	.section--philosophy .container-fluid {
		top: 23px;
	}
}
.section--philosophy h2 {
	color:#c6d5dc;
	text-align: center;
	padding: 0 2% 0 2%;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	line-height: 1.7em;
	font-weight: 300;
	margin:20px auto 20px auto;
}
.section--philosophy h5 {
	color: #fff;
	text-align: center;
	padding: 2% 0 0 0;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
ul.db--list {
	/*list-style: none;*/
	text-align: left;
	padding-left: 0px;
}
.section--philosophy ul.db--list li {
	color:#c6d5dc;
	font-size: 17px;
	padding: 0px 2px 0px 0px;
	display:inline-block;
	line-height: 1.3em;
	font-weight: 300;
}
.section--philosophy a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	background-color: none;
	border: 0px solid #fff;
	/*border-radius: 8px;*/
	font-weight: 400;
	padding: 0px;
	font-size: 18px;
	text-align: center;
}
.section--philosophy a:hover {
	color: #c6d7df;
	
}
.section--philosophy .vert-lin {
	padding: 2% 0 4% 0;
    }

.section--philosophy .bus-award img {
	padding: 4% 0 0 0;
	width: 85%;
	height: auto;
    }





/*<!-- section Philosophy end -->*/

/*<!-- section tourpix start -->*/
.section--tourpix {
	position: relative;
}
.section--tourpix::before {
    content: '';
    position: absolute;
    top: -25px;
    bottom: -160px;
    right: 0;
    left: 0;
    background-color: #666766;
	background: url("../images/callouts/tourpix3.png") 100% 35% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    z-index: 2;
    display: block;
    -webkit-transform: skewY(175deg);
    transform: skewY(175deg);
    box-shadow: 0 7px 4px rgba(5,6,10,.0), 0 3px 6px rgba(0,0,0,.0);
}
.section--tourpix .container-fluid {
	min-height: 19vh;
	position:relative;
	z-index: 4;
	padding-top:100px;
}
@media (max-width: 767px) {
	.section--tourpix::before {
	    content: '';
	    position: absolute;
	    top: -25px;
	    bottom: -70px;
	}
	.section--tourpix .container-fluid {
		padding-top:0px;
		top: -75px;
		padding-bottom: 0px;
	}
}
@media (min-width: 768px) {
	.section--tourpix::before {
	    content: '';
	    position: absolute;
	    top: -25px;
	    bottom: -80px;
	}
	.section--tourpix .container-fluid {
		padding-top:0px;
		top: -100px;
		padding-bottom: 0px;
	}
}
@media (min-width: 1400px) {
	.section--tourpix::before {
	    content: '';
	    position: absolute;
	    top: -145px;
	    bottom: 0px;
	}
	.section--tourpix .container-fluid {
		top: -200px;
	}
}

@media (min-width: 768px) {}

/*<!-- section tourpix end -->*/


/*<!-- section modtech start -->*/

.section--modtech {
	position: relative;
	top: 0px;
    bottom: 0px;
    right: 0;
    left: 0;
   /* background-color: #666766;*/
	background: url("../images/parallex/testimonial2.jpg") 15% 66% no-repeat #666766;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: block;
	box-shadow: 0 7px 4px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
	border-top: 0px solid #fff;
}
.section--modtech .container-fluid {
	position:relative;
	z-index: 4;
	padding-top: 8%;
	padding-bottom: 10%;
}



#modtech-bac1 {
	margin-top: 9%;
	padding: 6% 3% 6% 3%;
	background-color: rgba(32,45,64,0.7);
	width: 100%;
	display: block;
	background-size: cover;
}
#modtech-bac2 {
	padding: 6% 3% 6% 3%;
	background-color: rgba(32,45,64,0.5);
	width: 100%;
	display: block;
	background-size: cover;
}



.section--modtech h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	margin:0px auto 0 auto;
}

.section--modtech p {
	color: #fff;
	padding: 0 8% 0 8%;
	font-size: 17px;
	line-height: 180%;
	text-align: center;
	font-weight: 300;
}
.section--modtech a {
	position: relative;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 16px;
	
}
.section--modtech a:hover {
	color: #c6d7de;
}


@media (max-width: 600px) {
	
	.section--modtech a {
	font-size: 15px;
	padding: 6px 16px 6px 16px;
    }
	
	}

@media (max-width: 767px) {
	.section--modtech {
	margin-top: 88px;
	background: url("../images/parallex/testimonial2-sm.jpg") 15% 66% no-repeat #666766;
	
}
	
	.section--modtech a {
	font-size: 15px;
	text-align: center;
	padding: 6px 16px 6px 16px;
    }
	.section--modtech h2 {
	font-size: 20px;
}
.section--modtech p {
	font-size: 16px;
}
	}
	
@media (min-width: 768px) {
	
	.section--modtech .container-fluid {
		padding-top:4%;
		top: 0px;
		bottom: 20px;
	}
	.section--modtech a {
	font-size: 15px;
	
	padding: 6px 18px 6px 18px;
    }
	
	}
@media (min-width: 900px) {
	
	.section--modtech a {
	font-size: 16px;
	padding: 6px 20px 6px 20px;
    }
	
	}
@media (min-width: 1100px) {
	
	.section--modtech a {
	font-size: 17px;
	color: #fff;
    }
	
	}
@media (min-width: 1400px) {
	.section--modtech .container-fluid {
		top: 0px;
		bottom: 6%;
	}
	}

/*<!-- section modtech end -->*/



/*<!-- section reviews start -->*/
.section--reviews {
	position: relative;
	top: 0%;
    background: url("../images/parallex/testimonial2.jpg") 0% 0% no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:10% 3% 3% 3% !important;
    display: block;
	box-shadow: 0 7px 4px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
	border-top: 7px solid #fff;
	border-bottom: 7px solid #fff;
	z-index: 5;
}
.section--reviews .container-fluid {
	position:relative;
	z-index: 4;
	padding-top:0px;
}
.section--reviews h3 {
	color: #f25a29;
	font-family: 'Lora', serif;
	font-size: 29px;
	line-height: 1.2em;
	font-weight: 300;
	margin:-6% auto 0 auto;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
}
.section--reviews p {
	color: #47485d;
	font-family: 'Lora', serif;
	padding: 8px 0px 0px 0px;
	line-height: 1.5em;
	font-size: 30px;
	font-weight: 300;
}
.section--reviews p span {
	padding: 2% 0 0 0;
	font-size: 22px;
	font-weight: 300;
	float: right;
}
.section--reviews a {
	color: #dcbf71;
	font-family: 'Lora', serif;
	background-color: transparent;
	border: 1px solid #dcbf71;
	border-radius: 6px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 35px 8px 35px;
	font-size: 18px;
	text-align: center;
}
.section--reviews a:hover {
	color: #e9d7a6;
	background-color: rgba(0,0,0,0.2);
	border: 1px solid #dcbf71;
}
.reviewVid {
	padding: 0 0 0 0;
}
.reviewVid img {
	width: 90%;
	height: auto;
}
.section--reviews a {
	margin-top: 0px;
}
.reviewVid img {
	margin-top: 15px;
	width: 75%;
	height: auto;
}
	
@media (max-width: 767px) {
	.section--reviews {
	background: url("../images/parallex/testimonial2-sm.jpg") 40% 20% no-repeat;
	margin-top: -97px;
		
	}
	#reviews-hed {
	margin-top: 0px;
	font-size: 26px;
	line-height: 1.2em;
	
}
	.section--reviews p {
	font-size: 22px;
	
}
}


@media (min-width: 768px) {
	.section--reviews {
	margin-top: -98px;
    background: url("../images/parallex/testimonial2.jpg") 80% 80% no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:10% 3% 3% 3% !important;
    display: block;
	z-index: 5;
}
	.section--reviews p {
	
	font-size: 22px;
	
}
	.section--reviews h3 {
	font-size: 27px;
	line-height: 1.2em;
	
}
    #reviews-hed {
	margin-top: -45px;
	font-size: 40px;
	line-height: 1.2em;
	
}
}

@media (min-width: 1000px) {
	.section--reviews {
    background: url("../images/parallex/testimonial2.jpg") 60% 60% no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:10% 3% 3% 3% !important;
    display: block;
	z-index: 5;
}
	.section--reviews p {
	
	font-size: 26px;
	
}
	.section--reviews h3 {
	font-size: 29px;
	line-height: 1.2em;
	
}
    #reviews-hed {
	margin-top: -45px;
	font-size: 40px;
	line-height: 1.2em;
	
}
}
@media (min-width: 1100px) {
	.section--reviews p {
	color: #47485d;
	font-size: 30px;
	
}
	
}
@media (min-width: 1400px) {
	.section--reviews p {
	color: #47485d;
	font-size: 30px;
	
}
	.section--reviews .container-fluid {
		top: 0px;
		bottom: 50px;
	}
	.section--reviews h3 {
	font-size: 29px;
	line-height: 1.2em;
	
}
#reviews-hed {
	margin-top: -45px;
	font-size: 40px;
	line-height: 1.2em;
	
}
}

/*<!-- section reviews end -->*/


/*<!-- section team -->*/
.section--team {
	position: relative;
	margin-top: 0;
    bottom: 0px;
    right: 0;
    left: 0;
   /* background-color: #666766;*/
	background: url("../images/parallex/team.jpg") 15% 66% no-repeat #666766;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: block;
	box-shadow: 0 7px 4px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
	border-top: 0px solid #fff;
}
.section--team .container-fluid {
	position:relative;
	z-index: 4;
	padding-top:0;
	padding-top: 4%;
	padding-bottom: 6%;
}
.section--team img {
	position: relative;
	float: right;
	border-radius: 50%;
	border: 10px solid #9eaab6;
	width: 62%;
	height: auto;
}

.section--team h2 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 300;
	text-align: left;
	margin:0px auto 0 auto;
}

.section--team p {
	color: #c5d6de;
	padding: 2% 10% 0 0%;
	font-size: 17px;
	line-height: 180%;
	text-align: left;
	font-weight: 300;
}
.section--team p span {
	color: #fff;
	font-style: italic;
	
}
.section--team a {
	position: relative;
	color: #fff;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
}
.section--team a:hover {
	color: #c6d7de;
}


@media (max-width: 767px) {
	.section--team img {
	position: relative;
	margin: 0 auto 0 auto;
	border-radius: 50%;
	border: 10px solid #9eaab6;
	width: 70%;
	height: auto;
}
.section--team h2 {
	font-size: 20px;
}
.section--team p {
	font-size: 16px;
	
}
	
}
	
	
@media (min-width: 768px) {
	.section--team .container-fluid {
		padding-top:4%;
		top: 0px;
		bottom: 20px;
	}
	.section--team a {
	font-size: 15px;
	
	padding: 6px 18px 6px 18px;
    }
	
	}
@media (min-width: 900px) {
	
	.section--team a {
	font-size: 16px;
	padding: 6px 20px 6px 20px;
    }
	
	}
@media (min-width: 1100px) {
	
	.section--team a {
	font-size: 17px;
	color: #fff;
    }
	
	}
@media (min-width: 1400px) {
	.section--team .container-fluid {
		top: 0px;
		bottom: 6%;
	}
	}

/*<!-- section team end -->*/





/*<!-- section servz start -->*/
.section--servz {
	position: relative;
	padding: 4% 5% 5% 5%;
	background: #dcdfe5;
	background-size: 35% auto;
    display: block;
	box-shadow: 0 7px 4px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
}
/*.section--servz::before {
    content: '';
    position: absolute;
    top: -25px;
    bottom: -160px;
    right: 0;
    left: 0;
	background: #666766;
	background-size: 35% auto;
    display: block;
    -webkit-transform: skewY(175deg);
    transform: skewY(175deg);
    box-shadow: 0 7px 4px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
}*/
.section--servz .container-fluid {
	position:relative;
	z-index: 4;
	padding-top:100px;
}
@media (min-width: 768px) {
	
	.section--servz .container-fluid {
		padding-top:0px;
		top: 0px;
		padding-bottom: 0px;
	}
}
@media (min-width: 1400px) {
	
	.section--servz .container-fluid {
		top: 0px;
		bottom: 0px;
	}
}
.section--servz h2 {
	color: #565670;
	text-align: center;
	font-family: 'Lora', serif;
	font-size: 42px;
	line-height: 1.5em;
	font-weight: 500;
	margin:0 auto 15px auto;
}
.section--servz h3 {
	color: #565670;
	font-family: 'Lora', serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	font-weight: 600;
}
.section--servz h4 {
	color: #565670;
	font-family: 'Lora', serif;
	margin-top: -8px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
}
.section--servz h4 a {
	color: #fff;
	font-family: 'Questrial', sans-serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	border: 0px solid #dcbf71;
	letter-spacing: 0px;
	line-height: 150%;
	font-weight: 400;
}
.section--servz h4 a:hover {
	color: #dcbf71;
	background: none;
	font-family: 'Questrial', sans-serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	border: 0px solid #dcbf71;
	letter-spacing: 0px;
	line-height: 150%;
	font-weight: 400;
}
.section--servz p {
	color: #fff;
	padding: 8px 0px 0px 0px;
	font-size: 16px;
	font-weight: 300;
}
.section--servz p span {
	font-size: 17px;
	font-weight: 500;
}

.section--servz a {
	
}
.section--servz a:hover {
	color: #e9d7a6;
	
}
.servz-icons {
	padding: 0 1% 0 1%;
}
.servz-icons img {
	position: relative;
	margin: 0 auto 0 auto;
	border-radius: 50%;
	border: 7px solid #fff;
	width: 70%;
	height: auto;
}
.servz-icons2 {
	margin: 0 0 0 2%;
}
.servz-icons2 img {
	position: relative;
	margin: 0 auto 0 auto;
	border-radius: 50%;
	border: 7px solid #fff;
	width: 70%;
	height: auto;
}

@media (max-width: 767px) {
	.section--servz h2 {
	
	font-size: 26px;
	line-height: 1.5em;
	
}
	
	
	}
/*<!-- section servz end -->*/


/*<!-- section familycare start -->*/
.section--familycare {
	position: relative;
	top: 0px;
    bottom: 0px;
    right: 0;
    left: 0;
   /* background-color: #666766;*/
	background: url("../images/parallex/fam-care.jpg") 15% 66% no-repeat #666766;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    display: block;
	box-shadow: 0 7px 4px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
	border-bottom: 7px solid #fff;
	border-top: 7px solid #fff;
}
.section--familycare .container-fluid {
	position:relative;
	z-index: 4;
	padding-top:0;
	padding-top: 4%;
	padding-bottom: 6%;
}

.section--familycare h2 {
	color: #fff;
	text-align: center;
	font-family: 'Lora', serif;
	font-size: 42px;
	line-height: 1.5em;
	font-weight: 600;
	margin:5% auto 0 auto;
}
.section--familycare h5 {
	color: #dcbf71;
	text-align: center;
	padding: 8px 0px 0px 0px;
	font-size: 28px;
	font-weight: 600;
}
.section--familycare p {
	color: #fff;
	padding: 8px 0px 0px 0px;
	font-size: 16px;
	font-weight: 500;
}
.section--familycare p span {
	/*font-size: 17px;*/
	font-weight: 500;
}
.section--familycare a {
	color: #fff;
	display: block;
	font-family: 'Lora', serif;
	background-color: #9b0004;
	border: 2px solid #fff;
	border-radius: 8px;
	font-weight: 400;
	letter-spacing: 0px;
	padding: 2px 10px 2px 10px;
	width: 85%;
	font-size: 19px;
	text-align: center;
}
.section--familycare a:hover {
	background-color: #dc6467;
}

@media (max-width: 767px) {
	.section--familycare .container-fluid {
		padding-top:4%;
		top: 0px;
		bottom: 20px;
	}
	.section--familycare::before {
	    top: -40px;
	    bottom: 0px;
	}
	.section--familycare h2 {
	font-size: 22px;
	line-height: 1.2em;
	
    }
	.section--familycare a {
	padding: 2px 10px 2px 10px;
	width: 95%;
	font-size: 14px;
	}
}
@media (min-width: 768px) {
	.section--familycare .container-fluid {
		padding-top:4%;
		top: 0px;
		bottom: 20px;
	}
	.section--familycare::before {
	    
	    top: -40px;
	    bottom: 0px;
		/*background: url("../images/callouts/icat-sm.png") 25% 45% no-repeat #666766;
	    background-size: 60% auto;*/
	}
	.section--familycare h2 {
	font-size: 26px;
	line-height: 1.2em;
    }
	.section--familycare a {
	padding: 2px 10px 2px 10px;
	width: 90%;
	font-size: 14px;
	}
}
@media (min-width: 1000px) {
	.section--familycare a {
	padding: 2px 10px 2px 10px;
	width: 95%;
	font-size: 15px;
	}
	.section--familycare h2 {
	font-size: 40px;
    }
}
@media (min-width: 1050px) {
	.section--familycare a {
	padding: 2px 10px 2px 10px;
	width: 85%;
	font-size: 19px;
	}
}
@media (min-width: 1400px) {
	.section--familycare .container-fluid {
		top: 0px;
		bottom: 6%;
	}
}
/*<!-- section familycare end -->*/




















.single--callout {
	margin-top: 550px;
	background-color: #dcd4b8;
	background: url("../images/callouts/single-service-bkg.jpg") 100% 50% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: 0 7px 14px rgba(5,6,10,.15), 0 3px 6px rgba(0,0,0,.04);
}
.single--callout img {
	position: relative;
	top:100px;
}
.single--callout .txt-box {
	padding:0px 40px 50px 40px;
}
.single--callout .txt-box h2 {
	color: #666766;
	margin-bottom: 12px;
}
.single--callout .txt-box p {
	color:#404041;
}
.single--callout .txt-box a {
	color:#fff;
	background-color: #666766;
	padding:12px 22px;
	border-radius: 8px;
	margin-top: 22px;
}
@media (min-width: 768px) {
	.single--callout img {
		position: relative;
		top:100px;
		max-width: 500px;
	}
	.single--callout .txt-box {
		padding:40px 40px 0px 40px;
	}
}
@media (min-width: 992px) {
	.single--callout img {
		position: relative;
		top:220px;
		max-width: 355px;
	}
	.single--callout .txt-box {
		padding:40px 40px 40px 40px;
	}
}
@media (min-width: 1500px) {
	.single--callout .txt-box {
		padding:40px 120px 80px 80px;
	}
	.single--callout img {
		position: relative;
		top:225px;
		max-width: 600px;
	}
	.single--callout .txt-box h2 {
		font-size: 64px;
	}
	.single--callout .txt-box p {
		max-width: 800px;
		font-size: 22px;
		line-height: 1.6em;
	}
}


/*<!-- section Testimonials start -->*/
.section--testimonials {
	background: url("../images/parallex/testimonial2.jpg") 50% 50% no-repeat;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:70px 20px 20px 20px !important;
}
@media (min-width: 768px) {
	.section--testimonials {
		padding:150px 20px 100px 20px !important;
	}
}
@media (min-width: 1400px) {
	.section--testimonials {
		padding:200px 20px 150px 20px !important;
	}
}
.section--testimonials h1 {
	color:#fff;
	font-weight: 300;
	font-size: 28px;
	text-transform:uppercase;
	letter-spacing: 1.5px;
}
.test-star {
	display: block;
	text-align: center;
	color:#666766;
	font-size: 32px;
	margin-bottom: 14px;
}
.test-star i {
	padding:3px;
}
.section--testimonials .testimonials blockquote {
	padding:0px 20px 10px 20px;
	margin-top: 0px;
	font-weight: 400;
	color:#fff;
	font-size: 18px;
	margin-left: 0px;
	line-height: 1.6em;
}
@media (min-width: 992px) {
	.section--testimonials .testimonials blockquote {
		font-size: 26px;
	}
	.test-star {
		font-size: 32px;
	}
}


/*<!-- section Testimonials end -->*/

/*<!-- section home-pointer start -->*/
.section--home-pointer {
	margin-top: -140px;
	padding: 0px 0;
	background-color: #202d40;
}
.section--home-pointer h2 {
	margin-top: -82px;
	text-align: center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 28px;
}
.section--home-pointer h2 span {
	
	font-weight: 700;
}
/*@media (max-width: 767px) {
	.section--home-pointer {
	margin-top: 45px;
	padding: 0px 0;
	background-color: #202d40;
}
}
*/


/*<!-- section pointer start -->*/
.section--pointer.branded--blue {
	padding: 25px 0;
	background-color: #3e5c74;
}
.section--pointer.branded--blue h2 {
	color:#f7fafa;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	font-size: 20px;
}
/*.section--pointer {
	padding: 25px 0;
	background-color: #F2F2F2;
}
.section--pointer img {
	max-width: 120px;
	display:inline-block;
}
.section--pointer h2 {
	display:inline-block;
	margin-left: 10px;
	color: #666766;
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
}
.section--pointer a.btn-default {
	margin-top: 25px;
}*/
.btn-pointer {
	background-color: transparent;
	color: #f7fafa;
	border: 1px solid #f7fafa;
}
.btn-pointer:hover {
	background-color: #c5d8df;
	color: #3e5c74;
	border: 1px solid #c5d8df;
}
/* Media queries
----------------------------------*/
@media (min-width:768px) {
	.section--pointer.branded--blue h2 {
		font-size: 26px;
		margin-top: 28px;
	}
}

@media (max-width:767px) {
	/*.section--pointer img {
		max-width: 120px;
		display:block;
		margin: 0px auto;
	}
	.section--pointer h2 {
		display: block;
		margin: 0px auto;
	}*/
	.section--implants {
		background: none;
	}
}
/*<!-- section pointer end -->*/






/*<!-- section services start -->*/

aside#sidebar img {
	margin-top: 5px;
}





.section--services {
	padding: 10px 0px 60px 0px;
	background-color: #f7fafa;
}

.secheader {
	padding:230px 15px 20px 15px;
}
@media (min-width: 768px) {
	.secheader {
		padding:170px 15px 20px 15px;
	}
}
@media (min-width: 1400px) {
	.secheader {
		padding:110px 15px 20px 15px;
	}
}
.secheader h1 {
	color:#404041;
	font-weight: 300;
	font-size: 42px;
	letter-spacing: 1.5px;
	text-align: center;
}
.secheader p {
	color:#727570;
	text-align: center;
	line-height: 1.4em;
	font-size: 18px;
}

.section--services .icon-box-3 a h2 {
	color: #727570;
	font-weight: 500;
	font-size: 24px;
	padding: 15px;
}

.section--services .icon-box-3 a p {
	color:#727570;
	font-weight: 300;
	line-height: 1.4em;
}

.section--services img.img-circle {
	background-color:#666766;
}
.section--services a h2:hover,
.section--services a img:hover {
	opacity:.6;
	cursor: pointer;
}


.icon-box-3 {
	min-height: 100px;
}

/* Larger than tablet */
@media (min-width: 768px) {

	.section--services p.para--para {
		font-size: 38px;
		padding-bottom: 40px;
	}

	.icon-box-3.icon-right {
		text-align: right;
	}
	.icon-box-3.icon-right img {
		max-width: 65px;
		float: right;
	}
	.icon-box-3.icon-right .text {
		margin-right: 70px;
		margin-left: 0px;
		padding-left: 10px;
	}
	.icon-box-3.icon-left {
		text-align: left;
	}
	.icon-box-3.icon-left img {
		max-width: 65px;
		float: left;
	}
	.icon-box-3.icon-left .text {
		margin-left: 70px;
		padding-right: 10px;
	}
	.icon-box-3 {
		min-height: 250px;
	}
	.section--services .icon-box-3 a h2 {
		font-size: 28px;
	}
}

/* Larger than desktop */
@media (min-width: 992px) {
	.section--services {
		height: 890px;
		overflow:hidden;
	}
	.icon-box-3.icon-right .text {
		padding-left: 0px;
	}
	.icon-box-3.icon-left .text {
		padding-right: 0px;
	}
	.section--services .icon-box-3 a p {
		line-height: 1.4em;
	}
	.section--services img.services--img {
		display:inline-block;	
	}
	.icon-box-3 {
		min-height: 150px;
	}
	.section--services .icon-box-3 a h2 {
		font-size: 26px;
	}
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	.section--services {
		height: 1030px;
	}
	.section--services h1 {
		font-size: 56px;
	}
	.secheader p {
		font-size: 21px;
	}
	.icon-box-3.icon-right .text {
		padding-left: 40px;
	}
	.icon-box-3.icon-left .text {
		padding-right: 40px;
	}
	.section--services .icon-box-3 a p {
		line-height: 1.75em;
	}
	.icon-box-3 {
		min-height: 200px;
	}
	.section--services .icon-box-3 a h2 {
		font-size: 24px;
	}
}
@media (min-width: 1600px) {
	.section--services {
		height: 1140px;
	}
	
	.icon-box-3 {
		min-height: 230px;
	}
}
/*<!-- section services end  -->*/


















.imgBorder--db {
  -webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    /*border:1px solid #c7c7c7;
	border-radius: 1px;
	padding:4px;*/
}



.patient--resources {
	padding: 60px 0px 50px 0px;
}
.patient--resources h1,
.patient--resources h2,
.patient--resources h3,
.patient--resources h4,
.patient--resources h5 {
	color:#666766;
}
.patient--resources h2 {
	margin-top: 0px;
}
.patient--resources h4 {
	font-weight: 400;
}
.patient--resources.philo h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #3e5c74;
}
.patient--resources .credit_logos img {
	float:left;
}




.pdf--form {
	margin-top: 30px;
	margin-bottom: 20px;
}
.pdf--form img {
	max-width: 180px;
	opacity: 0.95;
}
.pdf--form a {
	padding:16px 40px 15px 40px;
	background-color: #252c3d;
	color:#fff;
	font-size: 15px;
	letter-spacing: .5px;
	border: none;
	border-radius: 35px;
	min-width: 100%;
	-webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.pdf--form a:hover {
  background-color: #677e91;
  box-shadow: 0 5px 7px rgba(5,6,10,.125), 0 3px 6px rgba(0,0,0,.08);
}
.pdf--form h4 {
	color: #404041;
	font-weight: 400;
	font-size: 15px;
	padding-left: 8px;
}
.helpful--links a {
	padding:16px 0px 15px 0px;
	background-color: #404041;
	color:#fff;
	font-size: 15px;
	letter-spacing: .5px;
	border: none;
	border-radius: 25px;
	min-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.helpful--links a:hover {
  background-color: #666766;
  -webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.helpful--links h4 {
	color: #404041;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	margin-bottom: 25px;
}
.pdf--form2 {
	margin-top: 30px;
	margin-bottom: 20px;
}
.pdf--form2 img {
	max-width: 180px;
	opacity: 0.95;
}
.pdf--form2 a {
	padding:16px 0px 15px 0px;
	background-color: #dcd4b8 ;
	color:#fff;
	font-size: 15px;
	letter-spacing: .5px;
	border: none;
	border-radius: 25px;
	min-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.pdf--form2 a:hover {
  background-color: #404041;
  -webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.payment-btn {
	margin: 40px auto;
	text-align: center;
}
.payment-btn a {
	padding:16px 40px 15px 40px;
	background-color: #666766;
	color:#fff;
	font-size: 15px;
	letter-spacing: .5px;
	border: none;
	border-radius: 25px;
	min-width: 100%;
	-webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;	
}
.payment-btn a:hover {
  background-color: #7a8fc1;
  box-shadow: 0 5px 7px rgba(5,6,10,.125), 0 3px 6px rgba(0,0,0,.08);
}


/*SMILE SAVINGS*/
#smile--savings ul.swp {
	list-style: none;
	text-align: center;
}
#smile--savings ul.swp li {
	display:inline-block;
	padding-right:25px;
	font-size: 20px;
	line-height: 1.9em;
	color:#003b4c;
}
.swp--header {
	background-color: #666766;
	min-height: 50px;
	margin-top: 30px;
}
.swp--header h2 {
	color:#aec58a !important;
	padding:28px 10px 0px 10px;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
.swp--header h6 {
	color: #fff;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 15px;
	position:relative;
	bottom:20px;
}
.swp--membership {
	background-color: #f9f9f9;
	text-align: center;
	min-height: 60px;
}
.swp--membership h3 {
	padding:30px 0px 10px 0px;
	color:#666766;
	margin-bottom: 0px;
}
.swp--membership p {
	padding-bottom:20px;
	margin-bottom: 0px;
}
.swp--left {
	border-right: 1px solid #ccc;
}
.swp--membership div.swp--extra h3 {
	padding:20px 0px 18px 0px;
	border-top: 1px solid #ccc;
}
.swp--coverage h2 {
	color:#aec58a !important;
	padding:32px 10px 28px 10px;
	text-align: center;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
	margin-top: 20px;
	background-color: #666766;
	margin-bottom: 0px;
}
.swp--coverage h4 {
	color:#fff !important;
	font-weight: 500;
	padding:12px 10px 8px 10px;
	text-align: center;
	margin-top: 0px;
	background-color: #003b4c;
	margin-bottom: 0px;
}
.swp--coverage ul.swp {
	background-color: #f9f9f9;
	margin-top: 0px;
	padding: 20px 0px;
}
.swp--coverage ul.swp li {
	color:#666766 !important;
	font-weight: 300;
}
.swp--details {
	padding:8px;
}
.swp--details p {
	color:#c7c7c7;
	font-size: 12px;
	text-align: center;
}
/*/SMILE SAVINGS*/




.testimonial--gray--top {
  background:none;
  padding:40px 50px 30px 50px;
  position:relative;
  font-size: 16px;
  -webkit-background-size:cover !important;
  -moz-background-size:cover !important;
  -o-background-size:cover !important;
  background-size:cover !important;
  border:0px solid #ececec;
  border-radius: 2px;
  margin:6px 0px 0px 0px;
}
.testimonial--gray--top h3 a {
  background:#808549;
  padding:20px 24px 20px 24px;
  position:relative;
  font-size: 20px;
  color: #fff;
  border:0px solid #ececec;
  border-radius: 0px;
  letter-spacing: 1px;
  margin:6px 0px 0px 0px;
}
.testimonial--gray--top h3 a:hover {
  color: #525252;
  text-decoration: none;
  
}
.testimonial--gray {
  background:#ebefef;
  padding:40px 50px 30px 50px;
  position:relative;
  font-size: 16px;
  -webkit-background-size:cover !important;
  -moz-background-size:cover !important;
  -o-background-size:cover !important;
  background-size:cover !important;
  border:1px solid #ececec;
  border-radius: 2px;
  margin:30px 0px;
}

.testimonial--gray p.client,
.testimonial--gray--top p.client {
	font-size: 16px;
	float:right;
	color:#666766;
	margin-top: -10px
}
/*/PATIENT RESOURCES*/
.team--member {
	padding:10px 0px 20px 0px;
}
.team--member img {
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    box-shadow:0 1px 4px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
  	margin-bottom: 40px;
}


.team--member h2 {
	margin-top: 6px;
	color: #3e5c74;
	font-size: 32px;
	/*font-family: 'Times', serif;*/
	letter-spacing: 0px;
	font-weight: 500;
	margin-bottom: -5px;
	line-height: 1em;
}
.team--member h5 {
	margin:8px 0px 15px 0px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #666766;
}
.team--member p {
	font-size: 16px;
	
}




.contact--page {
	padding: 60px 0px 80px 0px;
}
.contact--page h1,
.contact--page h2,
.contact--page h3,
.contact--page h4 {
	color:#666766;
}



.contact--page ul.contact--info {
	list-style: none;
	margin-left: -8px;
	margin-top: -8px;
	padding-bottom: 6px;
}
.contact--page ul.contact--info li {
	padding:0px 0px;
	color:#666766;
	font-weight: 300;
	font-size: 14px;
}
.contact--page ul.contact--info li i {
	color:#666766;
	margin-right: 0px;
	font-size: 20px;
}

/*LOCATIONS*/
.locationz {
	padding:1% 1% 1% 1%;
	margin: 0 0px 0 0;
	background-color: #dcdfe6;
}

.locationz h2 {
	font-size: 20px;
	color: #3e5c74;
}
#addy {
	margin-top: -8px;
	font-size: 14px;
	line-height: 145%;
}

/*/LOCATIONS*/

.app-req-form-gray-bkg {
  background-color: rgba(128,119,117,0.05);
  padding:35px 50px;
  border-radius: 2px;
  margin:30px 0px;
  -webkit-box-shadow:0 10px 6px -6px rgba(0,0,0,0.2);
  -moz-box-shadow:0 10px 6px -6px rgba(0,0,0,0.2);
  box-shadow: 0 10px 6px -6px rgba(0,0,0,0.2);
  border:1px solid #eee;
}
.app-req-form-gray-bkg h3 {
  color:#0f3f6b;
  text-align: center;
}






/*form*/

.formmail-gray-bkg {
  background-color: rgba(128,119,117,0.05);
  padding:75px 25px;
  border-radius: 2px;
  margin:30px 0px 0px 0px;
  -webkit-box-shadow:0 10px 6px -6px rgba(0,0,0,0.2);
  -moz-box-shadow:0 10px 6px -6px rgba(0,0,0,0.2);
  box-shadow: 0 10px 6px -6px rgba(0,0,0,0.2);
  border:1px solid #eee;
}
@media (min-width:767px) {
	.formmail-gray-bkg {
	  padding:40px 50px;
	}
}
.formmail-gray-bkg h3 {
  color:#666766;
  text-align: center;
  margin-top: 0;
  padding-bottom: 10px;
}





#WEB-formmail {
  padding:5% 0 0 0;
}
#WEB-formmail input[type="text"],  
#WEB-formmail textarea, 
#WEB-formmail button[type="submit"] { 
  font:400 11px/16px "Montserrat", Helvetica, Arial, sans-serif; 
}


#WEB-formmail h3 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
#WEB-formmail p {
  margin:0 0 10px 0;
}

#WEB-formmail h5 {
  margin:1px 0 1px;
  font-size:18px;
  font-weight: 500;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#WEB-formmail input[type="text"],  
#WEB-formmail textarea {
  width:100%;
  border:1px solid #CCC;
  background:#FFF;
  margin:0 0 25px;
  padding:15px;
}

#WEB-formmail input[type="text"]:hover,  
#WEB-formmail textarea:hover {
  -webkit-transition:border-color 0.3s ease-in-out;
  -moz-transition:border-color 0.3s ease-in-out;
  transition:border-color 0.3s ease-in-out;
  border:1px solid #AAA;
}

#WEB-formmail textarea {
  height:100px;
  max-width:100%;
  resize:none;
}
#WEB-formmail input[type="submit"] {
  display:block;
  margin:15px auto;
  width: 35%;
  padding:12px 0px 12px 0px;
  background-color:#202d40;
  color:#fff;
  font-size: 16px;
  letter-spacing: .5px;
  border: none;
  border-radius: 2%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition:all 0.25s ease-out;
  -moz-transition:all 0.25s ease-out;
  -o-transition:all 0.25s ease-out;
  -ms-transition:all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

#WEB-formmail input[type="submit"]:hover {
  background-color:#778c9c;
  color:#fff;
  box-shadow: 0 7px 14px rgba(5,6,10,.125), 0 3px 6px rgba(0,0,0,.08);
}

#WEB-formmail input[type="submit"]:active { 
  box-shadow:inset 0 1px 6px rgba(0, 0, 0, 0.75); 
}

#WEB-formmail input:focus, 
#WEB-formmail textarea:focus {
  outline:0;
  border:1px solid #999;
}

::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
/*form*/




/**** rule line with logo - start - ****/

.br-hr {
	position:relative;
	clear:both;
	margin:25px 0 25px;
	width:100%;
	height:1px;
}
.br-hr-lg {
	position:relative;
	clear:both;
	margin:60px 0 50px;
	width:100%;
	height:1px;
}
.br-hr-sm {
	position:relative;
	clear:both;
	margin:40px 0 40px 0;
	width:100%;
	height:1px;
}
.br-hr-75 {
	position:relative;
	clear:both;
	margin:60px auto 100px;
	width:75%;
	height:1px;
}
.br-hr.type_short .br-hr-h {
	left:50%;
	width:30%;
	margin-left:-15%;
}
.br-hr-h {
	position:absolute;
	top:50%;
	left:0;
	height:0;
	width:100%;
	border-top:1px solid rgba(98,142,171,0.15);
	/*border-top:1px solid #628EAB;*/
	/*border-bottom:1px solid #fff;*/
}
.br-hr-h.white {
	position:absolute;
	top:50%;
	left:0;
	height:0;
	width:100%;
	border-top:1px solid rgba(255,255,255,.5);
	/*border-top:1px solid #628EAB;*/
	/*border-bottom:1px solid #fff;*/
}
.br-hr-h i {
	position:absolute;
	top:0;
	left:50%;
	font-size:26px;
	height:16px;
	width:50px;
	margin-top:-14px;
	margin-left:-25px;
	text-align:center;
	background-color:#fff;
	color:#4a2338;
}
span.br-hr-h img {
	max-height: 55px;
	position:relative;
	bottom:32px;
}
/**** rule line with logo - end - ****/


.patient--info .sub-title-header {
	background-color: #666766;
	padding:10px 0px 20px 0px;
	margin:0px 0px;
}
.patient--info .sub-title-header h1.sub-title {
	color:#F2F2F2;
	font-weight: 400;
	font-size: 30px;
	padding-top: 0px;
	line-height: 48px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	text-align: center;
}
.patient--info .sub-title-header h2.sub-title {
	color:#F2F2F2;
	font-weight: 400;
	font-size: 30px;
	padding-top: 30px;
	line-height: 48px;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	text-align: center;
}
.patient--info .info--content {
  	padding:60px 50px 50px 50px;
  	margin:0px 0px 60px 0px;
}
@media (max-width:767px) {
	.patient--info .info--content {
  		padding:30px 15px 25px 15px;
  	}
}

.patient--info strong,
.patient--resources strong {
	color: #666766;
}
.patient--info h1,
.patient--info h2,
.patient--info h3,
.patient--info h4,
.patient--info h5 {
	color:#666766;
}
.patient--info h2 {
	margin-top: 0px;
}
.patient--info h4 {
	font-weight: 400;
}
.patient--info.philo h2 {
	text-align: center;
	margin-bottom: 40px;
}
.patient--info .credit_logos img {
	float:left;
}
.patient--info small {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #6D91A3;
}





.service--detail {
	padding: 60px 0px 80px 0px;
}
.service--detail h1,
.service--detail h2,
.service--detail h3,
.service--detail h4,
.service--detail h5 {
	color:#666766;
}
.service--detail h2 {
	margin-top: 0px;
}
.service--detail h4 {
	font-weight: 400;
}
.service--detail aside#sidebar img {
	display:none;
}
@media (min-width: 550px) {
	.service--detail aside#sidebar img {
		display:block;
	}
}



#service_descriptions h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color:#404041;
}
#service_descriptions .subnav ul li a {
	font-size: 14px;
}
#service_descriptions .subnav ul li a:hover {
	color: #96a9d1;
}
#technology_descriptions .subnav ul li a:hover {
	color: #96a9d1;
}
@media (min-width: 768px) {
	#service_descriptions h2 {
		font-size: 22px;
	}
}
@media (min-width: 992px) {
	
	#service_descriptions .subnav ul li a {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	#service_descriptions h2 {
		font-size: 26px;
	}
	#service_descriptions .subnav ul li a {
		font-size: 18px;
	}
}

#service_descriptions h4,
#technology_descriptions h4 {
	color:#9ba3a4;
}
#service_descriptions h4 strong,
#technology_descriptions h4 strong {
	color:#404041;
}



/*<!-- WINGED DENTAL SERVICES -->*/
.imgBorder--db2 {
	display:none;
}
.r-align {
	text-align: center;
}
.serviceIcon {
	text-align: center;
}
@media (min-width: 768px) {
	.serviceIcon {
		text-align: left;
	}
	.r-align {
		text-align: right !important;
	}
	.imgBorder--db2 {
		display:block;
	}
}
#service--wings.main {
	background-color: #F2F2F2;
}
.dark--bkg--top {
	padding:0px 0px 40px 0px;
	background-color: #F2F2F2;
}
.dark--bkg {
	padding:40px 0px;
	background-color: #F2F2F2;
}
.light--bkg {
	padding:40px 0px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.dark--bkg--top.winged--services h1 {
	text-align: center;
	color:#666766;
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}
.winged--services h1 {
	text-align: center;
	color:#666766;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 0px;
}
.winged--services h1 strong {
	font-weight: 500;
}
.winged--services .br-hr {
	margin:60px 0px;
}
.winged--services h2 {
	color:#666766;
	font-weight: 500;
	margin-bottom: 5px;
	margin-top: -14px;
	/*text-transform: uppercase;*/
	font-size: 19px;
}
.winged--services a p {
	margin-bottom: 0px;
	line-height: 1.3em;
	color:#5C656A;
}
.winged--services a span.readmo {
	color:#B3A78C;
	font-size: 13px;
}
.winged--services a:hover {
	color:#666766;
}

.service-blk {
	padding:16px;
	margin-bottom: 4px;
}

.serviceIcon img {
	width:100%;
	height:100%;
	-webkit-backface-visibility:hidden;
	border-radius:50%!important;
}
.serviceIcon a:hover {
	cursor:pointer;
}
.serviceIcon img:hover {
	cursor:pointer;
	transform:scale(0.92,0.92);
	-webkit-transform: scale(0.92,0.92);
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.modal {
	z-index: 999999999;
}
.modal h1 {
	color:#666766;
	font-weight: 500;
}
.modal p {
	line-height: 1.6em;
}

/*<!-- / WINGED DENTAL SERVICES -->*/


.contact-cta {
    display: block;
    position: absolute;
    z-index: 100;
    right: 2%;
    top: 160px;
}

.contact-cta__btn {
    font-family: 'Lora', serif;
    text-align: center;
    padding: 3px 6px;
    color: #fff;
    border: 3px solid #fff;
    width: 200px;
}

.contact-cta__btn a {
    color: #fff;
    font-size: calc(12px + 1vw);
}
.contact-cta__btn i {
	margin-right: 5px;
}

.contact-cta__btn.red {
    background-color: #f15a29;
}

.contact-cta__btn.blue {
    background-color: #3e5c74;
}

.contact-cta__btn.red:hover {
    background-color: #f7a489;
}

.contact-cta__btn.blue:hover {
    background-color: #46cfff;
}

@media (min-width:768px) {
	.contact-cta {
		display: none;
	}
}
@media (min-width:992px) {
	.contact-cta {
		display: block;
		position: absolute;
		z-index: 100;
		right:1%;
		top:73px;
	}
	.contact-cta__btn {
	    font-family: 'Lora', serif;
	    text-align: center;
	    padding: 8px 20px;
	    color: #fff;
	    border: 6px solid #fff;
	    width: 300px;
	}
	.contact-cta__btn a {
	    color: #fff;
	    font-size: 20px;
	}
}




.spec-off-1 {
	padding: 0 0 0 0;
	width: 33%;
	height: auto;
}


.map--home--page {
	position:relative;
	z-index: 2;
	
}
.col-leftt {
	padding:6rem;
	background: url(../images/callouts/prac-pic.jpg)50% 50% no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	min-height: 350px;
}





.section--title {
	padding:15px 0px 25px 0px;
	background-color: #666766;
}
.section--title h1 {
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	font-size: 26px;
	margin-bottom: 6px;
	font-weight: 300;
}

.section--tour {
	background-color: #f2f2f2;
	border-bottom: 10px solid #666766;
}

/* Larger than tablet */
@media (min-width: 768px) {
	.section--title h1 {
		font-size: 32px;
		letter-spacing: 3px;
	}

}



/*anchor link*/

.anchor--link {
  display: block;
  height: 0px; /*same height as header*/
  margin-top: -0px; /*same height as header*/
  visibility: hidden;
}
/* / anchor link*/

/* Larger than tablet */
@media (min-width: 750px) {
	.anchor--link {
	  height: 0px; /*same height as header*/
	  margin-top: -0px; /*same height as header*/
	}
}

.doctor--anchor--link {
  display: block;
  height: 0px; /*same height as header*/
  margin-top: -0px; /*same height as header*/
  visibility: hidden;
}
/* / anchor link*/

/* Larger than tablet */
@media (min-width: 750px) {
	.doctor--anchor--link {
	  height: 0px; /*same height as header*/
	  margin-top: -0px; /*same height as header*/
	}
}


.anchor--link--services {
  display: block;
  height: 135px; /*same height as header*/
  margin-top: -135px; /*same height as header*/
  visibility: hidden;
}
/* / anchor link*/






/* Media queries
----------------------------------*/
@media (max-width:767px) {
  	.img-box h2 {
		font-size: 13px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {

}
/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) {

}
/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {

}
/* Medium devices (desktops, tablets less than 991px) */
@media (max-width:991px) {
	
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width:767px) {

}






























