/* Import Font Awesome */
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

.fltnone { float: none !important; }
.fltright { float: right !important; }
.fltleft { float: left !important; }
.cd-section {
    display: block;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}
.cd-section:after {
    content: "";
    display: table;
    clear: both;
}
.section-title {
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}
.section-title:after {
    margin: 10px 0 !important;
    background: none repeat scroll 0 0 #ed1c24 !important;
    width: 30px !important;
    height: 1px !important;
}
.section-subtitle {
    color: #1a51b7;
    font-size: 26px;
    text-transform: none;
    font-weight: 300;
    margin-bottom: 5px;
}

#mail-header .section-subtitle {
    font-size: 32px;
    line-height: 1.8;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus { outline: none }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    /*display: block;*/
    margin: 0 auto;
    display: table;
}
.slick-track:before,.slick-track:after {
    content: "";
    display: table
}
.slick-track:after { clear: both }
.slick-loading .slick-track { visibility: hidden }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[dir="rtl"] .slick-slide { float: right }
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.slick-slide.slick-loading img { display: none }
.slick-slide.dragging img { pointer-events: none }
/*.slick-initialized .slick-slide { display: block }*/
.feat__section.slick-initialized .slick-slide,
.slider-for.slick-initialized .slick-slide,
.slider-nav.slick-initialized .slick-slide { display: block }
.slider-nav.slick-initialized .slick-track .slick-slide {
    float: none;
    display: inline-block;
}
.slick-loading .slick-slide { visibility: hidden }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden { display: none }

.prdcta {
    position: relative;
    text-align: center;
}

/* -------------------------------------
-- CP-Child Linea Only
---------------------------------------*/
/* Navigation */

nav[role=linea] {
    background: #fff;
    color: #333745;
    position: relative;
    width: 100%;
    padding: 0;
    border-top: 3px solid #1e52b0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
nav[role=linea] .x-linea { float: left; padding-top: 12px; line-height: 2rem; }
nav[role=linea] .blogname {
    float: left;
    line-height: 3.75rem;
    font-weight: 700;
    display: inline-block;
}
nav[role=linea] .menu {
    margin: 0;
    float: right;
}
nav[role=linea] .menu a.button,
nav[role=linea] .menu a.logmeout,
nav[role=linea] .menu .login a {
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    font-weight: 600 !important;
}
nav[role=linea] .menu a.logmeout,
nav[role=linea] .menu .login a {
    color: #7a8391;
    border: 2px solid #7a8391;
    display: inline-block;
    line-height: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
nav[role=linea] .menu a.logmeout:hover,
nav[role=linea] .menu .login a:hover {
    border: 2px solid #1e52b0;
    color: #1e52b0;
}
@media (max-width: 480px) {
    nav[role=linea] .x-linea {
        display: block;
        float: none;
        text-align: center;
        margin: 0 auto 10px;
    }

    nav[role=linea] .menu {
        text-align: center;
        display: block;
        float: none;
    }
}

nav[role=linea] li.menu-item-has-children > a:after {
    content: "\25BE";
    font-family: FontAwesome;
    margin-left: 5px;
}
nav[role=linea] li.menu-item-has-children .sub-menu li.menu-item-has-children a:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 5px;
}
nav[role=linea] .menu ul.sub-menu {
    display: none;
    background: #fff;
    padding: 20px 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: inset rgba(0, 0, 0, 0.1) 0 -4px 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

nav[role=linea] .menu li:hover > ul,
nav[role=linea] .menu li:hover ul > ul {
    display: block;
}

nav[role=linea] .menu li:hover ul ul,
nav[role=linea] ul li:hover ul ul {
    top: 0;
    margin-top: 0;
    left: 270px;
    border-radius: 6px;
}

nav[role=linea] li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
nav[role=linea] li:last-child { margin-right: 0; }
nav[role=linea] li a,
nav[role=linea] li a:visited {
    display: block;
    font-size: 14px;
    line-height: 4.3em;
    letter-spacing: 1;
    font-weight: 600;
    color: #7a8391;
    text-decoration: none;
}
nav[role=linea] li a.button { line-height: 1; }
nav[role=linea] li a:hover, nav[role=linea] li.current-menu-item > a { color: #1e52b0; }
nav[role=linea] li.current-menu-item { position: relative; }
nav[role=linea] .menu > li.current-menu-item:before {
    position: absolute;
    top: 0;
    left: 45%;
    content: "";
    border-right: 6px solid transparent;
    border-top: 6px solid #1e52b0;
    border-bottom: 6px inset transparent;
    border-left: 6px inset transparent;
}
nav[role=linea] li.cta.current-menu-item:before,
nav[role=linea] li.login.current-menu-item:before,
ul.submenu > li.current-menu-item:before {
    display: none;
}

@media (max-width: 480px) {
    nav[role=linea] li.current-menu-item:before { display: none; }
}

nav[role="linea"] ul.sub-menu li {
    margin: 0;
    padding: 0;
}
nav[role="linea"] ul ul a {
    line-height: 1.2rem !important;
    text-align: center;
    margin: 0;
    padding: 8px 10px;
    width: 200px;
    display: block;
}

.section_cotizar {
    position: relative;
    background: #fafafb;
    overflow: hidden;
    margin: 0;
    padding: 60px 0;
}
.section_cotizar header.title {
    position: relative;
    text-align: center;
}
.section_cotizar header.title h1 {
    line-height: 1.2em;
    margin-top: .5em;
    margin-bottom: 0;
    color: #292e31;
    font-weight: 300;
    font-size: 2em;
    text-transform: none;
}
.section_cotizar header.title p {
    color: #6f7c82;
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: 300;
    margin-top: .2em;
    margin-bottom: 1.65em;
}

/* estilos de subcat widget */
div.el { text-align: center; display: inline-block; }
div.el_ima {
  width: 200px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 10px;
}
a.el_ima_container { display: block; }

div.ml_sub_el {
  width: 100%;
  overflow: hidden;
  background: #fff;
  height: auto;
}

div.con_titulo,
div.sin_titulo { height: 184px; }
/*div.sin_titulo { height: 140px; }*/
div.ml_sub_el_wide {}
div.ml_sub_el_wide_nav{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.el_cwrapper {
    margin-left: 30px;
    margin-right: 30px;
    width: 880px;
    text-align: center;
}

.se_prev, .se_next {
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    cursor: pointer;
}
.se_prev { left: 0; background: url('../images/se_prev.png') 100% center no-repeat; }
.se_next { right: 0; background: url('../images/se_next.png') 0 center no-repeat; }

a.el_title {
    /*width: 200px;
    height: 24px;*/
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
a.el_title span {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
a.el_title span.iva {
    color: #a2a2a2;
}

.nav_sub_el {
    height: 50px;
    margin-top: 25px;
    text-align: center;
    border-top: 1px solid #656d78;
    /*background-color: #002A5C;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;*/
}

.nav_sub_el span {
    cursor: pointer;
    color: #7a7a7a;
    display: inline-block;
    font-size: 14px;
    line-height: 1.25;
    position: relative;
    padding: 16px 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav_sub_el span.activeSlide {
    /*background: url('../images/el-current.png') no-repeat center 0;*/
    color: #000;
}
.nav_sub_el span.activeSlide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #656d78 transparent transparent transparent;
    line-height: 0px;
    _border-color: #656d78 #000 #000 #000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#656d78');
}

.container_sub_el {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#productCarousel {
    overflow: visible !important;
    width: 100%;
    position: relative;
    min-height: 185px;
}
.owl-category {
    width: 100% !important;
}
.owl-category:before,
.owl-category:after {
    content: "";
    display: table;
}
.owl-category:after { clear: both; }
.owl-category .owl-controls .owl-buttons div {
    top: 30%;
    padding: 5px;
    background: transparent;
    color: #444;
}
.owl-category .owl-controls.clickable .owl-buttons div:hover {
    background-color: transparent;
    clear: #000;
}
.owl-category .owl-controls .owl-buttons .owl-prev { left: -30px; }
.owl-category .owl-controls .owl-buttons .owl-next { right: -30px; }
@media only screen and (max-width: 62.5rem) {
    .owl-category .owl-controls .owl-buttons .owl-prev { left: -10px; }
    .owl-category .owl-controls .owl-buttons .owl-next { right: -10px; }
}

#mail-content {
    margin-top: 20px;
    float: left;
    width: 100%;
    min-height: 250px;
}

/* -------------------------------------
-- Single con Galeria
---------------------------------------*/
.product_galeria { margin-bottom: 30px;}
.ml-gallery img {
    max-width: 100%;
    height: auto;
}
.gallery-disclaimer {
    text-align: center;
    font-size: 12px;
}

#product-desc {
    padding: 30px 0 50px;
    margin-top: 60px;
    /*border-top: 1px solid rgba(0,0,0,0.1);*/
    float: none !important;
}
#product-desc p { font-size: 14px; }
#product-desc h2 {
    color: #e64c3c;
    margin-bottom: 20px;
}
#product-desc h3 { margin-bottom: 10px; }

.cotizarWrapper {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #fafafa;
    text-align: center;
}
.cotizarWrapper h3 {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: rgba(0,0,0,0.6);
}
.cotizarWrapper .btn {
    display:inline-block;
    position:relative;
    height:38px;
    line-height: 2.4em;
    padding:0 16px;
    outline:0;
    color:rgba(0,0,0,0.44);
    background:rgba(0,0,0,0);
    font-size:14px;
    text-transform: uppercase;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    border:2px solid rgba(0,0,0,0.15);
    vertical-align:bottom;
    white-space:nowrap;
    text-rendering:auto;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    box-sizing:border-box;
    border-radius:999em;
    -webkit-transition:100ms background-color,100ms border-color,100ms color;
    transition:100ms background-color,100ms border-color,100ms color;
    letter-spacing:-0.02em;
    font-weight:600;
    font-style:normal;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.cotizarWrapper .btn:hover,
.cotizarWrapper .btn:focus {
    border: 2px solid #1E52B0;
    color: #1E52B0;
}

/* -------------------------------------
-- Products
---------------------------------------*/
.products {
    margin-bottom: 50px;
}

.aligner {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height: 170px;
}

.product {
    position: relative;
    float: left;
    margin-bottom: 1.618em;
    text-align: center;
}
.product h3 {
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}
.product a:hover h3 { color: #1e52b0; }
.product figure {
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 165px;
    padding: .53em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 1px solid #bdc3c7;
    border-top: 2px solid #1e52b0;*/
    margin-bottom: 20px;
    overflow: hidden;

    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.product figure img {
    opacity: 1;
    filter: alpha(opacity=100);
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.product a:hover figure {
    border-color: #1e52b0;
}

.ml-gallery {
    height: auto;
}

#cars_cat {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #ddd;
}
#cars_cat:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
#cars_cat .cat-title {
    text-transform: none;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1e52b0;
}
#cars_cat .cat-title:after {
    content: '';
    display: block;
    left: 0;
    margin-top: 10px;
    background: none repeat scroll 0 0 rgba(0,0,0,0.35);
    width: 32px;
    height: 1px;
}
#cars_cat .product {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#cars_cat:hover .product {
    opacity: 0.65;
}
#cars_cat .product:hover { opacity: 1; }

/* -------------------------------------
-- Form Checkboxes
---------------------------------------*/

.checkbox_container {
    position: relative;
    min-height: 80px;
}
.checkbox_container span {
    position: absolute;
    top: 0;
    right: 5px;
}

/*** custom checkboxes ***/
#loginform input[type=checkbox],
.checkbox_container input[type=checkbox] { display:none; } /* to hide the checkbox itself */
#loginform input[type=checkbox] + label:before,
.checkbox_container input[type=checkbox] + label:before {
    font-family: FontAwesome;
    display: inline-block;
}
/* unchecked icon */
#loginform input[type=checkbox] + label:before,
.checkbox_container input[type=checkbox] + label:before { content: "\f096"; }
/* space between checkbox and label */
#loginform input[type=checkbox] + label:before,
.checkbox_container input[type=checkbox] + label:before { letter-spacing: 10px; }
/* checked icon */
#loginform input[type=checkbox]:checked + label:before,
.checkbox_container input[type=checkbox]:checked + label:before { content: "\f046"; }
/* allow space for check mark */
#loginform input[type=checkbox]:checked + label:before,
.checkbox_container input[type=checkbox]:checked + label:before { letter-spacing: 5px; }

/* -------------------------------------
-- Talleres
---------------------------------------*/
.taller {
    text-align: center;
}

.taller .sucursal img {
    margin-bottom: 20px;
    position: relative;
    display: block;
}

/* -------------------------------------
-- Languages
---------------------------------------*/
.lang {
    padding-left: 10px;
    border-left: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
}
.lang > span {
    margin-right: 10px;
    line-height: 100%;
}
.lang .active { position: relative; /*border-bottom: 1px solid #002A5C;*/ }
.lang .active:before {
    content: '';
    position: absolute;
    top: -17px;
    margin-left: -4px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #1e52b0 transparent transparent transparent;
}
.lang .active img { opacity: 0.5; }

/* -------------------------------------
-- Features
---------------------------------------*/

.widget_woothemes_features {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.widget_woothemes_features:before,
.widget_woothemes_features:after {
    content: "";
    display: table;
}
.widget_woothemes_features:after { clear: both; }
.widget_woothemes_features .features .feature {
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    display: inline;
    float: left;
    width: 50%;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    *width: 50%;
    *padding-left: 0.9375em;
    *padding-right: 0.9375em;
    /**width: 30.50347222%;
    *margin-left: 1.33680556%;
    *margin-right: 1.33680556%;*/
}
.widget_woothemes_features .features .feature:last-child { border-right: 0; }
.widget_woothemes_features .features .feature:nth-child(4n) { clear: both; }
.widget_woothemes_features .features .feature:nth-child(4n) { clear: none; }
.widget_woothemes_features .features .feature:nth-child(5n) { clear: both; }
.widget_woothemes_features .feature > a { display: inline-block; }
.widget_woothemes_features img {
    width: auto !important;
    margin: 0 auto 25px;
    display: block;
}

/* -------------------------------------
-- WP Job Manager
---------------------------------------*/

.job_types li label { margin-bottom: 0; }
.job-manager-form fieldset .account-sign-in { text-align: left; }
.job-manager-form fieldset .account-sign-in .button {
    float: right;
    font-size: 14px;
    padding: 12px 20px;
}

.job-manager-form fieldset .account-sign-in .button { margin-left: 1em; }

.single_job_listing .application .application_details {
    overflow: hidden;
    padding: 0.75em 1em;
}

input.import-from-linkedin,
.resume_contact_button,
.application_button {
    -webkit-appearance:none;
    appearance:none;
    background-color:#1E52B0;
    border:none;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    padding: 8px 20px;
    text-decoration:none;
    -moz-transition:background-color .1s linear;
    -o-transition:background-color .1s linear;
    -webkit-transition:background-color .1s linear;
    transition:background-color .1s linear;
    font-family:"Open Sans"
}
input.import-from-linkedin:hover,
input.import-from-linkedin:hover,
input.import-from-linkedin:focus,
.resume_contact_button:hover { background-color:#194493; outline:none }
input.import-from-linkedin:active,
input.import-from-linkedin:active {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity:.3;
    outline:none
}

.application_button {
    font-size: 15px !important;
    color: #7a8391;
    background: #fff;
    border: 2px solid #7a8391;
}
.application_button:hover {
    background: #1E52B0;
    color: #fff;
    border: 2px solid #1E52B0;
}
.single_job_listing .application .apply-with-linkedin,
input.import-from-linkedin {
    font-size: 15px;
    border-color: #007bb6;
    background: transparent;
    color: #007BB6;
    text-shadow: none;
    padding: 15px 20px;
    margin: 0 0 20px .5em !important;
    border-radius: 3px;
    margin: 1em 0;
}

.single_job_listing .application {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 2em;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}

.chosen-container-multi .chosen-choices {
    padding: 3px !important;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: auto !important;
    color: #55606e !important;
}
.single_job_listing .meta { font-size: 0.75em; }
.single_job_listing .meta .job-type { display: none; }

.single_job_listing .company {
    position:relative;
    float: left;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding:1em;
    margin:0 0 2em;
    display:block;
    width: 100%;
    min-height:3em;
    box-shadow: none;
}
.single_job_listing .company img {
    width: 3em;
    height: 3em;
    position: relative;
    float: left;
    left: auto;
    margin: 0;
    box-shadow:none
}
.single_job_listing .company .name { line-height: 3em; }
.single_job_listing .job_description {
    clear: both;
    float: left;
}

.job-manager-form h2 {
    font-size: 23px;
    color: #787878;
    font-weight: normal;
    margin: 40px 0;
}
.job_description ul {
    list-style: disc;
    margin-left: 30px;
}

.entry-content .resume_preview_title,
.resume_preview_title,
.entry-content .job_listing_preview_title,
.job_listing_preview_title {
    font-weight: normal;
    text-align: center;
    line-height: 66px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: none;
    margin-bottom: 30px;
}
.resume_preview_title h2,
.job_listing_preview_title h2 {
    padding-top: 40px;
    text-transform: none;
    /*color: #818080;*/
    font-weight: 400;
}
.resume_preview_title .button,
.job_listing_preview_title .button { float: none; margin: 0; }
.resume_preview_title input[name="edit_resume"],
.job_listing_preview_title input[name="edit_job"] { float: left !important; }
.resume_preview_title input[name="continue"],
.job_listing_preview_title input[name="continue"] { float: right !important; }
.resume_preview, .job_preview { border: none; }
.resume_preview h1,
.job_preview h1,
.single-resume h1 {
    font-size: 34px;
    margin: 33px 0;
    text-transform: none;
}
.single-resume .resume-aside,
.single_job_listing,
.resume-aside {
    overflow: hidden;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: none;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
}
.single-resume .resume-manager-education,
.single-resume .resume-manager-experience {
    margin: 0 0 3em;
}
/*.single-resume .resume-manager-skills { margin: 1.5em 0; }
.single-resume .resume-manager-skills li { padding: 0; }
.single-resume .resume-manager-skills li:before {
    width: 18px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f046";
}*/

.single-resume .resume_contact .resume_contact_button,
.cta-calc input[type="button"] {
    width: auto;
    padding: .83333333em 1.5em;
    background: #fff;
    outline: none;
    border: 2px solid #194494;
    color: #194494;
}
.single-resume .resume_contact .resume_contact_button:hover,
.cta-calc input[type="button"]:hover {
    background: #194494;
    color: #fff;
}

/* Custom fields */
.jmfe-custom-field-label {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}
.jmfe-custom-field-wrap {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.meta li.jmfe-custom-field-wrap {
    display: block;
    width: 100%;
    margin: 0 0 1em !important;
    padding: 1em 0 !important;
    color: inherit;
}

/* login/register */
.page-login header[role="page-title"] { text-align: center; }
.page-login .entry-content {
    margin: 0 auto;
    width: 50%;
}
.tml-action-links {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 !important;
    list-style-type: none !important;
}
/*.login p.message {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}*/

p.description.indicator-hint {
    clear: both;
    font-size: 0.75rem;
}

.edit-link {
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

caption {
  font-size: 16px;
  margin: 20px 0;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.entry-content .job-manager-form,
.entry-content .job-manager-error {
  margin-left: auto;
  margin-right: auto;
}

.entry-content form[name="loginform"] .job-manager-error {
  max-width: 100%;
  width: 100%;
}

.job-manager-error.job-manager-error,
.job-manager-info.job-manager-info,
.job-manager-message.job-manager-message,
.login p.message,
.login p.error {
    margin: 40px auto;
    padding: 20px;
    text-shadow: none;
    background: #fcf2f2;
    border: 0;
    border-radius: 0;
    border-left: 5px solid #df7c7b;
    box-shadow: none;
}
.job-manager-message.job-manager-message,
.login p.message {
    background: #f9fcf2;
    border-left: 5px solid #a1df7b;
}
.job-manager-error:before,
.job-manager-info:before,
.job-manager-message:before { display: none; }

.resume-aside h2, .resume-info h2 {
    font-size: 21px;
    font-weight: 500;
    text-transform: none;
    line-height: normal;
    margin-bottom: 15px;
}

.single-resume .resume-aside img {
    position: relative;
    width: auto;
    height: auto;
    left: auto;
}

.resume-manager-skills,
.single-resume .resume-manager-skills { list-style: none; margin: 0; }
.resume-manager-skills li,
.single-resume .resume-manager-skills li {
    width: auto;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #00a9e0;
    padding: 4px 12px;
    margin: 0 8px 8px 0;
    border-radius: 20px;
}

.candidate-location { text-transform: capitalize; }
.resume-info {
    padding-top: 30px;
    margin: 30px 0;
}

.single-resume .resume-aside .job-title,
.single-resume .resume-aside .location {
    padding: 0;
}

.single-resume-content dt h3 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
}
.single-resume-content dd {
    margin: 15px 0;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
.single-resume-content dd .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #919191;
    display: block;
}
.single-resume-content dd .qualification,
.single-resume-content dd .job_title {
    margin: 8px 0 0;
    display: block;
}

.education-info,
.experience-info {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.resume-links { margin: 0 0 20px; }
.resume-link { }
.resume-link:before {
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0c1";
}
.resume_contact,
.single-resume .resume_contact { margin: 1em 0 !important; }

div.job-applications ul.job-applications li.job-application footer ul.actions li a { padding: 3em 1.5em 0 !important; }
div.job-applications ul.job-applications li.job-application header img { position: relative !important; }

/* -------------------------------------
-- Contact Form 7
---------------------------------------*/

.wpcf7 fieldset {
    padding: 0;
    border: 0;
    margin: 0;
}
.wpcf7 h6 {
    margin-bottom: 1.125rem;
    text-transform: none;
}
.wpcf7 input.wpcf7-text { height: auto; }
span.wpcf7-list-item { display: block; }

/* Checkboxes and Radio buttons
--------------------------------------------------
*/
.radio,
.wpcf7-list-item {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0px;
}
.radio label,
.wpcf7-list-item .wpcf7-list-item-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px !important;
    margin-right: 15px;
    font-size: 13px;
}
.radio .wpcf7-list-item-label:before,
.wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
}
.radio .wpcf7-list-item-label { margin-bottom: 6px; }
.radio .wpcf7-list-item-label:before {
    bottom: 2.5px;
    border-radius: 99px;
    -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
    transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + .wpcf7-list-item-label:before { border-width: 5px; }
.radio input[type=radio] { display: none; }
.radio input[type=radio][disabled] + .wpcf7-list-item-label { opacity: 0.65; }
.radio.radio-success input[type=radio]:checked + .wpcf7-list-item-label:before { border-color: #10cfbd; }
.radio.radio-primary input[type=radio]:checked + .wpcf7-list-item-label:before { border-color: #6d5cae; }
.radio.radio-info input[type=radio]:checked + .wpcf7-list-item-label:before { border-color: #3b4752; }
.radio.radio-warning input[type=radio]:checked + .wpcf7-list-item-label:before { border-color: #f8d053; }
.radio.radio-danger input[type=radio]:checked + .wpcf7-list-item-label:before { border-color: #f55753; }
.radio.radio-complete input[type=radio]:checked + .wpcf7-list-item-label:before { border-color: #48b0f7; }
.wpcf7-list-item input[type=radio][disabled] + .wpcf7-list-item-label:after { background-color: #e6e6e6; }
.wpcf7-list-item .wpcf7-list-item-label {
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
    white-space: nowrap;
}
.wpcf7-list-item .wpcf7-list-item-label:before {
    top: 1.4px;
    border-radius: 3px;
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.wpcf7-list-item .wpcf7-list-item-label::after {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 0px;
    /*font-size: 11px;*/
    transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.wpcf7-list-item .wpcf7-list-item-label:after { border-radius: 3px; }
.wpcf7-list-item input[type=checkbox] { display: none; }
.wpcf7-list-item.checkbox-circle .wpcf7-list-item-label:after { border-radius: 99px; }
.wpcf7-list-item.checkbox-item-circle .wpcf7-list-item-label:before { border-radius: 99px; }
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label:before { border-width: 8px; }
.wpcf7-list-item input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    color: #fff;
}
.wpcf7-list-item input[type=checkbox][disabled] + .wpcf7-list-item-label { opacity: 0.65; }
.wpcf7-list-item input[type=checkbox][disabled] + .wpcf7-list-item-label:before { background-color: #eceff3; }
.wpcf7-list-item.right .wpcf7-list-item-label {
    margin-right: 35px;
    padding-left: 0 !important;
}
.wpcf7-list-item.right .wpcf7-list-item-label:before {
    right: -35px;
    left: auto;
}
.wpcf7-list-item.right input[type=checkbox]:checked + .wpcf7-list-item-label { position: relative; }
.wpcf7-list-item.right input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    font-family: 'FontAwesome';
    content: "\F00C";
    position: absolute;
    right: -27px;
    left: auto;
}
.wpcf7-list-item.check-success input[type=checkbox]:checked + .wpcf7-list-item-label:before { border-color: #10cfbd; }
.wpcf7-list-item.check-primary input[type=checkbox]:checked + .wpcf7-list-item-label:before { border-color: #6d5cae; }
.wpcf7-list-item.check-complete input[type=checkbox]:checked + .wpcf7-list-item-label:before { border-color: #48b0f7; }
.wpcf7-list-item.check-warning input[type=checkbox]:checked + .wpcf7-list-item-label:before { border-color: #f8d053; }
.wpcf7-list-item.check-danger input[type=checkbox]:checked + .wpcf7-list-item-label:before { border-color: #f55753; }
.wpcf7-list-item.check-info input[type=checkbox]:checked + .wpcf7-list-item-label:before { border-color: #3b4752; }
.wpcf7-list-item.check-success input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item.check-primary input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item.check-complete input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item.check-warning input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item.check-danger input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.wpcf7-list-item.check-info input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  color: #ffffff;
}

.type-post {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* -------------------------------------
-- CP-Child Vehiculo
---------------------------------------*/
.s0 { min-height: 1px; }
.vehiculo .single-content,
.secciones {
    padding: 0;
    position: relative;
}
.secciones:after {
    content: "";
    display: table;
    clear: both;
}
.vehicle-text {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 30px;
}
.vehicle-text p, .vehicle-text h2 { text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.vehicle-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #030d18;
}
.vehicle-text h2 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin: 15px 0;
    text-transform: none;
}
@media only screen and (min-width: 768px) {
    .vehicle-text { padding-top: 60px; }
    .vehicle-text h2 { font-size: 36px; }
    .vehicle-text p { font-size: 1rem; }
}
.vehicle-portada {
    position: relative;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
}
@media only screen and (min-width: 768px) {
    .vehicle-portada {
        height: 380px;
        opacity: 1;
    }
}
@media only screen and (min-width: 1170px) {
    .vehicle-portada { height: 480px; }
}
.cotizar-cta .button {
    background-color: #ed1923;
    color: #fff;
    font-size: 13px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 14px;
    margin: 15px 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.cotizar-cta .button:hover {
    color: #fff;
    background-color: #DC131C;
}
@media only screen and (min-width: 768px) {
    .cotizar-cta .button {
        font-size: 16px;
        padding: 12px 20px;
    }
}

.tab-filter {
    background-color: #656d78;
    position: relative;
    height: 50px;
    width: 100%;
}
.tab-filter ul {
    list-style: none;
    margin: 0;
    text-align: center;
}
.tab-filter li {
    display: inline-block;
}
.tab-filter a {
    width: auto;
    font-size: 10px;
    line-height: 50px;
    padding: 0 0.5rem;
    color: #aab2bd;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.cd-tab-filter-wrapper {
    background-color: #656d78;
    position: relative;
    z-index: 9999;
    display: none;
}
.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tab-filter {
    position: relative;
    height: 50px;
    margin: 0 auto;
}
.cd-tab-filter ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.cd-tab-filter li {
    width: 20%;
    float: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.cd-tab-filter a {
    width: auto;
    font-size: 10px;
    line-height: 50px;
    padding: 0 0.5rem;
    color: #aab2bd;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
}
.cd-tab-filter li.active a,
.cd-tab-filter a.selected {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

@media only screen and (min-width: 480px) {
    .cd-tab-filter a {
        padding: 0 1em;
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .cd-tab-filter-wrapper { display: block; }
    .cd-tab-filter ul {
        text-align: center;
    }
    .cd-tab-filter li {
        display: inline-block;
        width: auto;
        float: none;
    }
    .cd-tab-filter a {
        font-size: 14px;
        display: inline-block;
        padding: 0 5em;
    }
    .no-touch .cd-tab-filter a:hover,
    .no-touch .cd-tab-filter a:focus { color: #FDFFFC; }
    .no-touch .cd-tab-filter a:visited { color: #aab2bd; }
    .cd-tab-filter a.selected {
        background: transparent;
        color: #FDFFFC;
        /* create border bottom using box-shadow property */
        box-shadow: inset 0 -2px 0 #FDFFFC;
    }
    .cd-tab-filter.is-open ul li {
        display: inline-block;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        width: 100%;
        margin: 0;
    }
}
.cd-tab-filter li.cta {
    padding-left: 20px;
}
.cd-tab-filter a.cotizar-cta {
    display: none;
    line-height: normal;
    padding: 6px 12px;
    background-color: #fff;
    color: #656d78 !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.is-sticky a.cotizar-cta {
    display: inline-block;
}

.slider-for, .slider-nav { margin: 0; }
.cat__colors .slider-nav {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
}
.slick-slider { margin: 0; }
.slick-slide {
    outline: none;
    cursor: pointer
}
.cat__colors .slick-slide .color-circle {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px
}
.cat__colors .slick-slide.slick-current .color-circle {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.25)
}
.cat__colors .slick-slide.slick-current .color-circle::before {
    position: absolute;
    font-size: 12px;
    top: 2px;
    left: 4px;
    content: "\f00c";
    color: #fff;
    font-family: FontAwesome
}
.cat__colors .color-legend {
    display: block;
    margin: 20px 0;
}

.color-name {
    text-align: center;
    color: #222;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.product-hero {
    position: relative;
    max-height: 480px;
    min-height: 320px;
    width: 100%;
}

#galeria { padding-bottom: 0; }
.media-gallery[data-columns]::before{content:'3 .column.size-1of3'}
.media-gallery[data-columns]::before .column{float:left}
.media-gallery[data-columns]::before .size-1of3{width:33.333%}
.media-gallery{margin:auto;padding:30px 0 0}
.media-gallery .grid-item{width:33.3333%;padding:0.25rem 0.125rem 0}
.media-gallery .media__item{position:relative;float:left;width:100%}
.media-gallery .media__item .overlay-colour{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:0;-webkit-transition:opacity 0.2s 0s;transition:opacity 0.2s 0s}
.media-gallery .media__item .overlay-plus{text-align:center;width:100%;height:32px;top:0;bottom:0;position:absolute;margin:auto;opacity:0;-webkit-transition:opacity 0.2s 0s;transition:opacity 0.2s 0s}
.media-gallery .media__item a>img{width:100%;height:auto;float:left;overflow:hidden;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}
.media-gallery .media__item a:hover>div.overlay-colour{opacity:0.75}
.media-gallery .media__item a:hover>div.overlay-plus{opacity:1}


#detalles {
    background-color: #fafafa;
    position: relative;
}
.feat__detail-text,
.feat__detail-img {
    position: relative;
    float: left;
    width: 100%;
}
.feat__detail-img img { margin: 0 auto; }
@media only screen and (min-width: 768px) {
    .feat__detail-text,
    .feat__detail-img {
        width: 50%;
    }
    .feat__detail-text {
        width: 45%;
        padding-top: 20px;
        padding-right: 5%;
        padding-left: 0;
    }
}
.feat__detail-text h3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: none;
    color: #1a51b7;
}
.feat__detail-text li {
    list-style-type: circle;
    margin-bottom: 10px;
    line-height: normal;
}

.features-subnav {
    display: none
}

@media screen and (min-width: 73.125em) {
    .features-subnav {
        display:block;
        position: fixed;
        left: 15px;
        width: 95px;
        overflow: hidden;
        top: 35%;
        margin-top: -100px;
        list-style: none;
        font-size: 13px;
        color: #242424;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: -1;
        -webkit-transition: -webkit-transform 0s linear .7s,opacity 0.3s ease;
        -moz-transition: -moz-transform 0s linear .7s,opacity 0.3s ease;
        transition: transform 0s linear .7s,opacity 0.3s ease;
        -webkit-transform: translate3d(0, -400px, 0);
        -moz-transform: translate3d(0, -400px, 0);
        -ms-transform: translate3d(0, -400px, 0);
        -o-transform: translate3d(0, -400px, 0);
        transform: translate3d(0, -400px, 0)
    }

    .features-subnav.is-on {
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0s linear,opacity 0.6s ease;
        -moz-transition: -moz-transform 0s linear,opacity 0.6s ease;
        transition: transform 0s linear,opacity 0.6s ease
    }

    .features-subnav.is-hidden {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .features-subnav li {
        position: relative;
        display: -webkit-box;
        height: 30px;
        font-size: 13px;
        line-height: 28px;
        padding: 0 0 0 47px;
        cursor: pointer
    }

    .features-subnav li.slick-current .list-indicator {
        background: none;
        border-color: #1a51b7;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .features-subnav li.slick-current span {
        opacity: 1;
        filter: alpha(opacity=100);
        white-space: no-wrap;
        overflow: visible;
        color: #252525;
        -webkit-transition: opacity 0.4s ease,color 0.3s ease;
        -moz-transition: opacity 0.4s ease,color 0.3s ease;
        transition: opacity 0.4s ease,color 0.3s ease
    }

    .features-subnav li:hover .list-indicator {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        background-color: #1a51b7;
        border-color: #1a51b7
    }

    .features-subnav li:hover span {
        color: #252525
    }

    .features-subnav .list-indicator {
        position: absolute;
        box-sizing: content-box;
        height: 8px;
        width: 8px;
        top: 8px;
        left: 24px;
        z-index: 1;
        background-color: #a2a2a2;
        border: 2px solid #a2a2a2;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: -webkit-transform .3s ease;
        -moz-transition: -moz-transform .3s ease;
        transition: transform .3s ease
    }

    .features-subnav span {
        white-space: nowrap;
        visibility: hidden
    }
}

@media screen and (min-width: 86.25em) {
    .features-subnav {
        width:180px;
        overflow: visible
    }

    .features-subnav span {
        visibility: visible;
        color: #a2a2a2;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.6s ease,color 0.3s ease;
        -moz-transition: opacity 0.6s ease,color 0.3s ease;
        transition: opacity 0.6s ease,color 0.3s ease
    }

    .features-subnav li:hover span {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity 0.4s ease,color 0.3s ease;
        -moz-transition: opacity 0.4s ease,color 0.3s ease;
        transition: opacity 0.4s ease,color 0.3s ease
    }
}

.model-cards {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.model-cards .model {
    padding: 30px;
    flex-basis: 33%;
    text-align: center;
}
@media (max-width: 1000px) {
    .model-cards .model {
        flex-basis: 70%;
        margin-bottom: 65px;
    }
    .model-cards .model:last-child { margin-bottom: 0; }
}
@media (max-width: 600px){
    .model-cards { flex-wrap: wrap; }
    .model-cards .model { flex-basis: 100%; }
}
.model-cards .model h3 {
    color: #1a51b7;
    padding-top: 25px;
}
.model-cards .model-text {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
}
.model-cards .model-text ul {
    margin: 0;
    padding: 20px 30px;
}
.model-cards .model-text li {
    margin: 0 0 5px;
    padding-left: 15px;
    position: relative;
}
.model-cards .model-text li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 6px;
    vertical-align: middle;
    color: #DB3A34;
    position: absolute;
    top: 8px;
    left: 0;
}

.call-to-action-bar {
    float: left;
    width: 100%;
    border-top: 1px dotted #ccc;
    background-color: #fafafa;
    text-align: center;
    padding: 30px 0;
    margin-top: 0
}
@media screen and (min-width: 37.5em) {
    .call-to-action-bar { margin-top:30px; }
}
.call-to-action-bar h3 {
    text-align: left;
    color: #1a51b7;
    text-transform: none;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.call-to-action-bar .button {
    margin: 0;
    float: right;
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 1px;
    padding: 8px 25px;
    text-transform: uppercase;
}
.call-to-action-bar .button.hollow {
    background-color: transparent;
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
    padding: 6px 18px;
    margin-left: 20px;
}

/* --- New Widgets --- */
.hboxes {
    clear: both;
    position: relative;
    border-bottom: 2px solid #fff;
    max-width: 1600px;
    margin: 0 auto;
}
.hboxes ul {
    margin: 0;
    position: relative;
    z-index: 1;
}
.hboxes ul:before,
.hboxes ul:after {
    content: ' ';
    display: table;
}
.hboxes ul:after { clear: both }
.hboxes li {
    list-style: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 2px;
    margin: 0;
    padding: 0;
    float: left;
    width: 25%
}
@media only screen and (max-width: 1068px) {
    .hboxes li {
        position:relative;
        z-index: 1;
        min-height: 2px;
        margin: 0;
        padding: 0;
        float: left;
        width: 50%
    }
}

@media only screen and (max-width: 600px) {
    .hboxes li {
        position:relative;
        z-index: 1;
        min-height: 2px;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%
    }
}