/*@font-face {
	font-family: "icon-font";
	src: url('../fonts/icon-font.eot');
	src: url('../fonts/icon-font.eot?#iefix') format('eot'), url('../fonts/icon-font.woff') format('woff'), url('../fonts/icon-font.ttf') format('truetype'), url('../fonts/icon-font.svg#icon-font') format('svg');
}*/

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

a{
    text-decoration:none;
    color: #000000;
}
.nav-button,
.nav-close {
	position: fixed;
	/*top: 60px;*/
    left:0px;
	width: 100% !important;
    /*width:100%;*/
	height: 3.8rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	/*background: #26201C;*/
	color: #b8b8b8;
    font-size: 0.8em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-left: center;
}

.nav-button {
	display: block;
	/*right: 1rem;*/
	/*font-size: 1.7rem;*/
    
}

.nav-button:before {
    text-align:left;
    padding-left:35px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("../mbfw_2019_img/calendar.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #252525;
	content: "CALENDARIO";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav {
    top:60px;
	padding-top: 4.4rem;
	line-height: 2rem;
	background: #252525;
	/*color: #b8b8b8;*/
    margin:auto;
    padding-left:10px;
    padding-right:10px;
    color: #FFFFFF;
    font-size: 0.8em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.nav ul {
	/*border-radius: 0 0 6px 6px;*/
	background: #252525;
}

.nav ul ul {
	background: #252525;
    border-bottom:none;
}

.nav ul ul ul {
	background: #252525;
    border-bottom:none;
}

.nav ul ul ul ul {
	background: #252525;
    border-bottom:none;
}

.nav ul ul ul ul ul {
	background: #000000;
    border-bottom:none;
}

.nav li {
   
	border-top: 1px solid #252525;
    border-bottom: 1px solid #b8b8b8;
	cursor: pointer;
}
.nav ul li ul li{
    border-bottom:none;
}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #FFFFFF;
	background: #252525;
}

.nav .nav-submenu > ul {
	margin-left: 10px;
}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	border-radius: 6px;
	padding: 0 15px 1px;
	color: #b8b8b8;
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	/*content: "\E005";*/
}
body{
 margin-top:0px;
}

.header-container{
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 800;
    padding-bottom: 10px;
}

.day-title{
    font-size: 1.1em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    float:left;
    margin-top:80px;
    /*position:fixed;*/
}
.paginator{
    font-size: 0.8em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    float:right;
    margin-top:-27px;
    padding-right:15px;
    /*position:fixed;*/

}
#videos-container{
  margin-top:130px;
}
.paginator a{
    text-decoration:none;
}
.player-container > div > div > img,
.player-container > div > div > div{
    width:100%;
}
.video-title{
    text-align:center;
    padding:10px;
    background-color:#CCCCCC;
    font-weight:bold;
    font-size: 0.8em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin-top:-5px;
    /*margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
    /*width:90%;*/
        white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.pag-table > tbody > tr > td{
    line-height:12px;
    font-size: 1.1em;
    padding:5px;
}
@media only screen and (min-width: 960px) {
  
/*.video-title  {
    width:100%;
}*/
.player-container > div > div > img,
.player-container > div > div{
    width:420px;
    
}
.player-container > div > div > img{
    height:280px
}

.day-title{
    margin-top:70px;
	position:relative;
}
.line-separator{
    display:none;
}
.paginator{
    margin-top:70px;
    position:relative;

}
#videos-container{
  margin-top:0px;
}
body{
 margin-top:8px;
}
.header-container{
	position:relative;
}
.nav-button {
	display: none;
}

.nav {
	padding: 0 !important;
    width:750px;
}

.nav > ul > li {
	border-top: none;
    border-bottom:none;
}

.nav li > ul {
	/*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
    border-bottom:none;
}

.nav ul ul ul {
	/*border-radius: 0 6px 6px 6px;*/
    border-bottom:none;
}

.nav ul ul ul li:first-child {
	border-top: none;
    border-bottom:none;
}

.nav .nav-left > ul {
	border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
	min-width: 110px;
    border-bottom:none;
}

.nav .nav-submenu > ul {
	margin: 0;
}

.nav > ul > .nav-submenu > a:after {
	/*content: "\E005";*/
}

.nav .nav-submenu > a:after {
	/*content: "\E006";*/
}

}

