@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Anton');

html {
    position: relative;
    min-height: 100%;
}
html , body  {
    font-size : 14px;
    margin : 0px;
}
body {
    height : 100%;
    background-color : #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 85px;
}
/* Header Styles */
header {
    margin-bottom : 30px;
    min-height: 150px;
}
header .logo {
    background: #bf6718;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100px;
    padding : 15px 0px;
    position : absolute;
    top : 0;
    text-align: center;
}
header .logo img {
    width : 80%;
    height : auto;
}
header .buy-tickets {
    background: rgba(64,41,0,.8);
    width : 100%;
    color : #fff;
    font-size: 1.3em;
    text-align: center;
    text-transform: uppercase;
    padding : 7px 7px 7px 100px;
    border-bottom-right-radius: 5px;
}
header .main-menu-margin {
    width :100%;
    padding-left : 100px;
}
header .main-menu {
    text-align: right;
    width :100%;
}
header .main-menu a.btn-zaa.btn-warning {
    color : #565560;
}
header .main-menu a:link ,
header .main-menu a:visited ,
header .main-menu a:active {
    color : #877242;
    transition: .4s ease-in-out;
}
header .main-menu a:hover {
    color : #565560;
    text-decoration: none;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}
header li.main-menu-item.p-5 {
    margin : 2.8rem 0rem 0rem 3rem!important;
    padding : 1rem!important;
}
header li.main-menu-item ,
header li.main-menu-item ,
header li.main-menu-item {
    font-size: 1.2em;
    font-weight : 700;
    text-transform: uppercase;
    width: 25%;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0 ,.06);
}
header li.main-menu-item:hover { background-size: 90% 50% , 90% 50%; }
header .main-menu a.btn-outline-dark:hover { color : #fff; }
header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(99,51,65,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header .navbar-collapse.collapse.show {
    margin-top: 15px;
}
header .collapse.navbar-collapse{
    float: right;
}
header .dropdown-menu {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0 ,.15);
}
header .dropdown-menu {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0 ,.15);
}
header .dropdown-item {
    border-bottom : 1px solid #d5d5d5;
}
header .dropdown-item:last-of-type {
    border-bottom : none;
}
header .fa.fa-close {
    cursor : pointer;
}
/* Header Styles */
/* Buttons and fonts Styles */
.btn-zaa {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0 ,.15);
    cursor: pointer;
    border-radius: 0;
    font-family: 'Anton', sans-serif;
    text-transform : uppercase;
    letter-spacing: 1px;
}
.btn-zaa.float-end { margin-left : 15px; }
.btn-outline-zaa {
    color: #C26B13;
    background-color: transparent;
    background-image: none;
    border-color: #C26B13;
}
.btn-outline-zaa:hover {
    color: #fff;
    border-color: #C26B13;
    background: #C26B13;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(211, 135, 0 ,.25);
}
.btn-zaa.btn-info {  background-color : #4dafc0; color : #213259; }
.btn-zaa.btn-warning {
    background-color : #eea700;
    color : #213259;
}
.btn-zaa.btn-danger {  background-color : #d13431; }
.btn-zaa.btn-success {
    background-color : #b4c90e;
    color : #213259;
}
.btn-next {
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    background: #789048;
}
.btn-next:hover {
    color : #fff;
    background-color: #789048;
    border-color : #789048;
}
.btn-back {
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    background: #D13431;
}
.btn-back:hover {
    color: white;
    background: #D13431;
}
input[type="submit"].disabled{
    pointer-events: none;
}
input[type="submit"]:not(.disabled){
    pointer-events: auto;
}
.jq-cart-remove ,
.js-openform { cursor : pointer; }
.input-group-addon { color: #fff; }
a:hover { color: #402900; }
h3 ,
.compileMe ,
.editMe {
    margin-bottom : 0px;
    text-transform: capitalize;
    width: 100%;
}
.editMe span { text-transform: initial; }
h3 span {
    display : inherit;
    font-size: .6em;
    margin-top : 7px;
}
h3 span span{
    display : initial;
    font-size: 1em;
    font-weight :700;
}
span.title { font-size: 1.2em; }
.fa-star { font-size: .8em; }
input:-webkit-autofill {
    /*Prevent Chrome yellow bg-color for input fields*/
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.alert.alert-danger {
    background-color : #e95646;
    border-color : #d13431;
    color : #efefd7;
    text-shadow: 0px 1px 2px rgba(0,0,0,.45);
}
.alert.alert-danger p ,
.alert.alert-danger span {
    color : #efefd7;
    margin: 0;
    text-shadow: 0px 1px 2px rgba(0,0,0,.45);
}
.alert.alert-success {
    background-color : #b4c90e;
    border-color : #789048;
    color : #213259;
    text-shadow: 0px 1px 2px rgba(255,255,255,.45);
}
.alert.alert-warning {
    background-color : #eea700;
    border-color : #bf6718;
    color : #633341;
    text-shadow: 0px 1px 2px rgba(255,255,255,.45);
}
.alert.alert-success h5 { margin: 0px; }
span.error {
    display: inline-block;
    width : 100%;
    padding : 7px;
    background-color : #960200;
    color : #efefd7;
    text-shadow : 0 1px 2px rgba(0,0,0,.4);
    font-size: .9em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
input.error ,
input.has-error ,
select.error {
    border: 1px solid #d13431;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
footer {
    position: absolute;
    bottom: 0;
    left : 0;
    width: 100%;
    /*height: 275px;*/
    height: 85.8px;
    width: 100%;
    font-weight : 500;
    font-size: .9em;
    background: #fff;
    border-top: 4px solid #575562;
}
footer .container-fluid:nth-of-type(1) { background-color: #EDEDED; }
footer .container-fluid:nth-of-type(2) {
    background-color: #575562;
    color : #fff;
    padding: 15px 0px 5px 0px;
}
footer .title {
    margin : 15px 0px 5px 0px;
    font-weight :bold;
    text-transform: uppercase;
}
footer .col-12:nth-of-type(1) .title { color : #d13431; }
footer .col-12:nth-of-type(2) .title { color : #4dafc0; }
footer .col-12:nth-of-type(3) .title { color : #b4c90e; }
footer .col-12:nth-of-type(4) .title { color : #CE3633; }

footer .container-fluid:nth-of-type(1) li a:link ,
footer .container-fluid:nth-of-type(1) li a:visited ,
footer .container-fluid:nth-of-type(1) li a:active { color : #212529; }
footer .container-fluid:nth-of-type(1) li a:hover {
    color : #212529;
    text-decoration : none;
}

footer .container-fluid:nth-of-type(2) li a:link ,
footer .container-fluid:nth-of-type(2) li a:visited ,
footer .container-fluid:nth-of-type(2) li a:active {
    text-transform: capitalize;
    color : #fff;
    padding-left :7px;
    padding-right :7px;
}
footer .container-fluid:nth-of-type(2) li a:hover {
    color : #b4c90e;
    text-decoration : none;
}
/* Footer Styles */


#loader {
    position: fixed;
    top : 0px;
    left : 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.7);
    z-index: 5000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader {
    position : fixed;
    border-radius: 50%;
    animation: spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Portrait and Landscape */
@media only screen
and (min-width: 320px)
and (max-width: 767px) {
    body {
        margin-bottom: 90px;
    }
    header {
        margin-bottom: 15px;
    }
    header .container {
        padding-left :0px;
        padding-right: 0px;
    }
    header .logo {
        width: 100px;
        padding : 7px;
        position : inherit;
    }
    header .logo img {
        width: 100%;
        height: auto;
    }
    header .main-menu-margin {
        padding-left: initial;
    }
    header .buy-tickets {
        padding : 7px 0px 7px 0px;
        border-bottom-right-radius: 0px;
    }
    header .dropdown.float-end ,
    header .flag-icon {
        float: inherit!important;
        margin-top : 7px!important;
    }
    header .main-menu {
        text-align: center;
        width :100%;
        background-color: #fff;
        padding : 0px;
    }
    header li.main-menu-item.p-5 {
        padding: 1.2rem 0rem 1.2rem 0rem!important;
    }
    header .float-start {
        float : inherit!important;
    }
    header .float-start.b2b-menu {
        width: 100%;
        float : left!important;
    }
    header li.main-menu-item.p-5 {
        margin : 1rem 0rem 1rem 0rem!important;
        padding : 0rem!important;
    }
    header li.main-menu-item ,
    header li.main-menu-item ,
    header li.main-menu-item {
        font-size: 1em;
        font-weight : 700;
        text-transform: uppercase;
        width: 25%;
        text-align: center;
        background: #fff;
        border-radius: 5px;
        box-shadow: none;
    }
    header li.main-menu-item,
    header li.main-menu-item,
    header li.main-menu-item {
        font-size: 1rem;
        width: 25%;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-left : .8rem;
        padding-right : .8rem;
    }
    header .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    header .collapse.navbar-collapse {
        float: inherit;
        margin-top: 3.5rem;
    }
    h3 { text-align: center; }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: inherit!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media only screen
and (min-width: 320px)
and (max-width: 766px)
and (orientation: portrait){
    header li.main-menu-item,
    header li.main-menu-item,
    header li.main-menu-item {
        font-size: 1rem;
        width: inherit;
    }
}
/* Portrait and Landscape */
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
    header .main-menu .p-5 {
        padding: 1.5rem!important;
        font-size : 1em;
    }
    header .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    header li.main-menu-item, header li.main-menu-item, header li.main-menu-item {
        background-position: center 20% , center 80%;
    }
    header .navbar-toggler {
        padding: 1.75rem .75rem;
    }
    header .navbar-expand-lg .navbar-collapse {
        float : right;
        padding: 1.75rem .75rem;
    }
    header .collapse.navbar-collapse {
        float: right;
        margin-top: 0rem;
    }
    header li.main-menu-item.p-5 {
        margin : 2.5rem 0rem 0rem 1rem!important;
        padding : .5rem!important;
    }
    footer .background {
        height : 30px;
    }
}
@media (min-width: 768px) {
    header .me-md-3, header .mx-md-3 {
        margin-right: 0rem!important;
    }
}