/*!
 * Start Bootstrap - Custom Theme

    DOCUMENT INFORMATION
    - Document: ProSites
    - Version:  1.0
    - Client:   All Members
    - Author:   ProSites - Duane Aldrich  
*/


/* =================
   Common Elements
   =================================================== */

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

hr {
	border-color: rgba(0, 0, 0, 0.2);
	border-width: 1px;
}

hr.light {
	max-width: 350px;
	border-color: #fff;
	border-width: 3px;
}

a {
	color: #2e9aca;
	cursor: pointer;
}

a:hover,
a:focus {
	color: #16739c;
	text-decoration: none;
}

.footer a {
	color: #fff;
}

p {
	margin-bottom: 20px;
	line-height: 1.5;
}

section {
	padding: 100px 0;
}

aside {
	padding: 50px 0;
}

.border {
	border-top: 1px solid #e9e9e9;
	background-color: transparent;
}

h2.section-heading {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	text-align: left;
	font-size: 49px;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 0.5em;
	letter-spacing: -0.06em;
}

section.address-plugin h2.section-heading,
section.testimonials-plugin h2.section-heading,
section.contact-plugin .intro {
	text-align: center;
}

section.address-plugin h2.section-heading {
	padding-bottom: 10px;
}

section.contact-plugin .heading::after,
section.contact-plugin .intro {
	padding: 0;
	border-bottom: 0;
}


/* add spacer between col stack */

@media (max-width: 992px) {
	.page-team .colmargin,
	.page-contact .colmargin {
		margin-top: 20px;
	}
}


/* Hide Captcha */

.captcha,
.RadCaptcha {
	display: none;
}

header {
	text-align: center;
	color: #fff;
}

header .intro-tag {
	width: 100%;
	padding-bottom: 50px;
	color: rgba(50, 50, 50, 0.9);
	position: static;
	width: 65%;
	max-width: 550px;
	z-index: 20;
	color: rgba(50, 50, 50, 0.9);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.clear {
	clear: both;
}

header .intro-tag .container-inner {
	line-height: 22px;
	clear: both;
	text-align: center;
	width: auto;
}

header .intro-lead-in {
	font: 400 20px 'Droid Serif', serif;
	font-style: italic;
	line-height: 20px;
}

header .intro-heading {
	text-transform: uppercase;
	font-family: 'Crimson Text', serif;
	font-size: 50px;
	line-height: 50px;
}

header .intro-tag .intro-heading:after {
	content: "";
	display: block;
	border-bottom: 3px solid #1abbb2;
	padding-bottom: 30px;
	clear: both;
	width: 200px;
	text-align: center;
	margin: 0 auto;
}

.phone {
	font-size: 22px;
	color: #fff;
	margin: auto;
	padding-top: 65px;
	clear: both;
	text-align: center;
}

.interior .phone {
	font-size: 22px;
	color: #fff;
	margin: auto;
	padding: 0px;
	clear: both;
	text-align: center;
	background-color: #56CAC8;
}

.desktopcarousel {
	display: block;
	opacity: 100;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

@media (min-width: 992px) {
	.phone {
		font-size: 22px;
		color: #fff;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5);
		transition-timing-function: cubic-bezier(0, 1, 0.5);
		margin: auto;
		padding-top: 65px;
		text-align: center;
	}
	.desktopcarousel {
		display: block;
		opacity: 100;
		height: auto;
		margin: 0 auto;
		width: 100%;
		position: relative;
	}
	header {
		text-align: center;
		color: #fff;
	}
	header .intro-tag {
		padding: 0;
		margin-top: 0px;
	}
	header .intro-tag .container-inner {
		line-height: 22px;
		float: left;
		clear: both;
		text-align: center;
		width: 600px;
	}
	header .intro-lead-in {
		font: 400 30px/.4 'Droid Serif', serif;
		font-style: italic;
		line-height: 40px;
	}
	header .intro-heading {
		text-transform: uppercase;
		font-family: 'Crimson Text', serif;
		font-size: 80px;
		line-height: 80px;
	}
	header .intro-tag .intro-heading:after {
		content: "";
		display: block;
		border-bottom: 3px solid #1abbb2;
		padding-bottom: 30px;
		clear: both;
		width: 200px;
		text-align: center;
		margin: 0 auto;
	}
}

header .intro-text .intro-lead-in {
	margin: 10px;
	font-size: 40px;
}

header .intro-text .intro-heading {
	margin: 10px;
	text-transform: uppercase;
	font-family: 'Open Sans', serif;
	font-size: 75px;
	font-weight: 300;
	line-height: 75px;
}

.navbar-toggle {
	position: relative;
	background-color: red;
	right: 0;
}

.header {
	background: red;
}

@media(max-width:1200px) {
	.navbar-header {
		float: none;
	}
}

@media (max-width: 1200px) {
	.navbar-right {
		float: inherit!important;
		margin-right: -15px;
	}
}

@media (max-width: 480px) {
	.navbar-fixed-top {
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		z-index: 1030;
	}
}


/* =================
   Main Section Layouts
   =================================================== */


/*content*/

section.content {
	/*	background: url(../images/cover-content.jpg) 50% 0 fixed;*/
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-repeat: repeat;
	color: #787878;
	padding: 70px 0 50px;
}

.home section.content h2:first-of-type {
	text-align: center;
}

section.content h2:first-of-type {
	color: #787878;
}

.home section.content p:first-of-type {
	text-align: left;
}


/*contact plugin*/

section.contact-plugin {
	color: #454545;
	padding: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56c8c0+0,4db3ab+100 */
	background: rgb(86, 200, 192);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YzhjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZGIzYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(86, 200, 192, 1)), color-stop(100%, rgba(77, 179, 171, 1)));
	/* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(86, 200, 192, 1) 0%, rgba(77, 179, 171, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	/* Opera 11.10-11.50 */
	/* IE10 preview */
	background: linear-gradient(to bottom, rgba(86, 200, 192, 1) 0%, rgba(77, 179, 171, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#56c8c0', endColorstr='#4db3ab', GradientType=0);
	/* IE6-8 */
}

section.contact-plugin .container-inner {
	padding: 40px 0;
}

section.contact-plugin h2:first-of-type {
	color: #333;
	text-align: center;
}


/*address plugin*/

section.address-plugin {
	padding: 0px;
	background-attachment: fixed;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url(../images/content-bg.png);
	background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), url(../images/content-bg.png);
	position: relative;
	width: 100%;
	min-height: auto;
	text-align: center;
}

section.address-plugin .container-inner {
	padding: 60px 0;
}

section.address-plugin h2:first-of-type {
	color: #2BB9B7;
}

.address-plugin .blockwrap {
	font-size: 120%;
	max-width: 480px;
	width: 100%;
	display: inline-block;
}

.address-plugin ul {
	width: 100%;
}

.address-plugin li {
	display: block;
}

.address-plugin .adcity1 {
	font-weight: bold;
}

.address-plugin .adcity1:after {
	display: inline-block;
	content: ":";
}

.address-plugin .adph {
	font-weight: bold;
	padding: 10px 0 0 0;
}

.adcityname {
	display: inline-block!important;
}

.adcity1,
.adadd,
.adadd2,
.adzip,
.admap,
.adph {
	margin-right: 0px;
}

.adgrp1,
.adgrp2 {
	display: block;
}

.mapicon {
	padding-top: 2px;
	display: inline-block;
}

.mapicon {
	padding-top: 2px;
	display: inline-block;
}

a.mapicon:before {
	font-family: FontAwesome;
	content: "\f041";
	font-size: 20px;
	position: relative;
	right: 5px;
	color: rgba(0, 0, 0, 0.9);
}

a.mapicon:before:hover {
	text-decoration: none!important;
}

.admap {
	text-transform: uppercase;
	font-size: 95%;
	font-weight: bold;
}

.address-plugin a {
	color: #2BB9B7;
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (min-width: 1200px) {
	.address-plugin ul {
		line-height: 15px;
	}
}

@media (min-width: 992px) {
	.address-plugin .blockwrap {
		width: 100%;
		max-width: 100%;
	}
	.address-plugin ul {
		width: 100%;
	}
	.address-plugin li {
		display: inline-block;
	}
	.adgrp1,
	.adgrp2 {
		display: inline-block;
	}
	.adcity1,
	.adadd,
	.adadd2,
	.admap,
	.adph {
		padding-right: 10px;
	}
	.adgrp1 {
		padding: 0 20px;
	}
	.adgrp1 {
		border-right: 1px solid rgba(50, 50, 50, 0.4);
		border-left: 1px solid rgba(50, 50, 50, 0.4);
	}
	a.mapicon:before {
		padding-left: 15px;
	}
}


/*testimonials plugin*/

section.testimonials-plugin {
	padding: 0px;
	text-align: center;
	color: #fff;
	background-image: url(../images/cover-testimonial.jpg);
	background-position: 30% 20%;
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-size: cover;
	-o-background-size: cover;
}


/*footer*/

section.footer {
	background: #2f2e2e;
	padding: 50px 0;
	color: #fff;
}


/*remove boostrap col min-height*/

.contact-plugin> div>div>div,
.testimonials-plugin>div>div,
.address-plugin>div>div {
	min-height: 0!important;
}


/*Responsive*/

@media(max-width:768px) {
	section.content,
	section.container-inner {
		padding: 25px 0;
	}
	section.testimonials-plugin {
		background-image: none;
		background-color: #222;
	}
}

#page-404-box {
	text-align: center;
}


/* =================
   *Button UI
   =================================================== */


/*default styling*/

a.btn,
a.viewmore,
input.Button,
input.ButtonSm,
input.ButtonHover {
	border: none;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1.2em;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: all .35s;
	transition: all .35s;
	background: #009ed8;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.23);
}


/*large*/

a.btn,
a.viewmore,
input.Button,
input.ButtonHover,
button {
	padding: 12px 30px;
}


/*small*/

input.ButtonSm {
	padding: 10px 5%;
}


/*default solid color*/

a.btn,
a.viewmore,
input.Button,
input.ButtonSm {
	color: #fff;
	background: #009ed8;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.23);
}


/*:hover*/

a.btn:hover,
a.btn:focus,
a.viewmore:hover,
input.Button:hover,
input.ButtonSm:hover,
input.ButtonHover {
	color: #fff;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.23), 0 0 2px 0 rgba(0, 145, 255, 0.5), 0 0 20px 0 rgba(67, 212, 255, 0.5), 0 0 50px 0 rgba(67, 186, 255, 0.5);
}


/*color ghost*/

a.viewmore {}


/*:hover*/

a.viewmore:hover {}


/*color 2 solid */

input.Button {
	border: none;
	color: #fff;
}


/*:hover*/

input.Button:hover {
	border: none;
}

a.phonelink {
	font-size: 18px;
}


/*simple chevrons*/

a.viewmore:after {
	font: 19px FontAwesome;
	display: inline-block;
	content: '\f105';
	/*	color: #000;*/
	padding: 0 0 0 12px;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
	top: -2px;
	position: relative;
}

a.viewmore:hover:after {
	/*	color: #787878;*/
}


/* =================
   *Header - Company Name Widget
   =================================================== */

.navbar-brand {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	background: transparent;
	text-align: left;
	color: #fff;
	letter-spacing: -1px;
	line-height: 40px;
	-webkit-transition: all .35s;
	transition: all .35s;
	padding-top: 0px;
}

.logo {
	margin: 0 auto;
}


/*Large Text*/

.compTitle1Large,
.compTitle2Large {
	font-size: 230%;
	font-weight: 700;
}

.compTitle3Large {
	font-size: 180%;
}


/*Medium Text*/

.compTitle1Medium,
.compTitle2Medium {
	font-size: 150%;
	font-weight: 700;
}

.compTitle3Medium {
	font-size: 130%;
}


/*Small Text*/

.compTitle1Small,
.compTitle2Small {
	font-size: 105%;
	font-weight: 700;
}

.compTitle3Small {
	font-size: 100%;
}


/*line-height adjustments*/

.compTitle1Large,
.compTitle2Large,
.compTitle3Large {
	line-height: 35px;
}

.compTitle1Medium,
.compTitle2Medium,
.compTitle3Medium {
	line-height: 30px;
}

.compTitle1Small,
.compTitle2Small,
.compTitle3Small {
	line-height: 25px;
}


/*colors*/

.compTitle1Small,
.compTitle2Small,
.compTitle1Medium,
.compTitle2Medium,
.compTitle1Large,
.compTitle2Large {
	color: #fff;
	text-transform: uppercase;
}

.compTitle3Small,
.compTitle3Medium,
.compTitle3Large {
	color: #67D7D8;
}


/*hide line #2 mobile view*/

.compTitle2Small,
.compTitle2Medium,
.compTitle2Large {}

a.homelink {
	display: block;
}

a:hover.homelink,
a:focus.homelink,
a:active.homelink {
	text-decoration: none;
}


/*Responsive*/

@media(max-width:1200px) {
	.navbar-brand {
		padding-top: 5px;
	}
}

@media(max-width:480px) {
	.navbar-brand {
		padding-bottom: 10px;
		text-align: center;
		float: none;
		clear: both;
	}
	.compTitle1Large,
	.compTitle1Medium,
	.compTitle1Small {
		font-size: 150%;
		line-height: 32px;
	}
	.compTitle3Large,
	.compTitle3Medium,
	.compTitle3Small {
		font-size: 100%;
		line-height: 27px;
	}
	.compTitle2Small,
	.compTitle2Medium,
	.compTitle2Large {
		display: none;
	}
}


/* =================
   *Phone
   =================================================== */

.phone .span1 {
	padding: 0 5px 0;
	/*    color: #fff; */
}

.phone .officenumber {
	display: inline-block;
	padding: 5px 0;
}

.phone .officenumber a {
	color: #fff;
}

.phone .officenumber:first-child a {
	display: inline-block;
}

.phone .officenumber a:hover {
	text-decoration: none;
}

.phone .officenumber:before {
	font-family: FontAwesome;
	font-size: 26px;
	display: inline-block;
	content: '\f095';
	color: rgba(255, 255, 255, .8);
	text-shadow: none;
	line-height: 30px;
}

.interior .phone .span1 {
	padding: 0 5px 0;
	/*    color: #fff; */
}

.phone .officenumber {
	display: inline-block;
	padding: 5px 0;
}

.phone .officenumber a {
	color: #fff;
}

.phone .officenumber:first-child a {
	display: inline-block;
}

.phone .officenumber a:hover {
	text-decoration: none;
}

.phone .officenumber:before {
	font-family: FontAwesome;
	font-size: 26px;
	display: inline-block;
	content: '\f095';
	color: rgba(255, 255, 255, .8);
	text-shadow: none;
	line-height: 30px;
}

@media(min-width:768px) {
	.phone .officenumber:first-child a {
		margin-right: 20px;
	}
}

@media(max-width:768px) {
	.phone-bg {
		max-height: 0;
	}
}


/* =================
   *Carousel - FlexSlider
   =================================================== */

@media (min-width: 1200px) {
	.flexslider-container {
		width: 1200px;
		margin: auto;
	}
}

.flexslider {
	border: none;
	margin: 0;
	overflow: hidden;
	border-radius: 0px;
}

.flexslider .slides li {
	position: relative;
}

.flexslider .slides li div {
	text-align: center;
	width: 250px;
	height: 578px;
	line-height: 578px;
	text-align: center;
	position: absolute;
	top: 0;
	display: table;
}

.flex-caption {
	text-align: center;
	vertical-align: middle;
	font-family: Merriweather, serif;
	text-align: center;
	padding: 21px;
	color: #fff;
	font-weight: 300;
	z-index: 1;
	letter-spacing: -2px;
	background: rgba(0, 0, 0, .9);
	display: table;
	width: 250px;
}

.flex-control-nav {
	bottom: 10px;
	position: absolute;
	right: 20px;
	text-align: center;
	width: auto;
	z-index: 10;
}

.flex-direction-nav a:before {
	font-family: FontAwesome;
	font-size: 40px;
	display: inline-block;
	content: '\f053';
	color: rgba(255, 255, 255, .8);
	text-shadow: none;
	line-height: 40px;
}

.flex-direction-nav a.flex-next:before {
	content: '\f054';
}

.flex-control-nav li {
	margin: 0 4px;
}

@media(min-width:992px) {
	.flex-caption {
		width: 463px;
		bottom: 35%;
		z-index: 10;
		font-size: 48px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 15%;
		line-height: 55px;
	}
	.flexslider .slides p {
		vertical-align: middle;
	}
}

@media(max-width:992px) {
	.flex-caption,
	.flexslider .slides li div,
	.flexslider .slides p {
		display: none;
	}
	.flex-direction-nav {
		display: none;
	}
}


/* =================
   *Carousel Owl 
   =================================================== */

.owl-controls {
	margin: 0 0 20px;
	text-align: right;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	right: 2%;
	bottom: 40px;
	display: none;
}

.owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 4px;
	background-color: rgba(255, 255, 255, .4);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: rgba(255, 255, 255, 1.0);
}


/* =================
   *Footer
   =================================================== */

#footer br {
	display: none;
}

p.devby {
	margin: 10px 0 0 0;
}

@media(max-width:1200px) {
	#footer,
	#footer .text-right {
		text-align: center;
	}
}


/* =================
   *Scroll to Top
   =================================================== */

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: rgba(0, 0, 0, .5);
	color: rgba(250, 250, 250, 1);
	width: 60px;
	height: 60px;
	line-height: 47px;
	font-size: 40px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
	background-color: rgba(0, 0, 0, 1);
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}

.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/* =================
   Misc Design
   =================================================== */


/* Ornaments */

.ornament {
	display: block;
	margin: 25px auto 0;
	max-width: 150px;
}

.ornament i {
	background: #fff;
	width: 35px;
	position: relative;
	color: #bb7b9c;
	font-size: 20px;
	z-index: 1;
}

.ornament:after {
	content: "";
	display: block;
	position: relative;
	top: -7px;
	border-top: 1px solid #bb7b9c;
	z-index: 0;
}

.ornament i.color {
	background: #fff;
}

.call-to-action h2 {
	margin: 0 auto 20px;
}

.text-primary {
	color: #47a07b;
}


/* no-gutters Class Rules */

.row.no-gutter {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

.contact-icon:last-child {
	padding-top: 20px;
}

.contact-icon > div {
	padding-top: 5px;
}


/* fancybox */

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-nav {
	width: 10%;
	height: 70%;
	margin: 15% 0;
}

.interior .banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.interior .banner img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media(max-width:768px) {
	.interior .banner img {
		height: auto;
		min-width: 150%;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media(max-width:768px) {
	.ornament {
		display: none;
	}
}


/* =================
   *Social Media
   =================================================== */

ul.social-icon {
	padding: 0px;
	margin-top: 0;
	margin-bottom: 30px;
}

.social-icon > li {
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	vertical-align: top;
	width: 45px;
	height: 45px;
	margin: 0 2px;
	cursor: pointer;
}

.social-icon li:hover a {
	color: #fff;
}

.social-icon > li:hover {
	background: #7f5e71;
}

.social-icon a {
	color: #484848;
}

@media(max-width:992px) {
	ul.social-icon {
		text-align: center;
	}
}


/* =================
   Layout Adjustments
   =================================================== */

.no-padding {
	padding: 0px;
}

.m-padding {
	padding: 70px 0;
}

.no-gutter > [class*='col-md-6'] {
	padding-right: 0;
	padding-left: 0;
}

@media(min-width:480px) {
	.centered {
		text-align: center;
	}
}

@media(min-width:1200px) {
	.no-gutters {
		padding: 0px;
	}
}


/*turn off bs menu collapse anima*/

.collapsing {
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .85s;
	transition-duration: .85s;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility
}


/* =================
   Type Adjustments
   =================================================== */

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.sm-line-height {
	line-height: 50%;
}

.med-text {
	font-size: 140%;
}

.sm-text {
	font-size: 90%;
}

.xsm-text {
	font-size: 80%;
}

blockquote {
	font-size: 130%;
	font-style: italic;
	border: 0;
}

#content p[align="justify"],
#content div[align="justify"] {
	text-align: left;
}

#content p span [font] {
	display: block;
	padding-top: 20px;
}

fieldset {
	margin: 0;
	border: 1px solid #000;
	padding: 12px;
}

legend {
	padding: 0px 2px;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	border: none;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */

.carousel .container {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	margin: auto;
	top: 15%;
	left: 0;
	/* min-width: 100%; */
}

.cover1 {
	background-image: url('../images/cover1.jpg');
	background-size: cover;
	padding-bottom: 30%;
}

[class*="cover1"] {
	background-position: 50% 40% !important;
}

@media screen and (max-width:992px) {
	[class*="cover1"] {
		background-position: 50% 65% !important;
	}
}

.carousel-control {
	height: 500px;
	padding-top: 10%;
	font-size: 90px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .0);
	background-color: transparent;
	border: 0;
	z-index: 10;
	opacity: .05;
}

a.carousel-control:hover {
	opacity: 1.0;
}

.carousel-control.left {
	text-align: left;
	padding-left: 40px;
}

.carousel-control.right {
	text-align: right;
	padding-right: 40px;
}

a.carousel-control.right,
a.carousel-control.left {
	top: 40%;
}

.carousel .item {
	background-position: top center;
}

.carousel img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 1002px;
}

.carousel-control.left,
.carousel-control.right {
	background: none !important;
	-webkit-filter: progid: none !important;
	filter: progid: none !important;
	outline: 0;
}

.carousel .carousel-control {
	visibility: hidden;
}

.carousel:hover .carousel-control {
	visibility: visible;
}

a.scroll {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 50px;
	text-align: center;
	width: 60px;
	height: 60px;
	opacity: 1;
	background-color: rgba(0, 0, 0, .08);
	color: #fff;
	border-radius: 50%;
	transition: opacity;
	-moz-transition: opacity;
	-webkit-transition: opacity;
}

a:hover.scroll {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	opacity: 0.5;
}

.header-home {
	padding: 5px 0 10px 0;
}

.header-home .mod2 .social {
	color: #666;
	float: right;
}

.header-home .mod2 .header-phone {
	color: #666;
	float: right;
}

.header-home .mod2 .header-phone .mod1 {
	margin-top: 0;
	font-size: 14px;
	text-align: right;
	float: left;
	width: 68%;
	margin-right: 28px;
}

.header-home .mod2 .header-phone .mod2 {
	margin-top: 5px;
	font-size: 28px;
}

.header-home .mod2 .header-phone .fa-phone {
	position: relative;
	right: 4px;
	top: 4px;
}

.address-home {
	padding: 30px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56c8c0+0,4db3ab+100 */
	background: rgb(0, 158, 216);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWVkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 158, 216, 1)), color-stop(100%, rgba(0, 128, 176, 1)));
	/* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	/* Opera 11.10-11.50 */
	/* IE10 preview */
	background: linear-gradient(to bottom, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ed8', endColorstr='#0080b0', GradientType=0);
	/* IE6-8 */
}

.address-home .container {
	width: 100%;
	max-width: 1300px;
}

.address-home p {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.2em;
	padding: 0 10px;
}

.address-home p i {
	margin: 0 5px 0 0;
}

.address-home p {
	display: block;
	/* float: left;
	width: 50%; */
	text-align: center !important;
}
.address-home p a {
	color: #fff !important;
}

@media screen and (max-width:768px) {
	.address-home {
		padding: 20px;
	}
	.address-home p {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
}

.carousel-inner .intro-lead-in {
	text-align: center;
	font-size: 65px;
}

.carousel-inner .intro-heading {
	text-align: center;
	font-size: 18px;
}

.cta-home {
	background-color: #d8d8d8;
	padding: 45px 0;
}

.cta-home .thumbnail {
	border: none;
	overflow: hidden;
	border-radius: 10px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 0;
	-webkit-transition: border 0.2s ease-in-out 0s;
	transition: border 0.2s ease-in-out 0s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009ed8+0,0080b0+100 */
	background: rgb(0, 158, 216);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWVkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 158, 216, 1)), color-stop(100%, rgba(0, 128, 176, 1)));
	/* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	/* Opera 11.10-11.50 */
	/* IE10 preview */
	background: linear-gradient(to bottom, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ed8', endColorstr='#0080b0', GradientType=0);
	/* IE6-8 */
	-webkit-transition: box-shadow 0.5s ease;
	transition: box-shadow 0.5s ease;
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.23);
}

.cta-home .thumbnail:hover {
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.23), 0 0 2px 0 rgba(0, 145, 255, 0.5), 0 0 20px 0 rgba(67, 212, 255, 0.5), 0 0 50px 0 rgba(67, 186, 255, 0.5);
}

.cta-home .caption {
	padding: 20px 0;
}

.cta-home .caption h3 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: -0.02em;
	padding: 0 0 10px 0;
}

.cta-home .caption p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-home .caption .fa-chevron-circle-right {
	color: #fff;
	margin: 0 auto;
}

.cta-home .thumbnail a {
	text-decoration: none;
	color: #fff;
}

.cta-home .thumbnail a:hover {
	text-decoration: none;
	color: #fff;
}

.services {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009ed8+0,0080b0+100 */
	background: rgb(0, 158, 216);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWVkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 158, 216, 1)), color-stop(100%, rgba(0, 128, 176, 1)));
	/* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	/* Opera 11.10-11.50 */
	/* IE10 preview */
	background: linear-gradient(to bottom, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ed8', endColorstr='#0080b0', GradientType=0);
	/* IE6-8 */
}

.services .mod1 {
	padding: 45px 20px 45px 20px;
}

.services .mod1 h2 {
	margin-top: 0;
}

.services .mod2 {
	box-sizing: content-box;
	margin: 0 -50vw 0 0;
	padding: 45px 50vw 60px 45px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56c8c0+0,4db3ab+100 */
	background: rgb(86, 200, 192);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2YzhjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZGIzYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(86, 200, 192, 1)), color-stop(100%, rgba(77, 179, 171, 1)));
	/* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(86, 200, 192, 1) 0%, rgba(77, 179, 171, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	/* Opera 11.10-11.50 */
	/* IE10 preview */
	background: linear-gradient(to bottom, rgba(86, 200, 192, 1) 0%, rgba(77, 179, 171, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#56c8c0', endColorstr='#4db3ab', GradientType=0);
	/* IE6-8 */
}

.services .mod2 h2 {
	margin-top: 0;
}

.services .panel-default > .panel-heading {
	background: none;
	color: #333;
	padding: 20px 0;
}

.services .panel-group .panel {
	border-radius: 0;
	margin-bottom: 0;
}

.services .panel {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}

.testimBox .box {
	margin-bottom: 23px;
	position: relative;
}

.testimBox .box p {
	line-height: 18px;
	margin-bottom: 0;
}

.testimBox .box blockquote:before {
	content:'';
	background: rgba(0, 0, 0, 0) url("../images/triangle1.png") no-repeat scroll 0 0;
	bottom: -21px;
	display: inline-block;
	height: 21px;
	left: 17px;
	position: absolute;
	width: 21px;
}

.testimBox .box blockquote {
	background: #eee;
}

.testimBox .exp {
	color: #333;
	margin-bottom: 0;
}

.services .test {
	padding: 0 20px 0 0;
	border-left: 1px solid #f5f5f5;
}

.maps {
	height: 450px;
}

.form .heading .section-heading {
	font-weight: normal;
}

.box .inner-container h2 {
	display: none;
}

.box .inner-container a {
	position: relative;
	right: 58px;
	top: 65px;
}

.box .inner-container .page-item {
	padding: 0;
}

.box .inner-container blockquote {
	font-size: 16px;
	line-height: 1.2em;
	font-style: normal;
	padding: 0;
	position: relative;
	padding: 30px;
	color: #787878;
	max-width: 80vw;
	box-sizing: border-box !important;
}
.box .inner-container blockquote:after {
	display: none;
}

.box .inner-container .source {
	font-size: 14px;
	font-weight: 400;
}

.testimBox a.viewmore {
	border: 0;
	background: none;
	color: #000;
	padding: 0;
	box-shadow: none;
	display: none;
}


/*:hover*/

.testimBox a.viewmore:hover {
	border: 0;
	background: none;
	color: #787878;
}

.testimBox .read {
	margin-top: 5px;
}

.testimonials-plugin .inner-container {
	min-height: auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.testimonials-plugin p.source {
	text-align: left;
}

.associations {
	padding: 40px 0;
	width: 100%;
	margin: auto;
	text-align: center;
}

.associationTitle {
	font-size: 55px;
	font-weight: 300;
	color: #000;
	display: block;
	margin-bottom: 50px;
	display: none;
}

.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form textarea {
	width: 100%;
	display: block;
	border: 0;
	background: #d5d5d5;
	border: 1px solid #a7a7a7;
	color: rgba(0, 0, 0, 0.6);
	outline: none;
	padding: 12px;
	margin: 0 0 20px;
	font-weight: 400;
	border-radius: 2px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

#ctl00_QCFormPlaceHolder_QuickContact1_TextEmail {
	margin-right: 0;
}

.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus,
.form textarea:focus {
	box-shadow: none;
	border: 0;
}

.form textarea {
	height: 175px!important;
}

.form .heading h2 {
	margin: 0px;
	font-weight: 400;
	padding-bottom: 20px;
	border-width: 2px;
	border-bottom-style: solid;
}

.form .intro {
	padding: 10px 0 0 0;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: 75%;
}

.page-contact .form .intro {
	padding: 10px 0 0 0;
	color: #747474;
	text-align: left;
	width: auto;
}

.form .fieldswrap {
	padding: 20px 0 0 0;
	overflow: hidden;
}

.form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

.form .Button {
	/*	padding: 16px 160px;*/
	width: 100%;
	font-size: 26px;
	line-height: 1em;
}

.home .form .Button {
	/*	padding: 16px 160px;*/
	width: 50%;
	padding: 25px 0;
	text-transform: uppercase;
}

.form .btn-row {
	text-align: center !important;
	height: 50px;
}

.form .notes {
	padding: 20px 0 0 0;
	display: block;
}


/*other page form styling */

.plug-in-form input[type=text],
.plug-in-form input[type=tel],
.plug-in-form input[type=email] {
	/*	width: 32.6%;*/
	display: block;
	border: 0;
	/*	float: left;*/
	margin: 0 10px 10px 0;
	background: #fff;
}
.plug-in-form textarea {
	background: #fff !important;
	border: none;
}

.col2 .plug-in-form textarea {
	width: 100%;
	display: block;
	border: 0;
	float: none;
	background: #fff !important;
}

.plug-in-form .heading h2 {
	margin: 0px;
	font-weight: 400;
	padding-bottom: 0;
	border-bottom: 0;
	color: #fff !important;
}

.plug-in-form fieldset,
.smileanalysis-form fieldset {
	float: left;
}

.plug-in-form fieldset.col1,
.smileanalysis-form fieldset.col1 {
	width: 100%;
	margin-right: 0;
}

.plug-in-form fieldset.col2,
.smileanalysis-form fieldset.col2 {
	width: 100%;
}

.plug-in-form input.Button,
.smileanalysis-form input.Button {
	margin: 0 auto!important;
	display: inline-block;
}

.page-contact .container-inner {
	background: #efefef;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
}

.form .heading::after {
	border: none;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
	background: #ccc;
	border-color: #ccc;
}

.rblMaps,
.rblPhones {
	background-color: #333;
	color: #fff;
	display: none;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.rblMaps a:hover,
.rblPhones a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333333;
	display: block;
	padding: 15px;
	text-decoration: none;
}

.vjs-paused .vjs-big-play-button {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0 !important;
	border: 2px solid #fff !important;
	border-radius: 100% !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
	height: 80px !important;
	left: 50% !important;
	margin: -42px 0 0 -44px !important;
	position: absolute !important;
	text-align: center !important;
	top: 50% !important;
	width: 80px !important;
}

.vjs-paused .vjs-big-play-button:active {}

.vjs-paused .vjs-big-play-button::before {
	color: #fff !important;
	font-size: 40px !important;
	line-height: 81px !important;
	margin-left: 2px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.vjs-playing .vjs-big-play-button {
	display: none !important;
}

.video-js.vjs-default-skin .vjs-big-play-button {
	display: block;
}

.fancybox-inner {
	overflow: hidden !important;
}

.fancybox-wrap {
	left: 50%!important;
	border: 10px solid #fff!important;
	-webkit-transform: translate(-50%, 0)!important;
	-ms-transform: translate(-50%, 0)!important;
	transform: translate(-50%, 0)!important;
}

.fancybox-skin {
	box-shadow: none!important;
	width: 80vw!important;
	max-width: 500px;
	min-width: 200px;
	padding: 0!important;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-inner > .video-js {
	width: 100%!important;
}

.fancybox-margin {
	margin: 0!important;
}


/* RESPONSIVE CSS
    -------------------------------------------------- */

@media (max-width: 1200px) {
	.plug-in-form input[type=text],
	.plug-in-form input[type=tel],
	.plug-in-form input[type=email] {
		/*	width: 32.4%;*/
	}
}

@media (max-width: 992px) {
	.carousel .container {
		top: 15% !important;
	}
	.cover1,
	.cover2,
	.cover3 {
		padding-bottom: 45%;
	}
	.testimBox .box p {
		font-size: 14px;
	}
	.cta-home .caption p {
		font-size: 14px;
	}
	.content a.btn,
	input.Button,
	a.viewmore {
		padding: 10px 15px;
	}
	.fa-2x {
		font-size: 26px;
	}
	.header-home .mod2 .header-phone .mod2 {
		font-size: 21px;
	}
	.header-home .mod2 .header-phone .mod1 {
		margin-right: 10px !important;
		margin-top: -30px !important;
	}
	.container.navbar-wrapper {
		margin-bottom: 0;
		width: auto;
	}
	.navbar-inner {
		border-radius: 0;
		margin: -20px 0;
	}
	.phone {
		display: none;
	}
	header .intro-tag {
		max-width: initial;
		color: rgba(50, 50, 50, 0.9);
		position: relative;
		width: 100%;
		margin: auto;
		z-index: 20;
		color: rgba(50, 50, 50, 0.9);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		padding: 20px 0;
		float: left;
	}
	header .intro-tag br {
		display: inline-block;
	}
	header .intro-tag br:before {
		content: "";
		display: block;
		padding-right: 5px;
	}
	.navbar-inner {
		margin: -20px;
	}
	.carousel .container {
		top: 0px;
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.carousel-control.left,
	.carousel-control.right {
		display: none;
	}
	.intro-lead-in {
		font-size: 18px;
		text-align: center;
	}
	.intro-heading {
		font-size: 40px;
		line-height: 44px;
		text-align: center;
	}
	.intro-tag .intro-heading:after {
		width: 60px;
		padding-bottom: 20px;
	}
	a.scroll {
		display: none;
	}
}

@media (max-width: 768px) {
	.home .form .Button {
		width: 100%;
	}
	.form .Button {
		padding: 16px 110px;
	}
	.maps {
		height: 300px;
	}
	.maps iframe {
		height: 300px;
	}
	.services .mod1 {
		padding: 30px 20px;
	}
	.services {
		border: 0;
		padding: 0 !important;
		width: 100%;
	}
	.services .mod2 {
		padding-left:  25px;
	}
	.services {
		padding: 0 15px 0 15px;
	}
	.navbar-fixed-top {
		position: relative;
	}
	.header-home {
		padding: 20px 0;
	}
	.cover1,
	.cover2,
	.cover3 {
		padding-bottom: 50%;
	}
	.carousel .container {
		top: 15%;
	}
	.address-home p {
		font-size: 18px;
	}
	.fa-2x {
		font-size: 36px;
	}
	.header-home .mod2 .header-phone .mod2 {
		font-size: 33px;
	}
	.header-home .mod2 .header-phone .mod1 {
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 5px;
	}
	.header-home .mod2 .social {
		float: none;
		margin: 15px 0;
	}
	.header-home .mod2 .header-phone {
		float: none !important;
	}
	.header-home .mod2 .header-phone .mod1 {
		float: none !important;
		text-align: center !important;
		width: 100% !important;
	}
	.form .intro {
		width: 100%;
	}
	.plug-in-form input[type=text],
	.plug-in-form input[type=tel],
	.plug-in-form input[type=email] {
		width: 100%;
		float: none;
	}
	.intro-lead-in {
		font-size: 40px !important;
		line-height: 50px;
		margin-top: 5px;
	}
	.intro-heading {
		line-height: 20px;
		margin-bottom: 30px;
	}
}


.interior .banner {
	position: relative;
	height: 50vw;
	max-height: 375px;
}
.interior .banner * {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.interior .banner img {
	display: block;
	max-width: 100%;
	height: auto;
}

.gradient-overlay {
	background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(255, 255, 255, 1)), color-stop(25%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 25%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 25%);
	filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
	bottom: 0;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	height: 400px;
	/*z-index: 500;*/
}

@media(max-width:1200px) {
	.carousel-control {
		display: none;
	}
	.header-home .mod2 .header-phone .mod1 {
		margin-top: 5px;
		font-size: 14px;
		text-align: right;
		float: left;
		width: 60%;
		margin-right: 28px;
	}
	.interior .banner {
	}
}

@media(max-width:992px) {
	.interior .banner {
	}
}

@media(max-width:768px) {
	.interior .banner img {
		height: auto;
		min-width: 150%;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.interior .banner {
	}
	@media(max-width:500px) {
		.box .inner-container a {
			margin: 0;
			position: relative;
			right: 58px;
			text-align: left;
			top: 65px;
		}
		.content a.btn,
		input.Button,
		a.viewmore {
			padding: 15px 20px;
			width: 100%;
		}
	}
	@media(max-width:480px) {
		ul.menu-icons {
			position: absolute;
			right: 0;
			left: 0;
			margin: auto;
			padding: 5px 0 10px 0px;
			border: 0 !important;
		}
	}
	.carousel-inner .intro-heading {
		font-size: 14px;
	}
	.interior .banner {
	}
	.overlay {
		background: rgba(255, 255, 255, 1);
		background: -webkit-gradient(left top, left bottom, color-stop(8%, rgba(255, 255, 255, 1)), color-stop(18%, rgba(255, 255, 255, 0)));
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 18%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 18%);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	}
}

.facebook-photo-feed .container-fluid {
	max-width: 1170px;
}

.facebook-photo-feed .fb-album-container > li > a > img,
.facebook-photo-feed .fb-album-heading,
.facebook-photo-feed .fb-btn-more {
	display: none !important;
}

.facebook-photo-feed .fb-album-container > li {
	float: left;
	width: 25% !important;
	position: relative;
	height: 275px !important;
	padding: 5px !important;
	background: transparent;
}

.facebook-photo-feed .fb-album-container > li > a {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.header-home .mod2 .social a {
	font-size: 26px;
	line-height: 1em;
	padding: 0 2px;
	color: #787878;
}

.header-home .mod2 .header-phone {
	padding: 0 0 0 50px;
}

.header-home .mod2 .header-phone p {
	font-size: 28px;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	color: #009ed8;
}

.header-home .mod2 .header-phone p img {
	display: inline-block;
	vertical-align: bottom;
}

.header-home .mod2 .header-phone a {
	font-size: 28px;
	font-weight: bold;
	color: #787779;
	line-height: 1em;
}

.header-home .mod2 .header-phone i {
	font-size: 28px;
	vertical-align: top;
	margin: 10px 3px 0 0;
}

.header-home .mod1 {
	padding: 2px 0;
}

.header-home .mod1,
.header-home .mod2 {
	display: inline-block !important;
	float: none;
	margin: 0 -2px;
	vertical-align: middle;
}

.services {
	overflow: hidden;
}

.services .testimBox {
	box-shadow: 0 400px 0 #c0cedc,0 100px 0 #c0cedc,0 200px 0 #c0cedc !important;
}

.services .mod2 + img {
	position: relative;
	z-index: 4;
	display: block;
}

@media screen and (max-width: 1200px) {
	.facebook-photo-feed .fb-album-container > li {
		height: 23vw !important;
	}
}

.interior .cover1 {
	background-position: 50% 45% !important;
}
@media screen and (max-width:992px) {
	h2.section-heading {
		font-size: 40px;
		line-height: 1.2em;
	}
	.header-home .mod2 {
		text-align: right;
	}
	.header-home .mod2 .header-phone {
		padding: 10px 0 0 0;
		float: none;
	}
	.header-home .mod2 .header-phone i {
		margin: 3px 3px 0 0;
	}
	.cta-home .caption h3 {
		font-size: 28px;
		line-height: 1.1em;
	}
	.interior .cover1 {
		background-position: 50% 70% !important;
	}
}

@media screen and (max-width: 768px) {
	.facebook-photo-feed .fb-album-container > li {
		width: 33% !important;
		height: 29vw !important;
	}
	.header-home .mod2 .header-phone i {
		margin: 14px 3px 0 0;
	}
	.header-home .mod2 {
		text-align: center;
	}
	.header-home .mod2 .header-phone {
		padding: 10px 0 0 0;
	}
	.cta-home {
		padding: 20px 0 10px 0;
	}
	.cta-home .thumbnail {
		margin: 0 0 10px 0;
	}
	.cta-home .caption {
		padding: 20px;
		position: relative;
	}
	.cta-home .caption:after {
		content: '';
		display: block;
		clear: both;
	}
	.cta-home .caption h3 {
		float: left;
		text-align: left;
		padding: 0 50px 0 0;
		margin: 0;
	}
	.cta-home .caption h3 br {
		display: none;
	}
	.cta-home .caption p {
		position: absolute;
		top: 50%;
		height: 37px;
		right: 20px;
		margin: -16px 0 0 0;
	}
}

@media screen and (max-width: 480px) {
	.facebook-photo-feed .fb-album-container > li {
		width: 50% !important;
		height: 44vw !important;
	}
	.cta-home .caption h3 {
		font-size: 24px;
	}
}

@media screen and (max-width: 360px) {
	.facebook-photo-feed .fb-album-container > li {
		width: 100% !important;
		height: 60vw !important;
	}
	.cta-home .caption h3 {
		font-size: 24px;
	}
}

.home .content .center-btns {
	text-align: center;
}
.services * {
	color: #fff;
}
.services h2,
.contact-plugin h2 {
	font-size: 40px;
	line-height: 1.2em;
	margin: 0 0 0.5em 0 !important;
}

.maps .col-md-6 {
	margin: 0 !important;
	padding: 0 !important;
}
.maps .col-md-6 p {
	width: 100% !important;
}
.maps {
	height: auto !important;
	max-height: 99999px;
}
.maps:after {
	content:'';
	display: block;
	clear: both;
}
.maps iframe {
	margin: 0 0 -5px 0;
}
.maps .col-md-6:nth-of-type(1) .address-home {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009ed8+0,0080b0+100 */
	background: rgb(0, 158, 216);
	/* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWVkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwYjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 158, 216, 1)), color-stop(100%, rgba(0, 128, 176, 1)));
	/* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	/* Opera 11.10-11.50 */
	/* IE10 preview */
	background: linear-gradient(to bottom, rgba(0, 158, 216, 1) 0%, rgba(0, 128, 176, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#009ed8', endColorstr='#0080b0', GradientType=0);
	/* IE6-8 */
	}
.maps .col-md-6 .address-home {
	padding: 40px 0;
}
.associations .container-fluid {
	max-width: 1200px;
}
.services .panel-body {
  padding: 0 0 15px 24px;
  font-size: 16px;
  font-weight: 300;
	letter-spacing: -0.06em;
}
.services span.fa[class*="circle"] {
	margin: 0 5px 0 0;
}
.services .panel {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 10px 0;
}
.services .panel-heading h4 a {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: -0.06em;
	color: #fff !important;
}
.footer * {
	font-size: 16px;
	line-height: 1.4em;
}

.waypoint {
	opacity: 0 !important;
	transition: opacity 0.4s ease !important;
}
header.waypoint {
	transition-delay: 0.2s !important;
}
.waypoint.loaded {
	opacity: 1 !important;
}
header .mod1 img {
	width: 100% !important;
	max-width: 260px !important;
}
.services .testimBox a {
	cursor: pointer !important;
	color: #fff;
}
.services .testimBox a:hover {
	opacity: 0.8;
}
@media screen and (max-width:768px) {
	.header-home .mod1,
	.header-home .mod2 {
		width: auto;
	}
	.cta-home [class*="col"] {
		width: 100%;
	}
}