@font-face {
	font-family: "Iskpota";
	src: url("iskpota.eot"); /* IE9 Compat Modes */
	src: url("iskpota.eot?iefix") format("eot"), /* IE6-IE8 */
		url("iskpota.woff") format("woff"), /* Modern Browsers */
		url("iskpota.ttf") format("truetype"), /* Safari, Android, iOS */
		url("iskpota.svg#Iskpota") format("svg"); /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}




html, body{
	height: 100%;
	width: 100%;
}



body{
	font-size: 100%;
	min-height: 100%;
	width: 865px;
	margin: 0 auto;
	background: #fcfaea url('/images/bg.jpg') no-repeat center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #343896;
	overflow-y: scroll;
	overflow-x: hidden;
	position: relative;
}




header{
	width: 1035px;
	margin: 0 0 35px;
	padding: 23px 0 0;
}


#languages{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	right: 0px;
	top: 20px;
	/*display: none;*/
	opacity: 0;
}


#languages li{
	display: block;
	float: right;
	margin-left: 10px;
}

#menu{
	list-style: none;
	margin:	73px 0 0;
	padding: 0 0 0 44px;	
	width: 796px;
	background: url('/images/sprite2.png') no-repeat 0 35px;
	height: 45px;
	font-family: "Iskpota";
	float: left;
}


#menu li {
	font-size: 16px;
	color: #343896;
	display: block;
	float: left;
}



#menu li a{
	color: #343896;
	text-decoration: none;
}

#menu li a:hover{
	color: #f89c2f;

}

#menu li.selected a:hover{
	color: #343896;
}

#menu li span{
	display: block;
	height: 45px;
	float: left;
	line-height: 44px;
	margin: 0;
}


#menu li span.left-corner{
	display: block;
	width: 19px;
	background: url('/images/sprite2.png') no-repeat 0px -15px;
}

#menu li:first-child span.left-corner{

	background: none;
}

#menu li.selected span.left-corner{

	background: url('/images/sprite2.png') no-repeat -308px -21px;
}

#menu li.selected span.text {
	background: url('/images/sprite2.png') no-repeat -328px -21px;
}


#menu span.right-corner{
	width: 18px;
}

#menu li.selected span.right-corner{

	background: url('/images/sprite2.png') no-repeat -569px -21px;
}


#menu li span.no-bg{
	background: none;
}


#logo{
	width: 195px;
	height: 125px;
	background: url('/images/sprite.png') no-repeat 0 0;
	font-size: 0;
	float: left;
	display: block;
}


#logo.fr{
		background: url('/images/logo-fr.png') no-repeat 0 0;
}

#social-networks{
	list-style: none;
	margin:	0;
	padding: 0;
	font-size: 0;
	top: 25px;
	left: 0;
	width: 856px;
	position: absolute;
	display: none;

}

#social-networks li{
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	margin-left: 6px;
}

#social-networks li a{
	display: block;
	width: 100%;
	height: 100%;
	background: url('/images/sprite.png') no-repeat -171px -132px;
}

#social-networks li.youtube a{
	background-position: -171px -132px;
}

#social-networks li.linkedin a{
	background-position: -139px -132px;
}

#social-networks li.twitter a{
	background-position: -171px -161px;
}



h3.title{
	color: #f89c2f;
	font-size: 24px;
	line-height: 100%;
	font-family: "Iskpota";
	margin: 0 0 -6px;
	font-weight: normal
}


p{
	color: #343896;
	font-size: 12px;
	line-height: 200%;
	margin: 24px 0 0;
}

article.content > p:first-child,
article.info > p:first-child{
	margin-top: 0;
}

article.content{
	width: 559px;
	padding-right: 26px;
	padding-left: 2px;
	float: left;
	border-right: 1px solid #e7e5e7;
}



article.full-content{
	width: 100%;
	padding: 0 2px;
	border: 0;
	float: none;
}

article.info{

	border-left: 1px solid #e7e5e7;
	float: left;
	width: 252px;
	padding-left: 25px;
	margin-left: -1px;
}







footer{
	margin-top: 75px;
}






#certificates{
	list-style: none;
	margin:	0 0 0 7px;
	padding: 0;
}


#certificates li{
	display: block;
	width: 58px;
	height: 60px;
	background: url('/images/sprite.png') no-repeat 0px -132px;
	float: left;
	margin-right: 8px;
	font-size: 0px
}

#certificates li.utz{
	background-position: 0px -131px;

}

#certificates li.certified{
	background-position: -63px -132px;	
	width: 76px;

}



#register{
	float: right;
	list-style: none;
	margin:	0;
	padding: 0;
	font-size: 0.7em;
	line-height: 160%;
	color: #909090;
}

#register td{
	padding-left: 65px;
}

#register td:first-child{
	padding-left: 0;
}

#register li{
	display: block;
	float: right;
	color: #909090;
	margin-left: 65px;
	font-size: 0.7em;
	line-height: 160%;
}

@media (max-width:865px) {

	body{
		overflow: auto;
		width: 100%;
	}

	#social-networks{
		width: 90%;
		position: relative;
		top: 0;
	}

	#logo {
		margin: 0 auto;
		float: none;
	}

	header{ 
		width: 100%;
		padding: 5px 0 0;
		-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
	}

	#menu {
		width: 100%;
		margin: 15px 0 -13px;
		padding: 0;
		text-align: center;
		height: auto;
		background: none;
	}

	#menu li{
		display: inline-block;
		float: none;
	}
	#menu li span.left-corner{
		background: none;
	}
	#container{
		padding: 0 20px;
	}

	article.content{
		width: 60%;
	}

	article.info{
		width: 28%;
	}


	footer {
		margin-top: 25px;
	}

	#register,#certificates{
		float: none;
		text-align: center;
	}
	#register li,
	#certificates li{
		margin: 0 20px;
		display: inline-block;
		float: none;
	}
}

@media (max-width: 690px) {
	article.content,
	article.info{
		width: 100%;
		padding: 0;
		border: 0;
		margin: 0;
	}
	article.content{
		margin-bottom: 15px;
	}

}