﻿/*
    
    TL HELPERS

    Green:          #00b894
    Pink:           #fd79a8
    Light Grey:     #f1f2f6
    Dark Grey:      #57606f 
    Body light:     #757575
    
    
*/





html {
    font-size: 10px;
    height: 100%;
}

html, body {    
    min-height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

body {
    background: #f1f2f6;
    color: #3b4556;
    display: block;
    font-family: 'Open Sans', sans-serif;
    min-height: 100%;
    position: relative;
}

._vm_content-wrap { background: #fff; }

._vm_main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}





/* ------------------------------------------------------------------------ */
/*  Resets                                                                  */
/* ------------------------------------------------------------------------ */

p, h1, h2, h3, h4, h5, h6 { margin: 0; }

.c:before,
.c:after {
    content: " ";
    display: table;
}

.c:after { clear: both; }

.c { *zoom: 1; }





/* ------------------------------------------------------------------------ */
/*  Site Header                                                             */
/* ------------------------------------------------------------------------ */

._vm_site-header { background: #fff; }

._vm_site-header__logo {
    display: block;
    height: auto;
    float: left;
    max-width: 15rem;
    margin: 2rem 0;
    width: 100%;
}





/* ------------------------------------------------------------------------ */
/*  Site Nav                                                                */
/* ------------------------------------------------------------------------ */

._vm_site-nav-wrap { background: #f1f2f6; }

._vm_site-nav,
._vm_site-nav-dropdown {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

._vm_site-nav__item {
    display: inline-block;
    margin: 0 4rem 0 0;
    padding: 0;
    vertical-align: top;
}

._vm_site-nav__link {
    color: #3b4556;
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    height: 6.5rem;
    line-height: 6.5rem;
}

._vm_site-nav__link:hover,
._vm_site-nav__item--has-dropdown:hover>._vm_site-nav__link {
    color: #00b894;
    text-decoration: none;
}

._vm_site-nav__item--has-dropdown { position: relative; }

._vm_site-nav__dropdown-icon {
    font-size: 1.3rem;
    margin-left: .3rem;
    position: relative;
    top: -.1rem;
}

._vm_site-nav__item--has-dropdown:hover ._vm_site-nav-dropdown { display: block; }

._vm_site-nav-dropdown {
    box-shadow: 0 0 4rem 0 rgba(0,0,0,.08);
    -webkit-border-radius: 0 0 .25rem .25rem;
    -moz-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
    display: none;
    background: #fff;
    margin: 0;
    min-width: 20rem;
    padding: 1rem 2rem;
    position: absolute;
    z-index: 1;
}

._vm_site-nav-dropdown__item {
    margin: 0;
    padding: 0;
}

._vm_site-nav-dropdown__link {
    color: #3b4556;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1rem;
}

._vm_site-nav-dropdown__link:hover {
    color: #00b894;
    text-decoration: none;
}





/* ------------------------------------------------------------------------ */
/*  Main Footer                                                             */
/* ------------------------------------------------------------------------ */

._vm_site-footer {
    background: #f1f2f6;
    padding: 6rem 0;
    text-align: center;
}

._vm_site-footer__copyright {
    color: #6b6b6b;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}





/* ------------------------------------------------------------------------ */
/*  Typography
/* ------------------------------------------------------------------------ */

._vm_page-title {
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 2rem;
}

._vm_page-subtitle {
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 2rem;
}

._vm_page-title+._vm_page-subtitle { margin-top: -1rem; }

p {
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 0 0 2rem;
}

ul, ol {
    margin: 0 0 0 2rem;
    padding: 0;
}

ul li, ol li {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 0 2rem;
    vertical-align: top;
}


/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 992px) {
    ._vm_page-title { font-size: 4rem; }
    ._vm_page-subtitle {
        font-size: 2.8rem;
        margin-bottom: 2.5rem;
    }
    p { 
        font-size: 1.6rem;
        margin-bottom: 3rem;
    }
}



/* ------------------------------------------------------------------------ */
/*  HR
/* ------------------------------------------------------------------------ */

hr {
    border: none;
    border-top: .1rem solid #dcdde1;
    margin: 4rem 0;
}





/* ------------------------------------------------------------------------ */
/*  Umbraco Grid
/* ------------------------------------------------------------------------ */

.umb-grid h1 a,
.umb-grid h2 a,
.umb-grid h3 a,
.umb-grid h4 a,
.umb-grid h5 a,
.umb-grid h6 a,
.umb-grid p a {
    color: #00b894;
}

.umb-grid h1,
.umb-grid h2,
.umb-grid h3,
.umb-grid h4,
.umb-grid h5,
.umb-grid h6 {
    font-weight: 100;
    line-height: 1.4;
    margin: 0;
}

.umb-grid h1 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
}

.umb-grid h2 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

.umb-grid h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.umb-grid h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.umb-grid h5 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.umb-grid h6 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.umb-grid blockquote {
    border-left: .5rem solid #f1f2f6;
    margin: 4rem 0;
    padding: 1rem 0 1rem 2.5rem;
}

.umb-grid blockquote p {
    font-size: 1.8rem;
    margin: 0;
}

.umb-grid blockquote cite {
    color: #b4b7c4;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 0;
}

.umb-grid blockquote cite:before {
    content: '-';
    margin-right: .5rem;
}

.umb-grid .full-image {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    display: block;
    height: auto;
    width: 100%;
}

.umb-grid .img-has-caption {
    -webkit-border-radius: .25rem .25rem 0 0;
    -moz-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
    margin-bottom: 2rem;
}

.umb-grid .image-with-accreditation-wrapper {
    margin-bottom: 2rem;
    position: relative;
}

.umb-grid .image-accreditation {
    background: rgba(0,0,0,.5);
    bottom: 2rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
    right: 0;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    text-align: left;
}

.umb-grid .image-caption {
    background: #f1f2f6;
    -webkit-border-radius: 0 0 .25rem .25rem;
    -moz-border-radius: 0 0 .25rem .25rem;
    border-radius: 0 0 .25rem .25rem;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: -2rem 0 4rem;
    padding: 2rem;
}

.umb-grid .inline-block img {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    display: block;
    height: auto;
    width: 100%;    
}

.umb-grid .tl-grid-call-to-action-box {
    background: #f1f2f6;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    margin: 4rem 0;
    padding: 3rem;
    position: relative;
}


/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 768px) {
    .umb-grid h1 { font-size: 3rem; }    
    .umb-grid h2 { font-size: 2.6rem; }    
    .umb-grid h3 { font-size: 2.2rem; }
    .umb-grid blockquote {
        margin: 6rem 0;
        padding: 1rem 0 1rem 5rem;
    }
    .umb-grid blockquote p {
        font-size: 2.2rem;
        margin: 0;
    } 
}

@media only screen and (min-width: 992px) {
    .umb-grid .inline-block {
        float: left;
        max-width: 50%;
        margin-bottom: 0;
        padding-right: 3rem;
        padding-bottom: 1rem;
    }
}

@media only screen and (min-width: 1249px) {
    .umb-grid .inline-block { padding-right: 4rem; }
}





/* ------------------------------------------------------------------------ */
/*  Buttons
/* ------------------------------------------------------------------------ */

._vm_btn {
    border: none;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    display: inline-block;
    text-align: center;   
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 1.5rem 3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;    
    white-space: nowrap;
}

._vm_btn:hover {
    text-decoration: none;
}

._vm_btn--primary {
    background: #57606f;
    color: #fff;
}

._vm_btn--primary:hover {
    background: #00b894;
    color: #fff;
}

._vm_btn__icon {
    margin-right: 1rem;
    position: relative;
    top: .1rem;
}





/* ------------------------------------------------------------------------ */
/*  Video Wrapper
/* ------------------------------------------------------------------------ */

._vm_video-wrapper {
    height: 0;
    margin-bottom: 3rem;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

._vm_video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ------------------------------------------------------------------------ */
/*  Image Gallery
/* ------------------------------------------------------------------------ */

._vm_image-gallery {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

._vm_image-gallery__item {
    display: block;
    margin-bottom: 1rem;
}

._vm_image-gallery__item img {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    height: auto;
    width: 100%;
}


/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 768px) {
    ._vm_image-gallery__item {
        float: left;
        margin-bottom: 0;
        padding: .5rem;
        width: 33.333333%;
    }
}

@media only screen and (min-width: 992px) {
    ._vm_image-gallery__item { width: 20%; }
}




/* ------------------------------------------------------------------------ */
/*  Tables
/* ------------------------------------------------------------------------ */

._vm_table {
    background-color: transparent;
    margin: 0;
    width: 100%;
}

._vm_table th,
._vm_table td {
    border-top: 1px solid #dee2e6;
    padding: 2rem 1rem;
    vertical-align: top;
    min-width: 11rem;
}

._vm_table thead th {
    background: #f1f2f6;
    font-size: 1.3rem;
    line-height: 1.4;
}

._vm_table td { font-size: 1.4rem; }

._vm_table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom;
}
  
._vm_table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

._vm_table-responsive {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
}


/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 992px) {
    ._vm_table thead th, 
    ._vm_table td { min-width: 0; }
}





/* ------------------------------------------------------------------------ */
/*  Lists
/* ------------------------------------------------------------------------ */

._vm_list-item-container {
    margin-bottom: -3rem;
}

._vm_list-item-container div[class*="col-"] {
    padding-bottom: 3rem;
}

._vm_list-item {
    background: #fff;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    box-shadow: 0 0 8rem 0 rgba(0,0,0,.2);
    color: #0a0e15;
    display: block;
    height: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

._vm_list-item:hover {
    box-shadow: 0 0 10rem 0 rgba(0,0,0,.3);
    color: #0a0e15;
    text-decoration: none;
}

._vm_list-item:hover ._vm_list-item__title { color: #00b894; }

._vm_list-item__img {
    -webkit-border-radius: .25rem .25rem 0 0;
    -moz-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
    display: block;
    height: auto;
    width: 100%;
}

._vm_list-item__content {
    padding: 2rem 2rem 3rem;
}

._vm_list-item__title {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .5rem;
}

._vm_list-item__synopsis {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}

._vm_list-item__label {
    color: #757575;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .01rem;
    text-transform: uppercase;    
    margin: 0 0 1.5rem;
}

._vm_list-item__synopsis:last-child {
    margin-bottom: 0;
}

._vm_list-item--no-img {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -ms-flex;
    display: flex;  
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;  
    padding: 2rem;
}

._vm_list-item--no-img:hover {
    border-color: #00b894;
}

._vm_list-item--no-img ._vm_list-item__title {
    margin: 0;
}


/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 768px) {
    ._vm_list-item--no-img {
        height: 10rem;
        padding-top: 0;
        padding-bottom: 0;
    }    
    ._vm_list-item__content { padding: 3rem 3rem 4rem; }
}

@media only screen and (min-width: 992px) {
    ._vm_list-item-container { margin-top: 4rem; }
    ._vm_list-item--no-img { height: 12rem; }
    ._vm_list-item--no-img ._vm_list-item__title { font-size: 3rem; }
}

@media only screen and (min-width: 1200px) {
    ._vm_list-item--no-img { height: 15rem; }
}




/* ------------------------------------------------------------------------ */
/*  Pagination
/* ------------------------------------------------------------------------ */

._vm_pagination--m-top {
    margin-top: 2rem;
}

._vm_pagination .pagination {
    font-size: 0;
    list-style: none;
    margin: -1rem -.5rem 0;
    padding: 0;
    text-align: center;
}

._vm_pagination .pagination li {
    display: inline-block;
    margin: 0;
    padding: 1rem .5rem 0;
}

._vm_pagination .pagination a,
._vm_pagination .pagination span {
    border: 1px solid #dee2e6;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    color: #0a0e15;
    display: block;
    font-size: 1.3rem;
    font-weight: 600;
    height: 3.6rem;
    line-height: 1;
    padding-top: 1.1rem;
    text-decoration: none;
    width: 3.6rem;
}

._vm_pagination .pagination a:hover {
    border-color: #00b894;
    color: #00b894;
}

._vm_pagination .pagination .active a,
._vm_pagination .pagination .active a:hover {
    background: #00b894;
    border-color: #00b894;
    color: #fff;
}

._vm_pagination .pagination .disabled span {
    border-color: #f1f2f6;
    color: #757575;
}

/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 768px) {
    ._vm_pagination .pagination a,
    ._vm_pagination .pagination span {
        font-size: 1.4rem;
        height: 4rem;
        padding-top: 1.2rem;
        width: 4rem;
    }
}

@media only screen and (min-width: 992px) {
    ._vm_pagination--m-top { margin-top: 3rem; }
}






/* ------------------------------------------------------------------------ */
/*  New Car Detail Page
/* ------------------------------------------------------------------------ */

._vm_new-car-banner-wrap {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

._vm_new-car-banner {
    display: block;
    margin-bottom: 2rem;
}

._vm_new-car-banner-wrap div[class*="col-"]:last-child ._vm_new-car-banner { margin-bottom: 0; }

._vm_new-car-banner img {
    display: block;
    height: auto;
    width: 100%;
}

._vm_offer {
    background: #fff;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    box-shadow: 0 0 8rem 0 rgba(0,0,0,.2);
    display: block;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

._vm_offer:hover {
    box-shadow: 0 0 10rem 0 rgba(0,0,0,.3);
    text-decoration: none;
}

._vm_offer__title,
._vm_offer__synopsis {
    margin: 0;
    padding: 0 3rem;
}

._vm_offer__title {
    color: #3b4556;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8; 
}

._vm_offer__synopsis {
    color: #757575;
    font-size: 1.6rem;
    line-height: 1.8;
}

._vm_offer__img {
    -webkit-border-radius: .25rem .25rem 0 0;
    -moz-border-radius: .25rem .25rem 0 0;
    border-radius: .25rem .25rem 0 0;
    display: block;
    height: auto;
    margin-bottom: 2rem;
    width: 100%;
}

._vm_offer:hover ._vm_offer__title { color: #00b894; }


/* -----------------
    MEDIA QUERIES */
    
@media only screen and (min-width: 768px) {
    ._vm_new-car-banner { margin-bottom: 0; }
}





/* ------------------------------------------------------------------------ */
/*  New Car Detail Page
/* ------------------------------------------------------------------------ */

._vm_new-car-subtitle {
    font-size: 2.4rem;
    font-weight: 100;
    margin-top: -1rem;
    margin-bottom: 3rem;
}

._vm_page-title+._vm_page-subtitle { margin-top: -1rem; }

._vm_new-car-main-img {
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    display: block;
    height: auto;
    margin-bottom: 3rem;
    width: 100%;
}

._vm_new-car-spec-list__item { margin: 0 0 1rem; }

/* -----------------
    MEDIA QUERIES */
    
@media only screen and (min-width: 768px) {
    ._vm_new-car-spec-list__item {
        float: left;
        margin: 0 0 1rem;
        padding: 0 4rem 0 0;
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    ._vm_new-car-subtitle { font-size: 2.8rem; }
    ._vm_new-car-spec-list__item { width: 33.333333%; }
}





/* ------------------------------------------------------------------------ */
/*  Carousel
/* ------------------------------------------------------------------------ */

.slick-loading .slick-list { background: #fff url('./plugins/slick/ajax-loader.gif') center center no-repeat; }

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./plugins/slick/fonts/slick.eot');
    src: url('./plugins/slick/fonts/slick.eot?#iefix') format('embedded-opentype'),
         url('./plugins/slick/fonts/slick.woff') format('woff'),
         url('./plugins/slick/fonts/slick.ttf') format('truetype'),
         url('./plugins/slick/fonts/slick.svg#slick') format('svg');
}

.js-carousel ._vm_banner { display: none; }

.js-carousel ._vm_banner:first-child,
.slick-initialized ._vm_banner { display: block; }

._vm_carousel { margin-bottom: 2rem; }

.slick-prev,
.slick-next {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: none !important;
    font-size: 0;
    height: 2rem;
    line-height: 0;
    margin-top: -3rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 2.6rem;
    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #00b894
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
     opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    color: #757575;
    font-family: 'slick';
    font-size: 2.2rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev { left: 1rem; }

.slick-prev:before { content: '←'; }

.slick-next { right: 1rem; }

.slick-next:before { content: '→'; }

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 .5rem .5rem;
    padding: 0;
}

.slick-dots li button {
    background: transparent;
    border: 1px solid #dee2e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 1.6rem;
    line-height: 0;
    outline: none;
    padding: 0;
    width: 1.6rem;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    border-color: #00b894;
    outline: none;
}

.slick-dots li.slick-active button { 
    background: #00b894;
    border-color: #00b894;

}


/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 768px) {
    .slick-prev,
    .slick-next { display: inline-block !important; }
    .slick-prev { left: -2.8rem; }
    .slick-next { right: -2.8rem; }
    .slick-dots { bottom: 2rem; }
    .slick-dots li button {
        height: 1rem;
        width: 1rem;
    }
}

@media only screen and (min-width: 1050px) {
    .slick-prev,
    .slick-next { height: 2.2rem; }
    .slick-prev:before,
    .slick-next:before { font-size: 2.6rem; }
    .slick-prev { left: -4.5rem; }
    .slick-next { right: -4.5rem; }
}

@media only screen and (min-width: 1200px) {
    ._vm_carousel { margin-bottom: 3rem; }
    .slick-prev { left: -3.2rem; }
    .slick-next { right: -3.2rem; }
}

@media only screen and (min-width: 1290px) {
    .slick-prev { left: -4.5rem; }
    .slick-next { right: -4.5rem; }
}




/* ------------------------------------------------------------------------ */
/*  Banner
/* ------------------------------------------------------------------------ */

._vm_banner {
    display: block;
    overflow: hidden;
    position: relative;
}

._vm_banner__img-small {
    display: block !important;
    height: auto;
    width: 100%;
}

._vm_banner__img {
    display: none !important;
    height: auto;
    width: 100%;
}

._vm_banner__img-large {
    display: none !important;
    height: auto;
    width: 100%;
}



@media only screen and (min-width: 768px) {
    ._vm_banner__img-small {
        display: none !important;
    }
    ._vm_banner__img {
        display: block !important;
    }
}

@media only screen and (min-width: 1024px) {
    ._vm_banner__img {
        display: none !important;
    }
    ._vm_banner__img-large {
        display: block !important;
    }
}



._vm_banner__video-wrapper {
    position: absolute;
    padding-bottom: 56.25%; /* 16:9 */
    top: 50%;
    left: 0;
    right: 0;
    height: 0;
    transform: translateY(-50%);
}

._vm_banner__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



._vm_banner__content {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 40%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
    bottom: 0;
    left: 0;
    padding: 2rem;
    position: absolute;    
    width: 100%;
}

._vm_banner__headline {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 0;
}

._vm_banner__synopsis {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 1.5;
    margin-bottom: 0;
}

._vm_banner__btn {
    font-size: 1.3rem;
    margin-top: .5rem;
    padding: .6rem 1rem;

}


/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 768px) {
    ._vm_banner__content { padding: 3rem; }
    ._vm_banner__synopsis { font-size: 2.2rem; }
    ._vm_banner__btn {
        font-size: 1.4rem;
        margin-top: 1.5rem;
        padding: 1rem 2rem;
    }
}

@media only screen and (min-width: 992px) {
    ._vm_banner__content { padding: 4rem; }
    ._vm_banner__synopsis { font-size: 3rem; }
    ._vm_banner__btn {
        font-size: 1.5rem;
        margin-top: 2rem;
        padding: 1.5rem 3rem;
    }
}





/* ------------------------------------------------------------------------ */
/*  Testimonials
/* ------------------------------------------------------------------------ */

._vm_testimonial {
    margin-bottom: 3rem;
}

._vm_testimonial:last-child {
    margin-bottom: 0;
}

._vm_testimonial__content {
    background: #fff;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    box-shadow: 0 0 8rem 0 rgba(0,0,0,.12);
    margin-bottom: 1.5rem;
    padding: 2.5rem;
    position: relative;
}

._vm_testimonial__content:after {
    border-style: solid;
    border-width: 1rem 1rem 0 1rem;
    border-color: #fff transparent transparent transparent;
    bottom: -1rem;    
    content: '';
    height: 0;
    left: 1.5rem;
    position: absolute;
    width: 0;
}

._vm_testimonial__rating {
    color: #757575;
    font-size: 2.4rem;
    font-weight: 100;
    margin: 0 0 1rem;
}

._vm_testimonial__rating strong {
    font-weight: 600;
}

._vm_testimonial__body {
    margin: 0;
}

._vm_testimonial__date {
    color: #757575;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .01rem;
    text-transform: uppercase;    
    margin: 1.5rem 0 0;
}

._vm_testimonial__img {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 1rem 0 0;
}

._vm_testimonial__author,
._vm_testimonial__location {
    color: #757575;
    font-size: 1.4rem;
    line-height: 1.8;
}

._vm_testimonial__author {
    display: inline-block;    
    font-weight: 600;
    margin: 0 0 0 1rem;
}

/* -----------------
    MEDIA QUERIES */

@media only screen and (min-width: 768px) {
    ._vm_testimonial { margin-bottom: 4rem; }
    ._vm_testimonial__content {
        margin-bottom: 2.5rem;
        padding: 3rem 12rem 3rem 3rem;
    }
    ._vm_testimonial__content:after { left: 3.5rem; }
    ._vm_testimonial__rating {
        font-size: 3rem;
        margin-bottom: 0;
        position: absolute;
        top: 3rem;
        right: 3rem;
    }    
}

@media only screen and (min-width: 992px) {
    ._vm_testimonial { margin-bottom: 5rem; }
    ._vm_testimonial__content {
        margin-bottom: 2.5rem;
        padding: 4rem 15rem 4rem 4rem;
    }
    ._vm_testimonial__author { margin-left: 2rem; }
    ._vm_testimonial__rating {
        top: 4rem;
        right: 4rem;
    }  
}









/* Pages - panels */



.tl-grid-img-block {
    width: 50%;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tl-grid-img-block.tl-grid-img-left {
    float: left;
}

.tl-grid-img-block.tl-grid-img-right {
    float: right;
}

.tl-grid-img-block-aside {
    width: 50%;
    padding: 50px 30px;
}

.tl-grid-img-block-aside.tl-grid-img-block-aside--left {
    float: left;
}
.tl-grid-img-block-aside.tl-grid-img-block-aside--right {
    float: right;
}

.tl-grid-img {
    max-width: 100%;
    height: auto;
}