/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
    05. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Ico Rigt ---------------------------------
         Ico Down ---------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Gray Color -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    06. Reset -------------------------------------
    07. Regions -----------------------------------
    08. Footer ------------------------------------
    09. Header ------------------------------------
    10. Shell -------------------------------------
    11. Wrapper -----------------------------------
    12. Modules -----------------------------------
    13. Article -----------------------------------
    14. Button ------------------------------------
         Button Block -----------------------------
         Button Expand ----------------------------
         Btn Menu ---------------------------------
    15. Events ------------------------------------
         Events Secondary -------------------------
    16. Form Elements -----------------------------
    17. Select ------------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    18. Select Quantity ---------------------------
    19. Select Ticket -----------------------------
         Mobile -----------------------------------
    20. Form --------------------------------------
         Mobile -----------------------------------
    21. Intro -------------------------------------
    22. List --------------------------------------
         List Buttons -----------------------------
    23. List Tickets ------------------------------
         Mobile -----------------------------------
    24. Logo --------------------------------------
    25. Map ---------------------------------------
    26. Nav ---------------------------------------
    27. Popup -------------------------------------
    28. Price -------------------------------------
    29. Seat --------------------------------------
         Mobile -----------------------------------
    30. Section -----------------------------------
         Section Event ----------------------------
    31. Section Charts ----------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
         Mobile -----------------------------------
    32. Themes ------------------------------------
 */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,500i,700,700i');
/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.arrow-left-long{ background-image     : url(../images/sprite.png); background-position     : 0% 100%; background-size     : 419.5121951219512% 251.61290322580646%; width     : 41px; height     : 31px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
.ico-arrow-left{ background-image     : url(../images/sprite.png); background-position     : 32.846715328467155% 92.15686274509804%; background-size     : 491.42857142857144% 288.88888888888886%; width     : 35px; height     : 27px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
.ico-calendar{ background-image     : url(../images/sprite.png); background-position     : 54.54545454545454% 78.33333333333333%; background-size     : 955.5555555555555% 433.3333333333333%; width     : 18px; height     : 18px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
.ico-pin{ background-image     : url(../images/sprite.png); background-position     : 67.08860759493672% 78.33333333333333%; background-size     : 1228.5714285714287% 433.3333333333333%; width     : 14px; height     : 18px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
.logo{ background-image     : url(https://www.simpletix.com/wp-content/uploads/2018/08/logo-normal.png); background-repeat: no-repeat; background-size     : 70%; width     : 195px; height     : 43px; vertical-align     : middle; font-size     : 0px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi){
	.ico-arrow-left{ background-image     : url(../images/sprite.@2x.png); background-position     : 0% 0%; background-size     : 162.85714285714286% 181.4814814814815%; width     : 35px; height     : 27px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-calendar{ background-image     : url(../images/sprite.@2x.png); background-position     : 100% 0%; background-size     : 316.66666666666663% 272.22222222222223%; width     : 18px; height     : 18px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
	.ico-pin{ background-image     : url(../images/sprite.@2x.png); background-position     : 0% 100%; background-size     : 407.1428571428571% 272.22222222222223%; width     : 14px; height     : 18px; display     : inline-block; vertical-align     : middle; font-size     : 0px; }
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 1.71; color: #000; }
a { color: inherit; text-decoration: underline; }
a:hover,
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.855em; }
h1 { font-size: 40px; font-weight: 500; }
h2 { font-size: 30px; font-weight: 500; }
h3 { font-size: 24px; line-height: 1.25; font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; }
h4 { font-size: 24px; line-height: 1.25; font-weight: 500; }
h5 { font-size: 18px; font-weight: 700; margin-bottom: 25px; }
h5 small { font-size: 18px; font-weight: 400; }
h5 small span { color: #666; display: block; line-height: 1.15; }
h6 { font-size: 14px; font-weight: 700; }
blockquote { font-size: 18px; font-weight: 500; font-style: italic; padding: 50px 0 45px; line-height: 1.33; }
p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.71em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
@media (max-width: 767px) {

	body { font-size: 13px; line-height: 1.62; }
	
	h3 { font-size: 15px; }
	h4 { font-size: 26px; }
	h5 { font-size: 15px; margin-bottom: 20px; }
    h5 small { font-size: 13px; }
    
    blockquote { font-size: 16px; padding: 30px 0 25px; }
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content     : ''; display     : block; clear     : both; }
/*  Notext  */
.notext { overflow     : hidden; text-indent     : 101%; white-space     : nowrap; }
/* Ico Rigt*/
.ico-left { display: inline-block; background-color: transparent; border: solid #3d3d3d;  border-width: 0 3px 3px 0; padding: 5px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
/* Ico Down*/
.ico-down { display: inline-block; background-color: transparent; border: solid #696969; border-width: 0 2px 2px 0; padding: 3px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.ico-up { display: inline-block; background-color: transparent; border: solid #696969; border-width: 2px 0px 0px 2px; padding: 3px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
/*  Hidden  */
[hidden],
.hidden { display: none !important; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/* Gray Color*/
.gray-color { color: #666; }
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.col { max-width: 100%; }
.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.col--1of3 { max-width: 33.33%; -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
.col--1of4 { max-width: 25%; -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
@media (max-width: 767px) {
	.Checkout {padding: 0 15px !important; }
	.hidden-xs { display: none !important; }
    .section__foot {
        display: block !important;
    }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
@media (min-width: 1025px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
template { display: none; }
html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
img,
iframe,
video,
audio,
object { max-width: 100%; }
img,
iframe { border: 0 none; }
img { height: auto; display: inline-block; vertical-align: middle; }
b,
strong { font-weight: bold; }
address { font-style: normal; }
svg:not(:root) { overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
button,
select { text-transform: none; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
nav ul,
nav ol { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { border-top: 1px solid #ccc; padding: 40px 0 50px; color: #666666; }
.footer p a { color: #2586b7; text-decoration: none; }
.footer p a:hover { text-decoration: underline; }
.footer p { margin-bottom: 0; }
.footer .shell { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
@media (max-width: 767px) {

	.footer .shell { display: block; text-align: center; }
	.footer { padding: 20px 0; }
	.footer .logo { margin-bottom: 15px; }
}
.footer--no-border { border: 0; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: absolute; top: 0; width: 100%; z-index: 900; }
@media (max-width: 767px) {

	.header { padding-top: 25px; }
	.header .shell { padding: 0 35px; }
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1170px; padding-left: 15px; padding-right: 15px; margin: auto; }
.shell--fluid { max-width: none; }
@media (max-width: 767px) {

	.shell { padding: 0 32px; }
}
@media (max-width: 479px) {

	.shell { padding: 0 15px; }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; position: relative; }
.wrapper--grey { background: #fafafa; }
/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.article .article__image { width: 94px; height: 94px; background-size: cover; background-position: center; margin-right: 34px; }
.article .article__entry { width: calc(100% - 128px); margin-top: -2px; padding-bottom: 90px; }
.article .article__entry p a { text-decoration: none; }
.article .article__entry p a:hover { text-decoration: underline; }
@media (max-width: 767px) {

	.article { display: block; padding-top: 10px; }
	.article .article__image { margin-bottom: 30px; }
	.article h5 { margin-bottom: 26px; }
	.article .article__entry { width: 100%; padding-bottom: 0; }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; letter-spacing: 0.1em; font-weight: 700; border-radius: 25px; background: #2586b7; padding: 14px; color: #fff; text-transform: uppercase; }
.btn:hover { background: #666666; }
/*  Button Block  */
.btn--block { display: block; padding-left: 0; padding-right: 0; }
/* Button Expand */
.btn-expand { text-decoration: none; }
.btn-expand span { color: #2586b7; }
.btn-expand.hidden { display: none !important; }
/* Btn Menu */
.btn-menu { display: inline-block; text-transform: uppercase; text-decoration: none; font-size: 16px; text-align: left; z-index: 20; line-height: 0; padding-top: 6px; vertical-align: middle; position: relative; z-index: 10; }
.btn-menu span { position: relative; display: inline-block; vertical-align: -webkit-baseline-middle; width: 26px; height: 9px; border-top: 2px solid #fff; }
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 2px; background: #fff; content: ''; }
.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 5px; }
.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { 
    -webkit-transition: all .3s linear; 
            -o-transition: all .3s linear; 
            transition: all .3s linear; 
 }
.btn-menu.active span { border-color: transparent; }
.btn-menu.active span:before,
.btn-menu.active span:after { background: #fff; }
.btn-menu.active span:before { 
-webkit-transform: rotate(45deg) translate(5.5px, 4px);
        -ms-transform: rotate(45deg) translate(5.5px, 4px);
    transform: rotate(45deg) translate(5.5px, 4px);

}
.btn-menu.active span:after { 
-webkit-transform: rotate(-45deg) translate(6px, -5px);
        -ms-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px); 
}
@media (max-width: 767px) {

	.btn { font-size: 15px; padding: 13px; }
}
/* ------------------------------------------------------------ *\
	Events
\* ------------------------------------------------------------ */
.event { border-radius: 10px; overflow: hidden; -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .07); box-shadow: 0 20px 60px rgba(0, 0, 0, .07); background: #fff; position: relative; }
.event > a:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; background: #000; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.event > a:hover:after { opacity: .1; }
.event > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.event .event__image { padding-top: 83.33%; background-size: cover; background-position: center; }
.event .event__content { padding: 25px 28px; }
.event ul { color: #666666; line-height: 1.2; list-style-type: none; padding: 13px 0; }
.event ul span { display: inline-block; width: 20px; text-align: center; vertical-align: middle; margin-right: 10px; }
.event .event__content li { margin-bottom: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.event .event__content p { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.event .event__content li:last-child { margin-bottom: 0; }
.event .event__content > a { color: #2586b7; text-decoration: none; font-weight: 500; }
.event .event__content > a i { margin-right: 4px; }
.events { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
.events .event { width: calc(33.33% - 30px); margin: 80px 15px 0; }
/* Events Secondary */
.events--secondary { display: block; padding-top: 40px; margin: 0; }
.events--secondary .event { width: 100%; margin: 0; padding: 40px 0; border-bottom: 1px solid #e1e1e1; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; overflow: visible; background-color: transparent; }
.events--secondary .event .event__image { width: 45.88%; padding-top: 30.3%; margin-right: 5.44%; }
.events--secondary .event .event__content { width: 48.68%; padding: 0; font-size: 16px; }
.events--secondary .event ul { padding: 5px 0 8px; }
.events--secondary .event .event__content li { margin-bottom: 15px; }
.events--secondary .event .event__content p { line-height: 1.5; }
.events--secondary .event > a:after { width: calc(100% + 30px); left: -15px; top: -1px; height: calc(100% + 2px); }
@media (max-width: 1024px) {

	.events--primary { margin: 0 -7px; }
	.events--primary .event { margin: 30px 7px 0; width: calc(33.33% - 14px); }
	.events--primary .event .event__content { padding: 15px; }
	.event h4 { font-size: 18px; }
	
	.events--secondary .event .event__image { margin-right: 3%; }
	.events--secondary .event .event__content { width: 51.12%; }
	.events--secondary .event ul { padding: 5px 0; margin-bottom: 0; }
	
	.event .event__foot p { margin-bottom: 15px; }
}
@media (max-width: 767px) {

	.events--primary .event { width: calc(50% - 14px); }
}
@media (max-width: 479px) {

	.events { display: block; margin: 0; }
	.events .event { width: 100%; margin: 25px 0 0; }
	
	.event { -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, .07); box-shadow: 0 5px 25px rgba(0, 0, 0, .07); border-radius: 3px; }
	.event h4 { font-size: 21px; line-height: 1.15; margin-bottom: 20px; }
	.event .event__image { padding-top: 73.4%; }
	
	.events--primary .event .event__content { padding: 30px 34px 25px; }
	.events--primary .event ul { padding: 0; }
	
	.events--secondary .event { border: 0; padding: 21px 0; margin-top: 0; }
	.events--secondary .event:first-child { padding-top: 0; }
	.events--secondary .event:first-child > a:after { top: -22px; height: calc(100% + 23px); }
	.events--secondary .event .event__image { width: 142px; height: 142px; padding-top: 0; margin-right: 18px; }
	.events--secondary .event .event__content { width: calc(100% - 160px); font-size: 13px; }
	.events--secondary .event .event__content h4 { font-size: 15px; }
	.events--secondary .event ul { padding: 0; }
	.events--secondary .event ul span { width: 14px; }
	.events--secondary .event ul i { -webkit-transform: scale(0.78); -ms-transform: scale(0.78); transform: scale(0.78); -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
	.events--secondary .event .event__content li { margin-bottom: 10px; }
}
@media(max-width: 375px){
	
	.events--secondary .event { display: block; padding-bottom: 0; }
	.events--secondary .event .event__image { width: 100%; height: auto; padding-top: 80%; margin-right: 0; }
	.events--secondary .event .event__content { width: 100%; padding: 20px; }
	.events--secondary .event .event__content li:last-child { margin-bottom: 0; }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder { color: inherit; opacity: 1; }
input:-ms-input-placeholder { color: inherit; opacity: 1; }
input::-ms-input-placeholder { color: inherit; opacity: 1; }
input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }
input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select-date { position: relative; max-width: 366px; border: 1px solid #d7d7d7; font-size: 18px; }
.select-date:before { content: ''; position: absolute; right: 20px; top: 50%; background-color: transparent; padding: 4px; border: solid #747474; border-width: 0 2px 2px 0; -webkit-transform: translateY(-50%) rotate(43deg); -ms-transform: translateY(-50%) rotate(43deg); transform: translateY(-50%) rotate(43deg); }
.select-date select { height: 50px; padding: 0 25px; line-height: 48px; width: 100%; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.select-date select::-ms-expand { display: none; }
.select-date--large { max-width: 390px; }
.select-date--large select { height: 70px; line-height: 68px; padding: 0 30px; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.select-date--large { max-width: 100%; }
}
/*Ipad pro*/
@media (max-width:1366px) and (min-width:768px){
    .form--checkout .form__body { padding: 20px 50px 7px !important; }
}
/* Mobile */
@media (max-width:568px) and (min-width:320px){
    #dvSeatingChartOrderSummary ul li {
        padding: unset !important
    }
}
@media (max-width: 767px) {
    .select-date select { padding: 0 15px; }

    .select-date--large { margin-top: 40px; font-family: 'Open Sans', sans-serif; width: 100%; }
        .select-date--large select { height: 61px; line-height: 59px; padding: 0 16px; }
    .section__container {
        display: table !important;
        width: 100%;
    }
    .section__content {
        display: table-footer-group !important;
    }
    .section__aside {
        display: table-header-group !important;
    }
        .section__aside .secretPass {
            width: unset !important;
        }
        .section__aside #dvSeatingChartOrderSummary {
            padding-bottom: 10px !important;
        }
}
/* ------------------------------------------------------------ *\
	Select Quantity
\* ------------------------------------------------------------ */
.select-quantity select::-ms-expand { display: none; }
.select-quantity { position: relative; margin-left: auto; max-width: 80px; border: 1px solid #d7d7d7;  font-size: 18px; }
.select-quantity:before { content: ''; position: absolute; right: 12px; top: 50%; background-color: transparent; padding: 4px; border: solid #747474; border-width: 0 2px 2px 0; -webkit-transform: translateY(-50%) rotate(43deg); -ms-transform: translateY(-50%) rotate(43deg); transform: translateY(-50%) rotate(43deg); }
.select-quantity select { height: 41px; padding: 0 20px 0 12px; line-height: 39px; width: 100%; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
/* ------------------------------------------------------------ *\
	Select Ticket
\* ------------------------------------------------------------ */
.select-ticket { position: relative; max-width: 307px; font-size: 18px; background-color: #fafafa; }
.select-ticket:before { content: ''; position: absolute; right: 10px; top: 50%; background-color: transparent; padding: 4px; border: solid #747474; border-width: 0 2px 2px 0; -webkit-transform: translateY(-50%) rotate(43deg); -ms-transform: translateY(-50%) rotate(43deg); transform: translateY(-50%) rotate(43deg); }
.select-ticket select { height: 50px; padding: 0 27px; line-height: 48px; width: 100%; border: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fafafa; font-weight: 500; }
.select-ticket select::-ms-expand { display: none; }
/* Mobile */
@media (max-width: 767px) {
	.select-ticket { max-width: 100%; }
	.select-ticket:before { right: 18px; }
	.select-ticket select { height: 60px; padding: 0 18px; line-height: 58px; }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form-cart { margin: 0 auto; background-color: #fcfcfc; font-family: 'Open Sans', sans-serif; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }
.form-cart .form__head { padding: 38px 30px 20px; border-bottom: 1px solid #d7d7d7; }
.form-cart .form__head .ico-left { margin-right: 17px; cursor: pointer; }
.form-cart .form__controls { position: relative; max-width: 120px; margin-left: auto; }
.customPrice_Section { display:flex; padding-top:15px; justify-content: space-between;}
.customPrice_Title { padding-right:15px; }
.customPrice_InputSection {margin-left:unset !important;}
.displayMinPrice{ display:block; text-align: right; margin-top: 10px;}
.form-cart .field { height: 42px; width: 100%; padding: 0 20px; line-height: 39px; border: 1px solid #d7d7d7; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #666; font-weight: 600; text-align: right; }
.form-cart .form__label { display: inline-block; position: absolute; left: 10px; top: 0; bottom: 0; margin: 0 auto; font-size: 18px; font-weight: 600; line-height: 39px; }
.form-cart .form__head .form__title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 6px; font-size: 20px; font-weight: bold; text-transform: none; letter-spacing: 0; }
.form-cart .form__head .form__date { padding-left: 25px; font-size: 14px; font-weight: 500; color: #666; line-height: 2.14; }
.form-cart .form__body { height: 625px; overflow: auto; padding: 10px 40px 10px 60px; background-color: #fafafa; }
.form-cart .form__code { color: #0078ff; font-size: 14px; font-weight: 600; text-align: right; }
.form-cart .form__row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.form-cart .form__col { -webkit-box-flex: 0; -ms-flex: 0 1 50%; flex: 0 1 50%; max-width: 50%; }
.form-cart .form__col--1of2 { max-width: 440px; -webkit-box-flex: 0; -ms-flex: 0 1 440px; flex: 0 1 440px; }
.form-cart .form__group { position: relative; padding: 20px 28px; background-color: #fff; border: 1px solid #e1e1e1; }
.form-cart .form__group ~ .form__group { margin-top: 19px; }
.form-cart .form__group:first-of-type { padding: 20px 0; background-color: transparent; border: 0;  }
.form-cart .form__group:first-of-type:hover { background-color: transparent; }
.form-cart .form__group .form__title { font-size: 24px; color: #000; font-weight: 600; letter-spacing: 0; text-transform: none; }
.form-cart .form__inner { padding-bottom: 20px; }
.form-cart .form__bar { padding: 7px 28px 0; margin: 0 -28px; border-top: 1px solid #e1e1e1; color: #666; font-size: 14px; }
.form-cart .form__group--with-label { padding: 20px 28px 8px; }
.form-cart .form__group ~ .form__group--with-label { margin-top: 12px; }
.form-cart .form__group--with-label:after { content: ''; position: absolute; right: 0; width: 8px; height: 98%; top: 0; bottom: 0; margin: auto; background-color: #0078ff; }
.form-cart .form__group:hover { background-color: #f2f2f2; cursor: pointer; }
.form-cart .from__warning { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.form-cart .ico-warning { margin-right: 10px; }
.form-cart .from__warning p { font-size: 14px; color: #ff0000; }
.form-cart .from__stock { font-size: 18px; color: #000; text-align: right; font-weight: 600; }
.form-cart .form__foot { border-top: 1px solid #d7d7d7; padding: 35px 60px 24px; }
.form-cart .form__total { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.form-cart .form__price { margin: 0 0 12px 53px; font-size: 30px; font-weight: bold; }
.form-cart .form__actions { text-align: right; }
.form-cart .form__cart a { position: relative; display: inline-block; text-decoration: none; font-size: 25px; color: #696969; }
.form-cart .form__cart .cart__label { position: absolute; top: -5px; right: -15px; display: inline-block; width: 25px; height: 25px; font-size: 14px; font-weight: bold;background-color: #ff9c00; color: #fff; text-align: center; border-radius: 50px; }
.form-cart .form__cart .ico-down {  position: absolute; left: calc(100% + 20px); top: 30%; -webkit-transform: rotate(45deg) translateY(-50%); -ms-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
.form-cart .form__cart .ico-up {  position: absolute; left: calc(100% + 20px); top: 30%; -webkit-transform: rotate(45deg) translateY(-50%); -ms-transform: rotate(45deg) translateY(-50%); transform: rotate(45deg) translateY(-50%); }
.form-cart .form__btn { height: 59px; width: 100%; max-width: 300px; background-color: #0078ff; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 14px; line-height: 59px; border: 0; font-weight: bold; border-radius: 28px; text-transform: uppercase;  color: #fff; letter-spacing: 0.1em; -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; }
.form-cart .form__btn:hover { opacity: .5; }
@media(max-height: 800px){
	.form-cart .form__body { height: 500px; }
}
/* Mobile */
@media (max-width: 767px) {
	.form-cart { width: 100%; }
	
	.form-cart .form__body,
	.form-cart .form__head,
	.form-cart .form__foot { padding: 10px 15px; }

	.form-cart .form__head .form__title,
	.form-cart .form__group .form__title { font-size: 16px; }	
	.form-cart .form__group .form__subtitle { font-size: 13px; }
	.form-cart .form__group:first-of-type { padding: 15px 0; }
	.form-cart .form__group { padding: 10px 20px; }
	.form-cart .form__body { height: 440px; }
	.form-cart .form__group ~ .form__group--with-label,
	.form-cart .form__group ~  .form__group { margin-top: 10px; }
	.form-cart .form__col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 1 50%; flex: 0 1 50%; }
	.form-cart .form__btn { height: 40px; line-height: 38px; max-width: 300px; font-size: 12px; }
	.form-cart .form__cart a { font-size: 18px; }
	.form-cart .form__price { font-size: 18px; margin: 0 0 0 40px; }
	.form-cart .form__cart .cart__label { width: 20px; height: 20px; font-weight: normal; }	
	.form-cart .form__bar { margin: 0; padding:  10px 0; }
}

/*Iphone 6-7-8 Mobile*/
/*@media  (min-device-width: 375px) and (max-device-width: 667px) {
    .form-cart .form__body {
        height: 350px !important;
    }
}*/
/*Iphone 6-7-8 plus Mobile*/
/*@media  (min-device-width: 414px) and (max-device-width: 736px)  {
    .form-cart .form__body {
        height: 450px !important;
    }
}*/
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro { background-size: cover; background-position: center; background-repeat: no-repeat; text-align: center; position: relative; }
.intro .shell { min-height: 767px; position: relative; z-index: 10; }
.intro h3 { position: absolute; color: #fff; opacity: .3; bottom: 100px; left: 0; text-align: center; letter-spacing: 0.8em; font-weight: 400; width: 100%; }
.intro .intro__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5; background-size: cover; background-position: center; opacity: 0; visibility: hidden; }
@media(max-width: 1276px){
	.intro .shell { min-height: 680px; }
}
@media (max-width: 1024px) {

	.intro .shell { min-height: 545px; }
	.intro h3 { bottom: 50px; color: #fff; }
	.intro .intro__image { opacity: 1; visibility: visible; }
}
@media (max-width: 767px) {

	.intro .shell { min-height: 290px; }
	.intro h3 { bottom: 35px; }
	
	.intro--secondary h3 { opacity: 1; }
	.intro--secondary .shell { min-height: 370px; }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* List Buttons */
.list-buttons {  color: #000; }
.list-buttons a:hover { text-decoration: underline; }
.list-buttons a { text-decoration: none; }
.list-buttons i { color: #2586b7; font-size: 20px; margin-right: 7px; vertical-align: middle; }
.list-buttons li:first-child { font-weight: 500; color: #2586b7; margin-left: 0; }
.list-buttons li:first-child + li { margin-left: 40px; }
.list-buttons li { display: inline-block; margin-left: 24px; }
@media (max-width: 1024px) {

	.list-buttons li:first-child + li { margin-left: 12px; }
	.list-buttons li { margin-left: 12px; }
	.list-buttons i { margin-right: 0; font-size: 16px; }
}
/* ------------------------------------------------------------ *\
	List Tickets
\* ------------------------------------------------------------ */
.list-tickets { padding-bottom: 6px; line-height: 1.2; list-style-type: none; font-weight: 500; font-size: 18px; text-transform: none; border-bottom: 1px solid #e5e5e5; }
.list-tickets li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 20px; }
.list-tickets li p { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.list-tickets li p:first-child { -webkit-box-flex: 2; -ms-flex: 2 1; flex: 2 1; }
.list-tickets li p:last-child { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; text-align: right; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.list-tickets li .fa-trash-alt { margin-left: 10px; color: #ff1e1e; font-size: 14px; }
.list-tickets a { display: inline-block; text-decoration: none;  }
/* Mobile */
@media (max-width: 767px) {
	.list-tickets { border-bottom: 0; }
	.list-tickets li { margin-bottom: 3px; }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo { font-size: 0; text-decoration: none; }
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map { height: 359px; }
@media (max-width: 767px) {

	.map { height: 260px; }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav { text-transform: uppercase; color: #fff; padding: 62px 0; font-size: 18px; }
.nav ul { text-align: center; }
.nav li { display: inline-block; margin: 0 20px; }
.nav a { text-decoration: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; position: relative; }
.nav a:after { content: ''; position: absolute; top: 220%; opacity: 0; width: 3px; height: 3px; border-radius: 50%; background: #fff; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.nav a:hover:after { opacity: 1; top: 140%; }
@media (max-width: 767px) {

	.nav { display: none; position: absolute; top: 0; width: 100%; left: 0; height: 290px; background: #2b2c32; padding-top: 85px; font-size: 13px; }
	.nav li { display: block; margin: 15px 0; }
}
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */
.popup { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;  position: fixed; left: 0; top: 0; z-index: 2001; width: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-size: 18px; color: #000; background-color: rgba(0,0,0, .8); visibility: hidden; opacity: 0; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; overflow: scroll; }
.popup.active { visibility: visible; opacity: 1; }
.popup.active .form-cart { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
/* ------------------------------------------------------------ *\
	Price
\* ------------------------------------------------------------ */
.price { font-size: 24px; color: #000; font-weight: 500; }
/* ------------------------------------------------------------ *\
	Seat
\* ------------------------------------------------------------ */
.seat {  overflow: hidden; background: #fff; position: relative; font-size: 14px; }
.seat .seat__head { margin-bottom: 14px; }
.seat .seat__title { max-width: 183px; margin: 0 auto 20px 0; }
.seat .seat__group { padding: 28px 40px 26px; }
.seat .seat__group:first-of-type { border-bottom: 1px solid #d7d7d7; }
.seat .seat__container { border: 1px solid #d7d7d7; font-family: 'Poppins', sans-serif; text-transform: uppercase; }
.seat .seat__content p { margin-bottom: 14px; }
.seat .seat__type { letter-spacing: 0.1em; font-weight: 600; }
.seat .seat__actions { padding-top: 20px; text-align: right; color: #2586b7; font-weight: bold; }
.seat .seat__actions a { text-decoration: none; letter-spacing: 0.1em; }
.seat .seat__foot { padding: 7px 30px 30px; text-align: right; }
.seat .seat__foot .text-gray { margin-bottom: 0; font-weight: 500; }
.seat .seat__foot .price { font-size: 30px; line-height: 1.2; }
.seat .seat__foot .btn { max-width: 308px; margin: 0 auto; }
.seat .link { -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; }
.seat .link:hover { opacity: .5; }
.seat .list-tickets p { margin-bottom: 0; }
.seat .seat__content p { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
.seat .seat__content > a { color: #2586b7; text-decoration: none; font-weight: 500; }
/* Mobile */
@media (max-width: 767px) {
	.seat .seat__group { padding: 39px 24px 31px; }
	.seat .seat__title { max-width: 100%; font-size: 24px; margin: 0 auto 37px 0; }
	.seat .seat__content p { margin-bottom: 20px; font-size: 15px; }
	.seat .seat__actions { padding-top: 29px; font-size: 15px; }
	.seat .list-tickets p { font-size: 18px; }
	.seat .seat__group:last-of-type { padding: 39px 24px 47px; }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section { padding: 60px 0 115px; }
.section .section__head { text-align: center; padding: 40px 0 20px; }
/* Section Event */
.section-event .section__head .section__content {
    background-size: cover;
    background-position: right center;
}
.section-event .section__head .section__container:not(.section__container--nav) .section__content { min-height: 472px; }
.section-event .section__head { padding-top: 113px; position: relative; overflow: hidden; }
.section-event .section__head__image { position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left: 50%; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: -1; display: none; 
-webkit-filter: blur(50px) brightness(0.9);
	-ms-filter: blur(50px) brightness(0.9);
    	filter: blur(50px) brightness(0.9); }
.section-event .section__content { width: calc(100% - 390px); }
.section-event .section__aside { width: 390px; background: #fff; padding: 40px 40px 35px; top: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
.section-event .section__aside p { color: #666; margin-bottom: 20px; }
.section-event .section__aside h4 { margin-bottom: 17px; }
.section-event .section__aside .event li { margin-bottom: 5px; }
.section-event .section__aside .event { -webkit-box-shadow: none; box-shadow: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: justify; align-content: space-between; height: 100%; }
.section-event .section__aside .event .event__foot { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }
.section-event .section__aside .price { color: #000; }
.section-event .section__aside .event .event__foot .btn { width: 100%; }
.section-event .section__aside .event .event__content { padding: 0; }
.section-event .section__aside .list-buttons { text-align: right; margin-bottom: 0; }
.section-event .section__body { padding-top: 20px; }
.section-event .section__body .section__content { padding-right: 8.5%; }
.section-event .section__container .shell { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.section-event .section__container--nav { background: #fafafa; color: #666; padding: 25px 0; }
.section-event .section__container--nav .section__content { min-height: 0; }
.section-event .section__container--nav .section__aside { background-color: transparent; padding: 0; }
.section-event .section__nav li { display: inline-block; margin-right: 33px; }
.section-event .section__nav a { text-decoration: none; }
.section-event .section__nav a:hover { color: #2586b7; }
.section-event .section__nav .current a { color: #2586b7; }
.section-event .section__group { padding: 45px 0 40px; min-height: 250px; }
.section-event .section__group h5 { margin-bottom: 25px; }
.section-event .section__group + .section__group { border-top: 1px solid #ccc; }
.section-event .section__foot { position: fixed; bottom: 0; left: 0; width: 100%; background: #fafafa; padding: 18px 0; }
.section-event .section__foot p { margin-bottom: 0; text-transform: uppercase; font-size: 10px; letter-spacing: 0.2em; font-weight: 300; line-height: 1.35; }
.section-event .section__foot .price { display: block; font-size: 21px; letter-spacing: 0; }
.section-event .section__foot .shell { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.section-event .section__foot .btn { width: 240px; }
.section-event .section__head.fixed { margin-bottom: 73px; }
.section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside { position: fixed; border: 1px solid #d7d7d7; right: calc(50vw - 580px); z-index: 2000; }
.section-event .section__head .section__container:not(.section__container--nav) .section__aside.fixed { top: 113px; }
.section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside .event { height: auto; }
.section-event .section__head.fixed .section__container--nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 2000; }
.section-event .section__aside.bottom { top: -120px!important; }
@media (max-width: 1200px) {

	.section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside { right: 15px; }
}
@media(max-width: 1276px){
	.section-event .section__head.fixed .section__container:not(.section__container--nav) .shell { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
	.section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside .event { height: auto; }
	.section-event .section__head.fixed .section__container:not(.section__container--nav) ul { margin-bottom: 0; }
	.section-event .section__head.fixed .section__container:not(.section__container--nav) li:last-child { margin-bottom: 0;  }
}
@media (max-width: 1024px) {

	.section-event { padding-bottom: 85px; }
	.section-event .section__aside { width: 290px; padding: 20px 15px; }	
	.section-event .section__aside .event .event__foot p { margin-bottom: 10px; }
	.section-event .section__content { width: calc(100% - 290px); }
	.section-event .section__body .section__content { padding-right: 15px; }
	.section-event .section__head .section__container:not(.section__container--nav) .section__content { min-height: 380px; }
	.section-event .section__nav a:hover { color: inherit; }
	.section-event .section__nav .current a { color: #2586b7; }
	.section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside { top: 90px; }
}
@media (max-width: 767px) {

	.section { padding: 30px 0; }
	.section .section__head { padding: 5px 0; }
	.section-event .section__head { padding-top: 0; }
	.section-event .section__head .section__container .shell { padding: 0; display: block; }
	.section-event .section__content { width: 100%; }
	.section-event .section__body .section__content { padding-right: 0; }
	.section-event .section__content .list-buttons i { color: #fff; font-size: 26px; }
	.section-event .section__content .list-buttons li { margin-left: 22px; vertical-align: middle; }
	.section-event .section__aside { width: 100%; padding: 32px; }
    .section-event .section__head .section__container:not(.section__container--nav) .section__content {
        height: auto;
        min-height: auto;
        position: relative;
        padding-top: 62%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
	.section-event .event h4 { font-size: 26px; }
	.section-event .section__aside .event p { margin-bottom: 10px; }
	.section-event .section__aside .event ul { font-size: 15px; margin-bottom: 0; }
	.section-event .section__group { border-top: 1px solid #ccc; padding: 33px 0; min-height: 0; }
	
	.section-event .section__head.fixed .section__container:not(.section__container--nav) .section__aside { position: static !important; }
	.section-event .section__hidden { display: none; }
    .section-event .section__head .section__content > a {
        position: absolute;
        top: 50px;
        left: 30px;
    }
}
@media (max-width: 479px) {

	.section-event .section__foot .btn { width: 135px; }
}
/* ------------------------------------------------------------ *\
	Section Charts
\* ------------------------------------------------------------ */
.section-charts { padding: 25px 0 0; font-family: 'Open Sans', sans-serif; }
.section-charts .section__subtitle { color: #666; font-weight: normal; letter-spacing: 0; line-height: 1.4; }
.section-charts .section__title { font-weight: bold; }
.section-charts .section__head { padding-bottom: 50px; }
.section-charts .section__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding-right: 30px; }
.section-charts .section__aside { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-flex: 0; -ms-flex: 0 1 390px; flex: 0 1 390px; max-width: 390px; }
.section-charts .section__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
/* Tablet Portrait */
@media (max-width: 1024px) {
	.section-charts .section__container { display: block; }	
	.section-charts .section__aside { max-width: 492px; margin: 20px auto 0; }
	.section-charts .section__image { text-align: center; }

}
@media (max-width: 767px) {
    .list-buttons {
        position: absolute;
        top: 50px;
        right: 30px;
    }
}
/*Ipad pro*/
@media (max-width:1366px) and (min-width:768px) {

    .section-charts .section__container {
        display: flex !important;
    }

    .section-charts .section__aside {
        margin: 0 auto !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
	.section-charts { padding: 48px 0 130px; }

	.section-charts .shell { padding: 0 37px; }
	.section-charts .section__aside { margin: 38px auto 0; }
	
	.section-charts .section__head { padding-bottom: 28px; font-family: 'Poppins', sans-serif; }
	.section-charts .section__content { padding-right: 0; }

	.section-charts .section__subtitle { margin: 31px 0 7px; font-size: 15px; }
	.section-charts .section__foot { position: fixed; left: 0; bottom: 0; width: 100%; padding: 20px 0; background-color: #fafafa; font-family: 'Poppins', sans-serif; }
	.section-charts .section__foot .shell { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
	.section-charts .section__price { text-transform: uppercase; font-size: 12px; }
	.section-charts .section__price p { line-height: 1.3; font-weight: 300; }
	.section-charts .section__actions { -webkit-box-flex: 2; -ms-flex: 2 1; flex: 2 1; }
	.section-charts .section__price { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
	.section-charts .section__foot .price { display: block; font-weight: 500; }
	.section-charts .section__foot .btn { max-width: 283px; margin-left: auto; }

}
/* Mobile */
@media (max-width: 479px) {
	.section-charts .shell { padding: 0 10px; }		
}
/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Order Summary
\* ------------------------------------------------------------ */
/*.order-summary { background: #f5f5f5; padding: 36px 50px 38px; font-size: 18px; }*/
.order-summary {font-size: 18px; }
.order-summary dl { margin: 0; padding: 6px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 16px; }
.order-summary .order-summary__title { font-size: 18px; font-weight: 400; padding-bottom: 15px; border-bottom: 1px solid #dcdcdc; letter-spacing: 0.1em; }
.order-summary .order-summary__group { padding: 10px 0; border-bottom: 1px solid #dcdcdc; }
.order-summary .order-summary__total dl { padding: 10px 0; }
.order-summary .order-summary__total dt { -ms-flex-item-align: end; align-self: flex-end; }
.order-summary .order-summary__total dd { font-size: 30px; font-weight: 700; }
/* Small Desktop */
@media (max-width: 1200px) {
	.order-summary { padding: 25px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.order-summary { font-size: 16px; }
	.order-summary .order-summary__group { padding: 15px 0; }
	.order-summary .order-summary__total dl { padding: 15px 0; }
}
/* Mobile */
@media (max-width: 767px) {
	.order-summary { font-size: 14px; padding: 25px 15px; }
	.order-summary dt { padding-right: 5px; }
	.order-summary dl { padding: 5px 0; }
	.order-summary .order-summary__group { padding: 15px 0; }
	.order-summary .order-summary__title { font-size: 20px; }

	.order-summary .order-summary__total dl { padding: 15px 0; }
	.order-summary .order-summary__total dd { font-size: 24px; }
}
/* ------------------------------------------------------------ *\
	Form Checkout
\* ------------------------------------------------------------ */
.cols {
    justify-content: flex-start !important;
}



.checkout-time {
    padding: 28px 40px 26px;
    border: 1px solid #d7d7d7;
    margin-top: 50px;
}

.form--checkout { font-size: 18px; }
.form--checkout i { font-size: 0; }
.form--checkout h3 { font-weight: 600; letter-spacing:inherit !important;text-transform:capitalize!important; }
.form--checkout .form__row { margin-bottom: 15px; }
.form--checkout .form__label { color: #666; display: block; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 25px; font-size: 12px; margin-bottom: 10px; }
.form--checkout .form__notice { font-size: 16px; margin-bottom: 20px; }
.form--checkout .form__notice a { color: #2586b7; text-decoration: none; font-weight: 600; }
.form--checkout .form__notice a:hover { color: #0078ff; }
.form--checkout .form__body { padding: 20px 50px 7px; }
.form--checkout .form__section { padding-bottom: 25px; }
.form--checkout .form__section-head { border-bottom: 1px solid #e5e5e5; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 20px; margin-bottom: 20px; }
.form--checkout .form__section-icon { min-width: 30px; }
.form--checkout .form__section-group-title { margin-bottom: 20px; font-size: 16px; }
.form--checkout .form__section-group ~ .form__section-group { margin-top: 25px; }
.form--checkout .form__foot-flex-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.form--checkout .field-holder-phone { position: relative; }
.form--checkout .field-holder-phone .field__icon { position: absolute; top: 50%; left: 29px; margin-top: -15px;}
.form--checkout .field-holder-phone .field { padding-left: 72px; }
.form--checkout .btn--large { width: 260px; }
/* Small Desktop */
@media (max-width: 1200px) {
	.form--checkout .form__body { padding: 30px 25px; }
}
/* Tablet Portrait */
@media (max-width: 1023px) {
	.form--checkout .field-holder-phone .field__icon { left: 18px; }
	.form--checkout .field-holder-phone .field { padding-left: 60px; }
}
/* Mobile */
@media (max-width: 767px) {
	.form--checkout { font-size: 16px; }
	.form--checkout .form__body { padding: 30px 15px 0; }
	.form--checkout .form__section { padding-bottom: 25px; }
	.form--checkout .form__section-head { padding-bottom: 15px; margin-bottom: 20px; }
	.form--checkout .form__notice { margin-bottom: 30px; font-size: 16px; }
	.form--checkout .form__label { margin-bottom: 10px; font-size: 14px; }
	.form--checkout .form__row { margin-bottom: 20px; }

	.form--checkout .form__section-group ~ .form__section-group { margin-top: 30px; }
	.form--checkout .label-hidden-mobile { display: none; }
}
/* ------------------------------------------------------------ *\
	Form Checkout Alt
\* ------------------------------------------------------------ */
.form--checkout-alt .form__label { font-size: 12px; margin-bottom: 10px; }
.form--checkout-alt .form__section-head { margin-bottom: 20px; padding-bottom: 20px; }
.form--checkout-alt .form__row { margin-bottom: 15px; }
.form--checkout-alt .form__section { padding-bottom: 25px; }
.form--checkout-alt .form__section-body p { font-size: 16px; margin-bottom: 16px; }
.form--checkout-alt .form__entry {  border-top: 1px solid #e5e5e5; padding: 22px 0 28px;}
.form--checkout-alt .form__entry .checkbox .checkbox__label { padding-left: 45px;  }
.form--checkout-alt .form__entry .checkbox .checkbox__label:before { top: 11px; left: 4px;}
.form--checkout-alt .form__entry .checkbox .checkbox__label:after { top: 16px; left: 9px; }
/* Mobile */
@media (max-width: 767px) {
	.form--checkout-alt .form__label { margin-bottom: 10px; }
	.form--checkout-alt .form__section { padding-bottom: 25px; }
	.form--checkout-alt .form__section-head { padding-bottom: 15px; margin-bottom: 20px; }
	.form--checkout-alt .form__row { margin-bottom: 20px; }

	.form--checkout-alt .form__entry .checkbox .checkbox__label { padding-left: 41px;  }

	.form--checkout-alt .form__entry .checkbox .checkbox__label:before { top: 2px; left: 0; }
	.form--checkout-alt .form__entry .checkbox .checkbox__label:after {  top: 7px; left: 5px; }
    .select-eventtimeSection .timeLeftSection, .select-eventtimeSection .promocodeRightSection {
        width: 100% !important;
        max-width: inherit !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }

    .select-eventtimeSection {
        flex-direction: column;
    }

    .promocodeRightSection p {
        margin-top: 20px !important;
        text-align: left !important;
    }

    .select-eventtimeSection .select-date {
        max-width: inherit !important;
    }
}
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }



select.error, textarea.error, input.error {
    border: 1px solid red !important;
}

.outcome .error,
span.error {
    color: red !important;
}

.field .error {
    border: 1px solid red !important;
}
/*@media(max-width:1024px) {
    .select-eventtimeSection .timeLeftSection, .select-eventtimeSection .promocodeRightSection {
        width: 100% !important;
        max-width: inherit !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
    .select-eventtimeSection {
    flex-direction:column;
    }

    .promocodeRightSection p {
        margin-top: 20px !important;
        text-align: left !important;
    }
    .select-eventtimeSection .select-date {
        max-width: inherit !important;
    }
}*/
@media (max-width: 767px){
    #section-1 {
        word-break: break-word;
    }
    #section-3 {
        word-break: break-word;
    }
}

#divrsPassword {
    margin-bottom: 14px;
}

    #divrsPassword .passDiv {
        border: 1px solid #d7d7d7;
    }

.secretPass {
    width: 300px;
}

    .secretPass #magnificent-field-rs-pass-code {
        display: block;
        border-radius: 15px;
        background: #fcfcfc;
        border: 1px solid #d7d7d7;
        font-size: 16px;
        height: 40px;
        padding: 10px 15px;
        width: 100%;
    }

#divrsPassword #divpasscodelink a {
    color: #0078ff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#divpasscodelink {
    text-align: left;
    font-size: 15px;
}

#magnificent-rs-pass-code-btn {
    padding: 7px !important;
    font-size: 12px !important;
}

#magnificent-field-rs-pass-code::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #d7d7d7;
    opacity: 1;
}

i.fas.fa-heart {
    color: red;
}


@media (max-width: 767px) {
    .section-event .section__head .section__container .shell {
        display: flex;
    }

    .section-event .section__aside.st_navbar_section_right .list-buttons {
        position: inherit;
        text-align: center;
        margin-top: 10px;
    }

    .section__content.st_navbar_section_left {
        text-align: center;
    }

    .section-event .section__aside .event {
        justify-content: center;
    }

        .section-event .section__aside .event .event__content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
}

.section-event .section__aside h4 {
    text-align: center;
}

@media (max-width: 767px) {
    .mobform__body {
        height: 100% !important;
        padding-bottom: 25px !important;
        margin-bottom: 40px;
    }

    .mobform_foot {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
    }
}


.section-event .section__aside {
    z-index: 2000;
}
