/*
Theme Name: OnlyDrivers
Theme URI: https://www.zzub.com.br/
Description: Tema OnlyDrivers
Author: Diogo Terror
Version: 1.0
Tags: awesome, freaking awesome
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
/*ol, ul {
    list-style: none;
}*/
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}







* {
	margin: 0;
	padding: 0;
}

html, body {
	line-height: 13px;
	font-size: 13px;
	color: white;
	background-color: #1b1e22;
	font-family: "Tahoma", arial, sans-serif;
}

a, a:active {
	text-decoration: none;
	color: #FFF;
}

ul li {
	list-style: none;
}

#wrapper {
	position: relative;
	color: white;
	background-color: #1b1e22;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	width: 1024px;
	height: 1040px;
	margin: 0 auto;
	display: block;
}

#menu {
	height: 25px;
	width: 900px;
	position: absolute;
	top: 145px;
	left: 160px;
}

#menu li {
	float: left;
	margin: 0 6px;
}

#menu li a {
	font-size: 18px;
	padding: 5px 8px;
	text-shadow: #000 1px 1px 1px;
	border-radius: 20px;
}

#menu li a:hover, #menu li a.selected  {
	color: white;
	background: #1b1e22;

}


#logo {
	left: 30px;
	background-image: url('images/logo.png');
	height: 155px;
	background-repeat: no-repeat;
	width: 183px;
	top: 15px;
	position: absolute;
	text-indent: -9000px;
}

#content {
	top: 180px;
	position: absolute;
	height: 750px;
	width: 1024px;
	color: white;
    line-height: 1.4;
}

#home-panel {
	background-position: 0 bottom;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image: url('images/sombra-home.png');
	background-repeat: repeat-x;
	height: 370px;
	width: 1024px;
}

#home-title {
	text-align: center;
	left: 50px;
	top: 30px;
	position: absolute;
	width: 350px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#home-introtext {
	left: 40px;
	top: 100px;
	position: absolute;
	height: 200px;
	width: 400px;
}

.text p {
	margin-bottom: 10px;
	margin-top: 10px;
    font-size: 13px;
}

.text p strong {
     font-size: 16px;

}

.text .alignleft {
	float: left;
	margin: 10px;
}

.text .alignright {
	float: left;
	margin: 10px;
}

#home-images {
	top: 20px;
	right: 100px;
	position: absolute;
	height: 260px;
	width: 390px;
}

#home-images img {
	height: 100%;
	width: 100%;
	display: block;
}

#home-images-selector {
	height: 20px;
	width: 390px;
	right: 100px;
	top: 290px;
	position: absolute;
	cursor: pointer;
}

#home-images-selector ul {
	margin-right: auto;
	margin-left: auto;
	width: 80px;
	height: 20px;
}

#home-images-selector ul li {
	margin-right: 3px;
	margin-left: 3px;
	background-repeat: no-repeat;
	background-image: url('images/pointer-out.png');
	float: left;
	height: 18px;
	width: 18px;
	display: block;
}

#home-images-selector ul li.selected {
	background-image: url('images/pointer-in.png');
}

#home-boxquemsomos {
	left: 50px;
	top: 410px;
	position: absolute;
	height: 260px;
	width: 290px;
	line-height: 16px;
}

#home-boxsercursos {
	height: 260px;
	width: 250px;
	left: 460px;
	position: absolute;
	top: 410px;
}

#home-boxnoticias {
	top: 410px;
	right: 40px;
	position: absolute;
	height: 260px;
	width: 250px;
}

#home-boxnoticias ul li {
	margin-bottom: 12px;
	margin-top: 12px;
}

#home-boxsercursos ul li {
	margin-bottom: 12px;
	margin-top: 12px;
}

.homebox h1 {
	text-align: left;
	width: 280px;
}

.homebox ul li {
	margin-bottom: 4px;
	margin-top: 4px;
	list-style-position: outside;
	list-style-type: square;
}

#sec-title {
	padding-bottom: 5px;
	padding-left: 50px;
	left: 50px;
	top: 40px;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	width: 850px;
}

#quemsomos-text {
	left: 100px;
	top: 120px;
	position: absolute;
	height: 600px;
	width: 850px;
	overflow: auto;
}

#quemsomos-panel {
	top: 120px;
	right: 100px;
	position: absolute;
	background-image: url('images/panel-quemsomos.png');
	background-repeat: no-repeat;
	height: 604px;
	width: 355px;
}

#servicos-grid {
	left: 100px;
	top: 110px;
	position: absolute;
	height: 600px;
	width: 800px;
	overflow: auto;
    line-height: 1.4;
}

#servicos-grid .el {
	margin-top: 60px;
    margin-bottom: 5px;
	border-bottom-color: #666666;
	border-bottom-style: none;
	border-bottom-width: 1px;
	float: left;
	display: block;
	height: 130px;
	width: 367px;
}

#servicos-grid .el h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ae0018;
	text-shadow: #000 1px 1px 1px;
    margin-top: 3px;
}

#servicos-grid .el .text {
	margin-top: 10px;
	line-height: 14px;
	width: 330px;
}

#cursos-grid {
	left: 100px;
	top: 130px;
	position: absolute;
	height: 500px;
	width: 800px;
	overflow: auto;
}

#cursos-grid .el {
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}


#cursos-grid .el h1 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #ae0018;
	text-shadow: #000 1px 1px 1px;
}

#cursos-grid .el .text {
}

#cursos-grid .el hr {
	margin-bottom: 0px;
	margin-top: 20px;
	border-style: none;
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	width: 600px;
}

.more {
	text-shadow: 1px 1px 1px #1b1e22;
	font-weight: bold;
	font-size: 13px;
	color: white;
	float: right;
}

#archive {
	left: 150px;
	top: 490px;
	position: absolute;
	height: 230px;
	width: 700px;
}

#archive ul li {
	height: 170px;
	width: 170px;
	float: left;
}

#archive ul li img {
    border-top: 6px solid #AE0018;
    border-bottom: 6px solid #AE0018;
}

#archive ul li p {
	font-weight: bold;
	font-size: 11px;
}

#archive .navigation {
	font-weight: bold;
	left: 0px;
	bottom: 0px;
	position: absolute;
	height: 17px;
	width: 700px;
}

#archive .navigation .next {
	float: right;
}

#archive .navigation .prev {
	float: left;
}

#contato-panel {
	left: 100px;
	top: 150px;
	position: absolute;
	background-repeat: no-repeat;
    background-image: url('images/panel-contato2.png');
    height: 455px;
    background-position: 5px 18px;
	height: 455px;
	width: 776px;
}

#contato-panel input, #contato-panel textarea {
	height: 13px;
	width: 460px;
	border-style: none;
	background: transparent;
}

#contato-panel .wpcf7-form-control-wrap {
	width: 460px;
	left: 263px;
	position: absolute;

}


#contato-panel .your-name {
	display: block;
	top: 98px;
	overflow: hidden;
}

#contato-panel .your-email {
	top: 146px;
	display: block;
}

#contato-panel .your-telephone  {
	display: block;
	top: 196px;
}

#contato-panel .your-message  {
	height: 145px;
	display: block;
	top: 256px;
}

#contato-panel .your-message textarea {
	height: 145px;
}

#contato-panel .wpcf7-submit  {
	position: absolute;
	left: 620px;
	height: 30px;
	width: 105px;
	top: 398px;
	display: block;
	cursor: pointer;
	color: white;
	background: grey;
}

#contato-panel .wpcf7-not-valid-tip {
	font-size: 11px;
	height: 6px;
	line-height: 6px;
	color: red;
}

#contato-panel .wpcf7-response-output {
	left: 160px;
	color: #1b1e22;
	background-color: yellow;
	bottom: 0px;
	position: absolute;
}

#contato-panel #addrs {
	font-size: 12px;
	line-height: 12px;
	left: 25px;
	top: 90px;
	position: absolute;
	width: 200px;
}

#contato-panel #addrs .black {
	color: #1b1e22;
}

#footer-menu {
	left: 42px;
	bottom: 20px;
	position: absolute;
}

#footer-menu li {
	font-size: 11px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
}

#copyright {
	font-size: 11px;
	right: 42px;
	bottom: 20px;
	position: absolute;
}

#facebook {
	right: 85px;
	bottom: 68px;
	position: absolute;
	height: 23px;
	width: 270px;
	background: transparent;
	text-indent: -9000px;
}

#newsletter {
	height: 20px;
	width: 367px;
	left: 270px;
	bottom: 66px;
	position: absolute;
}

#newsletter-email {
	height: 17px;
	color: white;
	width: 300px;
	background: transparent;
	border: none;
}

#newsletter-submit {
	height: 20px;
	width: 60px;
	top: 0px;
	right: 1px;
	position: absolute;
	background: transparent;
	border: none;
	cursor: pointer;
}

#newsletter .wpcf7-response-output,
#newsletter .confirm {
	bottom: 15px;
	right: -6px;
	position: absolute;
	color: white;
}

#home-images img {
	display: none;
}

.lang_en {
    display: none;
}


#lang-selector {
    display: block;
    position: absolute;
    top: 5px;
    right: 30px;
    width: 76px;
    height: 20px;
    list-style: none;
}

#lang-selector li {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 3px;
    cursor: pointer;
}

#content .jspVerticalBar {
    width: 15px;
}

#content .jspTrack {
    background: #4d525b;
}

#content .jspDrag {
    background: #AE0018;
}

#cursos-grid.news {
    height: 320px !important;
}

#franqueado {
	left: 100px;
	top: 120px;
	position: absolute;
	height: 600px;
	width: 850px;
	overflow: auto;
}


#franqueado .etapas-titulo {
    border: 1px solid rgb(27, 30, 34);
    background-color: rgb(27, 30, 34);
    margin-top: 7px;
    padding: 3px;
    cursor: pointer;
}

.text-etapas {
    display: none;
}

#contato-panel-franqueado {
	left: 100px;
	top: 100px;
	position: absolute;
	background-repeat: no-repeat;
	height: 440px;
	width: 776px;
}

.franqueado-colEsq {
    float: left;
    clear: both;
    margin-top: 20px;

}

.franqueado-colDir {
    float: right;
    margin-top: 20px;
}

.franqueado-colDir-text {
    width: 100%;
}

.franqueado100 {
    width: 100%;
}

.franqueado75 {
    width: 75%;
}

.franqueado50 {
    width: 40%;
}

.franqueado25 {
    width: 25%;
}

#investimento .wpcf7-list-item {
    clear: both;
    float: left;
}

.franqueado-submit {
    margin: 0 50%;
    padding-top: 5%;
    clear: both;
}

