COLOR/****** GENERICO ******/
html
{
	min-height:100%;
}

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

#content.list-radios .jw-error
{
	opacity:0;
}

#content.list-television,
#content.list-radios
{
	padding-top: 70px;
}

#adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
hr
{
	background: white none repeat scroll 0 0;
    border-color: #ccc;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 20px;
}

h3{
	font-size: 22px;
}
.panel
{
	border:none !important;
	box-shadow:none !important;
	background-color:transparent !important;
	border-radius:0px;
}

.row
{
	margin-left:0px;
	margin-right:0px;
}

.row.head
{
	/*padding-top:10px;
	margin-bottom:5px;*/
	position:relative;
	height:35px;
}

#content .first .row.head:first-child
{
	margin-top:30px;
}

/*.featured_playlist .row.head
{
	margin-top:15px;
}*/

.row.head h1,
.row.head h2,
.row.head h3,
.row.head h4,
.row.head h5
{
	font-weight:300;
	text-transform:uppercase;
	text-shadow: 1px 1px 0px #fff;
}

.row.head a,
.row.head h3,
.row.head h4,
.row.head h5,
.row.head h6
{
	color: #747474;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 0;
    text-decoration: none;
}

.row.head .more
{
	background-image: url(../img/arrow-go.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 20px 44px;
    bottom: 10px;
    padding: 1px 25px 1px 0;
    position: absolute;
    right: 0;
}

.row.head .more:hover
{
	background-position: right bottom;
}

.row.head.filter
{
	height:70px;

}

.row.head.filter .fixed hr
{
	display:none;
}

.row.head.filter .fixed.on
{
	background:#f1f1f1;
	position:fixed;
	top:60px;
	z-index:3;
	/*-webkit-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.75);
box-shadow: 0px 4px 4px -2px rgba(0,0,0,0.75);*/
}

.row.head.filter .fixed.on hr
{
	display:block;
	width:100%;
	position:absolute;
	bottom:0px;
}

.row.head.filter .cont-search
{
	position: relative;
}
.row.head.filter .cont-search .search
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	border:solid 1px #E6E6E6;

	background-image: url(../img/icon-search.png);
	background-repeat:no-repeat;
	background-size:14px 14px;
	background-position:12px 11px;

    font-size: 12px;
    padding: 8px 30px 8px 40px;
    width: 240px;
		outline: none;
}
.row.head.filter .cont-search .remove
{
	color: #b3b3b3;
	cursor: pointer;
	display: none;
	font-size: 15px;
	padding: 3px;
	position: absolute;
	right: 7px;
	top: 6px;
}
.row.head.filter .cont-search .remove:hover{
	color: #838383;
}

/**** COLUMNAS ****/
.col
{
	width:auto !important;
}

/*** MARGINS ***/
.margin
{
	margin:15px !important;
}

.margin-bottom
{
	margin-bottom:15px !important;
}

.margin-top
{
	margin-top:15px !important;
}

.margin-left
{
	margin-left:15px !important;
}

.margin-right
{
	margin-right:15px !important;
}

.no-margin
{
	margin:0px !important;
}

.no-marginLeft
{
	margin-left:0px !important;
}

.no-marginRight
{
	margin-right:0px !important;
}

.no-marginTop
{
	margin-top:0px !important;
}

.no-marginBot
{
	margin-bottom:0px !important;
}

/*** PADDINGS ***/

.padding
{
	padding:15px;
}

.padding-top
{
	padding-top:15px !important;
}

.padding-left
{
	padding-left:15px !important;
}

.padding-right
{
	padding-right:15px !important;
}

.padding-bottom
{
	padding-bottom:15px !important;
}

.no-padding
{
	padding:0px !important;
}

.no-paddingLeft
{
	padding-left:0px !important;
}

.no-paddingRight
{
	padding-right:0px !important;
}

.no-paddingBottom
{
	padding-bottom:0px !important;
}

.no-paddingTop
{
	padding-top:0px !important;
}

.pos-right
{
	position:absolute;
	right:0px;
}

.pos-left
{
	position:absolute;
	left:0px;
}

.center
{
	position:relative;
	margin:0 auto;
}

/**** ESPECIFICO *****/

#video_home
{
	position:relative;
	width:100%;
	height:100%;
	background-color:#000;
}

#video_home .block
{
	position:absolute;
	bottom:0px;
	height:100%;
	width:100%;
	left:0px;
	cursor:pointer;
}

#video_home .info
{
	position: absolute;
	bottom: 101px;
	right: 20px;
}
#video_home .info .img,
#video_home .info .text
{
	float: left;
}

#video_home .info .img img
{
	border: solid 1px #585858;
}

#video_home .info .text
{
	margin-right: 30px;
	color: #fff;
	font-family: Raleway;
}

#video_home .info .text label
{
	background-color: rgba(0, 167, 133, 0.8);
	font-size: 16px;
	font-weight: 300;
	padding: 3px 13px;
	margin: 27px 0px 0px 0px;
}

#video_home .info .text .name
{
	font-size: 30px;
  font-weight: 200;
  margin: 0;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

#head
{
	position:fixed;
	z-index: 99999;
	overflow:hidden;
	width:100%;
}

#head.version1
{
	height:80px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;

	background-color:rgba(0,0,0,.5)
}

#head.version2
{
	height:60px;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;

	-webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

#head.version2.gradient
{
	background-image:url(../img/gradient-menu.png);
	background-repeat: repeat-x;
	background-position: top;
}

#head.version2.linear
{
	background-color:rgba(0,0,0,1);
	-webkit-transition: background 0s;
    -moz-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
}

#head.opacity
{
	background-color:rgba(0,0,0,.5);
}

#head #menu1,
#head #menu2
{
	position:absolute;
	text-transform:uppercase;
	font-weight:500;

	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	-o-animation-duration: .7s;
	animation-duration: .7s;
}

#head #menu1 ul
{
	padding:0px;
	float:left;
	list-style:none;
	margin:0px;
}

#head #menu1 ul li
{
	float:left;
	color:#FFF;
}

#head #menu1 ul li:first-child
{
	margin:0px;
	padding:0p;
}

#head #menu1 ul li:hover,
#head #menu1 ul li.active
{
	background:rgb(0,167,133);
}


#head #menu1 ul li a
{
	text-decoration:none;
	color:#FFF;
	outline:none;
}

#head #menu1 ul li a span
{
	border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 6px 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

#head #menu1 ul li:hover a > span,
#head #menu1 ul li.active a > span
{
	border:none;
}


#head #menu1 ul li:first-child a span
{
	border:none !important;
}

#head #menu1 ul li .logo
{
	background-image:url(../img/logo-sin-fondo.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: contain;
	margin-left:3%;
	float:left;
}

#head #menu1 ul li.logo a
{
	background-image: url(../img/logo-sin-fondo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 80px;
    width: 230px;
}

#head #menu2
{
	height:80px;
	font-size: 15px;
}

#head #menu2 ul
{
	padding:0px;
	float:left;
	list-style:none;
	margin:0px;
	height:60px;
	width:100%;
}

#head #menu2 ul li
{
	float:left;
	color:#FFF;
	position:relative;
	margin:0px 15px;
	height:60px;
}


#head #menu2 ul li.logo a
{
	background-image: url(../img/logo-sin-fondo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 60px;
    width: 160px;
}

#head #menu2 ul li a
{
	text-decoration:none;
	color:#FFF;
	outline:none;
	text-align:center;
}

#head #menu2 ul li a:hover
{
	color:#dadada;
}

#head #menu2 ul li a span
{
	border: medium none !important;
    position: relative;
    top: 20px;
	font-weight:300;
}

#head #menu2 ul li a .bottom
{
	height:5px;
	width:100%;
	background-color:#FFF;
	position:absolute;
	bottom:0px;
	display:none;
}

#head #menu2 ul li.active a .bottom
{
	display:block;
}

#head #flags
{
	float:left;
}

#content
{
	position:relative;
	margin:0 auto;
	background-color:#f1f1f1;
	-webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.48);
	box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.48);
}

/** SLIDER **/
#slider
{
	margin-top:0px;
	background-color:#000;
	overflow:hidden;
}

#slider .cont
{
	position:relative;
	overflow:hidden;
}

#slider .cont #carousel .big-banner
{
	cursor: pointer;
}

#slider > div
{
	width:100%;
	margin:0 auto;
	position:relative;
	background:#000;
}

#slider .cont #carousel .opacity
{
	position:absolute;
	top:0px;
	background:rgba(0,0,0,.6);
	height:100%;
	width:100%;
}

#slider .cont #carousel .gradient
{
	position:absolute;
	top:0px;
	background-image:url(../img/gradient-h.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
	height:100%;
	width:100%;
}

#slider .cont .info
{
	position:absolute;
	bottom:0px;
	color:#FFF;
	font-family:Raleway;
	width:100%;
	margin-bottom:3%;
	margin-left:3%;

}

#slider .cont .info .title
{
	font-size:40px;
	font-weight:300;
	margin-bottom:0px;
}

#slider .cont .info .description
{
	font-size: 17px;
    font-weight: 300;
    opacity: 0.75;
    width: 45%;
}

#slider .cont .info .social div,
#slider .cont .info .social a
{
	background-repeat:no-repeat;
	cursor:pointer;
}

#slider .cont .info .social
{
	margin-top:2%;
}

#slider .cont .info .social .star
{
	background-image:url(../img/starHeader.png);
}

#slider .cont .info .social .i
{
	background-image:url(../img/infoHeader.png);
}

#slider .cont .info .social .facebook
{
	background-image:url(../img/facebookHeader.png);
}


#slider > div a
{
	outline:none;
}

#slider > div .prev,
#slider > div .next
{
	position:absolute;
	top:0;
	display:block;
	height:100%;
}

#slider > div .prev span,
#slider > div .next span,
#slider > div a span
{
	display:none;
}

#slider > div .prev
{
	background-image:url(../img/prev-slider.png);
	background-repeat: repeat-y;
	background-position: left;
	left:0px;
}

#slider > div .next
{
	background-image:url(../img/next-slider.png);
	background-repeat: repeat-y;
	background-position: right;
	right:0px;
}

/**************************************/
#content .medias .media,
.tooltipMedias .qtip-content .media
{
	margin-top:0px;
	position:relative;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}

.tooltipMedias .qtip-content .media .cont_video
{
	width:100%;
	position:relative;
	height:128px;
}

.tooltipMedias .qtip-content .media .cont_video .load,
.tooltipMedias .qtip-content .media .cont_video .bg
{
	position:absolute;
	top:0;
	left:0;
}

.tooltipMedias .qtip-content .media .cont_video .load
{
	background-color:rgba(0,0,0,.2);
	width:100%;
	height:100%;
}

.tooltipMedias .qtip-content .media .cont_video .load .loading
{
	top:50%;
	left:50%;
	text-align:center;
	vertical-align:middle !important;
	color:#FFF;
	position:absolute;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	display:none;

}

.tooltipMedias .qtip-content .media .cont_video .load .loading span
{
	vertical-align:middle !important;
	opacity:.9;
}

.vod {
    padding-top: 60px;
}

#content .medias .media .image
{
	border:solid 3px #FFFFFF;
	position:relative;
	overflow:hidden;
}

#content .medias .media .image img.zoom
{
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}


#content .medias .media .info
{
	margin-top:5px;
	margin-left: 2px;
	font-size: 16px;
}

#content .featured_playlist .medias .media
{
	position:relative;
	float:left;
	/*-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;*/
}

#content .featured_playlist .medias .media .info
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-image:url(../img/gradiant.png);
	background-position: center top;
	background-size: cover;
}

#content .featured_playlist .medias .media.small .info
{
	background-image:url(../img/gradiant2.png);
}

#content .featured_playlist .medias .media .info p
{
	color: #fff;
	margin-bottom: 0px;
	width: 100%;
}

#content .featured_playlist .medias .media .info .parent
{
	font-size: 12px;
	font-weight: 100;
}

#content .featured_playlist .medias .media .info .title
{
	font-size: 13px;
	font-weight: bold;
}

#content .featured_playlist .medias .media.medium .info .title
{
	font-size: 20px;
}

#content .medias .media .image:hover .hover
{
	display:block;
}

#content .medias .media .image:hover img.zoom
{
	transform:scale(1.05);
    -ms-transform:scale(1.05); /* IE 9 */
    -moz-transform:scale(1.05); /* Firefox */
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -o-transform:scale(1.05); /* Opera */
}

#content .medias .media.active .hover
{
	display:block;
	background-image:none !important;

}




#content .medias .media .hover
{
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.3);
	background-position:center center;
	background-repeat:no-repeat;
	top:0px;
	display:none;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#content .medias .media .hover.small
{
	background-image:url(../img/play-btn-small.png);
}

#content .medias .media .hover.big
{
	background-image:url(../img/play-btn-big.png);
}

#content .medias .media .hover.medium
{
	background-image:url(../img/play-btn-medium.png);
}

#content .medias .media:first-child
{
	margin-left:0px;
}

#content .dropdown.filter
{

}


#content .dropdown.filter .dropdown-menu
{
	min-width:270px;
	padding:10px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#content .dropdown.filter .dropdown-menu.playlists
{
	padding:5px 0px;
}

#content .dropdown.filter .dropdown-menu li a
{
	margin: 0px;
	padding:5px 20px;
	text-transform:uppercase;
}

#content .dropdown.filter .dropdown-menu li a.active
{
	color:#000;
	font-weight:400;
}

#content .dropdown.filter .dropdown-menu li a .flag
{
	width:25px;
	height:25px;
}

#content .dropdown.filter .dropdown-menu li ul
{
	display:block;
	position:relative;
	border:0px;

	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

#content .dropdown.filter .dropdown-menu li ul li a
{
	padding-left:45px;
}

#content .filter button,
#content.list-videos .row.head h3
{
	font-size:20px;
	text-transform:uppercase;
	border:0px;
	background-color:transparent;
	outline:none;
	font-weight:200;
	padding:6px 15px 3px;
	color:#333;
}

#content.list-videos .row.head h3
{
	margin-top:3px;
}

#content.list-television .list-featured
{
	margin-top: 10px;
	padding-left: 15px;
}
#content.list-television .list-featured .media.featured
{
	margin-bottom: 15px;
}

#content.list-radios .medias ul,
#content.list-television .medias ul,
#content.list-videos .medias ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}


#content.list-radios .medias li hr,
#content.list-television .medias li hr,
#content.list-videos .medias li hr
{
	margin:0;
}

#content.list-radios .medias li,
#content.list-television .medias li,
#content.list-videos .medias li
{
	cursor:pointer;
}

#content.list-radios .medias li:hover,
#content.list-television .medias li:hover,
#content.list-videos .medias li:hover
{
	background-color:#EAEAEA;
}

#content.list-television .medias li.active,
#content.list-radios .medias li.active,
#content.list-videos .medias li.active
{
	background-color:#dcdcdc;
}

#content.list-radios .medias li:hover .media .hover,
#content.list-television .medias li:hover .media .hover,
#content.list-videos .medias li:hover .media .hover
{
	display:block;
}

#content.list-radios .medias li .media,
#content.list-radios .medias li .info,
#content.list-television .medias li .media,
#content.list-television .medias li .info,
#content.list-videos .medias li .media,
#content.list-videos .medias li .info
{
	float:left;
}

#content.list-radios .medias li .info h4,
#content.list-television .medias li .info h4,
#content.list-videos .medias li .info h4
{
	margin:6px 0px 2px 0px;
	font-size:18px
}

#content.list-radios .medias li .info p,
#content.list-television .medias li .info p,
#content.list-videos .medias li .info p
{
	margin:0px !important;
	font-size:13px;
	font-weight:300;
}

#content.list-radios .medias li .info span,
#content.list-television .medias li .info span,
#content.list-videos .medias li .info span
{
	font-size:12px;
	font-weight:300;
}

/**** REPRODUCTORES *****/
#content .info_video
{
	position:relative;
	background-color:#0D0D0D;
	margin-top:5px;
	color:#FFF;
}

#content .info_video .media img
{
	border:solid 3px #FFFFFF;
}

#content .info_video .track
{
	color: #b3b3b3;
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

#content .info_video .name
{
	font-size:17px;
}

#content .info_video .description
{
	font-size:13px;
	display:none;
	color:#dcdcdc;
}

#content .info_video .name,
#content .info_video .description
{
	margin:0px;
}

#content .info_video .share
{
	margin-top:2px;
}

#content .info_video .share .facebook
{
	width:75px;
	height:20px;
	/*background-repeat:no-repeat;
	background-image:url(../img/icon-like-facebook.png);*/
}

#content .info_video .share .icons-share
{
	font-size:21px;
	cursor:pointer;
}

#content .video_clip .video_wrap
{
	width:100%;
	position:absolute;
	height:100%;
}

#content .reproductor.video
{
	width:100%;
	position:absolute;
	height:100%;
	background:#000;
	cursor:pointer;
}

#content .reproductor.video #player
{
	position:absolute;
	width:100%;
	height:100%;
}

#content .reproductor.video #player .play
{
	width:56px;
	height:56px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-28px;
	margin-top:-28px;
	cursor:pointer;

	-webkit-animation-duration: .2s; /* Chrome, Safari, Opera */
    animation-duration: .2s;
}

#content .reproductor.video #player:hover .play
{
	background-position:-56px center;
}

#content .reproductor.video #player .play:hover
{
	background-position:-112px center;
}

#content .reproductor.video #player .play
{
	background-image:url(../img/playVideos.png);
}


#content .video_clip .video_wrap .reproductor.video .buttons,
#content .video_clip .video_wrap .info_video
{
	display:none;
}

#content .video_clip .video_wrap.mini
{
	position:fixed;
	width:100%;
	height:130px;
	background-color:#0d0d0d;
	top:0px;
	left:0px;
	z-index:99999;
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons
{
	display:block;
}


#content .video_clip .video_wrap.mini .reproductor.video
{
	position:relative;
	float:left;
	width:230px;
	-webkit-animation-duration: .5s; /* Chrome, Safari, Opera */
    animation-duration: .5s;
	z-index:3;
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons
{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons > div,
#content .video_clip .video_wrap .reproductor.video .buttons.show > div
{
	width:56px;
	height:56px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-28px;
	margin-top:-28px;
	display:none;
	cursor:pointer;

	-webkit-animation-duration: .2s; /* Chrome, Safari, Opera */
    animation-duration: .2s;
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons:hover > div,
#content .video_clip .video_wrap .reproductor.video:hover .buttons.show > div
{
	background-position:-56px center;
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons > div:hover,
#content .video_clip .video_wrap .reproductor.video .buttons.show > div:hover
{
	background-position:-112px center;
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons .pause
{
	background-image:url(../img/pauseVideos.png);
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons .play
{
	background-image:url(../img/playVideos.png);
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons .reload,
#content .video_clip .video_wrap .reproductor.video .buttons.show .reload
{
	background-image:url(../img/reloadVideos.png);
	margin-left: -61px;
}

#content .video_clip .video_wrap .reproductor.video .buttons .reload.center
{
	margin-left:-28px;
}

#content .video_clip .video_wrap.mini .reproductor.video .buttons .next,
#content .video_clip .video_wrap .reproductor.video .buttons.show .next
{
	background-image:url(../img/nextVideos.png);
	margin-left: 5px;
}

#content .video_clip .video_wrap.mini .info_video
{
	float:left;
	color:#FFF;
	background-color:transparent;
	display:none;
	z-index:2;
}

#content .video_clip .video_wrap.mini .info_video .name
{
	margin-top:30px;
}
#content .video_clip .video_wrap.mini .info_video .share
{
	position:relative;
}

#content .reproductor
{
	width:100%;
	position:relative;
}

#content .reproductor.video.external .buttons
{
	display:none !important;
}


/********* radio *******/

#radio
{
	background-color:#0d0d0d;
	position:fixed;
	bottom:0px;
	z-index:1;
	display:none;
	overflow:hidden;
	font-family:Raleway;
}

#radio .reproductor
{
	width:100%;
	margin:0 auto;
	position:relative;
	color:#FFF;
}

#radio .reproductor .block
{
	float:left;
	width:33%;
	position:relative;
}

#radio .reproductor .block .description .name
{
	font-weight:300;
}

#radio .reproductor .block .description .city
{
	font-weight:200;
	font-size:13px;
	color:#A9A9A9;
	width: 240px;
	height: 20px;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	position: relative;

}

#radio .reproductor .block .popup
{
	margin-left: 15px;
    position: relative;
    top: 15px;
    cursor: pointer;
}

#radio .reproductor .info .equalizer
{
	font-weight:300;
	font-size:13px;
}

#radio .reproductor .info .song
{
	font-weight:300;
	font-size:13px;
}

#radio .reproductor .description .city.schedules
{
	cursor: pointer;
}

#radio .reproductor .description .city.schedules:hover
{
	text-decoration: underline;
	color: #bfbfbf;
}


#radio .reproductor .block .bars
{
	position:absolute;
	height:100%;
	width:2px;
	top:0;
}

#radio .reproductor .block .bars .bar
{
	width:1px;
	float:left;
	height:100%;
}

#radio .reproductor .block .bars .bar:first-child
{
	background-color:#070707;

}
#radio .reproductor .block .bar:last-child
{
	background-color:#262626;
}

#radio .reproductor .block:first-child .bars
{
	right:0;
}

#radio .reproductor .block:last-child .bars
{
	left:0;
}

#radio .reproductor .block .volume_control
{
	position:absolute;
}

#radio .reproductor .block .volume_control #volume
{
	background-color:#666f82;
	margin-top:9px;
	float:right;
}

#radio .reproductor .block .volume_control #volume,
#radio .reproductor .block .volume_control #volume .ui-slider-range
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0px;
	height:5px;
}

#radio .reproductor .block .volume_control #volume .ui-slider-range
{
	background: #00a786 none repeat scroll 0 0;
}

#radio .reproductor .block .volume_control #volume .ui-slider-handle
{


	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	cursor:pointer;
	outline:none;
	width:11px;
	height:11px;

	top:-3px;
	margin-left:-6px;

	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.74);
-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.74);
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.74);
}

#radio .reproductor .block .volume_control .icon-volume
{
	width:25px;
	height:23px;
	float:left;
	cursor:pointer;
	background-image:url(../img/icon-volume.png);
	position:relative;
	background-size:50px 46px;
}

#radio .reproductor .block .volume_control .icon-volume:hover
{
	background-image:url(../img/icon-volume.png);
	background-position:0px 23px;
}

#radio .reproductor .block .volume_control .icon-volume.off
{
	background-position:25px 0px;
}

#radio .reproductor .block .volume_control .icon-volume.off:hover
{
	background-position:25px 23px;
}

#radio .reproductor .media
{
	border:solid 2px #FFFFFF;
}

#radio .reproductor .control
{
	color:#FFF;
	text-decoration:none;
	outline:none;
}

#radio .reproductor .block .share
{
	position: absolute;
}

#radio .reproductor .block .share .icons-share
{
	position:relative;
	font-size:21px;
}

#radio .reproductor .block .share .icons-share .btn-share
{
	position:relative;
	display:block;
	cursor:pointer;
}

#radio .reproductor .block .share .facebook
{
	width:75px;
	height:20px;
	overflow:hidden;
}

/******* carousel style ********/
.carousel .prev,
.carousel .next,
.carousel .pagination
{
	position:absolute;
	outline:none;
}

.carousel .prev span,
.carousel .next span,
.carousel .pagination span
{
	display:none;
}

.carousel .prev,
.carousel .next
{
	width:44px;
	height:44px;
	top:50%;
}

.carousel .prev
{
	background:url(../img/carousel-left.jpg) no-repeat;
	left:-44px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.carousel .next
{
	background:url(../img/carousel-right.jpg) no-repeat;
	right:-44px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.carousel .prev:hover
{
	background:url(../img/carousel-left.jpg) no-repeat;
	background-position:center bottom;

}

.carousel .next:hover
{
	background:url(../img/carousel-right.jpg) no-repeat;
	background-position:center bottom;
}

.carousel .prev.disabled,
.carousel .next.disabled
{
	display:none !important;
}
/*****************/


/******* TOOLTIP **********/
.tooltipMedias .qtip-content
{
	padding:20px;
}

.tooltipMedias .qtip-content hr
{
	margin:15px 0px;
}

.tooltipMedias .qtip-content h3
{
	margin:0px;
	margin-bottom:2px;
	font-size:18px;
}

.tooltipMedias .qtip-content .rating
{
	height:19px;
	margin: 5px 0 3px;
}

.tooltipMedias .qtip-content .rating .votes .count
{
	margin:0px 3px;
}

.tooltipMedias .qtip-content .tags
{
	padding:5px 0px;
}

.tooltipMedias .qtip-content .tags .tag
{
	background: rgb(0, 167, 133) none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    margin-left: 15px;
    padding: 3px 10px;
    text-decoration: none;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltipMedias .qtip-content .tags .tag:first-child
{
	margin-left:0px;
}

.tooltipMedias .qtip-content .year
{
	font-size:13px;
	font-weight:400;
}

.tooltipMedias .qtip-content .description
{
	margin-top:5px;
	font-size:13px;
}

.tooltipMedias .qtip-content .begin
{
	font-size:20px;
	font-family:raleway;
	font-weight:400;
}

.tooltipMedias .qtip-content .image img
{
	width:100% !important;
}

.tooltipMedias .qtip-content .gradient
{
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */

background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.tooltipMedias .qtip-content .gradient .info
{
	position:absolute;
	bottom:0pc;
	padding:10px;
	width:100%;
}

.tooltipMedias .qtip-content .gradient .info .title
{
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	margin:0;
}

.tooltipMedias .qtip-content .gradient .info .description
{
	font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    margin: 0;
	color: #dbdbdb;
}

.tooltipMedias .qtip-content .gradient .time
{
	color: #fff;
    font-size: 13px;
    font-weight: bolder;
    position: absolute;
    right: 10px;
    top: 7px;
}

/***** COLORES FONTS ********/
.soft-gray
{
	color:#9b9b9b;
}

.strong-gray
{
	color:#444;
}

.green,
a.green:hover
{
	color:rgb(0,167,133);
}

/*** content schedule ***/

.content_schedule .fancybox-skin{
	padding: 0px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.content_schedule{
	position: relative;
}

.content_schedule .header{
	width: 500px;
	height: 259px;
	position: relative;
}

.content_schedule .header .media{
	border: 6px solid #fff;
  bottom: -40px;
  position: absolute;
  left: 20px;
  width: 100px;
}

.content_schedule .body{
	padding: 45px 26px 5px;
  position: relative;
}

.content_schedule .body .schedule{
	font-family: raleway;
  font-size: 19px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.content_schedule .body .title{
	font-family: raleway;
  font-size: 28px;
  font-weight: 500;
  left: 135px;
  margin-top: 8px;
  position: absolute;
  top: 0;
}

.content_schedule .body .stars{
	font-size: 17px;
	margin-bottom: 5px;
}

.content_schedule .body .date{
	font-weight: bold;
	font-size: 12px;
}

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

/********DROPDOWN**********/

/*.dropdown-menu  li  a:focus, .dropdown-menu li a:hover
{
    background-color: #f5f5f5;
    color: #262626;
    text-decoration: none;
}*/

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

/******* COLORES OVER **********/
.row.head a:hover,
.row.head a h3:hover,
.row.head a h4:hover,
.row.head a h5:hover,
.row.head a h6:hover,
#content .filter ul a:hover,
#content .medias .media .info .name:hover,
.tooltipMedias .qtip-content .title:hover,
#radio .reproductor .control .fa:hover,
#content .filter button:hover
{
	color:rgb(0,167,133) !important;
	text-decoration:none;
	outline:none;
}

#head,
.row.head
{
	font-family:Raleway;
}

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

/**** INFO SERIES *****/
.infoSerie
{
	padding:20px 21px;
	width:793px;
}

.infoSerie h3
{
	font-size:30px;
	margin-top:0px;
}

.infoSerie .rating
{
	margin-bottom:15px;
}

.infoSerie .image,
.infoSerie .info
{
	float:left;
}

.infoSerie .info
{
	margin-left: 30px;
    width: 530px;
}

.infoSerie .tags
{
	float:left;
}

.infoSerie .tags .tag
{
	float:left;
	background-color:#333;
	color:#fff;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	padding: 3px 9px;

	margin-right: 15px;
}

.infoSerie .tags .tag:last-child
{
	margin-right: 0px;
}

.infoSerie .votes,
.infoSerie .year
{
	color:#737373;
}

.infoSerie .year
{
	position:relative;
	top:3px;
}

.infoSerie .description
{
	margin-top:15px;
	color:#737373;
}

.infoSerie .director,
.infoSerie .reparto
{
	margin:0px;
	position:relative;
}

.infoSerie .director span,
.infoSerie .reparto span
{
	position:absolute;
	left:70px;
}

.infoSerie .tags a
{
	color:#CCC;
}

/***** carouselPages ******/

.carousel-pages
{
	height: 20px;
    margin-top: -30px;
    width: 100%;
	text-align:center;
	position:absolute;


}

.carousel-pages a
{
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:rgba(255,255,255,.5)
}

.carousel-pages a.selected
{
	background-color: #fff;
}

.carousel-pages a:last-child
{
	margin-right:10px;
}

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

.p300x600
{
	width:330px;
	height:630px;
}

.p728x90
{
	width:728px;
	height:90px;
}

.ghost
{
	opacity:0 !important;
	pointer-events: none !important;
}


/*******FOOTER***********/
#footer {
    background: #111 none repeat scroll 0 0;
    min-height: 500px;
    width: 100%;
	position:relative;
	z-index:2;
	margin-top:40px;
}

#footer .app-descargas {
    background: #ddd none repeat scroll 0 0;
    width: 100%;
}

#footer .app-descargas nav {
    padding: 30px 0px 0px 0px;
    text-align: center;
    width: 100%;
}
#footer .app-descargas nav h4 {
    font-weight: 400;
	margin:0px;
}
#footer .app-descargas nav ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
#footer .app-descargas nav ul::after {
    clear: both;
    content: "";
    display: block;
}
#footer .app-descargas nav ul > li {
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
	padding: 30px 57px 25px;
    text-align: center;
}
#footer .app-descargas nav ul > li a {
    display: block;
    font-weight: 700;
    text-decoration: none;
}
#footer .app-descargas nav ul > li a.appstore, #footer .app-descargas nav ul > li a.googleplay, #footer .app-descargas nav ul > li a.lg {
    height: 50px;
    margin-bottom: 10px;
    width: 150px;
}
#footer .app-descargas nav ul > li a.appstore {
    background: transparent url("http://www.eltelon.com/img/logo-descargas.png") repeat scroll 0 0;
}
#footer .app-descargas nav ul > li a.googleplay {
    background: transparent url("http://www.eltelon.com/img/logo-descargas.png") repeat scroll -174px 0;
}
#footer .app-descargas nav ul > li a.lg {
    background: transparent url("http://www.eltelon.com/img/logo-descargas.png") repeat scroll -356px 0;
}
#footer .foot nav {
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
#footer .foot nav ul {
    display: inline-block;
    margin: 0 50px;
    padding: 0;
    text-align: left;
}
#footer .foot nav ul::after {
    clear: both;
    content: "";
    display: block;
}
#footer .foot nav ul > li {
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    padding: 10px 0;
    text-align: left;
}
#footer .foot nav ul > li a {
    color: #aaa;
    display: block;
    font-weight: 400;
    text-decoration: none;
}
#footer .foot nav ul > li a:hover {
    color: #fff;
}
#footer .foot nav h4 {
    color: white;
    font-weight: 400;
}
#footer .foot nav i {
    font-size: 1.5em;
}
#footer .direccion {
    background: black none repeat scroll 0 0;
    padding: 40px 0;
    width: 100%;
}
#footer .direccion .container {
    color: #666;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 780px;
}
#footer .direccion .container p {
    font-size: 12px;
	margin:0px;
}
#footer .direccion .container a {
    color: #999;
}


.spin {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.latidos {
    animation-name: latidos;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#fondo-error
{
	width: 100%;
	position: relative;
}

#fondo-error .error404 {
    height: 405px;
    left: 50%;
    margin-left: -480px;
    margin-top: -202px;
    position: absolute !important;
    text-align: center;
    top: 57%;
    width: 910px;
		color: #ffffff;
		font-family: Raleway;
}

#fondo-error .error404 h1 {
    font-size: 4em;
}

#fondo-error .error404 h4 {
    padding: 25px 0;
}

.pop-wrap
{
	height: 443px;
	width: 728px;
}
.pop-wrap .player
{
	height: 100%;
	background-color: #0D0D0D;
}

.pop-wrap .comments
{
	background-color: #F1F1F1;
	height: 100%;
	overflow: scroll;
}
.pop-wrap .media {
	margin-top: 30px;
}

.pop-wrap .media img {
    border: 2px solid #ffffff;
    width: 105px;
    height: 105px;
}
.pop-wrap .info
{
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pop-wrap .control {
    color: #fff;
    outline: medium none;
    text-decoration: none;
    font-size: 28px;
    position: relative;
    top: 4px;
}
.pop-wrap .info h4
{
	font-size: 16;
}

.pop-wrap .info .city
{
	font-size: 14;
	height: 20px;
}

.pop-wrap .volume_control {    
    top: 13px;
    width: 200px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pop-wrap .volume_control #volume
{
	background-color:#666f82;
	margin-top:9px;
	float:right;
	width: 200px;
	height: 5px;
	border: 0px;
}
.pop-wrap .share
{
	width: 100px;
	margin-top: 20px;
	font-size: 21px;
	color: #fff;
}

.pop-wrap .facebook
{
	margin-top: -10px;
}

.pop-wrap.volume_control #volume,
.pop-wrap .volume_control #volume .ui-slider-range
{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:0px;
	height:5px;
}

.pop-wrap .volume_control #volume .ui-slider-range
{
	background: #00a786 none repeat scroll 0 0;
}

.pop-wrap .volume_control #volume .ui-slider-handle
{


	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	cursor:pointer;
	outline:none;
	width:11px;
	height:11px;

	top:-3px;
	margin-left:-6px;

	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.74);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.74);
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.74);
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@keyframes latidos {
    from { transform: none; }
    50% { transform: scale(1.2); }
    to { transform: none; }
}
