@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,800italic,100, 200,400,800,600,700);
@import url(http://fonts.googleapis.com/css?family=Rokkitt);

html, body
{
	height: 100%;
	width: 100%;
}

body
{
	color: #757574;
	font: normal 14px Open Sans, sans-serif;
	line-height: 20px;
	letter-spacing: 0.01em;
	background: #fffd8b;
	padding: 0 0 0 0;
	font-weight: 200;

}

a { text-decoration: none; color:#1d88ad;}

#header
{
	z-index: 799;
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	min-width: 960px;
	height: 110px;
	width: 100%;
}

.header_container
{
	width: 920px;
	height: 110px;
	margin: 0 auto;
	background-image: url(../images/bg-header.png);
	background-repeat: no-repeat;
	background-position: 146px 0px;
}


#header2
{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 960px;
	height: 110px;
	width: 100%;
}
.header_nav
{
	width: 920px;
	margin: 0 auto;
	height: 110px;

	z-index:999;
}

.header_nav img { margin: 30px 0 0 0; }

#navigation
{
	float: right;
	margin: 65px 0 0 0;
	font-size: 17px;
	z-index:999;
}

.nav_link,
.nav_link:visited
{
	margin-left: 4px;
	cursor: pointer;
	color: #272727;
	font-size:17px;
	padding:4px 10px 4px 10px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.nav_link:hover { color: #1e8cb1;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; }

#cta
{
	z-index: 699;
	position: fixed;
	background-color: transparent;
	top: 110px;
	left: 0;
	right: 0;
	min-width: 960px;
	height: 450px;
	width: 100%;
}

.cta_container
{
	width: 920px;
	height: 450px;
	margin: 0 auto;
	background-image: url(../images/bg-carrousel.png);
	background-repeat: no-repeat;
	background-position: 90px 0;
}

.content_container
{
	background-color: #fff;
	position:relative;
	display:block;
	z-index: 899;
	top: 290px;
	left: 0;
	right: 0;
	width: 100%;
	
}

.grid_container
{
	width: 920px;
	margin: 0 auto;
	background-image: url(../images/mediaa.png);
	background-repeat: no-repeat;
	background-position: 576px 0px;

	display:block;
}

.grid_container .box
{
	width: 420px;
	padding: 60px 70px 150px 140px;
	background-color: #fafaf9;
}


h1
{
	font-size: 40px;
	line-height: 45px;
	font-weight: 200;
	letter-spacing: -0.07em;
	text-transform: uppercase;
}

h2
{
	font-size: 27px;
	line-height: 30px;
	color: #272727;
	letter-spacing: -0.02em;
	font-weight: 600;
	margin-bottom: 30px;
}

h3
{
	font-size: 14px;
	font-weight: 400;
	color: #272727;
	margin: 25px 0 0 0;
}
#footer h3
{
	font-size: 14px;
	font-weight: 100;
	color: #fafaf9;
	margin: 15px 0 0 0;
	letter-spacing: 0.08em;
}


p, ul, li
{
	font-size: 15px;
	line-height: 24px;
	font-weight: 200;
	letter-spacing: 0.04em;
}

li { list-style-type:disc; list-style-position:outside; margin-left:20px;}

#news p
{
	font-size: 15px;
	line-height: 24px;
	font-weight: 200;
	letter-spacing: 0.04em;
	color: #353737;
}

#news
{
	width: 370px;
	color: #3a3a36;
	position: relative;
	left: 500px;
	top: 115px;
}


.cta
{
	padding: 25px 0;
	margin-top:40px;
	position:relative;

display: inline-block;
-webkit-animation-name: wiggle;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: 10;
-webkit-animation-delay: 5s;
-webkit-animation-direction: alternate;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: wiggle;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: 10;
-moz-animation-delay: 5s;
-moz-animation-direction: alternate;
-moz-animation-timing-function: ease-in-out;
}

.home {margin-top:-260px;}


#footer
{
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 0px;
	z-index: 999;
	padding: 0;
	min-height: 0;
	text-align: center;
	letter-spacing: 0.07em;
	background: #3a3a36;
	color: #f4f4ec;
}

.leftbox, .left, .right { margin: 20px 0 0 0; }

.leftbox
{
	width: auto;
	float: left;
	margin-left: 40px;
}

.next { margin-left: 350px; }

.left
{
	width: auto;
	float: left;
	margin: 30px 0 0 0;
}

.right
{
	float: right;
	line-height: 50px;
	text-align: center;
	margin-right: 35px;
}

.rightbox
{
	width: 150px;
	float: right;
}

.css3button
{
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #f9f9f1;
	padding: 12px 18px;
	display:block;
	text-align:center;
	line-height:17px;
	background-color: #1d88ad;
	margin: 0 5px;
	background: -webkit-gradient( linear, left top, left bottom, from(#1e8cb1), to(#1d87ab));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #1e8cb1;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	

}

.css3button:hover
{

	color: #1d88ad;
	border: 2px solid #1d88ad;
	background-color: #fff;
	background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#fafafa));
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.media_link
{
	font-weight: 200;
	font-size: 13px;
	line-height:38px;
	height:38px;
	letter-spacing: 0.1em;
	color: #757574;
	padding: 4px 15px;
	margin-right:10px
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #d7d7d6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.media_link:hover
{
border: 1px solid #1d88ad;
	color: #1d88ad;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}