div#shows_top{
	z-index: 0;
	position: relative;
	margin-top: 0px;
	height: calc(100vh - 10px);
	background-image: url("../images/shows-hero.jpg");
	background-repeat: no-repeat;
	/*max-height: 800px;*/
	background-position: top center;
	display: flex;
	align-items: flex-end;
}

div#shows_top.shows_top_fr{
	background-image: url("../images/shows-hero_fr.jpg");
}

#tour_searchbar{
	width: 100%;
	display: flex;
	justify-content: center;
}

#showsearch{
	width: 1180px;
}

#showsearch h3{
	font-family: "AgendaMedium";
	font-size: 1.6rem;
	text-transform: uppercase;
	margin: 20px 0 10px 0;
    text-align: center;
}

#showsearch form{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

#showsearch form input, #showsearch form select, #showsearch form select option, #showsearch form button, #showsearch form a#resetbutton{
	border-radius: 0px;
	border: 0px;
	font-family: "AgendaMedium";
	font-weight: bold;
	font-size: 1.3rem;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-right: 8px;
}

#showsearch form a#resetbutton, #showsearch form button#resetbutton{
	text-decoration: none;
	display: flex;
	align-content: center;
	align-items: center;
	margin-right: 8px !important;
	justify-content: center;
	cursor: pointer;
}

#showsearch form input[type=submit]{
	margin-right: 0px;
	cursor: pointer;
}

#searchshow{
    display: none;
}


#shows_type_select{
	margin-left: -195px;
	/*display: block;*/
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	float: left;
	display: none !important;
}

#shows_type_select div{
	width: 230px;
	text-align: center;
	display: inline-block;
}

#shows_type_select div#select_separator{
	width: 2px;
	height: 60px;
	margin: 0px;
	background-color: black;
}

#shows_type_select div#select_list{
	margin-right: 15px;
	width:150px;
	padding: 15px 10px;
	white-space: nowrap;
}

#shows_type_select div#select_calendar{
	margin-left: 15px;
	padding: 15px 10px;
	white-space: nowrap;
}

#shows_type_select div.active_view{
	background-color: #333;
	color: white;
	padding: 5px 0;
	cursor: default;
}

#shows_type_select div.inactive_view{
	background-color: transparent;
	color: black;
	cursor: pointer;
}






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;
	flex-grow: 0;
	display: inline-flex;
	margin: 60px 0;
	align-items: stretch;
	flex-direction: column;
}

div#index_shows{
	max-width: 100%;
	position: relative;
}

div#index_shows #calendar_link, div#index_shows #list_link{
	position: absolute;
	margin-top: -60px;
}

div#index_shows_top{
	justify-content: flex-end !important;
	max-width: calc(100% - 10px);
	/*position: absolute;*/
	top: 10px;
	right: 0px;
	/*width: auto !important;*/
	width: 100% !important;
	position: initial;
}

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

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 h2, div#index_videos h2, div#index_news h2{
	font-family: AgendaMedium;
	font-size: 2.8rem;
}

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

div#index_shows_toplinks{
	/*color: #999;*/
    font-size: 1.8rem;
    /*width: 33%;*/
	display: flex;
    justify-content: space-between;
	margin-top: 5px;
}

div#index_shows_toplinks a{
	font-family: AgendaMedium;
	font-size: 1.8rem;
}

div#index_shows_toplinks a:first-of-type{
	margin-right: 14px;
	margin-left: 14px;
}

div#index_shows_toplinks a{
	margin-right: 14px;
	margin-left: 14px;
}

div#index_shows_toplinks a:last-of-type{
	margin-right: 0px;
	margin-left: 14px;
}

div#index_shows_list{
	flex-direction: column;
	position: relative;
}

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

div#index_shows_list > a.nolink{
	cursor: default;
}

div#index_shows_list > div{
	display: flex;
	flex-grow: 1;
	/*width: 100%;*/
}

div#index_shows_list > div div.index_show_data span, div#index_shows_list > div div.index_show_data span.show_time, div#index_shows_list > div div.index_show_data span.show_language{
	cursor: auto;
	text-transform: uppercase;
}

div#index_shows_list > a > div:first-of-type, div#index_shows_list > div{
	display: flex;
	flex-grow: 1;
	padding: 12px 10px;
	/*align-items: center;*/
	/*margin-bottom: 20px;*/
	max-width: calc(100% - 20px);
}

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

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

div#index_shows_list div.show_list_ticket_container{
	text-align: right;
	text-transform: none;
	width: 18%;
	display: inline-flex;
    flex-direction: column;
	justify-content: center;
}

div#index_shows_list div.show_list_ticket_container .just_added{
	text-transform: none;
	margin-top: 5px;
	font-family: 'AgendaMedium';
}

div#index_shows_list div.show_list_ticket{
	/*width: 14%;*/
	width: auto;
	font-size: 1.5rem;
	padding: 5px 18px;
	align-items: center;
}

div#index_shows_list.list_fr div.show_list_ticket{
	/*width: 15%;*/
	font-size: 1.4rem;
}

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_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;
}

div#index_shows_list div.index_show_data span.show_location{
	font-size: 1.9rem;
	line-height: 1.2rem;
	padding-bottom: 3px;
	padding-top: 12px;
	font-weight: bold;
}

div#index_shows_list div.index_show_data span{
	line-height: 1.9rem;
	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: .5rem;
	cursor: pointer;
	font-size: 1.3rem;
    padding-top: 10px;
}

div#index_shows_list .show_tour, div#index_shows_list .just_added{
	/*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;
	font-size: 1rem;
}

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

#main_tour_pagination, #main_tour_pagination_top{
	margin-top: 0px;
	margin-bottom: 60px;
}

#request_show_button{
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	background-color: black;
	color: white;
	font-size: 1.4rem;
	margin-bottom: 15px;
}

#shows_banner_bottom_cont{
	width: 100%;
	padding: 20px 0;
}

#shows_banner_bottom{
	margin: 0 auto;
	max-width: 1160px;
}

#shows_banner_bottom img{
	max-width: 1160px;
}


/* shows single page stuff */

#show_top{
	min-height: 150px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: center;
}

#show_top_content{
	width: 100%;
	max-width: 1140px;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: space-between;
	/*padding-bottom: 10px;*/
}

#show_top h1{
	text-transform: uppercase;
	font-family: "AgendaBlack";
	font-size: 5em;
}

#view_shows_breadcrumb_top{
	font-size: 1.3rem;
	margin-bottom: 15px;
}

#view_shows_breadcrumb_top a{
	text-decoration: none;
	text-transform: uppercase;
}

#date_info{
	padding: 30px 0;
}

#date_info_content{
	display: flex;
	max-width: 1140px;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
}

#date_info_content_left{
	font-size: 1.6rem;
	text-transform: uppercase;
}

#date_info_content_left .timestart{
	font-size: 1.2rem;
}

#content_left_date{
	border-bottom: 1px solid;
	margin-bottom: 20px;
}

#tour_venue{
	font-size: 1.2rem;

}

#tour_language{
	font-size: 1rem;

}

#date_info_content_right{
	display: flex;
	flex-direction: column;
	align-content: space-around;
	align-items: end;
	justify-content: space-around;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.sold_out{
	display: block;
	padding: 10px 20px;
	border: 1px solid;
	font-size: 1.3rem;
	cursor: not-allowed;
}

#date_info_content_right a{
	text-decoration: none;
}

#date_info_content_right .just_added{
	text-align: center;
}

#date_info_content_right .buy_tickets{
	padding: 10px 20px;
	border: 1px solid;
	text-align: center;
}

#show_content{
	max-width: 1140px;
	width: 100%;
	margin: 40px auto;
	display: flex;
	margin-bottom: 80px;
}

#show_content_left{
	max-width: 50%;
	margin-right: 20px;
	display: flex;
	flex-direction: column;
}

#show_content_left p{
	font-size: 1.1rem;
	line-height: 1.4rem;
    font-family: 'Lato';
	margin-bottom: 10px;
}

#show_content_right{
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: space-between;
}

.video_container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
	margin-bottom: 10px;
}

.video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show_bottom_image{
	max-width: 550px;
}

.show_bottom_image img{
	max-width: 100%;
}

#show_content_map{
	margin-top: 10px;
}

#show_content_map a{
	text-decoration: none;
	font-weight: bold;
}

#show_content_bottom{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	align-items: center;
}

#show_bottom_left{
	width: 100%;
}

#show_map_frame{
	display: none;
}

#show_bottom_right a{
	text-decoration: none;
}

#show_bottom_right .buy_tickets{
	border: 1px solid;
	font-size: 1.3rem;
	text-transform: uppercase;
	padding: 10px 20px;
	white-space: nowrap;
}

#show_group_tickets{
	width: calc(100% - 62px);
	padding: 10px 30px 30px 30px;
	border: 1px solid;
	text-align: center;
	position: relative;
}

#show_group_tickets h3{
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#show_group_tickets a#ticketsbutton, #show_sugarnation a{
	position: absolute;
	/*bottom: -20px;*/
	left: 50%;
	padding: 10px 20px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid;
	font-weight: bold;

	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#show_group_tickets a#ticketsbutton{
	font-size: 1.5rem;
	bottom: -25px;
	font-family: AgendaLight;
	font-weight: 400;
}

#show_sugarnation{
	margin-top: 50px;
	margin-bottom: 0px;
	padding: 30px 30px 50px 30px;
	width: calc(100% - 62px);
	border: 1px solid;
	text-align: center;
	position: relative;
	font-size: 1.1rem;
}

#show_sugarnation a{
	font-size: 1.5rem;
	bottom: -25px;
	font-family: AgendaLight;
	font-weight: 400;
}

#show_links_mobile{
	display: none;
}

h1.group_name{
	font-size: 3rem;
	text-transform: uppercase;
	font-family: AgendaBlack;
}

h2.shows_group_countryh{
	text-transform: uppercase;
	margin-top: 40px;

}

h3.shows_group_cityh{
	text-transform: uppercase;
	margin: 20px 0;
	font-size: 2rem;
	width: 100%;
	text-align: right;
}



/* group banner */

#shows_banner_mobile{
	flex-direction: column;
	width: calc(100% - 20px);
	padding: 10px;
	display: none;
}

#shows_banner_mobile h3{
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}

#shows_banner_mobile p{
	text-align: left;
	font-size: 1rem;
	margin: 5px 0;
}

#shows_banner_mobile p#shows_banner_toptext{
	font-size: 1.4rem;
	text-align: center;
}

#shows_banner_mobile a{
	display: block;
	border: 1px solid;
	padding: 10px 20px;
	text-align: center;
	font-size: 1.3rem;
	margin: 20px auto;
	max-width: 70%;
}

#shows_banner_mobile ul{
	text-align: left;
	font-size: 1rem;
	margin: 5px 0;
	list-style-type: disc;
}

#shows_banner_mobile li{
	margin-left: 30px;
	margin-top: 5px;
}

#shows_list_sugarnation_mobile{
	padding: 10px;
	max-width: calc(100% - 20px);
	display: none;
	flex-direction: column;
}

#shows_list_sugarnation_mobile p{
	font-size: 1.2rem;
	text-align: center;
	margin: 40px auto 20px auto;
}

#shows_list_sugarnation_mobile #shows_sugarnation_line{
	height: 1px;
	width: 100%;
	margin: 30px 0;
}

#shows_list_sugarnation_mobile a{
	display: block;
	border: 1px solid;
	padding: 10px 20px;
	text-align: center;
	font-size: 1.6rem !important;
	margin: 20px auto;
	max-width: 70%;
}



/* calendar stuff */

#shows_calendar{
	/*display: none;*/
}
#shows_type_select{
	margin-left:-185px !important;
}

#shows_calendar_top, #shows_calendar_bottom{
	display: flex;
	font-size: 3rem;
	font-family: AgendaMedium;
    color: #666;
	align-content: center;
	align-items: center;
	align-self: center;
	max-width: 60%;
	margin: 20px auto 40px auto;
	justify-content: space-evenly;
}

#shows_calendar_top{
	float: right;
	margin-top: 10px;
	/*margin-right: -80px;*/
}

#shows_calendar_bottom{
	max-width: 100%;
	justify-content: space-between;
	color: #000;
    font-size: 20px;
	font-weight: bold;
}

#shows_calendar_prev, #shows_calendar_next, #shows_calendar_bottom_prev, #shows_calendar_bottom_next{
	padding: 0 0px;
	cursor: pointer;
	padding-bottom: 5px;
    font-family: AgendaMedium;
}


#shows_calendar_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	gap:2px;
	background: #f3f3f3;
	grid-auto-columns: minmax(0, 1fr);
	clear: both;
}

#shows_calendar_month{
	text-transform: uppercase;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 2.5rem;
    font-family: AgendaMedium;
}

#shows_calendar_grid>div{
	outline: 1px solid #c3c3c3;
	min-height: 100px;
	padding: 10px;
	position: relative;
}

#shows_calendar_grid>div.dayname{
	min-height: 15px;
	text-align: center;
	font-weight: 400;
	font-size: 2rem;
    font-family: 'AgendaMedium';
}

#shows_calendar_grid>div.noday{
	/*outline: none;*/
	background-color: #e9e9e9;
}

#shows_calendar_grid>div.noday div.calendar_date_number{
	color: #666;
	}

#shows_calendar_grid>div div.calendar_date_number{
	font-size: 1.8rem;
    margin-bottom: 30px;
    font-family: 'Lato';
    font-weight: 600;
}

#shows_calendar_grid>div div.show_location{
	/*text-transform: uppercase;*/
	width: calc(100% + 10px);
	margin-left: -10px;
	padding: 5px;
	margin-top: 5px;
}

#shows_calendar_grid>div div.canada_show{
	background-color: #999;
	color: white;
}

#shows_calendar_grid>div div.france_show{
	background-color: #444;
	color: white;
}

#shows_calendar_grid>div div.us_show{
	background-color: #000;
	color: white;
}

#shows_calendar_grid>div div.world_show{
	background-color: #BD2222;
	color: white;
}

#shows_calendar_grid>div div.private_show{
	background-color: #f5f5f5;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: black;

}

#shows_calendar_grid>div>a{
	text-transform: none;
	font-size: .8rem;
    font-weight: 600;
    font-family: 'lato';
}

#shows_calendar #legend{
	width: 100%;
	padding: 10px 0;
	margin: 50px 0 50px 0;
	clear: both;
}

#shows_calendar #legend h4{
	font-size: 2rem;
	text-align: left;
}

#legend_title_mob{
	display: none;
}

#shows_calendar #legend #legend_items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 10px;
}

#shows_calendar #legend .legend_item{
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0px;
	text-align: center;
	border: 2px solid white;
}

#shows_calendar #legend .legend_item h4{
	width: 100%;
	text-align: left;
}

#shows_calendar #legend .legend_item .item_color {
   /* height: 20px; */
    display: inline-block;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	font-size: 24px;
	cursor: pointer;
}

#shows_calendar #legend .legend_item .item_color#usa_item{
	background-color: #000;
	color: #fff;
}

#shows_calendar #legend .legend_item .item_color#france_item{
	background-color: #444;
	color: #fff;
}

#shows_calendar #legend .legend_item .item_color#canada_item{
	background-color: #999;
	color: #fff;
}

#shows_calendar #legend .legend_item .item_color#world_item{
	background-color: #BD2222;
	color: #fff;
}

#shows_calendar #legend .legend_item .item_color#private_item{
	background-color: #f7f7f7;
	color: #666363;
	border: 2px solid #aba9a9
}


#shows_calendar #legend .legend_item .item_name{
	display: inline-block;
	margin-left: 15px;
}

#shows_calendar #legend .legend_item.active{
	border: 2px dashed black;
}

#shows_calendar #legend #legend_canada.legend_item.active{
	border: 2px solid #999;
}

#shows_calendar #legend #legend_canada.legend_item.active #canada_item{
	background-color: #fff;
	color: #999;
}

#shows_calendar #legend #legend_us.legend_item.active{
	border: 2px solid #000;
}

#shows_calendar #legend #legend_us.legend_item.active #usa_item{
	background-color: #fff;
	color: #000;
}

#shows_calendar #legend #legend_france.legend_item.active{
	border: 2px solid #444;
}

#shows_calendar #legend #legend_france.legend_item.active #france_item{
	background-color: #fff;
	color: #444;
}

#shows_calendar #legend #legend_world.legend_item.active{
	border: 2px solid #BD2222;
}

#shows_calendar #legend #legend_world.legend_item.active #world_item{
	background-color: #fff;
	color: #BD2222;
}

#shows_calendar #legend #legend_private.legend_item.active{
		border: 1px solid #cfcfcf;
}

#shows_calendar #legend #legend_private.legend_item.active #private_item{
	background-color: #ffffff;
    border: 1px solid #464646;
	color: #423f3f;
}

/* calendar end*/




/* Tickets purchase line */

.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;
	font-size: 20px;
}
















/* facebook annoying stuff*/

#u_0_6{
	display: none !important;
}

/*shows admin stuff*/

.admin_items {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 18px;
	z-index: 10;
}

.admin_items a{
	color: darkred;
}
