

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,700');

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

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

body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	color: #fff;
	background: url(../img/background.jpg) no-repeat center top;
	background-size: cover;

	padding: 0;

}

   .navbar-inverse {
   	background-color: #0f0f0f;
   	background-image: none;
   }


.btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
}

.btn-entrada, .btn-entrada:visited, .btn-entrada:hover {
	background-color: #ee0f6a;
	color: white;
}


.logo-vtr {
	position: absolute;
	top: 0px;
	left:20px;
	z-index: 2000;
}

.logo-lolla {
	padding: 40px 0;
}

.navbar-form {
	margin:10px 0;
}

.menu {
	position: relative;
	margin:0 auto;
	text-align:center;
	text-transform: uppercase;
	padding: 40px 0;
    z-index: 10;
}

.menu:after {
	content: "";
	clear: both;
	display: block;
}

ul { list-style: none; padding-left: 0; }

ul li { display: inline-block; }

.menu li { padding: 0 5px; }

.menu-izq{
	float: right;
}

.menu-der { float: left; }

.menu-izq, .menu-der {
	padding:30px 0;
}


footer {
	background-color: black;
	padding: 20px 0;
}

/*@media (min-width: 768px) {
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}*/

footer:after {
	content: "";
	display: block;
	clear: both;
}

.redes-sociales {
	float: right;
	margin: -20px 0;
}

.logo-footer {
	margin:0 auto;
	text-align: center;
}

.redes-button {
	background-color: white;
	width: 28px;
	height: 28px;
	display: block;
	text-align: center;
	vertical-align: center;
	color: #000;
	line-height: 28px;
	opacity: 0.8;
	transition: all 0.2s linear;

}

.redes-button:hover {
	opacity: 1;
	color: #000;
}

.line-up {
	padding-bottom: 60px;
}


@media only screen and (max-width: 500px) {

	.logo-vtr {
		top: 4px;
		left: 10px;
	}

	.logo-lolla {
		padding-bottom: 20px;
	}

	.menu { padding-bottom: 20px; }

	.logo-footer:after { clear: both; }
	.redes-sociales { float: none;
	margin: 0 auto;
	text-align: center;
    margin: 20px 0; }
}


/* NEW LINEUP */

.lineup {
    font-family: 'PraterSansTwo','Ubuntu', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    min-height: 50vh;
}

@media (min-width: 768px) {
    .lineup {
        padding-bottom: 80px;
    }
}

.lineup__tabs__selector {
    display: flex;
    justify-content: center;
}

.lineup__tabs__selector li {
    font-size: 18px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 768px) {
    .lineup__tabs__selector li {
        font-size: 36px;
        padding: 0 15px;
    }
}

.lineup__tabs__selector li:before {
    content:'';
    position: absolute;
    height: 2px;
    background: #fff;
    width: 0;
    bottom: -5px;
    transition: all 0.3s ease;
    left: 0;
}

.lineup__tabs__selector li.-active:before {
    width: 100%;
}

.lineup__date {
    font-size: 21px;
    padding-top: 15px;
    border-top: 2px solid #fff;
    margin: 20px auto 10px;
    max-width: 450px;
}

@media (min-width: 768px) {
    .lineup__date {
        font-size: 28px;
    }
}

.lineup__date span {
    display: block;
    font-size: 0.7em;
}

.lineup__title {
    display: flex;
    position: relative;
}

.lineup__title ._bar {
    flex-grow: 2;
    height: 2px;
    background: #fff;
    margin-top: 14px;
}

@media (min-width: 768px) {
    .lineup__title ._bar {
        margin-top: 24px;
    }
}

.lineup__title ._text {
    flex-grow: 0;
    padding: 0 10px;
    flex-basis: auto;
    font-weight: bold;
}

@media (min-width: 768px) {
    .lineup__title ._text {
        font-size: 48px;
        padding: 0 30px;
    }
}

.lineup__tabs {
    /*display: none;*/
    padding-bottom: 40px;
}

.lineup__tabs.-active {
    display: block;
}

.lineup__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
}

@media (min-width: 768px) {
    .lineup__list {
        font-size: 24px;
    }
}

.lineup__list li {
    cursor: default;
}

.lineup__list li.-top {
    font-size: 1.5em;
}

.lineup__list li:after {
    content: '•';
    margin: 0 2px;
}

.lineup__list li:last-child:after {
    display: none;
}

.backlayer {
    position: fixed;
    z-index: 0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow: hidden;
}

._back {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top:0;
    left:50%;
    transform: translate3d(-50%, 0, 0) scale3d(1.2,1.2,1.2);
    opacity: 0;
    transition: all .5s ease;
}

._back.-visible {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale3d(1,1,1);
}
