html, body {
	position: relative;
	width: 100%;
    height: 100%;
    margin: 0;
    
    font-size: 16px;
    line-height: 1.5em;
}

body {
	color: #333;
	margin: 0;
	box-sizing: border-box;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: Rubik, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background: #000;
    }

.container {
    box-sizing: content-box;
    width: calc(100% - 30px);
	max-width: 1375px;
	margin: 0 auto;
}

h1 {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
	color: #fff;
	margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif, Arial;
}

@media (max-width: 992px){
    h1 {
        font-size: 32px;
    }
}

@media (max-width:  768px){
    h1 {
        /* font-size: 24px; */
        line-height: 1.2em;
        margin-bottom: 20px;
    }
}



.msg h2 {
    font-size: 24px;
    font-weight: 700;
}

a:hover {
	text-decoration: underline;
}

.btn {
	border-radius: 8px;
}

label {
	display: block;
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	-webkit-padding: 0.4em 0;
	padding: 0.4em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 2px;
}

input:disabled {
	color: #ccc;
}

button {
	color: #333;
	background-color: #f4f4f4;
	outline: none;
}

button:disabled {
	color: #999;
}

button:not(:disabled):active {
	background-color: #ddd;
}

button:focus {
	border-color: #666;
}

.clearfix:after {
	content: '';
	clear: both;
	display: table;
	width: 100%;
}
@media (min-width: 992px){
    .help-col {
        padding-left: 30px;
    }
}
@media (max-width: 992px){
    .help-col {
        padding-top: 20px;
    }
}

.stage {
    color: #ff9b00;
    font-size: 16px;
    font-family: Rubik, Arial, Helvetica, sans-serif;
}

.flex-align-center {
	align-items: center;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex > div {
    flex-grow: 1;
}

.tickets {
    margin: 0 auto;
    text-align: center;
    max-width:  100%;
	position: relative;
    background: #fff;
    border-radius: 16px;
    padding-top: 10px;
}  

@media (max-width: 768px){
    .tickets {
        margin-top: 10px;
    }
}

.modal-body-tn iframe {
    border: 1px solid #fff;
}

.modal-close-tn {
    font-weight: 100;
    position: absolute;
    right: 20px;
    top: 10px;
}

/*

#modal-tn {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.modal-content-tn {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-header-tn {
    width: 500px;
    max-width: 100%;
}

span.modal-close-tn {
    font-size: 32px;
    text-shadow: 0px 0px 4px #fff;
    line-height: 1;
    cursor: pointer;
}

.modal-body-tn iframe{
    max-width: 100%;
    width: 500px;
    height: 600px;
    max-height: 100%;
}
*/



/* bootstrap */
/*
body {
    margin: 0;
}

img {
    border: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

img {
    vertical-align: middle;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
	.col-sm-6 {
        width: 50%;
    }
}


.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}

*/