body{
	border-top: 5px #000 solid;
}

h1, h2{
	font-family: "Helvetica Neue", Arial, sans-serif;
}

.session-slide{
	height: 420px;
}

#logo{
	display: block;
	width: 200px;
	height: 72px;
	float: left;
	margin: 10px 0px;
	text-indent: -9999em;
	background: transparent url('images/logo-vipcar-transport.jpg') no-repeat center center;
}

.nav ul{
	list-style: none;
	float: right;
	background: #000;
	overflow: hidden;
	margin-top: 22px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.nav ul li{
	display: block;
	float: left;
}

.nav ul li:last-child{
	border: 0;
}

.nav ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	float: left;
	padding: 0px 21px;
	color: #FFF;
	text-decoration: none;
	text-shadow: 0;
	font-weight: 600;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.nav ul li a:hover{
	background: #404040;
}













#slider{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
}














.session-box{
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	min-height: 100%;
}
.label-session{
	display: block;
	width: 100%;
	position: absolute;
	bottom: -2px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FFF;
	background: #000;
	font-size: 20px;
	font-weight: 200;
	
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.label-session a{
	color: #FFF;
	text-decoration: none;
}
.label-sesison a:hover{
	color: #DDD;
	text-decoration: none;
}








 
.session-clientes{
	border: 1px #CCC solid;
	margin-bottom: 20px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

.session-clientes h2{
	display: block;
	margin: 0;
	width: 100%;
	font-size: 22px;
	font-weight: 200;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #eaeaea;
	-webkit-border-radius: 7px;
		-moz-border-radius:7px;
		-ms-border-radius: 7px;
		 -o-border-radius: 7px;
			border-radius: 7px;
	border-bottom: 1px #CCC solid;
	color: #000;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.session-clientes ul{
	list-style: none;
	margin: 0;
}

.session-clientes ul li{
	display: block;
	float: left;
	margin: 20px 10px 20px 15px;
}











.session-content{
	border: 1px #CCC solid;
	margin-bottom: 20px;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius:7px;
	border-radius: 7px;
}


.session-content > h1{
	display: block;
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 22px!important;
	font-weight: 200;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #eaeaea;
	-webkit-border-radius: 7px;
		-moz-border-radius:7px;
		-ms-border-radius: 7px;
		 -o-border-radius: 7px;
			border-radius: 7px;
	border-bottom: 1px #CCC solid;
	color: #000;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;

}

.session-content h1{
	font-size: 22px;
}

.session-content h2{
	font-size: 18px;
}
.content{
	padding: 20px;
	padding-top: 0;
}






.autos-frota{
	list-style-type:none;
	min-height: 100%;
	overflow: hidden;
}
.autos-frota li{
	display: block;
	float: left;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	line-height: 20px;
}








.footer{
	border-top: 1px #CCC solid;
	padding: 10px 0px 30px;
}

.footer p{
	margin: 0;
	text-align: center;
	color: #888;
	font-size: 12px;
}


@media only screen and (min-width: 150px) and (max-width: 640px) {

}