
@font-face{ font-family: 'Open Sans';}
@charset "UTF-8"; html{position:relative; min-height: 100%;}
body{  margin: 0px; overflow: auto; font-family: 'Open Sans'; background-color: #000; } 
a{text-decoration: none !important;}
area{outline: none;}
#website-container{position:absolute; width: 100%; height: 100%;}

.goColor{color:#ac7a3d; letter-spacing: 1px;}

/*=========== HEADER =============*/

#header-mobile-logo{
	position: absolute;
    height: 100px;
    width: 100%;
    z-index: 2;
    margin-top: 10px;
	display:none;
	text-align:center;
}

#header-menu{
	width: 80%;
	border-top: 1px solid #ac7a3d;
	height: 75px;
	margin:auto;
	position: relative;
	margin: auto;
	z-index: 2;
}
#header-menu ul{ margin:0px; padding:0px; list-style: none;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}
#header-menu ul li{ 
	float: left; 
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	padding: 20px 10px; 
	box-sizing:border-box;
	transition: all ease 100ms;
	-webkit-transition: all ease 100ms;
	cursor:pointer;
	min-width: 90px;
}
#header-menu .menulink a{color: #fff; cursor:pointer;}
#header-menu .menulink a:hover{color: #ac7a3d;}

.li-logo{width: 200px; padding: 10px 10px !important;}
.li-social{width: 120px;
    text-transform: uppercase;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    line-height: 20px;
    margin-top: -16px;
    text-align: center;
}

#lang{
	z-index: 3;
	color: #fff;
	letter-spacing: 2px;
    font-size: 12px;
    font-weight: 600;
	position: absolute;
	top: 15px;
	right: 30px;
	cursor: pointer;
	padding: 5px 5px 10px 15px;
    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    background: #000;
}

#lang-btn span{background-image: url(img/down-arrow.png); background-position: center; background-repeat: no-repeat; background-size: 90%;}

#lang-select{
	border-radius: 4px; 
	width: 30px;
	display:none;
}
#lang-select a {color: #fff; text-decoration: none;}

#lang-es{padding-top: 7px; cursor: pointer;}
#lang-en{padding-top: 7px; cursor: pointer;}
#lang-fr{padding-top: 7px; cursor: pointer;}

.lang-overlay a{font-size:18px !important; padding: 0 10px;}


/*=========== PRIMER BLOQUE =============*/

#cloud1{width: 100%; height: 90%; background-image: url(img/cloud2.png);background-size: cover; background-repeat: repeat-x; position:absolute; bottom:0px; background-position:500px 0;}

#first-container{width: 100%; height: 95%; position:relative;
	background-image: url(img/bg-home-tigrou.jpg);
	background-size: cover;
	background-position:52% center;
	background-repeat:no-repeat;
	position:relative;
	z-index: 1;
	margin-top: -75px;
	min-height: 670px;
}
#floating-elements{
	position: relative;
    margin: auto;
    width: 550px;
    height: 300px;
    top: 270px;
}
#floating-image{
	width: 100%;
	height: 250px;
	background-image: url(img/tigrou-estreno.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:center;
}
#floating-image-en{
	width: 100%;
	height: 250px;
	background-image: url(img/tigrou-estreno-en.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:center;
}
#floating-image-fr{
	width: 100%;
	height: 250px;
	background-image: url(img/tigrou-estreno-fr.png);
	background-size: 100%;
	background-repeat:no-repeat;
	background-position:center;
}
#floating-details{
	color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    letter-spacing: 3px;
}
#floating-details a{color: #fff;}

#main-button{
	padding: 5px 20px;
	border: 2px solid #886441;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
	transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	cursor: pointer;
	border-radius: 50px;
	font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

#main-button:hover{
    background-color: #886441; color: #fff;
}

#tuentrada{
	width: 85px;
    height: 30px;
    background-image: url(img/tuentrada.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    bottom: -11px;
    left: 15px;
    position: relative;
}


/*=========== NOVEDADES =============*/


#novedades{
	width: 100%;
	height: 490px;
	position:relative;background-image: url(img/bg-novedades.jpg);
	background-position:center top;
	background-size: cover;
	padding-top:150px;
}


#nov-container{	width: 100%; margin:auto;}

.hidden{visibility: hidden;}

.cada-nov{
	width: 33%;
    height: 300px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.nov-title{
	font-size: 30px;
	font-weight: 200;
	color: #fff;
	width: 290px;
    margin: auto;
	margin-bottom: 25px;
	line-height: 15px;
}
.nov-title span{ font-size: 12px; letter-spacing: 2px;}
.nov-descr{
	color: #fff;
	font-size: 13px;
	text-align:justify;
	width: 290px;
    margin: auto;
}
.nov-btn{
	padding: 7px 7px;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
	border: 2px solid #fff;
	border-radius: 50px;
	width: 180px;
	text-align:center;
	margin-top: 15px;
	cursor:pointer;
	transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
}

.nov-btn a{color: #fff;}

.nov-btn:hover{
	background-color: #886441; border: 2px solid #886441;
}

.nov-img{
	width: 288px;
    height: 100px;
    border-radius:2px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.nov1{ background-image: url(img/foto-nov1.jpg);}
.nov2{ background-image: url(img/foto-nov2.jpg);}
.nov3{ background-image: url(img/foto-nov3.jpg);}

#nov-middle{
	width: 35%;
    height: 480px;
    margin-top: -50px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -17.5%;
    z-index: 4;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	border-radius: 2px;
}

#quotes{     width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: -35px;
	background-image: url(img/quotes.png); background-size: 100%; background-repeat:no-repeat;}

#press-quote{
	color: #555;
    font-size: 17px;
	font-weight: 300;
    width: 80%;
    margin: auto;
    padding-bottom: 13px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #a88e7e;
}

.nov-middle-title{
	font-size: 30px;
	font-weight: 200;
	color: #886441;
	width: 90%;
    margin: auto;
	margin-bottom: 10px;
}
.nov-middle-descr{
	color: #555;
	font-size: 13px;
	text-align:justify;
	width: 90%;
    margin: auto;
}
.nov-middle-btn{
	padding: 8px 10px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 600;
	background-color: #886441;
	border-radius: 50px;
	width: 180px;
	text-align:center;
	margin-top: 15px;
	font-size: 12px;
	cursor:pointer;
	transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
}

.nov-middle-btn a{color: #fff;}

.nov-middle-btn:hover{
	background-color: #ac7a3d;  
}

.nov-middle-img{
	width: 81%;
    height: 130px;
    border-radius: 2px;
    background-size: cover;
    background-position: center -110px;
    background-repeat: no-repeat;
	position: absolute;
    bottom: 40px;
}


/*=========== PRENSA =============*/

#prensa{
	background-color: #fff;
	width: 100%;
	height: 200px;
	position:relative;
}

#menciones{
	font-size: 12px;
    letter-spacing: 5px;
    color: #999;
    top: 60px;
    margin-left: 40px;
    position: relative;
    font-weight: 800;
}

#prensa ul{
	width: 95%;
	position:relative;
	top: 70px;
	margin: auto; padding: 0; list-style: none;
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.pr1{background-image: url(img/prensa-logo1.png);}
.pr2{background-image: url(img/prensa-logo2.png); background-size: 60% !important;}
.pr3{background-image: url(img/prensa-logo3.png);}
.pr4{background-image: url(img/prensa-logo4.png); background-size: 70% !important;}
.pr5{background-image: url(img/prensa-logo5.png); background-size: 50% !important;}
.pr6{background-image: url(img/prensa-logo6.png); background-size: 70% !important;}


#prensa ul li{
	float:left; text-align:center; background-size: 90%; background-repeat: no-repeat; background-position:center; width:16.66%; height: 60px;
}


/*=========== FOOTER =============*/

#contact-details{
	font-size: 14px !important;
    background-color: #886441;
    padding: 10px;
   color: rgba(255,255,255,.7);
    text-align: center;
	background: linear-gradient(90deg,#5e4429 0%, #886441 50%, #5e4429 100%)
}

#contact-details a {text-decoration:none; color: #fff;}

#footer{
	width: 100%;
	height: 320px;
	background-image: url(img/bg-footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #000;
	position:relative;
}

#deco-left{
	width: 300px;
	height: 320px;
	background-image: url(img/deco-left.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size: 95%;
	float:left;
}

#deco-right{
	width: 300px;
	height: 320px;
	background-image: url(img/deco-right.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size: 95%;
	float:right;
}
	
#footer-logo{
	position: absolute;
    top: 70px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
}


#footer ul {
    position: absolute;
    top: 150px;
    left: 50%;
	margin:0px;
	padding: 0px;
    margin-left: -300px;
    list-style: none;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

#footer ul li{
	float: left; 
	color: #fff;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	padding: 20px 10px; 
	box-sizing:border-box;
}

.last-footer-li{display:none;}

#footer ul li a{color: #fff;}
#footer ul li span a{color: #886441;}

#copyright{
	    position: absolute;
    color: #886441;
    text-align: center;
    width: 120px;
    font-size: 11px;
    left: 50%;
    margin-left: -60px;
    bottom: 15px;
}










/* ========================================================================== 
MOBILE MENU ICON
========================================================================== */

#menu-contain{
	cursor: pointer;
    display: inline;
    height: 30px;
    width: 30px;
    right: 15px;
    top: 5px;
    position: absolute;
    z-index: 999;
	text-align: left;
}

.hamburger, .hamburger:before, .hamburger:after {
  	width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: 0.5s;
    transform: all 0.5s ease-in;
    -webkit-transform: all 0.5s ease-in;
    -moz-transform: all 0.5s ease-in;
    -ms-transform: all 0.5s ease-in;
    content: "";
    top: 50%;
    cursor: pointer;
}
.hamburger:before { top: -7px; }
.hamburger:after { top:7px; }

#menu-contain.open .hamburger:before {
  top: 0px;
  cursor:pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate (45deg);
  background-color: #b7a261;
  z-index:999;
}
#menu-contain.open .hamburger {
  background-color: transparent;
  cursor:pointer;
}

#menu-contain.open .hamburger:after {
  top: 0px;
  transform: rotate(-45deg);
  z-index:999;
}


/* ========================================================================== 
MENÚ OVERLAY
========================================================================== */

#menu-contain span{
	color: #b7a261;
    font-family: 'Raleway';
    right: 45px;
    position: absolute;
    top: 9px;
    font-size: 13px;
    letter-spacing: 1px;
}

#menu-overlay {
	z-index:990;
	position:fixed;
	top:0;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0,.90);
	visibility: hidden;
	font-family: 'Open Sans';
	text-transform:uppercase;
	-webkit-animation-duration: 0.5s !important; /* Chrome, Safari, Opera */
    animation-duration: 0.5s !important;
}

#menu-overlay  ul{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 80%;
    letter-spacing: 2px;
    padding: 5% 0px;
}

#menu-overlay  ul li{
	opacity:0;
}

#menu-overlay  ul li, #menu-overlay ul li a{
	font-size: 30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    list-style: none;
}

#menu-overlay  ul li a:hover, #menu-overlay ul li a:active{
	color: #ac7a3d;
}

#menu-overlay  .social-overlay{
   font-size: 18px;
	text-transform:none;
}



/* ========================================================================== 
NEXT SHOWS
========================================================================== */


#next-shows{border-radius: 2px; background: #fff; margin: auto; width: 70%; display: block; position:relative; top: 300px;
	color: #555;
    font-size: 14px;
    font-weight: 300;
}

.first-shows{display: block; width: 100%; padding: 30px 30px 0 30px; box-sizing: border-box;}

.cada-show{display: inline-block; width: 100%; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px dotted #a88e7e;}

.show-final{border-bottom:none; padding-bottom: 10px;}

.show-ciudad{float:left; width: 20%; display:inline-table; padding-top: 15px;}

.show-detalles{float:left; width: 35%; display:inline-table; }

.show-tickets{float:left; width: 20%; display:inline-table; }

.sponsor{float:left; width: 25%; display:inline-table; font-size: 10px; 
    letter-spacing: 2px;
    text-align: center;
    padding-top: 10px;
}

.buy-tickets{background-color: #a88e7e; border-radius: 90px; text-align:center; color: white; padding: 7px 10px; width: 150px; float:right; cursor:pointer; box-sizing:border-box;}

.more-shows{display: block; width: 100%; padding: 0px 30px; box-sizing: border-box;}

#see-more-shows{
	margin: auto;
    background-color: white;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    padding: 5px;
    width: 100px;
    position: relative;
    top: 290px;
    font-size: 14px;
    text-align: center;
    color: #a88e7e;
	cursor:pointer;
	z-index:999;
}

#see-less-shows{
	display:none;
	margin: auto;
    background-color: white;
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
    padding: 5px;
    width: 100px;
    position: relative;
    top: 290px;
    font-size: 14px;
    text-align: center;
    color: #a88e7e;
	cursor:pointer;
	z-index:999;
}

.hidden-shows{ display:none;}






