/* Cleber S Leite */
input {
    border:1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
table, th, td{
          border: 0px;
}

li {
    list-style:none;
}

.pure-button{
    border: none;
    padding:10px;
    border-radius: 5px;
    cursor: pointer; cursor: hand;
}

fieldset {
    border: 0px;
    margin-top: 20px;
}

ul#menu {
			border:1px solid #003399;
			background:#f2f2f2;
			padding:0;
			list-style-type:none;
            border: 0px !important;
            margin-bottom:20px;
            max-width:550px;
            float: left;
            margin-right: 20px;
}
ul#menu li {
			border-bottom:1px solid #A4A0F5;
}
ul#menu li a:link, ul#menu li a:visited {
			display:block;
			height:1%;
			text-decoration:none;
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#5E0F50;
			border-left:0px solid #EEC591;
			padding-left:5px;
}
ul#menu li a:hover {
			background-color: #FFE4B5;
			color:#DAA520;
			border-left:10px solid #FFD39B;
} 

/* CSS Document */
@font-face {
    font-family: 'dezen-pro';
    src: url('../../fonts/dezen-pro-webfont.eot');
    src: url('../../fonts/dezen-pro-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dezen-pro-webfont.woff2') format('woff2'),
         url('../../fonts/dezen-pro-webfont.woff') format('woff'),
         url('../../fonts/dezen-pro-webfont.ttf') format('truetype'),
         url('../../fonts/dezen-pro-webfont.svg#dezen_pro_regular') format('svg');
    font-weight: bold;
    font-style: normal;

}
ul{
	list-style: none;
}

*{
	margin: 0;
	padding: 0;
	outline: none;
	font-family: 'dezen-pro', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: 1px;
}

form{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:0px;
}
.concerta:after,
.container:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

.padding-left{
	padding: 20px 2.5% !important;
}
.no-padding-bottom{ padding-bottom: 0 !important;}
html{
	overflow-y: scroll;
}
body{
	webkit-transition: padding .3s linear;
	-moz-transition: padding .3s linear;
	-o-transition: padding .3s linear;
	transition: padding .3s linear;
}

header#main-header{
	display: block;
	background: #26365C;
	width: auto;;
	height: 85px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
header#main-header .container{
	display: block;
	position: relative;
	width: 95%;
	height: 85px;
	margin: 0 auto;
	background: #26365C;
	z-index: 999;
}
h1,
a.logo{
	display: block;
	width: 166px;
	height: 85px;
	padding: 0 20px;
	background: #26365C url(../../suzanpark_home2.png) center no-repeat;
	background-size: 150px auto;
	position: fixed;
	top: 0;
	left: 0;
	text-indent: -2000000px;
	z-index: 999;
}
a.logo{ opacity: 0;}

header#main-header nav{
	display: table;
	position: absolute;
	right: 0;
	min-width: 30px;
	top: 30px;
}
header#main-header nav ul li{
	display: block;
	float: left;
	position: relative;
}
header#main-header nav a{
	display: block;
	margin: 0 10px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 2px;
	border-bottom: 2px solid transparent;
}
header#main-header nav a:hover,
header#main-header nav a.atv{
	border-color: #fff;
}

header#main-header nav a.bt-pastore-as{
	color: #e3122f
}
header#main-header nav a.bt-pastore-as:hover{
	border-color: #e3122f
}

header#main-header nav a.social{
	border: none;
	margin: 0 5px;
}
header#main-header nav a.social:hover{
	opacity: .5
}
header#main-header nav a.social strong{
	display: inline-block;
	text-indent: -2000000px;
	width: 20px;
	height: 20px;
}
header#main-header nav a.facebook strong{
	background: url(../../images/icons/facebook.png) center no-repeat;
	background-size: 9px auto;
}
header#main-header nav a.instagram strong{
	background: url(../../images/icons/instagram.png) center no-repeat;
	background-size: 15px auto;
}
header#main-header nav a.youtube strong{
	background: url(../../images/icons/youtube.png) center no-repeat;
	background-size: 20px auto;
}

header#main-header nav span.menu{
	position: fixed;
	display: none;
	height: 30px;
	width: 30px;
	background: url(../../images/icons/menu.png) center no-repeat;
	background-size: 20px auto;
	right: 20px;
	top: 30px;
	z-index: 999;
}
/*	MESSAGE BOX
   ----------------------------- */
.message-box{
	position:  fixed;
	top:  45px;
	left:  0;
	display:  block;
	width:  100%;
	padding:  15px;
	z-index:  1000;
}
.message-box p{
	color:  #fff;
}
.message-box a{
	position:  fixed;
	top:  60px;
	right:  15px;
	color:  #fff;
	font-weight:  bold;
}
.message-box.home{
    top: 85px;
}
.message-box.home a{
    top: 100px;
}
.scroll .message-box.home{
    top: 45px;
}
.scroll .message-box.home a{
    top: 60px;
}

/*	ERROR BOX
   ----------------------------- */
#error-box{
	background:  #dc3838;
}
#error-box p{
	color:  #fff;
}
#error-box a{
	color:  #fff;
}

/*	CONFIRMATION BOX
   ----------------------------- */
#confirm-box{
	background:  #0c6;
}
#error-box p{
	color:  #fff;
}
#error-box a{
	color:  #fff;
}
nav.tags{
	display: block;
	padding: 15px 0;
	margin-left: -5px;
}
nav.tags a,
nav.tags p{
	color: #7b7b7a;
	display: inline-block;
	padding: 0 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
nav.tags h2{
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 24px;
	color: #838383;
	margin-bottom: 20px;
}
nav.tags h2 strong{
	text-transform: uppercase;
	font-size: 24px;
	color: #0c0c0c;
	border-bottom: 2px solid #0c0c0c;
	margin: 0 5px;
}
nav.tags a:hover{
	background: #7b7b7a;
	color: #fff;
}


header#main-header .sub-menu{
	display: none;
	position: relative;
	top: 85px;
	left: 0;
	height: auto;
	padding: 20px 0;
	z-index: 999;
	width: 100%;
}
.scroll header#main-header .sub-menu,
header#main-header.scroll-header .sub-menu{
	top: 45px;
}
header#main-header ul li:hover .sub-menu{
	display: block
}
header#main-header .sub-menu a{
	display: table;
	margin-bottom: 10px;
}
header#main-header .sub-menu .container{
	position: fixed;
	display: table;
	top: 85px;
	left: 0;
	right: 0;
	width: 8%;;
	background: #1c1c1c;
}
.scroll header#main-header .sub-menu .container,
header#main-header.scroll-header .sub-menu .container{
	top: 45px;
}

header#main-header .sub-menu .common{
	float: left;
	margin-top: 85px;
}
header#main-header .sub-menu .table{
	display: table;
	float: right;
}
header#main-header .sub-menu .marcas{
	margin-top: 0;
	width: 600px;
	margin-left: 40px;
	padding: 20px 0;
	max-width: 100%;
}
header#main-header .sub-menu .marcas h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-left: 10px;
	padding: 20px 0;
}
header#main-header .sub-menu .marcas a{
	display: block;
	float: left;
	width: 120px;
	border: none !important;
	color: #d6d6d6;
	text-transform: none;
}
header#main-header .sub-menu .marcas a strong{
	border-bottom: 2px solid transparent;
	text-transform: lowercase;
}
header#main-header .sub-menu .marcas a:hover strong{ border-color: #fff;}
/*/scroll header */
.scroll{
	padding-top: 45px;
}
.scroll header#main-header{
	height: 85px;
	right: 220px;
}
.scroll header#main-header .container{
	width: 100%;
	height: 85px;

}
.scroll h1{
	background: #26365C url(../../suzanpark_home2.png) center no-repeat; /* mobile */
}
.scroll h1,
.scroll a.logo{
	height: 85px;
	background-size: auto 50px !important;
	padding: 0 10px;

}

.scroll header#main-header nav{
	top: 15px;
	right: 20px;
}
.scroll header#main-header nav span.menu{
	top: 10px;
	right: 230px;
}
.scroll header#main-header nav span.menu{
	top: 10px;
}
.scroll header#main-header.scroll-header nav{
	right: 30px;
	z-index: 99
}

/*open menu*/
.open-menu{
	background: #252525;
}
.open-menu header#main-header{
	right: 0;
	position: absolute !important;
}
.open-menu header#main-header .menu-bar{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 45px;
	background: #26365C;
	z-index: 998;

}
.open-menu header#main-header nav{
	display: block;
	position: absolute;
	width: 96%;
	left: 0;
	right: 0;
	top: 45px;
	background: #1c1c1c;
	padding: 20px 2%
}
.open-menu header#main-header nav a{
	display: table !important;
}
.open-menu header#main-header nav li{
	width: 96%;
	display: block;
	clear: both;
	padding: 10px 2%;
}
.open-menu header#main-header nav li.father{
	position: relative;
	background: #333333;
	margin: 2px 0;
	margin-left: -2%;
	padding: 20px 4%;

}
.open-menu header#main-header nav li.father nav,
.open-menu header#main-header nav li.father .container{
	background: none !important;
}
.open-menu header#main-header .sub-menu{
	position: static !important;
	padding: 0;
}
.open-menu header#main-header .sub-menu .container{
	position: static;
}
.open-menu header#main-header .sub-menu .common{
	margin-top: 10px;;
}
.open-menu header#main-header .sub-menu .common a{
	float: left;
	margin-bottom: 0;

}
.open-menu header#main-header .sub-menu .marcas h2{
	padding: 5px  0;
	margin-top: 10px;
	margin-left: 5px;
}
.open-menu header#main-header .sub-menu .marcas{
	margin: 0;
	padding: 0;
	width: auto;
}
.open-menu header#main-header .sub-menu .marcas a{
	width: auto;
	margin-bottom: 5px;
}
.open-menu main{
	display: none;
}
/*banners*/
#banners{
	display: block;
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background: #000;
}
#banners figure{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	line-height: 100%;
	z-index: 0;
}
#banners figure img{
	display: block;
	width: 100%;
}
#banners nav.numbers{
	display: table;
	position: absolute;
	bottom: 10px;
	z-index: 888;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
}
#banners nav.numbers a{
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	margin: 2px;
	text-indent: -10000000px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #71717a;
}
#banners nav.numbers a:hover{
	background: #fff;
}
#banners nav.numbers a.atv{
	background: #1f1f1f !important;
	border: 2px solid #71717a;
}
#banners span.arrow{
	position: absolute;
	height: 70px;
	line-height: 65px;
	bordeR: 2px solid transparent;
	width: 70px;
	top: 40%;
	margin-top: -15px;
	color: #fff;
	text-align: center;
	z-index: 888;
	font-size: 45px;
	cursor: pointer;
}
#banners span.arrow:hover{border-color: #fff;}
#banners span.arrow-left{ left: 5%; margin-left: -35px;}
#banners span.arrow-right{ right: 5%; margin-right: -35px;}

#banners figure span.slice{
	webkit-transition: background .5s ease-out;
	-moz-transition: background .5s ease-out;
	-o-transition: background .5s ease-out;
	transition: background .5s ease-out;
	opacity: 0;
	background-size: cover !important
}
#banners figure.atv{
	z-index: 99;
}
#banners figure.atv span.slice{
	background-position: center 0 !important;
	opacity: 1;
}
/*end______banners*/

#search-and-filters{
	display: block;
	width: 100%;
	height: 70px;
	background: #909090;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 998;
}
#search-and-filters a.scroll-down,
#search-and-filters a.see-filters{
	display: block;
	height: 70px;
	line-height: 70px;
	width: 200px;
	background: #909090;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
}
#search-and-filters a.scroll-down:hover{
	background: #111111;
}
#search-and-filters a.see-filters{
	left: auto;
	right: 0;
	background: #111111;
}
#search-and-filters a.see-filters:hover{
	background-color: #909090 !important;
}
#search-and-filters form{
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	height: 70px;
}
#search-and-filters form input{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 2.5%;
	right: 40px;
	height: 70px;
	line-height: 70px;
	background: #dfdfdf;
	border: none;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
}
#search-and-filters form input.find{
	width: 70px;
	right: 0;
	left: auto;
	background: #a6a6a6 url(../../images/icons/search.png) center no-repeat;
	background-size: 20px auto;
	padding: 0;
	cursor: pointer;
	text-indent: -2000000000px;
}
#search-and-filters form input.find:hover{ background-color: #2e2e2e;}

#search-and-filters.fixe{
	position: relative;
	top: 0;
	right: 0;
	left: auto;
	height: 0;
	display: table;
	width: auto;
	z-index: 998;
}
body.open-filters #banners{
	display: none;
}
#search-and-filters.fixe form,
#search-and-filters.fixe a.scroll-down{
	display: none;
}
#search-and-filters.fixe a.see-filters{
	height: 45px;
	line-height: 45px;
	display: table;
	width: 160px;
	text-align: center;
	padding: 0 20px;
	padding-left: 40px;
	background: #333333 url(../../images/icons/search.png) 15px center no-repeat;
	background-size: 20px auto;
	position: fixed;
}

#filters{
	display: none;
	padding: 40px 5%;
	padding-bottom: 0;
	position: relative;
	top: 70px;
	background: #111111;
	width: 90%;
	margin-bottom: 70px;
}
.open-filters #filters{
	display: block;
}
#filters form{
	width: 100%;
	position: relative;
	left: 0;
	height: auto;
	padding-bottom: 120px;
}
#filters form fieldset{
	display: table;
	float: left;
	bordeR: none;
	margin-right: 20px;
}
#filters form fieldset{
	max-width: 40%
}
#filters form legend{
	color: #838383;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 20px;
}
#filters form .float label{
	float: left;
	margin-right: 10px;
}
#filters form label,
#filters form select{
	display: block;
	position: relative;
	background: #909090;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	padding-left: 30px;
	margin-bottom: 10px;
}
#filters form select{
	border: none;
	padding-left: 15px;
}
#filters form label:hover,
#filters form label.atv{
	background: #fff;
	color: #111111
}
#filters form label span{
	display: block;
	width: 10px;
	height: 10px;
	background: #494948;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 15px;
	top: 10px;
}
#filters form label input{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#filters form input.ok{
	display: block;
	position: absolute;
	bottom: 0;
	left: -5.5%;
	top: auto;
	width: 111%;
	text-align: center;
	background: #494948;
	clear: both;
	height: 70px;
	line-height: 70px;
	color: #fff;
	cursor: pointer;
}
#filters form input.ok:hover{
	background:#1d1d1d;
}
#search-and-filters{
	margin-top:85px;
	margin-bottom: 10px;
}
#search-and-filters.open-filters{
	width: 100% !important;
	height: auto !important;
}
#search-and-filters.fixe.open-filters{
	top: 0;
}
#search-and-filters.open-filters .content-filters{
	position: relative;
}
#search-and-filters.open-filters form{
	display: block;
}
#search-and-filters.open-filters a.see-filters{
	background: #494947 url(../../images/icons/close.png) 20px center no-repeat;
	background-size: 15px auto;
}
#search-and-filters.fixe.open-filters a.see-filters{
	top: 0;
	position: fixed;
	z-index: 999
}
#search-and-filters.fixe.open-filters form.search{
	left: 0;
	right: 0;
	overflow: hidden;
}

.search-numbers,
.more-links{
	display: table;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 9;
}
.search-numbers strong{
	display: block;
	margin-bottom: 10px;
}
.search-numbers a,
.more-links a{
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #252525;
	border: 1px solid transparent;
	text-align: center;
}
.search-numbers a:hover,
.more-links a:hover{
	color: #333333;
	border-color: #333333;
}
.search-numbers a.atv{
	color: #909090;
	border-color: #909090;
}
.more-links a{
	width: auto;
	padding: 0 15px;
	margin: 0 5px;
	height: 30px;
	line-height: 30px;
	border: none;
	text-transform: lowercase;
}
/*#search-and-filters.fixe,
#search-and-filters.fixe a.scroll-down,
#search-and-filters.fixe a.see-filters,
#search-and-filters.fixe form,
#search-and-filters.fixe form input,
#search-and-filters.fixe form input.find{
	height: 40px;
	line-height: 40px;
}
#search-and-filters.fixe form input{ font-size: 16px; padding: 0 20px;}
#search-and-filters.fixe form input.find{ width: 40px;}
#search-and-filters.fixe a.scroll-down{
	display: none;
}
#search-and-filters.fixe form{ left: 0;}*/
/*busca&filtros*/

#features{
	position: relative;
	display: block;
	width: 100%;
	background: #2e2e2e;
}

#features .content{
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}
#features .content figure{
	display: block;
	width: 60%;
	position: relative;
}
#features .content figure img{
	display: none;
	width: 100%;
	height: 0;
}
#features .content .desc{
	display: block;
	float: right;
	width: 40%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 60%;
	position: absolute;
}
#features .content .desc .container{
	position: relative;
	padding: 80px 40px;
	/*top: 50%;
	padding: 40px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); */
}
#features .content .desc .container.alt{
	padding: 20px;
	top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0));
	-o-transform: translateY(0);
	transform: translateY(0);
}
#features .content .desc strong.title{
	display: block;
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 15px;
}
#features .content .desc strong.title a{
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 2px;
	border-bottom: 2px solid #fff;
}
#features .content .desc strong.title a:hover{
	color: #7b7b7a;
	border-color: #7b7b7a;
}
#features .content .desc .tags{
	padding-top: 0;
}
#features .content .desc p{
	color: #7b7b7a;
	width: 80%;
	line-height: 22px;
}
#features .content .desc a.see-details,
#features .content .desc a.make-offer{
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	margin-top: 20px;
	text-transform: uppercase;
	margin-right: 5px;
}
#features .content .desc a.see-details:hover{
	background: #fff;
	color: #2e2e2e;
}
#features .content .desc a.make-offer{
	border: none;
}
#features .content .desc a.make-offer strong{
	border-bottom: 2px solid transparent;
}
#features .content .desc a.make-offer:hover strong{
	border-color: #fff;
}
#features .content.left{ background: #111111}
#features .content.left .desc{
	left: 0;
}
#features .content.left figure{
	left: 40%;
}


/*end______busca&filtros*/

/*list-vehicles*/

.list-vehicles{
	display: block;
	position: relative;
	width: 100%;
	padding: 40px 0;

}
.list-vehicles a.see-list{
	display: block;
	position: absolute;
	right: 2.5%;
	top: 20px;;
	z-index: 998;
	background: url(../../images/icons/list.png) right center no-repeat;
	background-size: contain;
	color: #5d5d5d;
	padding-right: 25px;
	text-transform: lowercase !important;
}
.list-vehicles h3{
	display: table;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	left: 2.5%;
	margin-bottom: 30px;
}
.list-vehicles span.bg{
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	bototm: 0;
	width: 25%;
	/*seashell*/
	background: #fafafa;
	z-index: 0;
}
.list-vehicles span.bg.bg-black{
	background: aliceblue;
}
.list-vehicles span.bg:nth-of-type(1){ left: 0;}
.list-vehicles span.bg:nth-of-type(2){ left: 25%;}
.list-vehicles span.bg:nth-of-type(3){ left: 50%;}
.list-vehicles span.bg:nth-of-type(4){ left: 75%;}
.list-vehicles ul{
}
.list-vehicles ul li{
	display: block;
	width: 20%;
	float: left;
	padding: 0 2.5%;
	margin-top: 20px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}
.list-vehicles ul li figure,
.list-vehicles ul li figure img{
	width: 100%;
	display: block;
}
.list-vehicles ul li figure{
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.list-vehicles ul li .tags{
	padding-top: 0;
}
.list-vehicles ul li figure img{
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.list-vehicles ul li figure a{
	display: block;
	height: 100%;
	position: absolute;
	background: #fff;
	width: 25%;
	z-index: 9;
	opacity: 0;
}

.list-vehicles ul li figure a:hover{
	width: 100% !important;
	left: 0 !important;
	top: 0;
	z-index: 0;
	opacity: 1;
}
.list-vehicles ul li strong.title{
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #7b7b7a;
	line-height: 25px;
	display: block;
	width: auto;
}
.list-vehicles ul li strong.title a{
	color: #7b7b7a;
	padding: 0 2px;
	border-bottom: 0px solid #7b7b7a
}
.list-vehicles ul li a.see-details,
.list-vehicles ul li a.make-offer{
	display: inline-block;
	border: 1px solid #111111;
	color: #111111;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	font-size: 13px;
	text-transform: uppercase;
	opacity: 0;
    border-radius: 25px;
}
.list-vehicles ul li  a.see-details:hover,
.list-vehicles ul li a.make-offer:hover{
	background: #111111;
	color: #fff;
}
/*.list-vehicles ul li a.make-offer{
	border: none;
}*/
.list-vehicles ul li a.make-offer strong{
	font-size: 13px;
}
.list-vehicles ul li a.make-offer strong{
	border-bottom: 2px solid transparent;
}
.list-vehicles ul li a.make-offer:hover strong{
	border-color: #111111;
}

.list-vehicles ul li:hover a.see-details,
.list-vehicles ul li:hover a.make-offer{
	opacity: 1;
}
.list-vehicles ul li:hover strong.title,
.list-vehicles ul li:hover strong.title a{
	color: #111111;
}

.list-vehicles a.see-all{
	display: table;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	z-index: 99;
	color: #7b7b7a;
	margin-top: 20px;
}

.list-vehicles a.see-all:hover{
	color: #111111
}
.list-vehicles ul li span.sold,
.inner-description span.sold{
	background: #0C6;
	position: absolute;
	top: 20px;
	right: -40px;;
	z-index: 99;
	text-align: center;
	width: 140px;
	color: #fff;
	font-size: 15px;
	text-transform: lowercase;
	 -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.inner-description span.sold{
	top: 65px;
	left: -40px;
	right: auto;
	 -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	position: fixed;
}
.list-vehicles.list-view{
	padding-top: 0;
}
.list-vehicles.list-view span.bg{
	display: none;
}
.list-vehicles.list-view li{
	width: 100%;
	padding: 15px 0;
	clear: both;
	background: #fafafa !important;
	border-bottom: 2px solid #fff;
	margin-top: 0;
	min-height: 60px
}
.list-vehicles.list-view li figure{
	width: 60px !important;
	height: 60px !important;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
}
.list-vehicles.list-view li figure img,
.list-vehicles.list-view li figure a{
	display: none !important;
}
.list-vehicles.list-view li figure img{
	display: none !important;
}
.list-vehicles.list-view  ul li strong.title{
	margin-left: 90px;
	position: relative;
}
.list-vehicles.list-view ul li a.see-details,
.list-vehicles.list-view ul li a.make-offer{
	opacity: 1 !important
}
.list-vehicles.list-view ul li a.see-details{
	margin-left: 90px;
}

/*end______list-vehicles*/

/*description-vehicle*/

header.inner-description{
	display: block;
	width: 95%;
	padding: 40px 2.5%;
	background: #1f1f1f;
	position: relative;
}
header.inner-description nav.tags{
	display: table;
	padding: 15px 0;
}
header.inner-description nav.other-links{
	display: table;
	position: absolute;
	right: 2.5%;
	top: 50%;
	margin-top: -15px;
}
header.inner-description nav.other-links a{
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	margin-left: 10px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 10px;
}
header.inner-description nav.other-links a:hover,
header.inner-description nav.other-links a.var{
	background: #fff;
	color: #1f1f1f
}
header.inner-description h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
}
header.inner-description h2 a{
	font-size: 26px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 2px;
	border-bottom: 2px solid #fff;
}
header.inner-description a.scroll-down{
	 color: #fff;
	 margin-top: 20px;
	 text-transform: uppercase;
	 display: table
}
header.inner-description a.scroll-down strong{
	display: block;
}


article.descriptions-vehicle{
	width: 95%;
	padding: 40px 2.5%;
	padding-bottom: 0;
	display: block;
	position: relative;
	background: #dfdfdf;
}
article.descriptions-vehicle h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #111111;
}
article.descriptions-vehicle h2 a{
	font-size: 26px;
	text-transform: uppercase;
	color: #111111;
	padding: 0 2px;
	border-bottom: 2px solid #111111;
}
article.descriptions-vehicle ul{
	padding: 20px 0;
}
article.descriptions-vehicle ul li{
	float: left;
	display: table;
	margin-right: 40px;
	margin-bottom: 40px;
}
article.descriptions-vehicle ul li h3{
	display:table;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 18px;
	color: #1f1f1f;
	border-bottom: 2px solid #1f1f1f;
}
article.descriptions-vehicle ul li p{
	color: 1f1f1f;
}
article.descriptions-vehicle ul li p strong{
	text-transform: uppercase;
	color: #555555;
}

.extra-descriptions{
	width: 105%;
	margin-left: -2.5%;
	margin-top: 40px;
	background: #f5f5f5;
}
.extra-descriptions figure{
	width: 50%;
	float: right;
}
.extra-descriptions figure img{
	display: block;
	width: 100%;
}
.extra-descriptions .container{
	width: 40%;
	padding: 40px 5%;
	float: right;
	background: #1f1f1f;
}
.extra-descriptions .container h3{
	color: #dfdfdf;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.extra-descriptions .container p{
	color: #dfdfdf;
	margin-bottom: 20px;
	line-height: 23px;
	letter-spacing: 1px;
}
/*end______description-vehicle*/

footer{
	width: 95%;
	padding: 3px 2.5%;
	background: darkgrey;
	padding-bottom: 0;
}
footer .social{
	width: 450px;
	float: left;
	margin-top: 15px;
    margin-bottom: 15px;
}
footer .social .fb-like{
	width: 450px !important;
}
footer aside{
	width: auto;
	float: left;
	margin-left: 40px;

}
footer h3,
footer form legend{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px
}

footer aside a{
	display: inline-block;
	color: #111111;
	margin-bottom: 8px;
	border-bottom: 2px solid transparent;
}
footer aside a.bt-mail{
	display: table;
}
footer aside a:hover{ border-color: #111111}

footer form{
	width: 400px;
	float: left;
	margin-left: 40px;
}
footer form fieldset{
	display: block;
	float: left;
	border: none;
	width: 50%;
}
footer form fieldset input{
	border: 1px solid #111111;
	height: 25px;
	line-height: 25px;
	padding: 0 5%;
	width: 85%;
	margin-top: 5px
}
footer form fieldset label{
	text-transform: uppercase;
}
footer form input.cadastrar{
	background: none;
	border: none;
	margin-top: 5px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	clear: both;
	float: none;
}
footer form input.cadastrar:hover{ border-color: #111111}

footer aside.interest{
	clear: both;
	width: 105%;
	left: -2.5%;
	position: relative;
	margin: 0;
	background: #f5f5f5;
	margin-top: 20px;
	padding: 30px 0;
}
footer aside.interest form{
	width: auto;
}
footer aside.interest form fieldset{
	padding-top: 15px;
}
footer aside.interest form fieldset.smaller{
    width: 33%;
}
footer aside.interest form fieldset input{
	background: #f5f5f5
}


.hidden-content{
	background: #26365C;
	width: 100%;
	position: relative;
	border-top: 40px solid #333333;
	display: none;
}
#offer.hidden-content{
	display: none;
}
#offer.hidden-content.open-offer{
	display: block;
}
#youtube iframe{
	width: 996px;
	height: 560px;
	margin: 0 auto;
	display: block;
}
a.close-info{
	display: block;
	width: auto;
	height: 40px;
	line-height: 38px;
	padding-right: 20px;
	background: url(../../images/icons/close.png) right center no-repeat;
	background-size: 15px auto;
	position: absolute;
	right: 2.5%;
	top: -40px;
	color: #fff;
}
a.close-info strong{
	border-bottom: 2px solid transparent;
}
a.close-info:hover strong{
	border-color: #fff;
}

form.common-form{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}
form.common-form h3{
	color: #fff;
	margin-top: 15px;
	font-size: 18px;
}
form.common-form fieldset{
	display: block;
	border: none;
	width: 50%;
	float: left;
}
form.common-form label{
	display: block;
	color: #fff;
	padding-top: 15px;
	clear: both;
	margin-bottom: 5px;
}
form.common-form input,
form.common-form textarea{
	display: block;
	border: none;
	width: 90%;
	padding: 0 2.5%;
	height: 40px;
	line-height: 40px;
}
form.common-form textarea{
	width: 92.5%;
	line-height: auto;
	padding: 15px 2.5%;
	height: 120px;
	resize: vertical;
}
form.common-form input.enviar{
	position: relative;
	width: auto;
	top: 20px;
	padding: 15px 2.5%;
	clear: both;
	height: auto;
	line-height: normal;
	text-transform: uppercase;
	background: darkgrey;
	color: #fff;
	cursor: pointer;
	margin: 0 auto;
}
form.common-form input.enviar:hover{
	background: dimgrey;
}
.hidden-content .social{
	width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hidden-content .social .twitter{ margin-top: 10px;}

#about article.descriptions-vehicle{
	padding-top: 0;
}
#about .extra-descriptions{
	margin-top: 0;
}
#about .extra-descriptions .container{
	background: #fff !important;
}
#about .extra-descriptions .container h2{
	margin-bottom: 20px;
}
#about .extra-descriptions .container p{
	color: #111111
}

#endereco{
	background: #dfdfdf;
}
#endereco .endereco{
	/*width: 30%;
	height: 500px;
	float: left;*/
}
#endereco .mapa{
	/*width: 100%;*/
	margin-left: 10px;
    margin-right: 10px;
}
#endereco .mapa #map-canvas{
	width: 100%;
	height: 100%;
}
#endereco .endereco .container{
	display: table;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#endereco .endereco,
#endereco .endereco a,
#endereco .endereco p{
	color: #111111
}
#endereco .endereco a.bt-mail{
	display: block;
}
#endereco .endereco p{
	margin-bottom: 20px;
}
#endereco .endereco h3{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.ag21{
    clear: both;
    display: table;
    text-align: center;
    padding: 10px 0;
    color: #111111;
    margin: 0 auto;
}
.ag21:hover{
    text-decoration: underline;
}
.stripe-upper{
	background-color: firebrick;
    height: 18px;
    margin-top: 14px;
    width: 90px;
    padding-left: 10px;
    height: 25px;
    color: white;
    padding-top: 7px;
    position: absolute;
    z-index: 1;
}
.stripe-upper2{
	background-color: green;
    height: 18px;
    margin-top: 14px;
    width: 90px;
    padding-left: 10px;
    height: 25px;
    color: white;
    padding-top: 7px;
    position: absolute;
    z-index: 1;
}
.price{
	font-family: 'dezen-pro', Arial, Helvetica, sans-serif;
}
#arrowimg{
	width: 10px;
}

.extra-about{
    width: 105%;
    margin-left: -2.5%;
    background: aliceblue;
    font-family: serif;
    padding-left: 15px;
}
.anchorOferta{
	text-align: right;
}
.ofertarLink {
	display: inline-block;
    border: 1px solid #111111;
    color: #111144;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 25px;
}

















