@charset "UTF-8";

/* CSS Document */


/***************************************************************************/


/***************************** GENERAL STYLES *******************************/


/***************************************************************************/

.wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
}

.innerWrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	position: relative;
	text-align: center;
	display: block;
}

.section {
	padding: 30px 0px;
}
.col-1-4 {
	width: 23%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-4 {
	width: 73%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-3 {
	width: 31.333%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-3 {
	width: 64.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-2 {
	width: 48%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-5 {
	width: 18%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-2-5 {
	width: 38%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-3-5 {
	width: 58%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-4-5 {
	width: 78%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 {
	width: 8%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-9-10 {
	width: 88%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1 {
	margin: 1%;
	width: 98%;
	position: relative;
}
.col-1-6 {
	width: 14.66%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-7 {
	width: 12%;
	margin: 1%;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.col-1-10 img, .col-1-4 img, .col-1-2 img, .col-1-3 img, .col-1-5 img, .col-1 img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
	padding: 0px;
}
.vertical {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.parallax-window img {
	width: 100%;
	height: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}
.center {
	text-align: center;
}
.grey {
	background: #e0e5e9;
}

.blue{
	background:#a5bbc8;
}

.marginBottom{
	margin-bottom: 150px;
}

.green{
	background:#e7e9e1;
}

/***************************************************************************/


/***************************** HEADER STYLES *******************************/


/***************************************************************************/

header {
	position: absolute;
	left:0;
	right:0;
	top:0;
	z-index: 99999;
    padding: 20px 0;
    -webkit-transition:all ease 0.6s;
    transition:all ease 0.6s;
}
/*
header.stuck{
	background:rgba(0,0,0,1);
	-webkit-transition:all ease 0.6s;
    transition:all ease 0.6s;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.4);
}*/

header .logo{
	    max-width: 100px;
    display: block;
    -webkit-transition:all ease 0.6s;
    transition:all ease 0.6s;
}
/*
header.stuck .logo{
	max-width:70px;
	-webkit-transition:all ease 0.6s;
    transition:all ease 0.6s;
}*/

/************** MOBILE NAV STYLES ***************/

#mobile-header {
	display: none;
	vertical-align: middle;
	margin-left: -20px;
	margin-right: 20px;
}
#mobile-header svg {
	width: 62px;
	height: 100%;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mobile-header path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 40px;
	stroke-linecap: round;
	stroke: #fff;
	stroke-dashoffset: 0px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}
#mobile-header path#top, #mobile-header path#bottom {
	stroke-dasharray: 240px 950px;
}
#mobile-header path#middle {
	stroke-dasharray: 240px 240px;
}
#mobile-header .cross path#top, #mobile-header .cross path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
#mobile-header .cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

/*************************************************************************/


/***************************** MAIN STYLES *******************************/


/*************************************************************************/

.parallax-window {
	height: 400px;
	overflow: hidden;
	position: relative;
	background: transparent;
}
#map {
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 2;
}
.center-holder {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	/*padding:0 30px;*/
	padding: 20px 30px;
}
.center-sub-holder {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}
.center-text-holder {
	top: 50%;
	position: relative;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
a.button {
	display: inline-block;
    padding: 5px 40px;
    background: #35562b;
    color: #fff;
    border: solid 2px #35562b;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    margin-bottom: 1em;
    line-height: 24px;
text-transform: uppercase;
font-size: 22px;
}

@media only screen and (min-width:1000px) {
	a.button:hover{
		color: #35562b;
		background: #fff;
		-webkit-transition: all ease 0.4s;
		transition: all ease 0.4s;
	}
}



/*******************************************************************************/


/***************************** FLEXSLIDER STYLES *******************************/


/*******************************************************************************/


/********************** GENERIC FLEXSLIDER STYLES ***********************/

.flexslider {
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	border-radius: 0;
}
.flexslider .slides {
	margin: 0;
	padding: 0;
}
.flexslider .slides li {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.flexslider .slides li img {
	width: 100%;
	display: block;
	height: auto;
}
.flexslider .flex-direction-nav a {
	width: 33px;
	height: 53px;
	top: 50%;
	top: calc(50% - 27.5px);
	opacity: 1;
	color: transparent;
	text-shadow: none;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 20px;
}
.flex-direction-nav {
	height: 0px;
}
.flex-direction-nav .flex-prev {
	left: -60px;
	background-repeat: no-repeat;
}
.flex-direction-nav .flex-next {
	right: -60px;
	text-align: right;
	background-repeat: no-repeat;
}

/********************** BASIC FLEXSLIDER STYLES ***********************/

.flexslider.basicSlider {
	width: 100%;
	border-radius: 0px;
	/*overflow: visible;*/
}


/***************************************************************************/


/********************* ADDITIONAL FLEXSLIDER STYLES ************************/


/***************************************************************************/



/***************************************************************************/


/***************************** FOOTER STYLES *******************************/


/***************************************************************************/

footer{
	background-image:url(/images/layout/footer-back.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	padding:20px 0;
}

a.footerLogo {
    float: right;
    max-width: 200px;
}

/***************************************************************************/


/***************************** PAGE STYLES *******************************/


/***************************************************************************/

a.down{
	display: inline-block;
	margin-top:30px;
	max-width:20px;
	cursor:pointer;
}

.dark{
	background:#252525;

}

.submit{
	position: relative;
	display: inline-block;
}

.submit:after{
	content: "";
    display: block;
    background-image: url(/images/layout/arrow-right.png);
    background-size: contain;
    position: absolute;
    width: 38px;
    height: 18px;
    background-repeat: no-repeat;
    top: 50%;
    top: calc(50% + 7px);
    right: 25px;
    z-index: 2;
}

.errorMessage {
    display: none;
    border: 1px solid #cc0000;
    padding: 20px;
}

.row.errorMessage p {
    color: #cc0000;
    margin: 0;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}


/************** MOBILE STYLES ***************/

@media only screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 20px;
	}

}

@media only screen and (max-width: 1000px) {
	.innerWrapper {
		padding: 0 20px;
	}

}

@media only screen and (max-width: 800px) {
	.col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
		width: 98%;
		margin: 1%;
	}
	
	header .col-1-2{
		width:48%;
		margin:0;
		margin-left:1%;
		margin-right:1%;
	}

	
}