@font-face {
    font-family: cfasty;
    font-weight: bold;
    src: url("./CFAstyStd-Bold.otf") format("opentype");
}

@font-face {
    font-family: cfasty;
    font-weight: 100;
    src: url("./CFAstyStd-Light.otf") format("opentype");
}
@font-face {
    font-family: cfasty;
    font-weight: 400;
    src: url("./CFAstyStd-Book.otf") format("opentype");
}
@font-face {
    font-family: cfasty;
    font-weight: 600;
    src: url("./CFAstyStd-Medium.otf") format("opentype");
}

:root {
  --show-image-height: 100px;
}

.mt-0
{
	margin-top: 0px;
}
i 
{
/*	icons*/
	font-size: 1.1rem;
	margin-right: 10px;
}
h1,h2,h3,h4,h5,h6,p,span
{
	font-family: cfasty;
	line-height: 140%;
}
body
{
	background-color: #EDEEEE;
}
h2
{
	font-size: 1.2rem;
	margin: 0px;
/*	line-height: 100%;*/
}
h4
{
	font-size: 0.85rem;
}
h3
{
	font-size: 1rem;
	margin: 0px;
/*	font-weight: bold;*/
}
p,span,h4
{
	margin:0px;
}
a
{
/*	text-decoration: none;*/
    color: inherit;
    font-size: inherit;
    font-weight: bold;
}
.italics
{
	font-style: italic;
}
.bold
{
	font-weight: bold;
}
.t-red
{
	color: #cc5140;
}
.shows_theater
{
/*	border-top: 2px dotted black;*/
	padding-top: 10px;
/*	text-transform: uppercase;*/
	margin-top: auto;

	/*Horizontal*/
	background-image: linear-gradient(to right, #90ca59 33%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 3px;
    background-repeat: repeat-x;
}
.text_cont,.header_container .row
{
	padding: 0px 11px;
}
#s2 .text_cont
{
	position: relative;
}
.s_container
{
	overflow: hidden;
}
.image_holder
{
	text-align: center;
	padding: 25px 5px;
}
.hr_full
{
	position: absolute;
    height: 3px;
    background-image: linear-gradient(to right, #90ca59 27%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 12px 4px;
    background-repeat: repeat-x;
    max-width: none;
    width: 150vw;
    left: -50vw;
    bottom: 0px;
}
.hr_title
{
/*	position: absolute;*/
    height: 3px;
    background-image: linear-gradient(to right, #90ca59 33%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 7px 2px;
    background-repeat: repeat-x;
/*    max-width: none;*/
/*    width: 150vw;*/
/*    left: -50vw;*/
/*    bottom: 0px;*/
}
.hr_title_green
{
	height: 3px;
    background-image: linear-gradient(to right, #90ca59 33%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 5px;
    background-repeat: repeat-x;
}
.text_cont h3
{
/*	font-weight: 400;*/
}
.t-green
{
	color: #82b03e;
}
.t-white
{
	color: white;
}
.t-blue
{
	color: #004F94;
}
.logo
{
	width: 200px;
}
.header-text
{
	text-align: end;
}
.region_holder
{
	display: flex;
	justify-content: center;
	place-self: center;
	flex-direction: column;

}
.region_holder .image_holder
{
	text-align: center;
	max-width: 300px;
	align-self: center;
}
.place-content-center
{
	place-content: center;
}
.region
{
	border: 2px solid #035697;
    color: #035697;
    border-radius: 10px;
    padding: 15px;
    transition: 1s color, 1s background-color;
    display: flex;
    width: fit-content;
    min-width: 175px;
    place-content: center;
    place-self: center;
}
.region:hover
{
	background-color: #035697;
	color: white;
	cursor: pointer;
}
.not_yet_in_time
{
	display: none;
}
.not_yet>.not_yet_in_time
{
	display: block;
}
.not_yet>.par_form
{
	display: none;
}
.not_yet.older .not_yet_show,.older_show
{
	display: none;
}
.not_yet.older .older_show
{
	display: block;
}
.older .par_av_seats
{
	display: none;
}

.show_image
{
/*	height: 150px;*/
    background-position: center;
    background-size: cover;
    
/*	height: 140px;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.theater_shows 
{
	padding-top: 0px;
}
.show_image img
{
	width: 100%;
}
._btn_
{
	display: flex;
}

.show .btn-select
{
	cursor: pointer;
	font-weight: bolder;
	background-color: #90ca59;
/*    border-radius: 27px;*/
    padding: 4px 25px;
    color: white;
    transition: 1s all;
    border-radius: 10px;
    border:1px solid #90ca59;
}
.show:not(.this_week) .btn-select
{
	cursor: pointer;
	font-weight: 400;
	background-color: #00000000;
    border-radius: 10px;
    border: 1px solid #90ca59;
    padding: 4px 25px;
    color: #90ca59;
    transition: 1s all;
}

.show:not(:first-child) .btn-select
{
	/*padding: 3px 10px ;
	background-color: black;
	color: white;
	font-size: 0.9rem;
	font-weight: bold;*/

	cursor/*: pointer;
	font-weight: bolder;
	background-color: #ffd800;
    border-radius: 27px;
    padding: 4px 25px;
    color: #003664;
    transition: 1s*/ all;
}
.btn-select:hover
{
	background-color: #ebc70000;
	color: #003664;
}
.older .btn-select
{
	border-color:#838383!important;
	color: #838383!important;
}
.bg-blue
{
	background-color: #035080;
}
.bg-black
{
	background-color: black;
}
.bg-green{
	background-color: #82b03e;
}
.h-100-vh
{
	height: 100vh;
}
.show_seats span
{
	font-size: 0.9rem;
	font-weight: bold;
}


.tag
{
	padding: 3px 5px;
	border-radius: 5px;
}
.tag-back_region
{
	padding: 3px 15px;
	place-content: center;
	cursor: pointer;
}
.place-self-center
{
	place-self: center;
}
.show_cont
{
	padding: 20px 20px 34px 20px;

	display: flex;
    flex-direction: column;
    position: relative;
/*    height: 70%;*/
	height: calc(100% - var(--show-image-height));

}
.par-image, .par-image img
{
	width: 100%;
	height: 100%;
}
.par_details
{
	padding: 10px 0px;
	padding-top:30px ;
}
.par_details>div
{
	padding: 0px 80px 0px 30px;
}
.par_details>div.par_info 
{
/*	padding: 0px 10px;*/
}
.par_info h4
{
	margin: 6px 0px;
}
.par_name h2,.par_form h2
{
	font-weight: bold;
	margin: 0;
    font-size: 2.5rem;
    position: relative;
}
.par_name>h3
{
    padding-top: 10px;
}
.par_name h3
{

    font-weight: 300;
    font-size: 1.2rem;
}
.show_cont h3
{
	padding-top: 3px;
	padding-bottom: 3px;
}
.par_info p
{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 300;
}
.par_description
{
/*	border-top: 2px solid black;*/
	margin-top: 4px;
	line-height: 115%;
}
.par_description p,.par_category p
{
	font-size: 0.9rem;
	margin: 0px;
	font-weight: 400;
}
.warning_book
{
/*	margin-top: 20%;*/
	width: 100%;
	max-width: 380px;
    justify-content: center;
    display: flex;
    margin: auto;
}
.warning_book .show_container
{
	border-radius: 15px;
}
.m_buttons
{
	justify-content: space-between;
}
.m_buttons .btn_container,.m_buttons .btn_container>div
{
	width: 100%;
	text-align: center;
} 
.m_buttons .btn_container .btn_ok
{
	margin-right: 5px;
}
.m_buttons .btn_container .btn_cancel 
{
	margin-left: 5px;
}
.m_text h2
{
	text-align: left;
}
.show_date_count
{
	position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: white;
    border: 1px solid black;
    padding: 0px 7px;
    border-left-width: 2px;
    border-bottom-width: 2px;
}
.ty_show_day,.show_day
{
	display: block;
	font-size: 0.85rem;
}
.show_day_count
{
	font-weight: bold;
/*	font-size: 0.7rem;*/
}
.ty_show_date_count,.show_date_count,.par_show_date_count
{
	display: block;
	font-size: 1rem;
	display: flex;
    flex-direction: column;
    place-content: center;
}
.par_show_date_count,
.ty_show_date_count
{
	position: absolute;
	top: -32px;
    right: 25%;
    width: 80px;
    height: 80px;
    background-color: white;
    border: 2px solid black;
    padding: 0px 7px;
}
.ty_show_title
{
	font-weight: bold;
}
.par_show_date_count
{
	right: 5%;
}

.ty_show_arrow
{
	position: absolute;
	right: 25%;
	bottom: 0;
	width: 50px;
}

.show_container_form{
	position: relative;
    height: 100%;
    border: 1px solid #005395;
    border-radius: 15px;
/*	background-color: white;*/
/*	border:2px solid black;*/
/*	height: calc(100% - 100px);*/
}
.show_container
{
	position: relative;
    height: 100%;
	background-color: white;
/*	border:2px solid black;*/
/*	height: calc(100% - 100px);*/
} 
.show
{
	margin-bottom: 25px;
	position: relative;
	padding: 25px;
}
.crop_horizontal
{
  	mask-size: 2%, 55%;
    mask: linear-gradient(black 0 0) left, url(../images/crop_cut.svg);
    mask-size: 100% 96%, 30px 5%;
    mask-position: 0% 0%, left 100%;
    /* -webkit-mask-repeat: no-repeat, repeat-x; */
    mask-repeat: no-repeat, repeat-x;
    height: 100%;
}
.crop_vertical
{
  	mask-size: 2%, 55%;
    mask: linear-gradient(black 0 0) left, url(../images/crop_cut_vertical.svg);
	mask-size: 98.3% 100%, 40px 5%;
    mask-position: 0% 0%, 100% 100%;
    /* -webkit-mask-repeat: no-repeat, repeat-x; */
    mask-repeat: no-repeat, repeat-y;
    height: 100%;
}
.regions 
{
	padding-top: 30px;
}

.show .layers
{
	height: 100%;
}

.layers
{
	position: relative;
	z-index: 1;
}

.layers-2:before,.layers-3:before
{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 7px;
	top: 7px;
	border: 2px solid black;
	background-color: white;
	z-index: -5;
}

.layers-3:after
{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 14px;
	top: 14px;
	border: 2px solid black;
	background-color: white;
	z-index: -8;
}

.ty_show
{
	padding: 15px 40px 40px 40px;
}
.ty_icons{
/*	margin-left: -30px;*/
}
.ty_icons h4
{
	    padding-top: 3px;
    padding-bottom: 3px;
}
.ty_text
{
	padding: 30px 75px 15px 40px;

/*	border-bottom: 2px solid black;*/
}

.ty_show h4 span
{
	font-size: 0.95rem;
} 


.form .arrow
{
	width: 50px;
}

.op-0{
	opacity: 0;
}

.contact-select-option .layers label
{
	padding: 5px 15px;
}
.contact-select-option .layers
{
	width: 200px;
}

.contact-select-option input:checked ~ label .final_sel
/*.contact-select-option input:checked ~ label:before*/
{
	background-color: black;
	color: white;
	border-color: white;
}
.final_sel
{
	padding: 5px 15px;
	font-weight: bold;
}
.contact-select .row
{
	place-items: center;
}
.contact-select .image
{
	padding: 25px;
}
.sec-1
{
	height: 99vh;
    place-items: center;
    display: flex;
    justify-content: center;
}

.btn_container
{
	display: flex;
}
.btn-save,.btn_book,.btn-next
{
	cursor: pointer;
	padding: 2px 23px;
    font-weight: bold;
    background-color: #005496;
    border: 2px solid #005496;
    color: white;
    transition: 1s color,1s background-color,1s border;
    border-radius: 10px;

}
.btn_book
{
	padding-left: 8px;
    background-color: #96C03A;
    border: 2px solid #96C03A;

}
.btn-save:hover,.btn_book:hover,.btn-next:hover
{
    background-color: #ebc70000;
/*    border: 2px solid #82b03e;*/
    color: #005496;
    

}
.btn_book:hover
{
    background-color: #96C03A00;

    color: #96C03A;

}
.warning_sign
{
	font-size: 1.5rem;
	color: red;
	font-weight: bold;
}

input,.contact-select-option label
{
	cursor: pointer;
}
span[data-thes-count="high"],.par_av_seats[data-thes-count="high"]
{
	background-color: #82b03e;
}
span[data-thes-count="mid"],.par_av_seats[data-thes-count="mid"]
{
	background-color: #cdb03e;
}
span[data-thes-count="low"],.par_av_seats[data-thes-count="low"]
{
	background-color: #cc5140;
}
span[data-thes-count="none"],.par_av_seats[data-thes-count="none"],
.older .seat_count,.older .par_av_seats
{
	background-color: #838383;
}
.tag_info
{
	width: 15px;
    height: 15px;
    display: block;
    border-radius: 100%;
}
.tag_info_text
{
	display: flex;
    place-content: end;
    place-self: center;
    align-items: center;
}
.w-70
{
	width: 52%;
}

.show.sold_out .show_image,.older .show_image
{
	filter: grayscale(1);
}
.sold_out ._btn_
{
	cursor: auto!important;
	pointer-events: none;
}
.par_name
{
	position: relative;
}
.par_name h3
{
	font-weight: 400;
}
.par_btn_back .btn_container
{
	place-items: center;
}
.btn-back-to-shows_in
{
	width: 40px;
    
}
.par_btn_back .tag
{
	padding: 5px 13px;
    border-radius: 5px;
}
.btn-back-to-shows
{
	cursor: pointer;
}
.rotate-180
{
	transform: rotateY(180deg);
}
.older_text
{
	display: none;
}
.older .older_text
{
	display: block;
	height: 35px;
	place-content: center;
}
.older .sold_out_tag
{
	display: none!important;
}
.par_book
{
	padding: 30px 60px 60px 60px;
}
.par_book.not_yet
{
	padding: 20px 60px;
}
.par_form input[type="text"],.par_form select
{
	width: 100%;
	height: 100%;
    padding: 3px 10px;
    border: 1px solid #005395;
    border-radius: 10px;
    font-weight: 700;
    background-color: #aaaaaa00;
}
.smaller_h2
{
	font-size: 1.2rem;
	margin: 0px;
}
.smaller_h2_2
{
	font-size: 0.9rem;
	font-style: italic;;
}
.btn_book
{
/*	width: 95%;*/
	padding: 5px 10px;
}

.sec-5
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.sec-6 .s_container
{
	margin-top: 10vh;
}
.modal_back
{
	width: 100%;
	height: 100%;
	background-color: #0000004f;
	display: flex;
    /* place-content: center; */
    place-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.modal_container
{
	padding: 20px 30px 30px 30px;
}


.btn_ok
{
	background-color: #82b03e;
	border: 2px solid #82b03e;
	color: white;
	font-weight: bold;
	transition: 1s background-color,1s color;
	cursor: pointer;
}
.btn_cancel
{
	background-color: #cc5140;
	border: 2px solid #cc5140;
	color: white;
	font-weight: bold;
	transition: 1s background-color,1s color;
	cursor: pointer;
}

.btn_ok:hover
{
	background-color: white;
	color: #82b03e;

}
.btn_cancel:hover
{
	background-color: white;
	color: #cc5140;
}

.error 
{
	background-color: #d13e2a;
	margin: 5px 0px;
	padding: 5px 10px;
	font-weight: bold;
	color: white;
	display: block;
	width: 95%;
}
.error_message
{
	padding: 10px 30px ;
}
.logo_not_user
{
	    margin: auto;
	    text-align: center;
/*    margin-bottom: 15px;*/
/*    width: 50%;*/
}
.logo_not_user img
{
	width: 45%;
	min-width: 200px;
}
.contact_default-error
{
	display: flex;
    width: fit-content;
}
option:disabled
{
	opacity: 0.5;
	background-color: gray;
	color: white;
}
.form_label
{
/*	font-weight: bold;*/
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding-bottom: 15px;
}
.theater_logo_image
{
	width: 80%;
    text-align: center;
    display: flow;
    margin: auto;
}
.par_av_seats{
    border-radius: 100%;
    position: absolute;
    bottom: 0%;
    width: 30px;
    height: 30px;
    transform: translateY(calc(-5px - 25%));
}
.seat_count 
{
    border-radius: 100%;
    /* padding-left: 19px; */
    font-size: 1rem;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    left: -7px;
}
.show_title h2
{
	line-height: 1.8rem;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
}
.ty_image
{
	height: 100%;
    background-position: center;
    background-size: cover;
    min-height: 400px;
}
.show_cont p.sold_out_tag
{
	display: none;
	color: #cc5140;
	height: 35px;
	place-content: center;
}
.show_cont p.sold_out_tag[data-thes-count='none']
{
	display: block;
}
.sold_out .show_button
{
	opacity: 0;
	display: none;
}
.older.sold_out .show_button
{
	opacity: 1;
	display: block;
}
/*.show_cont p.none
{
	display: block;
}*/
.margin-top-custom
{
	margin-top: 8%;
}
.not_a_user
{
	height: 97vh;
    place-content: center;
	/*position: absolute;
    top: 40%;
    width: 98%;*/
/*	margin-top: -10%;*/
}
.not_a_user .row
{
/*	margin-bottom: 10px;*/
}
.par_location_text
{
	margin-left: -5px;
}
@media only screen and (max-width: 720px) {
	.thank-you
	{
		margin-bottom: 20px;
	}
	.regions
	{
		padding-bottom: 30px;
	}
	.tag_info_text
	{
		place-content: start;
	}
	.crop_vertical
	{
	mask-size: 100% 100%, 40px 5%;

	}
	.margin-top-custom
	{
		margin-top: 0px;
	}
	.show_cont
	{
		height: 57%;
	}

}
@media only screen and (max-width: 600px) {
	.par_av_seats
	{
		border-radius: 100%;
	    position: absolute;
	    bottom: 0%;
	    width: 20px;
	    height: 20px;
	    transform: translateY(calc(-5px - 15%));
	}

	.header-text
	{
		text-align: center;
		margin-top: 15px;
	}
	.sec-6 .s_container
	{
		margin-top: 4vh;
	}
	.regions 
	{
		padding-top: 10px;
	}
	.w-70
	{
		width: 100%;
	}
	.par_name h2, .par_form h2 
	{
		font-size: 1.8rem;
	}
	.ty_text, .ty_show
	{
		padding: 15px 30px;
	}
	.par_name h2
	{
		font-size: 1.5rem;
	}
	.par_name h3
	{
		font-size: 0.9rem;
	}
	.par_show_date_count, .ty_show_date_count
	{
		top:-141px;
	}
	.par_details>div
	{
		    padding: 0px 30px;
	}
	.par_book 
	{
		padding: 15px 30px;
	}
	.par_show_date_count
	{
		right: 0%;
	}
	#form_lastname
	{
/*		margin-top: 17px;*/
	}
	.layers
	{
		width: 97%;
    	margin: auto;
	}
	.show_cont
	{
		height: auto;
	}
	.warning_book
	{
		margin-top: 90%;
	}

}