@font-face {
    font-family: "icons-font";
    src: url("fa-webfont.eot");
    src: url("fa-webfont.eot?#iefix") format("embedded-opentype"),
        url("fa-webfont.woff") format("woff"),
        url("fa-webfont.ttf") format("truetype"),
        url("fa-webfont.svg#icons-font") format("svg");
    font-weight: normal;
    font-style: normal;
}

input.readonly,
textarea.readonly {
    cursor: not-allowed;
}

select.readonly {
    cursor: not-allowed;
    pointer-events: none;
}

#content table tr td {
    border-top: none;
}

.page_item:hover ul.sub-menu {
    display: block !important;
}

.vendor-bg>h2 {
    color: rgb(0, 173, 239);
}

.vendor-bg>h3 {
    color: rgb(251, 174, 68);
}

.social-over {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    text-align: center;
    z-index: 99999;
}

.social-over .wbox {
    width: 30%;
    height: 30%;
    min-width: 450px;
    min-height: 250px;
    margin: 15% auto;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.social-over .wbox h1 {
    margin: 0;
    padding: 25px 0;
}

.social-over .fb-share-button,
.social-over .twitter-share-button {
    position: absolute;
    bottom: 15%;
    font: 18px Helvetica, Arial, sans-serif;
    color: #fff;
}

.social-over .fb-share-button {
    left: 25%;
    background: url("https://facebook.com/favicon.ico") no-repeat 10px center #3b5998;
    border: 1px solid #2c4578;
    border-radius: 4px;
    display: block;
    padding: 8px 12px 8px 35px;
}

.social-over .twitter-share-button {
    background: url("https://twitter.com/favicons/favicon.ico") no-repeat 10px center #c0deed;
    border: 1px solid #a6d0e3;
    border-radius: 4px;
    display: block;
    padding: 8px 12px 8px 35px;
    right: 25%;
}

a.print-tickets {
    font: 14px Arial, Helvetica, sans-serif;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    background: #eee;
    border: 1px solid #ccc;
    padding: 25px 50px;
    margin: -25px 0 0 75px;
    color: #444;
    border-radius: 5px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

a.print-tickets:hover {
    background: #1e6324;
    border: 1px solid #1e6324;
    color: #fff;
}


#refer_text,
#refer_text_other {
    width: 45%;
}

.hidden {
    display: none !important;
}

.opt-more {
    position: relative;
}

.opt-more sup {
    color: red;
    cursor: help;
}

.opt-more div {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    color: #777;
    display: none;
    font-size: 11px;
    line-height: 1.5;
    padding: 10px 20px;
    position: absolute;
    left: -150px;
    top: 25px;
    width: 400px;
    z-index: 9999;
}

.opt-more:hover div {
    display: block;
}



#open-menu,
#close-menu {
    display: none;
}

#close-menu {
    height: 70px;
    position: relative;
}

#close-menu a {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0px;
    background: url("/assets/img/close.png") no-repeat center center;
    text-indent: -999em;
    overflow: hidden;
    padding: 0 !important;
}

@media (max-width: 980px) {
    #header #site-logo {
        display: inline-block;
        float: none;
        padding: 50px 0 50px 50px;
    }

    #header {
        left: auto;
        right: 32%;
    }

    #header #clock-wrapper {
        display: none;
    }

    body #marquee {
        height: auto;
    }

    #content .tri {
        display: block;
        float: none;
        width: 100%;
        padding: 0 0 20px 0;
    }

    #footer #footer-nav li a {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 885px) {

    .gallary-bg {
        background-image: none;
    }

    .gallary-bg h1 {
        padding-left: 0px;
    }

    .about-content {
        margin: 0;
    }

    #header #site-logo {
        display: inline-block;
        float: none;
        left: 2%;
        min-width: 250px;
        padding: 0;
        position: absolute;
        top: 10%;
        width: 35%;
    }

    #header .social {
        bottom: 15%;
        left: 2%;
        margin: 0;
        right: auto;
        top: auto;
    }

    #header #location {}

    #main-nav {
        display: block;
        opacity: 1;
    }

    #main-nav li a {
        padding: 10px 20px;
    }
}

@media (max-width: 765px) {

    #open-menu,
    #close-menu {
        display: block !important;
    }

    nav .container {
        height: 35px;
    }

    #open-menu {
        background: url("/assets/img/menu-2.png") no-repeat center center;
        color: #fff;
        height: 25px;
        overflow: hidden;
        position: absolute;
        right: 15px;
        text-indent: -999em;
        text-transform: uppercase;
        top: 5px;
        width: 100px;
        cursor: pointer;
    }

    body #main-nav {
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.85);
        height: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 100000;
        display: none;
    }

    #main-nav.on {
        display: block;
    }

    #main-nav li {
        display: block;
        float: none;
        margin: 0 !important;
        padding: 0;
    }

    #main-nav ul {
        left: auto;
        margin: 0;
        padding: 0 0 0 25px;
        top: auto;
        width: auto;
        position: relative;
    }
}

@media (max-width: 650px) {
    #header {
        height: auto;
        min-height: 174px;
    }

    #header .container {
        height: auto;
    }

    #header #site-logo {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto;
        width: 90%;
        max-width: 350px;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
    }

    #header .social {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto;
        z-index: 999;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        width: 120px;
    }

    #header .social a img {
        width: 30px;
    }

    #header #location {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto;
        padding-bottom: 10px;
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        text-align: center;
    }

    #footer {
        height: auto;
    }

    #footer #footer-nav {
        float: none;
    }

    #footer #footer-nav li {
        display: block;
        float: none;
    }

    #footer #footer-nav li a {
        font-size: 12px;
        padding: 10px 20px;
    }

    #footer #legal {
        text-align: center;
    }

    .checkout,
    .checkout table,
    .checkout thead,
    .checkout tbody,
    .checkout th,
    .checkout td,
    .checkout tr,
    .mrow {
        display: block;
    }

    thead tr,
    tr.head {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    /*tr { border: 1px solid #ccc; }*/

    .checkout td,
    .mrow {
        border: none;
        position: relative;
        padding-left: 0%;
    }

    /*td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}*/

    td.type,
    td.quantity,
    td.price {
        padding-left: 2% !important;
        text-align: left !important;
    }

    td.type:before {
        content: "Ticket: ";
    }

    td.quantity:before {
        content: "Quantity: ";
    }

    td.price:before {
        content: "Price: ";
    }

    td.prod-qty {
        padding-left: 0 !important;
    }

}

.progressbar {
    position: relative;
    height: 15px;
    margin: 15px 0 0;
    max-width: 200px;
    display: none;
}

.progressbar .progress-label {
    font-size: 11px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.progressbar .ui-progressbar-value {
    background: #88bfe8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #88bfe8 0%, #70b0e0 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #88bfe8 0%, #70b0e0 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #88bfe8 0%, #70b0e0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88bfe8', endColorstr='#70b0e0', GradientType=0);
    /* IE6-9 */
}

.upload_info>.files {
    display: block;
    margin: 15px 0 0;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
}

.upload_info>.files .file {
    display: block;
    padding: 4px 0;
}

.upload_info>.files .file .view {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    margin: 0 5px 0 0;
    color: #000;
    text-decoration: none;
}

.upload_info>.files .file .view:hover {
    text-decoration: underline;
}

.upload_info>.files .file .delete {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.upload_info>.files .file .delete:hover {
    text-decoration: underline;
}


input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
    padding: 0.5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.07);
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #000;
}

form label {
    display: block;
}

@media (min-width: 765px) {

    td.indent {
        padding-left: 50px;
    }

}

form .note {
    font: italic bold 12px Arial, Helvetica, sans-serif;
    color: #00aeef;
}

form .error {
    font: bold Arial, Helvetica, sans-serif;
    color: red;
    display: none;
    text-align: center;
    padding: 8px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

form>.buttons {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

body {
    position: relative;
    color: #fff;
    background-color: #0d1f2d;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("/assets/img/remote/bg.jpg");
}

body::before {
    content: "";
    position: absolute;
    /* Use absolute positioning to stay within the body */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Black with 50% opacity */
    z-index: 0;
    /* Ensure it is behind content */
    pointer-events: none;
    /* Ensure it does not interfere with interactions */
}

body * {
    position: relative;
    /* Ensure all body content is above the overlay */
    z-index: 1;
    /* Ensure content appears above the overlay */
}

#SITE_BACKGROUND {
    display: none !important;
}

body header {
    position: relative;
    overflow: visible;
    border-top: 11px solid #004d4e;
    border-bottom: 11px solid #004d4e;
}

body header::after {
    width: 100%;
    height: 12px;
    background-image: -webkit-linear-gradient(45deg, transparent 12px, rgba(0, 77, 78, 1) 12px), -webkit-linear-gradient(135deg, transparent 12px, rgba(0, 77, 78, 1) 12px);
    background-image: linear-gradient(45deg, transparent 12px, rgba(0, 77, 78, 1) 12px), linear-gradient(-45deg, transparent 12px, rgba(0, 77, 78, 1) 12px);
    background-size: 12px 12px;
    background-repeat: repeat-x;
    background-position: 50% 50%;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin-top: 10px;
}

body header video {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

body header h1 {
    color: #fff;
    font-size: 70px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    line-height: 1.2em;
    text-align: center;
    font-family: "Anton", Arial, sans-serif;
    margin-top: 5px;
}

body header h2 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.15em;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    line-height: 1.2em;
    text-align: center;
    font-family: "Anton", Arial, sans-serif;
}

@media (max-width: 765px) {
    body header h1 {
        font-size: 30px;
    }

    body header h2 {
        font-size: 18px;
    }
}

body main>.container {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    min-height: 800px;
}

.asterisk {
    color: red;
}

body td,
body th {
    padding: 5px;
}



.chk span.details {
    color: #333;
    display: none;
    left: 0;
    padding: 10px 0;
    margin-right: 15px;
    top: 0;
    z-index: 999;
}

.chk:hover span.details {
    display: block;
}

/*.chk:hover {
    background:#ccc;
}*/
#content a.read-more {
    /*background: #ccc;*/
    border-radius: 4px;
    color: #dd4814;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
}

#content a.read-more:hover {
    color: #d5490c;
    /*background: #d5490c;*/
}

#content .details {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: scroll;
}

#content .details>div {
    /*background: rgba(255, 255, 255, 0.9);*/
    background: #fff;
    border: 10px solid #dd4814;
    box-sizing: border-box;
    margin: 10% auto 0;
    max-width: 600px;
    min-height: 250px;
    padding: 2%;
    width: 75%;
    position: relative;
}

#content .details>div h3 {
    font-size: 14px;
    font-weight: bold;
    color: #dd4814;
    margin-bottom: 10px;
}

#content .details>div p {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    margin-bottom: 0px;
}

#content .details>div .close {
    font-size: 18px;
    font-weight: normal;
    font-family: monospace;
    color: #777;
    position: absolute;
    cursor: pointer;
    top: 9px;
    right: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#recap {
    border: 1px solid #dddddd;
}

#recap td {
    text-align: left;
    vertical-align: middle;
}

#recap tr.even,
#recap tr.alt,
#recap tr:nth-of-type(2n) {
    background: #f9f9f9 none repeat scroll 0 0;
}

#additional-shifts table {
    border: 1px solid #dddddd;
}

#additional-shifts td {
    text-align: left;
}

#positions {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: 275px;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
}

#positions table {
    margin-bottom: 0;
    width: 100%;
}

#positions table td {
    background-color: #eee;
    border: 1px solid white;
    color: #333;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}

#positions table td.sm {
    text-align: center;
    width: 50px;
}

#positions table td label.chk {
    color: #333;
    display: block;
}

#positions table td label.chk>input {
    float: left;
    margin: 5px 10px 35px 0;
}

#positions table td label.chk .name {
    color: #dd4814;
    display: block;
    font-weight: bold;
}

#positions table td label.chk .date {
    display: block;
    font-weight: normal;
}

#details td input,
#details td textarea {
    margin-bottom: 0;
}

#details a#save {
    background-color: #dd4814;
    display: inline-block;
    margin: 10px 20px;
}

.vpos {
    -moz-user-select: none;
    background-color: #6c370c;
    border-radius: 6px;
    color: #fff !important;
    cursor: move;
    display: block;
    font: 13px Arial, Helvetica, sans-serif;
    margin-bottom: 6px;
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
}

.vpos:hover {
    background-color: #dd4814;
}

.vpos:active {
    background-color: #e54425 !important;
}

.vpos:hover span.details {}

.vpos>.priority {
    color: #dd4814;
    padding: 0 5px 0 0;
    position: absolute;
    right: 100%;
}

.vpos>.name {
    display: block;
    float: none;
    padding-right: 80px;
    text-align: left;
}

.vpos>strong {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    float: left;
    font: 13px Arial, Helvetica, sans-serif;
    padding-left: 10px;
    position: absolute;
    right: 15px;
    text-align: right;
    text-transform: uppercase;
    top: 6px;
    width: auto;
}

#sortable>li {
    list-style: outside none none;
}

.acc-error {
    color: #dd4814;
    margin: 40px 0;
}

textarea {
    min-height: 100px;
}