﻿/* -----------------------------------------
:: THEME.CSS
----------------------------------------- */
/* -----------------------------------------
:: BODY
----------------------------------------- */
body {
	background-color: #F6F6F6;
	background: url('../themed-images/backgrounds/section-bg.jpg') center top;
}

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

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

.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;
	padding: 50px 0;
}

@media (min-width: 992px) {
.section-slider-bottom {
	background: url('../graphics/section-slider-bottom-cover.png') center top no-repeat;
	margin-top: -250px;
	position: relative;
	z-index:9;
}

.section1.section-slider-bottom {
	padding: 0;
}

.section1.section-slider-bottom .wrapper {
	padding-top: 200px;
	padding-bottom: 200px;
}

.section1.section-bg {
	padding-top: 130px;
	padding-bottom: 240px;
}

.section2 {
	position: relative;
}

.section2 {
	position: relative;
	margin-top: -110px;
}
.section2 .section-heading-left{
    z-index:10;
}




.section-dark {
	position: relative;
	overflow: hidden;
	background: #111111;
	background: rgba(0,0,0,0.75);
}

.section-dark .wrapper {
	background: url('../themed-images/covers/dark-circles.png');
}

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

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

.section-white {
	position: relative;
	overflow: hidden;
	background: #e8e8e8;
}

.section-white .container {
	position: relative;
	overflow: hidden;
}

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

.section-white div.divider2-top {
	z-index: 1;
}

.section-parallax-dark .wrapper {
	background: #222222;
	background: url('../themed-images/covers/dark-circles.png') left center, rgba(0,0,0,0.50);
}

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

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

/* contact.htm with half map */
.contact2-map iframe {
	width: 100%;
	border: 0;
	height: 350px;
}

div.contact2-map small {
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	background: rgba(0,0,0,0.25);
}

.contact2-form {
	margin-top: 50px;
}

.contact-half-map {
	position: relative;
}

.map-left {
	background: #222222;
	background: rgba(34, 34, 34, 0.88);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

@media (min-width: 992px) {
.contact-half-map {
	height: 400px;
	position: relative;
}

.map-left {
	background: #222222;
	background: url('../graphics/dark-dots.png') left center, rgba(34, 34, 34, 0.88);
	position: relative;
	z-index: 1;
	height: 400px;
	width: 50%;
	padding-left: 100px;
	box-sizing: border-box;
}

.map-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-left-color: #222222;
	border-left-color: rgba(34, 34, 34, 0.88);
	border-width: 30px;
	margin-top: -30px;
}

}

/* -----------------------------------------
:: DIVIDERS
----------------------------------------- */
.divider-top {
	position: absolute;
	top: 0;
	right: 0;
	height: 240px;
	width: 100%;
	background: url('../graphics/divider-top.png') center top no-repeat;
}

.divider-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 240px;
	width: 100%;
	background: url('../graphics/dividier-bottom.png') center top no-repeat;
}

.divider2-top {
	position: absolute;
	top: 0;
	right: 0;
	height: 100px;
	width: 100%;
	background: url('../graphics/divider2-top.png') center top no-repeat;
}

.divider2-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100px;
	width: 100%;
	background: url('../graphics/divider2-bottom.png') center bottom no-repeat;
}

/* -----------------------------------------
:: FOOTER
----------------------------------------- */
.footer-bg {
	background: #111111;
	background: url('../themed-images/covers/dark-circles.png') left center, rgba(0,0,0,0.85);
	overflow: hidden;
	margin-top: 100px;
	border-top: 20px solid #D03E2A;
}

/* -----------------------------------------
:: COPYRIGHT
----------------------------------------- */
.copyright {
	background: #111111;
	background: rgba(0,0,0,0.95);
	overflow: hidden;
	padding: 5px 30px;
}

