﻿/* GALLERY */
.auto .auto-gallery {
    padding-bottom: 55px;
    width: 1025px;
    position: relative;
    left: 2px;
}
    .auto .auto-gallery.auto-gallery-video {
        width: auto;
        left: 0;
    }
        .auto .auto-gallery.auto-gallery-video .auto-gallery-iframe-wrap {
            position: relative;
            padding-bottom: 54%;
            padding-top: 25px;
            height: 0px;
        }
            .auto .auto-gallery.auto-gallery-video .auto-gallery-iframe-wrap iframe {
                z-index: 2;
            }
            .auto .auto-gallery.auto-gallery-video .auto-gallery-iframe-wrap iframe {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
            }
            .auto .auto-gallery.auto-gallery-video .video-gallery-modal {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: #fff;
            }
            .auto .auto-gallery.auto-gallery-video .video-gallery-modal .carousel-inner {
                padding-top: 10px;
            }
            .auto .auto-gallery .item:nth-child(1) .auto-gallery-item .auto-gallery-img,
            .auto .auto-gallery .item:nth-child(2) .auto-gallery-item .auto-gallery-img {
                float: left;
            }
            .auto .auto-gallery .item:nth-child(3) .auto-gallery-item .auto-gallery-img,
            .auto .auto-gallery .item:nth-child(4) .auto-gallery-item .auto-gallery-img {
                float: right;
            }
            
    .auto .auto-gallery .col-xs-8.auto-gallery-col {
        width: 66.6666%;
        padding: 0;
    }
    .auto .auto-gallery .col-xs-4.auto-gallery-col {
        width: 33.3333%;
        padding: 0;
    }
    .auto .auto-gallery .col-xs-6.auto-gallery-col,
    .auto .auto-gallery .col-xs-6.auto-gallery-col.auto-gallery-col-parent {
        width: 50%;
        padding: 0;
    }
        .auto .auto-gallery .col-xs-4.auto-gallery-col:nth-child(3) {
            clear: both;
        }
    .auto .auto-gallery.auto-gallery-video .col-xs-6.auto-gallery-col {
        width: 50%;
        padding: 0;
    }
        .auto .auto-gallery.auto-gallery-video .auto-gallery-item .auto-gallery-copy {
            padding: 40px 20px;
        }
    .auto .auto-gallery .auto-gallery-item {
        position: relative;
        width: 100%;
        cursor: pointer;
        float: left;
        border: 1px solid #FFF;
        border-top: 2px solid #FFF;
        border-bottom: 2px solid #FFF;
        margin: -2px;
    }
.auto .negative .auto-gallery .auto-gallery-item,
.auto .auto-gallery .negative .auto-gallery-item {
    border: 1px solid #000;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
        .auto .auto-gallery.auto-gallery-2x2 .auto-gallery-item {
            width: 50%;
            display: block;
            float: left;
            border: 2px solid #FFF;
        }
        .auto .auto-gallery .auto-gallery-item .auto-gallery-img {
            position: relative;
        }
        .auto .auto-gallery .auto-gallery-item .auto-gallery-img .overlay {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: rgba(0,0,0,0.6);
        }
        .auto .auto-gallery .auto-gallery-item .auto-gallery-item-plus {
            position: absolute;
            bottom: 10px;
            left: 10px;
            z-index: 2;
            width: 30px;
            height: 30px;
            background-image: URL("/Public/img/model-page-responsive/ico/plus-negative.png");
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            opacity: 1;
        }
        .auto .auto-gallery .auto-gallery-item .auto-gallery-item-plus-hover {
            position: absolute;
            bottom: 10px;
            left: 10px;
            z-index: 2;
            width: 30px;
            height: 30px;
            background-image: URL("/Public/img/model-page-responsive/ico/plus-negative-hover.png");
            background-repeat: no-repeat;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            opacity: 0;
        }
.auto .negative .auto-gallery .auto-gallery-item .auto-gallery-item-plus,
.auto .auto-gallery .negative .auto-gallery-item .auto-gallery-item-plus {
    background-image: URL("/Public/img/model-page-responsive/ico/plus-positive.png");
}
.auto .negative .auto-gallery .auto-gallery-item .auto-gallery-item-plus-hover,
.auto .auto-gallery .negative .auto-gallery-item .auto-gallery-item-plus-hover {
    background-image: URL("/Public/img/model-page-responsive/ico/plus-positive-hover.png");
}
            .auto .auto-gallery .auto-gallery-item:hover .auto-gallery-item-plus {
                opacity: 0;
            }
            .auto .auto-gallery .auto-gallery-item:hover .auto-gallery-item-plus-hover {
                opacity: 1;
            }
    .auto .auto-gallery .auto-gallery-play-hover,
    .auto .auto-gallery .auto-gallery-play {
        display: block;
        position: absolute;
        width: 60px;
        height: 59px;
        top: calc(50% - 29.5px);
        left: calc(50% - 30px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-image: URL("/Public/img/model-page-responsive/ico/smallplay-negative.png");
        opacity: 1;
    }
        .auto .auto-gallery .auto-gallery-play-hover {
            background-image: URL("/Public/img/model-page-responsive/ico/smallplay-negative-hover.png");
            opacity: 0;
        }
        .auto .auto-gallery .auto-gallery-item:hover .auto-gallery-play-hover {
            opacity: 1;
        }
.auto .negative .auto-gallery .auto-gallery-play,
.auto .auto-gallery .negative .auto-gallery-play {
    background-image: URL("/Public/img/model-page-responsive/ico/smallplay-positive.png");
}
.auto .negative .auto-gallery .auto-gallery-play-hover,
.auto .auto-gallery .negative .auto-gallery-play-hover {
    background-image: URL("/Public/img/model-page-responsive/ico/smallplay-positive-hover.png");
}        
    .auto .auto-gallery .auto-gallery-controls {
        position: relative;
        clear: both;
        height: 55px;
        width: 100%;
        max-width: 1024px;
        left: -2px;
        z-index: 2;
    }
        .auto .auto-gallery .auto-gallery-controls .auto-gallery-left,
        .auto .auto-gallery .auto-gallery-controls .auto-gallery-right,
        .auto .auto-gallery .video-gallery-modal .auto-gallery-left,
        .auto .auto-gallery .video-gallery-modal .auto-gallery-right {
            opacity: 1;
            position: absolute;
            left: 15px;
            top: calc(50% - 13px);
            width: 15px;
            height: 27px;
            background-image: URL("/Public/img/model-page-responsive/ico/arrow-left-positive.png");
        }
        .auto .auto-gallery .video-gallery-modal .auto-gallery-left {
            left: 0;
        }
        .auto .auto-gallery .auto-gallery-controls .auto-gallery-right,
        .auto .auto-gallery .video-gallery-modal .auto-gallery-right {
            left: auto;
            right: 15px;
            background-image: URL("/Public/img/model-page-responsive/ico/arrow-right-positive.png");
        }
        .auto .auto-gallery .video-gallery-modal .auto-gallery-right {
            right: 0;
        }
.auto .negative .auto-gallery .auto-gallery-controls .auto-gallery-left,
.auto .auto-gallery .negative .auto-gallery-controls .auto-gallery-left {
    background-image: URL("/Public/img/model-page-responsive/ico/arrow-left-negative.png");
}
.auto .negative .auto-gallery .auto-gallery-controls.transparent .auto-gallery-left,
.auto .auto-gallery .negative .auto-gallery-controls.transparent .auto-gallery-left {
    background-image: URL("/Public/img/model-page-responsive/ico/arrow-left-negative-transparent.png");
}
.auto .negative .auto-gallery .auto-gallery-controls .auto-gallery-right,
.auto .auto-gallery .negative .auto-gallery-controls .auto-gallery-right {
    background-image: URL("/Public/img/model-page-responsive/ico/arrow-right-negative.png");
}
.auto .negative .auto-gallery .auto-gallery-controls.transparent .auto-gallery-right,
.auto .auto-gallery .negative .auto-gallery-controls.transparent .auto-gallery-right {
    background-image: URL("/Public/img/model-page-responsive/ico/arrow-right-negative-transparent.png");
}
            .auto .auto-gallery .video-gallery-modal .auto-gallery-left {
                background-image: URL("/Public/img/2016-739165/ico/wide/positive/arrow-left.png");
            }
            .auto .auto-gallery .video-gallery-modal .auto-gallery-right {
                background-image: URL("/Public/img/2016-739165/ico/wide/positive/arrow-right.png");
            }

    .auto .auto-gallery.carousel .carousel,
    .auto .auto-gallery .auto-gallery-controls {
        text-align: center;
    }
    .auto .auto-gallery .carousel .carousel-indicators {
        display: inline-block;
        bottom: -15px;
        position: relative;
        left: 11px;
        width: auto;
        margin-left: auto;
    }
        .auto .auto-gallery .carousel-indicators li {
            border: 2px solid #000;
            border-radius: 7px;
            margin: 0;
            background-color: #000;
            height: 8px;
            width: 8px;
            position: relative;
            margin-right: 25px;
        }
    .auto .negative .auto-gallery .carousel-indicators li,
    .auto .auto-gallery .negative .carousel-indicators li {
        border: 2px solid #FFF;
        background-color: #FFF;
    }
            .auto .auto-gallery .carousel-indicators li.active {
                border: 2px solid #000;
                background-color: #FFF;
                height: 14px;
                width: 14px;
                margin-right: 22px;
                margin-left: -3px;
                top: 3px;
            }
.auto .negative .auto-gallery .carousel-indicators li.active,
.auto .auto-gallery .negative .carousel-indicators li.active {
    border: 2px solid #FFF;
    background-color: #000;
}
                .auto .auto-gallery .carousel-indicators li.active .auto-gallery-inner-circle {
                    position: relative;
                    top: 2px;
                    left: 2px;
                    width: 6px;
                    height: 6px;
                    background-color: #000;
                    border: 1px solid #000;
                    border-radius: 7px;
                }
.auto .negative .auto-gallery .carousel-indicators li.active .auto-gallery-inner-circle,
.auto .auto-gallery .negative .carousel-indicators li.active .auto-gallery-inner-circle {
    background-color: #FFF;
    border: 1px solid #FFF;
}
            @media (min-width: 769px) {
                .auto .auto-gallery .carousel-indicators li:hover {
                    border: 2px solid #000;
                    background-color: #FFF;
                    height: 14px;
                    width: 14px;
                    margin-right: 22px;
                    margin-left: -3px;
                    top: 3px;
                }
                .auto .negative .auto-gallery .carousel-indicators li:hover,
                .auto .auto-gallery .negative .carousel-indicators li:hover {
                    border: 2px solid #FFF;
                    background-color: #000;
                }
                    .auto .auto-gallery .carousel-indicators li:hover .auto-gallery-inner-circle {
                        position: relative;
                        top: 2px;
                        left: 2px;
                        width: 6px;
                        height: 6px;
                        background-color: #000;
                        border: 1px solid #000;
                        border-radius: 7px;
                    }
                .auto .negative .auto-gallery .carousel-indicators li:hover .auto-gallery-inner-circle,
                .auto .auto-gallery .negative .carousel-indicators li:hover .auto-gallery-inner-circle {
                    background-color: #FFF;
                    border: 1px solid #FFF;
                }
            }
    .auto .auto-gallery .auto-modal .carousel-indicators {
        bottom: -50px;
    }
    .auto .auto-gallery .auto-modal .mobile-carousel-indicators {
        display: none;
    }
            
    .auto .auto-gallery .auto-modal .auto-gallery-controls {
        position: absolute;
        left: 0;
        top: 50%;
    }
        .auto .auto-gallery .auto-modal .auto-gallery-controls .auto-gallery-left {
            left: -30px;
        }
        .auto .auto-gallery .auto-modal .auto-gallery-controls .auto-gallery-right {
            right: -30px;
        }

    .auto .auto-gallery .auto-gallery-trigger-legal {
        margin-top: 7px;
    }
    
    .auto .auto-gallery .auto-modal {
        left: -2px;
    }
        .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus-hover,
        .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus {
            position: absolute;
            width: 30px;
            height: 30px;
            bottom: -40px;
            right: 75px;
            background-image: URL("/Public/img/model-page-responsive/ico/minus-negative-hover.png");
            z-index: 2;
            cursor: pointer;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }
        .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus-hover {
            background-image: URL("/Public/img/model-page-responsive/ico/minus-negative.png");
            z-index: 3;
            opacity: 0;
        }
            .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus:hover,
            .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus-hover:hover {
                opacity: 1;
            }

    .auto .auto-gallery.auto-simple-gallery .auto-gallery-controls > p {
        position: absolute;
        top: 18px;
        text-align: center;
        width: 100%;
    }

    /*.thin-gallary*/
    .auto .auto-gallery.thin-gallery .auto-gallery-left,
        .auto .auto-gallery.thin-gallery .auto-gallery-right {
            opacity: 1;
            position: absolute;
            left: 15px;
            top: calc(50% - 13px);
            width: 15px;
            height: 27px;
            background-image: URL("/Public/img/model-page-responsive/ico/arrow-left-positive.png");
            background-repeat: no-repeat;
            background-position: center center;
            z-index: 2;
            padding: 15px;
        }
        .auto .auto-gallery.thin-gallery .auto-gallery-right {
            left: auto;
            right: 15px;
            background-image: URL("/Public/img/model-page-responsive/ico/arrow-right-positive.png");
        }
        .auto .auto-gallery.thin-gallery .item {
            padding: 0 60px;
        }

.auto .auto-gallery .auto-radio-buttons {
    width: 100%;
    max-width: 385px;
}

.auto .auto-gallery.auto-gallery-arrows .auto-gallery-left,
.auto .auto-gallery.auto-gallery-arrows .auto-gallery-right {
    opacity: 1;
    position: absolute;
    left: -30px;
    top: calc(50% - 150px);
    width: 15px;
    height: 27px;
    background-image: URL("/Public/img/model-page-responsive/ico/arrow-left-positive.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    padding: 15px;
}

.auto .auto-gallery.auto-gallery-arrows .auto-gallery-right {
    left: auto;
    right: -30px;
    background-image: URL("/Public/img/model-page-responsive/ico/arrow-right-positive.png");
}

.auto .auto-gallery.auto-gallery-arrows .auto-gallery-controls,
.auto .auto-gallery.auto-gallery-arrows {
    max-width: none;
    width: 100%;
}
    .auto .auto-gallery.auto-gallery-arrows .item.temp-active {
        display: block;
    }
    .auto .auto-gallery.auto-gallery-arrows .auto-gallery-controls {
        margin-top: 13px;
        height: 34px;
    }
        .auto .auto-gallery.auto-gallery-arrows .auto-gallery-controls .carousel-indicators {
            left: -15px;
            width: calc(100% + 40px);
            margin-left: 0;
        }

@media (max-width: 1400px) {
    .auto .auto-gallery.auto-gallery-arrows .auto-gallery-left {
        left: 30px;
    }
    .auto .auto-gallery.auto-gallery-arrows .auto-gallery-right {
        right: 30px;
    }
}

@media (max-width: 1200px) {
    .auto .auto-gallery .carousel-indicators li,
    .auto .negative .auto-gallery .carousel-indicators li,
    .auto .auto-gallery .negative .carousel-indicators li {
        border-width: 4px;
        border-radius: 7px;
        height: 12px;
        width: 12px;
        margin-right: 10px;
        margin-left: 11px;
        line-height: 16px;
        top: 4px;
    }
    .auto .auto-gallery .carousel-indicators li:hover,
    .auto .auto-gallery .carousel-indicators li.active {
        border-width: 2px;
        height: 16px;
        width: 16px;
        margin-right: 8px;
        margin-left: 9px;
        top: 6px;
        margin-top: -1px;
    }
    .auto .auto-gallery .carousel-indicators li:hover .auto-gallery-inner-circle,
    .auto .auto-gallery .carousel-indicators li.active .auto-gallery-inner-circle {
        top: 3px;
        left: 3px;
    }
}

@media (max-width: 1054px) {
    .auto .auto-gallery {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .auto .auto-gallery {
        left: -2px;
        width: calc(100% + 4px);
        padding-bottom: 40px;
    }
        .auto .auto-gallery:not(.carousel) {
            padding-bottom: 0;
        }
        .auto .auto-gallery .col-xs-8.auto-gallery-col {
            width: 100%;
            padding: 0;
        }
        .auto .auto-gallery .col-xs-6.auto-gallery-col.auto-gallery-col-parent {
            width: 100%;
            padding: 0;
        }
        .auto .auto-gallery .col-xs-4.auto-gallery-col {
            width: 50%;
            padding: 0;
            clear: none !important;
        }
        .auto .auto-gallery .auto-gallery-item {
            border: 1px solid #FFF !important;
            margin: 0 !important;
            padding: 0 !important;
        }
        .auto .auto-gallery .col-xs-8.auto-gallery-col .auto-gallery-item {
            border-top: 2px solid #FFF !important;
            border-bottom: 2px solid #FFF !important;
        }
        .auto .auto-gallery.auto-gallery-video .auto-gallery-item {
            border: 0 !important;
        }
        .auto .auto-gallery .auto-gallery-item .auto-gallery-item-plus-hover {
            display: none;
        }
        .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus-hover,
        .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus {
            bottom: -60px;
            right: 15px;
        }
        .auto .auto-gallery .auto-modal .modal-header .auto-gallery-item-minus-hover:hover {
            opacity: 0;
        }
        .auto .auto-gallery .auto-gallery-item .auto-gallery-item-plus {
            width: 25px;
            height: 25px;
            background-size: 25px;
            bottom: 5px;
        }
            .auto .auto-gallery .auto-gallery-item:hover .auto-gallery-item-plus {
                opacity: 1;
            }

    .auto .auto-gallery.auto-gallery-video .item > .col-xs-6.auto-gallery-col {
        width: 100%;
    }
    
    .auto .auto-gallery.auto-gallery-video .auto-gallery-item .auto-gallery-copy {
        padding: 40px 10px;
    }
        .auto .auto-gallery.auto-gallery-video .auto-gallery-item .auto-gallery-copy h3 {
            font-size: 18px;
            line-height: 18px;
        }
        .auto .auto-gallery.auto-gallery-video .auto-gallery-item .auto-gallery-copy p {
            font-size: 16px;
            line-height: 18px;
            padding-top: 9px;
        }
    
    .auto .auto-gallery.auto-gallery-video {
        margin: 0 -20px;
        width: calc(100% + 40px);
        left: 0;
    }
        .auto .auto-gallery.auto-gallery-video img {
            width: 100%;
        }

    .auto .auto-gallery .auto-modal .carousel-indicators {
        display: none;
    }
        .auto .auto-gallery .auto-modal .mobile-carousel-indicators {
            display: block;
            position: absolute;
            width: 100%;
            padding: 20px;
        }
    .auto .auto-modal .modal-content .modal-header {
        padding: 0;
    }
    .auto .auto-gallery .auto-modal .auto-gallery-modal-close {
        bottom: -10px;
        right: 15px;
    }
    .auto .auto-gallery .auto-modal .modal-content .modal-body {
        padding: 20px 0 0 0;
    }
        .auto .auto-gallery .auto-modal .modal-content .modal-body .carousel {
            padding-bottom: 60px;
        }
            .auto .auto-gallery .auto-modal .carousel .auto-gallery-controls {
                top: auto;
                bottom: 0;
            }
                .auto .auto-gallery .auto-modal .auto-gallery-controls .auto-gallery-left {
                    left: 10px;
                }
                .auto .auto-gallery .auto-modal .auto-gallery-controls .auto-gallery-right {
                    right: 10px;
                }
    .auto .auto-gallery .item:nth-child(2) .auto-gallery-item .auto-gallery-img,
    .auto .auto-gallery .item:nth-child(4) .auto-gallery-item .auto-gallery-img {
        float: right;
    }
    .auto .auto-gallery .item:nth-child(2) .auto-gallery-item .auto-gallery-copy {
        padding: 33px 10px;
    }
    .auto .auto-gallery .item:nth-child(1) .auto-gallery-item .auto-gallery-img,
    .auto .auto-gallery .item:nth-child(3) .auto-gallery-item .auto-gallery-img {
        float: left;
    }
    .auto .auto-gallery .video-gallery-modal .auto-gallery-left {
        left: 10px;
    }
    .auto .auto-gallery .video-gallery-modal .auto-gallery-right {
        right: 10px;
    }

    .auto .auto-gallery .carousel .carousel-indicators {
        left: 0;
        max-width: calc(100% - 70px);
    }

    .auto .auto-gallery.auto-gallery-2x2 .auto-gallery-item {
        width: 100%;
    }

    .auto .auto-gallery .auto-radio-buttons {
        max-width: none;
    }

    .auto .auto-gallery.auto-gallery-arrows .auto-gallery-left {
        left: -5px;
    }
    .auto .auto-gallery.auto-gallery-arrows .auto-gallery-right {
        right: -5px;
    }
}