html, body {
    position:relative;
    overflow:hidden;
    overflow-y:auto;
}

body {
    font-family: "Roboto";
    font-size:0.9em;
    color:#FFF;
    background:#005669;
}

body .c {
	padding-left:10px;
	padding-right: 10px;
	margin:auto;
}

body * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing: antialiased;
}

body .bodyinner {
    position: relative;
    left:0;
}

/*  ------------------------------------------------
	CLASSES
	------------------------------------------------ */

.clear { clear:both; }
.none { display:none; }
.overflow { overflow:hidden; }


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 

.strut{
   	 display: inline-block!important;
     vertical-align: middle!important;
     height: 100%!important;
     width:0!important;
     line-height:100%!important;
     padding:0!important;
     margin:0!important;
}

.fontroboto {
	font-family: "Roboto"!important;
}

.fontrobotocond {
	font-family: "Roboto Condensed"!important;
}

.fontdk {
	/*font-family: "dk_mango_smoothieregular"!important;*/
}

.items h2 {
	top: 45px;
	position: relative;
}

sup {
	font-family: "guillemets_bretons" !important;
	font-size: 10px;
}

.fontscript {
	/*font-family: "playlistscript"!important;*/
}

.fontdrenaz {
	/*font-family: "drenazmozgowregular"!important;*/
}

.fontgood {
	/*font-family: "goodgirlregular"!important;*/
}

.bullets {
	text-align: center;
}

.bullets a {
	display: inline-block;
	width:14px;
	height:14px;
	background:#0092A7;
	border:1px solid white;
	margin:0 10px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

.bullets a:hover , .bullets a.active {
	cursor:pointer;
	background:white;
}

.ahopac:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	text-decoration: none;
}

.mobilecontent {
	display: none;
}

/*  ------------------------------------------------
	LAYOUT
	------------------------------------------------ */

.layout {}

.layout .imageh1 {
	min-height:300px;
	padding-top: 100px;
	background:#005669;
	z-index: 1;
	position: relative;
}

#content .layout .imageh1 .futureimg {
	display: none;
}

.layout .imageh1 h1,
.layout .imageh1 h2 {
	position: relative;
	z-index:10;
}

.layout .imageh1 .sublinks {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0;
    background: #f08d00;
    padding-top: 0;
	z-index:20;
	text-align: center;
	margin:auto;
}

.layout .imageh1 .sublinks .s {
	margin:10px 0px;
	display: inline-block;
	background:#f08d00;
	font-weight: 900;
	padding:5px 15px;
	border-right:1px solid #F09329;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	color:white;
	min-width:150px;
	text-align: center;
	border-color: white;
	text-transform: uppercase;
	position: relative;
}

.layout .imageh1 .sublinks .s:last-child {
	border-right:none;
}
	
.layout .imageh1 .sublinks .s:hover , .layout .imageh1 .sublinks .s.active {
	color:#005669;
	text-decoration: none;
}

.layout .imageh1 .sublinks .s:hover:after , .layout .imageh1 .sublinks .s.active:after {
	content:"";
	display: none;
	width:0;
	height:0;
	position: absolute;
	bottom:-20px;
	left:50%;
	margin-left:-5px;
	border:10px solid;
	border-color: white transparent transparent transparent;
}

.layout .container {
	padding:20px 40px;
}

.layout .layoutline {
	display: table;
	width:100%;
}

.layout .layoutline .layout-one-third {
	width:33.333%;
	display: table-cell;
}

.layout .layoutline .layout-two-third {
	width:66.666%;
	display: table-cell;
}

.layout .layoutline .layout-one-half {
	width:50%;
	display: table-cell;
}

@media screen and (max-width: 1280px) {
	.layout .imageh1 .sublinks .s {
		padding: 0 5px;
		min-width: 100px;
	}	
}

@media screen and (max-width: 980px) {

	.layout .layoutline .layout-one-third {
		width:100%;
		display: block;
	}
	
	#p-home.layout .layoutline{
		display: block;
	}

	.layout .layoutline .layout-two-third {
		width:100%;
		display: block;
	}

	.layout .layoutline .layout-one-half {
		width:100%;
		display: block;
	}

	.layout .imageh1 {
		padding-top: 160px;
	}

	.mobilecontent {
		display: block;
	}

	.webcontent {
		display: none;
	}	
	
	.layout .imageh1 .sublinks .s {
		//font-size: 0.8em;
		padding: 0 5px;
		min-width: 100px;
	}

}

@media screen and (max-width: 600px) {	
	.layout .imageh1 {
		min-height: 530px;
	}
	.layout .imageh1 .sublinks .s {
		//font-size: 0.8em;
		border-right: none;
		min-width: 100%;
	}	
}

/*  ------------------------------------------------
	STRUCTURES RESPONSIVES 
	------------------------------------------------ */

.col2 {
	float:left;
	width:50%;
}

.col3 {
	float:left;
	width:33.33333%;
}

.col2c {
	float:left;
	padding-left:1%;
	width:49%;
}

.col2c.first {
	padding-right:1%;
	padding-left:0%;
}

@media screen and (max-width: 900px) {

	.col2 {
		float:none;
		width:100%;
	}

	.col3 {
		float:none;
		width:100%;
	}

	.col2c {
		float:none;
		padding-left:0;
		width:100%;
	}

	.col2c.first {
		padding-right:0;
		padding-left:0;
	}

	body .c {
		padding-left:0px;
		padding-right: 0px;
	}

}


/*  ------------------------------------------------
	STRUCTURES RESPONSIVES SCOLL
	------------------------------------------------ */

.scol2 {
	float:left;
	width:50%;
}
.scol2:nth-child(2n+1) {
	clear:left;
}

.scol3 {
	float:left;
	width:33.333%;
}
.scol3:nth-child(3n+1) {
	clear:left;
}
.scol3.noclear:nth-child(3n+1) {
	clear:none;
}

.scol4 {
	float:left;
	width:25%;
}

.scolpad {
	padding-left:2%;
	padding-right:2%;
}

.scolwrap {
	width:104%;
	margin-left: -2%;
}
.scolwrap:after {
	content:"";
	display: block;
	clear:both;
}

.mobilecontent {
	display: none;
}

@media screen and (max-width: 980px) {

	.scol4 {
		float:none;
		width:100%;
	}

	.scol3 {
		float:none;
		width:100%;
	}

	.scol2 {
		float:none;
		width:100%;
	}

	.mobilecontent {
		display: block;
	}

	.webcontent {
		display: none;
	}

}