﻿/* -----------------------------------------
:: THEME.CSS
----------------------------------------- */
/* -----------------------------------------
:: BODY
----------------------------------------- */
body {
	background: url('../graphics/dark-stripes-bg.png');
}

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

/* -----------------------------------------
:: HEADER
----------------------------------------- */
.header {
	width: 100%;
	min-height: 180px;
	padding: 0px;
	margin: 0px;
	background: #F2EAEC;
	background: url('../graphics/header-bg.png') center center, linear-gradient( to right, #F2EAEC 0%, #F2EAEC 50%, #E2CDD3 50%, #E2CDD3 100% );
	text-align: center;
	border-bottom: 1px solid #E2CDD3;
	box-sizing: content-box;
	display: table;
}

.menu-wrapper {
	height: 60px;
	background: #ffffff;
	border-bottom: 5px solid rgba(167,106,122,0.20);
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0px;
	list-style: outside none none;
	margin-bottom: 0px;
	padding: 20px 15px;
	height:86px;
}

.breadcrumb div.wrapper div.container div.row div.col-sm-6 {
	padding: 0;
	margin: 0;
}

/* -----------------------------------------
:: 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('../themed-images/backgrounds/section-bg-b.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('../themed-images/backgrounds/section-bg-d.jpg');
	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 {
	position: relative;
}

.section1 .container {
	background: #ffffff url('../graphics/divider1.png') center top repeat-x;
}
.section1 .row {
	padding: 15px 30px 30px 30px;
}

.section2 {
	position: relative;
}
.section2 .container {
	background: #ffffff;
}

.section2 .row {
	padding: 50px 30px 100px 30px;
}

.section3 {
	position: relative;
	overflow: hidden;
}

.section4 {
	position: relative;
	overflow: hidden;
}

.section5 {
	position: relative;
	background: #ffffff;
	overflow: hidden;
}

.section-dark {
	position: relative;
	overflow: hidden;
}

.section-dark .container {
	position: relative;
	overflow: hidden;
	background: url('../graphics/dark-stripes-bg.png'), url('../graphics/dark-stripes-bg.png');
}

.section-dark div.wrapper div.container div.row {
	padding: 0px 0px 50px 0px;
}

.section-parallax-light {
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.section-parallax-light .wrapper {
	background-color: #ffffff;
	background: url('../graphics/eggshell-bg.png') left center, rgba(255,255,255,0.85);
}

.section-parallax-light .container {
	padding: 100px 0 100px 0;
}

.section-parallax-color {
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.section-parallax-color .wrapper {
	background-color: #555555;
	background: url('../graphics/eggshell-bg.png') left center, rgba(62,114,138,0.85);
}

.section-parallax-color .container {
	padding: 100px 0 100px 0;
}

.section-parallax-dark {
	position: relative;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	margin:50px 0;
}

/*
.section-parallax-dark .wrapper {
	background-color: #222222;
	background: url('../graphics/eggshell-bg.png') left center, rgba(34,34,34,0.85);
}
*/
.section-parallax-dark .row {
	background-color: #222222;
	background: url('../graphics/eggshell-bg.png') left center, rgba(34,34,34,0.85);
	    padding:0 30px;

}


div.map-wrapper2 .container {
	padding: 0px 0 0px 0;
}

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

.map-left {
	background-color: rgba(34, 34, 34, 0.88);
	background: url('../graphics/section3-dots.png') left center, rgba(34, 34, 34, 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(34, 34, 34, 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;
}
.social-content-header{
}


/* -----------------------------------------
:: DIVIDERS
----------------------------------------- */
.divider1 {
	height: 17px;
	width: 100%;
	background: url('../graphics/divider1.png') center center;
}

.divider2 {
	height: 40px;
	width: 100%;
	background: #555555;
	position: relative;
}

/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg .container {
	background: #ffffff;
	overflow: hidden;
}


/* -----------------------------------------
:: COPYRIGHT
----------------------------------------- */
.copyright .container {
	background: #ffffff;
	overflow: hidden;
	padding:5px 30px;
}

