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

body{
	background: url(../img/gravity-bkg.jpg) no-repeat top center #000;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1rem;
	margin:0;
	padding:0;
	color: #fff;
	}
h2 {
	color: #fff;
	letter-spacing: 2px;
}
h3 {
	color: #999;
}
p {
	color: #eaeaea;
	letter-spacing: 1px;
	font-size: 1rem;
}
a{
	color:#999;
}
a:hover{
	color:#2ba6cb;
}
.clear {
	clear: both;
}
.row{
	margin-top: 70px;
    max-width: 1080px !important;
}
.center{
	display: block;
	margin: auto;
}
.big-margin-bottom{
	margin-bottom: 80px;
}
.margin-bottom{
	margin-bottom: 20px;
}

/* Button */
.button {
	margin: 10px 0 40px 0;
}



/* Video container */
.reveal-modal {
	background: #000;
	position: absolute;
	top: 20px;
}

.video-container {
	margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Video description */
.text-centered {
	text-align: center;
}
.small {
	font-size: 1rem;
}
.uppercase {
	text-transform: uppercase;
}
.grey {
	color: #999;
}


/* Footer */
.footer {
	font-size: 0.8rem;
	margin: 30px 0 10px 0;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
.footer-title{
	background: url(../img/ico/picto.png) no-repeat 0 4px;
	padding: 0 0 0 30px;
	font-size: 1.2rem;
}
.footerp {
	margin: 15px 0 0 0;
	line-height: 1rem;
}
.phone {
	background: url(../img/ico/phone.png) no-repeat;
	padding: 0 0 0 30px;
}
.email {
	background: url(../img/ico/email.png) no-repeat;
	padding: 0 0 0 30px;
}

.adress {
	background: url(../img/ico/adress.png) no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 30px;
}

.teamfooter {
	margin: 0 0 10px 0;
	text-align: center;
}
.teamfooter a{
	text-align: center;
	font-size: 0.7rem;
}



