/*reset*/
.vjs-social-controlBar.vjs-control,
.vjs-social-controlBar .vjs-control{

}

.video-js{
    width: 100%;
    height: 100%;

    -webkit-transform: translate3D(0, 0, 0);

    font-family: helvetica, arial, sans-serif;
}
.video-js .vjs-poster{
    max-height: none !important;
    height: 100% !important;
    background: #000 url(loading) center center no-repeat;
    background-size: contain;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='',sizingMethod='scale')";*/

}

.vjs-poster, .vjs-tech{
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -webkit-transform: translate3D(0, 0, 0);

}

.vjs-rotate-button{
    position: absolute;
    background: #333;
    height: 28px;
    width: 80px;
    right: 0;
    bottom: 40px;

    color: white;
    font-size: 12px;
    font-weight: bolder;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;

    border-radius: 5px 0 0 5px;

    opacity: .5 !important;


    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -webkit-transform: translate3D(0, 0, 0);

}

.vjs-rotate-button.vjs-fade-in {
    opacity: .5 !important;
}


.vjs-replay-button{
    cursor: pointer;

    position: absolute;
    top: 15px;
    right: 70px;
/*    left: 20px;
    width: 150px;*/
    color: white;
/*    opacity: 1;*/

    
}

.vjs-replay-icon{
    background: url('/v3/images/replay_icon.png') no-repeat;
    width: 32px;
    height: 32px;
    float:left;

    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/v3/images/replay_icon.png',sizingMethod='scale');
    
    display: none;
}

.vjs-replay-text{
    float:left;
    height: 32px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 16px;
    
    display: none;
}

.vjs-logo {
    position: absolute;
    top:7px;
    right: 15px;
    width: 80px;
    height: 40px;

    opacity:.5;

    background: url('/v3/images/logo-1.png') no-repeat top right;
}

.vjs-big-play-button,
.vjs-replay-button,
.vjs-social-controlBar,
.vjs-controls
{
    z-index: 3;
}

.vjs-endCard {
  position: absolute;
  
  top: 0;
  left: 0;
  right: 0;
  
  width: 100%;
  height: 60px;
}

.vjs-button{
  width: 40px;
  height: 40px;
  border-radius: 3px;
  
  position: absolute;
  top: 15px;
  
/*  border:1px #888 solid;*/
  box-shadow: inset 0 1px 0px #fff;
  
  
  -webkit-transition: all .5s ease-out !important;
  transition: all .5s ease-out !important;
  
/*  background: #eef4f6;*/
/*  background: url('/v3/images/video_endcard_icons.png'),  
    -webkit-gradient(linear, left bottom, left top, from(#eef4f6), to(#cbd0d2));*/
  background: grey url('/v3/images/video_endcard_icons.png');
  
  background: url('/v3/images/video_endcard_icons.png'),  
    -moz-linear-gradient(90deg, #cbd0d2, #eef4f6);
  
  background: url('/v3/images/video_endcard_icons.png'),  
    -webkit-gradient(linear, left bottom, left top, from(#cbd0d2), to(#eef4f6));
  
  background: url('/v3/images/video_endcard_icons.png'),  
    linear-gradient(90deg, #cbd0d2, #eef4f6);
  
  background-repeat: no-repeat, repeat;
}

.vjs-button:hover{
  opacity: .8;
  background-position-x: 40px;
}

.vjs-button.vjs-like-button{
  left: 20px;
  
/*  background: url('/v3/images/video_endcard_icons.png'),  
    -webkit-gradient(linear, left bottom, left top, from(#33d3f5), to(#19a4eb));*/
  
  background: #19a4eb url('/v3/images/video_endcard_icons.png');

  background: url('/v3/images/video_endcard_icons.png'),  
    -moz-linear-gradient(90deg, #19a4eb, #33d3f5);
  
  background: url('/v3/images/video_endcard_icons.png'),  
    -webkit-gradient(linear, left bottom, left top, from(#19a4eb), to(#33d3f5));
  
  background-position: 0px 0px;
}

.vjs-like-button-text{
  position: absolute;
  left: 40px;
  margin-left: 10px;
  line-height: 40px;
  font-size: 18px;
  width: 400px;
  display: inline-block;
}

.vjs-button.vjs-FB-button2{
  right: 20px;
  background-position: 0px -40px !important;
  
}

.vjs-button.vjs-replay-button{
  background-position: 0px -80px !important;
}

/**
 EndCard
 OverCard
*/
.vjs-over-card{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;

    background: black;
    z-index: 2;

    color:white;
    
    overflow: hidden;
}

.vjs-anchor{
    position: relative;
    width: 100%;
    height: 100%;

    /*background: red;*/
}

.vjs-anchor2{
    position: relative;
    top: 50px;
    height: 100%; /* thumbnail fix */
/*    bottom: 0;*/
    
    margin: 20px;
/*    padding-bottom: 0;*/

    /*background:pink;*/
}

.fb_auth_ref .vjs-anchor2{
  top:140px;
}

.vjs-video-related{
  border-top: #444 solid 1px;
  height: 100%; /* thumbnail fix */
  
/*  width: 100%;*/
/*    position: absolute;
    width: 320px;
    height: 240px;
    top:50%;
    left:50%;
    margin: -125px 0 0 -150px;
    
    
    #margin-top: auto;
    #position: relative;*/
    
}
.vjs-over-card table{
  width: 100%;
  height: 100%;
}

.vjs-over-card td{
  width: 50%;
  height: 100%;
}

.related-videos{
  font-size: 16px;
  line-height: 48px;
  color: #BBB;
}

.vjs-video-tile{
    cursor: pointer;
    position: relative;
    height: 100%; /* thumbnail fix */
    
    border-radius: 5px;

    -webkit-transition: all .5s !important;
    
    
/*    display: inline-block;
    width: 240px;*/
    
}

.vjs-video-tile.left{
  margin-right: 10px;
  width:100%;
}

.vjs-video-tile.right{
/*  float:right;*/
  margin-left: 10px;
  width:100%;
}
.vjs-video-tile:hover{
/*    background: #282828;
    border: 1px solid #333;
    box-shadow: 0px 0px 10px 0px #333;*/
    opacity: .8;
}

.vjs-video-img{
    /*    height: 130px;*/
    height: 42%;
    width: 100%;
    
/*    position: relative;*/
    
    background-size:110%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.vjs-video-duration{
    background: black;
    color: #aaa;
    visibility: visible;
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 0px 5px;
    border-radius: 5px;

    display:none;    
}

.vjs-video-detail{
  text-align: center;
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
  
  
/*    float: left;
*/
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.vjs-video-title{
    font-size: 12px;
    line-height: 16px;
    color: #999;
}

.vjs-video-views {
    color: #888;
    font-size: 11px;
    
    display:none;
}

.vjs-social-controlBar{
    position: absolute !important;
    top:40px;
    right:0;    

    border-radius: 3px 0px 0px 3px;
    background: #333;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s !important;
    
    display: none;
}

.vjs-social-controlBar .background{
    position:absolute !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    background: grey;
    opacity:.5;

    z-index: 0;
}

.vjs-social-button{
    cursor: pointer;

    height: 32px;
    width: 32px;

    margin: 12px 10px;
    /* border-radius: 3px; */

    color:white;
    font-weight: bolder;
    text-align: center;
    font-size: 16px;

    opacity:0.5;
    -webkit-transition: all .2s;

    z-index: 10;
}

.vjs-social-button:hover{
    /* box-shadow: 0px 0px 5px 2px darkgrey;*/
    opacity: 1;
}

.vjs-FB-button{
    background: url(/v3/images/icons-socialmedia/facebook.png);
}

.vjs-TW-button{
    background: url(/v3/images/icons-socialmedia/twitter.png);
}

.vjs-PIN-button{
    background: url(/v3/images/icons-socialmedia/pinterest.png);
}

.vjs-GP-button{
    background: url(/v3/images/icons-socialmedia/googleplus-32.png);
    /*background: url(https://www.gstatic.com/images/icons/gplus-32.png);*/
}
