/* SHARED */
h1, h2{color: #002d56;}
body{font-size: 15px;}

#timing{
	text-align: center;
	font-size: 16px;
	color: #3498db;
}
#timing i{font-size: 25px;}


/* NAVIGATION */
#header ul#languages{float: right;}
#header ul#languages li{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
#header ul#languages li:last-child{margin-right: 30px;}
#header #logo{
	padding: 10px;
	cursor: pointer;
}
#header ul.main_menu > li > a {
	font-size: 15px;
	margin: 0 30px 0 0;
}

#main_menu{
	margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#languages {display: none!important}
}
@media screen and (max-width: 800px) {
	#languages {display: none!important}
}


/* PROMO */
section#promo{
	height: 400px;
	padding: 0;
	position: relative;
	background: url(..//juliet_images/promo.jpg) no-repeat center top;
	background-color: #02041B;
}
section#promo .slogan{
	text-align: center;
	color: white;
	position: absolute;
	top: 30%;
	right: 10%;
}
section#promo .slogan .main{
	font-family: "museo_sans_500", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 29px;
	line-height: 50px;
}
section#promo .slogan .main span:last-child{
	padding-top: 7px;
	border-top: solid 1px white;
}
section#promo .slogan .secondary{
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 20px;
}


/* PROBLEM */
section#problem{
	border-top: 3px solid #bf1e2e;
}
section#problem .stunning_text h1,h4 {
	color: #bf1e2e;
	font-size: 16px;
	line-height: 25px;
}


/* SOLUTION */
section#solution{text-align: center;}
section#solution .fontAwesomeIcon.style3{background-color: #bf1e2e;}
section#solution h2 img{
	position: relative;
	height: 70px;
	top: 30px;
	left: 15px;
}


/* ADVANTAGES */
section#advantages .bar-text{padding-bottom: 10px;}
section#advantages .progress-wrap .bar-text strong{
	opacity: 1;
	margin-left: 0;
}

section#advantages .progress-wrap p{
	margin: 0;
	text-align: center;
}

section#advantages .counter-title span{font-size: 32px;}
section#advantages input{
	display: inline;
	height: 35px;
	line-height: 30px;
	font-size: 20px;
	width: 60px;
	margin-left: 10px;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #bf1e2e;
	position: relative;
	top: 0;
}

section#advantages #slider{padding-bottom: 10px;}
section#advantages .ui-slider-horizontal{height: 1.2em !important;}
section#advantages .ui-slider .ui-slider-handle{
	height: 1.6em !important;
	cursor: pointer;
}


/* TEAM */
section#team .person p{
	border-bottom: none;
	margin-bottom: 0;
}
section#team img{
	max-height: 300px;
	max-width: 300px;
	margin: auto;
}
section#team .person p{padding-bottom: 0;}
section#team .email{
	color: #3498db;
	text-align: center;
}

/* CONTACT */
section#contact input[type=text], section#contact textarea{background: white;}
section#contact #logo_gmp{
	margin-bottom: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 150px;
}

/* FOOTER */
section#medias #play-btn{
	position: absolute;
	top: 125px;
	left: 135px;
	width: 70px;
	height: 70px;
	color: #3498db;
	border-width: 2px;
	font-size: 50px;
	line-height: 60px;
}