:root {
	--c1: #29ABE2;
	--c2: #ffe254;
	--c3: #FF4437;
	/* --bg1: #183A77;#2B386A; */
    --bg1: #2253FF;
    --bg2: #C7F1F0;
/*     
    --c1: #ffffff;
    --c2: #F9B73A;
    --c3: #FF4437;
    --bg1: #575CBA;
    --bg2: #C7F1F0; 
     */ 
}

@font-face {
	font-family: 'CasualUn';
	src: url('./fonts/CasualUn-Regular.woff2') format('woff2'),
		url('./fonts/CasualUn-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CasualUn';
	src: url('./fonts/CasualUn-Bold.woff2') format('woff2'),
		url('./fonts/CasualUn-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CasualUn';
	src: url('./fonts/CasualUn-Thin.woff2') format('woff2'),
		url('./fonts/CasualUn-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'CasualUn Ultra';
	src: url('./fonts/CasualUn-Ultra.woff2') format('woff2'),
		url('./fonts/CasualUn-Ultra.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'Neue';
	src: url('./fonts/Neue-UltraLight.woff2') format('woff2'),
		url('./fonts/Neue-UltraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Neue';
	src: url('./fonts/Neue-Regular.woff2') format('woff2'),
		url('./fonts/Neue-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Neue';
	src: url('./fonts/Neue-UltraBold.woff2') format('woff2'),
		url('./fonts/Neue-UltraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'FeueUn';
	src: url('./fonts/FeueUn.woff2') format('woff2'),
		url('./fonts/FeueUn.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap; 
}




/* Global ----------------------------------------------- */
body {
	color: #333;
	font-weight: 400;
	font-family: CasualUn, Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	background: var(--bg1);/* url(./assets/vintage-wallpaper.webp);*/
	background-blend-mode: darken;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1.25em 0 0.5em;
	font-weight: 400;
	font-family: Neue, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    color: var(--c1);
}

h1 {
	font-size: 16px;
	font-size: 1.6rem;
}

h2 {
	font-size: 14px;
	font-size: 1.4rem;
}

h3 {
	font-size: 13px;
	font-size: 1.3rem;
}

h4 {
	font-size: 12px;
	font-size: 1.2rem;
}

h5 {
	font-size: 11px;
	font-size: 1.1rem;
}

h6 {
	font-size: 10px;
	font-size: 1rem;
}

/* Links */
a {
	color: var(--c1);
	outline: none;
	-webkit-transition: all 0.14s ease 0s;
	-moz-transition: all 0.14s ease 0s;
	-o-transition: all 0.14s ease 0s;
	transition: all 0.14s ease 0s;
}
/* 
a:visited {
	color: #1fa0ae;
} */

a:hover,
a:focus,
a:active {
	color: white;
}
a:hover{
    color: var(--c3);
}

hr {
	margin: 10px 0px;
}

html {
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    */
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

html a {
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    */
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}

section.header {
	background: #04249e  url(./assets/vintage-wallpaper.webp);
	background-blend-mode: lighten;
	box-shadow: 0px 0px 10px 10px #0000001c;
}

section.header:after {
	content: "";
	position: absolute;
	z-index: -3;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.29);
	bottom: 0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

header h1 {
	margin-top: 5px;
}

header h1 a img {
	margin: 0 auto;
	display: block;
}

b {
	font-weight: bold;
}

input {
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	line-height: 25px;
	color: var(--c3);
	font-weight: bold;
	padding: 8px 8px;
}

input.form-control {
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 15px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.6);
	font-weight: bold;
	padding: 8px 8px;
}

.btn.btn-active {
	background: var(--bg1) !important;
	color: var(--bg2) !important;
	border-radius: 0px;
	font-size: 18px;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, .2) !important;
}

a.cc-btn.cc-dismiss {
	background-color: #675317;
	color: white;
}

a.cc-btn.cc-dismiss:hover {
	background-color: #675317 98;
}

.cc-message {
	color: #cecece;
}

.cc-message a {
	color: #1fa7c5 !important;
}

.well {
	background: var(--bg2);
}

.well .well {
	background: var(--bg1);
}

/* MENU ----------------------------------------------- */
.sf-menu ul {
	display: inline-block;
}

.sf-menu ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .sf-menu ul {
	height: 1%;
}

*:first-child+html .sf-menu ul {
	min-height: 1px;
}

.sf-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
}

.sf-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
	visibility: inherit;
	display: block;
	width: 100%;
	text-align: center;
}

.sf-menu li a {
	display: block;
	font-weight: 300;
	font-family: CasualUn;
	text-decoration: none;
	text-transform: uppercase;
}

.sf-menu li:hover li a,
.sf-menu li.sfHover li a {
	width: 140px;
}

#main-navigation li a {
	padding: 0 20px;
	color: #333;
	font-size: 1.2em;
	line-height: 50px;
	letter-spacing: 1px;
}

#main-navigation li a:hover,
#main-navigation li.sfHover>a,
#main-navigation li.current_page_item>a,
#main-navigation li.current-menu-item>a,
#main-navigation li.current-menu-parent>a,
#main-navigation li.current-page-parent>a,
#main-navigation li.current-page-ancestor>a,
#main-navigation li.current_page_ancestor>a {
	color: var(--c2);
}

/*Spectacole*/
.sp h1 {
	height: 44px;
	text-align: center;
	width: 100%;
}

.sp h1 a {
	color: black;
	text-decoration: none;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	font-family: Neue;
	font-size: 22px;
}

.sp a {
	text-align: center;
	position: relative;
}

.sp img {
	padding: 0;
	/* max-height: 260px;
    max-width: 180px;
    */
}

.sp h1,
.sp p.poster {
	text-align: center;
	/* overflow: hidden; */
	position: relative;
}

p.udata {
	font-size: 17px;
	letter-spacing: 0px;
	word-spacing: 1px;
	text-align: left;
	padding-left: 30px;
	font-family: CasualUn;
	line-height: 34px;
	max-height: 136px;
	height: auto;
}

.borderup {
	padding-bottom: 20px;
	padding-top: 10px;
	min-height: 900px;
}
h2#eventTop {
    display: flex;
    flex-grow: 0;
    align-items: center;
}
h2.evnt span {
	font-family: CasualUn !important;
	padding-right: 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 60px;
	text-shadow: 0 1px 0 #dcdcdc;
	color: #404040;
	display: inline-block;
	color: var(--c2);
	text-shadow: none;
    font-size: 40px;
    margin-top:0px;
}

.evnt select#citySelect {
	display: inline-block;
	font-family: CasualUn;
	border: none;
    background: var(--c1);
    color: var(--bg1);
	border-bottom: 1px solid #c7872754;
	font-size: 27px;
	font-weight: 700;
	line-height: 60px;
	padding-left: 15px;
	min-width: 160px;
}

div#main {
	padding-top: 20px;
	position: relative;
}

h2.evnt {
	margin: 0px;
	line-height: 0px;
}

.sp {
	margin-bottom: 30px;
	padding: 0px;
}

.widgets {
	margin-top: 22px;
	padding-left: 0px;
}

div#widget-area-2 {
	border-left: 5px solid #f3f3f3;
	padding: 10px;
	padding-top: 0px;
}

footer#colophon {
	border: solid #333;
	border-width: 3px 0 1px;
	padding: 10px 0px;
	background: var(--bg2);
}

footer .promo img {
	float: left;
	padding-right: 30px;
}

footer .promo p {
	font-size: 20px;
	font-family: "Neue";
	line-height: 40px;
}

footer .promo p:first-child {
	font-weight: bold;
	font-size: 20px;
}

.promo {
	padding-top: 20px;
}

.w-nopadding {
	padding: 0px;
}

.palat {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	box-shadow: 0 0.8px 1.9px rgba(0, 0, 0, 0.08);
}

.palat_circle {
	position: relative;
	height: 680px;
	display: block;
	filter: opacity(0.04);
	margin: 0 auto;
	transition: filter 0.5s cubic-bezier(0.08, 0.58, 0.99, 0.35);
}

section.header {
	position: relative;
}

/*SINGLE*/

/*single*/
.single-post .detail_box {
	background: none;
	text-align: center;
}

.post-content {
	font-size: 18px;
	font-family: CasualUn;
	padding: 30px;
	letter-spacing: 1.1px;
}

.post-content p.s-anulat {
	color: red;
	font-family: CasualUn;
	font-size: 30px;
	font-weight: bold;
}

.single .sp {
	display: flex;
}

.single-post .info_box div {
	width: 100%;
}

.info_left {
	position: relative;
	overflow: hidden;
}

.info_left:after {
	content: "";
	background: url(./assets/icon-date.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100px;
	z-index: 0;
	filter: opacity(0.05);
	background-size: 100px;
	transform: rotate(20deg);
}

.single .sp h2 {
	margin-top: 20px;
}

.single .sp h1 a {
	font-size: 30px;
}

.single p.udata {
	font-size: 28px;
}

.single p.pret {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Neue;
	letter-spacing: 2px;
	padding-top: 10px;
}

.single p.pret span {
	color: #ae0000;
}


/**/



div#header-container {
	z-index: 109;
	position: relative;
}

.item {
	text-transform: uppercase;
	margin: 0px 5px;
	padding-bottom: 40px;

}

.img_box {
	position: relative;
	/* overflow: hidden; */
}

.sp img {
	display: block;
	line-height: 0;
	font-size: 0;
	margin: 0 auto;
	border-radius: 3px 3px 0 0;
}

.sp h1 {
	margin: 0px;
	display: flex;
	align-items: center;
	height: 110px;
	padding: 0px 2px;
}

.sp h1 a {
	font-family: CasualUn;
	font-size: 30px;
	color: var(--c2);
	font-weight: bold;
	line-height: 40px;
	width: 100%;
}

.detail_box {
	text-align: center;
	padding: 20px 0px;
	position: relative;
}

p.locatie {
	font-family: "CasualUn";
	font-weight: 900;
	font-size: 30px;
	color: #4d4e55;
}

p.pret_p {
	margin-top: -10px;
	margin-bottom: 10px;
}

.pret_p u {
    color: var(--c3);
    font-size: 130%;
    line-height: 160%;
}

.img_box.anulat p.poster:after {
	content: "Anulat";
	font-family: CasualUn;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: white;
	text-shadow: 0px 0px 6px black;
	text-align: center;
	font-size: 45px;
	padding: 30% 0px;
	pointer-events: none;
	font-weight: 900;
}

.img_box.anulat p.poster img {
	filter: grayscale(1) brightness(0.5);
}

.anulat {
	filter: grayscale(100%);
}

.anulat+div+div+.info_box.cu-bilet,
.anulat+div+.svg_a {
	filter: grayscale(1);
}

.sold-out {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
}

.sold-out span {
	font-size: 29px;
	position: relative;
	z-index: 999;
	display: block;
	width: 180px;
	font-family: CasualUn;
	font-weight: 700;
	color: var(--c2);
	transform: rotate(-35deg);
	background: var(--bg1);
	text-shadow: 0px 0px 5px #000;
	border-radius: 5px;
	text-align: center;
	pointer-events: none;
	box-shadow: 0 0.8px 1.9px rgba(0, 0, 0, .26), 0 1.9px 4.3px rgba(0, 0, 0, .123), 0 3.7px 7.7px rgba(0, 0, 0, .109), 0 6.4px 12.8px rgba(0, 0, 0, .109), 0 11.1px 21.2px rgba(0, 0, 0, .107), 0 20.5px 37px rgba(0, 0, 0, .094), 0 47px 80px rgba(0, 0, 0, .061);
	pointer-events: none;
}

.soldout p.poster {
	position: relative;
}

.soldout img {
	filter: contrast(0.5);
}

.info_right:hover {
	text-decoration: underline;
}

p.pret_p.no-price {
	display: none;
}

div.svgform1 {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

div#svgform2 {
	transform: rotate(180deg);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: -1;
	filter: sepia(1) saturate(1.4);
}

#fbook {
	/* filter: invert(0.8) hue-rotate(185deg); */
	float: right;
	position: relative;
	height: 0px;
	top: -5px;
	right: -20px;
	background: white;
	width: 340px;
	height: 70px;
	margin-bottom: -70px;
    overflow: hidden;
    z-index:99999;
}

#fbook:after {
	content: "FB";
	font-family: CasualUn;
	font-weight: bold;
	font-size: 100px;
	position: absolute;
	right: 135px;
	top: -40px;
	color: #29aae2;
	filter: opacity(0.3);
	transform: rotate(-15deg);
	height: 0px;
	width: 0px;
}

div#spectacole {
	margin-top: 20px;
}


.quick-date span.arrow img {
	width: 15px;
	transition: all .2s cubic-bezier(0.29, -0.12, 0.78, 1.26);
}

.quick-date:hover img {
	transform: scale(1.5);
}

.quick-date span.data {
	font-family: CasualUn;
	text-transform: initial;
	color: var(--c1);
	font-weight: bold;
	padding: 5px 10px;
}

.quick-date a {
	display: flex;
	flex-direction: row;
	z-index: 999;
	font-size: 12px;
	background: var(--bg1);
	border: 2px solid var(--c1);
}

.quick-date {
	margin-top: -20px;
	position: relative;
	float: right;
	right: 5px;
}

.quick-date span.arrow {
	display: inline-block;
	padding: 0px 9px;
	border-left: 2px solid var(--c1);
	padding-top: 9px;
}

.quick-date .data sup {
	font-size: 9px;
	vertical-align: top;
}

p.bilete img {
	width: 20px;
	display: inline-block;
	vertical-align: sub;
}

.detail_box {
	font-family: CasualUn;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
	width: 220px;
}

p.pret_p {
	/* font-weight: 100; */
	font-size: inherit;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.bilete {
	font-size: 13px;
	font-weight: bold;
	color: var(--c3);
}

.detail_box p.s-anulat {
	color: red;
	font-family: CasualUn;
	font-size: 1.2em;
}

/* .detail_box p.ora {
    font-weight: lighter;
} */

.detail_box .locatie {
	font-family: CasualUn;
	font-size: inherit !important;
	color: inherit !important;
}

.detail_box span.oras {
	text-decoration: underline;
	color: var(--c2);
}




.cumpara img {
	width: 20px;
	height: auto !important;
	align-self: center;
}

.cumpara a {
	background: var(--c3);
	color: var(--bg2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	height: 50px;
}
.cumpara a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 8px 8px 5px #0000001c;
    z-index: -1;
}

.cumpara a:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(45deg, #c3c3c300, #ffffff33);
    position: absolute;
}

.cumpara span.data {
	font-size: 18px;
	display: inline-block;
	vertical-align: super;
	padding: 0px;
	font-family: Neue;
	font-weight: 700;
	flex-grow: 1;

	text-shadow: 0px 3px 4px #00000078;
}

.cumpara span.arrow {
	background: var(--bg1);
	display: flex;
	border-left: 3px solid var(--c1);
	height: 100%;
	width: 50px;
}

p.cumpara {
	width: 90%;
	margin: 0 auto;
	margin-top: -20px;
}

.cumparabilete .arrow,
.soldout .tickets,
.informatii .tickets,
.anulat .tickets {
	display: none;
}

.cumparabilete .tickets {
	transform: scale(1.8) rotate(-15deg);

}

p.cumpara.soldout {
	filter: saturate(0.5);
}

.cumpara img {
	transition: all .2s cubic-bezier(0.29, -0.12, 0.78, 1.26);
}

.cumpara:hover img {
	transform: scale(1.5);
}

p.info {
	color: var(--c3);
	text-decoration: underline;
}

.lacerereapublicului {
	position: absolute;
	background: var(--c3);
	top: 110px;
	margin: 0px;
	line-height: 30px;
	color: var(--bg1);
	font-weight: bold;
	min-width: 100%;
	text-align: center;
	font-family: CasualUn;
	letter-spacing: 1.1px;
	font-size: 18px;
	padding: 0px;
	border-radius: 5px 5px 0px 0px;
}

.single .lacerereapublicului {
	top: 0px;
}

p.cumpara.soldout {
	filter: saturate(0.5);
}

/* .sp:not(:last-child) {
	border-right: 5px solid rgba(0, 0, 0, 0);
} */

.sp h1 a.shortTitle {
	font-size: 25px !important;
	line-height: 30px;
}

footer .promo p {
	line-height: 23px;
	font-size: 15px;
	font-weight: 100;
	font-family: CasualUn;
}

.detail_box .data b:before {
	content: ", ";
}

.detail_box .data i {
	display: block;
}

#mobileHeader {
	display: none;
}

.page div#content {
	font-family: Neue;
	font-size: 20px;
}

footer .promo p {
	font-family: Neue;
	font-weight: 400;
	color: var(--bg1);
	font-size: 17px;
	line-height: 30px;
}

.site-info {
	font-family: CasualUn;
}

.site-info a {
	font-weight: bold;
	font-family: Neue;
}

div#suggested-shows .single-item {
	width: 50%;
	width: 145px;
	display: inline-block;
	height: 230px;
}

div#suggested-shows .poster img {
	width: 145px;
	height: 210px;
	filter: grayscale(0.3) opacity(0.8);
}

div#suggested-shows .poster:hover img {
	filter: none;
}

div#suggested-shows {
	margin-top: 60px;
}

#suggested-shows .single-item {
	padding: 0px;
}

.widgets {
	padding-right: 0px;
}

#suggested-shows .quick-date a {
	font-size: 9px;
}

#suggested-shows .quick-date {
	float: unset;
	right: 0px;
}

#suggested-shows span.arrow {
	width: 20px;
	right: 0px;
	float: right;
}

#suggested-shows span.data {
	width: 75%;
	text-align: center;
}

#suggested-shows h1 {
	font-family: CasualUn;
	font-weight: bold;
	color: var(--c2);
}

p.s-terminat {
	font-size: 30px;
	font-weight: bold;
	font-family: CasualUn;
	color: red;
	text-decoration: underline;
}

div#fara-spectacole {
	color: var(--c2);
	font-family: CasualUn;
	font-size: 4vh;
	text-align: center;
	line-height: 6vh;
	padding: 5vw 0px;
	font-weight: bold;
}

.search img {
	width: 23px;
	font-size: 0px;
	vertical-align: middle;
}

.search button {
	padding: 3px;
	border-radius: 0px 5px 5px 0px;
	background: var(--bg1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.search {
    margin-top: 0;
    margin-left: 10px;
	display: flex;
	justify-content: center;
}

.search input {
	background: var(--bg1);
	border-right: 0px;
	padding: 5px;
	border-radius: 5px 0px 0px 5px;
    border: 1px solid rgba(0, 0, 0, 0.35);
}
.search button {
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-left: none;
}

.sp {
	margin-bottom: 0px;
}

.page .sp {
	padding: 0px 15px;
}

.evnt .search {
	display: none;
}

.search.top {
	display: flex;
}

#masthead h1 {
	display: block !important;
}

.art-overlay,
.art-overlay-info {
	display: none;
}

/* user */
#ticketsys-login-form input {
	border-radius: 0px;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, .2);
	font-size: 13px;
	padding: 5px;
	font-size: 15px;
	line-height: 25px;
	width: 100% !important;
}

input::placeholder {
	color: #58695fab;
}

#ticketsys-login-form .te-row {
	padding-top: 0px;
	/* line-height: 0px;
    font-size: 0px; */
}

.w-box a[href*='resetare-parola'] {
	font-size: 16px;
	color: var(--c3);
	font-style: italic;
	line-height: 32px;
	padding-right: 5px;
	text-align: right;
	display: block;
}

#ticketsys-login-form {
	padding: 0px 30px;
}

#ticketsys-login-form .te-row {
	margin-top: 0px !important;
}

#ticketsys-login-form .te-row[style*='margin-top:30px'] {
	display: flex;
	flex-direction: row;
	padding-top: 5px !important;
	border-top: 1px solid #00000024;
}

body div#ticketsys-login-error {
	display: inline;
	font-size: 15px !important;
	line-height: 5px !important;
}

div.widget_ticketsys_login_widget {
	width: 300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 260px;
	text-align: left;
}

#ticketsys-login-form .te-row[style*='margin-top:30px'] a.btn {
	background: var(--bg1) !important;
	color: white !important;
	font-family: CasualUn;
	width: 50%;
	border-radius: 20px;
	font-size: 18px;
	line-height: 20px;
	border: 1px solid rgba(0, 0, 0, .2) !important;
}

#ticketsys-login-form .te-row[style*='margin-top:30px'] a.btn:hover {
	background: var(--c3) !important;
	color: white !important;
}

#ticketsys-login-form a#ticketsys-create-a-btn[href*=creare] {
	background: var(--c3) !important;
}

#ticketsys-login-form .te-row[style*='margin-top:30px'] a:first-child {
	border-right: 0px !important;
}

div#ticketsys-login-widget-user .te-row:nth-child(2) a,
div#ticketsys-login-widget-user .te-row:nth-child(3) a {
	font-size: 13px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

div#ticketsys-login-widget-user {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

div#ticketsys-login-widget-user .te-row:first-child {
	width: 100%;
	font-weight: bold;
	color: var(--c1);
}


div#ticketsys-login-widget-user hr {
	width: 100%;
	margin: 5px;
}

div#ticketsys-login-widget-user .te-row:last-child a {
	display: block;
	font-size: 13px;
    color: var(--c3) !important;
}

.label-warning {
	background: var(--c2) !important;
	color: var(--bg1) !important;
	border-radius: 0px;
	border: 1px solid rgba(0, 0, 0, .2) !important;
}

h3.widget-title {
	margin: 0px;
	font-family: CasualUn;
	color: var(--c3);
	margin-bottom: 20px;
}

#checkoutContent .container {
	width: 100% !important;
}

#checkoutContent h1 {
	height: auto !important;
	display: block;
}

#checkoutContent .well {
	background: var(--c1);
	border: 1px solid #00000015;
    box-shadow: none;
    border-radius: 0px !important;
}

.panel.panel-default {
	background: var(--bg1);
}

.panel-default>.panel-heading {
	background: var(--bg2);
}

.btn-default {
	background: var(--bg2);
}

form.finalize-form.well.well-light {
	background: var(--bg2) !important;
}


button.themebutton,
button#finalizeBtn {

    background: var(--c3);
    color: white;
    font-family: CasualUn;
    border: 5px solid var(--c2);
    padding: 5px 25px;
    position: relative;
	margin: 0 auto;
	display: flex;
}
button#finalizeBtn {
    margin: unset;
}
button.themebutton:hover,
button#finalizeBtn:hover {
	background: var(--bg2);
	color: var(--c1);
}

div#checkoutBtns {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
	margin-top: 10px;
}

#checkout-timer-cont label.label.label-warning {
	white-space: inherit;
	display: block;
}

#checkoutContent {
	font-family: CasualUn;
}

.well-light {
	background: var(--bg2) !important;
	border: 1px solid #00000015 !important;
	box-shadow: none !important;
}

#checkoutCont hr {
	margin: 5px;
}

/* end-user */
#mobileSticky {
	display: none;
}

.ui-dialog {
	background: var(--bg1);
}

.ui-dialog-content {
	background: var(--bg2);
}

#userCreate .form-group:nth-child(7) input,
#userCreate .form-group:nth-child(8) input {
	width: 40px;
}

#userCreate .form-group:nth-child(7) label,
#userCreate .form-group:nth-child(8) label {
	padding-left: 40px;
}

#userCreate .form-group:nth-child(7),
#userCreate .form-group:nth-child(8) {
	display: flex;
	justify-content: center;
}

input#terms-ok {
	z-index: 99;
}

label[for='terms-ok'] {
	padding-left: 40px;
}

input[type=checkbox] {
	position: relative;
	cursor: pointer;
	z-index: -9999;
	width: 0px !important;
}

input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	/* top: -7px; */
	left: 0;
	border: 2px solid #555555;
	border-radius: 3px;
	background-color: white;
}

input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 10px;
	height: 20px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	/* top: -3px; */
	left: 10px;
}

.single .ticketsys label.btn.wrap-word.btn-default.text-align-left.btn-block {

	border: none;
	background: var(--c3);
	color: white;
	font-family: CasualUn;
	font-weight: 500;
	font-size: 16px;
	border-radius: 0px;
	text-shadow: 1px 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 0px 3px 2px #0000004a;
}

.single .ticketsys label.btn.wrap-word.btn-default.text-align-left.btn-block hr {
	border-color: var(--bg2);
}

.page-id-4506 #content ul {
	list-style: inside;
}


.page-id-4506 #content p {
	margin-top: 8px;
}

.page-id-4506 #content p:first-letter {
	font-size: 130%;
}

#sp-like span {
	display: block;
	font-size: 30px;
	font-family: CasualUn;
	color: var(--c2);
	font-weight: bold;
}

#sp-like a {
	display: block;
	text-align: left;
	font-size: 22px;
	color: var(--c1);
	font-weight: bold;
}

.single .well-light {
	background: var(--c3) !important;
	color: white !important;

}

button#addSeatsToCart {
	background: var(--c3) !important;
	color: white !important;
	font-size: 25px;
}

#userCreate .form-group input.form-control {
	background: white;
	display: block !important;
	height: auto !important;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 20px;
	color: var(--c3);
	font-family: Neue;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
}

#userCreate input.form-control::placeholder {
	font-size: 16px;
	color: var(--c3);
	text-shadow: none !important;
	font-weight: normal;
	font-family: CasualUn;
}

#userCreate .form-group:nth-child(7),
#userCreate .form-group:nth-child(8) {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#userCreate .form-group:nth-child(7) label,
#userCreate .form-group:nth-child(8) label {
	padding-left: 40px;
	margin-left: -30px;
}

#userCreate .form-group input.form-control[type=checkbox] {
	height: 30px !important;
	width: 30px !important;
	z-index: 99;
}

div#venue-canvas {
	background: white !important;
}

#venue-canvas canvas#canvas {
	background: white !important;
}

div#ticketsys-login-error {
	line-height: 20px !important;
	font-size: 20px !important;
	/* width: 100%; */
	/* display: flex; */
}

.notfound {
	display: flex;
	justify-content: center;
	align-self: center;
	align-items: center;
	flex-direction: column;
	height: 50vh;
}

.notfound h3 {
	font-size: 60px;
	font-weight: bold;
	color: var(--c2);
}

.notfound h2 {
	font-size: 40px;
	font-weight: bold;
	color: var(--c1);
	margin-bottom: 60px;
	margin-top: 0px;
}

.single .ticketsys label.btn.wrap-word.btn-default.text-align-left.btn-block.btn-active {
	background: var(--c1) !important;
	color: #fff !important;
}

.cc-window.cc-banner.cc-type-info {
	left: unset;
	right: unset;
	top: unset;
	bottom: 0px;
    left: 0px;
	width: 390px;
	display: flex;
	flex-direction: column;
	font-family: CasualUn;
	font-size: 13px;
    border: 3px solid black;
    border-bottom: none;
    border-left: none;
}

.cc-window .cc-compliance {
	width: 100%;
}

.cc-window {
    background: var(--bg1) !important;
}
.cc-floating.cc-theme-edgeless .cc-message {
    padding: 0px;
    margin: 20px !important;
    font-size: 19px;
    font-family: CasualUn;
}
.cc-window a.cc-btn.cc-dismiss {
	width: 100%;
	line-height: 0px;
	background: var(--c3);
	font-family: Neue;
	font-weight: normal;
	font-size: 20px;
}

.cc-window .cc-message {
	padding: 10px 0px;
}

#dialogLoginForm .ui-dialog-buttonpane {
	display: flex;
	flex-direction: column;
	float: none !important;
}

#dialogLoginForm .ui-dialog-buttonset button {
	background: var(--c2);
	color: white;
	font-family: CasualUn;
	border: none;
	font-size: 17px;
	display: block;
	width: 100%;
	float: none;
}

#dialogLoginForm .ui-dialog-buttonset button:last-child {
	font-size: 13px;
	width: 90px;
	float: right;
	background: var(--c1);
	margin: 0px;
}

.price-cat-def {
	width: 20px;
	height: 20px;
}

.literal span {
	font-size: 13px;
	background: var(--c3);
	color: #fff;
	padding: 2px 7px;
	border-radius: 50px;
	margin-left: 10px;
	font-family: Neue;
}

.price-cat-def-cont {
	display: block;
}

.price-cat-def-cont span.literal,
.price-cat-def-cont span {
	vertical-align: top;
}

.price-cat-def-cont.fara-locuri {
    filter: sepia(1) opacity(0.8);
}
@media all and (min-width:600px) and (max-width:1000px) {
	#fbook {
        float: none;
        margin-bottom: 0px;
        position: static;
        margin: 0 auto;
    }
    h2.evnt {
        text-align: center;
    }
}

@media all and (min-width:1000px) {
	#spectacole .row {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}

	#spectacole .row .sp:last-child {
		margin-left: -10px;
	}
}

.svgLine {
	display: block;
	position: fixed;
	z-index: -1;
}

.svgLine svg {
	stroke: #e0725e10;
}

#svgLine1 {
	top: 0px;
	left: 0px;
	width: 15vw;
}

div#svgLine2 {
	width: 10vw;
	height: 100%;
	right: 0px;
	top: 25%;
}

div#svgLine3 {
	bottom: -10px;
	right: 0px;
	width: 10vw;
}

div#spectacole {
	display: flex;
	flex-wrap: wrap;
}

.sp {
	width: 25%;
}

.search input::placeholder {
	color: var(--c1);
	text-shadow: none;
	font-weight: lighter;
	font-style: italic;
	filter: opacity(0.7);
}
#search-middle input::placeholder {
    color: var(--c2)
}

div#shape1 {
	background: linear-gradient(68deg, rgba(255, 255, 255, 0.05) 2%, transparent 60%);
	width: 100%;
	height: 60vh;
	display: flex;
	border-bottom-left-radius: 12vw;
	transform: rotate(-22deg) translateY(-40vh);
	position: relative;
	margin-bottom: 20vh;
	right: -10vw;
}

div#shapes {
	position: absolute;
	width: 100%;
	height: 130vh;
	left: 0;
	top: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	z-index: -1;
}

div#shape2 {
	background: linear-gradient(150deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
	width: 100%;
	height: 40vh;
	transform: rotate(-42deg) translate(40vh, 60vh) scale(1.8);
	position: relative;
}

.ticket {
	position: absolute;
	z-index: 9;
	right: 10px;
	width: 40px;
	bottom: -15px;
	height: 40px;
	background: var(--c2);
	border-radius: 50%;
	display: flex;
	box-shadow: 0px 3px 4px 1px #77767661;
}

.ticket a {
	display: flex;
}

.ticket a img {
	width: 70%;
    height: 100% !important;
	box-shadow: none;
}

.detail_box {
	background: white;
	width: 100%;
    padding: 10px 20px;
}


p.poster:before {
	content: "";
	background: white;
    box-shadow: none;
	position: absolute;
	top: 10%;
	left: 0px;
	z-index: -1;
	right: 0px;
	bottom: 0px;
}

.gg-arrow-top-left-o {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 2px solid;
	transform: scale(var(--ggs, 1));
	border-radius: 20px;
	vertical-align: text-top;
}

.gg-arrow-top-left-o::after,
.gg-arrow-top-left-o::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute
}

.gg-arrow-top-left-o::after {
	width: 10px;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
	bottom: 8px;
	right: 4px
}

.gg-arrow-top-left-o::before {
	width: 6px;
	height: 6px;
	left: 4px;
	top: 4px;
	border-top: 2px solid;
	border-left: 2px solid
}

.gg-search {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 16px;
	height: 16px;
	border: 2px solid;
	border-radius: 100%;
	margin-left: -4px;
	margin-top: -4px
}

.gg-search::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px;
	width: 2px;
	height: 8px;
	background: currentColor;
	transform: rotate(-45deg);
	top: 10px;
	left: 12px
}

i.gg-search {
	color: var(--c1);
	filter: opacity(0.5);
}
#search-middle i.gg-search {
    color: var(--c2);
}
.data span {
	display: block;
}

.gg-calendar-today {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 18px;
	height: 18px;
	border: 2px solid;
	border-top: 4px solid;
	border-radius: 3px
}

.gg-calendar-today::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	background: currentColor;
	height: 4px;
	width: 4px;
	border-radius: 2px;
	right: 2px;
	bottom: 2px
}

.detail_box .data i.gg-calendar-today {
	display: inline-block;
	color: rgba(0, 0, 0, 0.59);
	vertical-align: text-top;
}

.data u {
	text-decoration: none;
}

p.pret_p {
	font-style: italic;
	font-size: 15px;
	font-family: Neue;
    line-height: 15px;
    padding-top:5px;
}

.page .sp {
	width: inherit;
}

div#cont {
	display: none;
}

header h1 a img {
	width: 50%;
}

header#masthead {
	padding: 10px 0px;
}

form#search-middle {
	display: inline-flex;
	vertical-align: text-bottom;
}

#search-top {
	display: none;
}

.page .sp {
	/* background: #f0f0f0; */
	border-radius: 5px;
}

.page .sp ul {
	list-style: circle;
	padding-left: 20px;
}

.single .sp {
	width: inherit;
	color: white;
}

.single div#content {
	width: inherit;
}

.single .detail_box {
	text-align: left;
	line-height: 30px;
	font-size: 25px;
}

.single p.pret_p {
	font-size: inherit;
	line-height: inherit;
}

.single p.mobileInfo.visible-xs-block {
	display: block !important;
	color: var(--bg2);
	font-family: Neue;
}

.single .data span {
	display: inline !important;
}

.single .detail_box span,
.single .detail_box i {
	vertical-align: middle !important;
}

.sp .cumpara-bilet img {
	width: 25px;
	display: inline-block;
	filter: invert(1);
	vertical-align: bottom;
}

div#tkt-venue-controls button {
	border: none;
	order: 2;
	border-right: 1px solid var(--c1);
	background: var(--c1);
	width: 40px;
	flex-grow: 1;
	color: var(--bg1);

}

div#tkt-venue-controls input {
	order: 10;
	width: 100px;
	height: 100%;
	flex-grow: 0;
	border-radius: 0;
	background: var(--c1);
	color: var(--bg1);
}

div#tkt-venue-controls {
	display: flex;
}

#masthead h2 {
	text-align: center;
	color: var(--bg2);
	font-family: Neue;
	font-style: italic;
	filter: opacity(0.3);
	font-size: 17px;
	margin: 0px;
	text-shadow: 1px 1px rgba(0, 0, 0, .9);
}

#infoLogare {
	display: none;
}
div#colorBar {
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    display: flex;
    z-index: 9;
}

#colorBar div {
    width: calc(100%/5);
}
a.bacovia.active {
    text-decoration: underline;
}

div.widget_ticketsys_login_widget {
    height: 260px;
    margin-top: 40px;
}

section#mobileSticky {
    display: block;
    background: var(--c2);
    box-shadow: 0 -2px 1.9px rgba(0, 0, 0, 0.08);
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    width: 300px;
    right: 10px;
    bottom: 10px;
    border-radius: 200px;
    height: 40px;
    box-shadow: 0px 0px 10px 5px #00000045;
    transition: width 0.2s cubic-bezier(0.26, 0.8, 1, 0.52);
}

section#mobileSticky .logo img {
    width: 50px;
}

section#mobileSticky a {
    display: block;
    padding: 0px 5px;
    padding-top: 2px;
}

section#mobileSticky.removeBackground #infoAccount {
    font-size: 0px;
}

section#mobileSticky.removeBackground #infoAccount span:before {
    content: "Inchide";
    font-size: 20px;
}

section#mobileSticky.removeBackground {
    width: 140px;
}

section#mobileSticky.removeBackground i.gg-arrow-top-left-o {
    vertical-align: sub;
    transform: rotate(-195deg) translate(-2px, -3px);
}

#mobileSticky div#menu-account.menu-sticky img {
    width: 30px !important;
    height: 30px !important;
}

#mobileSticky #palatbg img {
    width: 100%;
    top: -220px;
    z-index: -1;
}

#mobileSticky.removeBackground #palatbg img {
    filter: opacity(0);
}

div#cont.show-sticky {
    position: fixed;
    background: var(--bg1);
    z-index: 0;
    left: 0px;
    width: 100%;
    padding-top: 20px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow-y: auto;
    overflow-x: hidden;
}


#cont.show-sticky div.widget_ticketsys_login_widget {
    margin-top: 0px;
}
#ticketsys-login-form .te-row[style*='margin-top:30px'] {
    flex-wrap: wrap;
}

#ticketsys-login-form .te-row[style*='margin-top:30px'] a.btn {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

#ticketsys-login-form .te-row[style*='margin-top:30px'] a:first-child {
    margin-bottom: 25px;
}

div#infoAccount {
    font-family: CasualUn;
    color: var(--c3);
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    margin: 0 auto;
}


div#mobileWrapper {
    display: flex;
    cursor: pointer;
}

#mobileSticky .arrow img {
    width: 23px;
    align-self: center;
    transform: rotate(-90deg);
    transition: transform 0.3s cubic-bezier(0.3, 0.18, 0.54, 1.04);
}

#mobileSticky.removeBackground .arrow img {
    transform: rotate(90deg);
}

#mobileSticky .arrow {
    display: flex;
    justify-content: center;
    margin-left: 5px;
}
div#ticketsys_login_widget-2 {
    height: 60%;
    min-height: 450px;
    background: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
}

.widget svg {
    order: -1;
    width: 130px;
    height: 160px;
    margin-bottom: 20px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: var(--c1);
}
#checkoutContent label a {
    color: var(--c2);
    text-transform: capitalize;
}
p#terms-p {
    display: flex;
}
.finalize-form label {
    background: var(--c1);
}
div#accountContent {
    background: #F1F3F4;
}
div#infoPage {
    background: #F1F3F4;
    padding: 10px;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,.2);
}
.ticketsys h3 {
    color: var(--c2);
}
.accountDetails {
    background: #f4f4f4;
    padding: 10px;
    width: 100%;
}
.footer-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer-left #rezervari {
    flex-grow: 1;
}
#agentii a.active {
    color: var(--b1);
}
#agentii a[href='#'] {
    display: block;
    margin-top: 5px;
}
#agentii a span {
    font-size: 13px;
    line-height: 13px;
    display: block;
    color: var(--bg1);
}
.well h3 {
    color: var(--c2);
}
/* div#content {
    padding-bottom: 50px !important;
} */
b.reducere {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--c3);
    font-size: 20px;
    text-shadow: 0px 0px 10px var(--bg2);
}
.single div#fbook {
    float: right;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
footer .favicon {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: inset 0px 0px 10px 3px #c7f1f04d;
    background: var(--bg1);
    padding: 40px;
    width: 50%;
    margin-bottom: 20px;
}

#alegereOras {
    display:none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    background: rgba(0,0,0,.7);
}

#alegereOras .wrapper {
    background: var(--bg1);
    width: 50%;
    max-width: 580px;
    /* height: 50%; */
    padding-bottom: 20px;
    background-image: url(./assets/clouds.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    overflow-y: auto;
    
    box-shadow: 0px 0px 0px 4px black, 0px 0px 12px 14px #00000070;
}

#alegereOras .wrapper a {
    display: block;
    margin: 10px;
    padding: 0px;
    box-shadow: 0 0 4px 1px #ffffff33;
    text-align: center;
    font-size: 30px;
    font-family: FeueUn;
}
#alegereOras p {
    font-size: 30px;
    padding:10px;
    color: white;
    font-family: FeueUn;
}

#alegereOras {
    color: rgb(43, 56, 106);
    --rgb: 43,56,106;
    --a: 1;

}
#alegereOras a{
        background: rgba(var(--rgb),var(--a));
}
#alegereOras .wrapper a:nth-child(odd) {
    --a : 0.9;
}
footer#colophon {
    background-image: url(./assets/clouds.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: center;
}
@media all and (min-width:600px)
{
    .footer-left #rezervari {
    padding: 0px 30px;
    }
    div#cont.show-sticky {

        width: 100%;
        max-width: 330px;
        z-index: 999999;
        height: 50vh;
        left: unset;
        top: unset;
        right: 20px;
        bottom: 80px;
        background: white;
        border-radius: 15px;
        box-shadow: 0px 0px 10px 7px #00000052;
    }
    #cont.show-sticky div.widget_ticketsys_login_widget {
        overflow-x: hidden;
        overflow-y: auto;
    }
    div.widget_ticketsys_login_widget{
        height: 90% !important;
    }
    section#mobileSticky {
        bottom: 25px;
        right: 20px;
    }
    div.widget_ticketsys_login_widget {
        width: 100%;
    }
    div#ticketsys_login_widget-2 {
        border-radius: 0px;
    }
    div#ticketsys-login-widget-user .te-row:last-child a
    {
        font-size:14px;
        color: var(--c3) !important;
    }
    div#ticketsys-login-widget-user {
        justify-content: center;
    }
    div#ticketsys-login-widget-user .te-row:first-child
    {
        text-align: center;
    }
    #agentii .lista {
        display: flex;
    }
    
    #agentii .lista a {
        min-width: calc(100%/3);
        width: 100%;
    }
}
@media all and (min-width:1000px) and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
	}

	.row:nth-child(2n) {
		margin-left: 20px;
	}

	span.lacerereapublicului {
		font-size: 1.3vw;
	}
}

@media all and (min-width:600px) and (max-width:990px) {
	.container {
		width: inherit;
	}

	.sp {
		width: calc(100%/3);
	}
    .lacerereapublicului {
        font-size:1.7vw;
    }
	.poster img {
		width: 90% !important;
		height: auto !important;
	}
}

@media all and (min-width:990px) and (max-width:1200px) {
	.container {
		width: inherit;
	}

	.poster img {
		width: 90% !important;
		height: auto !important;
	}
}

@media all and (max-width:600px) {

	html,
	body {
		overflow-x: hidden;
	}

	/* body {
		background: var(--bg1);
	} */

	.single div#fbook, div#fbook {
		float: none;
		margin-bottom: 0px;
		position: static;
		margin: 0 auto;
	}

	span#eventTop {
		color: var(--c1);
		display: block;
		text-align: center;
		padding-top: 10px;
		margin-bottom: -30px;
	}

	.sp {
		width: 50%;
	}

	.sp h1 a.shortTitle {
		font-size: 20px !important;
		line-height: 30px;
	}

	.sp h1 a.shortTitle.evenShorter {
		font-size: 18px !important;
		line-height: 20px;
	}

	.sp h1 a {
		line-height: 30px;
		line-break: loose;
		overflow-wrap: break-word;
		font-size: 24px;
	}

	.sp h1 {
		height: 90px;
	}

	.poster img {
		max-width: 190px;
		height: auto;
		width: 90%;
	}

	.quick-date {
		right: 0px;
		margin-top: -15px;
	}

	.quick-date span.data {
		padding: 2px 4px;
		font-weight: 500;
	}

	.quick-date a {
		font-size: 10px;
		font-weight: 100 !important;
	}

	.quick-date span.arrow img {
		width: 10px;
	}

	.quick-date span.arrow {
		padding: 0px 6px;
		padding-top: 6px;
	}

	.cumpara span.data {
		font-size: 5.5vw;
		line-height: 5.5vw;
	}

	.detail_box {
		width: 100%;
		font-size: 3.8vw;
	}

	p.bilete {
		font-size: 11px;
        font-size: 2.7vw;
        line-height: 3.7vw;
		text-align: center;
	}

	.detail_box .bilete+.data {
		margin-top: 0px;
	}

	.sold-out span {
		font-size: 22px;
		width: 140px;
	}

	span.lacerereapublicului {
		font-size: 2.7vw;
		margin-top: -10px;
		top: 100px;
	}

	.img_box.anulat p.poster:after {
		font-size: 10vw;
	}

	div.svgform1 {
		display: none
	}

	div#svgform2 {
		display: none
	}

	h2.evnt span {
		font-size: 45px;
		line-height: 65px;
		text-align: center;
		margin-top: 25px;
		padding-bottom: 10px;
		display: block;
		font-family: Neue !important;
	}

	.evnt select#citySelect {
		font-size: 23px;
		display: block;
		margin: 0 auto;
	}

	footer .promo img {
		display: block;
		float: none !important;
		margin: 0 auto;
		width: 220px;
		margin-bottom: 10px;
	}

	footer .promo {
		margin-bottom: 10px;
	}

	iframe[title*='maps'] {
		width: 100%;
	}

	.item .data b {
		display: inline-block;
	}

	.item .data u {
		text-decoration: none;
	}

	.item .data u:after {
		content: " ";
	}

	.item .data b:before {
		content: "";
	}

	#mobileHeader {
		display: block;
	}

	nav#main-navigation {
		display: none;
	}


	header h1 a img {
		width: 350px;
		max-width: 100%;
	}

	div#menu-search img {
		width: 35px;
		filter: opacity(0.4);
		font-size: 0px;
		margin-top: 5px;
	}

	div#mobileHeader>div {
		margin-top: 25px;
	}

	div#mobileHeader {
		position: absolute;
		width: 100%;
		z-index: 999;
		height: auto;
		background: red;
	}

	div#menu-account {
		border-radius: 50%;
		background: var(--c2);
		font-size: 0px;
		line-height: 0px;
		padding: 5px;
		filter: opacity(0.6);
		margin-right: 10px;
		height: 40px;
		margin-left: 10px;
	}
	.linie {
		width: 100%;
		background: var(--c2);
		height: 4px;
		margin-top: calc(30px/3);
	}

	div#menu-hamburger {
		width: 30px;
		height: 25px;
		display: inline-block;
		margin-left: 10px;
		position: relative;
		filter: opacity(0.8);
		margin-bottom: 5px;
		margin-right: 5px;
	}

	div#menu-search {
		display: inline-block;
		margin-left: 20px;
	}

	#menu-hamburger:before {
		margin-top: 0px;
		content: "";
		position: absolute;
		background: var(--c2);
		height: 4px;
		width: 50%;
	}

	#menu-hamburger:after {
		margin-top: 0px;
		content: "";
		position: absolute;
		background: var(--c2);
		height: 4px;
		width: 50%;
		bottom: 0px;
		right: 0px;
	}

	img.palat_circle {
		width: 100%;
		height: 100vw;
		top: -130px;
	}

	div#mobileHeader {
		height: 0px;
	}

	.svgLine {
		display: block;
		position: fixed;
		z-index: -1;
		pointer-events: none;
	}

	.svgLine svg {
		stroke: #e0725e33;
	}

	#svgLine1 {
		top: 0px;
		left: 0px;
		width: 40%;
	}

	div#svgLine2 {
		width: 20%;
		height: 100%;
		right: 0px;
		top: 25%;
	}

	div#svgLine3 {
		bottom: -10px;
		right: 0px;
		width: 30%;
	}

	#header-container .row .col-md-4:last-child nav#main-navigation:first-child {
		display: block;
	}

	.sf-menu {
		height: auto;
		display: flex;
	}

	.sf-menu li {
		display: inline;
	}

	#main-navigation li a {
		display: inline;
		font-size: 3.9vw;
		padding: 0px;
		padding-right: 2px;
		line-height: 10px;
		color: var(--c2);
		font-weight: 700;
	}

	#main-navigation li:not(:last-child) {
		position: relative;
	}

	#main-navigation li:not(:nth-child(3)):after {
		/* border-right: 1px dashed #d4d4d4; */
		/* content: "◆"; */
		color: var(--c1);
		filter: opacity(0.5);
		font-size: 10px;
		vertical-align: text-bottom;
		width: 0px;
		height: 0px;
		position: absolute;
		top: 2px;
		right: 3px;
	}

	#main-navigation li.current-menu-item a {
		color: var(--c1);
	}

	/* Single */
	.single h2 span {
		--singleTitle: 14vw;
		font-size: var(--singleTitle);
		line-height: calc(var(--singleTitle) * 1.1);
	}

	.single h2 span.shortTitle {
		--singleTitle: 10vw;
	}

	.single .img_box span.lacerereapublicului {
		display: none;
	}


	.single .single-item img_box {
		width: 30%;
		display: inline-block;
	}

	.single .single-item .detail_box {
		/* display: inline-block; */
		width: 60%;
		background: inherit;
		padding-left: 10px;
		padding-top: 0px;
	}
    div#alternative {
        overflow-y: scroll;
        white-space: nowrap;
        padding-bottom: 10px;
        margin-left: -10px;
        padding-right: 20px;
    }
    
    .single .single-item .quick-date {
        display: inline;
    }

	.single .single-item .img_box {
		margin: 0 auto;
	}

	.single .single-item {
		display: flex;
		flex-direction: row;
		width: 95%;
		padding-right: 0px;
		margin: 2px;
		height: auto;
		float: none;
	}

	.single .mobileInfo span {
		display: block;
	}

	.single span.lcp {
		color: red;
	}

	.single .mobileInfo span.soldout {
		font-size: 7vw;
		line-height: 11vw;
		color: red;
	}

	.single .single-item .detail_box {
		font-size: 5.2vw;
		line-height: calc(5.2vw * 1.4);
	}

	.single .data b::before {
		content: "";
	}

	.single .data b {
		display: block;
	}

	.single #content {
		padding: 0px;
	}

	#suggested-shows .single-item {
		width: 25%;
	}

	div#suggested-shows {
		display: flex;
		flex-direction: row;
		width: 100vw;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	#suggested-shows h1 {
		width: 100%;
		flex-grow: 1;
		flex-shrink: 0;
	}

	div#suggested-shows .img_box {
		width: 100%;
		padding: 0px;
		min-height: auto;
	}

	div#suggested-shows .poster img {
		width: 100%;
	}

	div#suggested-shows .single-item {
		height: auto;
		width: 30vw;
	}

	.single .img_box.anulat p.poster:after {
		content: none;
	}

	.single p.s-anulat {
		color: red;
		font-size: 8vw;
		line-height: 10vw;
	}

	p.s-terminat {
		font-size: 6vw;
	}

	div#suggested-shows .poster img {
		height: auto;
	}

	#checkoutContent .container {
		padding: 0px;
	}

	#checkoutContent .well {
		padding-right: 2px;
		padding-left: 2px;
	}

	label.btn.btn-block.text-align-left.padding-10.btn-default {
		white-space: inherit;
	}

	label.btn.btn-block.text-align-left.padding-10.btn-default {
		white-space: inherit;
	}

	#checkoutContent p.alert.alert-danger {
		font-size: 20px;
		font-family: CasualUn;
	}

	#checkoutContent label[for='terms-ok'] {
		font-size: 14px;
		display: inline;
		line-height: 16px;
		padding-left: 25px;
	}

	form.finalize-form.well.well-light {
		padding-left: 10px !important;
	}

	div#checkoutBtns {
		margin: 0px !important;
		padding-top: 10px;
		justify-content: center;
	}

	#collapseOne button {
		/* top: 0px; */
		/* right: -30px; */
		/* float: none !important; */
		height: 100%;
		top: -5px;
		right: -5px;
		background: var(--c2);
	}

	#collapseOne .event-ticket {
		display: flex;
		flex-direction: row;
		padding: 4px !important;
	}

	#checkoutContent h5.panel-title {
		display: flex;
	}

	#checkoutCont h5 {
		margin: 1px;
	}

	#checkoutCont hr {
		margin: 5px;
	}

	div#cont {
		display: none;
	}


	#main-navigation ul li:last-child {
		display: none;
	}

	#main-navigation .search {
		display: none;
	}

	.evnt .search {
		display: flex;
	}

	.sf-menu ul {
		display: flex;
		width: 95%;
		justify-content: center;
	}

	.sf-menu ul:after {
		content: none;
	}

    section#mobileSticky{
        width: 70%;
    }

    section.header {
        z-index: 2000;
    }

    div#cont:after,
    div#cont:before {
        content: "O";
        z-index: -1;
        pointer-events: none;
        position: absolute;
        font-size: 80vw;
        font-family: Neue;
        font-weight: bold;
        bottom: 0px;
        left: -30vw;
        top: unset;
        right: unset;
        line-height: 0px;
        color: rgba(0, 0, 0, .2);
    }
    
    div#cont:after {
        top: 30px;
        bottom: unset;
        left: unset;
        right: -30vw;
    }
	.item .soldout p.poster:after,
	.single .soldout p.poster:after {
		width: 32vw;
		font-size: 5.4vw;
		left: 5vw;
	}

	p#sp-like {
		border: 3px solid var(--c2);
		margin-bottom: 10px;
		border-left: none;
		border-right: none;
		padding: 0px 30px;
	}

	#sp-like span {
		font-size: 9vw;
		line-height: 16vw;
		font-size: 8vw;
	}

	#sp-like a {
		font-size: 4.5vw;
	}

	button#addSeatsToCart {
		width: 100%;
		line-height: 34px;
		box-shadow: 0px 0px 10px 1px var(--c1) !important;
	}

	.single .ticketsys label.btn.wrap-word.btn-default.text-align-left.btn-block.btn-active {
		background: var(--c1) !important;
		color: white !important;
	}

	input#terms-ok {
		z-index: 99;
	}

	input[type=checkbox]:before {
		width: 20px;
		height: 20px;
		/* top:-2px; */
	}

	input[type=checkbox]:checked:after {
		width: 5px;
		height: 12px;
		top: 2px;
		left: 8px;
	}

	footer#colophon {
		padding-bottom: 50px !important;
	}

	#userCreate .form-group input.form-control {
		border: none;
		border-bottom: 1px solid var(--c3);
		border-radius: 0px;

	}

	label[for=tos] {
		font-size: 19px !important;
	}

	#userCreate .form-group input.form-control[type=checkbox] {
		height: 20px !important;
		width: 20px !important;
	}

	div#ticketsys-login-error {
		display: flex;
		width: 100%;
		margin-bottom: 10px;
	}

	div#tkt-venue-controls button {
		border: none;
		order: 2;
		border-right: 1px solid var(--c1);
		background: var(--c1);
		width: 40px;
		flex-grow: 1;
		color: var(--bg1);

	}

	div#tkt-venue-controls input {
		order: 10;
		width: 100px;
		height: 100%;
		flex-grow: 0;
		border-radius: 0;
		background: var(--c1);
		color: var(--bg1);
	}

	div#tkt-venue-controls {
		display: flex;
	}

	.search.top input {
		background: none;
		border: none;
		border-bottom: 1px solid #7d7d7d61;
		border-radius: 0px;
	}


	.search.top {
		padding-bottom: 5px;
		margin-top: -10px;
	}


	.search button {
		background: none;
		border: none;
		border-bottom: 1px solid #7d7d7d61;
		border-radius: 0px;
	}

	header h1 {
		margin-top: 25px;
	}

	div#content {
		padding: 0px;
	}

	.detail_box {
		padding: 5px 10px;
	}

	.ticket {
        width: 30px;
        height: 30px;
        bottom: -10px;
        right: 5px;
	}

	div#shapes {
		position: fixed;
		top: 10%;
	}

	div#spectacole {
		margin-top: 0px;
	}

	span.event {
		font-size: 40px;
	}

	h2.evnt span:after {
		content: "";
		background: var(--c2);
		height: 4px;
		margin: 0 auto;
		display: block;
		position: relative;
		width: 70%;
	}



	.detail_box {
		display: flex;
		flex-direction: column;
		align-self: center;
		justify-content: center;
		padding-bottom: 20px;
		padding-top: 10px;
	}


	.page .sp {
		padding: 0px 15px;
		width: auto;
		/* background: white; */
		margin: 25px;
		margin-top: 0px;
	}

	form#search-top {
		display: flex;
	}

	form#search-middle {
		display: none
	}

	.single .sp {
		flex-direction: column;
	}

	.single .sp .poster img {
		width: 70vw;
		max-width: unset;
	}

	.single .sp p.poster:before {
		content: "";
		background: #F1F3F4;
		position: absolute;
		top: 10%;
		left: -20px;
		z-index: -1;
		right: -20px;
		bottom: -10px;
		box-shadow: 0px 7px 15px 4px #2b2b2b85;
	}

	.single .detail_box {
		font-size: 6vw;
	}

	div#ticketsys-login-widget-user {
		margin-bottom: 5vw;
		padding: 0px 20px;
	}

	section.header:after {
		content: unset;
	}

	#masthead h2 {
		display: none
	}

	.cumpara a {
		height: 60px;
	}

	footer iframe {
        width: 100%;
        height: 100vw;
	}

	.price-cat-def-cont {
		margin-left: 0px;
    }
    #colorBar {
        display:none;
    }
    .footer-left {
        display: block;
    }
    
    #rezervari {
        position: relative;
        margin-top: -14vw;
    }
    a#contact {
        display: flex;
        align-self: center;
        padding-left: 10px;
        color: var(--c1);
        font-family: CasualUn;
        font-weight: bold;
    }
    footer .promo p:first-child {
        font-weight: bold;
        font-size: 17px;
        line-height: 22px;
    }
    #agentii a span {
        font-size: 13px;
        line-height: 13px;
        display: block;
        color: var(--bg1);
    }
    #agentii a[href='#'] {
        display: block;
        margin-top: 5px;
    }
    b.reducere {
        font-size: 16px;
    }
    h2#eventTop{
        flex-direction: column;
    }
    .home h2.evnt span {
        padding-bottom: 0px;
    }
    .home h2.evnt span:after{
        content: unset;
    }  
    
    #alegereOras .wrapper {
        width:95%;
        /* height: 70%; */
        box-shadow: 0px 0px 0px 4px black, 0px 0px 12px 14px #00000070;
    }
    /* body {
        background-image: url(./assets/clouds.png);
        background-size: auto;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-blend-mode: overlay;
    } */
    .cc-window a.cc-btn.cc-dismiss {
        line-height:20px;
        border: none;
    }
    .favicon img {
        height: 85px;
        width: 85px;
    }
}
.tilt-in-right-2 {
	-webkit-animation: tilt-in-right-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: tilt-in-right-2 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes tilt-in-right-2 {
    0% {
      -webkit-transform: rotateX(30deg) translateX(300px) skewX(-30deg);
              transform: rotateX(30deg) translateX(300px) skewX(-30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
              transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  @keyframes tilt-in-right-2 {
    0% {
      -webkit-transform: rotateX(30deg) translateX(300px) skewX(-30deg);
              transform: rotateX(30deg) translateX(300px) skewX(-30deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0deg) translateX(0) skewX(0deg);
              transform: rotateX(0deg) translateX(0) skewX(0deg);
      opacity: 1;
    }
  }
  
@-webkit-keyframes tilt-in-fwd-tl {
	0% {
		-webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
		transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}

@keyframes tilt-in-fwd-tl {
	0% {
		-webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
		transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
		opacity: 0;
	}

	100% {
		-webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
		opacity: 1;
	}
}

.tilt-in-fwd-tl {
	-webkit-animation: tilt-in-fwd-tl 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: tilt-in-fwd-tl 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}



@-webkit-keyframes slit-out-diagonal-2 {
	0% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% -1400px;
		transform-origin: 50% -1400px;
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(600px) rotateX(30deg) scale(0);
		transform: translateY(600px) rotateX(30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
}

@keyframes slit-out-diagonal-2 {
	0% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% -1400px;
		transform-origin: 50% -1400px;
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(600px) rotateX(30deg) scale(0);
		transform: translateY(600px) rotateX(30deg) scale(0);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
		opacity: 1;
	}
}



.slit-out-diagonal-2 {
	-webkit-animation: slit-out-diagonal-2 0.5s ease-in both;
	animation: slit-out-diagonal-2 0.5s ease-in both;
}

.gg-time {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 18px;
	height: 18px;
	border-radius: 100%;
	border: 2px solid transparent;
	box-shadow: 0 0 0 2px currentColor
}

.gg-time::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 7px;
	height: 7px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	top: 1px;
	left: 5px
}

.gg-track {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	box-shadow:
		0 0 0 2px,
		inset 0 0 0 10px;
	border-radius: 100px
}

.gg-track::after,
.gg-track::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 3px
}

.gg-track::before {
	border-left: 4px solid;
	border-right: 4px solid;
	width: 18px;
	height: 2px;
	left: -6px;
	top: 2px
}

.gg-track::after {
	width: 2px;
	height: 18px;
	border-top: 4px solid;
	border-bottom: 4px solid;
	left: 2px;
	top: -6px
}

.gg-pocket {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 20px;
	border: 2px solid;
	border-radius: 6px;
	border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px
}

.gg-pocket::after,
.gg-pocket::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	border-radius: 22px;
	width: 8px;
	height: 2px;
	background: currentColor;
	bottom: 7px
}

.gg-pocket::before {
	transform: rotate(-48deg);
	right: 3px
}

.gg-pocket::after {
	transform: rotate(48deg);
	left: 3px
}


div#colors {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
#colors input {
    color: transparent !important;
    font-size: 0px;
    display: block;
    width: calc(100% / 5);
}

#colorGroup {
    display: flex;
    flex-wrap: nowrap;
}
#trimite {
    bottom: 0;
    position: fixed;
    z-index: 999999;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-3-10 11:58:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
 @-webkit-keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-blurred-top {
    0% {
      -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
              transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-filter: blur(40px);
              filter: blur(40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0) scaleY(1) scaleX(1);
              transform: translateY(0) scaleY(1) scaleX(1);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-filter: blur(0);
              filter: blur(0);
      opacity: 1;
    }
  }
  .slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

.companie {
    font-size: 13px;
    opacity: 0.73;
}
.favicon2 {
    text-align: center;
    padding-top: 20px;
}

@supports (-moz-appearance:none) {
    #terms-ok {
        width: 20px !important;
        padding: 0px !important;
        margin: 5px !important;
        height: 20px !important;
    }
    label[for="terms-ok"] {
        margin: 0 !important;
        padding:0 !important;
    }
}
.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.mejs-container {
    padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
    max-width: 100% !important;
}
video.wp-video-shortcode {
    position: relative;
}
.mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
} 