﻿/*********************** header ************************************/
.header {
	position: relative;
	height: 185px;
}

/*********************** body bg ************************************/
.body-bg {
	background: url('../graphics/body-bg.jpg') top center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.body-top {
	background: url('../graphics/body-top.jpg') top center no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.body-bottom {
	background: url('../graphics/body-bottom.jpg') bottom center no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.main-bg {
	background: url('../graphics/main-bg.jpg') top center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.main-top {
	background: url('../graphics/main-top.jpg') top center repeat-x;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.main-left {
	background: url('../graphics/main-left.jpg') left top repeat-y;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.main-right {
	background: url('../graphics/main-right.jpg') right top repeat-y;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.divider-leaf {
	background: url('../graphics/sideleaf.png') center center no-repeat;
	height: 47px;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	margin-top: -10px;
}
.divider-bar {
	background: url('../graphics/main-divider.jpg') center center;
	height: 10px;
	width: 100%;
	clear: both;
}

.uprightleaf {
	background: url('../graphics/uprightleaf.png') left -10px no-repeat;
}

.sidedivide-left {
	background: url('../graphics/sidedivide.png') left center no-repeat;
}

.sidedivide-right {
	background: url('../graphics/sidedivide.png') left center no-repeat;
}

/* positioning */
.info-box-carousel-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10005;
	width: 100%;
	background: url('../graphics/info-box-carousel-wrapper-bg.png'), url('../graphics/info-box-carousel-bottom.jpg') center bottom repeat-x;
	border-top: 6px #737373 solid;
	border-bottom: 6px #ff3d2e solid;
	box-sizing: border-box;
}

/*********************** SHOWCASE  / START ************************************/
.showcase {
	margin: 0;
	padding: 25px 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 0px 25px rgba(0,0,0,0.50);
}

.showcase .row.inner h1 {
	text-align: center;
}

.showcase .row.inner h2 {
	text-align: center;
}

.showcase h1:before {
	content: url('../graphics/h1-bg.png');
}

.showcase h1:after {
	content: url('../graphics/h1-bg.png');
}

/*********************** SECTION1  / START ************************************/
.section1.animated .inner {
	margin: 0px auto;
}

.section1 {
	padding: 0px 30px;
}

/*********************** SECTION2  / START ************************************/
.section2 {
background:url('../graphics/main-left.jpg') left center repeat-y, url('../graphics/main-right.jpg') right center repeat-y, url('../graphics/section2-bg.jpg') ;
padding:0px 10px;
}
.section2 .section-inner{
	-webkit-box-shadow:inset 0 0 50px 0 #000000;
box-shadow:inset 0 0 50px 0 #000000;
padding:30px 0px;

}



/*********************** SECTION3  / START ************************************/
/*********************** PARALLAX1  / START ************************************/
/*********************** PARALLAX2  / START ************************************/
/*********************** PARALLAX3  / START ************************************/
/*********************** FOOTER  / START **************************************/
.footer {
	padding: 20px 0 10px 0;
}

.footer .section-inner {
	box-sizing: border-box;
}

.footer .wrapper {
	box-sizing: border-box;
}

.footer .wrapper .container {
	box-sizing: border-box;
}

.footer .inner {
	box-sizing: border-box;
	position: relative;
}

.footer ul, .footer ol, .footer ul ul, .footer ol ul, .footer ul ol, .footer ol ol {
	list-style-type: none;
	padding: 2px 0px;
}

/* style over rides */
.footer {
	color: #D2D2D2;
	font-size: 13px;
}

/* LINKS */
.footer a {
	color: #ffffff;
}

.footer a:hover, a:focus {
	color: #FF9900;
}

.footer h3, .h3 {
	color: #ffffff;
}

@media only screen 
and (max-width : 990px) {
.footer .inner {
	padding-left: 10px;
	padding-right: 10px;
}

}
/*********************** COPYRIGHT  / START ***********************************/
.copyright {
	background: url('../graphics/dark-bg.jpg');
}

.copyright .inner {
	position: relative;
}

@media only screen 
and (max-width : 990px) {
.copyright .inner {
	padding-left: 10px;
	padding-right: 10px;
}

}
/*********************** SECTION DIVIDER  / START *****************************/
.section-divider {
	width: 100%;
	height: 10px;
	background: #252525;
}

.section-divider-thin {
	width: 100%;
	height: 1px;
	background: #252525;
}

