@media (min-width:220px) {
	.gecko #video-container {
		max-height: 12000px;
	} 
}

@media (min-width:400px) { 
	
}
@media (min-width:641px) {
	
}
@media (min-width:961px) {
	  #video-container {
		/*max-height: 393px;*/
	}
	#video_placer_preload{
		width: 700px;
		height: 393px;
	}
	#video_w_ticker{
		min-height: 321px;
	}
	
}
@media (min-width:1025px) {
	 
	#video_w_ticker{
		min-height: 321px;
	}
}
@media (min-width:1200px) { 
	#description-box{
		min-height: 430px;
		position: relative;
	}
	.videotools {
		position: absolute;
		bottom: 0;
		}
	#video_w_ticker{
		min-height: 393px;
	}
	
	
}

@media (max-width:500px) { 
	.btn-toolbar {
		padding-top: 2%;
		padding-bottom: 2%; 
	} 
}



a {
color: #363636;
text-decoration: none;
}

a:hover {
color:#940000;
}


#video-container {     
	position: relative;     
	height: 100%;
	width: 100%;
	/*min-height: auto; */
	overflow: hidden; 
	/*max-height: 393px;*/
} 
.videocol{
/*height: 400px;
min-height: 445px;*/
}

#video_w_ticker{
	position: relative;

}
#description-box{
	padding: 0 5px;
}

.text-container {   
    /*min-height: 214px;  */
	position: relative;     
	padding-top: 5px; 
	/*height: 0; */
	overflow-y: hidden; 
}

@media (min-width:501px) and (max-width:991px) { 
	.text-container {
		/*padding-bottom: 15%;*/
		overflow-y: hidden;
	} 
}

@media (max-width:500px) { 
	.text-container {
		/*padding-bottom: 30%;*/
		overflow-y: auto;
	} 
}

#video-container iframe, .video-container object, .video-container embed {     
	position: absolute;     
	top: 0;     
	left: 0;     
	width: 100%;     
	height: 100%; 
}

.row-equal-height {
    display: flex; /* equal height of the children */
}

.info {
	margin-bottom: 6%;
}

.info > a {
font-weight: normal;
color: #AC2C2B;
font-size: 16px;
}

.description-text {
	margin-bottom: 8%;
	margin-top: 5%;
	font-size: 11px;
	
}

#carousel-container {
	margin-bottom: 10px;
	/*margin-top: -19px;*/
	background-color: #D1817E;
}

#navbar-container {
	background-color: #fff;
	border-color: #fff; 
}

.footer {
	background-color: #fff;
	border-color: #fff;
	margin-top: 10px;
}

.footer a, 
.footer p {
	color: #ADADAD;
	font-size: 91%;
}

.footer button {
	/background-color: #cd181f;
	background: transparent url(img/bgLinksButton.png) left top no-repeat;
	border-color: #cd181f;
	border-radius: 60px;
}

#footer-1 {
	background:  transparent url(img/bgSecContent.png) left top repeat-x;
}

#footer-1 .btn-xs,
.btn-group-xs > .btn {
	padding: 2px 10px;
}

@media (max-width:295px) {
	#footer-1 button:first-of-type{
		margin-bottom: 10px;
	}
}

.footer-1-inner {
	background: #E5E5E5 url(img/bgSecContentInner.png) left top repeat-x;
	margin-bottom: 0;
}

.footer-1-inner .btn-primary:hover {
	 border-color: #cd181f;
}

.footer-box {
	margin-left: 1%;
}

#footer-2 {
	margin-bottom: 0;
}





#shadow-bottom {
	border-bottom: 4px solid #CCC;
}

.shadow-bottom-box {
	margin-right: 8px;
	margin-left: 8px;
}

#button-bar-container {
	/background-color: #cd181f;
	/border-color: #cd181f;
	background: #BA2E2C url(img/bgNav.png) left top repeat-x;
	line-height: 1;
	border-radius: 0; 
}

.nav-pills > li.active > a {
	color:#cd181f;
}

.nav-pills > li > a {
	color:#fff;
}

#description-box .db-large-button {
	border-radius: 40px;
	border-color: #5F5F5F;
	/*background: transparent url(img/bgLinksButton.png) left bottom no-repeat;*/
	min-width: 120px !important;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #737373;
	-webkit-box-shadow:inset 0px 1px 0px 0px #737373;
	box-shadow:inset 0px 1px 0px 0px #737373;
	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #757575), color-stop(1, #171717) );
	background:-moz-linear-gradient( center top, #757575 5%, #171717 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#171717');
	background-color:#757575;
	
	
	
	
}

#description-box .db-small-button {
	background-color: #fff;
	border-color: #fff;
}

#description-box i {
	color: #000;
}

#description-box h3 {
	color: #063d64;
	font: bold 21px/130% ;
}

.search-bar {
	border-radius: 60px;
}

.search-bar-button {
	border-radius: 60px;
}

.search-bar-button[disabled]{
	opacity:0.6;
	filter:Alpha(opacity=60);
}


img {
	margin-top: 1%;
	margin-bottom: 1%;
	height: auto;
	/border: 4px solid #AC2C2B;
}

button {
	font-size: 50%;
}

.nav-pills li {
	font-size: 13px;
}

#carousel > .item > img,
#carousel img
 {
	border: 4px solid #AC2C2B;
	height: 121px;
	width: 190px;
}

#carousel .item{
  margin: 10px;
  
}
#carousel .item img{
 display: block;
  width: 100%;
   max-width: 100%;
  height: auto;
}

.dlg{
	position: relative;
	top:10%;
	left:10%;
	color: #fff;
	height: 80%;
	width: 80%;
	z-index: 1;
	overflow: hidden;
	font-size: 12px;
    text-shadow: 2px 2px #000000;
}
.item {
	position: relative;
}

.overlay{
	position:absolute;
	left:4px;
	display:none;
	background-color:black;
	opacity: .6;
	border-radius: 2.3px;
	z-index: 0;
	width: 70%;
	bottom: 4px;
}

.modal-backdrop {
  background-color: #FFF !important;
   
  }
  
.expansive-bar {
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#participaModal h4{
	color: #cd181f;
}

#participaModal .btn {
	background: transparent url(img/bgLinksButton.png) left top no-repeat;
	border-color: #cd181f;
	border-radius: 60px;
	padding: 0px 20px;
}

#linkVideoModal h4{
	color: #cd181f;
}



.carousel-control{
	position: relative;
}

.carousel-nav-item {
	display: none;
}



/************************ DIRECTO ******************/
.videorow{
position: relative;
min-height: 400px;
}
.videorow .directo_ticker{
position: absolute;
background-color: rgba(0,0,0,0.54);
color: #FFF;
z-index: 10;
padding: 5px;
margin: 0px;
width: 100%;
text-align: center;
cursor: pointer;
}
span.directo_tit_header{
font-size: 30px;
font-weight: 200;
display: block;
color: #666;
padding-bottom: 10px;
}
a#rtsp_link{
  margin-top: 40px;
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
}

/*************************** BUSCAR *******************/
#search-row{
	background: #F2F2F2;
}

#searchResults {
	
	
}
.close {
font-size: 30px;
filter: alpha(opacity=50);
opacity: 0.5;
}
