html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

select {
    text-transform: none
}

button {
    overflow: visible
}

button,
input,
select,
textarea {
    max-width: 100%
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em
}

fieldset>:last-child {
    margin-bottom: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

optgroup {
    font-weight: bold
}

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

body,
button,
input,
select,
textarea {
    color: #515151;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility
}

p {
    margin: 0 0 1.75em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote p {
    margin-bottom: 1.4736842105em
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0"
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal
}

blockquote strong,
blockquote b {
    font-weight: 400
}

blockquote>:last-child {
    margin-bottom: 0
}

address {
    font-style: italic;
    margin: 0 0 1.75em
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background: #1a1a1a
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em
}

ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal;
    margin-left: 1.5em
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin: 0 0 1.75em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 1.75em
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

del {
    opacity: 0.8
}

table,
th,
td {
    border: 1px solid #d1d1d1
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

td {
    border-width: 0 1px 1px 0
}

th,
td {
    padding: 0.4375em
}

::-webkit-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-moz-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

::-moz-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 1;
    font-size: 16px
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

input {
    line-height: normal
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    color: #1a1a1a;
    outline: 0
}

.post-password-form {
    margin-bottom: 1.75em
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em
}

.post-password-form>:last-child {
    margin-bottom: 0
}

.search-form {
    position: relative
}

input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px)
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}

a {
    color: #007acc;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: #686868
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body>a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
    box-shadow: 0 1px 0 0 currentColor
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body>a:hover,
.pingback .comment-body>a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none
}

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0.875em 0
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block
}

.main-navigation {
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

.site-footer .main-navigation {
    margin-bottom: 1.75em
}

.main-navigation ul {
    list-style: none;
    margin: 0
}

.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative
}

.main-navigation a {
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #007acc
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
    font-weight: 700 !important
}

.main-navigation ul ul {
    display: none;
    margin-left: 0.875em
}

.no-js .main-navigation ul ul {
    display: block
}

.main-navigation ul .toggled-on {
    display: block
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1
}

.main-navigation .menu-item-has-children>a {
    margin-right: 56px
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px
}

.dropdown-toggle:focus:after {
    border-color: transparent
}

.dropdown-toggle.toggled-on:after {
    content: "\f432"
}

.site-header .main-navigation+.social-navigation {
    margin-top: 1.75em
}

.site-footer .social-navigation {
    margin-bottom: 1.75em
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -0.4375em
}

.social-navigation li {
    float: left;
    margin: 0 0.4375em 0.4375em 0
}

.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #007acc
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216"
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221"
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201"
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225"
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203"
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211"
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226"
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206"
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200"
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215"
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208"
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219"
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210"
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224"
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217"
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222"
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220"
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223"
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214"
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202"
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212"
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205"
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213"
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410"
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515"
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516"
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413"
}

.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 7.6923% 3.5em
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0
}

.post-navigation span {
    display: block
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase
}

.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc
}

.post-navigation div+div {
    border-top: 4px solid #1a1a1a
}

.pagination {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 7.6923% 2.947368421em;
    min-height: 56px;
    position: relative
}

.pagination:before,
.pagination:after {
    background-color: #1a1a1a;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0
}

.pagination:before {
    right: 0
}

.pagination:after {
    right: 54px
}

.pagination a:hover,
.pagination a:focus {
    color: #1a1a1a
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative
}

.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px
}

.pagination .nav-links:after {
    content: "\f430";
    right: 55px
}

.pagination .current .screen-reader-text {
    position: static !important
}

.pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase
}

.pagination .current {
    display: inline-block;
    font-weight: 700
}

.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2
}

.pagination .prev:before,
.pagination .next:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #007acc;
    color: #fff
}

.pagination .prev:focus,
.pagination .next:focus {
    outline: 0
}

.pagination .prev {
    right: 54px
}

.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px
}

.pagination .next {
    right: 0
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px
}

.image-navigation,
.comment-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0
}

.comments-title+.comment-navigation {
    border-bottom: 0;
    margin-bottom: 0
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block
}

.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em
}

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both
}

.widget {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 3.5em;
    padding-top: 1.75em
}

.widget-area>:last-child,
.widget>:last-child {
    margin-bottom: 0
}

.widget .widget-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase
}

.widget .widget-title:empty {
    margin-bottom: 0
}

.widget-title a {
    color: #1a1a1a
}

.widget.widget_calendar table {
    margin: 0
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff
}

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0
}

.widget_rss .rsswidget img {
    margin-top: -0.375em
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0
}

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0
}

.site {
    background-color: #fff
}

.site-inner {
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.site-content {
    word-wrap: break-word
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.site-main {
    margin-bottom: 3.5em
}

.site-main>:last-child {
    margin-bottom: 0
}

.site-header {
    padding: 2.625em 7.6923%
}

.site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-branding {
    margin: 0.875em auto 0.875em 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden
}

.custom-logo-link {
    display: block
}

.site-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0
}

.site-branding .site-title a {
    color: #1a1a1a
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #007acc
}

.wp-custom-logo .site-title {
    margin-top: 0.608695652em
}

.site-description {
    color: #686868;
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.0769230769;
    margin: 0.538461538em 0 0
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 1.076923077em 0;
    padding: 0.769230769em
}

.no-js .menu-toggle {
    display: none
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    border-color: #007acc;
    color: #007acc
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.menu-toggle:focus {
    outline: 0
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted
}

.header-image {
    clear: both;
    margin: 0.875em 0
}

.header-image a {
    display: block
}

.header-image a:hover img,
.header-image a:focus img {
    opacity: 0.85
}

.site-main>article {
    margin-bottom: 3.5em;
    position: relative
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.entry-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em
}

.entry-title a {
    color: #1a1a1a
}

.entry-title a:hover,
.entry-title a:focus {
    color: #007acc
}

.post-thumbnail {
    display: block;
    margin: 0 7.6923% 1.75em
}

.post-thumbnail img {
    display: block
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: 0.85
}

.entry-content,
.entry-summary {
    border-color: #d1d1d1
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.4736842105em
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-top: 3.5em;
    margin-bottom: 1.75em
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
    letter-spacing: 0.140625em;
    text-transform: uppercase
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
    font-style: italic
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 900
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

body:not(.search-results) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-header+.entry-summary {
    margin-top: -0.736842105em
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-summary li>ul,
body:not(.search-results) .entry-summary li>ol {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
    padding: 0.3684210526em
}

body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: 0.3684210526em
}

body:not(.search-results) .entry-summary blockquote {
    border-color: currentColor
}

body:not(.search-results) .entry-summary blockquote>:last-child {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2631578947em 1.4736842105em 1.4736842105em 0
}

body:not(.search-results) .entry-summary .alignright {
    margin: 0.2631578947em 0 1.4736842105em 1.4736842105em
}

body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em
}

.entry-content>:last-child,
.entry-summary>:last-child,
body:not(.search-results) .entry-summary>:last-child,
.page-content>:last-child,
.comment-content>:last-child,
.textwidget>:last-child {
    margin-bottom: 0
}

.more-link {
    white-space: nowrap
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px
}

.author-description>:last-child {
    margin-bottom: 0
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0
}

.author-bio {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden
}

.author-link {
    white-space: nowrap
}

.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em
}

.entry-footer:empty {
    margin: 0
}

.entry-footer a {
    color: #686868
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #007acc
}

.entry-footer>span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em
}

.entry-footer .avatar {
    height: 21px;
    margin: -0.1538461538em 0.5384615385em 0 0;
    width: 21px
}

.sticky-post {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase
}

.updated:not(.published) {
    display: none
}

.sticky .posted-on,
.byline {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-header {
    border-top: 4px solid #1a1a1a;
    margin: 0 7.6923% 3.5em;
    padding-top: 1.75em
}

body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0
}

.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043
}

.taxonomy-description {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154
}

.taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em
}

.taxonomy-description>:last-child {
    margin-bottom: 0
}

.page-links {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em
}

.page-links a,
.page-links>span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.page-links a:hover,
.page-links a:focus {
    background-color: #007acc;
    border-color: transparent;
    color: #fff
}

.page-links>.page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto
}

.entry-attachment {
    margin-bottom: 1.75em
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em
}

.entry-caption>:last-child {
    margin-bottom: 0
}

.content-bottom-widgets {
    margin: 0 7.6923%
}

.content-bottom-widgets .widget-area {
    margin-bottom: 3.5em
}

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.473684211;
    margin-bottom: 1.473684211em
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none
}

.comments-area {
    margin: 0 7.6923% 3.5em
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.75em
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em
}

.comments-title {
    margin-bottom: 1.217391304em
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: 0.875em
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px
}

.bypostauthor>article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154
}

.comment-metadata {
    margin-bottom: 2.1538461538em
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0
}

.comment-form {
    padding-top: 1.75em
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase
}

.comment-list .comment-form {
    padding-bottom: 1.75em
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em
}

.comment-navigation+.no-comments {
    border-top: 0;
    padding-top: 0
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace
}

.form-submit {
    margin-bottom: 0
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif
}

.comment-reply-title small {
    font-size: 100%
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px
}

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.site-footer {
    padding: 0 7.6923% 1.75em
}

.site-info {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154
}

.site-info a {
    color: #686868
}

.site-info a:hover,
.site-info a:focus {
    color: #007acc
}

.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400
}

.site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: 0.7;
    padding: 0 0.307692308em 0 0.538461538em
}

.site .avatar {
    border-radius: 50%
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block
}

embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
    height: 490px
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.widecolumn .mu_register {
    width: auto
}

.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0
}

.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em
}

.widecolumn p {
    margin: 1.75em 0
}

.widecolumn p+h2 {
    margin-top: 2.4347826087em
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase
}

.widecolumn .mu_register label {
    margin: 2.1538461538em 0.7692307692em 0.5384615385em 0
}

.widecolumn .mu_register label strong {
    font-weight: 400
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%
}

.widecolumn .mu_register #blogname {
    margin: 0
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 0.375em
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit
}

.widecolumn .mu_register>:last-child,
.widecolumn form>:last-child {
    margin-bottom: 0
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@media screen and (min-width: 44.375em) {
    body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
        background: inherit;
        content: "";
        display: block;
        height: 21px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 99
    }
    body:not(.custom-background-image):before {
        top: 0
    }
    body:not(.custom-background-image).admin-bar:before {
        top: 46px
    }
    body:not(.custom-background-image):after {
        bottom: 0
    }
    .site {
        margin: 0
    }
    .site-main {
        margin-bottom: 5.25em
    }
    .site-header {
        padding: 3.9375em 7.6923%
    }
    .site-branding {
        margin-top: 1.3125em;
        margin-bottom: 1.3125em
    }
    .site-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .wp-custom-logo .site-title {
        margin-top: 0.5em
    }
    .site-description {
        display: block
    }
    .menu-toggle {
        font-size: 16px;
        font-size: 1.0rem;
        margin: 1.3125em 0;
        padding: 0.8125em 0.875em 0.6875em
    }
    .site-header-menu {
        margin: 1.3125em 0
    }
    .site-header .main-navigation+.social-navigation {
        margin-top: 2.625em
    }
    .header-image {
        margin: 1.3125em 0
    }
    .pagination {
        margin: 0 23.0769% 4.421052632em 7.6923%
    }
    .post-navigation {
        margin-bottom: 5.25em
    }
    .post-navigation .post-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .pagination .current .screen-reader-text {
        position: absolute !important
    }
    .pagination .page-numbers {
        display: inline-block
    }
    .site-main>article {
        margin-bottom: 5.25em
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0
    }
    .entry-title {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-bottom: 0.8484848485em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    .entry-content blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote,
    .comment-content blockquote {
        margin-left: -1.473684211em
    }
    .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote blockquote,
    .comment-content blockquote blockquote {
        margin-left: 0
    }
    .entry-content ul,
    .entry-summary ul,
    .comment-content ul,
    .entry-content ol,
    .entry-summary ol,
    .comment-content ol {
        margin-left: 0
    }
    .entry-content li>ul,
    .entry-summary li>ul,
    .comment-content li>ul,
    .entry-content blockquote>ul,
    .entry-summary blockquote>ul,
    .comment-content blockquote>ul {
        margin-left: 1.25em
    }
    .entry-content li>ol,
    .entry-summary li>ol,
    .comment-content li>ol,
    .entry-content blockquote>ol,
    .entry-summary blockquote>ol,
    .comment-content blockquote>ol {
        margin-left: 1.5em
    }
    .comment-author {
        margin-bottom: 0
    }
    .comment-author .avatar {
        height: 42px;
        position: relative;
        top: 0.25em;
        width: 42px
    }
    .comment-list .children>li {
        padding-left: 1.75em
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 3.5em
    }
    .comments-area,
    .widget,
    .content-bottom-widgets .widget-area {
        margin-bottom: 5.25em
    }
    .sidebar,
    .widecolumn {
        margin-bottom: 5.25em;
        padding-right: 23.0769%
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: 1.157894737em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.473684211em
    }
}

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px
    }
}

@media screen and (min-width: 56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-navigation {
        margin: 0
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0
    }
    .main-navigation .primary-menu>li {
        float: left
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap
    }
    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #007acc
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999
    }
    .main-navigation ul ul ul {
        top: -1px
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: auto
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: auto;
        right: 0
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: auto;
        right: -100%
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f431";
        position: absolute;
        right: 0.625em;
        top: 0.8125em
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 0.5625em;
        top: 0.875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none
    }
    .site-content {
        padding: 0
    }
    .content-area {
        float: left;
        width: 100%
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%
    }
    .widget {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em
    }
    .widget .widget-title {
        margin-bottom: 1.3125em
    }
    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table {
        margin-bottom: 1.6153846154em
    }
    .widget li>ul,
    .widget li>ol {
        margin-bottom: 0
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget th,
    .widget td {
        padding: 0.5384615385em
    }
    .widget pre {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: 0.846153846em
    }
    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: 0.4615384615em 0.5384615385em
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: 0.9130434783em
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 0.9130434783em
    }
    .widget .alignleft {
        margin: 0.2307692308em 1.6153846154em 1.6153846154em 0
    }
    .widget .alignright {
        margin: 0.2307692308em 0 1.6153846154em 1.6153846154em
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em
    }
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em
    }
    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px
    }
    .tagcloud a {
        margin: 0 0.2307692308em 0.5384615385em 0;
        padding: 0.5384615385em 0.4615384615em 0.4615384615em
    }
    .textwidget h1 {
        margin-top: 1.8260869565em
    }
    .textwidget h2 {
        margin-top: 2.2105263158em
    }
    .textwidget h3 {
        margin-top: 2.625em
    }
    .textwidget h4 {
        letter-spacing: 0.153846154em
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0
    }
    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.5455% 3.5em
    }
    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .site-info {
        margin: 0.538461538em auto 0.538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%
    }
    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets {
        margin: 0 auto
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%
    }
}

@media screen and (min-width: 61.5625em) {
    .site-main {
        margin-bottom: 0
    }
    .site-header {
        padding: 0
    }
    .site-branding,
    .site-header-menu,
    .header-image {
        margin-top: 1.75em;
        margin-bottom: 1.75em
    }
    .image-navigation {
        margin-bottom: 3.230769231em
    }
    .post-navigation {
        margin-bottom: 7.0em
    }
    .pagination {
        margin-bottom: 5.894736842em
    }
    .widget {
        margin-bottom: 4.307692308em
    }
    .site-main>article {
        margin-bottom: 7.0em
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .post-thumbnail {
        margin-bottom: 2.625em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: 0.8484848485em
    }
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em
    }
    .entry-content h4,
    .entry-summary h4,
    .entry-intro h4,
    .comment-content h4 {
        letter-spacing: 0.131578947em
    }
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 5.25em
    }
    .comments-area,
    .sidebar,
    .content-bottom-widgets .widget-area,
    .widecolumn {
        margin-bottom: 7.0em
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.105263158em
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 71.42857144%
    }
    body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em)
    }
    body:not(.search-results) article:not(.type-page) img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: 0.1538461538em;
        width: 21.42857143%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
        display: none
    }
    .single .byline,
    .full-size-link,
    body:not(.search-results).group-blog .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: 0.5384615385em
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
        margin-bottom: 0
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 0.5384615385em;
        width: 49px
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%
    }
}

@media screen and (min-width: 75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -0.913043478em
    }
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ul,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary table {
        margin-bottom: 1.5217391304em
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: 0.956521739em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632
    }
    body:not(.search-results) .entry-summary th,
    body:not(.search-results) .entry-summary td {
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: 0.2608695652em 1.5217391304em 1.5217391304em 0
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: 0.2608695652em 0 1.5217391304em 1.5217391304em
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em
    }
}

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none
    }
    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt
    }
    blockquote {
        font-size: 14.25pt
    }
    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt
    }
    .site-description {
        display: block
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt
    }
    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt
    }
    body,
    .site {
        background: none !important
    }
    body,
    blockquote cite,
    blockquote small,
    .site-branding .site-title a,
    .entry-title a,
    .comment-author {
        color: #1a1a1a !important
    }
    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important
    }
    blockquote,
    .site-description,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote,
    .author-bio,
    .entry-footer,
    .entry-footer a,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .site-info a,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #686868 !important
    }
    code,
    hr {
        background-color: #d1d1d1 !important
    }
    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important
    }
    a {
        color: #007acc !important
    }
    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body>a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important
    }
    .site {
        margin: 5%
    }
    .site-inner {
        max-width: none
    }
    .site-header {
        padding: 0 0 1.75em
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em
    }
    .site-main {
        margin-bottom: 3.5em
    }
    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0
    }
    .post-thumbnail,
    .site-main>article {
        margin-bottom: 3.5em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.473684211em
    }
    .site-footer,
    .widecolumn {
        padding: 0
    }
}

@font-face {
    font-family: 'Louis-Bold';
    src: url("fonts/Louis-Bold.eot");
    src: url("fonts/Louis-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Bold.woff") format("woff"), url("fonts/Louis-Bold.ttf") format("truetype"), url("fonts/Louis-Bold.svg#Louis-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Italic';
    src: url("fonts/Louis-Italic.eot");
    src: url("fonts/Louis-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Italic.woff") format("woff"), url("fonts/Louis-Italic.ttf") format("truetype"), url("fonts/Louis-Italic.svg#Louis-Italic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Louis';
    src: url("fonts/Louis-CondensedDemi.eot");
    src: url("fonts/Louis-CondensedDemi.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-CondensedDemi.woff") format("woff"), url("fonts/Louis-CondensedDemi.ttf") format("truetype"), url("fonts/Louis-CondensedDemi.svg#Louis-CondensedDemi") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Regular';
    src: url("fonts/Louis-Regular.eot");
    src: url("fonts/Louis-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Regular.woff") format("woff"), url("fonts/Louis-Regular.ttf") format("truetype"), url("fonts/Louis-Regular.svg#Louis-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-BoldItalic';
    src: url("fonts/Louis-BoldItalic.eot");
    src: url("fonts/Louis-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-BoldItalic.woff") format("woff"), url("fonts/Louis-BoldItalic.ttf") format("truetype"), url("fonts/Louis-BoldItalic.svg#Louis-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after,
.container:after,
.row:after,
.nav:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

body {
    color: #5a5a5a
}

.logo {
    width: 293px;
    height: auto;
    float: left;
    padding-top: 10px
}

.logo a img {
    max-width: 100% !important;
    height: auto !important
}

@media screen and (max-width: 992px) {
    .navbar.navbar-inverse.navbar-static-top.borderright {
        flex: 0 0 50%;
        width: 100%
    }
}

.navbar-wrapper .navbar {
    float: right;
    border: none
}

.navbar-inverse {
    background-color: unset;
    border-color: unset;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Louis';
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 25px
}

ul#menu-primary-menu ul.sub-menu li a {
    font-weight: bold
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    border-bottom: 2px solid #d2d2d3
}

.navbar-inverse .navbar-nav>li:first-child:after {
    content: '';
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    right: 15px;
    top: 55%
}

.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.navbar-nav {
    float: left;
    margin: 0;
    display: -webkit-inline-box
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 0px;
    width: 100%
}

.carousel-control.right {
    left: 55px !important;
    top: 5.5%
}

.carousel-control {
    width: 45px !important
}

.carousel-control.left {
    left: 0;
    top: 5.5%
}

.carousel-control.left_2 {
    left: 0;
    top: 5.5%
}

.carousel-control.right_2 {
    left: 55px !important;
    top: 5.5%
}

.glyphicon-chevron-left:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(180deg)
}

.glyphicon-chevron-left:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.glyphicon-chevron-right:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: block
}

.glyphicon-chevron-right:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.three_colume .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important
}

.carousel-control.left_2,
.carousel-control.right_2 {
    background-image: none !important
}

.navbar-collapse.collapse ul.sub-menu li,
.navbar-collapse.collapse ul.sub-menu li:hover {
    border: 0
}

.navbar-collapse.collapse ul.sub-menu li {
    text-align: left
}

.navbar-collapse.collapse ul.sub-menu li a {
    padding: 0.75625em 1.8em
}

.navbar-collapse.collapse ul.sub-menu li:hover a {
    text-decoration: none
}

.home_page .carousel {
    margin-bottom: 0px;
    position: relative
}

.home_page .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.home .home_page .carousel-caption {
    bottom: 20px
}

.page-id-150 .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0
}

.home_page .carousel-caption {
    z-index: 0
}

.home_page .item_img_one {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_two {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_three {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_four {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .carousel .item {
    height: 590px;
    background-color: #555;
    background-size: cover
}

.home .home_page .carousel .item {
    min-height: 500px;
    height: 75vh
}

.home_page .carousel img {
    position: absolute;
    top: 10px;
    left: 0;
    min-height: 40px;
    outline: none
}

.home .home_page .carousel-indicators {
    left: 29em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: inherit;
    top: 60%
}

.page-id-150 .home_page .carousel-indicators {
    top: 73%
}

.home_page .carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -24%
}

.home_page .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.home_page .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 460px
}

.home_page .sub_contant h1,
.home_page .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

.home_page .sub_contant h1 span,
.home_page .sub_contant label span {
    font-family: 'Louis';
    font-size: 36px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

.home_page .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.home_page .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.home_page .sub_contant .cta a:hover {
    color: #2f2f2f
}

.home_page .sub_contant .cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

.three_colume {
    margin: -100px 0px 50px 0px;
    padding: 0;
    position: relative !important;
    top: 85%;
    display: flex
}

.home_page .one_slide {
    background-repeat: no-repeat;
    padding: 0
}

.banner-blk {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.banner-blk .vc_column-inner {
    height: 100%
}

.home_page .one_slide_txt {
    position: relative
}

.banner-blk h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.single-location .footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.home_page .one_slide_txt h2,
.home_page .two_slide_txt h2,
.home_page .three_slide_txt h2 {
    display: none
}

.banner-blk h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px
}

.banner-blk .wpb_wrapper {
    position: relative;
    padding-left: 40px;
    margin-top: 10px
}

.banner-blk .wpb_wrapper:before {
    content: '';
    width: 3px;
    height: 70px;
    background-color: #f4bc00;
    position: absolute;
    left: 20px;
    top: 0
}

.home_page .one_slide_tx_cta,
.home_page .two_slide_tx_cta,
.home_page .three_slide_tx_cta {
    display: none
}

.home_page .one_slide_txt_img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.home_page .one_slide_txt_img img {
    position: absolute;
    left: -54px
}

.home_page .two_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .two_slide_txt {
    position: relative
}

.home_page .two_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .two_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase
}

.home_page .three_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .banner-blk {
    height: 550px
}

.home_page .three_slide_txt {
    position: relative
}

.home_page .three_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .three_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f4bc00;
    border: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none
}

.two_colume {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table
}

.two_colume .main_secetion {
    margin: 0 auto;
    padding: 0
}

.header {
    margin: 0 auto;
    padding: 0
}

.image_section {
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    height: 475px
}

.image_form h5 {
    width: 85%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 725px;
    margin: 0;
    text-transform: uppercase
}

.image_form {
    position: relative;
    background: #f2f4f6;
    height: 475px;
    height: 460px\0
}

.image_form h6 {
    width: 85%;
    margin: 0px 0px 25px 0px;
    font-family: 'arial';
    font-size: 16px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 725px;
    padding: 25px 0 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.first_filed,
.info,
.first_filed.last_filed {
    padding: 0;
    max-width: 715px;
    width: 84%;
    position: relative;
    margin-bottom: 20px
}

.image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 20px
}

.image_form form {
    float: left;
    max-width: 760px;
    width: 100%;
    margin-top: 25px;
    margin-left: 40px
}

.image_form input,
select.vehicle {
    width: 540px;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    padding: 0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0
}

.image_form input {
    line-height: 0\0 !important;
    padding-bottom: 0px\0
}

.image_form input.message {
    max-width: 740px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding: 0 0.4375em;
    line-height: 35px;
    height: 38px;
    height: 20px\0;
    padding: 0;
    margin: 0px 0px 0;
    margin: 15px 0px 0\0
}

::placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

.image_form input.tele {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 0px;
    padding: 0
}

.telephone {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 25px
}

.image_form input.email {
    width: 345px;
    float: left;
    line-height: 35px;
    padding: 0;
    background-color: transparent
}

select.vehicle {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 38px;
    height: 20px\0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    padding-right: 45px;
    outline: none;
    margin-top: 10px\0
}

select.vehicle option {
    background-color: #e3e2e2;
    outline: none
}

select.vehicle option:checked {
    background-color: #d0d0d0;
    outline: none
}

select.vehicle option:focus,
select.vehicle option:hover,
select.vehicle option:active {
    background-color: #d0d0d0;
    outline: none
}

select.city {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.city {
    width: 345px;
    float: left;
    line-height: 35px
}

.first_filed input,
.info input {
    background: transparent\0 !important
}

input.button {
    background-color: transparent\0 !important;
    color: #312b2b \0 !important
}

input.button:hover,
input.button:focus {
    background-color: #312b2b \0 !important;
    background: #303030 !important;
    color: #fff !important;
    border-color: #303030 \0
}

select.contacted {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.contacted {
    width: 345px;
    float: right;
    line-height: 35px
}

input.button {
    width: 153px;
    height: 50px;
    border: 2px solid #000000;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    text-transform: uppercase
}

input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    margin: 10px 0px 15px 0px
}

.submit a {
    text-decoration: none;
    font-weight: bold;
    color: #312b2b;
    font-style: italic;
    font-family: 'Louis';
    font-size: 25px;
    display: block;
    line-height: 45px
}

input.button:hover,
input.button:focus {
    background-color: #303030;
    color: #fff;
    outline: 0
}

.download {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.download .mobile_image {
    display: none
}

.download_block {
    width: 100%;
    max-width: 1240px;
    background-color: #f2f4f6;
    margin-top: 150px;
    position: relative
}

.download_mobile {
    position: relative
}

.download_block_txt h4 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 30px;
    color: #f4bc00;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 210px;
    padding-top: 43px;
    padding-bottom: 0
}

.download_block:before {
    width: 184px;
    height: 292px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0
}

.download_block_txt h6 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 40px;
    color: #303030;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 205px;
    font-weight: bold;
    padding-bottom: 0px
}

.download_block_cta {
    margin: 0;
    padding: 0
}

.download_block_cta ul {
    list-style: none;
    margin-top: 20px;
    padding: 0
}

.download_block_cta ul li {
    margin-bottom: 15px
}

.footer {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0
}

.footer_con {
    padding-bottom: 40px
}

.footer_con .number {
    text-align: center;
    font-family: 'Louis';
    font-size: 14px;
    color: #6d6c6c
}

.footer_con .number a {
    text-decoration: none;
    color: #6d6c6c
}

.links {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #aeaeae;
    padding-top: 25px;
    padding-bottom: 25px
}

.profile {
    margin: 0 auto;
    padding: 0;
    height: 180px
}

.profile ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.profile ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae
}

.service ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.service ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service ul li {
    margin-left: 35%
}

.legal {
    padding-left: 9%;
    padding-right: 6%
}

.legal h5 {
    font-family: 'Louis';
    font-size: 12px;
    color: #6d6c6c;
    margin: 0 auto;
    padding: 0 0 0 105px;
    line-height: 20px
}

.one_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.two_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.three_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.entry-title {
    display: none
}

.protfolio .protfolio-banner {
    background-image: url("images/potfolio_familia.jpg");
    width: 100%;
    height: 528px
}

.protfolio .protfolio-banner h1 strong {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.protfolio .protfolio-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    position: absolute;
    bottom: 0;
    RIGHT: 0;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal
}

.protfolio .protfolio-banner .banner-content {
    position: relative;
    height: 100%
}

.concesionario .concesionario-banner {
    background-image: url("images/concesionario-banner.jpg");
    width: 100%;
    height: 731px
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box .box {
    padding: 35px 30px 20px;
    background: #999999;
    margin: 10px;
    max-width: 290px
}

.footer_form .padd_remove {
    margin: 0 auto;
    padding: 0
}

.left_banner img {
    width: 100%;
    max-width: 760px
}

.image_form .image_form_border {
    padding: 50px 40px
}

.info+.first_filed {
    margin-top: 0px
}

.img-left {
    padding-right: 20px !important
}

.img-left .vc_column-inner {
    padding-top: 0 !important
}

.form-right .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important
}

div.wpcf7-response-output {
    margin: 0;
    display: none
}

.image_form .image_form_border .clearfix input+span,
.image_form .image_form_border .clearfix select+span {
    float: left;
    margin-left: 20px
}

.image_form .image_form_border .clearfix input+.departamento {
    margin-top: 5px
}

.links .profile {
    padding-left: 0
}

.banner-blk .wpb_wrapper .wpb_wrapper {
    padding-left: 0;
    margin-left: -20px
}

.banner-blk .wpb_wrapper .wpb_wrapper p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    padding-right: 25px;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper .wpb_wrapper p {
    display: block;
    color: #313131 !important
}

.three_colume .wpb_wrapper:hover .banner-blk {
    background-color: rgba(244, 188, 0, 0.8)
}

.hover-text.wpb_content_element {
    margin-bottom: 15px
}

.banner-blk .wpb_wrapper .wpb_wrapper::before {
    content: "";
    width: 0
}

.hover-btn.banner-vermas button,
.hover-btn.banner-vermas .vc_btn3 {
    margin-left: -20px;
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas button,
.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas .vc_btn3 {
    display: block;
    box-shadow: inherit !important;
    line-height: 1.5
}

.three_colume .wpb_wrapper:hover h4,
.three_colume .wpb_wrapper:hover h1 {
    color: #303030
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper:before {
    background-color: #303030
}

.carousel-inner .item {
    background-position: center bottom
}

#campana.item,
#campana2.item {
    background-position: center bottom
}

.hero-slider {
    width: 100%
}

.hero-slider .item {
    width: 100%;
    height: 725px;
    background-size: cover;
    background-position: center
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    height: 0
}

.col3-banner.row {
    margin: 0
}

.col3-banner ul {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: -80px 0 0
}

.col3-banner ul li {
    max-width: 400px;
    height: 550px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px
}

.help-blk {
    display: flex;
    margin: 60px 0 0
}

.help-blk .img-blk {
    width: 740px;
    height: 470px;
    float: left;
    flex: 0 0 40%;
    background-position: -10px center;
    background-repeat: no-repeat
}

.help-blk .help-form {
    background: #f3f5f6;
    padding: 20px;
    flex: 0 0 60%
}

.help-form .form-wrap {
    border: 1px solid #8c8d8e;
    height: 470px
}

.store-banner {
    text-align: center
}

.terms-policy-menu li {
    list-style: none
}

footer nav li a,
.terms-policy-menu li a span {
    color: #6d6c6c;
    position: relative !important
}

.site-footer .main-navigation,
.site-footer .main-navigation ul li {
    display: block
}

.site-footer .main-navigation ul li {
    float: none
}

.lbl-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #252525;
    flex-grow: 1;
    align-items: stretch
}

.site-footer {
    align-items: flex-start
}

.nav li a:after {
    content: "" !important
}

.main-navigation ul li a {
    font-size: 18px;
    font-family: 'Louis';
    font-weight: bold;
    text-transform: uppercase
}

ul#menu-primary-menu>li a {
    color: #fff
}

ul#menu-primary-menu ul.sub-menu li a {
    color: #3b3b3b
}

ul#menu-primary-menu ul.sub-menu li a:after {
    contain: "";
    position: absolute;
    background-image: url("img/menu_arrow.png");
    width: 5px;
    height: 10px;
    transform: rotate(0deg);
    top: 40%
}

ul#menu-primary-menu ul.sub-menu li>ul li a:after {
    display: none
}

ul#menu-primary-menu ul.sub-menu li:hover,
ul#menu-primary-menu ul.sub-menu ul li {
    background-color: #d5d5d5
}

ul#menu-primary-menu ul.sub-menu .sub-menu li:hover {
    background-color: #c6c6c6
}

.main-navigation ul ul:after,
.main-navigation ul ul:before {
    border: 0
}

.carousel-indicators li {
    background-color: rgba(131, 131, 131, 0.5) !important;
    border: 0 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px !important
}

.carousel-indicators li.active {
    background-color: #f4bc00 !important
}

.image_form.Concesionarios.image_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form.Concesionarios.image_form h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form.Concesionarios.image_form .first_filed,
.image_form.Concesionarios.image_form .info,
.image_form.Concesionarios.image_form .city {
    margin-bottom: 15px;
    max-width: 740px;
    width: 100%
}

.image_form.Concesionarios.image_form input {
    width: 100%;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    float: none
}

.image_form.Concesionarios.image_form .first_filed br,
.image_form.Concesionarios.image_form .info br,
.image_form.Concesionarios.image_form .city br {
    display: none
}

.image_form.Concesionarios.image_form .first_filed input.left {
    float: left;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form .first_filed input.right {
    float: right;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form select {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    margin-top: 12px
}

.image_form.Concesionarios.image_form select.right {
    float: right
}

.Concesionarios_cta {
    width: 100%;
    max-width: 130px;
    padding-top: 80px
}

.image_form.Concesionarios.image_form .Concesionarios_cta input {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 100%;
    max-width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset;
    border: 2px solid #000;
    border-radius: unset
}

.image_form.Concesionarios.image_form .Concesionarios_cta input:hover,
.image_form.Concesionarios.image_form .Concesionarios_cta input:focus {
    background-color: #000000;
    color: #fff;
    outline: none
}

.concesionario .concesionario-banner {
    background-image: url("../images/concesionario-banner.jpg");
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 23%;
    background-size: cover
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    max-height: 7.2em
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box {
    margin-top: -100px;
    margin-bottom: 100px
}

.concessionaire-box .carousel .carousel-inner {
    text-align: left
}

.concessionaire-box .carousel .carousel-inner .item .box {
    text-align: left
}

.concessionaire-box .box {
    padding: 35px 15px 20px;
    background: #f7f8f9;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    float: none
}

.concessionaire-box .box ul {
    padding: 0;
    margin-top: 10px
}

.concessionaire-box .box .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold
}

.concessionaire-box .box li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire-box .container {
    margin: 0 auto !important;
    padding: 0 !important
}

.concessionaire-box .box li .bullet {
    position: absolute;
    left: -15px;
    color: #acacac;
    font-size: 28px;
    top: -6px
}

.concessionaire-box .box li span {
    color: #acacac
}

.concessionaire-box .box li .cta_ver_mas {
    text-align: center;
    margin-top: 15px
}

.concessionaire-box .box li a {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    text-decoration: none;
    word-break: break-all
}

.concessionaire-box .carousel-indicators {
    bottom: -60px;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: auto;
    margin-left: 0
}

.concessionaire-box .box:hover .bullet {
    color: #f6a900
}

.concessionaire-box .box:hover .cta_ver_mas a {
    color: #000000;
    font-weight: bold
}

.concessionaire-box .carousel-indicators li {
    background-color: #dbdbdb
}

.concessionaire-box .carousel-indicators .active {
    background-color: #f4bc00
}

.series-header p,
.series-header p a {
    display: inline-block
}

.series-header p a {
    cursor: pointer
}

.series-header p {
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0
}

.series-header p+p {
    font: 16px 'Louis';
    color: #3b3b3b;
    text-transform: uppercase;
    float: right;
    margin-top: 8px;
    margin-right: 15px
}

.series-header {
    padding: 15px 0
}

.series-header p a .grid-icon {
    width: 29px;
    height: 27px;
    background: url("img/grid-icon.png") no-repeat center;
    display: block;
    margin: 0 18px
}

.series-list ul li i {
    width: 50%;
    display: inline-block;
    text-align: center
}

.series-list ul li i img {
    max-width: 100%
}

.series-list ul li {
    list-style: none;
    padding: 21px 0;
    cursor: pointer
}

.series-list ul li.active,
.series-list ul li:hover {
    background: #ebebeb
}

.modal-series-list.series-list ul li.active,
.modal-series-list.series-list ul li:hover {
    margin-right: 0
}

.series-list ul li p {
    display: inline-block;
    color: #2c2c2c;
    font: 20px 'Louis';
    text-transform: uppercase;
    width: 50%;
    vertical-align: middle
}

.series-list ul li p span {
    color: #4e4e4e;
    font: 16px Arial, Helvetica, sans-serif;
    text-transform: none;
    display: block
}

.series-list ul {
    padding-bottom: 5px;
    margin-left: 0
}

.series-list {
    border-bottom: 1px solid #d5d5d5;
    position: relative
}

.technlinfo ul {
    margin-left: 0;
    margin: 16px auto 35px;
    display: table;
    padding: 0;
    width: 100%;
    max-width: 1240px
}

.technlinfo ul li {
    width: 32.33%
}

.technlinfo ul li,
.technlinfo ul li i,
.technlinfo ul li p {
    display: inline-block
}

.technlinfo ul li i {
    width: 81px;
    height: 52px;
    text-align: center;
    margin-right: 5px
}

.technlinfo ul li p {
    display: inline-block;
    color: #4e4e4e;
    font: 20px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 75%
}

.technlinfo ul li p span {
    color: #2c2c2c;
    font: 24px/2 louis;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: bold
}

.title-black,
.title-white {
    color: #000000;
    font: 45px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #f4bc00;
    display: table;
    padding: 0 0 0px 0
}

.title-white {
    color: #fff
}

.infoblock p {
    color: #5a5a5a;
    font: 16px/22px 'arial';
    letter-spacing: .01em;
    margin-top: 40px
}

.section-content-img .infoblock {
    background: #f7f8f9
}

.section-content-img .infoblock,
.section-content-img .imageblock {
    width: 50%;
    float: left;
    background-repeat: no-repeat !important
}

.section-content-img .infoblock {
    padding-left: 15px
}

#myCarousel {
    margin-bottom: 65px
}

@media screen and (min-width: 1367px) {
    .home .carousel-caption .container .sub_contant {
        right: -50px !important
    }
    .imageblock {
        height: 70vh !important;
        min-height: 60vh !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 480px) {
    .imageblock {
        height: 50vh !important;
        min-height: 270px !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

.imageblock {
    height: 70vh !important;
    min-height: 450px !important;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat
}

.infoblock .infowrap {
    max-width: 500px;
    float: right;
    margin-right: 8em
}

.section-content-img {
    display: flex;
    align-items: center;
    background: #f7f8f9
}

.product-advantage {
    padding: 70px 0
}

.product-advantage ul {
    margin-left: 0;
    display: table;
    margin: 75px auto 0
}

.product-advantage h2 {
    margin: 0 auto
}

.product-advantage ul li {
    list-style: none;
    display: inline-block
}

.product-advantage ul li i {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 1%;
    text-align: center;
    height: 117px
}

.product-advantage ul li h3 {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin: 20px auto
}

.product-advantage ul li p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    letter-spacing: 0.012em;
    padding: 0 15px
}

.product-advantage ul li p strong {
    font-weight: bold
}

.charastics-sctn {
    background: black
}

.col1-blk {
    width: 80%;
    margin: 0 auto
}

.col2-blk {
    width: 50%;
    float: left
}

.charastics-sctn {
    padding-top: 45px;
    margin-bottom: 200px
}

.col2-right label,
.yellow-btm label {
    color: #fff;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 1px
}

.col2-right {
    padding-right: 1em
}

.col2-right p,
.yellow-btm p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em
}

.charastics-sctn .yellow-btm {
    padding-bottom: 10px;
    padding-top: 120px;
    display: none
}

.yellow-btm label,
.yellow-btm p {
    color: #050606;
    line-height: normal
}

.charastics-sctn .yellow-btm>.container {
    width: 600px !important
}

.charastics-sctn .black-blk {
    position: relative;
    border-bottom: thin solid black
}

.charastics-sctn .black-blk:after {
    content: "";
    background: url("img/transperent-triangle1.png") no-repeat center;
    position: absolute;
    left: 0;
    bottom: -198px;
    width: 100%;
    height: 246px;
    background-size: 100% 154px
}

.cabindesign-blk .col2-blk+.col2-blk {
    padding-left: 40px;
    padding-top: 80px;
    order: 1
}

.cabindesign-blk .col2-blk .content-wrap {
    max-width: 480px
}

.cabindesign-blk .col2-blk .content-wrap p {
    color: #5a5a5a;
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    margin-top: 50px
}

.cotiza-banner .title-white {
    font-style: italic;
    font-size: 70px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8)
}

.cotiza-banner p {
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .018em;
    color: #fff;
    margin: 20px 0
}

.btn-quote {
    width: 144px;
    height: 44px;
    border: 2px solid #f4bc00;
    color: #f4bc00 !important;
    display: table;
    text-align: center;
    font: 20px 'Louis';
    font-style: italic;
    font-weight: bold;
    line-height: 2;
    text-decoration: none !important
}

.btn-quote:hover {
    background-color: #f4bc00;
    color: #000 !important;
    outline: none
}

.cotiza-banner {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin: 20px 0
}

.yellow-strip {
    background: url("img/yellow-strip.png") no-repeat center;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 11
}

.yellow-strip p {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-weight: bold;
    margin: 25px 0 0 0
}

.modal-img iframe {
    width: 100%;
    height: 650px
}

section#conoce_div {
    margin-bottom: 39%
}

.modal-img {
    position: relative
}

#seriesCarousel .carousel-item {
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.series-listblk {
    position: relative
}

.series-hero-blk .series-slider,
.series-hero-blk .series-listblk {
    float: left
}

.series-hero-blk .series-slider {
    width: calc(100% - 480px)
}

.series-hero-blk .series-listblk {
    width: 480px
}

.technlinfo {
    clear: left
}

.series-slider,
.series-listblk {
    padding: 0 !important
}

#seriesCarousel .top-caption h1 {
    color: #fff;
    font: 60px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin-top: 40px
}

#seriesCarousel .top-caption {
    position: relative
}

#seriesCarousel .top-caption h1 span {
    font: 25px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none
}

.right-caption {
    width: 200px;
    position: absolute;
    top: 0;
    left: calc(100% - 230px) !important;
    right: inherit;
    padding-top: 75px !important;
    line-height: 25px
}

.right-caption .model-caption-btn {
    width: 200px;
    min-height: 35px;
    color: #fefefe;
    border: 2px solid #fefefe;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    z-index: 1;
    text-transform: uppercase
}

.right-caption p {
    text-align: left;
    color: #fefefe;
    font: 18px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase
}

.right-caption a {
    color: #fefefe;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: normal !important;
    margin-bottom: 10px;
    text-decoration: none !important
}

.right-caption.right-top {
    max-height: 230px
}

.right-caption a.last-caption-btn {
    position: absolute;
    bottom: 4px
}

.right-caption a:hover,
.right-caption a:focus,
.right-caption a.active {
    background-color: #fafafa;
    color: #4d4d4d;
    text-shadow: 0 0 0 !important;
    overflow: hidden;
    outline: none
}

.carousel-item {
    position: relative
}

#seriesCarousel .carousel-indicators {
    border-top: 2px solid #f5b200;
    display: table;
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 40px;
    left: inherit;
    right: 0
}

.series-list.scrollbox {
    overflow: auto;
    height: 520px;
    width: 97%
}

#PortfolioTab {
    margin-left: 0 !important
}

#PortfolioTab .nav-item {
    width: 50%;
    text-align: center
}

#PortfolioTab li a {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin: 0
}

#PortfolioTab li {
    position: relative;
    background: #dbdbdb;
    margin: 0;
    list-style: none
}

#PortfolioTab li:not(.active) a:hover {
    color: #fff
}

#PortfolioTab li.active a {
    font-weight: bold
}

#technlspctnTab {
    margin-left: 0;
    border: 0
}

#technlspctnTab li a {
    color: #898989;
    font: 27px 'Louis';
    font-weight: bold;
    font-style: italic;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 5px solid transparent
}

.technl-tab-blk .nav-tabs>li>a {
    border: 0
}

#technlspctnTab li.active a {
    color: #2c2c2c
}

#technlspctnContent .tab-pane {
    background-color: #f7f8f9;
    min-height: 670px
}

.technl-tab-blk {
    margin-top: 60px
}

#technlspctnContent .tab-pane ul {
    display: table;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0
}

#technlspctnTab li.active a {
    background: #f7f8f9 !important;
    border: 0;
    border-top: 5px solid #d8d5d5
}

#technlspctnTab li:hover a {
    background: #898989 !important;
    border: 0;
    color: #fff;
    border-top: 5px solid #f4bc00
}

.tab-pane ul li {
    list-style: none
}

#technlspctnContent ul li .left {
    clear: left;
    padding-left: 20px
}

#technlspctnContent ul li .left p,
#technlspctnContent ul li .right p,
#technlspctnContent ul li .center p {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1d1d1b;
    margin: 0
}

#technlspctnContent ul li .right p,
#technlspctnContent .tab-pane ul li .center p {
    color: #1d1d1b;
    font-weight: normal
}

#technlspctnContent ul li {
    display: table;
    width: 100%;
    border-bottom: 3px solid #c3c3c3;
    padding: 11px 0
}

.technlspctn-blk {
    margin: 60px 0 30px
}

.cabindesign-blk,
.technlspctn-blk {
    display: table;
    width: 100%
}

p.paddingleft6 {
    padding-left: 6em
}

p.paddingleft13 {
    padding-left: 13em
}

#TransmisionTabCont ul li .right p {
    text-align: center
}

#technlspctnContent #ChasisTabCont ul {
    max-width: 1028px
}

.cabindesign-blk {
    background: #f7f8f9;
    padding-bottom: 0px;
    margin-top: 150px;
    display: flex;
    align-items: center
}

.concessionaire_popup {
    margin-top: -130px
}

.concessionaire_popup .back_btn a {
    font-size: 20px;
    font-family: "Louis";
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    left: 20px;
    text-transform: uppercase
}

.concessionaire_popup .back_btn a:before {
    background-image: url(img/back_arrow.png);
    width: 13px;
    height: 22px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: -20px;
    top: 13%
}

.concessionaire_popup .pop_up_box {
    background-color: #f7f8f9;
    margin-top: 40px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content .main_heading {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #666666;
    font-weight: bold;
    font-style: italic
}

.concessionaire_popup .pop_up_content {
    padding: 35px 100px 105px 100px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 35px
}

.concessionaire_popup .pop_up_content .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
    padding-top: 25px
}

.concessionaire_popup .pop_up_content li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire_popup .pop_up_content li .bullet {
    position: absolute;
    left: 0;
    color: #acacac
}

.concessionaire_popup .pop_up_content li span {
    color: #666666
}

.concessionaire_popup .pop_up_content a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.concessionaire_popup .pop_up_content .padd_remove {
    padding-left: 0;
    padding-right: 0
}

.cabindesign-blk .col2-blk {
    float: right;
    padding-left: 40px;
    padding-top: 80px;
    order: 2
}

.btn360 {
    margin-top: 8px;
    font: 4.6875vw "Louis";
    color: #fff;
    font-weight: bold;
    font-style: italic;
    background: #2c2c2c;
    width: 36.875vw;
    height: 7.65625vw;
    text-align: center;
    display: block;
    line-height: 1.8
}

#Contact_Secetion_2 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    height: 650px;
    float: none
}

#Contact_Secetion_2 .sub_contant {
    margin: 20% 10% 0% 0%;
    width: 100% !important;
    max-width: 460px !important;
    float: right;
    z-index: 1
}

#Contact_Secetion_2 .contact_title {
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container .wpb_content_element {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#Contact_Secetion_2 .contact_title p {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 60px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 60px
}

.contact_title_desciption p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    margin-top: 20px
}

.Contact_Secetion_3_left.sub_container {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    text-transform: uppercase
}

.contact_first br,
.contact_two br,
.contact_three br,
.contact_four br,
.contact_five br {
    display: none
}

.contact_first,
.contact_two,
.contact_three,
.contact_four,
.contact_five {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.contact_first input,
.contact_two input {
    width: 48%;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    line-height: 25px\0;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    float: left
}

.contact_first input.contact_first_left {
    margin-right: 4%
}

.contact_first input+span,
.contact_two input+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_two input.contact_three_left {
    margin-right: 4%
}

#Contact_Secetion_3 .Contact_Secetion_3_left {
    float: right;
    text-align: left
}

.sub_container.Contact_Secetion_3_right {
    float: left
}

.Contact_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 25px
}

.contact_three {
    background-color: #f2f4f6
}

.contact_three select.contact_three_left {
    margin-right: 4%
}

.contact_three select {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    line-height: 25px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    padding-right: 43px
}

.contact_three select option {
    color: #515151
}

select::-ms-expand {
    display: none
}

#your-name-error,
#your-email-error {
    width: 45%;
    margin-right: 5%
}

.contact_three select+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_three select p {
    width: 45%;
    margin: 0 auto
}

.contact_four select {
    width: 100%;
    max-width: 620px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -moz-appearance: none !important;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center
}

.contact_five input {
    width: 100%;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    line-height: 28px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    max-width: 650px
}

#Contact_Secetion_3 .image_form_contact {
    position: relative;
    background: #f2f4f6;
    height: 415px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding-top: 15px
}

#Contact_Secetion_3 .vc_column-inner {
    padding: 0
}

#Contact_Secetion_3 .image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 0px
}

#Contact_Secetion_3 input.button {
    width: 130px;
    height: 40px;
    border: 2px solid #000000;
    margin: 0px 0px 50px 0px;
    background-color: #f3f5f6;
    color: #312b2b;
    border-radius: 0px;
    margin-top: 25px
}

#Contact_Secetion_3 input.button:hover {
    background-color: #000000;
    color: #FFFFFF
}

.content-area .sub_container {
    width: 50%;
    padding: 0 0 0 60px;
    margin: 2% 0% 0% 0%
}

.Contact_Secetion_3_left>.vc_column-inner {
    max-width: 500px
}

.content-area .sub_container h1 {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
    padding: 0
}

.content-area .sub_container .wpb_content_element {
    margin: 0px 0px 25px 0px
}

.content-area .sub_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
    text-transform: none
}

.content-area .sub_container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #4e4e4e;
    font-weight: bold;
    margin: 0px 0px 20px 0px
}

.content-area .sub_container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: normal;
    font-style: italic;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 0
}

button.mobile_cta {
    display: none !important
}

h4.mobile_form_txt {
    display: none !important
}

.terms-condition-banner {
    background-image: url(../images/terms-condition-banner.jpg);
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover
}

.terms-condition-detail .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.terms-condition-detail .terms-condition-box {
    background-color: #ffffff;
    display: table;
    width: 100%;
    margin: -105px auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content {
    padding: 30px 35px 40px 60px;
    display: table;
    width: 100%;
    margin: 0 auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
    font-size: 45px;
    line-height: 50px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_sub_title {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_description {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.modal_video .modal-dialog {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 50px auto !important;
    padding: 0 !important
}

.modal_video .modal-dialog .close {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog .close:hover {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog button {
    outline: none
}

.modal_video .modal-dialog .video {
    margin: 30px 0 30px
}

.modal_btn .modal-dialog {
    width: 100% !important;
    max-width: 822px !important;
    margin: 125px auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog .modal-content {
    border-radius: 0px
}

.modal_btn .close {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal_btn .close:hover {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal-dialog_form_sucess .close,
.modal-dialog_form_sucess .close:hover {
    color: #f4bc00
}

.modal_btn .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    background-color: #f4bc00;
    width: 100%;
    padding: 20px 40px 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
    letter-spacing: 1px
}

.modal_btn .modal-dialog .modal-content .modal-body {
    padding: 20px 40px 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-body p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Arial';
    color: #3b3b3b;
    width: 100%;
    text-align: justify
}

#seriesmodel {
    background: rgba(255, 255, 255, 0.95)
}

.series_modal .btn-header {
    display: flex;
    justify-content: center
}

.series_modal .tab-btn {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 236px;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.series_modal .tab-btn .down-icon {
    margin-left: 15px
}

.series_modal .tab-btn.active {
    background: #f4bc00;
    color: #fff;
    border-color: #f4bc00
}

.series_modal .tab-btn-right {
    position: absolute;
    right: 0;
    display: none
}

.modal-series-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.modal-series-list {
    border: 0
}

.modal-series-list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    border-right: 2px solid #ebebeb;
    min-height: 173px;
    vertical-align: middle
}

.modal-series-list ul li:nth-child(3n+0) {
    border: 0
}

.modal-series-list li p,
.modal-series-list li i {
    padding: 0 10px;
    margin: 0
}

.series_modal .close {
    color: #212121 !important
}

#campana .container .sub_contant,
#campana2 .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 760px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 100%;
    max-width: 715px
}

#campana .container .sub_contant .left,
#campana2 .container .sub_contant .left {
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left
}

#campana .container .sub_contant .left a,
#campana2 .container .sub_contant .left a,
#campana .container .sub_contant .left a:focus,
#campana2 .container .sub_contant .left a:focus {
    box-shadow: inherit !important;
    outline: 0 !important
}

#campana .container .sub_contant .left a img,
#campana2 .container .sub_contant .left a img {
    position: static
}

#campana .container .sub_contant .right,
#campana2 .container .sub_contant .right {
    width: 100%;
    max-width: 510px;
    height: auto;
    float: right
}

#campana .container .sub_contant .right h2,
#campana2 .container .sub_contant .right h2 {
    font-family: "Louis";
    font-size: 35px;
    line-height: 50px;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase
}

#campana .container .sub_contant .right h5,
#campana2 .container .sub_contant .right h5 {
    font-family: "Arial";
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f5b200
}

#campana .container .sub_contant .right h5 span,
#campana2 .container .sub_contant .right h5 span {
    display: block
}

.page-id-150 .carousel-indicators {
    bottom: 30%;
    left: 56%;
    right: inherit;
    position: absolute;
    width: auto;
    max-width: 510px
}

#campana .container .sub_contant .cta,
#campana2 .container .sub_contant .cta {
    width: 160px;
    height: 42px;
    border: 2px solid #f4bc00;
    display: none
}

#campana .container .sub_contant .cta a,
#campana2 .container .sub_contant .cta a {
    font-family: "Louis";
    font-size: 25px;
    line-height: 38px;
    display: none;
    text-decoration: none
}

#campana .container .sub_contant .cta a:hover,
#campana2 .container .sub_contant .cta a:hover {
    background-color: #f4bc00;
    color: #2f2f2f;
    display: none
}

.image_form_campana {
    background: #f3f5f6;
    height: 475px
}

.image_form_campana .image_form_border {
    padding: 30px 40px
}

.image_form_campana h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form_campana h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form_campana input.name {
    width: 345px;
    float: left;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.tele {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.email {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 25px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana .image_form_border .clearfix input+.departamento {
    margin-top: 13px
}

.image_form_campana .image_form_border .clearfix input+span,
.image_form_campana.image_form_border .clearfix select+span {
    float: none;
    margin-left: 20px
}

.image_form_campana .first_filed {
    margin-top: 30px;
    max-width: 768px;
    width: 100%
}

.image_form_campana .second_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed select.adress {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .last_filed select.vehicle {
    width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .image_form_border .last_filed.clearfix select+.departamento {
    float: none;
    margin-left: 20px
}

.image_form_campana input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset
}

.image_form_campana input.button:hover {
    background-color: #000000;
    color: #fff
}

.two_colume {
    margin-bottom: 50px
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.family-hero-banner {
    height: 530px;
    position: relative
}

.family-hero-banner .wpb_wrapper {
    position: absolute;
    bottom: 70px;
    left: calc(100% - 940px)
}

.family-hero-banner .wpb_wrapper h1 {
    color: #fff;
    font: 50px "Louis";
    font-style: italic;
    max-width: 580px;
    text-transform: initial
}

.family-hero-banner .wpb_wrapper h6 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #fcfbfa;
    background-color: #cdcbcb54;
    padding: 5px;
    border-radius: 5px;
    max-width: max-content
}

.family-hero-banner .wpb_wrapper h1 strong {
    display: block
}

.famlyN-cont {
    margin: 0 auto !important;
    float: none !important
}

.famlyN-cont p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    margin-top: 35px
}

#PortfolioTab {
    border-bottom: 4px solid #f5bf0d
}

.family-moters-blk {
    background: #f7f8f9;
    padding-bottom: 130px
}

.family-moters-blk .container {
    margin: 0 auto !important;
    display: flex;
    align-items: center
}

.family-moters-blk .left-content {
    padding-top: 30px
}

.family-moters-blk .wpb_single_image {
    float: left;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    background: #e6e6e6;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2)
}

.family-moters-blk .wpb_single_image {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.family-moters-blk .wpb_single_image h2 {
    color: #2c2c2c;
    font: 16px Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    left: 0
}

.family-moters-blk .container .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.family-moters-blk .right-content {
    padding-top: 50px;
    float: right;
    order: 2
}

.family-moters-blk .left-content {
    order: 1
}

.family-moters-blk .right-content h2 {
    margin: 0
}

.family-moters-blk .right-content .wpb_wrapper ul {
    margin-left: 0
}

.family-moters-blk .right-content .wpb_wrapper ul li {
    margin-top: 50px;
    position: relative;
    padding-left: 10px;
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a
}

.family-moters-blk .right-content .wpb_wrapper p {
    margin-top: 50px
}

.family-moters-blk .right-content .wpb_wrapper ul li:before {
    content: "";
    border-left: 8px solid #f5bf0d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px
}

.family-moters-blk figure img {
    max-height: 325px;
    width: auto !important;
    margin: 0 auto;
    padding: 0 15px 15px
}

.family-moters-blk figure img {
    padding-top: 55px\0
}

.prod-advantage {
    display: flex;
    align-items: center
}

.prod-advantage .left-col {
    padding-top: 55px
}

.prod-advantage .left-col>.vc_column-inner {
    max-width: 510px;
    position: relative;
    left: 22em
}

.prod-advantage .left-col>.vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 0
}

.prod-advantage .left-col .title-black {
    line-height: 55px
}

.prod-advantage .left-col p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    margin-top: 30px
}

.prod-advantage .left-col p strong {
    font-weight: bold
}

.prod-advantage .right-col img {
    margin-top: 20px
}

.distance-blk {
    background: #131414;
    padding: 50px 0 0 0;
    margin-top: 25px
}

.vc_row-has-fill.distance-blk {
    background-position: center bottom !important;
    padding-bottom: 105px
}

.distance-blk .container {
    margin: 0 auto !important;
    float: none;
    text-align: center
}

.distance-blk .title-white {
    margin-left: auto;
    margin-right: auto
}

.distance-blk p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    text-align: left;
    margin: 50px auto;
    max-width: 790px
}

.distance-blk .container .vc_column-inner .wpb_wrapper {
    margin: 0 auto
}

.distance-blk .container .wpb_single_image {
    text-align: center;
    margin-bottom: 85px
}

.family-btm-video {
    height: 690px
}

.family-video-wrap {
    margin-bottom: 50px
}

.family-btm-video .vc_column-inner {
    height: 100%
}

.family-btm-video iframe {
    width: 100%;
    height: 690px !important
}

.family-btm-video .play-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer
}

.family-contact-left .vc_column-inner {
    height: 473px
}

.family-contact-blk {
    margin: 40px 0
}

.frenos-blk .container {
    float: none
}

.frenos-col-wrap .vc_col-sm-4 h2 {
    color: #2c2c2c;
    font: 26px 'Louis';
    font-weight: bold;
    font-style: italic
}

.frenos-col-wrap .vc_col-sm-4 p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    margin-top: 20px
}

.frenos-col-wrap .vc_col-sm-4 {
    padding-right: 20px;
    float: none;
    display: inline-block
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image {
    min-height: 165px;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image img {
    position: relative;
    z-index: 2;
    max-width: 350px\0;
    max-height: 165px !important;
    width: auto
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    color: #2c2c2c;
    font: 163px 'Louis';
    font-weight: bold;
    opacity: .12;
    top: -80px;
    z-index: 1
}

.frenos-col-wrap {
    margin-top: 80px
}

.frenos-blk {
    padding-bottom: 40px
}

div.wpcf7-mail-sent-ok {
    border: none
}

.error404 {
    background-image: url(img/erro_404_bg.jpg);
    background-repeat: no-repeat;
    background-color: #f4bc00
}

.error404 .site {
    background-color: unset
}

.error404 .page-header {
    border: none
}

.error404 .page-content .error_containe {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.error404 .page-content .error_containe h1 {
    margin: 100px 0px 0px 0px;
    padding: 0;
    font-family: 'Louis';
    font-size: 140px;
    color: #565656;
    line-height: 140px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

.error404 .page-content .error_containe span {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 29%
}

.error404 .page-content .error_containe .error_bottom_con {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    top: 80%
}

.error404 .page-content .error_containe .error_bottom_con p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f
}

.error404 .page-content .error_containe .error_bottom_con button {
    width: 100%;
    max-width: 260px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #000000;
    font-family: 'Louis';
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    font-style: italic;
    line-height: 5px;
    margin: 40px 0px 0px 0px;
    outline: none
}

.error404 .page-content .error_containe .error_bottom_con button:hover,
.error404 .page-content .error_containe .error_bottom_con button:focus {
    background-color: #1f1f1f;
    color: #fff;
    outline: none;
    border: 2px solid #1f1f1f
}

.error404 .cotiza-banner {
    display: none
}

.error404 .footer {
    display: none
}

#PortfolioTab .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1
}

#PortfolioTab li:first-child.nav-item.active:before {
    right: -50px;
    border-left: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab li+li.nav-item.active:before {
    left: -50px;
    border-right: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab>li.active>a,
#PortfolioTab>li.active>a:focus,
#PortfolioTab>li.active>a:hover {
    background-color: #fff !important
}

#PortfolioTab>li.active>a {
    padding-top: 15px;
    padding-bottom: 12px
}

#PortfolioTab .nav-item.active {
    margin-top: -7px !important;
    height: 50px;
    background-color: #f5bf0d !important
}

.site-content #PortfolioTab .nav>li>a:focus,
.site-content .nav>li>a:hover {
    background-color: #dbdbdb !important
}

#PortfolioTab li a:hover,
#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    background-color: #a1a2a2 !important
}

#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    color: #fff
}

#PortfolioTab li.active:hover:before {
    border-left-color: #a1a2a2 !important;
    border-right-color: #a1a2a2 !important
}

.carousel-col4Desktop.owl-carousel .owl-item img {
    width: auto;
    display: table;
    margin: 0 auto;
    max-height: 100% !important
}

.carousel-col4Desktop .owl-stage-outer .owl-stage {
    margin: 0 auto
}

.carousel.slide .item::before,
.concesionario-banner:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 100% auto;
    width: 100%;
    height: 100%
}

#Contact_Secetion_2:before {
    height: 650px\0 !important
}

.carousel.slide:after,
.concesionario-banner:after,
#Contact_Secetion_2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(img/banner-btm-shadow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 0
}

#myCarousel_2.carousel.slide:after {
    background-image: inherit !important
}

.carousel.slide:before,
.concesionario:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/top-shadow.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 1
}

.onlyfordesktop#Contact_Secetion_2:before {
    background-size: 0 !important
}

#Contact_Secetion_2 {
    position: relative
}

#Contact_Secetion_2:before {
    height: 100em;
    max-height: 650px
}

@supports (-ms-ime-align: auto) {
    #Contact_Secetion_2:before {
        height: 46em !important;
        max-height: 650px
    }
}

.concesionario-banner:after {
    background-position: bottom center
}

#seriesCarousel.carousel.slide:after,
.page-template-concesionarios .carousel.slide:after,
.concessionaire-box .carousel.slide:before {
    content: inherit;
    content: initial
}

#SeriesTabCont .carousel.slide .item::before,
.concessionaire-box .carousel.slide:before {
    background-color: rgba(0, 0, 0, 0) !important
}

.concesionario-banner {
    position: relative
}

.footer {
    clear: both;
    padding-top: 35px
}

.series-slider {
    position: relative
}

.wpcf7-form label.error {
    padding: 0;
    margin: 0 auto;
    max-width: none;
    display: inline-block;
    float: none
}

.first_filed br,
.info br {
    display: none
}

.info span.wpcf7-not-valid-tip {
    position: absolute;
    margin: 0 auto !important;
    font-size: 15px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #namesname-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #telefono-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #emailadd-error {
    position: absolute;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    line-height: 14px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.info #ciudaddata-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #departamento-error {
    position: absolute;
    top: auto;
    bottom: -35%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed.last_filed #messagetext-error {
    position: absolute;
    bottom: 0px;
    top: 39px;
    top: 39px\0;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.contact_first #namesname-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_first #emailadd-error {
    position: absolute;
    top: 55%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis'
}

.contact_two #celular-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_two #telefono-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #departamentos-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #ciudad-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_four #tipo_de_solicitud-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_five #detaila_tu_solicitud-error {
    position: absolute;
    top: 100%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

div.wpcf7-mail-sent-ng {
    border: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    display: none !important
}

.left-btm-img {
    margin-bottom: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-top: 55px;
    z-index: 1
}

.home_page.container {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important
}

.concessionaire-box .box ul li p,
.concessionaire-box .box ul li,
.concessionaire-box .box ul li a,
.concessionaire_popup ul li p,
.concessionaire_popup ul li a,
.concessionaire_popup ul li {
    font: 15.5px Arial, Helvetica, sans-serif;
    color: #262626
}

.concessionaire_popup ul li p {
    margin-bottom: 0;
    line-height: 1.5
}

.concessionaire_popup ul li a {
    margin-bottom: 8px;
    display: block
}

.concessionaire-box .box ul li a,
.concessionaire_popup ul li a,
.concessionaire_popup ul li a:focus {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    outline: none
}

.concessionaire-box .box ul li p {
    margin-bottom: 5px
}

.concessionaire-box .box ul li p+p {
    color: #666666
}

.concessionaire-box .carousel .item:before {
    background-color: transparent
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important
}

.download .left-verticle-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer_form .left_banner {
    height: 473px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer_form_left {
    padding-left: 0 !important
}

.footer_form_right {
    padding-right: 0 !important
}

.modal_btn .modal-dialog_form_sucess {
    width: 100% !important;
    max-width: 334px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog_form_sucess .modal-content_form_sucess .modal-header_form_sucess {
    background-color: #f4bc00;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    position: relative
}

.modal-header_form_sucess:after {
    content: '';
    position: absolute;
    background-image: url(images/form_pop_msg.png);
    width: 94px;
    height: 94px;
    top: -50px;
    left: auto;
    right: 120px
}

.modal-content_form_sucess h4 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px
}

.modal-content_form_sucess {
    background-color: #fff
}

.modal-content_form_sucess h3 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    max-width: 200px;
    padding-bottom: 35px
}

.concessionaire_popup {
    z-index: 1;
    position: relative
}

.concessionaire_popup {
    margin-bottom: 50px
}

.breadcrumb span {
    color: #3b3b3b;
    font: 16px 'Louis';
    font-style: italic;
    position: relative;
    text-transform: uppercase
}

.breadcrumb span~span {
    padding-left: 10px;
    margin-left: 5px
}

.breadcrumb span:last-child span {
    box-shadow: 0 0 0 #3b3b3b;
    border-bottom: 1px solid #000
}

.breadcrumb {
    margin-top: 77px;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f4f4f4 !important
}

#PortfolioTab {
    margin-top: 0 !important
}

.cta_ver_mas a {
    font-weight: bold;
    font-style: italic !important
}

.feature-piller-wrap {
    margin: -135px 0 58px
}

.feature-piller-wrap .container ul {
    display: table;
    width: 100%;
    margin-bottom: 0
}

.feature-piller-wrap .piller-blk {
    position: relative;
    overflow: hidden
}

.feature-piller-wrap .piller-blk .background-layer {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.cloud {
    position: absolute;
    bottom: 0
}

.yellow-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(244, 188, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.piller-blk:hover .yellow-overlay {
    opacity: 1
}

.piller-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px
}

.pillercontainer {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3)
}

.piller-info h2 {
    font-family: 'Louis' !important;
    font-size: 25px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid #f4bc00;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.piller-info p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    display: none;
    margin-bottom: 20px
}

.piller-info .vermas-btn {
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none;
    text-align: center;
    text-decoration: none;
    box-shadow: inherit
}

.piller-blk:hover .vermas-btn,
.piller-blk:hover p {
    display: block
}

.piller-blk:hover h2 {
    color: #2f2f2f;
    text-shadow: 0 0 0
}

.piller-blk:hover h2 {
    border-color: #303030
}

.piller-info .piller-title {
    position: relative
}

.piller-blk:hover .piller-info .piller-title:before {
    background-color: #303030
}

.navbar-static-top {
    top: -80px
}

@media screen and (min-width: 1200px) {
    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1.2)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    @keyframes zoom {
        from {
            transform: scale(1.2)
        }
        to {
            transform: scale(1)
        }
    }
    @-webkit-keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    @keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    .carousel-inner .item.animation {
        -webkit-animation: zoom .8s;
        animation: zoom .8s
    }
    .single-serie .carousel-inner .item.animation,
    .tax-model .carousel-inner .item.animation,
    .page-template-buses .carousel-inner .item.animation,
    .tax-buses .carousel-inner .item.animation,
    .single-bus .carousel-inner .item.animation {
        -webkit-animation: zoom 0;
        animation: zoom 0
    }
    .concesionario-banner.animation,
    #Contact_Secetion_2.animation {
        -webkit-animation: zoomBanner .8s;
        animation: zoomBanner .8s
    }
}

.frenos-col-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-inline-box;
    display: block;
    display: -ms-inline-grid;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.frenos-col-wrap {
    display: flex
}

.page-id-1030 .cabindesign-blk {
    display: none
}

.page-id-1030 #conoce_div,
.page-id-1186 #conoce_div,
.page-id-1194 #conoce_div {
    margin-bottom: 0
}

.series-list li a {
    display: block
}

.carousel-caption.right-caption.onlyfordesktop {
    padding-left: 14px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    align-content: center;
    height: calc(100% - 4px)
}

#PortfolioTabContent .carousel-caption {
    z-index: 1\0
}

@media screen and (max-width: 1366px) and (min-width: 990px) {
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important;
        background-position: left -70px !important;
        background-size: auto 500px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .technlinfo ul li p {
        font-size: 15px !important
    }
    #technlspctnContent img {
        width: 100%
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .famlyN-cont p,
    .famlyN-cont p,
    .famlyN-cont p {
        font-size: 18px !important
    }
    .home_page .carousel .item,
    .terms-condition-banner {
        height: 486px;
        background-size: cover !important
    }
    .terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
        font-size: 34px
    }
    .navbar-inverse .navbar-nav li a {
        padding-top: 13px;
        font-size: 12px !important;
        font-weight: 200 !important
    }
    .sub-menu .dropdown-toggle:after {
        top: -22px !important
    }
    .sub-menu .dropdown-toggle.toggled-on:after {
        top: -24px !important
    }
    .logo {
        width: 220px !important
    }
    .home_page .carousel-caption .container .sub_contant {
        max-width: 40vw !important
    }
    .page-id-150 .home_page .carousel-caption .container .sub_contant {
        max-width: 760px !important
    }
    .home_page .sub_contant h1 span,
    .home_page .sub_contant h1,
    .home_page .sub_contant label span,
    .home_page .sub_contant label {
        font-size: 30px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    section.home_page .carousel-indicators {
        top: 63% !important
    }
    .home_page .sub_contant .cta {
        margin-top: 51px !important
    }
    .glyphicon-chevron-left:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .glyphicon-chevron-right:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .container {
        max-width: 70% !important
    }
    .home_page .sub_contant .cta {
        width: 95px !important;
        height: 32px !important
    }
    .home_page .sub_contant .cta a {
        line-height: 27px !important;
        font-weight: 200 !important
    }
    .piller-info h2 {
        font-size: 20px !important;
        font-weight: 80 !important;
        padding-left: 15px !important;
        border-left: 2px solid #f4bc00 !important;
        margin-bottom: 13px !important
    }
    .piller-blk:hover h2 {
        border-left: 2px solid #000 !important
    }
    .piller-info {
        padding: 20px !important;
        font-size: 14px !important
    }
    .piller-info .vermas-btn {
        color: #2f2f2f !important;
        font-family: 'Louis' !important;
        font-weight: bold !important;
        font-style: italic !important;
        font-size: 15px !important;
        color: #2f2f2f !important;
        width: 50% !important;
        height: 26px !important
    }
    select.vehicle {
        height: 36px !important;
        height: 20px\0 !important;
        border-bottom: 1px solid #a1a2a2 !important;
        margin-top: 0px;
        margin-top: 10px\0;
        line-height: 35px;
        color: #515151
    }
     ::placeholder {
        font-size: 16px !important
    }
     :-ms-input-placeholder {
        font-size: 16px !important;
        line-height: 38px !important
    }
    .image_form h5 {
        font-size: 18px !important
    }
    .contact_three select,
    .contact_three select.contact_three_left {
        font-size: 13px\0 !important
    }
    .image_form .image_form_border {
        padding: 15px 10px !important
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.image_form {
        height: 380px;
        height: 355px\0
    }
    .footer_form .left_banner {
        height: 370px !important;
        background-size: cover !important
    }
    .image_form h6 {
        width: 85% !important;
        margin: 0px 0px 25px 0px !important;
        font-family: 'arial' !important;
        font-size: 13px !important;
        line-height: 15px !important
    }
    .image_form input {
        border-bottom: 1px solid #a1a2a2 !important
    }
    input.button {
        font-size: 20px !important;
        height: 26px !important;
        margin: 10px 0px 20px 0px !important;
        height: 40px !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #000 !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .legal h5,
    .footer_con .number {
        font-family: 'Louis';
        font-size: 10px !important;
        padding: 0 0 0 45px
    }
    .service ul li a,
    .profile ul li a {
        font-size: 10px !important;
        line-height: 20px !important
    }
    .footer_con {
        padding-bottom: 30px !important
    }
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 14px !important
    }
    .breadcrumb span {
        font: 14px 'Louis' !important;
        font-style: italic !important
    }
    .breadcrumb {
        margin-top: 56px;
        margin-bottom: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .family-hero-banner {
        position: relative
    }
    .family-hero-banner .wpb_wrapper h1 {
        line-height: 52px !important
    }
    .family-hero-banner .wpb_wrapper h1 {
        font: 47px "Louis" !important;
        font-style: italic !important
    }
    #myCarousel_concesionario .sub_contant h1 span,
    #myCarousel_concesionario .sub_contant label span {
        font-size: 24px !important;
        line-height: normal !important;
        font-weight: 200 !important
    }
}

select:focus {
    outline: none
}

.cotiza-banner .container {
    max-width: 1240px !important;
    width: 70% !important;
    margin: 0
}

.vc_custom_1512037851827 {
    background: rgba(0, 0, 0, 0.639216) url(https://busesycamioneschevrolet.com.co/wp-content/uploads/2017/10/LINEA-N_V2.jpg?id=3885);
    text-transform: uppercase
}

.family-hero-banner h1 {
    text-transform: uppercase !important
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

@media screen and (min-width: 1200px) {
    .series-hero-blk .series-slider .item .img-wrap {
        min-width: 590px
    }
    .family-moters-blk .right-content .wpb_wrapper ul li,
    .famlyN-cont p,
    .prod-advantage .left-col p,
    .distance-blk p,
    .series-header p+p,
    .infoblock p,
    .col2-right p,
    .yellow-btm p,
    .error404 .page-content .error_containe .error_bottom_con p,
    .cabindesign-blk .col2-blk .content-wrap p,
    .product-advantage ul li p,
    .cotiza-banner p,
    .hero-caption .famlyN-cont p,
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 1.2em !important;
        line-height: 22px !important
    }
}

.family-hero-banner {
    position: relative
}

.family-hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

input.info_left {
    margin-top: 15px\0
}

.breadcrumb span~span:before {
    content: "";
    position: absolute;
    border-left: 5px solid #f4bc00;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 4px
}

.series-hero-blk .series-slider .item .img-wrap {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%)
}

.banner_cta {
    width: 120px;
    height: 40px;
    border: 2px solid #f4bc00;
    margin-top: 30px;
    z-index: 1;
    background-color: #f4bc00;
    text-align: center;
    float: left;
    margin-right: 50px
}

.banner_cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #000;
    font-weight: bold;
    font-style: italic;
    line-height: 36px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.banner_cta a:hover,
.banner_cta a:focus,
.banner_cta a.focus:hover {
    color: #2f2f2f;
    text-decoration: none !important;
    outline: 0
}

.banner_cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

#mCSB_1_scrollbar_vertical {
    left: 0;
    opacity: 1;
    right: auto;
    position: static
}

#mCSB_1_scrollbar_vertical .mCSB_buttonDown {
    width: 30px;
    height: 30px;
    background: url(img/down-icon.png);
    left: 50%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    bottom: -40px;
    z-index: 9
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    width: 0;
    height: 0
}

#mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    width: 0px;
    opacity: 0
}

.down-vertical-btn {
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

#mCSB_1_scrollbar_vertical .mCSB_buttonUp {
    display: none !important
}

#seriesCarousel .carousel-item .img-fluid {
    width: 100%\0
}

.modal-dialog_form_sucess {
    top: 50%;
    position: relative;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%)
}

.video_section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 690px;
    background-size: cover
}

.video_section .col1-blk {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: inherit
}

.video_section .col1-blk .left,
.video_section .left {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none
}

.video_section .col1-blk .left a:focus {
    outline: none
}

@media screen and (max-width: 1690px) and (min-width: 992px) {
    #Contact_Secetion_3 .Contact_Secetion_3_left {
        float: right;
        text-align: left;
        margin: 5% 5% 5% 5%;
        padding: 0;
        width: 40%
    }
}

@media screen and (max-width: 1380px) and (min-width: 992px) {
    .image_form_border .image_form_border_container {
        width: 100%;
        max-width: 768px;
        float: left;
        margin: 0 0%;
        padding: 0;
        margin-right: 0px
    }
}

body.modal-open {
    overflow: hidden !important;
    position: relative !important;
    width: 100%
}

#seriesCarousel .carousel-inner ol.carousel-indicators {
    display: none !important
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8)
}

.loader-icon {
    background: url(img/finall_loder.png);
    width: 621px;
    height: 251px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 42%;
    -webkit-animation: test 1.5s steps(10) infinite;
    -moz-animation: test 1.5s steps(10) infinite;
    -ms-animation: test 1.5s steps(10) infinite;
    -o-animation: test 1.5s steps(10) infinite;
    animation: test 1.5s steps(10) infinite
}

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px
    }
}

@media screen and (min-width: 56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-navigation {
        margin: 0
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0
    }
    .main-navigation .primary-menu>li {
        float: left
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap
    }
    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #007acc
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999
    }
    .main-navigation ul ul ul {
        top: -1px
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: auto
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: auto;
        right: 0
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: auto;
        right: -100%
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f431";
        position: absolute;
        right: 0.625em;
        top: 0.8125em
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 0.5625em;
        top: 0.875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none
    }
    .site-content {
        padding: 0
    }
    .content-area {
        float: left;
        width: 100%
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%
    }
    .widget {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em
    }
    .widget .widget-title {
        margin-bottom: 1.3125em
    }
    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table {
        margin-bottom: 1.6153846154em
    }
    .widget li>ul,
    .widget li>ol {
        margin-bottom: 0
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget th,
    .widget td {
        padding: 0.5384615385em
    }
    .widget pre {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: 0.846153846em
    }
    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: 0.4615384615em 0.5384615385em
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: 0.9130434783em
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 0.9130434783em
    }
    .widget .alignleft {
        margin: 0.2307692308em 1.6153846154em 1.6153846154em 0
    }
    .widget .alignright {
        margin: 0.2307692308em 0 1.6153846154em 1.6153846154em
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em
    }
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em
    }
    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px
    }
    .tagcloud a {
        margin: 0 0.2307692308em 0.5384615385em 0;
        padding: 0.5384615385em 0.4615384615em 0.4615384615em
    }
    .textwidget h1 {
        margin-top: 1.8260869565em
    }
    .textwidget h2 {
        margin-top: 2.2105263158em
    }
    .textwidget h3 {
        margin-top: 2.625em
    }
    .textwidget h4 {
        letter-spacing: 0.153846154em
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0
    }
    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.5455% 3.5em
    }
    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .site-info {
        margin: 0.538461538em auto 0.538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%
    }
    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets {
        margin: 0 auto
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%
    }
}

@media screen and (min-width: 61.5625em) {
    .site-main {
        margin-bottom: 0
    }
    .site-header {
        padding: 0
    }
    .site-branding,
    .site-header-menu,
    .header-image {
        margin-top: 1.75em;
        margin-bottom: 1.75em
    }
    .image-navigation {
        margin-bottom: 3.230769231em
    }
    .post-navigation {
        margin-bottom: 7.0em
    }
    .pagination {
        margin-bottom: 5.894736842em
    }
    .widget {
        margin-bottom: 4.307692308em
    }
    .site-main>article {
        margin-bottom: 7.0em
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .post-thumbnail {
        margin-bottom: 2.625em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: 0.8484848485em
    }
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em
    }
    .entry-content h4,
    .entry-summary h4,
    .entry-intro h4,
    .comment-content h4 {
        letter-spacing: 0.131578947em
    }
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 5.25em
    }
    .comments-area,
    .sidebar,
    .content-bottom-widgets .widget-area,
    .widecolumn {
        margin-bottom: 7.0em
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.105263158em
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 71.42857144%
    }
    body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em)
    }
    body:not(.search-results) article:not(.type-page) img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: 0.1538461538em;
        width: 21.42857143%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
        display: none
    }
    .single .byline,
    .full-size-link,
    body:not(.search-results).group-blog .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: 0.5384615385em
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
        margin-bottom: 0
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 0.5384615385em;
        width: 49px
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%
    }
}

@media screen and (min-width: 75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -0.913043478em
    }
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ul,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary table {
        margin-bottom: 1.5217391304em
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: 0.956521739em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632
    }
    body:not(.search-results) .entry-summary th,
    body:not(.search-results) .entry-summary td {
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: 0.2608695652em 1.5217391304em 1.5217391304em 0
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: 0.2608695652em 0 1.5217391304em 1.5217391304em
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em
    }
}

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none
    }
    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt
    }
    blockquote {
        font-size: 14.25pt
    }
    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt
    }
    .site-description {
        display: block
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt
    }
    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt
    }
    body,
    .site {
        background: none !important
    }
    body,
    blockquote cite,
    blockquote small,
    .site-branding .site-title a,
    .entry-title a,
    .comment-author {
        color: #1a1a1a !important
    }
    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important
    }
    blockquote,
    .site-description,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote,
    .author-bio,
    .entry-footer,
    .entry-footer a,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .site-info a,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #686868 !important
    }
    code,
    hr {
        background-color: #d1d1d1 !important
    }
    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important
    }
    a {
        color: #007acc !important
    }
    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body>a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important
    }
    .site {
        margin: 5%
    }
    .site-inner {
        max-width: none
    }
    .site-header {
        padding: 0 0 1.75em
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em
    }
    .site-main {
        margin-bottom: 3.5em
    }
    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0
    }
    .post-thumbnail,
    .site-main>article {
        margin-bottom: 3.5em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.473684211em
    }
    .site-footer,
    .widecolumn {
        padding: 0
    }
}

@font-face {
    font-family: 'Louis-Bold';
    src: url("fonts/Louis-Bold.eot");
    src: url("fonts/Louis-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Bold.woff") format("woff"), url("fonts/Louis-Bold.ttf") format("truetype"), url("fonts/Louis-Bold.svg#Louis-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Italic';
    src: url("fonts/Louis-Italic.eot");
    src: url("fonts/Louis-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Italic.woff") format("woff"), url("fonts/Louis-Italic.ttf") format("truetype"), url("fonts/Louis-Italic.svg#Louis-Italic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Louis';
    src: url("fonts/Louis-CondensedDemi.eot");
    src: url("fonts/Louis-CondensedDemi.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-CondensedDemi.woff") format("woff"), url("fonts/Louis-CondensedDemi.ttf") format("truetype"), url("fonts/Louis-CondensedDemi.svg#Louis-CondensedDemi") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Regular';
    src: url("fonts/Louis-Regular.eot");
    src: url("fonts/Louis-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Regular.woff") format("woff"), url("fonts/Louis-Regular.ttf") format("truetype"), url("fonts/Louis-Regular.svg#Louis-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-BoldItalic';
    src: url("fonts/Louis-BoldItalic.eot");
    src: url("fonts/Louis-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-BoldItalic.woff") format("woff"), url("fonts/Louis-BoldItalic.ttf") format("truetype"), url("fonts/Louis-BoldItalic.svg#Louis-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after,
.container:after,
.row:after,
.nav:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

body {
    color: #5a5a5a
}

.logo {
    width: 293px;
    height: auto;
    float: left;
    padding-top: 10px
}

.logo a img {
    max-width: 100% !important;
    height: auto !important
}

.navbar-wrapper .navbar {
    float: right;
    border: none
}

.navbar-inverse {
    background-color: unset;
    border-color: unset;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Louis';
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 25px
}

ul#menu-primary-menu ul.sub-menu li a {
    font-weight: bold
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    border-bottom: 2px solid #d2d2d3
}

.navbar-inverse .navbar-nav>li:first-child:after {
    content: '';
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    right: 15px;
    top: 55%
}

.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.navbar-nav {
    float: left;
    margin: 0;
    display: -webkit-inline-box
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 0px;
    width: 100%;
    z-index: 121
}

.carousel-control.right {
    left: 55px !important;
    top: 5.5%
}

.carousel-control {
    width: 45px !important
}

.carousel-control.left {
    left: 0;
    top: 5.5%
}

.carousel-control.left_2 {
    left: 0;
    top: 5.5%
}

.carousel-control.right_2 {
    left: 55px !important;
    top: 5.5%
}

.glyphicon-chevron-left:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(180deg)
}

.glyphicon-chevron-left:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.glyphicon-chevron-right:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: block
}

.glyphicon-chevron-right:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.three_colume .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important
}

.carousel-control.left_2,
.carousel-control.right_2 {
    background-image: none !important
}

.navbar-collapse.collapse ul.sub-menu li,
.navbar-collapse.collapse ul.sub-menu li:hover {
    border: 0
}

.navbar-collapse.collapse ul.sub-menu li {
    text-align: left
}

.navbar-collapse.collapse ul.sub-menu li a {
    padding: 0.75625em 1.8em
}

.navbar-collapse.collapse ul.sub-menu li:hover a {
    text-decoration: none
}

.home_page .carousel {
    margin-bottom: 0px;
    position: relative
}

.home_page .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.home .home_page .carousel-caption {
    bottom: 20px
}

.page-id-150 .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0
}

.home_page .carousel-caption {
    z-index: 0
}

.home_page .item_img_one {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_two {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_three {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_four {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .carousel .item {
    height: 590px;
    background-color: #555;
    background-size: cover
}

.home .home_page .carousel .item {
    min-height: 500px;
    height: 75vh
}

.home_page .carousel img {
    position: absolute;
    top: 10px;
    left: 0;
    min-height: 40px;
    outline: none
}

.home .home_page .carousel-indicators {
    display: table;
    left: 79em;
    right: 0;
    position: absolute;
    width: 20%;
    bottom: inherit;
    top: 56%\0;
    margin-top: 1em;
    margin-left: -2em
}

.page-id-150 .home_page .carousel-indicators {
    top: 73%
}

.home_page .carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -24%
}

.home_page .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.home_page .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 460px
}

.home_page .sub_contant h1,
.home_page .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

.home_page .sub_contant h1 span,
.home_page .sub_contant label span {
    font-family: 'Louis';
    font-size: 33px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

.home_page .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.home_page .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.home_page .sub_contant .cta a:hover {
    color: #2f2f2f
}

.home_page .sub_contant .cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

.three_colume {
    margin: -100px 0px 50px 0px;
    padding: 0;
    position: relative !important;
    top: 85%;
    display: flex
}

.home_page .one_slide {
    background-repeat: no-repeat;
    padding: 0
}

.banner-blk {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.banner-blk .vc_column-inner {
    height: 100%
}

.home_page .one_slide_txt {
    position: relative
}

.banner-blk h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.single-location .footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.home_page .one_slide_txt h2,
.home_page .two_slide_txt h2,
.home_page .three_slide_txt h2 {
    display: none
}

.banner-blk h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px
}

.banner-blk .wpb_wrapper {
    position: relative;
    padding-left: 40px;
    margin-top: 10px
}

.banner-blk .wpb_wrapper:before {
    content: '';
    width: 3px;
    height: 70px;
    background-color: #f4bc00;
    position: absolute;
    left: 20px;
    top: 0
}

.home_page .one_slide_tx_cta,
.home_page .two_slide_tx_cta,
.home_page .three_slide_tx_cta {
    display: none
}

.home_page .one_slide_txt_img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.home_page .one_slide_txt_img img {
    position: absolute;
    left: -54px
}

.home_page .two_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .two_slide_txt {
    position: relative
}

.home_page .two_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .two_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase
}

.home_page .three_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .banner-blk {
    height: 550px
}

.home_page .three_slide_txt {
    position: relative
}

.home_page .three_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .three_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f4bc00;
    border: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none
}

.two_colume {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table
}

.two_colume .main_secetion {
    margin: 0 auto;
    padding: 0
}

.header {
    margin: 0 auto;
    padding: 0
}

.image_section {
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    height: 475px
}

.image_form h5 {
    width: 85%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 725px;
    margin: 0;
    text-transform: uppercase
}

.image_form {
    position: relative;
    background: #f2f4f6;
    height: 475px;
    height: 460px\0
}

.image_form h6 {
    width: 85%;
    margin: 0px 0px 25px 0px;
    font-family: 'arial';
    font-size: 16px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 725px;
    padding: 25px 0 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.first_filed,
.info,
.first_filed.last_filed {
    padding: 0;
    max-width: 715px;
    width: 84%;
    position: relative;
    margin-bottom: 20px
}

.image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 20px
}

.image_form form {
    float: left;
    max-width: 760px;
    width: 100%;
    margin-top: 25px;
    margin-left: 40px
}

.image_form input,
select.vehicle {
    width: 540px;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    padding: 0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0
}

.image_form input {
    line-height: 0\0 !important;
    padding-bottom: 0px\0
}

.image_form input.message {
    max-width: 740px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding: 0 0.4375em;
    line-height: 35px;
    height: 38px;
    height: 20px\0;
    padding: 0;
    margin: 0px 0px 0;
    margin: 15px 0px 0\0
}

::placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

.image_form input.tele {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 0px;
    padding: 0
}

.telephone {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 25px
}

.image_form input.email {
    width: 345px;
    float: left;
    line-height: 35px;
    padding: 0;
    background-color: transparent
}

select.vehicle {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 38px;
    height: 20px\0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    padding-right: 45px;
    outline: none;
    margin-top: 10px\0
}

select.vehicle option {
    background-color: #e3e2e2;
    outline: none
}

select.vehicle option:checked {
    background-color: #d0d0d0;
    outline: none
}

select.vehicle option:focus,
select.vehicle option:hover,
select.vehicle option:active {
    background-color: #d0d0d0;
    outline: none
}

select.city {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.city {
    width: 345px;
    float: left;
    line-height: 35px
}

.first_filed input,
.info input {
    background: transparent\0 !important
}

input.button {
    background-color: transparent\0 !important;
    color: #312b2b \0 !important
}

input.button:hover,
input.button:focus {
    background-color: #312b2b \0 !important;
    background: #303030 !important;
    color: #fff !important;
    border-color: #303030 \0
}

select.contacted {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.contacted {
    width: 345px;
    float: right;
    line-height: 35px
}

input.button {
    width: 153px;
    height: 50px;
    border: 2px solid #000000;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    text-transform: uppercase
}

input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    margin: 10px 0px 15px 0px
}

.submit a {
    text-decoration: none;
    font-weight: bold;
    color: #312b2b;
    font-style: italic;
    font-family: 'Louis';
    font-size: 25px;
    display: block;
    line-height: 45px
}

input.button:hover,
input.button:focus {
    background-color: #303030;
    color: #fff;
    outline: 0
}

.download {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.download .mobile_image {
    display: none
}

.download_block {
    width: 100%;
    max-width: 1240px;
    background-color: #f2f4f6;
    margin-top: 150px;
    position: relative
}

.download_mobile {
    position: relative
}

.download_block_txt h4 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 30px;
    color: #f4bc00;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 210px;
    padding-top: 43px;
    padding-bottom: 0
}

.download_block:before {
    width: 184px;
    height: 292px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0
}

.download_block_txt h6 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 40px;
    color: #303030;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 205px;
    font-weight: bold;
    padding-bottom: 0px
}

.download_block_cta {
    margin: 0;
    padding: 0
}

.download_block_cta ul {
    list-style: none;
    margin-top: 20px;
    padding: 0
}

.download_block_cta ul li {
    margin-bottom: 15px
}

.footer {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0
}

.footer_con {
    padding-bottom: 40px
}

.footer_con .number {
    text-align: center;
    font-family: 'Louis';
    font-size: 14px;
    color: #6d6c6c
}

.footer_con .number a {
    text-decoration: none;
    color: #6d6c6c
}

.links {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #aeaeae;
    padding-top: 25px;
    padding-bottom: 25px
}

.profile {
    margin: 0 auto;
    padding: 0;
    height: 180px
}

.profile ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.profile ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae
}

.service ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.service ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service ul li {
    margin-left: 35%
}

.legal {
    padding-left: 9%;
    padding-right: 6%
}

.legal h5 {
    font-family: 'Louis';
    font-size: 12px;
    color: #6d6c6c;
    margin: 0 auto;
    padding: 0 0 0 105px;
    line-height: 20px
}

.one_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.two_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.three_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.entry-title {
    display: none
}

.protfolio .protfolio-banner {
    background-image: url("images/potfolio_familia.jpg");
    width: 100%;
    height: 528px
}

.protfolio .protfolio-banner h1 strong {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.protfolio .protfolio-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    position: absolute;
    bottom: 0;
    RIGHT: 0;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal
}

.protfolio .protfolio-banner .banner-content {
    position: relative;
    height: 100%
}

.concesionario .concesionario-banner {
    background-image: url("images/concesionario-banner.jpg");
    width: 100%;
    height: 731px
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box .box {
    padding: 35px 30px 20px;
    background: #999999;
    margin: 10px;
    max-width: 290px
}

.footer_form .padd_remove {
    margin: 0 auto;
    padding: 0
}

.left_banner img {
    width: 100%;
    max-width: 760px
}

.image_form .image_form_border {
    padding: 50px 40px
}

.info+.first_filed {
    margin-top: 0px
}

.img-left {
    padding-right: 20px !important
}

.img-left .vc_column-inner {
    padding-top: 0 !important
}

.form-right .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important
}

div.wpcf7-response-output {
    margin: 0;
    display: none
}

.image_form .image_form_border .clearfix input+span,
.image_form .image_form_border .clearfix select+span {
    float: left;
    margin-left: 20px
}

.image_form .image_form_border .clearfix input+.departamento {
    margin-top: 5px
}

.links .profile {
    padding-left: 0
}

.banner-blk .wpb_wrapper .wpb_wrapper {
    padding-left: 0;
    margin-left: -20px
}

.banner-blk .wpb_wrapper .wpb_wrapper p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    padding-right: 25px;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper .wpb_wrapper p {
    display: block;
    color: #313131 !important
}

.three_colume .wpb_wrapper:hover .banner-blk {
    background-color: rgba(244, 188, 0, 0.8)
}

.hover-text.wpb_content_element {
    margin-bottom: 15px
}

.banner-blk .wpb_wrapper .wpb_wrapper::before {
    content: "";
    width: 0
}

.hover-btn.banner-vermas button,
.hover-btn.banner-vermas .vc_btn3 {
    margin-left: -20px;
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas button,
.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas .vc_btn3 {
    display: block;
    box-shadow: inherit !important;
    line-height: 1.5
}

.three_colume .wpb_wrapper:hover h4,
.three_colume .wpb_wrapper:hover h1 {
    color: #303030
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper:before {
    background-color: #303030
}

.carousel-inner .item {
    background-position: center bottom
}

#campana.item,
#campana2.item {
    background-position: center bottom
}

.hero-slider {
    width: 100%
}

.hero-slider .item {
    width: 100%;
    height: 725px;
    background-size: cover;
    background-position: center
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    height: 0
}

.col3-banner.row {
    margin: 0
}

.col3-banner ul {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: -80px 0 0
}

.col3-banner ul li {
    max-width: 400px;
    height: 550px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px
}

.help-blk {
    display: flex;
    margin: 60px 0 0
}

.help-blk .img-blk {
    width: 740px;
    height: 470px;
    float: left;
    flex: 0 0 40%;
    background-position: -10px center;
    background-repeat: no-repeat
}

.help-blk .help-form {
    background: #f3f5f6;
    padding: 20px;
    flex: 0 0 60%
}

.help-form .form-wrap {
    border: 1px solid #8c8d8e;
    height: 470px
}

.store-banner {
    text-align: center
}

.terms-policy-menu li {
    list-style: none
}

footer nav li a,
.terms-policy-menu li a span {
    color: #6d6c6c;
    position: relative !important
}

.site-footer .main-navigation,
.site-footer .main-navigation ul li {
    display: block
}

.site-footer .main-navigation ul li {
    float: none
}

.lbl-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #252525;
    flex-grow: 1;
    align-items: stretch
}

.site-footer {
    align-items: flex-start
}

.nav li a:after {
    content: "" !important
}

.main-navigation ul li a {
    font-size: 18px;
    font-family: 'Louis';
    font-weight: bold;
    text-transform: uppercase
}

ul#menu-primary-menu>li a {
    color: #fff
}

ul#menu-primary-menu ul.sub-menu li a {
    color: #3b3b3b
}

ul#menu-primary-menu ul.sub-menu li a:after {
    contain: "";
    position: absolute;
    background-image: url("img/menu_arrow.png");
    width: 5px;
    height: 10px;
    transform: rotate(0deg);
    top: 40%
}

ul#menu-primary-menu ul.sub-menu li>ul li a:after {
    display: none
}

ul#menu-primary-menu ul.sub-menu li:hover,
ul#menu-primary-menu ul.sub-menu ul li {
    background-color: #d5d5d5
}

ul#menu-primary-menu ul.sub-menu .sub-menu li:hover {
    background-color: #c6c6c6
}

.main-navigation ul ul:after,
.main-navigation ul ul:before {
    border: 0
}

.carousel-indicators li {
    background-color: rgba(131, 131, 131, 0.5) !important;
    border: 0 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px !important
}

.carousel-indicators li.active {
    background-color: #f4bc00 !important
}

.image_form.Concesionarios.image_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form.Concesionarios.image_form h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form.Concesionarios.image_form .first_filed,
.image_form.Concesionarios.image_form .info,
.image_form.Concesionarios.image_form .city {
    margin-bottom: 15px;
    max-width: 740px;
    width: 100%
}

.image_form.Concesionarios.image_form input {
    width: 100%;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    float: none
}

.image_form.Concesionarios.image_form .first_filed br,
.image_form.Concesionarios.image_form .info br,
.image_form.Concesionarios.image_form .city br {
    display: none
}

.image_form.Concesionarios.image_form .first_filed input.left {
    float: left;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form .first_filed input.right {
    float: right;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form select {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    margin-top: 12px
}

.image_form.Concesionarios.image_form select.right {
    float: right
}

.Concesionarios_cta {
    width: 100%;
    max-width: 130px;
    padding-top: 80px
}

.image_form.Concesionarios.image_form .Concesionarios_cta input {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 100%;
    max-width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset;
    border: 2px solid #000;
    border-radius: unset
}

.image_form.Concesionarios.image_form .Concesionarios_cta input:hover,
.image_form.Concesionarios.image_form .Concesionarios_cta input:focus {
    background-color: #000000;
    color: #fff;
    outline: none
}

.concesionario .concesionario-banner {
    background-image: url("../images/concesionario-banner.jpg");
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 23%;
    background-size: cover
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    max-height: 7.2em
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box {
    margin-top: -100px;
    margin-bottom: 100px
}

.concessionaire-box .carousel .carousel-inner {
    text-align: left
}

.concessionaire-box .carousel .carousel-inner .item .box {
    text-align: left
}

.concessionaire-box .box {
    padding: 35px 15px 20px;
    background: #f7f8f9;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    float: none
}

.concessionaire-box .box ul {
    padding: 0;
    margin-top: 10px
}

.concessionaire-box .box .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
    margin-top: 0
}

.concessionaire-box .box li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire-box .container {
    margin: 0 auto !important;
    padding: 0 !important
}

.concessionaire-box .box li .bullet {
    position: absolute;
    left: -15px;
    color: #acacac;
    font-size: 28px;
    top: -6px
}

.concessionaire-box .box li span {
    color: #acacac
}

.concessionaire-box .box li .cta_ver_mas {
    text-align: center;
    margin-top: 15px
}

.concessionaire-box .box li a {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    text-decoration: none;
    word-break: break-all
}

.concessionaire-box .carousel-indicators {
    bottom: -60px;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: auto;
    margin-left: 0
}

.concessionaire-box .box:hover .bullet {
    color: #f6a900
}

.concessionaire-box .box:hover .cta_ver_mas a {
    color: #000000;
    font-weight: bold
}

.concessionaire-box .carousel-indicators li {
    background-color: #dbdbdb
}

.concessionaire-box .carousel-indicators .active {
    background-color: #f4bc00
}

.series-header p,
.series-header p a {
    display: inline-block
}

.series-header p a {
    cursor: pointer
}

.series-header p {
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0
}

.series-header p+p {
    font: 16px 'Louis';
    color: #3b3b3b;
    text-transform: uppercase;
    float: right;
    margin-top: 8px;
    margin-right: 15px
}

.series-header {
    padding: 15px 0
}

.series-header p a .grid-icon {
    width: 29px;
    height: 27px;
    background: url("img/grid-icon.png") no-repeat center;
    display: block;
    margin: 0 18px
}

.series-list ul li i {
    width: 50%;
    display: inline-block;
    text-align: center
}

.series-list ul li i img {
    max-width: 100%
}

.series-list ul li {
    list-style: none;
    padding: 21px 0;
    cursor: pointer
}

.series-list ul li.active,
.series-list ul li:hover {
    background: #ebebeb
}

.modal-series-list.series-list ul li.active,
.modal-series-list.series-list ul li:hover {
    margin-right: 0
}

.series-list ul li p {
    display: inline-block;
    color: #2c2c2c;
    font: 20px 'Louis';
    text-transform: uppercase;
    width: 50%;
    vertical-align: middle
}

.series-list ul li p span {
    color: #4e4e4e;
    font: 16px Arial, Helvetica, sans-serif;
    text-transform: none;
    display: block
}

.series-list ul {
    padding-bottom: 5px;
    margin-left: 0
}

.series-list {
    border-bottom: 1px solid #d5d5d5;
    position: relative
}

.technlinfo ul {
    margin-left: 0;
    margin: 16px auto 35px;
    display: table;
    padding: 0;
    width: 100%;
    max-width: 1240px
}

.technlinfo ul li {
    width: 32.33%
}

.technlinfo ul li,
.technlinfo ul li i,
.technlinfo ul li p {
    display: inline-block
}

.technlinfo ul li i {
    width: 81px;
    height: 52px;
    text-align: center;
    margin-right: 5px
}

.technlinfo ul li p {
    display: inline-block;
    color: #4e4e4e;
    font: 20px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 75%
}

.technlinfo ul li p span {
    color: #2c2c2c;
    font: 24px/2 louis;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: bold
}

.title-black,
.title-white {
    color: #000000;
    font: 45px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #f4bc00;
    display: table;
    padding: 0 0 0px 0
}

.title-white {
    color: #fff
}

.infoblock p {
    color: #5a5a5a;
    font: 16px/22px 'arial';
    letter-spacing: .01em;
    margin-top: 40px
}

.section-content-img .infoblock {
    background: #f7f8f9
}

.section-content-img .infoblock,
.section-content-img .imageblock {
    width: 50%;
    float: left;
    background-repeat: no-repeat !important
}

.section-content-img .infoblock {
    padding-left: 15px
}

#myCarousel {
    margin-bottom: 65px
}

@media screen and (min-width: 1367px) {
    .imageblock {
        height: 70vh !important;
        min-height: 60vh !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 480px) {
    .imageblock {
        height: 50vh !important;
        min-height: 270px !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

.imageblock {
    height: 70vh !important;
    min-height: 450px !important;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat
}

.infoblock .infowrap {
    max-width: 500px;
    float: right;
    margin-right: 8em
}

.section-content-img {
    display: flex;
    align-items: center;
    background: #f7f8f9
}

.product-advantage {
    padding: 70px 0
}

.product-advantage ul {
    margin-left: 0;
    display: table;
    margin: 75px auto 0
}

.product-advantage h2 {
    margin: 0 auto
}

.product-advantage ul li {
    list-style: none;
    display: inline-block
}

.product-advantage ul li i {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 1%;
    text-align: center;
    height: 117px
}

.product-advantage ul li h3 {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin: 20px auto
}

.product-advantage ul li p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    letter-spacing: 0.012em;
    padding: 0 15px
}

.product-advantage ul li p strong {
    font-weight: bold
}

.charastics-sctn {
    background: black
}

.col1-blk {
    width: 80%;
    margin: 0 auto
}

.col2-blk {
    width: 50%;
    float: left
}

.charastics-sctn {
    padding-top: 45px;
    margin-bottom: 200px
}

.col2-right label,
.yellow-btm label {
    color: #fff;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 1px
}

.col2-right {
    padding-right: 1em
}

.col2-right p,
.yellow-btm p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em
}

.charastics-sctn .yellow-btm {
    padding-bottom: 10px;
    padding-top: 120px;
    display: none
}

.yellow-btm label,
.yellow-btm p {
    color: #050606;
    line-height: normal
}

.charastics-sctn .yellow-btm>.container {
    width: 600px !important
}

.charastics-sctn .black-blk {
    position: relative;
    border-bottom: thin solid black
}

.charastics-sctn .black-blk:after {
    content: "";
    background: url("img/transperent-triangle1.png") no-repeat center;
    position: absolute;
    left: 0;
    bottom: -198px;
    width: 100%;
    height: 246px;
    background-size: 100% 154px
}

.cabindesign-blk .col2-blk+.col2-blk {
    padding-left: 40px;
    padding-top: 80px;
    order: 1
}

.cabindesign-blk .col2-blk .content-wrap {
    max-width: 480px
}

.cabindesign-blk .col2-blk .content-wrap p {
    color: #5a5a5a;
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    margin-top: 50px
}

.cotiza-banner .title-white {
    font-style: italic;
    font-size: 70px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8)
}

.cotiza-banner p {
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .018em;
    color: #fff;
    margin: 20px 0
}

.btn-quote {
    width: 144px;
    height: 44px;
    border: 2px solid #f4bc00;
    color: #f4bc00 !important;
    display: table;
    text-align: center;
    font: 20px 'Louis';
    font-style: italic;
    font-weight: bold;
    line-height: 2;
    text-decoration: none !important
}

.btn-quote:hover {
    background-color: #f4bc00;
    color: #000 !important;
    outline: none
}

.cotiza-banner {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin: 30px 0 20px
}

.cotiza-banner {
    display: table\0;
    width: 100%\0;
    padding-top: 20px\0
}

.yellow-strip {
    background: url("img/yellow-strip.png") no-repeat center;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 11
}

.yellow-strip p {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-weight: bold;
    margin: 25px 0 0 0
}

.modal-img iframe {
    width: 100%;
    height: 650px
}

section#conoce_div {
    margin-bottom: 39%
}

.modal-img {
    position: relative
}

#seriesCarousel .carousel-item {
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.series-listblk {
    position: relative
}

.series-hero-blk .series-slider,
.series-hero-blk .series-listblk {
    float: left
}

.series-hero-blk .series-slider {
    width: calc(100% - 480px)
}

.series-hero-blk .series-listblk {
    width: 480px
}

.technlinfo {
    clear: left
}

.series-slider,
.series-listblk {
    padding: 0 !important
}

#seriesCarousel .top-caption h1 {
    color: #fff;
    font: 60px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin-top: 40px
}

#seriesCarousel .top-caption {
    position: relative
}

#seriesCarousel .top-caption h1 span {
    font: 25px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none
}

.right-caption {
    width: 200px;
    position: absolute;
    top: 0;
    left: calc(100% - 230px) !important;
    right: inherit;
    padding-top: 75px !important;
    line-height: 25px
}

.right-caption .model-caption-btn {
    width: 200px;
    min-height: 35px;
    color: #fefefe;
    border: 2px solid #fefefe;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    z-index: 1;
    text-transform: uppercase
}

.right-caption p {
    text-align: left;
    color: #fefefe;
    font: 18px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase
}

.right-caption a {
    color: #fefefe;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: normal !important;
    margin-bottom: 10px;
    text-decoration: none !important
}

.right-caption.right-top {
    max-height: 230px
}

.right-caption a.last-caption-btn {
    position: absolute;
    bottom: 4px
}

.right-caption a:hover,
.right-caption a:focus,
.right-caption a.active {
    background-color: #fafafa;
    color: #4d4d4d;
    text-shadow: 0 0 0 !important;
    overflow: hidden;
    outline: none
}

.carousel-item {
    position: relative
}

#seriesCarousel .carousel-indicators {
    border-top: 2px solid #f5b200;
    display: table;
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 40px;
    left: inherit;
    right: 0
}

.series-list.scrollbox {
    overflow: auto;
    height: 520px;
    width: 97%
}

#PortfolioTab {
    margin-left: 0 !important
}

#PortfolioTab .nav-item {
    width: 50%;
    text-align: center
}

#PortfolioTab li a {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin: 0
}

#PortfolioTab li {
    position: relative;
    background: #dbdbdb;
    margin: 0;
    list-style: none
}

#PortfolioTab li:not(.active) a:hover {
    color: #fff
}

#PortfolioTab li.active a {
    font-weight: bold
}

#technlspctnTab {
    margin-left: 0;
    border: 0
}

#technlspctnTab li a {
    color: #898989;
    font: 27px 'Louis';
    font-weight: bold;
    font-style: italic;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 5px solid transparent
}

.technl-tab-blk .nav-tabs>li>a {
    border: 0
}

#technlspctnTab li.active a {
    color: #2c2c2c
}

#technlspctnContent .tab-pane {
    background-color: #f7f8f9;
    min-height: 670px
}

.technl-tab-blk {
    margin-top: 60px
}

#technlspctnContent .tab-pane ul {
    display: table;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0
}

#technlspctnTab li.active a {
    background: #f7f8f9 !important;
    border: 0;
    border-top: 5px solid #d8d5d5
}

#technlspctnTab li:hover a {
    background: #898989 !important;
    border: 0;
    color: #fff;
    border-top: 5px solid #f4bc00
}

.tab-pane ul li {
    list-style: none
}

#technlspctnContent ul li .left {
    clear: left;
    padding-left: 20px
}

#technlspctnContent ul li .left p,
#technlspctnContent ul li .right p,
#technlspctnContent ul li .center p {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1d1d1b;
    margin: 0
}

#technlspctnContent ul li .right p,
#technlspctnContent .tab-pane ul li .center p {
    color: #1d1d1b;
    font-weight: normal
}

#technlspctnContent ul li {
    display: table;
    width: 100%;
    border-bottom: 3px solid #c3c3c3;
    padding: 11px 0
}

.technlspctn-blk {
    margin: 60px 0 30px
}

.cabindesign-blk,
.technlspctn-blk {
    display: table;
    width: 100%
}

p.paddingleft6 {
    padding-left: 6em
}

p.paddingleft13 {
    padding-left: 13em
}

#TransmisionTabCont ul li .right p {
    text-align: center
}

#technlspctnContent #ChasisTabCont ul {
    max-width: 1028px
}

.cabindesign-blk {
    background: #f7f8f9;
    padding-bottom: 0px;
    margin-top: 150px;
    display: flex;
    align-items: center
}

.concessionaire_popup {
    margin-top: -130px
}

.concessionaire_popup .back_btn a {
    font-size: 20px;
    font-family: "Louis";
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    left: 20px;
    text-transform: uppercase
}

.concessionaire_popup .back_btn a:before {
    background-image: url(img/back_arrow.png);
    width: 13px;
    height: 22px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: -20px;
    top: 13%
}

.concessionaire_popup .pop_up_box {
    background-color: #f7f8f9;
    margin-top: 40px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content .main_heading {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #666666;
    font-weight: bold;
    font-style: italic
}

.concessionaire_popup .pop_up_content {
    padding: 35px 100px 105px 100px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 35px
}

.concessionaire_popup .pop_up_content .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
    padding-top: 25px
}

.concessionaire_popup .pop_up_content li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire_popup .pop_up_content li .bullet {
    position: absolute;
    left: 0;
    color: #acacac
}

.concessionaire_popup .pop_up_content li span {
    color: #666666
}

.concessionaire_popup .pop_up_content a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.concessionaire_popup .pop_up_content .padd_remove {
    padding-left: 0;
    padding-right: 0
}

.cabindesign-blk .col2-blk {
    float: right;
    padding-left: 40px;
    padding-top: 80px;
    order: 2
}

.btn360 {
    margin-top: 8px;
    font: 4.6875vw "Louis";
    color: #fff;
    font-weight: bold;
    font-style: italic;
    background: #2c2c2c;
    width: 36.875vw;
    height: 7.65625vw;
    text-align: center;
    display: block;
    line-height: 1.8
}

#Contact_Secetion_2 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    height: 650px;
    float: none
}

#Contact_Secetion_2 .sub_contant {
    margin: 20% 10% 0% 0%;
    width: 100% !important;
    max-width: 460px !important;
    float: right;
    z-index: 1
}

#Contact_Secetion_2 .contact_title {
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container .wpb_content_element {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#Contact_Secetion_2 .contact_title p {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 60px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 60px
}

.contact_title_desciption p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    margin-top: 20px
}

.Contact_Secetion_3_left.sub_container {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    text-transform: uppercase
}

.contact_first br,
.contact_two br,
.contact_three br,
.contact_four br,
.contact_five br {
    display: none
}

.contact_first,
.contact_two,
.contact_three,
.contact_four,
.contact_five {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.contact_first input,
.contact_two input {
    width: 48%;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    line-height: 25px\0;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    float: left
}

.contact_first input.contact_first_left {
    margin-right: 4%
}

.contact_first input+span,
.contact_two input+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_two input.contact_three_left {
    margin-right: 4%
}

#Contact_Secetion_3 .Contact_Secetion_3_left {
    float: right;
    text-align: left
}

.sub_container.Contact_Secetion_3_right {
    float: left
}

.Contact_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 25px
}

.contact_three {
    background-color: #f2f4f6
}

.contact_three select.contact_three_left {
    margin-right: 4%
}

.contact_three select {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    line-height: 25px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    padding-right: 43px
}

.contact_three select option {
    color: #515151
}

select::-ms-expand {
    display: none
}

#your-name-error,
#your-email-error {
    width: 45%;
    margin-right: 5%
}

.contact_three select+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_three select p {
    width: 45%;
    margin: 0 auto
}

.contact_four select {
    width: 100%;
    max-width: 620px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -moz-appearance: none !important;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center
}

.contact_five input {
    width: 100%;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    line-height: 28px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    max-width: 650px
}

#Contact_Secetion_3 .image_form_contact {
    position: relative;
    background: #f2f4f6;
    height: 415px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding-top: 15px
}

#Contact_Secetion_3 .vc_column-inner {
    padding: 0
}

#Contact_Secetion_3 .image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 0px
}

#Contact_Secetion_3 input.button {
    width: 130px;
    height: 40px;
    border: 2px solid #000000;
    margin: 0px 0px 50px 0px;
    background-color: #f3f5f6;
    color: #312b2b;
    border-radius: 0px;
    margin-top: 25px
}

#Contact_Secetion_3 input.button:hover {
    background-color: #000000;
    color: #FFFFFF
}

.content-area .sub_container {
    width: 50%;
    padding: 0 0 0 60px;
    margin: 2% 0% 0% 0%
}

.Contact_Secetion_3_left>.vc_column-inner {
    max-width: 500px
}

.content-area .sub_container h1 {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
    padding: 0
}

.content-area .sub_container .wpb_content_element {
    margin: 0px 0px 25px 0px
}

.content-area .sub_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
    text-transform: none
}

.content-area .sub_container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #4e4e4e;
    font-weight: bold;
    margin: 0px 0px 20px 0px
}

.content-area .sub_container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: normal;
    font-style: italic;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 0
}

button.mobile_cta {
    display: none !important
}

h4.mobile_form_txt {
    display: none !important
}

.terms-condition-banner {
    background-image: url(../images/terms-condition-banner.jpg);
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover
}

.terms-condition-detail .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.terms-condition-detail .terms-condition-box {
    background-color: #ffffff;
    display: table;
    width: 100%;
    margin: -105px auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content {
    padding: 30px 35px 40px 60px;
    display: table;
    width: 100%;
    margin: 0 auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
    font-size: 45px;
    line-height: 50px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_sub_title {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_description {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.modal_video .modal-dialog {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 50px auto !important;
    padding: 0 !important
}

.modal_video .modal-dialog .close {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog .close:hover {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog button {
    outline: none
}

.modal_video .modal-dialog .video {
    margin: 30px 0 30px
}

.modal_btn .modal-dialog {
    width: 100% !important;
    max-width: 822px !important;
    margin: 125px auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog .modal-content {
    border-radius: 0px
}

.modal_btn .close {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal_btn .close:hover {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal-dialog_form_sucess .close,
.modal-dialog_form_sucess .close:hover {
    color: #f4bc00
}

.modal_btn .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    background-color: #f4bc00;
    width: 100%;
    padding: 20px 40px 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
    letter-spacing: 1px
}

.modal_btn .modal-dialog .modal-content .modal-body {
    padding: 20px 40px 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-body p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Arial';
    color: #3b3b3b;
    width: 100%;
    text-align: justify
}

#seriesmodel {
    background: rgba(255, 255, 255, 0.95)
}

.series_modal .btn-header {
    display: flex;
    justify-content: center
}

.series_modal .tab-btn {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 236px;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.series_modal .tab-btn .down-icon {
    margin-left: 15px
}

.series_modal .tab-btn.active {
    background: #f4bc00;
    color: #fff;
    border-color: #f4bc00
}

.series_modal .tab-btn-right {
    position: absolute;
    right: 0;
    display: none
}

.modal-series-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.modal-series-list {
    border: 0
}

.modal-series-list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    border-right: 2px solid #ebebeb;
    min-height: 173px;
    vertical-align: middle
}

.modal-series-list ul li:nth-child(3n+0) {
    border: 0
}

.modal-series-list li p,
.modal-series-list li i {
    padding: 0 10px;
    margin: 0
}

.series_modal .close {
    color: #212121 !important
}

#campana .container .sub_contant,
#campana2 .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 760px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 100%;
    max-width: 715px
}

#campana .container .sub_contant .left,
#campana2 .container .sub_contant .left {
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left
}

#campana .container .sub_contant .left a,
#campana2 .container .sub_contant .left a,
#campana .container .sub_contant .left a:focus,
#campana2 .container .sub_contant .left a:focus {
    box-shadow: inherit !important;
    outline: 0 !important
}

#campana .container .sub_contant .left a img,
#campana2 .container .sub_contant .left a img {
    position: static
}

#campana .container .sub_contant .right,
#campana2 .container .sub_contant .right {
    width: 100%;
    max-width: 510px;
    height: auto;
    float: right
}

#campana .container .sub_contant .right h2,
#campana2 .container .sub_contant .right h2 {
    font-family: "Louis";
    font-size: 35px;
    line-height: 50px;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase
}

#campana .container .sub_contant .right h5,
#campana2 .container .sub_contant .right h5 {
    font-family: "Arial";
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f5b200
}

#campana .container .sub_contant .right h5 span,
#campana2 .container .sub_contant .right h5 span {
    display: block
}

.page-id-150 .carousel-indicators {
    bottom: 30%;
    left: 56%;
    right: inherit;
    position: absolute;
    width: auto;
    max-width: 510px
}

#campana .container .sub_contant .cta,
#campana2 .container .sub_contant .cta {
    width: 160px;
    height: 42px;
    border: 2px solid #f4bc00;
    display: none
}

#campana .container .sub_contant .cta a,
#campana2 .container .sub_contant .cta a {
    font-family: "Louis";
    font-size: 25px;
    line-height: 38px;
    display: none;
    text-decoration: none
}

#campana .container .sub_contant .cta a:hover,
#campana2 .container .sub_contant .cta a:hover {
    background-color: #f4bc00;
    color: #2f2f2f;
    display: none
}

.image_form_campana {
    background: #f3f5f6;
    height: 475px
}

.image_form_campana .image_form_border {
    padding: 30px 40px
}

.image_form_campana h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form_campana h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form_campana input.name {
    width: 345px;
    float: left;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.tele {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.email {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 25px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana .image_form_border .clearfix input+.departamento {
    margin-top: 13px
}

.image_form_campana .image_form_border .clearfix input+span,
.image_form_campana.image_form_border .clearfix select+span {
    float: none;
    margin-left: 20px
}

.image_form_campana .first_filed {
    margin-top: 30px;
    max-width: 768px;
    width: 100%
}

.image_form_campana .second_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed select.adress {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .last_filed select.vehicle {
    width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .image_form_border .last_filed.clearfix select+.departamento {
    float: none;
    margin-left: 20px
}

.image_form_campana input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset
}

.image_form_campana input.button:hover {
    background-color: #000000;
    color: #fff
}

.two_colume {
    margin-bottom: 50px
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.family-hero-banner {
    height: 530px;
    position: relative
}

.family-hero-banner .wpb_wrapper {
    position: absolute;
    bottom: 70px;
    left: calc(100% - 940px)
}

.family-hero-banner .wpb_wrapper h1 {
    color: #fff;
    font: 50px "Louis";
    font-style: italic;
    max-width: 580px;
    text-transform: initial
}

.family-hero-banner .wpb_wrapper h6 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #fcfbfa;
    background-color: #cdcbcb54;
    padding: 5px;
    border-radius: 5px;
    max-width: max-content
}

.family-hero-banner .wpb_wrapper h1 strong {
    display: block
}

.famlyN-cont {
    margin: 0 auto !important;
    float: none !important
}

.famlyN-cont p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    margin-top: 35px
}

#PortfolioTab {
    border-bottom: 4px solid #f5bf0d
}

.family-moters-blk {
    background: #f7f8f9;
    padding-bottom: 130px
}

.family-moters-blk .container {
    margin: 0 auto !important;
    display: flex;
    align-items: center
}

.family-moters-blk .left-content {
    padding-top: 30px
}

.family-moters-blk .wpb_single_image {
    float: left;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    background: #e6e6e6;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2)
}

.family-moters-blk .wpb_single_image {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.family-moters-blk .wpb_single_image h2 {
    color: #2c2c2c;
    font: 16px Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    left: 0
}

.family-moters-blk .container .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.family-moters-blk .right-content {
    padding-top: 50px;
    float: right;
    order: 2
}

.family-moters-blk .left-content {
    order: 1
}

.family-moters-blk .right-content h2 {
    margin: 0
}

.family-moters-blk .right-content .wpb_wrapper ul {
    margin-left: 0
}

.family-moters-blk .right-content .wpb_wrapper ul li {
    margin-top: 50px;
    position: relative;
    padding-left: 10px;
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a
}

.family-moters-blk .right-content .wpb_wrapper p {
    margin-top: 50px
}

.family-moters-blk .right-content .wpb_wrapper ul li:before {
    content: "";
    border-left: 8px solid #f5bf0d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px
}

.family-moters-blk figure img {
    max-height: 325px;
    width: auto !important;
    margin: 0 auto;
    padding: 0 15px 15px
}

.family-moters-blk figure img {
    padding-top: 55px\0
}

.prod-advantage {
    display: flex;
    align-items: center
}

.prod-advantage .left-col {
    padding-top: 55px
}

.prod-advantage .left-col>.vc_column-inner {
    max-width: 510px;
    position: relative;
    left: 22em
}

.prod-advantage .left-col>.vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 0
}

.prod-advantage .left-col .title-black {
    line-height: 55px
}

.prod-advantage .left-col p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    margin-top: 30px
}

.prod-advantage .left-col p strong {
    font-weight: bold
}

.prod-advantage .right-col img {
    margin-top: 20px
}

.distance-blk {
    background: #131414;
    padding: 50px 0 0 0;
    margin-top: 25px
}

.vc_row-has-fill.distance-blk {
    background-position: center bottom !important;
    padding-bottom: 105px
}

.distance-blk .container {
    margin: 0 auto !important;
    float: none;
    text-align: center
}

.distance-blk .title-white {
    margin-left: auto;
    margin-right: auto
}

.distance-blk p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    text-align: left;
    margin: 50px auto;
    max-width: 790px
}

.distance-blk .container .vc_column-inner .wpb_wrapper {
    margin: 0 auto
}

.distance-blk .container .wpb_single_image {
    text-align: center;
    margin-bottom: 85px
}

.family-btm-video {
    height: 690px
}

.family-video-wrap {
    margin-bottom: 50px
}

.family-btm-video .vc_column-inner {
    height: 100%
}

.family-btm-video iframe {
    width: 100%;
    height: 690px !important
}

.family-btm-video .play-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer
}

.family-contact-left .vc_column-inner {
    height: 473px
}

.family-contact-blk {
    margin: 40px 0
}

.frenos-blk .container {
    float: none
}

.frenos-col-wrap .vc_col-sm-4 h2 {
    color: #2c2c2c;
    font: 26px 'Louis';
    font-weight: bold;
    font-style: italic
}

.frenos-col-wrap .vc_col-sm-4 p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    margin-top: 20px
}

.frenos-col-wrap .vc_col-sm-4 {
    padding-right: 20px;
    float: none;
    display: inline-block
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image {
    min-height: 165px;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image img {
    position: relative;
    z-index: 2;
    max-width: 350px\0;
    max-height: 165px !important;
    width: auto
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    color: #2c2c2c;
    font: 163px 'Louis';
    font-weight: bold;
    opacity: .12;
    top: -80px;
    z-index: 1
}

.frenos-col-wrap {
    margin-top: 80px
}

.frenos-blk {
    padding-bottom: 40px
}

div.wpcf7-mail-sent-ok {
    border: none
}

.error404 {
    background-image: url(img/erro_404_bg.jpg);
    background-repeat: no-repeat;
    background-color: #f4bc00
}

.error404 .site {
    background-color: unset
}

.error404 .page-header {
    border: none
}

.error404 .page-content .error_containe {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.error404 .page-content .error_containe h1 {
    margin: 100px 0px 0px 0px;
    padding: 0;
    font-family: 'Louis';
    font-size: 140px;
    color: #565656;
    line-height: 140px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

.error404 .page-content .error_containe span {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 29%
}

.error404 .page-content .error_containe .error_bottom_con {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    top: 80%
}

.error404 .page-content .error_containe .error_bottom_con p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f
}

.error404 .page-content .error_containe .error_bottom_con button {
    width: 100%;
    max-width: 260px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #000000;
    font-family: 'Louis';
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    font-style: italic;
    line-height: 5px;
    margin: 40px 0px 0px 0px;
    outline: none
}

.error404 .page-content .error_containe .error_bottom_con button:hover,
.error404 .page-content .error_containe .error_bottom_con button:focus {
    background-color: #1f1f1f;
    color: #fff;
    outline: none;
    border: 2px solid #1f1f1f
}

.error404 .cotiza-banner {
    display: none
}

.error404 .footer {
    display: none
}

#PortfolioTab .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1
}

#PortfolioTab li:first-child.nav-item.active:before {
    right: -50px;
    border-left: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab li+li.nav-item.active:before {
    left: -50px;
    border-right: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab>li.active>a,
#PortfolioTab>li.active>a:focus,
#PortfolioTab>li.active>a:hover {
    background-color: #fff !important
}

#PortfolioTab>li.active>a {
    padding-top: 15px;
    padding-bottom: 12px
}

#PortfolioTab .nav-item.active {
    margin-top: -7px !important;
    height: 50px;
    background-color: #f5bf0d !important
}

.site-content #PortfolioTab .nav>li>a:focus,
.site-content .nav>li>a:hover {
    background-color: #dbdbdb !important
}

#PortfolioTab li a:hover,
#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    background-color: #a1a2a2 !important
}

#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    color: #fff
}

#PortfolioTab li.active:hover:before {
    border-left-color: #a1a2a2 !important;
    border-right-color: #a1a2a2 !important
}

.carousel-col4Desktop.owl-carousel .owl-item img {
    width: auto;
    display: table;
    margin: 0 auto;
    max-height: 100% !important
}

.carousel-col4Desktop .owl-stage-outer .owl-stage {
    margin: 0 auto
}

.carousel.slide .item::before,
.concesionario-banner:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 100% auto;
    width: 100%;
    height: 100%
}

#Contact_Secetion_2:before {
    height: 650px\0 !important
}

.carousel.slide:after,
.concesionario-banner:after,
#Contact_Secetion_2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(img/banner-btm-shadow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 0;
    pointer-events: none
}

#myCarousel_2.carousel.slide:after {
    background-image: inherit !important
}

.carousel.slide:before,
.concesionario:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/top-shadow.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 1
}

.onlyfordesktop#Contact_Secetion_2:before {
    background-size: 0 !important
}

#Contact_Secetion_2 {
    position: relative
}

#Contact_Secetion_2:before {
    height: 100em;
    max-height: 650px
}

@supports (-ms-ime-align: auto) {
    #Contact_Secetion_2:before {
        height: 46em !important;
        max-height: 650px
    }
}

.concesionario-banner:after {
    background-position: bottom center
}

#seriesCarousel.carousel.slide:after,
.page-template-concesionarios .carousel.slide:after,
.concessionaire-box .carousel.slide:before {
    content: inherit;
    content: initial
}

#SeriesTabCont .carousel.slide .item::before,
.concessionaire-box .carousel.slide:before {
    background-color: rgba(0, 0, 0, 0) !important
}

.concesionario-banner {
    position: relative
}

.footer {
    clear: both;
    padding-top: 35px
}

.series-slider {
    position: relative
}

.wpcf7-form label.error {
    padding: 0;
    margin: 0 auto;
    max-width: none;
    display: inline-block;
    float: none
}

.first_filed br,
.info br {
    display: none
}

.info span.wpcf7-not-valid-tip {
    position: absolute;
    margin: 0 auto !important;
    font-size: 15px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #namesname-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #telefono-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #emailadd-error {
    position: absolute;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    line-height: 14px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.info #ciudaddata-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #departamento-error {
    position: absolute;
    top: auto;
    bottom: -35%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed.last_filed #messagetext-error {
    position: absolute;
    bottom: 0px;
    top: 39px;
    top: 39px\0;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.contact_first #namesname-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_first #emailadd-error {
    position: absolute;
    top: 55%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis'
}

.contact_two #celular-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_two #telefono-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #departamentos-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #ciudad-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_four #tipo_de_solicitud-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_five #detaila_tu_solicitud-error {
    position: absolute;
    top: 100%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

div.wpcf7-mail-sent-ng {
    border: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    display: none !important
}

.left-btm-img {
    margin-bottom: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-top: 55px;
    z-index: 1
}

.home_page.container {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important
}

.concessionaire-box .box ul li p,
.concessionaire-box .box ul li,
.concessionaire-box .box ul li a,
.concessionaire_popup ul li p,
.concessionaire_popup ul li a,
.concessionaire_popup ul li {
    font: 15.5px Arial, Helvetica, sans-serif;
    color: #262626
}

.concessionaire_popup ul li p {
    margin-bottom: 0;
    line-height: 1.5
}

.concessionaire_popup ul li a {
    margin-bottom: 8px;
    display: block
}

.concessionaire-box .box ul li a,
.concessionaire_popup ul li a,
.concessionaire_popup ul li a:focus {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    outline: none
}

.concessionaire-box .box ul li p {
    margin-bottom: 5px
}

.concessionaire-box .box ul li p+p {
    color: #666666
}

.concessionaire-box .carousel .item:before {
    background-color: transparent
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important
}

.download .left-verticle-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer_form .left_banner {
    height: 473px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer_form_left {
    padding-left: 0 !important
}

.footer_form_right {
    padding-right: 0 !important
}

.modal_btn .modal-dialog_form_sucess {
    width: 100% !important;
    max-width: 334px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog_form_sucess .modal-content_form_sucess .modal-header_form_sucess {
    background-color: #f4bc00;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    position: relative
}

.modal-header_form_sucess:after {
    content: '';
    position: absolute;
    background-image: url(images/form_pop_msg.png);
    width: 94px;
    height: 94px;
    top: -50px;
    left: auto;
    right: 120px
}

.modal-content_form_sucess h4 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px
}

.modal-content_form_sucess {
    background-color: #fff
}

.modal-content_form_sucess h3 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    max-width: 200px;
    padding-bottom: 35px
}

.concessionaire_popup {
    z-index: 1;
    position: relative
}

.concessionaire_popup {
    margin-bottom: 50px
}

.breadcrumb span {
    color: #3b3b3b;
    font: 16px 'Louis';
    font-style: italic;
    position: relative;
    text-transform: uppercase
}

.breadcrumb span~span {
    padding-left: 10px;
    margin-left: 5px
}

.breadcrumb span:last-child span {
    box-shadow: 0 0 0 #3b3b3b;
    border-bottom: 1px solid #000
}

.breadcrumb {
    margin-top: 77px;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f4f4f4 !important
}

#PortfolioTab {
    margin-top: 0 !important
}

.cta_ver_mas a {
    font-weight: bold;
    font-style: italic !important
}

.feature-piller-wrap {
    margin: -135px 0 58px
}

.feature-piller-wrap .container ul {
    display: table;
    width: 100%;
    margin-bottom: 0
}

.feature-piller-wrap .piller-blk {
    position: relative;
    overflow: hidden
}

.feature-piller-wrap .piller-blk .background-layer {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.cloud {
    position: absolute;
    bottom: 0
}

.yellow-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(244, 188, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.piller-blk:hover .yellow-overlay {
    opacity: 1
}

.piller-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px
}

.pillercontainer {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.3)
}

.piller-info h2 {
    font-family: 'Louis' !important;
    font-size: 25px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid #f4bc00;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.piller-info p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    display: none;
    margin-bottom: 20px
}

.piller-info .vermas-btn {
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none;
    text-align: center;
    text-decoration: none;
    box-shadow: inherit
}

.piller-blk:hover .vermas-btn,
.piller-blk:hover p {
    display: block
}

.piller-blk:hover h2 {
    color: #2f2f2f;
    text-shadow: 0 0 0
}

.piller-blk:hover h2 {
    border-color: #303030
}

.piller-info .piller-title {
    position: relative
}

.piller-blk:hover .piller-info .piller-title:before {
    background-color: #303030
}

.navbar-static-top {
    top: -80px
}

@media screen and (min-width: 1200px) {
    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1.2)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    @keyframes zoom {
        from {
            transform: scale(1.2)
        }
        to {
            transform: scale(1)
        }
    }
    @-webkit-keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    @keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    .carousel-inner .item.animation {
        -webkit-animation: zoom .8s;
        animation: zoom .8s
    }
    .single-serie .carousel-inner .item.animation,
    .tax-model .carousel-inner .item.animation,
    .page-template-buses .carousel-inner .item.animation,
    .tax-buses .carousel-inner .item.animation,
    .single-bus .carousel-inner .item.animation {
        -webkit-animation: zoom 0;
        animation: zoom 0
    }
    .concesionario-banner.animation,
    #Contact_Secetion_2.animation {
        -webkit-animation: zoomBanner .8s;
        animation: zoomBanner .8s
    }
}

.frenos-col-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-inline-box;
    display: block;
    display: -ms-inline-grid;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.frenos-col-wrap {
    display: flex
}

.page-id-1030 .cabindesign-blk {
    display: none
}

.page-id-1030 #conoce_div,
.page-id-1186 #conoce_div,
.page-id-1194 #conoce_div {
    margin-bottom: 0
}

.series-list li a {
    display: block
}

.carousel-caption.right-caption.onlyfordesktop {
    padding-left: 14px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    align-content: center;
    height: calc(100% - 4px)
}

#PortfolioTabContent .carousel-caption {
    z-index: 1\0
}

@media screen and (max-width: 1366px) and (min-width: 990px) {
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0px !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important;
        background-position: left -70px !important;
        background-size: auto 500px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0px !important
    }
    .technlinfo ul li p {
        font-size: 15px !important
    }
    #myCarousel_concesionario .sub_contant h1 span,
    #myCarousel_concesionario .sub_contant label span {
        font-size: 24px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    #technlspctnContent img {
        width: 100%
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .famlyN-cont p,
    .famlyN-cont p,
    .famlyN-cont p {
        font-size: 18px !important
    }
    .home_page .carousel .item,
    .terms-condition-banner {
        height: 486px;
        background-size: cover !important
    }
    .terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
        font-size: 34px
    }
    .navbar-inverse .navbar-nav li a {
        padding-top: 13px;
        font-size: 12px !important;
        font-weight: 200 !important
    }
    .sub-menu .dropdown-toggle:after {
        top: -22px !important
    }
    .sub-menu .dropdown-toggle.toggled-on:after {
        top: -24px !important
    }
    .logo {
        width: 220px !important
    }
    .home_page .carousel-caption .container .sub_contant {
        max-width: 40vw !important
    }
    .page-id-150 .home_page .carousel-caption .container .sub_contant {
        max-width: 760px !important
    }
    .home_page .sub_contant h1 span,
    .home_page .sub_contant h1,
    .home_page .sub_contant label span,
    .home_page .sub_contant label {
        font-size: 24px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    section.home_page .carousel-indicators {
        top: 63% !important
    }
    .home_page .sub_contant .cta {
        margin-top: 75px !important
    }
    .glyphicon-chevron-left:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .glyphicon-chevron-right:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .container {
        max-width: 70% !important
    }
    .home_page .sub_contant .cta {
        width: 135px !important;
        height: 32px !important
    }
    .home_page .sub_contant .cta a {
        line-height: 27px !important;
        font-weight: 200 !important
    }
    .piller-info h2 {
        font-size: 20px !important;
        font-weight: 80 !important;
        padding-left: 15px !important;
        border-left: 2px solid #f4bc00 !important;
        margin-bottom: 13px !important
    }
    .piller-blk:hover h2 {
        border-left: 2px solid #000 !important
    }
    .piller-info {
        padding: 20px !important;
        font-size: 14px !important
    }
    .piller-info .vermas-btn {
        color: #2f2f2f !important;
        font-family: 'Louis' !important;
        font-weight: bold !important;
        font-style: italic !important;
        font-size: 15px !important;
        color: #2f2f2f !important;
        width: 50% !important;
        height: 26px !important
    }
    select.vehicle {
        height: 36px !important;
        height: 20px\0 !important;
        border-bottom: 1px solid #a1a2a2 !important;
        margin-top: 0px;
        margin-top: 10px\0;
        line-height: 35px;
        color: #515151
    }
     ::placeholder {
        font-size: 16px !important
    }
     :-ms-input-placeholder {
        font-size: 16px !important;
        line-height: 38px !important
    }
    .image_form h5 {
        font-size: 18px !important
    }
    .contact_three select,
    .contact_three select.contact_three_left {
        font-size: 13px\0 !important
    }
    .image_form .image_form_border {
        padding: 15px 10px !important
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.image_form {
        height: 380px;
        height: 355px\0
    }
    .footer_form .left_banner {
        height: 370px !important;
        background-size: cover !important
    }
    .image_form h6 {
        width: 85% !important;
        margin: 0px 0px 25px 0px !important;
        font-family: 'arial' !important;
        font-size: 13px !important;
        line-height: 15px !important
    }
    .image_form input {
        border-bottom: 1px solid #a1a2a2 !important
    }
    input.button {
        font-size: 20px !important;
        height: 26px !important;
        margin: 10px 0px 20px 0px !important;
        height: 40px !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #000 !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .legal h5,
    .footer_con .number {
        font-family: 'Louis';
        font-size: 10px !important;
        padding: 0 0 0 45px
    }
    .service ul li a,
    .profile ul li a {
        font-size: 10px !important;
        line-height: 20px !important
    }
    .footer_con {
        padding-bottom: 30px !important
    }
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 14px !important
    }
    .breadcrumb span {
        font: 14px 'Louis' !important;
        font-style: italic !important
    }
    .breadcrumb {
        margin-top: 56px;
        margin-bottom: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .family-hero-banner {
        position: relative
    }
    .family-hero-banner .wpb_wrapper h1 {
        line-height: 52px !important
    }
    .family-hero-banner .wpb_wrapper h1 {
        font: 47px "Louis" !important;
        font-style: italic !important
    }
}

select:focus {
    outline: none
}

.cotiza-banner .container {
    max-width: 1240px !important;
    width: 70% !important;
    margin: 0
}

.vc_custom_1512037851827 {
    background: rgba(0, 0, 0, 0.639216) url(https://busesycamioneschevrolet.com.co/wp-content/uploads/2017/10/LINEA-N_V2.jpg?id=3885);
    text-transform: uppercase
}

.family-hero-banner h1 {
    text-transform: uppercase !important
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

@media screen and (min-width: 1200px) {
    .series-hero-blk .series-slider .item .img-wrap {
        min-width: 590px
    }
    .family-moters-blk .right-content .wpb_wrapper ul li,
    .famlyN-cont p,
    .prod-advantage .left-col p,
    .distance-blk p,
    .series-header p+p,
    .infoblock p,
    .col2-right p,
    .yellow-btm p,
    .error404 .page-content .error_containe .error_bottom_con p,
    .cabindesign-blk .col2-blk .content-wrap p,
    .product-advantage ul li p,
    .cotiza-banner p,
    .hero-caption .famlyN-cont p,
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 1.2em !important;
        line-height: 22px !important
    }
}

.family-hero-banner {
    position: relative
}

.family-hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

input.info_left {
    margin-top: 15px\0
}

.breadcrumb span~span:before {
    content: "";
    position: absolute;
    border-left: 5px solid #f4bc00;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 4px
}

.series-hero-blk .series-slider .item .img-wrap {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%)
}

.banner_cta {
    width: 120px;
    height: 40px;
    border: 2px solid #f4bc00;
    margin-top: 30px;
    z-index: 1;
    background-color: #f4bc00;
    text-align: center
}

.banner_cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #000;
    font-weight: bold;
    font-style: italic;
    line-height: 36px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.banner_cta a:hover,
.banner_cta a:focus,
.banner_cta a.focus:hover {
    color: #2f2f2f;
    text-decoration: none !important;
    outline: 0
}

.banner_cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

#mCSB_1_scrollbar_vertical {
    left: 0;
    opacity: 1;
    right: auto;
    position: static
}

#mCSB_1_scrollbar_vertical .mCSB_buttonDown {
    width: 30px;
    height: 30px;
    background: url(img/down-icon.png);
    left: 50%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    bottom: -40px;
    z-index: 9
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    width: 0;
    height: 0
}

#mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    width: 0px;
    opacity: 0
}

.down-vertical-btn {
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

#mCSB_1_scrollbar_vertical .mCSB_buttonUp {
    display: none !important
}

#seriesCarousel .carousel-item .img-fluid {
    width: 100%\0
}

.modal-dialog_form_sucess {
    top: 50%;
    position: relative;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%)
}

.video_section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 690px;
    background-size: cover
}

.video_section .col1-blk {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: inherit
}

.video_section .col1-blk .left {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none
}

.video_section .col1-blk .left a:focus {
    outline: none
}

@media screen and (max-width: 1690px) and (min-width: 992px) {
    #Contact_Secetion_3 .Contact_Secetion_3_left {
        float: right;
        text-align: left;
        margin: 5% 5% 5% 5%;
        padding: 0;
        width: 40%
    }
}

@media screen and (max-width: 1380px) and (min-width: 992px) {
    .image_form_border .image_form_border_container {
        width: 100%;
        max-width: 768px;
        float: left;
        margin: 0 0%;
        padding: 0;
        margin-right: 0px
    }
}

body.modal-open {
    overflow: hidden !important;
    position: relative !important;
    width: 100%
}

#seriesCarousel .carousel-inner ol.carousel-indicators {
    display: none !important
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8)
}

.loader-icon {
    background: url(img/finall_loder.png);
    width: 621px;
    height: 251px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 42%;
    -webkit-animation: test 1.5s steps(10) infinite;
    -moz-animation: test 1.5s steps(10) infinite;
    -ms-animation: test 1.5s steps(10) infinite;
    -o-animation: test 1.5s steps(10) infinite;
    animation: test 1.5s steps(10) infinite
}

@-webkit-keyframes test {
    from {
        background-position: 0px
    }
    to {
        background-position: 6210px
    }
}

@-moz-keyframes test {
    from {
        background-position: 0px
    }
    to {
        background-position: 6210px
    }
}

@-ms-keyframes test {
    from {
        background-position: 0px
    }
    to {
        background-position: 6210px
    }
}

@-o-keyframes test {
    from {
        background-position: 0px
    }
    to {
        background-position: 6210px
    }
}

@keyframes loader {}

@-webkit-keyframes loader {
    0% {}
}

.pillercontainer .bottom-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 75px;
    height: auto;
    max-height: 60px
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #seriesCarousel .carousel-item {
        height: 60vw !important
    }
}

.charastics-sctn .yellow-btm>.container img,
.charastics-sctn .yellow-btm>.container label {
    display: none
}

#SeriesTabCont .charastics-sctn .black-blk .container .col1-blk {
    padding-right: 0;
    width: 80%
}

#SeriesTabCont .charastics-sctn .black-blk .col2-left {
    display: none
}

#SeriesTabCont .charastics-sctn .black-blk .col2-right {
    padding-right: 0;
    width: 80%;
    float: none;
    margin: 0 auto
}

.frenos-col-wrap .vc_col-sm-4 {
    float: none;
    display: inline-block
}

.concessionaire-box .box ul li.siteurl {
    margin-left: -25px;
    margin-top: 10px
}

.concessionaire-box .box:hover .siteurl a {
    text-decoration: underline
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .frenos-col-wrap {
        display: table-row
    }
    .frenos-col-wrap .vc_col-sm-4 {
        display: table-cell
    }
    .frenos-blk .title-black {
        margin-bottom: 40px
    }
    #seriesCarousel .carousel-item .img-fluid {
        opacity: 0
    }
    .right-caption .model-caption-btn {
        padding-top: 8px
    }
    .right-caption a.last-caption-btn {
        padding-top: 7px
    }
    .cotiza-banner .container {
        margin: 0 auto;
        padding-top: 2%
    }
    .content-area .sub_container h2,
    .content-area .sub_container h4 {
        text-transform: none
    }
    .section-content-img {
        display: table;
        width: 100%
    }
    .section-content-img .infoblock,
    .section-content-img .imageblock {
        display: table-cell
    }
}

@media screen and (min-width: 0) {
    #Contact_Secetion_2:before {
        height: 46em !important;
        max-height: 650px
    }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
    .navbar-collapse.collapse ul li#menu-item-6233 a {
        margin-top: 10px
    }
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0px !important
    }
    .section-content-img .imageblock {
        height: 75vh !important
    }
}

.carousel.video_section .container.arrow-container {
    width: 100% !important;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 50%
}

.container.arrow-container a.right.carousel-control {
    position: absolute;
    left: 95% !important
}

.last-caption-btn.btm50 {
    bottom: 50px !important
}

#myCarousel_concesionario .carousel-inner .item img,
#myCarousel_concesionario .carousel-inner .item iframe {
    height: 730px;
    position: inherit !important;
    top: 0 !important;
    margin: 0 !important;
    width: 100%
}

.filter_area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    margin-top: -25px
}

#myCarousel_concesionario .container.dots {
    left: 25em
}

#myCarousel_concesionario .carousel-indicators {
    display: table;
    left: 79em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: 26%;
    margin-left: 0
}

#myCarousel_concesionario .carousel-caption {
    bottom: 20px
}

#myCarousel_concesionario .carousel-caption {
    z-index: 1;
    left: 7%;
    right: 0;
    top: 64%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

#myCarousel_concesionario .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

#myCarousel_concesionario .sub_contant h1,
#myCarousel_concesionario .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

#myCarousel_concesionario .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

#myCarousel_concesionario .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 12px;
    top: -243px;
    width: 100%;
    max-width: 460px
}

#myCarousel_concesionario .carousel-inner .sub_contant h1 {
    min-height: 60px
}

#myCarousel_concesionario .carousel-inner .sub_contant p {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #fff;
    display: block;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    font-family: 'arial'
}

#myCarousel_concesionario .sub_contant h1 span,
#myCarousel_concesionario .sub_contant label span {
    font-family: 'Louis';
    font-size: 33px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

#myCarousel_concesionario .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.filter_options {
    padding: 10px 0;
    background-color: #eaeef0;
    border-radius: 5px
}

.filter_options .form-group select {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-right: 1px solid #c1c4c5;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: 83%;
    font: 18px "Louis-Regular";
    color: #000;
    height: 36px;
    -moz-appearance: none
}

.filter_options .form-group:last-child select {
    border: none
}

.filter_options .form-group {
    margin-bottom: 0
}

#map_canvas {
    position: relative;
    height: 730px
}

.map_area {
    clear: both
}

.map_area,
.right_area {
    padding: 0 !important
}

#map_data,
#map_data iframe {
    height: 820px
}

.right_area {
    float: right !important
}

.map_address_sectino span {
    font: 18px "Arial";
    color: #000
}

.map_address_sectino {
    clear: both
}

.map_address_sectino .add {
    clear: both;
    width: 100%;
    float: right;
    padding-right: 65px;
    padding-top: 20px;
    cursor: pointer
}

.map_address_sectino .add.active h1:before {
    position: absolute;
    content: "";
    background-image: url("images/pointer_active.png");
    width: 18px;
    height: 22px;
    left: -36px;
    top: 0px
}

.map_address_sectino .add h1:before {
    position: absolute;
    content: "";
    background-image: url("images/pointer.png");
    width: 18px;
    height: 22px;
    left: -36px;
    top: 0px
}

.map_address_sectino .add h1 {
    font: 16px "Arial";
    font-weight: bold;
    line-height: auto;
    margin-bottom: 0px;
    width: auto;
    position: relative;
    margin-top: 0
}

span.concesionarios-name {
    font: 16px "Arial";
    font-weight: bold;
    line-height: auto
}

.map_address_sectino .add_content {
    width: calc(100% - 125px);
    float: right;
    max-width: 315px;
    cursor: pointer
}

.left_area {
    padding-top: 45px;
    padding-left: 0 !important;
    padding-right: 25px !important;
    height: 730px
}

.map_address_sectino>span {
    width: 405px;
    float: right;
    clear: both;
    padding-bottom: 20px
}

.left_area #mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    opacity: 1
}

.left_area .mCSB_scrollTools .mCSB_draggerContainer {
    right: 27px !important;
    left: inherit !important;
    top: 45px
}

.left_area #mCSB_1_scrollbar_vertical {
    left: inherit
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
    border: 1px solid #e7e7e7;
    width: 12px !important;
    border-radius: 0 !important
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.left_area .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px !important;
    border-radius: 0 !important;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f4bc00
}

span.ventas {
    font: 16px "Arial";
    color: #4e4e4e;
    font-weight: bold
}

p.timing {
    width: 225px;
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph {
    width: 150px
}

p.email_ph a {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph a span {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

.add.active {
    background-color: #e2e4e5
}

.add:hover {
    background-color: #e2e4e5
}

.filter_options_mobile {
    display: none
}

.navbar-collapse.collapse ul li#menu-item-6234,
.navbar-collapse.collapse ul li#menu-item-6233,
.navbar-collapse.collapse ul li#menu-item-6647 {
    width: 3vw
}

.navbar-collapse.collapse ul li#menu-item-6647 a {
    background-image: url("images/search_icon.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 22px
}

.navbar-collapse.collapse ul li#menu-item-6233 a {
    background-image: url("images/fb.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 24px
}

.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233 a,
.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233 a {
    background-image: url("images/fb-black.png")
}

.navbar-collapse.collapse ul li#menu-item-6233 {
    position: relative
}

.navbar-collapse.collapse ul li#menu-item-6233:before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    left: 0;
    top: 12px;
    height: 40px
}

.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233:before,
.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233:before,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233:before {
    border-color: #3b3b3b
}

.navbar-collapse.collapse ul li#menu-item-6234 a {
    background-image: url("images/vedio.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 26px;
    height: 20px
}

.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6234 a,
.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6234 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6234 a {
    background-image: url("images/video-black.png")
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

.infoBox img {
    top: 20px !important;
    right: 20px !important
}

.infoBox {
    width: 228px !important;
    height: 150px;
    overflow: hidden;
    transform: skewX(-7deg) !important;
    margin-top: 10px
}

.infoBox .triangel {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4bc00;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0px;
    left: 43%
}

.infoBox .info-box-wrap {
    padding: 10px 15px
}

.infoBox .info-box-wrap .location_data h2 {
    font: 18px 'Raleway-SemiBold';
    color: #2f2f2f;
    margin: 10px 0
}

.infoBox .info-box-wrap .location_descriptin p {
    font: 16px 'Raleway-SemiBold';
    color: #2f2f2f;
    margin: 10px 0
}

.search_section {
    background-color: #f2f4f6
}

.container_search {
    width: 864px;
    margin: 0 auto;
    padding-top: 40px
}

.search_section input {
    background-position: 97%;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #808080;
    margin: 0 auto;
    background-color: transparent;
    background-image: url("images/search_icon_2.png");
    background-repeat: no-repeat;
    border-radius: 0;
    height: 45px;
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}

.search_section ::-webkit-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section :-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section ::-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    opacity: 1;
    font-size: 30px;
    text-transform: uppercase
}

.search_section :-ms-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section span {
    font: 18px "Arial";
    color: #4e4e4e
}

.search_content {
    padding-top: 60px;
    padding-bottom: 60px
}

.inner_serch .white {
    background-color: #FFF;
    padding: 0;
    margin: 15px 7.5px;
    width: 31.333333%
}

.inner_serch .bg_img_section {
    padding-top: 105px
}

.inner_serch .bg_img_section h4,
.inner_serch .bg_img_section p {
    color: #fff !important
}

.inner_serch .bg_img_section .play_icon {
    padding-left: 20px;
    padding-bottom: 40px
}

.inner_serch .block_data h4 {
    font-size: 25px;
    font-family: "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 9px;
    line-height: 33px
}

.inner_serch .block_data p {
    font-size: 16px;
    font-family: "Arial";
    color: #4e4e4e;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.no_image_section .block_data h4 {
    position: relative;
    padding-top: 25px
}

.no_image_section .block_data h4:before {
    height: 2px;
    width: 50px;
    background-color: #f4bc00;
    content: "";
    position: absolute;
    top: 0
}

.no_image_section .block_data {
    padding-top: 51px
}

.no_image_section .block_data p {
    padding-bottom: 70px !important
}

.inner_serch .sec_2 {
    background-image: url("images/bg_image_search.png");
    background-repeat: no-repeat;
    background-size: cover
}

.page-template-Posventa .navbar-wrapper {
    position: inherit
}

.page-template-Posventa ul#menu-primary-menu>li a {
    color: #000
}

@media screen and (max-width: 1366px) {
    .noticia_internal_social .wpb_wrapper .wpb_text_column {
        padding-right: 68px !important;
        padding-top: 10px;
        padding-left: 24px;
        padding-bottom: 0
    }
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0px !important
    }
    #noticia_internal {
        height: 597px !important
    }
    #noticia_hero_slider_carousel .item {
        height: 510px !important;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0
    }
    .navbar-inverse .navbar-nav>li:nth-child(4):after {
        top: 45%;
        right: 6px
    }
    .search_section ::-webkit-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section :-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section ::-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        opacity: 1;
        font-size: 30px;
        text-transform: uppercase
    }
    .search_section :-ms-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        opacity: 1;
        text-transform: uppercase
    }
    #map_canvas {
        height: 600px
    }
    #map_canvas:after {
        height: 600px
    }
    .navbar-collapse.collapse ul li#menu-item-6234 a {
        margin-top: 12px
    }
    #myCarousel_concesionario .carousel-caption .container .sub_contant {
        top: -60px
    }
    .navbar-collapse.collapse ul li#menu-item-6233 a {
        margin-top: 9px
    }
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        width: 76px
    }
    .navbar-collapse.collapse ul li#menu-item-6233:before {
        height: 38px
    }
    #myCarousel_concesionario .carousel-inner .item img,
    #myCarousel_concesionario .carousel-inner .item iframe {
        height: 589px;
        position: inherit !important;
        top: 0 !important;
        margin: 0 !important;
        width: 100%
    }
    #myCarousel_concesionario .carousel-caption {
        top: 41%;
        left: 54%
    }
    #myCarousel_concesionario .carousel-indicators {
        bottom: 34%;
        left: 49em
    }
    .left_area {
        height: 600px
    }
    #map_data,
    #map_data iframe {
        height: 600px
    }
    .filter_options .form-group select {
        font-size: 14px
    }
}

@media screen and (max-width: 1024px) {
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234 {
        width: 39px
    }
    #myCarousel_concesionario .carousel-indicators {
        bottom: 26%;
        left: 29em
    }
    #myCarousel_concesionario .carousel-inner .item img,
    #myCarousel_concesionario .carousel-inner .item iframe {
        height: 450px
    }
    .left_area {
        padding-left: 25px
    }
    .map_address_sectino .add {
        padding-right: 0
    }
    .map_address_sectino>span {
        float: none;
        padding-left: 25px
    }
}

@media screen and (max-width: 768px) {
    .noticia_section_post .post_section,
    .embajadores_section_post .post_section {
        background-color: #fff;
        width: 100%
    }
    .navbar-collapse.collapse ul li#menu-item-6234 a,
    .navbar-collapse.collapse ul li#menu-item-6233 a,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        height: 48px
    }
    .noticia_section_post .row div:last-child {
        padding-bottom: 0px
    }
    .container_search {
        width: 80%;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px
    }
    .search_section {
        height: auto
    }
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        width: 100%
    }
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234 {
        width: 100% !important
    }
    .navbar-collapse.collapse ul li#menu-item-6234 a,
    .navbar-collapse.collapse ul li#menu-item-6233 a,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        height: 48px !important;
        margin-top: 0 !important
    }
    #myCarousel_concesionario .carousel-indicators {
        bottom: 23%;
        left: 40%
    }
    #myCarousel_concesionario .container.dots {
        display: none
    }
    .left_area {
        padding-left: 25px;
        padding-top: 20px
    }
    .filter_options_mobile {
        display: block
    }
    .right_area {
        float: none !important
    }
    .map_address_sectino .add {
        float: none
    }
    .map_address_sectino {
        margin: 0
    }
    .map_address_sectino .add_content {
        width: 100%;
        float: none;
        margin: 0 0 0 15px;
        padding: 10px 50px
    }
    .map_address_sectino .add {
        clear: both;
        width: 100%;
        float: none;
        padding-right: 0;
        margin: 0 auto
    }
    .map_address_sectino .add h1 {
        margin-top: 0
    }
    .map_address_sectino .add.active h1:before {
        top: 1px
    }
    .filter_options_mobile .form-group button {
        background-color: #f7f8f9;
        border: none;
        box-shadow: none !important;
        height: 85px;
        font: 28px "Arial" !important;
        font-weight: bold !important;
        border-radius: 0;
        -webkit-appearance: none;
        background-image: url(images/select_arrow.png);
        background-repeat: no-repeat;
        background-position: 94%;
        padding: 6px 47px;
        width: 100%;
        text-align: left
    }
    .filter_options_mobile .form-group button:focus {
        outline: 0
    }
    .filter_options_mobile select option {
        display: none;
        border: none;
        box-shadow: none
    }
    .modal-body .form-group select {
        background-color: #f7f8f9;
        border: none;
        box-shadow: none !important;
        height: 85px;
        font: 28px "Arial" !important;
        font-weight: bold !important;
        border-radius: 0;
        -webkit-appearance: none;
        background-image: url(images/select_arrow.png);
        background-repeat: no-repeat;
        background-position: 94%;
        padding: 6px 47px 6px 15px
    }
    span.mobile_filter_title {
        width: 100%;
        background-color: #f4bc00;
        font: 28px "Arial";
        font-weight: bold;
        padding: 20px 63px;
        margin-bottom: 30px
    }
    .popup_body {
        padding: 0 !important
    }
    .popup_body .form-group {
        padding: 0 50px
    }
    .popup_body .form-group select {
        background-color: transparent;
        border-bottom: 1px solid #000
    }
    .modal-footer button.close_btn {
        background-color: transparent;
        font: 30px "Louis-BoldItalic";
        color: #939394;
        margin-right: 25px;
        border: none;
        margin-top: -17px
    }
    .modal-footer button.accepet {
        background-color: #f4bc00;
        font: 30px "Louis-BoldItalic";
        color: #000;
        padding: 7px 25px;
        margin-right: 35px;
        margin-top: 40px
    }
    .modal-footer {
        padding: 15px 15px 35px 15px !important
    }
    .left_area .mCSB_scrollTools .mCSB_draggerContainer {
        right: 21px !important;
        left: inherit !important;
        top: 20px
    }
    .popup_body .form-group select option {
        width: 100% !important;
        font: 28px "Arial" !important;
        font-weight: bold !important
    }
}

@media screen and (max-width: 767px) {
    #myCarousel_concesionario .carousel-caption {
        width: 100%;
        left: 30%
    }
    .search_section ::-webkit-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section :-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section ::-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        opacity: 1;
        font-size: 20px;
        text-transform: uppercase
    }
    .search_section :-ms-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section span.close_icon {
        background-position: 44%;
        background-image: url("images/close_search.png");
        background-repeat: no-repeat;
        background-color: #fff;
        height: 35px;
        width: 50px;
        float: left;
        padding: 30px 33px
    }
    .search_section input {
        width: 85%;
        background-position: 5%;
        background-image: none;
        background-repeat: no-repeat;
        background-color: #fff;
        padding: 30px 0 30px 5px;
        font-size: 22px;
        border: none;
        position: relative
    }
    .search_section input:before {
        position: absolute;
        content: "";
        border: 1px solid #3b3b3b;
        height: 53px
    }
    .navbar-collapse.collapse ul li#menu-item-6647 a {
        padding: 0 0 20px 0 !important;
        margin-top: 10px;
        height: 48px
    }
    .filter_options_mobile .form-group.click_btn_pop_up {
        padding-left: 10px
    }
    .click_btn_pop_up img {
        float: right
    }
    .navbar-collapse.collapse ul li#menu-item-6146:before {
        position: absolute;
        content: "";
        border-left: none
    }
    .filter_options_mobile .form-group {
        padding: 0
    }
    #myCarousel_concesionario .carousel-inner .item img,
    #myCarousel_concesionario .carousel-inner .item iframe {
        height: 450px
    }
    #myCarousel_concesionario .carousel-indicators {
        top: 68%;
        left: 30px;
        bottom: inherit
    }
    #myCarousel_concesionario .carousel-caption .container .sub_contant {
        left: -20%;
        max-width: 88%
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 {
        min-height: 22vw;
        max-height: 22vw;
        line-height: inherit;
        border: 0
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 span.txthead {
        font-family: Louis-Regular !important;
        font-size: 23px !important;
        font-weight: 100 !important;
        line-height: 27px !important;
        letter-spacing: 0.5px !important
    }
    #myCarousel_concesionario .carousel-inner .sub_contant p {
        font-size: 14px
    }
    #myCarousel_concesionario .sub_contant h1 span,
    #myCarousel_concesionario .sub_contant label span {
        font-size: 6.375vw;
        line-height: 8.375vw
    }
    #myCarousel_concesionario .carousel-inner .item {
        height: 110vw
    }
    #myCarousel_concesionario .carousel-inner>.item>img {
        top: 0;
        height: 100%
    }
    .home .home_page .carousel .item {
        height: 110vw
    }
    .container.filter_area {
        margin-top: -25px
    }
    .filter_options_mobile .form-group button {
        font-size: 18px !important;
        height: 55px;
        padding-left: 15px
    }
    .click_btn_pop_up {
        text-align: center
    }
    .click_btn_pop_up img {
        height: 55px
    }
    .modal-footer button.close_btn,
    .modal-footer button.accepet {
        font-size: 20px
    }
    .modal-body .form-group select {
        height: 45px;
        font-size: 20px !important;
        padding: 6px 47px 0px 0px
    }
    span.mobile_filter_title {
        font-size: 20px;
        padding: 20px 46px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 450px) {
    .search_section input {
        width: 73%
    }
}

@media screen and (max-width: 400px) {
    .modal-footer button.close_btn,
    .modal-footer button.accepet {
        font-size: 17px
    }
    .modal-footer button.close_btn {
        margin-right: 3px;
        margin-top: -6px
    }
}

@media screen and (max-width: 320px) {
    #myCarousel_concesionario .carousel-inner .sub_contant h1 span.txthead {
        font-size: 20px !important
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 {
        min-height: 15vw;
        max-height: 15vw;
        line-height: inherit;
        border: 0
    }
    #myCarousel_concesionario .carousel-inner .sub_contant p {
        font-size: 15px !important
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 {
        min-height: 40vw;
        max-height: 40vw;
        line-height: inherit;
        border: 0
    }
    .filter_options_mobile .form-group button {
        font-size: 17px !important;
        height: 39px;
        padding: 6px 33px
    }
    .click_btn_pop_up img {
        height: 39px
    }
    #myCarousel_concesionario .sub_contant .cta {
        margin-top: 50px
    }
}

.infoimg-right img {
    object-fit: cover
}

.info-left>.container {
    max-width: 620px !important;
    float: right;
    padding-right: 115px
}

.hero-banner .info-left {
    padding: 0 30px
}

.hero-banner .info-left p {
    max-width: 550px;
    padding: 0 30px 0 0
}

.info-left .title-black span,
.info-blk.align-right .title-black span,
.align-left .title-black span {
    font-family: 'Louis-Regular';
    font-weight: normal
}

.info-blk.align-right .title-black span {
    display: block
}

.info-left p {
    font: 18px/24px Arial, sans-serif;
    color: #262626;
    letter-spacing: 0.012em;
    margin-top: 80px
}

.postventa .title-black {
    border: 0;
    position: relative;
    margin-top: 0;
    line-height: 1.3 !important
}

.postventa .repuestos-blk .title-black {
    font-size: 60px;
    line-height: 1.3 !important
}

.postventa .title-black:after {
    width: 100%;
    max-width: 212px;
    background: #f4bc00;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -30px;
    content: ""
}

.wrranty-blk {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center
}

.postventa section {
    margin-bottom: 40px
}

.postventa section.section-video {
    margin-bottom: 0
}

.info-blk.align-right {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    order: 2
}

.wrranty-blk-slider .item {
    height: 567px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.wrranty-blk .info-blk {
    width: 50%
}

.wrranty-blk .info-blk>.container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 620px !important;
    float: left
}

.wrranty-blk .info-blk.align-right>.container {
    margin: 0;
    padding-right: 15px
}

.wrranty-blk .info-blk.align-right>.container .title-black {
    padding-right: 0
}

.wrranty-blk .info-blk .title-black {
    margin-bottom: 80px;
    margin-top: 0
}

.wrranty-blk .info-blk p {
    color: #262626;
    font: 18px/24px Arial, sans-serif;
    padding-right: 50px
}

.repuestos-blk {
    width: 100%;
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    height: 698px;
    background-repeat: no-repeat;
    background-position: center right
}

.postventa .hero-banner {
    position: relative
}

.wrranty-blk .slider-blk .owl-nav .owl-prev {
    float: left;
    margin-right: 15px
}

.wrranty-blk .slider-blk .owl-nav .owl-prev,
.wrranty-blk .slider-blk .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    background: #9f9ca1 url("images/slider-arrow.png") no-repeat center;
    text-indent: -9999px;
    overflow: hidden
}

.wrranty-blk .slider-blk .owl-nav .owl-prev {
    background: #9f9ca1 url("images/slider-arrow-prev.png") no-repeat center
}

.wrranty-blk .slider-blk .owl-nav .owl-prev:hover,
.wrranty-blk .slider-blk .owl-nav .owl-next:hover {
    background-color: #d1cfd2;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s
}

.wrranty-blk .slider-blk .owl-nav {
    border-bottom: 2px solid #f5b200;
    display: table;
    padding-bottom: 25px;
    position: absolute;
    right: 30px;
    bottom: 50px
}

.wrranty-blk .owl-dots {
    position: absolute;
    bottom: 0;
    right: 30px
}

.wrranty-blk .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #858084;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 10px 4px
}

.wrranty-blk .owl-dots .owl-dot.active {
    background: #f5b200
}

.section-video {
    display: table;
    width: 100%;
    position: relative
}

.section-video:after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background-color: #f2f2f2;
    height: 50%;
    z-index: -1
}

.iframe-wrap iframe {
    width: 100%;
    height: 100%
}

.section-video .iframe-wrap {
    width: 100%;
    height: 690px;
    position: relative
}

.iframe-overlay {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.iframe-overlay .playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.iframe-overlay .playicon i {
    background: url("img/video_player.png") no-repeat center;
    width: 189px;
    height: 148px;
    display: block
}

.infoblk-wrapper .info-blk {
    width: 50%;
    float: left
}

.wrranty-blk .info-blk .title-black,
.thumbnail-withinfo-blk .title-black {
    font-size: 40px;
    padding-right: 60px
}

.thumbnail-withinfo-blk .align-right .title-black {
    padding: 0
}

.thumbnail-withinfo-blk .align-left .title-black {
    padding-right: 15px
}

.thumbnail-withinfo-blk .align-left p {
    padding-right: 100px
}

.thumbnail-withinfo-blk .title-black:after {
    max-width: 290px
}

.info-blk .thumb-blk {
    padding: 0;
    margin: 0;
    width: 100%;
    display: table
}

.info-blk .thumb-blk li {
    width: 50%;
    max-width: 300px;
    height: 30.801vh;
    display: inline-block;
    list-style: none;
    padding: 10px 5px 0 5px;
    box-sizing: border-box
}

.info-blk .thumb-blk li:first-child,
.info-blk .thumb-blk li:nth-child(2) {
    padding-top: 0
}

.info-blk .thumb-blk li .img-blk {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15)
}

.thumbnail-withinfo-blk {
    background: #f2f2f2;
    padding-top: 45px
}

.info-blk.align-left>.container,
.info-blk.align-right {
    float: right
}

.info-blk.align-left>.container {
    padding-left: 15px;
    padding-right: 70px
}

.wrranty-blk .info-blk.align-left+.slider-right .slider-blk .owl-nav,
.wrranty-blk .info-blk.align-left+.slider-right .slider-blk .owl-dots {
    left: 30px;
    right: inherit
}

.thumbnail-withinfo-blk>.container {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center
}

.viewmore-link {
    color: #312b2b;
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    width: 139px;
    height: 40px;
    border: 2px solid #322b2b;
    display: block;
    text-align: center;
    line-height: 1.8;
    text-decoration: none !important;
    margin: 70px auto
}

.viewmore-link:hover {
    color: #fff;
    background: #322b2b
}

.postventa .title-black span {
    display: block
}

.wrranty-blk .info-blk.align-left>.container {
    padding-right: 0
}

.wrranty-blk .info-blk.align-left>.container p,
.thumbnail-withinfo-blk .info-left p {
    padding-right: 120px
}

.page-template-Posventa-html .navbar-wrapper {
    position: relative
}

.posventa-tab ul.parent-menu {
    display: flex;
    margin: 0;
    align-items: center;
    height: 72px;
    margin-top: 7px;
    position: relative
}

.posventa-tab .parent-menu:after,
.posventa-tab .parent-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #f4bc00;
    left: 0;
    bottom: 0;
    z-index: 1
}

.posventa-tab .parent-menu:before {
    top: 0;
    height: 2px;
    background: rgba(226, 226, 226, 0.8)
}

.posventa-tab .parent-menu li {
    list-style: none;
    display: flex;
    justify-content: center
}

.posventa-tab .parent-menu li.active {
    background: #f8f8f8
}

.posventa-tab .parent-menu>li:first-child,
.posventa-tab .parent-menu>li:last-child {
    display: flex;
    flex: 1 0 auto
}

.posventa-tab .parent-menu>li:first-child {
    justify-content: flex-end;
    position: relative
}

.posventa-tab .parent-menu>li:first-child a {
    margin-right: 1em
}

.posventa-tab .parent-menu>li:last-child a {
    margin-left: 5em
}

.posventa-tab .parent-menu>li:first-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 75px;
    background: #f8f8f8;
    right: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: -1
}

.posventa-tab .parent-menu>li:first-child:before,
.posventa-tab .parent-menu>li:last-child:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 6px;
    width: 2px;
    height: 60px;
    background: #f1f1f1;
    transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg)
}

.posventa-tab .parent-menu>li:last-child:before {
    left: 0;
    right: inherit
}

.posventa-tab .parent-menu>li:first-child.active:before,
.posventa-tab .parent-menu>li:last-child.active:before {
    width: 0
}

.posventa-tab .parent-menu>li:last-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 75px;
    background: #f8f8f8;
    left: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: -1;
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg)
}

.posventa-tab .parent-menu>li:last-child {
    justify-content: flex-start
}

.posventa-tab .parent-menu>li a {
    font-family: 'Louis-Regular';
    font-size: 18px;
    color: #3b3b3b;
    text-decoration: none;
    text-transform: uppercase;
    padding: 25px 0
}

.posventa-tab .parent-menu>li a i {
    position: relative;
    width: 13px;
    display: inline-block;
    text-align: center;
    height: 10px;
    vertical-align: middle
}

.posventa-tab .parent-menu>li a i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border-top: 6px solid #3b3b3b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 6px;
    height: 6px
}

.posventa-tab .parent-menu>li.active a {
    font-family: 'Louis';
    font-weight: bold
}

.posventa-tab .parent-menu>li.active a>span {
    font-weight: normal;
    font-family: 'Louis-Regular'
}

.tab-center {
    max-width: 450px
}

.posventa-tab .parent-menu>li.tab-center {
    transform: skew(-21deg);
    -webkit-transform: skew(-21deg);
    -moz-transform: skew(-21deg);
    -ms-transform: skew(-21deg);
    -o-transform: skew(-21deg)
}

.posventa-tab .parent-menu>li.tab-center .child-menu {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.posventa-tab .parent-menu>li.tab-center>a {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.child-menu {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
    margin: 0;
    position: absolute;
    top: 97%;
    margin: 0;
    right: 20px;
    left: inherit;
    max-width: 315px;
    width: 100%;
    background: rgba(244, 244, 244, 0.98);
    display: none
}

.parent-menu li:last-child .child-menu {
    right: inherit;
    left: 20px
}

.parent-menu li:hover .child-menu {
    display: block
}

.child-menu>li {
    text-align: left;
    justify-content: flex-start !important
}

.child-menu>li a {
    padding: 10px 30px !important;
    margin: 0 !important;
    width: 100%
}

.child-menu>li.active a,
.child-menu>li:hover a {
    background: #d5d5d5
}

.dropdown-mobile .mobile-submenus {
    margin: 0
}

.dropdown-mobile .mobile-submenus>li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}

.dropdown-mobile .mobile-submenus li a {
    color: #2c2c2c;
    font: 18px 'Louis-BoldItalic';
    padding: 14px 15px;
    display: block;
    position: relative;
    text-decoration: none
}

.dropdown-mobile .mobile-submenus li a>i {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 25px;
    right: 30px
}

.dropdown-mobile .mobile-submenus li.active a>i {
    transform: rotate(180deg)
}

.repuestos-blk.onlyformobile {
    margin-bottom: 15px;
    height: auto
}

.repuestos-blk.onlyformobile .info-blk {
    padding: 0 15px
}

.repuestos-blk.onlyformobile .info-blk p {
    color: #262626;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    max-width: 100%
}

.toggle-content .toggle-content-wrap {
    padding: 20px 15px
}

.map-services .banner-blk {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 696px;
    box-shadow: 0 0 0
}

section.map-services {
    margin-bottom: 0;
    position: relative
}

section.map-services .banner-info select {
    width: 100%;
    max-width: 600px;
    font-size: 40px;
    font-family: 'Louis-BoldItalic';
    font-style: italic;
    background-color: transparent;
    background-image: url(images/select_arrow-white.png);
    border: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 45px;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.79);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: calc(100% - 30px) center;
    cursor: pointer
}

section.map-services .banner-info select option {
    background: rgba(255, 255, 255, 0.8);
    color: #262626
}

section.map-services .banner-info select::-ms-expand {
    display: none
}

section.map-services .banner-info p {
    font: 20px/28px Arial, sans-serif;
    letter-spacing: 0.028em
}

section.map-services .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.page-template-Posventa .navbar-static-top .navbar-collapse {
    border-bottom: 0
}

.repuestos-blk .container.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.repuestos-bg {
    margin: 0
}

#myCarousel_noticias .carousel-caption {
    top: 145px;
    width: 500px;
    left: 60%;
    text-align: left
}

#myCarousel_noticias .carousel-caption h1 {
    font-size: 60px;
    font-family: "Louis-BoldItalic";
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

#myCarousel_noticias .carousel-caption span {
    font-size: 60px;
    font-family: "Louis-Italic";
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    line-height: 60px
}

#myCarousel_noticias .carousel-caption p {
    font-size: 20px;
    font-family: "Louis-Italic";
    color: #fff;
    text-transform: uppercase;
    font-style: italic
}

#myCarousel_noticias .carousel-caption .cta {
    width: 100px;
    height: 35px;
    border: 2px solid #f4bc00;
    z-index: 1;
    background-color: #f4bc00;
    position: absolute;
    bottom: -113px;
    text-align: center
}

#myCarousel_noticias .carousel-caption a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis-BoldItalic';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0;
    line-height: 31px
}

#myCarousel_noticias .carousel-caption .sub_contant {
    border-bottom: 2px solid #f5b200;
    padding-bottom: 10px;
    position: relative
}

#myCarousel_noticias .carousel-indicators {
    bottom: 243px;
    left: 62.5%
}

#myCarousel_noticias .carousel-inner>.item {
    height: 700px
}

.sala_de_prensa_section,
.video_promos,
.embajadores_section {
    padding: 25px 0 0px 0;
    background-color: #f2f4f6
}

.sala_de_prensa_section .container,
.video_promos .container {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 35px
}

.sala_de_prensa_title h1,
.video_promos_title h2,
.embajadores_title h2 {
    font: 30px "Louis-BoldItalic";
    color: #2c2c2c;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 3px solid #f4bc00;
    text-transform: uppercase;
    display: table;
    font-style: italic
}

.sala_de_prensa_section_post,
.video_promos_section_post,
.embajadores_section_post {
    padding: 55px 0 45px 0
}

.sala_de_prensa_section_post .post_section,
.embajadores_section_post .post_section {
    background-color: #fff
}

.sala_de_prensa_section_post .post_section .post_inner_data,
.embajadores_section_post .post_section .post_inner_data {
    padding: 30px 18px 0 18px
}

.video_prom .post_inner_data {
    position: absolute;
    bottom: 0;
    padding: 30px 18px 0 18px
}

.sala_de_prensa_section_post .post_section .post_inner_data h3,
.embajadores_section_post .post_section .post_inner_data h3 {
    font: 25px "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0
}

.sala_de_prensa_section_post .post_section .post_inner_data p,
.embajadores_section_post .post_section .post_inner_data p {
    font: 17px "Arial";
    color: #4e4e4e;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px
}

.sala_de_prensa_section_post .post_section .explor_more,
.embajadores_section_post .post_section .explor_more {
    padding-top: 8px
}

.sala_de_prensa_section_post .post_section .explor_more a:first-child img,
.embajadores_section_post .post_section .explor_more a:first-child img {
    padding: 8px 12px
}

.sala_de_prensa_section_post .post_section .explor_more a:hover img,
.embajadores_section_post .post_section .explor_more a:hover img {
    background-color: #f4bc00
}

.sala_de_prensa_section_post .post_section .explor_more img,
.embajadores_section_post .post_section .explor_more img {
    background-color: #e5e5e5;
    padding: 6px 10px
}

.noticia_section_post,
.video_promos_section_post,
.embajadores_section_post {
    padding: 25px 0 45px 0
}

.noticia_hero_slider_carousel_arrow {
    display: none
}

.noticia_section_post .post_section,
.embajadores_section_post .post_section {
    background-color: #fff
}

.noticia_section_post .post_section .post_inner_data .post_texts,
.embajadores_section_post .post_section .post_inner_data .post_texts {
    padding: 30px 18px 40px 18px
}

.video_prom .post_inner_data {
    position: absolute;
    bottom: 0;
    padding: 30px 18px 0 18px
}

.noticia_section_post .post_section .post_inner_data h2,
.embajadores_section_post .post_section .post_inner_data h2 {
    font: 25px "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0;
    font-style: italic
}

.noticia_section_post .post_section .post_inner_data p,
.embajadores_section_post .post_section .post_inner_data p {
    font: 17px "Arial";
    color: #4e4e4e;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px
}

.noticia_section_post .post_section .explor_more,
.embajadores_section_post .post_section .explor_more {
    padding-top: 8px
}

.noticia_section_post .post_section .explor_more a:first-child img,
.embajadores_section_post .post_section .explor_more a:first-child img {
    padding: 8px 12px
}

.noticia_section_post .post_section .explor_more a:hover img,
.embajadores_section_post .post_section .explor_more a:hover img {
    background-color: #f4bc00
}

.noticia_section_post .post_section .explor_more img,
.embajadores_section_post .post_section .explor_more img {
    background-color: #e5e5e5;
    padding: 6px 10px
}

.video_sec {
    background-image: url("images/noticias/video_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 404px;
    background-size: cover
}

.noticia_section_post .video_sec .post_section,
.embajadores_section_post .video_sec .post_section {
    background-color: transparent
}

.sala_de_prensa_section_post .video_sec .post_section,
.embajadores_section_post .video_sec .post_section {
    background-color: transparent
}

.video_sec .post_inner_data {
    position: absolute;
    bottom: 0;
    padding: 0 !important
}

.video_sec .post_section h3,
.video_prom .post_section h3 {
    margin-top: 20px !important
}

.noticia_section_post img.post_image,
.embajadores_section_post img.post_image {
    height: 193px;
    width: 100%
}

.sala_de_prensa_section_post img.post_image,
.embajadores_section_post img.post_image {
    height: 193px;
    width: 100%
}

.video_sec h3,
.video_sec p,
.video_prom h3,
.video_prom p {
    color: #fff !important
}

.video_sec p {
    height: 48px !important;
    margin-bottom: 30px
}

.no-image .post_section {
    padding-top: 107px;
    background-color: #fff
}

.no-image .post_section h3 {
    margin-bottom: 20px !important;
    position: relative
}

.no-image .post_section h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f4bc00;
    top: -20px
}

.explor_more_post {
    width: 100px;
    height: 35px;
    border: 1px solid #252524;
    z-index: 1;
    text-align: center
}

.explor_more_pos:hover {
    background-color: #f4bc00;
    border: 1px solid #f4bc00
}

.explor_more_post a {
    background-color: transparent;
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis-BoldItalic';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0;
    line-height: 33px
}

.explor_more_post a:hover {
    text-decoration: none;
    background-color: #f4bc00
}

.video_promos_post_1 .post_section,
.video_promos_post_2 .post_section,
.video_promos_post_3 .post_section {
    background-image: url("images/noticias/video_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 370px
}

.video_prom .post_section .post_inner_data p {
    font: 17px "Arial";
    color: #ffffff !important;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    margin-bottom: 30px
}

.video_prom .post_section .post_inner_data h3 {
    font: 25px "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0;
    font-style: italic
}

.video_prom {
    padding-right: 7px !important;
    padding-left: 7px !important
}

.txthead {
    font-family: Louis-Regular !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 40px !important;
    letter-spacing: 0.5px !important
}

#concesionarios_details .sede_address .add_content span.ventas,
#concesionarios_details .sede_address .add_content .timing {
    display: none
}

#concesionarios_details .sede_address .add_content p.email_ph a.email_section {
    display: none
}

li#menu-item-7242 .sub-menu li a:after {
    background-image: none !important
}

li#menu-item-7290 .sub-menu li a:after {
    background-image: none !important
}

.mobile {
    display: none
}

img.ds_none {
    display: none
}

body.tax-noticia_categories header.page-header {
    position: absolute;
    top: 0
}

body.tax-noticia_categories .post_texts {
    padding: 30px 18px 0 18px
}

.noticia_section_post .row>div {
    margin-top: 15px;
    display: flex;
    margin-bottom: 15px
}

article.noticia .entry-content {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important
}

#noticia_internal {
    height: 730px
}

.vc_row.container {
    margin-left: auto !important;
    margin-right: auto !important
}

h3.orange_text {
    font: 35px "Louis-Bold";
    color: gray;
    text-transform: uppercase;
    text-align: center
}

.noticia_internal_button {
    padding-top: 40px;
    border-top: 2px solid #e3e3e3
}

.noticia_internal_social .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    height: 2.5em !important
}

.noticia_internal_button a {
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #f4bc00 !important;
    color: #f4bc00 !important;
    font: 23px "Louis-Regular" !important;
    border-radius: 0 !important
}

.noticia_internal_button a:hover {
    background-color: #f4bc00 !important;
    background-image: none !important;
    border: 1px solid #fff !important;
    color: #fff !important
}

#myCarousel_noticias_internal {
    padding: 0 !important
}

#myCarousel_noticias_internal img {
    width: 100% !important
}

.noticia_internal_social .wpb_wrapper .wpb_text_column {
    padding-right: 76px;
    padding-top: 10px;
    padding-left: 24px;
    padding-bottom: 0
}

.noticia_internal_social .wpb_wrapper .wpb_text_column,
.noticia_internal_social .wpb_wrapper .vc_icon_element {
    float: left;
    margin: 0;
    vertical-align: middle
}

.noticia_internal_social .wpb_wrapper .vc_icon_element.fb_border {
    border-left: 1px solid #dba900
}

.noticia_internal_social .wpb_wrapper .vc_icon_element {
    border-right: 1px solid #dba900
}

.noticia_internal_social .wpb_wrapper .vc_icon_element:last-child {
    border-left: none;
    border-right: none
}

.noticia_internal_social {
    margin-top: 40px !important
}

.noticia_internal_social .wpb_wrapper {
    text-align: right
}

.noticia_internal_social {
    background-color: #f4bc00;
    width: 34% !important;
    float: right !important;
    right: -30px !important
}

.noticia_internal_social a {
    box-shadow: none !important
}

.noticia_internal_social .vc_column-inner {
    padding: 0 !important
}

.noticia_internal_social .wpb_wrapper .wpb_text_column p {
    text-transform: uppercase;
    font-size: 14px;
    color: #4b4c4c
}

.noticia_internal_social .wpb_wrapper .vc_icon_element .vc_icon_element-inner:hover {
    background-color: #bb9fd9
}

.home-video-thumb .video-thumb {
    height: 692px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.home-video-thumb .video-content {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif
}

.video-content p {
    margin: 25px 0
}

.video-content .cta {
    margin-top: 40px;
    background-color: transparent;
    min-width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    border: 2px solid #2f2f2f;
    width: 260px;
    height: 44px;
    font-size: 25px;
    max-width: inherit
}

.video-content .cta a {
    color: #2f2f2f;
    text-decoration: none;
    box-shadow: 0 0 0;
    font-family: 'Louis-BoldItalic';
    font-style: italic;
    text-transform: capitalize
}

.video-content .content-wrap {
    width: calc(100% - 11.8vw);
    float: right;
    padding-right: 30px;
    max-width: 570px
}

.video-thumb .play-btn {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%)
}

.video-thumb .play-btn-icon {
    width: 120px;
    height: 148px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 0 !important;
    cursor: pointer
}

.video-thumb .play-btn-icon i {
    background: url("img/play-icon-yellow.png") no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%
}

.video-content .title-black {
    font-size: 45px;
    border: 0;
    position: relative;
    margin-top: 0;
    letter-spacing: 2px
}

.video-content .title-black:after {
    width: 200px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #f4bc00
}

.video-content .content-wrap p {
    color: #7f7f7f;
    line-height: 22px;
    letter-spacing: .01em;
    font: 16px/22px Arial, sans-serif
}

.video-content .content-wrap p:not(.prefixTitle) {
    padding-right: 15px
}

.content-wrap .prefixTitle {
    background: #f4bc00;
    color: #2c2c2c !important;
    font: 16px "Louis-Regular" !important;
    display: table;
    padding: 4px 10px;
    text-transform: uppercase;
    position: relative;
    height: 29px
}

.content-wrap .prefixTitle:after {
    content: url("img/prefix-after.png");
    position: absolute;
    width: 10px;
    height: 29px;
    right: -10px;
    top: 0
}

.campana-link {
    cursor: pointer
}

.video-content .cta:hover {
    border-color: transparent;
    background: #f4bc00
}

.explor_more {
    font-size: 0;
    position: absolute;
    bottom: 0
}

.sala_de_prensa_section .explor_more_post {
    display: none
}

@media screen and (max-width: 1366px) {
    .noticia .white-bg>.vc_column_container {
        top: 0px !important
    }
    #myCarousel_noticias .carousel-caption {
        top: 80px;
        width: 500px;
        left: 60%;
        text-align: left
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 175px;
        left: 69%
    }
    #myCarousel_noticias .carousel-caption p {
        margin: 0
    }
    #myCarousel_noticias .carousel-caption span {
        font-size: 40px;
        font-family: "Louis-Italic";
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
        line-height: 50px
    }
    #myCarousel_noticias .carousel-caption h1 {
        font-size: 40px;
        font-family: "Louis-BoldItalic";
        color: #fff;
        text-transform: uppercase;
        margin: 0
    }
    #myCarousel_noticias .carousel-inner>.item {
        height: 420px
    }
    #myCarousel_noticias .item .desktop {
        height: 530px !important
    }
    .sala_de_prensa_section .container,
    .noticia_related_section .container {
        max-width: 90% !important
    }
    #noticia_internal {
        height: 737px
    }
    h3.orange_text {
        font-size: 28px
    }
    .noticia_internal_social {
        background-color: #f4bc00;
        width: 43% !important;
        float: right !important
    }
    .noticia .white-bg {
        z-index: 0123 !important;
        position: relative;
        padding: 0
    }
}

@media screen and (max-width: 1280px) {
    .noticia_internal_social .wpb_wrapper .wpb_text_column {
        padding-right: 108px !important;
        padding-top: 10px;
        padding-left: 24px;
        padding-bottom: 0
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 139px;
        left: 70%
    }
    .navbar-collapse.collapse ul li {
        width: 96px
    }
    .noticia_internal_social {
        background-color: #f4bc00;
        width: 50% !important;
        float: right !important
    }
    h3.orange_text {
        font-size: 24px
    }
}

@media screen and (max-width: 1024px) {
    #myCarousel_noticias .carousel-inner>.item {
        height: 380px
    }
    #myCarousel_noticias .carousel-caption span {
        font-size: 32px;
        font-family: "Louis-Italic";
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
        line-height: 43px
    }
    #myCarousel_noticias .carousel-caption h1 {
        font-size: 32px;
        font-family: "Louis-BoldItalic";
        color: #fff;
        text-transform: uppercase;
        margin: 0
    }
    #myCarousel_noticias .carousel-caption .cta {
        width: 100px;
        height: 35px;
        border: 2px solid #f4bc00;
        z-index: 1;
        background-color: #f4bc00;
        position: absolute;
        bottom: -70px;
        text-align: center
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 91px;
        left: 72%
    }
}

@media screen and (max-width: 768px) {
    .video_sec {
        background-position: center
    }
    .noticia_section_post img.post_image,
    .embajadores_section_post img.post_image {
        height: auto;
        width: 100%
    }
    .noticia_section_post .col-sm-12 {
        padding: 0;
        margin-bottom: 20px
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 75px;
        left: 66%
    }
    #myCarousel_noticias .carousel-caption {
        top: 29px;
        width: 297px;
        left: 60%;
        text-align: left
    }
    #myCarousel_noticias .carousel-inner>.item {
        height: 285px
    }
    #myCarousel_noticias .carousel-caption {
        top: 29px;
        width: 500px;
        left: 60%;
        text-align: left
    }
    #myCarousel_noticias .carousel-caption h1 {
        font-size: 22px;
        font-family: "Louis-BoldItalic";
        color: #fff;
        text-transform: uppercase;
        margin: 0
    }
    #myCarousel_noticias .carousel-caption span {
        font-size: 25px;
        font-family: "Louis-Italic";
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
        line-height: 37px
    }
}

@media screen and (max-width: 767px) {
    .noticia_internal_social {
        right: 0px !important
    }
    .noticia_internal_social {
        width: 100% !important
    }
    h3.orange_text {
        font: 15px "Louis-Bold" !important
    }
    .explor_more_post {
        margin-left: 15px
    }
    .sala_de_prensa_title h1,
    .video_promos_title h2,
    .embajadores_title h2 {
        font-size: 22px !important
    }
    .sala_de_prensa_title {
        padding: 0 15px
    }
    .sala_de_prensa_title h1,
    .video_promos_title h2,
    .embajadores_title h2 {
        font: 30px "Louis-BoldItalic";
        color: #2c2c2c;
        margin: 0;
        padding-bottom: 20px;
        border-bottom: 3px solid #f4bc00;
        text-transform: uppercase;
        display: table;
        font-style: italic
    }
    .noticia_section_post .post_section .post_inner_data h2,
    .embajadores_section_post .post_section .post_inner_data h2 {
        font-size: 20px !important
    }
    .noticia_section_post .post_section .post_inner_data p,
    .embajadores_section_post .post_section .post_inner_data p {
        font-size: 14px !important
    }
    .noticia_section_post,
    .video_promos_section_post,
    .embajadores_section_post {
        padding: 20px 0 45px 0 !important
    }
    #myCarousel_noticias .carousel-caption {
        top: 101px !important
    }
    #myCarousel_noticias .carousel-control .glyphicon-chevron-right {
        margin-right: 0 !important
    }
    #myCarousel_noticias .carousel-caption p {
        font-size: 15px !important;
        margin: 0 !important
    }
    #myCarousel_noticias .carousel-control.right .glyphicon-chevron-right:hover {
        background-image: none !important
    }
    #myCarousel_noticias .glyphicon-chevron-right:hover::before {
        background-image: url(images/slider_icon.png) !important
    }
    #myCarousel_noticias .carousel-control.left .glyphicon-chevron-left:hover {
        background-image: none !important
    }
    #myCarousel_noticias .glyphicon-chevron-left:hover::before {
        background-image: url(images/slider_icon.png) !important
    }
    #myCarousel_noticias .carousel-control.left {
        display: block !important;
        left: 62% !important;
        top: 71.5% !important
    }
    #myCarousel_noticias .carousel-control.right {
        display: block !important;
        left: 84% !important;
        top: 71.5% !important
    }
    #myCarousel_noticias .carousel-indicators {
        display: none !important
    }
    #myCarousel_noticias .carousel-caption .cta {
        bottom: -32px !important
    }
    #myCarousel_noticias .carousel-caption .sub_contant {
        border: none !important
    }
    #myCarousel_noticias .carousel-caption {
        width: 250px !important
    }
    #myCarousel_noticias .container {
        max-width: 100% !important
    }
    #myCarousel_noticias .carousel-caption {
        left: 5% !important
    }
    #myCarousel_noticias .carousel-caption span,
    #myCarousel_noticias .carousel-caption h1 {
        font-size: 25px !important
    }
    #myCarousel_noticias .carousel-caption span {
        line-height: 32px !important
    }
    .mobile {
        display: block
    }
    .desktop {
        display: none !important
    }
    .noticia_internal_social {
        width: 98% !important;
        margin: 0 auto;
        float: none !important
    }
    #mobile_banner_inernal {
        height: 450px
    }
    .noticia_internal_button {
        margin-top: 20px
    }
    .noticia_internal_button a {
        font: 15px "Louis-Regular" !important;
        padding: 10px 13px !important
    }
    #noticia_internal {
        height: 300px
    }
    .explor_more {
        font-size: 0;
        text-align: right;
        margin: 0 -18px
    }
    article.noticia {
        background-color: #fff
    }
    .retd_prod {
        background-color: #f2f4f6
    }
    .noticia_related_section {
        padding-top: 40px
    }
    .noticia_section_post .post_section .explor_more a img,
    .embajadores_section_post .post_section .explor_more a img {
        background-color: #f4bc00
    }
    .noticia_section_post .post_section .explor_more a:first-child img {
        border-right: 1px solid #f0cc50
    }
}

@media screen and (max-width: 360px) {
    .noticia_internal_social .vc_icon_element {
        font-size: 9px
    }
    .noticia_internal_social .wpb_wrapper .wpb_text_column {
        padding-right: 30px
    }
    #myCarousel_noticias .carousel-control.left {
        display: block !important;
        left: 59% !important;
        top: 71.5% !important
    }
}

article.noticia {
    background-color: #f2f4f6
}

#myCarousel_noticias .item .desktop {
    object-fit: cover;
    height: 867px
}

.white-bg {
    background: #fff
}

.noticia .white-bg .wpb_wrapper p {
    color: #262626 !important;
    font: 15px/22px Arial !important;
    margin-bottom: 0px !important
}

span.ps_date {
    margin-top: 22px;
    top: 30px;
    display: block;
    font-size: 14px;
    color: grey;
    font-family: arial;
    text-transform: uppercase
}

.noticia .white-bg {
    top: -140px;
    z-index: 0123;
    position: relative
}

.noticia #myCarousel_noticias_internal {
    max-width: 1030px;
    margin: 0 auto
}

.noticia_internal_social {
    position: relative
}

.noticia_internal_social .wpb_text_column p {
    color: #4b4c4c !important;
    font: 14px 'Raleway' !important;
    font-weight: 500 !important
}

.noticia_internal_social_bottom {
    bottom: 30px
}

.noticia_internal_social_top {
    top: 0;
    margin-top: 0 !important;
    margin-bottom: 30px
}

.noticia .vc_custom_heading.section_title {
    color: #262626;
    font: 18px/22px Arial;
    letter-spacing: 0.012em;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 35px
}

.noticia .vc_custom_heading.section_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #f4bc00;
    border-radius: 100px
}

.noticia #myCarousel_noticias_internal {
    position: relative
}

.noticia #myCarousel_noticias_internal .slider-dots {
    position: absolute;
    right: 30px;
    bottom: 10px
}

.noticia #myCarousel_noticias_internal .slider-dots .carousel-indicators {
    position: static;
    width: auto;
    border-top: 2px solid #f5b200;
    padding-top: 13px
}

#noticia_hero_slider_carousel .item {
    height: 725px;
    background-repeat: no-repeat;
    background-size: cover
}

.noticia_internal_social .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
    color: grey !important
}

#myCarousel_noticias.carousel.slide:after,
#myCarousel_noticias .concesionario-banner:after,
#myCarousel_noticias:after {
    background-image: none !important
}

.noticia .entry-content .wpb_wrapper,
.noticia .wpb_wrapper .vc_single_image-wrapper,
.noticia .wpb_wrapper .vc_single_image-wrapper img {
    width: 100%
}

.seguridad-blk {
    margin: 30px 30px
}

.seguridad-blk ul {
    padding: 0;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    max-width: 470px
}

.seguridad-blk ul li {
    list-style: none !important
}

.seguridad-blk ul li p {
    text-align: center;
    font-family: 'Louis-BoldItalic';
    font-size: 1rem;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center
}

.seguridad-blk ul li p:first-of-type {
    border-bottom: 0px solid #565655;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 1.1;
    padding-bottom: 10px;
    margin-top: 5px;
    min-height: 46px;
    max-height: 47px;
    overflow: hidden
}

.seguridad-blk .seguridad-item figure {
    width: 4vw;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.seguridad-blk .seguridad-item figure>img {
    max-width: 100%;
    max-height: 100%
}

.yellow-title h3.orange_text {
    font: 35px "Louis-Bold";
    color: #f4bc00;
    text-transform: uppercase;
    text-align: center
}

.noticia .text-medium .wpb_wrapper p {
    font: 26px Arial, sans-serif !important;
    font-weight: bold !important;
    text-align: center;
    font-style: italic !important
}

.text-with-yellow-title ul {
    padding-left: 35px
}

.text-with-yellow-title ul li {
    list-style: none;
    color: #807f7b;
    font-family: 'Louis';
    font-size: 20px;
    border-bottom: 2px solid #807f7b;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.text-with-yellow-title ul li:last-child {
    border-bottom: 0
}

.text-with-yellow-title ul li strong {
    color: #e7b200;
    text-transform: uppercase
}

.list-with-icon ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    font: 16px Arial, sans-serif !important;
    color: #262626;
    margin-bottom: 20px
}

.list-with-icon ul li img {
    margin-right: 15px
}

.noticia .wpb_wrapper p a {
    color: #0147f8;
    text-decoration: none;
    box-shadow: none
}

#posventa-slider .owl-item img {
    height: 645px;
    object-fit: cover;
    object-position: center
}

#posventa-slider .container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: center
}

#posventa-slider .banner-caption {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 390px;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    display: flex;
    flex-wrap: wrap
}

#posventa-slider .banner-caption p {
    color: #fff;
    font: 40px 'Louis-Regular';
    margin-bottom: 0;
    display: flex;
    align-self: flex-end
}

#posventa-slider .banner-caption small {
    color: #e6b242;
    font: 25px 'Louis-Regular'
}

.thumbSlider ul li {
    list-style: none;
    padding: 0 7px
}

.thumbSlider ul li img {
    max-height: 145px;
    min-height: 145px;
    max-width: 100%;
    object-fit: cover
}

#posventaThumbSlider {
    margin: 50px 0
}

.thumbSlider .owl-nav .owl-prev {
    width: 35px;
    height: 66px;
    background: url("img/thumb-slider-next.png") no-repeat center;
    text-indent: -9999999px;
    overflow: hidden;
    float: left;
    pointer-events: fill
}

.thumbSlider .owl-nav .owl-next {
    width: 35px;
    height: 66px;
    background: url("img/thumb-slider-prev.png") no-repeat center;
    text-indent: -9999999px;
    overflow: hidden;
    float: right;
    pointer-events: fill
}

.thumbSlider .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 100px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    pointer-events: none
}

.thumbBlk {
    position: relative
}

.thumbBlk p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    font: 16px 'Louis-Regular';
    padding: 3px 10px;
    text-align: center;
    margin: 0
}

.videoBLK .videowrap {
    height: 645px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.videowrap .iframeCover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover, 0
}

.videowrap a,
.videowrap a:hover,
.videowrap a:focus {
    color: #e6b242;
    font: 20px 'Louis-Regular';
    text-transform: uppercase;
    position: absolute;
    text-align: center
}

.videowrap a>img {
    margin: 0 auto 15px;
    display: block
}

.videowrap iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.zigzag-blk .zigzag-img {
    position: relative;
    overflow: hidden;
    background-color: black
}

.zigzag-blk.zigzag-single .zigzag-img {
    width: 50%
}

.zigzag-blk.zigzag-single .zigzag-content {
    width: 50%
}

.zigzag-blk.zigzag-double-row .zigzag-img {
    width: 50.31%;
    display: flex;
    align-items: center
}

.zigzag-blk.zigzag-double-row .zigzag-content {
    width: 49.65%;
    display: flex;
    align-items: center;
    justify-content: center
}

.zigzag-blk.zigzag-double-row .zigzag-content .cont-wrap {
    max-width: 518px;
    max-height: 620px;
    overflow: hidden
}

.zigzag-blk.zigzag-double-row.left .zigzag-content {
    justify-content: flex-start
}

.zigzag-blk.zigzag-double-row.left .zigzag-content .cont-wrap {
    margin-left: 4vw
}

.zigzag-blk.zigzag-double-row.right .zigzag-content {
    justify-content: flex-end
}

.zigzag-blk.zigzag-double-row.right .zigzag-content .cont-wrap {
    margin-right: 4vw
}

.zigzagSlider {
    margin: 0;
    padding: 0
}

.zigzagSlider li {
    list-style: none
}

.zigzagSlider li .thumbBlk {
    position: relative
}

.zigzag-img:after,
.zigzag-img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 760px;
    height: 100%;
    background: white;
    transform: rotate(-63deg) translate(13%, 78%);
    -webkit-transform: rotate(-66deg) translate(13%, 100%);
    -moz-transform: rotate(-66deg) translate(13%, 100%);
    -ms-transform: rotate(-66deg) translate(13%, 100%);
    -o-transform: rotate(-66deg) translate(13%, 100%);
    z-index: 12
}

.zigzag-img:before {
    background: #e6b342;
    transform: rotate(-66deg) translate(11%, 99%);
    -webkit-transform: rotate(-66deg) translate(11%, 99%);
    -moz-transform: rotate(-66deg) translate(11%, 99%);
    -ms-transform: rotate(-66deg) translate(11%, 99%);
    -o-transform: rotate(-66deg) translate(11%, 99%);
    top: -3px
}

.zigzag-double-row .zigzag-img:after,
.zigzag-double-row .zigzag-img:before {
    width: 655px
}

.zigzagSlider li .thumbBlk>img {
    height: 100%;
    width: 100%;
    max-height: 480px;
    object-fit: cover
}

.zigzag-content .title-inner {
    position: relative;
    color: #5b5b5f;
    font: 26px 'Louis-Regular';
    padding: 10px 0 10px 40px;
    margin-bottom: 40px;
    margin-top: 0
}

.zigzag-content .title-inner>strong {
    display: block;
    color: #5b5b5f
}

.zigzag-content .title-inner i {
    width: 25px;
    height: 25px;
    background: #e6b342;
    display: inline-block;
    margin: 0 10px 0 5px;
    position: absolute;
    top: 15px;
    left: 0
}

.zigzag-content .title-inner::before,
.zigzag-content .title-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background: #010101;
    top: 0
}

.zigzag-content .title-inner::after {
    top: inherit;
    bottom: 0
}

.zigzag-content p,
.zigzag-content ul li {
    color: #262626;
    font: 16px Arial, Helvetica, sans-serif;
    position: relative;
    padding: 0 20px;
    line-height: 22px;
    letter-spacing: 0.024em
}

.zigzag-content ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    background: #e6b342;
    top: 6px
}

ul li {
    list-style: none
}

.zigzag-content ul {
    padding: 0;
    margin: 0
}

.zigzag-content ul.col2-ul {
    width: 50%;
    float: left
}

.zigzag-content ul+p {
    margin-top: 10px
}

.zigzag-blk {
    display: flex
}

.zigzag-blk.zigzag-single .zigzag-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px
}

.zigzag-blk.zigzag-single .zigzag-content .cont-wrap {
    max-width: 518px;
    max-height: 615px;
    overflow: hidden
}

.zigzag-blk.zigzag-single .zigzag-content {
    justify-content: flex-start
}

.zigzag-blk.zigzag-single .zigzag-content .cont-wrap {
    margin-left: 4vw
}

.videoBLK {
    margin: 30px 0
}

.zigzag-blk.zigzag-double-row.right .zigzag-img {
    order: 2
}

.zigzag-blk.zigzag-double-row.right .zigzag-img:after,
.zigzag-blk.zigzag-double-row.right .zigzag-img:before {
    right: inherit;
    left: 0;
    transform: rotate(115deg) translate(10%, 89.9%);
    -webkit-transform: rotate(115deg) translate(10%, 89.9%);
    -moz-transform: rotate(115deg) translate(10%, 89.9%);
    -ms-transform: rotate(115deg) translate(10%, 89.9%);
    -o-transform: rotate(115deg) translate(10%, 89.9%)
}

.zigzag-blk.zigzag-double-row.left .zigzag-img:before {
    transform: rotate(-65deg) translate(13%, 89%);
    -webkit-transform: rotate(-65deg) translate(13%, 89%);
    -moz-transform: rotate(-65deg) translate(13%, 89%);
    -ms-transform: rotate(-65deg) translate(13%, 89%);
    -o-transform: rotate(-65deg) translate(13%, 89%)
}

.zigzag-blk.zigzag-double-row.left .zigzag-img:after {
    transform: rotate(-65deg) translate(13%, 90%);
    background-color: #f2f2f2;
    -webkit-transform: rotate(-65deg) translate(13%, 90%);
    -moz-transform: rotate(-65deg) translate(13%, 90%);
    -ms-transform: rotate(-65deg) translate(13%, 90%);
    -o-transform: rotate(-65deg) translate(13%, 90%)
}

.zigzag-blk.zigzag-double-row.left .zigzag-img:after,
.zigzag-blk.zigzag-double-row.left .zigzag-img:before {
    width: 650px;
    height: 100%
}

.zigzag-blk.zigzag-double-row.right .zigzag-img:before {
    left: 6px;
    top: 2px
}

.zigzag-double-row.left .zigzag-content {
    background-color: #f2f2f2
}

.zigzag-blk>.container,
.videoBLK>.container {
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.ver-link,
.ver-link:hover {
    color: #ffffff;
    font: 22px 'Louis-Regular';
    padding: 10px;
    width: 210px;
    background: #e6b342;
    text-transform: uppercase;
    margin: 45px 0 0;
    display: table;
    position: relative;
    text-align: center
}

.ver-link i {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 10px;
    margin-left: 10px
}

.ver-link i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.thumbBlk .playbtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5)
}

.thumbBlk .playbtn img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    min-height: inherit
}

#posventaThumbModal>.modal-dialog {
    max-width: 1150px !important;
    height: 650px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#posventaThumbModal>.modal-dialog .close {
    float: right;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    top: -55px
}

#posventaThumbModal>.modal-dialog .modal-content {
    background-color: transparent;
    box-shadow: 0 0 0 !important;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

#posventaThumbModal>.modal-dialog iframe {
    margin-bottom: 0;
    display: table
}

.modalInnerSlider .items img,
.modalInnerSlider .items iframe {
    width: 100%;
    max-width: 665px;
    height: 650px;
    object-fit: cover;
    margin: 0 auto
}

.modalInnerSlider .items .short-desc {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-family: 'Louis-Regular';
    width: 100%;
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.modalInnerSlider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 100px;
    text-indent: -9999px;
    overflow: hidden
}

.modalInnerSlider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 50px;
    right: 19px
}

.modalInnerSlider .owl-nav .owl-prev {
    float: left;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("images/slider_icon.png") no-repeat center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-right: 15px
}

.modalInnerSlider .owl-nav .owl-next {
    float: left;
    width: 35px;
    height: 35px;
    background: url("images/slider_icon.png") no-repeat center
}

.modalInnerSlider .owl-dots {
    bottom: 10px;
    border-top: 2px solid #f8b334;
    padding-top: 6px
}

.modalInnerSlider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 7px
}

.modalInnerSlider .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #aaaaaa;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

.modalInnerSlider .owl-dots .owl-dot.active span {
    background: #f8b334
}

.seguridad-blk {
    margin: 30px 30px
}

.seguridad-blk ul {
    padding: 0;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    max-width: 515px
}

.seguridad-blk ul li p {
    text-align: center;
    font-family: 'Louis-Bold';
    font-style: italic;
    font-size: 1rem;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center
}

.seguridad-blk ul li p:first-of-type {
    border-bottom: 0px solid #565655;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 1.1;
    padding-bottom: 10px;
    margin-top: 5px;
    height: 46px;
    max-height: 47px;
    overflow: hidden;
    max-width: 110px
}

.seguridad-blk .seguridad-item figure {
    width: 4vw;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.seguridad-blk .seguridad-item figure>img {
    max-width: 100%;
    max-height: 100%
}

#posventa-slider {
    margin: 40px auto 20px
}

#posventaThumbModal .modal-content {
    border: 0
}

#posventa-slider.owl-carousel {
    z-index: 0
}

.posventa-inner .concesionario {
    position: relative;
    margin-top: 25px
}

.posventa-inner .concesionario .carousel-caption {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important
}

.posventa-inner .concesionario .carousel-caption .sub_contant {
    max-width: 560px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 auto
}

.posventa-inner .concesionario .carousel.slide:before,
.posventa-inner .concesionario:before,
.posventa-inner .concesionario .carousel.slide:after,
.posventa-inner .concesionario-banner:after {
    display: none
}

.posventa-inner .concesionario .carousel-caption .sub_contant h1 {
    font-family: 'Louis-Regular';
    min-height: auto !important;
    max-height: inherit;
    font-size: 40px !important;
    border: 0 !important;
    padding: 20px !important;
    font-style: normal !important
}

.posventa-inner .concesionario .carousel-caption .sub_contant h1>span {
    font-size: 40px !important;
    text-align: center !important;
    font-style: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.posventa-inner .concesionario .carousel-caption .sub_contant {
    background: rgba(0, 0, 0, 0.6);
    padding-bottom: 20px
}

.posventa-inner .concesionario .carousel-caption .sub_contant p {
    font-size: 20px !important;
    text-align: center !important;
    position: relative !important
}

.posventa-inner .concesionario .carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center
}

.posventa-inner .concesionario #myCarousel_concesionario .carousel-inner .item img {
    height: 650px
}

.posventa-inner .concesionario .concesionario_map_section {
    overflow: hidden;
    margin-bottom: 30px
}

.posventa-inner .concesionario .location_data {
    transform: skewX(7deg);
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg)
}

#posventaThumbSlider .owl-stage {
    margin: 0 auto
}

.posventa-inner .navbar-wrapper {
    position: inherit
}

.page-template-Posventa-html .navbar-wrapper {
    position: relative
}

.posventa-tab ul.parent-menu {
    display: flex;
    margin: 0;
    align-items: center;
    height: 72px;
    margin-top: 7px;
    position: relative;
    background-color: #f6f6f7
}

.posventa-tab .parent-menu:after,
.posventa-tab .parent-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #f4bc00;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.posventa-tab .parent-menu:before {
    top: 0;
    height: 2px;
    background: rgba(226, 226, 226, 0.8)
}

.posventa-tab .parent-menu li {
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: #f6f6f7
}

.posventa-tab .parent-menu li.active {
    background: #d7d8dc;
    z-index: 1
}

.posventa-tab .parent-menu>li:first-child,
.posventa-tab .parent-menu>li:last-child {
    display: flex;
    flex: 1 0 auto
}

.posventa-tab .parent-menu>li:first-child {
    justify-content: flex-end;
    position: relative
}

.posventa-tab .parent-menu>li:first-child a {
    margin-right: 1em
}

.posventa-tab .parent-menu>li:last-child a {
    margin-left: 5em
}

.posventa-tab .parent-menu>li:first-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 70px;
    background: #f8f8f8;
    right: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: 0;
    background: #d7d8dc;
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg)
}

.posventa-tab .parent-menu>li:first-child:after {
    background: #f6f6f7
}

.posventa-tab .parent-menu>li:first-child:before,
.posventa-tab .parent-menu>li:last-child:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 6px;
    width: 2px;
    height: 60px;
    background: #f1f1f1;
    transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    background: #d7d8dc
}

.posventa-tab .parent-menu>li:last-child:before {
    left: 0;
    right: inherit
}

.posventa-tab .parent-menu>li:first-child.active:before,
.posventa-tab .parent-menu>li:last-child.active:before {
    width: 0
}

.posventa-tab .parent-menu>li:last-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 70px;
    background: #f8f8f8;
    left: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: 0;
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg)
}

.posventa-tab .parent-menu>li:last-child.active:after {
    background: #d7d8dc
}

.posventa-tab .parent-menu>li:last-child {
    justify-content: flex-start
}

.posventa-tab .parent-menu>li:nth-child(2).active+li:before {
    left: -2px
}

.posventa-tab .parent-menu>li a {
    font-family: 'Louis-Regular';
    font-size: 18px;
    color: #3b3b3b;
    text-decoration: none;
    text-transform: uppercase;
    padding: 23px 0;
    cursor: pointer
}

.posventa-tab .parent-menu>li a i {
    position: relative;
    width: 24px;
    display: inline-block;
    text-align: center;
    height: 10px;
    vertical-align: middle
}

.posventa-tab .parent-menu>li:not(:first-child) a i {
    display: none
}

.posventa-tab .parent-menu>li a i:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    border-top: 6px solid #3b3b3b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 6px;
    height: 6px
}

.posventa-tab .parent-menu>li.active a {
    font-family: 'Louis';
    font-weight: bold
}

.posventa-tab .parent-menu>li.active a>span {
    font-weight: normal;
    font-family: 'Louis-Regular'
}

.tab-center {
    max-width: 450px
}

.posventa-tab .parent-menu>li.tab-center {
    transform: skew(-21deg);
    -webkit-transform: skew(-21deg);
    -moz-transform: skew(-21deg);
    -ms-transform: skew(-21deg);
    -o-transform: skew(-21deg)
}

.posventa-tab .parent-menu>li.tab-center .child-menu {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.posventa-tab .parent-menu>li.tab-center>a {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.child-menu {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
    margin: 0;
    position: absolute;
    top: 100%;
    margin: 0;
    right: 20px;
    left: inherit;
    max-width: 315px;
    width: 100%;
    background: rgba(244, 244, 244, 0.98);
    display: none;
    z-index: 2
}

.parent-menu li:last-child .child-menu {
    right: inherit;
    left: 20px
}

.parent-menu li:hover .child-menu,
.parent-menu li .child-menu:hover {
    display: block
}

.child-menu>li {
    text-align: left;
    justify-content: flex-start !important
}

.child-menu>li a {
    padding: 10px 30px !important;
    margin: 0 !important;
    width: 100%
}

.child-menu>li.active a,
.child-menu>li:hover a {
    background: #d5d5d5
}

.dropdown-mobile .mobile-submenus {
    margin: 0
}

.dropdown-mobile .mobile-submenus>li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}

.dropdown-mobile .mobile-submenus li a {
    color: #2c2c2c;
    font: 18px 'Louis-BoldItalic';
    padding: 14px 15px;
    display: block;
    position: relative;
    text-decoration: none
}

.dropdown-mobile .mobile-submenus li a>i {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 25px;
    right: 30px
}

.dropdown-mobile .mobile-submenus li.active a>i {
    transform: rotate(180deg)
}

.repuestos-blk.onlyformobile {
    margin-bottom: 15px;
    height: auto
}

.repuestos-blk.onlyformobile .info-blk {
    padding: 0 15px
}

.repuestos-blk.onlyformobile .info-blk p {
    color: #262626;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    max-width: 100%
}

.toggle-content .toggle-content-wrap {
    padding: 20px 15px
}

.map-services .banner-blk {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 696px;
    box-shadow: 0 0 0
}

section.map-services {
    margin-bottom: 0;
    position: relative
}

section.map-services .banner-info select {
    width: 100%;
    max-width: 600px;
    font-size: 40px;
    font-family: 'Louis-BoldItalic';
    background-color: transparent;
    background-image: url(images/select_arrow-white.png);
    border: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 45px;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.79);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: calc(100% - 30px) center;
    cursor: pointer
}

section.map-services .banner-info select option {
    background: rgba(255, 255, 255, 0.8);
    color: #262626
}

section.map-services .banner-info select::-ms-expand {
    display: none
}

section.map-services .banner-info p {
    font: 20px/28px Arial, sans-serif;
    letter-spacing: 0.028em
}

section.map-services .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.page-template-Posventa .navbar-static-top .navbar-collapse {
    border-bottom: 0
}

.repuestos-blk .container.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.repuestos-bg {
    margin: 0
}

#myCarousel_concesionario .carousel-inner .item img,
#myCarousel_concesionario .carousel-inner .item iframe {
    height: 730px;
    position: inherit !important;
    top: 0 !important;
    margin: 0 !important;
    width: 100%
}

.filter_area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    margin-top: -25px
}

#myCarousel_concesionario .container.dots {
    left: 25em
}

#myCarousel_concesionario .carousel-indicators {
    display: table;
    left: 79em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: 26%;
    margin-left: 0
}

#myCarousel_concesionario .carousel-caption {
    bottom: 20px
}

#myCarousel_concesionario .carousel-caption {
    z-index: 1;
    left: 7%;
    right: 0;
    top: 64%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

#myCarousel_concesionario .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

#myCarousel_concesionario .sub_contant h1,
#myCarousel_concesionario .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

#myCarousel_concesionario .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

#myCarousel_concesionario .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 12px;
    top: -243px;
    width: 100%;
    max-width: 460px
}

#myCarousel_concesionario .carousel-inner .sub_contant h1 {
    min-height: 60px
}

#myCarousel_concesionario .carousel-inner .sub_contant p {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #fff;
    display: block;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    font-family: 'arial'
}

#myCarousel_concesionario .sub_contant h1 span,
#myCarousel_concesionario .sub_contant label span {
    font-family: 'Louis';
    font-size: 33px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

#myCarousel_concesionario .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.filter_options {
    padding: 10px 0;
    background-color: #e6b242;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.filter_options .form-group select {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(images/select_arrowwhite.png);
    background-repeat: no-repeat;
    background-position: 90%;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #fff;
    height: 36px;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative
}

.filter_options .form-group select option {
    color: #000
}

.filter_options>.form-group:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 2px;
    width: 2px;
    background: white;
    height: 30px;
    transform: skewX(-25deg)
}

.filter_options>.form-group:last-of-type:after {
    width: 0
}

.filter_options .form-group:last-child select {
    border: none
}

.filter_options .form-group {
    margin-bottom: 0
}

#map_canvas {
    position: relative;
    height: 730px
}

.map_area {
    clear: both
}

.map_area,
.right_area {
    padding: 0 !important;
    margin-bottom: 20px
}

#map_data,
#map_data iframe {
    height: 820px
}

.right_area {
    float: right !important
}

span.concesionarios-name {
    font: 16px "Arial";
    font-weight: bold;
    line-height: auto
}

.left_area {
    padding-top: 45px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 730px;
    background: #f2f2f2
}

.map_address_sectino>span {
    width: 405px;
    float: right;
    clear: both;
    padding-bottom: 20px
}

.left_area #mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    opacity: 1
}

.left_area #mCSB_1_scrollbar_vertical {
    left: inherit
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
    border: 1px solid #8e8e90;
    width: 12px !important;
    border-radius: 0 !important
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.left_area .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px !important;
    border-radius: 0 !important;
    border-right: 1px solid #8e8e90;
    border-left: 1px solid #8e8e90
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f4bc00
}

span.ventas {
    font: 16px "Arial";
    color: #4e4e4e;
    font-weight: bold
}

p.timing {
    width: 225px;
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph {
    width: 150px
}

p.email_ph a {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph a span {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

.add.active {
    background-color: #ffffff
}

.add:hover {
    background-color: #ffffff
}

.filter_options_mobile {
    display: none
}

.navbar-collapse.collapse ul li#menu-item-6234,
.navbar-collapse.collapse ul li#menu-item-6233,
.navbar-collapse.collapse ul li#menu-item-6647,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6647,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6647 {
    width: 3.5vw
}

.navbar-collapse.collapse ul li#menu-item-6647 a {
    background-image: url("images/search_icon.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 22px
}

.navbar-collapse.collapse ul li#menu-item-6233 a {
    background-image: url("images/fb.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 24px;
    width: 25px
}

.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233 a,
.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233 a,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6233 a,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6233 a,
.portfolio .navbar-collapse.collapse ul li#menu-item-6233 a,
.search-results .navbar-collapse.collapse ul li#menu-item-6233 a {
    background-image: url("images/fb-black.png")
}

.navbar-collapse.collapse ul li#menu-item-6233 {
    position: relative
}

.navbar-collapse.collapse ul li#menu-item-6233:before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    left: 0;
    top: 12px;
    height: 40px
}

.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233:before,
.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233:before,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233:before,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6233:before,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6233:before,
.portfolio .navbar-collapse.collapse ul li#menu-item-6233:before,
.search-results .navbar-collapse.collapse ul li#menu-item-6233:before {
    border-color: #3b3b3b
}

.navbar-collapse.collapse ul li#menu-item-6234 {
    width: auto
}

.navbar-collapse.collapse ul li#menu-item-6234 a {
    background-image: url("images/vedio.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 26px;
    height: 20px;
    width: 40px
}

.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6234 a,
.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6234 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6234 a,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6234 a,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6234 a,
.portfolio .navbar-collapse.collapse ul li#menu-item-6234 a,
.search-results .navbar-collapse.collapse ul li#menu-item-6234 a {
    background-image: url("images/video-black.png")
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

.infoBox img {
    top: 20px !important;
    right: 20px !important
}

.infoBox {
    width: 280px !important;
    height: 150px;
    overflow: hidden;
    transform: skewX(-7deg) !important;
    margin-top: 10px;
    text-align: center;
    -webkit-transform: skewX(-7deg) !important;
    -moz-transform: skewX(-7deg) !important;
    -ms-transform: skewX(-7deg) !important;
    -o-transform: skewX(-7deg) !important
}

.infoBox .triangel {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4bc00;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0px;
    left: 43%
}

.infoBox .info-box-wrap {
    padding: 10px 15px
}

.infoBox .info-box-wrap .location_data h2 {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    margin: 10px 0 0;
    line-height: 0.7
}

.infoBox .info-box-wrap .location_descriptin p {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    margin: 10px 0;
    line-height: 0.8
}

.infoBox .info-box-wrap .location_descriptin p a {
    color: #4e4e4e
}

.search_section {
    background-color: #f2f4f6
}

.container_search {
    width: 864px;
    margin: 0 auto;
    padding-top: 40px
}

.search_section input {
    background-position: 97%;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #808080;
    margin: 0 auto;
    background-color: transparent;
    background-image: url("images/search_icon_2.png");
    background-repeat: no-repeat;
    border-radius: 0;
    height: 45px;
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}

.search_section ::-webkit-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section :-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section ::-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    opacity: 1;
    font-size: 30px;
    text-transform: uppercase
}

.search_section :-ms-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section span {
    font: 18px "Arial";
    color: #4e4e4e
}

.search_content {
    padding-top: 60px;
    padding-bottom: 60px
}

.inner_serch .white {
    background-color: #FFF;
    padding: 0;
    margin: 15px 7.5px;
    width: 31.333333%
}

.inner_serch .bg_img_section {
    padding-top: 105px
}

.inner_serch .bg_img_section h4,
.inner_serch .bg_img_section p {
    color: #fff !important
}

.inner_serch .bg_img_section .play_icon {
    padding-left: 20px;
    padding-bottom: 40px
}

.inner_serch .block_data h4 {
    font-size: 25px;
    font-family: "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 9px;
    line-height: 33px
}

.inner_serch .block_data p {
    font-size: 16px;
    font-family: "Arial";
    color: #4e4e4e;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.no_image_section .block_data h4 {
    position: relative;
    padding-top: 25px
}

.no_image_section .block_data h4:before {
    height: 2px;
    width: 50px;
    background-color: #f4bc00;
    content: "";
    position: absolute;
    top: 0
}

.no_image_section .block_data {
    padding-top: 51px
}

.no_image_section .block_data p {
    padding-bottom: 70px !important
}

.inner_serch .sec_2 {
    background-image: url("images/bg_image_search.png");
    background-repeat: no-repeat;
    background-size: cover
}

.page-template-Posventa .navbar-wrapper,
.page-template-posventa-new .navbar-wrapper,
.posventa-inner .navbar-wrapper,
.search-results .navbar-wrapper {
    position: inherit
}

.page-template-Posventa ul#menu-primary-menu>li a {
    color: #000
}

.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.page-template-posventa-new .navbar-inverse .navbar-nav>li:first-child:after,
.page-template-posventa .navbar-inverse .navbar-nav>li:first-child:after,
.posventa-inner .navbar-inverse .navbar-nav>li:first-child:after,
.search-results .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.map_address_sectino #filtercity {
    font-size: 23px;
    font-family: 'Louis-BoldItalic';
    text-transform: uppercase;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-right: 32px
}

@media screen and (max-width: 768px) {
    .left_area {
        padding-top: 20px
    }
    #map_canvas {
        height: 350px
    }
}

@media screen and (max-width: 767px) {
    .posventa-inner .concesionario .carousel-caption .sub_contant p {
        padding-left: 20px;
        padding-right: 20px !important
    }
    .map_address_sectino #filtercity {
        font-size: 20px;
        padding-bottom: 0;
        margin-top: 0
    }
    .map_address_sectino>span {
        width: auto;
        float: left
    }
    .right_area {
        margin-bottom: 0
    }
    .container.filter_area {
        margin-top: 0;
        padding: 5px 30px 10px;
        position: relative;
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }
    .filter_options {
        background-color: transparent
    }
    .filter_options>.form-group {
        background-color: #e6b242;
        margin: 5px 0
    }
    .filter_options>.form-group:after {
        display: none
    }
    .filter_options_mobile .form-group button {
        font-size: 18px !important;
        height: 55px;
        padding-left: 15px
    }
    .filter_options .form-group select {
        padding: 6px 0
    }
    .filter_options .form-group select {
        background-position: 100%
    }
    .filter_options .form-group select {
        font-size: 20px;
        height: 44px
    }
}

.search_result_post {
    background: #ccc
}

.search_result_post .post_texts {
    background: #fff
}

.search_result_post .post_section .post_inner_data .post_texts {
    padding-top: 20px
}

.search_result_post .post_section .post_inner_data .post_texts h2 {
    margin-bottom: 15px
}

.post_inner_data a {
    text-decoration: none !important;
    display: block
}

.search_result_post .result_has_video .post_texts {
    background-color: #000;
    position: relative
}

.search_result_post .result_has_video .post_texts h2,
.search_result_post .result_has_video .post_texts p {
    color: #fff
}

.search_result_post .play-icon {
    background: url("images/play_icon.png") no-repeat center;
    width: 46px;
    height: 36px;
    position: absolute;
    top: -60px;
    left: 25px;
    z-index: 1
}

.result_has_novideo .post_section {
    padding-top: 105px;
    width: 100%
}

.result_has_novideo .post_section .post_texts h2 {
    position: relative
}

.result_has_novideo .post_section .post_texts h2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 52px;
    height: 2px;
    background: #f4bc00
}

.search_result_post .col-12 {
    padding-left: 10px;
    padding-right: 10px
}

.search_result_post .container>p {
    font-size: 18px;
    font-style: normal;
    color: #4e4e4e;
    font-family: Arial, sans-serif;
    padding: 0 10px
}

.main-navigation .nav .nav-search {
    background-color: transparent !important;
    border-top: 0 !important
}

.main-navigation .nav .nav-search {
    position: relative;
    width: auto
}

.main-navigation .nav .nav-search.glyphicon-search:before {
    color: #fff;
    top: 35px;
    position: absolute;
    right: 28px;
    font-size: 20px
}

.main-navigation .nav .nav-search a {
    text-indent: 100px;
    width: 30px;
    overflow: hidden;
    padding: 0;
    top: 32px;
    border: 0;
    left: 0
}

.navbar .search-form {
    display: none;
    position: absolute;
    width: 100%;
    border: 0;
    max-width: 930px;
    top: 16px;
    background: transparent
}

.navbar .search-form .search-submit {
    background: transparent
}

.navbar .search-form .search-submit:before {
    color: #f4bc00;
    font-size: 28px;
    top: 2px;
    right: 0px;
    left: inherit;
    font-weight: bold
}

.navbar .search-form label {
    width: 100%;
    margin-bottom: 0
}

.navbar .search-form .search-field {
    background: transparent;
    color: #fff;
    border: 0;
    font: 24px 'Louis-Bold';
    background: transparent;
    padding: 10px 50px 10px 10px;
    font-style: italic
}

.navbar .search-form .search-field::-webkit-input-placeholder {
    color: #fff;
    font: 24px 'Louis-Bold';
    font-style: italic
}

.search-results .navbar .search-form .search-field,
.search-results .navbar .search-form .search-field::-webkit-input-placeholder {
    color: #3b3b3b
}

#servicedata {
    position: absolute;
    top: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 6px rgba(143, 143, 143, 0.7);
    max-width: 935px;
    border-radius: 3px;
    overflow: hidden
}

#servicedata br {
    display: none
}

#servicedata a {
    font: 18px/35px 'Louis-Bold';
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 5px 25px;
    text-decoration: none
}

#servicedata a:hover {
    background-color: #D5D5D5
}

.search-results .main-navigation .nav .nav-search.glyphicon-search:before {
    color: #3b3b3b
}

.search-results .site-content {
    margin-top: 5px
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

select {
    text-transform: none
}

button {
    overflow: visible
}

button,
input,
select,
textarea {
    max-width: 100%
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: .4375em;
    padding: 0
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: .875em
}

fieldset>:last-child {
    margin-bottom: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

optgroup {
    font-weight: 700
}

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

body,
button,
input,
select,
textarea {
    color: #515151;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility
}

p {
    margin: 0 0 1.75em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote p {
    margin-bottom: 1.4736842105em
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0"
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal
}

blockquote strong,
blockquote b {
    font-weight: 400
}

blockquote>:last-child {
    margin-bottom: 0
}

address {
    font-style: italic;
    margin: 0 0 1.75em
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    background-color: #d1d1d1;
    padding: .125em .25em
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help
}

mark,
ins {
    background: #007acc;
    color: #fff;
    padding: .125em .25em;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
:before,
:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background: #1a1a1a
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em
}

ul,
ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal;
    margin-left: 1.5em
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin: 0 0 1.75em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 1.75em
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

del {
    opacity: .8
}

table,
th,
td {
    border: 1px solid #d1d1d1
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

td {
    border-width: 0 1px 1px 0
}

th,
td {
    padding: .4375em
}

::-webkit-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-moz-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

::-moz-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 1;
    font-size: 16px
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

input {
    line-height: normal
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: .625em .4375em;
    width: 100%
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    color: #1a1a1a;
    outline: 0
}

.post-password-form {
    margin-bottom: 1.75em
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase
}

.post-password-form input[type="password"] {
    margin-top: .4375em
}

.post-password-form>:last-child {
    margin-bottom: 0
}

.search-form {
    position: relative
}

input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px)
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px
}

a {
    color: #007acc;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: #686868
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body>a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
    box-shadow: 0 1px 0 0 currentColor
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body>a:hover,
.pingback .comment-body>a:focus,
.textwidget a:hover,
.textwidget a:focus {
    box-shadow: none
}

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: .875em 0
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
    display: block
}

.main-navigation {
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

.site-footer .main-navigation {
    margin-bottom: 1.75em
}

.main-navigation ul {
    list-style: none;
    margin: 0
}

.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative
}

.main-navigation a {
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: .84375em 0
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #007acc
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-ancestor>a {
    font-weight: 700 !important
}

.main-navigation ul ul {
    display: none;
    margin-left: .875em
}

.no-js .main-navigation ul ul {
    display: block
}

.main-navigation ul .toggled-on {
    display: block
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1
}

.main-navigation .menu-item-has-children>a {
    margin-right: 56px
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #007acc
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px
}

.dropdown-toggle:focus:after {
    border-color: transparent
}

.dropdown-toggle.toggled-on:after {
    content: "\f432"
}

.site-header .main-navigation+.social-navigation {
    margin-top: 1.75em
}

.site-footer .social-navigation {
    margin-bottom: 1.75em
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -.4375em
}

.social-navigation li {
    float: left;
    margin: 0 .4375em .4375em 0
}

.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #007acc
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216"
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221"
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201"
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225"
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203"
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211"
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226"
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206"
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200"
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215"
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208"
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219"
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210"
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224"
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217"
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222"
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220"
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223"
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214"
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202"
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212"
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205"
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213"
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410"
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515"
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516"
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413"
}

.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 7.6923% 3.5em
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0
}

.post-navigation span {
    display: block
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: .5384615385em;
    text-transform: uppercase
}

.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
    color: #007acc
}

.post-navigation div+div {
    border-top: 4px solid #1a1a1a
}

.pagination {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 7.6923% 2.947368421em;
    min-height: 56px;
    position: relative
}

.pagination:before,
.pagination:after {
    background-color: #1a1a1a;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0
}

.pagination:before {
    right: 0
}

.pagination:after {
    right: 54px
}

.pagination a:hover,
.pagination a:focus {
    color: #1a1a1a
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative
}

.pagination .nav-links:before,
.pagination .nav-links:after {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: .3;
    position: absolute;
    width: 52px;
    z-index: 1
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px
}

.pagination .nav-links:after {
    content: "\f430";
    right: 55px
}

.pagination .current .screen-reader-text {
    position: static !important
}

.pagination .page-numbers {
    display: none;
    letter-spacing: .013157895em;
    line-height: 1;
    margin: 0 .7368421053em 0 -.7368421053em;
    padding: .8157894737em .7368421053em .3947368421em;
    text-transform: uppercase
}

.pagination .current {
    display: inline-block;
    font-weight: 700
}

.pagination .prev,
.pagination .next {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2
}

.pagination .prev:before,
.pagination .next:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    background-color: #007acc;
    color: #fff
}

.pagination .prev:focus,
.pagination .next:focus {
    outline: 0
}

.pagination .prev {
    right: 54px
}

.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px
}

.pagination .next {
    right: 0
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px
}

.image-navigation,
.comment-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0
}

.comments-title+.comment-navigation {
    border-bottom: 0;
    margin-bottom: 0
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block
}

.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: .7;
    padding: 0 .538461538em
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000
}

.alignleft {
    float: left;
    margin: .375em 1.75em 1.75em 0
}

.alignright {
    float: right;
    margin: .375em 0 1.75em 1.75em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

blockquote.alignleft {
    margin: .3157894737em 1.4736842105em 1.473684211em 0
}

blockquote.alignright {
    margin: .3157894737em 0 1.473684211em 1.4736842105em
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em
}

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main>article:before,
.site-main>article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main>article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both
}

.widget {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 3.5em;
    padding-top: 1.75em
}

.widget-area>:last-child,
.widget>:last-child {
    margin-bottom: 0
}

.widget .widget-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase
}

.widget .widget-title:empty {
    margin-bottom: 0
}

.widget-title a {
    color: #1a1a1a
}

.widget.widget_calendar table {
    margin: 0
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #686868;
    color: #fff
}

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.615384615;
    margin-bottom: .538461538em
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0
}

.widget_rss .rsswidget img {
    margin-top: -.375em
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: .538461538em
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0
}

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 .1875em .4375em 0;
    padding: .5625em .4375em .5em
}

.tagcloud a:hover,
.tagcloud a:focus {
    border-color: #007acc;
    color: #007acc;
    outline: 0
}

.site {
    background-color: #fff
}

.site-inner {
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.site-content {
    word-wrap: break-word
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.site-main {
    margin-bottom: 3.5em
}

.site-main>:last-child {
    margin-bottom: 0
}

.site-header {
    padding: 2.625em 7.6923%
}

.site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-branding {
    margin: .875em auto .875em 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden
}

.custom-logo-link {
    display: block
}

.site-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0
}

.site-branding .site-title a {
    color: #1a1a1a
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #007acc
}

.wp-custom-logo .site-title {
    margin-top: .608695652em
}

.site-description {
    color: #686868;
    display: none;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.0769230769;
    margin: .538461538em 0 0
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;
    font-size: .8125rem;
    margin: 1.076923077em 0;
    padding: .769230769em
}

.no-js .menu-toggle {
    display: none
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    border-color: #007acc;
    color: #007acc
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.menu-toggle:focus {
    outline: 0
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted
}

.header-image {
    clear: both;
    margin: .875em 0
}

.header-image a {
    display: block
}

.header-image a:hover img,
.header-image a:focus img {
    opacity: .85
}

.site-main>article {
    margin-bottom: 3.5em;
    position: relative
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.entry-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em
}

.entry-title a {
    color: #1a1a1a
}

.entry-title a:hover,
.entry-title a:focus {
    color: #007acc
}

.post-thumbnail {
    display: block;
    margin: 0 7.6923% 1.75em
}

.post-thumbnail img {
    display: block
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
    opacity: .85
}

.entry-content,
.entry-summary {
    border-color: #d1d1d1
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.4736842105em
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-top: 3.5em;
    margin-bottom: 1.75em
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
    letter-spacing: .140625em;
    text-transform: uppercase
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
    font-style: italic
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 900
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0
}

.post-navigation .post-title,
.entry-title,
.comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

body:not(.search-results) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-header+.entry-summary {
    margin-top: -.736842105em
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-summary li>ul,
body:not(.search-results) .entry-summary li>ol {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
    padding: .3684210526em
}

body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: .3684210526em
}

body:not(.search-results) .entry-summary blockquote {
    border-color: currentColor
}

body:not(.search-results) .entry-summary blockquote>:last-child {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary .alignleft {
    margin: .2631578947em 1.4736842105em 1.4736842105em 0
}

body:not(.search-results) .entry-summary .alignright {
    margin: .2631578947em 0 1.4736842105em 1.4736842105em
}

body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em
}

.entry-content>:last-child,
.entry-summary>:last-child,
body:not(.search-results) .entry-summary>:last-child,
.page-content>:last-child,
.comment-content>:last-child,
.textwidget>:last-child {
    margin-bottom: 0
}

.more-link {
    white-space: nowrap
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px
}

.author-description>:last-child {
    margin-bottom: 0
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0
}

.author-bio {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden
}

.author-link {
    white-space: nowrap
}

.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em
}

.entry-footer:empty {
    margin: 0
}

.entry-footer a {
    color: #686868
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #007acc
}

.entry-footer>span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: .7;
    padding: 0 .538461538em
}

.entry-footer .avatar {
    height: 21px;
    margin: -.1538461538em .5384615385em 0 0;
    width: 21px
}

.sticky-post {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: .5384615385em;
    text-transform: uppercase
}

.updated:not(.published) {
    display: none
}

.sticky .posted-on,
.byline {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-header {
    border-top: 4px solid #1a1a1a;
    margin: 0 7.6923% 3.5em;
    padding-top: 1.75em
}

body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0
}

.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043
}

.taxonomy-description {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.taxonomy-description p {
    margin: .5384615385em 0 1.6153846154em
}

.taxonomy-description>:last-child {
    margin-bottom: 0
}

.page-links {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em
}

.page-links a,
.page-links>span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: .3076923077em;
    text-align: center;
    width: 1.8461538462em
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.page-links a:hover,
.page-links a:focus {
    background-color: #007acc;
    border-color: transparent;
    color: #fff
}

.page-links>.page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: .6153846154em;
    width: auto
}

.entry-attachment {
    margin-bottom: 1.75em
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em
}

.entry-caption>:last-child {
    margin-bottom: 0
}

.content-bottom-widgets {
    margin: 0 7.6923%
}

.content-bottom-widgets .widget-area {
    margin-bottom: 3.5em
}

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.473684211;
    margin-bottom: 1.473684211em
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none
}

.comments-area {
    margin: 0 7.6923% 3.5em
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.75em
}

.comments-title,
.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em
}

.comments-title {
    margin-bottom: 1.217391304em
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: .875em
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: .4375em
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: .875em;
    position: relative;
    width: 28px
}

.bypostauthor>article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.comment-metadata {
    margin-bottom: 2.1538461538em
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
    color: #007acc
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: .7;
    padding: 0 .538461538em
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.5em 1.25em
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: .5384615385em .5384615385em .4615384615em
}

.comment-reply-link:hover,
.comment-reply-link:focus {
    border-color: currentColor;
    color: #007acc;
    outline: 0
}

.comment-form {
    padding-top: 1.75em
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    margin-bottom: .5384615385em;
    text-transform: uppercase
}

.comment-list .comment-form {
    padding-bottom: 1.75em
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em
}

.comment-navigation+.no-comments {
    border-top: 0;
    padding-top: 0
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace
}

.form-submit {
    margin-bottom: 0
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif
}

.comment-reply-title small {
    font-size: 100%
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
    color: #1a1a1a
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px
}

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.site-footer {
    padding: 0 7.6923% 1.75em
}

.site-info {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.6153846154
}

.site-info a {
    color: #686868
}

.site-info a:hover,
.site-info a:focus {
    color: #007acc
}

.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400
}

.site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: .7;
    padding: 0 .307692308em 0 .538461538em
}

.site .avatar {
    border-radius: 50%
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block
}

embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
    height: 490px
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: .7142857143em 0
}

.wp-playlist-item .wp-playlist-item-length {
    top: .7142857143em
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.widecolumn .mu_register {
    width: auto
}

.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em
}

.widecolumn form,
.widecolumn .mu_register form {
    margin-top: 0
}

.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em
}

.widecolumn p {
    margin: 1.75em 0
}

.widecolumn p+h2 {
    margin-top: 2.4347826087em
}

.widecolumn label,
.widecolumn .mu_register label {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 400;
    letter-spacing: .076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase
}

.widecolumn .mu_register label {
    margin: 2.1538461538em .7692307692em .5384615385em 0
}

.widecolumn .mu_register label strong {
    font-weight: 400
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%
}

.widecolumn .mu_register #blogname {
    margin: 0
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 .375em
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit
}

.widecolumn .mu_register>:last-child,
.widecolumn form>:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 44.375em) {
    body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
        background: inherit;
        content: "";
        display: block;
        height: 21px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 99
    }
    body:not(.custom-background-image):before {
        top: 0
    }
    body:not(.custom-background-image).admin-bar:before {
        top: 46px
    }
    body:not(.custom-background-image):after {
        bottom: 0
    }
    .site {
        margin: 0
    }
    .site-main {
        margin-bottom: 5.25em
    }
    .site-header {
        padding: 3.9375em 7.6923%
    }
    .site-branding {
        margin-top: 1.3125em;
        margin-bottom: 1.3125em
    }
    .site-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .wp-custom-logo .site-title {
        margin-top: .5em
    }
    .site-description {
        display: block
    }
    .menu-toggle {
        font-size: 16px;
        font-size: 1rem;
        margin: 1.3125em 0;
        padding: .8125em .875em .6875em
    }
    .site-header-menu {
        margin: 1.3125em 0
    }
    .site-header .main-navigation+.social-navigation {
        margin-top: 2.625em
    }
    .header-image {
        margin: 1.3125em 0
    }
    .pagination {
        margin: 0 23.0769% 4.421052632em 7.6923%
    }
    .post-navigation {
        margin-bottom: 5.25em
    }
    .post-navigation .post-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .pagination .current .screen-reader-text {
        position: absolute !important
    }
    .pagination .page-numbers {
        display: inline-block
    }
    .site-main>article {
        margin-bottom: 5.25em
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0
    }
    .entry-title {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-bottom: .8484848485em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0;
        padding: .9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    .entry-content blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote,
    .comment-content blockquote {
        margin-left: -1.473684211em
    }
    .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote blockquote,
    .comment-content blockquote blockquote {
        margin-left: 0
    }
    .entry-content ul,
    .entry-summary ul,
    .comment-content ul,
    .entry-content ol,
    .entry-summary ol,
    .comment-content ol {
        margin-left: 0
    }
    .entry-content li>ul,
    .entry-summary li>ul,
    .comment-content li>ul,
    .entry-content blockquote>ul,
    .entry-summary blockquote>ul,
    .comment-content blockquote>ul {
        margin-left: 1.25em
    }
    .entry-content li>ol,
    .entry-summary li>ol,
    .comment-content li>ol,
    .entry-content blockquote>ol,
    .entry-summary blockquote>ol,
    .comment-content blockquote>ol {
        margin-left: 1.5em
    }
    .comment-author {
        margin-bottom: 0
    }
    .comment-author .avatar {
        height: 42px;
        position: relative;
        top: .25em;
        width: 42px
    }
    .comment-list .children>li {
        padding-left: 1.75em
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 3.5em
    }
    .comments-area,
    .widget,
    .content-bottom-widgets .widget-area {
        margin-bottom: 5.25em
    }
    .sidebar,
    .widecolumn {
        margin-bottom: 5.25em;
        padding-right: 23.0769%
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: 1.157894737em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.473684211em
    }
}

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px
    }
}

@media screen and (min-width: 56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-navigation {
        margin: 0
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0
    }
    .main-navigation .primary-menu>li {
        float: left
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: .65625em .875em;
        white-space: nowrap
    }
    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #007acc
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999
    }
    .main-navigation ul ul ul {
        top: -1px
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: auto
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: auto;
        right: 0
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: auto;
        right: -100%
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f431";
        position: absolute;
        right: .625em;
        top: .8125em
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: .5625em;
        top: .875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none
    }
    .site-content {
        padding: 0
    }
    .content-area {
        float: left;
        width: 100%
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%
    }
    .widget {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em
    }
    .widget .widget-title {
        margin-bottom: 1.3125em
    }
    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table {
        margin-bottom: 1.6153846154em
    }
    .widget li>ul,
    .widget li>ol {
        margin-bottom: 0
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154
    }
    .widget th,
    .widget td {
        padding: .5384615385em
    }
    .widget pre {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: .5384615385em
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: .5384615385em
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154
    }
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: .846153846em
    }
    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: .4615384615em .5384615385em
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: .9130434783em
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: .9130434783em
    }
    .widget .alignleft {
        margin: .2307692308em 1.6153846154em 1.6153846154em 0
    }
    .widget .alignright {
        margin: .2307692308em 0 1.6153846154em 1.6153846154em
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em
    }
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em
    }
    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px
    }
    .tagcloud a {
        margin: 0 .2307692308em .5384615385em 0;
        padding: .5384615385em .4615384615em .4615384615em
    }
    .textwidget h1 {
        margin-top: 1.8260869565em
    }
    .textwidget h2 {
        margin-top: 2.2105263158em
    }
    .textwidget h3 {
        margin-top: 2.625em
    }
    .textwidget h4 {
        letter-spacing: .153846154em
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0
    }
    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.5455% 3.5em
    }
    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .site-info {
        margin: .538461538em auto .538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%
    }
    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets {
        margin: 0 auto
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%
    }
}

@media screen and (min-width: 61.5625em) {
    .site-main {
        margin-bottom: 0
    }
    .site-header {
        padding: 0
    }
    .site-branding,
    .site-header-menu,
    .header-image {
        margin-top: 1.75em;
        margin-bottom: 1.75em
    }
    .image-navigation {
        margin-bottom: 3.230769231em
    }
    .post-navigation {
        margin-bottom: 7em
    }
    .pagination {
        margin-bottom: 5.894736842em
    }
    .widget {
        margin-bottom: 4.307692308em
    }
    .site-main>article {
        margin-bottom: 7em
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .post-thumbnail {
        margin-bottom: 2.625em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: .8484848485em
    }
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em
    }
    .entry-content h4,
    .entry-summary h4,
    .entry-intro h4,
    .comment-content h4 {
        letter-spacing: .131578947em
    }
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 5.25em
    }
    .comments-area,
    .sidebar,
    .content-bottom-widgets .widget-area,
    .widecolumn {
        margin-bottom: 7em
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.105263158em
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 71.42857144%
    }
    body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em)
    }
    body:not(.search-results) article:not(.type-page) img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: .1538461538em;
        width: 21.42857143%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
        display: none
    }
    .single .byline,
    .full-size-link,
    body:not(.search-results).group-blog .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: .5384615385em
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
        margin-bottom: 0
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 .5384615385em;
        width: 49px
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%
    }
}

@media screen and (min-width: 75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -.913043478em
    }
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ul,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary table {
        margin-bottom: 1.5217391304em
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: .956521739em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632
    }
    body:not(.search-results) .entry-summary th,
    body:not(.search-results) .entry-summary td {
        padding: .3043478261em
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: .3043478261em
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: .2608695652em 1.5217391304em 1.5217391304em 0
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: .2608695652em 0 1.5217391304em 1.5217391304em
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em
    }
}

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none
    }
    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt
    }
    blockquote {
        font-size: 14.25pt
    }
    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt
    }
    .site-description {
        display: block
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt
    }
    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt
    }
    body,
    .site {
        background: none !important
    }
    body,
    blockquote cite,
    blockquote small,
    .site-branding .site-title a,
    .entry-title a,
    .comment-author {
        color: #1a1a1a !important
    }
    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important
    }
    blockquote,
    .site-description,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote,
    .author-bio,
    .entry-footer,
    .entry-footer a,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .site-info a,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #686868 !important
    }
    code,
    hr {
        background-color: #d1d1d1 !important
    }
    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important
    }
    a {
        color: #007acc !important
    }
    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body>a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important
    }
    .site {
        margin: 5%
    }
    .site-inner {
        max-width: none
    }
    .site-header {
        padding: 0 0 1.75em
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em
    }
    .site-main {
        margin-bottom: 3.5em
    }
    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0
    }
    .post-thumbnail,
    .site-main>article {
        margin-bottom: 3.5em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0;
        padding: .9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.473684211em
    }
    .site-footer,
    .widecolumn {
        padding: 0
    }
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-Bold.eot);
    src: url(fonts/Louis-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-Bold.woff) format("woff"), url(fonts/Louis-Bold.ttf) format("truetype"), url(fonts/Louis-Bold.svg#Louis-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-Italic.eot);
    src: url(fonts/Louis-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-Italic.woff) format("woff"), url(fonts/Louis-Italic.ttf) format("truetype"), url(fonts/Louis-Italic.svg#Louis-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-CondensedDemi.eot);
    src: url(fonts/Louis-CondensedDemi.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-CondensedDemi.woff) format("woff"), url(fonts/Louis-CondensedDemi.ttf) format("truetype"), url(fonts/Louis-CondensedDemi.svg#Louis-CondensedDemi) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-Regular.eot);
    src: url(fonts/Louis-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-Regular.woff) format("woff"), url(fonts/Louis-Regular.ttf) format("truetype"), url(fonts/Louis-Regular.svg#Louis-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-BoldItalic.eot);
    src: url(fonts/Louis-BoldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-BoldItalic.woff) format("woff"), url(fonts/Louis-BoldItalic.ttf) format("truetype"), url(fonts/Louis-BoldItalic.svg#Louis-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after,
.container:after,
.row:after,
.nav:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

body {
    color: #5a5a5a
}

.logo {
    width: 293px;
    height: auto;
    float: left;
    padding-top: 10px
}

.logo a img {
    width: 100% !important;
    height: auto !important
}

.navbar-wrapper .navbar {
    float: right;
    border: none
}

.navbar-inverse {
    background-color: unset;
    border-color: unset;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Louis';
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 25px
}

ul#menu-primary-menu ul.sub-menu li a {
    font-weight: 700
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    border-bottom: 2px solid #d2d2d3
}

.navbar-inverse .navbar-nav>li:first-child:after {
    content: '';
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    right: 15px;
    top: 55%
}

.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.navbar-nav {
    float: left;
    margin: 0;
    display: -webkit-inline-box
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 0;
    width: 100%
}

.carousel-control.right {
    left: 55px !important;
    top: 5.5%
}

.carousel-control {
    width: 45px !important
}

.carousel-control.left {
    left: 0;
    top: 5.5%
}

.carousel-control.left_2 {
    left: 0;
    top: 5.5%
}

.carousel-control.right_2 {
    left: 55px !important;
    top: 5.5%
}

.glyphicon-chevron-left:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(180deg)
}

.glyphicon-chevron-left:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.glyphicon-chevron-right:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: block
}

.glyphicon-chevron-right:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.three_colume .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important
}

.carousel-control.left_2,
.carousel-control.right_2 {
    background-image: none !important
}

.navbar-collapse.collapse ul.sub-menu li,
.navbar-collapse.collapse ul.sub-menu li:hover {
    border: 0
}

.navbar-collapse.collapse ul.sub-menu li {
    text-align: left
}

.navbar-collapse.collapse ul.sub-menu li a {
    padding: .75625em 1.8em
}

.navbar-collapse.collapse ul.sub-menu li:hover a {
    text-decoration: none
}

.home_page .carousel {
    margin-bottom: 0;
    position: relative
}

.home_page .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.home .home_page .carousel-caption {
    bottom: 20px
}

.page-id-150 .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0
}

.home_page .carousel-caption {
    z-index: 0
}

.home_page .item_img_one {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_two {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_three {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_four {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .carousel .item {
    height: 590px;
    background-color: #555;
    background-size: cover
}

.home .home_page .carousel .item {
    min-height: 500px;
    height: 75vh
}

.home_page .carousel img {
    position: absolute;
    top: 10px;
    left: 0;
    min-height: 40px;
    outline: none
}

.home .home_page .carousel-indicators {
    left: 29em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: inherit;
    top: 60%
}

.page-id-150 .home_page .carousel-indicators {
    top: 73%
}

.home_page .carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -24%
}

.home_page .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.home_page .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 460px
}

.home_page .sub_contant h1 {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

.home_page .sub_contant h1 span {
    font-family: 'Louis';
    font-size: 36px;
    font-style: italic;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

.home_page .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.home_page .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.home_page .sub_contant .cta a:hover {
    color: #2f2f2f
}

.home_page .sub_contant .cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

.three_colume {
    margin: -100px 0 50px;
    padding: 0;
    position: relative !important;
    top: 85%;
    display: flex
}

.home_page .one_slide {
    background-repeat: no-repeat;
    padding: 0
}

.banner-blk {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.banner-blk .vc_column-inner {
    height: 100%
}

.home_page .one_slide_txt {
    position: relative
}

.banner-blk h1 {
    font-family: "Louis" !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase
}

.single-location .footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.home_page .one_slide_txt h2,
.home_page .two_slide_txt h2,
.home_page .three_slide_txt h2 {
    display: none
}

.banner-blk h4 {
    font-family: "Louis" !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px
}

.banner-blk .wpb_wrapper {
    position: relative;
    padding-left: 40px;
    margin-top: 10px
}

.banner-blk .wpb_wrapper:before {
    content: '';
    width: 3px;
    height: 70px;
    background-color: #f4bc00;
    position: absolute;
    left: 20px;
    top: 0
}

.home_page .one_slide_tx_cta,
.home_page .two_slide_tx_cta,
.home_page .three_slide_tx_cta {
    display: none
}

.home_page .one_slide_txt_img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.home_page .one_slide_txt_img img {
    position: absolute;
    left: -54px
}

.home_page .two_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .two_slide_txt {
    position: relative
}

.home_page .two_slide_txt h1 {
    font-family: "Louis" !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase
}

.home_page .two_slide_txt h4 {
    font-family: "Louis" !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase
}

.home_page .three_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .banner-blk {
    height: 550px
}

.home_page .three_slide_txt {
    position: relative
}

.home_page .three_slide_txt h1 {
    font-family: "Louis" !important;
    font-size: 40px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase
}

.home_page .three_slide_txt h4 {
    font-family: "Louis" !important;
    font-size: 30px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f4bc00;
    border: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none
}

.two_colume {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table
}

.two_colume .main_secetion {
    margin: 0 auto;
    padding: 0
}

.header {
    margin: 0 auto;
    padding: 0
}

.image_section {
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    height: 475px
}

.image_form h5 {
    width: 85%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 725px;
    margin: 0;
    text-transform: uppercase
}

.image_form {
    position: relative;
    background: #f2f4f6;
    height: 475px;
    height: 460px\0
}

.image_form h6 {
    width: 85%;
    margin: 0 0 25px;
    font-family: 'arial';
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    max-width: 725px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: 400;
    font-style: normal
}

.first_filed,
.info,
.first_filed.last_filed {
    padding: 0;
    max-width: 715px;
    width: 84%;
    position: relative;
    margin-bottom: 20px
}

.image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 20px
}

.image_form form {
    float: left;
    max-width: 760px;
    width: 100%;
    margin-top: 25px;
    margin-left: 40px
}

.image_form input,
select.vehicle {
    width: 540px;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    padding: 0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0
}

.image_form input {
    line-height: 0\0 !important;
    padding-bottom: 0px\0
}

.image_form input.message {
    max-width: 740px;
    width: 100%;
    padding: 0 .4375em;
    line-height: 35px;
    height: 38px;
    height: 20px\0;
    padding: 0;
    margin: 0;
    margin: 15px 0 0\0
}

::placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

.image_form input.tele {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0
}

.telephone {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 25px
}

.image_form input.email {
    width: 345px;
    float: left;
    line-height: 35px;
    padding: 0;
    background-color: transparent
}

select.vehicle {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 38px;
    height: 20px\0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    padding-right: 45px;
    outline: none;
    margin-top: 10px\0
}

select.vehicle option {
    background-color: #e3e2e2;
    outline: none
}

select.vehicle option:checked {
    background-color: #d0d0d0;
    outline: none
}

select.vehicle option:focus,
select.vehicle option:hover,
select.vehicle option:active {
    background-color: #d0d0d0;
    outline: none
}

select.city {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.city {
    width: 345px;
    float: left;
    line-height: 35px
}

.first_filed input,
.info input {
    background: transparent\0 !important
}

input.button {
    background-color: transparent\0 !important;
    color: #312b2b \0 !important
}

input.button:hover,
input.button:focus {
    background-color: #312b2b \0 !important;
    background: #303030 !important;
    color: #fff !important;
    border-color: #303030 \0
}

select.contacted {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.contacted {
    width: 345px;
    float: right;
    line-height: 35px
}

input.button {
    width: 153px;
    height: 50px;
    border: 2px solid #000;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    text-transform: uppercase
}

input.button {
    font-weight: 700;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin: 10px 0 15px
}

.submit a {
    text-decoration: none;
    font-weight: 700;
    color: #312b2b;
    font-style: italic;
    font-family: 'Louis';
    font-size: 25px;
    display: block;
    line-height: 45px
}

input.button:hover,
input.button:focus {
    background-color: #303030;
    color: #fff;
    outline: 0
}

.download {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.download .mobile_image {
    display: none
}

.download_block {
    width: 100%;
    max-width: 1240px;
    background-color: #f2f4f6;
    margin-top: 150px;
    position: relative
}

.download_mobile {
    position: relative
}

.download_block_txt h4 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 30px;
    color: #f4bc00;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 210px;
    padding-top: 43px;
    padding-bottom: 0
}

.download_block:before {
    width: 184px;
    height: 292px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0
}

.download_block_txt h6 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 40px;
    color: #303030;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 205px;
    font-weight: 700;
    padding-bottom: 0
}

.download_block_cta {
    margin: 0;
    padding: 0
}

.download_block_cta ul {
    list-style: none;
    margin-top: 20px;
    padding: 0
}

.download_block_cta ul li {
    margin-bottom: 15px
}

.footer {
    width: 100%;
    margin: 15px 0 0;
    padding: 0
}

.footer_con {
    padding-bottom: 40px
}

.footer_con .number {
    text-align: center;
    font-family: 'Louis';
    font-size: 14px;
    color: #6d6c6c
}

.footer_con .number a {
    text-decoration: none;
    color: #6d6c6c
}

.links {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #aeaeae;
    padding-top: 25px;
    padding-bottom: 25px
}

.profile {
    margin: 0 auto;
    padding: 0;
    height: 180px
}

.profile ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.profile ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae
}

.service ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.service ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service ul li {
    margin-left: 35%
}

.legal {
    padding-left: 9%;
    padding-right: 6%
}

.legal h5 {
    font-family: 'Louis';
    font-size: 12px;
    color: #6d6c6c;
    margin: 0 auto;
    padding: 0 0 0 105px;
    line-height: 20px
}

.one_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.two_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.three_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.entry-title {
    display: none
}

.protfolio .protfolio-banner {
    background-image: url(images/potfolio_familia.jpg);
    width: 100%;
    height: 528px
}

.protfolio .protfolio-banner h1 strong {
    font-family: 'Louis';
    font-style: italic;
    font-weight: 700;
    color: #fff;
    display: block
}

.protfolio .protfolio-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: 400
}

.protfolio .protfolio-banner .banner-content {
    position: relative;
    height: 100%
}

.concesionario .concesionario-banner {
    background-image: url(images/concesionario-banner.jpg);
    width: 100%;
    height: 731px
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: 700;
    color: #fff;
    display: block;
    font-family: Louis;
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box .box {
    padding: 35px 30px 20px;
    background: #999;
    margin: 10px;
    max-width: 290px
}

.footer_form .padd_remove {
    margin: 0 auto;
    padding: 0
}

.left_banner img {
    width: 100%;
    max-width: 760px
}

.image_form .image_form_border {
    padding: 50px 40px
}

.info+.first_filed {
    margin-top: 0
}

.img-left {
    padding-right: 20px !important
}

.img-left .vc_column-inner {
    padding-top: 0 !important
}

.form-right .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important
}

div.wpcf7-response-output {
    margin: 0;
    display: none
}

.image_form .image_form_border .clearfix input+span,
.image_form .image_form_border .clearfix select+span {
    float: left;
    margin-left: 20px
}

.image_form .image_form_border .clearfix input+.departamento {
    margin-top: 5px
}

.links .profile {
    padding-left: 0
}

.banner-blk .wpb_wrapper .wpb_wrapper {
    padding-left: 0;
    margin-left: -20px
}

.banner-blk .wpb_wrapper .wpb_wrapper p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    padding-right: 25px;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper .wpb_wrapper p {
    display: block;
    color: #313131 !important
}

.three_colume .wpb_wrapper:hover .banner-blk {
    background-color: rgba(244, 188, 0, 0.8)
}

.hover-text.wpb_content_element {
    margin-bottom: 15px
}

.banner-blk .wpb_wrapper .wpb_wrapper::before {
    content: "";
    width: 0
}

.hover-btn.banner-vermas button,
.hover-btn.banner-vermas .vc_btn3 {
    margin-left: -20px;
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas button,
.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas .vc_btn3 {
    display: block;
    box-shadow: inherit !important;
    line-height: 1.5
}

.three_colume .wpb_wrapper:hover h4,
.three_colume .wpb_wrapper:hover h1 {
    color: #303030
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper:before {
    background-color: #303030
}

.carousel-inner .item {
    background-position: center bottom
}

#campana.item,
#campana2.item {
    background-position: center bottom
}

.hero-slider {
    width: 100%
}

.hero-slider .item {
    width: 100%;
    height: 725px;
    background-size: cover;
    background-position: center
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    height: 0
}

.col3-banner.row {
    margin: 0
}

.col3-banner ul {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: -80px 0 0
}

.col3-banner ul li {
    max-width: 400px;
    height: 550px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px
}

.help-blk {
    display: flex;
    margin: 60px 0 0
}

.help-blk .img-blk {
    width: 740px;
    height: 470px;
    float: left;
    flex: 0 0 40%;
    background-position: -10px center;
    background-repeat: no-repeat
}

.help-blk .help-form {
    background: #f3f5f6;
    padding: 20px;
    flex: 0 0 60%
}

.help-form .form-wrap {
    border: 1px solid #8c8d8e;
    height: 470px
}

.store-banner {
    text-align: center
}

.terms-policy-menu li {
    list-style: none
}

footer nav li a,
.terms-policy-menu li a span {
    color: #6d6c6c;
    position: relative !important
}

.site-footer .main-navigation,
.site-footer .main-navigation ul li {
    display: block
}

.site-footer .main-navigation ul li {
    float: none
}

.lbl-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #252525;
    flex-grow: 1;
    align-items: stretch
}

.site-footer {
    align-items: flex-start
}

.nav li a:after {
    content: "" !important
}

.main-navigation ul li a {
    font-size: 18px;
    font-family: 'Louis';
    font-weight: 700;
    text-transform: uppercase
}

ul#menu-primary-menu>li a {
    color: #fff
}

ul#menu-primary-menu ul.sub-menu li a {
    color: #3b3b3b
}

ul#menu-primary-menu ul.sub-menu li a:after {
    position: absolute;
    background-image: url(img/menu_arrow.png);
    width: 5px;
    height: 10px;
    transform: rotate(0deg);
    top: 40%
}

ul#menu-primary-menu ul.sub-menu li>ul li a:after {
    display: none
}

ul#menu-primary-menu ul.sub-menu li:hover,
ul#menu-primary-menu ul.sub-menu ul li {
    background-color: #d5d5d5
}

ul#menu-primary-menu ul.sub-menu .sub-menu li:hover {
    background-color: #c6c6c6
}

.main-navigation ul ul:after,
.main-navigation ul ul:before {
    border: 0
}

.carousel-indicators li {
    background-color: rgba(131, 131, 131, 0.5) !important;
    border: 0 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px !important
}

.carousel-indicators li.active {
    background-color: #f4bc00 !important
}

.image_form.Concesionarios.image_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form.Concesionarios.image_form h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: 400;
    font-style: normal
}

.image_form.Concesionarios.image_form .first_filed,
.image_form.Concesionarios.image_form .info,
.image_form.Concesionarios.image_form .city {
    margin-bottom: 15px;
    max-width: 740px;
    width: 100%
}

.image_form.Concesionarios.image_form input {
    width: 100%;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    float: none
}

.image_form.Concesionarios.image_form .first_filed br,
.image_form.Concesionarios.image_form .info br,
.image_form.Concesionarios.image_form .city br {
    display: none
}

.image_form.Concesionarios.image_form .first_filed input.left {
    float: left;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form .first_filed input.right {
    float: right;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form select {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    margin-top: 12px
}

.image_form.Concesionarios.image_form select.right {
    float: right
}

.Concesionarios_cta {
    width: 100%;
    max-width: 130px;
    padding-top: 80px
}

.image_form.Concesionarios.image_form .Concesionarios_cta input {
    font-weight: 700;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 100%;
    max-width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset;
    border: 2px solid #000;
    border-radius: unset
}

.image_form.Concesionarios.image_form .Concesionarios_cta input:hover,
.image_form.Concesionarios.image_form .Concesionarios_cta input:focus {
    background-color: #000;
    color: #fff;
    outline: none
}

.concesionario .concesionario-banner {
    background-image: url(../images/concesionario-banner.jpg);
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 23%;
    background-size: cover
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: 700;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: 400;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    max-height: 7.2em
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box {
    margin-top: -100px;
    margin-bottom: 100px
}

.concessionaire-box .carousel .carousel-inner {
    text-align: left
}

.concessionaire-box .carousel .carousel-inner .item .box {
    text-align: left
}

.concessionaire-box .box {
    padding: 35px 15px 20px;
    background: #f7f8f9;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    float: none
}

.concessionaire-box .box ul {
    padding: 0;
    margin-top: 10px
}

.concessionaire-box .box .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: 700
}

.concessionaire-box .box li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire-box .container {
    margin: 0 auto !important;
    padding: 0 !important
}

.concessionaire-box .box li .bullet {
    position: absolute;
    left: -15px;
    color: #acacac;
    font-size: 28px;
    top: -6px
}

.concessionaire-box .box li span {
    color: #acacac
}

.concessionaire-box .box li .cta_ver_mas {
    text-align: center;
    margin-top: 15px
}

.concessionaire-box .box li a {
    font-size: 18px;
    line-height: 22px;
    color: #666;
    text-decoration: none;
    word-break: break-all
}

.concessionaire-box .carousel-indicators {
    bottom: -60px;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: auto;
    margin-left: 0
}

.concessionaire-box .box:hover .bullet {
    color: #f6a900
}

.concessionaire-box .box:hover .cta_ver_mas a {
    color: #000;
    font-weight: 700
}

.concessionaire-box .carousel-indicators li {
    background-color: #dbdbdb
}

.concessionaire-box .carousel-indicators .active {
    background-color: #f4bc00
}

.series-header p,
.series-header p a {
    display: inline-block
}

.series-header p a {
    cursor: pointer
}

.series-header p {
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0
}

.series-header p+p {
    font: 16px Louis;
    color: #3b3b3b;
    text-transform: uppercase;
    float: right;
    margin-top: 8px;
    margin-right: 15px
}

.series-header {
    padding: 15px 0
}

.series-header p a .grid-icon {
    width: 29px;
    height: 27px;
    background: url(img/grid-icon.png) no-repeat center;
    display: block;
    margin: 0 18px
}

.series-list ul li i {
    width: 50%;
    display: inline-block;
    text-align: center
}

.series-list ul li i img {
    max-width: 100%
}

.series-list ul li {
    list-style: none;
    padding: 21px 0;
    cursor: pointer
}

.series-list ul li.active,
.series-list ul li:hover {
    background: #ebebeb
}

.modal-series-list.series-list ul li.active,
.modal-series-list.series-list ul li:hover {
    margin-right: 0
}

.series-list ul li p {
    display: inline-block;
    color: #2c2c2c;
    font: 20px Louis;
    text-transform: uppercase;
    width: 50%;
    vertical-align: middle
}

.series-list ul li p span {
    color: #4e4e4e;
    font: 16px Arial, Helvetica, sans-serif;
    text-transform: none;
    display: block
}

.series-list ul {
    padding-bottom: 5px;
    margin-left: 0
}

.series-list {
    border-bottom: 1px solid #d5d5d5;
    position: relative
}

.technlinfo ul {
    margin: 16px auto 35px;
    display: table;
    padding: 0;
    width: 100%;
    max-width: 1240px
}

.technlinfo ul li {
    width: 32.33%
}

.technlinfo ul li,
.technlinfo ul li i,
.technlinfo ul li p {
    display: inline-block
}

.technlinfo ul li i {
    width: 81px;
    height: 52px;
    text-align: center;
    margin-right: 5px
}

.technlinfo ul li p {
    display: inline-block;
    color: #4e4e4e;
    font: 20px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 75%
}

.technlinfo ul li p span {
    color: #2c2c2c;
    font: 24px/2 louis;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: 700
}

.title-black,
.title-white {
    color: #000;
    font: 45px Louis;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #f4bc00;
    display: table;
    padding: 0
}

.title-white {
    color: #fff
}

.infoblock p {
    color: #5a5a5a;
    font: 16px/22px arial;
    letter-spacing: .01em;
    margin-top: 40px
}

.section-content-img .infoblock {
    background: #f7f8f9
}

.section-content-img .infoblock,
.section-content-img .imageblock {
    width: 50%;
    float: left;
    background-repeat: no-repeat !important
}

.section-content-img .infoblock {
    padding-left: 15px
}

#myCarousel {
    margin-bottom: 65px
}

@media screen and (min-width: 1367px) {
    .imageblock {
        height: 70vh !important;
        min-height: 60vh !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 480px) {
    .imageblock {
        height: 50vh !important;
        min-height: 270px !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

.imageblock {
    height: 70vh !important;
    min-height: 450px !important;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat
}

.infoblock .infowrap {
    max-width: 500px;
    float: right;
    margin-right: 8em
}

.section-content-img {
    display: flex;
    align-items: center;
    background: #f7f8f9
}

.product-advantage {
    padding: 70px 0
}

.product-advantage ul {
    display: table;
    margin: 75px auto 0
}

.product-advantage h2 {
    margin: 0 auto
}

.product-advantage ul li {
    list-style: none;
    display: inline-block
}

.product-advantage ul li i {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 1%;
    text-align: center;
    height: 117px
}

.product-advantage ul li h3 {
    color: #2c2c2c;
    font: 28px Louis;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin: 20px auto
}

.product-advantage ul li p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    letter-spacing: .012em;
    padding: 0 15px
}

.product-advantage ul li p strong {
    font-weight: 700
}

.charastics-sctn {
    background: #000
}

.col1-blk {
    width: 80%;
    margin: 0 auto
}

.col2-blk {
    width: 50%;
    float: left
}

.charastics-sctn {
    padding-top: 45px;
    margin-bottom: 200px
}

.col2-right label,
.yellow-btm label {
    color: #fff;
    font: 28px Louis;
    font-style: italic;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 1px
}

.col2-right {
    padding-right: 1em
}

.col2-right p,
.yellow-btm p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em
}

.charastics-sctn .yellow-btm {
    padding-bottom: 10px;
    padding-top: 120px;
    display: none
}

.yellow-btm label,
.yellow-btm p {
    color: #050606;
    line-height: normal
}

.charastics-sctn .yellow-btm>.container {
    width: 600px !important
}

.charastics-sctn .black-blk {
    position: relative;
    border-bottom: thin solid #000
}

.charastics-sctn .black-blk:after {
    content: "";
    background: url(img/transperent-triangle1.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: -198px;
    width: 100%;
    height: 246px;
    background-size: 100% 154px
}

.cabindesign-blk .col2-blk+.col2-blk {
    padding-left: 40px;
    padding-top: 80px;
    order: 1
}

.cabindesign-blk .col2-blk .content-wrap {
    max-width: 480px
}

.cabindesign-blk .col2-blk .content-wrap p {
    color: #5a5a5a;
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    margin-top: 50px
}

.cotiza-banner .title-white {
    font-style: italic;
    font-size: 70px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8)
}

.cotiza-banner p {
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .018em;
    color: #fff;
    margin: 20px 0
}

.btn-quote {
    width: 144px;
    height: 44px;
    border: 2px solid #f4bc00;
    color: #f4bc00 !important;
    display: table;
    text-align: center;
    font: 20px Louis;
    font-style: italic;
    font-weight: 700;
    line-height: 2;
    text-decoration: none !important
}

.btn-quote:hover {
    background-color: #f4bc00;
    color: #000 !important;
    outline: none
}

.cotiza-banner {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin: 30px 0 20px
}

.yellow-strip {
    background: url(img/yellow-strip.png) no-repeat center;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 11
}

.yellow-strip p {
    color: #2c2c2c;
    font: 28px Louis;
    font-weight: 700;
    margin: 25px 0 0
}

.modal-img iframe {
    width: 100%;
    height: 650px
}

section#conoce_div {
    margin-bottom: 39%
}

.modal-img {
    position: relative
}

#seriesCarousel .carousel-item {
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.series-listblk {
    position: relative
}

.series-hero-blk .series-slider,
.series-hero-blk .series-listblk {
    float: left
}

.series-hero-blk .series-slider {
    width: calc(100% - 480px)
}

.series-hero-blk .series-listblk {
    width: 480px
}

.technlinfo {
    clear: left
}

.series-slider,
.series-listblk {
    padding: 0 !important
}

#seriesCarousel .top-caption h1 {
    color: #fff;
    font: 60px Louis;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin-top: 40px
}

#seriesCarousel .top-caption {
    position: relative
}

#seriesCarousel .top-caption h1 span {
    font: 25px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none
}

.right-caption {
    width: 200px;
    position: absolute;
    top: 0;
    left: calc(100% - 230px) !important;
    right: inherit;
    padding-top: 75px !important;
    line-height: 25px
}

.right-caption .model-caption-btn {
    width: 200px;
    min-height: 35px;
    color: #fefefe;
    border: 2px solid #fefefe;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    z-index: 1;
    text-transform: uppercase
}

.right-caption p {
    text-align: left;
    color: #fefefe;
    font: 18px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase
}

.right-caption a {
    color: #fefefe;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: normal !important;
    margin-bottom: 10px;
    text-decoration: none !important
}

.right-caption.right-top {
    max-height: 230px
}

.right-caption a.last-caption-btn {
    position: absolute;
    bottom: 4px
}

.right-caption a:hover,
.right-caption a:focus,
.right-caption a.active {
    background-color: #fafafa;
    color: #4d4d4d;
    text-shadow: 0 0 0 !important;
    overflow: hidden;
    outline: none
}

.carousel-item {
    position: relative
}

#seriesCarousel .carousel-indicators {
    border-top: 2px solid #f5b200;
    display: table;
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 40px;
    left: inherit;
    right: 0
}

.series-list.scrollbox {
    overflow: auto;
    height: 520px;
    width: 97%
}

#PortfolioTab {
    margin-left: 0 !important
}

#PortfolioTab .nav-item {
    width: 50%;
    text-align: center
}

#PortfolioTab li a {
    color: #3b3b3b;
    font: 18px Louis;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin: 0
}

#PortfolioTab li {
    position: relative;
    background: #dbdbdb;
    margin: 0;
    list-style: none
}

#PortfolioTab li:not(.active) a:hover {
    color: #fff
}

#PortfolioTab li.active a {
    font-weight: 700
}

#technlspctnTab {
    margin-left: 0;
    border: 0
}

#technlspctnTab li a {
    color: #898989;
    font: 27px Louis;
    font-weight: 700;
    font-style: italic;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 5px solid transparent
}

.technl-tab-blk .nav-tabs>li>a {
    border: 0
}

#technlspctnTab li.active a {
    color: #2c2c2c
}

#technlspctnContent .tab-pane {
    background-color: #f7f8f9;
    min-height: 670px
}

.technl-tab-blk {
    margin-top: 60px
}

#technlspctnContent .tab-pane ul {
    display: table;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0
}

#technlspctnTab li.active a {
    background: #f7f8f9 !important;
    border: 0;
    border-top: 5px solid #d8d5d5
}

#technlspctnTab li:hover a {
    background: #898989 !important;
    border: 0;
    color: #fff;
    border-top: 5px solid #f4bc00
}

.tab-pane ul li {
    list-style: none
}

#technlspctnContent ul li .left {
    clear: left;
    padding-left: 20px
}

#technlspctnContent ul li .left p,
#technlspctnContent ul li .right p,
#technlspctnContent ul li .center p {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #1d1d1b;
    margin: 0
}

#technlspctnContent ul li .right p,
#technlspctnContent .tab-pane ul li .center p {
    color: #1d1d1b;
    font-weight: 400
}

#technlspctnContent ul li {
    display: table;
    width: 100%;
    border-bottom: 3px solid #c3c3c3;
    padding: 11px 0
}

.technlspctn-blk {
    margin: 60px 0 30px
}

.cabindesign-blk,
.technlspctn-blk {
    display: table;
    width: 100%
}

p.paddingleft6 {
    padding-left: 6em
}

p.paddingleft13 {
    padding-left: 13em
}

#TransmisionTabCont ul li .right p {
    text-align: center
}

#technlspctnContent #ChasisTabCont ul {
    max-width: 1028px
}

.cabindesign-blk {
    background: #f7f8f9;
    padding-bottom: 0;
    margin-top: 150px;
    display: flex;
    align-items: center
}

.concessionaire_popup {
    margin-top: -130px
}

.concessionaire_popup .back_btn a {
    font-size: 20px;
    font-family: "Louis";
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    position: relative;
    left: 20px;
    text-transform: uppercase
}

.concessionaire_popup .back_btn a:before {
    background-image: url(img/back_arrow.png);
    width: 13px;
    height: 22px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: -20px;
    top: 13%
}

.concessionaire_popup .pop_up_box {
    background-color: #f7f8f9;
    margin-top: 40px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content .main_heading {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #666;
    font-weight: 700;
    font-style: italic
}

.concessionaire_popup .pop_up_content {
    padding: 35px 100px 105px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 35px
}

.concessionaire_popup .pop_up_content .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: 700;
    padding-top: 25px
}

.concessionaire_popup .pop_up_content li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire_popup .pop_up_content li .bullet {
    position: absolute;
    left: 0;
    color: #acacac
}

.concessionaire_popup .pop_up_content li span {
    color: #666
}

.concessionaire_popup .pop_up_content a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.concessionaire_popup .pop_up_content .padd_remove {
    padding-left: 0;
    padding-right: 0
}

.cabindesign-blk .col2-blk {
    float: right;
    padding-left: 40px;
    padding-top: 80px;
    order: 2
}

.btn360 {
    margin-top: 8px;
    font: 4.6875vw Louis;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    background: #2c2c2c;
    width: 36.875vw;
    height: 7.65625vw;
    text-align: center;
    display: block;
    line-height: 1.8
}

#Contact_Secetion_2 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    height: 650px;
    float: none
}

#Contact_Secetion_2 .sub_contant {
    margin: 20% 10% 0 0;
    width: 100% !important;
    max-width: 460px !important;
    float: right;
    z-index: 1
}

#Contact_Secetion_2 .contact_title {
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container .wpb_content_element {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#Contact_Secetion_2 .contact_title p {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 60px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 60px
}

.contact_title_desciption p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    margin-top: 20px
}

.Contact_Secetion_3_left.sub_container {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    text-transform: uppercase
}

.contact_first br,
.contact_two br,
.contact_three br,
.contact_four br,
.contact_five br {
    display: none
}

.contact_first,
.contact_two,
.contact_three,
.contact_four,
.contact_five {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.contact_first input,
.contact_two input {
    width: 48%;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    line-height: 25px\0;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    float: left
}

.contact_first input.contact_first_left {
    margin-right: 4%
}

.contact_first input+span,
.contact_two input+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_two input.contact_three_left {
    margin-right: 4%
}

#Contact_Secetion_3 .Contact_Secetion_3_left {
    float: right;
    text-align: left
}

.sub_container.Contact_Secetion_3_right {
    float: left
}

.Contact_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 25px
}

.contact_three {
    background-color: #f2f4f6
}

.contact_three select.contact_three_left {
    margin-right: 4%
}

.contact_three select {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    line-height: 25px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    padding-right: 43px
}

.contact_three select option {
    color: #515151
}

select::-ms-expand {
    display: none
}

#your-name-error,
#your-email-error {
    width: 45%;
    margin-right: 5%
}

.contact_three select+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_three select p {
    width: 45%;
    margin: 0 auto
}

.contact_four select {
    width: 100%;
    max-width: 620px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -moz-appearance: none !important;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center
}

.contact_five input {
    width: 100%;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    line-height: 28px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    max-width: 650px
}

#Contact_Secetion_3 .image_form_contact {
    position: relative;
    background: #f2f4f6;
    height: 415px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding-top: 15px
}

#Contact_Secetion_3 .vc_column-inner {
    padding: 0
}

#Contact_Secetion_3 .image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 0
}

#Contact_Secetion_3 input.button {
    width: 130px;
    height: 40px;
    border: 2px solid #000;
    margin: 0 0 50px;
    background-color: #f3f5f6;
    color: #312b2b;
    border-radius: 0;
    margin-top: 25px
}

#Contact_Secetion_3 input.button:hover {
    background-color: #000;
    color: #FFF
}

.content-area .sub_container {
    width: 50%;
    padding: 0 0 0 60px;
    margin: 2% 0 0
}

.Contact_Secetion_3_left>.vc_column-inner {
    max-width: 500px
}

.content-area .sub_container h1 {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    margin: 0 auto;
    padding: 0
}

.content-area .sub_container .wpb_content_element {
    margin: 0 0 25px
}

.content-area .sub_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: none
}

.content-area .sub_container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #4e4e4e;
    font-weight: 700;
    margin: 0 0 20px
}

.content-area .sub_container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: 400;
    font-style: italic;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 0
}

button.mobile_cta {
    display: none !important
}

h4.mobile_form_txt {
    display: none !important
}

.terms-condition-banner {
    background-image: url(../images/terms-condition-banner.jpg);
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover
}

.terms-condition-detail .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.terms-condition-detail .terms-condition-box {
    background-color: #fff;
    display: table;
    width: 100%;
    margin: -105px auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content {
    padding: 30px 35px 40px 60px;
    display: table;
    width: 100%;
    margin: 0 auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
    font-size: 45px;
    line-height: 50px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_sub_title {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_description {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.modal_video .modal-dialog {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 50px auto !important;
    padding: 0 !important
}

.modal_video .modal-dialog .close {
    float: left;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog .close:hover {
    float: left;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog button {
    outline: none
}

.modal_video .modal-dialog .video {
    margin: 30px 0
}

.modal_btn .modal-dialog {
    width: 100% !important;
    max-width: 822px !important;
    margin: 125px auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog .modal-content {
    border-radius: 0
}

.modal_btn .close {
    right: 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal_btn .close:hover {
    right: 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal-dialog_form_sucess .close,
.modal-dialog_form_sucess .close:hover {
    color: #f4bc00
}

.modal_btn .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    background-color: #f4bc00;
    width: 100%;
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    width: 100%;
    margin: 0;
    letter-spacing: 1px
}

.modal_btn .modal-dialog .modal-content .modal-body {
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-body p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Arial';
    color: #3b3b3b;
    width: 100%;
    text-align: justify
}

#seriesmodel {
    background: rgba(255, 255, 255, 0.95)
}

.series_modal .btn-header {
    display: flex;
    justify-content: center
}

.series_modal .tab-btn {
    color: #3b3b3b;
    font: 18px Louis;
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 236px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.series_modal .tab-btn .down-icon {
    margin-left: 15px
}

.series_modal .tab-btn.active {
    background: #f4bc00;
    color: #fff;
    border-color: #f4bc00
}

.series_modal .tab-btn-right {
    position: absolute;
    right: 0;
    display: none
}

.modal-series-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.modal-series-list {
    border: 0
}

.modal-series-list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    border-right: 2px solid #ebebeb;
    min-height: 173px;
    vertical-align: middle
}

.modal-series-list ul li:nth-child(3n+0) {
    border: 0
}

.modal-series-list li p,
.modal-series-list li i {
    padding: 0 10px;
    margin: 0
}

.series_modal .close {
    color: #212121 !important
}

#campana .container .sub_contant,
#campana2 .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 760px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 100%;
    max-width: 715px
}

#campana .container .sub_contant .left,
#campana2 .container .sub_contant .left {
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left
}

#campana .container .sub_contant .left a,
#campana2 .container .sub_contant .left a,
#campana .container .sub_contant .left a:focus,
#campana2 .container .sub_contant .left a:focus {
    box-shadow: inherit !important;
    outline: 0 !important
}

#campana .container .sub_contant .left a img,
#campana2 .container .sub_contant .left a img {
    position: static
}

#campana .container .sub_contant .right,
#campana2 .container .sub_contant .right {
    width: 100%;
    max-width: 510px;
    height: auto;
    float: right
}

#campana .container .sub_contant .right h2,
#campana2 .container .sub_contant .right h2 {
    font-family: "Louis";
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase
}

#campana .container .sub_contant .right h5,
#campana2 .container .sub_contant .right h5 {
    font-family: "Arial";
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f5b200
}

#campana .container .sub_contant .right h5 span,
#campana2 .container .sub_contant .right h5 span {
    display: block
}

.page-id-150 .carousel-indicators {
    bottom: 30%;
    left: 56%;
    right: inherit;
    position: absolute;
    width: auto;
    max-width: 510px
}

#campana .container .sub_contant .cta,
#campana2 .container .sub_contant .cta {
    width: 160px;
    height: 42px;
    border: 2px solid #f4bc00;
    display: none
}

#campana .container .sub_contant .cta a,
#campana2 .container .sub_contant .cta a {
    font-family: "Louis";
    font-size: 25px;
    line-height: 38px;
    display: none;
    text-decoration: none
}

#campana .container .sub_contant .cta a:hover,
#campana2 .container .sub_contant .cta a:hover {
    background-color: #f4bc00;
    color: #2f2f2f;
    display: none
}

.image_form_campana {
    background: #f3f5f6;
    height: 475px
}

.image_form_campana .image_form_border {
    padding: 30px 40px
}

.image_form_campana h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form_campana h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: 400;
    font-style: normal
}

.image_form_campana input.name {
    width: 345px;
    float: left;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.tele {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.email {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 25px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana .image_form_border .clearfix input+.departamento {
    margin-top: 13px
}

.image_form_campana .image_form_border .clearfix input+span,
.image_form_campana.image_form_border .clearfix select+span {
    float: none;
    margin-left: 20px
}

.image_form_campana .first_filed {
    margin-top: 30px;
    max-width: 768px;
    width: 100%
}

.image_form_campana .second_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed select.adress {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .last_filed select.vehicle {
    width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .image_form_border .last_filed.clearfix select+.departamento {
    float: none;
    margin-left: 20px
}

.image_form_campana input.button {
    font-weight: 700;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset
}

.image_form_campana input.button:hover {
    background-color: #000;
    color: #fff
}

.two_colume {
    margin-bottom: 50px
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.family-hero-banner {
    height: 530px;
    position: relative
}

.family-hero-banner .wpb_wrapper {
    position: absolute;
    bottom: 70px;
    left: calc(100% - 940px)
}

.family-hero-banner .wpb_wrapper h1 {
    color: #fff;
    font: 50px Louis;
    font-style: italic;
    max-width: 580px;
    text-transform: initial
}

.family-hero-banner .wpb_wrapper h6 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #fcfbfa;
    background-color: #cdcbcb54;
    padding: 5px;
    border-radius: 5px;
    max-width: max-content
}

.family-hero-banner .wpb_wrapper h1 strong {
    display: block
}

.famlyN-cont {
    margin: 0 auto !important;
    float: none !important
}

.famlyN-cont p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    margin-top: 35px
}

#PortfolioTab {
    border-bottom: 4px solid #f5bf0d
}

.family-moters-blk {
    background: #f7f8f9;
    padding-bottom: 130px
}

.family-moters-blk .container {
    margin: 0 auto !important;
    display: flex;
    align-items: center
}

.family-moters-blk .left-content {
    padding-top: 30px
}

.family-moters-blk .wpb_single_image {
    float: left;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    background: #e6e6e6;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.family-moters-blk .wpb_single_image h2 {
    color: #2c2c2c;
    font: 16px Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    left: 0
}

.family-moters-blk .container .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.family-moters-blk .right-content {
    padding-top: 50px;
    float: right;
    order: 2
}

.family-moters-blk .left-content {
    order: 1
}

.family-moters-blk .right-content h2 {
    margin: 0
}

.family-moters-blk .right-content .wpb_wrapper ul {
    margin-left: 0
}

.family-moters-blk .right-content .wpb_wrapper ul li {
    margin-top: 50px;
    position: relative;
    padding-left: 10px;
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a
}

.family-moters-blk .right-content .wpb_wrapper p {
    margin-top: 50px
}

.family-moters-blk .right-content .wpb_wrapper ul li:before {
    content: "";
    border-left: 8px solid #f5bf0d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px
}

.family-moters-blk figure img {
    max-height: 325px;
    width: auto !important;
    margin: 0 auto;
    padding: 0 15px 15px;
    padding-top: 55px\0
}

.prod-advantage {
    display: flex;
    align-items: center
}

.prod-advantage .left-col {
    padding-top: 55px
}

.prod-advantage .left-col>.vc_column-inner {
    max-width: 510px;
    position: relative;
    left: 22em
}

.prod-advantage .left-col>.vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 0
}

.prod-advantage .left-col .title-black {
    line-height: 55px
}

.prod-advantage .left-col p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    margin-top: 30px
}

.prod-advantage .left-col p strong {
    font-weight: 700
}

.prod-advantage .right-col img {
    margin-top: 20px
}

.distance-blk {
    background: #131414;
    padding: 50px 0 0;
    margin-top: 25px
}

.vc_row-has-fill.distance-blk {
    background-position: center bottom !important;
    padding-bottom: 105px
}

.distance-blk .container {
    margin: 0 auto !important;
    float: none;
    text-align: center
}

.distance-blk .title-white {
    margin-left: auto;
    margin-right: auto
}

.distance-blk p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    text-align: left;
    margin: 50px auto;
    max-width: 790px
}

.distance-blk .container .vc_column-inner .wpb_wrapper {
    margin: 0 auto
}

.distance-blk .container .wpb_single_image {
    text-align: center;
    margin-bottom: 85px
}

.family-btm-video {
    height: 690px
}

.family-video-wrap {
    margin-bottom: 50px
}

.family-btm-video .vc_column-inner {
    height: 100%
}

.family-btm-video iframe {
    width: 100%;
    height: 690px !important
}

.family-btm-video .play-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer
}

.family-contact-left .vc_column-inner {
    height: 473px
}

.family-contact-blk {
    margin: 40px 0
}

.frenos-blk .container {
    float: none
}

.frenos-col-wrap .vc_col-sm-4 h2 {
    color: #2c2c2c;
    font: 26px Louis;
    font-weight: 700;
    font-style: italic
}

.frenos-col-wrap .vc_col-sm-4 p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    margin-top: 20px
}

.frenos-col-wrap .vc_col-sm-4 {
    padding-right: 20px;
    float: none;
    display: inline-block
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image {
    min-height: 165px;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image img {
    position: relative;
    z-index: 2;
    max-width: 350px\0;
    max-height: 165px !important;
    width: auto
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    color: #2c2c2c;
    font: 163px Louis;
    font-weight: 700;
    opacity: .12;
    top: -80px;
    z-index: 1
}

.frenos-col-wrap {
    margin-top: 80px
}

.frenos-blk {
    padding-bottom: 40px
}

div.wpcf7-mail-sent-ok {
    border: none
}

.error404 {
    background-image: url(img/erro_404_bg.jpg);
    background-repeat: no-repeat;
    background-color: #f4bc00
}

.error404 .site {
    background-color: unset
}

.error404 .page-header {
    border: none
}

.error404 .page-content .error_containe {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.error404 .page-content .error_containe h1 {
    margin: 100px 0 0;
    padding: 0;
    font-family: 'Louis';
    font-size: 140px;
    color: #565656;
    line-height: 140px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.error404 .page-content .error_containe span {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 29%
}

.error404 .page-content .error_containe .error_bottom_con {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    top: 80%
}

.error404 .page-content .error_containe .error_bottom_con p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f
}

.error404 .page-content .error_containe .error_bottom_con button {
    width: 100%;
    max-width: 260px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #000;
    font-family: 'Louis';
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    font-style: italic;
    line-height: 5px;
    margin: 40px 0 0;
    outline: none
}

.error404 .page-content .error_containe .error_bottom_con button:hover,
.error404 .page-content .error_containe .error_bottom_con button:focus {
    background-color: #1f1f1f;
    color: #fff;
    outline: none;
    border: 2px solid #1f1f1f
}

.error404 .cotiza-banner {
    display: none
}

.error404 .footer {
    display: none
}

#PortfolioTab .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1
}

#PortfolioTab li:first-child.nav-item.active:before {
    right: -50px;
    border-left: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab li+li.nav-item.active:before {
    left: -50px;
    border-right: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab>li.active>a,
#PortfolioTab>li.active>a:focus,
#PortfolioTab>li.active>a:hover {
    background-color: #fff !important
}

#PortfolioTab>li.active>a {
    padding-top: 15px;
    padding-bottom: 12px
}

#PortfolioTab .nav-item.active {
    margin-top: -7px !important;
    height: 50px;
    background-color: #f5bf0d !important
}

.site-content #PortfolioTab .nav>li>a:focus,
.site-content .nav>li>a:hover {
    background-color: #dbdbdb !important
}

#PortfolioTab li a:hover,
#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    background-color: #a1a2a2 !important
}

#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    color: #fff
}

#PortfolioTab li.active:hover:before {
    border-left-color: #a1a2a2 !important;
    border-right-color: #a1a2a2 !important
}

.carousel-col4Desktop.owl-carousel .owl-item img {
    width: auto;
    display: table;
    margin: 0 auto;
    max-height: 100% !important
}

.carousel-col4Desktop .owl-stage-outer .owl-stage {
    margin: 0 auto
}

.carousel.slide .item::before,
.concesionario-banner:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 100% auto;
    width: 100%;
    height: 100%
}

#Contact_Secetion_2:before {
    height: 650px\0 !important
}

.carousel.slide:after,
.concesionario-banner:after,
#Contact_Secetion_2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(img/banner-btm-shadow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 0
}

#myCarousel_2.carousel.slide:after {
    background-image: inherit !important
}

.carousel.slide:before,
.concesionario:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/top-shadow.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 1
}

.onlyfordesktop#Contact_Secetion_2:before {
    background-size: 0 !important
}

#Contact_Secetion_2 {
    position: relative
}

#Contact_Secetion_2:before {
    height: 100em;
    max-height: 650px
}

.concesionario-banner:after {
    background-position: bottom center
}

#seriesCarousel.carousel.slide:after,
.page-template-concesionarios .carousel.slide:after,
.concessionaire-box .carousel.slide:before {
    content: inherit;
    content: initial
}

#SeriesTabCont .carousel.slide .item::before,
.concessionaire-box .carousel.slide:before {
    background-color: rgba(0, 0, 0, 0) !important
}

.concesionario-banner {
    position: relative
}

.footer {
    clear: both;
    padding-top: 35px
}

.series-slider {
    position: relative
}

.wpcf7-form label.error {
    padding: 0;
    margin: 0 auto;
    max-width: none;
    display: inline-block;
    float: none
}

.first_filed br,
.info br {
    display: none
}

.info span.wpcf7-not-valid-tip {
    position: absolute;
    margin: 0 auto !important;
    font-size: 15px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #namesname-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #telefono-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #emailadd-error {
    position: absolute;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    line-height: 14px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.info #ciudaddata-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #departamento-error {
    position: absolute;
    top: auto;
    bottom: -35%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed.last_filed #messagetext-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 39px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.contact_first #namesname-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_first #emailadd-error {
    position: absolute;
    top: 55%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis'
}

.contact_two #celular-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_two #telefono-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #departamentos-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #ciudad-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_four #tipo_de_solicitud-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_five #detaila_tu_solicitud-error {
    position: absolute;
    top: 100%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

div.wpcf7-mail-sent-ng {
    border: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    display: none !important
}

.left-btm-img {
    margin-bottom: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-top: 55px;
    z-index: 1
}

.home_page.container {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important
}

.concessionaire-box .box ul li p,
.concessionaire-box .box ul li,
.concessionaire-box .box ul li a,
.concessionaire_popup ul li p,
.concessionaire_popup ul li a,
.concessionaire_popup ul li {
    font: 15.5px Arial, Helvetica, sans-serif;
    color: #262626
}

.concessionaire_popup ul li p {
    margin-bottom: 0;
    line-height: 1.5
}

.concessionaire_popup ul li a {
    margin-bottom: 8px;
    display: block
}

.concessionaire-box .box ul li a,
.concessionaire_popup ul li a,
.concessionaire_popup ul li a:focus {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    outline: none
}

.concessionaire-box .box ul li p {
    margin-bottom: 5px
}

.concessionaire-box .box ul li p+p {
    color: #666
}

.concessionaire-box .carousel .item:before {
    background-color: transparent
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important
}

.download .left-verticle-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer_form .left_banner {
    height: 473px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer_form_left {
    padding-left: 0 !important
}

.footer_form_right {
    padding-right: 0 !important
}

.modal_btn .modal-dialog_form_sucess {
    width: 100% !important;
    max-width: 334px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog_form_sucess .modal-content_form_sucess .modal-header_form_sucess {
    background-color: #f4bc00;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    position: relative
}

.modal-header_form_sucess:after {
    content: '';
    position: absolute;
    background-image: url(images/form_pop_msg.png);
    width: 94px;
    height: 94px;
    top: -50px;
    left: auto;
    right: 120px
}

.modal-content_form_sucess h4 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px
}

.modal-content_form_sucess {
    background-color: #fff
}

.modal-content_form_sucess h3 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px;
    font-weight: 700;
    font-style: italic;
    width: 100%;
    max-width: 200px;
    padding-bottom: 35px
}

.concessionaire_popup {
    z-index: 1;
    position: relative;
    margin-bottom: 50px
}

.breadcrumb span {
    color: #3b3b3b;
    font: 16px Louis;
    font-style: italic;
    position: relative;
    text-transform: uppercase
}

.breadcrumb span~span {
    padding-left: 10px;
    margin-left: 5px
}

.breadcrumb span:last-child span {
    box-shadow: 0 0 0 #3b3b3b;
    border-bottom: 1px solid #000
}

.breadcrumb {
    margin-top: 77px;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f4f4f4 !important
}

#PortfolioTab {
    margin-top: 0 !important
}

.cta_ver_mas a {
    font-weight: 700;
    font-style: italic !important
}

.feature-piller-wrap {
    margin: -135px 0 58px
}

.feature-piller-wrap .container ul {
    display: table;
    width: 100%;
    margin-bottom: 0
}

.feature-piller-wrap .piller-blk {
    position: relative;
    overflow: hidden
}

.feature-piller-wrap .piller-blk .background-layer {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.cloud {
    position: absolute;
    bottom: 0
}

.yellow-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(244, 188, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.piller-blk:hover .yellow-overlay {
    opacity: 1
}

.piller-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px
}

.pillercontainer {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3)
}

.piller-info h2 {
    font-family: "Louis" !important;
    font-size: 25px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid #f4bc00;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.piller-info p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    display: none;
    margin-bottom: 20px
}

.piller-info .vermas-btn {
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none;
    text-align: center;
    text-decoration: none;
    box-shadow: inherit
}

.piller-blk:hover .vermas-btn,
.piller-blk:hover p {
    display: block
}

.piller-blk:hover h2 {
    color: #2f2f2f;
    text-shadow: 0 0 0;
    border-color: #303030
}

.piller-info .piller-title {
    position: relative
}

.piller-blk:hover .piller-info .piller-title:before {
    background-color: #303030
}

.navbar-static-top {
    top: -80px
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomBanner {
    from {
        background-size: 125% auto;
        background-position: center
    }
    to {
        background-size: 100% auto;
        background-position: center
    }
}

@keyframes zoomBanner {
    from {
        background-size: 125% auto;
        background-position: center
    }
    to {
        background-size: 100% auto;
        background-position: center
    }
}

.carousel-inner .item.animation {
    -webkit-animation: zoom .8s;
    animation: zoom .8s
}

.single-serie .carousel-inner .item.animation,
.tax-model .carousel-inner .item.animation,
.page-template-buses .carousel-inner .item.animation,
.tax-buses .carousel-inner .item.animation,
.single-bus .carousel-inner .item.animation {
    -webkit-animation: zoom 0;
    animation: zoom 0
}

.concesionario-banner.animation,
#Contact_Secetion_2.animation {
    -webkit-animation: zoomBanner .8s;
    animation: zoomBanner .8s
}

.frenos-col-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-inline-box;
    display: block;
    display: -ms-inline-grid;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex
}

.page-id-1030 .cabindesign-blk {
    display: none
}

.page-id-1030 #conoce_div,
.page-id-1186 #conoce_div,
.page-id-1194 #conoce_div {
    margin-bottom: 0
}

.series-list li a {
    display: block
}

.carousel-caption.right-caption.onlyfordesktop {
    padding-left: 14px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    align-content: center;
    height: calc(100% - 4px)
}

#PortfolioTabContent .carousel-caption {
    z-index: 1\0
}

@media screen and (max-width: 1366px) and (min-width: 990px) {
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important;
        background-position: left -70px !important;
        background-size: auto 500px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .technlinfo ul li p {
        font-size: 15px !important
    }
    #technlspctnContent img {
        width: 100%
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .famlyN-cont p,
    .famlyN-cont p,
    .famlyN-cont p {
        font-size: 18px !important
    }
    .home_page .carousel .item,
    .terms-condition-banner {
        height: 486px;
        background-size: cover !important
    }
    .terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
        font-size: 34px
    }
    .navbar-inverse .navbar-nav li a {
        padding-top: 13px;
        font-size: 12px !important;
        font-weight: 200 !important
    }
    .sub-menu .dropdown-toggle:after {
        top: -22px !important
    }
    .sub-menu .dropdown-toggle.toggled-on:after {
        top: -24px !important
    }
    .logo {
        width: 220px !important
    }
    .home_page .carousel-caption .container .sub_contant {
        max-width: 40vw !important
    }
    .page-id-150 .home_page .carousel-caption .container .sub_contant {
        max-width: 760px !important
    }
    .home_page .sub_contant h1 span,
    .home_page .sub_contant h1 {
        font-size: 30px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    section.home_page .carousel-indicators {
        top: 63% !important
    }
    .home_page .sub_contant .cta {
        margin-top: 51px !important
    }
    .glyphicon-chevron-left:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .glyphicon-chevron-right:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .container {
        max-width: 70% !important
    }
    .home_page .sub_contant .cta {
        width: 95px !important;
        height: 32px !important
    }
    .home_page .sub_contant .cta a {
        line-height: 27px !important;
        font-weight: 200 !important
    }
    .piller-info h2 {
        font-size: 20px !important;
        font-weight: 80 !important;
        padding-left: 15px !important;
        border-left: 2px solid #f4bc00 !important;
        margin-bottom: 13px !important
    }
    .piller-blk:hover h2 {
        border-left: 2px solid #000 !important
    }
    .piller-info {
        padding: 20px !important;
        font-size: 14px !important
    }
    .piller-info .vermas-btn {
        color: #2f2f2f !important;
        font-family: "Louis" !important;
        font-weight: 700 !important;
        font-style: italic !important;
        font-size: 15px !important;
        color: #2f2f2f !important;
        width: 50% !important;
        height: 26px !important
    }
    select.vehicle {
        height: 36px !important;
        height: 20px\0 !important;
        border-bottom: 1px solid #a1a2a2 !important;
        margin-top: 0;
        margin-top: 10px\0;
        line-height: 35px;
        color: #515151
    }
     ::placeholder {
        font-size: 16px !important
    }
     :-ms-input-placeholder {
        font-size: 16px !important;
        line-height: 38px !important
    }
    .image_form h5 {
        font-size: 18px !important
    }
    .contact_three select,
    .contact_three select.contact_three_left {
        font-size: 13px\0 !important
    }
    .image_form .image_form_border {
        padding: 15px 10px !important
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.image_form {
        height: 380px;
        height: 355px\0
    }
    .footer_form .left_banner {
        height: 370px !important;
        background-size: cover !important
    }
    .image_form h6 {
        width: 85% !important;
        margin: 0 0 25px !important;
        font-family: "arial" !important;
        font-size: 13px !important;
        line-height: 15px !important
    }
    .image_form input {
        border-bottom: 1px solid #a1a2a2 !important
    }
    input.button {
        font-size: 20px !important;
        height: 26px !important;
        margin: 10px 0 20px !important;
        height: 40px !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #000 !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .legal h5,
    .footer_con .number {
        font-family: 'Louis';
        font-size: 10px !important;
        padding: 0 0 0 45px
    }
    .service ul li a,
    .profile ul li a {
        font-size: 10px !important;
        line-height: 20px !important
    }
    .footer_con {
        padding-bottom: 30px !important
    }
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 14px !important
    }
    .breadcrumb span {
        font: 14px Louis !important;
        font-style: italic !important
    }
    .breadcrumb {
        margin-top: 56px;
        margin-bottom: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .family-hero-banner {
        position: relative
    }
    .family-hero-banner .wpb_wrapper h1 {
        line-height: 52px !important;
        font: 47px Louis !important;
        font-style: italic !important
    }
}

select:focus {
    outline: none
}

.cotiza-banner .container {
    max-width: 1240px !important;
    width: 70% !important;
    margin: 0
}

.vc_custom_1512037851827 {
    background: rgba(0, 0, 0, 0.639216) url(http://busesycamioneschevrolet.com.co/wp-content/uploads/2017/10/LINEA-N_V2.jpg?id=3885);
    text-transform: uppercase
}

.family-hero-banner h1 {
    text-transform: uppercase !important
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

@media screen and (min-width: 1200px) {
    .series-hero-blk .series-slider .item .img-wrap {
        min-width: 590px
    }
    .family-moters-blk .right-content .wpb_wrapper ul li,
    .famlyN-cont p,
    .prod-advantage .left-col p,
    .distance-blk p,
    .series-header p+p,
    .infoblock p,
    .col2-right p,
    .yellow-btm p,
    .error404 .page-content .error_containe .error_bottom_con p,
    .cabindesign-blk .col2-blk .content-wrap p,
    .product-advantage ul li p,
    .cotiza-banner p,
    .hero-caption .famlyN-cont p,
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 1.2em !important;
        line-height: 22px !important
    }
}

.family-hero-banner {
    position: relative
}

.family-hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

input.info_left {
    margin-top: 15px\0
}

.breadcrumb span~span:before {
    content: "";
    position: absolute;
    border-left: 5px solid #f4bc00;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 4px
}

.series-hero-blk .series-slider .item .img-wrap {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%)
}

.banner_cta {
    width: 120px;
    height: 40px;
    border: 2px solid #f4bc00;
    margin-top: 30px;
    z-index: 1;
    background-color: #f4bc00;
    text-align: center
}

.banner_cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #000;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.banner_cta a:hover,
.banner_cta a:focus,
.banner_cta a.focus:hover {
    color: #2f2f2f;
    text-decoration: none !important;
    outline: 0
}

.banner_cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

#mCSB_1_scrollbar_vertical {
    left: 0;
    opacity: 1;
    right: auto;
    position: static
}

#mCSB_1_scrollbar_vertical .mCSB_buttonDown {
    width: 30px;
    height: 30px;
    background: url(img/down-icon.png);
    left: 50%;
    pointer-events: auto;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    bottom: -40px;
    z-index: 9
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    pointer-events: none;
    width: 0;
    height: 0
}

#mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    width: 0;
    pointer-events: none;
    opacity: 0
}

.down-vertical-btn {
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

#mCSB_1_scrollbar_vertical .mCSB_buttonUp {
    display: none !important
}

#seriesCarousel .carousel-item .img-fluid {
    width: 100%\0
}

.modal-dialog_form_sucess {
    top: 50%;
    position: relative;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%)
}

.video_section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 690px;
    background-size: cover
}

.video_section .col1-blk {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: inherit
}

.video_section .col1-blk .left,
.video_section .left {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none
}

.video_section .col1-blk .left a:focus {
    outline: none
}

@media screen and (max-width: 1690px) and (min-width: 992px) {
    #Contact_Secetion_3 .Contact_Secetion_3_left {
        float: right;
        text-align: left;
        margin: 5%;
        padding: 0;
        width: 40%
    }
}

@media screen and (max-width: 1380px) and (min-width: 992px) {
    .image_form_border .image_form_border_container {
        width: 100%;
        max-width: 768px;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 0
    }
}

body.modal-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100%
}

#seriesCarousel .carousel-inner ol.carousel-indicators {
    display: none !important
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8)
}

.loader-icon {
    background: url(img/finall_loder.png);
    width: 621px;
    height: 251px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 42%;
    -webkit-animation: test 1.5s steps(10) infinite;
    -moz-animation: test 1.5s steps(10) infinite;
    -ms-animation: test 1.5s steps(10) infinite;
    -o-animation: test 1.5s steps(10) infinite;
    animation: test 1.5s steps(10) infinite
}

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px
    }
}

@media screen and (min-width: 56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-navigation {
        margin: 0
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0
    }
    .main-navigation .primary-menu>li {
        float: left
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: .65625em .875em;
        white-space: nowrap
    }
    .main-navigation li:hover>a,
    .main-navigation li.focus>a {
        color: #007acc
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999
    }
    .main-navigation ul ul ul {
        top: -1px
    }
    .main-navigation ul ul ul:before,
    .main-navigation ul ul ul:after {
        border: 0
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: auto
    }
    .main-navigation ul ul:before,
    .main-navigation ul ul:after {
        border-style: solid;
        content: "";
        position: absolute
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px
    }
    .main-navigation li:hover>ul,
    .main-navigation li.focus>ul {
        left: auto;
        right: 0
    }
    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: auto;
        right: -100%
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f431";
        position: absolute;
        right: .625em;
        top: .8125em
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: .5625em;
        top: .875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-header .social-navigation,
    .site-footer .main-navigation {
        display: none
    }
    .site-content {
        padding: 0
    }
    .content-area {
        float: left;
        width: 100%
    }
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .pagination,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-right: 0;
        margin-left: 0
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%
    }
    .widget {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em
    }
    .widget .widget-title {
        margin-bottom: 1.3125em
    }
    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table {
        margin-bottom: 1.6153846154em
    }
    .widget li>ul,
    .widget li>ol {
        margin-bottom: 0
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154
    }
    .widget th,
    .widget td {
        padding: .5384615385em
    }
    .widget pre {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: .5384615385em
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: .5384615385em
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154
    }
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: .846153846em
    }
    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: .4615384615em .5384615385em
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: .9130434783em
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: .8125rem;
        line-height: 1.6153846154;
        margin-bottom: .9130434783em
    }
    .widget .alignleft {
        margin: .2307692308em 1.6153846154em 1.6153846154em 0
    }
    .widget .alignright {
        margin: .2307692308em 0 1.6153846154em 1.6153846154em
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em
    }
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em
    }
    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px
    }
    .tagcloud a {
        margin: 0 .2307692308em .5384615385em 0;
        padding: .5384615385em .4615384615em .4615384615em
    }
    .textwidget h1 {
        margin-top: 1.8260869565em
    }
    .textwidget h2 {
        margin-top: 2.2105263158em
    }
    .textwidget h3 {
        margin-top: 2.625em
    }
    .textwidget h4 {
        letter-spacing: .153846154em
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0
    }
    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.5455% 3.5em
    }
    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .site-info {
        margin: .538461538em auto .538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%
    }
    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets {
        margin: 0 auto
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%
    }
}

@media screen and (min-width: 61.5625em) {
    .site-main {
        margin-bottom: 0
    }
    .site-header {
        padding: 0
    }
    .site-branding,
    .site-header-menu,
    .header-image {
        margin-top: 1.75em;
        margin-bottom: 1.75em
    }
    .image-navigation {
        margin-bottom: 3.230769231em
    }
    .post-navigation {
        margin-bottom: 7em
    }
    .pagination {
        margin-bottom: 5.894736842em
    }
    .widget {
        margin-bottom: 4.307692308em
    }
    .site-main>article {
        margin-bottom: 7em
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .post-thumbnail {
        margin-bottom: 2.625em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: .8484848485em
    }
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em
    }
    .entry-content h4,
    .entry-summary h4,
    .entry-intro h4,
    .comment-content h4 {
        letter-spacing: .131578947em
    }
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 5.25em
    }
    .comments-area,
    .sidebar,
    .content-bottom-widgets .widget-area,
    .widecolumn {
        margin-bottom: 7em
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.105263158em
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 71.42857144%
    }
    body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em)
    }
    body:not(.search-results) article:not(.type-page) img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: .1538461538em;
        width: 21.42857143%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
        display: none
    }
    .single .byline,
    .full-size-link,
    body:not(.search-results).group-blog .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: block;
        margin-bottom: .5384615385em
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
        margin-bottom: 0
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 .5384615385em;
        width: 49px
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%
    }
}

@media screen and (min-width: 75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -.913043478em
    }
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ul,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary table {
        margin-bottom: 1.5217391304em
    }
    body:not(.search-results) .entry-summary li>ul,
    body:not(.search-results) .entry-summary blockquote>ul {
        margin-left: .956521739em
    }
    body:not(.search-results) .entry-summary li>ol,
    body:not(.search-results) .entry-summary blockquote>ol {
        margin-left: 1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632
    }
    body:not(.search-results) .entry-summary th,
    body:not(.search-results) .entry-summary td {
        padding: .3043478261em
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: .3043478261em
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: .2608695652em 1.5217391304em 1.5217391304em 0
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: .2608695652em 0 1.5217391304em 1.5217391304em
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em
    }
}

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none
    }
    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 12pt
    }
    blockquote {
        font-size: 14.25pt
    }
    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt
    }
    .site-description {
        display: block
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em
    }
    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt
    }
    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt
    }
    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt
    }
    body,
    .site {
        background: none !important
    }
    body,
    blockquote cite,
    blockquote small,
    .site-branding .site-title a,
    .entry-title a,
    .comment-author {
        color: #1a1a1a !important
    }
    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important
    }
    blockquote,
    .site-description,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote,
    .author-bio,
    .entry-footer,
    .entry-footer a,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .site-info a,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #686868 !important
    }
    code,
    hr {
        background-color: #d1d1d1 !important
    }
    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important
    }
    a {
        color: #007acc !important
    }
    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body>a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important
    }
    .site {
        margin: 5%
    }
    .site-inner {
        max-width: none
    }
    .site-header {
        padding: 0 0 1.75em
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em
    }
    .site-main {
        margin-bottom: 3.5em
    }
    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0
    }
    .post-thumbnail,
    .site-main>article {
        margin-bottom: 3.5em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0;
        padding: .9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.473684211em
    }
    .site-footer,
    .widecolumn {
        padding: 0
    }
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-Bold.eot);
    src: url(fonts/Louis-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-Bold.woff) format("woff"), url(fonts/Louis-Bold.ttf) format("truetype"), url(fonts/Louis-Bold.svg#Louis-Bold) format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-Italic.eot);
    src: url(fonts/Louis-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-Italic.woff) format("woff"), url(fonts/Louis-Italic.ttf) format("truetype"), url(fonts/Louis-Italic.svg#Louis-Italic) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-CondensedDemi.eot);
    src: url(fonts/Louis-CondensedDemi.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-CondensedDemi.woff) format("woff"), url(fonts/Louis-CondensedDemi.ttf) format("truetype"), url(fonts/Louis-CondensedDemi.svg#Louis-CondensedDemi) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-Regular.eot);
    src: url(fonts/Louis-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-Regular.woff) format("woff"), url(fonts/Louis-Regular.ttf) format("truetype"), url(fonts/Louis-Regular.svg#Louis-Regular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Louis';
    src: url(fonts/Louis-BoldItalic.eot);
    src: url(fonts/Louis-BoldItalic.eot?#iefix) format("embedded-opentype"), url(fonts/Louis-BoldItalic.woff) format("woff"), url(fonts/Louis-BoldItalic.ttf) format("truetype"), url(fonts/Louis-BoldItalic.svg#Louis-BoldItalic) format("svg");
    font-weight: 700;
    font-style: italic
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after,
.container:after,
.row:after,
.nav:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

body {
    color: #5a5a5a
}

.logo {
    width: 293px;
    height: auto;
    float: left;
    padding-top: 10px
}

.logo a img {
    width: 100% !important;
    height: auto !important
}

.navbar-wrapper .navbar {
    float: right;
    border: none
}

.navbar-inverse {
    background-color: unset;
    border-color: unset;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Louis';
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 25px
}

ul#menu-primary-menu ul.sub-menu li a {
    font-weight: 700
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    border-bottom: 2px solid #d2d2d3
}

.navbar-inverse .navbar-nav>li:first-child:after {
    content: '';
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    right: 15px;
    top: 55%
}

.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.navbar-nav {
    float: left;
    margin: 0;
    display: -webkit-inline-box
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 0;
    width: 100%
}

.carousel-control.right {
    left: 55px !important;
    top: 5.5%
}

.carousel-control {
    width: 45px !important
}

.carousel-control.left {
    left: 0;
    top: 5.5%
}

.carousel-control.left_2 {
    left: 0;
    top: 5.5%
}

.carousel-control.right_2 {
    left: 55px !important;
    top: 5.5%
}

.glyphicon-chevron-left:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(180deg)
}

.glyphicon-chevron-left:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.glyphicon-chevron-right:before {
    content: "" !important;
    background-image: url(images/slider_icon.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: block
}

.glyphicon-chevron-right:hover::before {
    background-image: url(images/slider_icon_hove.png)
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.three_colume .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important
}

.carousel-control.left_2,
.carousel-control.right_2 {
    background-image: none !important
}

.navbar-collapse.collapse ul.sub-menu li,
.navbar-collapse.collapse ul.sub-menu li:hover {
    border: 0
}

.navbar-collapse.collapse ul.sub-menu li {
    text-align: left
}

.navbar-collapse.collapse ul.sub-menu li a {
    padding: .75625em 1.8em
}

.navbar-collapse.collapse ul.sub-menu li:hover a {
    text-decoration: none
}

.home_page .carousel {
    margin-bottom: 0;
    position: relative
}

.home_page .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.home .home_page .carousel-caption {
    bottom: 20px
}

.page-id-150 .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0
}

.home_page .carousel-caption {
    z-index: 0
}

.home_page .item_img_one {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_two {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_three {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .item_img_four {
    background-image: url(images/slider_banner.jpg);
    background-repeat: no-repeat
}

.home_page .carousel .item {
    height: 590px;
    background-color: #555;
    background-size: cover
}

.home .home_page .carousel .item {
    min-height: 500px;
    height: 75vh
}

.home_page .carousel img {
    position: absolute;
    top: 10px;
    left: 0;
    min-height: 40px;
    outline: none
}

.home .home_page .carousel-indicators {
    display: table;
    left: 79em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: inherit;
    top: 56%\0
}

.page-id-150 .home_page .carousel-indicators {
    top: 73%
}

.home_page .carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -24%
}

.home_page .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.home_page .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 460px
}

.home_page .sub_contant h1 {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

.home_page .sub_contant h1 span {
    font-family: 'Louis';
    font-size: 33px;
    font-style: italic;
    color: #fff;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

.home_page .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.home_page .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: 700;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.home_page .sub_contant .cta a:hover {
    color: #2f2f2f
}

.home_page .sub_contant .cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

.three_colume {
    margin: -100px 0 50px;
    padding: 0;
    position: relative !important;
    top: 85%;
    display: flex
}

.home_page .one_slide {
    background-repeat: no-repeat;
    padding: 0
}

.banner-blk {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.banner-blk .vc_column-inner {
    height: 100%
}

.home_page .one_slide_txt {
    position: relative
}

.banner-blk h1 {
    font-family: "Louis" !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase
}

.single-location .footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.home_page .one_slide_txt h2,
.home_page .two_slide_txt h2,
.home_page .three_slide_txt h2 {
    display: none
}

.banner-blk h4 {
    font-family: "Louis" !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px
}

.banner-blk .wpb_wrapper {
    position: relative;
    padding-left: 40px;
    margin-top: 10px
}

.banner-blk .wpb_wrapper:before {
    content: '';
    width: 3px;
    height: 70px;
    background-color: #f4bc00;
    position: absolute;
    left: 20px;
    top: 0
}

.home_page .one_slide_tx_cta,
.home_page .two_slide_tx_cta,
.home_page .three_slide_tx_cta {
    display: none
}

.home_page .one_slide_txt_img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.home_page .one_slide_txt_img img {
    position: absolute;
    left: -54px
}

.home_page .two_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .two_slide_txt {
    position: relative
}

.home_page .two_slide_txt h1 {
    font-family: "Louis" !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase
}

.home_page .two_slide_txt h4 {
    font-family: "Louis" !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase
}

.home_page .three_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .banner-blk {
    height: 550px
}

.home_page .three_slide_txt {
    position: relative
}

.home_page .three_slide_txt h1 {
    font-family: "Louis" !important;
    font-size: 40px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 700 !important;
    text-transform: uppercase
}

.home_page .three_slide_txt h4 {
    font-family: "Louis" !important;
    font-size: 30px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f4bc00;
    border: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none
}

.two_colume {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table
}

.two_colume .main_secetion {
    margin: 0 auto;
    padding: 0
}

.header {
    margin: 0 auto;
    padding: 0
}

.image_section {
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    height: 475px
}

.image_form h5 {
    width: 85%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 725px;
    margin: 0;
    text-transform: uppercase
}

.image_form {
    position: relative;
    background: #f2f4f6;
    height: 475px;
    height: 460px\0
}

.image_form h6 {
    width: 85%;
    margin: 0 0 25px;
    font-family: 'arial';
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    max-width: 725px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: 400;
    font-style: normal
}

.first_filed,
.info,
.first_filed.last_filed {
    padding: 0;
    max-width: 715px;
    width: 84%;
    position: relative;
    margin-bottom: 20px
}

.image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 20px
}

.image_form form {
    float: left;
    max-width: 760px;
    width: 100%;
    margin-top: 25px;
    margin-left: 40px
}

.image_form input,
select.vehicle {
    width: 540px;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    padding: 0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0
}

.image_form input {
    line-height: 0\0 !important;
    padding-bottom: 0px\0
}

.image_form input.message {
    max-width: 740px;
    width: 100%;
    padding: 0 .4375em;
    line-height: 35px;
    height: 38px;
    height: 20px\0;
    padding: 0;
    margin: 0;
    margin: 15px 0 0\0
}

::placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

.image_form input.tele {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0
}

.telephone {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 25px
}

.image_form input.email {
    width: 345px;
    float: left;
    line-height: 35px;
    padding: 0;
    background-color: transparent
}

select.vehicle {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 38px;
    height: 20px\0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    padding-right: 45px;
    outline: none;
    margin-top: 10px\0
}

select.vehicle option {
    background-color: #e3e2e2;
    outline: none
}

select.vehicle option:checked {
    background-color: #d0d0d0;
    outline: none
}

select.vehicle option:focus,
select.vehicle option:hover,
select.vehicle option:active {
    background-color: #d0d0d0;
    outline: none
}

select.city {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.city {
    width: 345px;
    float: left;
    line-height: 35px
}

.first_filed input,
.info input {
    background: transparent\0 !important
}

input.button {
    background-color: transparent\0 !important;
    color: #312b2b \0 !important
}

input.button:hover,
input.button:focus {
    background-color: #312b2b \0 !important;
    background: #303030 !important;
    color: #fff !important;
    border-color: #303030 \0
}

select.contacted {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.contacted {
    width: 345px;
    float: right;
    line-height: 35px
}

input.button {
    width: 153px;
    height: 50px;
    border: 2px solid #000;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    text-transform: uppercase
}

input.button {
    font-weight: 700;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin: 10px 0 15px
}

.submit a {
    text-decoration: none;
    font-weight: 700;
    color: #312b2b;
    font-style: italic;
    font-family: 'Louis';
    font-size: 25px;
    display: block;
    line-height: 45px
}

input.button:hover,
input.button:focus {
    background-color: #303030;
    color: #fff;
    outline: 0
}

.download {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.download .mobile_image {
    display: none
}

.download_block {
    width: 100%;
    max-width: 1240px;
    background-color: #f2f4f6;
    margin-top: 150px;
    position: relative
}

.download_mobile {
    position: relative
}

.download_block_txt h4 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 30px;
    color: #f4bc00;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 210px;
    padding-top: 43px;
    padding-bottom: 0
}

.download_block:before {
    width: 184px;
    height: 292px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0
}

.download_block_txt h6 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 40px;
    color: #303030;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 205px;
    font-weight: 700;
    padding-bottom: 0
}

.download_block_cta {
    margin: 0;
    padding: 0
}

.download_block_cta ul {
    list-style: none;
    margin-top: 20px;
    padding: 0
}

.download_block_cta ul li {
    margin-bottom: 15px
}

.footer {
    width: 100%;
    margin: 15px 0 0;
    padding: 0
}

.footer_con {
    padding-bottom: 40px
}

.footer_con .number {
    text-align: center;
    font-family: 'Louis';
    font-size: 14px;
    color: #6d6c6c
}

.footer_con .number a {
    text-decoration: none;
    color: #6d6c6c
}

.links {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #aeaeae;
    padding-top: 25px;
    padding-bottom: 25px
}

.profile {
    margin: 0 auto;
    padding: 0;
    height: 180px
}

.profile ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.profile ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae
}

.service ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.service ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service ul li {
    margin-left: 35%
}

.legal {
    padding-left: 9%;
    padding-right: 6%
}

.legal h5 {
    font-family: 'Louis';
    font-size: 12px;
    color: #6d6c6c;
    margin: 0 auto;
    padding: 0 0 0 105px;
    line-height: 20px
}

.one_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.two_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.three_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.entry-title {
    display: none
}

.protfolio .protfolio-banner {
    background-image: url(images/potfolio_familia.jpg);
    width: 100%;
    height: 528px
}

.protfolio .protfolio-banner h1 strong {
    font-family: 'Louis';
    font-style: italic;
    font-weight: 700;
    color: #fff;
    display: block
}

.protfolio .protfolio-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: 400
}

.protfolio .protfolio-banner .banner-content {
    position: relative;
    height: 100%
}

.concesionario .concesionario-banner {
    background-image: url(images/concesionario-banner.jpg);
    width: 100%;
    height: 731px
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: 700;
    color: #fff;
    display: block;
    font-family: Louis;
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box .box {
    padding: 35px 30px 20px;
    background: #999;
    margin: 10px;
    max-width: 290px
}

.footer_form .padd_remove {
    margin: 0 auto;
    padding: 0
}

.left_banner img {
    width: 100%;
    max-width: 760px
}

.image_form .image_form_border {
    padding: 50px 40px
}

.info+.first_filed {
    margin-top: 0
}

.img-left {
    padding-right: 20px !important
}

.img-left .vc_column-inner {
    padding-top: 0 !important
}

.form-right .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important
}

div.wpcf7-response-output {
    margin: 0;
    display: none
}

.image_form .image_form_border .clearfix input+span,
.image_form .image_form_border .clearfix select+span {
    float: left;
    margin-left: 20px
}

.image_form .image_form_border .clearfix input+.departamento {
    margin-top: 5px
}

.links .profile {
    padding-left: 0
}

.banner-blk .wpb_wrapper .wpb_wrapper {
    padding-left: 0;
    margin-left: -20px
}

.banner-blk .wpb_wrapper .wpb_wrapper p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    padding-right: 25px;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper .wpb_wrapper p {
    display: block;
    color: #313131 !important
}

.three_colume .wpb_wrapper:hover .banner-blk {
    background-color: rgba(244, 188, 0, 0.8)
}

.hover-text.wpb_content_element {
    margin-bottom: 15px
}

.banner-blk .wpb_wrapper .wpb_wrapper::before {
    content: "";
    width: 0
}

.hover-btn.banner-vermas button,
.hover-btn.banner-vermas .vc_btn3 {
    margin-left: -20px;
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas button,
.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas .vc_btn3 {
    display: block;
    box-shadow: inherit !important;
    line-height: 1.5
}

.three_colume .wpb_wrapper:hover h4,
.three_colume .wpb_wrapper:hover h1 {
    color: #303030
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper:before {
    background-color: #303030
}

.carousel-inner .item {
    background-position: center bottom
}

#campana.item,
#campana2.item {
    background-position: center bottom
}

.hero-slider {
    width: 100%
}

.hero-slider .item {
    width: 100%;
    height: 725px;
    background-size: cover;
    background-position: center
}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
    height: 0
}

.col3-banner.row {
    margin: 0
}

.col3-banner ul {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: -80px 0 0
}

.col3-banner ul li {
    max-width: 400px;
    height: 550px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px
}

.help-blk {
    display: flex;
    margin: 60px 0 0
}

.help-blk .img-blk {
    width: 740px;
    height: 470px;
    float: left;
    flex: 0 0 40%;
    background-position: -10px center;
    background-repeat: no-repeat
}

.help-blk .help-form {
    background: #f3f5f6;
    padding: 20px;
    flex: 0 0 60%
}

.help-form .form-wrap {
    border: 1px solid #8c8d8e;
    height: 470px
}

.store-banner {
    text-align: center
}

.terms-policy-menu li {
    list-style: none
}

footer nav li a,
.terms-policy-menu li a span {
    color: #6d6c6c;
    position: relative !important
}

.site-footer .main-navigation,
.site-footer .main-navigation ul li {
    display: block
}

.site-footer .main-navigation ul li {
    float: none
}

.lbl-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #252525;
    flex-grow: 1;
    align-items: stretch
}

.site-footer {
    align-items: flex-start
}

.nav li a:after {
    content: "" !important
}

.main-navigation ul li a {
    font-size: 18px;
    font-family: 'Louis';
    font-weight: 700;
    text-transform: uppercase
}

ul#menu-primary-menu>li a {
    color: #fff
}

ul#menu-primary-menu ul.sub-menu li a {
    color: #3b3b3b
}

ul#menu-primary-menu ul.sub-menu li a:after {
    position: absolute;
    background-image: url(img/menu_arrow.png);
    width: 5px;
    height: 10px;
    transform: rotate(0deg);
    top: 40%
}

ul#menu-primary-menu ul.sub-menu li>ul li a:after {
    display: none
}

ul#menu-primary-menu ul.sub-menu li:hover,
ul#menu-primary-menu ul.sub-menu ul li {
    background-color: #d5d5d5
}

ul#menu-primary-menu ul.sub-menu .sub-menu li:hover {
    background-color: #c6c6c6
}

.main-navigation ul ul:after,
.main-navigation ul ul:before {
    border: 0
}

.carousel-indicators li {
    background-color: rgba(131, 131, 131, 0.5) !important;
    border: 0 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px !important
}

.carousel-indicators li.active {
    background-color: #f4bc00 !important
}

.image_form.Concesionarios.image_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form.Concesionarios.image_form h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: 400;
    font-style: normal
}

.image_form.Concesionarios.image_form .first_filed,
.image_form.Concesionarios.image_form .info,
.image_form.Concesionarios.image_form .city {
    margin-bottom: 15px;
    max-width: 740px;
    width: 100%
}

.image_form.Concesionarios.image_form input {
    width: 100%;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    float: none
}

.image_form.Concesionarios.image_form .first_filed br,
.image_form.Concesionarios.image_form .info br,
.image_form.Concesionarios.image_form .city br {
    display: none
}

.image_form.Concesionarios.image_form .first_filed input.left {
    float: left;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form .first_filed input.right {
    float: right;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form select {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    margin-top: 12px
}

.image_form.Concesionarios.image_form select.right {
    float: right
}

.Concesionarios_cta {
    width: 100%;
    max-width: 130px;
    padding-top: 80px
}

.image_form.Concesionarios.image_form .Concesionarios_cta input {
    font-weight: 700;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 100%;
    max-width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset;
    border: 2px solid #000;
    border-radius: unset
}

.image_form.Concesionarios.image_form .Concesionarios_cta input:hover,
.image_form.Concesionarios.image_form .Concesionarios_cta input:focus {
    background-color: #000;
    color: #fff;
    outline: none
}

.concesionario .concesionario-banner {
    background-image: url(../images/concesionario-banner.jpg);
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 23%;
    background-size: cover
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: 700;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: 400;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    max-height: 7.2em
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box {
    margin-top: -100px;
    margin-bottom: 100px
}

.concessionaire-box .carousel .carousel-inner {
    text-align: left
}

.concessionaire-box .carousel .carousel-inner .item .box {
    text-align: left
}

.concessionaire-box .box {
    padding: 35px 15px 20px;
    background: #f7f8f9;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    float: none
}

.concessionaire-box .box ul {
    padding: 0;
    margin-top: 10px
}

.concessionaire-box .box .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: 700;
    margin-top: 0
}

.concessionaire-box .box li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire-box .container {
    margin: 0 auto !important;
    padding: 0 !important
}

.concessionaire-box .box li .bullet {
    position: absolute;
    left: -15px;
    color: #acacac;
    font-size: 28px;
    top: -6px
}

.concessionaire-box .box li span {
    color: #acacac
}

.concessionaire-box .box li .cta_ver_mas {
    text-align: center;
    margin-top: 15px
}

.concessionaire-box .box li a {
    font-size: 18px;
    line-height: 22px;
    color: #666;
    text-decoration: none;
    word-break: break-all
}

.concessionaire-box .carousel-indicators {
    bottom: -60px;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: auto;
    margin-left: 0
}

.concessionaire-box .box:hover .bullet {
    color: #f6a900
}

.concessionaire-box .box:hover .cta_ver_mas a {
    color: #000;
    font-weight: 700
}

.concessionaire-box .carousel-indicators li {
    background-color: #dbdbdb
}

.concessionaire-box .carousel-indicators .active {
    background-color: #f4bc00
}

.series-header p,
.series-header p a {
    display: inline-block
}

.series-header p a {
    cursor: pointer
}

.series-header p {
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0
}

.series-header p+p {
    font: 16px Louis;
    color: #3b3b3b;
    text-transform: uppercase;
    float: right;
    margin-top: 8px;
    margin-right: 15px
}

.series-header {
    padding: 15px 0
}

.series-header p a .grid-icon {
    width: 29px;
    height: 27px;
    background: url(img/grid-icon.png) no-repeat center;
    display: block;
    margin: 0 18px
}

.series-list ul li i {
    width: 50%;
    display: inline-block;
    text-align: center
}

.series-list ul li i img {
    max-width: 100%
}

.series-list ul li {
    list-style: none;
    padding: 21px 0;
    cursor: pointer
}

.series-list ul li.active,
.series-list ul li:hover {
    background: #ebebeb
}

.modal-series-list.series-list ul li.active,
.modal-series-list.series-list ul li:hover {
    margin-right: 0
}

.series-list ul li p {
    display: inline-block;
    color: #2c2c2c;
    font: 20px Louis;
    text-transform: uppercase;
    width: 50%;
    vertical-align: middle
}

.series-list ul li p span {
    color: #4e4e4e;
    font: 16px Arial, Helvetica, sans-serif;
    text-transform: none;
    display: block
}

.series-list ul {
    padding-bottom: 5px;
    margin-left: 0
}

.series-list {
    border-bottom: 1px solid #d5d5d5;
    position: relative
}

.technlinfo ul {
    margin: 16px auto 35px;
    display: table;
    padding: 0;
    width: 100%;
    max-width: 1240px
}

.technlinfo ul li {
    width: 32.33%
}

.technlinfo ul li,
.technlinfo ul li i,
.technlinfo ul li p {
    display: inline-block
}

.technlinfo ul li i {
    width: 81px;
    height: 52px;
    text-align: center;
    margin-right: 5px
}

.technlinfo ul li p {
    display: inline-block;
    color: #4e4e4e;
    font: 20px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 75%
}

.technlinfo ul li p span {
    color: #2c2c2c;
    font: 24px/2 louis;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: 700
}

.title-black,
.title-white {
    color: #000;
    font: 45px Louis;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #f4bc00;
    display: table;
    padding: 0
}

.title-white {
    color: #fff
}

.infoblock p {
    color: #5a5a5a;
    font: 16px/22px arial;
    letter-spacing: .01em;
    margin-top: 40px
}

.section-content-img .infoblock {
    background: #f7f8f9
}

.section-content-img .infoblock,
.section-content-img .imageblock {
    width: 50%;
    float: left;
    background-repeat: no-repeat !important
}

.section-content-img .infoblock {
    padding-left: 15px
}

#myCarousel {
    margin-bottom: 65px
}

@media screen and (min-width: 1367px) {
    .imageblock {
        height: 70vh !important;
        min-height: 60vh !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 480px) {
    .imageblock {
        height: 50vh !important;
        min-height: 270px !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

.imageblock {
    height: 70vh !important;
    min-height: 450px !important;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat
}

.infoblock .infowrap {
    max-width: 500px;
    float: right;
    margin-right: 8em
}

.section-content-img {
    display: flex;
    align-items: center;
    background: #f7f8f9
}

.product-advantage {
    padding: 70px 0
}

.product-advantage ul {
    display: table;
    margin: 75px auto 0
}

.product-advantage h2 {
    margin: 0 auto
}

.product-advantage ul li {
    list-style: none;
    display: inline-block
}

.product-advantage ul li i {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 1%;
    text-align: center;
    height: 117px
}

.product-advantage ul li h3 {
    color: #2c2c2c;
    font: 28px Louis;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    margin: 20px auto
}

.product-advantage ul li p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    letter-spacing: .012em;
    padding: 0 15px
}

.product-advantage ul li p strong {
    font-weight: 700
}

.charastics-sctn {
    background: #000
}

.col1-blk {
    width: 80%;
    margin: 0 auto
}

.col2-blk {
    width: 50%;
    float: left
}

.charastics-sctn {
    padding-top: 45px;
    margin-bottom: 200px
}

.col2-right label,
.yellow-btm label {
    color: #fff;
    font: 28px Louis;
    font-style: italic;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 1px
}

.col2-right {
    padding-right: 1em
}

.col2-right p,
.yellow-btm p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em
}

.charastics-sctn .yellow-btm {
    padding-bottom: 10px;
    padding-top: 120px;
    display: none
}

.yellow-btm label,
.yellow-btm p {
    color: #050606;
    line-height: normal
}

.charastics-sctn .yellow-btm>.container {
    width: 600px !important
}

.charastics-sctn .black-blk {
    position: relative;
    border-bottom: thin solid #000
}

.charastics-sctn .black-blk:after {
    content: "";
    background: url(img/transperent-triangle1.png) no-repeat center;
    position: absolute;
    left: 0;
    bottom: -198px;
    width: 100%;
    height: 246px;
    background-size: 100% 154px
}

.cabindesign-blk .col2-blk+.col2-blk {
    padding-left: 40px;
    padding-top: 80px;
    order: 1
}

.cabindesign-blk .col2-blk .content-wrap {
    max-width: 480px
}

.cabindesign-blk .col2-blk .content-wrap p {
    color: #5a5a5a;
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    margin-top: 50px
}

.cotiza-banner .title-white {
    font-style: italic;
    font-size: 70px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8)
}

.cotiza-banner p {
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: .018em;
    color: #fff;
    margin: 20px 0
}

.btn-quote {
    width: 144px;
    height: 44px;
    border: 2px solid #f4bc00;
    color: #f4bc00 !important;
    display: table;
    text-align: center;
    font: 20px Louis;
    font-style: italic;
    font-weight: 700;
    line-height: 2;
    text-decoration: none !important
}

.btn-quote:hover {
    background-color: #f4bc00;
    color: #000 !important;
    outline: none
}

.cotiza-banner {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin: 30px 0 20px;
    display: table\0;
    width: 100%\0;
    padding-top: 20px\0
}

.yellow-strip {
    background: url(img/yellow-strip.png) no-repeat center;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 11
}

.yellow-strip p {
    color: #2c2c2c;
    font: 28px Louis;
    font-weight: 700;
    margin: 25px 0 0
}

.modal-img iframe {
    width: 100%;
    height: 650px
}

section#conoce_div {
    margin-bottom: 39%
}

.modal-img {
    position: relative
}

#seriesCarousel .carousel-item {
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.series-listblk {
    position: relative
}

.series-hero-blk .series-slider,
.series-hero-blk .series-listblk {
    float: left
}

.series-hero-blk .series-slider {
    width: calc(100% - 480px)
}

.series-hero-blk .series-listblk {
    width: 480px
}

.technlinfo {
    clear: left
}

.series-slider,
.series-listblk {
    padding: 0 !important
}

#seriesCarousel .top-caption h1 {
    color: #fff;
    font: 60px Louis;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin-top: 40px
}

#seriesCarousel .top-caption {
    position: relative
}

#seriesCarousel .top-caption h1 span {
    font: 25px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none
}

.right-caption {
    width: 200px;
    position: absolute;
    top: 0;
    left: calc(100% - 230px) !important;
    right: inherit;
    padding-top: 75px !important;
    line-height: 25px
}

.right-caption .model-caption-btn {
    width: 200px;
    min-height: 35px;
    color: #fefefe;
    border: 2px solid #fefefe;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    z-index: 1;
    text-transform: uppercase
}

.right-caption p {
    text-align: left;
    color: #fefefe;
    font: 18px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase
}

.right-caption a {
    color: #fefefe;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: normal !important;
    margin-bottom: 10px;
    text-decoration: none !important
}

.right-caption.right-top {
    max-height: 230px
}

.right-caption a.last-caption-btn {
    position: absolute;
    bottom: 4px
}

.right-caption a:hover,
.right-caption a:focus,
.right-caption a.active {
    background-color: #fafafa;
    color: #4d4d4d;
    text-shadow: 0 0 0 !important;
    overflow: hidden;
    outline: none
}

.carousel-item {
    position: relative
}

#seriesCarousel .carousel-indicators {
    border-top: 2px solid #f5b200;
    display: table;
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 40px;
    left: inherit;
    right: 0
}

.series-list.scrollbox {
    overflow: auto;
    height: 520px;
    width: 97%
}

#PortfolioTab {
    margin-left: 0 !important
}

#PortfolioTab .nav-item {
    width: 50%;
    text-align: center
}

#PortfolioTab li a {
    color: #3b3b3b;
    font: 18px Louis;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin: 0
}

#PortfolioTab li {
    position: relative;
    background: #dbdbdb;
    margin: 0;
    list-style: none
}

#PortfolioTab li:not(.active) a:hover {
    color: #fff
}

#PortfolioTab li.active a {
    font-weight: 700
}

#technlspctnTab {
    margin-left: 0;
    border: 0
}

#technlspctnTab li a {
    color: #898989;
    font: 27px Louis;
    font-weight: 700;
    font-style: italic;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 5px solid transparent
}

.technl-tab-blk .nav-tabs>li>a {
    border: 0
}

#technlspctnTab li.active a {
    color: #2c2c2c
}

#technlspctnContent .tab-pane {
    background-color: #f7f8f9;
    min-height: 670px
}

.technl-tab-blk {
    margin-top: 60px
}

#technlspctnContent .tab-pane ul {
    display: table;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0
}

#technlspctnTab li.active a {
    background: #f7f8f9 !important;
    border: 0;
    border-top: 5px solid #d8d5d5
}

#technlspctnTab li:hover a {
    background: #898989 !important;
    border: 0;
    color: #fff;
    border-top: 5px solid #f4bc00
}

.tab-pane ul li {
    list-style: none
}

#technlspctnContent ul li .left {
    clear: left;
    padding-left: 20px
}

#technlspctnContent ul li .left p,
#technlspctnContent ul li .right p,
#technlspctnContent ul li .center p {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #1d1d1b;
    margin: 0
}

#technlspctnContent ul li .right p,
#technlspctnContent .tab-pane ul li .center p {
    color: #1d1d1b;
    font-weight: 400
}

#technlspctnContent ul li {
    display: table;
    width: 100%;
    border-bottom: 3px solid #c3c3c3;
    padding: 11px 0
}

.technlspctn-blk {
    margin: 60px 0 30px
}

.cabindesign-blk,
.technlspctn-blk {
    display: table;
    width: 100%
}

p.paddingleft6 {
    padding-left: 6em
}

p.paddingleft13 {
    padding-left: 13em
}

#TransmisionTabCont ul li .right p {
    text-align: center
}

#technlspctnContent #ChasisTabCont ul {
    max-width: 1028px
}

.cabindesign-blk {
    background: #f7f8f9;
    padding-bottom: 0;
    margin-top: 150px;
    display: flex;
    align-items: center
}

.concessionaire_popup {
    margin-top: -130px
}

.concessionaire_popup .back_btn a {
    font-size: 20px;
    font-family: "Louis";
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    position: relative;
    left: 20px;
    text-transform: uppercase
}

.concessionaire_popup .back_btn a:before {
    background-image: url(img/back_arrow.png);
    width: 13px;
    height: 22px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: -20px;
    top: 13%
}

.concessionaire_popup .pop_up_box {
    background-color: #f7f8f9;
    margin-top: 40px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content .main_heading {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #666;
    font-weight: 700;
    font-style: italic
}

.concessionaire_popup .pop_up_content {
    padding: 35px 100px 105px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 35px
}

.concessionaire_popup .pop_up_content .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: 700;
    padding-top: 25px
}

.concessionaire_popup .pop_up_content li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire_popup .pop_up_content li .bullet {
    position: absolute;
    left: 0;
    color: #acacac
}

.concessionaire_popup .pop_up_content li span {
    color: #666
}

.concessionaire_popup .pop_up_content a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.concessionaire_popup .pop_up_content .padd_remove {
    padding-left: 0;
    padding-right: 0
}

.cabindesign-blk .col2-blk {
    float: right;
    padding-left: 40px;
    padding-top: 80px;
    order: 2
}

.btn360 {
    margin-top: 8px;
    font: 4.6875vw Louis;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    background: #2c2c2c;
    width: 36.875vw;
    height: 7.65625vw;
    text-align: center;
    display: block;
    line-height: 1.8
}

#Contact_Secetion_2 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    height: 650px;
    float: none
}

#Contact_Secetion_2 .sub_contant {
    margin: 20% 10% 0 0;
    width: 100% !important;
    max-width: 460px !important;
    float: right;
    z-index: 1
}

#Contact_Secetion_2 .contact_title {
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container .wpb_content_element {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#Contact_Secetion_2 .contact_title p {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 60px;
    font-style: italic;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    line-height: 60px
}

.contact_title_desciption p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    margin-top: 20px
}

.Contact_Secetion_3_left.sub_container {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    text-transform: uppercase
}

.contact_first br,
.contact_two br,
.contact_three br,
.contact_four br,
.contact_five br {
    display: none
}

.contact_first,
.contact_two,
.contact_three,
.contact_four,
.contact_five {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.contact_first input,
.contact_two input {
    width: 48%;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    line-height: 25px\0;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    float: left
}

.contact_first input.contact_first_left {
    margin-right: 4%
}

.contact_first input+span,
.contact_two input+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_two input.contact_three_left {
    margin-right: 4%
}

#Contact_Secetion_3 .Contact_Secetion_3_left {
    float: right;
    text-align: left
}

.sub_container.Contact_Secetion_3_right {
    float: left
}

.Contact_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 25px
}

.contact_three {
    background-color: #f2f4f6
}

.contact_three select.contact_three_left {
    margin-right: 4%
}

.contact_three select {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    line-height: 25px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    padding-right: 43px
}

.contact_three select option {
    color: #515151
}

select::-ms-expand {
    display: none
}

#your-name-error,
#your-email-error {
    width: 45%;
    margin-right: 5%
}

.contact_three select+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_three select p {
    width: 45%;
    margin: 0 auto
}

.contact_four select {
    width: 100%;
    max-width: 620px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f2f4f6;
    -moz-appearance: none !important;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url(img/form_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center
}

.contact_five input {
    width: 100%;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    line-height: 28px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #f2f4f6;
    max-width: 650px
}

#Contact_Secetion_3 .image_form_contact {
    position: relative;
    background: #f2f4f6;
    height: 415px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding-top: 15px
}

#Contact_Secetion_3 .vc_column-inner {
    padding: 0
}

#Contact_Secetion_3 .image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 0
}

#Contact_Secetion_3 input.button {
    width: 130px;
    height: 40px;
    border: 2px solid #000;
    margin: 0 0 50px;
    background-color: #f3f5f6;
    color: #312b2b;
    border-radius: 0;
    margin-top: 25px
}

#Contact_Secetion_3 input.button:hover {
    background-color: #000;
    color: #FFF
}

.content-area .sub_container {
    width: 50%;
    padding: 0 0 0 60px;
    margin: 2% 0 0
}

.Contact_Secetion_3_left>.vc_column-inner {
    max-width: 500px
}

.content-area .sub_container h1 {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    margin: 0 auto;
    padding: 0
}

.content-area .sub_container .wpb_content_element {
    margin: 0 0 25px
}

.content-area .sub_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    font-weight: 400;
    margin: 0 0 30px;
    text-transform: none
}

.content-area .sub_container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #4e4e4e;
    font-weight: 700;
    margin: 0 0 20px
}

.content-area .sub_container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: 400;
    font-style: italic;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 0
}

button.mobile_cta {
    display: none !important
}

h4.mobile_form_txt {
    display: none !important
}

.terms-condition-banner {
    background-image: url(../images/terms-condition-banner.jpg);
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover
}

.terms-condition-detail .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.terms-condition-detail .terms-condition-box {
    background-color: #fff;
    display: table;
    width: 100%;
    margin: -105px auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content {
    padding: 30px 35px 40px 60px;
    display: table;
    width: 100%;
    margin: 0 auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
    font-size: 45px;
    line-height: 50px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_sub_title {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_description {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.modal_video .modal-dialog {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 50px auto !important;
    padding: 0 !important
}

.modal_video .modal-dialog .close {
    float: left;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog .close:hover {
    float: left;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog button {
    outline: none
}

.modal_video .modal-dialog .video {
    margin: 30px 0
}

.modal_btn .modal-dialog {
    width: 100% !important;
    max-width: 822px !important;
    margin: 125px auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog .modal-content {
    border-radius: 0
}

.modal_btn .close {
    right: 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal_btn .close:hover {
    right: 0;
    font-size: 45px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal-dialog_form_sucess .close,
.modal-dialog_form_sucess .close:hover {
    color: #f4bc00
}

.modal_btn .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    background-color: #f4bc00;
    width: 100%;
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    width: 100%;
    margin: 0;
    letter-spacing: 1px
}

.modal_btn .modal-dialog .modal-content .modal-body {
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-body p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Arial';
    color: #3b3b3b;
    width: 100%;
    text-align: justify
}

#seriesmodel {
    background: rgba(255, 255, 255, 0.95)
}

.series_modal .btn-header {
    display: flex;
    justify-content: center
}

.series_modal .tab-btn {
    color: #3b3b3b;
    font: 18px Louis;
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 236px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.series_modal .tab-btn .down-icon {
    margin-left: 15px
}

.series_modal .tab-btn.active {
    background: #f4bc00;
    color: #fff;
    border-color: #f4bc00
}

.series_modal .tab-btn-right {
    position: absolute;
    right: 0;
    display: none
}

.modal-series-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.modal-series-list {
    border: 0
}

.modal-series-list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    border-right: 2px solid #ebebeb;
    min-height: 173px;
    vertical-align: middle
}

.modal-series-list ul li:nth-child(3n+0) {
    border: 0
}

.modal-series-list li p,
.modal-series-list li i {
    padding: 0 10px;
    margin: 0
}

.series_modal .close {
    color: #212121 !important
}

#campana .container .sub_contant,
#campana2 .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 760px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 100%;
    max-width: 715px
}

#campana .container .sub_contant .left,
#campana2 .container .sub_contant .left {
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left
}

#campana .container .sub_contant .left a,
#campana2 .container .sub_contant .left a,
#campana .container .sub_contant .left a:focus,
#campana2 .container .sub_contant .left a:focus {
    box-shadow: inherit !important;
    outline: 0 !important
}

#campana .container .sub_contant .left a img,
#campana2 .container .sub_contant .left a img {
    position: static
}

#campana .container .sub_contant .right,
#campana2 .container .sub_contant .right {
    width: 100%;
    max-width: 510px;
    height: auto;
    float: right
}

#campana .container .sub_contant .right h2,
#campana2 .container .sub_contant .right h2 {
    font-family: "Louis";
    font-size: 35px;
    line-height: 50px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase
}

#campana .container .sub_contant .right h5,
#campana2 .container .sub_contant .right h5 {
    font-family: "Arial";
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f5b200
}

#campana .container .sub_contant .right h5 span,
#campana2 .container .sub_contant .right h5 span {
    display: block
}

.page-id-150 .carousel-indicators {
    bottom: 30%;
    left: 56%;
    right: inherit;
    position: absolute;
    width: auto;
    max-width: 510px
}

#campana .container .sub_contant .cta,
#campana2 .container .sub_contant .cta {
    width: 160px;
    height: 42px;
    border: 2px solid #f4bc00;
    display: none
}

#campana .container .sub_contant .cta a,
#campana2 .container .sub_contant .cta a {
    font-family: "Louis";
    font-size: 25px;
    line-height: 38px;
    display: none;
    text-decoration: none
}

#campana .container .sub_contant .cta a:hover,
#campana2 .container .sub_contant .cta a:hover {
    background-color: #f4bc00;
    color: #2f2f2f;
    display: none
}

.image_form_campana {
    background: #f3f5f6;
    height: 475px
}

.image_form_campana .image_form_border {
    padding: 30px 40px
}

.image_form_campana h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: 700;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form_campana h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: 400;
    font-style: normal
}

.image_form_campana input.name {
    width: 345px;
    float: left;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.tele {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.email {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 25px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana .image_form_border .clearfix input+.departamento {
    margin-top: 13px
}

.image_form_campana .image_form_border .clearfix input+span,
.image_form_campana.image_form_border .clearfix select+span {
    float: none;
    margin-left: 20px
}

.image_form_campana .first_filed {
    margin-top: 30px;
    max-width: 768px;
    width: 100%
}

.image_form_campana .second_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed select.adress {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .last_filed select.vehicle {
    width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .image_form_border .last_filed.clearfix select+.departamento {
    float: none;
    margin-left: 20px
}

.image_form_campana input.button {
    font-weight: 700;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset
}

.image_form_campana input.button:hover {
    background-color: #000;
    color: #fff
}

.two_colume {
    margin-bottom: 50px
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.family-hero-banner {
    height: 530px;
    position: relative
}

.family-hero-banner .wpb_wrapper {
    position: absolute;
    bottom: 70px;
    left: calc(100% - 940px)
}

.family-hero-banner .wpb_wrapper h1 {
    color: #fff;
    font: 50px Louis;
    font-style: italic;
    max-width: 580px;
    text-transform: initial
}

.family-hero-banner .wpb_wrapper h6 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #fcfbfa;
    background-color: #cdcbcb54;
    padding: 5px;
    border-radius: 5px;
    max-width: max-content
}

.family-hero-banner .wpb_wrapper h1 strong {
    display: block
}

.famlyN-cont {
    margin: 0 auto !important;
    float: none !important
}

.famlyN-cont p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    margin-top: 35px
}

#PortfolioTab {
    border-bottom: 4px solid #f5bf0d
}

.family-moters-blk {
    background: #f7f8f9;
    padding-bottom: 130px
}

.family-moters-blk .container {
    margin: 0 auto !important;
    display: flex;
    align-items: center
}

.family-moters-blk .left-content {
    padding-top: 30px
}

.family-moters-blk .wpb_single_image {
    float: left;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    background: #e6e6e6;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.family-moters-blk .wpb_single_image h2 {
    color: #2c2c2c;
    font: 16px Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    left: 0
}

.family-moters-blk .container .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.family-moters-blk .right-content {
    padding-top: 50px;
    float: right;
    order: 2
}

.family-moters-blk .left-content {
    order: 1
}

.family-moters-blk .right-content h2 {
    margin: 0
}

.family-moters-blk .right-content .wpb_wrapper ul {
    margin-left: 0
}

.family-moters-blk .right-content .wpb_wrapper ul li {
    margin-top: 50px;
    position: relative;
    padding-left: 10px;
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a
}

.family-moters-blk .right-content .wpb_wrapper p {
    margin-top: 50px
}

.family-moters-blk .right-content .wpb_wrapper ul li:before {
    content: "";
    border-left: 8px solid #f5bf0d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px
}

.family-moters-blk figure img {
    max-height: 325px;
    width: auto !important;
    margin: 0 auto;
    padding: 0 15px 15px;
    padding-top: 55px\0
}

.prod-advantage {
    display: flex;
    align-items: center
}

.prod-advantage .left-col {
    padding-top: 55px
}

.prod-advantage .left-col>.vc_column-inner {
    max-width: 510px;
    position: relative;
    left: 22em
}

.prod-advantage .left-col>.vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 0
}

.prod-advantage .left-col .title-black {
    line-height: 55px
}

.prod-advantage .left-col p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    margin-top: 30px
}

.prod-advantage .left-col p strong {
    font-weight: 700
}

.prod-advantage .right-col img {
    margin-top: 20px
}

.distance-blk {
    background: #131414;
    padding: 50px 0 0;
    margin-top: 25px
}

.vc_row-has-fill.distance-blk {
    background-position: center bottom !important;
    padding-bottom: 105px
}

.distance-blk .container {
    margin: 0 auto !important;
    float: none;
    text-align: center
}

.distance-blk .title-white {
    margin-left: auto;
    margin-right: auto
}

.distance-blk p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    text-align: left;
    margin: 50px auto;
    max-width: 790px
}

.distance-blk .container .vc_column-inner .wpb_wrapper {
    margin: 0 auto
}

.distance-blk .container .wpb_single_image {
    text-align: center;
    margin-bottom: 85px
}

.family-btm-video {
    height: 690px
}

.family-video-wrap {
    margin-bottom: 50px
}

.family-btm-video .vc_column-inner {
    height: 100%
}

.family-btm-video iframe {
    width: 100%;
    height: 690px !important
}

.family-btm-video .play-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer
}

.family-contact-left .vc_column-inner {
    height: 473px
}

.family-contact-blk {
    margin: 40px 0
}

.frenos-blk .container {
    float: none
}

.frenos-col-wrap .vc_col-sm-4 h2 {
    color: #2c2c2c;
    font: 26px Louis;
    font-weight: 700;
    font-style: italic
}

.frenos-col-wrap .vc_col-sm-4 p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: .012em;
    margin-top: 20px
}

.frenos-col-wrap .vc_col-sm-4 {
    padding-right: 20px;
    float: none;
    display: inline-block
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image {
    min-height: 165px;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image img {
    position: relative;
    z-index: 2;
    max-width: 350px\0;
    max-height: 165px !important;
    width: auto
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    color: #2c2c2c;
    font: 163px Louis;
    font-weight: 700;
    opacity: .12;
    top: -80px;
    z-index: 1
}

.frenos-col-wrap {
    margin-top: 80px
}

.frenos-blk {
    padding-bottom: 40px
}

div.wpcf7-mail-sent-ok {
    border: none
}

.error404 {
    background-image: url(img/erro_404_bg.jpg);
    background-repeat: no-repeat;
    background-color: #f4bc00
}

.error404 .site {
    background-color: unset
}

.error404 .page-header {
    border: none
}

.error404 .page-content .error_containe {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.error404 .page-content .error_containe h1 {
    margin: 100px 0 0;
    padding: 0;
    font-family: 'Louis';
    font-size: 140px;
    color: #565656;
    line-height: 140px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    position: relative
}

.error404 .page-content .error_containe span {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 29%
}

.error404 .page-content .error_containe .error_bottom_con {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    top: 80%
}

.error404 .page-content .error_containe .error_bottom_con p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f
}

.error404 .page-content .error_containe .error_bottom_con button {
    width: 100%;
    max-width: 260px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #000;
    font-family: 'Louis';
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    font-style: italic;
    line-height: 5px;
    margin: 40px 0 0;
    outline: none
}

.error404 .page-content .error_containe .error_bottom_con button:hover,
.error404 .page-content .error_containe .error_bottom_con button:focus {
    background-color: #1f1f1f;
    color: #fff;
    outline: none;
    border: 2px solid #1f1f1f
}

.error404 .cotiza-banner {
    display: none
}

.error404 .footer {
    display: none
}

#PortfolioTab .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1
}

#PortfolioTab li:first-child.nav-item.active:before {
    right: -50px;
    border-left: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab li+li.nav-item.active:before {
    left: -50px;
    border-right: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab>li.active>a,
#PortfolioTab>li.active>a:focus,
#PortfolioTab>li.active>a:hover {
    background-color: #fff !important
}

#PortfolioTab>li.active>a {
    padding-top: 15px;
    padding-bottom: 12px
}

#PortfolioTab .nav-item.active {
    margin-top: -7px !important;
    height: 50px;
    background-color: #f5bf0d !important
}

.site-content #PortfolioTab .nav>li>a:focus,
.site-content .nav>li>a:hover {
    background-color: #dbdbdb !important
}

#PortfolioTab li a:hover,
#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    background-color: #a1a2a2 !important
}

#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    color: #fff
}

#PortfolioTab li.active:hover:before {
    border-left-color: #a1a2a2 !important;
    border-right-color: #a1a2a2 !important
}

.carousel-col4Desktop.owl-carousel .owl-item img {
    width: auto;
    display: table;
    margin: 0 auto;
    max-height: 100% !important
}

.carousel-col4Desktop .owl-stage-outer .owl-stage {
    margin: 0 auto
}

.carousel.slide .item::before,
.concesionario-banner:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 100% auto;
    width: 100%;
    height: 100%
}

#Contact_Secetion_2:before {
    height: 650px\0 !important
}

.carousel.slide:after,
.concesionario-banner:after,
#Contact_Secetion_2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(img/banner-btm-shadow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 0
}

#myCarousel_2.carousel.slide:after {
    background-image: inherit !important
}

.carousel.slide:before,
.concesionario:before,
#Contact_Secetion_2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(img/top-shadow.png);
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 1
}

.onlyfordesktop#Contact_Secetion_2:before {
    background-size: 0 !important
}

#Contact_Secetion_2 {
    position: relative
}

#Contact_Secetion_2:before {
    height: 100em;
    max-height: 650px
}

.concesionario-banner:after {
    background-position: bottom center
}

#seriesCarousel.carousel.slide:after,
.page-template-concesionarios .carousel.slide:after,
.concessionaire-box .carousel.slide:before {
    content: inherit;
    content: initial
}

#SeriesTabCont .carousel.slide .item::before,
.concessionaire-box .carousel.slide:before {
    background-color: rgba(0, 0, 0, 0) !important
}

.concesionario-banner {
    position: relative
}

.footer {
    clear: both;
    padding-top: 35px
}

.series-slider {
    position: relative
}

.wpcf7-form label.error {
    padding: 0;
    margin: 0 auto;
    max-width: none;
    display: inline-block;
    float: none
}

.first_filed br,
.info br {
    display: none
}

.info span.wpcf7-not-valid-tip {
    position: absolute;
    margin: 0 auto !important;
    font-size: 15px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #namesname-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #telefono-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #emailadd-error {
    position: absolute;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    line-height: 14px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.info #ciudaddata-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #departamento-error {
    position: absolute;
    top: auto;
    bottom: -35%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed.last_filed #messagetext-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 39px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.contact_first #namesname-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_first #emailadd-error {
    position: absolute;
    top: 55%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis'
}

.contact_two #celular-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_two #telefono-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #departamentos-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #ciudad-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_four #tipo_de_solicitud-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_five #detaila_tu_solicitud-error {
    position: absolute;
    top: 100%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

div.wpcf7-mail-sent-ng {
    border: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    display: none !important
}

.left-btm-img {
    margin-bottom: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-top: 55px;
    z-index: 1
}

.home_page.container {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important
}

.concessionaire-box .box ul li p,
.concessionaire-box .box ul li,
.concessionaire-box .box ul li a,
.concessionaire_popup ul li p,
.concessionaire_popup ul li a,
.concessionaire_popup ul li {
    font: 15.5px Arial, Helvetica, sans-serif;
    color: #262626
}

.concessionaire_popup ul li p {
    margin-bottom: 0;
    line-height: 1.5
}

.concessionaire_popup ul li a {
    margin-bottom: 8px;
    display: block
}

.concessionaire-box .box ul li a,
.concessionaire_popup ul li a,
.concessionaire_popup ul li a:focus {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    outline: none
}

.concessionaire-box .box ul li p {
    margin-bottom: 5px
}

.concessionaire-box .box ul li p+p {
    color: #666
}

.concessionaire-box .carousel .item:before {
    background-color: transparent
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important
}

.download .left-verticle-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer_form .left_banner {
    height: 473px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer_form_left {
    padding-left: 0 !important
}

.footer_form_right {
    padding-right: 0 !important
}

.modal_btn .modal-dialog_form_sucess {
    width: 100% !important;
    max-width: 334px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog_form_sucess .modal-content_form_sucess .modal-header_form_sucess {
    background-color: #f4bc00;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    position: relative
}

.modal-header_form_sucess:after {
    content: '';
    position: absolute;
    background-image: url(images/form_pop_msg.png);
    width: 94px;
    height: 94px;
    top: -50px;
    left: auto;
    right: 120px
}

.modal-content_form_sucess h4 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px
}

.modal-content_form_sucess {
    background-color: #fff
}

.modal-content_form_sucess h3 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px;
    font-weight: 700;
    font-style: italic;
    width: 100%;
    max-width: 200px;
    padding-bottom: 35px
}

.concessionaire_popup {
    z-index: 1;
    position: relative;
    margin-bottom: 50px
}

.breadcrumb span {
    color: #3b3b3b;
    font: 16px Louis;
    font-style: italic;
    position: relative;
    text-transform: uppercase
}

.breadcrumb span~span {
    padding-left: 10px;
    margin-left: 5px
}

.breadcrumb span:last-child span {
    box-shadow: 0 0 0 #3b3b3b;
    border-bottom: 1px solid #000
}

.breadcrumb {
    margin-top: 77px;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f4f4f4 !important
}

#PortfolioTab {
    margin-top: 0 !important
}

.cta_ver_mas a {
    font-weight: 700;
    font-style: italic !important
}

.feature-piller-wrap {
    margin: -135px 0 58px
}

.feature-piller-wrap .container ul {
    display: table;
    width: 100%;
    margin-bottom: 0
}

.feature-piller-wrap .piller-blk {
    position: relative;
    overflow: hidden
}

.feature-piller-wrap .piller-blk .background-layer {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.cloud {
    position: absolute;
    bottom: 0
}

.yellow-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(244, 188, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.piller-blk:hover .yellow-overlay {
    opacity: 1
}

.piller-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px
}

.pillercontainer {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3)
}

.piller-info h2 {
    font-family: "Louis" !important;
    font-size: 25px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid #f4bc00;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.piller-info p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: .01em;
    display: none;
    margin-bottom: 20px
}

.piller-info .vermas-btn {
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: 700;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none;
    text-align: center;
    text-decoration: none;
    box-shadow: inherit
}

.piller-blk:hover .vermas-btn,
.piller-blk:hover p {
    display: block
}

.piller-blk:hover h2 {
    color: #2f2f2f;
    text-shadow: 0 0 0;
    border-color: #303030
}

.piller-info .piller-title {
    position: relative
}

.piller-blk:hover .piller-info .piller-title:before {
    background-color: #303030
}

.navbar-static-top {
    top: -80px
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.2)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@-webkit-keyframes zoomBanner {
    from {
        background-size: 125% auto;
        background-position: center
    }
    to {
        background-size: 100% auto;
        background-position: center
    }
}

@keyframes zoomBanner {
    from {
        background-size: 125% auto;
        background-position: center
    }
    to {
        background-size: 100% auto;
        background-position: center
    }
}

.carousel-inner .item.animation {
    -webkit-animation: zoom .8s;
    animation: zoom .8s
}

.single-serie .carousel-inner .item.animation,
.tax-model .carousel-inner .item.animation,
.page-template-buses .carousel-inner .item.animation,
.tax-buses .carousel-inner .item.animation,
.single-bus .carousel-inner .item.animation {
    -webkit-animation: zoom 0;
    animation: zoom 0
}

.concesionario-banner.animation,
#Contact_Secetion_2.animation {
    -webkit-animation: zoomBanner .8s;
    animation: zoomBanner .8s
}

.frenos-col-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-inline-box;
    display: block;
    display: -ms-inline-grid;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex
}

.page-id-1030 .cabindesign-blk {
    display: none
}

.page-id-1030 #conoce_div,
.page-id-1186 #conoce_div,
.page-id-1194 #conoce_div {
    margin-bottom: 0
}

.series-list li a {
    display: block
}

.carousel-caption.right-caption.onlyfordesktop {
    padding-left: 14px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    align-content: center;
    height: calc(100% - 4px)
}

#PortfolioTabContent .carousel-caption {
    z-index: 1\0
}

@media screen and (max-width: 1366px) and (min-width: 990px) {
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important;
        background-position: left -70px !important;
        background-size: auto 500px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .technlinfo ul li p {
        font-size: 15px !important
    }
    #technlspctnContent img {
        width: 100%
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .famlyN-cont p,
    .famlyN-cont p,
    .famlyN-cont p {
        font-size: 18px !important
    }
    .home_page .carousel .item,
    .terms-condition-banner {
        height: 486px;
        background-size: cover !important
    }
    .terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
        font-size: 34px
    }
    .navbar-inverse .navbar-nav li a {
        padding-top: 13px;
        font-size: 12px !important;
        font-weight: 200 !important
    }
    .sub-menu .dropdown-toggle:after {
        top: -22px !important
    }
    .sub-menu .dropdown-toggle.toggled-on:after {
        top: -24px !important
    }
    .logo {
        width: 220px !important
    }
    .home_page .carousel-caption .container .sub_contant {
        max-width: 40vw !important
    }
    .page-id-150 .home_page .carousel-caption .container .sub_contant {
        max-width: 760px !important
    }
    .home_page .sub_contant h1 span,
    .home_page .sub_contant h1 {
        font-size: 24px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    section.home_page .carousel-indicators {
        top: 63% !important
    }
    .home_page .sub_contant .cta {
        margin-top: 75px !important
    }
    .glyphicon-chevron-left:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .glyphicon-chevron-right:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .container {
        max-width: 70% !important
    }
    .home_page .sub_contant .cta {
        width: 135px !important;
        height: 32px !important
    }
    .home_page .sub_contant .cta a {
        line-height: 27px !important;
        font-weight: 200 !important
    }
    .piller-info h2 {
        font-size: 20px !important;
        font-weight: 80 !important;
        padding-left: 15px !important;
        border-left: 2px solid #f4bc00 !important;
        margin-bottom: 13px !important
    }
    .piller-blk:hover h2 {
        border-left: 2px solid #000 !important
    }
    .piller-info {
        padding: 20px !important;
        font-size: 14px !important
    }
    .piller-info .vermas-btn {
        color: #2f2f2f !important;
        font-family: "Louis" !important;
        font-weight: 700 !important;
        font-style: italic !important;
        font-size: 15px !important;
        color: #2f2f2f !important;
        width: 50% !important;
        height: 26px !important
    }
    select.vehicle {
        height: 36px !important;
        height: 20px\0 !important;
        border-bottom: 1px solid #a1a2a2 !important;
        margin-top: 0;
        margin-top: 10px\0;
        line-height: 35px;
        color: #515151
    }
     ::placeholder {
        font-size: 16px !important
    }
     :-ms-input-placeholder {
        font-size: 16px !important;
        line-height: 38px !important
    }
    .image_form h5 {
        font-size: 18px !important
    }
    .contact_three select,
    .contact_three select.contact_three_left {
        font-size: 13px\0 !important
    }
    .image_form .image_form_border {
        padding: 15px 10px !important
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.image_form {
        height: 380px;
        height: 355px\0
    }
    .footer_form .left_banner {
        height: 370px !important;
        background-size: cover !important
    }
    .image_form h6 {
        width: 85% !important;
        margin: 0 0 25px !important;
        font-family: "arial" !important;
        font-size: 13px !important;
        line-height: 15px !important
    }
    .image_form input {
        border-bottom: 1px solid #a1a2a2 !important
    }
    input.button {
        font-size: 20px !important;
        height: 26px !important;
        margin: 10px 0 20px !important;
        height: 40px !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #000 !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .legal h5,
    .footer_con .number {
        font-family: 'Louis';
        font-size: 10px !important;
        padding: 0 0 0 45px
    }
    .service ul li a,
    .profile ul li a {
        font-size: 10px !important;
        line-height: 20px !important
    }
    .footer_con {
        padding-bottom: 30px !important
    }
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 14px !important
    }
    .breadcrumb span {
        font: 14px Louis !important;
        font-style: italic !important
    }
    .breadcrumb {
        margin-top: 56px;
        margin-bottom: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .family-hero-banner {
        position: relative
    }
    .family-hero-banner .wpb_wrapper h1 {
        line-height: 52px !important;
        font: 47px Louis !important;
        font-style: italic !important
    }
}

select:focus {
    outline: none
}

.cotiza-banner .container {
    max-width: 1240px !important;
    width: 70% !important;
    margin: 0
}

.vc_custom_1512037851827 {
    background: rgba(0, 0, 0, 0.639216) url(http://busesycamioneschevrolet.com.co/wp-content/uploads/2017/10/LINEA-N_V2.jpg?id=3885);
    text-transform: uppercase
}

.family-hero-banner h1 {
    text-transform: uppercase !important
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url(images/slider_icon_hove.png);
    width: 30px;
    height: 30px
}

@media screen and (min-width: 1200px) {
    .series-hero-blk .series-slider .item .img-wrap {
        min-width: 590px
    }
    .family-moters-blk .right-content .wpb_wrapper ul li,
    .famlyN-cont p,
    .prod-advantage .left-col p,
    .distance-blk p,
    .series-header p+p,
    .infoblock p,
    .col2-right p,
    .yellow-btm p,
    .error404 .page-content .error_containe .error_bottom_con p,
    .cabindesign-blk .col2-blk .content-wrap p,
    .product-advantage ul li p,
    .cotiza-banner p,
    .hero-caption .famlyN-cont p,
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 1.2em !important;
        line-height: 22px !important
    }
}

.family-hero-banner {
    position: relative
}

.family-hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

input.info_left {
    margin-top: 15px\0
}

.breadcrumb span~span:before {
    content: "";
    position: absolute;
    border-left: 5px solid #f4bc00;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 4px
}

.series-hero-blk .series-slider .item .img-wrap {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%)
}

.banner_cta {
    width: 120px;
    height: 40px;
    border: 2px solid #f4bc00;
    margin-top: 30px;
    z-index: 1;
    background-color: #f4bc00;
    text-align: center
}

.banner_cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #000;
    font-weight: 700;
    font-style: italic;
    line-height: 36px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.banner_cta a:hover,
.banner_cta a:focus,
.banner_cta a.focus:hover {
    color: #2f2f2f;
    text-decoration: none !important;
    outline: 0
}

.banner_cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

#mCSB_1_scrollbar_vertical {
    left: 0;
    opacity: 1;
    right: auto;
    position: static
}

#mCSB_1_scrollbar_vertical .mCSB_buttonDown {
    width: 30px;
    height: 30px;
    background: url(img/down-icon.png);
    left: 50%;
    pointer-events: auto;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    bottom: -40px;
    z-index: 9
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    pointer-events: none;
    width: 0;
    height: 0
}

#mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    width: 0;
    pointer-events: none;
    opacity: 0
}

.down-vertical-btn {
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

#mCSB_1_scrollbar_vertical .mCSB_buttonUp {
    display: none !important
}

#seriesCarousel .carousel-item .img-fluid {
    width: 100%\0
}

.modal-dialog_form_sucess {
    top: 50%;
    position: relative;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%)
}

.video_section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 690px;
    background-size: cover
}

.video_section .col1-blk {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: inherit
}

.video_section .col1-blk .left {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none
}

.video_section .col1-blk .left a:focus {
    outline: none
}

@media screen and (max-width: 1690px) and (min-width: 992px) {
    #Contact_Secetion_3 .Contact_Secetion_3_left {
        float: right;
        text-align: left;
        margin: 5%;
        padding: 0;
        width: 40%
    }
}

@media screen and (max-width: 1380px) and (min-width: 992px) {
    .image_form_border .image_form_border_container {
        width: 100%;
        max-width: 768px;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 0
    }
}

body.modal-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100%
}

#seriesCarousel .carousel-inner ol.carousel-indicators {
    display: none !important
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8)
}

.loader-icon {
    background: url(img/finall_loder.png);
    width: 621px;
    height: 251px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 42%;
    -webkit-animation: test 1.5s steps(10) infinite;
    -moz-animation: test 1.5s steps(10) infinite;
    -ms-animation: test 1.5s steps(10) infinite;
    -o-animation: test 1.5s steps(10) infinite;
    animation: test 1.5s steps(10) infinite
}

@-webkit-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

@-moz-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

@-ms-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

@-o-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

.pillercontainer .bottom-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 75px;
    height: auto;
    max-height: 60px
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #seriesCarousel .carousel-item {
        height: 60vw !important
    }
}

.charastics-sctn .yellow-btm>.container img,
.charastics-sctn .yellow-btm>.container label {
    display: none
}

#SeriesTabCont .charastics-sctn .black-blk .container .col1-blk {
    padding-right: 0;
    width: 80%
}

#SeriesTabCont .charastics-sctn .black-blk .col2-left {
    display: none
}

#SeriesTabCont .charastics-sctn .black-blk .col2-right {
    padding-right: 0;
    width: 80%;
    float: none;
    margin: 0 auto
}

.frenos-col-wrap .vc_col-sm-4 {
    float: none;
    display: inline-block
}

.concessionaire-box .box ul li.siteurl {
    margin-left: -25px;
    margin-top: 10px
}

.concessionaire-box .box:hover .siteurl a {
    text-decoration: underline
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .frenos-col-wrap {
        display: table-row
    }
    .frenos-col-wrap .vc_col-sm-4 {
        display: table-cell
    }
    .frenos-blk .title-black {
        margin-bottom: 40px
    }
    #seriesCarousel .carousel-item .img-fluid {
        opacity: 0
    }
    .right-caption .model-caption-btn {
        padding-top: 8px
    }
    .right-caption a.last-caption-btn {
        padding-top: 7px
    }
    .cotiza-banner .container {
        margin: 0 auto;
        padding-top: 2%
    }
    .content-area .sub_container h2,
    .content-area .sub_container h4 {
        text-transform: none
    }
    .section-content-img {
        display: table;
        width: 100%
    }
    .section-content-img .infoblock,
    .section-content-img .imageblock {
        display: table-cell
    }
}

@media screen and (min-width: 0) {
    #Contact_Secetion_2:before {
        height: 46em !important;
        max-height: 650px
    }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
    .section-content-img .imageblock {
        height: 75vh !important
    }
}

.carousel.video_section .container.arrow-container {
    width: 100% !important;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 50%
}

.container.arrow-container a.right.carousel-control {
    position: absolute;
    left: 100% !important
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

select {
    text-transform: none
}

button {
    overflow: visible
}

button,
input,
select,
textarea {
    max-width: 100%
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default;
    opacity: 0.5
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em
}

fieldset>:last-child {
    margin-bottom: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

optgroup {
    font-weight: bold
}

.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.dropdown-toggle:after,
.menu-item-has-children a:after,
.pagination .nav-links:after,
.pagination .nav-links:before,
.pagination .next:before,
.pagination .prev:before,
.search-submit:before,
.social-navigation a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top
}

body,
button,
input,
select,
textarea {
    color: #515151;
    font-family: Merriweather, Georgia, serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 0;
    text-rendering: optimizeLegibility
}

p {
    margin: 0 0 1.75em
}

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote {
    border: 0 solid #1a1a1a;
    border-left-width: 4px;
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.4736842105;
    margin: 0 0 1.4736842105em;
    overflow: hidden;
    padding: 0 0 0 1.263157895em
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote p {
    margin-bottom: 1.4736842105em
}

blockquote cite,
blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0"
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal
}

blockquote b,
blockquote strong {
    font-weight: 400
}

blockquote>:last-child {
    margin-bottom: 0
}

address {
    font-style: italic;
    margin: 0 0 1.75em
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: Inconsolata, monospace
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help
}

ins,
mark {
    background: #007acc;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background: #1a1a1a
}

hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em
}

ol,
ul {
    margin: 0 0 1.75em 1.25em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal;
    margin-left: 1.5em
}

li>ol,
li>ul {
    margin-bottom: 0
}

dl {
    margin: 0 0 1.75em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 0 1.75em
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

del {
    opacity: 0.8
}

table,
td,
th {
    border: 1px solid #d1d1d1
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%
}

caption,
td,
th {
    font-weight: normal;
    text-align: left
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

td {
    border-width: 0 1px 1px 0
}

td,
th {
    padding: 0.4375em
}

::-webkit-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-moz-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

::-moz-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 1;
    font-size: 16px
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

input {
    line-height: normal
}

button,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus {
    background: #1a1a1a;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 0.84375em 0.875em 0.78125em;
    text-transform: uppercase
}

button:focus,
button:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background: #007acc
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
    width: 100%
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
    color: #1a1a1a;
    outline: 0
}

.post-password-form {
    margin-bottom: 1.75em
}

.post-password-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 1.75em;
    text-transform: uppercase
}

.post-password-form input[type="password"] {
    margin-top: 0.4375em
}

.post-password-form>:last-child {
    margin-bottom: 0
}

.search-form {
    position: relative
}

input[type="search"].search-field {
    border-radius: 2px 0 0 2px;
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px)
}

.search-submit:before {
    content: "\f400";
    font-size: 24px;
    left: 2px;
    line-height: 42px;
    position: relative;
    width: 40px
}

.search-submit {
    border-radius: 0 2px 2px 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 14%;
    top: 0;
    width: 42px
}

a {
    color: #007acc;
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    color: #686868
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

.comment-content a,
.entry-content a,
.entry-footer a:hover,
.entry-summary a,
.logged-in-as a,
.pingback .comment-body>a,
.site-info a:hover,
.taxonomy-description a,
.textwidget a {
    box-shadow: 0 1px 0 0 currentColor
}

.comment-content a:focus,
.comment-content a:hover,
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
.pingback .comment-body>a:focus,
.pingback .comment-body>a:hover,
.taxonomy-description a:focus,
.taxonomy-description a:hover,
.textwidget a:focus,
.textwidget a:hover {
    box-shadow: none
}

.site-header-menu {
    display: none;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0.875em 0
}

.no-js .site-header-menu,
.site-header-menu.toggled-on {
    display: block
}

.main-navigation {
    font-family: Montserrat, "Helvetica Neue", sans-serif
}

.site-footer .main-navigation {
    margin-bottom: 1.75em
}

.main-navigation ul {
    list-style: none;
    margin: 0
}

.main-navigation li {
    border-top: 1px solid #d1d1d1;
    position: relative
}

.main-navigation a {
    color: #1a1a1a;
    display: block;
    line-height: 1.3125;
    outline-offset: -1px;
    padding: 0.84375em 0
}

.main-navigation a:focus,
.main-navigation a:hover {
    color: #007acc
}

.main-navigation .current-menu-ancestor>a,
.main-navigation .current-menu-item>a {
    font-weight: 700 !important
}

.main-navigation ul ul {
    display: none;
    margin-left: 0.875em
}

.no-js .main-navigation ul ul {
    display: block
}

.main-navigation ul .toggled-on {
    display: block
}

.main-navigation .primary-menu {
    border-bottom: 1px solid #d1d1d1
}

.main-navigation .menu-item-has-children>a {
    margin-right: 56px
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #1a1a1a;
    content: "";
    height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 48px
}

.dropdown-toggle:after {
    border: 0 solid #d1d1d1;
    border-left-width: 1px;
    content: "\f431";
    font-size: 24px;
    left: 1px;
    position: relative;
    width: 48px
}

.dropdown-toggle:focus,
.dropdown-toggle:hover {
    background-color: transparent;
    color: #007acc
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px
}

.dropdown-toggle:focus:after {
    border-color: transparent
}

.dropdown-toggle.toggled-on:after {
    content: "\f432"
}

.site-header .main-navigation+.social-navigation {
    margin-top: 1.75em
}

.site-footer .social-navigation {
    margin-bottom: 1.75em
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -0.4375em
}

.social-navigation li {
    float: left;
    margin: 0 0.4375em 0.4375em 0
}

.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px
}

.social-navigation a:focus:before,
.social-navigation a:hover:before {
    color: #007acc
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216"
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221"
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201"
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225"
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203"
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211"
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226"
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206"
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200"
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215"
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208"
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219"
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210"
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224"
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217"
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222"
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220"
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223"
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214"
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202"
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212"
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205"
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213"
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410"
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515"
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516"
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413"
}

.post-navigation {
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 7.6923% 3.5em
}

.post-navigation a {
    color: #1a1a1a;
    display: block;
    padding: 1.75em 0
}

.post-navigation span {
    display: block
}

.post-navigation .meta-nav {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase
}

.post-navigation .post-title {
    display: inline;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    text-rendering: optimizeLegibility
}

.post-navigation a:focus .post-title,
.post-navigation a:hover .post-title {
    color: #007acc
}

.post-navigation div+div {
    border-top: 4px solid #1a1a1a
}

.pagination {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 7.6923% 2.947368421em;
    min-height: 56px;
    position: relative
}

.pagination:after,
.pagination:before {
    background-color: #1a1a1a;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0
}

.pagination:before {
    right: 0
}

.pagination:after {
    right: 54px
}

.pagination a:focus,
.pagination a:hover {
    color: #1a1a1a
}

.pagination .nav-links {
    padding-right: 106px;
    position: relative
}

.pagination .nav-links:after,
.pagination .nav-links:before {
    color: #fff;
    font-size: 32px;
    line-height: 51px;
    opacity: 0.3;
    position: absolute;
    width: 52px;
    z-index: 1
}

.pagination .nav-links:before {
    content: "\f429";
    right: -1px
}

.pagination .nav-links:after {
    content: "\f430";
    right: 55px
}

.pagination .current .screen-reader-text {
    position: static !important
}

.pagination .page-numbers {
    display: none;
    letter-spacing: 0.013157895em;
    line-height: 1;
    margin: 0 0.7368421053em 0 -0.7368421053em;
    padding: 0.8157894737em 0.7368421053em 0.3947368421em;
    text-transform: uppercase
}

.pagination .current {
    display: inline-block;
    font-weight: 700
}

.pagination .next,
.pagination .prev {
    background-color: #1a1a1a;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2
}

.pagination .next:before,
.pagination .prev:before {
    font-size: 32px;
    height: 53px;
    line-height: 52px;
    position: relative;
    width: 53px
}

.pagination .next:focus,
.pagination .next:hover,
.pagination .prev:focus,
.pagination .prev:hover {
    background-color: #007acc;
    color: #fff
}

.pagination .next:focus,
.pagination .prev:focus {
    outline: 0
}

.pagination .prev {
    right: 54px
}

.pagination .prev:before {
    content: "\f430";
    left: -1px;
    top: -1px
}

.pagination .next {
    right: 0
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px
}

.comment-navigation,
.image-navigation {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin: 0 7.6923% 2.1538461538em;
    padding: 1.0769230769em 0
}

.comment-navigation {
    margin-right: 0;
    margin-left: 0
}

.comments-title+.comment-navigation {
    border-bottom: 0;
    margin-bottom: 0
}

.comment-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.image-navigation .nav-previous:not(:empty) {
    display: inline-block
}

.comment-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before,
.image-navigation .nav-previous:not(:empty)+.nav-next:not(:empty):before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em
}

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000
}

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.content-bottom-widgets:after,
.content-bottom-widgets:before,
.entry-content:after,
.entry-content:before,
.entry-summary:after,
.entry-summary:before,
.primary-menu:after,
.primary-menu:before,
.site-content:after,
.site-content:before,
.site-main>article:after,
.site-main>article:before,
.social-links-menu:after,
.social-links-menu:before,
.textwidget:after,
.textwidget:before,
blockquote:after,
blockquote:before {
    content: "";
    display: table
}

.clear:after,
.comment-content:after,
.content-bottom-widgets:after,
.entry-content:after,
.entry-summary:after,
.primary-menu:after,
.site-content:after,
.site-main>article:after,
.social-links-menu:after,
.textwidget:after,
blockquote:after {
    clear: both
}

.widget {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 3.5em;
    padding-top: 1.75em
}

.widget>:last-child,
.widget-area>:last-child {
    margin-bottom: 0
}

.widget .widget-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.046875em;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    text-transform: uppercase
}

.widget .widget-title:empty {
    margin-bottom: 0
}

.widget-title a {
    color: #1a1a1a
}

.widget.widget_calendar table {
    margin: 0
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.5625;
    padding: 0;
    text-align: center
}

.widget_calendar caption {
    font-weight: 900;
    margin-bottom: 1.75em
}

.widget_calendar tbody a {
    background-color: #007acc;
    color: #fff;
    display: block;
    font-weight: 700
}

.widget_calendar tbody a:focus,
.widget_calendar tbody a:hover {
    background-color: #686868;
    color: #fff
}

.widget_recent_entries .post-date {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em
}

.widget_recent_entries li:last-child .post-date {
    margin-bottom: 0
}

.widget_rss .rsswidget img {
    margin-top: -0.375em
}

.widget_rss .rss-date,
.widget_rss cite {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 1.615384615;
    margin-bottom: 0.538461538em
}

.widget_rss .rssSummary:last-child {
    margin-bottom: 2.1538461538em
}

.widget_rss li:last-child:last-child {
    margin-bottom: 0
}

.tagcloud a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    line-height: 1;
    margin: 0 0.1875em 0.4375em 0;
    padding: 0.5625em 0.4375em 0.5em
}

.tagcloud a:focus,
.tagcloud a:hover {
    border-color: #007acc;
    color: #007acc;
    outline: 0
}

.site {
    background-color: #fff
}

.site-inner {
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.site-content {
    word-wrap: break-word
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.site-main {
    margin-bottom: 3.5em
}

.site-main>:last-child {
    margin-bottom: 0
}

.site-header {
    padding: 2.625em 7.6923%
}

.site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-branding {
    margin: 0.875em auto 0.875em 0;
    max-width: 100%;
    min-width: 0;
    overflow: hidden
}

.custom-logo-link {
    display: block
}

.site-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.2173913043;
    margin: 0
}

.site-branding .site-title a {
    color: #1a1a1a
}

.site-branding .site-title a:focus,
.site-branding .site-title a:hover {
    color: #007acc
}

.wp-custom-logo .site-title {
    margin-top: 0.608695652em
}

.site-description {
    color: #686868;
    display: none;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.0769230769;
    margin: 0.538461538em 0 0
}

.menu-toggle {
    background-color: transparent;
    border: 1px solid #d1d1d1;
    color: #1a1a1a;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 1.076923077em 0;
    padding: 0.769230769em
}

.no-js .menu-toggle {
    display: none
}

.menu-toggle:focus,
.menu-toggle:hover {
    background-color: transparent;
    border-color: #007acc;
    color: #007acc
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:focus,
.menu-toggle.toggled-on:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.menu-toggle:focus {
    outline: 0
}

.menu-toggle.toggled-on:focus {
    outline: thin dotted
}

.header-image {
    clear: both;
    margin: 0.875em 0
}

.header-image a {
    display: block
}

.header-image a:focus img,
.header-image a:hover img {
    opacity: 0.85
}

.site-main>article {
    margin-bottom: 3.5em;
    position: relative
}

.entry-content,
.entry-footer,
.entry-header,
.entry-summary,
.page-content {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.entry-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 1em
}

.entry-title a {
    color: #1a1a1a
}

.entry-title a:focus,
.entry-title a:hover {
    color: #007acc
}

.post-thumbnail {
    display: block;
    margin: 0 7.6923% 1.75em
}

.post-thumbnail img {
    display: block
}

.no-sidebar .post-thumbnail img {
    margin: 0 auto
}

a.post-thumbnail:focus,
a.post-thumbnail:hover {
    opacity: 0.85
}

.entry-content,
.entry-summary {
    border-color: #d1d1d1
}

.comment-content h1,
.entry-content h1,
.entry-summary h1,
.textwidget h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em
}

.comment-content h2,
.entry-content h2,
.entry-summary h2,
.textwidget h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em
}

.comment-content h3,
.entry-content h3,
.entry-summary h3,
.textwidget h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.4736842105em
}

.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-top: 3.5em;
    margin-bottom: 1.75em
}

.comment-content h4,
.entry-content h4,
.entry-summary h4,
.textwidget h4 {
    letter-spacing: 0.140625em;
    text-transform: uppercase
}

.comment-content h6,
.entry-content h6,
.entry-summary h6,
.textwidget h6 {
    font-style: italic
}

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-weight: 900
}

.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0
}

.comments-title,
.entry-title,
.post-navigation .post-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

body:not(.search-results) .entry-summary {
    color: #686868;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.4736842105;
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-header+.entry-summary {
    margin-top: -0.736842105em
}

body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary table,
body:not(.search-results) .entry-summary ul {
    margin-bottom: 1.4736842105em
}

body:not(.search-results) .entry-summary li>ol,
body:not(.search-results) .entry-summary li>ul {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary td,
body:not(.search-results) .entry-summary th {
    padding: 0.3684210526em
}

body:not(.search-results) .entry-summary fieldset {
    margin-bottom: 1.4736842105em;
    padding: 0.3684210526em
}

body:not(.search-results) .entry-summary blockquote {
    border-color: currentColor
}

body:not(.search-results) .entry-summary blockquote>:last-child {
    margin-bottom: 0
}

body:not(.search-results) .entry-summary .alignleft {
    margin: 0.2631578947em 1.4736842105em 1.4736842105em 0
}

body:not(.search-results) .entry-summary .alignright {
    margin: 0.2631578947em 0 1.4736842105em 1.4736842105em
}

body:not(.search-results) .entry-summary .aligncenter {
    margin-bottom: 1.4736842105em
}

.comment-content>:last-child,
.entry-content>:last-child,
.entry-summary>:last-child,
.page-content>:last-child,
.textwidget>:last-child,
body:not(.search-results) .entry-summary>:last-child {
    margin-bottom: 0
}

.more-link {
    white-space: nowrap
}

.author-info {
    border-color: inherit;
    border-style: solid;
    border-width: 1px 0 1px 0;
    clear: both;
    padding-top: 1.75em;
    padding-bottom: 1.75em
}

.author-avatar .avatar {
    float: left;
    height: 42px;
    margin: 0 1.75em 1.75em 0;
    width: 42px
}

.author-description>:last-child {
    margin-bottom: 0
}

.entry-content .author-title {
    clear: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.75;
    margin: 0
}

.author-bio {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    overflow: hidden
}

.author-link {
    white-space: nowrap
}

.entry-footer {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-top: 2.1538461538em
}

.entry-footer:empty {
    margin: 0
}

.entry-footer a {
    color: #686868
}

.entry-footer a:focus,
.entry-footer a:hover {
    color: #007acc
}

.entry-footer>span:not(:last-child):after {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em
}

.entry-footer .avatar {
    height: 21px;
    margin: -0.1538461538em 0.5384615385em 0 0;
    width: 21px
}

.sticky-post {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase
}

.updated:not(.published) {
    display: none
}

.byline,
.sticky .posted-on {
    display: none
}

.group-blog .byline,
.single .byline {
    display: inline
}

.page-header {
    border-top: 4px solid #1a1a1a;
    margin: 0 7.6923% 3.5em;
    padding-top: 1.75em
}

body.error404 .page-header,
body.search-no-results .page-header {
    border-top: 0;
    padding-top: 0
}

.page-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043
}

.taxonomy-description {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154
}

.taxonomy-description p {
    margin: 0.5384615385em 0 1.6153846154em
}

.taxonomy-description>:last-child {
    margin-bottom: 0
}

.page-links {
    clear: both;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0 0 1.75em
}

.page-links>span,
.page-links a {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em
}

.page-links a {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #fff
}

.page-links a:focus,
.page-links a:hover {
    background-color: #007acc;
    border-color: transparent;
    color: #fff
}

.page-links>.page-links-title {
    border: 0;
    color: #1a1a1a;
    height: auto;
    margin: 0;
    padding-right: 0.6153846154em;
    width: auto
}

.entry-attachment {
    margin-bottom: 1.75em
}

.entry-caption {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 1.0769230769em
}

.entry-caption>:last-child {
    margin-bottom: 0
}

.content-bottom-widgets {
    margin: 0 7.6923%
}

.content-bottom-widgets .widget-area {
    margin-bottom: 3.5em
}

.format-aside .entry-title,
.format-audio .entry-title,
.format-chat .entry-title,
.format-gallery .entry-title,
.format-image .entry-title,
.format-link .entry-title,
.format-quote .entry-title,
.format-status .entry-title,
.format-video .entry-title {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.473684211;
    margin-bottom: 1.473684211em
}

.archive .format-status .entry-title,
.blog .format-status .entry-title {
    display: none
}

.comments-area {
    margin: 0 7.6923% 3.5em
}

.comment-list+.comment-respond,
.comment-navigation+.comment-respond {
    padding-top: 1.75em
}

.comment-reply-title,
.comments-title {
    border-top: 4px solid #1a1a1a;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 700;
    line-height: 1.3125;
    padding-top: 1.217391304em
}

.comments-title {
    margin-bottom: 1.217391304em
}

.comment-list {
    list-style: none;
    margin: 0
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list article {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: 0.875em
}

.comment-author {
    color: #1a1a1a;
    margin-bottom: 0.4375em
}

.comment-author .avatar {
    float: left;
    height: 28px;
    margin-right: 0.875em;
    position: relative;
    width: 28px
}

.bypostauthor>article .fn:after {
    content: "\f304";
    left: 3px;
    position: relative;
    top: 5px
}

.comment-metadata,
.pingback .edit-link {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154
}

.comment-metadata {
    margin-bottom: 2.1538461538em
}

.comment-metadata a,
.pingback .comment-edit-link {
    color: #686868
}

.comment-metadata a:focus,
.comment-metadata a:hover,
.pingback .comment-edit-link:focus,
.pingback .comment-edit-link:hover {
    color: #007acc
}

.comment-metadata .edit-link,
.pingback .edit-link {
    display: inline-block
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    opacity: 0.7;
    padding: 0 0.538461538em
}

.comment-content ol,
.comment-content ul {
    margin: 0 0 1.5em 1.25em
}

.comment-content li>ol,
.comment-content li>ul {
    margin-bottom: 0
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 2.1538461538em;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em
}

.comment-reply-link:focus,
.comment-reply-link:hover {
    border-color: currentColor;
    color: #007acc;
    outline: 0
}

.comment-form {
    padding-top: 1.75em
}

.comment-form label {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    margin-bottom: 0.5384615385em;
    text-transform: uppercase
}

.comment-list .comment-form {
    padding-bottom: 1.75em
}

.comment-awaiting-moderation,
.comment-notes,
.form-allowed-tags,
.logged-in-as {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 2.1538461538em
}

.no-comments {
    border-top: 1px solid #d1d1d1;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-weight: 700;
    margin: 0;
    padding-top: 1.75em
}

.comment-navigation+.no-comments {
    border-top: 0;
    padding-top: 0
}

.form-allowed-tags code {
    font-family: Inconsolata, monospace
}

.form-submit {
    margin-bottom: 0
}

.required {
    color: #007acc;
    font-family: Merriweather, Georgia, serif
}

.comment-reply-title small {
    font-size: 100%
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
    color: #1a1a1a
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -5px
}

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.site-footer {
    padding: 0 7.6923% 1.75em
}

.site-info {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154
}

.site-info a {
    color: #686868
}

.site-info a:focus,
.site-info a:hover {
    color: #007acc
}

.site-footer .site-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400
}

.site-footer .site-title:after {
    content: "\002f";
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: 0.7;
    padding: 0 0.307692308em 0 0.538461538em
}

.site .avatar {
    border-radius: 50%
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.comment-content a img,
.entry-content a img,
.entry-summary a img,
.textwidget a img {
    display: block
}

embed,
iframe,
object,
video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
    height: 490px
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
    box-shadow: none
}

.wp-audio-shortcode,
.wp-playlist.wp-audio-playlist,
.wp-video {
    margin-top: 0;
    margin-bottom: 1.75em
}

.wp-playlist.wp-audio-playlist {
    padding-bottom: 0
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0
}

.wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em
}

.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.widecolumn {
    margin-bottom: 3.5em;
    padding: 0 7.6923%
}

.widecolumn .mu_register {
    width: auto
}

.widecolumn .mu_register .mu_alert {
    background: transparent;
    border-color: #d1d1d1;
    color: inherit;
    margin-bottom: 3.5em;
    padding: 1.75em
}

.widecolumn .mu_register form,
.widecolumn form {
    margin-top: 0
}

.widecolumn h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-weight: 900;
    line-height: 1.2173913043;
    margin-bottom: 1.2173913043em
}

.widecolumn p {
    margin: 1.75em 0
}

.widecolumn p+h2 {
    margin-top: 2.4347826087em
}

.widecolumn .mu_register label,
.widecolumn label {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.076923077em;
    line-height: 1.6153846154;
    text-transform: uppercase
}

.widecolumn .mu_register label {
    margin: 2.1538461538em 0.7692307692em 0.5384615385em 0
}

.widecolumn .mu_register label strong {
    font-weight: 400
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1rem;
    width: 100%
}

.widecolumn .mu_register #blogname {
    margin: 0
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
    margin: 0 0 0.375em
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
    width: auto
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
    font-size: inherit
}

.widecolumn .mu_register>:last-child,
.widecolumn form>:last-child {
    margin-bottom: 0
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@media screen and (min-width: 44.375em) {
    body:not(.custom-background-image):after,
    body:not(.custom-background-image):before {
        background: inherit;
        content: "";
        display: block;
        height: 21px;
        left: 0;
        position: fixed;
        width: 100%;
        z-index: 99
    }
    body:not(.custom-background-image):before {
        top: 0
    }
    body:not(.custom-background-image).admin-bar:before {
        top: 46px
    }
    body:not(.custom-background-image):after {
        bottom: 0
    }
    .site {
        margin: 0
    }
    .site-main {
        margin-bottom: 5.25em
    }
    .site-header {
        padding: 3.9375em 7.6923%
    }
    .site-branding {
        margin-top: 1.3125em;
        margin-bottom: 1.3125em
    }
    .site-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .wp-custom-logo .site-title {
        margin-top: 0.5em
    }
    .site-description {
        display: block
    }
    .menu-toggle {
        font-size: 16px;
        font-size: 1.0rem;
        margin: 1.3125em 0;
        padding: 0.8125em 0.875em 0.6875em
    }
    .site-header-menu {
        margin: 1.3125em 0
    }
    .site-header .main-navigation+.social-navigation {
        margin-top: 2.625em
    }
    .header-image {
        margin: 1.3125em 0
    }
    .pagination {
        margin: 0 23.0769% 4.421052632em 7.6923%
    }
    .post-navigation {
        margin-bottom: 5.25em
    }
    .post-navigation .post-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25
    }
    .pagination .current .screen-reader-text {
        position: absolute !important
    }
    .pagination .page-numbers {
        display: inline-block
    }
    .site-main>article {
        margin-bottom: 5.25em
    }
    .comments-area,
    .content-bottom-widgets,
    .entry-content,
    .entry-footer,
    .entry-header,
    .entry-summary,
    .image-navigation,
    .page-content,
    .page-header,
    .post-navigation,
    .post-thumbnail {
        margin-right: 0;
        margin-left: 0
    }
    .entry-title {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-bottom: 0.8484848485em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    .comment-content blockquote,
    .entry-content blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote {
        margin-left: -1.473684211em
    }
    .comment-content blockquote blockquote,
    .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
    .entry-summary blockquote blockquote {
        margin-left: 0
    }
    .comment-content ol,
    .comment-content ul,
    .entry-content ol,
    .entry-content ul,
    .entry-summary ol,
    .entry-summary ul {
        margin-left: 0
    }
    .comment-content blockquote>ul,
    .comment-content li>ul,
    .entry-content blockquote>ul,
    .entry-content li>ul,
    .entry-summary blockquote>ul,
    .entry-summary li>ul {
        margin-left: 1.25em
    }
    .comment-content blockquote>ol,
    .comment-content li>ol,
    .entry-content blockquote>ol,
    .entry-content li>ol,
    .entry-summary blockquote>ol,
    .entry-summary li>ol {
        margin-left: 1.5em
    }
    .comment-author {
        margin-bottom: 0
    }
    .comment-author .avatar {
        height: 42px;
        position: relative;
        top: 0.25em;
        width: 42px
    }
    .comment-list .children>li {
        padding-left: 1.75em
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 3.5em
    }
    .comments-area,
    .content-bottom-widgets .widget-area,
    .widget {
        margin-bottom: 5.25em
    }
    .sidebar,
    .widecolumn {
        margin-bottom: 5.25em;
        padding-right: 23.0769%
    }
    body:not(.search-results) .entry-summary blockquote>ul,
    body:not(.search-results) .entry-summary li>ul {
        margin-left: 1.157894737em
    }
    body:not(.search-results) .entry-summary blockquote>ol,
    body:not(.search-results) .entry-summary li>ol {
        margin-left: 1.473684211em
    }
}

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px
    }
}

@media screen and (min-width: 56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-navigation {
        margin: 0
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0
    }
    .main-navigation .primary-menu>li {
        float: left
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap
    }
    .main-navigation li.focus>a,
    .main-navigation li:hover>a {
        color: #007acc
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999
    }
    .main-navigation ul ul ul {
        top: -1px
    }
    .main-navigation ul ul ul:after,
    .main-navigation ul ul ul:before {
        border: 0
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: auto
    }
    .main-navigation ul ul:after,
    .main-navigation ul ul:before {
        border-style: solid;
        content: "";
        position: absolute
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px
    }
    .main-navigation li.focus>ul,
    .main-navigation li:hover>ul {
        left: auto;
        right: 0
    }
    .main-navigation ul ul li.focus>ul,
    .main-navigation ul ul li:hover>ul {
        left: auto;
        right: -100%
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f431";
        position: absolute;
        right: 0.625em;
        top: 0.8125em
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 0.5625em;
        top: 0.875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-footer .main-navigation,
    .site-header .social-navigation {
        display: none
    }
    .site-content {
        padding: 0
    }
    .content-area {
        float: left;
        width: 100%
    }
    .comments-area,
    .content-bottom-widgets,
    .entry-content,
    .entry-footer,
    .entry-header,
    .entry-summary,
    .image-navigation,
    .page-content,
    .page-header,
    .pagination,
    .post-navigation,
    .post-thumbnail {
        margin-right: 0;
        margin-left: 0
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%
    }
    .widget {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em
    }
    .widget .widget-title {
        margin-bottom: 1.3125em
    }
    .widget address,
    .widget dd,
    .widget dl,
    .widget hr,
    .widget ol,
    .widget p,
    .widget table,
    .widget ul {
        margin-bottom: 1.6153846154em
    }
    .widget li>ol,
    .widget li>ul {
        margin-bottom: 0
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget td,
    .widget th {
        padding: 0.5384615385em
    }
    .widget pre {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: 0.846153846em
    }
    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: 0.4615384615em 0.5384615385em
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: 0.9130434783em
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 0.9130434783em
    }
    .widget .alignleft {
        margin: 0.2307692308em 1.6153846154em 1.6153846154em 0
    }
    .widget .alignright {
        margin: 0.2307692308em 0 1.6153846154em 1.6153846154em
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em
    }
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em
    }
    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px
    }
    .tagcloud a {
        margin: 0 0.2307692308em 0.5384615385em 0;
        padding: 0.5384615385em 0.4615384615em 0.4615384615em
    }
    .textwidget h1 {
        margin-top: 1.8260869565em
    }
    .textwidget h2 {
        margin-top: 2.2105263158em
    }
    .textwidget h3 {
        margin-top: 2.625em
    }
    .textwidget h4 {
        letter-spacing: 0.153846154em
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0
    }
    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.5455% 3.5em
    }
    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .site-info {
        margin: 0.538461538em auto 0.538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%
    }
    .no-sidebar .comments-area,
    .no-sidebar .content-bottom-widgets,
    .no-sidebar .entry-content,
    .no-sidebar .entry-footer,
    .no-sidebar .entry-header,
    .no-sidebar .entry-summary,
    .no-sidebar .image-navigation,
    .no-sidebar .page-content,
    .no-sidebar .page-header,
    .no-sidebar .pagination,
    .no-sidebar .post-navigation {
        margin: 0 auto
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%
    }
}

@media screen and (min-width: 61.5625em) {
    .site-main {
        margin-bottom: 0
    }
    .site-header {
        padding: 0
    }
    .header-image,
    .site-branding,
    .site-header-menu {
        margin-top: 1.75em;
        margin-bottom: 1.75em
    }
    .image-navigation {
        margin-bottom: 3.230769231em
    }
    .post-navigation {
        margin-bottom: 7.0em
    }
    .pagination {
        margin-bottom: 5.894736842em
    }
    .widget {
        margin-bottom: 4.307692308em
    }
    .site-main>article {
        margin-bottom: 7.0em
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em
    }
    .format-aside .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title,
    .format-gallery .entry-title,
    .format-image .entry-title,
    .format-link .entry-title,
    .format-quote .entry-title,
    .format-status .entry-title,
    .format-video .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .post-thumbnail {
        margin-bottom: 2.625em
    }
    .comment-content h1,
    .entry-content h1,
    .entry-summary h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: 0.8484848485em
    }
    .comment-content h2,
    .entry-content h2,
    .entry-summary h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .comment-content h3,
    .entry-content h3,
    .entry-summary h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em
    }
    .comment-content h4,
    .entry-content h4,
    .entry-intro h4,
    .entry-summary h4 {
        letter-spacing: 0.131578947em
    }
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 5.25em
    }
    .comments-area,
    .content-bottom-widgets .widget-area,
    .sidebar,
    .widecolumn {
        margin-bottom: 7.0em
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.105263158em
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 71.42857144%
    }
    body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em)
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) img.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: 0.1538461538em;
        width: 21.42857143%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
        display: none
    }
    .full-size-link,
    .single .byline,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link,
    body:not(.search-results).group-blog .byline {
        display: block;
        margin-bottom: 0.5384615385em
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
        margin-bottom: 0
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 0.5384615385em;
        width: 49px
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%
    }
}

@media screen and (min-width: 75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -0.913043478em
    }
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary table,
    body:not(.search-results) .entry-summary ul {
        margin-bottom: 1.5217391304em
    }
    body:not(.search-results) .entry-summary blockquote>ul,
    body:not(.search-results) .entry-summary li>ul {
        margin-left: 0.956521739em
    }
    body:not(.search-results) .entry-summary blockquote>ol,
    body:not(.search-results) .entry-summary li>ol {
        margin-left: 1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632
    }
    body:not(.search-results) .entry-summary td,
    body:not(.search-results) .entry-summary th {
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: 0.2608695652em 1.5217391304em 1.5217391304em 0
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: 0.2608695652em 0 1.5217391304em 1.5217391304em
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em
    }
}

@media print {
    .comment-edit-link,
    .comment-metadata .edit-link,
    .comment-reply-link,
    .comment-respond,
    .content-bottom-widgets,
    .edit-link,
    .header-image,
    .main-navigation,
    .navigation,
    .page-links,
    .pingback .edit-link,
    .sidebar,
    .social-navigation,
    button,
    form,
    input,
    select,
    textarea {
        display: none
    }
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    blockquote cite,
    blockquote small,
    body,
    pre {
        font-size: 12pt
    }
    blockquote {
        font-size: 14.25pt
    }
    .comment-content h2,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .page-title,
    .site-title,
    .widecolumn h2 {
        font-size: 17.25pt
    }
    .site-description {
        display: block
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em
    }
    .format-aside .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title,
    .format-gallery .entry-title,
    .format-image .entry-title,
    .format-link .entry-title,
    .format-quote .entry-title,
    .format-status .entry-title,
    .format-video .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .comment-content h1,
    .entry-content h1,
    .entry-summary h1 {
        font-size: 21pt
    }
    .comment-content h3,
    .entry-content h3,
    .entry-summary h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt
    }
    .author-bio,
    .comment-awaiting-moderation,
    .comment-metadata,
    .comment-notes,
    .entry-caption,
    .entry-footer,
    .gallery-caption,
    .site-description,
    .site-info,
    .sticky-post,
    .taxonomy-description,
    .wp-caption .wp-caption-text {
        font-size: 9.75pt
    }
    .site,
    body {
        background: none !important
    }
    .comment-author,
    .entry-title a,
    .site-branding .site-title a,
    blockquote cite,
    blockquote small,
    body {
        color: #1a1a1a !important
    }
    .comments-title,
    .page-header,
    blockquote {
        border-color: #1a1a1a !important
    }
    .author-bio,
    .comment-author,
    .comment-awaiting-moderation,
    .comment-metadata a,
    .comment-notes,
    .entry-caption,
    .entry-footer,
    .entry-footer a,
    .gallery-caption,
    .site-description,
    .site-info,
    .site-info a,
    .sticky-post,
    .taxonomy-description,
    .wp-caption .wp-caption-text,
    blockquote,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote {
        color: #686868 !important
    }
    code,
    hr {
        background-color: #d1d1d1 !important
    }
    .author-info,
    .comment-list .pingback,
    .comment-list .trackback,
    .comment-list article,
    .no-comments,
    abbr,
    acronym,
    pre,
    table,
    td,
    th {
        border-color: #d1d1d1 !important
    }
    a {
        color: #007acc !important
    }
    .comment-content a,
    .entry-content a,
    .entry-summary a,
    .pingback .comment-body>a,
    .taxonomy-description a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important
    }
    .site {
        margin: 5%
    }
    .site-inner {
        max-width: none
    }
    .site-header {
        padding: 0 0 1.75em
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em
    }
    .site-main {
        margin-bottom: 3.5em
    }
    .comments-area,
    .entry-content,
    .entry-footer,
    .entry-header,
    .entry-summary,
    .page-content,
    .page-header,
    .post-thumbnail {
        margin-right: 0;
        margin-left: 0
    }
    .post-thumbnail,
    .site-main>article {
        margin-bottom: 3.5em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.473684211em
    }
    .site-footer,
    .widecolumn {
        padding: 0
    }
}

@font-face {
    font-family: 'Louis-Bold';
    src: url("fonts/Louis-Bold.eot");
    src: url("fonts/Louis-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Bold.woff") format("woff"), url("fonts/Louis-Bold.ttf") format("truetype"), url("fonts/Louis-Bold.svg#Louis-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Italic';
    src: url("fonts/Louis-Italic.eot");
    src: url("fonts/Louis-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Italic.woff") format("woff"), url("fonts/Louis-Italic.ttf") format("truetype"), url("fonts/Louis-Italic.svg#Louis-Italic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Louis';
    src: url("fonts/Louis-CondensedDemi.eot");
    src: url("fonts/Louis-CondensedDemi.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-CondensedDemi.woff") format("woff"), url("fonts/Louis-CondensedDemi.ttf") format("truetype"), url("fonts/Louis-CondensedDemi.svg#Louis-CondensedDemi") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Regular';
    src: url("fonts/Louis-Regular.eot");
    src: url("fonts/Louis-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Regular.woff") format("woff"), url("fonts/Louis-Regular.ttf") format("truetype"), url("fonts/Louis-Regular.svg#Louis-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-BoldItalic';
    src: url("fonts/Louis-BoldItalic.eot");
    src: url("fonts/Louis-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-BoldItalic.woff") format("woff"), url("fonts/Louis-BoldItalic.ttf") format("truetype"), url("fonts/Louis-BoldItalic.svg#Louis-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after,
.container:after,
.nav:after,
.row:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

body {
    color: #5a5a5a
}

.logo {
    width: 293px;
    height: auto;
    float: left;
    padding-top: 10px
}

.logo a img {
    max-width: 100% !important;
    height: auto !important
}

.navbar-wrapper .navbar {
    float: right;
    border: none
}

.navbar-inverse {
    background-color: unset;
    border-color: unset;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Louis';
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 25px
}

ul#menu-primary-menu ul.sub-menu li a {
    font-weight: bold
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    border-bottom: 2px solid #d2d2d3
}

.navbar-inverse .navbar-nav>li:first-child:after {
    content: '';
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    right: 15px;
    top: 55%
}

.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.navbar-nav {
    float: left;
    margin: 0;
    display: -webkit-inline-box
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 0;
    width: 100%
}

.carousel-control.right {
    left: 55px !important;
    top: 5.5%
}

.carousel-control {
    width: 45px !important
}

.carousel-control.left {
    left: 0;
    top: 5.5%
}

.carousel-control.left_2 {
    left: 0;
    top: 5.5%
}

.carousel-control.right_2 {
    left: 55px !important;
    top: 5.5%
}

.glyphicon-chevron-left:before {
    content: "" !important;
    background-image: url("images/slider_icon.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(180deg)
}

.glyphicon-chevron-left:hover::before {
    background-image: url("images/slider_icon_hove.png")
}

.glyphicon-chevron-right:before {
    content: "" !important;
    background-image: url("images/slider_icon.png");
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: block
}

.glyphicon-chevron-right:hover::before {
    background-image: url("images/slider_icon_hove.png")
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.three_colume .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important
}

.carousel-control.left_2,
.carousel-control.right_2 {
    background-image: none !important
}

.navbar-collapse.collapse ul.sub-menu li,
.navbar-collapse.collapse ul.sub-menu li:hover {
    border: 0
}

.navbar-collapse.collapse ul.sub-menu li {
    text-align: left
}

.navbar-collapse.collapse ul.sub-menu li a {
    padding: 0.75625em 1.8em
}

.navbar-collapse.collapse ul.sub-menu li:hover a {
    text-decoration: none
}

.home_page .carousel {
    margin-bottom: 0;
    position: relative
}

.home_page .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.home .home_page .carousel-caption {
    bottom: 20px
}

.page-id-150 .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0
}

.home_page .carousel-caption {
    z-index: 0
}

.home_page .item_img_one {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .item_img_two {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .item_img_three {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .item_img_four {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .carousel .item {
    height: 590px;
    min-height: calc(100vh - 200px);
    background-position: center center;
    background-color: #555;
    background-size: cover
}

.home .home_page .carousel .item {
    min-height: 500px;
    height: 75vh
}

.home_page .carousel img {
    position: absolute;
    top: 10px;
    left: 0;
    min-height: 40px;
    outline: none
}

.home .home_page .carousel-indicators {
    left: 29em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: inherit;
    top: 60%
}

.page-id-150 .home_page .carousel-indicators {
    top: 73%
}

.carousel-inner>.item>img,
.home_page .carousel-inner>.item>a>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -24%
}

.home_page .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.home_page .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 460px
}

.home_page .sub_contant h1,
.home_page .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

.home_page .sub_contant h1 span,
.home_page .sub_contant label span {
    font-family: 'Louis';
    font-size: 36px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

.home_page .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.home_page .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.home_page .sub_contant .cta a:hover {
    color: #2f2f2f
}

.home_page .sub_contant .cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

.three_colume {
    margin: -100px 0 50px;
    padding: 0;
    position: relative !important;
    top: 85%;
    display: flex
}

.home_page .one_slide {
    background-repeat: no-repeat;
    padding: 0
}

.banner-blk {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.banner-blk .vc_column-inner {
    height: 100%
}

.home_page .one_slide_txt {
    position: relative
}

.banner-blk h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.single-location .footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.home_page .one_slide_txt h2,
.home_page .three_slide_txt h2,
.home_page .two_slide_txt h2 {
    display: none
}

.banner-blk h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px
}

.banner-blk .wpb_wrapper {
    position: relative;
    padding-left: 40px;
    margin-top: 10px
}

.banner-blk .wpb_wrapper:before {
    content: '';
    width: 3px;
    height: 70px;
    background-color: #f4bc00;
    position: absolute;
    left: 20px;
    top: 0
}

.home_page .one_slide_tx_cta,
.home_page .three_slide_tx_cta,
.home_page .two_slide_tx_cta {
    display: none
}

.home_page .one_slide_txt_img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.home_page .one_slide_txt_img img {
    position: absolute;
    left: -54px
}

.home_page .two_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .two_slide_txt {
    position: relative
}

.home_page .two_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .two_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase
}

.home_page .three_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .banner-blk {
    height: 550px
}

.home_page .three_slide_txt {
    position: relative
}

.home_page .three_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .three_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f4bc00;
    border: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none
}

.two_colume {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table
}

.two_colume .main_secetion {
    margin: 0 auto;
    padding: 0
}

.header {
    margin: 0 auto;
    padding: 0
}

.image_section {
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    height: 475px
}

.image_form h5 {
    width: 85%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 725px;
    margin: 0;
    text-transform: uppercase
}

.image_form {
    position: relative;
    background: #f2f4f6;
    height: 475px;
    height: 460px\0
}

.image_form h6 {
    width: 85%;
    margin: 0 0 25px;
    font-family: 'arial';
    font-size: 16px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 725px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.first_filed,
.first_filed.last_filed,
.info {
    padding: 0;
    max-width: 715px;
    width: 84%;
    position: relative;
    margin-bottom: 20px
}

.image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 20px
}

.image_form form {
    float: left;
    max-width: 760px;
    width: 100%;
    margin-top: 25px;
    margin-left: 40px
}

.image_form input,
select.vehicle {
    width: 540px;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    padding: 0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0
}

.image_form input {
    line-height: 0\0 !important;
    padding-bottom: 0px\0
}

.image_form input.message {
    max-width: 740px;
    width: 100%;
    padding: 0 0.4375em;
    line-height: 35px;
    height: 38px;
    height: 20px\0;
    padding: 0;
    margin: 15px 0 0\0
}

::placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

.image_form input.tele {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0
}

.telephone {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 25px
}

.image_form input.email {
    width: 345px;
    float: left;
    line-height: 35px;
    padding: 0;
    background-color: transparent
}

select.vehicle {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 38px;
    height: 20px\0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    background-image: url("img/form_down_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    padding-right: 45px;
    outline: none;
    margin-top: 10px\0
}

select.vehicle option {
    background-color: #e3e2e2;
    outline: none
}

select.vehicle option:checked {
    background-color: #d0d0d0;
    outline: none
}

select.vehicle option:active,
select.vehicle option:focus,
select.vehicle option:hover {
    background-color: #d0d0d0;
    outline: none
}

select.city {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.city {
    width: 345px;
    float: left;
    line-height: 35px
}

.first_filed input,
.info input {
    background: transparent\0 !important
}

input.button {
    background-color: transparent\0 !important;
    color: #312b2b \0 !important
}

input.button:focus,
input.button:hover {
    background-color: #312b2b \0 !important;
    background: #303030 !important;
    color: #fff !important;
    border-color: #303030 \0
}

select.contacted {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.contacted {
    width: 345px;
    float: right;
    line-height: 35px
}

input.button {
    width: 153px;
    height: 50px;
    border: 2px solid #000000;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    text-transform: uppercase
}

input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin: 10px 0 15px
}

.submit a {
    text-decoration: none;
    font-weight: bold;
    color: #312b2b;
    font-style: italic;
    font-family: 'Louis';
    font-size: 25px;
    display: block;
    line-height: 45px
}

input.button:focus,
input.button:hover {
    background-color: #303030;
    color: #fff;
    outline: 0
}

.download {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.download .mobile_image {
    display: none
}

.download_block {
    width: 100%;
    max-width: 1240px;
    background-color: #f2f4f6;
    margin-top: 150px;
    position: relative
}

.download_mobile {
    position: relative
}

.download_block_txt h4 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 30px;
    color: #f4bc00;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 210px;
    padding-top: 43px;
    padding-bottom: 0
}

.download_block:before {
    width: 184px;
    height: 292px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0
}

.download_block_txt h6 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 40px;
    color: #303030;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 205px;
    font-weight: bold;
    padding-bottom: 0
}

.download_block_cta {
    margin: 0;
    padding: 0
}

.download_block_cta ul {
    list-style: none;
    margin-top: 20px;
    padding: 0
}

.download_block_cta ul li {
    margin-bottom: 15px
}

.footer {
    width: 100%;
    margin: 15px 0 0;
    padding: 0
}

.footer_con {
    padding-bottom: 40px
}

.footer_con .number {
    text-align: center;
    font-family: 'Louis';
    font-size: 14px;
    color: #6d6c6c
}

.footer_con .number a {
    text-decoration: none;
    color: #6d6c6c
}

.links {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #aeaeae;
    padding-top: 25px;
    padding-bottom: 25px
}

.profile {
    margin: 0 auto;
    padding: 0;
    height: 180px
}

.profile ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.profile ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae
}

.service ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.service ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service ul li {
    margin-left: 35%
}

.legal {
    padding-left: 9%;
    padding-right: 6%
}

.legal h5 {
    font-family: 'Louis';
    font-size: 12px;
    color: #6d6c6c;
    margin: 0 auto;
    padding: 0 0 0 105px;
    line-height: 20px
}

.one_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.two_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.three_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.entry-title {
    display: none
}

.protfolio .protfolio-banner {
    background-image: url("images/potfolio_familia.jpg");
    width: 100%;
    height: 528px
}

.protfolio .protfolio-banner h1 strong {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.protfolio .protfolio-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    position: absolute;
    bottom: 0;
    RIGHT: 0;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal
}

.protfolio .protfolio-banner .banner-content {
    position: relative;
    height: 100%
}

.concesionario .concesionario-banner {
    background-image: url("images/concesionario-banner.jpg");
    width: 100%;
    height: 731px
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box .box {
    padding: 35px 30px 20px;
    background: #999999;
    margin: 10px;
    max-width: 290px
}

.footer_form .padd_remove {
    margin: 0 auto;
    padding: 0
}

.left_banner img {
    width: 100%;
    max-width: 760px
}

.image_form .image_form_border {
    padding: 50px 40px
}

.info+.first_filed {
    margin-top: 0
}

.img-left {
    padding-right: 20px !important
}

.img-left .vc_column-inner {
    padding-top: 0 !important
}

.form-right .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important
}

div.wpcf7-response-output {
    margin: 0;
    display: none
}

.image_form .image_form_border .clearfix input+span,
.image_form .image_form_border .clearfix select+span {
    float: left;
    margin-left: 20px
}

.image_form .image_form_border .clearfix input+.departamento {
    margin-top: 5px
}

.links .profile {
    padding-left: 0
}

.banner-blk .wpb_wrapper .wpb_wrapper {
    padding-left: 0;
    margin-left: -20px
}

.banner-blk .wpb_wrapper .wpb_wrapper p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding-right: 25px;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper .wpb_wrapper p {
    display: block;
    color: #313131 !important
}

.three_colume .wpb_wrapper:hover .banner-blk {
    background-color: rgba(244, 188, 0, 0.8)
}

.hover-text.wpb_content_element {
    margin-bottom: 15px
}

.banner-blk .wpb_wrapper .wpb_wrapper::before {
    content: "";
    width: 0
}

.hover-btn.banner-vermas .vc_btn3,
.hover-btn.banner-vermas button {
    margin-left: -20px;
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas .vc_btn3,
.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas button {
    display: block;
    box-shadow: inherit !important;
    line-height: 1.5
}

.three_colume .wpb_wrapper:hover h1,
.three_colume .wpb_wrapper:hover h4 {
    color: #303030
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper:before {
    background-color: #303030
}

.carousel-inner .item {
    background-position: center bottom
}

#campana.item,
#campana2.item {
    background-position: center bottom
}

.hero-slider {
    width: 100%
}

.hero-slider .item {
    width: 100%;
    height: 725px;
    background-size: cover;
    background-position: center
}

body:not(.custom-background-image):after,
body:not(.custom-background-image):before {
    height: 0
}

.col3-banner.row {
    margin: 0
}

.col3-banner ul {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: -80px 0 0
}

.col3-banner ul li {
    max-width: 400px;
    height: 550px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px
}

.help-blk {
    display: flex;
    margin: 60px 0 0
}

.help-blk .img-blk {
    width: 740px;
    height: 470px;
    float: left;
    flex: 0 0 40%;
    background-position: -10px center;
    background-repeat: no-repeat
}

.help-blk .help-form {
    background: #f3f5f6;
    padding: 20px;
    flex: 0 0 60%
}

.help-form .form-wrap {
    border: 1px solid #8c8d8e;
    height: 470px
}

.store-banner {
    text-align: center
}

.terms-policy-menu li {
    list-style: none
}

.terms-policy-menu li a span,
footer nav li a {
    color: #6d6c6c;
    position: relative !important
}

.site-footer .main-navigation,
.site-footer .main-navigation ul li {
    display: block
}

.site-footer .main-navigation ul li {
    float: none
}

.lbl-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #252525;
    flex-grow: 1;
    align-items: stretch
}

.site-footer {
    align-items: flex-start
}

.nav li a:after {
    content: "" !important
}

.main-navigation ul li a {
    font-size: 18px;
    font-family: 'Louis';
    font-weight: bold;
    text-transform: uppercase
}

ul#menu-primary-menu>li a {
    color: #fff
}

ul#menu-primary-menu ul.sub-menu li a {
    color: #3b3b3b
}

ul#menu-primary-menu ul.sub-menu li a:after {
    contain: "";
    position: absolute;
    background-image: url("img/menu_arrow.png");
    width: 5px;
    height: 10px;
    transform: rotate(0deg);
    top: 40%
}

ul#menu-primary-menu ul.sub-menu li>ul li a:after {
    display: none
}

ul#menu-primary-menu ul.sub-menu li:hover,
ul#menu-primary-menu ul.sub-menu ul li {
    background-color: #d5d5d5
}

ul#menu-primary-menu ul.sub-menu .sub-menu li:hover {
    background-color: #c6c6c6
}

.main-navigation ul ul:after,
.main-navigation ul ul:before {
    border: 0
}

.carousel-indicators li {
    background-color: rgba(131, 131, 131, 0.5) !important;
    border: 0 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px !important
}

.carousel-indicators li.active {
    background-color: #f4bc00 !important
}

.image_form.Concesionarios.image_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form.Concesionarios.image_form h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form.Concesionarios.image_form .city,
.image_form.Concesionarios.image_form .first_filed,
.image_form.Concesionarios.image_form .info {
    margin-bottom: 15px;
    max-width: 740px;
    width: 100%
}

.image_form.Concesionarios.image_form input {
    width: 100%;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    float: none
}

.image_form.Concesionarios.image_form .city br,
.image_form.Concesionarios.image_form .first_filed br,
.image_form.Concesionarios.image_form .info br {
    display: none
}

.image_form.Concesionarios.image_form .first_filed input.left {
    float: left;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form .first_filed input.right {
    float: right;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form select {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    margin-top: 12px
}

.image_form.Concesionarios.image_form select.right {
    float: right
}

.Concesionarios_cta {
    width: 100%;
    max-width: 130px;
    padding-top: 80px
}

.image_form.Concesionarios.image_form .Concesionarios_cta input {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 100%;
    max-width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset;
    border: 2px solid #000;
    border-radius: unset
}

.image_form.Concesionarios.image_form .Concesionarios_cta input:focus,
.image_form.Concesionarios.image_form .Concesionarios_cta input:hover {
    background-color: #000000;
    color: #fff;
    outline: none
}

.concesionario .concesionario-banner {
    background-image: url("../images/concesionario-banner.jpg");
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 23%;
    background-size: cover
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    max-height: 7.2em
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box {
    margin-top: -100px;
    margin-bottom: 100px
}

.concessionaire-box .carousel .carousel-inner {
    text-align: left
}

.concessionaire-box .carousel .carousel-inner .item .box {
    text-align: left
}

.concessionaire-box .box {
    padding: 35px 15px 20px;
    background: #f7f8f9;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    float: none
}

.concessionaire-box .box ul {
    padding: 0;
    margin-top: 10px
}

.concessionaire-box .box .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold
}

.concessionaire-box .box li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire-box .container {
    margin: 0 auto !important;
    padding: 0 !important
}

.concessionaire-box .box li .bullet {
    position: absolute;
    left: -15px;
    color: #acacac;
    font-size: 28px;
    top: -6px
}

.concessionaire-box .box li span {
    color: #acacac
}

.concessionaire-box .box li .cta_ver_mas {
    text-align: center;
    margin-top: 15px
}

.concessionaire-box .box li a {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    text-decoration: none;
    word-break: break-all
}

.concessionaire-box .carousel-indicators {
    bottom: -60px;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: auto;
    margin-left: 0
}

.concessionaire-box .box:hover .bullet {
    color: #f6a900
}

.concessionaire-box .box:hover .cta_ver_mas a {
    color: #000000;
    font-weight: bold
}

.concessionaire-box .carousel-indicators li {
    background-color: #dbdbdb
}

.concessionaire-box .carousel-indicators .active {
    background-color: #f4bc00
}

.series-header p,
.series-header p a {
    display: inline-block
}

.series-header p a {
    cursor: pointer
}

.series-header p {
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0
}

.series-header p+p {
    font: 16px 'Louis';
    color: #3b3b3b;
    text-transform: uppercase;
    float: right;
    margin-top: 8px;
    margin-right: 15px
}

.series-header {
    padding: 15px 0
}

.series-header p a .grid-icon {
    width: 29px;
    height: 27px;
    background: url("img/grid-icon.png") no-repeat center;
    display: block;
    margin: 0 18px
}

.series-list ul li i {
    width: 50%;
    display: inline-block;
    text-align: center
}

.series-list ul li i img {
    max-width: 100%
}

.series-list ul li {
    list-style: none;
    padding: 21px 0;
    cursor: pointer
}

.series-list ul li.active,
.series-list ul li:hover {
    background: #ebebeb
}

.modal-series-list.series-list ul li.active,
.modal-series-list.series-list ul li:hover {
    margin-right: 0
}

.series-list ul li p {
    display: inline-block;
    color: #2c2c2c;
    font: 20px 'Louis';
    text-transform: uppercase;
    width: 50%;
    vertical-align: middle
}

.series-list ul li p span {
    color: #4e4e4e;
    font: 16px Arial, Helvetica, sans-serif;
    text-transform: none;
    display: block
}

.series-list ul {
    padding-bottom: 5px;
    margin-left: 0
}

.series-list {
    border-bottom: 1px solid #d5d5d5;
    position: relative
}

.technlinfo ul {
    margin: 16px auto 35px;
    display: table;
    padding: 0;
    width: 100%;
    max-width: 1240px
}

.technlinfo ul li {
    width: 32.33%
}

.technlinfo ul li,
.technlinfo ul li i,
.technlinfo ul li p {
    display: inline-block
}

.technlinfo ul li i {
    width: 81px;
    height: 52px;
    text-align: center;
    margin-right: 5px
}

.technlinfo ul li p {
    display: inline-block;
    color: #4e4e4e;
    font: 20px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 75%
}

.technlinfo ul li p span {
    color: #2c2c2c;
    font: 24px/2 louis;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: bold
}

.title-black,
.title-white {
    color: #000000;
    font: 45px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #f4bc00;
    display: table;
    padding: 0
}

.title-white {
    color: #fff
}

.infoblock p {
    color: #5a5a5a;
    font: 16px/22px 'arial';
    letter-spacing: 0.01em;
    margin-top: 40px
}

.section-content-img .infoblock {
    background: #f7f8f9
}

.section-content-img .imageblock,
.section-content-img .infoblock {
    width: 50%;
    float: left;
    background-repeat: no-repeat !important
}

.section-content-img .infoblock {
    padding-left: 15px
}

#myCarousel {
    margin-bottom: 65px
}

@media screen and (min-width: 1367px) {
    .home .carousel-caption .container .sub_contant {
        right: -50px !important
    }
    .imageblock {
        height: 70vh !important;
        min-height: 60vh !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 480px) {
    .imageblock {
        height: 50vh !important;
        min-height: 270px !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

.imageblock {
    height: 70vh !important;
    min-height: 450px !important;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat
}

.infoblock .infowrap {
    max-width: 500px;
    float: right;
    margin-right: 8em
}

.section-content-img {
    display: flex;
    align-items: center;
    background: #f7f8f9
}

.product-advantage {
    padding: 70px 0
}

.product-advantage ul {
    margin-left: 0;
    display: table;
    margin: 75px auto 0
}

.product-advantage h2 {
    margin: 0 auto
}

.product-advantage ul li {
    list-style: none;
    display: inline-block
}

.product-advantage ul li i {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 1%;
    text-align: center;
    height: 117px
}

.product-advantage ul li h3 {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin: 20px auto
}

.product-advantage ul li p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    letter-spacing: 0.012em;
    padding: 0 15px
}

.product-advantage ul li p strong {
    font-weight: bold
}

.charastics-sctn {
    background: black
}

.col1-blk {
    width: 80%;
    margin: 0 auto
}

.col2-blk {
    width: 50%;
    float: left
}

.charastics-sctn {
    padding-top: 45px;
    margin-bottom: 200px
}

.col2-right label,
.yellow-btm label {
    color: #fff;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 1px
}

.col2-right {
    padding-right: 1em
}

.col2-right p,
.yellow-btm p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em
}

.charastics-sctn .yellow-btm {
    padding-bottom: 10px;
    padding-top: 120px;
    display: none
}

.yellow-btm label,
.yellow-btm p {
    color: #050606;
    line-height: normal
}

.charastics-sctn .yellow-btm>.container {
    width: 600px !important
}

.charastics-sctn .black-blk {
    position: relative;
    border-bottom: thin solid black
}

.charastics-sctn .black-blk:after {
    content: "";
    background: url("img/transperent-triangle1.png") no-repeat center;
    position: absolute;
    left: 0;
    bottom: -198px;
    width: 100%;
    height: 246px;
    background-size: 100% 154px
}

.cabindesign-blk .col2-blk+.col2-blk {
    padding-left: 40px;
    padding-top: 80px;
    order: 1
}

.cabindesign-blk .col2-blk .content-wrap {
    max-width: 480px
}

.cabindesign-blk .col2-blk .content-wrap p {
    color: #5a5a5a;
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    margin-top: 50px
}

.cotiza-banner .title-white {
    font-style: italic;
    font-size: 70px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8)
}

.cotiza-banner p {
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: 0.018em;
    color: #fff;
    margin: 20px 0
}

.btn-quote {
    width: 144px;
    height: 44px;
    border: 2px solid #f4bc00;
    color: #f4bc00 !important;
    display: table;
    text-align: center;
    font: 20px 'Louis';
    font-style: italic;
    font-weight: bold;
    line-height: 2;
    text-decoration: none !important
}

.btn-quote:hover {
    background-color: #f4bc00;
    color: #000 !important;
    outline: none
}

.cotiza-banner {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin: 20px 0
}

.yellow-strip {
    background: url("img/yellow-strip.png") no-repeat center;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 11
}

.yellow-strip p {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-weight: bold;
    margin: 25px 0 0
}

.modal-img iframe {
    width: 100%;
    height: 650px
}

section#conoce_div {
    margin-bottom: 39%
}

.modal-img {
    position: relative
}

#seriesCarousel .carousel-item {
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.series-listblk {
    position: relative
}

.series-hero-blk .series-listblk,
.series-hero-blk .series-slider {
    float: left
}

.series-hero-blk .series-slider {
    width: calc(100% - 480px)
}

.series-hero-blk .series-listblk {
    width: 480px
}

.technlinfo {
    clear: left
}

.series-listblk,
.series-slider {
    padding: 0 !important
}

#seriesCarousel .top-caption h1 {
    color: #fff;
    font: 60px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin-top: 40px
}

#seriesCarousel .top-caption {
    position: relative
}

#seriesCarousel .top-caption h1 span {
    font: 25px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none
}

.right-caption {
    width: 200px;
    position: absolute;
    top: 0;
    left: calc(100% - 230px) !important;
    right: inherit;
    padding-top: 75px !important;
    line-height: 25px
}

.right-caption .model-caption-btn {
    width: 200px;
    min-height: 35px;
    color: #fefefe;
    border: 2px solid #fefefe;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    z-index: 1;
    text-transform: uppercase
}

.right-caption p {
    text-align: left;
    color: #fefefe;
    font: 18px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase
}

.right-caption a {
    color: #fefefe;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: normal !important;
    margin-bottom: 10px;
    text-decoration: none !important
}

.right-caption.right-top {
    max-height: 230px
}

.right-caption a.last-caption-btn {
    position: absolute;
    bottom: 4px
}

.right-caption a.active,
.right-caption a:focus,
.right-caption a:hover {
    background-color: #fafafa;
    color: #4d4d4d;
    text-shadow: 0 0 0 !important;
    overflow: hidden;
    outline: none
}

.carousel-item {
    position: relative
}

#seriesCarousel .carousel-indicators {
    border-top: 2px solid #f5b200;
    display: table;
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 40px;
    left: inherit;
    right: 0
}

.series-list.scrollbox {
    overflow: auto;
    height: 520px;
    width: 97%
}

#PortfolioTab {
    margin-left: 0 !important
}

#PortfolioTab .nav-item {
    width: 50%;
    text-align: center
}

#PortfolioTab li a {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin: 0
}

#PortfolioTab li {
    position: relative;
    background: #dbdbdb;
    margin: 0;
    list-style: none
}

#PortfolioTab li:not(.active) a:hover {
    color: #fff
}

#PortfolioTab li.active a {
    font-weight: bold
}

#technlspctnTab {
    margin-left: 0;
    border: 0
}

#technlspctnTab li a {
    color: #898989;
    font: 27px 'Louis';
    font-weight: bold;
    font-style: italic;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 5px solid transparent
}

.technl-tab-blk .nav-tabs>li>a {
    border: 0
}

#technlspctnTab li.active a {
    color: #2c2c2c
}

#technlspctnContent .tab-pane {
    background-color: #f7f8f9;
    min-height: 670px
}

.technl-tab-blk {
    margin-top: 60px
}

#technlspctnContent .tab-pane ul {
    display: table;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0
}

#technlspctnTab li.active a {
    background: #f7f8f9 !important;
    border: 0;
    border-top: 5px solid #d8d5d5
}

#technlspctnTab li:hover a {
    background: #898989 !important;
    border: 0;
    color: #fff;
    border-top: 5px solid #f4bc00
}

.tab-pane ul li {
    list-style: none
}

#technlspctnContent ul li .left {
    clear: left;
    padding-left: 20px
}

#technlspctnContent ul li .center p,
#technlspctnContent ul li .left p,
#technlspctnContent ul li .right p {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1d1d1b;
    margin: 0
}

#technlspctnContent .tab-pane ul li .center p,
#technlspctnContent ul li .right p {
    color: #1d1d1b;
    font-weight: normal
}

#technlspctnContent ul li {
    display: table;
    width: 100%;
    border-bottom: 3px solid #c3c3c3;
    padding: 11px 0
}

.technlspctn-blk {
    margin: 60px 0 30px
}

.cabindesign-blk,
.technlspctn-blk {
    display: table;
    width: 100%
}

p.paddingleft6 {
    padding-left: 6em
}

p.paddingleft13 {
    padding-left: 13em
}

#TransmisionTabCont ul li .right p {
    text-align: center
}

#technlspctnContent #ChasisTabCont ul {
    max-width: 1028px
}

.cabindesign-blk {
    background: #f7f8f9;
    padding-bottom: 0;
    margin-top: 150px;
    display: flex;
    align-items: center
}

.concessionaire_popup {
    margin-top: -130px
}

.concessionaire_popup .back_btn a {
    font-size: 20px;
    font-family: "Louis";
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    left: 20px;
    text-transform: uppercase
}

.concessionaire_popup .back_btn a:before {
    background-image: url("img/back_arrow.png");
    width: 13px;
    height: 22px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: -20px;
    top: 13%
}

.concessionaire_popup .pop_up_box {
    background-color: #f7f8f9;
    margin-top: 40px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content .main_heading {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #666666;
    font-weight: bold;
    font-style: italic
}

.concessionaire_popup .pop_up_content {
    padding: 35px 100px 105px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 35px
}

.concessionaire_popup .pop_up_content .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
    padding-top: 25px
}

.concessionaire_popup .pop_up_content li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire_popup .pop_up_content li .bullet {
    position: absolute;
    left: 0;
    color: #acacac
}

.concessionaire_popup .pop_up_content li span {
    color: #666666
}

.concessionaire_popup .pop_up_content a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.concessionaire_popup .pop_up_content .padd_remove {
    padding-left: 0;
    padding-right: 0
}

.cabindesign-blk .col2-blk {
    float: right;
    padding-left: 40px;
    padding-top: 80px;
    order: 2
}

.btn360 {
    margin-top: 8px;
    font: 4.6875vw "Louis";
    color: #fff;
    font-weight: bold;
    font-style: italic;
    background: #2c2c2c;
    width: 36.875vw;
    height: 7.65625vw;
    text-align: center;
    display: block;
    line-height: 1.8
}

#Contact_Secetion_2 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    height: 650px;
    float: none
}

#Contact_Secetion_2 .sub_contant {
    margin: 20% 10% 0 0;
    width: 100% !important;
    max-width: 460px !important;
    float: right;
    z-index: 1
}

#Contact_Secetion_2 .contact_title {
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container .wpb_content_element {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#Contact_Secetion_2 .contact_title p {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 60px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 60px
}

.contact_title_desciption p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    margin-top: 20px
}

.Contact_Secetion_3_left.sub_container {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    text-transform: uppercase
}

.image_form_border_container>p {
    text-align: center
}

.contact_first br,
.contact_five br,
.contact_four br,
.contact_three br,
.contact_two br {
    display: none
}

.contact_first,
.contact_five,
.contact_four,
.contact_three,
.contact_two {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.contact_first input,
.contact_two input {
    width: 48%;
    margin-bottom: 30px !important;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 1px solid silver !important;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    line-height: 25px\0;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #ffffff !important;
    float: left
}

.contact_first input.contact_first_left {
    margin-right: 4%
}

.contact_first input+span,
.contact_two input+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_two input.contact_three_left {
    margin-right: 4%
}

#Contact_Secetion_3 .Contact_Secetion_3_left {
    float: right;
    text-align: left
}

.sub_container.Contact_Secetion_3_right {
    float: left
}

.Contact_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 25px
}

.contact_three {
    background-color: #ffffff
}

.contact_three select.contact_three_left {
    margin-right: 4%
}

.contact_three select {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    line-height: 25px;
    border: 1px solid silver !important;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    outline: none;
    background-color: #ffffff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url("img/form_down_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    padding-right: 43px
}

.contact_three select option {
    color: #515151
}

select::-ms-expand {
    display: none
}

#your-email-error,
#your-name-error {
    width: 45%;
    margin-right: 5%
}

.contact_three select+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_three select p {
    width: 45%;
    margin: 0 auto
}

.contact_four select {
    width: 100%;
    max-width: 620px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #ffffff;
    -moz-appearance: none !important;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url("img/form_down_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center
}

.contact_five input {
    width: auto !important;
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    line-height: 28px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    padding-bottom: 0;
    background-color: #f2f4f6;
    max-width: 650px
}

#Contact_Secetion_3 .image_form_contact {
    position: relative;
    background: #ffffff !important;
    height: 415px;
    margin-top: 15px;
    margin-bottom: 35px !important;
    padding-top: 15px;
    z-index: 5
}

#Contact_Secetion_3 .vc_column-inner {
    padding: 0
}

#Contact_Secetion_3 .image_form_border {
    border: none;
    width: 100%;
    margin-top: 0;
    height: 700px !important
}

#Contact_Secetion_3 input.button {
    height: 50px;
    border: 2px solid #ae891a !important;
    margin: 0 0 50px;
    background-color: #ae891a !important;
    color: #ffffff !important;
    border-radius: 0;
    margin-top: 25px;
    font-weight: normal
}

#Contact_Secetion_3 input.button:hover {
    background-color: #ae891a !important;
    color: #FFFFFF
}

.content-area .sub_container {
    width: 50%;
    padding: 0 0 0 60px;
    margin: 2% 0 0
}

.Contact_Secetion_3_left>.vc_column-inner {
    max-width: 500px
}

.content-area .sub_container h1 {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
    padding: 0
}

.content-area .sub_container .wpb_content_element {
    margin: 0 0 25px
}

.content-area .sub_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    font-weight: normal;
    margin: 0 0 30px;
    text-transform: none
}

.content-area .sub_container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #4e4e4e;
    font-weight: bold;
    margin: 0 0 20px
}

.content-area .sub_container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: normal;
    font-style: italic;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 0
}

button.mobile_cta {
    display: none !important
}

h4.mobile_form_txt {
    display: none !important
}

.terms-condition-banner {
    background-image: url("../images/terms-condition-banner.jpg");
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover
}

.terms-condition-detail .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.terms-condition-detail .terms-condition-box {
    background-color: #ffffff;
    display: table;
    width: 100%;
    margin: -105px auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content {
    padding: 30px 35px 40px 60px;
    display: table;
    width: 100%;
    margin: 0 auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
    font-size: 45px;
    line-height: 50px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_sub_title {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_description {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.modal_video .modal-dialog {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 50px auto !important;
    padding: 0 !important
}

.modal_video .modal-dialog .close {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog .close:hover {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog button {
    outline: none
}

.modal_video .modal-dialog .video {
    margin: 30px 0
}

.modal_btn .modal-dialog {
    width: 100% !important;
    max-width: 822px !important;
    margin: 125px auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog .modal-content {
    border-radius: 0
}

.modal_btn .close {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal_btn .close:hover {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal-dialog_form_sucess .close,
.modal-dialog_form_sucess .close:hover {
    color: #f4bc00
}

.modal_btn .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    background-color: #f4bc00;
    width: 100%;
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
    letter-spacing: 1px
}

.modal_btn .modal-dialog .modal-content .modal-body {
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-body p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Arial';
    color: #3b3b3b;
    width: 100%;
    text-align: justify
}

#seriesmodel {
    background: rgba(255, 255, 255, 0.95)
}

.series_modal .btn-header {
    display: flex;
    justify-content: center
}

.series_modal .tab-btn {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 236px;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.series_modal .tab-btn .down-icon {
    margin-left: 15px
}

.series_modal .tab-btn.active {
    background: #f4bc00;
    color: #fff;
    border-color: #f4bc00
}

.series_modal .tab-btn-right {
    position: absolute;
    right: 0;
    display: none
}

.modal-series-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.modal-series-list {
    border: 0
}

.modal-series-list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    border-right: 2px solid #ebebeb;
    min-height: 173px;
    vertical-align: middle
}

.modal-series-list ul li:nth-child(3n+0) {
    border: 0
}

.modal-series-list li i,
.modal-series-list li p {
    padding: 0 10px;
    margin: 0
}

.series_modal .close {
    color: #212121 !important
}

#campana .container .sub_contant,
#campana2 .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 760px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 100%;
    max-width: 715px
}

#campana .container .sub_contant .left,
#campana2 .container .sub_contant .left {
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left
}

#campana .container .sub_contant .left a,
#campana .container .sub_contant .left a:focus,
#campana2 .container .sub_contant .left a,
#campana2 .container .sub_contant .left a:focus {
    box-shadow: inherit !important;
    outline: 0 !important
}

#campana .container .sub_contant .left a img,
#campana2 .container .sub_contant .left a img {
    position: static
}

#campana .container .sub_contant .right,
#campana2 .container .sub_contant .right {
    width: 100%;
    max-width: 510px;
    height: auto;
    float: right
}

#campana .container .sub_contant .right h2,
#campana2 .container .sub_contant .right h2 {
    font-family: "Louis";
    font-size: 35px;
    line-height: 50px;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase
}

#campana .container .sub_contant .right h5,
#campana2 .container .sub_contant .right h5 {
    font-family: "Arial";
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f5b200
}

#campana .container .sub_contant .right h5 span,
#campana2 .container .sub_contant .right h5 span {
    display: block
}

.page-id-150 .carousel-indicators {
    bottom: 30%;
    left: 56%;
    right: inherit;
    position: absolute;
    width: auto;
    max-width: 510px
}

#campana .container .sub_contant .cta,
#campana2 .container .sub_contant .cta {
    width: 160px;
    height: 42px;
    border: 2px solid #f4bc00;
    display: none
}

#campana .container .sub_contant .cta a,
#campana2 .container .sub_contant .cta a {
    font-family: "Louis";
    font-size: 25px;
    line-height: 38px;
    display: none;
    text-decoration: none
}

#campana .container .sub_contant .cta a:hover,
#campana2 .container .sub_contant .cta a:hover {
    background-color: #f4bc00;
    color: #2f2f2f;
    display: none
}

.image_form_campana {
    background: #f3f5f6;
    height: 475px
}

.image_form_campana .image_form_border {
    padding: 30px 40px
}

.image_form_campana h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form_campana h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form_campana input.name {
    width: 345px;
    float: left;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.tele {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.email {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 25px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana .image_form_border .clearfix input+.departamento {
    margin-top: 13px
}

.image_form_campana .image_form_border .clearfix input+span,
.image_form_campana.image_form_border .clearfix select+span {
    float: none;
    margin-left: 20px
}

.image_form_campana .first_filed {
    margin-top: 30px;
    max-width: 768px;
    width: 100%
}

.image_form_campana .second_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed select.adress {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .last_filed select.vehicle {
    width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .image_form_border .last_filed.clearfix select+.departamento {
    float: none;
    margin-left: 20px
}

.image_form_campana input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset
}

.image_form_campana input.button:hover {
    background-color: #000000;
    color: #fff
}

.two_colume {
    margin-bottom: 50px
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.family-hero-banner {
    height: 530px;
    position: relative
}

.family-hero-banner .wpb_wrapper {
    position: absolute;
    bottom: 70px;
    left: calc(100% - 940px)
}

.family-hero-banner .wpb_wrapper h1 {
    color: #fff;
    font: 50px "Louis";
    font-style: italic;
    max-width: 580px;
    text-transform: initial
}

.family-hero-banner .wpb_wrapper h6 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #fcfbfa;
    background-color: #cdcbcb54;
    padding: 5px;
    border-radius: 5px;
    max-width: max-content
}

.family-hero-banner .wpb_wrapper h1 strong {
    display: block
}

.famlyN-cont {
    margin: 0 auto !important;
    float: none !important
}

.famlyN-cont p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    margin-top: 35px
}

#PortfolioTab {
    border-bottom: 4px solid #f5bf0d
}

.family-moters-blk {
    background: #f7f8f9;
    padding-bottom: 130px
}

.family-moters-blk .container {
    margin: 0 auto !important;
    display: flex;
    align-items: center
}

.family-moters-blk .left-content {
    padding-top: 30px
}

.family-moters-blk .wpb_single_image {
    float: left;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    background: #e6e6e6;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.family-moters-blk .wpb_single_image {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.family-moters-blk .wpb_single_image h2 {
    color: #2c2c2c;
    font: 16px Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    left: 0
}

.family-moters-blk .container .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.family-moters-blk .right-content {
    padding-top: 50px;
    float: right;
    order: 2
}

.family-moters-blk .left-content {
    order: 1
}

.family-moters-blk .right-content h2 {
    margin: 0
}

.family-moters-blk .right-content .wpb_wrapper ul {
    margin-left: 0
}

.family-moters-blk .right-content .wpb_wrapper ul li {
    margin-top: 50px;
    position: relative;
    padding-left: 10px;
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a
}

.family-moters-blk .right-content .wpb_wrapper p {
    margin-top: 50px
}

.family-moters-blk .right-content .wpb_wrapper ul li:before {
    content: "";
    border-left: 8px solid #f5bf0d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px
}

.family-moters-blk figure img {
    max-height: 325px;
    width: auto !important;
    margin: 0 auto;
    padding: 0 15px 15px
}

.family-moters-blk figure img {
    padding-top: 55px\0
}

.prod-advantage {
    display: flex;
    align-items: center
}

.prod-advantage .left-col {
    padding-top: 55px
}

.prod-advantage .left-col>.vc_column-inner {
    max-width: 510px;
    position: relative;
    left: 22em
}

.prod-advantage .left-col>.vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 0
}

.prod-advantage .left-col .title-black {
    line-height: 55px
}

.prod-advantage .left-col p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    margin-top: 30px
}

.prod-advantage .left-col p strong {
    font-weight: bold
}

.prod-advantage .right-col img {
    margin-top: 20px
}

.distance-blk {
    background: #131414;
    padding: 50px 0 0;
    margin-top: 25px
}

.vc_row-has-fill.distance-blk {
    background-position: center bottom !important;
    padding-bottom: 105px
}

.distance-blk .container {
    margin: 0 auto !important;
    float: none;
    text-align: center
}

.distance-blk .title-white {
    margin-left: auto;
    margin-right: auto
}

.distance-blk p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    text-align: left;
    margin: 50px auto;
    max-width: 790px
}

.distance-blk .container .vc_column-inner .wpb_wrapper {
    margin: 0 auto
}

.distance-blk .container .wpb_single_image {
    text-align: center;
    margin-bottom: 85px
}

.family-btm-video {
    height: 690px
}

.family-video-wrap {
    margin-bottom: 50px
}

.family-btm-video .vc_column-inner {
    height: 100%
}

.family-btm-video iframe {
    width: 100%;
    height: 690px !important
}

.family-btm-video .play-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer
}

.family-contact-left .vc_column-inner {
    height: 473px
}

.family-contact-blk {
    margin: 40px 0
}

.frenos-blk .container {
    float: none
}

.frenos-col-wrap .vc_col-sm-4 h2 {
    color: #2c2c2c;
    font: 26px 'Louis';
    font-weight: bold;
    font-style: italic
}

.frenos-col-wrap .vc_col-sm-4 p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    margin-top: 20px
}

.frenos-col-wrap .vc_col-sm-4 {
    padding-right: 20px;
    float: none;
    display: inline-block
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image {
    min-height: 165px;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image img {
    position: relative;
    z-index: 2;
    max-width: 350px\0;
    max-height: 165px !important;
    width: auto
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    color: #2c2c2c;
    font: 163px 'Louis';
    font-weight: bold;
    opacity: 0.12;
    top: -80px;
    z-index: 1
}

.frenos-col-wrap {
    margin-top: 80px
}

.frenos-blk {
    padding-bottom: 40px
}

div.wpcf7-mail-sent-ok {
    border: none
}

.error404 {
    background-image: url("img/erro_404_bg.jpg");
    background-repeat: no-repeat;
    background-color: #f4bc00
}

.error404 .site {
    background-color: unset
}

.error404 .page-header {
    border: none
}

.error404 .page-content .error_containe {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.error404 .page-content .error_containe h1 {
    margin: 100px 0 0;
    padding: 0;
    font-family: 'Louis';
    font-size: 140px;
    color: #565656;
    line-height: 140px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

.error404 .page-content .error_containe span {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 29%
}

.error404 .page-content .error_containe .error_bottom_con {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    top: 80%
}

.error404 .page-content .error_containe .error_bottom_con p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f
}

.error404 .page-content .error_containe .error_bottom_con button {
    width: 100%;
    max-width: 260px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #000000;
    font-family: 'Louis';
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    font-style: italic;
    line-height: 5px;
    margin: 40px 0 0;
    outline: none
}

.error404 .page-content .error_containe .error_bottom_con button:focus,
.error404 .page-content .error_containe .error_bottom_con button:hover {
    background-color: #1f1f1f;
    color: #fff;
    outline: none;
    border: 2px solid #1f1f1f
}

.error404 .cotiza-banner {
    display: none
}

.error404 .footer {
    display: none
}

#PortfolioTab .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1
}

#PortfolioTab li:first-child.nav-item.active:before {
    right: -50px;
    border-left: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab li+li.nav-item.active:before {
    left: -50px;
    border-right: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab>li.active>a,
#PortfolioTab>li.active>a:focus,
#PortfolioTab>li.active>a:hover {
    background-color: #fff !important
}

#PortfolioTab>li.active>a {
    padding-top: 15px;
    padding-bottom: 12px
}

#PortfolioTab .nav-item.active {
    margin-top: -7px !important;
    height: 50px;
    background-color: #f5bf0d !important
}

.site-content #PortfolioTab .nav>li>a:focus,
.site-content .nav>li>a:hover {
    background-color: #dbdbdb !important
}

#PortfolioTab li a:hover,
#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    background-color: #a1a2a2 !important
}

#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    color: #fff
}

#PortfolioTab li.active:hover:before {
    border-left-color: #a1a2a2 !important;
    border-right-color: #a1a2a2 !important
}

.carousel-col4Desktop.owl-carousel .owl-item img {
    width: auto;
    display: table;
    margin: 0 auto;
    max-height: 100% !important
}

.carousel-col4Desktop .owl-stage-outer .owl-stage {
    margin: 0 auto
}

#Contact_Secetion_2:before,
.carousel.slide .item::before,
.concesionario-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 100% auto;
    width: 100%;
    height: 100%
}

#Contact_Secetion_2:before {
    height: 650px\0 !important
}

#Contact_Secetion_2:after,
.carousel.slide:after,
.concesionario-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("img/banner-btm-shadow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 0
}

#myCarousel_2.carousel.slide:after {
    background-image: inherit !important
}

#Contact_Secetion_2:before,
.carousel.slide:before,
.concesionario:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("img/top-shadow.png");
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 1
}

.onlyfordesktop#Contact_Secetion_2:before {
    background-size: 0 !important
}

#Contact_Secetion_2 {
    position: relative
}

#Contact_Secetion_2:before {
    height: 100em;
    max-height: 650px
}

@supports (-ms-ime-align: auto) {
    #Contact_Secetion_2:before {
        height: 46em !important;
        max-height: 650px
    }
}

.concesionario-banner:after {
    background-position: bottom center
}

#seriesCarousel.carousel.slide:after,
.concessionaire-box .carousel.slide:before,
.page-template-concesionarios .carousel.slide:after {
    content: inherit;
    content: initial
}

#SeriesTabCont .carousel.slide .item::before,
.concessionaire-box .carousel.slide:before {
    background-color: rgba(0, 0, 0, 0) !important
}

.concesionario-banner {
    position: relative
}

.footer {
    clear: both;
    padding-top: 35px
}

.series-slider {
    position: relative
}

.wpcf7-form label.error {
    padding: 0;
    margin: 0 auto;
    max-width: none;
    display: inline-block;
    float: none
}

.first_filed br,
.info br {
    display: none
}

.info span.wpcf7-not-valid-tip {
    position: absolute;
    margin: 0 auto !important;
    font-size: 15px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #namesname-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #telefono-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #emailadd-error {
    position: absolute;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    line-height: 14px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.info #ciudaddata-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #departamento-error {
    position: absolute;
    top: auto;
    bottom: -35%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed.last_filed #messagetext-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 39px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.contact_first #namesname-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_first #emailadd-error {
    position: absolute;
    top: 55%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis'
}

.contact_two #celular-error {
    position: absolute;
    top: 77%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_two #telefono-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #departamentos-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #ciudad-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_four #tipo_de_solicitud-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_five #detaila_tu_solicitud-error {
    position: absolute;
    top: 100%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

div.wpcf7-mail-sent-ng {
    border: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    display: none !important
}

.left-btm-img {
    margin-bottom: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-top: 55px;
    z-index: 1
}

.home_page.container {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important
}

.concessionaire-box .box ul li,
.concessionaire-box .box ul li a,
.concessionaire-box .box ul li p,
.concessionaire_popup ul li,
.concessionaire_popup ul li a,
.concessionaire_popup ul li p {
    font: 15.5px Arial, Helvetica, sans-serif;
    color: #262626
}

.concessionaire_popup ul li p {
    margin-bottom: 0;
    line-height: 1.5
}

.concessionaire_popup ul li a {
    margin-bottom: 8px;
    display: block
}

.concessionaire-box .box ul li a,
.concessionaire_popup ul li a,
.concessionaire_popup ul li a:focus {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    outline: none
}

.concessionaire-box .box ul li p {
    margin-bottom: 5px
}

.concessionaire-box .box ul li p+p {
    color: #666666
}

.concessionaire-box .carousel .item:before {
    background-color: transparent
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important
}

.download .left-verticle-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer_form .left_banner {
    height: 473px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer_form_left {
    padding-left: 0 !important
}

.footer_form_right {
    padding-right: 0 !important
}

.modal_btn .modal-dialog_form_sucess {
    width: 100% !important;
    max-width: 334px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog_form_sucess .modal-content_form_sucess .modal-header_form_sucess {
    background-color: #f4bc00;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    position: relative
}

.modal-header_form_sucess:after {
    content: '';
    position: absolute;
    background-image: url("images/form_pop_msg.png");
    width: 94px;
    height: 94px;
    top: -50px;
    left: auto;
    right: 120px
}

.modal-content_form_sucess h4 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px
}

.modal-content_form_sucess {
    background-color: #fff
}

.modal-content_form_sucess h3 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    max-width: 200px;
    padding-bottom: 35px
}

.concessionaire_popup {
    z-index: 1;
    position: relative
}

.concessionaire_popup {
    margin-bottom: 50px
}

.breadcrumb span {
    color: #3b3b3b;
    font: 16px 'Louis';
    font-style: italic;
    position: relative;
    text-transform: uppercase
}

.breadcrumb span~span {
    padding-left: 10px;
    margin-left: 5px
}

.breadcrumb span:last-child span {
    box-shadow: 0 0 0 #3b3b3b;
    border-bottom: 1px solid #000
}

.breadcrumb {
    margin-top: 77px;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f4f4f4 !important
}

#PortfolioTab {
    margin-top: 0 !important
}

.cta_ver_mas a {
    font-weight: bold;
    font-style: italic !important
}

.feature-piller-wrap {
    margin: -135px 0 58px
}

.feature-piller-wrap .container ul {
    display: table;
    width: 100%;
    margin-bottom: 0
}

.feature-piller-wrap .piller-blk {
    position: relative;
    overflow: hidden
}

.feature-piller-wrap .piller-blk .background-layer {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.cloud {
    position: absolute;
    bottom: 0
}

.yellow-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(244, 188, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.piller-blk:hover .yellow-overlay {
    opacity: 1
}

.piller-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px
}

.pillercontainer {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3)
}

.piller-info h2 {
    font-family: 'Louis' !important;
    font-size: 25px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid #f4bc00;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.piller-info p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: 0.01em;
    display: none;
    margin-bottom: 20px
}

.piller-info .vermas-btn {
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none;
    text-align: center;
    text-decoration: none;
    box-shadow: inherit
}

.piller-blk:hover .vermas-btn,
.piller-blk:hover p {
    display: block
}

.piller-blk:hover h2 {
    color: #2f2f2f;
    text-shadow: 0 0 0
}

.piller-blk:hover h2 {
    border-color: #303030
}

.piller-info .piller-title {
    position: relative
}

.piller-blk:hover .piller-info .piller-title:before {
    background-color: #303030
}

.navbar-static-top {
    top: -80px
}

@media screen and (min-width: 1200px) {
    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1.2)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    @keyframes zoom {
        from {
            transform: scale(1.2)
        }
        to {
            transform: scale(1)
        }
    }
    @-webkit-keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    @keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    .carousel-inner .item.animation {
        -webkit-animation: zoom 0.8s;
        animation: zoom 0.8s
    }
    .page-template-buses .carousel-inner .item.animation,
    .single-bus .carousel-inner .item.animation,
    .single-serie .carousel-inner .item.animation,
    .tax-buses .carousel-inner .item.animation,
    .tax-model .carousel-inner .item.animation {
        -webkit-animation: zoom 0;
        animation: zoom 0
    }
    #Contact_Secetion_2.animation,
    .concesionario-banner.animation {
        -webkit-animation: zoomBanner 0.8s;
        animation: zoomBanner 0.8s
    }
}

.frenos-col-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-inline-box;
    display: block;
    display: -ms-inline-grid;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.frenos-col-wrap {
    display: flex
}

.page-id-1030 .cabindesign-blk {
    display: none
}

.page-id-1030 #conoce_div,
.page-id-1186 #conoce_div,
.page-id-1194 #conoce_div {
    margin-bottom: 0
}

.series-list li a {
    display: block
}

.carousel-caption.right-caption.onlyfordesktop {
    padding-left: 14px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    align-content: center;
    height: calc(100% - 4px)
}

#PortfolioTabContent .carousel-caption {
    z-index: 1\0
}

@media screen and (max-width: 1366px) and (min-width: 990px) {
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important;
        background-position: left -70px !important;
        background-size: auto 500px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .technlinfo ul li p {
        font-size: 15px !important
    }
    #technlspctnContent img {
        width: 100%
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .famlyN-cont p,
    .famlyN-cont p,
    .famlyN-cont p {
        font-size: 18px !important
    }
    .home_page .carousel .item,
    .terms-condition-banner {
        height: 486px;
        background-size: cover !important
    }
    .terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
        font-size: 34px
    }
    .navbar-inverse .navbar-nav li a {
        padding-top: 13px;
        font-size: 12px !important;
        font-weight: 200 !important
    }
    .sub-menu .dropdown-toggle:after {
        top: -22px !important
    }
    .sub-menu .dropdown-toggle.toggled-on:after {
        top: -24px !important
    }
    .logo {
        width: 220px !important
    }
    .home_page .carousel-caption .container .sub_contant {
        max-width: 40vw !important
    }
    .page-id-150 .home_page .carousel-caption .container .sub_contant {
        max-width: 760px !important
    }
    .home_page .sub_contant h1,
    .home_page .sub_contant h1 span,
    .home_page .sub_contant label,
    .home_page .sub_contant label span {
        font-size: 30px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    section.home_page .carousel-indicators {
        top: 63% !important
    }
    .home_page .sub_contant .cta {
        margin-top: 51px !important
    }
    .glyphicon-chevron-left:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .glyphicon-chevron-right:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .container {
        max-width: 70% !important
    }
    .home_page .sub_contant .cta {
        width: 95px !important;
        height: 32px !important
    }
    .home_page .sub_contant .cta a {
        line-height: 27px !important;
        font-weight: 200 !important
    }
    .piller-info h2 {
        font-size: 20px !important;
        font-weight: 80 !important;
        padding-left: 15px !important;
        border-left: 2px solid #f4bc00 !important;
        margin-bottom: 13px !important
    }
    .piller-blk:hover h2 {
        border-left: 2px solid #000 !important
    }
    .piller-info {
        padding: 20px !important;
        font-size: 14px !important
    }
    .piller-info .vermas-btn {
        color: #2f2f2f !important;
        font-family: 'Louis' !important;
        font-weight: bold !important;
        font-style: italic !important;
        font-size: 15px !important;
        color: #2f2f2f !important;
        width: 50% !important;
        height: 26px !important
    }
    select.vehicle {
        height: 36px !important;
        height: 20px\0 !important;
        border-bottom: 1px solid #a1a2a2 !important;
        margin-top: 0;
        margin-top: 10px\0;
        line-height: 35px;
        color: #515151
    }
     ::placeholder {
        font-size: 16px !important
    }
     :-ms-input-placeholder {
        font-size: 16px !important;
        line-height: 38px !important
    }
    .image_form h5 {
        font-size: 18px !important
    }
    .contact_three select,
    .contact_three select.contact_three_left {
        font-size: 13px\0 !important
    }
    .image_form .image_form_border {
        padding: 15px 10px !important
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.image_form {
        height: 380px;
        height: 355px\0
    }
    .footer_form .left_banner {
        height: 370px !important;
        background-size: cover !important
    }
    .image_form h6 {
        width: 85% !important;
        margin: 0 0 25px 0 !important;
        font-family: 'arial' !important;
        font-size: 13px !important;
        line-height: 15px !important
    }
    .image_form input {
        border-bottom: 1px solid #a1a2a2 !important
    }
    input.button {
        font-size: 20px !important;
        height: 26px !important;
        margin: 10px 0 20px 0 !important;
        height: 40px !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #000 !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .footer_con .number,
    .legal h5 {
        font-family: 'Louis';
        font-size: 10px !important;
        padding: 0 0 0 45px
    }
    .profile ul li a,
    .service ul li a {
        font-size: 10px !important;
        line-height: 20px !important
    }
    .footer_con {
        padding-bottom: 30px !important
    }
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 14px !important
    }
    .breadcrumb span {
        font: 14px 'Louis' !important;
        font-style: italic !important
    }
    .breadcrumb {
        margin-top: 56px;
        margin-bottom: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .family-hero-banner {
        position: relative
    }
    .family-hero-banner .wpb_wrapper h1 {
        line-height: 52px !important
    }
    .family-hero-banner .wpb_wrapper h1 {
        font: 47px "Louis" !important;
        font-style: italic !important
    }
    #myCarousel_concesionario .sub_contant h1 span,
    #myCarousel_concesionario .sub_contant label span {
        font-size: 24px !important;
        line-height: normal !important;
        font-weight: 200 !important
    }
}

select:focus {
    outline: none
}

.cotiza-banner .container {
    max-width: 1240px !important;
    width: 70% !important;
    margin: 0
}

.vc_custom_1512037851827 {
    background: rgba(0, 0, 0, 0.639216) url("https://busesycamioneschevrolet.com.co/wp-content/uploads/2017/10/LINEA-N_V2.jpg?id=3885");
    text-transform: uppercase
}

.family-hero-banner h1 {
    text-transform: uppercase !important
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px
}

@media screen and (min-width: 1200px) {
    .series-hero-blk .series-slider .item .img-wrap {
        min-width: 590px
    }
    .cabindesign-blk .col2-blk .content-wrap p,
    .col2-right p,
    .cotiza-banner p,
    .distance-blk p,
    .error404 .page-content .error_containe .error_bottom_con p,
    .family-moters-blk .right-content .wpb_wrapper ul li,
    .famlyN-cont p,
    .frenos-col-wrap .vc_col-sm-4 p,
    .hero-caption .famlyN-cont p,
    .infoblock p,
    .prod-advantage .left-col p,
    .product-advantage ul li p,
    .series-header p+p,
    .yellow-btm p {
        font-size: 1.2em !important;
        line-height: 22px !important
    }
}

.family-hero-banner {
    position: relative
}

.family-hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

input.info_left {
    margin-top: 15px\0
}

.breadcrumb span~span:before {
    content: "";
    position: absolute;
    border-left: 5px solid #f4bc00;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 4px
}

.series-hero-blk .series-slider .item .img-wrap {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%)
}

.banner_cta {
    width: 120px;
    height: 40px;
    border: 2px solid #f4bc00;
    margin-top: 30px;
    z-index: 1;
    background-color: #f4bc00;
    text-align: center;
    float: left;
    margin-right: 50px
}

.banner_cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #000;
    font-weight: bold;
    font-style: italic;
    line-height: 36px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.banner_cta a.focus:hover,
.banner_cta a:focus,
.banner_cta a:hover {
    color: #2f2f2f;
    text-decoration: none !important;
    outline: 0
}

.banner_cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

#mCSB_1_scrollbar_vertical {
    left: 0;
    opacity: 1;
    right: auto;
    position: static
}

#mCSB_1_scrollbar_vertical .mCSB_buttonDown {
    width: 30px;
    height: 30px;
    background: url("img/down-icon.png");
    left: 50%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    bottom: -40px;
    z-index: 9
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    width: 0;
    height: 0
}

#mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    width: 0;
    opacity: 0
}

.down-vertical-btn {
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

#mCSB_1_scrollbar_vertical .mCSB_buttonUp {
    display: none !important
}

#seriesCarousel .carousel-item .img-fluid {
    width: 100%\0
}

.modal-dialog_form_sucess {
    top: 50%;
    position: relative;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%)
}

.video_section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 690px;
    background-size: cover
}

.video_section .col1-blk {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: inherit
}

.video_section .col1-blk .left,
.video_section .left {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none
}

.video_section .col1-blk .left a:focus {
    outline: none
}

@media screen and (max-width: 1690px) and (min-width: 992px) {
    #Contact_Secetion_3 .Contact_Secetion_3_left {
        float: right;
        text-align: left;
        margin: 5%;
        padding: 0;
        width: 40%
    }
}

@media screen and (max-width: 1380px) and (min-width: 992px) {
    .image_form_border .image_form_border_container {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
        margin-right: 0
    }
}

body.modal-open {
    overflow: hidden !important;
    position: relative !important;
    width: 100%
}

#seriesCarousel .carousel-inner ol.carousel-indicators {
    display: none !important
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8)
}

.loader-icon {
    background: url("img/finall_loder.png");
    width: 621px;
    height: 251px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 42%;
    -webkit-animation: test 1.5s steps(10) infinite;
    -moz-animation: test 1.5s steps(10) infinite;
    -ms-animation: test 1.5s steps(10) infinite;
    -o-animation: test 1.5s steps(10) infinite;
    animation: test 1.5s steps(10) infinite
}

@media screen and (min-width: 48.9375em) {
    body:not(.custom-background-image).admin-bar:before {
        top: 32px
    }
}

@media screen and (min-width: 56.875em) {
    .site-header {
        padding-right: 4.5455%;
        padding-left: 4.5455%
    }
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .wp-custom-logo .site-header-main {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .main-navigation {
        margin: 0
    }
    .main-navigation .primary-menu,
    .main-navigation .primary-menu>li {
        border: 0
    }
    .main-navigation .primary-menu>li {
        float: left
    }
    .main-navigation a {
        outline-offset: -8px;
        padding: 0.65625em 0.875em;
        white-space: nowrap
    }
    .main-navigation li.focus>a,
    .main-navigation li:hover>a {
        color: #007acc
    }
    .main-navigation ul ul {
        border-bottom: 1px solid #d1d1d1;
        display: block;
        left: -999em;
        margin: 0;
        position: absolute;
        z-index: 99999
    }
    .main-navigation ul ul ul {
        top: -1px
    }
    .main-navigation ul ul ul:after,
    .main-navigation ul ul ul:before {
        border: 0
    }
    .main-navigation ul ul li {
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-width: 0
    }
    .main-navigation ul ul a {
        white-space: normal;
        width: auto
    }
    .main-navigation ul ul:after,
    .main-navigation ul ul:before {
        border-style: solid;
        content: "";
        position: absolute
    }
    .main-navigation ul ul:before {
        border-color: #d1d1d1 transparent;
        border-width: 0 10px 10px;
        right: 9px;
        top: -9px
    }
    .main-navigation ul ul:after {
        border-color: #fff transparent;
        border-width: 0 8px 8px;
        right: 11px;
        top: -7px
    }
    .main-navigation li.focus>ul,
    .main-navigation li:hover>ul {
        left: auto;
        right: 0
    }
    .main-navigation ul ul li.focus>ul,
    .main-navigation ul ul li:hover>ul {
        left: auto;
        right: -100%
    }
    .main-navigation .menu-item-has-children>a {
        margin: 0;
        padding-right: 2.25em
    }
    .main-navigation .menu-item-has-children>a:after {
        content: "\f431";
        position: absolute;
        right: 0.625em;
        top: 0.8125em
    }
    .main-navigation ul ul .menu-item-has-children>a {
        padding-right: 2.0625em
    }
    .main-navigation ul ul .menu-item-has-children>a:after {
        right: 0.5625em;
        top: 0.875em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .dropdown-toggle,
    .main-navigation ul .dropdown-toggle.toggled-on,
    .menu-toggle,
    .site-footer .main-navigation,
    .site-header .social-navigation {
        display: none
    }
    .site-content {
        padding: 0
    }
    .content-area {
        float: left;
        width: 100%
    }
    .comments-area,
    .content-bottom-widgets,
    .entry-content,
    .entry-footer,
    .entry-header,
    .entry-summary,
    .image-navigation,
    .page-content,
    .page-header,
    .pagination,
    .post-navigation,
    .post-thumbnail {
        margin-right: 0;
        margin-left: 0
    }
    .sidebar {
        float: left;
        margin-left: 75%;
        padding: 0;
        width: 25%
    }
    .widget {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 3.230769231em;
        padding-top: 1.615384615em
    }
    .widget .widget-title {
        margin-bottom: 1.3125em
    }
    .widget address,
    .widget dd,
    .widget dl,
    .widget hr,
    .widget ol,
    .widget p,
    .widget table,
    .widget ul {
        margin-bottom: 1.6153846154em
    }
    .widget li>ol,
    .widget li>ul {
        margin-bottom: 0
    }
    .widget blockquote {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em;
        padding-left: 1.0625em
    }
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget td,
    .widget th {
        padding: 0.5384615385em
    }
    .widget pre {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget fieldset {
        margin-bottom: 1.6153846154em;
        padding: 0.5384615385em
    }
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154
    }
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        line-height: 1;
        padding: 0.846153846em
    }
    .widget input[type="date"],
    .widget input[type="time"],
    .widget input[type="datetime-local"],
    .widget input[type="week"],
    .widget input[type="month"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget input[type="tel"],
    .widget input[type="number"],
    .widget textarea {
        padding: 0.4615384615em 0.5384615385em
    }
    .widget h1 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-bottom: 0.9130434783em
    }
    .widget h2 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-bottom: 1.1052631579em
    }
    .widget h3 {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3125;
        margin-bottom: 1.3125em
    }
    .widget h4,
    .widget h5,
    .widget h6 {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.6153846154;
        margin-bottom: 0.9130434783em
    }
    .widget .alignleft {
        margin: 0.2307692308em 1.6153846154em 1.6153846154em 0
    }
    .widget .alignright {
        margin: 0.2307692308em 0 1.6153846154em 1.6153846154em
    }
    .widget .aligncenter {
        margin-bottom: 1.6153846154em
    }
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.6923076923;
        padding: 0
    }
    .widget_rss .rssSummary:last-child {
        margin-bottom: 1.615384615em
    }
    .widget input[type="search"].search-field {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px)
    }
    .widget .search-submit:before {
        font-size: 16px;
        left: 1px;
        line-height: 35px;
        width: 34px
    }
    .widget button.search-submit {
        padding: 0;
        width: 35px
    }
    .tagcloud a {
        margin: 0 0.2307692308em 0.5384615385em 0;
        padding: 0.5384615385em 0.4615384615em 0.4615384615em
    }
    .textwidget h1 {
        margin-top: 1.8260869565em
    }
    .textwidget h2 {
        margin-top: 2.2105263158em
    }
    .textwidget h3 {
        margin-top: 2.625em
    }
    .textwidget h4 {
        letter-spacing: 0.153846154em
    }
    .textwidget h4,
    .textwidget h5,
    .textwidget h6 {
        margin-top: 3.2307692308em
    }
    .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
        float: left;
        margin-right: 7.1428571%;
        width: 46.42857145%
    }
    .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
        margin-right: 0
    }
    .site-footer {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 4.5455% 3.5em
    }
    .site-footer .social-navigation {
        margin: 0;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .site-info {
        margin: 0.538461538em auto 0.538461538em 0;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .no-sidebar .content-area {
        float: none;
        margin: 0;
        width: 100%
    }
    .no-sidebar .comments-area,
    .no-sidebar .content-bottom-widgets,
    .no-sidebar .entry-content,
    .no-sidebar .entry-footer,
    .no-sidebar .entry-header,
    .no-sidebar .entry-summary,
    .no-sidebar .image-navigation,
    .no-sidebar .page-content,
    .no-sidebar .page-header,
    .no-sidebar .pagination,
    .no-sidebar .post-navigation {
        margin: 0 auto
    }
    .widecolumn {
        padding-right: 15%;
        padding-left: 15%
    }
}

@media screen and (min-width: 61.5625em) {
    .site-main {
        margin-bottom: 0
    }
    .site-header {
        padding: 0
    }
    .header-image,
    .site-branding,
    .site-header-menu {
        margin-top: 1.75em;
        margin-bottom: 1.75em
    }
    .image-navigation {
        margin-bottom: 3.230769231em
    }
    .post-navigation {
        margin-bottom: 7.0em
    }
    .pagination {
        margin-bottom: 5.894736842em
    }
    .widget {
        margin-bottom: 4.307692308em
    }
    .site-main>article {
        margin-bottom: 7.0em
    }
    .entry-title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.225;
        margin-bottom: 1.05em
    }
    .format-aside .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title,
    .format-gallery .entry-title,
    .format-image .entry-title,
    .format-link .entry-title,
    .format-quote .entry-title,
    .format-status .entry-title,
    .format-video .entry-title {
        font-size: 23px;
        font-size: 1.4375em;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .post-thumbnail {
        margin-bottom: 2.625em
    }
    .comment-content h1,
    .entry-content h1,
    .entry-summary h1 {
        font-size: 33px;
        font-size: 2.0625rem;
        line-height: 1.2727272727;
        margin-top: 1.696969697em;
        margin-bottom: 0.8484848485em
    }
    .comment-content h2,
    .entry-content h2,
    .entry-summary h2 {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 1.25;
        margin-top: 2em;
        margin-bottom: 1em
    }
    .comment-content h3,
    .entry-content h3,
    .entry-summary h3 {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.2173913043;
        margin-top: 2.4347826087em;
        margin-bottom: 1.2173913043em
    }
    .comment-content h4,
    .entry-content h4,
    .entry-intro h4,
    .entry-summary h4 {
        letter-spacing: 0.131578947em
    }
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6 {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.1052631579;
        margin-top: 2.9473684211em;
        margin-bottom: 1.473684211em
    }
    .author-info {
        border-bottom-width: 0;
        padding-bottom: 0
    }
    .comment-list+.comment-respond,
    .comment-navigation+.comment-respond {
        padding-top: 5.25em
    }
    .comments-area,
    .content-bottom-widgets .widget-area,
    .sidebar,
    .widecolumn {
        margin-bottom: 7.0em
    }
    body:not(.search-results) .entry-summary {
        margin-bottom: 2.210526316em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.105263158em
    }
    body:not(.search-results) article:not(.type-page) .entry-content {
        float: right;
        width: 71.42857144%
    }
    body:not(.search-results) article:not(.type-page) .entry-content>blockquote.alignleft.below-entry-meta {
        margin-left: -40%;
        width: -webkit-calc(60% - 1.4736842105em);
        width: calc(60% - 1.4736842105em)
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) img.below-entry-meta {
        clear: both;
        display: block;
        float: none;
        margin-right: 0;
        margin-left: -40%;
        max-width: 140%
    }
    body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
    body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
        margin: 0;
        max-width: 100%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: left;
        margin-top: 0.1538461538em;
        width: 21.42857143%
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:not(:last-child):after {
        display: none
    }
    .full-size-link,
    .single .byline,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link,
    body:not(.search-results).group-blog .byline {
        display: block;
        margin-bottom: 0.5384615385em
    }
    body:not(.search-results) article:not(.type-page) .entry-footer>span:last-child {
        margin-bottom: 0
    }
    body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
        display: block;
        height: auto;
        margin: 0 0 0.5384615385em;
        width: 49px
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: left;
        margin-right: -100%;
        margin-left: 34.99999999%;
        width: 50.00000001%
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
        margin-right: -100%;
        margin-left: 15%;
        width: 15%
    }
}

@media screen and (min-width: 75em) {
    body:not(.search-results) .entry-summary {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin-bottom: 1.826086957em
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -0.913043478em
    }
    body:not(.search-results) .entry-summary address,
    body:not(.search-results) .entry-summary dd,
    body:not(.search-results) .entry-summary dl,
    body:not(.search-results) .entry-summary hr,
    body:not(.search-results) .entry-summary ol,
    body:not(.search-results) .entry-summary p,
    body:not(.search-results) .entry-summary table,
    body:not(.search-results) .entry-summary ul {
        margin-bottom: 1.5217391304em
    }
    body:not(.search-results) .entry-summary blockquote>ul,
    body:not(.search-results) .entry-summary li>ul {
        margin-left: 0.956521739em
    }
    body:not(.search-results) .entry-summary blockquote>ol,
    body:not(.search-results) .entry-summary li>ol {
        margin-left: 1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote {
        font-size: 23px;
        font-size: 1.4375rem;
        line-height: 1.5217391304;
        margin: 0 0 1.5217391304em;
        padding-left: 1.347826087em
    }
    body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
        margin-left: -1.52173913em
    }
    body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
        margin-left: 0
    }
    body:not(.search-results) .entry-summary blockquote cite,
    body:not(.search-results) .entry-summary blockquote small {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.8421052632
    }
    body:not(.search-results) .entry-summary td,
    body:not(.search-results) .entry-summary th {
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary pre {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.75;
        margin-bottom: 1.75em;
        padding: 1.75em
    }
    body:not(.search-results) .entry-summary fieldset {
        margin-bottom: 1.5217391304em;
        padding: 0.3043478261em
    }
    body:not(.search-results) .entry-summary h1 {
        margin-top: 2.121212121em;
        margin-bottom: 1.060606061em
    }
    body:not(.search-results) .entry-summary h2 {
        margin-top: 2.5em;
        margin-bottom: 1.25em
    }
    body:not(.search-results) .entry-summary h3 {
        margin-top: 3.043478261em;
        margin-bottom: 1.52173913em
    }
    body:not(.search-results) .entry-summary h4,
    body:not(.search-results) .entry-summary h5,
    body:not(.search-results) .entry-summary h6 {
        margin-top: 3.684210526em;
        margin-bottom: 1.842105263em
    }
    body:not(.search-results) .entry-summary h1:first-child,
    body:not(.search-results) .entry-summary h2:first-child,
    body:not(.search-results) .entry-summary h3:first-child,
    body:not(.search-results) .entry-summary h4:first-child,
    body:not(.search-results) .entry-summary h5:first-child,
    body:not(.search-results) .entry-summary h6:first-child {
        margin-top: 0
    }
    body:not(.search-results) .entry-summary .alignleft {
        margin: 0.2608695652em 1.5217391304em 1.5217391304em 0
    }
    body:not(.search-results) .entry-summary .alignright {
        margin: 0.2608695652em 0 1.5217391304em 1.5217391304em
    }
    body:not(.search-results) .entry-summary .aligncenter {
        margin-bottom: 1.5217391304em
    }
}

@media print {
    .comment-edit-link,
    .comment-metadata .edit-link,
    .comment-reply-link,
    .comment-respond,
    .content-bottom-widgets,
    .edit-link,
    .header-image,
    .main-navigation,
    .navigation,
    .page-links,
    .pingback .edit-link,
    .sidebar,
    .social-navigation,
    button,
    form,
    input,
    select,
    textarea {
        display: none
    }
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    blockquote cite,
    blockquote small,
    body,
    pre {
        font-size: 12pt
    }
    blockquote {
        font-size: 14.25pt
    }
    .comment-content h2,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .page-title,
    .site-title,
    .widecolumn h2 {
        font-size: 17.25pt
    }
    .site-description {
        display: block
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em
    }
    .format-aside .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title,
    .format-gallery .entry-title,
    .format-image .entry-title,
    .format-link .entry-title,
    .format-quote .entry-title,
    .format-status .entry-title,
    .format-video .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em
    }
    .comment-content h1,
    .entry-content h1,
    .entry-summary h1 {
        font-size: 21pt
    }
    .comment-content h3,
    .entry-content h3,
    .entry-summary h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt
    }
    .author-bio,
    .comment-awaiting-moderation,
    .comment-metadata,
    .comment-notes,
    .entry-caption,
    .entry-footer,
    .gallery-caption,
    .site-description,
    .site-info,
    .sticky-post,
    .taxonomy-description,
    .wp-caption .wp-caption-text {
        font-size: 9.75pt
    }
    .site,
    body {
        background: none !important
    }
    .comment-author,
    .entry-title a,
    .site-branding .site-title a,
    blockquote cite,
    blockquote small,
    body {
        color: #1a1a1a !important
    }
    .comments-title,
    .page-header,
    blockquote {
        border-color: #1a1a1a !important
    }
    .author-bio,
    .comment-author,
    .comment-awaiting-moderation,
    .comment-metadata a,
    .comment-notes,
    .entry-caption,
    .entry-footer,
    .entry-footer a,
    .gallery-caption,
    .site-description,
    .site-info,
    .site-info a,
    .sticky-post,
    .taxonomy-description,
    .wp-caption .wp-caption-text,
    blockquote,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote {
        color: #686868 !important
    }
    code,
    hr {
        background-color: #d1d1d1 !important
    }
    .author-info,
    .comment-list .pingback,
    .comment-list .trackback,
    .comment-list article,
    .no-comments,
    abbr,
    acronym,
    pre,
    table,
    td,
    th {
        border-color: #d1d1d1 !important
    }
    a {
        color: #007acc !important
    }
    .comment-content a,
    .entry-content a,
    .entry-summary a,
    .pingback .comment-body>a,
    .taxonomy-description a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important
    }
    .site {
        margin: 5%
    }
    .site-inner {
        max-width: none
    }
    .site-header {
        padding: 0 0 1.75em
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em
    }
    .site-main {
        margin-bottom: 3.5em
    }
    .comments-area,
    .entry-content,
    .entry-footer,
    .entry-header,
    .entry-summary,
    .page-content,
    .page-header,
    .post-thumbnail {
        margin-right: 0;
        margin-left: 0
    }
    .post-thumbnail,
    .site-main>article {
        margin-bottom: 3.5em
    }
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em)
    }
    body:not(.search-results) .entry-header+.entry-summary {
        margin-top: -1.473684211em
    }
    .site-footer,
    .widecolumn {
        padding: 0
    }
}

@font-face {
    font-family: 'Louis-Bold';
    src: url("fonts/Louis-Bold.eot");
    src: url("fonts/Louis-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Bold.woff") format("woff"), url("fonts/Louis-Bold.ttf") format("truetype"), url("fonts/Louis-Bold.svg#Louis-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Italic';
    src: url("fonts/Louis-Italic.eot");
    src: url("fonts/Louis-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Italic.woff") format("woff"), url("fonts/Louis-Italic.ttf") format("truetype"), url("fonts/Louis-Italic.svg#Louis-Italic") format("svg");
    font-weight: normal;
    font-style: italic
}

@font-face {
    font-family: 'Louis';
    src: url("fonts/Louis-CondensedDemi.eot");
    src: url("fonts/Louis-CondensedDemi.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-CondensedDemi.woff") format("woff"), url("fonts/Louis-CondensedDemi.ttf") format("truetype"), url("fonts/Louis-CondensedDemi.svg#Louis-CondensedDemi") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-Regular';
    src: url("fonts/Louis-Regular.eot");
    src: url("fonts/Louis-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-Regular.woff") format("woff"), url("fonts/Louis-Regular.ttf") format("truetype"), url("fonts/Louis-Regular.svg#Louis-Regular") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Louis-BoldItalic';
    src: url("fonts/Louis-BoldItalic.eot");
    src: url("fonts/Louis-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Louis-BoldItalic.woff") format("woff"), url("fonts/Louis-BoldItalic.ttf") format("truetype"), url("fonts/Louis-BoldItalic.svg#Louis-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

.clearfix:after,
.container:after,
.nav:after,
.row:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

body {
    color: #5a5a5a
}

.logo {
    width: 293px;
    height: auto;
    float: left;
    padding-top: 10px
}

.logo a img {
    max-width: 100% !important;
    height: auto !important
}

.navbar-wrapper .navbar {
    float: right;
    border: none
}

.navbar-inverse {
    background-color: unset;
    border-color: unset;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-family: 'Louis';
    font-weight: 100;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    padding-top: 25px
}

ul#menu-primary-menu ul.sub-menu li a {
    font-weight: bold
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
    border-bottom: 2px solid #d2d2d3
}

.navbar-inverse .navbar-nav>li:first-child:after {
    content: '';
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    height: 5px;
    width: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
    right: 15px;
    top: 55%
}

.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.navbar-nav {
    float: left;
    margin: 0;
    display: -webkit-inline-box
}

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    margin-top: 0;
    width: 100%;
    z-index: 121
}

.carousel-control.right {
    left: 55px !important;
    top: 5.5%
}

.carousel-control {
    width: 45px !important
}

.carousel-control.left {
    left: 0;
    top: 5.5%
}

.carousel-control.left_2 {
    left: 0;
    top: 5.5%
}

.carousel-control.right_2 {
    left: 55px !important;
    top: 5.5%
}

.glyphicon-chevron-left:before {
    content: "" !important;
    background-image: url("images/slider_icon.png");
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    transform: rotate(180deg)
}

.glyphicon-chevron-left:hover::before {
    background-image: url("images/slider_icon_hove.png")
}

.glyphicon-chevron-right:before {
    content: "" !important;
    background-image: url("images/slider_icon.png");
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: block
}

.glyphicon-chevron-right:hover::before {
    background-image: url("images/slider_icon_hove.png")
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.2);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat
}

.three_colume .container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.container {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 0 auto;
    padding: 0
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important
}

.carousel-control.left_2,
.carousel-control.right_2 {
    background-image: none !important
}

.navbar-collapse.collapse ul.sub-menu li,
.navbar-collapse.collapse ul.sub-menu li:hover {
    border: 0
}

.navbar-collapse.collapse ul.sub-menu li {
    text-align: left
}

.navbar-collapse.collapse ul.sub-menu li a {
    padding: 0.75625em 1.8em
}

.navbar-collapse.collapse ul.sub-menu li:hover a {
    text-decoration: none
}

.home_page .carousel {
    margin-bottom: 0;
    position: relative
}

.home_page .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.home .home_page .carousel-caption {
    bottom: 20px
}

.page-id-150 .carousel-caption {
    z-index: 1;
    left: 0;
    right: 0
}

.home_page .carousel-caption {
    z-index: 0
}

.home_page .item_img_one {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .item_img_two {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .item_img_three {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .item_img_four {
    background-image: url("images/slider_banner.jpg");
    background-repeat: no-repeat
}

.home_page .carousel .item {
    height: 590px;
    min-height: calc(100vh - 200px);
    background-position: center center;
    background-color: #555;
    background-size: cover
}

.home .home_page .carousel .item {
    min-height: 500px;
    height: 75vh
}

.home_page .carousel img {
    position: absolute;
    top: 10px;
    left: 0;
    min-height: 40px;
    outline: none
}

.home .home_page .carousel-indicators {
    display: table;
    left: 79em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: inherit;
    top: 56%\0
}

.page-id-150 .home_page .carousel-indicators {
    top: 73%
}

.carousel-inner>.item>img,
.home_page .carousel-inner>.item>a>img,
.img-responsive,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: -24%
}

.home_page .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.home_page .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 460px
}

.home_page .sub_contant h1,
.home_page .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 15px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

.home_page .sub_contant h1 span,
.home_page .sub_contant label span {
    font-family: 'Louis';
    font-size: 33px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

.home_page .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.home_page .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.home_page .sub_contant .cta a:hover {
    color: #2f2f2f
}

.home_page .sub_contant .cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

.three_colume {
    margin: -100px 0 50px;
    padding: 0;
    position: relative !important;
    top: 85%;
    display: flex
}

.home_page .one_slide {
    background-repeat: no-repeat;
    padding: 0
}

.banner-blk {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.banner-blk .vc_column-inner {
    height: 100%
}

.home_page .one_slide_txt {
    position: relative
}

.banner-blk h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.single-location .footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.footer_form {
    display: table;
    width: 100%;
    margin-bottom: 70px
}

.home_page .one_slide_txt h2,
.home_page .three_slide_txt h2,
.home_page .two_slide_txt h2 {
    display: none
}

.banner-blk h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 70px
}

.banner-blk .wpb_wrapper {
    position: relative;
    padding-left: 40px;
    margin-top: 10px
}

.banner-blk .wpb_wrapper:before {
    content: '';
    width: 3px;
    height: 70px;
    background-color: #f4bc00;
    position: absolute;
    left: 20px;
    top: 0
}

.home_page .one_slide_tx_cta,
.home_page .three_slide_tx_cta,
.home_page .two_slide_tx_cta {
    display: none
}

.home_page .one_slide_txt_img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.home_page .one_slide_txt_img img {
    position: absolute;
    left: -54px
}

.home_page .two_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .two_slide_txt {
    position: relative
}

.home_page .two_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .two_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase
}

.home_page .three_slide {
    background-repeat: no-repeat;
    padding: 0
}

.home_page .banner-blk {
    height: 550px
}

.home_page .three_slide_txt {
    position: relative
}

.home_page .three_slide_txt h1 {
    font-family: 'Louis' !important;
    font-size: 40px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold !important;
    text-transform: uppercase
}

.home_page .three_slide_txt h4 {
    font-family: 'Louis' !important;
    font-size: 30px !important;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #f4bc00;
    border: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none
}

.two_colume {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: table
}

.two_colume .main_secetion {
    margin: 0 auto;
    padding: 0
}

.header {
    margin: 0 auto;
    padding: 0
}

.image_section {
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    height: 475px
}

.image_form h5 {
    width: 85%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 725px;
    margin: 0;
    text-transform: uppercase
}

.image_form {
    position: relative;
    background: #f2f4f6;
    height: 475px;
    height: 460px\0
}

.image_form h6 {
    width: 85%;
    margin: 0 0 25px;
    font-family: 'arial';
    font-size: 16px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 725px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.first_filed,
.first_filed.last_filed,
.info {
    padding: 0;
    max-width: 715px;
    width: 84%;
    position: relative;
    margin-bottom: 20px
}

.image_form_border {
    border: 1px solid #8c8d8e;
    width: 100%;
    margin-top: 20px
}

.image_form form {
    float: left;
    max-width: 760px;
    width: 100%;
    margin-top: 25px;
    margin-left: 40px
}

.image_form input,
select.vehicle {
    width: 540px;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    padding: 0;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0
}

.image_form input {
    line-height: 0\0 !important;
    padding-bottom: 0px\0
}

.image_form input.message {
    max-width: 740px;
    width: 100%;
    padding: 0 0.4375em;
    line-height: 35px;
    height: 38px;
    height: 20px\0;
    padding: 0;
    margin: 15px 0 0\0
}

::placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

:-ms-input-placeholder {
    color: #515151;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1
}

.image_form input.tele {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0
}

.telephone {
    width: 345px;
    float: right;
    line-height: 35px;
    margin-bottom: 25px
}

.image_form input.email {
    width: 345px;
    float: left;
    line-height: 35px;
    padding: 0;
    background-color: transparent
}

select.vehicle {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 38px;
    height: 20px\0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 13px\0;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    background-image: url("img/form_down_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    padding-right: 45px;
    outline: none;
    margin-top: 10px\0
}

select.vehicle option {
    background-color: #e3e2e2;
    outline: none
}

select.vehicle option:checked {
    background-color: #d0d0d0;
    outline: none
}

select.vehicle option:active,
select.vehicle option:focus,
select.vehicle option:hover {
    background-color: #d0d0d0;
    outline: none
}

select.city {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.city {
    width: 345px;
    float: left;
    line-height: 35px
}

.first_filed input,
.info input {
    background: transparent\0 !important
}

input.button {
    background-color: transparent\0 !important;
    color: #312b2b \0 !important
}

input.button:focus,
input.button:hover {
    background-color: #312b2b \0 !important;
    background: #303030 !important;
    color: #fff !important;
    border-color: #303030 \0
}

select.contacted {
    width: 345px;
    float: right;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6 !important;
    -moz-appearance: none !important
}

.contacted {
    width: 345px;
    float: right;
    line-height: 35px
}

input.button {
    width: 153px;
    height: 50px;
    border: 2px solid #000000;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 40px;
    text-transform: uppercase
}

input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin: 10px 0 15px
}

.submit a {
    text-decoration: none;
    font-weight: bold;
    color: #312b2b;
    font-style: italic;
    font-family: 'Louis';
    font-size: 25px;
    display: block;
    line-height: 45px
}

input.button:focus,
input.button:hover {
    background-color: #303030;
    color: #fff;
    outline: 0
}

.download {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

.download .mobile_image {
    display: none
}

.download_block {
    width: 100%;
    max-width: 1240px;
    background-color: #f2f4f6;
    margin-top: 150px;
    position: relative
}

.download_mobile {
    position: relative
}

.download_block_txt h4 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 30px;
    color: #f4bc00;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 210px;
    padding-top: 43px;
    padding-bottom: 0
}

.download_block:before {
    width: 184px;
    height: 292px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0
}

.download_block_txt h6 {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 40px;
    color: #303030;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 205px;
    font-weight: bold;
    padding-bottom: 0
}

.download_block_cta {
    margin: 0;
    padding: 0
}

.download_block_cta ul {
    list-style: none;
    margin-top: 20px;
    padding: 0
}

.download_block_cta ul li {
    margin-bottom: 15px
}

.footer {
    width: 100%;
    margin: 15px 0 0;
    padding: 0
}

.footer_con {
    padding-bottom: 40px
}

.footer_con .number {
    text-align: center;
    font-family: 'Louis';
    font-size: 14px;
    color: #6d6c6c
}

.footer_con .number a {
    text-decoration: none;
    color: #6d6c6c
}

.links {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid #aeaeae;
    padding-top: 25px;
    padding-bottom: 25px
}

.profile {
    margin: 0 auto;
    padding: 0;
    height: 180px
}

.profile ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.profile ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service {
    margin: 0 auto;
    padding: 0;
    border-right: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae
}

.service ul {
    list-style: none;
    margin: 0 auto;
    padding: 0
}

.service ul li a {
    font-family: 'Louis';
    font-size: 13px;
    color: #6d6c6c;
    text-decoration: none;
    line-height: 30px
}

.service ul li {
    margin-left: 35%
}

.legal {
    padding-left: 9%;
    padding-right: 6%
}

.legal h5 {
    font-family: 'Louis';
    font-size: 12px;
    color: #6d6c6c;
    margin: 0 auto;
    padding: 0 0 0 105px;
    line-height: 20px
}

.one_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.two_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.three_slide:before {
    content: '';
    height: 550px;
    display: block;
    position: absolute
}

.entry-title {
    display: none
}

.protfolio .protfolio-banner {
    background-image: url("images/potfolio_familia.jpg");
    width: 100%;
    height: 528px
}

.protfolio .protfolio-banner h1 strong {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.protfolio .protfolio-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    position: absolute;
    bottom: 0;
    RIGHT: 0;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal
}

.protfolio .protfolio-banner .banner-content {
    position: relative;
    height: 100%
}

.concesionario .concesionario-banner {
    background-image: url("images/concesionario-banner.jpg");
    width: 100%;
    height: 731px
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box .box {
    padding: 35px 30px 20px;
    background: #999999;
    margin: 10px;
    max-width: 290px
}

.footer_form .padd_remove {
    margin: 0 auto;
    padding: 0
}

.left_banner img {
    width: 100%;
    max-width: 760px
}

.image_form .image_form_border {
    padding: 50px 40px
}

.info+.first_filed {
    margin-top: 0
}

.img-left {
    padding-right: 20px !important
}

.img-left .vc_column-inner {
    padding-top: 0 !important
}

.form-right .vc_column-inner {
    padding-right: 0 !important;
    padding-left: 0 !important
}

div.wpcf7-response-output {
    margin: 0;
    display: none
}

.image_form .image_form_border .clearfix input+span,
.image_form .image_form_border .clearfix select+span {
    float: left;
    margin-left: 20px
}

.image_form .image_form_border .clearfix input+.departamento {
    margin-top: 5px
}

.links .profile {
    padding-left: 0
}

.banner-blk .wpb_wrapper .wpb_wrapper {
    padding-left: 0;
    margin-left: -20px
}

.banner-blk .wpb_wrapper .wpb_wrapper p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: 0.01em;
    padding-right: 25px;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper .wpb_wrapper p {
    display: block;
    color: #313131 !important
}

.three_colume .wpb_wrapper:hover .banner-blk {
    background-color: rgba(244, 188, 0, 0.8)
}

.hover-text.wpb_content_element {
    margin-bottom: 15px
}

.banner-blk .wpb_wrapper .wpb_wrapper::before {
    content: "";
    width: 0
}

.hover-btn.banner-vermas .vc_btn3,
.hover-btn.banner-vermas button {
    margin-left: -20px;
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none
}

.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas .vc_btn3,
.three_colume .wpb_wrapper:hover .banner-blk .hover-btn.banner-vermas button {
    display: block;
    box-shadow: inherit !important;
    line-height: 1.5
}

.three_colume .wpb_wrapper:hover h1,
.three_colume .wpb_wrapper:hover h4 {
    color: #303030
}

.three_colume .wpb_wrapper:hover .banner-blk .wpb_wrapper:before {
    background-color: #303030
}

.carousel-inner .item {
    background-position: center bottom
}

#campana.item,
#campana2.item {
    background-position: center bottom
}

.hero-slider {
    width: 100%
}

.hero-slider .item {
    width: 100%;
    height: 725px;
    background-size: cover;
    background-position: center
}

body:not(.custom-background-image):after,
body:not(.custom-background-image):before {
    height: 0
}

.col3-banner.row {
    margin: 0
}

.col3-banner ul {
    padding: 0;
    width: 100%;
    text-align: center;
    margin: -80px 0 0
}

.col3-banner ul li {
    max-width: 400px;
    height: 550px;
    background-size: cover;
    display: inline-block;
    margin: 0 10px
}

.help-blk {
    display: flex;
    margin: 60px 0 0
}

.help-blk .img-blk {
    width: 740px;
    height: 470px;
    float: left;
    flex: 0 0 40%;
    background-position: -10px center;
    background-repeat: no-repeat
}

.help-blk .help-form {
    background: #f3f5f6;
    padding: 20px;
    flex: 0 0 60%
}

.help-form .form-wrap {
    border: 1px solid #8c8d8e;
    height: 470px
}

.store-banner {
    text-align: center
}

.terms-policy-menu li {
    list-style: none
}

.terms-policy-menu li a span,
footer nav li a {
    color: #6d6c6c;
    position: relative !important
}

.site-footer .main-navigation,
.site-footer .main-navigation ul li {
    display: block
}

.site-footer .main-navigation ul li {
    float: none
}

.lbl-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #252525;
    flex-grow: 1;
    align-items: stretch
}

.site-footer {
    align-items: flex-start
}

.nav li a:after {
    content: "" !important
}

.main-navigation ul li a {
    font-size: 18px;
    font-family: 'Louis';
    font-weight: bold;
    text-transform: uppercase
}

ul#menu-primary-menu>li a {
    color: #fff
}

ul#menu-primary-menu ul.sub-menu li a {
    color: #3b3b3b
}

ul#menu-primary-menu ul.sub-menu li a:after {
    contain: "";
    position: absolute;
    background-image: url("img/menu_arrow.png");
    width: 5px;
    height: 10px;
    transform: rotate(0deg);
    top: 40%
}

ul#menu-primary-menu ul.sub-menu li>ul li a:after {
    display: none
}

ul#menu-primary-menu ul.sub-menu li:hover,
ul#menu-primary-menu ul.sub-menu ul li {
    background-color: #d5d5d5
}

ul#menu-primary-menu ul.sub-menu .sub-menu li:hover {
    background-color: #c6c6c6
}

.main-navigation ul ul:after,
.main-navigation ul ul:before {
    border: 0
}

.carousel-indicators li {
    background-color: rgba(131, 131, 131, 0.5) !important;
    border: 0 !important;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px !important
}

.carousel-indicators li.active {
    background-color: #f4bc00 !important
}

.image_form.Concesionarios.image_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form.Concesionarios.image_form h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form.Concesionarios.image_form .city,
.image_form.Concesionarios.image_form .first_filed,
.image_form.Concesionarios.image_form .info {
    margin-bottom: 15px;
    max-width: 740px;
    width: 100%
}

.image_form.Concesionarios.image_form input {
    width: 100%;
    max-width: 345px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    float: none
}

.image_form.Concesionarios.image_form .city br,
.image_form.Concesionarios.image_form .first_filed br,
.image_form.Concesionarios.image_form .info br {
    display: none
}

.image_form.Concesionarios.image_form .first_filed input.left {
    float: left;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form .first_filed input.right {
    float: right;
    margin: 0 auto;
    padding: 0
}

.image_form.Concesionarios.image_form select {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    margin-top: 12px
}

.image_form.Concesionarios.image_form select.right {
    float: right
}

.Concesionarios_cta {
    width: 100%;
    max-width: 130px;
    padding-top: 80px
}

.image_form.Concesionarios.image_form .Concesionarios_cta input {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 100%;
    max-width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset;
    border: 2px solid #000;
    border-radius: unset
}

.image_form.Concesionarios.image_form .Concesionarios_cta input:focus,
.image_form.Concesionarios.image_form .Concesionarios_cta input:hover {
    background-color: #000000;
    color: #fff;
    outline: none
}

.concesionario .concesionario-banner {
    background-image: url("../images/concesionario-banner.jpg");
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 23%;
    background-size: cover
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    color: #fff;
    display: block
}

.concesionario .concesionario-banner h1 {
    font-family: 'Louis';
    font-style: italic;
    color: #fff;
    display: block;
    text-align: left;
    font-weight: normal;
    position: relative;
    padding-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.concesionario .concesionario-banner h1:after {
    content: '';
    background: #f5b200;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.concesionario .concesionario-banner p {
    font-family: 'arial';
    color: #fff;
    display: block;
    text-align: left;
    padding-top: 22px;
    line-height: 26px;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    max-height: 7.2em
}

.concesionario .concesionario-banner .box {
    max-width: 495px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%
}

.concesionario .concesionario-banner .banner-content {
    position: relative;
    height: 100%
}

.concessionaire-box {
    margin-top: -100px;
    margin-bottom: 100px
}

.concessionaire-box .carousel .carousel-inner {
    text-align: left
}

.concessionaire-box .carousel .carousel-inner .item .box {
    text-align: left
}

.concessionaire-box .box {
    padding: 35px 15px 20px;
    background: #f7f8f9;
    max-width: 290px;
    display: inline-block;
    vertical-align: top;
    float: none
}

.concessionaire-box .box ul {
    padding: 0;
    margin-top: 10px
}

.concessionaire-box .box .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
    margin-top: 0
}

.concessionaire-box .box li {
    list-style: none;
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire-box .container {
    margin: 0 auto !important;
    padding: 0 !important
}

.concessionaire-box .box li .bullet {
    position: absolute;
    left: -15px;
    color: #acacac;
    font-size: 28px;
    top: -6px
}

.concessionaire-box .box li span {
    color: #acacac
}

.concessionaire-box .box li .cta_ver_mas {
    text-align: center;
    margin-top: 15px
}

.concessionaire-box .box li a {
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    text-decoration: none;
    word-break: break-all
}

.concessionaire-box .carousel-indicators {
    bottom: -60px;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    width: auto;
    margin-left: 0
}

.concessionaire-box .box:hover .bullet {
    color: #f6a900
}

.concessionaire-box .box:hover .cta_ver_mas a {
    color: #000000;
    font-weight: bold
}

.concessionaire-box .carousel-indicators li {
    background-color: #dbdbdb
}

.concessionaire-box .carousel-indicators .active {
    background-color: #f4bc00
}

.series-header p,
.series-header p a {
    display: inline-block
}

.series-header p a {
    cursor: pointer
}

.series-header p {
    color: #898989;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0
}

.series-header p+p {
    font: 16px 'Louis';
    color: #3b3b3b;
    text-transform: uppercase;
    float: right;
    margin-top: 8px;
    margin-right: 15px
}

.series-header {
    padding: 15px 0
}

.series-header p a .grid-icon {
    width: 29px;
    height: 27px;
    background: url("img/grid-icon.png") no-repeat center;
    display: block;
    margin: 0 18px
}

.series-list ul li i {
    width: 50%;
    display: inline-block;
    text-align: center
}

.series-list ul li i img {
    max-width: 100%
}

.series-list ul li {
    list-style: none;
    padding: 21px 0;
    cursor: pointer
}

.series-list ul li.active,
.series-list ul li:hover {
    background: #ebebeb
}

.modal-series-list.series-list ul li.active,
.modal-series-list.series-list ul li:hover {
    margin-right: 0
}

.series-list ul li p {
    display: inline-block;
    color: #2c2c2c;
    font: 20px 'Louis';
    text-transform: uppercase;
    width: 50%;
    vertical-align: middle
}

.series-list ul li p span {
    color: #4e4e4e;
    font: 16px Arial, Helvetica, sans-serif;
    text-transform: none;
    display: block
}

.series-list ul {
    padding-bottom: 5px;
    margin-left: 0
}

.series-list {
    border-bottom: 1px solid #d5d5d5;
    position: relative
}

.technlinfo ul {
    margin: 16px auto 35px;
    display: table;
    padding: 0;
    width: 100%;
    max-width: 1240px
}

.technlinfo ul li {
    width: 32.33%
}

.technlinfo ul li,
.technlinfo ul li i,
.technlinfo ul li p {
    display: inline-block
}

.technlinfo ul li i {
    width: 81px;
    height: 52px;
    text-align: center;
    margin-right: 5px
}

.technlinfo ul li p {
    display: inline-block;
    color: #4e4e4e;
    font: 20px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 0;
    vertical-align: bottom;
    width: 75%
}

.technlinfo ul li p span {
    color: #2c2c2c;
    font: 24px/2 louis;
    text-transform: uppercase;
    display: block;
    font-style: italic;
    font-weight: bold
}

.title-black,
.title-white {
    color: #000000;
    font: 45px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px solid #f4bc00;
    display: table;
    padding: 0
}

.title-white {
    color: #fff
}

.infoblock p {
    color: #5a5a5a;
    font: 16px/22px 'arial';
    letter-spacing: 0.01em;
    margin-top: 40px
}

.section-content-img .infoblock {
    background: #f7f8f9
}

.section-content-img .imageblock,
.section-content-img .infoblock {
    width: 50%;
    float: left;
    background-repeat: no-repeat !important
}

.section-content-img .infoblock {
    padding-left: 15px
}

#myCarousel {
    margin-bottom: 65px
}

@media screen and (min-width: 1367px) {
    .imageblock {
        height: 70vh !important;
        min-height: 60vh !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

@media screen and (max-width: 480px) {
    .imageblock {
        height: 50vh !important;
        min-height: 270px !important;
        background-size: cover;
        background-position: bottom left;
        background-repeat: no-repeat
    }
}

.imageblock {
    height: 70vh !important;
    min-height: 450px !important;
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat
}

.infoblock .infowrap {
    max-width: 500px;
    float: right;
    margin-right: 8em
}

.section-content-img {
    display: flex;
    align-items: center;
    background: #f7f8f9
}

.product-advantage {
    padding: 70px 0
}

.product-advantage ul {
    margin-left: 0;
    display: table;
    margin: 75px auto 0
}

.product-advantage h2 {
    margin: 0 auto
}

.product-advantage ul li {
    list-style: none;
    display: inline-block
}

.product-advantage ul li i {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    width: 1%;
    text-align: center;
    height: 117px
}

.product-advantage ul li h3 {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin: 20px auto
}

.product-advantage ul li p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    letter-spacing: 0.012em;
    padding: 0 15px
}

.product-advantage ul li p strong {
    font-weight: bold
}

.charastics-sctn {
    background: black
}

.col1-blk {
    width: 80%;
    margin: 0 auto
}

.col2-blk {
    width: 50%;
    float: left
}

.charastics-sctn {
    padding-top: 45px;
    margin-bottom: 200px
}

.col2-right label,
.yellow-btm label {
    color: #fff;
    font: 28px 'Louis';
    font-style: italic;
    font-weight: bold;
    margin-top: 25px;
    letter-spacing: 1px
}

.col2-right {
    padding-right: 1em
}

.col2-right p,
.yellow-btm p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em
}

.charastics-sctn .yellow-btm {
    padding-bottom: 10px;
    padding-top: 120px;
    display: none
}

.yellow-btm label,
.yellow-btm p {
    color: #050606;
    line-height: normal
}

.charastics-sctn .yellow-btm>.container {
    width: 600px !important
}

.charastics-sctn .black-blk {
    position: relative;
    border-bottom: thin solid black
}

.charastics-sctn .black-blk:after {
    content: "";
    background: url("img/transperent-triangle1.png") no-repeat center;
    position: absolute;
    left: 0;
    bottom: -198px;
    width: 100%;
    height: 246px;
    background-size: 100% 154px
}

.cabindesign-blk .col2-blk+.col2-blk {
    padding-left: 40px;
    padding-top: 80px;
    order: 1
}

.cabindesign-blk .col2-blk .content-wrap {
    max-width: 480px
}

.cabindesign-blk .col2-blk .content-wrap p {
    color: #5a5a5a;
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    margin-top: 50px
}

.cotiza-banner .title-white {
    font-style: italic;
    font-size: 70px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.8)
}

.cotiza-banner p {
    font: 16px/24px Arial, Helvetica, sans-serif;
    letter-spacing: 0.018em;
    color: #fff;
    margin: 20px 0
}

.btn-quote {
    width: 144px;
    height: 44px;
    border: 2px solid #f4bc00;
    color: #f4bc00 !important;
    display: table;
    text-align: center;
    font: 20px 'Louis';
    font-style: italic;
    font-weight: bold;
    line-height: 2;
    text-decoration: none !important
}

.btn-quote:hover {
    background-color: #f4bc00;
    color: #000 !important;
    outline: none
}

.cotiza-banner {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin: 30px 0 20px
}

.cotiza-banner {
    display: table\0;
    width: 100%\0;
    padding-top: 20px\0
}

.yellow-strip {
    background: url("img/yellow-strip.png") no-repeat center;
    width: 100%;
    height: 120px;
    position: absolute;
    z-index: 11
}

.yellow-strip p {
    color: #2c2c2c;
    font: 28px 'Louis';
    font-weight: bold;
    margin: 25px 0 0
}

.modal-img iframe {
    width: 100%;
    height: 650px
}

section#conoce_div {
    margin-bottom: 39%
}

.modal-img {
    position: relative
}

#seriesCarousel .carousel-item {
    height: 584px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom
}

.series-listblk {
    position: relative
}

.series-hero-blk .series-listblk,
.series-hero-blk .series-slider {
    float: left
}

.series-hero-blk .series-slider {
    width: calc(100% - 480px)
}

.series-hero-blk .series-listblk {
    width: 480px
}

.technlinfo {
    clear: left
}

.series-listblk,
.series-slider {
    padding: 0 !important
}

#seriesCarousel .top-caption h1 {
    color: #fff;
    font: 60px 'Louis';
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 1;
    margin-top: 40px
}

#seriesCarousel .top-caption {
    position: relative
}

#seriesCarousel .top-caption h1 span {
    font: 25px Arial, Helvetica, sans-serif;
    display: block;
    text-transform: none
}

.right-caption {
    width: 200px;
    position: absolute;
    top: 0;
    left: calc(100% - 230px) !important;
    right: inherit;
    padding-top: 75px !important;
    line-height: 25px
}

.right-caption .model-caption-btn {
    width: 200px;
    min-height: 35px;
    color: #fefefe;
    border: 2px solid #fefefe;
    display: block;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    z-index: 1;
    text-transform: uppercase
}

.right-caption p {
    text-align: left;
    color: #fefefe;
    font: 18px Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: uppercase
}

.right-caption a {
    color: #fefefe;
    font: 16px Arial, Helvetica, sans-serif;
    line-height: normal !important;
    margin-bottom: 10px;
    text-decoration: none !important
}

.right-caption.right-top {
    max-height: 230px
}

.right-caption a.last-caption-btn {
    position: absolute;
    bottom: 4px
}

.right-caption a.active,
.right-caption a:focus,
.right-caption a:hover {
    background-color: #fafafa;
    color: #4d4d4d;
    text-shadow: 0 0 0 !important;
    overflow: hidden;
    outline: none
}

.carousel-item {
    position: relative
}

#seriesCarousel .carousel-indicators {
    border-top: 2px solid #f5b200;
    display: table;
    width: auto;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 40px;
    left: inherit;
    right: 0
}

.series-list.scrollbox {
    overflow: auto;
    height: 520px;
    width: 97%
}

#PortfolioTab {
    margin-left: 0 !important
}

#PortfolioTab .nav-item {
    width: 50%;
    text-align: center
}

#PortfolioTab li a {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    margin: 0
}

#PortfolioTab li {
    position: relative;
    background: #dbdbdb;
    margin: 0;
    list-style: none
}

#PortfolioTab li:not(.active) a:hover {
    color: #fff
}

#PortfolioTab li.active a {
    font-weight: bold
}

#technlspctnTab {
    margin-left: 0;
    border: 0
}

#technlspctnTab li a {
    color: #898989;
    font: 27px 'Louis';
    font-weight: bold;
    font-style: italic;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 5px solid transparent
}

.technl-tab-blk .nav-tabs>li>a {
    border: 0
}

#technlspctnTab li.active a {
    color: #2c2c2c
}

#technlspctnContent .tab-pane {
    background-color: #f7f8f9;
    min-height: 670px
}

.technl-tab-blk {
    margin-top: 60px
}

#technlspctnContent .tab-pane ul {
    display: table;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0
}

#technlspctnTab li.active a {
    background: #f7f8f9 !important;
    border: 0;
    border-top: 5px solid #d8d5d5
}

#technlspctnTab li:hover a {
    background: #898989 !important;
    border: 0;
    color: #fff;
    border-top: 5px solid #f4bc00
}

.tab-pane ul li {
    list-style: none
}

#technlspctnContent ul li .left {
    clear: left;
    padding-left: 20px
}

#technlspctnContent ul li .center p,
#technlspctnContent ul li .left p,
#technlspctnContent ul li .right p {
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #1d1d1b;
    margin: 0
}

#technlspctnContent .tab-pane ul li .center p,
#technlspctnContent ul li .right p {
    color: #1d1d1b;
    font-weight: normal
}

#technlspctnContent ul li {
    display: table;
    width: 100%;
    border-bottom: 3px solid #c3c3c3;
    padding: 11px 0
}

.technlspctn-blk {
    margin: 60px 0 30px
}

.cabindesign-blk,
.technlspctn-blk {
    display: table;
    width: 100%
}

p.paddingleft6 {
    padding-left: 6em
}

p.paddingleft13 {
    padding-left: 13em
}

#TransmisionTabCont ul li .right p {
    text-align: center
}

#technlspctnContent #ChasisTabCont ul {
    max-width: 1028px
}

.cabindesign-blk {
    background: #f7f8f9;
    padding-bottom: 0;
    margin-top: 150px;
    display: flex;
    align-items: center
}

.concessionaire_popup {
    margin-top: -130px
}

.concessionaire_popup .back_btn a {
    font-size: 20px;
    font-family: "Louis";
    font-weight: bold;
    font-style: italic;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    left: 20px;
    text-transform: uppercase
}

.concessionaire_popup .back_btn a:before {
    background-image: url("img/back_arrow.png");
    width: 13px;
    height: 22px;
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: -20px;
    top: 13%
}

.concessionaire_popup .pop_up_box {
    background-color: #f7f8f9;
    margin-top: 40px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content .main_heading {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #666666;
    font-weight: bold;
    font-style: italic
}

.concessionaire_popup .pop_up_content {
    padding: 35px 100px 105px;
    display: table;
    width: 100%
}

.concessionaire_popup .pop_up_content ul {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 35px
}

.concessionaire_popup .pop_up_content .heading {
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    font-weight: bold;
    padding-top: 25px
}

.concessionaire_popup .pop_up_content li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #262626
}

.concessionaire_popup .pop_up_content li .bullet {
    position: absolute;
    left: 0;
    color: #acacac
}

.concessionaire_popup .pop_up_content li span {
    color: #666666
}

.concessionaire_popup .pop_up_content a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none
}

.concessionaire_popup .pop_up_content .padd_remove {
    padding-left: 0;
    padding-right: 0
}

.cabindesign-blk .col2-blk {
    float: right;
    padding-left: 40px;
    padding-top: 80px;
    order: 2
}

.btn360 {
    margin-top: 8px;
    font: 4.6875vw "Louis";
    color: #fff;
    font-weight: bold;
    font-style: italic;
    background: #2c2c2c;
    width: 36.875vw;
    height: 7.65625vw;
    text-align: center;
    display: block;
    line-height: 1.8
}

#Contact_Secetion_2 {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    height: 650px;
    float: none
}

#Contact_Secetion_2 .sub_contant {
    margin: 20% 10% 0 0;
    width: 100% !important;
    max-width: 460px !important;
    float: right;
    z-index: 1
}

#Contact_Secetion_2 .contact_title {
    margin: 0 auto;
    padding: 0
}

#Contact_Secetion_2 .container .wpb_content_element {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#Contact_Secetion_2 .contact_title p {
    margin: 0 auto;
    padding: 0;
    font-family: 'Louis';
    font-size: 60px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 60px
}

.contact_title_desciption p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    margin-top: 20px
}

.Contact_Secetion_3_left.sub_container {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    text-transform: uppercase
}

.image_form_border_container {
    width: auto;
    float: none;
    margin: 0 auto;
    padding: 0;
    z-index: -9;
    position: relative;
    max-width: 652px
}

.contact_first br,
.contact_five br,
.contact_four br,
.contact_three br,
.contact_two br {
    display: none
}

.contact_first,
.contact_five,
.contact_four,
.contact_three,
.contact_two {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

.contact_first input,
.contact_two input {
    width: 48%;
    margin-bottom: 30px;
    padding: 0;
    border: none;
    background: unset;
    border: 1px solid silver !important;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    line-height: 25px\0;
    color: #515151;
    padding-bottom: 0;
    height: 30px;
    background-color: #ffffff;
    float: left
}

.contact_first input.contact_first_left {
    margin-right: 4%
}

.contact_first input+span,
.contact_two input+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_second_left {
    margin-right: 4%
}

.contact_two input.contact_three_left {
    margin-right: 4%
}

#Contact_Secetion_3 .Contact_Secetion_3_left {
    float: right;
    text-align: left
}

.sub_container.Contact_Secetion_3_right {
    float: left
}

.Contact_form h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-top: 25px
}

.contact_three {
    background-color: #ffffff
}

.contact_three select.contact_three_left {
    margin-right: 4%
}

.contact_three select {
    float: left;
    width: 48%;
    margin-bottom: 30px;
    line-height: 25px;
    border: 1px solid silver;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    outline: none;
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url("img/form_down_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center;
    padding-right: 43px
}

.contact_three select option {
    color: #515151
}

select::-ms-expand {
    display: none
}

#your-email-error,
#your-name-error {
    width: 45%;
    margin-right: 5%
}

.contact_three select+span {
    width: 45%;
    margin: 0 auto !important;
    padding: 0;
    float: none !important
}

.contact_three select p {
    width: 45%;
    margin: 0 auto
}

.contact_four select {
    width: 100%;
    max-width: 620px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #ffffff;
    -moz-appearance: none !important;
    margin-bottom: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none \9;
    -o-appearance: none;
    background-image: url("img/form_down_arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-position: calc(100% - 20px) center
}

.contact_five input {
    padding: 0;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    line-height: 28px;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #515151;
    padding-bottom: 0;
    background-color: #f2f4f6;
    max-width: 650px;
    height: auto !important
}

#Contact_Secetion_3 .image_form_contact {
    position: relative;
    background: #ffffff;
    height: 600px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding-top: 15px
}

#Contact_Secetion_3 .vc_column-inner {
    padding: 0
}

#Contact_Secetion_3 .image_form_border {
    width: 100%;
    margin-top: 0;
    z-index: -5
}

#Contact_Secetion_3 input.button {
    width: 25%;
    height: 50px;
    border: 2px solid #ae891a;
    margin: 0 0 50px;
    background-color: #ae891a;
    color: #ffffff;
    border-radius: 0;
    margin-top: 25px;
    font-weight: normal
}

#Contact_Secetion_3 input.button:hover {
    background-color: #000000;
    color: #FFFFFF
}

.content-area .sub_container {
    width: 50%;
    padding: 0 0 0 60px;
    margin: 2% 0 0
}

.Contact_Secetion_3_left>.vc_column-inner {
    max-width: 500px
}

.content-area .sub_container h1 {
    font-family: 'Louis';
    font-size: 28px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin: 0 auto;
    padding: 0
}

.content-area .sub_container .wpb_content_element {
    margin: 0 0 25px
}

.content-area .sub_container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    font-weight: normal;
    margin: 0 0 30px;
    text-transform: none
}

.content-area .sub_container h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #4e4e4e;
    font-weight: bold;
    margin: 0 0 20px
}

.content-area .sub_container h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    font-weight: normal;
    font-style: italic;
    margin: 0 auto;
    text-transform: none;
    letter-spacing: 0
}

button.mobile_cta {
    display: none !important
}

h4.mobile_form_txt {
    display: none !important
}

.terms-condition-banner {
    background-image: url("../images/terms-condition-banner.jpg");
    width: 100%;
    height: 675px;
    background-repeat: no-repeat;
    background-position: 90%;
    background-size: cover
}

.terms-condition-detail .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.terms-condition-detail .terms-condition-box {
    background-color: #ffffff;
    display: table;
    width: 100%;
    margin: -105px auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content {
    padding: 30px 35px 40px 60px;
    display: table;
    width: 100%;
    margin: 0 auto
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
    font-size: 45px;
    line-height: 50px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_sub_title {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_description {
    font-size: 16px;
    line-height: 23px;
    font-family: "Arial";
    color: #4e4e4e;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 25px;
    width: 100%
}

.modal_video .modal-dialog {
    width: 100% !important;
    max-width: 1240px !important;
    margin: 50px auto !important;
    padding: 0 !important
}

.modal_video .modal-dialog .close {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog .close:hover {
    float: left;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #F4BC0D;
    opacity: 1;
    padding-bottom: 25px;
    text-shadow: none
}

.modal_video .modal-dialog button {
    outline: none
}

.modal_video .modal-dialog .video {
    margin: 30px 0
}

.modal_btn .modal-dialog {
    width: 100% !important;
    max-width: 822px !important;
    margin: 125px auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog .modal-content {
    border-radius: 0
}

.modal_btn .close {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal_btn .close:hover {
    right: 0;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    top: -65px;
    position: absolute;
    outline: 0;
    z-index: 1
}

.modal-dialog_form_sucess .close,
.modal-dialog_form_sucess .close:hover {
    color: #f4bc00
}

.modal_btn .modal-dialog .modal-content .modal-header {
    border-bottom: none;
    background-color: #f4bc00;
    width: 100%;
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 30px;
    line-height: 35px;
    font-family: "Louis";
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
    letter-spacing: 1px
}

.modal_btn .modal-dialog .modal-content .modal-body {
    padding: 20px 40px
}

.modal_btn .modal-dialog .modal-content .modal-body p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Arial';
    color: #3b3b3b;
    width: 100%;
    text-align: justify
}

#seriesmodel {
    background: rgba(255, 255, 255, 0.95)
}

.series_modal .btn-header {
    display: flex;
    justify-content: center
}

.series_modal .tab-btn {
    color: #3b3b3b;
    font: 18px 'Louis';
    text-decoration: none;
    text-align: center;
    height: 45px;
    width: 236px;
    border: 1px solid #cccccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.series_modal .tab-btn .down-icon {
    margin-left: 15px
}

.series_modal .tab-btn.active {
    background: #f4bc00;
    color: #fff;
    border-color: #f4bc00
}

.series_modal .tab-btn-right {
    position: absolute;
    right: 0;
    display: none
}

.modal-series-list ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.modal-series-list {
    border: 0
}

.modal-series-list ul li {
    width: 33.33%;
    display: flex;
    align-items: center;
    border-right: 2px solid #ebebeb;
    min-height: 173px;
    vertical-align: middle
}

.modal-series-list ul li:nth-child(3n+0) {
    border: 0
}

.modal-series-list li i,
.modal-series-list li p {
    padding: 0 10px;
    margin: 0
}

.series_modal .close {
    color: #212121 !important
}

#campana .container .sub_contant,
#campana2 .container .sub_contant {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 760px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    width: 100%;
    max-width: 715px
}

#campana .container .sub_contant .left,
#campana2 .container .sub_contant .left {
    width: 100%;
    max-width: 150px;
    height: auto;
    float: left
}

#campana .container .sub_contant .left a,
#campana .container .sub_contant .left a:focus,
#campana2 .container .sub_contant .left a,
#campana2 .container .sub_contant .left a:focus {
    box-shadow: inherit !important;
    outline: 0 !important
}

#campana .container .sub_contant .left a img,
#campana2 .container .sub_contant .left a img {
    position: static
}

#campana .container .sub_contant .right,
#campana2 .container .sub_contant .right {
    width: 100%;
    max-width: 510px;
    height: auto;
    float: right
}

#campana .container .sub_contant .right h2,
#campana2 .container .sub_contant .right h2 {
    font-family: "Louis";
    font-size: 35px;
    line-height: 50px;
    color: #ffffff;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase
}

#campana .container .sub_contant .right h5,
#campana2 .container .sub_contant .right h5 {
    font-family: "Arial";
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 25px;
    border-bottom: 2px solid #f5b200
}

#campana .container .sub_contant .right h5 span,
#campana2 .container .sub_contant .right h5 span {
    display: block
}

.page-id-150 .carousel-indicators {
    bottom: 30%;
    left: 56%;
    right: inherit;
    position: absolute;
    width: auto;
    max-width: 510px
}

#campana .container .sub_contant .cta,
#campana2 .container .sub_contant .cta {
    width: 160px;
    height: 42px;
    border: 2px solid #f4bc00;
    display: none
}

#campana .container .sub_contant .cta a,
#campana2 .container .sub_contant .cta a {
    font-family: "Louis";
    font-size: 25px;
    line-height: 38px;
    display: none;
    text-decoration: none
}

#campana .container .sub_contant .cta a:hover,
#campana2 .container .sub_contant .cta a:hover {
    background-color: #f4bc00;
    color: #2f2f2f;
    display: none
}

.image_form_campana {
    background: #f3f5f6;
    height: 475px
}

.image_form_campana .image_form_border {
    padding: 30px 40px
}

.image_form_campana h5 {
    width: 100%;
    font-family: 'Louis';
    font-size: 30px;
    color: #2c2c2c;
    font-weight: bold;
    font-style: italic;
    max-width: 768px;
    margin: 0;
    text-transform: uppercase
}

.image_form_campana h6 {
    width: 100%;
    margin: 0;
    font-family: 'arial';
    font-size: 18px;
    line-height: 22px;
    padding-top: 25px;
    text-align: left;
    max-width: 768px;
    padding: 25px 0 0;
    color: #4e4e4e;
    font-weight: normal;
    font-style: normal
}

.image_form_campana input.name {
    width: 345px;
    float: left;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.tele {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 10px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana input.email {
    width: 100%;
    max-width: 345px;
    line-height: 35px;
    margin-bottom: 25px;
    border: none;
    background: unset;
    border-bottom: 3px solid #a1a2a2;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    padding-bottom: 0;
    border-radius: unset
}

.image_form_campana .image_form_border .clearfix input+.departamento {
    margin-top: 13px
}

.image_form_campana .image_form_border .clearfix input+span,
.image_form_campana.image_form_border .clearfix select+span {
    float: none;
    margin-left: 20px
}

.image_form_campana .first_filed {
    margin-top: 30px;
    max-width: 768px;
    width: 100%
}

.image_form_campana .second_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed {
    max-width: 768px;
    width: 100%
}

.image_form_campana .last_filed select.adress {
    width: 345px;
    float: left;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .last_filed select.vehicle {
    width: 345px;
    line-height: 35px;
    border: none;
    border-bottom: 3px solid #a1a2a2;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #515151;
    outline: none;
    background-color: #f3f5f6;
    -moz-appearance: none !important;
    border-radius: unset
}

.image_form_campana .image_form_border .last_filed.clearfix select+.departamento {
    float: none;
    margin-left: 20px
}

.image_form_campana input.button {
    font-weight: bold;
    font-style: italic;
    padding: 0;
    font-family: 'Louis';
    font-size: 20px;
    width: 130px;
    height: 40px;
    color: #312b2b;
    margin-bottom: 0;
    background-color: unset
}

.image_form_campana input.button:hover {
    background-color: #000000;
    color: #fff
}

.two_colume {
    margin-bottom: 50px
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.family-hero-banner {
    height: 530px;
    position: relative
}

.family-hero-banner .wpb_wrapper {
    position: absolute;
    bottom: 70px;
    left: calc(100% - 940px)
}

.family-hero-banner .wpb_wrapper h1 {
    color: #fff;
    font: 50px "Louis";
    font-style: italic;
    max-width: 580px;
    text-transform: initial
}

.family-hero-banner .wpb_wrapper h6 {
    font: 18px Arial, Helvetica, sans-serif;
    color: #fcfbfa;
    background-color: #cdcbcb54;
    padding: 5px;
    border-radius: 5px;
    max-width: max-content
}

.family-hero-banner .wpb_wrapper h1 strong {
    display: block
}

.famlyN-cont {
    margin: 0 auto !important;
    float: none !important
}

.famlyN-cont p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    margin-top: 35px
}

#PortfolioTab {
    border-bottom: 4px solid #f5bf0d
}

.family-moters-blk {
    background: #f7f8f9;
    padding-bottom: 130px
}

.family-moters-blk .container {
    margin: 0 auto !important;
    display: flex;
    align-items: center
}

.family-moters-blk .left-content {
    padding-top: 30px
}

.family-moters-blk .wpb_single_image {
    float: left;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    background: #e6e6e6;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.family-moters-blk .wpb_single_image {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.family-moters-blk .wpb_single_image h2 {
    color: #2c2c2c;
    font: 16px Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    text-align: left;
    left: 0
}

.family-moters-blk .container .vc_column_container>.vc_column-inner {
    padding-left: 0
}

.family-moters-blk .right-content {
    padding-top: 50px;
    float: right;
    order: 2
}

.family-moters-blk .left-content {
    order: 1
}

.family-moters-blk .right-content h2 {
    margin: 0
}

.family-moters-blk .right-content .wpb_wrapper ul {
    margin-left: 0
}

.family-moters-blk .right-content .wpb_wrapper ul li {
    margin-top: 50px;
    position: relative;
    padding-left: 10px;
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a
}

.family-moters-blk .right-content .wpb_wrapper p {
    margin-top: 50px
}

.family-moters-blk .right-content .wpb_wrapper ul li:before {
    content: "";
    border-left: 8px solid #f5bf0d;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px
}

.family-moters-blk figure img {
    max-height: 325px;
    width: auto !important;
    margin: 0 auto;
    padding: 0 15px 15px
}

.family-moters-blk figure img {
    padding-top: 55px\0
}

.prod-advantage {
    display: flex;
    align-items: center
}

.prod-advantage .left-col {
    padding-top: 55px
}

.prod-advantage .left-col>.vc_column-inner {
    max-width: 510px;
    position: relative;
    left: 22em
}

.prod-advantage .left-col>.vc_column-inner .wpb_wrapper .wpb_text_column {
    margin-bottom: 0
}

.prod-advantage .left-col .title-black {
    line-height: 55px
}

.prod-advantage .left-col p {
    font: 16px/22px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    margin-top: 30px
}

.prod-advantage .left-col p strong {
    font-weight: bold
}

.prod-advantage .right-col img {
    margin-top: 20px
}

.distance-blk {
    background: #131414;
    padding: 50px 0 0;
    margin-top: 25px
}

.vc_row-has-fill.distance-blk {
    background-position: center bottom !important;
    padding-bottom: 105px
}

.distance-blk .container {
    margin: 0 auto !important;
    float: none;
    text-align: center
}

.distance-blk .title-white {
    margin-left: auto;
    margin-right: auto
}

.distance-blk p {
    color: #fff;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    text-align: left;
    margin: 50px auto;
    max-width: 790px
}

.distance-blk .container .vc_column-inner .wpb_wrapper {
    margin: 0 auto
}

.distance-blk .container .wpb_single_image {
    text-align: center;
    margin-bottom: 85px
}

.family-btm-video {
    height: 690px
}

.family-video-wrap {
    margin-bottom: 50px
}

.family-btm-video .vc_column-inner {
    height: 100%
}

.family-btm-video iframe {
    width: 100%;
    height: 690px !important
}

.family-btm-video .play-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer
}

.family-contact-left .vc_column-inner {
    height: 473px
}

.family-contact-blk {
    margin: 40px 0
}

.frenos-blk .container {
    float: none
}

.frenos-col-wrap .vc_col-sm-4 h2 {
    color: #2c2c2c;
    font: 26px 'Louis';
    font-weight: bold;
    font-style: italic
}

.frenos-col-wrap .vc_col-sm-4 p {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;
    margin-top: 20px
}

.frenos-col-wrap .vc_col-sm-4 {
    padding-right: 20px;
    float: none;
    display: inline-block
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image {
    min-height: 165px;
    align-items: center;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image img {
    position: relative;
    z-index: 2;
    max-width: 350px\0;
    max-height: 165px !important;
    width: auto
}

.frenos-col-wrap .vc_col-sm-4 .wpb_wrapper .wpb_single_image h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    color: #2c2c2c;
    font: 163px 'Louis';
    font-weight: bold;
    opacity: 0.12;
    top: -80px;
    z-index: 1
}

.frenos-col-wrap {
    margin-top: 80px
}

.frenos-blk {
    padding-bottom: 40px
}

div.wpcf7-mail-sent-ok {
    border: none
}

.error404 {
    background-image: url("img/erro_404_bg.jpg");
    background-repeat: no-repeat;
    background-color: #f4bc00
}

.error404 .site {
    background-color: unset
}

.error404 .page-header {
    border: none
}

.error404 .page-content .error_containe {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0
}

.error404 .page-content .error_containe h1 {
    margin: 100px 0 0;
    padding: 0;
    font-family: 'Louis';
    font-size: 140px;
    color: #565656;
    line-height: 140px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative
}

.error404 .page-content .error_containe span {
    position: absolute;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    top: 29%
}

.error404 .page-content .error_containe .error_bottom_con {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    top: 80%
}

.error404 .page-content .error_containe .error_bottom_con p {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f
}

.error404 .page-content .error_containe .error_bottom_con button {
    width: 100%;
    max-width: 260px;
    height: 45px;
    background-color: transparent;
    border: 2px solid #000000;
    font-family: 'Louis';
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    font-style: italic;
    line-height: 5px;
    margin: 40px 0 0;
    outline: none
}

.error404 .page-content .error_containe .error_bottom_con button:focus,
.error404 .page-content .error_containe .error_bottom_con button:hover {
    background-color: #1f1f1f;
    color: #fff;
    outline: none;
    border: 2px solid #1f1f1f
}

.error404 .cotiza-banner {
    display: none
}

.error404 .footer {
    display: none
}

#PortfolioTab .nav-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1
}

#PortfolioTab li:first-child.nav-item.active:before {
    right: -50px;
    border-left: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab li+li.nav-item.active:before {
    left: -50px;
    border-right: 50px solid #fff;
    border-top: 50px solid transparent
}

#PortfolioTab>li.active>a,
#PortfolioTab>li.active>a:focus,
#PortfolioTab>li.active>a:hover {
    background-color: #fff !important
}

#PortfolioTab>li.active>a {
    padding-top: 15px;
    padding-bottom: 12px
}

#PortfolioTab .nav-item.active {
    margin-top: -7px !important;
    height: 50px;
    background-color: #f5bf0d !important
}

.site-content #PortfolioTab .nav>li>a:focus,
.site-content .nav>li>a:hover {
    background-color: #dbdbdb !important
}

#PortfolioTab li a:hover,
#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    background-color: #a1a2a2 !important
}

#PortfolioTab li.active a:hover,
#PortfolioTab li.active:hover a {
    color: #fff
}

#PortfolioTab li.active:hover:before {
    border-left-color: #a1a2a2 !important;
    border-right-color: #a1a2a2 !important
}

.carousel-col4Desktop.owl-carousel .owl-item img {
    width: auto;
    display: table;
    margin: 0 auto;
    max-height: 100% !important
}

.carousel-col4Desktop .owl-stage-outer .owl-stage {
    margin: 0 auto
}

#Contact_Secetion_2:before,
.carousel.slide .item::before,
.concesionario-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 100% auto;
    width: 100%;
    height: 89%
}

#Contact_Secetion_2:before {
    height: 650px\0 !important
}

#Contact_Secetion_2:after,
.carousel.slide:after,
.concesionario-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("img/banner-btm-shadow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 0;
    pointer-events: none
}

#myCarousel_2.carousel.slide:after {
    background-image: inherit !important
}

#Contact_Secetion_2:before,
.carousel.slide:before,
.concesionario:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("img/top-shadow.png");
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: 100% auto;
    width: 100%;
    height: 135px;
    z-index: 1
}

.onlyfordesktop#Contact_Secetion_2:before {
    background-size: 0;
    background-color: transparent !important
}

#Contact_Secetion_2 {
    position: relative
}

#Contact_Secetion_2:before {
    height: 100em;
    max-height: 650px
}

@supports (-ms-ime-align: auto) {
    #Contact_Secetion_2:before {
        height: 46em !important;
        max-height: 650px
    }
}

.concesionario-banner:after {
    background-position: bottom center
}

#seriesCarousel.carousel.slide:after,
.concessionaire-box .carousel.slide:before,
.page-template-concesionarios .carousel.slide:after {
    content: inherit;
    content: initial
}

#SeriesTabCont .carousel.slide .item::before,
.concessionaire-box .carousel.slide:before {
    background-color: rgba(0, 0, 0, 0) !important
}

.concesionario-banner {
    position: relative
}

.footer {
    clear: both;
    padding-top: 35px
}

.series-slider {
    position: relative
}

.wpcf7-form label.error {
    padding: 0;
    margin: 0 auto;
    max-width: none;
    display: inline-block;
    float: none
}

.first_filed br,
.info br {
    display: none
}

.info span.wpcf7-not-valid-tip {
    position: absolute;
    margin: 0 auto !important;
    font-size: 15px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #namesname-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed #telefono-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 25px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #emailadd-error {
    position: absolute;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    line-height: 14px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.info #ciudaddata-error {
    position: absolute;
    top: auto;
    bottom: 0;
    top: 40px;
    top: 40px\0;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.info #departamento-error {
    position: absolute;
    top: auto;
    bottom: -35%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis';
    max-width: 345px
}

.first_filed.last_filed #messagetext-error {
    position: absolute;
    bottom: 0;
    top: 39px;
    top: 39px\0;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis';
    max-width: 345px
}

.contact_first #namesname-error {
    position: absolute;
    top: 77%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_first #emailadd-error {
    position: absolute;
    top: 55%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    line-height: 11px;
    font-family: 'Louis'
}

.contact_two #celular-error {
    position: absolute;
    top: 77%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_two #telefono-error {
    position: absolute;
    top: 77%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #departamentos-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_three #ciudad-error {
    position: absolute;
    top: 77%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

.contact_four #tipo_de_solicitud-error {
    position: absolute;
    top: 50%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

.contact_five #detaila_tu_solicitud-error {
    position: absolute;
    top: 100%;
    font-size: 11px;
    float: left;
    left: 0;
    right: auto;
    color: red;
    font-family: 'Louis'
}

div.wpcf7-mail-sent-ng {
    border: none
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    display: none !important
}

.left-btm-img {
    margin-bottom: 0 !important;
    position: absolute;
    left: 15px;
    bottom: 0;
    margin-top: 55px;
    z-index: 1
}

.home_page.container {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important
}

.concessionaire-box .box ul li,
.concessionaire-box .box ul li a,
.concessionaire-box .box ul li p,
.concessionaire_popup ul li,
.concessionaire_popup ul li a,
.concessionaire_popup ul li p {
    font: 15.5px Arial, Helvetica, sans-serif;
    color: #262626
}

.concessionaire_popup ul li p {
    margin-bottom: 0;
    line-height: 1.5
}

.concessionaire_popup ul li a {
    margin-bottom: 8px;
    display: block
}

.concessionaire-box .box ul li a,
.concessionaire_popup ul li a,
.concessionaire_popup ul li a:focus {
    margin-top: 5px;
    display: block;
    margin-bottom: 5px;
    outline: none
}

.concessionaire-box .box ul li p {
    margin-bottom: 5px
}

.concessionaire-box .box ul li p+p {
    color: #666666
}

.concessionaire-box .carousel .item:before {
    background-color: transparent
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important
}

.download .left-verticle-img {
    position: absolute;
    bottom: 0;
    left: 0
}

.footer_form .left_banner {
    height: 473px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer_form_left {
    padding-left: 0 !important
}

.footer_form_right {
    padding-right: 0 !important
}

.modal_btn .modal-dialog_form_sucess {
    width: 100% !important;
    max-width: 334px !important;
    margin: 0 auto !important;
    padding: 0 !important
}

.modal_btn .modal-dialog_form_sucess .modal-content_form_sucess .modal-header_form_sucess {
    background-color: #f4bc00;
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    position: relative
}

.modal-header_form_sucess:after {
    content: '';
    position: absolute;
    background-image: url("images/form_pop_msg.png");
    width: 94px;
    height: 94px;
    top: -50px;
    left: auto;
    right: 120px
}

.modal-content_form_sucess h4 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px
}

.modal-content_form_sucess {
    background-color: #fff
}

.modal-content_form_sucess h3 {
    margin: 0 auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #4e4e4e;
    text-align: center;
    margin-top: 35px;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    max-width: 200px;
    padding-bottom: 35px
}

.concessionaire_popup {
    z-index: 1;
    position: relative
}

.concessionaire_popup {
    margin-bottom: 50px
}

.breadcrumb span {
    color: #3b3b3b;
    font: 16px 'Louis';
    font-style: italic;
    position: relative;
    text-transform: uppercase
}

.breadcrumb span~span {
    padding-left: 10px;
    margin-left: 5px
}

.breadcrumb span:last-child span {
    box-shadow: 0 0 0 #3b3b3b;
    border-bottom: 1px solid #000
}

.breadcrumb {
    margin-top: 77px;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: #f4f4f4 !important
}

#PortfolioTab {
    margin-top: 0 !important
}

.cta_ver_mas a {
    font-weight: bold;
    font-style: italic !important
}

.feature-piller-wrap {
    margin: -135px 0 58px
}

.feature-piller-wrap .container ul {
    display: table;
    width: 100%;
    margin-bottom: 0
}

.feature-piller-wrap .piller-blk {
    position: relative;
    overflow: hidden
}

.feature-piller-wrap .piller-blk .background-layer {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.cloud {
    position: absolute;
    bottom: 0
}

.yellow-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(244, 188, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.piller-blk:hover .yellow-overlay {
    opacity: 1
}

.piller-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px
}

.pillercontainer {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3)
}

.piller-info h2 {
    font-family: 'Louis' !important;
    font-size: 25px;
    font-style: italic !important;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 3px solid #f4bc00;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
}

.piller-info p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #313131;
    line-height: 20px;
    letter-spacing: 0.01em;
    display: none;
    margin-bottom: 20px
}

.piller-info .vermas-btn {
    color: #2f2f2f;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: #2f2f2f !important;
    width: 108px;
    height: 35px;
    padding: 0;
    border: 2px solid #2f2f2f !important;
    background-color: transparent !important;
    display: none;
    text-align: center;
    text-decoration: none;
    box-shadow: inherit
}

.piller-blk:hover .vermas-btn,
.piller-blk:hover p {
    display: block
}

.piller-blk:hover h2 {
    color: #2f2f2f;
    text-shadow: 0 0 0
}

.piller-blk:hover h2 {
    border-color: #303030
}

.piller-info .piller-title {
    position: relative
}

.piller-blk:hover .piller-info .piller-title:before {
    background-color: #303030
}

.navbar-static-top {
    top: -80px
}

@media screen and (min-width: 1200px) {
    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1.2)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    @keyframes zoom {
        from {
            transform: scale(1.2)
        }
        to {
            transform: scale(1)
        }
    }
    @-webkit-keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    @keyframes zoomBanner {
        from {
            background-size: 125% auto;
            background-position: center
        }
        to {
            background-size: 100% auto;
            background-position: center
        }
    }
    .carousel-inner .item.animation {
        -webkit-animation: zoom 0.8s;
        animation: zoom 0.8s
    }
    .page-template-buses .carousel-inner .item.animation,
    .single-bus .carousel-inner .item.animation,
    .single-serie .carousel-inner .item.animation,
    .tax-buses .carousel-inner .item.animation,
    .tax-model .carousel-inner .item.animation {
        -webkit-animation: zoom 0;
        animation: zoom 0
    }
    #Contact_Secetion_2.animation,
    .concesionario-banner.animation {
        -webkit-animation: zoomBanner 0.8s;
        animation: zoomBanner 0.8s
    }
}

.frenos-col-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-inline-box;
    display: block;
    display: -ms-inline-grid;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.frenos-col-wrap {
    display: flex
}

.page-id-1030 .cabindesign-blk {
    display: none
}

.page-id-1030 #conoce_div,
.page-id-1186 #conoce_div,
.page-id-1194 #conoce_div {
    margin-bottom: 0
}

.series-list li a {
    display: block
}

.carousel-caption.right-caption.onlyfordesktop {
    padding-left: 14px;
    padding-right: 10px;
    width: 100%;
    text-align: center;
    align-content: center;
    height: calc(100% - 4px)
}

#PortfolioTabContent .carousel-caption {
    z-index: 1\0
}

@media screen and (max-width: 1366px) and (min-width: 990px) {
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0 !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important;
        background-position: left -70px !important;
        background-size: auto 500px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0 !important
    }
    .technlinfo ul li p {
        font-size: 15px !important
    }
    #myCarousel_concesionario .sub_contant h1 span,
    #myCarousel_concesionario .sub_contant label span {
        font-size: 24px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    #technlspctnContent img {
        width: 100%
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .famlyN-cont p,
    .famlyN-cont p,
    .famlyN-cont p {
        font-size: 18px !important
    }
    .home_page .carousel .item,
    .terms-condition-banner {
        height: 486px;
        background-size: cover !important
    }
    .terms-condition-detail .terms-condition-box .terms-condition-box-content .terms_condition_main_titile {
        font-size: 34px
    }
    .navbar-inverse .navbar-nav li a {
        padding-top: 13px;
        font-size: 12px !important;
        font-weight: 200 !important
    }
    .sub-menu .dropdown-toggle:after {
        top: -22px !important
    }
    .sub-menu .dropdown-toggle.toggled-on:after {
        top: -24px !important
    }
    .logo {
        width: 220px !important
    }
    .home_page .carousel-caption .container .sub_contant {
        max-width: 40vw !important
    }
    .page-id-150 .home_page .carousel-caption .container .sub_contant {
        max-width: 760px !important
    }
    .home_page .sub_contant h1,
    .home_page .sub_contant h1 span,
    .home_page .sub_contant label,
    .home_page .sub_contant label span {
        font-size: 24px !important;
        line-height: normal !important;
        max-height: 160px !important;
        font-weight: 200 !important
    }
    section.home_page .carousel-indicators {
        top: 63% !important
    }
    .home_page .sub_contant .cta {
        margin-top: 75px !important
    }
    .glyphicon-chevron-left:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .glyphicon-chevron-right:before {
        background-size: cover !important;
        width: 25px !important;
        height: 25px !important
    }
    .container {
        max-width: 70% !important
    }
    .home_page .sub_contant .cta {
        width: 135px !important;
        height: 32px !important
    }
    .home_page .sub_contant .cta a {
        line-height: 27px !important;
        font-weight: 200 !important
    }
    .piller-info h2 {
        font-size: 20px !important;
        font-weight: 80 !important;
        padding-left: 15px !important;
        border-left: 2px solid #f4bc00 !important;
        margin-bottom: 13px !important
    }
    .piller-blk:hover h2 {
        border-left: 2px solid #000 !important
    }
    .piller-info {
        padding: 20px !important;
        font-size: 14px !important
    }
    .piller-info .vermas-btn {
        color: #2f2f2f !important;
        font-family: 'Louis' !important;
        font-weight: bold !important;
        font-style: italic !important;
        font-size: 15px !important;
        color: #2f2f2f !important;
        width: 50% !important;
        height: 26px !important
    }
    select.vehicle {
        height: 36px !important;
        height: 20px\0 !important;
        border-bottom: 1px solid #a1a2a2 !important;
        margin-top: 0;
        margin-top: 10px\0;
        line-height: 35px;
        color: #515151
    }
     ::placeholder {
        font-size: 16px !important
    }
     :-ms-input-placeholder {
        font-size: 16px !important;
        line-height: 38px !important
    }
    .image_form h5 {
        font-size: 18px !important
    }
    .contact_three select,
    .contact_three select.contact_three_left {
        font-size: 13px\0 !important
    }
    .image_form .image_form_border {
        padding: 15px 10px !important
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.image_form {
        height: 380px;
        height: 355px\0
    }
    .footer_form .left_banner {
        height: 370px !important;
        background-size: cover !important
    }
    .image_form h6 {
        width: 85% !important;
        margin: 0 0 25px 0 !important;
        font-family: 'arial' !important;
        font-size: 13px !important;
        line-height: 15px !important
    }
    .image_form input {
        border-bottom: 1px solid #a1a2a2 !important
    }
    input.button {
        font-size: 20px !important;
        height: 26px !important;
        margin: 10px 0 20px 0 !important;
        height: 40px !important;
        border-bottom-width: 2px !important;
        border-bottom-color: #000 !important
    }
    .feature-piller-wrap .piller-blk .background-layer {
        min-height: 407px !important
    }
    .footer_con .number,
    .legal h5 {
        font-family: 'Louis';
        font-size: 10px !important;
        padding: 0 0 0 45px
    }
    .profile ul li a,
    .service ul li a {
        font-size: 10px !important;
        line-height: 20px !important
    }
    .footer_con {
        padding-bottom: 30px !important
    }
    .frenos-col-wrap .vc_col-sm-4 p {
        font-size: 14px !important
    }
    .breadcrumb span {
        font: 14px 'Louis' !important;
        font-style: italic !important
    }
    .breadcrumb {
        margin-top: 56px;
        margin-bottom: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .family-hero-banner {
        position: relative
    }
    .family-hero-banner .wpb_wrapper h1 {
        line-height: 52px !important
    }
    .family-hero-banner .wpb_wrapper h1 {
        font: 47px "Louis" !important;
        font-style: italic !important
    }
}

select:focus {
    outline: none
}

.cotiza-banner .container {
    max-width: 1240px !important;
    width: 70% !important;
    margin: 0
}

.vc_custom_1512037851827 {
    background: rgba(0, 0, 0, 0.639216) url("https://busesycamioneschevrolet.com.co/wp-content/uploads/2017/10/LINEA-N_V2.jpg?id=3885");
    text-transform: uppercase
}

.family-hero-banner h1 {
    text-transform: uppercase !important
}

.carousel-control.left .glyphicon-chevron-left:hover,
.carousel-control.right .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px
}

.carousel-control.left_2 .glyphicon-chevron-left:hover,
.carousel-control.right_2 .glyphicon-chevron-right:hover {
    transform: scale(1.4);
    background-image: url("images/slider_icon_hove.png");
    width: 30px;
    height: 30px
}

@media screen and (min-width: 1200px) {
    .series-hero-blk .series-slider .item .img-wrap {
        min-width: 590px
    }
    .cabindesign-blk .col2-blk .content-wrap p,
    .col2-right p,
    .cotiza-banner p,
    .distance-blk p,
    .error404 .page-content .error_containe .error_bottom_con p,
    .family-moters-blk .right-content .wpb_wrapper ul li,
    .famlyN-cont p,
    .frenos-col-wrap .vc_col-sm-4 p,
    .hero-caption .famlyN-cont p,
    .infoblock p,
    .prod-advantage .left-col p,
    .product-advantage ul li p,
    .series-header p+p,
    .yellow-btm p {
        font-size: 1.2em !important;
        line-height: 22px !important
    }
}

.family-hero-banner {
    position: relative
}

.family-hero-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

input.info_left {
    margin-top: 15px\0
}

.breadcrumb span~span:before {
    content: "";
    position: absolute;
    border-left: 5px solid #f4bc00;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    left: 0;
    top: 4px
}

.series-hero-blk .series-slider .item .img-wrap {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -webkit-transform: translatex(-50%)
}

.banner_cta {
    width: 120px;
    height: 40px;
    border: 2px solid #f4bc00;
    margin-top: 30px;
    z-index: 1;
    background-color: #f4bc00;
    text-align: center
}

.banner_cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #000;
    font-weight: bold;
    font-style: italic;
    line-height: 36px;
    font-size: 16px;
    box-shadow: 0 0 0
}

.banner_cta a.focus:hover,
.banner_cta a:focus,
.banner_cta a:hover {
    color: #2f2f2f;
    text-decoration: none !important;
    outline: 0
}

.banner_cta:hover {
    background-color: rgba(244, 188, 0, 0.9)
}

#mCSB_1_scrollbar_vertical {
    left: 0;
    opacity: 1;
    right: auto;
    position: static
}

#mCSB_1_scrollbar_vertical .mCSB_buttonDown {
    width: 30px;
    height: 30px;
    background: url("img/down-icon.png");
    left: 50%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translate(-50%, -50%);
    bottom: -40px;
    z-index: 9
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    width: 0;
    height: 0
}

#mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    width: 0;
    opacity: 0
}

.down-vertical-btn {
    margin: 0 auto;
    text-align: center;
    display: inline-block
}

#mCSB_1_scrollbar_vertical .mCSB_buttonUp {
    display: none !important
}

#seriesCarousel .carousel-item .img-fluid {
    width: 100%\0
}

.modal-dialog_form_sucess {
    top: 50%;
    position: relative;
    transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%)
}

.video_section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 690px;
    background-size: cover
}

.video_section .col1-blk {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: inherit
}

.video_section .col1-blk .left {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    cursor: pointer;
    outline: none
}

.video_section .col1-blk .left a:focus {
    outline: none
}

@media screen and (max-width: 1690px) and (min-width: 992px) {
    #Contact_Secetion_3 .Contact_Secetion_3_left {
        float: right;
        text-align: left;
        margin: 5%;
        padding: 0;
        width: 40%
    }
}

@media screen and (max-width: 1380px) and (min-width: 992px) {
    .image_form_border .image_form_border_container {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 0;
        max-width: 620px
    }
}

body.modal-open {
    overflow: hidden !important;
    position: relative !important;
    width: 100%
}

#seriesCarousel .carousel-inner ol.carousel-indicators {
    display: none !important
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.8)
}

.loader-icon {
    background: url("img/finall_loder.png");
    width: 621px;
    height: 251px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    top: 42%;
    -webkit-animation: test 1.5s steps(10) infinite;
    -moz-animation: test 1.5s steps(10) infinite;
    -ms-animation: test 1.5s steps(10) infinite;
    -o-animation: test 1.5s steps(10) infinite;
    animation: test 1.5s steps(10) infinite
}

@-webkit-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

@-moz-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

@-ms-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

@-o-keyframes test {
    from {
        background-position: 0
    }
    to {
        background-position: 6210px
    }
}

@keyframes loader {}

@-webkit-keyframes loader {
    0% {}
}

.pillercontainer .bottom-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 75px;
    height: auto;
    max-height: 60px
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    #seriesCarousel .carousel-item {
        height: 60vw !important
    }
}

.charastics-sctn .yellow-btm>.container img,
.charastics-sctn .yellow-btm>.container label {
    display: none
}

#SeriesTabCont .charastics-sctn .black-blk .container .col1-blk {
    padding-right: 0;
    width: 80%
}

#SeriesTabCont .charastics-sctn .black-blk .col2-left {
    display: none
}

#SeriesTabCont .charastics-sctn .black-blk .col2-right {
    padding-right: 0;
    width: 80%;
    float: none;
    margin: 0 auto
}

.frenos-col-wrap .vc_col-sm-4 {
    float: none;
    display: inline-block
}

.concessionaire-box .box ul li.siteurl {
    margin-left: -25px;
    margin-top: 10px
}

.concessionaire-box .box:hover .siteurl a {
    text-decoration: underline
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .frenos-col-wrap {
        display: table-row
    }
    .frenos-col-wrap .vc_col-sm-4 {
        display: table-cell
    }
    .frenos-blk .title-black {
        margin-bottom: 40px
    }
    #seriesCarousel .carousel-item .img-fluid {
        opacity: 0
    }
    .right-caption .model-caption-btn {
        padding-top: 8px
    }
    .right-caption a.last-caption-btn {
        padding-top: 7px
    }
    .cotiza-banner .container {
        margin: 0 auto;
        padding-top: 2%
    }
    .content-area .sub_container h2,
    .content-area .sub_container h4 {
        text-transform: none
    }
    .section-content-img {
        display: table;
        width: 100%
    }
    .section-content-img .imageblock,
    .section-content-img .infoblock {
        display: table-cell
    }
}

@media screen and (min-width: 0) {
    #Contact_Secetion_2:before {
        height: 46em !important;
        max-height: 650px
    }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
    .navbar-collapse.collapse ul li#menu-item-6233 a {
        margin-top: 10px
    }
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0 !important
    }
    .section-content-img .imageblock {
        height: 75vh !important
    }
}

.carousel.video_section .container.arrow-container {
    width: 100% !important;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    top: 50%
}

.container.arrow-container a.right.carousel-control {
    position: absolute;
    left: 95% !important
}

.last-caption-btn.btm50 {
    bottom: 50px !important
}

#myCarousel_concesionario .carousel-inner .item iframe,
#myCarousel_concesionario .carousel-inner .item img {
    height: 730px;
    position: inherit !important;
    top: 0 !important;
    margin: 0 !important;
    width: 100%
}

.filter_area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    margin-top: -25px
}

#myCarousel_concesionario .container.dots {
    left: 25em
}

#myCarousel_concesionario .carousel-indicators {
    display: table;
    left: 79em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: 26%;
    margin-left: 0
}

#myCarousel_concesionario .carousel-caption {
    bottom: 20px
}

#myCarousel_concesionario .carousel-caption {
    z-index: 1;
    left: 7%;
    right: 0;
    top: 64%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

#myCarousel_concesionario .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

#myCarousel_concesionario .sub_contant h1,
#myCarousel_concesionario .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 30px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

#myCarousel_concesionario .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

#myCarousel_concesionario .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 12px;
    top: -243px;
    width: 100%;
    max-width: 460px
}

#myCarousel_concesionario .carousel-inner .sub_contant h1 {
    min-height: 60px
}

#myCarousel_concesionario .carousel-inner .sub_contant p {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #fff;
    display: block;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'arial'
}

#myCarousel_concesionario .sub_contant h1 span,
#myCarousel_concesionario .sub_contant label span {
    font-family: 'Louis';
    font-size: 33px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

#myCarousel_concesionario .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.filter_options {
    padding: 10px 0;
    background-color: #eaeef0;
    border-radius: 5px
}

.filter_options .form-group select {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-right: 1px solid #c1c4c5;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url("images/select_arrow.png");
    background-repeat: no-repeat;
    background-position: 83%;
    font: 18px "Louis-Regular";
    color: #000;
    height: 36px;
    -moz-appearance: none
}

.filter_options .form-group:last-child select {
    border: none
}

.filter_options .form-group {
    margin-bottom: 0
}

#map_canvas {
    position: relative;
    height: 730px
}

.map_area {
    clear: both
}

.map_area,
.right_area {
    padding: 0 !important
}

#map_data,
#map_data iframe {
    height: 820px
}

.right_area {
    float: right !important
}

.map_address_sectino span {
    font: 18px "Arial";
    color: #000
}

.map_address_sectino {
    clear: both
}

.map_address_sectino .add {
    clear: both;
    width: 100%;
    float: right;
    padding-right: 65px;
    padding-top: 20px;
    cursor: pointer
}

.map_address_sectino .add.active h1:before {
    position: absolute;
    content: "";
    background-image: url("images/pointer_active.png");
    width: 18px;
    height: 22px;
    left: -36px;
    top: 0
}

.map_address_sectino .add h1:before {
    position: absolute;
    content: "";
    background-image: url("images/pointer.png");
    width: 18px;
    height: 22px;
    left: -36px;
    top: 0
}

.map_address_sectino .add h1 {
    font: 16px "Arial";
    font-weight: bold;
    line-height: auto;
    margin-bottom: 0;
    width: auto;
    position: relative;
    margin-top: 0
}

span.concesionarios-name {
    font: 16px "Arial";
    font-weight: bold;
    line-height: auto;
    text-transform: uppercase
}

.map_address_sectino .add_content {
    width: calc(100% - 125px);
    float: right;
    max-width: 315px;
    cursor: pointer
}

.left_area {
    padding-top: 45px;
    padding-left: 0 !important;
    padding-right: 25px !important;
    height: 730px
}

.map_address_sectino>span {
    width: 405px;
    float: right;
    clear: both;
    padding-bottom: 20px
}

.left_area #mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    opacity: 1
}

.left_area .mCSB_scrollTools .mCSB_draggerContainer {
    right: 27px !important;
    left: inherit !important;
    top: 45px
}

.left_area #mCSB_1_scrollbar_vertical {
    left: inherit
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
    border: 1px solid #e7e7e7;
    width: 12px !important;
    border-radius: 0 !important
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.left_area .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px !important;
    border-radius: 0 !important;
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f4bc00;
    background-color: #f4bc00 !important
}

span.ventas {
    font: 16px "Arial";
    color: #4e4e4e;
    font-weight: bold
}

p.timing {
    width: 225px;
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph {
    width: 150px
}

p.email_ph a {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph a span {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

.add.active {
    background-color: #e2e4e5
}

.add:hover {
    background-color: #e2e4e5
}

.filter_options_mobile {
    display: none
}

.navbar-collapse.collapse ul li#menu-item-6233,
.navbar-collapse.collapse ul li#menu-item-6234,
.navbar-collapse.collapse ul li#menu-item-6647 {
    width: 3vw
}

.navbar-collapse.collapse ul li#menu-item-6647 a {
    background-image: url("images/search_icon.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 22px
}

.navbar-collapse.collapse ul li#menu-item-6233 a {
    background-image: url("images/fb.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 24px
}

.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233 a,
.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233 a {
    background-image: url("images/fb-black.png")
}

.navbar-collapse.collapse ul li#menu-item-6233 {
    position: relative
}

.navbar-collapse.collapse ul li#menu-item-6233:before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    left: 0;
    top: 12px;
    height: 40px
}

.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233:before,
.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233:before,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233:before {
    border-color: #3b3b3b
}

.navbar-collapse.collapse ul li#menu-item-6234 a {
    background-image: url("images/vedio.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 26px;
    height: 20px
}

.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6234 a,
.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6234 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6234 a {
    background-image: url("images/video-black.png")
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

.infoBox img {
    top: 20px !important;
    right: 20px !important
}

.infoBox {
    width: 228px !important;
    height: 150px;
    overflow: hidden;
    transform: skewX(-7deg) !important;
    margin-top: 10px
}

.infoBox .triangel {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4bc00;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 43%
}

.infoBox .info-box-wrap {
    padding: 10px 15px
}

.infoBox .info-box-wrap .location_data h2 {
    font: 18px 'Raleway-SemiBold';
    color: #2f2f2f;
    margin: 10px 0
}

.infoBox .info-box-wrap .location_descriptin p {
    font: 16px 'Raleway-SemiBold';
    color: #2f2f2f;
    margin: 10px 0
}

.search_section {
    background-color: #f2f4f6
}

.container_search {
    width: 864px;
    margin: 0 auto;
    padding-top: 40px
}

.search_section input {
    background-position: 97%;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #808080;
    margin: 0 auto;
    background-color: transparent;
    background-image: url("images/search_icon_2.png");
    background-repeat: no-repeat;
    border-radius: 0;
    height: 45px;
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}

.search_section ::-webkit-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section :-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section ::-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    opacity: 1;
    font-size: 30px;
    text-transform: uppercase
}

.search_section :-ms-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section span {
    font: 18px "Arial";
    color: #4e4e4e
}

.search_content {
    padding-top: 60px;
    padding-bottom: 60px
}

.inner_serch .white {
    background-color: #FFF;
    padding: 0;
    margin: 15px 7.5px;
    width: 31.333333%
}

.inner_serch .bg_img_section {
    padding-top: 105px
}

.inner_serch .bg_img_section h4,
.inner_serch .bg_img_section p {
    color: #fff !important
}

.inner_serch .bg_img_section .play_icon {
    padding-left: 20px;
    padding-bottom: 40px
}

.inner_serch .block_data h4 {
    font-size: 25px;
    font-family: "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 9px;
    line-height: 33px
}

.inner_serch .block_data p {
    font-size: 16px;
    font-family: "Arial";
    color: #4e4e4e;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.no_image_section .block_data h4 {
    position: relative;
    padding-top: 25px
}

.no_image_section .block_data h4:before {
    height: 2px;
    width: 50px;
    background-color: #f4bc00;
    content: "";
    position: absolute;
    top: 0
}

.no_image_section .block_data {
    padding-top: 51px
}

.no_image_section .block_data p {
    padding-bottom: 70px !important
}

.inner_serch .sec_2 {
    background-image: url("images/bg_image_search.png");
    background-repeat: no-repeat;
    background-size: cover
}

.page-template-Posventa .navbar-wrapper {
    position: inherit
}

.page-template-Posventa ul#menu-primary-menu>li a {
    color: #000
}

@media screen and (max-width: 1366px) {
    .noticia_internal_social .wpb_wrapper .wpb_text_column {
        padding: 10px 68px 0 24px !important
    }
    .noticia_internal_social {
        right: -15px !important
    }
    .noticia .white-bg>.vc_column_container {
        top: 0 !important
    }
    #noticia_internal {
        height: 597px !important
    }
    #noticia_hero_slider_carousel .item {
        height: 510px !important;
        background-size: cover;
        background-repeat: no-repeat;
        top: 0
    }
    .navbar-inverse .navbar-nav>li:nth-child(4):after {
        top: 45%;
        right: 6px
    }
    .search_section ::-webkit-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section :-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section ::-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        opacity: 1;
        font-size: 30px;
        text-transform: uppercase
    }
    .search_section :-ms-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 30px;
        opacity: 1;
        text-transform: uppercase
    }
    #map_canvas {
        height: 600px
    }
    #map_canvas:after {
        height: 600px
    }
    .navbar-collapse.collapse ul li#menu-item-6234 a {
        margin-top: 12px
    }
    #myCarousel_concesionario .carousel-caption .container .sub_contant {
        top: -60px
    }
    .navbar-collapse.collapse ul li#menu-item-6233 a {
        margin-top: 9px
    }
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        width: 76px
    }
    .navbar-collapse.collapse ul li#menu-item-6233:before {
        height: 38px
    }
    #myCarousel_concesionario .carousel-inner .item iframe,
    #myCarousel_concesionario .carousel-inner .item img {
        height: 589px;
        position: inherit !important;
        top: 0 !important;
        margin: 0 !important;
        width: 100%
    }
    #myCarousel_concesionario .carousel-caption {
        top: 41%;
        left: 54%
    }
    #myCarousel_concesionario .carousel-indicators {
        bottom: 34%;
        left: 49em
    }
    .left_area {
        height: 600px
    }
    #map_data,
    #map_data iframe {
        height: 600px
    }
    .filter_options .form-group select {
        font-size: 14px
    }
}

@media screen and (max-width: 1024px) {
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234 {
        width: 39px
    }
    #myCarousel_concesionario .carousel-indicators {
        bottom: 26%;
        left: 29em
    }
    #myCarousel_concesionario .carousel-inner .item iframe,
    #myCarousel_concesionario .carousel-inner .item img {
        height: 450px
    }
    .left_area {
        padding-left: 25px
    }
    .map_address_sectino .add {
        padding-right: 0
    }
    .map_address_sectino>span {
        float: none;
        padding-left: 25px
    }
}

@media screen and (max-width: 768px) {
    .embajadores_section_post .post_section,
    .noticia_section_post .post_section {
        background-color: #fff;
        width: 100%
    }
    .navbar-collapse.collapse ul li#menu-item-6233 a,
    .navbar-collapse.collapse ul li#menu-item-6234 a,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        height: 48px
    }
    .container_search {
        width: 80%;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px
    }
    .search_section {
        height: auto
    }
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        width: 100%
    }
    .navbar-collapse.collapse ul li#menu-item-6233,
    .navbar-collapse.collapse ul li#menu-item-6234 {
        width: 100% !important
    }
    .navbar-collapse.collapse ul li#menu-item-6233 a,
    .navbar-collapse.collapse ul li#menu-item-6234 a,
    .navbar-collapse.collapse ul li#menu-item-6647 {
        height: 48px !important;
        margin-top: 0 !important
    }
    #myCarousel_concesionario .carousel-indicators {
        bottom: 23%;
        left: 40%
    }
    #myCarousel_concesionario .container.dots {
        display: none
    }
    .left_area {
        padding-left: 25px;
        padding-top: 20px
    }
    .filter_options_mobile {
        display: block
    }
    .right_area {
        float: none !important
    }
    .map_address_sectino .add {
        float: none
    }
    .map_address_sectino {
        margin: 0
    }
    .map_address_sectino .add_content {
        width: 100%;
        float: none;
        margin: 0 0 0 15px;
        padding: 10px 50px
    }
    .map_address_sectino .add {
        clear: both;
        width: 100%;
        float: none;
        padding-right: 0;
        margin: 0 auto
    }
    .map_address_sectino .add h1 {
        margin-top: 0
    }
    .map_address_sectino .add.active h1:before {
        top: 1px
    }
    .filter_options_mobile .form-group button {
        background-color: #f7f8f9;
        border: none;
        box-shadow: none !important;
        height: 85px;
        font: 28px "Arial" !important;
        font-weight: bold !important;
        border-radius: 0;
        -webkit-appearance: none;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: 94%;
        padding: 6px 47px;
        width: 100%;
        text-align: left
    }
    .filter_options_mobile .form-group button:focus {
        outline: 0
    }
    .filter_options_mobile select option {
        display: none;
        border: none;
        box-shadow: none
    }
    .modal-body .form-group select {
        background-color: #f7f8f9;
        border: none;
        box-shadow: none !important;
        height: 85px;
        font: 28px "Arial" !important;
        font-weight: bold !important;
        border-radius: 0;
        -webkit-appearance: none;
        background-image: url("images/select_arrow.png");
        background-repeat: no-repeat;
        background-position: 94%;
        padding: 6px 47px 6px 15px
    }
    span.mobile_filter_title {
        width: 100%;
        background-color: #f4bc00;
        font: 28px "Arial";
        font-weight: bold;
        padding: 20px 63px;
        margin-bottom: 30px
    }
    .popup_body {
        padding: 0 !important
    }
    .popup_body .form-group {
        padding: 0 50px
    }
    .popup_body .form-group select {
        background-color: transparent;
        border-bottom: 1px solid #000
    }
    .modal-footer button.close_btn {
        background-color: transparent;
        font: 30px "Louis-BoldItalic";
        color: #939394;
        margin-right: 25px;
        border: none;
        margin-top: -17px
    }
    .modal-footer button.accepet {
        background-color: #f4bc00;
        font: 30px "Louis-BoldItalic";
        color: #000;
        padding: 7px 25px;
        margin-right: 35px;
        margin-top: 40px
    }
    .modal-footer {
        padding: 15px 15px 35px 15px !important
    }
    .left_area .mCSB_scrollTools .mCSB_draggerContainer {
        right: 21px !important;
        left: inherit !important;
        top: 20px
    }
    .popup_body .form-group select option {
        width: 100% !important;
        font: 28px "Arial" !important;
        font-weight: bold !important
    }
}

@media screen and (max-width: 767px) {
    #myCarousel_concesionario .carousel-caption {
        width: 100%;
        left: 30%
    }
    .search_section ::-webkit-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section :-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section ::-moz-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        opacity: 1;
        font-size: 20px;
        text-transform: uppercase
    }
    .search_section :-ms-input-placeholder {
        letter-spacing: 0.5px;
        color: #caccce;
        font-family: 'Louis';
        font-weight: bold;
        font-style: italic;
        font-size: 20px;
        opacity: 1;
        text-transform: uppercase
    }
    .search_section span.close_icon {
        background-position: 44%;
        background-image: url("images/close_search.png");
        background-repeat: no-repeat;
        background-color: #fff;
        height: 35px;
        width: 50px;
        float: left;
        padding: 30px 33px
    }
    .search_section input {
        width: 85%;
        background-position: 5%;
        background-image: none;
        background-repeat: no-repeat;
        background-color: #fff;
        padding: 30px 0 30px 5px;
        font-size: 22px;
        border: none;
        position: relative
    }
    .search_section input:before {
        position: absolute;
        content: "";
        border: 1px solid #3b3b3b;
        height: 53px
    }
    .navbar-collapse.collapse ul li#menu-item-6647 a {
        padding: 0 0 20px 0 !important;
        margin-top: 10px;
        height: 48px
    }
    .filter_options_mobile .form-group.click_btn_pop_up {
        padding-left: 10px
    }
    .click_btn_pop_up img {
        float: right
    }
    .navbar-collapse.collapse ul li#menu-item-6146:before {
        position: absolute;
        content: "";
        border-left: none
    }
    .filter_options_mobile .form-group {
        padding: 0
    }
    #myCarousel_concesionario .carousel-inner .item iframe,
    #myCarousel_concesionario .carousel-inner .item img {
        height: 450px
    }
    #myCarousel_concesionario .carousel-indicators {
        top: 68%;
        left: 30px;
        bottom: inherit
    }
    #myCarousel_concesionario .carousel-caption .container .sub_contant {
        left: -20%;
        max-width: 88%
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 {
        min-height: 22vw;
        max-height: 22vw;
        line-height: inherit;
        border: 0
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 span.txthead {
        font-family: Louis-Regular !important;
        font-size: 23px !important;
        font-weight: 100 !important;
        line-height: 27px !important;
        letter-spacing: 0.5px !important
    }
    #myCarousel_concesionario .carousel-inner .sub_contant p {
        font-size: 14px
    }
    #myCarousel_concesionario .sub_contant h1 span,
    #myCarousel_concesionario .sub_contant label span {
        font-size: 6.375vw;
        line-height: 8.375vw
    }
    #myCarousel_concesionario .carousel-inner .item {
        height: 110vw
    }
    #myCarousel_concesionario .carousel-inner>.item>img {
        top: 0;
        height: 100%
    }
    .home .home_page .carousel .item {
        height: 110vw
    }
    .container.filter_area {
        margin-top: -25px
    }
    .filter_options_mobile .form-group button {
        font-size: 18px !important;
        height: 55px;
        padding-left: 15px
    }
    .click_btn_pop_up {
        text-align: center
    }
    .click_btn_pop_up img {
        height: 55px
    }
    .modal-footer button.accepet,
    .modal-footer button.close_btn {
        font-size: 20px
    }
    .modal-body .form-group select {
        height: 45px;
        font-size: 20px !important;
        padding: 6px 47px 0 0
    }
    span.mobile_filter_title {
        font-size: 20px;
        padding: 20px 46px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 450px) {
    .search_section input {
        width: 73%
    }
}

@media screen and (max-width: 400px) {
    .modal-footer button.accepet,
    .modal-footer button.close_btn {
        font-size: 17px
    }
    .modal-footer button.close_btn {
        margin-right: 3px;
        margin-top: -6px
    }
}

@media screen and (max-width: 320px) {
    #myCarousel_concesionario .carousel-inner .sub_contant h1 span.txthead {
        font-size: 20px !important
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 {
        min-height: 15vw;
        max-height: 15vw;
        line-height: inherit;
        border: 0
    }
    #myCarousel_concesionario .carousel-inner .sub_contant p {
        font-size: 15px !important
    }
    #myCarousel_concesionario .carousel-inner .sub_contant h1 {
        min-height: 40vw;
        max-height: 40vw;
        line-height: inherit;
        border: 0
    }
    .filter_options_mobile .form-group button {
        font-size: 17px !important;
        height: 39px;
        padding: 6px 33px
    }
    .click_btn_pop_up img {
        height: 39px
    }
    #myCarousel_concesionario .sub_contant .cta {
        margin-top: 50px
    }
}

.infoimg-right img {
    object-fit: cover
}

.info-left>.container {
    max-width: 620px !important;
    float: right;
    padding-right: 115px
}

.hero-banner .info-left {
    padding: 0 30px
}

.hero-banner .info-left p {
    max-width: 550px;
    padding: 0 30px 0 0
}

.align-left .title-black span,
.info-blk.align-right .title-black span,
.info-left .title-black span {
    font-family: 'Louis-Regular';
    font-weight: normal
}

.info-blk.align-right .title-black span {
    display: block
}

.info-left p {
    font: 18px/24px Arial, sans-serif;
    color: #262626;
    letter-spacing: 0.012em;
    margin-top: 80px
}

.postventa .title-black {
    border: 0;
    position: relative;
    margin-top: 0;
    line-height: 1.3 !important
}

.postventa .repuestos-blk .title-black {
    font-size: 60px;
    line-height: 1.3 !important
}

.postventa .title-black:after {
    width: 100%;
    max-width: 212px;
    background: #f4bc00;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -30px;
    content: ""
}

.wrranty-blk {
    width: 100%;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center
}

.postventa section {
    margin-bottom: 40px
}

.postventa section.section-video {
    margin-bottom: 0
}

.info-blk.align-right {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    order: 2
}

.wrranty-blk-slider .item {
    height: 567px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.wrranty-blk .info-blk {
    width: 50%
}

.wrranty-blk .info-blk>.container {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 620px !important;
    float: left
}

.wrranty-blk .info-blk.align-right>.container {
    margin: 0;
    padding-right: 15px
}

.wrranty-blk .info-blk.align-right>.container .title-black {
    padding-right: 0
}

.wrranty-blk .info-blk .title-black {
    margin-bottom: 80px;
    margin-top: 0
}

.wrranty-blk .info-blk p {
    color: #262626;
    font: 18px/24px Arial, sans-serif;
    padding-right: 50px
}

.repuestos-blk {
    width: 100%;
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    height: 698px;
    background-repeat: no-repeat;
    background-position: center right
}

.postventa .hero-banner {
    position: relative
}

.wrranty-blk .slider-blk .owl-nav .owl-prev {
    float: left;
    margin-right: 15px
}

.wrranty-blk .slider-blk .owl-nav .owl-next,
.wrranty-blk .slider-blk .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    background: #9f9ca1 url("images/slider-arrow.png") no-repeat center;
    text-indent: -9999px;
    overflow: hidden
}

.wrranty-blk .slider-blk .owl-nav .owl-prev {
    background: #9f9ca1 url("images/slider-arrow-prev.png") no-repeat center
}

.wrranty-blk .slider-blk .owl-nav .owl-next:hover,
.wrranty-blk .slider-blk .owl-nav .owl-prev:hover {
    background-color: #d1cfd2;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s
}

.wrranty-blk .slider-blk .owl-nav {
    border-bottom: 2px solid #f5b200;
    display: table;
    padding-bottom: 25px;
    position: absolute;
    right: 30px;
    bottom: 50px
}

.wrranty-blk .owl-dots {
    position: absolute;
    bottom: 0;
    right: 30px
}

.wrranty-blk .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #858084;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 10px 4px
}

.wrranty-blk .owl-dots .owl-dot.active {
    background: #f5b200
}

.section-video {
    display: table;
    width: 100%;
    position: relative
}

.section-video:after {
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background-color: #f2f2f2;
    height: 50%;
    z-index: -1
}

.iframe-wrap iframe {
    width: 100%;
    height: 100%
}

.section-video .iframe-wrap {
    width: 100%;
    height: 690px;
    position: relative
}

.iframe-overlay {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.iframe-overlay .playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.iframe-overlay .playicon i {
    background: url("img/video_player.png") no-repeat center;
    width: 189px;
    height: 148px;
    display: block
}

.infoblk-wrapper .info-blk {
    width: 50%;
    float: left
}

.thumbnail-withinfo-blk .title-black,
.wrranty-blk .info-blk .title-black {
    font-size: 40px;
    padding-right: 60px
}

.thumbnail-withinfo-blk .align-right .title-black {
    padding: 0
}

.thumbnail-withinfo-blk .align-left .title-black {
    padding-right: 15px
}

.thumbnail-withinfo-blk .align-left p {
    padding-right: 100px
}

.thumbnail-withinfo-blk .title-black:after {
    max-width: 290px
}

.info-blk .thumb-blk {
    padding: 0;
    margin: 0;
    width: 100%;
    display: table
}

.info-blk .thumb-blk li {
    width: 50%;
    max-width: 300px;
    height: 30.801vh;
    display: inline-block;
    list-style: none;
    padding: 10px 5px 0;
    box-sizing: border-box
}

.info-blk .thumb-blk li:first-child,
.info-blk .thumb-blk li:nth-child(2) {
    padding-top: 0
}

.info-blk .thumb-blk li .img-blk {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.15)
}

.thumbnail-withinfo-blk {
    background: #f2f2f2;
    padding-top: 45px
}

.info-blk.align-left>.container,
.info-blk.align-right {
    float: right
}

.info-blk.align-left>.container {
    padding-left: 15px;
    padding-right: 70px
}

.wrranty-blk .info-blk.align-left+.slider-right .slider-blk .owl-dots,
.wrranty-blk .info-blk.align-left+.slider-right .slider-blk .owl-nav {
    left: 30px;
    right: inherit
}

.thumbnail-withinfo-blk>.container {
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center
}

.viewmore-link {
    color: #312b2b;
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
    width: 139px;
    height: 40px;
    border: 2px solid #322b2b;
    display: block;
    text-align: center;
    line-height: 1.8;
    text-decoration: none !important;
    margin: 70px auto
}

.viewmore-link:hover {
    color: #fff;
    background: #322b2b
}

.postventa .title-black span {
    display: block
}

.wrranty-blk .info-blk.align-left>.container {
    padding-right: 0
}

.thumbnail-withinfo-blk .info-left p,
.wrranty-blk .info-blk.align-left>.container p {
    padding-right: 120px
}

.page-template-Posventa-html .navbar-wrapper {
    position: relative
}

.posventa-tab ul.parent-menu {
    display: flex;
    margin: 0;
    align-items: center;
    height: 72px;
    margin-top: 7px;
    position: relative
}

.posventa-tab .parent-menu:after,
.posventa-tab .parent-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #f4bc00;
    left: 0;
    bottom: 0;
    z-index: 1
}

.posventa-tab .parent-menu:before {
    top: 0;
    height: 2px;
    background: rgba(226, 226, 226, 0.8)
}

.posventa-tab .parent-menu li {
    list-style: none;
    display: flex;
    justify-content: center
}

.posventa-tab .parent-menu li.active {
    background: #f8f8f8
}

.posventa-tab .parent-menu>li:first-child,
.posventa-tab .parent-menu>li:last-child {
    display: flex;
    flex: 1 0 auto
}

.posventa-tab .parent-menu>li:first-child {
    justify-content: flex-end;
    position: relative
}

.posventa-tab .parent-menu>li:first-child a {
    margin-right: 1em
}

.posventa-tab .parent-menu>li:last-child a {
    margin-left: 5em
}

.posventa-tab .parent-menu>li:first-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 75px;
    background: #f8f8f8;
    right: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: -1
}

.posventa-tab .parent-menu>li:first-child:before,
.posventa-tab .parent-menu>li:last-child:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 6px;
    width: 2px;
    height: 60px;
    background: #f1f1f1;
    transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg)
}

.posventa-tab .parent-menu>li:last-child:before {
    left: 0;
    right: inherit
}

.posventa-tab .parent-menu>li:first-child.active:before,
.posventa-tab .parent-menu>li:last-child.active:before {
    width: 0
}

.posventa-tab .parent-menu>li:last-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 75px;
    background: #f8f8f8;
    left: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: -1;
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg)
}

.posventa-tab .parent-menu>li:last-child {
    justify-content: flex-start
}

.posventa-tab .parent-menu>li a {
    font-family: 'Louis-Regular';
    font-size: 18px;
    color: #3b3b3b;
    text-decoration: none;
    text-transform: uppercase;
    padding: 25px 0
}

.posventa-tab .parent-menu>li a i {
    position: relative;
    width: 13px;
    display: inline-block;
    text-align: center;
    height: 10px;
    vertical-align: middle
}

.posventa-tab .parent-menu>li a i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border-top: 6px solid #3b3b3b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 6px;
    height: 6px
}

.posventa-tab .parent-menu>li.active a {
    font-family: 'Louis';
    font-weight: bold
}

.posventa-tab .parent-menu>li.active a>span {
    font-weight: normal;
    font-family: 'Louis-Regular'
}

.tab-center {
    max-width: 450px
}

.posventa-tab .parent-menu>li.tab-center {
    transform: skew(-21deg);
    -webkit-transform: skew(-21deg);
    -moz-transform: skew(-21deg);
    -ms-transform: skew(-21deg);
    -o-transform: skew(-21deg)
}

.posventa-tab .parent-menu>li.tab-center .child-menu {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.posventa-tab .parent-menu>li.tab-center>a {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.child-menu {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
    margin: 0;
    position: absolute;
    top: 97%;
    margin: 0;
    right: 20px;
    left: inherit;
    max-width: 315px;
    width: 100%;
    background: rgba(244, 244, 244, 0.98);
    display: none
}

.parent-menu li:last-child .child-menu {
    right: inherit;
    left: 20px
}

.parent-menu li:hover .child-menu {
    display: block
}

.child-menu>li {
    text-align: left;
    justify-content: flex-start !important
}

.child-menu>li a {
    padding: 10px 30px !important;
    margin: 0 !important;
    width: 100%
}

.child-menu>li.active a,
.child-menu>li:hover a {
    background: #d5d5d5
}

.dropdown-mobile .mobile-submenus {
    margin: 0
}

.dropdown-mobile .mobile-submenus>li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}

.dropdown-mobile .mobile-submenus li a {
    color: #2c2c2c;
    font: 18px 'Louis-BoldItalic';
    padding: 14px 15px;
    display: block;
    position: relative;
    text-decoration: none
}

.dropdown-mobile .mobile-submenus li a>i {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 25px;
    right: 30px
}

.dropdown-mobile .mobile-submenus li.active a>i {
    transform: rotate(180deg)
}

.repuestos-blk.onlyformobile {
    margin-bottom: 15px;
    height: auto
}

.repuestos-blk.onlyformobile .info-blk {
    padding: 0 15px
}

.repuestos-blk.onlyformobile .info-blk p {
    color: #262626;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    max-width: 100%
}

.toggle-content .toggle-content-wrap {
    padding: 20px 15px
}

.map-services .banner-blk {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 696px;
    box-shadow: 0 0 0
}

section.map-services {
    margin-bottom: 0;
    position: relative
}

section.map-services .banner-info select {
    width: 100%;
    max-width: 600px;
    font-size: 40px;
    font-family: 'Louis-BoldItalic';
    font-style: italic;
    background-color: transparent;
    background-image: url("images/select_arrow-white.png");
    border: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 45px;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.79);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: calc(100% - 30px) center;
    cursor: pointer
}

section.map-services .banner-info select option {
    background: rgba(255, 255, 255, 0.8);
    color: #262626
}

section.map-services .banner-info select::-ms-expand {
    display: none
}

section.map-services .banner-info p {
    font: 20px/28px Arial, sans-serif;
    letter-spacing: 0.028em
}

section.map-services .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.page-template-Posventa .navbar-static-top .navbar-collapse {
    border-bottom: 0
}

.repuestos-blk .container.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.repuestos-bg {
    margin: 0
}

#myCarousel_noticias .carousel-caption {
    top: 145px;
    width: 500px;
    left: 60%;
    text-align: left
}

#myCarousel_noticias .carousel-caption h1 {
    font-size: 60px;
    font-family: "Louis-BoldItalic";
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

#myCarousel_noticias .carousel-caption span {
    font-size: 60px;
    font-family: "Louis-Italic";
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    line-height: 60px
}

#myCarousel_noticias .carousel-caption p {
    font-size: 20px;
    font-family: "Louis-Italic";
    color: #fff;
    text-transform: uppercase;
    font-style: italic
}

#myCarousel_noticias .carousel-caption .cta {
    width: 100px;
    height: 35px;
    border: 2px solid #f4bc00;
    z-index: 1;
    background-color: #f4bc00;
    position: absolute;
    bottom: -113px;
    text-align: center
}

#myCarousel_noticias .carousel-caption a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis-BoldItalic';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0;
    line-height: 31px
}

#myCarousel_noticias .carousel-caption .sub_contant {
    border-bottom: 2px solid #f5b200;
    padding-bottom: 10px;
    position: relative
}

#myCarousel_noticias .carousel-indicators {
    bottom: 243px;
    left: 62.5%
}

#myCarousel_noticias .carousel-inner>.item {
    height: 40vh
}

.embajadores_section,
.sala_de_prensa_section,
.video_promos {
    padding: 25px 0 0;
    background-color: #f9f9f9
}

.sala_de_prensa_section .container,
.video_promos .container {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 35px
}

.embajadores_title h2,
.sala_de_prensa_title h1,
.video_promos_title h2 {
    font: 30px "Louis-BoldItalic";
    color: #2c2c2c;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 3px solid #f4bc00;
    text-transform: uppercase;
    display: table;
    font-style: italic
}

.embajadores_section_post,
.sala_de_prensa_section_post,
.video_promos_section_post {
    padding: 55px 0 45px
}

.embajadores_section_post .post_section,
.sala_de_prensa_section_post .post_section {
    background-color: #fff
}

.embajadores_section_post .post_section .post_inner_data,
.sala_de_prensa_section_post .post_section .post_inner_data {
    padding: 30px 18px 0
}

.video_prom .post_inner_data {
    position: absolute;
    bottom: 0;
    padding: 30px 18px 0
}

.embajadores_section_post .post_section .post_inner_data h3,
.sala_de_prensa_section_post .post_section .post_inner_data h3 {
    font: 25px "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0
}

.embajadores_section_post .post_section .post_inner_data p,
.sala_de_prensa_section_post .post_section .post_inner_data p {
    font: 17px "Arial";
    color: #4e4e4e;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px
}

.embajadores_section_post .post_section .explor_more,
.sala_de_prensa_section_post .post_section .explor_more {
    padding-top: 8px
}

.embajadores_section_post .post_section .explor_more a:first-child img,
.sala_de_prensa_section_post .post_section .explor_more a:first-child img {
    padding: 8px 12px
}

.embajadores_section_post .post_section .explor_more a:hover img,
.sala_de_prensa_section_post .post_section .explor_more a:hover img {
    background-color: #f4bc00
}

.embajadores_section_post .post_section .explor_more img,
.sala_de_prensa_section_post .post_section .explor_more img {
    background-color: #e5e5e5;
    padding: 6px 10px
}

.embajadores_section_post,
.noticia_section_post,
.video_promos_section_post {
    padding: 25px 0 45px
}

.noticia_hero_slider_carousel_arrow {
    display: none
}

.embajadores_section_post .post_section,
.noticia_section_post .post_section {
    background-color: #fff
}

.embajadores_section_post .post_section .post_inner_data .post_texts,
.noticia_section_post .post_section .post_inner_data .post_texts {
    padding: 30px 18px 40px
}

.video_prom .post_inner_data {
    position: absolute;
    bottom: 0;
    padding: 30px 18px 0
}

.embajadores_section_post .post_section .post_inner_data h2,
.noticia_section_post .post_section .post_inner_data h2 {
    font: 25px "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0;
    font-style: italic
}

.embajadores_section_post .post_section .post_inner_data p,
.noticia_section_post .post_section .post_inner_data p {
    font: 17px "Arial";
    color: #4e4e4e;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px
}

.embajadores_section_post .post_section .explor_more,
.noticia_section_post .post_section .explor_more {
    padding-top: 8px
}

.embajadores_section_post .post_section .explor_more a:first-child img,
.noticia_section_post .post_section .explor_more a:first-child img {
    padding: 8px 12px
}

.embajadores_section_post .post_section .explor_more a:hover img,
.noticia_section_post .post_section .explor_more a:hover img {
    background-color: #f4bc00
}

.embajadores_section_post .post_section .explor_more img,
.noticia_section_post .post_section .explor_more img {
    background-color: #e5e5e5;
    padding: 6px 10px
}

.video_sec {
    background-image: url("images/noticias/video_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 404px;
    background-size: cover
}

.embajadores_section_post .video_sec .post_section,
.noticia_section_post .video_sec .post_section {
    background-color: transparent
}

.embajadores_section_post .video_sec .post_section,
.sala_de_prensa_section_post .video_sec .post_section {
    background-color: transparent
}

.video_sec .post_inner_data {
    position: absolute;
    bottom: 0;
    padding: 0 !important
}

.video_prom .post_section h3,
.video_sec .post_section h3 {
    margin-top: 20px !important
}

.embajadores_section_post img.post_image,
.noticia_section_post img.post_image {
    height: auto;
    width: 100%
}

.embajadores_section_post img.post_image,
.sala_de_prensa_section_post img.post_image {
    height: 193px;
    width: 100%
}

.video_prom h3,
.video_prom p,
.video_sec h3,
.video_sec p {
    color: #fff !important
}

.video_sec p {
    height: 48px !important;
    margin-bottom: 30px
}

.no-image .post_section {
    padding-top: 107px;
    background-color: #fff
}

.no-image .post_section h3 {
    margin-bottom: 20px !important;
    position: relative
}

.no-image .post_section h3:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #f4bc00;
    top: -20px
}

.explor_more_post {
    width: 100px;
    height: 35px;
    border: 1px solid #252524;
    z-index: 1;
    text-align: center
}

.explor_more_pos:hover {
    background-color: #f4bc00;
    border: 1px solid #f4bc00
}

.explor_more_post a {
    background-color: transparent;
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis-BoldItalic';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0;
    line-height: 33px
}

.explor_more_post a:hover {
    text-decoration: none;
    background-color: #f4bc00
}

.video_promos_post_1 .post_section,
.video_promos_post_2 .post_section,
.video_promos_post_3 .post_section {
    background-image: url("images/noticias/video_bg.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 370px
}

.video_prom .post_section .post_inner_data p {
    font: 17px "Arial";
    color: #ffffff !important;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    margin-bottom: 30px
}

.video_prom .post_section .post_inner_data h3 {
    font: 25px "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 0;
    font-style: italic
}

.video_prom {
    padding-right: 7px !important;
    padding-left: 7px !important
}

.txthead {
    font-family: Louis-Regular !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    line-height: 40px !important;
    letter-spacing: 0.5px !important
}

#concesionarios_details .sede_address .add_content .timing,
#concesionarios_details .sede_address .add_content span.ventas {
    display: none
}

#concesionarios_details .sede_address .add_content p.email_ph a.email_section {
    display: none
}

li#menu-item-7242 .sub-menu li a:after {
    background-image: none !important
}

li#menu-item-7290 .sub-menu li a:after {
    background-image: none !important
}

.mobile {
    display: none
}

img.ds_none {
    display: none
}

body.tax-noticia_categories header.page-header {
    position: absolute;
    top: 0
}

body.tax-noticia_categories .post_texts {
    padding: 30px 18px 0
}

.noticia_section_post .row>div {
    margin-top: 15px;
    display: flex;
    margin-bottom: 15px
}

article.noticia .entry-content {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important
}

#noticia_internal {
    height: 730px
}

.vc_row.container {
    margin-left: auto !important;
    margin-right: auto !important
}

h3.orange_text {
    font: 35px "Louis-Bold";
    color: gray;
    text-transform: uppercase;
    text-align: center
}

.noticia_internal_button {
    padding-top: 40px;
    border-top: 2px solid #e3e3e3
}

.noticia_internal_social .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    height: 2.5em !important
}

.noticia_internal_button a {
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #f4bc00 !important;
    color: #f4bc00 !important;
    font: 23px "Louis-Regular" !important;
    border-radius: 0 !important
}

.noticia_internal_button a:hover {
    background-color: #f4bc00 !important;
    background-image: none !important;
    border: 1px solid #fff !important;
    color: #fff !important
}

#myCarousel_noticias_internal {
    padding: 0 !important
}

#myCarousel_noticias_internal img {
    width: 100% !important
}

.noticia_internal_social .wpb_wrapper .wpb_text_column {
    padding: 10px 76px 0 24px
}

.noticia_internal_social .wpb_wrapper .vc_icon_element,
.noticia_internal_social .wpb_wrapper .wpb_text_column {
    float: left;
    margin: 0;
    vertical-align: middle
}

.noticia_internal_social .wpb_wrapper .vc_icon_element.fb_border {
    border-left: 1px solid #dba900
}

.noticia_internal_social .wpb_wrapper .vc_icon_element {
    border-right: 1px solid #dba900
}

.noticia_internal_social .wpb_wrapper .vc_icon_element:last-child {
    border-left: none;
    border-right: none
}

.noticia_internal_social {
    margin-top: 40px !important
}

.noticia_internal_social .wpb_wrapper {
    text-align: right
}

.noticia_internal_social {
    background-color: #f4bc00;
    width: 34% !important;
    float: right !important;
    right: -30px !important
}

.noticia_internal_social a {
    box-shadow: none !important
}

.noticia_internal_social .vc_column-inner {
    padding: 0 !important
}

.noticia_internal_social .wpb_wrapper .wpb_text_column p {
    text-transform: uppercase;
    font-size: 14px;
    color: #4b4c4c
}

.noticia_internal_social .wpb_wrapper .vc_icon_element .vc_icon_element-inner:hover {
    background-color: #bb9fd9
}

.home-video-thumb .video-thumb {
    height: 692px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.home-video-thumb .video-content {
    color: #5a5a5a;
    font: 16px/22px Arial, Helvetica, sans-serif
}

.video-content p {
    margin: 25px 0
}

.video-content .cta {
    margin-top: 40px;
    background-color: transparent;
    min-width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    border: 2px solid #2f2f2f;
    width: 260px;
    height: 44px;
    font-size: 25px;
    max-width: inherit
}

.video-content .cta a {
    color: #2f2f2f;
    text-decoration: none;
    box-shadow: 0 0 0;
    font-family: 'Louis-BoldItalic';
    font-style: italic;
    text-transform: capitalize
}

.video-content .content-wrap {
    width: calc(100% - 11.8vw);
    float: right;
    padding-right: 30px;
    max-width: 570px
}

.video-thumb .play-btn {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%)
}

.video-thumb .play-btn-icon {
    width: 120px;
    height: 148px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    box-shadow: 0 0 0 !important;
    cursor: pointer
}

.video-thumb .play-btn-icon i {
    background: url("img/play-icon-yellow.png") no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%
}

.video-content .title-black {
    font-size: 45px;
    border: 0;
    position: relative;
    margin-top: 0;
    letter-spacing: 2px
}

.video-content .title-black:after {
    width: 200px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #f4bc00
}

.video-content .content-wrap p {
    color: #7f7f7f;
    line-height: 22px;
    letter-spacing: 0.01em;
    font: 16px/22px Arial, sans-serif
}

.video-content .content-wrap p:not(.prefixTitle) {
    padding-right: 15px
}

.content-wrap .prefixTitle {
    background: #f4bc00;
    color: #2c2c2c !important;
    font: 16px "Louis-Regular" !important;
    display: table;
    padding: 4px 10px;
    text-transform: uppercase;
    position: relative;
    height: 29px
}

.content-wrap .prefixTitle:after {
    content: url("img/prefix-after.png");
    position: absolute;
    width: 10px;
    height: 29px;
    right: -10px;
    top: 0
}

.campana-link {
    cursor: pointer
}

.video-content .cta:hover {
    border-color: transparent;
    background: #f4bc00
}

.explor_more {
    font-size: 0;
    position: absolute;
    bottom: 0
}

.sala_de_prensa_section .explor_more_post {
    display: none
}

.input-modal svg {
    width: 25px;
    height: 25px
}

@media screen and (max-width: 1366px) {
    .noticia .white-bg>.vc_column_container {
        top: 0 !important
    }
    #myCarousel_noticias .carousel-caption {
        top: 80px;
        width: 500px;
        left: 60%;
        text-align: left
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 175px;
        left: 69%
    }
    #myCarousel_noticias .carousel-caption p {
        margin: 0
    }
    #myCarousel_noticias .carousel-caption span {
        font-size: 40px;
        font-family: "Louis-Italic";
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
        line-height: 50px
    }
    #myCarousel_noticias .carousel-caption h1 {
        font-size: 40px;
        font-family: "Louis-BoldItalic";
        color: #fff;
        text-transform: uppercase;
        margin: 0
    }
    #myCarousel_noticias .item .desktop {
        height: 530px !important
    }
    .noticia_related_section .container,
    .sala_de_prensa_section .container {
        max-width: 90% !important
    }
    #noticia_internal {
        height: 737px
    }
    h3.orange_text {
        font-size: 28px
    }
    .noticia_internal_social {
        background-color: #f4bc00;
        width: 43% !important;
        float: right !important
    }
    .noticia .white-bg {
        z-index: 123 !important;
        position: relative;
        padding: 0
    }
}

@media screen and (max-width: 1280px) {
    .noticia_internal_social .wpb_wrapper .wpb_text_column {
        padding: 10px 108px 0 24px !important
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 139px;
        left: 70%
    }
    .navbar-collapse.collapse ul li {
        width: 96px
    }
    .noticia_internal_social {
        background-color: #f4bc00;
        width: 50% !important;
        float: right !important
    }
    h3.orange_text {
        font-size: 24px
    }
}

@media screen and (max-width: 1024px) {
    #myCarousel_noticias .carousel-inner>.item {
        height: 280px
    }
    #myCarousel_noticias .carousel-caption span {
        font-size: 32px;
        font-family: "Louis-Italic";
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
        line-height: 43px
    }
    #myCarousel_noticias .carousel-caption h1 {
        font-size: 32px;
        font-family: "Louis-BoldItalic";
        color: #fff;
        text-transform: uppercase;
        margin: 0
    }
    #myCarousel_noticias .carousel-caption .cta {
        width: 100px;
        height: 35px;
        border: 2px solid #f4bc00;
        z-index: 1;
        background-color: #f4bc00;
        position: absolute;
        bottom: -70px;
        text-align: center
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 91px;
        left: 72%
    }
}

@media screen and (max-width: 768px) {
    .video_sec {
        background-position: center
    }
    .embajadores_section_post img.post_image,
    .noticia_section_post img.post_image {
        height: auto;
        width: 100%
    }
    .noticia_section_post .col-sm-12 {
        padding: 0;
        margin-bottom: 20px
    }
    #myCarousel_noticias .carousel-indicators {
        bottom: 75px;
        left: 66%
    }
    #myCarousel_noticias .carousel-caption {
        top: 29px;
        width: 297px;
        left: 60%;
        text-align: left
    }
    #myCarousel_noticias .carousel-inner>.item {
        height: 220px
    }
    #myCarousel_noticias .carousel-caption {
        top: 29px;
        width: 500px;
        left: 60%;
        text-align: left
    }
    #myCarousel_noticias .carousel-caption h1 {
        font-size: 22px;
        font-family: "Louis-BoldItalic";
        color: #fff;
        text-transform: uppercase;
        margin: 0
    }
    #myCarousel_noticias .carousel-caption span {
        font-size: 25px;
        font-family: "Louis-Italic";
        color: #fff;
        text-transform: uppercase;
        font-style: italic;
        line-height: 37px
    }
}

@media screen and (max-width: 767px) {
    .noticia_internal_social {
        right: 0 !important
    }
    .noticia_internal_social {
        width: 100% !important
    }
    h3.orange_text {
        font: 15px "Louis-Bold" !important
    }
    .explor_more_post {
        margin-left: 15px
    }
    .embajadores_title h2,
    .sala_de_prensa_title h1,
    .video_promos_title h2 {
        font-size: 22px !important
    }
    .sala_de_prensa_title {
        padding: 0 15px
    }
    .embajadores_title h2,
    .sala_de_prensa_title h1,
    .video_promos_title h2 {
        font: 30px "Louis-BoldItalic";
        color: #2c2c2c;
        margin: 0;
        padding-bottom: 20px;
        border-bottom: 3px solid #f4bc00;
        text-transform: uppercase;
        display: table;
        font-style: italic
    }
    .embajadores_section_post .post_section .post_inner_data h2,
    .noticia_section_post .post_section .post_inner_data h2 {
        font-size: 20px !important
    }
    .embajadores_section_post .post_section .post_inner_data p,
    .noticia_section_post .post_section .post_inner_data p {
        font-size: 14px !important
    }
    .embajadores_section_post,
    .noticia_section_post,
    .video_promos_section_post {
        padding: 20px 0 45px 0 !important
    }
    #myCarousel_noticias .carousel-caption {
        top: 101px !important
    }
    #myCarousel_noticias .carousel-control .glyphicon-chevron-right {
        margin-right: 0 !important
    }
    #myCarousel_noticias .carousel-caption p {
        font-size: 15px !important;
        margin: 0 !important
    }
    #myCarousel_noticias .carousel-control.right .glyphicon-chevron-right:hover {
        background-image: none !important
    }
    #myCarousel_noticias .glyphicon-chevron-right:hover::before {
        background-image: url("images/slider_icon.png") !important
    }
    #myCarousel_noticias .carousel-control.left .glyphicon-chevron-left:hover {
        background-image: none !important
    }
    #myCarousel_noticias .glyphicon-chevron-left:hover::before {
        background-image: url("images/slider_icon.png") !important
    }
    #myCarousel_noticias .carousel-control.left {
        display: block !important;
        left: 62% !important;
        top: 71.5% !important
    }
    #myCarousel_noticias .carousel-control.right {
        display: block !important;
        left: 84% !important;
        top: 71.5% !important
    }
    #myCarousel_noticias .carousel-indicators {
        display: none !important
    }
    #myCarousel_noticias .carousel-caption .cta {
        bottom: -32px !important
    }
    #myCarousel_noticias .carousel-caption .sub_contant {
        border: none !important
    }
    #myCarousel_noticias .carousel-caption {
        width: 250px !important
    }
    #myCarousel_noticias .container {
        max-width: 100% !important
    }
    #myCarousel_noticias .carousel-caption {
        left: 5% !important
    }
    #myCarousel_noticias .carousel-caption h1,
    #myCarousel_noticias .carousel-caption span {
        font-size: 25px !important
    }
    #myCarousel_noticias .carousel-caption span {
        line-height: 32px !important
    }
    .mobile {
        display: block
    }
    .desktop {
        display: none !important
    }
    .noticia_internal_social {
        width: 98% !important;
        margin: 0 auto;
        float: none !important
    }
    #mobile_banner_inernal {
        height: 450px
    }
    .noticia_internal_button {
        margin-top: 20px
    }
    .noticia_internal_button a {
        font: 15px "Louis-Regular" !important;
        padding: 10px 13px !important
    }
    #noticia_internal {
        height: 300px
    }
    .explor_more {
        font-size: 0;
        text-align: right;
        margin: 0 -18px
    }
    article.noticia {
        background-color: #fff
    }
    .retd_prod {
        background-color: #f2f4f6
    }
    .noticia_related_section {
        padding-top: 40px
    }
    .embajadores_section_post .post_section .explor_more a img,
    .noticia_section_post .post_section .explor_more a img {
        background-color: #f4bc00
    }
    .noticia_section_post .post_section .explor_more a:first-child img {
        border-right: 1px solid #f0cc50
    }
}

@media screen and (max-width: 360px) {
    .noticia_internal_social .vc_icon_element {
        font-size: 9px
    }
    .noticia_internal_social .wpb_wrapper .wpb_text_column {
        padding-right: 30px
    }
    #myCarousel_noticias .carousel-control.left {
        display: block !important;
        left: 59% !important;
        top: 71.5% !important
    }
}

article.noticia {
    background-color: #f2f4f6
}

#myCarousel_noticias .item .desktop {
    object-fit: contain;
    height: 867px
}

#myCarousel_noticias .item .desktop {
    height: 160%;
    margin-top: -52px
}

@media only screen and (max-width: 1024px) {
    #myCarousel_noticias .item .desktop {
        margin-top: -57px
    }
}

@media only screen and (max-width: 768px) {
    #myCarousel_noticias .item .desktop {
        margin-top: -93px
    }
}

.white-bg {
    background: #fff
}

.noticia .white-bg .wpb_wrapper p {
    color: #262626 !important;
    font: 15px/22px Arial !important;
    margin-bottom: 0 !important
}

span.ps_date {
    margin-top: 22px;
    top: 30px;
    display: block;
    font-size: 14px;
    color: grey;
    font-family: arial;
    text-transform: uppercase
}

.noticia .white-bg {
    top: -140px;
    z-index: 123;
    position: relative
}

.noticia #myCarousel_noticias_internal {
    max-width: 1030px;
    margin: 0 auto
}

.noticia_internal_social {
    position: relative
}

.noticia_internal_social .wpb_text_column p {
    color: #4b4c4c !important;
    font: 14px 'Raleway' !important;
    font-weight: 500 !important
}

.noticia_internal_social_bottom {
    bottom: 30px
}

.noticia_internal_social_top {
    top: 0;
    margin-top: 0 !important;
    margin-bottom: 30px
}

.noticia .vc_custom_heading.section_title {
    color: #262626;
    font: 18px/22px Arial;
    letter-spacing: 0.012em;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 35px
}

.noticia .vc_custom_heading.section_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #f4bc00;
    border-radius: 100px
}

.noticia #myCarousel_noticias_internal {
    position: relative
}

.noticia #myCarousel_noticias_internal .slider-dots {
    position: absolute;
    right: 30px;
    bottom: 10px
}

.noticia #myCarousel_noticias_internal .slider-dots .carousel-indicators {
    position: static;
    width: auto;
    border-top: 2px solid #f5b200;
    padding-top: 13px
}

#noticia_hero_slider_carousel .item {
    height: 725px;
    background-repeat: no-repeat;
    background-size: cover
}

.noticia_internal_social .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-black .vc_icon_element-icon {
    color: grey !important
}

#myCarousel_noticias .concesionario-banner:after,
#myCarousel_noticias.carousel.slide:after,
#myCarousel_noticias:after {
    background-image: none !important
}

.noticia .entry-content .wpb_wrapper,
.noticia .wpb_wrapper .vc_single_image-wrapper,
.noticia .wpb_wrapper .vc_single_image-wrapper img {
    width: 100%
}

.seguridad-blk {
    margin: 30px
}

.seguridad-blk ul {
    padding: 0;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    max-width: 470px
}

.seguridad-blk ul li {
    list-style: none !important
}

.seguridad-blk ul li p {
    text-align: center;
    font-family: 'Louis-BoldItalic';
    font-size: 1rem;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center
}

.seguridad-blk ul li p:first-of-type {
    border-bottom: 0px solid #565655;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 1.1;
    padding-bottom: 10px;
    margin-top: 5px;
    min-height: 46px;
    max-height: 47px;
    overflow: hidden
}

.seguridad-blk .seguridad-item figure {
    width: 4vw;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.seguridad-blk .seguridad-item figure>img {
    max-width: 100%;
    max-height: 100%
}

.seguridad-blk .seguridad-item>p {
    padding: 0 !important;
    min-width: 75px
}

.yellow-title h3.orange_text {
    font: 35px "Louis-Bold";
    color: #f4bc00;
    text-transform: uppercase;
    text-align: center
}

.noticia .text-medium .wpb_wrapper p {
    font: 26px Arial, sans-serif !important;
    font-weight: bold !important;
    text-align: center;
    font-style: italic !important
}

.text-with-yellow-title ul {
    padding-left: 35px
}

.text-with-yellow-title ul li {
    list-style: none;
    color: #807f7b;
    font-family: 'Louis';
    font-size: 20px;
    border-bottom: 2px solid #807f7b;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.text-with-yellow-title ul li:last-child {
    border-bottom: 0
}

.text-with-yellow-title ul li strong {
    color: #e7b200;
    text-transform: uppercase
}

.list-with-icon ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    font: 16px Arial, sans-serif !important;
    color: #262626;
    margin-bottom: 20px
}

.list-with-icon ul li img {
    margin-right: 15px
}

.noticia .wpb_wrapper p a {
    color: #0147f8;
    text-decoration: none;
    box-shadow: none
}

#posventa-slider .owl-item img {
    height: 645px;
    object-fit: cover;
    object-position: center
}

#posventa-slider .container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: center
}

#posventa-slider .banner-caption {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 390px;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px;
    display: flex;
    flex-wrap: wrap
}

#posventa-slider .banner-caption p {
    color: #fff;
    font: 40px 'Louis-Regular';
    margin-bottom: 0;
    display: flex;
    align-self: flex-end
}

#posventa-slider .banner-caption small {
    color: #e6b242;
    font: 25px 'Louis-Regular'
}

.thumbSlider ul li {
    list-style: none;
    padding: 0 7px
}

.thumbSlider ul li img {
    max-height: 145px;
    min-height: 145px;
    max-width: 100%;
    object-fit: cover
}

#posventaThumbSlider {
    margin: 50px 0
}

.thumbSlider .owl-nav .owl-prev {
    width: 35px;
    height: 66px;
    background: url("img/thumb-slider-next.png") no-repeat center;
    text-indent: -9999999px;
    overflow: hidden;
    float: left;
    pointer-events: fill
}

.thumbSlider .owl-nav .owl-next {
    width: 35px;
    height: 66px;
    background: url("img/thumb-slider-prev.png") no-repeat center;
    text-indent: -9999999px;
    overflow: hidden;
    float: right;
    pointer-events: fill
}

.thumbSlider .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 100px);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    pointer-events: none
}

.thumbBlk {
    position: relative
}

.thumbBlk p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    font: 16px 'Louis-Regular';
    padding: 3px 10px;
    text-align: center;
    margin: 0
}

.videoBLK .videowrap {
    height: 645px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.videowrap .iframeCover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover, 0
}

.videowrap a,
.videowrap a:focus,
.videowrap a:hover {
    color: #e6b242;
    font: 20px 'Louis-Regular';
    text-transform: uppercase;
    position: absolute;
    text-align: center
}

.videowrap a>img {
    margin: 0 auto 15px;
    display: block
}

.videowrap iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.zigzag-blk .zigzag-img {
    position: relative;
    overflow: hidden;
    background-color: black
}

.zigzag-blk.zigzag-single .zigzag-img {
    width: 50%
}

.zigzag-blk.zigzag-single .zigzag-content {
    width: 50%
}

.zigzag-blk.zigzag-double-row .zigzag-img {
    width: 50.31%;
    display: flex;
    align-items: center
}

.zigzag-blk.zigzag-double-row .zigzag-content {
    width: 49.65%;
    display: flex;
    align-items: center;
    justify-content: center
}

.zigzag-blk.zigzag-double-row .zigzag-content .cont-wrap {
    max-width: 518px;
    max-height: 620px;
    overflow: hidden
}

.zigzag-blk.zigzag-double-row.left .zigzag-content {
    justify-content: flex-start
}

.zigzag-blk.zigzag-double-row.left .zigzag-content .cont-wrap {
    margin-left: 4vw
}

.zigzag-blk.zigzag-double-row.right .zigzag-content {
    justify-content: flex-end
}

.zigzag-blk.zigzag-double-row.right .zigzag-content .cont-wrap {
    margin-right: 4vw
}

.zigzagSlider {
    margin: 0;
    padding: 0
}

.zigzagSlider li {
    list-style: none
}

.zigzagSlider li .thumbBlk {
    position: relative
}

.zigzag-img:after,
.zigzag-img:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 760px;
    height: 100%;
    background: white;
    transform: rotate(-63deg) translate(13%, 78%);
    -webkit-transform: rotate(-66deg) translate(13%, 100%);
    -moz-transform: rotate(-66deg) translate(13%, 100%);
    -ms-transform: rotate(-66deg) translate(13%, 100%);
    -o-transform: rotate(-66deg) translate(13%, 100%);
    z-index: 12
}

.zigzag-img:before {
    background: #e6b342;
    transform: rotate(-66deg) translate(11%, 99%);
    -webkit-transform: rotate(-66deg) translate(11%, 99%);
    -moz-transform: rotate(-66deg) translate(11%, 99%);
    -ms-transform: rotate(-66deg) translate(11%, 99%);
    -o-transform: rotate(-66deg) translate(11%, 99%);
    top: -3px
}

.zigzag-double-row .zigzag-img:after,
.zigzag-double-row .zigzag-img:before {
    width: 655px
}

.zigzagSlider li .thumbBlk>img {
    height: 100%;
    width: 100%;
    max-height: 480px;
    object-fit: cover
}

.zigzag-content .title-inner {
    position: relative;
    color: #5b5b5f;
    font: 26px 'Louis-Regular';
    padding: 10px 0 10px 40px;
    margin-bottom: 40px;
    margin-top: 0
}

.zigzag-content .title-inner>strong {
    display: block;
    color: #5b5b5f
}

.zigzag-content .title-inner i {
    width: 25px;
    height: 25px;
    background: #e6b342;
    display: inline-block;
    margin: 0 10px 0 5px;
    position: absolute;
    top: 15px;
    left: 0
}

.zigzag-content .title-inner::after,
.zigzag-content .title-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    background: #010101;
    top: 0
}

.zigzag-content .title-inner::after {
    top: inherit;
    bottom: 0
}

.zigzag-content p,
.zigzag-content ul li {
    color: #262626;
    font: 16px Arial, Helvetica, sans-serif;
    position: relative;
    padding: 0 20px;
    line-height: 22px;
    letter-spacing: 0.024em
}

.zigzag-content ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    background: #e6b342;
    top: 6px
}

ul li {
    list-style: none
}

.zigzag-content ul {
    padding: 0;
    margin: 0
}

.zigzag-content ul.col2-ul {
    width: 50%;
    float: left
}

.zigzag-content ul+p {
    margin-top: 10px
}

.zigzag-blk {
    display: flex
}

.zigzag-blk.zigzag-single .zigzag-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px
}

.zigzag-blk.zigzag-single .zigzag-content .cont-wrap {
    max-width: 518px;
    max-height: 615px;
    overflow: hidden
}

.zigzag-blk.zigzag-single .zigzag-content {
    justify-content: flex-start
}

.zigzag-blk.zigzag-single .zigzag-content .cont-wrap {
    margin-left: 4vw
}

.videoBLK {
    margin: 30px 0
}

.zigzag-blk.zigzag-double-row.right .zigzag-img {
    order: 2
}

.zigzag-blk.zigzag-double-row.right .zigzag-img:after,
.zigzag-blk.zigzag-double-row.right .zigzag-img:before {
    right: inherit;
    left: 0;
    transform: rotate(115deg) translate(10%, 89.9%);
    -webkit-transform: rotate(115deg) translate(10%, 89.9%);
    -moz-transform: rotate(115deg) translate(10%, 89.9%);
    -ms-transform: rotate(115deg) translate(10%, 89.9%);
    -o-transform: rotate(115deg) translate(10%, 89.9%)
}

.zigzag-blk.zigzag-double-row.left .zigzag-img:before {
    transform: rotate(-65deg) translate(13%, 89%);
    -webkit-transform: rotate(-65deg) translate(13%, 89%);
    -moz-transform: rotate(-65deg) translate(13%, 89%);
    -ms-transform: rotate(-65deg) translate(13%, 89%);
    -o-transform: rotate(-65deg) translate(13%, 89%)
}

.zigzag-blk.zigzag-double-row.left .zigzag-img:after {
    transform: rotate(-65deg) translate(13%, 90%);
    background-color: #f2f2f2;
    -webkit-transform: rotate(-65deg) translate(13%, 90%);
    -moz-transform: rotate(-65deg) translate(13%, 90%);
    -ms-transform: rotate(-65deg) translate(13%, 90%);
    -o-transform: rotate(-65deg) translate(13%, 90%)
}

.zigzag-blk.zigzag-double-row.left .zigzag-img:after,
.zigzag-blk.zigzag-double-row.left .zigzag-img:before {
    width: 650px;
    height: 100%
}

.zigzag-blk.zigzag-double-row.right .zigzag-img:before {
    left: 6px;
    top: 2px
}

.zigzag-double-row.left .zigzag-content {
    background-color: #f2f2f2
}

.videoBLK>.container,
.zigzag-blk>.container {
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.ver-link,
.ver-link:hover {
    color: #ffffff;
    font: 22px 'Louis-Regular';
    padding: 10px;
    width: 210px;
    background: #e6b342;
    text-transform: uppercase;
    margin: 45px 0 0;
    display: table;
    position: relative;
    text-align: center
}

.ver-link i {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 10px;
    margin-left: 10px
}

.ver-link i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.thumbBlk .playbtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5)
}

.thumbBlk .playbtn img {
    max-width: 100%;
    max-height: 55px;
    object-fit: contain;
    min-height: inherit
}

#posventaThumbModal>.modal-dialog {
    max-width: 1150px !important;
    height: 650px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#posventaThumbModal>.modal-dialog .close {
    float: right;
    position: relative;
    z-index: 1;
    padding-bottom: 5px;
    top: -55px
}

#posventaThumbModal>.modal-dialog .modal-content {
    background-color: transparent;
    box-shadow: 0 0 0 !important;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

#posventaThumbModal>.modal-dialog iframe {
    margin-bottom: 0;
    display: table
}

.modalInnerSlider .items iframe,
.modalInnerSlider .items img {
    width: 100%;
    max-width: 665px;
    height: 650px;
    object-fit: cover;
    margin: 0 auto
}

.modalInnerSlider .items .short-desc {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #fff;
    font-family: 'Louis-Regular';
    width: 100%;
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.modalInnerSlider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 100px;
    text-indent: -9999px;
    overflow: hidden
}

.modalInnerSlider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 50px;
    right: 19px
}

.modalInnerSlider .owl-nav .owl-prev {
    float: left;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("images/slider_icon.png") no-repeat center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-right: 15px
}

.modalInnerSlider .owl-nav .owl-next {
    float: left;
    width: 35px;
    height: 35px;
    background: url("images/slider_icon.png") no-repeat center
}

.modalInnerSlider .owl-dots {
    bottom: 10px;
    border-top: 2px solid #f8b334;
    padding-top: 6px
}

.modalInnerSlider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 7px
}

.modalInnerSlider .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: #aaaaaa;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px
}

.modalInnerSlider .owl-dots .owl-dot.active span {
    background: #f8b334
}

.seguridad-blk {
    margin: 30px
}

.seguridad-blk ul {
    padding: 0;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    max-width: 515px
}

.seguridad-blk ul li p {
    text-align: center;
    font-family: 'Louis-Bold';
    font-style: italic;
    font-size: 1rem;
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center
}

.seguridad-blk ul li p:first-of-type {
    border-bottom: 0px solid #565655;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 1.1;
    padding-bottom: 10px;
    margin-top: 5px;
    height: 46px;
    max-height: 47px;
    overflow: hidden;
    max-width: 110px
}

.seguridad-blk .seguridad-item figure {
    width: 4vw;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.seguridad-blk .seguridad-item figure>img {
    max-width: 100%;
    max-height: 100%
}

#posventa-slider {
    margin: 40px auto 20px
}

#posventaThumbModal .modal-content {
    border: 0
}

#posventa-slider.owl-carousel {
    z-index: 0
}

.posventa-inner .concesionario {
    position: relative;
    margin-top: 25px
}

.posventa-inner .concesionario .carousel-caption {
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important
}

.posventa-inner .concesionario .carousel-caption .sub_contant {
    max-width: 560px !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin: 0 auto
}

.posventa-inner .concesionario .carousel.slide:after,
.posventa-inner .concesionario .carousel.slide:before,
.posventa-inner .concesionario-banner:after,
.posventa-inner .concesionario:before {
    display: none
}

.posventa-inner .concesionario .carousel-caption .sub_contant h1 {
    font-family: 'Louis-Regular';
    min-height: auto !important;
    max-height: inherit;
    font-size: 40px !important;
    border: 0 !important;
    padding: 20px !important;
    font-style: normal !important
}

.posventa-inner .concesionario .carousel-caption .sub_contant h1>span {
    font-size: 40px !important;
    text-align: center !important;
    font-style: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.posventa-inner .concesionario .carousel-caption .sub_contant {
    background: rgba(0, 0, 0, 0.6);
    padding-bottom: 20px
}

.posventa-inner .concesionario .carousel-caption .sub_contant p {
    font-size: 20px !important;
    text-align: center !important;
    position: relative !important
}

.posventa-inner .concesionario .carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center
}

.posventa-inner .concesionario #myCarousel_concesionario .carousel-inner .item img {
    height: 650px
}

.posventa-inner .concesionario .concesionario_map_section {
    overflow: hidden;
    margin-bottom: 30px
}

.posventa-inner .concesionario .location_data {
    transform: skewX(7deg);
    -webkit-transform: skewX(7deg);
    -moz-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    -o-transform: skewX(7deg)
}

#posventaThumbSlider .owl-stage {
    margin: 0 auto
}

.posventa-inner .navbar-wrapper {
    position: inherit
}

.page-template-Posventa-html .navbar-wrapper {
    position: relative
}

.posventa-tab ul.parent-menu {
    display: flex;
    margin: 0;
    align-items: center;
    height: 72px;
    margin-top: 7px;
    position: relative;
    background-color: #f6f6f7
}

.posventa-tab .parent-menu:after,
.posventa-tab .parent-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #f4bc00;
    left: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.posventa-tab .parent-menu:before {
    top: 0;
    height: 2px;
    background: rgba(226, 226, 226, 0.8)
}

.posventa-tab .parent-menu li {
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: #f6f6f7
}

.posventa-tab .parent-menu li.active {
    background: #d7d8dc;
    z-index: 1
}

.posventa-tab .parent-menu>li:first-child,
.posventa-tab .parent-menu>li:last-child {
    display: flex;
    flex: 1 0 auto
}

.posventa-tab .parent-menu>li:first-child {
    justify-content: flex-end;
    position: relative
}

.posventa-tab .parent-menu>li:first-child a {
    margin-right: 1em
}

.posventa-tab .parent-menu>li:last-child a {
    margin-left: 5em
}

.posventa-tab .parent-menu>li:first-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 70px;
    background: #f8f8f8;
    right: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: 0;
    background: #d7d8dc;
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg)
}

.posventa-tab .parent-menu>li:first-child:after {
    background: #f6f6f7
}

.posventa-tab .parent-menu>li:first-child:before,
.posventa-tab .parent-menu>li:last-child:before {
    content: "";
    position: absolute;
    right: -1px;
    top: 6px;
    width: 2px;
    height: 60px;
    background: #f1f1f1;
    transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
    -webkit-transform: skewX(-21deg);
    background: #d7d8dc
}

.posventa-tab .parent-menu>li:last-child:before {
    left: 0;
    right: inherit
}

.posventa-tab .parent-menu>li:first-child.active:before,
.posventa-tab .parent-menu>li:last-child.active:before {
    width: 0
}

.posventa-tab .parent-menu>li:last-child.active:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 70px;
    background: #f8f8f8;
    left: -15px;
    top: 0;
    transform: skewx(-20deg);
    z-index: 0;
    -webkit-transform: skewx(-20deg);
    -moz-transform: skewx(-20deg);
    -ms-transform: skewx(-20deg);
    -o-transform: skewx(-20deg)
}

.posventa-tab .parent-menu>li:last-child.active:after {
    background: #d7d8dc
}

.posventa-tab .parent-menu>li:last-child {
    justify-content: flex-start
}

.posventa-tab .parent-menu>li:nth-child(2).active+li:before {
    left: -2px
}

.posventa-tab .parent-menu>li a {
    font-family: 'Louis-Regular';
    font-size: 18px;
    color: #3b3b3b;
    text-decoration: none;
    text-transform: uppercase;
    padding: 23px 0;
    cursor: pointer
}

.posventa-tab .parent-menu>li a i {
    position: relative;
    width: 24px;
    display: inline-block;
    text-align: center;
    height: 10px;
    vertical-align: middle
}

.posventa-tab .parent-menu>li:not(:first-child) a i {
    display: none
}

.posventa-tab .parent-menu>li a i:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    border-top: 6px solid #3b3b3b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 6px;
    height: 6px
}

.posventa-tab .parent-menu>li.active a {
    font-family: 'Louis';
    font-weight: bold
}

.posventa-tab .parent-menu>li.active a>span {
    font-weight: normal;
    font-family: 'Louis-Regular'
}

.tab-center {
    max-width: 450px
}

.posventa-tab .parent-menu>li.tab-center {
    transform: skew(-21deg);
    -webkit-transform: skew(-21deg);
    -moz-transform: skew(-21deg);
    -ms-transform: skew(-21deg);
    -o-transform: skew(-21deg)
}

.posventa-tab .parent-menu>li.tab-center .child-menu {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.posventa-tab .parent-menu>li.tab-center>a {
    transform: skew(21deg);
    -webkit-transform: skew(21deg);
    -moz-transform: skew(21deg);
    -ms-transform: skew(21deg);
    -o-transform: skew(21deg)
}

.child-menu {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.17);
    margin: 0;
    position: absolute;
    top: 100%;
    margin: 0;
    right: 20px;
    left: inherit;
    max-width: 315px;
    width: 100%;
    background: rgba(244, 244, 244, 0.98);
    display: none;
    z-index: 2
}

.parent-menu li:last-child .child-menu {
    right: inherit;
    left: 20px
}

.parent-menu li .child-menu:hover,
.parent-menu li:hover .child-menu {
    display: block
}

.child-menu>li {
    text-align: left;
    justify-content: flex-start !important
}

.child-menu>li a {
    padding: 10px 30px !important;
    margin: 0 !important;
    width: 100%
}

.child-menu>li.active a,
.child-menu>li:hover a {
    background: #d5d5d5
}

.dropdown-mobile .mobile-submenus {
    margin: 0
}

.dropdown-mobile .mobile-submenus>li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d7d7d7
}

.dropdown-mobile .mobile-submenus li a {
    color: #2c2c2c;
    font: 18px 'Louis-BoldItalic';
    padding: 14px 15px;
    display: block;
    position: relative;
    text-decoration: none
}

.dropdown-mobile .mobile-submenus li a>i {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 25px;
    right: 30px
}

.dropdown-mobile .mobile-submenus li.active a>i {
    transform: rotate(180deg)
}

.repuestos-blk.onlyformobile {
    margin-bottom: 15px;
    height: auto
}

.repuestos-blk.onlyformobile .info-blk {
    padding: 0 15px
}

.repuestos-blk.onlyformobile .info-blk p {
    color: #262626;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    max-width: 100%
}

.toggle-content .toggle-content-wrap {
    padding: 20px 15px
}

.map-services .banner-blk {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 696px;
    box-shadow: 0 0 0
}

section.map-services {
    margin-bottom: 0;
    position: relative
}

section.map-services .banner-info select {
    width: 100%;
    max-width: 600px;
    font-size: 40px;
    font-family: 'Louis-BoldItalic';
    background-color: transparent;
    background-image: url("images/select_arrow-white.png");
    border: 0;
    border-bottom: 2px solid #fff;
    margin-bottom: 45px;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.79);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: calc(100% - 30px) center;
    cursor: pointer
}

section.map-services .banner-info select option {
    background: rgba(255, 255, 255, 0.8);
    color: #262626
}

section.map-services .banner-info select::-ms-expand {
    display: none
}

section.map-services .banner-info p {
    font: 20px/28px Arial, sans-serif;
    letter-spacing: 0.028em
}

section.map-services .banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.page-template-Posventa .navbar-static-top .navbar-collapse {
    border-bottom: 0
}

.repuestos-blk .container.content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.repuestos-bg {
    margin: 0
}

#myCarousel_concesionario .carousel-inner .item iframe,
#myCarousel_concesionario .carousel-inner .item img {
    height: 730px;
    position: inherit !important;
    top: 0 !important;
    margin: 0 !important;
    width: 100%
}

.filter_area {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    margin-top: -25px
}

#myCarousel_concesionario .container.dots {
    left: 25em
}

#myCarousel_concesionario .carousel-indicators {
    display: table;
    left: 79em;
    right: 0;
    position: absolute;
    width: auto;
    bottom: 26%;
    margin-left: 0
}

#myCarousel_concesionario .carousel-caption {
    bottom: 20px
}

#myCarousel_concesionario .carousel-caption {
    z-index: 1;
    left: 7%;
    right: 0;
    top: 64%;
    bottom: inherit;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

#myCarousel_concesionario .sub_contant .cta a {
    text-decoration: none;
    text-shadow: 0 0 0;
    display: block;
    font-family: 'Louis';
    color: #252524;
    font-weight: bold;
    font-style: italic;
    line-height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0
}

#myCarousel_concesionario .sub_contant h1,
#myCarousel_concesionario .sub_contant label {
    font-family: 'Louis';
    font-size: 38px;
    font-style: italic;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 0 30px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #f5b200;
    line-height: 70px;
    max-height: 188px;
    overflow: hidden
}

#myCarousel_concesionario .carousel-caption .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    position: relative
}

#myCarousel_concesionario .carousel-caption .container .sub_contant {
    position: absolute;
    left: auto;
    right: 12px;
    top: -243px;
    width: 100%;
    max-width: 460px
}

#myCarousel_concesionario .carousel-inner .sub_contant h1 {
    min-height: 60px
}

#myCarousel_concesionario .carousel-inner .sub_contant p {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.06em;
    color: #fff;
    display: block;
    padding-right: 10px;
    position: absolute;
    bottom: 0;
    font-family: 'arial'
}

#myCarousel_concesionario .sub_contant h1 span,
#myCarousel_concesionario .sub_contant label span {
    font-family: 'Louis';
    font-size: 33px;
    font-style: italic;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    line-height: 48px;
    display: block
}

#myCarousel_concesionario .sub_contant .cta {
    width: 137px;
    height: 44px;
    border: 2px solid #f4bc00;
    margin-top: 70px;
    z-index: 1;
    background-color: #f4bc00
}

.filter_options {
    padding: 10px 0;
    background-color: #e6b242;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.filter_options .form-group select {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url("images/select_arrowwhite.png");
    background-repeat: no-repeat;
    background-position: 90%;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #fff;
    height: 36px;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative
}

.filter_options .form-group select option {
    color: #000
}

.filter_options>.form-group:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 2px;
    width: 2px;
    background: white;
    height: 30px;
    transform: skewX(-25deg)
}

.filter_options>.form-group:last-of-type:after {
    width: 0
}

.filter_options .form-group:last-child select {
    border: none
}

.filter_options .form-group {
    margin-bottom: 0
}

#map_canvas {
    position: relative;
    height: 730px
}

.map_area {
    clear: both
}

.map_area,
.right_area {
    padding: 0 !important;
    margin-bottom: 20px
}

#map_data,
#map_data iframe {
    height: 820px
}

.right_area {
    float: right !important
}

span.concesionarios-name {
    font: 16px "Arial";
    font-weight: bold;
    line-height: auto
}

.left_area {
    padding-top: 45px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 730px;
    background: #f2f2f2
}

.map_address_sectino>span {
    width: 405px;
    float: right;
    clear: both;
    padding-bottom: 20px
}

.left_area #mCSB_1_scrollbar_vertical .mCSB_draggerContainer {
    opacity: 1
}

.left_area #mCSB_1_scrollbar_vertical {
    left: inherit
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent !important;
    border: 1px solid #8e8e90;
    width: 12px !important;
    border-radius: 0 !important
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.left_area .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px !important;
    border-radius: 0 !important;
    border-right: 1px solid #8e8e90;
    border-left: 1px solid #8e8e90
}

.left_area .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #f4bc00;
    background-color: #f4bc00 !important
}

span.ventas {
    font: 16px "Arial";
    color: #4e4e4e;
    font-weight: bold
}

p.timing {
    width: 225px;
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph {
    width: 150px
}

p.email_ph a {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

p.email_ph a span {
    font: 14px "Arial";
    font-weight: normal;
    color: #4e4e4e
}

.add.active {
    background-color: #ffffff
}

.add:hover {
    background-color: #ffffff
}

.filter_options_mobile {
    display: none
}

.navbar-collapse.collapse ul li#menu-item-6233,
.navbar-collapse.collapse ul li#menu-item-6234,
.navbar-collapse.collapse ul li#menu-item-6647,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6647,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6647 {
    width: 3.5vw
}

.navbar-collapse.collapse ul li#menu-item-6647 a {
    background-image: url("images/search_icon.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 22px
}

.navbar-collapse.collapse ul li#menu-item-6233 a {
    background-image: url("images/fb.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 23px;
    height: 24px;
    width: 25px
}

.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233 a,
.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233 a,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6233 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233 a,
.portfolio .navbar-collapse.collapse ul li#menu-item-6233 a,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6233 a,
.search-results .navbar-collapse.collapse ul li#menu-item-6233 a,
.navbar-collapse.collapse ul li#menu-item-6233 a.fb-pb {
    background-image: url("images/fb-black.png")
}

.navbar-collapse.collapse ul li#menu-item-6233 {
    position: relative
}

.navbar-collapse.collapse ul li#menu-item-6233:before {
    position: absolute;
    content: "";
    border-left: 1px solid #fff;
    left: 0;
    top: 12px;
    height: 40px
}

.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6233:before,
.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6233:before,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6233:before,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6233:before,
.portfolio .navbar-collapse.collapse ul li#menu-item-6233:before,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6233:before,
.search-results .navbar-collapse.collapse ul li#menu-item-6233:before {
    border-color: #3b3b3b
}

.navbar-collapse.collapse ul li#menu-item-6234 {
    width: auto
}

.navbar-collapse.collapse ul li#menu-item-6234 a {
    background-image: url("images/vedio.png");
    background-repeat: no-repeat;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    background-position: 50%;
    margin-top: 26px;
    height: 20px;
    width: 40px
}

.page-template-Posventa .navbar-collapse.collapse ul li#menu-item-6234 a,
.page-template-Posventa-html #site-navigation ul#menu-primary-menu li#menu-item-6234 a,
.page-template-posventa-new .navbar-collapse.collapse ul li#menu-item-6234 a,
.page-template-series .navbar-collapse.collapse ul li#menu-item-6234 a,
.portfolio .navbar-collapse.collapse ul li#menu-item-6234 a,
.posventa-inner .navbar-collapse.collapse ul li#menu-item-6234 a,
.search-results .navbar-collapse.collapse ul li#menu-item-6234 a,
.navbar-collapse.collapse ul li#menu-item-6234 a.yt-pb {
    background-image: url("images/video-black.png")
}

@font-face {
    font-family: 'Raleway-SemiBold';
    src: url("fonts/Raleway-SemiBold.woff2") format("woff2"), url("fonts/Raleway-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

.infoBox img {
    top: 20px !important;
    right: 20px !important
}

.infoBox {
    width: 280px !important;
    height: 150px;
    overflow: hidden;
    transform: skewX(-7deg) !important;
    margin-top: 10px;
    text-align: center;
    -webkit-transform: skewX(-7deg) !important;
    -moz-transform: skewX(-7deg) !important;
    -ms-transform: skewX(-7deg) !important;
    -o-transform: skewX(-7deg) !important
}

.infoBox .triangel {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4bc00;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 43%
}

.infoBox .info-box-wrap {
    padding: 10px 15px
}

.infoBox .info-box-wrap .location_data h2 {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    margin: 10px 0 0;
    line-height: 0.7
}

.infoBox .info-box-wrap .location_descriptin p {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    margin: 10px 0;
    line-height: 0.8
}

.infoBox .info-box-wrap .location_descriptin p a {
    color: #4e4e4e
}

.search_section {
    background-color: #f2f4f6
}

.container_search {
    width: 864px;
    margin: 0 auto;
    padding-top: 40px
}

.search_section input {
    background-position: 97%;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #808080;
    margin: 0 auto;
    background-color: transparent;
    background-image: url("images/search_icon_2.png");
    background-repeat: no-repeat;
    border-radius: 0;
    height: 45px;
    font-family: 'Louis';
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 20px
}

.search_section ::-webkit-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section :-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section ::-moz-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    opacity: 1;
    font-size: 30px;
    text-transform: uppercase
}

.search_section :-ms-input-placeholder {
    letter-spacing: 0.5px;
    color: #caccce;
    font-family: 'Louis';
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    opacity: 1;
    text-transform: uppercase
}

.search_section span {
    font: 18px "Arial";
    color: #4e4e4e
}

.search_content {
    padding-top: 60px;
    padding-bottom: 60px
}

.inner_serch .white {
    background-color: #FFF;
    padding: 0;
    margin: 15px 7.5px;
    width: 31.333333%
}

.inner_serch .bg_img_section {
    padding-top: 105px
}

.inner_serch .bg_img_section h4,
.inner_serch .bg_img_section p {
    color: #fff !important
}

.inner_serch .bg_img_section .play_icon {
    padding-left: 20px;
    padding-bottom: 40px
}

.inner_serch .block_data h4 {
    font-size: 25px;
    font-family: "Louis-BoldItalic";
    color: #2c2c2c;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 9px;
    line-height: 33px
}

.inner_serch .block_data p {
    font-size: 16px;
    font-family: "Arial";
    color: #4e4e4e;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px
}

.no_image_section .block_data h4 {
    position: relative;
    padding-top: 25px
}

.no_image_section .block_data h4:before {
    height: 2px;
    width: 50px;
    background-color: #f4bc00;
    content: "";
    position: absolute;
    top: 0
}

.no_image_section .block_data {
    padding-top: 51px
}

.no_image_section .block_data p {
    padding-bottom: 70px !important
}

.inner_serch .sec_2 {
    background-image: url("images/bg_image_search.png");
    background-repeat: no-repeat;
    background-size: cover
}

.page-template-Posventa .navbar-wrapper,
.page-template-posventa-new .navbar-wrapper,
.navbar-wrapper,
.search-results .navbar-wrapper {
    position: absolute
}

.page-template-Posventa ul#menu-primary-menu>li a {
    color: #000
}

.page-template-posventa .navbar-inverse .navbar-nav>li:first-child:after,
.page-template-posventa-new .navbar-inverse .navbar-nav>li:first-child:after,
.page-template-series .navbar-inverse .navbar-nav>li:first-child:after,
.portfolio .navbar-inverse .navbar-nav>li:first-child:after,
.posventa-inner .navbar-inverse .navbar-nav>li:first-child:after,
.search-results .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after,
.tax-model .navbar-inverse .navbar-nav>li:first-child:after {
    border-top-color: #3b3b3b
}

.map_address_sectino #filtercity {
    float: right;
    font-size: 23px;
    font-family: 'Louis-BoldItalic';
    text-transform: uppercase;
    margin-top: 30px;
    padding-bottom: 15px;
    padding-right: 32px
}

@media screen and (max-width: 768px) {
    .left_area {
        padding-top: 20px
    }
    #map_canvas {
        height: 350px
    }
}

@media screen and (max-width: 767px) {
    .posventa-inner .concesionario .carousel-caption .sub_contant p {
        padding-left: 20px;
        padding-right: 20px !important
    }
    .map_address_sectino #filtercity {
        font-size: 20px;
        padding-bottom: 0;
        margin-top: 0
    }
    .map_address_sectino>span {
        width: auto;
        float: left
    }
    .right_area {
        margin-bottom: 0
    }
    .container.filter_area {
        margin-top: 0;
        padding: 5px 30px 10px;
        position: relative;
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0)
    }
    .filter_options {
        background-color: transparent
    }
    .filter_options>.form-group {
        background-color: #e6b242;
        margin: 5px 0
    }
    .filter_options>.form-group:after {
        display: none
    }
    .filter_options_mobile .form-group button {
        font-size: 18px !important;
        height: 55px;
        padding-left: 15px
    }
    .filter_options .form-group select {
        padding: 6px 0
    }
    .filter_options .form-group select {
        background-position: 100%
    }
    .filter_options .form-group select {
        font-size: 20px;
        height: 44px
    }
}

.search_result_post {
    background: #ccc
}

.search_result_post .post_texts {
    background: #fff
}

.search_result_post .post_section .post_inner_data .post_texts {
    padding-top: 20px
}

.search_result_post .post_section .post_inner_data .post_texts h2 {
    margin-bottom: 15px
}

.post_inner_data a {
    text-decoration: none !important;
    display: block
}

.search_result_post .result_has_video .post_texts {
    background-color: #000;
    position: relative
}

.search_result_post .result_has_video .post_texts h2,
.search_result_post .result_has_video .post_texts p {
    color: #fff
}

.search_result_post .play-icon {
    background: url("images/play_icon.png") no-repeat center;
    width: 46px;
    height: 36px;
    position: absolute;
    top: -60px;
    left: 25px;
    z-index: 1
}

.result_has_novideo .post_section {
    width: 100%
}

.result_has_novideo .post_section .post_texts h2 {
    position: relative
}

.result_has_novideo .post_section .post_texts h2:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 52px;
    height: 2px;
    background: #f4bc00
}

.search_result_post .col-12 {
    padding-left: 10px;
    padding-right: 10px
}

.search_result_post .container>p {
    font-size: 18px;
    font-style: normal;
    color: #4e4e4e;
    font-family: Arial, sans-serif;
    margin: 70px 0px 10px;
    padding: 0 10px
}

.main-navigation .nav .nav-search {
    background-color: transparent !important;
    border-top: 0 !important
}

.main-navigation .nav .nav-search {
    position: relative;
    width: auto
}

.main-navigation .nav .nav-search.glyphicon-search:before {
    color: #fff;
    top: 35px;
    position: absolute;
    right: 28px;
    font-size: 20px
}

.main-navigation .nav .nav-search a {
    text-indent: 100px;
    width: 30px;
    overflow: hidden;
    padding: 0;
    top: 32px;
    border: 0;
    left: 0
}

.navbar .search-form {
    display: none;
    position: absolute;
    width: 100%;
    border: 0;
    max-width: 930px;
    top: 16px;
    background: transparent
}

.navbar .search-form .search-submit {
    background: transparent
}

.navbar .search-form .search-submit:before {
    color: #f4bc00;
    font-size: 28px;
    top: 2px;
    right: 7px;
    left: inherit;
    font-weight: bold
}

.navbar .search-form label {
    width: 100%;
    margin-bottom: 0
}

.navbar .search-form .search-field {
    background: transparent;
    color: #fff;
    border: 0;
    font: 24px 'Louis-Bold';
    background: transparent;
    padding: 10px 50px 10px 10px;
    font-style: italic
}

.navbar .search-form .search-field::-webkit-input-placeholder {
    color: #fff;
    font: 24px 'Louis-Bold';
    font-style: italic
}

.search-results .navbar .search-form .search-field,
.search-results .navbar .search-form .search-field::-webkit-input-placeholder {
    color: #3b3b3b
}

#servicedata {
    position: absolute;
    top: 80px;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 6px rgba(143, 143, 143, 0.7);
    max-width: 935px;
    border-radius: 3px;
    overflow: hidden
}

#servicedata br {
    display: none
}

#servicedata a {
    font: 18px/35px 'Louis-Bold';
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 5px 25px;
    text-decoration: none
}

#servicedata a:hover {
    background-color: #D5D5D5
}

.search-results .main-navigation .nav .nav-search.glyphicon-search:before {
    color: #3b3b3b
}

.search-results .site-content {
    margin-top: 5px
}

.nps-trucks .imageblock.col2-blk {
    background-position: center
}

.nps-trucks .col2-blk {
    padding-left: 0px !important;
    padding-right: 0px
}

.nps-trucks .col2-blk .content-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px;
    max-width: 100%;
    min-width: 100%
}

.nps-trucks .col2-blk .content-wrap h2,
.nps-trucks .col2-blk .content-wrap p,
.nps-trucks .col2-blk .content-wrap ol {
    align-self: center
}

.m-0 {
    margin: 0
}

.contact_label {
    position: absolute;
    top: 0%
}

@media (max-width: 720px) {
    .contact_label {
        position: initial
    }
}

.content_label {
    color: #676767
}

.contact_five>span {
    color: #676767
}

.wpb_wrapper {
    color: #676767
}

.Contact_Secetion_3_right {
    color: #676767;
    width: 100% !important
}

.wpcf7-list-item-label {
    padding-left: 10px;
    font-size: 12px
}

@media (max-width: 767px) {
    .contact_label {
        position: inherit
    }
}

#tipoOtro-error {
    color: red;
    font-size: 11px;
    margin-bottom: 15px
}

#nit_cc-error,
#concesionarios-error,
#tipo_negocio-error,
#concesionario-error {
    position: absolute;
    top: 77%;
    font-size: 11px;
    float: left;
    left: 0%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

#contactname-error,
#emailadd-error,
#camioninteres-error {
    position: absolute;
    top: 77%;
    font-size: 11px;
    float: left;
    left: auto;
    right: 0;
    color: red;
    width: 48%;
    font-family: 'Louis'
}

#cbox1-error {
    position: absolute;
    top: 13%;
    font-size: 11px;
    float: left;
    left: 2%;
    right: auto;
    color: red;
    font-family: 'Louis'
}

@media screen and (max-width: 767px) {
    .image_form_border p {
        z-index: -5
    }
}

.search-form .search-clear {
    right: 17%
}

.collapse.collapse ul li {
    width: auto
}

.navbar-collapse.collapse ul li {
    width: auto
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
    .navbar-collapse.collapse ul li {
        width: 85px
    }
}

@media screen and (min-width: 992px) {
    .search-form .search-clear {
        right: 9% !important
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .navbar-collapse.collapse ul li {
        width: 80px
    }
    .search-form .search-clear {
        right: -16% !important
    }
    .search-submit {
        right: -12%
    }
    .main-navigation .nav .nav-search a {
        width: 70px
    }
}

@media screen and (max-width: 1370px) and (min-width: 1367px) {
    .search-form .search-clear {
        right: 25% !important
    }
    .search-submit {
        right: 29%
    }
}

@media screen and (max-width: 770px) and (min-width: 320px) {
    .navbar .search-form {
        top: 8%
    }
    .main-navigation .nav .nav-search a {
        width: 100%;
        padding: 15px;
        text-indent: 0;
        top: 0
    }
    .glyphicon {
        left: 2%
    }
    .main-navigation .nav .nav-search.glyphicon-search:before {
        top: 35%;
        right: 33%
    }
}

.asesoria_label {
    text-align: left;
    left: 2%;
    position: relative
}

.vc_sep_holder_l>.vc_sep_line {
    border: none !important
}

@media screen and (max-width: 1600px) and (min-width: 1000px) {
    .contact_btn {
        position: relative
    }
}

.contact_btn {
    text-align: center
}

@media screen and (max-width: 1280px) and (min-width: 992px) {
    .space_content {
        height: 230px
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .space_content {
        height: 1040px !important
    }
}

.contact_legal {
    margin-top: 2%;
    position: relative;
    left: 2%
}

.contact_first input,
.contact_two input,
.contact_three select {
    padding-left: 10px !important
}

@media (max-width: 768px) {
    #cbox1-error {
        position: absolute !important;
        top: 7% !important
    }
    .label_terms {
        font-size: 11px;
        margin-top: 2%;
        margin-left: 2%
    }
    .contact_checkbox {
        display: inline-flex;
        margin-top: 3%
    }
    .wpcf7-list-item {
        margin: 0 0 0 0.5em !important
    }
}

.search-results .navbar-wrapper {
    background: -ms-linear-gradient(top, #ccc 0%, #ccc 50%, #ccc 51%, #ccc 100%)
}

.contact_checkbox {
    display: inline-flex
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

@media screen and (max-width: 768px) {
    .content_negocio {
        position: relative;
        z-index: 5
    }
}

.contact_otro {
    display: none
}

@media screen and (max-width: 767px) {
    .contact_otro.desktop {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .contact_otro.mobil {
        display: none !important
    }
}

.vehiculo_content {
    width: 100%;
    position: relative;
    left: 52%
}

@media screen and (max-width: 768px) {
    .vehiculo_content {
        position: initial;
        left: 0px
    }
}

.vehiculo_content .select_vehiculo {
    display: none;
    width: 100%
}

@media screen and (max-width: 768px) {
    .vehiculo_content .select_vehiculo select {
        width: 100%;
        max-width: 100%
    }
}

.vehiculo_content label {
    display: block
}

#camioninteres {
    position: relative;
    z-index: 5
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url("../../images/ajax-loader.gif");
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}

.cd-more-post .col-6.img-post,
.cd-more-post .col-6.content-title-post {
    margin: 0;
    display: inline-block
}

.search_container {
    margin: auto
}

.main_search {
    max-width: initial !important
}
/*# sourceMappingURL=maps/style.css.map */