
/* ------- 1. GENERAL (BODY, IMAGES & TEXT) ------- */

body {
	background: #FFF;
	position: relative;
	width: 100%;
	color: #5E412F;
	margin: auto 0;
	padding-top: 0;
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 120%;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
}

a, a:hover, a:focus {
	text-decoration: none;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 1em;
	margin: 1% auto;
	text-align: center;
	color: #5E412F;
	line-height: 120%;
}

h1 {
	font-size: 4em;
	color: #FFF;
	font-family: 'Open Sans Bold', sans-serif;
	font-weight: 500;
	text-shadow: 1px 1px 1px rgba(38,38,38,0.5);
}

h2 {
	font-size: 1.5em;
	color: #5E412F;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 130%;
	text-align: center;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h3 {
	font-size: 1.2em;
	color: #5E412F;
	line-height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#wrapper {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


/* ----------------- 2. NAVIGATION ----------------- */

.navbar {
	background: #ffffff;
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.navbar-default {
	height: 80px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}

.navbar-brand {
	padding: 20px 0 0 0;
}

.navbar-collapse.collapse {
	padding-top: 0;
	margin: 0 auto;
}


.navbar-default .navbar-nav > li > a {
	background: #ffffff;
	color: #999;
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 28px 14px;
	position: relative;
	-moz-transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	background: #c9e6ff;
	color: #40b8e5;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #00447f;
	color: #40b8e5;
}

.navbar-collapse.collapse a:hover, .navbar-collapse.collapse a:focus {
	background: #FFF;
	color: #40b8e5;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: #eee;
}

.navbar-toggle {
	position: absolute;
	right: 2px;
	top: 14px;
}

/* ------------------------------------------------- */

#area_under_navigation {
    height: 75px;
}

/* ----------- 4. CONTENT AREAS (PAGES) ------------ */

#content {
	overflow: scroll;
	height: 100%;
	position: relative;
}

#main a:hover, #main li a.active { 
	background: #EA2E49; 
}

#intro{
	background: transparent 50% 0 repeat fixed;
	margin: 0 auto;
	padding: 0;
}

#deal {
	background: #FFF no-repeat fixed;
	color: #5E3921;
	height: auto;
	margin: 0 auto;
	padding: 3% 0;
}

#download {
	color: #FFF;
	width: 100%;
	height: auto;
	left: 0;
	padding: 6% 0;	
	z-index: -1;
}

#contact {
	background: #FFF 50% 0 no-repeat fixed;
	color: #5E412F;
	height: auto;
	margin: 0 auto;
	padding: 3% 0;
}


/* ------------------- 5. HEADLINE ------------------- */

.headline-bg {
	width: 100%;
	min-height: 500px;
	height: auto;
	background: url('../images/headline-bg.jpg') 50% 0 no-repeat;

    color: #FFF;
    text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #5E412F;
}

/* ------------------- 6. AREA SEPARATORS ------------------- */

.wrapper {
	overflow: hidden !important;
}

section {
	position: relative;
	padding: 0;
	background: #F0A830;
	color: #FFF;
	text-align: center;
}

section::before,
section::after {
	position: absolute;
	content: '';
}

/* Separators Styles */
.ss-style-top::before {
	left: 0;
	width: 100%;
	height: 30px;
	background-size: 25px 100%;
	top: 0;
	background-image: linear-gradient(315deg, #FFF 50%, transparent 50%), 
					  linear-gradient(45deg, #FFF 50%, transparent 50%);
	margin-top: -30px;
	z-index: 100;
}

.ss-style-bottom::before {
	left: 0;
	width: 100%;
	height: 30px;
	background-size: 25px 100%;
	top: 0;
	background-image: linear-gradient(583deg, #FFF 50%, transparent 50%), 
					  linear-gradient(136deg, #FFF 50%, transparent 50%);
	margin-top: 0px;
	z-index: 100;
}

/* ----------------- 8. ABOUT ----------------- */

#about {
	color: #FFF;
	width: 100%;
	height: auto;
	left: 0;
	padding: 6% 0;	
	z-index: -1;
}

.about-title h2 {
	color: #5E3921;
	text-align: center;
}

.about-text {
	color: #5E3921;
	margin: 1% auto;
	text-align: center;
	visibility: hidden;
}

/* Flexisel */
.clearout {
	height: 5%;
	clear: both;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
	visibility: hidden;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;   
    text-align: center;  
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
	margin-bottom: 6%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 12%;
    margin-bottom: 0%;
    max-width: 350px;
    max-height: 350px;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;  
    overflow: hidden;
}

/* Flexisel Navigation */
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
	top: 120px !important;
}

.nbs-flexisel-nav-left {
    left: -2px;
    background: url('../images/button-previous.png') no-repeat;
}

.nbs-flexisel-nav-right {
    right: -5px;
    background: url('../images/button-next.png') no-repeat;
}

/* ----------------- 8. DOWNLOAD ----------------- */

.download-title h2 {
	color: #5E3921;
	text-align: center;
}

.download-text {
	color: #5E3921;
	margin: 1% auto;
	text-align: center;
	visibility: hidden;
}

/* ----------------- 9. WHO ----------------- */

#who {
    background: url('../images/testimonials_background.jpg') 50% 0 repeat fixed;	
	height: auto;
	margin: 0 auto;
	color: #FFF;
	padding: 3% 0;
}

.who-images {
	text-align: center;
	margin: 4% auto;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	padding: 0;
    overflow: hidden;
	visibility: hidden;
}

.who-title h2 {
	color: #FFF !important;
	text-align: center;	
}


/* ----------------- 10. FUN FACTS ----------------- */

#activities {
	background: url('../images/facts.jpg') 50% 0 repeat fixed;
	color: #FFF;
	height: auto;
	width: 100%;
	margin: 0 auto;
	padding: 6% 0;
}


.activities-title h2 {
	background: rgba(50,50,50,0.9);
	color: #FFF !important;
	text-align: center;	
}

.activities-text  {
	color: #FFF;
	background: rgba(50,50,50,0.9);
	padding: 10px;
}

.activities-text h3 {
	color: #FFF;
}





/* ------------ 14. FOOTER ------------ */

.copyright {
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 1% 0;
	margin: 2% 0 0 0;
	background: #00447f;
}