@charset "utf-8";
/*-- Font --*/
body{
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	color:#666
}
@font-face {
	font-family:'fontello';
	src:url('../font/fontello.eot?78240034');
	src:url('../font/fontello.eot?78240034#iefix') format('embedded-opentype'),
			 url('../font/fontello.woff2?78240034') format('woff2'),
			 url('../font/fontello.woff?78240034') format('woff'),
			 url('../font/fontello.ttf?78240034') format('truetype'),
			 url('../font/fontello.svg?78240034#fontello') format('svg');
	font-weight:normal;
	font-style:normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family:"fontello";
	font-style:normal;
	font-weight:normal;
	speak:none;
 
	display:inline-block;
	text-decoration:inherit;
	width:1em;
	margin:.2em;
	text-align:center;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.icon-facebook:before { content:'\e800'; } /* '' */
.icon-linkedin:before { content:'\e801'; } /* '' */
.icon-viadeo:before { content:'\e802'; } /* '' */

/*-- Header --*/
header{
	background:#6ca0df
}
body.home header .header{
	height:90vh;
}
header nav{
	background:#4f81be;
}
header nav .topNav{
	margin:auto;
}
header nav ul li{
	display:inline-block;
	padding:10px;
}
header nav div.logo{
	display:none;
}
header nav ul a{
	color:#FFF;
	font-family:'Spectral', serif;
	font-size:20px;
	text-decoration:none;
	position:relative;
}
header nav #menu_main_render a:after{
	content:"|";
	position:absolute;
	right:-15px;
	top:0;
}
header nav #menu_main_render li:last-child a:after{
	display:none;
}
header #logo{
	background-image:url(../img/logo-big.jpg);
	width:600px;
	height:304px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
header nav div.logo a{
	display:block;
	overflow:hidden;
	width:152px;
	height:142px;
	line-height:300px;
	background-image:url(../img/logo-alt.png);
}
article.main{
	padding:50px 0;
}
body.page article.main{
	padding-top:100px;
}
/*-- block Base--*/
#maincontent section{
	padding: 50px 0;
}
#maincontent [data-lay="d-col"]{
	padding: 0 30px;
}
#maincontent p{
	padding:20px 0;
}
#maincontent b{
	
}
#maincontent i{
	
}
#maincontent u{
	
}
#maincontent s{
	
}
#maincontent a{
	color:#4f81be;
	text-decoration:none;
	transition:background-color 0.2s,color 0.2s;
}
#maincontent a:hover{
	color:#FFF;
	background-color:#4f81be;
}
#maincontent .text-left{
	text-align:left;
}
#maincontent .text-center{
	text-align:center;
}
#maincontent .text-right{
	text-align:right;
}
#maincontent h1,
#maincontent h2,
#maincontent h3{
	font-family:'Spectral', serif;
	color:#4f81be;
	font-size:36px;
	font-weight:bold;
}
#maincontent h2{
	font-size:31px
}
#maincontent h3{
	font-size:26px	
}
#maincontent blockquote{
	font-family:'Spectral', serif;
	color:#4f81be;
	font-size:20px;
	line-height:100%;
	text-align:center;
	margin:0;
	padding:20px;
}
#maincontent ol{
	padding:20px 0;
}
#maincontent ol li{
	list-style-type:upper-roman;
}
#maincontent li ol{
	padding:0;
}
#maincontent ul{
	padding:20px 0;
}
#maincontent ul li{
	list-style-type:square;
}
#maincontent ul li li{
	list-style-type:disc;
}
#maincontent li ul{
	padding:0;
}
#maincontent li{
	margin-left:30px;
}
#maincontent hr{
    border: solid 1px #FFF;
    width: 60px;
}
#maincontent img{
	max-width:100%;
	height:auto;
	margin:auto;
	display:block;
}
#maincontent img.round{
	border-radius:50%;
	max-width:250px;
}
#maincontent .video-wrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
#maincontent .video-wrapper iframe,
#maincontent .video-wrapper object,
#maincontent .video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#maincontent pre{
	background:#167ac6;
	padding:20px;
	color:#FFF;
	font-family:Courier, 'New Courier', monospace;
	white-space:pre-wrap;
}
/*-- block element --*/
#maincontent .focus{
	padding-top:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	transition: background .3s ease-in-out;
}
#maincontent .focus:hover{
	background-size:115%;
}

#maincontent .focus .inner{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(79,129,190,.7);
	transition: background .3s ease-in-out;
	border: solid 1px #4f81be;
	color:#fff;
}
#maincontent .focus:hover .inner{
	background: rgba(79,129,190,0);
}
#maincontent .focus .inner span,
#maincontent .focus .inner select{
    text-align: center;
	font-size:12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#maincontent .focus a{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background:none;
}
#maincontent .focus .inner h3{
	color:#FFF;
	font-size:18px;
}
#maincontent .focus:hover span {
	display: none;
}
@media only screen and (max-width:599px){
	#maincontent .focus{
		padding-top:60%;
		background-position:center;
		background-repeat:no-repeat;
		background-size:120%;
		transition: background .3s ease-in-out;
	}
	#maincontent .focus:hover{
		background-size:135%;
	}
	#maincontent .focus .inner h3{
		font-size:16px;
	}
}
/*-- footer --*/
footer{
	background:#4f81be;
	padding:30px;
	font-family:'Spectral', serif;
	color:#FFF;
	line-height:18px;
}
footer .innerMain{
	margin:auto;
	padding:50px 0;
}
footer a{
	color:#FFF;
	text-decoration:none;
}
footer #menu_footer,
footer #menu_footer{
	padding-bottom:20px;
}
footer .mainFooter{
	margin:auto;
}
#signature{
	background:#000;
	color:#FFF;
	text-align:center;
	padding:10px;
}
#signature a{
	color:#FFF;
	text-decoration:none;
}
#openMenu{
	display:none;
}
/* Contact */
fieldset.mail{
    width: 100%;
    border: 0;
}
fieldset.mail input{
	width:90%;
	display:block;
	margin: 15px auto;
	border:solid 1px #ccc;
	padding:5px;
	border-radius:3px;
}
fieldset.mail textarea{
	width:90%;
	display:block;
	margin: 15px auto;
	border:solid 1px #ccc;
	padding:5px;
	border-radius:3px;
	resize: none;
}
fieldset.mail button{
	margin-left:5%;
	color:#FFF;
	background:#4f81be;
	border:solid 1px #4f81be;
}
fieldset.mail button:hover{
	margin-left:5%;
	color:#4f81be;
	background:#FFF;
	border:solid 1px #4f81be;
}
/* -- Custom -- */
#maincontent .homebtn{
	display: inline-block;
    padding: 10px;
    border: solid 1px #4f81be;
    min-height: 60px;
	width:90%;
    text-align: center;
	background:#FFF;
}
/* Responsive */
@media only screen and (min-width:901px){
	body.page header #logo{
		display:none;
	}
	body.page header nav,
	body.home header nav.fixed{
		position:fixed;
		top:0px;
		height:50px;
		background:#FFF;
		box-shadow:0 0 10px rgba(0,0,0,.7);
		z-index:1000;
		-webkit-animation:navappear 5s;
		animation:navappear .3s;
	}
	@-webkit-keyframes navappear {
		from {top:-50px;}
		to {top:0px;}
	}
	@keyframes navappear {
		from {top:-50px;}
		to {top:0px;}
	}
	body.page header nav ul a,
	header nav.fixed ul a{
		color:#4f81be;
	}
	body.page header nav div.logo,
	header nav.fixed div.logo{
		display:block;
		float:left;
		margin-top:-10px;
		z-index:10;
	}
}
@media only screen and (max-width:900px){
	#maincontent h2,
	#maincontent h3,
	#maincontent h4{
		font-size:26px;
	}
	.dyn_2prev .inner .desc{
		width:100%;
		margin-bottom:30px;
	}
	.dyn_2prev .inner {
		background-position: top;
		padding-top: 70%;
	}
	header #logo{
		width:80%;
		max-width:600px;
	}
	body.page #logo{
		display:none;
	}
	#openMenu{
		display:block;
		position:fixed;
		z-index:2000;
		right:10px;
		top:10px;
		width:40px;
		height:40px;
		border-radius:20px;
		background:#FFF;
		box-shadow:0 0 10px 0 rgba(0,0,0,.6);
	}
	#openMenu:after{
		content: ". . .";
		position: absolute;
		top: -15px;
		left: 0;
		font-size: 60px;
		font-weight: bold;
		color: #000;
		line-height: 11px;
		width: 40px;
		text-align: center;
	}
	#openMenu.active:after{
		content: "X";
		top: 14px;
		font-size: 30px;
	}
	nav{
		position:fixed!important;
		z-index:2000;
		right:-200px;
		top:60px;
		bottom:0;
		width: 200px!important;
		transition:right .3s;
	}
	nav.active{
		right:0;
	}
	nav ul{
		position: relative!important;
	}
	nav li{
		width: 100%;
	}
	nav ul#menu a:after{
		display:none;
	}
	body.page nav div.logo{
		position:fixed;
		left:5px;
		top:-1px;
		display:block!important;
		width:200px;
		position: fixed;
	}
	header nav div.logo a{
		width:76px;
		height:71px;
		line-height:150px;
		background-image:url(../img/logo-alt.png);
		background-size: cover;
	}
}
@media only screen and (max-width:599px){
	#maincontent div.row{
		overflow: auto;
		zoom: 1;
	    padding: 0 20px;
	}
	#maincontent [data-type="focus"]{
		float:left;
		width:48%;
		margin:1%;
	}
	#maincontent [data-type="focus"] .focus{
		padding-top:100%;
	}
}
@media only screen and (min-width:600px){
	#maincontent div.row{
		width:100%;
		display:table;
		table-layout:fixed;
		position:relative;
		padding:50px 0;
		max-width:1200px;
		margin:auto;
	}
	#maincontent div.col{
		display:table-cell;
		vertical-align:top;
		position:relative;
		padding:0 20px;
	}
	#maincontent div.row[data-colmaj="col1"] .col:nth-child(1):nth-last-child(2),
	#maincontent div.row[data-colmaj="col2"] .col:nth-child(2):nth-last-child(1){
		width:66.66%;
	}
	#maincontent div.row[data-colmaj="col1"] .col:nth-child(1):nth-last-child(3),
	#maincontent div.row[data-colmaj="col2"] .col:nth-child(2):nth-last-child(2),
	#maincontent div.row[data-colmaj="col3"] .col:nth-child(3):nth-last-child(1){
		width:50%;
	}
	#maincontent div.row[data-colmaj="col1"] .col:nth-child(1):nth-last-child(4),
	#maincontent div.row[data-colmaj="col2"] .col:nth-child(2):nth-last-child(3),
	#maincontent div.row[data-colmaj="col3"] .col:nth-child(3):nth-last-child(2),
	#maincontent div.row[data-colmaj="col4"] .col:nth-child(4):nth-last-child(1){
		width:33.33%;
	}
}