/* Disable the highlighting of element when user select it*/
#sv-player-inner-wrap, 
.sv-player-title-wrap, 
.sv-sponsoredby, 
#sv-close, 
.sv-skipad, 
#skip-timer-value , 
.sv-player-wrap, 
.sv-player-conatainer,
#sv-social-and-banner-container,
#sv-fbshare-button,
#fb-button-img,
 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* set background transparent for selected element*/
div::-moz-selection { background:transparent; }
div::selection { background:transparent; }

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

#sv-overlay-wrap {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    visibility: visible;
}

#sv-player-outer-wrap {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    overflow: auto;
}
#sv-player-outer-wrap::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#sv-player-inner-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}

@media all and ( orientation: landscape ) {
    #sv-player-inner-wrap {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        max-width: 50%;
    }
}

@media all and ( orientation: portrait ) {
    #sv-player-inner-wrap {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        max-width: 83.333333333333%;
    }
}

.sv-player-wrap {
    background: #000;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 1px;
    min-width: 1px;
    cursor: pointer;
    transition: background 800ms;
    overflow: hidden;
}
.sv-player-conatainer {
    /*width: 680px;*/
    max-width: 100%;
    height: auto;
    /*transition: height 800ms;*/
}

*:focus {
    outline: none !important;
}

.sv-player-title-wrap {
    display: none;
    background: #000;
    color: #fff;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    overflow: hidden;
    /*padding: 6px 4px;*/
}
.sv-sponsoredby {
    margin: 8px 4px;
}
.sv-skipad {
    margin: 7px 5px;
    display: none;
}
.sv-close {
    display: none;
    /*background: url(./close-button-x-small.png) no-repeat;*/
    background: url(./svclose-button-large.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 21px;
    cursor: pointer;
    margin: 4px 4px 6px;
    color: transparent;
}
.sv-debug {
    color: #24FF00;
    margin: 5px 0 0 20px;
    font-size: 14px;
}

.sponsor-logo {
    outline: none;
    border: 0;
}

#mobile-only-banner {
    display:block;
    position: relative;
    top: -5px;
}

#sv-img-mobile-banner{
    max-height: 25px;
    width:100%;
    max-width:100%; 
}

#sv-img-mobile-banner img{
    width:100%;
}



#sv-fbshare-button {
    display:none;
    background:#000;
    position: relative;
}

#fb-button-img {
    max-width:100%;
    text-align:right;
}

#fb-button-img a img {
    border:none;
    max-height: 25px;
    max-width: 69px;
}


#sv-social-and-banner-container {
background: #000;
overflow: hidden;
position: relative;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 2px;
padding-left: 2px;
}