@CHARSET "UTF-8";

html, body{
	margin: 0;
	padding: 0;
}
html {
    background-color: #ffa900;
}
body{
	width: 100%;
	height: 100%;
	background-image: url("img/fond.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
}
#page-content{
	width: 100%;
	margin: auto;
	position: relative;
	/*overflow: hidden;*/
	display: inline-block;
}
#mma{
	width: 205px;
	height: 111px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("img/mma.png");
    background-repeat: no-repeat;
    text-decoration: none;
}
#main-content{
	margin-top: 249px;
	margin-bottom: 36px;
	text-align: center;
}
#video-container{
	display: block;
	position: relative;
    margin: auto;
}
#video-player{
	margin: auto;
	min-height: 400px;
	width: auto;
	border: 0 none;
	background-color: transparent;
	display: inline-block;
}

#video-annotations {
  background-color: rgba(0, 0, 0, 0);
  z-index: 20;
  opacity: 1;
  
  height: 100%;
}

.button {
	position: absolute;
	cursor: pointer;
 	-webkit-transition: background-color 0.4s;
  	-moz-transition: background-color 0.4s;
  	-o-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
  	transition: background-color 0.4s;
    z-index: 20;
}
.button:hover {
	background-color: rgba(255,255,255, 0.2);	
}
.at300bs {
	display: none !important;	
}
#start-button{
	display: none;
	width: 35.6%;
	height: 13.1%;
	top: 52.8%;
	left: 32.1%;
}
#left-button {
	display: none;
	width: 35.7%;
	height: 19%;
	left: 14.3%;
	bottom: 5%;	
}
#right-button {
	display: none;
	width: 35.7%;
	height: 19%;
	right: 14.1%;
	bottom: 5%;	
}
#zerotracas-button {
	display: none;
	width: 35.7%;
	height: 18%;
	left: 14.3%;
	bottom: 5%;	
}
#facebook-button {
	display: none;
	border-radius: 50%;
	width: 5.8%;
	height: 11.1%;
	left: 70.4%;
	bottom: 7.3%;
}
#facebook-button span.aticon-facebook{
	display: none;
}
#twitter-button {
	display: none;
	border-radius: 50%;
	width: 5.8%;
	height: 11.1%;
	left: 77.7%;
	bottom: 7.3%;	
}
#twitter-button span.aticon-twitter{
	display: none;
}
#left-button.seqAB, #right-button.seqAB {
    height: 13%;
}
#video-player div.vjs-control-bar{
visibility: hidden;
bottom: -36px;
}
#video-player:hover div.vjs-control-bar{
visibility: visible;
}
#video-player_html5_api{
	height: 100%;
	width: auto;
	position: relative;
}