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


/*custom CSS styles*/


#navlogo {
	position: absolute;
	width: 140px;
	z-index: 999;
	top:90px;
}
@media (min-width: 768px) {
	#navlogo {
		width: 180px;
		top:0;
	}
}
@media (min-width: 1400px) {
	#navlogo {
		width: 260px;
	}
}


.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;
}




.section--callouts .container .row {
	position:relative;
	z-index: 2;
}
.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;
	margin: 20px 0;

}
.db--callout img {
	position:relative;
	max-width: 100%;
	display:block;
	margin:0px auto 0px auto;
}
#imgg-2 {
	
}
#db--callout-left {
	left: 3%;
}
#db--callout-right {
	right: 3%;
}
/*
/*.db--callout img.imgg-1 {
	left:10%;
}
.db--callout img.imgg-3 {
	right:10%;
}*/
#callout-row {
	margin-top: -100px;
}
.section--callouts h3 {
	position: relative;
	padding: 12px 12px 12px 12px;
	text-align: center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	background: #969084;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);	
}

.section--callouts h3:hover{
	opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.section--callouts h3 a {
	color:#fff;
	
}
.section--callouts h3 a:hover {
	color:#fff;
	text-decoration: underline;
	
}


/*@media (max-width: 550px) {
	.section--callouts {
		margin-top: 125px;
	}
	.db--callout {
		top:250px;
	}
}
@media (max-width: 767px) {
	.section--callouts {
		margin-top: -195px;
	}
	.section--callouts .col-sm-4 {
		margin-bottom: 0px;
	}
	.db--callout {
		top:-5px;
	}
	.section--callouts h2 {
		font-size: 20px;
		top:-225px;
	}
	#db--callout-left {
	top: 15px;
	left: 0%;
    }
	#db--callout-center {
	top: -10px;
	left: 0%;
    }
    #db--callout-right {
	top: -41px;
	right: 0%;
    }
	#callout-row {
	margin-top: -41px;
}
}
@media (min-width: 768px) {
	.section--callouts .col-sm-4 {
		margin-bottom: 0px;
	}
	.db--callout {
		top:-5px;
	}
	.section--callouts h2 {
		font-size: 20px;
		top:-200px;
	}
	#callout-row {
	margin-top: -78px;
}
}
@media (min-width: 992px) {
	.db--callout {
		top:0;
	}
	.section--callouts h2 {
		font-size: 26px;
		top:-210px;
	}
	#callout-row {
	margin-top: -100px;
}
}
@media (min-width: 1400px) {
	.db--callout {
		top:6%;
	}
	.section--callouts h2 {
		font-size: 28px;
		top:-318px;
	}
	#callout-row {
	margin-top: -100px;
}
}*/

/*.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 {
	margin-top: -150px;
	padding: 40px 0 80px 0;
	position: relative;
	background: #40090f;
    z-index: 0;
    display: block;
    border-top: 120px solid #40090f;
}

.section--philosophy h2 {
	color: #969084;
	font-family: 'Montserrat', sans-serif;
	font-size: calc(21px + .75vw);
	line-height: 1.6;
	font-weight: 300;
	max-width:1100px;
	margin: 20px auto 20px auto;
}
.section--philosophy h5 {
	color: #969084;
	font-family: serif;
	text-align: center;
	font-size: calc(18px + .75vw);
	font-weight: 700;
	margin:0 0 16px 0;
}
.section--philosophy a {
	background: #969084;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 300;
	padding: 10px 14px 10px 14px;
	margin: 35px auto 20px auto;
}
.section--philosophy a:hover {
	color: #3b0e11;
	
}
ul.db--list {
	/*list-style: none;*/
	text-align: center;
	padding-left: 0px;
}
.section--philosophy ul.db--list li {
	color:#ddd;
	font-size: calc(16px + .5vw);
	padding: 0px 2px 0px 0px;
	display:inline-block;
	line-height: 1.4;
	font-weight: 300;
}

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








/*<!-- section reviews start -->*/
.section--reviews {
	position: relative;
}
.section--reviews::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    left: 0;
    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;
    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--reviews .container-fluid {
	position:relative;
	z-index: 4;
	padding-top:100px;
}
@media (min-width: 768px) {
	.section--reviews::before {
	    content: '';
	    position: absolute;
	    top: -25px;
	    bottom: -80px;
	}
	.section--reviews .container-fluid {
		padding-top:0px;
		top: 50px;
		padding-bottom: 75px;
	}
	
#reviews-hed {
	font-size: 30px;
	line-height: 1.2em;
	
}
}
@media (min-width: 1400px) {
	.section--reviews::before {
	    content: '';
	    position: absolute;
	    top: 125px;
	    bottom: -455px;
	}
	.section--reviews .container-fluid {
		top: 250px;
		bottom: 100px;
	}
	.section--reviews h3 {
	font-size: 42px;
	line-height: 1.2em;
	
}
#reviews-hed {
	margin-top: 3%;
	font-size: 42px;
	line-height: 1.2em;
	
}
}
.section--reviews h3 {
	color: #dcbf71;
	font-family: 'Lora', serif;
	font-size: 42px;
	line-height: 1.2em;
	font-weight: 300;
	margin:0 auto 0 auto;
}
.section--reviews h5 {
	color: #dcbf71;
	text-align: center;
	padding: 8px 0px 0px 0px;
	font-size: 28px;
	font-weight: 600;
}
.section--reviews p {
	color: #fff;
	padding: 8px 0px 0px 0px;
	font-size: 16px;
	font-weight: 300;
}
.section--reviews p span {
	font-size: 17px;
	font-weight: 500;
}
.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;
}

@media (max-width: 768px) {
	
	#reviews-hed {
	margin-top: -65px;
	font-size: 26px;
	line-height: 1.2em;
	
}
.section--reviews a {
	margin-top: 0px;
}
.reviewVid img {
	margin-top: 15px;
	width: 75%;
	height: auto;
}
	
	
	}
/*<!-- section reviews end -->*/


/*<!-- section servz start -->*/
.section--servz {
	position: relative;
	/*background: url("../images/parallex/servz.jpg") 50% 50% no-repeat;*/
	background: url("../images/hero/background_1.png") 100% 100% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 4;
	border-top: 15px solid #40090f;
	border-bottom: 15px solid #40090f;
}
.section--servz .container-fluid {
	position:relative;
	z-index: 5;
	padding: 0% 11% 8% 11%;
}

.section--servz h2 {
	text-align: center;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 42px;
	line-height: 1.5em;
	font-weight: 300;
	margin:0 auto 0 auto;
}
.section--servz h3 {
	color: #c3bfb8;
	font-family: 'Lora', serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 26px;
	font-weight: 500;
}
.section--servz h3 a {
	color: #585145;
	font-family: 'Lora', serif;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 26px;
	font-weight: 500;
}
.section--servz h3 a:hover {
	color: #585145;
	
}
.section--servz h4 {
	color: #585145;
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 150%;
	font-weight: 300;
}
.section--servz h4 a {
	color: #585145;
	font-family: 'Montserrat', 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: 'Montserrat', 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--servebtn{
	position: relative;
    padding: 12px 12px 12px 12px;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    background: #40090f;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}

.section--servebtn:hover{
	opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.serve-border{
	border-left: 1px solid black;
	margin-top: 5%;
	height: 500px;
    left: 8%;
    top: 0;
}

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

@media (max-width: 550px) {
	.serve-border {
		
	border-top: 1px solid black;
    margin-top: 15%;
    top: 0;
    margin-bottom: 10%;
    border-left: none;
    height: 0;
    left: 0;
	}
}

.section--servebtn a:link, a:hover{
	color: #FFF;
}

.section--servz p {
	color: #fff;
	padding: 1% 5% 0 5%;
	font-size: 17px;
	font-weight: 300;
}
.section--servz p span {
	font-size: 17px;
	font-weight: 600;
}

.servz-icons {
	padding: 0 0 0 0;
}
.servz-icons img {
	position: relative;
	margin: 0 auto 0 auto;
	/*border: 10px solid #908f8a;
	border-radius: 50%;
	width: 40%;*/
	height: auto;
}

@media (max-width: 767px) {
	.section--servz h2 {
	font-size: 26px;
	line-height: 1.5em;	
}
.section--servz  {
		top: -200px;
	}
	}
@media (min-width: 768px) {
	.section--servz  {
		padding-top:0px;
		top: -25px;
	}
}
@media (min-width: 1000px) {
	.section--servz {
		top: -36px;
		padding: 2% 3% 0% 3%;
	}
}
/*<!-- section servz end -->*/






.comm--grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-gap:10px;
	background-color: #fff;
}
.comm__content {
	grid-column: 1 / -1;
	grid-row: 1 / -1;
	padding:35px;
}


@media (min-width: 768px) {
	.comm--grid {
		grid-template-columns: 3fr 1fr 2fr 2fr;
		grid-template-rows: 1fr 1fr;
		grid-gap:10px;
	}
	.comm__content {
		grid-column: 2 / -1;
		grid-row: 1 / 2;
		padding:50px;
	}
}



.comm__content h2 {
	color: #585145;
	font-family: 'Lora', serif;
	font-size: calc(42px + .5vw);
	line-height: 1;
	font-weight: 300;
	margin:0 auto 10px auto;
}
.comm__content .tourz-hr {
	border: thin solid #585145;
	margin: 3px 0 6px 0;
	width: 90%;
}
.comm__content p {
	color:  #585145;
	padding: 1% 6% 0 0%;
	font-size: 17px;
	font-weight: 300;
	line-height: 165%;
}
.comm__content p span {
	font-size: 17px;
	font-weight: 500;
}
.comm__content a {
	color: #595144;
	font-family: 'Montserrat', sans-serif;
	background-color: none;
	border: 1px solid #595144;
	border-radius: 0px;
	font-weight: 300;
	letter-spacing: 0px;
	padding: 8px 16px 8px 16px;
	font-size: 18px;	
}
.comm__content a:hover {
	color: #393732;
	background-color: #c2c2c2;
	border: 1px solid #595144;
}

@media (min-width: 768px) {
	.comm__image.one {
		grid-column: 1 / 2;
		grid-row: 1 / -1;
		background: url("../images/community/comm1.jpg") 50% 70% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.comm__image.two {
		grid-column: 2 / 3;
		grid-row: 2 / -1;
		background: url("../images/community/comm2.jpg") 90% 70% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.comm__image.three {
		grid-column: 3 / 4;
		grid-row: 2 / -1;
		background: url("../images/community/comm3.jpg") 50% 100% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.comm__image.four {
		grid-column: 4 / 5;
		grid-row: 2 / -1;
		background: url("../images/community/comm4.jpg") 50% 70% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}





.programs {
	margin:0;
	padding:20px;
	border-top: 1px solid #eee;
}
@media (min-width: 992px) {
	.programs {
		border-top: none;
		background: url("../images/programs/p-bkg.jpg") 80% 20% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}
.programs__content {
	padding:40px 10px;
}
.programs__content h2 {
	font-family: serif;
	color:#585145;
	font-size: calc(42px + .75vw);
	line-height: .9;
}
.programs__content p {
	color:#585145;
	font-size: calc(16px + .25vw);
	font-weight: 300;
	max-width: 42em;
}
.programs__content p strong {
	font-weight: 500;
}
.programs__content ul {
	column-count: 2;
	column-width: 24em;
	column-gap: 20px;
	max-width: 100%;
	list-style: none;
	padding:0;
}
@media (min-width: 768px) {
	.programs__content ul {
		max-width: 65%
	}
}
.programs__content li {
	font-size: calc(13px + .25vw);
	line-height: .8;
	font-weight: 400;
	white-space: nowrap;
}
.programs__content li::before {
	content: '•';
	margin-right:9px;
	font-size: 32px;
	position: relative;
	top:3px;
}
.p-btn {
	display: inline-block;
	padding: 12px 42px 12px 32px;
	text-align: center;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	background: #969084;
	margin:20px 0;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
}
.p-btn:hover {
	color:#fff;
	background: #ada99f;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);
}











.section--hdr {
	position: relative;
	padding: 40px;
	background: #40090f;
	
}
.section--hdr h2 {
	color: #969084;
	font-family: serif;
	font-size: calc(36px + .75vw);
	line-height: 1;
	font-weight: 500;
	margin:0 auto 0 auto;
}



.s--testimonials {
	margin:0;
	padding: calc(50px + .5vw);
	background-color: #585145;
}
@media (min-width: 992px) {
	.s--testimonials {
		padding: calc(50px + 8vw);
		background: url("../images/parallex/testimonial.jpg") 80% 20% no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
	}
}
.s--testimonials blockquote {
	margin: 0;
	font-weight: 300;
	color:#c0bcb5;
	font-size: calc(24px + .5vw);
	line-height: 1.6;
	font-family: serif;
}
.s--testimonials p.author {
	font-family: serif;
	font-style: italic;
	text-align: center;
	color:#c0bcb5;
	font-size: calc(24px + .25vw);
	margin-top: 16px;
}














.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 pointer start -->*/
.section--pointer.branded--blue {
	padding: 25px 0;
	background-color: #40090f;
}
.section--pointer.branded--blue h2 {
	color:#f7fafa;
	font-family: 'Montserrat', 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: 'Montserrat', 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: #848074;
	color: #fff;
	border: 1px solid #168caa;
}
/* 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 a {
	color: #3b0e11;
}
.patient--resources a:hover {
	color: #9a6568;
}

.patient--resources {
	padding: 60px 0px 50px 0px;

	background: url("../images/hero/background_1.png") 100% 100% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.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;
}

.patient--resources .credit_logos img {
	float:left;
}


.patient--resources2 {
	padding: 60px 0px 50px 0px;


}
.patient--resources2 h1,
.patient--resources2 h2,
.patient--resources2 h3,
.patient--resources2 h4,
.patient--resources2 h5 {
	color:#666766;
}
.patient--resources2 h2 {
	margin-top: 0px;
}
.patient--resources2 h4 {
	font-weight: 400;
}
.patient--resources2.philo h2 {
	
	margin-bottom: 5px;
}
.patient--resources2 .credit_logos img {
	float:left;
}

.patient--resources2 p {
	
	/*font-size: 22px;*/
}


.patient--resources2 a {
	color: #731e2b;
}

.patient--resources2 a:hover {
	color: #c5beb3;
}
.why-do li {
	margin: 10px 0px 10px 0px;
}

.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: #168caa;
	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: #848074;
  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:#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:6px 0px 0px 0px;
}
.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: #666766;
	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 h1 {
	font-size: calc(24px + .125vw);
}


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

.contact--page a:hover {
	color:#666766;
}


.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;
}





#footer-formmail {
	margin-top: 0px;
  	padding:0;
}
@media (min-width:768px) {
	#footer-formmail {
		margin-top: -40px;
	  	padding:0;
	}
}

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


#footer-formmail h2 {
  display: block;
  font-size: calc(28px + .75vw);
  font-weight: 500;
  margin-bottom: 6px;
  font-family: serif;
  color:#40090f;
}
#footer-formmail p {
  margin:0 0 20px 0;
  text-align: left;
  font-weight: 300;
  font-size: 15px;
}
#footer-formmail strong {
	font-weight: 500;
}
#footer-formmail h6 {
  margin:5px 0;
  font-size:14px;
  font-weight: 300;
}

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

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

#footer-formmail input[type="text"]:hover,  
#footer-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;
}

#footer-formmail textarea {
  height:100px;
  max-width:100%;
  resize:none;
}
#footer-formmail input[type="submit"] {
  display:inline-block;
  margin:0;
  padding:10px 30px 10px 30px;
  background-color:#40090f;
  color:#fff;
  font-size: 15px;
  border: none;
  border-radius: 3px;
  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;
}

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

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

#footer-formmail input:focus, 
#footer-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 -->*/






/*<!-- f-pointer start -->*/
.f-pointer {
	padding: .625em;
	background-color: #40090f;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
	flex-direction: column;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.f-pointer {
		padding: 1.5em;
		flex-direction: row;
		justify-content:space-around;
		align-items: center;
	}
}
.f-pointer h3 {
	color:#ccc;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: calc(18px +.25vw);
	margin-top: .375em;
}
@media screen and (min-width: 992px) {
	.f-pointer h3 {
		font-size: calc(24px +.25vw);
	}
}
.btn-pointer {
	display:block;
	min-width: 2.625rem;
	padding: .75em 1.5em;
	background-color: transparent;
	color: #ccc;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 1.42857143;
	margin: .625em 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
	.btn-pointer {
		font-size: calc(16px +.25vw);
		margin: 0 0;
	}
}
.btn-pointer:hover {
	background-color: #fff;
	color: #40090f;
	border: 1px solid #fff;
}
/*<!-- /f-pointer end -->*/




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








.map--home--page {
	position:relative;
	z-index: 2;
	background-color: #40090f;
	margin-bottom: 0px;
	padding-bottom: 10px;
}


.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;
	}

}

.servs-pic img {
	border: 5px solid #a4a5a4;
	-webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.servs-pixx {
	min-height: 220px;
	background: url("../images/services/serv-banner.jpg") 0% 0% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.life-at-cran {
	padding-top: 5%;
	padding-bottom: 5%;
}

.life-bacc {
	
	background: url("../images/life-at-pic.jpg") 0% 0% no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}





/*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) {

}






























