@charset "UTF-8";

/* Carousel overwritten */
.carousel {
    background: #fff;
    padding-bottom: 0;
    max-width: 1920px;
    margin: 0 auto 36px auto;
}

.carousel-indicators {
    top: calc(100% - 30px);
    bottom: auto;
}

.carousel .item h2 {
    float: none;
    color: #fff;
    border-bottom: none;
    max-width: 500px;
    margin: 0;
}

.carousel-control.right,
.carousel-control.left {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.carousel .prev,
.carousel .next {
    background: none !important;
    border: none !important;
    height: auto !important;
    width: auto !important;
}

.next a,
.prev a {
    display: inline-block;
    height: auto !important;
    width: auto !important;
}

.carousel.slide {
    padding: 0 !important;
    margin-bottom: 30px;
}

.carousel .item {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.carousel .item a {
    position: relative;
    display: block;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators li {
    margin: 1px 10px !important;
    background-color: rgba(0, 0, 0, .15);
}

.carousel-indicators li.active {
    margin: 0 10px !important;
}

.carousel-control {
    width: 5% !important;
    height: 50px !important;
    line-height: 50px !important;
    top: calc(50% - 25px) !important;
    background: none !important;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    font-size: 30px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.carousel-inner {
    background: #fff;
}

.videowrapper {
    height: 0;
    padding-top: 36.458%;
    background: #000;
    overflow: hidden;
}

.videowrapper Video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.carousel-inner .item img {
    width: 100%;
    height: auto;
}

.carousel-caption {
    background: none !important;
    padding: 0 25px !important;
}

.top_left,
.top_right {
    top: 60px !important;
    bottom: auto !important;
}

.bottom_left,
.bottom_right {
    bottom: 80px !important;
    top: auto !important;
}

.top_left {
    left: 6% !important;
    right: auto !important;
    text-align: left !important;
}

.top_right {
    right: 6% !important;
    left: auto !important;
    text-align: right !important;
}

.bottom_left {
    right: auto !important;
    left: 6% !important;
    text-align: left !important;
}

.bottom_right {
    left: auto !important;
    right: 6% !important;
    text-align: right !important;
}

.carousel-caption a {
    width: auto !important;
    min-width: 200px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 15px 20px !important;
    margin-top: 15px;
    display: inline-block !important;
}

.carousel-caption h2 {
    font-size: 40px;
}

body.Nissan .carousel-caption a {
    min-width: auto !important;
    max-width: auto !important;
    padding: 11px 45px 11px 20px !important;
}
body.Toyota .carousel-caption a {
    min-width: auto !important;
    max-width: auto !important;
    min-height: 41px;
    padding: 9px 32px 11px !important;
}
body.Toyota .carousel-caption h2 {
    font-size: 31px;
}

@media (min-width:576px) and (max-width:1199px) {
    .top_left {
        top: 5% !important;
        left: 40px !important;
    }

    .top_right {
        top: 5% !important;
        right: 40px !important;
    }

    .bottom_left {
        bottom: 8% !important;
        left: 40px !important;
    }

    .bottom_right {
        bottom: 5% !important;
        ;
        right: 40px !important;
        ;
    }

    .carousel-caption h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .sldrNav {
        border-top: #000 solid 1px;
        border-bottom: #000 solid 1px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .carousel-indicators {
        top: calc(50% - 10px);
    }

    .top_left,
    .top_right,
    .bottom_left,
    .bottom_right {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        text-align: center !important;
    }

    .carousel-caption {
        position: relative !important;
    }

    .carousel-caption a.button {
        display: inline-block;
        font-size: 14px;
    }

    .carousel-caption h2 {
        font-size: 25px;
        color: #000 !important;
        text-shadow: none;
        text-align: center;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 15px !important;
    }

    .carousel-indicators li {
        margin: 1px 5px !important;
    }

    .carousel-indicators li.active {
        margin: 0 5px !important;
    }

    .carousel-control.right,
    .carousel-control.left {
        position: relative;
        color: #000;
        text-shadow: none;
        font-size: 20px;
		width: 30px !important;
        display: inline-block;
    }
    .carousel-control i{
        line-height:50px !important;
    }
    .carousel-indicators li {
        border: 1px solid #000;
    }
}

/*Video Control button*/
.video-control {
    top: auto;
    right: 20px;
    bottom: 10px;
    left: auto;
    position: absolute;
}

.video-control-button {
    width: 44px !important;
    height: 44px !important;
    min-height: 40px !important;
    border-radius: 50%;
    background-color: #fff !important;
    font-size: 24px;
    display: block;
    float: right;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    padding: 0 !important;
}
.video-control-button:hover {
    background-color: #ccc !important;
}

.video-control-button span {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-playpause {
    font-size: 10px !important;
}

.fa-playpause:before {
    content: "\f04b";
}

.fa-playpause:after {
    content: "\f04c";
}

