﻿*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.p-t-left{width: 780px;float: left;}
.p-t-right{width: 390px;float: right;}
.p-t-right .btn{text-align:center;padding-top: 85px;padding-bottom: 35px;}
.p-t-right .btn a{padding: 8px 35px;background: #142957;color:#fff;border-radius:5px;}

#wrapper-sliderTv {
    float: right;
    position: relative;
    width: 390px;
    height: 600px;
    overflow: hidden;padding: 15px 0;margin-bottom: 25px;
}

#sliderTV {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    height: 500px;
}

.sliderTV__item {
    width: inherit;
    height: 390px;
    opacity: 0.3;
}

    .sliderTV__item img {
        width: 390px;
        height: 390px;
        cursor: pointer;
    }

    .sliderTV__item h1 {
        font-size: 30px;
        color: whitesmoke;
        text-shadow: 1px 1px 2px rgba(20, 20, 20, 1);
    }

    .sliderTV__item p {
        font-size: 20px;
        color: whitesmoke;
    }

.sliderTV__item__visual {
    position: absolute;
    top: 0;
    left: 0;
}

.sliderTV__item__caption {
    position: absolute;
    top: 0;
    left: 320px;
    width: 560px;
}

.sliderTV--focus {
    opacity: 1;
}

    .sliderTV--focus img {
    }

.movie img {
    width: 280px;
}

.sliderTV__bullets {
    position: absolute;
    top: 470px;
    width: inherit;
    height: 25px;
    text-align: center;
}

.sliderTV__bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 4px;
    border-radius: 2px;
    background-color: darkgray;
    -webkit-box-shadow: inset 2px 2px 10px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 2px 2px 10px 2px rgba(0,0,0,0.5);
    box-shadow: inset 2px 2px 10px 2px rgba(0,0,0,0.5);
}

.sliderTV__bullet--active {
    background-color: rgb(255, 106, 26);
}

.sliderTV__prev,
.sliderTV__next ,{
    font-size: 120px;
    color: rgb(128, 128, 128);
    cursor: pointer;
}
#sliderTV__mask-up,
#sliderTV__mask-down{
    font-size: 50px;
    color: rgb(128, 128, 128);
    cursor: pointer;
}

.sliderTV__prev {
    position: absolute;
    top: 110px;
    left: -100px;
    width: 50px;
}

.sliderTV__next {
    position: absolute;
    top: 110px;
    left: 950px;
    width: 50px;
}


#sliderTV__mask-up {
    background: url(../images/arrows-up.jpg) no-repeat center center #fff;
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    height: 35px;
    cursor: pointer;
    text-align: center;
}

#sliderTV__mask-down {
    background: url(../images/arrows-down.jpg) no-repeat center center #fff;
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    height: 35px;
    cursor: pointer;
    text-align: center;
}

#help {
    position: fixed;
    right: 40px;
    top: 300px;
    width: 250px;
    background-color: #3B3B3B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #8A8A8A;
    -webkit-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.75);
    -moz-animation: fadeOut 1s ease-in 15s forwards;
    -webkit-animation: fadeOut 1s ease-in 15s forwards;
    -o-animation: fadeOut 1s ease-in 15s forwards;
    animation: fadeOut 1s ease-in 15s forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

#help__input {
    opacity: 0.6;
}
