/* RESET */
*{
	padding:0;
	margin:0;
	border:none;
}
@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto-Light.eot);
	src: url(/fonts/Roboto-Light.eot?#iefix) format('embedded-opentype'), url(/fonts/Roboto-Light.woff2) format('woff2'), url(/fonts/Roboto-Light.woff) format('woff'), url(/fonts/Roboto-Light.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto-Medium.eot);
	src: url(/fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'), url(/fonts/Roboto-Medium.woff2) format('woff2'), url(/fonts/Roboto-Medium.woff) format('woff'), url(/fonts/Roboto-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* MAIN STYLES */
Body{
	position:relative;
	font-family: Roboto, Tahoma, serif;
	font-size:16px;
	color:#333;
	font-weight: 300;
	background:url('images/bg.jpg') top center repeat-x;
}

	a:link{
		color: #f56e00;
		text-decoration: underline;
	}
	a:visited{
		color:#f56e00;
	}
	a:hover{
		color:white;
		background-color: #f56e00;
		text-decoration:none;
	}
	a:active{
		color:#f56e00;
	}
	a img{
		border:0;
	}
.clear{
	clear:both;
}	
.block{
	padding:0 0 20px 0;
}
h1,h2,h3{
	font-family:Roboto, Trebuchet MS, serif;
}
h1{
	font-size:34px;
	line-height: 46px;
	padding:10px 0 5px 0
}
h2{
	font-size:20px;
	line-height: 28px;
	padding:10px 0 5px 0;
}
h3{
	font-size:16px;
	line-height: 24px;
	padding:8px 0 5px 0;
}

p,ul,ol{
	line-height:28px;
	padding-bottom: 15px;
}

.head{
	margin:0 auto;
	width:960px;
	height:211px;
	background:url('images/head.jpg') no-repeat;
}
	.logotype{
		display:block;
		float:right;
		clear:left;
		margin:10px -20px 0 0;
		width:250px;
		height:90px;
		background:url('images/bolide-logo-text.svg') no-repeat;
		background-size: contain;
	}
	.header{
		width:800px;
		font-family:Roboto, Trebuchet MS, serif;
		color:#FFF;
		font-size:29px;
		font-weight: 500;
		text-align:right;
		float:right;
		clear:left;
		padding:15px 10px 0 0;
	}
	.head ul{
		padding:10px 0 0 0;
		font-size:16px;
		float:right;
		clear:left;
		list-style:none;
	}
	.head ul li{
		display:block;
		float:left;
		clear:right;
	}
		.head ul li a{
			display:block;
			padding:3px 10px;
			margin:0 1px;
			-moz-border-radius:5px;
			border-radius: 5px;
			-webkit-border-radius: 5px;
			color:#FFF;
			text-decoration:underline;
		}
			.head ul li a:hover,.head ul li.active a{
				background:#4f5473;
				text-decoration:none;
				color: white;
			}
			
.content{
	margin:0 auto;
	width:714px;
	padding:8px 246px 0 0;
}
	.content .right{
		float:right;
		width:236px;
		margin:0 -246px 0 0;
		border-left:1px solid #9da3cd;
		padding:0 5px;
	}
		.content .right ul{
			list-style:none;
		}
		.content .right p, .content .right ul{
			padding:5px;
		}
		.content .right ul li.active a{
			font-size:14px;
			color:#f56e00;
		}
		.content .right .facebook{
			padding:10px 0;
		}
		.content .left{
			padding:10px;
			background:url('images/bg_left.jpg') top right no-repeat;
		}
		.content .left .breads{
			color:#555;
		}
		.content .promo{
			margin:10px 0;
			height:75px;
			background:url('images/bg_promo.jpg') no-repeat;
		}
		.promo{
			position:relative;
		}
		.promo a{
			color:#FFF;
			position:absolute;
			top:30px;
			font-size:14px;			
		}
		.promo a.download{
			left:40px;
		}
		.promo a.install{
			left:250px;
		}
		.promo a.happy{
			left:394px;
		}

.footer{
	margin:30px;
	border-top:1px solid #7e7e7e;
}
	.footer .box{
		margin:0 auto;
		width:960px;
	}
	.footer .logotype{
		display:block;
		float:left;
		clear:right;
		margin:10px 0 0 10px;
		width:108px;
		height:63px;
		background:url('images/bolide_grey.png') no-repeat;
	}
	.footer ul{
		float:left;
		clear:right;
		padding:10px 0 0 50px;
		list-style:none;
	}
		.footer ul li a{
			display:block;
			text-decoration:underline;
			padding:5px 0;
			color:#7e7e7e;
		}
			.footer ul li a:hover{
				text-decoration:none;
			}
	.footer .rights{
		float:left;
		clear:right;
		padding:15px 0 0 50px;
		color:#7e7e7e;
	}

/* form elements */
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
	display:block;
	font-weight:bold;
	margin: 7px 0;
}
input {
	padding:3px;
	border: 1px solid #38407f; 
	font: normal 1em Verdana, sans-serif;
	color:#777;	
}
textarea {
	width:400px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #38407f; 
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #38407f; 
	border: 1px solid #eaecec;
}

.dropdown {
	text-decoration: none;
	position: relative;
}
.dropbtn {
	background: url(/images/globe.svg) no-repeat center;
	background-size: contain;
	width: 26px;
	line-height: 20px;
	padding: 7px 2px;
	margin-left: 10px;
}
.dropdown-content {
	display: none;
	position: absolute;
	margin-left: -6px;
	background-color: #868dc0;
	border: 1px solid white;
	min-width: 50px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
	z-index: 1;
	text-align: left;
}
.dropdown-content a {
	padding: 5px 20px 5px 20px !important;
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: white;
	border-bottom:none;
	transition: all 0.2s;
}

.dropdown-content a:hover {background-color: #112632; transition: all 0.2s;}

.dropdown:hover .dropdown-content {display: block;}

.myButton {
	-moz-box-shadow:inset 0 1px 0 0 #fff6af;
	-webkit-box-shadow:inset 0 1px 0 0 #fff6af;
	box-shadow:inset 0 1px 0 0 #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333 !important;
	font-size:20px !important;
	font-weight:bold !important;
	padding:6px 24px;
	margin: 10px;
	text-decoration:none !important;
	text-shadow:0 1px 0 #ffee66 !important;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.myButton:active {
	position:relative;
	top:1px;
}

.centered {
	text-align: center;
}