html{
	font-size: 100.01%;
}
body{
	font-family: 'SF Pro Display';
	font-weight: normal;
	line-height: 1.5;
	font-size: 16px;
	color: #6b2c42;
}
:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a, a i, .btn, button, .item-pill label{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a{
	color: #6b2c42;
	text-decoration: none !important;
}
a:hover, button:hover, .btn-text:hover{
	color: rgba(107, 44, 66, 0.8);
	cursor: pointer;
}
p{
	margin: 0 0 15px;
}
strong{
	font-weight: bold;
}
sub, sup{
	font-size: 65%;
}
.btn-text{
	font-size: 16px;
}
.btn-text img{
	margin-right: 5px;
}
.header-top{
	background: #ffb080;
	padding-top: 8px;
	width: 100%;
	float: left;
}
.logo{
	clip-path: polygon(100% 0%, 140% 0, 80% 100%, 0% 200%, 0% -10%);
	position: relative;
	max-width: 510px;
	height: 250px;
	float: left;
	z-index: 1;
}
/*.controls{*/
/*	background: rgba(107, 44, 66, 0.2);*/
/*	border-radius: 5px;*/
/*	margin-top: 60px;*/
/*	padding: 25px;*/
/*	float: right;*/
/*}*/

.controls{
	background: rgba(107, 44, 66, 0.2);
	border-radius: 5px;
	position: relative;
	max-width: 510px;
	padding: 10px;
	/*height: 250px;*/
	float: right;
	z-index: 1;
}

.controls .btn, .nav-controls .btn{
	color: #6b2c42;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 40px;
	background: #ffb080;
	border: 1px #6b2c42 solid;
	-webkit-box-shadow: 0 0 0 5px rgba(107, 44, 66, 0.25);
	box-shadow: 0 0 0 5px rgba(107, 44, 66, 0.25);
}
.controls .btn + .btn{
	margin-left: 25px;
}
.controls .btn:hover{
	background: #6b2c42;
	color: #ffb080;
}
.nav-controls .btn{
	margin-bottom: 15px;
}
.header-nav{
	width: 80%;
	float: right;
}
.navbar{
	background: #6b2c42;
	border-radius: 5px;
	margin-top: -28px;
	float: right;
	color: #fff;
	width: 80%;
}
.navbar-nav li{
	margin-right: 50px;
}
.navbar-nav a{
	font-weight: bold;
	font-size: 16px;
	display: block;
	color: #fff;
}
.navbar-nav a:hover{
	opacity: 0.6;
}
.navbar-nav a img{
	display: inline-block;
	vertical-align: -5px;
	max-height: 22px;
	margin-right: 10px;
}
.header-bottom{
	padding: 60px 0 25px;
	background: #fff3ec;
	margin-top: -30px;
	width: 100%;
	float: left;
}
.header-text{
	line-height: 1.2;
	max-width: 720px;
	float: right;
	width: 100%;
}
.header-text{
	font-weight: 500;
	font-size: 16px;	
}
.header-text img{
	margin-right: 35px;
}
.page-content{
	min-height: 72vh;
}
.choose-location{
	padding: 35px 0 20px;
	border-bottom: 1px rgba(107, 44, 66, 0.1) solid;
}
.area-title, .section-title{
	height: 0;
	font-size: 20px;
	padding-left: 35px;
	margin-bottom: 32px;
	border-top: 2px dashed #6b2c42;
}
.area-title strong, .section-title strong{
	top: -17px;
	line-height: 1;
	background: #fff;	
	padding: 5px 18px;
	position: relative;
	display: inline-block;
}
.item-pill{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	margin-right: 5px;
}
.item-pill input{
	display: none;
}
.item-pill label, .item-pill label span{
	display: block;
}
.item-pill label span{
	border: 2px solid #e1d5d9;
	background: #e1d5d9;
	font-weight: normal;
	border-radius: 3px;
	padding: 5px 22px;
	font-size: 16px;
	cursor: pointer;
	display: block;
	color: #6b2c42;
}
.item-pill input:checked + span{
	border-color: #6b2c42;
	background: #fff;
}

.product-list{
	padding: 45px 0 20px;
}
.product-item{
	max-width: 300px;
	margin:0 auto 30px;
	background: #fff3ec;
	padding: 30px 30px 38px;
	border-radius: 5px;
}
.product-item h2{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 18px;
}
.product-item .item-text{
	opacity: 0.5;
	padding: 12px 0;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 12px;
	border-top: 1px solid rgba(107, 44, 66, 0.2);
	border-bottom: 1px solid rgba(107, 44, 66, 0.2);
}
.price{
	font-size: 22px;
	margin-bottom: 12px;
}	
.product-item .btn, .btn-cta{
	color: #6b2c42;
	font-size: 18px;
	font-weight: bold;
	background: none;
	min-width: 165px;
	border: 2px solid #6b2c42;
}
.btn-fill{
	color: #fff !important;
	background: #6b2c42;
}
.product-item .btn:hover{
	background: #6b2c42;
	color: #fff;
}
.footer-logo{
	max-width: 200px;
	width: 100%;
}
footer{
	padding: 40px 0;
}
.section-outer{
	padding: 50px 0;
}
.section-title{
	margin-bottom: 48px;
}
.section-content{
	background: #fff3ec;
	border-radius: 4px;
	font-size: 17px;
	padding: 40px;
}
.section-content ol{
	padding-left: 15px;
}
.section-content li{
	margin-bottom: 5px;
}
.section-content > *:last-child{
	margin-bottom: 0;
}
.section-content h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.form-middle{
	max-width: 420px;
	width: 100%;
}
.form-group{
	margin-bottom: 20px;
}
input.form-control, select.form-control{
	height: 45px;
}
.form-control{
	border: none;
	color: #6b2c42;
	font-size: 18px;
	font-weight: normal;
}
.form-control::-webkit-input-placeholder {
  color: rgba(107, 44, 66, 0.75);
}
.form-control:-ms-input-placeholder {
  color: rgba(107, 44, 66, 0.75);
}
.form-control::placeholder {
  color: rgba(107, 44, 66, 0.75);
}
.data-pagination button{
	background: none;
	border: none;
	padding: 0;
}
.data-pagination button img{
	max-width: 100%;
}
.data-pagination ul{
	list-style: none;
	padding: 0;
	margin: 0 20px;
}
.data-pagination ul a{
	color: #bda1a3;
}
.data-pagination ul .active a{
	color: #6b2c42;
}
.data-pagination ul li{
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	margin: 0 5px;
}
.data-table td, .data-table th{
	border: none !important;
}
.data-table{
	font-size: 16px;
}
.data-table tbody{
	margin-top: 20px;
}
.table-responsive{
	border-radius: 5px;
}
.data-table th{
	background-color: #6b2c42;
	white-space: nowrap;
	font-weight: normal;
	color: #fff;
}
.data-table th:first-child{
	border-radius: 5px 0 0 5px;
}
.data-table th:last-child{
	border-radius: 0 5px 5px 0;
}
.form-text{
	font-weight: 500;
	margin-top: -22px;
}
.btn-sm{
	min-width: 120px;
}
.already-register a{
	font-weight: 500;
	text-decoration: underline !important;
}
.coins{
	/*margin-top: 75px;*/
}
.coin{
	margin: 8px 8px 40px;
	background: #fff;
	border: 1px #6b2c42 solid;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	min-width: 150px;
	top: 0;
}
.coin *{
	display: block;
}
.coin img{
	max-height: 60px;
	margin: -30px auto 5px;
}
.coin strong{
	color: #fff;
	background: #6b2c42;
	padding: 7px 5px;
}	
.coin span{
	padding: 5px 0 8px;
}
.coin:hover{
	top: -2px;
	-webkit-box-shadow: 3px 4px 10px rgba(107, 44, 66, 0.4);
	box-shadow: 3px 4px 10px rgba(107, 44, 66, 0.4);
}

#id_captcha_1{
	margin-left: 20px;
	margin-right: 20px;
	width: 150px;
}

.showmobile { display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 767px){ .showmobile { display: inline; }}

@media screen and (max-width: 767px) {
  .hidemobile {
    visibility: hidden;
    display: none;
  }
}

.showmobilelogo { display: none; }
@media only screen
and (min-device-width : 320px)
and (max-device-width : 767px) {
	.showmobilelogo { display: inline; height: 140px; }
	.controls { background: none; padding: 0px; }
	.controls .btn { padding: 12px 20px; }
	.controls .btn + .btn { margin-left: 10px;}
}

@media screen and (max-width: 767px) {
  .hidemobilelogo {
    visibility: hidden;
    display: none;
  }
}

.img-fluid-mobi{
	width: 50%;
}

.ticket_section button{
	border: 3px solid #DE0E37;
	display: block;
	height: 41px;
    margin-left: 196px;
	text-shadow: 0px 2px 2px #DE0E37;
	font-size: 22px;
	font-weight: 600;
}
.ticket_section button:focus{
	outline: none;
}
.ticket__wrapper{
	max-width: 74%;
	margin: 0 auto;
	margin-top: 25px;
	height: 300px;
	/*border: 3px solid #DE0E37;*/

}

table{
	border-left-color: #DE0E37 !important;
}
th{
	text-align: center;
	font-size: 22px;

	text-shadow: 0px 2px 2px #DE0E37;

}
td{
	text-align: center;
	/* color: white; */
}

.section__text{
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    color: white;
}

.section__wrapper1{
    width: 80%;
    margin: 0 auto;
    border: 1px solid #00d1b2;
    height: 400px;
    margin-top:15px ;
    background-color: #00d1b2;
    display: flex;
}
.section__wrapper1__1{
    width: 12%;
    padding: 2px;
}
.section__wrapper1__2{
    width: 88%;
    background-color: white;
    height: 100%;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px;
}
.section__wrapper1__2__1{
    text-align: center;
    margin-top: 25px;
}
.__hr{

    max-width: 95%;
    margin: 0 auto;
    margin-top: 35px;
}
.section__wrapper1__2__2{
    text-align: center;
    margin-top: 55px;
}


/* second section */
.section__wrapper2{
    max-width: 80%;
    margin: 0 auto;
    border: 1px solid #00d1b2;
    height: 65px;
    background-color: #00d1b2;
    margin-top: 25px;
    display: flex;
}

.section__wrapper2__1{
    width: 9%;
    padding: 2px;
}
.section__wrapper2__2{
    width: 91%;
    background-color: white;
    height: 100%;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px;
}


/*  */


/* section 3 */

.section__wrapper3{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.section__wrapper3__1{
    width: 40px;
    height: 40px;
    background-color: #5BD770;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;

}
.section__wrapper3__2{
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid black;
    border-left: 1px solid black;
    cursor: pointer;


}
.section__wrapper3__3{
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid black;
    font-size: 11px;
    cursor: pointer;
}
.section__wrapper4{
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 15px;
}

/*  */

/* section 5 */
.section__wrapper5{
    text-align: center;
    margin-top: 25px;
}
.section__wrapper6{
    /* text-align: center; */
    max-width: 37%;
    margin: 0 auto;
    margin-top: 25px;
    color: white;
}

hr{
    border: 0.1px solid lightgrey;
}
/*  */


/* section6 */
.section__wrapper7{
    max-width: 37%;
    margin: 0 auto;
    margin-top: 10px;
}
.section__wrapper8{
    max-width: 37%;
    margin: 0 auto;
    margin-top: 10px;
}
.section__wrapper8 input{
    width: 437px;
}
.section__wrapper9{
    max-width: 37%;
    margin: 0 auto;
    margin-top: 10px;
}
.section__wrapper9 button{
      width: 150px;
      height: 55px;
      background-color: #5BD770;
      color: white;
      border: #5BD770;
      cursor: pointer;
}
.section__wrapper9 button:hover{
    background-color: #14E136 ;
}

/*  */


/* responsive */

@media(max-width:1200px){
    .section__wrapper6,.section__wrapper7,.section__wrapper8,.section__wrapper9{
      max-width: 47%;
    }
}
@media(max-width:940px){
    .section__wrapper6,.section__wrapper7,.section__wrapper8,.section__wrapper9{
      max-width: 57%;
    }
    .section__wrapper2__1{
        width: 15%;
    }
    .section__wrapper2__2{
        width: 85%;

    }
    .section__wrapper1__1{
        width: 15%;
    }
    .section__wrapper1__2{
        width: 85%;
    }

}



@media(max-width:780px){
    .section__wrapper6,.section__wrapper7,.section__wrapper8,.section__wrapper9{
      max-width: 82%;
    }
    .section__wrapper2__1{
        width: 20%;
    }
    .section__wrapper2__2{
        width: 80%;

    }
    .section__wrapper1__1{
        width: 20%;
    }
    .section__wrapper1__2{
        width: 80%;
    }
}

@media(max-width:600px){
    textarea{
        max-width: 80%;
    }
    .section__wrapper8 input {
        max-width: 80%;
    }
    .section__wrapper2__1{
        width: 25%;
    }
    .section__wrapper2__2{
        width: 75%;

    }
    .section__wrapper1__1{
        width: 25%;
    }
    .section__wrapper1__2{
        width: 75%;
    }
}
@media(max-width:400px){
    .section__wrapper8 input {
        max-width: 80%;
    }
    .section__wrapper2__1{
        font-size: 11px;
    }
    .section__wrapper2__2{
        width: 75%;
        font-size: 11px;

    }
    .section__wrapper1__1{
        width: 25%;
        font-size: 11px;

    }
    .section__wrapper1__2{
        width: 75%;
        font-size: 11px;
    }
}
@media(max-width:380px){
    .section__wrapper1__2__2 img{
        width: 190px;
    }
}
@media(max-width:360px){
    .section__wrapper1__2__2 img{
        width: 180px;
    }
}
@media(max-width:345px){
    .section__wrapper1__2__2 img{
        width: 175px;
    }
}

@media(max-width:335px){
    .section__wrapper1__2__2 img{
        width: 170px;
    }
}
@media(max-width:330px){
    .section__wrapper1__2__2 img{
        width: 165px;
    }
}

@media(max-width:320px){
    .section__wrapper1__1{
        width: 20%;
        font-size: 10px;

    }
    .section__wrapper1__2{
        width: 80%;
        font-size: 11px;
    }
}
/*  */
@media(max-width:578px){
	.ticket_section button{
		margin-left: 186px;
		margin-top: 25px;
	}
}
@media(max-width:500px){
	.ticket_section button{
		margin-left: 170px;
	}
}
@media(max-width:460px){
	.ticket_section button{
		margin-left: 140px;
	}
	th{
		font-size: 15px;
	}
}
@media(max-width:400px){
	.ticket_section button{
		margin-left: 110px;
	}
}

@media(max-width:360px){
	.ticket_section button{
		margin-left: 90px;
	}
}
@media(max-width:340px){
	.ticket__wrapper{
		max-width: 86%;
	}
	.ticket_section button{
		margin-left: 70px;
	}
}

/* ticket view */


.section__text{
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    color: white;
}

.section__wrapper1{
    width: 50%;
    margin: 0 auto;
    border: 1px solid #6b2c42;
    /* height: 400px; */
    margin-top:15px ;
    background-color: #6b2c42;
    display: flex;
    margin-top: 30px;
    color: white;

}
.section__wrapper1__1{
    width: 12%;
    padding: 2px;
}
.section__wrapper1__2{
    width: 88%;
    background-color: white;
    /* height: 100%; */
    padding-top: 20px;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px;
}
.section__wrapper1__2__1{
    text-align: center;
    margin-top: 25px;
}
.__hr{

    max-width: 95%;
    margin: 0 auto;
    margin-top: 35px;
}
.section__wrapper1__2__2{
    text-align: center;
    margin-top: 55px;
}
.section__wrapper00{
    max-width: 50%;
    margin: 0 auto;
    border: 1px solid #6b2c42;
    /* height: 400px; */
    margin-top:15px ;
    background-color: #6b2c42;
    display: flex;
    margin-top: 30px;
    color: white;
}

/* second section */
.section__wrapper2{
    max-width: 50%;
    margin: 0 auto;
    border: 1px solid #6b2c42;
    height: 65px;
    background-color: #6b2c42;
    margin-top: 25px;
    display: flex;
    color: white;
}

.section__wrapper2__1{
    width: 9%;
    padding: 2px;
}
.section__wrapper2__2{
    width: 91%;
    background-color: white;
    height: 100%;
    border-top-left-radius: 10px ;
    border-bottom-left-radius: 10px;
}


/*  */


/* section 3 */

.section__wrapper3{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.section__wrapper3__1{
    width: 40px;
    height: 40px;
    background-color: #6b2c42;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;

}
.section__wrapper3__2{
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    cursor: pointer;


}
.section__wrapper3__3{
    width: 40px;
    height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    font-size: 11px;
    cursor: pointer;
}
.section__wrapper4{
    text-align: center;
    color: white;
    font-size: 12px;
    margin-top: 15px;
}
textarea {
    width: 50%;
    height: 300px;
    overflow: auto;
    resize: vertical;
}
/*  */

/* section 5 */
.section__wrapper5{
    text-align: center;
    margin-top: 25px;
}
.section__wrapper6{
    max-width: 50%;
    margin: 0 auto;
    margin-top: 25px;
    color: white;
}

hr{
    border: 0.1px solid lightgrey;
}
/*  */


/* section6 */
.section__wrapper7{
    max-width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}
.section__wrapper8{
    max-width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}
.section__wrapper8 input{
    width: 437px;
}
.section__wrapper9{
    max-width: 50%;
    margin: 0 auto;
    margin-top: 10px;
}
.section__wrapper9 button{
      width: 150px;
      height: 55px;
      background-color: #6b2c42;
      color: white;
      border: #6b2c42;
      cursor: pointer;
}
.section__wrapper9 button:hover{
    background-color: #14E136 ;
}

/*  */


/* responsive */

@media(max-width:1200px){
    .section__wrapper6,.section__wrapper7,.section__wrapper8,.section__wrapper9{
      max-width: 47%;
    }
}
@media(max-width:940px){
    .section__wrapper6,.section__wrapper7,.section__wrapper8,.section__wrapper9{
      max-width: 57%;
    }
    .section__wrapper2__1{
        width: 15%;
    }
    .section__wrapper2__2{
        width: 85%;

    }
    .section__wrapper1__1{
        width: 15%;
    }
    .section__wrapper1__2{
        width: 85%;
    }

}



@media(max-width:780px){
    .section__wrapper6,.section__wrapper7,.section__wrapper8,.section__wrapper9{
      max-width: 82%;
    }
    .section__wrapper2__1{
        width: 20%;
    }
    .section__wrapper2__2{
        width: 80%;

    }
    .section__wrapper1__1{
        width: 20%;
    }
    .section__wrapper1__2{
        width: 80%;
    }
}

@media(max-width:600px){
    textarea{
        max-width: 80%;
    }

    .section__wrapper8 input {
        max-width: 80%;
    }
    .section__wrapper2__1{
        width: 25%;
    }
    .section__wrapper2__2{
        width: 75%;

    }
    .section__wrapper1__1{
        width: 25%;
    }
    .section__wrapper1__2{
        width: 75%;
    }
    .section__wrapper1 {
        width: 62% !important;

    }
    .section__wrapper2{
        max-width: 62% !important;

    }
    textarea{
        width: 62%;
    }
    .section__wrapper6, .section__wrapper7, .section__wrapper8, .section__wrapper9 {
        max-width: 62%;
    }
}

@media(max-width:430px){
    .section__wrapper1 {
        width: 70% !important;

    }
    .section__wrapper2{
        max-width: 70% !important;

    }
    textarea{
        width: 70%;
    }
    .section__wrapper6, .section__wrapper7, .section__wrapper8, .section__wrapper9 {
        max-width: 70%;
    }
}
@media(max-width:400px){
    .section__wrapper8 input {
        max-width: 80%;
    }
    .section__wrapper2__1{
        font-size: 11px;
    }
    .section__wrapper2__2{
        width: 75%;
        font-size: 11px;

    }
    .section__wrapper1__1{
        width: 25%;
        font-size: 11px;

    }
    .section__wrapper1__2{
        width: 75%;
        font-size: 11px;
    }
}
@media(max-width:380px){
    .section__wrapper1__2__2 img{
        width: 190px;
    }
}
@media(max-width:360px){
    .section__wrapper1__2__2 img{
        width: 180px;
    }
}
@media(max-width:345px){
    .section__wrapper1__2__2 img{
        width: 175px;
    }
}

@media(max-width:335px){
    .section__wrapper1__2__2 img{
        width: 170px;
    }
}
@media(max-width:330px){
    .section__wrapper1__2__2 img{
        width: 165px;
    }
}

@media(max-width:320px){
    .section__wrapper1__1{
        width: 20%;
        font-size: 10px;

    }
    .section__wrapper1__2{
        width: 80%;
        font-size: 11px;
    }
}
/*  */