/*
    Created on : 2016-12-16, 13:40:46
    Author     : Sławomir Netteria.NET https://netteria.net
*/

.position-relative{
	position:relative;
}

.trainig_v_icon:hover img{
	transform: scale(1, 1);
}


.video-icon .training_v {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    margin: 0 auto;
    text-align: center;
    color: #07123e;
    margin: 0px auto;
    background: #fff;
    box-shadow: 2px 10px 20px rgb(6 20 77);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18);
}

.closer_videopopup{
    position: absolute;
    display: table-cell;
    right: 2%;
    top: 2%;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;


    z-index: 100004;
}
.opct{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    opacity: 0.9;
}
.videCont{
    position: relative;
    padding-bottom: 40.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: auto;
    max-width: 60%;
    height: 0;
    height: auto !important;
}
#yt_video{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
iframe{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}
video{
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    opacity: 1 !important;

}
#video1, #video2, #video3, #video4, #video5{
    cursor: pointer; cursor: hand;
}

@media only screen and (max-width: 1300px){
    .videCont{
        max-width: 80%;
        height: 100% !important;
    }
    video{
        top: 15%;
    }
}

@media only screen and (max-width: 991px){
    .videCont{
        max-width: 95%;
        height: 100% !important;
    }
    video{
        top: 20%;
    }
}

