/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: 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;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.modal {
    max-width: 100% !important;
}

.modal-body {
    box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
}

.iframe-container,
.iframe-container iframe {
    width: 100%;
    height: 100%;

    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.fixed iframe {
    width: 0;
    height: 0;

    min-width: 100%;
    min-height: 100%;
}
.modal-body {
    width: 640px; height: 360px;
}

.modal-body {
    width: 100% !important;
    height:100% !important;
}
@media only screen and (max-width: 568px)
{
    .rwd .modal-body {
        width: 320px; height: 180px;
    }
}

@media only screen and (min-width: 569px) and (max-width: 965px)
{
    .rwd .modal-body {
        width: 480px; height: 270px;
    }
}

@media only screen and (min-width: 968px) and (max-width: 1023px) {
    .rwd .modal-body {
        width: 640px;
        height: 360px;
    }
}

.scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

.no-scrollbar {
    position: relative;
}

.no-scrollbar iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.no-scrollbar {
    -ms-overflow-style: none;
}


.scale {
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.modal-dialog {
    width: 80% !important;
    max-width: 80% !important;
    margin: auto !important;
    margin-top: 30px !important;
    height: 100% !important;
}

.modal-content {
    height: 80%;
    width: 100vw;
}
iframe {
    width: 1px !important;
    min-width: 100% !important;
    *width: 100% !important;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .scale.x2 {
        width: 100% !important;
        height: 100% !important;

        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
        margin-top: 30px !important;
        height: 100% !important;
    }

    .modal-body {
        padding:0px !important;
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .scale.x2 {
        width: 100% !important;
        height: 100% !important;

        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
        margin: auto !important;
        margin-top: 30px !important;
        height: 100% !important;
    }

    .modal-body {
        padding:0px !important;
    }
}
