
/* RAVING.FM CSS 
V:210226;

*/


/* CORE CSS */

@font-face {
	font-family: 'RavingPro-Bold';
    src: url('../fonts/original_RavingPro-Bold.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_RavingPro-Bold.woff') format('woff'),
         url('../fonts/original_RavingPro-Bold.ttf') format('truetype'),
         url('../fonts/original_RavingPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'RavingPro-Regular';
    src: url('../fonts/original_RavingPro-Regular.eot?#iefix') format('embedded-opentype'), 
         url('../fonts/original_RavingPro-Regular.woff') format('woff'),
         url('../fonts/original_RavingPro-Regular.ttf') format('truetype'),
         url('../fonts/original_RavingPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




body {
	font-family: 'RavingPro-Bold', sans-serif;
	font-weight: 400;
	font-size:1.4em;
	line-height:1.5em;
	overflow-x:hidden;
	overflow-y:hidden;
	color: #000000;
}

section {
	padding:0;
	margin: 0;
	width: 100%;
	height: 100vh;
	background: black;
}

h2 {
	font-family: 'RavingPro-Bold', sans-serif;
	/*font-weight: 700;*/
	margin-top:0;
	margin-bottom:0px;
	font-size: 50px;
	color: #ffffff;
	text-transform: uppercase;
}

h3 {
	font-family: 'RavingPro-Bold', sans-serif;
	font-weight: 700;
}

h4 {
	font-family: 'RavingPro-Bold', sans-serif;
	font-weight: 400;
	font-size:17px;
	letter-spacing:-1px;
	margin-bottom:5px;	
}

.lead {
	font-family: 'RavingPro-Bold', sans-serif;
	font-weight: 400;
	font-size:17px;
	letter-spacing:1px;
}

.uppercase {
	text-transform:uppercase;
		
}

.uppercase strong {
	font-size: 1.5em;
	border-radius: 5px;
	padding: 10px;
	
		
}

/* NAVIGATION */


#menurv {
	background: hsla(1,0%,100%,.9);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	min-height: 100%;
	padding-top: 80px;
  }

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
		transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size:12px;
	border-radius:0;
	margin-bottom:0;
	padding:15px 0;
}

.navbar-brand {
	padding:0 15px;
}

.navbar-brand img {
	width: 170px !important;
	padding-top: 10px !important;
}
.kastiga img{
	width: 120px !important;
	margin-top: 5px;
}

.navbar-custom .navbar-nav > li > a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.top-nav-collapse {
	padding: 10px 0;
}

.navbar-custom {
	color:#ffffff;
   /* background-color: rgba(51, 51, 51, 0.73);*/
}

.navbar-custom a {
	color:#ffffff;
}

.navbar-custom .navbar-nav > li > a:hover {
	color: #FFF;
}

.navbar-custom .navbar-toggle {
	background:#ffffff;
}

.top-nav-collapse {
	/*background-color: #FFEC00;*/
}

.navbar-custom .navbar-toggle .icon-bar {
	background:#000000;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
	border-radius: 20px;
	border-color: transparent!important;
	/* display: flex!important; */
}

.navbar-toggle .icon-bar {
	width: 20px;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border-color: transparent!important;
	background-color: transparent;
	

}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-inverse{
	/* display: none; */
	background-color: transparent;
	border-color: transparent;

}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent!important;
	background-color: transparent;
	box-shadow: none;

}

#nav-rv {
	padding-top: 15px;
    padding-right: 0px;
    margin: 0px;
    text-align: center;
}

#nav-rv > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  /* line-height: 25px;  */

}

#nav-rv > a:hover{
	transform: scale(1.1);
}
#tuneIn {
	font-size: 1.33333333em;
	position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
}

#shop {
	font-size: 1.33333333em;
	position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
}

img.icon-png {
	width: 100%;
	height: 100%;
}

#nav-btn-contact {
	float: right;
	padding-top: 5px;
}

a.button.button-big.button-light.register.nav-contact {
	padding: 0px 0px 0px 10px !important;

}


#nav-btn-contact p {
	margin:0px !important;
}

#top h1 {
	font-family: 'RavingPro-Bold', sans-serif;
	font-weight: 800;
	font-size:40px;
	margin-top:2em;
	margin: auto;
	
}



/* register form */

#register-form {
	padding:25px;
	background: #fff;
	border-radius: 15px;

}


#register-form h2 {
	margin-bottom:15px;
	color: #000000;
}

.register-form {
	margin-top:20px;
}




/*  ICON SOCIAL  */

.social {
	margin:10px 0;
}

.social .fa-inverse {
	color: #000;
}

.social a {
	text-decoration:none;
	margin:0;
	padding:0;
}

.social a:hover{
	text-decoration:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.social .fa-inverse {
	color: #000;
}

.social .fa-stack-2x > a > i:hover {
	color: #000;
}

.fa-stack-2x {
	color: #FFEC00;
}

a.social {
	padding: 0 1 0 1 !important;
	margin: 1 1 1 1 !important;

}

/*contact icon*/
.social .register {
	color: #000;
}



/* FORM ELEMENTS */

input[type="text"],
input[type="email"],
textarea[type="text"],
select {
	font-size:14px;
	font-family:inherit;
	width:100%;
	min-height:30px;
	padding:12px 10px;
	text-transform:uppercase;
	border:0;
	border:1px solid #2e2e2e;
	margin-bottom:20px;
	outline:none;
} 

textarea[type="text"] {
	    border-radius: 0px; 
}

label {
	font-family: 'RavingPro-Regular'
}



/* BUTTONS */

.button {
	font-family: 'RavingPro-Bold', sans-serif;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	margin: 15px 0;
	padding: 5px 15px;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
			border-radius:4px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
				transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.button-big {
	padding:15px 25px;
	font-size:18px;
	border-radius:4px;
	-webkit-border-radius:4px;
	   -moz-border-radius:4px;
}

.button-light:hover,
.button-light:active {
	text-decoration:none;
}

.button-dark {
	color: #000000;
	background: #FFEC00;
}

.button-dark:hover,
.button-dark:active {
	text-decoration:none;
	background: #EDEDED;
	color: #000;
}


 /*PRELOAD*/

/* #preload {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100vw;
	height: 100vh; 
	z-index: 9999;
	display:table;
} */

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

.loader {
  margin: 3em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

#preload {
	background:#000000;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background-color:#000000;
    background-image: url("../img/preload.gif");
    background-repeat: no-repeat;
    background-position: center;
}

/* .loader {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #FFEC00;
} */

/*//////////////////////
preload in slider */

#preloader {
	/*background:#ff0000;*/
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%; 
	z-index: 1;
	display:table;
	margin: auto;

}

/*#loader-slider {

	background-image: url(../img/load-mns.gif);
  	background-size: 10%;
  	background-position: center center;
  	background-repeat: no-repeat;
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%; 
	margin:auto;
	z-index: 2;
	display:table;

}*/

/* #loader-slider {
  margin: 20% auto 20% auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
#loader-slider,
#loader-slider:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}

#loader-slider {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #FFEC00;
} */


/*######

SLIDER FULL

#######*/


/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

.carousel-caption {
  position: absolute; 
 /* left: 15% !important;*/
 /* right: 15% !important;*/
  bottom: 20px !important;
  z-index: 10 !important;
  /*padding-top: 20px !important;
  padding-bottom: 20px !important;*/
  color: #ffffff !important;
  text-align: left !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption {
   /* left: 20% !important;*/
    /*right: 20% !important;*/
   /* padding-bottom: 30px !important;*/
  }

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8,
.fade-carousel .slides .slide-9,
.fade-carousel .slides .slide-10 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../img/home-1.jpg); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(../img/home-2.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image: url(../img/home-3.jpg);
}
.fade-carousel .slides .slide-4 {
  background-image: url(../img/home-4.jpg);
}
.fade-carousel .slides .slide-5 {
  background-image: url(../img/home-5.jpg);
}
.fade-carousel .slides .slide-6 {
  background-image: url(../img/home-6.jpg);
}
.fade-carousel .slides .slide-7 {
  background-image: url(../img/home-7.jpg);
}
.fade-carousel .slides .slide-8 {
  background-image: url(../img/home-8.jpg);
}
.fade-carousel .slides .slide-9 {
  background-image: url(../img/home-9.jpg);
}
.fade-carousel .slides .slide-10 {
  background-image: url(../img/home-10.jpg);
}



/*###   magnific-popup   */
/********************************/

/* .mfp-bg {

  background: #FFEC00;
} */
.mfp-bg {

	background: rgba(0, 0, 0, 0.336);
  }


/*          Radio Style      */
/********************************/

#radio {
	 									
	height: 100% ;
	z-index: 11;
	/*padding-right: 20%;	*/
	/*padding-top: 30% !important;*/					

}


#player {
	width: 100% !important; 									
	height: 80% !important;	
	padding-top: 9em !important;
	/*padding-right: 10% !important;	*/					
	background-repeat: no-repeat;
	position: relative;
	/*border-radius: 10px;*/
	/*border: 0px solid #fff;*/

  
  }

	#play{
	height: 100%;  								
	width: 100%;	
	background-image:url(../img/play-2.png); 
	background-size: 100%;
    background-repeat: no-repeat;	
    margin: auto;	
	}
	
	/*#play:hover{*/
	/*height: 64px;									 alto botón play activado (cuando el puntero del mouse está encima) */
	/*width: 64px;									ancho botón play activado */
	/*background-image:url(../img/playh.png);		}	imagen botón play activado */

	#pause{
	height: 100%;  								
	width: 100%;
	display: block;
  	margin-left: auto;
 	margin-right: auto;
 	padding: 0px;								
	}


	
	#pause:hover { 
	height: 100%;									
	width: 100%;									
	background-image:url(../img/pause-2.png);	
	background-repeat: no-repeat;
	background-size: 100%;
	text-decoration: none;
	margin: auto;
	}	
	
	/*#play, #pause {									
	position: absolute;								
	left: 2px;											
	top: 2px; 			
	}*/
     	
	#tituloCancion-rv{
		padding-top: 20%;
		width: 100%;  /*Este y #tituloCancion-rv h2 tienen q tener el los mismos valores */
		height: 100%; /*Este y #tituloCancion-rv h2 tienen q tener el los mismos valores */
	}

	#tituloCancion-rv:hover { 							
        opacity: 0;		

	}

	#tituloCancion-rv h2 { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		/*font-weight: 800;*/
		font-size:5em !important;
		/*margin-top:2em;*/
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		/*height: 100%;*/
		/*padding-top: 20%;*/
	}
	
	h2#cc_strinfo_trackartist_ravingfm { 							
        font-family: 'RavingPro-Regular', sans-serif !important;
		/*font-weight: 800;*/
		font-size:5em !important;
		/*margin-top:2em;*/
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		/*height: 100%;*/
		/*padding-top: 20%;*/
	}

	h2#cc_strinfo_tracktitle_ravingfm { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		/*font-weight: 800;*/
		font-size:5em !important;
		/*margin-top:2em;*/
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		/*height: 100%;*/
		/*padding-top: 20%;*/
	}


/*      News IN SLIDER  DSam   */
/********************************/
#news-rv {
	width: 100%;
    z-index: 35;
    background-color: #FFEC00;
    position: absolute;
    padding: 10px 0% 10px 5%; /*con esto lo estoy centrando*/
    bottom: 60px;
    /*opacity: 0;*/
}

.opa-rv {
	opacity: 0;
}

#news-news {
	width: 100%;
    /*float: initial;*/
    text-shadow: none !important;
    color: #000000;
  /*  padding-left: 40px;*/
    font-family: 'RavingPro-Bold', sans-serif;
    font-size: 18px;
}


.news-news-20 {
	width: 4em;
	float:left;
	/*padding-top: 5px;*/
}

.news-news-80 {
	width: 90%;
	float: left;
}

.marquee {
	font-family: 'RavingPro-bold', sans-serif;
	font-size: 18px;
	font-kerning: 20px; /* add 181227*/
	overflow: hidden;
	color: #FFF;
	width: 100%;
    text-shadow: none !important;
    text-transform: uppercase;
}

/*.js-marquee {
	width: 100% !important;
}*/

#msje {
    color: #000000;
    text-transform: uppercase;
}


/*       FOOTER IN SLIDER  DSam   */
/********************************/

.footer-rv {
	position: absolute;
  	width: 100%;
	bottom: 0px;
	z-index: 34;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
	color: #ffffff;
	text-align: center;	
	background-color: #000;
    opacity: .7;
    text-transform: uppercase;
}

.footer-rv a {
	text-decoration: none;
	outline: 0;
	color: #fff;
}

.footer-rv p{
	font-size: 13px;
	font-family: 'RavingPro-Bold', sans-serif;

}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}





/* Patners MENU */
#partners  {
font-family: 'RavingPro-Bold', sans-serif;
    font-weight: 400;
    /* font-size: 1.4em; */
    line-height: 1.5em;
}

.btn-partners {
	background-color: #FFEC00;
	text-align: center;
	border-radius: 25px;
	padding: 10px;
	
	cursor: pointer;
	
}
a.btn-partners {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 0px;
}

a.btn-partners:hover {
	background-color: #fff;
	transform: scale(1.1);

}


/* patners popUp */

#patnersPopUp {
	padding:25px;
	background: #000;
	border-radius: 15px;

}


#partners-logos img {
	/* padding: 10px; */
}

#partners-logos img:hover {
	transform: scale(1.1);
	background-color: #FFEC00;
	-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
			transition: all 0.3s;
}


/* Kastiga Logo FLoat */


.kastiga-logo{
  position: fixed;
  right: 6rem;
  bottom: 13rem;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.kastiga-logo:hover{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1.1);
}

.kastiga-logo img {
	width: 170px;
}

.mfp-close-btn-in .mfp-close {
	color: #FFEC00;
}


.container.full {
	width: 100vw !important;
	padding-left: 8%!important;
	padding-right: 8%!important;
}

/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 420px) { 

	.navbar-brand img {
   		 width: 150px !important;
    	padding-top: 15px !important;
    }
	.navbar-nav {
	    margin: 7.5px 15px;
	}

	.navbar-custom {
		display: none;
	}
	.navbar-inverse{
		display: flex;
	}


	#nav-rv {
		/* width: 122px; */
	    padding-top: 15px;
	    padding-right: 0px;
		margin: 0px;
		text-align: center;
		float: none;
	}

	#nav-rv > a {
     padding-top: 0px !important; 
     padding-bottom: 0px !important; 
     padding-left: 5px !important; 
     padding-right: 5px !important; 
    line-height: 20px;	
	}

	/* a.social .partners .btn-partners {
		text-align: center;
		float: left;
	} */

	span.fa-stack.fa-lg {
    font-size: 12px;
	}

	#tuneIn {
		font-size: 12px;
	}

	#shop {
		font-size: 12px;
	}

	.social {
    margin: 5px 2px;
	}

	#nav-btn-contact a {
		margin: 0px !important;
	}

	a.button.button-big.button-light.register.nav-contact {
	padding: 0px 0px 0px 10px !important;
	margin: 0px !important;
	}

	#tituloCancion-rv{
		width: 100%;
	}

	#tituloCancion-rv h2 { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		font-size:2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em;
	}

	h2#cc_strinfo_trackartist_ravingfm { 							
        font-family: 'RavingPro-Regular', sans-serif !important;
		font-size: 2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;

	}

	h2#cc_strinfo_tracktitle_ravingfm { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		/*font-weight: 800;
*/		font-size: 2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em;
	}

	#play{
	height: 100%;  								
	width: 100%;	
	background-image:url(../img/play.png); 
	background-size: 90%;
    background-repeat: no-repeat;	
    /*margin: auto;	*/
    margin: 5px 0px 0px 10px;
	}

	#pause:hover { 
	height: 100%;									
	width: 100%;									
	background-image:url(../img/pause.png);	
	background-repeat: no-repeat;
	background-size: 90%;
	text-decoration: none;
	/*margin: auto;*/
	margin: 5px 0px 0px 10px;
	}

	/*----*/

	#news-rv {
	width: 100%;
    z-index: 35;
    background-color: #FFEC00;
    position: absolute;
    padding: 10px 0% 10px 5%; 
    bottom: 50px;
    /*opacity: 0;*/
	}

	.opa-rv {
		opacity: 0;
	}

	#news-news {
		width: 100%;
	    /*float: initial;*/
	    text-shadow: none !important;
	    color: #000000;
	  /*  padding-left: 40px;*/
	    font-family: 'RavingPro-Bold', sans-serif;
	    font-size: 14px;
	}


	.news-news-20 {
		width: 4em;
		float:left;
		/*padding-top: 5px;*/
	}

	.news-news-80 {
		width: 80%;
		float: left;
	}

	.marquee {
	font-size: 14px !important;
}


	/*---*/

	.footer-rv {
		padding: 5px 10% 0% 10%;

	}
	.footer-rv p {
		font-size: 9px;
		line-height: 1.2em;
	}
  
	.kastiga-logo{
		right: 3rem;
		bottom: 11rem;
	  }
	.kastiga-logo img{
		width: 140px;
	  }
}


/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 

	.navbar-brand img {
   		 width: 150px !important;
    	padding-top: 15px !important;
    }
	.kastiga {
		margin: 15px!important;
	}
	.kastiga img{
		width: 120px !important;
	}

	.navbar-nav {
	    margin: 7.5px 15px;
	}


	.navbar-custom {
		display: none;
	}
	.navbar-inverse{
		display: flex;
	}


	#nav-rv {
		/* width: 122px; */
	    padding-top: 15px;
	    padding-right: 0px;
		margin: 0px;
		text-align: center;
		float: none;
	}

	#nav-rv > a {
     padding-top: 0px !important; 
     padding-bottom: 0px !important; 
     padding-left: 5px !important; 
     padding-right: 5px !important; 
    line-height: 20px;	
	}

	span.fa-stack.fa-lg {
    font-size: 12px;
	}

	#tuneIn {
		font-size: 12px;
	}
	#shop {
		font-size: 12px;
	}


	.social {
    margin: 5px 2px;
	}

	a.button.button-big.button-light.register.nav-contact {
	padding: 0px 0px 0px 10px !important;
	margin: 0px !important;
	}

		#news-rv {
	width: 100%;
    z-index: 35;
    background-color: #FFEC00;
    position: absolute;
    padding: 10px 0% 10px 5%; 
    bottom: 60px;
    /*opacity: 0;*/
	}

	.opa-rv {
		opacity: 0;
	}

	#news-news {
		width: 100%;
	    /*float: initial;*/
	    text-shadow: none !important;
	    color: #000000;
	  /*  padding-left: 40px;*/
	    font-family: 'RavingPro-Bold', sans-serif;
	    font-size: 16px;
	}


	.news-news-20 {
		width: 4em;
		float:left;
		/*padding-top: 5px;*/
	}

	.news-news-80 {
		width: 80%;
		float: left;
	}

	.marquee {
	font-size: 16px !important;
	}


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

	.navbar-brand img {
   		 width: 150px !important;
    	padding-top: 15px !important;
    }

	.navbar-nav {
	    margin: 7.5px 15px;
	}


	.navbar-custom {
		display: none;
	}
	.navbar-inverse{
		display: flex;
	}


	#nav-rv {
		/* width: 122px; */
	    padding-top: 15px;
	    padding-right: 0px;
		margin: 0px;
		text-align: center;
		float: none;
	}

	#nav-rv > a {
     padding-top: 0px !important; 
     padding-bottom: 0px !important; 
     padding-left: 5px !important; 
     padding-right: 5px !important; 
    line-height: 20px;	
	}

	span.fa-stack.fa-lg {
    font-size: 12px;
	}

	#tuneIn {
		font-size: 12px;
	}
	#shop {
		font-size: 12px;
	}


	.social {
    margin: 5px 2px;
	}

	a.button.button-big.button-light.register.nav-contact {
	padding: 0px 0px 0px 10px !important;
	margin: 0px !important;
	}

	#tituloCancion-rv h2 { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		font-size:3.5em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em;
	}

	h2#cc_strinfo_trackartist_ravingfm { 							
        font-family: 'RavingPro-Regular', sans-serif !important;
		font-size: 3.5em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;

	}

	h2#cc_strinfo_tracktitle_ravingfm { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		/*font-weight: 800;*/
		font-size: 3.5em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em !important;
	}

	#play{
	height: 100%;  								
	width: 100%;	
	background-image:url(../img/play@2x.png); 
	background-size: 100%;
    background-repeat: no-repeat;	
    /*margin: auto;	*/
    margin: 5% 0 0 0;
	}

	#pause:hover { 
	height: 100%;									
	width: 100%;									
	background-image:url(../img/pause@2x.png);	
	background-repeat: no-repeat;
	background-size: 100%;
	text-decoration: none;
	/*margin: auto;*/
	margin: 5% 0 0 0;
	}

	#news-rv {
    padding: 10px 10px 10px 10px; /*con esto lo estoy centrando*/
    bottom: 60px;
	}

	#news-rv {
	width: 100%;
    z-index: 35;
    background-color: #FFEC00;
    position: absolute;
    padding: 10px 0% 10px 5%; 
    bottom: 60px;
    /*opacity: 0;*/
	}

	.opa-rv {
		opacity: 0;
	}

	#news-news {
		width: 100%;
	    /*float: initial;*/
	    text-shadow: none !important;
	    color: #000000;
	  /*  padding-left: 40px;*/
	    font-family: 'RavingPro-Bold', sans-serif;
	    font-size: 16px;
	}


	.news-news-20 {
		width: 4em;
		float:left;
		/*padding-top: 5px;*/
	}

	.news-news-80 {
		width: 90%;
		float: left;
	}

	.marquee {
	font-size: 16px !important;
	}

  
}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

	 .navbar-nav {
	    margin: 7.5px 15px;
	}

	#tituloCancion-rv {
		padding-top: 15%;
	}

	#tituloCancion-rv h2 { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		font-size:3em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em;
	}

	h2#cc_strinfo_trackartist_ravingfm { 							
        font-family: 'RavingPro-Regular', sans-serif !important;
		font-size: 3em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;

	}

	h2#cc_strinfo_tracktitle_ravingfm { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		/*font-weight: 800;*/
		font-size: 3em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em !important;
	}

	#play{
	height: 100%;  								
	width: 100%;	
	background-image:url(../img/play-2.png); 
	background-size: 100%;
    background-repeat: no-repeat;	
    margin: 5% 0 0 0;
	}

	#pause:hover { 
	height: 100%;									
	width: 100%;									
	background-image:url(../img/pause-2.png);	
	background-repeat: no-repeat;
	background-size: 100%;
	text-decoration: none;
	margin: 5% 0 0 0;
	}

	#news-rv {
	width: 100%;
    z-index: 35;
    background-color: #FFEC00;
    position: absolute;
    padding: 10px 0% 10px 5%; 
    bottom: 60px;
    /*opacity: 0;*/
	}

	.opa-rv {
		opacity: 0;
	}

	#news-news {
		width: 100%;
	    /*float: initial;*/
	    text-shadow: none !important;
	    color: #000000;
	  /*  padding-left: 40px;*/
	    font-family: 'RavingPro-Bold', sans-serif;
	    font-size: 18px;
	}


	.news-news-20 {
		width: 4em;
		float:left;
		/*padding-top: 5px;*/
	}

	.news-news-80 {
		width: 90%;
		float: left;
	}

	.marquee {
	font-size: 18px !important;
	}


  
}
     


/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {
    
 
	


  
} 


/*iPad en landscape*/

@media only screen and (max-width: 736px) and (orientation: landscape) {
	
	#player {
    width: 100% !important;
    height: 80% !important;
     padding-top: 10% !important; 

    background-repeat: no-repeat;
    position: relative;

	}

	#tituloCancion-rv {
     padding-top: 7%;
 	}

 	#tituloCancion-rv h2 { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		font-size:2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em;
	}

 	h2#cc_strinfo_trackartist_ravingfm { 							
        font-family: 'RavingPro-Regular', sans-serif !important;
		font-size: 2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;

	}

	h2#cc_strinfo_tracktitle_ravingfm { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		/*font-weight: 800;*/
		font-size: 2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em !important;
	}

 	#play{
	height: 100%;  								
	width: 100%;	
	background-image:url(../img/play-2.png); 
	background-size: 100%;
    background-repeat: no-repeat;	
    margin: auto;	
	}
	
	#pause:hover { 
	height: 100%;									
	width: 100%;									
	background-image:url(../img/pause-2.png);	
	background-repeat: no-repeat;
	background-size: 100%;
	text-decoration: none;
	margin: auto;
	}	

#news-rv {
	width: 100%;
    z-index: 35;
    background-color: #FFEC00;
    position: absolute;
    padding: 5px 0% 5px 5%; 
    bottom: 40px;
    /*opacity: 0;*/
	}

	.opa-rv {
		opacity: 0;
	}

	#news-news {
		width: 100%;
	    /*float: initial;*/
	    text-shadow: none !important;
	    color: #000000;
	  /*  padding-left: 40px;*/
	    font-family: 'RavingPro-Bold', sans-serif;
	    font-size: 16px;
	}


	.news-news-20 {
		width: 4em;
		float:left;
		/*padding-top: 5px;*/
	}

	.news-news-80 {
		width: 80%;
		float: left;
	}

	.marquee {
	font-size: 16px !important;
	}
}


@media only screen and (max-width: 1024px) and (orientation: landscape) {
	#play{
	height: 100%;  								
	width: 100%;	
	background-image:url(../img/play-2.png); 
	background-size: 100%;
    background-repeat: no-repeat;	
    margin: auto;	
	}
	
	#pause:hover { 
	height: 100%;									
	width: 100%;									
	background-image:url(../img/pause-2.png);	
	background-repeat: no-repeat;
	background-size: 100%;
	text-decoration: none;
	margin: auto;
	}	
}


/*IPHONE X*/

@media only screen and (min-width: 811px) and (max-width: 812px) and (orientation: landscape) {

	#player {
    width: 100% !important;
    height: 90% !important;
     padding-top: 5% !important; 

    background-repeat: no-repeat;
    position: relative;

	}

	#tituloCancion-rv {
     padding-top: 10%;
 	}

 	#tituloCancion-rv h2 { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		font-size:2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em;
	}

 	h2#cc_strinfo_trackartist_ravingfm { 							
        font-family: 'RavingPro-Regular', sans-serif !important;
		font-size: 2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;

	}

	h2#cc_strinfo_tracktitle_ravingfm { 							
        font-family: 'RavingPro-Bold', sans-serif !important;
		/*font-weight: 800;*/
		font-size: 2em !important;
		margin: auto;	
		color: #ffffff;	
		display: inline-block;
		width: 100%;
		padding-top: 1.2em !important;
	}

 	#play{
	height: 100%;  								
	width: 100%;	
	background-image:url(../img/play-2.png); 
	background-size: 90%;
    background-repeat: no-repeat;	
    /*margin: auto;	*/
    margin: 0px 0px 0px 10px;
	}

	#pause:hover { 
	height: 100%;									
	width: 100%;									
	background-image:url(../img/pause-2.png);	
	background-repeat: no-repeat;
	background-size: 90%;
	text-decoration: none;
	/*margin: auto;*/
	margin: 0px 0px 0px 10px;
	}


	#news-rv {
	width: 100%;
    z-index: 35;
    background-color: #FFEC00;
    position: absolute;
    padding: 5px 0% 5px 5%; 
    bottom: 50px;
    /*opacity: 0;*/
	}

	.opa-rv {
		opacity: 0;
	}

	#news-news {
		width: 100%;
	    /*float: initial;*/
	    text-shadow: none !important;
	    color: #000000;
	  /*  padding-left: 40px;*/
	    font-family: 'RavingPro-Bold', sans-serif;
	    font-size: 16px;
	}


	.news-news-20 {
		width: 4em;
		float:left;
		/*padding-top: 5px;*/
	}

	.news-news-80 {
		width: 80%;
		float: left;
	}

	.marquee {
	font-size: 16px !important;
	}

}


@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 

	#player {
    width: 100% !important;
    height: 80% !important;
    padding-top: 14em !important;
	}

}


/* 
#####################

Add Dsam -- Navbar collapsed full width ALL 

#####################
*/

@media (max-width: 3840px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}


/* swiper slider */
.swiper .brands-swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: transparent; */
	
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img, .swiper-slide video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;

	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
  /* Text Overlay */
  #lab_video_text_overlay h2 {
	font-size:4em
  }
  
  #lab_video_text_overlay .btn {
	border-radius:0;
	text-transform:uppercase;
	font-weight:200;
  }
  #lab_video_text_overlay .btn-warning {
	background-color:#F5D328;
  }
  
  #lab_video_text_overlay {
	position: absolute;
	color: #FFF;
	width: 100%;
	top: 25%;
  }
  
  #lab_video_text_overlay .container {
	text-align: center;
	margin: 0px auto;
    /* background-color: #669900; */
  }
  
  @media screen and (max-width:991px) {
	#lab_video_text_wrap {
	  height: 300px;
	}
  }
  
  @media screen and (max-width:650px) {
	#lab_video_text_wrap {
	  height: 250px;
	}
	#lab_video_text_overlay h2 {
	  font-size: 2em;
	}
	#lab_video_text_overlay p {
	  font-size: .9em;
	}
  }

  #video-container{
	/* position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column;
    align-items: center; */
	position: relative;
	height: 100vh; 
	width: 100vw;
	overflow: hidden

	
  }
  #video-container video#video-comp {
		/* height: 100vh;
		width: auto;
		display: block; */
		position: absolute;
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
		top: 50%;
  		left: 50%;
		transform: translate(-50%,-50%);
	}
