/* CSS Document */

/* Here we save the index-related css. Everything used on index (except for the colors, header, footer, and sugarnation) should be here */

div#index_about_container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#index_about{
	width: 1180px;
	flex-grow: 0;
	display: inline-flex;
	margin: 40px 0;
	align-items: stretch;
}

div#about_img{
	display: inline-flex;
	width: 37%;
	flex-grow: 0;
}

div#about_img img{
	max-width: 100%;
	object-fit: cover;
}

div#about_info{
	display: inline-flex;
	width: 60%;
	margin-left: 2%;
	flex-grow: 0;
	flex-direction: column;
	justify-content: space-between;
}

div#about_info h2{
	font-size: 2rem;
	font-family: AgendaMedium;
}

div#about_info p{
	font-size: 1.1rem;
	font-family: Lato;
	text-align: justify;
	line-height: 1.6rem;
	margin-bottom: 10px;
}

div#about_info .about_button{
	/*display: inline-block;*/
	font-size: 2rem;
	font-family: AgendaMedium;
	padding: 10px 43px;
	text-decoration: none;
	margin-right: 25px;
}

div#about_info #about_buttons a.about_button:last-of-type{
	margin-right: 0px;
}

div#about_info #about_thumbs{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

div#about_info #about_thumbs iframe{
	height: 100%;
	width: 100%;
}

div#about_info div#about_thumbs>div{
	width: 49%;
}

div#about_info div#about_thumbs img{
	max-width: 100%;
}

div#about_buttons_mob{
	display: none;
}


div#index_shows_container, div#index_videos_container, div#index_news_container{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#index_shows, div#index_videos, div#index_news{
	width: 1180px;
	max-width: 100%;
	flex-grow: 0;
	display: inline-flex;
	margin: 60px 0;
	align-items: stretch;
	flex-direction: column;
}

div#index_shows_top, div#index_videos_top, div#index_news_top{
	margin-bottom: 30px;
}

div#index_shows_top, div#index_shows_list, div#index_videos_top, div#index_news_top, div#index_news_img{
	width: 100%;
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

div#index_shows_top_2{
	justify-content: flex-end !important;
	width: auto !important;
	display: flex;
	font-size: 1.8rem !important;
	margin-bottom: 20px;
}

div#index_shows_top_2 a{
	font-size: 1.3rem !important;
}

div#index_shows div#index_shows_toplinks_3{
	font-size: 1.8rem;
}

div#index_shows div#index_shows_toplinks_3 a{
	margin: 0 10px;
	font-size: 1.8rem;
}

div#index_shows h2, div#index_videos h2, div#index_news h2{
	font-family: AgendaMedium;
	font-size: 2.4rem;
}

div#index_shows a, div#index_videos a{
	font-family: AgendaMedium;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.3rem;
}

div#index_shows_list{
	flex-direction: column;
	/*margin-top: 10px;*/
}

div#index_shows_list>a{
	display: flex;
	flex-grow: 1;
	width: 100%;
	cursor: pointer;
	display: block;
}

div#index_shows_list > a > div.ticket_purchase {
  margin-top: 20px;
  display: none;	
}

div#index_shows_list>a>div{
	display: flex;
	flex-grow: 1;
	padding: 15px 10px;

}

/* div.shows_list_ticket_container{
	text-align: right;
	text-transform: none;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: end;
} */

div#index_shows_list div.show_list_links, div#index_shows_list div.shows_list_ticket_container{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}

div#index_shows_list div.show_list_date, div#index_shows_list div.show_list_ticket{
font-size: 1.8rem;
    font-family: AgendaMedium;
    /* padding: 0px 5px; */
    border: 1px solid;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-align-last: center;
    width: 17%;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
	width: 180px !important;
}

div#index_shows_list div.show_list_ticket{
	/*width: 14%;*/
	width: auto;
	font-size: 1.4rem;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#index_shows_list div.show_list_ticket_next{
	margin-top: 0px;
	font-size: 1.4rem;
}

div#index_shows_list div.largeticket{
	height: 50px;
	font-size: 1.8rem;
}

div.index_shows_ticket_message{
	margin-top: 5px;
	font-size: 1rem;
	width: 200px;
	text-align: right;
}

div#index_shows_list div.show_list_date span{
	font-size: 1.1rem;
	display: inline-flex;
	margin-top: 2px;
}

div#index_shows_list div.index_show_data{
	display: inline-flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	flex-grow: 1;
	font-family: Agenda;
	margin-left: 20px;
	padding-top: 3px;
	justify-content: center;
}

div#index_shows_list div.index_show_data span.show_location{
	font-size: 1.9rem;
	line-height: 3.5rem;
	font-weight: bold;
}

div#index_shows_list div.index_show_data span{
	line-height: 1.5rem;
	cursor: pointer;
	font-size: 1.6rem;
	font-family: 'AgendaMedium';
}

div#index_shows_list div.index_show_data span.show_time{
	line-height: 1rem;
	cursor: pointer;
	font-size: 1.05rem;
}

div#index_shows_list div.index_show_data span.show_language{
	line-height: 1rem;
	cursor: pointer;
	font-size: 1.05rem;
}

div#index_shows_list .show_tour{
	/*font-weight: bold;*/
}

div#index_shows_list .show_date_mob{
	display: none;
}

div#index_shows_list .index_show_extra{
	display: flex;
	align-content: center;
	align-items: center;
	margin-right: 20px;
}

a#index_shows_more{
	width: auto;
	margin: 30px auto;
	font-size: 1.5rem;
	padding: 10px 20px;
}

a#index_shows_more{
	width: auto;
	margin: 30px auto;
	font-size: 1.5rem;
	padding: 10px 20px;
}

#viewmore_div{
	/*margin: 30px 0; */
	display: flex;
	
}

#index_mob_videos{
	display: none;
}

#index_latest_videos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	text-align: justify;
	margin-top: -10px;
	margin-bottom: 20px;
}

#index_latest_videos .video {
    width: 32%;
    display: inline-block;
    margin: 21px 0;
    border-radius: 8px;
}

#index_latest_videos .video img{
	width: 100%;
}

.hidden_yt_div {
    background-color: rgb(35, 31, 32);
    padding: 20px 10px 20px 10px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    text-align: center;
    display: none;
}

.youtube_slide > iframe {
    width: 1180px !important;
    max-width: 100% !important;
    height: 641px !important;
}

div#index_about_mob{
	display: none;
}





div#index_news a {
    font-family: AgendaMedium;
    text-decoration: none;
	display: flex;
}

div#index_news_top{
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

div#index_news_top a {
    text-transform: uppercase;
	font-size: 1.3rem;
}


div#index_news_img img{
	max-width: 100%;
}

div#index_news div#index_news_latest{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-top: 30px;
}


div#index_news div.index_news_item{
	border: 1px solid;
	display: grid;
	padding: 15px;
	text-align: justify;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

div#index_news div.index_news_item img{
	margin: 0 auto 10px auto;
	max-width: 100%;
	height: 65px;
}

div#index_news div.index_news_item span.news_title{
	font-weight: bold;
	margin-bottom: 25px;
	text-align: left;
	font-size: .75em;
}

div#index_news div.index_news_item span.news_text{
	text-align: left;
	font-size: .7em;
}

body>img{
	display: none;
}

#youtube_developed{
	display: block;
	width: 100%;
	max-width: 1180px;
	text-align: right;
	margin-top: -70px;
	margin-bottom: 60px;
}
.youtube {
		background-color: #000;
		margin-bottom: 0px;
		position: relative;
		padding-top: 195px;
		overflow: hidden;
		cursor: pointer;
	}
	.youtube img {
		width: 100%;
		top: -16.84%;
		left: 0;
		opacity: 0.7;
	}
	.youtube .play-button {
		width: 90px;
		height: 60px;
		background-color: #333;
		box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
		z-index: 1;
		opacity: 0.8;
		border-radius: 6px;
	}
	.youtube .play-button:before {
		content: "";
		border-style: solid;
		border-width: 15px 0 15px 26.0px;
		border-color: transparent transparent transparent #fff;
	}
	.youtube img,
	.youtube .play-button {
		cursor: pointer;
	}
	.youtube img,
	.youtube iframe,
	.youtube .play-button,
	.youtube .play-button:before {
		position: absolute;
	}
	.youtube .play-button,
	.youtube .play-button:before {
		top: 50%;
		left: 50%;
		transform: translate3d( -50%, -50%, 0 );
	}
	.youtube iframe {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		aspect-ratio: 16 / 9;
		position: relative;
	}

#index_latest_videos .youtube{
	/*padding-top: 0px;
	width: 30%;*/
	padding-top: 0px;
	width: 100%;
	display: none;
}

#index_latest_videos .youtube img{
	position: relative;
	top: 0;
}





.ticket_purchase_top{
	color: white;
	background-color: black;
	text-align: center;
	padding: 10px;
	position: relative;
	
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.ticket_purchase_place{
	font-size: 28px;
}

.ticket_purchase_place img{
	margin-right: 15px;
}

.ticket_purchase_details{
	position: absolute;
	right: 10px;
}