

#videos div iframe p {
    box-sizing: border-box;
    background: 0 0;
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    color: #FFF;
    font: 14px 'Source Sans Pro', sans-serif
}

#videos .centerYouTube {
    position: relative;
    margin: 0 auto;
    width: 1220px
}
#videos {
    background: #004077 ;
    clear: both;
    /*float: left;*/
    width: 100%;
    height: 680px;
    position: relative
}
#videos .player {
    float: left;
    width: 760px;
    height: 430px;
    margin: 59px 40px 0px 0px
}
#videos .player p {
    background: url(../img/icons/youtube-icon.png) no-repeat;
    /*padding: 50px 0 0;*/
    padding: 0px 0 0 63px;
    /*height: 123px;*/
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
	color: #FFF;
}
#videos .player p strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    line-height: 100%
}
#videos .player #player-container {
    position: relative;
    z-index: 1;
    width: 760px;
    height: 430px;
    overflow: hidden
}
#videos .player #player-container iframe {
    background: #000;
    border: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%
}

#videos .player #player-container img {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 50%;
    width: 100%;
    cursor: pointer;
    transform: translateY(-50%)
}

#videos .list-videos {
    float: left;
    width: 420px;
    /*margin-top: 172px*/
    margin-top: 130px
}

#videos .list-videos .loader {
    margin: 10px 0 0 10px;
    font-size: 13px
}

#videos .list-videos .item {
    float: left;
    width: 200px;
    height: 100px;
    margin: 10px 0 0 10px;
    overflow: hidden;
    position: relative;
    transition: transform .25s
}

#videos .list-videos .item img {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

#videos .list-videos .item .bt-video {
    background: rgba(0, 0, 0, .5) url(../img/icons/ico-play.png) no-repeat center center;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .25s
}

#videos .list-videos .item .vid:hover .bt-video {
    background-color: transparent
}

#videos .list-videos .item .active .bt-video {
    opacity: .5;
    background-color: transparent
}

#videos .vjs-default-skin .vjs-control-bar {
    height: 45px;
    padding-top: 0
}

#videos .vjs-default-skin .vjs-big-play-button {
    background-position: center center
}
@media screen and (max-width: 1024px)  {
    #videos {
        background: #004077 url(../img/bg-videos.png) repeat-x;
        clear: both;
        /*float: left;*/
        width: 100%;
        height: 480px;
        position: relative
    }

    #videos .player {
        float: left;
        width: 560px;
        height: 350px;
        margin: 10px 40px 0px 0px
    }

    #videos .player #player-container {
        position: relative;
        z-index: 1;
        width: 560px;
        height: 350px;
        overflow: hidden
    }

    #videos .player p {
        background: url(../img/icons/youtube-icon.png) no-repeat;
        /*padding: 50px 0 0;*/
        padding: 10px 0 0 63px;
        /*height: 123px;*/
        font-size: 16px;
        line-height: 140%;
        text-transform: none;
        font-family: Raleway, Arial, sans-serif;
        font-weight: 600;
        color: #FFF;
    }

    #videos .player p strong {
        display: block;
        font-size: 28px;
        font-weight: 700;
        font-style: italic;
        line-height: 100%;
        color: #FFF;
        font-family: Raleway, Arial, sans-serif;
    }

    #videos .list-videos .item {
        float: left;
        width: 160px;
        height: 80px;
        margin: 10px 0 0 10px;
        overflow: hidden;
        position: relative;
        transition: transform .25s
    }
    #videos .list-videos {
        float: left;
        width: 360px;
        /*margin-top: 172px*/
        margin-top: 92px
    }

    #videos .centerYouTube {
        position: relative;
        margin: 0 auto;
        width: 1000px
    }
}
@media screen and (max-width: 990px)  {
    #videos {
        background: #fff ;
        clear: both;
        /*float: left;*/
        width: 100%;
        height: 680px;
        position: relative
    }

    #videos .player p {
        background: url(../img/icons/youtube-icon.png) no-repeat;
        /*padding: 50px 0 0;*/
        padding: 0px 0 0 63px;
        /*height: 123px;*/
        font-size: 16px;
        line-height: 140%;
        text-transform: none;
        font-family: Raleway, Arial, sans-serif;
        font-weight: 600;
        color: #000;
    }

    #videos .player p strong {
        display: block;
        font-size: 28px;
        font-weight: 700;
        font-style: italic;
        line-height: 100%;
        color: #000;
        font-family: Raleway, Arial, sans-serif;
    }

}