body{
    left: 0;
    padding: 0;
    margin: 0;
	cursor: pointer;
}
#lfb{
    position: relative;
    display: block;
    max-width: 600px;
    min-width: 200px;
    width: auto;
	height: 450px;
    font-family: 'Open Sans';
	overflow: hidden;
}

#liveplayer{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1000;
	overflow: hidden;
}

#liveplayer img{
    width: 100%;
    height: auto;
}

#liveplayer video{
    /*display: none;*/
	width: auto;
    height: 100%;
	position: relative;
	left: 50%;
	transform: translate(-50%);
	 -webkit-transform: translate(-50%);
}
#liveplayer img{
    position: absolute;
}

#lfb .playWraper{
    position: absolute;
	display: none;
    top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	background-color: #121119;
}

#lfb .playButton{
    position: absolute;
	display: none;
	width: 40%;
    height: 40%;
    top: 30%;
    left: 30%;
}
#lfb .playButton object{
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#lfb .playClickable{
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

/* logo */
#lfb #logo{
    position: absolute;
    display: block;
    top: 2%;
    left: 2%;
    width: 30%;
    height: 10%;
    z-index: 1000;
    text-decoration: none;
}
#logo object{
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
#logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 150%;
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

/* cta */
#cta{
    position: absolute;
	display: block;
    text-decoration: none;
    overflow: hidden;
    background-color: #C60AC1;
    color: #ffffff;
    border-radius: 4px;
    z-index: 998;
    height: 10%;
    bottom: 5%;
    left: 25%;
    right: 25%;
    letter-spacing: 1px;
    font-size: 20px;
    cursor:pointer;
    opacity: 1;
}
#cta span{
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform:	translateY(-50%);
	-ms-transform:		translateY(-50%);
	-o-transform:		translateY(-50%);
	text-align: center;
}

/* next button */
#nextBtn{
    position: absolute;
    text-align: right;
    height: 6%;
    min-height: 24px;
    width: 95%;
    padding: 1% 5% 1% 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.6;
    cursor: pointer;
    z-index: 998;
    color: #ffffff;
    font-size: 18px;
}
#nextBtn svg{
    position: relative;
    height: 16px;
    width: 16px;
    left: 4px;
    top: 2px;
    pointer-events: none;
}

#rightContainer{
    position: absolute;
    display: block;
    right: 2%;
    top: 2%;
    z-index: 100;
    font-size: 15px;
    width: 96%;
}

#soundController{
    position: absolute;
    display: block;
    top: 65px;
    right: 8px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    opacity: 0.6;
}

#soundController .soundWraper{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    width: 100%;
	z-index: 1001;
}

#soundController object{
    -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
    pointer-events: none;
    height: 100%;
    width: 100%;
}

#liveIcon{
    position: absolute;
    display: block;
    right: 0px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0.4em;
    opacity: 0.7;
    width: 40px;
    height: 22px;
    padding: 2px;
	-webkit-touch-callout:	none; /* iOS Safari */
    -webkit-user-select:	none; /* Chrome/Safari/Opera */
	-khtml-user-select:		none; /* Konqueror */
	-moz-user-select:		none; /* Firefox */
	-ms-user-select:		none; /* Internet Explorer/Edge */
}
#circle{
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top:30%;
    background-color: #60B404;
    float: left;
}
#liveIcon .text{
    position: absolute;
    display: table;
    left: 25%;
    height: 80%;
    padding: 0;
}
#liveIcon .text span{
    display: table-cell;
    vertical-align: middle;
}
#freeIcon{
    position: absolute;
    display: block;
    right: 0;
    top: 34px;
    background-color: #60B404;
    color: #ffffff;
    border-radius: 0.4em;
    text-align: center;
    width: 40px;
    height: 20px;
    padding: 2px;
    opacity: 0.9;
	-webkit-touch-callout:	none; /* iOS Safari */
    -webkit-user-select:	none; /* Chrome/Safari/Opera */
	-khtml-user-select:		none; /* Konqueror */
	-moz-user-select:		none; /* Firefox */
	-ms-user-select:		none; /* Internet Explorer/Edge */
}
#rightContainer .freeIconClass{
    top: 33px;
}
#rightContainer .live1{
    left: 0;
}
#rightContainer .free1{
    top: 0 !important;
}
#rightContainer .free2{
    top: 0 !important;
    left: 0;
}
#rightContainer .sound1{
    top: 31px !important;
}
#rightContainer .sound2{
    top: 0px !important;
}
#rightContainer .sound3{
    top: 65px !important;
}

/* stream loading layer */
#loadingLayer, #loadingElements{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*cursor: default;*/
    display: none;
}
#loadingLayer{
    z-index: 100;
}
#loadingElements{
    display: block;
    text-align: center;
    z-index: 101;
}
#loadingElements div{
    position: absolute;
    width: 100%;
    top: 45%;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

/* stream ending layers */
#streamEndPictures, #streamEndLayer{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
#streamEndPictures img{
    height: 33.3%;
    width: 33.3%;
    float: left;
}
#streamEndLayer{
    background-color: #600080;
}
#streamEndText{
    position: absolute;
    display: flex;
    display: -webkit-box;
    flex-direction: column;
    -webkit-box-orient: vertical;
    justify-content: center;
    -webkit-box-pack: center;
    height: 40%;
    width: 66%;
    top: 30%;
    left: 17%;
    text-align: center;
    opacity: 0;
    font-size: 18px;
    visibility: hidden;
}
#spanText{
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}
#streamEndText img{
    width: 50%;
    height: 25%;
    margin: 0 auto;
    margin-top: 5%;
}
#streamEndText object{
    width: 50%;
    height: 25%;
    margin: 0 auto;
    margin-top: 5%;
}
#moreModels{
    position: relative;
    top: 10%;
    left: 10%;
    display: block;
    /*height: 25%;*/
    height: 45px;
    width: 80%;
    text-align: center;
    border-radius: 5px;
    background-color: yellow;
    text-decoration: none;
    cursor: pointer;
}
#moreModels .center{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#moreModels .text{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/* loading spinning icon */
#loadingElements object{
    position: absolute;
	top: 25%;
	left: 25%;
    width: 50%;
    height: 50%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@media screen and (min-width: 340px) and (max-width: 440px) {
	#streamEndText{
		top: 27%;
	}
    #cta{
        height: 10%;
        letter-spacing: 2px;
        font-size: 16px;
    }
    #moreModels{
        /*height: 25%;*/
        height: 40px;
		top: 10%;
    }
    #loadingElements div{
        font-size: 12px;
		letter-spacing: -1px;
        top: 44%;
    }
	#spanText{
		letter-spacing: 0.5px;
		font-size: 15px;
	}
}

@media screen and (min-width: 250px) and (max-width: 339px){
    #logo{
        width: 40%;
    }
    #cta{
        height: 14%;
        letter-spacing: 2px;
        font-size: 12px;
        width: 60%;
        left: 20%;
        right: 20%;
    }
    #streamEndText{
        font-size: 14px;
        height: 50%;
        width: 71%;
        top: 19.5%;
        left: 15%;
    }
    #spanText{
        font-size: 12px;
		letter-spacing: 1px;
    }
    #streamEndText img{
        max-width: 40%;
        max-height: 40%;
    }
    #streamEndText object{
        width: 75%;
        height: 30%;
    }
    #moreModels{
        /*height: 25%;*/
        height: 35px;
        top: 20%;
    }
    #loadingElements div{
        font-size: 9px;
		letter-spacing: -0.5px;
        top: 43%;
    }
    #nextBtn{
        min-height: 22px;
        font-size: 16px;
    }
    #nextBtn object{
        width: 15px;
        height: 15px;
    }
    #soundController{
        height: 30px;
        width: 30px;
        right: 6px;
    }
}
@media screen and (max-width: 249px){
    #logo{
        width: 40%;
    }
    #rightContainer{
        font-size: 10px;
    }
    #liveIcon, #freeIcon{
        width: 30px;
        height: 16px;
    }
    #liveIcon .text{
        left: 30%;
    }
    #freeIcon{
        top: 22px;
    }
    #cta{
        letter-spacing: 0px;
        font-size: 11px;
        height: 13%;
        width: 60%;
        left: 20%;
        right: 20%;
    }
    #loadingElements div{
        font-size: 8px;
        top: 42%;
    }
    #nextBtn{
        min-height: 22px;
        font-size: 16px;
    }
    #nextBtn object{
        width: 15px;
        height: 15px;
    }
    #soundController{
        height: 25px;
        width: 25px;
        right: 5px;
    }
    #rightContainer .sound3{
        top: 46px !important;
    }
    #rightContainer .sound1{
        top: 25px !important;
    }

    #streamEndText{
        font-size: 12px;
        height: 52%;
        width: 70%;
        top: 20%;
        left: 15%;
    }
    #moreModels{
        /*height: 25%;*/
        height: 30px;
        top: 15%;
    }
    #streamEndText object{
        width: 80%;
        height: 30%;
        /*margin-top: 5%;*/
    }
    #streamEndText img{
        max-width: 35%;
        max-height: 35%;
    }
    #spanText{
        font-size: 12px;
		letter-spacing: 0px;
    }

}


.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
}