/*!
Styles for Com2go Video Banner V1.00
*/


/* =============================================================================
  RESETS
============================================================================= */

html,
body,
div,
h1,
p,
a,
video {
    margin: 0;
    padding: 0;
}




/* =============================================================================
  HTML, BODY
============================================================================= */

html,
body {
    height: 100%;
}

body {
    font-size: 16px;
    font-family: "Oxygen", sans-serif;
    line-height: 1.5;
}




/* =============================================================================
  VIDEO & SOUND
============================================================================= */

.video {
    z-index: 1;
    /*width: 300px;*/
    /*height: 250px;*/
    background-color: black;
}


.mute-video:before {
    font-family: FontAwesome;
    content: "\f026";
    color: #c1c1c1;
    font-size: 15px;
}

.unmute-video:before {
    font-family: FontAwesome;
    content: "\f028";
    color: #c1c1c1;
    font-size: 15px;
}

.big-playbtn:before {

    font-family: FontAwesome;
    content: "\f04b";
    color: #ffffff;
    font-size: 45px;
}


.playing-video:before {

    font-family: FontAwesome;
    content: "\f04c";
    color: #c1c1c1;
    font-size: 15px;
}

.paused-video:before {
    font-family: FontAwesome;
    content: "\f04b";
    color: #c1c1c1;
    font-size: 15px;
}

.dispnone {
    display: none;
}

#btnsound {

    outline: none;
    border: 1px solid #c1c1c1;
    border-radius: 100%;

    outline: none;
    background-color: transparent;
    position: absolute;
    bottom: 2%;
    right: 2%;
    z-index: 99999999;
    width: 30px;
    height: 30px;
    padding: 2px;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s ease;
}

#btnstatus {

    outline: none;
    border: 1px solid #c1c1c1;
    border-radius: 100%;

    background-color: transparent;
    position: absolute;
    bottom: 2%;
    left: 2%;
    z-index: 99999999;
    width: 30px;
    height: 30px;
    padding: 2px;
    text-align: center;
    z-index: 3;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s ease;
}

#bigbtn {
    outline: none;
    border: 2px solid transparent;
    background-color: #4e4e4e87;
    border-radius: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 120px;
    height: 120px;
    z-index: 3;
    margin: auto;
    opacity: .8;
    transition: all 0.5s ease;
    padding: 36px;
}




#video-banner {
    position: absolute;
    display: block;
    cursor: pointer;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    margin: auto;
}

#video-banner:hover>#btnstatus {
    opacity: 1;
}


#video-banner:hover>#btnsound {
    opacity: 1;
}

#banner {
    bottom: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    margin: auto;
    opacity: 1;
    transition: all 0.5s ease;
}


.loading-icon {
    position: absolute;
    width: 46px;
    height: 63px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: fa-spin 1.5s infinite linear;
    animation: fa-spin 1.5s infinite linear;
}

.loading-icon:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 47px;
    color: floralwhite;
    position: absolute;
}

.disabled {
    pointer-events: none;
    cursor: default;
}
