﻿/* -----------------------------------------
:: THEME.CSS
----------------------------------------- */
main {
	position: relative; /*z-index: 2; */ ;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* -----------------------------------------
:: HEADER
----------------------------------------- */
.header {
	background: #FEFEFE url('../themed-images/backgrounds/header-bg.jpg') no-repeat fixed 90% 50%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.menu-bar {
	width: 100%;
	min-height: 101px;
	background: #D3C6B4;
	background: rgba(211,198,180, 0.25);
	position: relative;
}

.social-bar {
	width: 100%;
	min-height: 40px;
	background: #D3C6B4;
}

.breadcrumb-bar {
	position: relative;
	width: 100%;
	min-height: 80px;
	background: #824E1A;
	background: rgba(130,78,26, 0.90);
}

.breadcrumb-bar:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 80px;
}

/* -----------------------------------------
:: PARRALAX
----------------------------------------- */
.section-bg-a {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-a.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-b {
	position: relative;
	background-image: url('../images/BGs/sunset.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-c {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-c.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-d {
	position: relative;
	background-image: url('../images/BGs/animated-smoke-gif-699.gif');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-e {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-e.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-f {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-f.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-g {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-g.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

.section-bg-h {
	position: relative;
	background-image: url('../themed-images/backgrounds/section-bg-h.jpg');
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

/* -----------------------------------------
:: SECTIONS
----------------------------------------- */
.section1 {
	/*background: url('../graphics/section1-top-left.png') left top no-repeat, url('../graphics/section1-top-right.png') right top no-repeat, url('../graphics/section1-bg.png');*/
	position: relative;
	background: #EBE6DE;
	padding: 100px 0 100px 0;
}

.section2 {
	/*background: url('../graphics/section2-top-left.png') left top no-repeat, url('../graphics/section2-top-right.png') right top no-repeat;*/
	position: relative;
	background: #EBE6DE;
	padding: 100px 0 100px 0;
}

.section2-5 {
	/*background: url('../graphics/section2-top-left.png') left top no-repeat, url('../graphics/section2-top-right.png') right top no-repeat, url('../graphics/section5-bg.png') center center repeat-x;*/
	position: relative; ;
	background: #EBE6DE;
	padding: 100px 0 100px 0;
}

.section2-6 {
	/*background: url('../graphics/section2-top-left.png') left top no-repeat, url('../graphics/section2-top-right.png') right top no-repeat, url('../graphics/section6-bottom.png') center bottom repeat-x;*/
	position: relative; ;
	background: #EBE6DE;
	padding: 100px 0 100px 0;
}

.section3 {
	position: relative;
	background-position: center center;
	background-size: cover;
}

.section3 .wrapper {
	background: #97612D;
	background: /*url('../graphics/section3-dots.png') left center,*/ rgba(151,97,45, 0.45);
}

.section3 .row {
	padding: 30px 0 30px 0;
}

.section3.video {
	background-image: none;
}

.section3.map {
	background-image: none;
}

.section3-social {
	position: relative;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
}

.social-content-header {
	padding: 30px 20px;
}

.section4 {
	position: relative;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
	/*background: url('../graphics/section4-bg.png') left center repeat-x;*/
}

.section4 .row {
	padding: 60px 0 60px 0;
}

.section5 {
	position: relative; /*background: url('../graphics/section5-bg.png') left center repeat-x, #ffffff;*/;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
	padding: 100px 0 100px 0;
}

.section6 {
	position: relative;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
	/*background: url('../graphics/section6-top.png') center top repeat-x, url('../graphics/section6-bottom.png') center bottom repeat-x;*/
}

.section6-top {
	position: relative;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
	/*background: url('../graphics/section6-top.png') center top repeat-x;*/
}

.section6-bottom {
	position: relative;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
	/*background: url('../graphics/section6-bottom.png') center bottom repeat-x;*/
}

.section7 {
	position: relative;
	width: 100%;
	display: table;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
}

.section7 > div {
	width: 50%;
	display: table-cell;
}

.section7-light {
}

.section7-dark {
	position: relative;
	background: #222222;
}

.section8 {
	position: relative;
	background: #EBE6DE;
	border-top:1px solid #DFD6CA;
	border-bottom:1px solid #DFD6CA;
	/*background: url('../graphics/section8-bg2.png') center top no-repeat, url('../graphics/section8-bg.png') center center;*/
}

.section9 {
	position: relative;
	width: 100%;
	display: table;
	background: #DFD6CA;
	border-top:1px solid #D3C6B4;
	border-bottom:1px solid #D3C6B4;
}

.section9 > div {
	width: 50%;
	display: table-cell;
	vertical-align: top;
}

.section9-dark {
	position: relative;
	background: rgba(0, 0, 0, 0.1);
}

@media (max-width:992px) {
.section9 > div {
	width: 100%;
	display: block;
	vertical-align: top;
}

}
/* contact.htm with half map */
.contact-half-map {
	height: 400px;
	position: relative;
}

.map-left {
	background: rgba(211,198,180, 0.88);
	background: /*url('../graphics/section3-dots.png') left center,*/ rgba(211,198,180, 0.88);
	position: relative;
	z-index: 1;
	height: 400px;
	width: 50%;
	padding-left: 100px;
}

.map-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: rgba(211,198,180, 0.88);
	border-width: 30px;
	margin-top: -30px;
}

.con-heading1-dark p.address {
	margin-bottom: 10px;
	margin-top: 10px;
}

.con-heading1-dark p.address span {
	font-size: 16px;
	margin: 0px 20px 10px 20px;
	font-weight: 400;
	line-height: 1;
	padding: 0;
}

/* -----------------------------------------
:: DIVIDERS
----------------------------------------- */
.divider1 {
	height: 0px;
	width: 100%;
	position: relative;
}

.divider2 {
	height: 0px;
	width: 100%;
	position: relative;
}

.divider3 {
	height: 40px;
	width: 100%;
	position: relative;
}

.divider4 {
	height: 40px;
	width: 100%;
	position: relative;
	margin: 20px auto;
}

.divider3-top {
	height: 40px;
	width: 100%;
	position: relative;
}

.divider3-bottom {
	height: 40px;
	width: 100%;
	position: relative;
}

.divider2-top {
	height: 40px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #824E1A;
}

.divider2-bottom {
	height: 40px;
	width: 100%;
	position: relative;
	border-top: 1px solid #824E1A;
}

.divider5 {
	height: 17px;
	width: 100%;
	position: relative;
	background: url('../graphics/divider5-bg.png') center center repeat-x;
}

/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg {
	position: relative;
	background: #D3C6B4;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #EBE6DE;
	font-size: 80%;
}

.footer-top, .footer-bottom {
	background: #824E1A;
	height: 40px;
	width: 100%;
	position: relative;
}

.footer-bg div.row {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer-bg div.row i {
	color: #824E1A;
}

.footer-bg h1, .footer-bg h2, .footer-bg h3, .footer-bg h4, .footer-bg h5, .footer-bg h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* -----------------------------------------
:: COPYRIGHT
----------------------------------------- */
.copyright {
	position: relative;
	background: #97612D;
	font-family: Raleway, sans-serif;
	font-size: 90%;
	color: #ccc;
	line-height: 30px;
	padding: 5px 0px 20px 0px;
}

.copyright h1, .copyright h2, .copyright h3, .copyright h4, .copyright h5, .copyright h6, .copyright p, .copyright a {
	color: #ccc;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 30px;
}














﻿

/*
﻿playback timings (ms):
﻿  ﻿captures_list﻿: ﻿0.427﻿
﻿  ﻿exclusion.robots﻿: ﻿0.014﻿
﻿  ﻿exclusion.robots.policy﻿: ﻿0.007﻿
﻿  ﻿esindex﻿: ﻿0.009﻿
﻿  ﻿cdx.remote﻿: ﻿6.165﻿
﻿  ﻿LoadShardBlock﻿: ﻿356.551﻿ (﻿3﻿)
﻿  ﻿PetaboxLoader3.resolve﻿: ﻿350.443﻿ (﻿4﻿)
﻿  ﻿PetaboxLoader3.datanode﻿: ﻿105.152﻿ (﻿5﻿)
﻿  ﻿load_resource﻿: ﻿115.762﻿
﻿  ﻿loaddict﻿: ﻿33.472﻿
﻿*/