body{
	background-color: white;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
#mozi-container{
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
p {
	position: absolute;
	bottom:2%;
	left:2%;right: 2%;
	color: black;
	font-family: "Helvetica","Arial";
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
a{
	color:#f25428;
	text-decoration: none;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	p{
		font-size: 24px;
	}
}

@media screen and (max-width: 1024px){
	
}


#mediaplayer{
background-color:white!important;

width: 100%;
height: 100%;
position: absolute;

}
#mediaplayer video{
	width: 100%;height: 100%;
}
#mediaplayer_jwplayer_display_iconBackground{
	width: 150px!important;
	height:150px!important;
	left:50%!important;
	top:50%!important;
	margin: -75px 0 0 -75px!important;
}
#mediaplayer_jwplayer_display_icon{
	-webkit-transform: scale(3)!important;
	margin:50px 0 0 50px!important;
}

#mediaclick{
	width: 100%;
height: 100%;
position: absolute;
	cursor: pointer;
}
#mediaclick button{
	width: 0;
	height: 0;
	background: transparent;
	opacity: 1;
	transform: scale(1);
    -webkit-transform: scale(1);
    border: none;outline: 0 none;
    cursor: pointer;
    top:50%;
	left:50%;
	position: absolute;
	margin: 0;
	padding: 0;
	background:transparent;
}
#mediaclick button.stop:before,#mediaclick button.stop:after{
	position: absolute;
	width: 60px;
	height: 180px;
	
	margin-top: -90px;
	background-color: white;
}
#mediaclick button.stop,#mediaclick button.play{
	-webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    
	
}
#mediaclick button.stop:before{
	content: "";
	margin-left: -70px;
}
#mediaclick button.stop:after{
	content: "";
	margin-left: 10px;
}
#mediaclick button.play{
	border-style: solid;
	border-width: 90px 0 90px 150px;
	border-color: transparent transparent transparent white;
	
	
	
	margin: -90px 0 0 -75px;
}
#mediaclick button.playing:before,#mediaclick button.playing:after{
	content: "";
	width: 0;height:0;
	background-color: transparent;margin: 0;padding: 0;
}

#medialoading{
	position: absolute;
	width: 200px;
	height: 200px;
	left:50%;
	top:50%;
	margin: -104px 0 0 -104px;
	border-radius: 104px;
	border:4px solid rgba(255,255,255,0.1);
	-webkit-animation: rotate 0.6s linear infinite;
	-moz-animation: rotate 0.6s linear infinite;
	-ms-animation: rotate 0.6s linear infinite;
	-o-animation: rotate 0.6s linear infinite;
	animation: rotate 0.6s linear infinite;
}
#medialoading i{
	display: block;
	position: absolute;
	width: 104px;
	height: 104px;
	left:-4px;
	top:-4px;
	overflow: hidden;
}
#medialoading i:after{
	content: "";
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	left:0;
	top:0;
	border-radius: 104px;
	border:4px solid #f25428;
	
}

#mute{
	background-color: red;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top:0;
	background: url('../images/muted.png') no-repeat center center;
	background-size: contain;
}
#mute.mute{
	background-image: url('../images/mute.png');
}


@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);  }
}

@-moz-keyframes rotate {
  0% {
     -moz-transform: rotateZ(-360deg);
  }
  100% {
    -moz-transform: rotateZ(0deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotateZ(-360deg);
  }
  100% {
    -o-transform: rotateZ(0deg);
  }
}

