<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Nirestream-Base
Author: Haiko
Description: CSS base for Nirestream sites
Version: 1.0
License: GNU General Public License v2.0
*/

/******************/
/** Generales    **/
/******************/

/** Html, Fonts &amp; headers **/

:root {
    --typography-headers: 'Montserrat', sans-serif;
    --typography-content: 'Montserrat', sans-serif;
}  

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	font: 12px/21px 'Arial', Arial;
	font-family: var(--typography-content);
	position: relative;
	margin: 0;
  	padding-bottom: 200px;
  	min-height: 100%;
  	background: #E0E0E0;
}

.text-dark {
    color: #333!important;
}
@media (max-width: 991px) {
	body {
		padding-bottom: 230px;
	}
}
input {
  filter: none;
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-radius: 50px;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.1;
}

h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.15em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: .9em;
}
h5 {
	font-size: .8em;
}
h6 {
	font-size: .7em;
}

h2.title1{
	font-size: 19px;
    font-weight: 600;
    margin: 10px;
}

h2.title1 i{
	font-size: 22px !important;
}

a {
    transition: all 0.1s ease-out 0s;
}

.microfont{
	font-size: 12px;
}

.pointer{
	cursor: pointer;
}

div.clear
{
    clear: both;
}

.nsbackground{
	background: #f5f5f5 !important;
}

.alert{

}	
.profile-tab {
	background-color:#fff;
}
.profile-tab .col-content {
	float:none;
	display: inline-block;
}

.display-inline{
	display: inline;
}

.display-inline-block{
	display: inline-block;
}

.navbar-nav li a{
    font-weight:400;
	font-size: 1.1em;
}

.navbar{
    padding:7px 0;
}

/** Scaffolding **/

/*
div.container {
    margin: 0 auto;
    width: 75%;
}
*/

.modal{
	z-index: 99 !important;
}

.multilives a.boton {
    display: block;
    background: #fff;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 14px;
    text-align: left;
    padding: 16px;
    color: #000;
    text-decoration: none;
    margin-top: 16px;
    transition: all 0s ease 0s;
}
.multilives a.boton:hover,
.multilives a.boton:focus {
    background: #000;
    color: #fff;
}
.multilives p.titulo-btn {
	font-weight: normal !important;
	text-align: center;
	text-transform: none;
	color: #000;
}
.multilives a.boton:hover p.titulo-btn,
.multilives a.boton:focus p.titulo-btn {
	color: #fff;
}
.multilives a.boton p {
	font-weight: 400;
	font-size: 16px;
    line-height: 20px;
}

.divseparator{
	height:1px;
	margin: 20px auto;
	text-align: center;
	width: 100%;
	background: #ccc;
	box-shadow: 2px 2px 2px #bbb;
}

#content {
	background-color: #E0E0E0;
}

.inner{
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 80%;
    z-index: 0;
}


/** Structural **/

.w100{
	width: 100% !important;
}

.w80{
	width: 80%;
}

.container80 {
    margin: 0 auto;
    width: 80%;
}

.col-center{
    float: none;
    margin: 0 auto;
}



/** Utils **/

.centered {
    text-align: center;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.cols-centered {
    text-align:center;
    font-size:0;
}
.cols-centered &gt; div {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
}

.inline{
	margin: 0 auto !important;
	text-align: center;
	width: 100%;
}

.inline &gt;div{
	display: inline-block;
	float: none;
}

.img-rounded {
    border-radius: 5px;
    width: 90px;
    margin: 0px 20px;
}

.rounded{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}

.fullwidth{
	width:100%;
}

.md-margin{
	margin: 60px;
}

.clear {
	clear: both;
	width: 100%;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

img {
	border: 0;
}

*:active, *:focus {
	outline: 0;
}

.margin50tb{
	margin: 50px 0;
}

.m-bottom50{
	margin-bottom: 50px;
}

.m-top20{
	margin-top: 20px;
}

.m-top30{
	margin-top: 30px !important;
}

.m-top40{
	margin-top: 40px !important;
}

.m-bottom20{
	margin-bottom: 20px !important;
}

.m-bottom40{
	margin-bottom: 40px !important;
}

.m-lateral{
	margin: auto 10% !important;
}

.left{
	text-align: left;
}

.center {
    text-align: center;	
	width: 100%;
}
.center &gt;div {
    display: inline-block;
}

i{
	padding: 0 12px;
}

.sm-font {
    font-size: 16px;
}

.columns2&gt;div{
	display:inline-block;
	width:40%;
	vertical-align:top;
	margin: auto 10px
}


/* Ajustar Imgen de canal (y evento) a navbar */
section#imagen{
    padding:0;
}

.front-menu {
    padding_: 0;
    margin-bottom_: 0px;
}
.navbar{
    border-top: none;
    margin-bottom:0px;
    padding: 12px 0;
}


/** BUTTONS ****************/
/***************************/
.call2act{
	background: #fdd116 none repeat scroll 0 0;
    color: #000000;
    font-size: 15px;
    margin-top: 15px;
    padding: 6px 24px;
    transition: all 0.25s ease-out 0s;
	font-family: 'Montserrat', sans-serif;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 500;
}

.call2act:hover{
	background: #222 !important;
	transition: 0.25s ease-out;
	text-decoration: none;
} 



/** HEADER *****************/
/***************************/
#header {
	position: static;
	z-index: 1;
	/* min-height: 80px; */
	color: #bbbbbb;
	background: #fff;
}

#header .logo {
	display: block;
	left: 0px;
	height: 90px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 300px;
	background-repeat: no-repeat;
	background-position: left;
}

#header .logo_der{
	margin-left: 20%; 
	max-height: 70px;
	right: 0%;
	left: auto;
	margin: 15px 0;
}

.inner{
	margin: 0 auto;
	height: 100%;
	width: 80%;
	display: block;
	position: relative;
	z-index: 0;
}



/** Header - iframe *******/
/**************************/
.header-iframe{
	background-color: #f5f5f5;
	font-size:1.5em;
	padding:20px 0 20px 20px;
}

.header-iframe i{
	font-size:1.8em;
}


/** MENU ***************/
/***********************/

.menuitem:hover{
	cursor: pointer;
}

.bloks div{
	margin-bottom: 20px;
}

/** TITLE ******************/
/***************************/

.channelhome .title {
	font-weight: bold;
}


.title {
	font-weight: 600;
	margin: 0 0 5px 0;	
	color: #fff;
	font-size: 35px;
	margin-bottom: 30px;
}
@media (max-width: 450px) {
  .title {
    line-height: 25px;
	font-size: 20px;
	margin-bottom: 24px;
  }
}

.bglight .title {
  color: #000;
}
.maincontent-player .title {
	padding-bottom: 40px;
}

.title-nowrap {
	margin-top: 25px;
	display: inline-block;
	background-color :#fff;
	white-space: nowrap;
	font-size: 22px;
	font-weight: bold;
	line-height: 54px;
	clear: both;
	border-radius: 50px;
	padding: 0 20px;
}
.title-nowrap i {
  font-size:22px;
}
.title-nowrap i:before {
  color: #000;
}

@media (max-width: 450px) {
	.title-nowrap {
	  margin-top: 15px;
	  font-size: 16px;
	}
	.title-nowrap i {
	  font-size: 16px;
	}
}

.bglight .title-nowrap {
  border: 2px solid #000;
}


/** ACCESO/REGISTRO ********/
/***************************/
/* Customizacion */
.close-modal{
	top:6px !important;
	right: 6px !important;
} 

#accessbox{
	font-family: var(--typography-headers);	
}

#accessbox .alert-info{
	
}

#accessbox #tabs {
	border-radius: 15px;
	padding: 0;
	padding-bottom: 20px;
    border: 2px solid #fff;
    overflow: hidden;
}
#accessbox .ui-tabs .ui-tabs-panel {
	padding: 0;
}
#accessbox .accexboxcontent {
	padding-top: 20px;
}

#accessbox #tabs li.ui-state-active{
	background: #000;
}

#accessbox span{
	font-family: var(--typography-headers);
}

#accessbox .ui-tabs-anchor span{
	font-weight:bold;
}

#accessbox ul{
	background: transparent;
	border: none;
}

#accessbox .container{
	width: 100%;
}
#accessbox-modal button.call2act, 
#accessbox button.call2act{	
	min-width: 300px;
	background: #000;
	padding: 10px 0;
	margin: 16px auto;
	font-weight: 500;
	font-family: var(--typography-headers);	
}
/*
#accessbox button.close{
	width: 10%;
}

#accessbox button.close ::before{
	color: white;
}
*/

#accessbox .loginmessages{	
	text-align: center;
}

#accessbox{
	padding: 10px;
}

.login-desc {
  color: #fff;
}

@media (max-width: 400px) {
	.blocker {
	  padding: 0 !important;
	} 
	.modal-body {
	  padding: 0 !important;
	}
}
#accessbox-modal .login-desc{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 15px 0;
  display: block;
}

.login-link-div{
	width: 100%;
	text-align: center;
	margin: 0;
	height: min-content;
	font-size: 16px;
}

.login-link{
	text-decoration: none;
	font-weight:normal;
	font-size:1em;
	display:inline-block;
	margin:10px 0;
}
.login-legal {
	margin:10px 10px;
	color:#333;
	font-size:12px;
	text-align:justify;
}

/** DESCRIPTION ************/
/***************************/
.desctitle{
	margin: 25px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.bglight .desctitle {
  color: #000;
}
@media (max-width: 450px) {
	.desctitle{
	  line-height: 20px;
	  font-size: 16px;
	}
}

.titledesc{
	margin: 0 auto;
}	


/** LANGUAGE SELECTOR***/
/***********************/
.language-selector {
	text-align: right;
	top: 70%;
	position: relative;
	text-transform: uppercase;
	font-size: 1.3em;
	right: 15px;
}


.language-selector .separator {
    color:#fff; 
    font-weight:700;  
    margin:0; 
}

/** SEARCH ******************/
/****************************/
.searchbox{
	margin-bottom: 50px;
}

.searchbox .videoslist .title {
	font-size:15px;
}
.searchbox .videoslist .sm-font {
	font-size:14px;
}

.searchbox .event .eventtitle h3{
	font-size:14px !important;
}

.searchbox .event .fecha-emision{
	font-size:14px;
}

.searchbox .event .evento{
	font-size:15px;
}


.header-search{
	font-size: 1.2em;
}

.searchwrapper{
	display: inline-block;
	width: 580px;
    border-radius: 50px;
	background: transparent;
	clear: both;
	border: 1px solid #000;
}
.searchbar{
	margin: 0 auto;
}
.searchwrapper button {
  font-size: 25px;
}
.searchwrapper input {
    /*text-indent: -71px;*/
    height: 47px;
    line-height: 47px;
    font-weight: bold;
}
.searchwrapper input,
.searchwrapper button {
  background-color: transparent;
  border: 0;
}
.searchwrapper input {
  text-align: center;
}
.searchwrapper input:hover,
.searchwrapper input:active,
.searchwrapper input:focus,
.searchwrapper button:hover,
.searchwrapper button:active,
.searchwrapper button:focus {
  background: none !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 400px) {
	.searchwrapper{
	  width: 100%;
	}
}

/** SECCIONES ***************/
/****************************/

section {
	font-family: var(--typography-content);
	padding: 20px 0; 
	/* margin:50px 0; */
}
@media (max-width: 450px) {
  section {
	padding: 10px 0; 
  }
}
section &gt;div{	
	/*margin: 15px 0;*/
	
}

section div{
	text-align: center;
	font-size: 20px;
}

section i {
	font-size: 42px;
}



/* Titulo */
section#title{
	margin-bottom: 20px;
	padding: 0;
	
}

/* Descripcion */
section#description i{
	margin-bottom: 10px;
}

section#description .desc{
	margin-top: 25px;
}

/* Menu */
section#menu {
	padding:10px 0 15px 0;
	clear: both;
}
section#menu &gt;div{
	padding:15px 0;
}

.menutopitem{
	font-weight: 600;
	font-size:1.25em;
}

.menutopitem{
	font-weight: 600;
	font-size:1.25em;
}

.profilemenuitem{
	font-weight: 400;
	padding-top: 2px !important;
	color: #ffffff;
}

/* HTML */
#html .boxcontent{
	text-align: left;
	line-height: 1.5;
}

/** TITULO EVENTO CABECERA **/
/****************************/
.top-header-title{
	font-family: var(--typography-headers);
    display: block;
    text-align:center;
    float:none;
	font-size:2.2em;
	font-weight:500;
	text-transform: uppercase;
	line-height: 1.3;	
	padding:26px 0 0 0;
}


/** VIDEOS GLOBAL ***********/
/****************************/
.videoicon{
	color: #f5f5f5;
	text-align: right;
	position: absolute;
	width:100%;
	background-color: transparent !important;
}

.videoicon i{
	margin: 10px 0;
}


/** FEATURED VIDEOS *********/
/****************************/

#featured-videos .title1{
	margin-bottom:-12px;
}

#featured-videos .widget-player{
	margin-top: 40px;
	margin-bottom: 0px;
}


/** FEATURED CATEGORIES******/
/****************************/

.featured-categories{
	margin-top:40px;
}

.featuredcategory{
	font-size: .95em;
	font-weight: 600;
}

.showmore{
	text-align: left;
	font-weight: 600;
	font-size:.7em;
}


.showmore a:hover{
	color: #222;
	text-decoration: none;
}

#featured-categories .widget-player{
	margin-bottom: 60px;
}

/** LIVE!!!! ********************/
/********************************/

.live{
	background: #f5f5f5;
}

.live .container{
	width:100%;
}

.headerlive .title{
	margin: 14px 0 !important;
	padding: 0;
	font-size:18px;
	background: #f5f5f5;
}

.headerlive section{
	background: #f5f5f5 !important;
}


.live section#title{
	padding-bottom:0;
}

.live section{
	background-color: #f5f5f5; 
}

.livesidebar{
	margin-bottom: 90px;
} 

/** custom agenda *******************/
.live .agenda_info h6{
    display: none;
}

.live .agenda_info h4{
    font-size: 16px;
}

.live .agenda_info .ponente_foto{
    display: none;
}
    
.live .agenda_info .ponente_text .sm-font{
    font-size: 14px;
}

.live .agenda_row .img-rounded{
     display: none;
}

/** chat *******************/
.chatheader{
	display: none;
}

/** MULTILIVES      ********/
/***************************/
.multilives{
	border-radius: 10px 10px 10px 10px !important;
}

.multilives .boxtitle{
	padding-left: 2px;
}


/** LENGUAJE SIGNOS ********/
/***************************/
.signoswrapper{
	text-align: right;
	height: 21px;
}

.signoswrapper a{
	font-size: 13px;
	color: #666;	
}

.signoswrapper i{
	padding: 0 2px;	
}


/** SPONSORS ********************/
/********************************/

.sponsor{
	margin:15px 0;	
	vertical-align: middle !important;
}

.sponsor img{
	width: 80%;	
}


/** PAGINAS ESTATICAS *******/
/****************************/

#content_static section div{
	font-size: inherit;
	text-align: inherit;
}

#content_static {
	width:100%;
	margin-top: 40px;
}
#content_static .widget-html {
	width: 100%;
	margin: 0;
	font-size: 16px;
	line-height: 22px;
}

/** TERMS********************/
/****************************/

input#terms{
	height:auto;	
}

.terms{
	font-size: 15px;
	padding:0 6px;
}

.terms a{
	color: #000;
	text-decoration: underline;

}


/** LIVES EVENTS LIST*******/
/****************************/
.lives{
	margin-bottom: 25px;
	/*margin-top: 40px;*/
	position: relative;
    z-index: 999;
}

.lives a{
	font-size: 13px;	
}

.lives i{
	color: #f5f5f5;
	font-size:18px !important;
}

.eventlives{
	position: relative;
	z-index: 1;	
}

.liveplayer {
	position:relative;
	z-index: 99;
}


/** CHECKCONNECTION *********/
/****************************/

.checkquestion{
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.checkform{
	margin:20px 0;		
}

.checkform .buttons button{
	font-size: 1.5em;
	margin-bottom:30px;
}

.checkform .send{
	font-size: 1.5em;	
	padding: 10px 15px;
	font-weight: bold;	
}


/** HELPER LIVE**************/
/****************************/
.helperlive{
    color:#444;
	font-size: 18px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding:10px;	
	font-weight: 400;
	margin:5px 0;
	text-align: justify;
}

.helperlive .info{
	display: table-cell;
	vertical-align: middle;
}

.helperlive .helpertext{
	display: table-cell;
	vertical-align: middle;	
}


.mainlive .alert{
	border:1px solid #FF0000;
	font-weight:600;
	color: #FF0000;
}

.mainlive .alert i{
	color: #FF0000;	
}


/** AUTHENTICATED NEEDED ***************/
/***************************************/

.authenticatedneeded{
	background-color: #F6F6F6;
	padding: 20px 0;
}


/** MENSAJE (NO PARAM) *****************/
/***************************************/

#mensaje i{
	font-size: 60px !important;
}



/** CAPTACIÃ“N **********/
/***********************/

.captacion{
	font-size: .9em;
	font-weight: 600;
}

#captacion_button{
	font-size: .8em;
	padding: 8px 16px;
}



/** COUNTDOWN***********/
/***********************/
.countdown {
	margin:40px auto;
	clear: both;	
}

.countdown_element{
	text-align: center;
}

.countdoun_table{
	background: transparent !important;
}



/** PONENTES  **************/
/***************************/
.widget-ponente{
	margin:30px 15px;	
}
.ponenteinfo-link:hover {
  text-decoration: none;
}

.widget-ponente .descripcion{
	font-size: .7em; 
	position: absolute;
	top:0;
	left:0;
	
}

.widget-ponente .img{
	margin: 0px auto;
	/*display: table;*/
	background-position: center center;
	background-size: cover;	
	width:200px;
	height:200px;
	text-align:center;
}

.widget-ponente .ponente-thumbnail{
	position: relative; 	
}

.widget-ponente .ponente-thumbnail i{
	font-size: 8em; 		
}

.ponenteinfo-link i{
	font-size: 20px; 	
	padding-left:2px;
	cursor:pointer;
	line-height: 24px;
}

.ponenteinfo-link i:before{
	color:#000;
	line-height:24px;
}	

.widget-ponente .url, .ponente_text .url{
	text-decoration: underline;		
}

.widget-ponente .url a, .ponente_text .url a{
	font-size: 13px !important;		
	color: #777 !important;
	font-weight: normal;
}

.widget-ponente .url a:hover, .ponente_text .url a:hover{
	color:#000 !important;
}

.widget-ponente .tooltip-inner{
	font-size: 1em !important; 	
}

.ponente-footer h3{
	font-weight: bold;
	margin:10px auto 5px auto;
}

.ponente-footer h4{
	font-size: 16px;
	margin:20px auto;
}

.ui-tooltip {
   border: 0!important;
   background: #000 !important;
   color: #FCCF16 !important;
}
.ui-widget-shadow {
   -webkit-box-shadow: 0px 0px 0px 1px #444 !important;
   box-shadow: 0px 0px 0px 1px #444 !important;
}
.bottom .ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
.bottom .ui-tooltip-content::after {
    top: -10px;
    right: 10px;
    border-color: #444 transparent;
    border-width: 0 10px 10px;
}

/** INSTAGRAM **************/
/***************************/

#instafeed img{
	margin: 5px;
}



/** FOOTER GENERAL **************/
/********************************/
  
#footer{  
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top:50px;
}  

.footer_plantilla li{
	display: inline;
	margin: 0 5px;
}

.footer_plantilla li a{
	color:#888 !important;
	font-size: .9em;
}

.logo_nirestream{
	margin:0;
	color: #aaaaaa;
	text-align:center;
	vertical-align:middle;
}
.footer_common .logo_nirestream {
	text-align: left;
	margin-top: 10px;
}

.logo_nirestream img{
	width: 150px;
}

@media (max-width: 450px) {
	.logo_nirestream img{
		width: 100px;
	}
}


.footer_plantilla{
    background-color:#000;
    bottom: 0;
    left: 0;
    font-size: 0.9em;
    right: 0;
    padding: 35px 0;
    display: table;
    width: 100%;
    color: #fff;
}

/** FOOTER CANAL ****************/
/********************************/

.footer_common,
.footer_channel{
	width: 100%;
	background-color: #000;
	padding: 40px 0;
	display: table;
}
.footer_common {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
.footer_common ul,
.footer_channel ul{
	margin: 2px 0;
}

.footer_common .links li,
.footer_channel .links li{
    display: inline-block;
	margin:0 3px;
}
.footer_common .rss_links li,
.footer_channel .rss_links li{
    display: inline-block;
	font-size: 34px;
	margin:0 3px;
}
.footer_common .links li a,
.footer_channel .links li a{
	color: #ffffff;
}

a.nt-icon {
    background-color: none !important;
    background-position: 0 0;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 34px;
    height: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

a.nt-icon i {
    display: inherit;
    padding: 0;
}
a.nt-icon:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
a.nt-icon-color {
    background-position: 0 -24px;
    display: inline-block;
    height: 24px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-indent: -9999px;
    width: 24px;
}
a.nt-icon-color:hover {
}
a.facebook {
    /* background-color: #3765a3; */
    padding: 0.3em 0.75em;
}
a.twitter {
    /*background-color: #5ea9dd; */
}
a.linkedin {
    /*background-color: #0177b5; */
}
a.google, a.youtube {
    /*background-color: #e52c27; */
}
a.instagram {
    /*background-color: #2a5b83; */
}

.rss_links {
  padding-left: 0 !important;
}
.footer-text-right {
  text-align: right;
}
.footer-text-left {
  text-align: left;
}
@media (max-width: 991px) {
	.rss_links {
	  margin-top: 20px !important;
	}
	.footer-text-right,
	.footer-text-left {
	  text-align: center;
	}
}

@media (max-width: 450px) {
	a.nt-icon {
	    font-size: 24px;
	    height: 35px;
	    width: 35px;
	}
}

/** BACK-TO-TOP ************/
/***************************/

.back-to-top{
	z-index: 999;
}

.back-to-top i{
	font-size: 44px !important;
}

/** MESSAGE* ***********/
/***********************/

.messages{
	padding:6px;
	font-size: 15px;
	margin-bottom:20px;
}

/** CHANNEL REGISTRO/LOGIN ****/
/******************************/
.channel-register{
	cursor:  pointer;
	font-weight:600;
	color:white !important;
	
}
.channel-register:hover{
	/*color: #222 !important;*/
	transition: all 0.30s ease-out 0s;
}


#accessbox{
	margin:0 auto;
	width:60%;
	max-width: 700px;
	background: transparent;
	padding-top:10px;
}
#modallogin #accessbox{
  	width:100%;
  	max-width: 100%;
  	text-align: center;
}
#modallogin {
	padding: 0;
	width:80%;
	max-width: 700px;
	border-radius: 0;
	box-shadow: none;
	background: transparent !important;
}
#modallogin .modal-header {
	display: none;
}
#modallogin .modal-content {
	background: transparent !important;
	box-shadow: none;
	border: 0;
}
#modallogin .modal-dialog {
	margin: 0 !important;
	width: 100% !important;
}
@media only screen and (max-width: 768px){
	#modallogin {
		width:100%;
	}
}

#accessbox .login div{
	text-align: center;
}


/*
#accessbox i{
	font-size: 1.2em;
}
*/
#accessbox .alert{
	font-size:15px;
	letter-spacing: 1px;
	line-height: 22px;
	border-radius: 50px;
	padding: 16px 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#accessbox .alert:not(.alert-danger) {
	color: #000;
	background-color: #fff;
}
#accessbox .alert i {
	font-size: 28px !important;
	line-height: 22px;
	float: left;
}
#accessbox .alert i:before {
	color: #000 !important;	
}
#accessbox .alert-danger i:before {
	color: #a94442 !important;	
}

#accessbox #tabs ul{
	margin-top: 0;
    margin-bottom:20px;
    padding:0;
}
@media only screen and (max-width: 768px){
	#accessbox{
	    margin-top:30px;
    }
	#accessbox #tabs ul{
	    margin-top:0px;
    }
}

#accessbox #tabs li{
	padding:8px 0;
	margin:0;
	width:100% ! important;
	text-align: center;
	border: none;
	background-color: white;
	text-decoration: underline;
}

#accessbox #tabs li a{
	margin:0;
	font-size: 16px;
	color:#000;
	padding: 0 ! important;
	float: none;
	text-transform: uppercase;
}

#accessbox #tabs li a:focus{
	outline: none;
}

#accessbox .titulo{
	background-color: #000;
	text-align: center;
}
#accessbox .titulo h4 {
	line-height: 80px;
	font-size: 20px !important;
	color: #fff;
	letter-spacing: 4px;
	text-transform: uppercase;
}

#accessbox fieldset {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #858585;
  border-radius: 10px;
}
#accessbox .termsbox {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
}
#accessbox fieldset legend {
	width: auto;
	border: 0;
	padding: 0 15px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 17px;
	color: #858585;
}
#accessbox fieldset input,
#accessbox fieldset input:focus,
#accessbox fieldset input:active,
#accessbox fieldset input:hover {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    height: 30px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}

#accessbox .btn,
#accessbox-modal .btn {
  background-color: #EE6970 !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  /*width: 100%;*/
  min-width: 300px;
  border: 0 !important;
  outline: none;
}
#accessbox .btn:hover,
#accessbox-modal .btn:hover {
  background-color: #f13943 !important;
}
#accessbox .btn:active,
#accessbox-modal .btn:active {
  background-color: #000000;
}

@media screen and (max-width: 450px) {
	#accessbox .btn,
	#accessbox fieldset {
	  width: 90%;
	  max-width: none;
	}
}

#accessbox-modal .login-link {
  width: auto !important;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 15px 0;
}



.form_pregunta fieldset {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid #858585;
  border-radius: 10px;
}
.form_pregunta fieldset legend {
	width: auto;
	border: 0;
	padding: 0 15px;
	padding-bottom: 10px;
	margin: 0;
	font-size: 17px;
	color: #858585;
}
.form_pregunta fieldset input,
.form_pregunta fieldset input:focus,
.form_pregunta fieldset input:active,
.form_pregunta fieldset input:hover,
.form_pregunta fieldset textarea,
.form_pregunta fieldset textarea:focus,
.form_pregunta fieldset textarea:active,
.form_pregunta fieldset textarea:hover {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    height: 30px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
}
.form_pregunta fieldset textarea,
.form_pregunta fieldset textarea:focus,
.form_pregunta fieldset textarea:active,
.form_pregunta fieldset textarea:hover {
    height: 120px;
}
.form_pregunta button.call2act {
	min-width: 200px;
	background: #000;
	padding: 10px 0;
	margin: 16px auto;
	font-weight: 500;
	font-family: var(--typography-headers);	
}
.form_pregunta .btn {
  background-color: #EE6970;
  color: #fff !important;
  border-radius: 10px !important;
  font-size: 17px !important;
  width: 100%;
  border: 0 !important;
  outline: none;
}
.form_pregunta .btn:hover {
  background-color: #f13943 !important;
}
.form_pregunta .btn:active {
  background-color: #000000 !important;
}

/** REGISTRO/LOGIN ***********/
/******************************/

div.border{
	border-top:1px dotted #ccc;
	padding-top: 40px;
	margin:auto;	
	width: 50%;
}

.welcomewrapper{
	/*margin: 5px 0;*/
}

.welcome{
	color:white;
	/*color: #222 !important;*/
}

.welcome ul{
	 list-style-type: none;
	 margin-bottom: 0px;
}

.welcome li{
	float: left;
	border-left: 1px solid white;
	margin-right:10px;
	
}




.welcome a{
	
	color:white;

}

.welcome i{
	/*color: #666;*/
}


.welcomewrapper i{
	font-size:1.3em;
	padding-right:2px;
}
.toggleheader &gt; i,
.channel-register &gt; i,
.closesession &gt; i{
	font-size:1.4em !important;
	color: white;
	padding:0;
}	

.closesession i:hover{
	/*color: #222;*/
	/* color: red; */
}




div.login{
	margin-bottom:10px;
	margin-top: 30px;
}

div.register{
	margin-bottom:10px;
	margin-top: 30px;
}

.form_registro input, .form_login input{
	font-size: 20px;
    height: 50px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: 'Montserrat', sans-serif;
	padding-left: 12px !important;
	margin: 8px;
	border: 1px solid #999 !important;
}

.form_registro i,.form_login i{
	font-size: 32px !important;
}

.login .titulo, .register .titulo{
	margin: 10px auto;	
}

.suscription{
	margin:16px 0;
}

.suscription button{
	font-size: .9em;
}

.suscription i{
	font-size: 1.15em;
}

#inscription:hover{
	background: #222;
	transition: all 0.25s ease-out 0s;
	color: #eee !important;
}

/** RESETPASS **********/
/***********************/
.resetpassword{
	margin: 0 auto;
}


.resetpassword .header{
	font-size:22px;
	font-weight:600;
	margin:40px 0;
}

.resetpassword .subheader{
	font-size:16px;
	margin:10px 0;	
}

.resetpassword .form-control{
	height: 42px;
	font-size:16px;
}

.resetpassword .call2act{
	width: 250px;
	margin-top: 0;
}

/** HOME-EVENTOS *******/
/***********************/

.event{
	margin: 20px 0;
	position: relative;
	box-shadow: 2px 2px 2px #888888;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;	
    overflow: hidden;
    background-color: #f1f1f1; 
}


.event .eventicon i{
	color: #fff;
	position: absolute;
	z-index:999;
	top:10px;
	right:10px;
	font-size:1em;
	
}

.event .content{
	position: absolute;
	bottom:20px;
	padding: 20px;	
	text-shadow: 1px 1px #000;
	color: #fff;
	width: 100%;
}

.event .evento{ 
	padding: 10px 20px;
	color: #ffffff;
	font-size: 17px;
	text-decoration: none  !important;
	position: absolute;
	top:0;
	width: 100%;
	min-width: 300px;
}


.event .fecha-emision{
	padding: 5px;
	color: #ffffff;
	font-size: 16px;	
	position: absolute;
	right:0;
	bottom:0;
	color: #fff;
	opacity: .9;
}

.event .fecha-emision i{
	font-size: 20px !important;	

}

.event .author{
	text-align: left;	
	font-size: 18px;
	margin: 5px 0;
}

.event .eventtitle{
	text-align: left;
}

.event .ponente{
	font-size: .75em;
}

.event .ponente i{
	font-size: 20px !important;
    padding-left: 0;
}
.eventtitle h3{
	font-size:17px !important;
	font-weight: 600;
}


/** ACCESS SECTION *****/
/***********************/

section#access{
	display: none;
}


/** ACCESO RESTRINGIDO ****/
/**************************/

.restricted{
	padding: 16px 20px 0px 20px;
	margin:30px auto;
	font-weight: bold;
	display: table;
	border:1px solid #b81231;
	font-size: 16px;
	color: #b81231 !important;
	-webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.71);
	-moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.71);
	box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.71);
}


.access i{
	font-size: 24px;	
	padding: 0 5px 0 5px;	
}

.access:hover{
	background: #222;
	color: #eee !important;
	text-decoration: none;
	transition: all 0.25s ease-out 0s;
	border:1px solid #222;
	cursor: pointer;
}


/** VIDEOTECA **********/
/***********************/

a.videolisted{
	outline: 0;
}

.videolisted{
    width: 100%;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	background-color: #ccc;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;	
}

div.videolisted &gt; .videolistedcont {
	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
	vertical-align: middle;
    text-align: center;
}
div.videolisted &gt; .videolistedcont span {
	font-size: 73px !important;
	text-shadow: none;
    padding: 0;
    color: #fff;
    opacity: 1;
    background: none;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.videolisted:hover{
}

.videos_fecha_title{
	margin:0 auto 30px auto !important;
}

.videos_fecha_title i{
	font-size: 22px !important;
}

.videoimagelisted{
	width:100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}


ul#videoteca{
	border-bottom:1px solid #E8E8E8;
	box-shadow: 3px 3px 3px #E8E8E8;
	margin-bottom: 40px;
}

ul#videoteca li {
	margin: 0 15px;
	display: table-cell;
	height: 50px;
}

ul#videoteca li a{
	font-size: 20px;
	font-weight: 600;
	border: none;
	color: #555;
	outline: none;
	line-height: 1;
}

ul#videoteca li.active,ul#videoteca li:hover{
	border-bottom: 4px solid #CC181E;
	transition: all 0.1s ease 0s;
}

ul#videoteca li a:hover{
	background-color: transparent;
}



ul#videoteca li.search {
	border-bottom: none !important;

}

ul#videoteca li.search i{
	padding-top: 6px;
	font-size: 1.5em;
	margin-top: 6px;
	color: #c8c8c8;
	
}

ul#videoteca li.search input{
	width: 300px;
	margin-top: 6px;
	font-size: 1.2em;
	
}
div.widget-player h2,
div.videoteca h2{
	margin: 60px 0 40px 0;	
	font-size: 20px;
	font-weight: 600;
}

div.widget-player span,
div.videolisted span{
	padding:2px 5px;
	position:absolute;
	color:#fff;
	opacity: 1;
	background: transparent;
}

div.videolisted i{
	padding-right: 15px;
	font-size: 18px;
}

.videoteca .fa-clock-o{
	font-size: 18px !important;
}

.bseparator{
	border-bottom: 1px dotted #222;
	margin-bottom: 30px;
}

span.ponente{
	background: transparent !important;
	text-shadow: none !important;
	color: #fff;
	display: block;
}

.videofooter {
  height: 150px;
  padding: 15px 15px;
}

.videofooter p{
	margin-bottom:14px;
}


/* Categorias */
.categories{
	width: 95%;
	text-align: left;
}

.categories .call2act{
	font-size: 1.25em;
	font-weight: 600;
	/*padding: 10px 15px;*/
}

#categorias .all{
	font-size: .9em;
}


/**************/
.video-list{
	margin: 0 50px;
}

.jwpreview{
	opacity: .85 !important;
	
}	


/** DETALLE VIDEO - ******/
/*************************/

.video-title{
	font-size: 1.8em;
	font-weight: 600;
	margin: 20px 0;
}

.videocontainer{
	margin:0 auto;
	width:100%;
	padding-top:12px;
}

.playerwrapper{
	margin-bottom: 25px;
}

.jwplayer{
	width: 100% !important;
}

.jwplayer{
	width: 100% !important;
}

.jw-rightclick{
	/*display:none !important;*/	
}

.sidebar{
	margin-bottom: 10px;
}

.ponentes_footer{
	text-align: center;	
}

.ponentes_footer i{
	margin: 0;	
	padding:  0 5px 0 0;
	font-size: 1.2em;
		
}

.ponentes_footer span.ponente{
	color:#555;	
	font-size: 1.5em;
}

.videodetail_components{
	position: relative;
	opacity: 1;
}

.videodetail_footer {
	/* padding-left:50px; */
}

.videodetail_footer div {
  text-align: left !important;
}

.videodetail_footer .title{
	font-weight: 600;
	font-size: 35px;	
	margin-bottom: 5px !important;
	line-height: 1.2;
}

.videodetail_footer .hours{
   	color: #777;
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
}

.videodetail_footer .descwrapper{
	display: table;

}


.videodetail_footer .imagen{
	display: table-cell;
	vertical-align: top;	
}

.videodetail_footer img{
	width: 90px;	
	max-height:200px;
	margin-right:10px;
	font-size:16px;
}

.videodetail_footer .ponenteswrapper{
	margin-top:25px;
	/* padding: 2px 10px 2px 6px; */
	padding: 0;
	color: #fff;
}
.videodetail_footer .ponenteswrapper i {
    padding-left: 0;
}
.videodetail_footer .ponenteswrapper .ponenteswrapper-row {
    margin: 15px 0;
}
.videodetail_footer .ponenteswrapper i{
	font-size: 19px !important;
	color: #fff !important;
}

.videodetail_footer .infowrapper{
	margin: 5px 0 10px 0;
    text-align: left;
}    

.videodetail_footer .title {
	padding-bottom: 10px;
}

.infowrapper{
	color: #fff;
}

.infowrapper .ponenteswrapper .name{
	font-size: 12px !important;
}

.categoriaswrapper .name{
	font-size: 13px !important;		
	border: 1px solid #bbb;
	padding: 1px 6px;
	margin-right: 6px;
	border-radius: 4px;
	text-align: left;
}
/*
.ponenteswrapper .name{
	height:15px;
	font-size: 20px;
	
}

.ponenteswrapper .name i{
    font-size: 15px;
    padding:0 2px;
    cursor: pointer;
}

.ponenteswrapper .cargo{
    color: #888;
    font-size: 13px;
    line-height: 1.2;
    margin: 5px 0;
}

.ponenteswrapper .url{
    font-size: 12px;
    margin: 0 5px;
}

.ponenteswrapper .url i{
    font-size: 13px;
    padding:0 2px;
}

.ponenteswrapper .ponente_foto{
	width: 50px;
	height: 50px;
	
}

.ponenteswrapper i{
	font-size: 42px;
	color: #555;
}
*/

.videodetail_footer .videodate {
	font-size: 25px;	
	margin-bottom: 20px;
	color: #fff;
	text-align: left;
}
.videodetail_footer .desc{
	display: table-cell;
	vertical-align: top;
	font-size: 16px;	
	text-align: justify;
	line-height:1.2;
	color: #fff;
}

.videodetail_footer .desc p{
	margin-bottom: 2px;
}

span.videodetail_date{
	left: 10%;
	bottom: 6px;
	background: #555 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
    padding: 6px;
    position: absolute;
    text-shadow: 1px 1px #000;
	font-size: 16px;
}

span.videodetail_duration{
	right: 10%;
	bottom: 6px;
	background: #555 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
    padding: 6px 6px 6px 0;
    position: absolute;
    text-shadow: 1px 1px #000;
	font-size: 16px;
}

p.videodetail_ponentes{
	float: none;
    margin: 10px auto;
	width: 80%;
	font-weight: normal;
	font-size: 18px;
}

p.videodetail_ponentes i{
	padding-left: 0;
}

.player-videodetail{
	
}


/** Extra content ******/
/***********************/

.extraswrapper{	
	text-align: left;
	display: block;
	background: #fff;
}

.extraswrapper .header{
	font-size: 14px;
    font-weight: 600;
    padding: 8px 0 0 12px;	
    margin-bottom:0px;
}


.extraswrapper ul{	
	padding: 5px 5px;
}

.extraswrapper li{	
	list-style: none;
}

.extraswrapper i{	
	font-size: 15px;
	padding-right: 5px;
}

.extraswrapper a{	
	font-size: 12px;
}



/** WIDGETS &amp; WIDGET PLAYER ****/
/*******************************/


.widget {
    margin-bottom: 20px;
}

.widget-content {
    background-color: #f6f8fa;
}

.widget-player {
	background-color: #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
    padding: 0;
    position: relative;
}

.widget-player p{
    padding-bottom: 4px;
}

.widget-player .title{
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	width: 100%;
	color: #222;
	margin-bottom: 10px;
}

.widget-player .date{
	text-align: left;
	font-size: 15px;
	margin-bottom: 10px;
}

.widget-player .ponente{
	font-size: 13px;
	text-align: left;
	color: #000;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
}
.widget-player .ponente i{
	padding: 0 5px 0 0;
	font-size: 16px !important;
}

.widget-player .ponentes{
	padding:0 !important;
	margin:0 !important;
	
}

.widget-player .ponentes span{
	position: relative;	
	line-height: 1.2;
}

.widget-player .falda{
	width: 100%;
	background: #888;

}

.widget-header-container {
    background-color: #3a6861;
    color: #f9f9f9;
    width: 100%;
}

.widget-header {
    display: table-cell;
    font-size: 1.2em;
    font-weight: bold;
    height: 30px;
    padding: 10px 20px;
    vertical-align: middle;
}

.widget-header-subtitle {
    font-size: 1.1em;
    font-style: italic;
    padding: 0 20px 5px;
}



/*** Facebook widget ***/
.fb_iframe_widget{
	display: block !important;
	
}

/** Questions ****************/

.form_preguntas{
	z-index:5;
	margin: 0px 0 15px 0;
	border: 1px solid #ccc;
}

.form_preguntas .header{
	margin-bottom: 8px;
	font-size: 17px;
	font-weight: 700;
}



.form_preguntas input {
	font-size: 17px;
    height: 40px;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	font-family: 'Montserrat', sans-serif;
	padding-left: 12px !important;
}

.form_preguntas textarea {
	font-size: 17px;
    -webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	font-family: 'Montserrat', sans-serif;
	padding-left: 12px !important;
}

#modalquestion p{
	font-size: 16px;
}


/** Widget HTML ****************/

.widget-html{
	line-height: 28px;
	text-align: justify;
	font-size: 14px;
	width: 92%;
	margin: 30px auto;	
}

/** Related Videos          ****/
/*******************************/
.relatedwrapper{
	background: #eee;
}

.related{
	margin: 8px 0;	
}

.related_image_wrapper{
	padding-right:5px;
}


.related_title_wrapper{
	padding-left:5px;
}

.related a .title{
	font-size: 12px !important;
	color:#333;
	display: inline-block;
	margin:0;
	padding:0;
}

.related a .title:hover{
	color: #167ac6;
}

.related .time{
	font-size: 11px;	
	padding:0 3px;
	margin:0 1px 1px 0;
	background: #444;
}

.related .ponente{
	font-size: 11px;		
	color:#555;
	margin:0;
	padding:0;
}

.related .ponente i{
	font-size: 12px !important;	
}

/** Youtube *****/

section.youtube div.container{
    position: relative;
    padding-bottom: 40.95%;
	padding-top: 25px;
	height: 0;
}

section.youtube div.container iframe.video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/** AGENDA* ****************/
/***************************/

.ponente_foto{
	margin: 5px;
	display: block;
	width:80px;
	height:80px;
	background-position:center;

	background-size:cover;
}

.ponente_icon{
	font-size: 36px !important;
}

.agenda_icon{
	font-size: 75px !important;
	color: #888;
	margin-right: 15px;

}


.agenda_subdiv{
 	margin: 0 25px;	
}
.agenda_div{
	margin: 1em;
}
.agenda_div h5{
 	margin: 8px;
	font-weight: 600;
	font-size:20px;
}
.agenda_info{
	text-align: left;
	margin: 18px 0;
}

.agenda_info h4{
	margin: 0px 0px 8px 0px ;
	font-size: 22px;
	font-weight: 600;
}
.agenda_info h6{
  	margin: 15px 0px 8px 0px ;
	line-height: normal;
	font-size: 20px;
}
.agenda_info .ponentename {
	font-size: 20px;
	font-weight: bold;
}
.agenda_list{
  font-family: 'Montserrat', sans-serif;
  text-transform: none;
}

.ponente_thumbnail{
	display:table-cell;
	vertical-align: middle;
	padding-right: 10px;
}	

.ponente_text{
	display:table-cell;
	vertical-align: middle;
	width:100%;
}

.ponente_text i{
	font-size: 18px !important; 	
	padding-right:3fdcfddcdecxdepx;
	cursor:pointer;
	
}
.ponente_text .url {
  margin-top:10px;
}

ul.agenda_list h1{
	color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

ul.agenda_list li .extra{
	font-size: 14px ;
	text-align: left;	
	padding: 3px !important;	
}

ul.agenda_list .extra i{
	font-size: 16px !important;
	color: #000 !important;
}

ul.agenda_list li .extra a {
	color: #000;
}

.agenda_info .tooltip-inner{
	font-size: 1em !important; 	
}

.addtocalendar .tooltip-inner{
	font-size: 1.2em !important; 	
}

.addtocalendar i{
	color:#666 !important; 	
	font-size:1.5em !important;
}

.addtocalendar i:hover{
	color:#222 !important; 	
}

.add_event i{
	font-size:2em !important;
	color:#fff !important; 	
}

.add_event i:hover{
	color:#fff !important; 	
}

.ponente_text div{
	text-align: left;
}	

ul.extras{
	list-style: none;
	padding-left: 0;
	margin-top:20px;
}
ul.extras i {
  padding-left:0;
  padding-right:5px;
}


#agenda i{
	font-size: 28px;
	
}

.extra-content{	
}

.extra-content li{	
	list-style: none;
	font-size: 1.3em;
}


/**
 * AddToCalendar Icon Style
 * http://addtocalendar.com
 */

/* Base */

.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.atcb-link {
    display: block;
    outline: none !important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    z-index: 900;
}
.addtocalendar_top .atcb-list {
	left: auto;
    right: 0;
}


ul.atcb-list li.atcb-item {
    padding: 10px !important;
	line-height: normal;
	font-size:18px;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0 !important;
    background: #000;
	
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link,
.atcb-item-link:hover
{
	color: #fff;
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

/***********************/

/** PPV ****************/
/***********************/

.ppv_select_item{
	font-size: 16px;
}


.paymentsterms div{
	border-top: 1px solid silver;
	padding: 20px 0;
	font-size: 1em;
}

.stripeButton:hover{
	background: #286090;	
}

.ppvitembox{
	margin: 40px 0;
}


.ppvitembox .item-photo img{
	width:100%;			
}

.ppvitem i{
	padding-left:0;
	font-size: 1.2em;
}

#suscriptions{
}

.product-chooser-item i{
	padding:0 4px;
}

div.product-chooser div.product-chooser-item{
    padding: 11px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    color: #222;
    height: 320px;
    overflow: hidden;    
    background: #fafafa;        
}

div.product-chooser.disabled div.product-chooser-item{
	zoom: 1;
	filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: default;
}


div.product-chooser div.product-chooser-item:hover{
	border: 4px solid #7f1a1e;
	background: #f5f5f5;
	padding: 8px;
}


/*
.upper-menu{
	background-color: #888;
	border-top: 1px solid #888;
	margin-bottom:30px;
	padding: 5px;
	
}
*/


div.product-chooser div.product-chooser-item img{
	padding: 0;
}

div.product-chooser div.product-chooser-item span.title{
	display: block;
	margin: 10px 0 5px 0;
	font-weight: bold;
	font-size: 17px;
	height: 50px;
}

div.product-chooser div.product-chooser-item span.price{
	display: block;
	margin: 12px;
	font-weight: 700;
	font-size: 26px;
}

div.product-chooser div.product-chooser-item div.description{
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	height: 140px;
}

div.product-chooser div.product-chooser-item input{
	position: absolute;
	left: 0;
	top: 0;
	visibility:hidden;
}


.suscribe_ppv{
	padding:30px;
}

.btn_suscribe_channel{
	margin:0;
	background-color: #32325d;
	font-weight: 600;
	padding: 10px 0;
	font-size: 16px;
}

.nav .btn_suscribe_channel{
	margin:0;
	background-color: #32325d;
	font-weight: 600;
	padding: 2px 10px;
	font-size: 13px;
}

.front-menu{
	width: 100%;
	border-bottom: 1px solid #fff;
}
.bgmenulight .front-menu {
	border-bottom: 1px solid #000;
}

.navbar-nav &gt; li &gt; a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 28px;
}
.navbar {
	min-height:28px !important;
	border-radius: 0px;
	border:0px solid transparent;
	border-top: 1px solid #efe4e4;
	
	
}

.navbar-default .navbar-nav &gt; li &gt; a &gt; i{
	padding-right:5px;
}

.navbar-default .navbar-nav &gt; li &gt; a{
	color:white;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover{
	color:#efe4e4;
}

.navbar-default .navbar-nav &gt; li &gt; a:visited{
	color:white
}

.navbar-default .navbar-brand{
	color:white;
}

.navbar-default .navbar-brand:hover{
	color:#efe4e4;
}

.bgmenulight .navbar-default .navbar-nav &gt; li &gt; a{
  color: #000;	
}

.navbar-default i{	
	font-size:1em;
	
}
.navbar-brand &gt; i{
	font-size:1.2em;
}

/** CLIENT TOP MENU ****/
/***********************/
.navbar-right li a{
	font-weight: 400;
	font-size:1.05em;
}

.navbar-right{
	font-size:1.05em;
}

/** CLIENT PROFILE PAGE ****/
/***************************/
.profile{
	font-size:1.2em;
}

.profile h1{
	font-weight: 600;
}

.profile h2{
	font-size:1em;
	font-weight: 700;

}
.profile .page-header{
	border-bottom: 2px solid #ddd;	
}

/*
.form_changepass input{
	margin-top:0;
	padding: 4px 12px;
	margin-right: 30px;
}

.form_changepass .form-group{
	margin-right: 10px;
}

.form_changepass .call2act{
	font-size: .95em;
}
*/

/** NEW STYLES */
@font-face {
  font-family: 'nirestream';
  src:  url('../../fonts/nirestream.eot?3oj9ji');
  src:  url('../../fonts/nirestream.eot?3oj9ji#iefix') format('embedded-opentype'),
    url('../../fonts/nirestream.ttf?3oj9ji') format('truetype'),
    url('../../fonts/nirestream.woff?3oj9ji') format('woff'),
    url('../../fonts/nirestream.svg?3oj9ji#nirestream') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="iconnire-"], [class*=" iconnire-"] {
  font-family: 'nirestream' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.iconnire-pdf:before {
  content: "\e900";
  color: #fff;
}
.iconnire-document:before {
  content: "\e901";
}
.iconnire-agenda:before {
  content: "\e902";
}
.iconnire-stream:before {
  content: "\e903";
  color: #fff;
}
.iconnire-close:before {
  content: "\e904";
  color: #fff;
}
.iconnire-search:before {
  content: "\e905";
}
.iconnire-ponentesmorew .path1:before {
  content: "\e906";
  color: rgb(255, 255, 255);
}
.iconnire-ponentesmorew .path2:before {
  content: "\e907";
  margin-left: -0.9599609375em;
  color: rgb(255, 255, 255);
}
.iconnire-ponentesmorew .path3:before {
  content: "\e908";
  margin-left: -0.9599609375em;
  color: rgb(0, 0, 0);
}
.iconnire-ponentesmorew .path4:before {
  content: "\e909";
  margin-left: -0.9599609375em;
  color: rgb(255, 255, 255);
}
.iconnire-dropdown:before {
  content: "\e90a";
  color: #fff;
}
.iconnire-profile:before {
  content: "\e90b";
}
.iconnire-arrow:before {
  content: "\e90c";
  color: #fff;
}
.iconnire-profilemore .path1:before {
  content: "\e90d";
  color: rgb(0, 0, 0);
}
.iconnire-profilemore .path2:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.iconnire-profilemore .path3:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.iconnire-profilemore .path4:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.iconnire-candado:before {
  content: "\e911";
  color: #fff;
}
.iconnire-play:before {
  content: "\e912";
  color: #fff;
}
.iconnire-check:before {
  content: "\e913";
  color: #fff;
}
.iconnire-patrocinadores:before {
  content: "\e914";
  color: #fff;
}
.iconnire-ponentes:before {
  content: "\e915";
  color: #fff;
}
.iconnire-calendar:before {
  content: "\e916";
  color: #fff;
}
.iconnire-info:before {
  content: "\e917";
  color: #fff;
}
.iconnire-alert:before {
  content: "\e918";
}
.iconnire-rrss-tw:before {
  content: "\e919";
  color: #fff;
}
.iconnire-rrss-ig:before {
  content: "\e91a";
  color: #fff;
}
.iconnire-rrss-ln:before {
  content: "\e91b";
  color: #fff;
}
.iconnire-rrss-fb:before {
  content: "\e91c";
  color: #fff;
}
.iconnire-login:before {
  content: "\e91d";
  color: #fff;
}
.iconnire-logout:before {
  content: "\e91e";
  color: #fff;
}

.topbar {
  background-color: #000;
  height: 46px;
  line-height: 45px;
  /*overflow: hidden;*/
  border-bottom: 1px solid #fff;
}
.topbar-top {
  width:100%;
  position:absolute;
  z-index:2;
  background-color:transparent;
}
.topbar-bottom {
  position:relative;
  z-index:1;
  overflow: hidden;
}
.topbar-top .navbar-nav{ 
  margin: 0 !important;
}
.language-dropdown .btn {
  background-color: transparent;
  color: #FCCF16;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  border: 0;
  height: 43px;
  border-radius: 0;
  text-transform: uppercase;
}
.language-dropdown .btn:active,
.language-dropdown.open .btn {
  background-color: #333;
}
.language-dropdown .dropdown-menu {
  min-width: auto;
  background-color: #000;
  margin: 0;
  padding: 0;
}
.language-dropdown .dropdown-menu li {
  margin: 0;
}
.language-dropdown .dropdown-menu li,
.language-dropdown .dropdown-menu li a {
  background-color: transparent;
  color: #fff;
}
.language-dropdown .dropdown-menu li.active a {
  background-color: transparent;
  color: #FCCF16;
}
@media (max-width: 1400px) {
	.topbar-top {
	  position:relative;
	  background-color: #000;
	}
	.topbar-top .login-area {
	  padding-right:0;
	}
	.topbar-top .navbar-nav{ 
	  margin: 0 !important;
	  margin-right: -1px !important;
	}
	.topbar-bottom {
	  /*border-top:1px solid #fff;*/
	}
}

.language-list {
	display: block;
	padding-left: 10px;
}
.language-dropdown {
	display: none;
}
@media (max-width: 768px) {
	.language-list {
		display: none;
	}
	.language-dropdown {
		display: block;
	}
}
.topbar .account-area {
  white-space: nowrap;
}
.topbar .account-area,
.topbar a {
  color: #fff;
  font-size: 18px;
}
.topbar .navbar-right {
  float: right;
  line-height: 45px;
  border-left: 1px solid #fff;
}
.topbar .toggleheader &gt; i {
  font-size: 20px !important;
}
.topbar .channel-register &gt; i,
.topbar .closesession &gt; i {
  font-size: 20px !important;
  width:25px;
}
.topbar .channel-register:hover &gt; i:before,
.topbar .closesession:hover &gt; i:before {
  color: #FCCF16 !important;
}
.topbar .nav&gt;li {
  line-height: 45px;
  border-right: 1px solid #fff;
}
.topbar .nav&gt;li&gt;a {
  height: 45px;
  line-height: 45px;
}
.topbar .nav&gt;li&gt;a:focus,
.topbar .nav&gt;li&gt;a:hover {
  text-decoration: none;
  background-color: transparent;
}
.topbar .nav&gt;li&gt;a:focus i,
.topbar .nav&gt;li&gt;a:hover i {
  color: #FCCF16;
}
.language-selector {
  float: right;
  right: auto;
  top: auto;
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  margin-bottom: 0;
  padding-left: 1px;
}
.language-selector li {
  margin: 0 8px;
}
.language-selector li:hover a  {
  text-decoration: none;
  border:0;
}
.language-selector li.active a {
  color: #FCCF16;
}
.floatright {
  float:right;
}
.short-title {
  text-align: center;
  font-size: 18px !important;
  text-transform: uppercase;
}
.front-menu .navbar {
  border:0;
}

.mainmenu-dropdown {
  position: static;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.mainmenu-dropdown .btn {
  float: none !important;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  height: 40px;
}
.mainmenu-dropdown .dropdown-main-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.95;
	top: 0;
	left: 0;
	background-color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
}
.mainmenu-dropdown .dropdown-main-menu li a {
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
}
.mainmenu-dropdown .dropdown-main-menu li a span {
  font-size: 40px;
  line-height: 200px;
}
.mainmenu-dropdown .dropdown-main-menu li a i {
  display: none;
}

#mainmenu {
	display: block;
}
.mainmenu-dropdown {
	display: none;
	line-height: 77px;
    height: 77px;
}
@media (max-width: 768px) {
	#mainmenu {
		display: none;
	}
	.mainmenu-dropdown  {
		display: block;
	}
}


.maincontent {
  margin-bottom: 20px;
  padding: 45px 0 !important;
  border-radius: 0px 0px 50px 50px;
}
.maincontent-common {
  background-color: #000;
  min-height: 100%;
  padding-bottom: 80px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 450px) {
  .maincontent {
    padding: 30px 0 !important;
  }
}
.maincontent-search {
  font-size: 20px;
  background-color: #fff;
  padding: 25px 0 !important;
  margin-bottom: 0;
}
.maincontent-player {
  padding-top: 40px !important;
  background-color:#000;
}
.countdown-main-text {
  margin-top:55px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}

.countdown-timer-wrapper {
  margin-bottom: 20px;
  width: 768px;
  margin: 50px auto;
}

.countdown-timer-wrapper .timer {
  padding: 10px;
  text-align: center;
  padding-top: 15px;
}

.countdown-timer-wrapper .timer .timer-wrapper {
  display: inline-block;
  width: 25%;
  height: auto;
  border-left: 1px solid #fff;
}
.countdown-timer-wrapper .timer .timer-wrapper:first-child {
  border: 0;
}

.countdown-timer-wrapper .timer .timer-wrapper .time {
  display:block;
  height: 110px;
  line-height: 110px;
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
}
.countdown-timer-wrapper .timer .timer-wrapper .text {
  display:block;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@media (max-width: 768px) {
	.countdown-timer-wrapper {
	  width: 100%;
	}
	.countdown-timer-wrapper .timer {
	  padding: 0;
	  padding-top: 15px;
	}
	.countdown-timer-wrapper .timer .timer-wrapper .time {
	  height: 90px;
	  line-height: 90px;
	  font-size: 80px;
	}
	.countdown-timer-wrapper .timer .timer-wrapper .text {
	  height: 30px;
	  line-height: 30px;
	  font-size: 15px;
	}
}
@media (max-width: 640px) {
	.countdown-timer-wrapper {
	  width: 100%;
	  margin-top: 20px;
	}
	.countdown-timer-wrapper .timer {
	  padding: 0;
	  padding-top: 15px;
	}
	.countdown-timer-wrapper .timer .timer-wrapper .time {
	  height: 70px;
	  line-height: 70px;
	  font-size: 60px;
	}
	.countdown-timer-wrapper .timer .timer-wrapper .text {
	  height: 20px;
	  line-height: 20px;
	  font-size: 13px;
	}
}
@media (max-width: 450px) {
	.countdown-timer-wrapper {
	  width: 100%;
	}
	.countdown-timer-wrapper .timer {
	  padding: 0;
	  padding-top: 15px;
	}
	.countdown-timer-wrapper .timer .timer-wrapper .time {
	  height: 60px;
	  line-height: 60px;
	  font-size: 50px;
	}
	.countdown-timer-wrapper .timer .timer-wrapper .text {
	  height: 20px;
	  line-height: 20px;
	  font-size: 13px;
	}
	.countdown-main-text {
	  margin-top: 35px;
	  font-size: 16px;
	}
}

.bglight .countdown-timer-wrapper .timer .timer-wrapper {
  border-left: 1px solid #000;	
}
.bglight .countdown-timer-wrapper .timer .timer-wrapper:first-child {
  border: 0;
}
.bglight .countdown-main-text,
.bglight .countdown-timer-wrapper .timer .timer-wrapper .time,
.bglight .countdown-timer-wrapper .timer .timer-wrapper .text {
  color: #000;
}


.topbar .navbar-nav&gt;li {
  float: left !important;
}

.navbar-default {
  padding: 0;
  position: static;
}
#mainmenu {
  text-align: center;
  line-height: 77px;
  height: 77px;
}
#mainmenu.navbar-nav li a{
    font-weight: normal;
	font-size: 20px
}
#mainmenu.navbar-nav li.current a {
    font-weight: bold;
}
#mainmenu.navbar-nav li a i {
  /*display: none;*/
}
@media (min-width: 768px) {
	#mainmenu.navbar-nav {
	  float: none;
	}
	#mainmenu.navbar-nav&gt;li {
	  float: none;
	  display: inline-block;
	}
}


.boxcontainer {

}
.boxtitle {
  border-radius: 10px 10px 0 0;
  color:#fff;
  text-align:left;
  padding: 0 20px;
}
.boxtitle h2 {
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  font-weight: bold;
}
.boxtitle i {
  font-size: 20px !important;
  line-height: 45px;
  height: 45px;
  margin-right:0px;
}
.boxtitle .boxtitle-text {
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  font-weight: bold;
}
.bgmenulight .boxtitle {
  color:#000;
}
.boxcontent {
  border-radius: 0 0 10px 10px;
  background-color:#fff;
  padding: 30px 20px;
}
.boxcontent .videofooter {
  border: 1px solid #ddd;
  border-top: 0;
}

.agenda_list {
  padding: 0;
}
.agenda_list li {
  border-top: 1px solid #000;
  padding: 40px 0;
}
.agenda_list li:first-child {
  border: 0;
}

.btnnireblack {
  background-color: #000;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
}
.btnnireblack:hover {
  color: #fff;
  text-decoration: none !important;
}
.url {
  color: #fff;
  font-size:16px;
  line-height:35px;
  padding: 0 20px;
}
.url i {
  padding-right:0;	
}

.static_links {
  margin:0;
  margin-top:10px;
  padding:0;
}

.videocat {
  padding: 0;
  margin: 40px 0;
  list-style: none;
  text-align:center !important;
}
.videocat&gt;li {
  display: inline-block !important;
  padding: 5px 5px !important;
  float: none !important;
}
.videocat&gt;li&gt;a {
  font-size: 16px;
}
.videocat&gt;li&gt;a {
    cursor: default;
    background-color: transparent;
    border-radius: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.videocat&gt;li&gt;a:focus,
.videocat&gt;li&gt;a:hover,
.videocat&gt;li&gt;a.active,
.videocat&gt;li&gt;a.active:focus,
.videocat&gt;li&gt;a.active:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: transparent;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
}
.section-title-xl {
  font-size:30px;
}
.backlinks {
  margin-bottom:40px;
}
.backlinks a {
  font-size: 18px;
  color: #fff;
}
.backlinks a:hover {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.rounded {
  border: 1px solid transparent;
  border-radius: 15px;
  overflow: hidden;
}
.bglight .livesidebar .rounded {
  border: 1px solid #ddd;
}
.caja-quest {
  margin-bottom: 0;
  background: none;
  background-color: #fff;
  padding: 12px; 
  padding-top: 20px;
  padding-bottom: 0;
}
.caja-quest textarea {
	padding: 0 16px;
}

.rounded .widget-html{
  line-height: 0;
}
.livesidebar .tab-content {
  background-color:#fff;
}

.livesidebarnav &gt; li {
  width: 100%;
}
.livesidebarnav &gt; li &gt; a {
  padding: 10px 0;
  letter-spacing: 3px;
  color: #fff !important;
  border: 0 !important;
}
.livesidebarnav.alltabs &gt; li &gt; a:hover,
.livesidebarnav.alltabs &gt; li.active &gt; a {
  color: #000 !important;
}
.livesidebarnav.alltabs &gt; li:first-child {
  width: 66%;
}
.livesidebarnav.alltabs &gt; li:last-child {
  width: 34%
}
.livesidebarnav.alltabs &gt; li &gt; a {
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  border-radius: 0;
}

.liveplayerauxwrapper {
  display:none;
}
.liveplayerauxwrappernew {
  margin-top:30px;
  display: block;
  width: 400px;
  margin-right: 10px;
}
.liveplayerauxwrappernew a {
  display: block;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  line-height: 51px;
  font-size: 15px;
  font-weight: bold;
}
.bglight .liveplayerauxwrappernew a {
  border: 2px solid #000 !important;
  color: #000;
}
.helperlive {
  border: 2px solid #666 !important;
  background-color: #666;
  border-radius: 15px;
  min-height: 44px;
  margin-top:30px;
  margin-bottom: 0;
  display: inline-block;
  /* width: calc(100% - 230px); */
  width: 100%;
  padding: 10px 20px;
}

.bglight .helperlive {
  border: 2px solid #000 !important;
  background-color: transparent;
}
.helperlive.msg {
  border: 2px solid #fff !important;
  background-color: #fff;
  color: #004EE4;
}
.helperlive.alert {
  color: #f00;
}
.helperlive.msg i {
  line-height: 60px;
  font-size: 25px;
}
.helperlive.msg i:before {
  color: #004EE4;
}
.helperlive.alert i:before {
  color: #f00;
}
#agenda_info div {
  text-align: left !important;
}
#agenda_info .agenda_name {
	font-size: 22px;
	color: #000;
}
#agenda_info .agenda_descripcion {
  	margin: 15px 0px 8px 0px ;
	line-height: normal;
	font-size: 14px !important ;
}
#agenda_info .name {
	font-size: 20px;
	font-weight: bold;
}
#agenda_info i {
	font-size: 18px;
}
#agenda_info .url {
    margin-top: 10px;
}
#agenda_info .cargo {
	font-size: 16px;
}


/* bof new maincontent-player */
.maincontent-container {
  padding-right: 80px;
  padding-left: 80px;
  margin-right: auto;
  margin-left: auto;
}

.maincontent-container .playerwrapper,
.maincontent-container .mainlive {
  display: inline-block;
  width: calc(100% - 400px);
  padding: 0 20px;
  vertical-align: top;
  margin-bottom: 10px;
}
.maincontent-container .sidebar {
  display: inline-block;
  width: 390px;
  padding: 0 20px;
  vertical-align: top;
}
.maincontent-container .mainlive .title {
  font-size: 20px;
  line-height: 25px;
  padding: 0;
  padding-top: 25px;
  text-align: left;
}

.maincontent-container .sidebar section:first-child {
  padding-top: 0;
}

.text-left {
	text-align: left;
}
@media screen and (max-width: 1600px) {
	.maincontent-container .playerwrapper,
	.maincontent-container .mainlive,
	.maincontent-container .sidebar {
	    padding: 0 10px;
	}
	.maincontent-container {
	  padding-right: 20px;
	  padding-left: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.maincontent-container .playerwrapper,
	.maincontent-container .mainlive {
	  display: inline-block;
	  width: calc(100% - 350px);
	  padding: 0 10px;
	  vertical-align: top;
	  margin-bottom: 10px;
	}
	.maincontent-container .sidebar {
	  display: inline-block;
	  width: 340px;
	  padding: 0 10px;
	  vertical-align: top;
	}
}

@media screen and (max-width: 1152px) {
	.maincontent-player {
		padding-top: 20px !important;
	}	
	.maincontent-container .playerwrapper,
	.maincontent-container .mainlive,
	.maincontent-container .sidebar {
	    padding: 0 10px;
	    display:block;
	    width: 100%;
	}
	.maincontent-container .mainlive {
		padding-bottom: 20px;
	}
	
	.maincontent-container {
	  padding-right: 20px;
	  padding-left: 20px;
	}
	.text-left {
		text-align: center;
	}
	.backlinks {
		line-height: 64px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 680px) {
	.maincontent-player {
		padding-top: 1px !important;
	}	
  .maincontent-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .maincontent-container .liveplayer {
    margin-right: -15px;
    margin-left: -15px;
  }
  .maincontent-container .mainlive .title {
	  font-size: 18px;
	  line-height: 22px;
	  padding: 0;
	  padding-top: 18px;
	  text-align: center;
	}
	.liveplayerauxwrappernew {
	  width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.maincontent-container .playerwrapper,
	.maincontent-container .mainlive,
	.maincontent-container .sidebar {
	    padding: 0;
	}
	.maincontent-container .mainlive {
		padding-bottom: 20px;
	}
	.maincontent-container .mainlive .liveplayerauxwrappernew,
	.maincontent-container .mainlive .title,
	.maincontent-container .sidebar {
	  padding-right: 20px;
	  padding-left: 20px;
	}
    .maincontent-container .liveplayer {
      margin-right: -5px;
      margin-left: -5px;
    }
}

/* bof legal */
.maincontent-common {
	padding-top: 60px !important;
}
.maincontent-common #legal {
	padding: 0;
}
.maincontent-common .legal-container {
	/* padding:20px; */
	/* max-width:500px; */
	margin: 0 auto;
	text-align: left;
}
.maincontent-common h1 {
	text-align: left;
}
.maincontent-common h2 {
	font-size:40px;
	text-transform:uppercase;
	margin:20px 0;
	font-weight:bold;
	color:#fff;
}
.maincontent-common p {
	font-size:16px;
	line-height: 22px;
	color:#fff;
}
/* bof text success*/
#thankyou .thankyou-container {
	/* padding:20px; */
	/* max-width:500px; */
	margin: 0 auto;
}
#thankyou h2 {
	font-size:40px;
	text-transform:uppercase;
	margin:20px 0;
	font-weight:bold;
	color:#fff;
}
#thankyou p {
	font-size:24px;
	line-height: 36px;
	color:#fff;
}
.bglight #thankyou h2,
.bglight #thankyou p {
	color: #000;
}

/* bof icon success*/
.ui-icons {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-success {
  background-color: #fff;
  border-radius: 50%;
  width: 180px; height: 180px;
  margin: 40px;
  padding:30px;
}

.ui-success-circle {
    stroke-dasharray: 260.75219024795285px, 260.75219024795285px;
    stroke-dashoffset: 260.75219024795285px;
    animation: ani-success-circle 1s ease-in both;
  }
.ui-success-path {
    stroke-dasharray: 60px 64px;
    stroke-dashoffset: 62px;
    stroke-linecap: round;
    animation: ani-success-path .4s 1s ease-in both;
  }

@keyframes ani-success-circle {
  to{stroke-dashoffset: 782.2565707438586px;}
}

@keyframes ani-success-path {
  0% {stroke-dashoffset: 62px;}
  65% {stroke-dashoffset: -5px;}
  84%{stroke-dashoffset: 4px;}
  100%{stroke-dashoffset: -2px;}
}



#accessbox-modal {
  background-color:#000 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.boxcontainer-white .boxtitle {
  background-color: #fff !important;
  color: #000;
}
.boxcontainer-white .boxtitle h2 {
  font-size: 16px;
  line-height: 35px;
  height: 35px;
  font-weight: bold;
}
.boxcontainer-white .boxtitle i {
  font-size: 16px !important;
  padding: 0 !important;
  padding-right: 10px !important;
  line-height: 35px;
  height: 35px;
}
.boxcontainer-white .boxtitle i:before {
  color: #004EE4;
}
.alert .boxcontainer-white .boxtitle i:before {
  color: #ff0000;
}
.boxcontainer-white .boxcontent {
  padding: 25px 18px;
  padding-top: 10px;
  font-size: 16px;
  text-align: left;
}
#agenda_info .boxcontainer-white .cargo {
  font-size: 13px !important;
  line-height: 1.4;
}
#agenda_info .boxcontainer-white .name,
#agenda_info .boxcontainer-white .agenda_name,
#agenda_info .boxcontainer-white .hours,
#agenda_info .boxcontainer-white .agenda_descripcion {
  font-size: 16px;
}
#agenda_info .boxcontainer-white .ponente_foto {
  width: 50px;
  height: 50px;
}

#agenda_info .boxcontainer-white .url {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}
#agenda_info .boxcontainer-white i {
    font-size: 14px;
}

.date_calendar_wrapper {
  font-size: 20px;
  line-height: 45px;
  height: 45px;
  font-weight: normal;
  float:right;
}

.livesidebar section {
  padding: 10px 0;
}

.blob {
  display: inline-block;
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
  margin-right: 10px;
  height: 12px;
  width: 12px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}
.blob.red {
  background: rgba(255, 82, 82, 1);
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
  animation: pulse-red 2s infinite;
}
.blob.white {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: pulse-white 1.2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.agenda_row {
	position: relative;
	background-color: #ededed;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 15px;
	padding: 20px 50px;
}
.event_row {
	padding: 0;
}
.event_row_boxtitle {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
}
.event_row_boxtitle h2 {
	font-size: 20px;
    line-height: 45px;
    height: 45px;
    font-weight: bold;
}
.event_row_boxtitle_live {
	background-color: #e60000;
}
.event_row_boxtitle_next {
	background-color: #000000;
}
.event_row_boxtitle_past {
	background-color: #737373;
}
.event_row_boxcontent {
	padding: 20px 40px;
}
.event_row_sm .agenda_row_title {
	font-size: 26px !important;
	line-height: 30px !important;
}
.event_row_sm .agenda_row_desc {
	margin-top: 20px;
	font-size: 16px !important;
	line-height: 1.7 !important;
}
.event_row_sm .agenda_row_content {
    padding: 0;
    padding-bottom: 20px;
}
.event_row_sm .agenda_row_pic {
	padding: 0 !important;
	padding-left: 20px !important;
}
.event_row_sm .agenda_row_buttons {
	margin: 20px 0 !important; 
}
.event_row_sm .img-rounded {
	width: 135px !important;
}
.collapser-ctrl {
	font-size: 16px;
	text-decoration: underline;
}
.past_events_btn {
	margin: 20px 0 !important;
}
.agenda_row .img-rounded {
    border-radius: 5px;
    width: 160px;
    margin: 0px 20px;
}
.agenda_row_top {
	padding-top:10px;
	text-align: left;
}
.agenda_row_time {
	float:left;
	font-weight: bold;
	font-size: 30px;
	border: 2px solid #000;
	border-radius: 50px;
	line-height: 45px;
	padding: 0 20px;
	margin-right: 20px;
}
.agenda_row_time i {
	font-size: 30px !important;
	padding: 0 !important;
	padding-left: 2px !important;
	vertical-align: -2px;
}
.agenda_row_time i:before {
	color: #FE0000;
}
.agenda_row_title {
	text-align: left;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
}
.agenda_row_desc {
	font-size: 20px;
	line-height: 1.5;
	text-align: left;
	display: block;
}
.agenda_row_buttons {
	text-align: left;
	margin-top: 30px;
}
.agenda_row_bottom {
  display: flex;
}
.agenda_row_content {
    padding: 25px 0;
}
.agenda_row_pic {
	order: 2;
	padding: 30px;
	padding-right: 0;
	margin-left: auto;
}
.agenda_row_pic_force {
	width: 400px;
	height: auto;
	/* height: 400px; */
}
.agenda_row_pic_force .img-rounded {
	width: auto !important;
	max-width: 100%;
    max-height: 100%;
}
.agenda_row_cleared {
	clear:both;
}
.agenda_row_btn {
	display: inline-block;
	color: #000;
	padding: 10px 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #000;
	font-size: 17px;
	font-weight: normal;
	border-radius: 14px;
	text-transform: uppercase;
}
.agenda_row_btn i {
	font-size: 17px !important;
	padding: 0 !important;
	padding-right: 5px !important;
}
.agenda_row_btn i:before {
	color: #000;
}
.agenda_row_btn:hover,
.agenda_row_btn:active,
.agenda_row_btn:focus {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.agenda_row_btn:hover i:before,
.agenda_row_btn:active i:before,
.agenda_row_btn:focus i:before {
	color: #fff;	
}


.agenda_row_title_btn {
	display: inline-block;
	color: #fff;
	padding: 7px 5px;
	padding-right: 10px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	border: 1px solid #fff;
	font-size: 17px;
	font-weight: normal;
	border-radius: 11px;
	text-transform: uppercase;
}
.agenda_row_title_btn i {
	font-size: 17px !important;
	padding: 0 !important;
	padding-right: 5px !important;
	line-height: 17px !important;
	height: auto !important;
}
.agenda_row_title_btn i:before {
	color: #fff;
}
.agenda_row_title_btn:hover,
.agenda_row_title_btn:active,
.agenda_row_title_btn:focus {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.agenda_row_title_btn:hover i:before,
.agenda_row_title_btn:active i:before,
.agenda_row_title_btn:focus i:before {
	color: #fff;	
}

.login_btn {
	display: inline-block;
	color: #000;
	padding: 10px 15px;
	margin: 0 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
	font-size: 17px !important;
	font-weight: normal;
	border-radius: 14px;
	text-transform: uppercase;
	background-color: transparent;
}
.login_btn i {
	font-size: 17px !important;
	padding: 0 !important;
	padding-right: 5px !important;
}
.login_btn i:before {
	color: #000;
}
.login_btn:hover,
.login_btn:active,
.login_btn:focus {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.login_btn:hover i:before,
.login_btn:active i:before,
.login_btn:focus i:before {
	color: #fff;	
}


.agenda_row_vertical_center {
  box-sizing: border-box;
  width: calc(100% - 80px);
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.agenda_row_btn_white {
	display: inline-block;
	color: #fff;
	padding: 10px 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	font-size: 17px;
	font-weight: normal;
	border-radius: 14px;
	text-transform: uppercase;
}
.agenda_row_btn_white i {
	font-size: 17px !important;
	padding: 0 !important;
	padding-right: 5px !important;
}
.agenda_row_btn_white i:before {
	color: #fff;
}
.agenda_row_btn_white:hover,
.agenda_row_btn_white:active,
.agenda_row_btn_white:focus {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.agenda_row_btn_white:hover i:before,
.agenda_row_btn_white:active i:before,
.agenda_row_btn_white:focus i:before {
	color: #000;	
}

.agenda_row_btn_content {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	border-radius: 15px;
}
.agenda_row_btn_contenttitle {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	margin: 20px 40px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.ponente_desc_title {
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;
	margin: 20px 40px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.agenda_row_btn_contentbox {
	height: calc(100% - 120px);
	margin: 10px 40px;
	margin-right: 42px;
	overflow-y: auto;
}
.ponente_desc_content {
	text-align:left;
	height: calc(100% - 120px);
	margin: 10px 40px;
	margin-right: 42px;
	overflow-y: auto;
	padding-right: 30px;
}
.ponente_desc_content p {
	font-size: 20px;
	line-height: 28px;	
}
.agenda_row_btn_contentbox .btnnireblack {
	border: 2px solid #fff;
	font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
    margin: 0px;
}
.agenda_row_btn_contentbox .btnnireblack i:before {
	font-size: 12px;	
}
.agenda_row_btn_contentbox .ponenteinfo-link i {
	font-size: 24px !important;
	vertical-align: -1px;
}
.agenda_row_btn_contentbox .ponenteinfo-link i:before {
	color: #fff;
}
.agenda_row_btn_contentbox .ponente_text {
	display: block;
	margin-bottom: 10px;
}
.agenda_row_btn_close {
	float:right;
	padding: 0 !important;
	cursor: pointer;
}
.ponente_desc_close {
	float:right;
	padding: 0 !important;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.agenda_row_btn_close:before{
	font-size: 50px;
}
.ponente_desc_close:before {
	font-size: 30px;
}

.ponente_desc {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	color: #fff;
	border-radius: 15px;
}

.ponente_desc .ponente_foto {
	float:left;
	margin-right: 30px;
	margin-bottom: 30px;
}

/* width */
.agenda_row_btn_contentbox::-webkit-scrollbar,
.ponente_desc_content::-webkit-scrollbar {
  width: 7px;
}
/* Track */
.agenda_row_btn_contentbox::-webkit-scrollbar-track,
.ponente_desc_content::-webkit-scrollbar-track {
  background: transparent; 
}
/* Handle */
.agenda_row_btn_contentbox::-webkit-scrollbar-thumb,
.ponente_desc_content::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}
/* Handle on hover */
.agenda_row_btn_contentbox::-webkit-scrollbar-thumb:hover,
.ponente_desc_content::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@media (max-width: 1024px) {
	.agenda_row_pic_force {
		width: 300px;
		height: 300px;
	}
}
@media (max-width: 768px) {
	.event_row_boxcontent {
		padding: 20px 20px;
	}
	.agenda_row {
	    /* padding: 10px 30px; */
	}
	.agenda_row_time {
		font-size: 19px;
		line-height: 33px;
		border: 1px solid #000;
		padding: 0 10px;
		margin-right: 10px;
	}
	.agenda_row_title {
		font-size: 19px;
		line-height: 36px;
	}
	.agenda_row_time i {
		font-size: 19px !important;
	}
	.agenda_row_desc {
		padding: 0;
	}
	.agenda_row_bottom {
	  display: block;
	}
	.agenda_row_pic {
		padding: 0;
		padding-bottom: 20px;
	}
	.agenda_row_pic_force {
		width: 100%;
		height: auto;
	}
	.agenda_row_pic_force .img-rounded {
		width: 100% !important;
		max-width: auto;
	    max-height: auto;
	}
	.agenda_row_pic .img-rounded {
		width: 100%;
		margin: 0 ;
	}
	.addtocalendar_top {
		width: 100%;
	}
	.agenda_row_title_btn {
		margin-left: 0;
	}
	.agenda_row_title_btn,
	.agenda_row_btn,
	.agenda_row_btn_white {
		width: 100%;
		text-align: center;
	}
	
	.addtocalendar_item {
		width: 100%;
	}
	
	.agenda_row_btn_contenttitle {
		text-align: left;
		font-size: 17px;
		font-weight: bold;
		line-height: 30px;
		margin: 20px 20px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.ponente_desc_title {
		text-align: left;
		font-size: 17px;
		font-weight: normal;
		line-height: 30px;
		margin: 20px 20px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.agenda_row_btn_contentbox {
		height: calc(100% - 120px);
		margin: 10px 20px;
		margin-right: 22px;
		overflow-y: auto;
	}
	.agenda_row_btn_contentbox .ponente_text {
		display: block;
		margin-bottom: 30px;
	}
	.ponente_desc_content {
		text-align:left;
		height: calc(100% - 120px);
		margin: 10px 20px;
		margin-right: 22px;
		overflow-y: auto;
		padding-right: 15px;
	}
	.ponente_desc_content p {
		font-size: 16px;
		line-height: 21px;
	}	
		

	.ponente_desc_close {
		float:right;
		padding: 0 !important;
		margin-top: -10px;
		margin-right: 10px;
		cursor: pointer;
	}
	.agenda_row_btn_close:before{
		font-size: 30px;
	}
	.ponente_desc_close:before {
		font-size: 20px;
	}
	
	
	.ponente_desc .ponente_foto {
		float:none;
		display: block;
		width: 100%;
		height: auto;
		padding-top: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	.ponente_desc_title {
		margin-top: 25px;
		line-height: 20px;
	}


	.ponentename {
		font-size: 16px !important;
		line-height: 22px;
	}
	
	.addtocalendar_top .atcb-list,
	.addtocalendar_item .atcb-list {
		width: 100%;
	}
}</pre></body></html>