@charset "UTF-8";
/* CSS Document */

.sections {
	position: relative;
	box-sizing: border-box;
}
/*----- BG SECTION -----*/
.bg-section {
	/*z-index: 0;*/
	min-height: 481px;
}
.bg-top-section {
	/*margin-bottom: -481px;*/
}
.bg-bottom-section {
	margin-top: -481px;
	padding-top: 150px;
}
.bg-bottom-section_special {
	padding-top: 250px;
	padding-bottom: 100px;
}
.bg-section-nopadding {
	padding: 0px;
}
.bg-dark-section {
	background: #666 url(../images/layout/bg_wood.jpg) center top repeat;
}
.bg-light-section {
	background: #999 url(../images/layout/bg_wood_light.jpg) center top repeat;
}

.bg-section .video-holder {
	width: 100%;
	/*height: 856px;*/
	/*height: 685px;*/
	height: 585px;
}

/*----- FG SECTION -----*/
.fg-section {
	z-index: 1;
}
.fg-top-section {
	height: 20px;
	margin-top: -481px;
}
.fg-top-diagonal-section {
	height: 461px;
}
.fg-flat-section {
	height: auto;
}
.fg-bottom-diagonal-section {
	height: 461px;
}
.fg-bottom-section {
	height: 20px;
	/*margin-bottom: -481px;*/
}

/*----- FG ORANGE SECTION -----*/
.fg-orange {
	background:no-repeat center top;
}
.fg-top-section.fg-orange {
	background-image: url(../images/layout/orange_bg_top.png);
}
.fg-top-diagonal-section.fg-orange {
	background-image: url(../images/layout/orange_bg_diagonal.png);
}
.fg-flat-section.fg-orange {
	background-image: url(../images/layout/orange_bg_flat.png);
	background-repeat: repeat-y;
}
.fg-bottom-diagonal-section.fg-orange {
	background-image: url(../images/layout/orange_bg_diagonal_bottom.png);
}
.fg-bottom-section.fg-orange {
	background: url(../images/layout/orange_bg_bottom.png);
}
/*----- FG WHITE SECTION -----*/
.fg-white {
	background:no-repeat center top;
}
.fg-top-section.fg-white {
	background-image: url(../images/layout/white_bg_top.png);
}
.fg-top-diagonal-section.fg-white {
	background-image: url(../images/layout/white_bg_diagonal.png);
}
.fg-flat-section.fg-white {
	background-repeat: repeat-y;
	background-color: #fff;
}
.fg-bottom-diagonal-section.fg-white {
	background-image: url(../images/layout/white_bg_diagonal_bottom.png);
}
.fg-bottom-section.fg-white {
	background: url(../images/layout/white_bg_bottom.png);
}
/*----- FG GRAY SECTION -----*/
.fg-gray {
	background:no-repeat center top;
}
.fg-top-section.fg-gray {
	background-image: url(../images/layout/gray_bg_top.png);
}
.fg-top-diagonal-section.fg-gray {
	background-image: url(../images/layout/gray_bg_diagonal.png);
}
.fg-flat-section.fg-gray {
	background-repeat: repeat-y;
	background-color: #ccc;
}
.fg-bottom-diagonal-section.fg-gray {
	background-image: url(../images/layout/gray_bg_diagonal_bottom.png);
}
.fg-bottom-section.fg-gray {
	background: url(../images/layout/gray_bg_bottom.png);
}



.fg-content-atleft {
	position: relative;
	top: 0;
	margin-bottom: 0;
}
.fg-content-atleft-bottom-overflow {
	margin-bottom: -240px;
}
.fg-content-atcenter {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
}
.fg-content-atcenter-bottom-overflow {
	margin-bottom: -240px;
}
.fg-content-atright {
	position: relative;
	top: -300px;
	margin-bottom: -300px;
}
.fg-content-atright-bottom-overflow {
	margin-bottom: 0px;
}
.fg-content-atmidright {
	position: relative;
	top: -200px;
	margin-bottom: -200px;
}
.fg-content-midatright-bottom-overflow {
}
.bg-content-atleft { margin-top: 300px;	}

.bg-content-atleft.bottom-overflow { margin-bottom: -300px; }

.bottom-overflow_fromleft { margin-bottom: -80px; }

.bg-content-atmidleft { margin-top: 275px; }
.bg-content-atmidleft.bottom-overflow { margin-bottom: -275px; }

.bg-content-atcenter { margin-top: 150px; }
.bg-content-atcenter.bottom-overflow { margin-bottom: -150px; }

.bg-content-atmidright { margin-top: 75px; }
.bg-content-atmidright.bottom-overflow { margin-bottom: -75px; }

.bg-content-atright { margin-top: 0; }
.bg-content-atright.bottom-overflow { margin-bottom: 0; }
/*-----------------------------------------------------------*/
/*----------------------- SECCION SET -----------------------*/
/*-----------------------------------------------------------*/
.seccion_set {
}
.seccion_set .seccion_set_bg {
	height: 854px;
	background: url(../images/layout/bg_wood.jpg) repeat-y center top;
}
.seccion_set .seccion_set_bg_bottom {
	position: relative;
	margin-top: -500px;
}
.seccion_set .seccion_set_bg_bottom.nohight {
	height: auto !important;
	padding-top: 180px;
	padding-bottom: 154px;
}
.seccion_set .seccion_set_container {
	position: relative;
	z-index: 9;
}
.diagonal_inserted_top {
}
.diagonal_inserted_middle {
	margin-top: 150px;
}
.diagonal_inserted_bottom {
	margin-top: 300px;
}
.seccion_set_contents {
	position: relative;
	z-index: 9;
	top: -300px;	
}
.seccion_set_contents .with_centered_col {
}
/*----------------------- ORANGE STUFF ----------------------*/
.seccion_set .bg_orange_top {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../images/layout/orange_bg_top.png) no-repeat center top;
	position: relative;
}
.seccion_set .bg_orange_top.bg_orange_top {
	margin-top: -480px;
}
.seccion_set .bg_orange_diagonal {
	width: 100%;
	min-height: 461px;
	background: url(../images/layout/orange_bg_diagonal.png) no-repeat center top;
	position: relative;
}
.seccion_set .bg_orange_diagonal.bg_orange_diagonal_top {
	top: 0;
	background-color: #f00;
}
.seccion_set .bg_orange_diagonal_bottom {
	width: 100%;
	min-height: 461px;
	background: url(../images/layout/orange_bg_diagonal_bottom.png) no-repeat center bottom;
	position: relative;
}
.seccion_set .bg_orange_bottom {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../images/layout/orange_bg_bottom.png) no-repeat center bottom;
	position: relative;
}
.seccion_set .bg_orange_flat {
	width: 100%;
	background: url(../images/layout/orange_bg_flat.jpg) repeat-y center top;
	position: relative;
	min-height: 0;
}
.bring_to_front {
	position: relative;
	z-index:9;
}
.bring_to_front {
	z-index: 9;
}