﻿.h100 {
    height: 100% !important;
}


.fancy-slider .row {
    position: relative;
    z-index: 1;
}

    .fancy-slider .row:hover {
        z-index: 2;
    }

.fancy-box-md {
    height: 65%;
    position: relative;
    z-index: 1;
}

    .fancy-box-md:hover {
        z-index: 2;
    }

        .fancy-box-md:hover .fancy-slider-content {
            top: -7.5%;
            left: -8%;
            width: 116%;
            height: 169.3%;
        }




.fancy-box-sm {
    height: 35%;
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}

    .fancy-box-sm:hover {
        z-index: 2;
    }

        .fancy-box-sm:hover .fancy-slider-content {
            top: -199.5%;
            left: -16%;
            width: 232%;
            height: 314.3%;
        }

    .fancy-box-sm.right-box:hover .fancy-slider-content {
        top: -199.5%;
        left: -116%;
        width: 232%;
        height: 314.3%;
    }

.fancy-box-lg {
    height: 100%;
    position: relative;
    z-index: 1;
}

    .fancy-box-lg:hover {
        z-index: 2;
    }

        .fancy-box-lg:hover .fancy-slider-content {
            top: -5%;
            left: -8%;
            width: 116%;
            height: 110%;
        }

.fancy-slider-content {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all linear 0.2s;
    -webkit-box-shadow: 0 0 0 0 #dedede;
    -webkit-box-shadow: 0 0 0 0 rgba(196,196,196,0.5);
    -moz-box-shadow: 0 0 0 0 #dedede;
    -moz-box-shadow: 0 0 0 0 rgba(196,196,196,0.5);
    box-shadow: 0 0 0 0 #dedede;
    box-shadow: 0 0 0 0 rgba(196,196,196,0.5);
}


    .fancy-slider-content:hover {
        -webkit-box-shadow: 6px 6px 5px 0 #dedede;
        -webkit-box-shadow: 6px 6px 5px 0 rgba(196,196,196,0.5);
        -moz-box-shadow: 6px 6px 5px 0 #dedede;
        -moz-box-shadow: 6px 6px 5px 0 rgba(196,196,196,0.5);
        box-shadow: 6px 6px 5px 0 #dedede;
        box-shadow: 6px 6px 5px 0 rgba(196,196,196,0.5);
    }

.fancy-slider-content {
    background: white;
}

    .fancy-slider-content img {
        position: absolute;
        width: 100%;
        opacity: 1;
        transition: all linear 0.2s;
        height: auto;
    }

    .fancy-slider-content:hover img {
        position: absolute;
        width: 100%;
        opacity: 0.6;
        height: auto;
    }

    .fancy-slider-content .fancy-content {
        position: absolute;
        z-index: 2;
        width: 80%;
        transition: all linear 0.2s;
        bottom: 8px;
        left: 8px;
    }

.fancy-box-sm .fancy-slider-content .fancy-content {
    width: 88%;
}



@media (max-width:767px) {
    .fancy-box-md:hover .fancy-slider-content, .fancy-box-lg:hover .fancy-slider-content, .fancy-box-sm:hover .fancy-slider-content {
        top: 0;
        left: 0;
        width: 100%;
        height: 159%;
    }

    .fancy-box-lg:hover .fancy-slider-content {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .fancy-box-sm.right-box:hover .fancy-slider-content {
        top: -199.5%;
        left: -100%;
        width: 200%;
        height: 314.3%;
    }

    .fancy-box-sm:hover .fancy-slider-content {
        top: -199.5%;
        left: 0;
        width: 200%;
        height: 300.3%;
    }

    .fancy-slider {
        height: 290px;
    }
}

.fancy-content h1 {
    font-size: 18px;
    display: inline-block;
    text-overflow: ellipsis;
}

    .fancy-content h1:after {
        content: '...';
        display: inline-block;
    }

.fancy-content:hover h1:after {
    content: '';
    display: inline-block;
}

.fancy-slider-content:hover .fancy-content {
    padding: 15px !important;
}

.fancy-box-lg .fancy-slider-content .fancy-content, .fancy-box-md .fancy-slider-content .fancy-content {
    /*height: 70px;*/
    padding: 5px 10px;
    overflow: hidden;
}

.fancy-box-sm .fancy-slider-content .fancy-content {
    height: 38px;
    padding: 10px;
    overflow: hidden;
}

.fancy-box-sm .fancy-content h1 {
    height: 19px;
    overflow: hidden;
}

.fancy-box-sm .fancy-content h4 {
    margin: 0;
    overflow: hidden;
    height: 20px;
}

.fancy-box-sm .fancy-slider-content:hover .fancy-content h1, .fancy-box-sm .fancy-slider-content:hover .fancy-content h4 {
    height: auto;
    margin: 5px 0;
}


.fancy-box-sm .fancy-content h1:after {
    content: '...';
    display: inline-block;
}


.fancy-slider-content:hover .fancy-content {
    width: 80%;
    height: auto;
}

.fancy-slider-content .fancy-content a {
    display: block;
    /*position: absolute;
    bottom: 24px;*/
    color: white;
    opacity: 0;
}

.fancy-slider-content:hover .fancy-content a {
    display: block;
    opacity: 1;
    transition-delay: 1s;
    transition: opacity linear 0.5s;
}

.fancy-slider-content .fancy-content p {
    display: none;
    height: 0;
    transition: all linear 0.2s;
    overflow: hidden;
    color: white;
    line-height: 16px;
}

.fancy-slider-content:hover .fancy-content p {
    display: block;
}

.fancy-slider-content:hover .fancy-content p {
    height: auto;
}

.fancy-magenta .fancy-slider-content .fancy-content {
    background-color: rgb(63, 143, 154);
    background-color: rgba(63, 143, 154, 0.8);
}

.fancy-magenta2 .fancy-slider-content .fancy-content {
    background-color: rgb(226, 0, 116);
    background-color: rgba(226, 0, 116, 0.8);
}

.fancy-magenta-light .fancy-slider-content .fancy-content {
    background-color: rgb(159, 76, 151);
    background-color: rgba(159, 76, 151,0.8);
}

.fancy-blue .fancy-slider-content .fancy-content {
    background-color: rgb(70, 123, 171);
    background-color: rgba(70, 123, 171, 0.8);
}

.fancy-orange .fancy-slider-content .fancy-content {
    background-color: rgb(159, 76, 151);
    background-color: rgba(159, 76, 151,0.8);
}

.fancy-magenta .news-arrow {
    background-color: rgb(63, 143, 154);
    background-color: rgba(63, 143, 154, 0.8);
    left: 84%;
    bottom: 8px;
}

.fancy-magenta2 .news-arrow {
    background-color: rgb(226, 0, 116);
    background-color: rgba(226, 0, 116, 0.8);
    left: 84%;
    bottom: 8px;
}

.fancy-magenta-light .news-arrow {
    background-color: rgb(159, 76, 151);
    background-color: rgba(159, 76, 151,0.8);
    left: 84%;
    bottom: 8px;
}

.fancy-blue .news-arrow {
    background-color: rgb(70, 123, 171);
    background-color: rgba(70, 123, 171, 0.8);
    left: 84%;
    bottom: 8px;
}

.fancy-orange .news-arrow {
    background-color: rgb(159, 76, 151);
    background-color: rgba(159, 76, 151,0.8);
    left: 84%;
    bottom: 8px;
}

@media screen and (min-width: 1200px) {
    .fancy-slider {
        margin-top: 10px;
        height: 350px;
        position: relative;
    }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .fancy-slider {
        margin-top: 10px;
        /*background-color: white;*/
        height: 265px;
        position: relative;
    }

        .fancy-slider h1 {
            font-size: 18px;
            color: white;
            margin-top: 5px;
            font-family: tele-groteskhalregular;
            text-transform: uppercase;
        }
}

@media screen and (max-width: 768px) {
    .fancy-slider {
        margin-top: 10px;
        /*background-color: white;*/
        height: 0;
        position: relative;
    }

        .fancy-slider .h100 {
            height: 100% !important;
            padding: 0;
            /*background-color: white;*/
        }

    .row.h100 {
        margin: 0;
    }

    .fancy-slider h1 {
        font-size: 16px;
        color: white;
        margin-top: 5px;
        font-family: tele-groteskhalregular;
        text-transform: uppercase;
    }
}























































/*slide*/
.slider {
    margin-top: 10px;
}

/*.slider .col-xs-6.one:hover, .slider .col-xs-6.two:hover, .slider .col-xs-6.three:hover, .slider .col-xs-12:hover .slide.blue, .slider .col-xs-12:hover .slide.top {
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 353px;
        z-index: 5;
        box-shadow: 5px 5px 5px #aaa;
        box-shadow: 5px 5px 5px rgba(0,0,0, .3);
        -webkit-transition: box-shadow 0.2s ease-in;
        -moz-transition: box-shadow 0.2s ease-in;
        -ms-transition: box-shadow 0.2s ease-in;
        -o-transition: box-shadow 0.2s ease-in;
        transition: box-shadow 0.2s ease-in;
    }*/

/*.slider .col-xs-6.one:hover .slide.bottom, .slider .col-xs-6.two:hover .slide.bottom, .slider .col-xs-6.three:hover .slide.bottom,
        .slider .col-xs-6.one:hover .slide.bottom .slImg, .slider .col-xs-6.two:hover .slide.bottom .slImg, .slider .col-xs-6.three:hover .slide.bottom .slImg, .slider .col-xs-12.big:hover .slide.top .slImg {
            height: 353px !important;
            overflow: visible;
            -webkit-transition: all 0.2s ease-in, background 0 initial;
            -moz-transition: all 0.2s ease-in, background 0 initial;
            -ms-transition: all 0.2s ease-in, background 0 initial;
            -o-transition: all 0.2s ease-in, background 0 initial;
            transition: all 0.2s ease-in, background 0 initial;
        }*/

.slide, .slider {
    position: relative;
}

.big {
    min-height: 225px;
}


.slider:hover .slide {
    opacity: 0.3;
    transition: opacity ease-in-out 0.3s;
}

    .slider:hover .slide:hover {
        opacity: 1;
        transition: opacity ease-in-out 0.3s;
        z-index: 9;
        box-shadow: 5px 5px 5px #aaa;
        box-shadow: 5px 5px 5px rgba(0,0,0, .3);
    }

.slide .title-box {
    position: absolute;
    bottom: 10px;
    width: 75%;
    left: 10px;
    padding: 10px;
    right: auto;
    transition: top ease-in-out 0.3s;
}

.slide:hover .title-box {
    position: absolute;
    bottom: 10px;
    width: 75%;
    left: 10px;
    padding: 10px;
    top: 10px !important;
    right: auto;
}


/*.slide:hover .title-box {
        padding: 30px;
    }*/

/*.slide:hover {
        position: absolute;
        z-index: 5;
    }*/

/*.slider .col-xs-6:hover .slide .title-box, .slider .col-xs-12:hover .slide .title-box {
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        position: relative;
        height: 353px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }*/

.slide .title-box h1, .slide .title-box a, .slide .title-box p, /*.slide .title-box a:hover,*/ .slide .title-box a:focus {
    color: white !important;
}

.slide .title-box h1 {
    text-transform: none;
    font-size: 18px;
    margin: 0;
}

.slide .title-box p {
    text-transform: none;
    font-size: 17px;
    margin: 30px 0;
}

.slide:hover .title-box p {
    display: block;
}

.slide .title-box a {
    display: block;
}

.slide:hover .title-box a {
    display: block;
    position: absolute;
    bottom: 8px;
}

.slide.magenta .title-box {
    background-color: #e46ba7;
    background-color: rgba(230,0,150,0.6);
}

.slide.blue .title-box {
    background-color: #7fc4e8;
    background-color: rgba(100,185,230,0.6);
}

.slide.orange .title-box {
    background-color: #fee3a4;
    background-color: rgba(255,210,105,0.6);
}

.slide .slImg {
    position: relative;
}

.slide.top .slImg {
    height: 225px;
    overflow: hidden;
}

.slide.blue .slImg {
    height: 353px;
    overflow: hidden;
}

.slide.bottom .slImg {
    height: 128px;
    overflow: hidden;
}


.slide.blue img {
    width: 100%;
    height: 100%;
}

.slide.top .slImg img {
    margin-top: -60px;
}

.slide.bottom {
    height: 128px;
    overflow: hidden;
}

    .slide.bottom .slImg img {
        margin-top: -40px;
    }

    .slide.bottom a, .slide p {
        display: none;
    }

/*.slide.bottom:hover a, .slide:hover p {
            display: block;
        }*/

.slImg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% !important;
}

    .slImg:hover {
        height: 395px !important;
    }

.news-arrow {
    position: absolute;
    bottom: 10px;
    left: 80%;
    width: 35px;
    height: 73px;
    background-image: url(../images/news-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}


.fancy-box-sm .news-arrow {
    display: none;
}

.fancy-box-sm:hover .news-arrow {
    display: block;
}

.slide.magenta .news-arrow {
    background-color: #e46ba7;
    background-color: rgba(230,0,150,0.7);
}

.slide.blue .news-arrow {
    background-color: #7fc4e8;
    background-color: rgba(100,185,230,0.7);
}

/*.slide:hover .news-arrow {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.slide.blue:hover .news-arrow {
    background-color: #5592be;
    background-color: rgba(90,150,190,0.6);
}

.slide.magenta:hover .news-arrow {
    background-color: #c50264;
    background-color: rgba(185,5,95,0.7);
}

.slide.orange:hover .news-arrow {
    background-color: #fee3a4;
    background-color: rgba(250,220,145,0.6);
}*/

.slide.orange .news-arrow {
    background-color: #fee3a4;
    background-color: rgba(255,210,105,0.7);
}

.slide.bottom .news-arrow {
    display: none;
}

/*.slide.bottom:hover .news-arrow {
    display: block;
}*/

.center-iphone-button {
    padding: 10px;
    background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(150, 150, 150);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(150, 150, 150);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(150, 150, 150);
    cursor: pointer;
    direction: ltr;
    /* display: block; */
    float: none;
    font-family: 'Myriad Set Pro', Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 31px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: auto;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: -webkit-transform, opacity;
    -o-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: -webkit-transform, opacity;
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 15;
    -ms-zoom: 1;
    zoom: 1;
    font-size: 14px;
    padding: 0px 40px;
    border: 1px solid #C5C5C5;
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -52px;
}

    .center-iphone-button:hover {
        text-decoration: none;
        background: transparent;
        color: rgb(150, 150, 150);
    }



@media (max-width:768px) {
    .center-iphone-button {
        display: none;
    }
}

.left-iphone-button {
    padding: 10px;
    background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(150, 150, 150);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(150, 150, 150);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(150, 150, 150);
    cursor: pointer;
    direction: ltr;
    /* display: block; */
    float: none;
    font-family: 'Myriad Set Pro', Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 31px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: auto;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: -webkit-transform, opacity;
    -o-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: -webkit-transform, opacity;
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 15;
    -ms-zoom: 1;
    zoom: 1;
    font-size: 14px;
    padding: 0px 40px;
    border: 1px solid #C5C5C5;
    position: absolute;
    /*top: 70%;
    left: 50%;
    margin-left: -52px;
        left: 50% !important;
    margin-left: -120px !important;*/
    left: 71% !important;
    top: 55%;
}

    .left-iphone-button:hover {
        text-decoration: none;
        background: transparent;
        color: rgb(150, 150, 150);
    }

.right-iphone-button {
    padding: 10px;
    background-attachment: scroll;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    -moz-background-origin: padding-box;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(150, 150, 150);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(150, 150, 150);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(150, 150, 150);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(150, 150, 150);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(150, 150, 150);
    cursor: pointer;
    direction: ltr;
    /* display: block; */
    float: none;
    font-family: 'Myriad Set Pro', Arial;
    font-size: 12px;
    font-weight: normal;
    height: 32px;
    line-height: 31px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: auto;
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-transition-property: -webkit-transform, opacity;
    -o-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: -webkit-transform, opacity;
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 15;
    -ms-zoom: 1;
    zoom: 1;
    font-size: 14px;
    padding: 0px 40px;
    border: 1px solid #C5C5C5;
    position: absolute;
    top: 70%;
            right: 50% !important;
    /*margin-right: -175px !important;*/
    margin-right: -63px;
}

    .right-iphone-button:hover {
        text-decoration: none;
        background: transparent;
        color: rgb(150, 150, 150);
    }
/*end slide*/
