body{
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }

.main-video{
    width: 100%;
    text-align: center;
}

#btn_page{
	margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 14px;
}
#btn_page a, #btn_page a:visited{
	background-color: #ccc;
    color:#000;
	padding: 15px 25px;
	width: 200px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in; /* Safari */
    transition: all 0.2s ease-in;
}
#btn_page a:hover{
	background-color: #0070B8;
    color: #fff;
	-webkit-transition: all 0.2s ease-in; /* Safari */
    transition: all 0.2s ease-in;
}

footer{
    text-align: center;
}

footer p{
    font-size: 12px;
    margin-bottom: 10px;
}

.logo-client{
    width: 150px;
}

.video-js .vjs-control-bar {
    display:none;
}