/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background: #ddd;
    color: #26313b;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
}

a {
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4 {
    color: #961e27;
    font-weight: 100;
    margin: 0;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    color: #26313b;
    font-size: 1.125em;
}

h5 {
    color: #26313b;
    font-size: 1em;
    font-weight: bold;
}

ul {
    padding-left: 0;
}

b {
    color: #961e27;
}

i {
    color: #5c6b77;
}

li {
    list-style: disc;
}

header, footer {
    background: #26313b;
}

.logo {
    float: left;
    padding: 0.5em 1em;
    width: 70px;
}

.menuMobile {
    width: 100px;
    height: auto;
    float: right;
    font-size: 1.4em;
    color: #fff;
    margin: 1em 1em 0;
    cursor: pointer;
}

.menuMobile a {
    color: #fff;
    font-weight: 500;
}

.nav-principal {
    display: none;
}

header nav {
    background: #d5d6d8;
}

header nav a {
    color: #26313b;
    padding: 1em;
    display: block;
    border-bottom: 1px solid #26313b;
}

header nav li {
    list-style: none;
}

aside a:link, aside a:visited {
    color: #878d92;
}

aside a:hover {
    color: #999;
}

.list-aside article a {
    display: block;
}

.header-content {
    display: none;
}
.header-content a {
    color: #fff;
    font-weight: 100;
}


.button a {
    background: #2b82da;
    color: #fff;
    display: block;
    padding: 1em;
}

.social a {
    display: inline-block;
    padding: 1em 0.5em;
}

.social img, .tools img {
    opacity: 0.5;
}

.tools div {
    float: left;
    padding: 0.5em;
}

.main-header, .content-footer {
    margin: 0 auto;
    max-width: 1200px;
}

.main {
    background: #fff;
    margin: 0 auto;
    max-width: 1200px;
}

.dark {
    background: #e9eaeb;
}

.blue {
    background: #26313B;
}

section {
    overflow: hidden;
    width: 100%;
}

.latest article {
    width: 16em;
    margin: 1%;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.latest article figure {
    float: left;
}

.latest article div {
    float: left;
}

.gray-transp {
    background-color: rgba(38, 49, 59, 0.8);
}

.gray {
    background-color: #e9eaeb;
}

.latest {
    padding: 20px 0;
}

.latest div {
    width: 100%;
    margin: 0 auto;
    padding: 3%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;

}

.latest h3 {
    margin: 0;
    line-height: 150%;
    font-size: 0.925em;
}

.latest h3 a {
    color: #fff;
    font-weight: 100;
}

.latest a:hover {
    color: #961e27;
}

.latest a.more {
    color: #fff !important;
    background: none;
    background: url(../images/more.png) center left no-repeat;
    padding-left: 15px;
    font-size: 0.75em;
}

.latest a.more:hover {
    color: #961e27;
    background: url(../images/more-red.png) center left no-repeat;
}

.highlights, .reviews, .videos, .galleries {
    padding: 2em 0;
}

.highlights div, .reviews div {
    width: 100%;
    float: left;
}

.highlights article, .infowrapp article {
    width: 100%;
    float: left;
    padding: 30px 1% 0;
    box-sizing: border-box;
}

.highlights figure, .infowrapp figure {
    width: 30%;
    float: left;
}

.highlights article div, .infowrapp article h3 {
    width: 70%;
    float: left;
    padding: 2%;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
}

.highlights article div a {
    font-size: 0.75em;
}

.highlights div a {
    color: #92979c;
}

.highlights div h3, .infowrapp article h3 {
    color: #26313b;
    margin: 0;
    font-size: 1.125em;
    text-transform: none;
    line-height: 100%;
}

.infowrapp .more {
    float: left;
    margin-left: 2%;
}

.autos {
    background: #26313b url(../images/bg-autos.jpg) center bottom no-repeat;
    padding: 5% 0;
}

a.more {
    color: #961e27 !important;
    background: none;
    background: url(../images/more-red.png) center left no-repeat;
    padding-left: 15px;
    font-size: 0.75em;
}

.autos h3, .autos h4 {
    color: #fff;
}

.autos h4 {
    padding: 1em 0;
    text-align: center;
}

.autos form, .nav-auto {
    width: 80%;
    margin: 0 auto;
    padding: 2% 0;
    box-sizing: border-box;
    overflow: hidden;
}

.autos form div {
    width: 100%;
    float: left;
    padding: 2%;
    box-sizing: border-box;
}

.autos form div select {
    width: 80%;
    height: 2em;
    line-height: 1em;
    border: 1px solid #C1C1C1;
    color: #808080;
    background: #ebebeb;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.autos input.btn {
    background-color: #961e27;
    width: 80%;
    height: 2em;
    color: #fff;
    border: none;
}

.autos a {
    color: #fff;
}

.infowrapp {
    width: 100%;
}

/*.infowrapp article{
    width: 33%;
    padding: 2%;
    box-sizing: border-box;
    float: left;
    text-align: left;
}
*/
.videos {
    width: 100%;
    float: left;
}

.video .video-player {
    width: 100%;
}

.infowrapp article h3, .galleries h3 {
    font-weight: 700;
    font-size: 1em;
    color: #26313b;
}

.playerWp {
    width: 100%;
    float: left;
    padding: 1%;
    box-sizing: border-box;
}

.playerWp h3 {
    padding: 1em 0 1em 38px;
    background: url(../images/video-bg.png) center left no-repeat;
    font-size: 1em;
    font-weight: 100;
    color: #26313b;
    text-align: left;
    float: left;
    box-sizing: border-box;
}

.video .thumbWp {
    width: 100%;
    float: left;
    padding: 30px 1%;
    box-sizing: border-box;

}

.video .thumbWp a {
    background: #000 url(../images/play.png) center center no-repeat;
    display: block;
}

.video .thumbWp a img {
    opacity: 0.4;
}

.video .thumbVideo {
    width: 29%;
    float: left;
    padding: 0 2% 2% 2%;
}

.addWrapper {
    padding: 30px 0;
    width: 100%;
    float: right;
    box-sizing: border-box;
}

.addWrapper-big {
    padding: 30px 0;
    width: 100%;
    float: right;
    box-sizing: border-box;
}

aside div.addWrapper {
    width: 100%;
}

.galleries {
    width: 100%;
}

.galleries h2 {
    font-size: 2.25em;
    text-align: left;
}

.galleries article {
    width: 50%;
    float: left;
    padding: 1%;
    box-sizing: border-box;
}

.galleries article:nth-child(3n+1) {
    clear: left;
}

aside {
    float: right;
}

footer {
    padding: 2% 0 0 0;
    color: #bdc0c4;
}

footer nav ul li ul li {
    margin: 0;
}

footer nav ul li ul li a {
    font-weight: 100;
    color: #767d83;

}

footer nav ul li ul {
    margin: 0;
}

footer nav ul li a {
    margin: 5px 0;
    color: #bdc0c4;
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
    font-size: 1.2em;
}

footer form p, footer form legend {
    text-align: center;
    padding: 10px 0;
    width: 100%;
}

footer form legend, .socialFooter h6 {
    font-weight: 700;
    font-size: 1.25em;
    margin: 0;
}

footer form input {
    width: 65%;
    height: 2em;
    border: none;
    box-sizing: border-box;
    padding: 0 2%
}

footer input.btn {
    background-color: #2b82da;
    width: 30%;
    height: 2em;
    color: #fff;
}

.copyright {
    width: 100%;
    text-align: center;
    background-color: #000;
    display: inline-block;
    margin: 3% 0 0 0;
}

.tools {
    margin: 0 auto;
    width: 42%;
}

.border-right {
    border-right: none;
}

.right {
    float: none;
}

.breadcrumbe {
    background-color: #fbfbfb;
    width: 100%;
    box-sizing: border-box;
    padding: 1%;
    font-size: 0.73em;
    color: #26313b;
    text-align: left;
}

.breadcrumbe a:link, .breadcrumbe a:visited {
    color: #961e27;
    text-decoration: underline;
}

.breadcrumbe a:hover {
    color: #26313b;
}

.content {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0 2%
}

.content article {
    margin: 2em 0;
    float: left;
    width: 100%;
}

.content article p a:link, .content article p a:visited {
    color: #26313b;
    font-weight: 100;
}

.content article p a:hover {
    color: #961e27;
}

.content article h2 a:link, .content article h2 a:visited {
    color: #961e27;
    font-weight: 100;
}

.content article h2 a:hover {
    color: #26313b;
}

.content article figure {
    background-color: #d3d6d8;
    width: 100%;
    margin: 0 0 2% 0;
}

.content article figure a:hover {
    opacity: 0.8;
    display: block;
}

small {
    color: #92979c;
    text-align: left;
    width: 100%;
    display: block;
    margin: 1em 0;
}

time {
    padding-right: 3em;
}

a:link.bnt, a:visited.bnt {
    width: 80%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background-color: #961e27;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    background-image: none;
}

a:hover.bnt {
    background-color: #26313b;
}

a:link.btn-blue-l, a:visited.btn-blue-l, a:link.btn-blue-r, a:visited.btn-blue-r {
    width: 80%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background-color: #2b82da;
    display: inline-block;
    text-decoration: none;
    margin: 1.5% auto;
    font-weight: 100;
}

a:hover.btn-blue-l, a:hover.btn-blue-r {
    background-color: #4d4d4d;
}

a:link.btn-tube, a:visited.btn-tube {
    width: 80%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background: #961e27 url(../images/youtube-bg.png) no-repeat center left;
    display: inline-block;
    text-decoration: none;
    margin: 2% auto;
    font-weight: 100;
}

a:hover.btn-tube {
    background-color: #4d4d4d;
}
.link-publicar a {
    color: #fff;
    font-weight: 100;
    font-size: 1.3em;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.link-publicar a:hover {
    color: #961e27;
}
.link-publicar a img {
    opacity: 0.5;
}
.link-publicar a:hover img {
    opacity: 1;
}

aside article {
    width: 100%;
    float: left;
    margin: 3% 0;
}

aside article div {
    box-sizing: border-box;
    padding: 0 2%;
}

.pagenavi {
    width: 100%;
    text-align: center;
    float: left;
    height: 4em;
}

.pagenavi a, .pagenavi span.current {
    padding: 0.5em;
}

.pagenavi a {
    color: #961e27;
}

.image-article {
    width: 100%;
    background-color: #26313b;
    position: relative;
}

.image-article h1 {
    background: rgba(38, 49, 59, 0.7);
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.image-article small {
    text-align: center;
}

.share {
    width: 100%;
    text-align: center;
    padding: 2% 0;
}

.share h6 {
    color: #fff;
    text-align: center;
}

.share li {
    width: 10%;
    display: inline-block;
}

.info-article {
    padding: 3% 2%;
    box-sizing: border-box;
}

.info-article p {
    text-align: left;
}

.list-aside h3 {
    color: #961e27;
    font-size: 1.125em;
    text-transform: uppercase;
}

aside article div h3 {
    float: left;
    color: #26313b;
    font-size: 1em;
    line-height: 100%;
    text-transform: none !important;
}

.list-aside li {
    float: left;
    border-bottom: 1px solid #000;
    text-align: left;
    font-weight: 100;
    width: 100%;
    list-style: none;
}

.list-aside li a:link, .list-aside li a:visited {
    color: #961e27;
    font-weight: 100;
    display: block;
    padding: 2%;
    box-sizing: border-box;
}

.list-aside li a:hover {
    background-color: #e9eaeb;
    color: #26313b;
}

.aside-bottom {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    margin: 3% 0;
    float: left;
}

.aside-bottom h3 {
    font-size: 1.125em;
    box-sizing: border-box;
    padding: 2%;
}

.aside-bottom article {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0.5em 0;
}

.aside-bottom article figure {
    width: 30%;
    float: left;
}

.aside-bottom article div {
    width: 70%;
    float: left;
    margin: 0;
}

.aside-bottom h3 {
    width: 100%;
    float: left;
    text-transform: none;
    text-align: center;

}

.aside-bottom article a {
    width: 100%;
    float: left;
    text-align: left;
}

.aside-bottom div {
    float: left;
    width: 100%;
}

.commit {
    box-sizing: border-box;
    padding: 3%;
}

.commit h2 {
    text-align: center;
    width: 100%;
    font-size: 2em;
}

/**
#Disqus Color
*/

#disqus_thread {

}

#disqus_thread a {
    color: #961e27;
}

/**
#EndDisqus
*/

.aside-bottom article div h3 {
    text-align: left;
    font-size: 0.9em;
}

.videos, .gallery {
    width: 100%;
    float: left;
}

.videos h1, .gallery h1 {
    color: #fff;
    font-size: 1.5em;
    padding: 2%;
}

.video-player {
    width: 100%;
    float: left;
}

.video-list {
    width: 100%;
}

.video-list li {
    list-style: none;
    width: 100%;
    float: left;
}

.video-list li img {
    width: 25%;
    float: left;
}

.video-list li div {
    float: left;
    width: 75%;
    padding: 2%;
    box-sizing: border-box;
}

.video-list li a:link, .video-list li a:visited {
    float: left;
}

.video-list li a:hover {
    background-color: #961e27;
}

.video-list li h5 {
    color: #fff;
    font-weight: 100;
    text-align: left;
    margin: 0;
    line-height: 100%;
}

.video-list li p {
    color: #808080;
    font-weight: 100;
    text-align: left;
    margin: 1% 0;
}

.videos .share {
    color: #fff;
}

.list-aside {
    width: 100%;
}

.list-aside figure {
    width: 30%;
    float: left;
}

.list-aside article div {
    width: 70%;
    float: left;
    text-align: left;

}

.v-player {
    width: 100%;
    float: left;
}

.gallery, .gallery-list {
    position: relative;
}

.gallery p {
    font-size: 0.75em;
    color: #fff;
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
}

.prev-gallery, .next-gallery {
    width: 5%;
    position: absolute;
    top: 28%;
    z-index: 999;
}

.prev-gallery {
    left: 0;
}

.next-gallery {
    right: 0;
}

.image-gallery {
    width: 100%;
    float: left;
}

.gallery-list .prev-gallery, .gallery-list .next-gallery {
    top: 4%;
}

.gallery-list ul {
    width: 100%;
}

.gallery-list li {
    width: 20%;
    float: left;
    list-style: none;
}

.product-line-home img {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 50%;
    overflow: hidden;
    margin: 0 auto;
    border: 8px solid #c7d3da;
}

.thumbWp a:link.bnt {
    width: 80%;
    margin: 0 0 0 2%;
    font-weight: 100;
    float: left;
}

.highlights article div h3 a:link, .highlights article div h3 a:visited, .infowrapp article h3 a:link, .infowrapp article h3 a:visited {
    font-size: 1em;
    font-weight: 100;
    color: #26313b;
}

.highlights article div h3 a:hover, .infowrapp article h3 a:hover {
    color: #961e27;
}

.list-aside article div h3 a:link, .list-aside article div h3 a:visited {
    font-size: 0.8em;
    font-weight: 100;
    color: #26313b;
}

.list-aside article div h3 a:hover {
    color: #961e27;
}

aside .list-aside article div div a.more:link {
    color: #961e27;
}

.latest h2, .reviews h2, .videos h2, .galleries h2, .highlights h3 {
    text-transform: uppercase;
}

.aside-bottom article h3 a:link, .aside-bottom article h3 a:visited {
    color: #26313b;
    font-weight: 100;
    font-size: 1.125em;
}

.aside-bottom article h3 a:hover {
    color: #961e27;
}

.rich-text ul {
    padding: 0 0 0 3%;
}

footer ul li {
    list-style: none;
}

.eyecatcher {
    position: relative;
}

.info-slider {
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}

.info-slider h2 {
    color: #fff;
    font-weight: 100;
    text-align: left;
    font-size: 1em;
    width: 80%;
    float: left;

}

.info-slider a:link.bnt, .info-slider a:visited.bnt {
    float: left;
    width: 20%;
    height: auto;
    line-height: normal;
}

.mainNav a.current {
    color: #961e27;
}

.login form legend, .contacto form legend {
    width: 100%;
    text-align: center;
}

.login legend, .contacto legend {
    color: #26313b;
    font-size: 0.85em;
    font-weight: 700;
}

.login form input, .contacto form input {
    width: 80%;
    margin: 0 auto;
    height: 3em;
    border: none;
    box-sizing: border-box;
    padding: 0 2%;
    margin: 2%;
}

.login form input.btn-club, .contacto form input.btn-club {
    background-color: #26313b;
    color: #fff;
    width: 60%;
}

.club {
    padding-bottom: 4em;
}

.slidpage {
    cursor: pointer;
}

.v-player {
    background-color: #000;
}

.video-list li.current {
    background-color: #4d4d4d;
}

.contacto form div textarea {
    border: none;
    width: 85%;
    height: 7em;
    box-sizing: border-box;
    padding: 2%;
    color: #26313b;
    font-family: 'Titillium Web', sans-serif;
}

.contacto form div.submit input {
    background-color: #26313b;
    color: #fff;
}

.gray {
    background-color: #e9eaeb;
}

.filter-search h3 {
    text-align: center;
}

.filter-search {
    width: 100%;
    box-sizing: border-box;
    padding: 2%;
}

.filter-search div {
    display: block;
    box-sizing: border-box;
    padding: 2%;
}

.filter-search div select, .datos-anuncio div select {
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    color: #808080;
    background-color: #fff;
    border: none;
}

.datos-anuncio div select {
    width: 80%;
}

.filter-search div input {
    background-color: #961e27;
    color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 2%;
    width: 100%;
    height: 2.5em;
    line-height: 0em;
}

.list-search {
    background-color: #fff;
}

.list-search li, .list-advert li {
    max-width: 350px;
    margin: 3% auto;
    list-style: none;
    background-color: #e9eaeb;
    padding: 0 0 8% 0;
}

.list-advert li {
    background-color: #e9eaeb;
}

.list-advert {
    background-color: #fff;
}

.list-search li figure, .list-advert li figure {
    height: 10em;
    overflow: hidden;
}

.list-search h3, .list-advert h3 {
    background-color: #26313b;
    color: #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 2%;
    text-align: center;
}

.list-search li h2, .list-advert li h2 {
    color: #26313b;
    box-sizing: border-box;
    padding: 2%;
    font-size: 1.5em;
    font-weight: lighter;
    text-align: center;
}

.list-search li h5, .list-advert li h5 {
    color: #961e27;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.list-search li h4, .list-advert li h4 {
    font-weight: 700;
    margin: 0;
    font-size: 1.2em;
    text-align: center;
}

.list-search li a p, .list-advert li a p {
    color: #26313b;
    text-align: center;
}

.list-search li a:hover, .list-advert li a:hover {
    opacity: 0.5;
}

.list-advert {
    width: 100%;
}

.filter-type li {
    width: 40%;
    display: inline-block;
    list-style: none;
    margin: 2%;

}

.filter-type h6 {
    font-size: 1em;
    margin: 0;
}

.filter-type a {
    display: block;
    color: #26313b;
    box-sizing: border-box;
    padding: 2%;
}

.filter-type a:hover {
    background-color: #a4a9ad;
}

.filter-type {
    padding: 2% 0;
}

.filter-type h4 {
    color: #961e27;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}

.list-advert {
    padding: 2% 0;
}

.list-advert h2 {
    text-align: center;
}

.breadcrumb-anuncio {
    padding: 5% 0;
}

.breadcrumb-anuncio li {
    width: 80%;
    display: inline-block;
    margin: 0 auto;
    list-style: none;
    padding: 0;

}

.breadcrumb-anuncio li h5, .breadcrumb-anuncio li p {
    width: 20%;
    display: inline-block;
    background-color: #d5d7d9;
    text-align: center;
    font-size: 1em;
    font-weight: 100;
    box-sizing: border-box;
    padding: 5%;
    margin: 0;
    color: #808080;
}

.breadcrumb-anuncio li h5 {
    width: 20%;
    background-color: rgba(38, 49, 59, 0.3);
}

.breadcrumb-anuncio li p {
    width: 80%;
    background-color: rgba(38, 49, 59, 0.1);
}

.breadcrumb-anuncio li a:link, .breadcrumb-anuncio li a:visited {
    transition: all 0.3s ease;
}

.breadcrumb-anuncio li:hover, .breadcrumb-anuncio li .active {
    background-color: rgba(38, 49, 59, 0.8);
    color: #fff;
    display: block;
    transition: all 0.3s ease;
}

.breadcrumb-anuncio li .active {
    background-color: rgba(38, 49, 59, 1);
    color: #fff;
    display: block;
}

.selects-car form {
    padding: 5% 0;
}

.selects-car form div {
    padding: 2%;
}

.selects-car form label, .datos-anuncio label {
    display: block;
    color: #961e27;
    font-size: 1.2em;
}

.selects-car form select {
    background-color: #fff;
    height: 3em;
    line-height: 3em;
    width: 80%;
    border: none;
    color: #808080;
    font-family: 'Titillium Web', sans-serif;
}

.selects-car .links a:link, .selects-car .links a:visited, .preview-car p a:link, .preview-car p a:visited {
    color: #961e27;
    text-decoration: underline;
    display: block;
    font-weight: 100;
    transition: all 0.3s ease;
}

.selects-car .links a:hover, .preview-car p a:hover {
    color: #26313b;
    text-decoration: none;
}

.alta-generico h1 {
    font-size: 2em;
    box-sizing: border-box;
    padding: 5%;
}

.alta-generico li {
    width: 40%;
    display: inline-block;
    font-size: 1em;
    margin: 3%;
}

.alta-generico p {
    box-sizing: border-box;
    padding: 5%;
}

.registro-anuncio {
    margin: 5% 0 0 0;
    padding: 10% 0;
}

.registro-anuncio li {
    width: 32%;
    display: inline-block;
}

.registro-anuncio a:hover {
    opacity: 0.8;
}

.registro-anuncio h3 {
    font-weight: 800;
    font-size: 1em;
    color: #000;
}

.registro-anuncio h3 a:link, .registro-anuncio h3 a:visited {
    color: #961e27;
}

.registro-anuncio h3 a:hover {
    text-decoration: underline;
}

.datos-anuncio div {
    padding: 3%;
}

.datos-anuncio .datos-autos input {
    width: 20px;
    height: auto;
    margin: 0;
}

.datos-autos li {
    margin: 2%;
    list-style: none;
}

.email-form a:link, .email-form a:visited {
    background: url(../images/mas-link.png) left center no-repeat;
    padding-left: 20px;
    color: #961e27;
}

.email-form a:hover {
    color: #26313b;
    background: url(../images/mas-link-gray.png) left center no-repeat;
}

.pictures {
    background-color: #fff;
}

.pictures li {
    width: 20%;
    display: inline-block;
}

.preview-car, .detail-car {
    padding: 5% 0;
}

.preview-car h3 {
    font-weight: 800;
    padding: 5% 0;
}

.preview-car li {
    width: auto;
    display: inline-block;
    padding-right: 10px;
}

.preview-car .preview-info li {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    padding: 2%;
    text-align: left;
}

.preview-car .preview-info b {
    color: #26313b;
    padding-right: 5px;
}

.preview-car a:link, .preview-car a:visited {
    color: #961e27;
    margin: 5% auto !important;
}

.preview-car a:hover {
    color: #26313b;
}

.preview-car .bnt:link, .preview-car .bnt:visited {
    color: #fff;
    margin: 5% auto;
    font-weight: 100;
}

.preview-car .bnt:hover {
    color: #fff;
}
/* ==========================================================================
  SUBMENU
   ========================================================================== */
nav ul li {
    position: relative;
}
nav ul li:hover ul {
    display: block;
}
nav ul li ul {
    width: 300px;
    position: absolute;
    background: #000;
    z-index: 1;
    float: none;
    left: 0;
    display: none;
}
nav ul li ul li {
    float: none;
    display: block;
    background: #961e27;
    padding: 0;
}
nav ul li ul li a{
    display: block;
    background: #26313b;
    color: #fff;

}
nav ul li ul li a:hover {
    background: #961e27;
}
.responsive-object {
	padding-bottom:0 !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 48em) {
    header {
        height: 100px;
    }

    h1, h2, h3, h4, h5, h6 {
        text-align: left;
        padding: 0;
    }

    h2 {
        font-size: 2.625em;
        line-height: 100%;
    }

    h3 {
        font-size: 1.5em;
        text-align: left;
        width: 100%;
    }

    .main-header {
        height: 50px;
        position: relative;
    }

    .logo {
        width: auto;
        float: left;
        margin: 0 2em;
        z-index: 999;
        position: absolute;
        bottom: -44px;
        padding: 0;
    }

    .menuMobile {
        display: none;
    }

    .social {
        width: 9em;
        float: left;
    }

    .tools {
        width: auto;
        float: left;
    }

    .button {
        width: 14em;
        float: left;
    }

    .social a {
        width: 3em;
        height: 50px;
        float: left;
        line-height: 50px;
        padding: 0;
    }

    header .button a:link, header .button a:visited {
        width: 90%;
        height: 30px;
        margin: 4%;
        float: left;
        padding: 0;
        line-height: 30px;
        font-weight: 100;
    }

    header .button a:hover {
        background-color: #961e27;
    }

    .header-content {
        float: right;
        display: block;
    }

    .tools div {
        border-left: 1px solid #666;
        padding: 0;
        height: 50px;
    }

    .tools a:link, .tools a:visited {
        padding: 0.75em;
        display: block;
    }

    .tools a:hover {
        background-color: #961e27;
    }

    .border-right {
        border-right: 1px solid #666;
    }

    .nav-principal nav {
        box-sizing: border-box;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 0 0 10em;
    }

    .lt-ie9 .nav-principal nav {
        padding: 0 0 0 15em;
    }

    .nav-principal {
        height: 50px;
        position: absolute;
        width: 100%;
        background-color: #961e27;
        display: block;
    }

    nav ul {
        width: 100%;
        float: right;
        margin: 0;
    }

    nav ul li {
        width: auto;
        float: left;
        padding: 0 0.3em;
    }

    header nav a {
        color: #fff;
        padding: 0.62em;
        display: block;
        border: none;
        font-size: 1.2em;
        font-weight: 400;
    }

    .eyecatcher + .dark {
        padding: 2em 0;
    }

    .latest {
        padding: 3em 0;
    }

    .highlights, .latest {
        padding: 2em 2%;
        box-sizing: border-box;
    }

    .highlights div, .reviews div {
        width: 70%
    }

    div.addWrapper {
        width: 30%;
        text-align: left;
    }

    .highlights article {
        width: 50%;
        min-height: 160px;
    }

    .highlights figure {
        width: 30%;
    }

    .highlights article div {
        float: left;
    }

    .galleries article {
        width: 25%;
        text-align: left;
    }

    .galleries article:nth-child(3n+1) {
        clear: none;
    }

    .autos h3 {
        font-size: 1.5em;
        text-align: center;
    }

    .autos h4 span {
        color: #f7e921;
    }

    .autos h4 {
        font-size: 1.1em;
    }

    .autos form div {
        width: 25%;
        padding: 1%;
    }

    .autos form div select {
        width: 100%;
        height: 50px;
        border-radius: 3px;
        padding: 5px;
    }

    .autos input.btn {
        width: 100%;
        height: 50px;
    }

    .nav-auto {
        width: 100%;
        overflow: hidden;
    }

    .nav-auto div {
        width: 33.3333%;
        padding: 2%;
        box-sizing: border-box;
        float: left;
    }

    .nav-auto div a {
        padding-top: 22px;
        font-weight: 100;
        font-size: 1.125em;
    }

    .nav-auto div a:hover {
        color: #f7e921;
    }

    .sell {
        background: url(../images/sell.png) center top no-repeat;
    }

    .carro {
        background: url(../images/carro.png) center top no-repeat;
    }

    .guia {
        background: url(../images/guia.png) center top no-repeat;
    }

    .playerWp {
        width: 35%;
        padding-top: 30px;
    }

    .videos {
        width: 100%;
        float: left;
    }

    .video .thumbWp {
        width: 35%;
        float: left;
    }

    footer ul li {
        padding-right: 2%;
        box-sizing: border-box;
        text-align: left;
    }

    footer nav ul li a {
        display: inline;
        border-bottom: none;
        padding: 0;
        font-size: 1em;
    }

    footer ul li ul li {
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
        font-size: 0.875em;
        text-align: left;
    }

    .newsletter, .socialFooter {
        width: 50%;
        float: left;
        padding: 2%;
        box-sizing: border-box;
    }

    .newsletter legend, .newsletter p {
        font-size: 1em;
        width: 100%;
        text-align: left;
        padding: 2%;
        box-sizing: border-box;
    }

    .socialFooter {
        text-align: left;
    }

    .socialFooter h6 {
        font-size: 700;
        font-size: 1em;
    }

    .socialFooter img {
        margin: 4% 2%;
    }

    .copyright {
        width: 100%;
        text-align: center;
    }

    .content {
        width: 66.6666%;
        float: left;
        box-sizing: border-box;
        padding: 0 2%
    }

    .content p {
        text-align: left;
    }

    a:link.bnt, a:visited.bnt {
        width: 33.333%;
        margin: 0;
        float: left;
        font-weight: 100;
    }

    aside {
        width: 30%;
        box-sizing: border-box;
        padding: 2%
    }

    .info-article {
        width: 70%;
        float: left;
        text-align: left;
    }

    .info-article-center {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }

    aside h3 {
        font-size: 1.187em;
    }

    aside article a {
        float: left;
    }

    .article-header {
        position: relative
    }

    .image-article h1 {
        position: absolute;
        bottom: 0;
        width: 80%;
        padding: 2% 0;
        margin: 0 auto;
        left: 10%;
        font-size: 3em;
    }

    .share ul {
        width: 50%;
        margin: 0 auto;
    }

    .aside-bottom h3 {
        font-size: 1.5em;
        box-sizing: border-box;
        padding: 2%;
    }

    .aside-bottom article {
        width: 33.333%;
        min-height: 100px;
    }

    .commit h2 {
        text-align: center;
        width: 100%;
    }

    .videos .video-player {
        width: 100%;
        float: left;
    }

    .videos {
        position: relative;
    }

    .video-list {
        width: 32.4444%;
        float: left;
        box-sizing: border-box;
        padding: 0 1%;
        height: 22em;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .video-list ul {
        margin: 0;
    }

    .v-player, .btns-videos div, .share {
        width: 67.4%;
        float: left;
        box-sizing: border-box;
        padding: 0 1%
    }

    .btns-videos {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 0 1% 0 0;
    }

    .btns-videos div {
        margin-top: 1%;
    }

    a.btn-blue-l:link, a.btn-blue-l:visited, a.btn-blue-r:link, a.btn-blue-r:visited {
        width: 30%;
        z-index: 9999;
    }

    a.btn-blue-l:link {
        float: left;
    }

    a.btn-blue-r:link {
        float: right;
    }

    a.btn-tube:link, a.btn-tube:visited {
        width: 31%;
        float: right;
    }

    a.right {
        float: right;
    }

    .share {
        position: relative;
        bottom: 0;
        left: 35%;
        width: 30%;
        padding: 0 0 2% 0;
    }

    .v-share {
        position: absolute;
        bottom: 11%;
        left: 19%;
        width: 30%;
        padding: 0 0 2% 0;
    }

    .v-share p {
        color: #fff;
        display: block;
    }

    .gallery h1 {
        padding: 2% 5%;
        font-size: 2em;
    }

    .gallery p {
        padding: 1%;
        box-sizing: border-box;
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .prev-gallery, .next-gallery {
        top: 48%;
    }

    .image-gallery {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .gallery-list {
        width: 90%;
        margin: 0 auto;
        padding: 3% 0;
    }

    .gallery-list .prev-gallery, .gallery-list .next-gallery {
        width: 3%;
    }

    .gallery-list ul {
        width: 93%;
        margin: 0 auto;
        overflow: hidden;
    }

    .gallery-list li {
        width: 10%;
        float: left;
        list-style: none;
        height: 3em;
    }

    .right {
        text-align: right;
    }

    p.title-gallery {
        width: 90%;
        padding: 1%;
        left: 5%;
        box-sizing: border-box;
        position: absolute;
        bottom: 25%;
        background: none repeat scroll 0 0 rgba(38, 49, 59, 0.7);
    }

    .gallery-list .prev-gallery, .gallery-list .next-gallery {
        top: 28%;
    }

    .image-article {
        display: inline-block;
    }

    .latest div {
        text-align: left;
    }

    .latest h2, .reviews h2, .videos h2, .galleries h2 {
        padding: 0 2%;
    }

    .highlights h3 {
        padding: 0 1%;
    }

    .highlights div h3 {
        font-size: 1.125em;
    }

    .infowrapp article {
        min-height: 18em;
    }

    .videos {
        padding: 2em 1%;
        box-sizing: border-box;
    }

    .videos div {
        float: left;
    }

    .gallery p.right {
        text-align: right;
    }

    .club, .contacto form {
        width: 60%;
        margin: 0 auto;
    }

    .club h1, .contacto h1 {
        width: 100%;
        text-align: center;
        padding: 1.625em 0 2.25em 0;
    }

    .login {
        width: 100%;
        padding: 3em 0;
    }

    .login h1 {
        padding: 1.625em 1em 0;
        text-align: center;
    }

    .login p {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 4.25em;
    }

    .login form {
        width: 60%;
        margin: 0 auto;
        padding-bottom: 4.25em;
        text-align: center;
    }

    .login form input {
        width: 50%;
        display: inline-block;
    }

    .login form input.btn-club, .contacto form input.btn-club {
        width: 40%;
        display: inline-block;
    }

    .slidpage .current {
        border: 2px #fff solid;
    }

    .latest article {
        width: 22.5%;
    }

    .videos h1, .gallery h1 {
        font-size: 2.25em;
    }

    aside figure a {
        float: none;
    }

    .list-aside div a {
        font-size: 0.7em;
    }

    .infowrapp {
        width: 100%;
    }

    .infowrapp article {
        width: 33%;
        padding: 30px 2% 2%;
        box-sizing: border-box;
        float: left;
        text-align: left;
    }

    .videos {
        width: 100%;
        float: left;
    }

    .video .video-player {
        width: 100%;
    }

    .infowrapp article h3 {
        width: 100%;
    }

    .infowrapp figure {
        width: 100%;
        float: left;
    }

    .info-slider {
        width: 30%;
        padding: 5% 2% 2%;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .info-slider h2 {
        color: #fff;
        margin: 0 0 0.5em 0;
        font-weight: 100;
        text-align: left;
        line-height: 114%;
        font-size: 2.625em;
    }

    .info-slider a:link.bnt, .info-slider a:visited.bnt {
        width: 80%;
        height: 3em;
        line-height: 3em;
    }

    .contacto {
        padding-bottom: 3em;
    }

    .contacto form div {
        width: 30%;
        display: inline-block;
        text-align: left;
    }

    .contacto form div input {
        width: 98%;
        display: inline-block;
        color: #26313b;
        font-family: 'Titillium Web', sans-serif;
    }

    .contacto form div label {
        padding: 3%;
        font-weight: 700;
        font-size: 0.85em;
    }

    .contacto form div.commit {
        width: 96%;
    }

    .contacto form div.submit {
        width: 35%;
        padding: 0 2%;
        margin: 0 3% 0 0;
    }

    .contacto form div.anuncio {
        padding: 0 5%;
        float: left;
    }

    .contacto form div textarea {
        border: none;
        width: 100%;
        height: 10em;
        box-sizing: border-box;
        padding: 2%;
        color: #26313b;
        font-family: 'Titillium Web', sans-serif;
    }

    .contacto form div.commit label {
        padding: 2% 0;
    }

    .contacto p {
        color: #26313b;
    }

    .filter-search div {
        display: inline-block;
        width: 24%;
    }

    .list-search {
        width: 80%;
        float: right;
    }

    .list-search li {
        display: inline-block;
        margin: 1%;
        width: 30%;
        padding: 0 0 2% 0;
    }

    .list-search li a:link.bnt, .list-search li a:visited.bnt {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .list-search h2 {
        font-size: 2em;
        text-align: left;
        padding: 4% 2% 2% 2%;
    }

    .list-search li figure {
        height: 7em;
    }

    .filter-type li {
        width: 15%;
        display: inline-block;
        list-style: none;
        margin: 2%;
    }

    .filter-type h6 {
        font-size: 1em;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .filter-type a {
        display: block;
        color: #26313b;
        box-sizing: border-box;
        padding: 2%;

    }

    .filter-type a:hover {
        background-color: #a4a9ad;
    }

    .list-advert li {
        margin: 2% 1%;
        display: inline-block;
        width: 22%;
        padding-bottom: 2%;
    }

    .list-advert a.bnt {
        width: 80%;
        margin: 0 auto !important;
        float: none;
    }

    .list-advert {
        padding: 7% 0;
    }

    .breadcrumb-anuncio {
        padding: 2% 0;
    }

    .breadcrumb-anuncio li {
        width: 20%;
    }

    .breadcrumb-anuncio li:hover, .breadcrumb-anuncio li .active {
        display: inline-block;
    }

    .breadcrumb-anuncio li .active {
        display: block;
        border-bottom: 2px solid #961e27;
        
    }
    .breadcrumb-anuncio li .active p, .breadcrumb-anuncio li .active h5 {
        color: #fff;
    }

    .selects-car h1 {
        font-size: 2.5em;
        text-align: center;
        box-sizing: border-box;
        padding: 3%;
    }

    .selects-car form div {
        padding: 2%;
        width: 20%;
        display: inline-block;
    }

    .selects-car form label {
        margin: 0 auto;
        text-align: left;
    }

    .selects-car form select {
        width: 100%;
    }

    .selects-car .links {
        width: 40%;
        display: inline-block;
        text-align: left;
        font-size: 1.3em;
    }

    .selects-car .links a:link, .selects-car .links a:visited {
        display: inline-block;
        padding-left: 3%;
    }

    .selects-car .links a:hover {
        color: #26313b;
        text-decoration: none;
    }

    .share li {
        width: 20%;
    }

    .pagenavi a:link, .pagenavi a:visited {
        padding: 0.5em 1em;
        box-sizing: border-box;
        color: #fff;
        background-color: #961e27;
        margin: 0 1em 0 0;
        font-weight: 100;
    }

    .pagenavi a:hover {
        background-color: #26313b;
    }

    .pagenavi span.current {
        color: #26313b;
        padding: 0.5em 1em;
        margin-right: 1em;
        border: 1px solid #26313b;
    }

    .selects-car .btn-alta input {
        width: 41%;
    }

    .alta-generico h1 {
        font-size: 2em;
        box-sizing: border-box;
        padding: 5%;
    }

    .selects-car .btn-alta {
        text-align: right;
        width: 49%;
        display: inline-block;
    }

    .alta-generico {
        padding: 5%;
        box-sizing: border-box;
    }

    .alta-generico h1 {
        text-align: center;
    }

    .alta-generico li {
        width: 15%;
        display: inline-block;
        font-size: 1em;
        margin: 3%;
    }

    .alta-generico p {
        box-sizing: border-box;
        padding: 5%;
    }

    section h1 {
        text-align: center;
    }

    .registro-anuncio {
        padding: 5% 0 2% 0;
    }

    .registro-anuncio ul {
        margin: 0 auto;
        width: 70%;
    }

    .registro-anuncio h3 {
        text-align: center;
        padding: 3%;
    }

    .datos-anuncio div {
        width: 47%;
        display: inline-block;
        padding: 2% 1%;
    }

    .datos-anuncio div input, .datos-anuncio div select {
        width: 100%;
    }

    .datos-anuncio label {
        text-align: left;
        padding: 1%;
    }

    div.phone-form, div.email-form {
        width: 30%;
        display: inline-block;
    }

    div.phone-form input {
        width: 45%;
        display: inline-block;
    }

    div.phone-form input.lada {
        width: 21%;
        display: inline-block;
    }

    div.phone-form input.tel {
        width: 70%;
        display: inline-block;
    }

    div.datos-autos {
        width: 100%;
        display: block;
    }

    .datos-autos li {
        width: 32%;
        display: inline-block;
        margin: 1% 0;
        text-align: left;
    }

    .datos-anuncio div.pictures {
        width: 100%;
        display: block;
        padding: 5% 0;
        overflow: hidden;
    }

    .pic, div.pictures ul {
        float: left;
    }

    div.pic {
        width: 30%;
    }

    div.pictures ul {
        width: 67%;
    }

    .pictures .thumb-car {
        width: 100%;
    }

    .pictures li {
        width: 24%;
    }

    .pictures input.btn {
        width: 22%;
        float: right;
        margin: 54% 3% 0 0;
    }

    .preview-car, .detail-car {
        padding: 5% 2%;
        box-sizing: border-box;
    }

    .preview-car h1 {
        padding: 2% 0;
    }

    .preview-car h2, .preview-car h6 {
        text-align: center;
    }

    .preview-car h6 {
        font-size: 1em;
        margin: 0;
    }

    .preview-car p {
        padding: 0 2%;
        box-sizing: border-box;
        margin: 0;
        text-align: left;
    }

    .preview-car p a {
        margin: 0 !important;
        padding: 0 !important;
        display: inline-block !important;
    }

    .preview-car figure {
        width: 40%;
        float: left;
        padding: 1%;
        box-sizing: border-box;
    }

    .preview-car div {
        width: 59%;
        float: left;
        padding: 1%;
        box-sizing: border-box;
    }

    .preview-car a:link, .preview-car a:visited {
        margin: 0 !important;
    }

    .preview-car div h3 {
        padding: 0 0 2% 0;
    }

    .preview-car ul {
        text-align: left;
    }

    .preview-car .preview-info li {
        padding: 0 0 1% 0;
    }

    .preview-car a.link {
        float: left;
        margin: 2% 0;
        text-decoration: underline;
    }

    .preview-car a.bnt {
        float: right;
        width: 40%;
        margin-right: 10% !important;
    }

}

@media only screen and (min-width: 60em) {
    nav ul li {
        padding: 0 1.2em;
    }
    .datos-autos div.checkbox {
        width: 30%;
    }
    .datos-principal div {
        width: 22%;
    }
}

@media only screen and (min-width: 72em) {
    nav ul li {
        padding: 0 1.5em;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}