﻿@font-face {
    font-family: 'pf_highway_sans_pro_lightRg';
    src: url('//cdn.viva.gr/app/fonts/AvertaPE/regular.woff2') format('woff2'), url('//cdn.viva.gr/app/fonts/AvertaPE/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_highway_sans_pro_mediumRg';
    src: url('//cdn.viva.gr/app/fonts/AvertaPE/semibold.woff2') format('woff2'), url('//cdn.viva.gr/app/fonts/AvertaPE/semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_highway_sans_pro_lightRg';
    src: url('//cdn.viva.gr/app/fonts/AvertaPE/italic.woff2') format('woff2'), url('//cdn.viva.gr/app/fonts/AvertaPE/italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* 1. Reset
 ************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
}
:root {
    --color-purple: #703EFF;
    --color-purple-hover: #502CB5;
    --border-radius-button: 24px;
    --padding-button-16-24: 16px 24px;
    --color-soldout-red-button: #fc2d33 !important;
    --border-soldout-red-button: 1px solid #fc2d33 !important;
    --color-soldout-background-button: none;
    --line-height-soldout-red-button: 44px;
    --font-size-button: 16px;
    --color-button-text: #fff;
}
html, body, p {
    line-height: 1.5;
}

html {
    font-size: 60.5%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    content: "";
}

    blockquote:before, blockquote:after, q:before, q:after {
        quotes: "" "";
    }

a:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

caption, th, td {
    font-weight: normal;
}

button {
    cursor: pointer;
}

a img {
    border: none;
}

iframe {
    overflow-x: hidden;
    overflow-y: auto;
    display: table-cell;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

a:hover, a:active, a:focus, a:selected {
    outline: none;
}

/* 2. Common
 ************************************************************************/
.left {
    float: left;
}

.right {
    float: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left !important;
}

.alignMiddle {
    vertical-align: middle;
}

.alignTop {
    vertical-align: top;
}

.alignRight {
    text-align: right !important;
}

.marginCenter {
    margin: 0 auto;
    display: block;
}

.hide {
    display: none;
}

.show {
    display: inline;
}

.force-hide {
    display: none !important;
}

.block {
    display: block;
}

.hidden {
    visibility: hidden;
}

.bold, strong, b {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.clear {
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 0px;
    *height: auto;
    font-size: 1px;
    line-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.hero-box-shadow {
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}


#hero_slider {
    display: none;
}


    #hero_slider.slick-initialized {
        display: block;
    }


.underline {
    text-decoration: underline;
}

ul.nolist, ul.nolist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    ul.nolist li {
        float: left;
        display: inline;
    }

    ul.nolist.nofloat li {
        float: none;
    }

ul.simplelist, ul.simplelist li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    ul.simplelist.underline li a, ul.simplelist.underline li a:link, ul.image.underline li a, ul.image.underline li a:link {
        text-decoration: underline !important;
    }

    ul.simplelist, ul.simplelist li {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        ul.simplelist.underline li a, ul.simplelist.underline li a:link {
            text-decoration: underline !important;
        }

ul.nomargin, ul.nomargin li {
    margin: 0px;
    padding: 0px;
}

ul.nolist.mr5 li {
    margin-right: 5px;
}

ul.nolist.mr10 li {
    margin-right: 10px;
}

ul.nolist.mr15 li {
    margin-right: 15px;
}

    ul.nolist.mr15 li:last-of-type {
        margin-right: 0;
    }

ul.nolist.mr20 li {
    margin-right: 20px;
}

ul.nolist.mr25 li {
    margin-right: 25px;
}

ul.nolist.mr30 li {
    margin-right: 30px;
}

ul.nobull, ul.nobull li {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.hsep1 {
    height: 1px;
    line-height: 1px;
    font-size: 0px;
    display: block;
}

.hsep3 {
    height: 3px;
    line-height: 1px;
    font-size: 0px;
    display: block;
}

.hsep5 {
    height: 5px;
    line-height: 5px;
    font-size: 0px;
    display: block;
}

.hsep6 {
    height: 6px;
    line-height: 6px;
    font-size: 0px;
    display: block;
}

.hsep7 {
    height: 7px;
    line-height: 1px;
    font-size: 0px;
    display: block;
}

.hsep10 {
    height: 10px;
    line-height: 10px;
    font-size: 0px;
    display: block;
}

.hsep15 {
    height: 15px;
    line-height: 15px;
    font-size: 0px;
    display: block;
}

.hsep20 {
    height: 20px;
    line-height: 20px;
    font-size: 0px;
    display: block;
}

.hsep25 {
    height: 25px;
    line-height: 25px;
    font-size: 0px;
    display: block;
}

.hsep30 {
    height: 30px;
    line-height: 30px;
    font-size: 0px;
    display: block;
}

.hsep40 {
    height: 40px;
    line-height: 40px;
    font-size: 0px;
    display: block;
}

.hsep50 {
    height: 50px;
    line-height: 50px;
    font-size: 0px;
    display: block;
}

.vsep10 {
    width: 10px;
    font-size: 0px;
    display: block;
    float: left;
}

.sgtk {
    position: absolute !important;
    top: -20000px;
    left: -20000px;
}

.mrg_btm0 {
    margin-bottom: 0px !important;
}

.mrg_btm5 {
    margin-bottom: 5px !important;
}

.mrg_btm10 {
    margin-bottom: 10px !important;
}

.mrg_tp20 {
    margin-top: 20px !important;
}

.pd_btm10 {
    padding-bottom: 10px !important;
}

.pd_btm0 {
    padding-bottom: 0 !important;
}

.cursor-default {
    cursor: default;
}

/* 4. Initialization
 ************************************************************************/
p {
    margin: 0 0 1.5em 0;
}

    p img {
        float: left;
        margin: 1px 10px 5px 0;
        padding: 0px;
    }

    p.last {
        margin: 0px;
    }

img.right-align {
    float: right;
    margin: 1px 0px 5px 10px;
    padding: 0;
}

img.middle-align {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

hr {
    margin: 2em 0;
    width: 100%;
    height: 1px;
    color: #dfdfdf;
    background-color: #dfdfdf;
    border: none;
}

* html hr {
    margin: 1em 0;
}

* + html hr {
    margin: 1em 0;
}

    hr.dotted {
        border-bottom: 1px dotted black;
        background-color: transparent;
        margin: 10px 0px;
    }

.money sup {
    vertical-align: super;
    font-size: 80%;
}

blockquote {
    margin: 1em 0;
    padding: 1em 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.333em;
    font-style: italic;
    line-height: 1.3em;
}

    blockquote.left-quote {
        float: left;
        width: 150px;
        margin-right: 1em;
    }

    blockquote.right-quote {
        float: right;
        width: 150px;
        margin-left: 1em;
    }

li ul {
    margin: 0 1.5em;
}

li ol {
    margin: 0 2em;
}

ul, ol {
    margin: 0 1.5em 1.5em 1.8em;
}

ul {
    list-style-type: disc;
}

ol {
    margin-left: 2.5em;
    list-style-type: decimal;
}

dl {
    margin: 0 0 1.5em 0;
}

    dl dt {
        font-weight: bold;
    }

dd {
    margin-left: 1.5em;
}

caption {
    margin-bottom: .2em;
    padding-left: 5px;
    font-weight: bold;
    color: #000;
}

input.field {
    border: 1px solid #dedede;
}

input, select, option, textarea {
    font-family: Tahoma, Kalimati, Geneva, Droid Sans, sans-serif;
    font-size: 1em;
    color: #000;
}

    input.button {
        margin: 1px;
        cursor: pointer;
        color: #c4c4c4;
        text-shadow: #333 1px 1px 0;
        outline: 1px solid #cfcfcf;
        border: 1px solid #111;
        background-color: #484747;
    }

textarea {
    max-width: 650px;
}

input[type="radio"], label[for] {
    vertical-align: middle;
    margin-right: 5px;
}

input[type="radio"] {
    margin-top: 2px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }

select option[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}

input[type=number]::-webkit-outer-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number], input[type=date] {
    -moz-appearance: textfield;
}

/* 5. Typography
 ************************************************************************/
body {
    font: normal 1.2em Tahoma,Kalimati,Geneva,Droid Sans,sans-serif;
    color: #2a2a2a;
    position: relative;
    min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.1em;
    color: #000000;
    font-family: arial,sans-serif;
}

h1 {
    font-size: 1.9em;
    margin-bottom: 20px;
    font-weight: normal;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0.8em;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 0.7em;
}

h5 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

h6 {
    font-size: 0.9em;
    margin-bottom: 0.3em;
}

    h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
        margin: 0px;
    }

    h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
        display: block;
        font-size: 60%;
        font-style: normal;
        color: #313031;
    }

a {
    text-decoration: underline;
    color: #3f74c4;
}

    a:hover {
        text-decoration: underline;
    }

/* 6. Buttons
 ************************************************************************/
.eb-button {
    display: inline-block;
    zoom: 1;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: middle;
    position: relative;
    width: auto;
    height: auto;
    border: 0;
    padding: var(--padding-button-16-24);
    text-align: center;
    text-decoration: none;
    font-size: var(--font-size-button);
    font-family: pf_highway_sans_pro_mediumRg, Arial, sans-serif;
    border-radius: var(--border-radius-button);
    white-space: nowrap;
    letter-spacing: .03em;
    line-height: 1;
}

input.eb-button {
    cursor: pointer;
}

.eb-button i.icn {
    font-size: 15px;
}

.eb-button.eb-button--icn-left i.icn {
    margin-right: 5px;
}

.eb-button.eb-button--icn-right i.icn {
    margin-left: 5px;
}

.eb-button span:not(.icn) {
    font-family: pf_highway_sans_pro_mediumRg, Arial, sans-serif;
}

.eb-button i.icn {
    font-weight: bold;
}

.eb-button:hover {
    text-decoration: none;
    background-color: #5a95f5;
}

.eb-button + .eb-button {
    margin-left: 10px;
}

.eb-button--primary {
    background-color: var(--color-purple);
    color:var(--color-button-text);  
}

    .eb-button--primary span {
        color: var(--color-button-text);
    }

    .eb-button--primary:hover {
        background-color:var(--color-purple-hover);
    }

.eb-button--orange {
    background-color: #ff8800;
}

    .eb-button--orange:hover {
        background-color: #d97400;
    }

.eb-button--red {
    background-color: #cc0000;
}

    .eb-button--red:hover {
        background-color: #a60000;
    }

.eb-button--aqua {
    background-color: #33b5e5;
}

    .eb-button--aqua:hover {
        background-color: #2a97bf;
    }

.eb-button--violet {
    background-color: #aa66cc;
}

    .eb-button--violet:hover {
        background-color: #8a53a6;
    }

.eb-button--cyan {
    background-color: #2BBBAD;
}

    .eb-button--cyan:hover {
        background-color: #1c7a71;
    }

.eb-button--yellow {
    background-color: #fbc02d;
}

    .eb-button--yellow:hover {
        background-color: #d4a226;
    }

.eb-button--purple {
    background-color: #4a148c;
}

    .eb-button--purple:hover {
        background-color: #360e66;
    }

.eb-button--white {
    background-color: #ffffff;
    color: #3c3c3c;
}

    .eb-button--white:hover {
        background-color: #f5f5f5;
        color: #3c3c3c;
    }

.eb-button--white-border {
    background-color: #ffffff;
    color: #3c3c3c;
    border: 1px solid #e5e5e5;
}

    .eb-button--white-border:hover {
        background-color: #ffffff;
        color: #3c3c3c;
        border: 1px solid #b2b2b2;
    }

.eb-button--gray {
    background: #D8D8D8;
    color: #414042;
}

    .eb-button--gray:hover {
        background: #CCCCCC;
    }

.eb-button[disabled],
.eb-button--disabled,
.eb-button--disabled:hover {
    cursor: not-allowed;
    color: #9F9F9F;
    background: #DFDFDF;
}

    .eb-button--disabled span {
        color: #9F9F9F;
    }

.eb-button--soldout {
    background: var(--color-soldout-background-button);
    border: var(--border-soldout-red-button);
    color: var(--color-soldout-red-button);
}
    .eb-button--soldout:hover {
        cursor: not-allowed;
        background: var(--color-soldout-background-button);
    }
    /*  .eb-button--soldout:after {
        content: 'Sold out';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: var(--color-soldout-background-button);
        border: var(--border-soldout-red-button);
        border-radius: var(--border-radius-button);
        color: var(--color-soldout-red-button);
        cursor: not-allowed;
        line-height: var(--line-height-soldout-red-button);
    }
*/
    body.en .eb-button--soldout:after {
        font-size: 80%;
    }

.eb-button--tiny {
    padding: 5px 7px 4px 7px;
    font-size: 10px;
}

.eb-button--small {
    padding: 8px 16px;
    font-size: 14px;
}

.eb-button.eb-button--small i.icn {
    font-size: 12px;
}

.eb-button--large {
    padding: 11px 22px 10px 22px;
    font-size: 17px;
}

.eb-button.eb-button--large i.icn {
    font-size: 16px;
}

.eb-button--full {
    box-sizing: border-box;
    width: 100%;
}

.eb-button--notransform {
    text-transform: none;
}

.eb-button--link,
.eb-button--link:hover {
    background: none;
    color: #3f74c4;
}

.eb-button--noradius {
    border-radius: 0;
}

.eb-notification {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-family: pf_highway_sans_pro_lightRg, Arial, sans-serif;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    display: block;
    -webkit-box-shadow: 2px 2px 5px #aaaaaa;
    box-shadow: 2px 2px 5px #aaaaaa;
}

.eb-notification--warning {
    border-color: #b97429;
    background-color: rgba(206, 129, 46, 1);
}

.eb-notification--error {
    border-color: #b41d1d;
    background-color: rgba(202, 33, 33, 1);
}

.eb-notification--success {
    border-color: #24a370;
    background-color: rgba(41, 184, 126, 1);
}

.eb-availability--green {
    border-right-color: #27be63;
}

.eb-availability--orange {
    border-right-color: #ffdd12;
}

.eb-availability--red {
    border-right-color: #fcb042;
}

.eb-availability--soldout {
    border-right-color: #fc2d33;
}

/* 7. Forms
 ************************************************************************/
.tp-form {
    display: block;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    padding: 20px;
    font-size: 15px;
    color: #515151;
    font-family: pf_highway_sans_pro_lightRg,Arial,sans-serif;
    position: relative;
}

    .tp-form fieldset.tp-form {
        background: #ffffff;
    }

    .tp-form * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .tp-form + .tp-form {
        margin-top: 10px;
    }

    .tp-form.has-header + .tp-form.has-header {
        margin-top: 65px;
    }

    .tp-form.has-header {
        margin-top: 50px;
    }

.tp-form-header {
    position: absolute;
    background: #f4f4f4;
    padding: 14px 21px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87);
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    width: calc(100% + 2px);
    display: inline-block;
    border: 1px solid #cccccc;
    border-bottom: none;
    font-family: pf_highway_sans_pro_lightRg,Arial,sans-serif;
    font-size: 16px;
    margin-left: -21px;
    bottom: calc(100% + 1px);
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

body:last-child .tp-form-header, x:-moz-any-link {
    top: -51px;
}

.tp-form-header .tp-ticket-header {
    letter-spacing: .02em;
    font-family: pf_highway_sans_pro_mediumRg, arial,sans-serif;
}

.tp-form-group + .tp-form-group:not([style*="display:none"]):not([style*="display: none"]) {
    margin-top: 20px;
}

.tp-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border ease-in-out .2s;
    -o-transition: border ease-in-out .2s;
    transition: border ease-in-out .2s;
    border: 1px solid #adaaa0;
}

    .tp-form-control:not(.hide-focus):focus {
        border-color: #1e87f0;
        outline: none;
    }

    .tp-form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .tp-form-control:-ms-input-placeholder {
        color: #999
    }

    .tp-form-control::-webkit-input-placeholder {
        color: #999
    }

    .tp-form-control[disabled],
    .tp-form-control[readonly] {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

.tp-form-control--area {
    height: auto;
    overflow: auto;
    max-height: 100px;
}

.tp-form-control option:disabled {
    color: gray;
    cursor: not-allowed;
}

.tp-form-control[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline;
    padding: 0;
    margin: 3px 6px 6px 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.tp-symbol-euro {
    position: relative;
}

    .tp-symbol-euro * {
        font-size: 20px;
    }

    .tp-symbol-euro input[type=number]::-webkit-outer-spin-button,
    .tp-symbol-euro input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: inner-spin-button;
    }

    .tp-symbol-euro input[type=number] {
        -moz-appearance: number-input;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .tp-symbol-euro input[type=text]::-ms-clear {
        display: none;
    }

    .tp-symbol-euro:after {
        position: absolute;
        content: "€";
        left: 5px;
        top: 0;
        height: 22px;
        line-height: 1.42857143;
        padding: 6px 5px;
        font-size: 18px;
    }

    .tp-symbol-euro .tp-form-control {
        padding: 0 0 0 25px;
        background-color: #ffffff !important;
    }

    .tp-symbol-euro .ui-spinner {
        display: block;
    }

    .tp-symbol-euro .ui-spinner-button {
        width: 10%;
        max-width: 30px;
        min-width: 20px;
        height: calc(50% - 1px);
        font-size: 9px;
        line-height: 16px;
        padding: 0;
        margin: 0;
        z-index: 100;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        right: 1px;
        cursor: pointer;
        border: 1px solid #adaaa0;
        background: #f0f0f0;
        text-decoration: none !important;
        color: #000;
    }

        .tp-symbol-euro .ui-spinner-button.ui-spinner-up {
            top: 1px;
        }

        .tp-symbol-euro .ui-spinner-button.ui-spinner-down {
            bottom: 1px;
        }

        .tp-symbol-euro .ui-spinner-button + .ui-spinner-button {
            border-top: 1px solid #999 !important;
        }

.tp-control-label {
    display: inline-block;
    margin-bottom: 5px;
}

    .tp-control-label.uppercase {
        text-transform: uppercase;
    }

.tp-control-label-check {
    display: block;
    white-space: nowrap;
    min-height: 34px;
}

    .tp-control-label-check .tp-form-control[type="checkbox"] {
        vertical-align: top;
    }

.tp-control-label-text {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    padding-right: 20px;
}

    .tp-control-label-text * {
        margin: 0;
        padding: 0;
        display: inline;
    }

.tp-radio-control-horizontal {
    display: block;
    width: 100%;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #adaaa0;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .tp-radio-control-horizontal td {
        vertical-align: top;
    }

    .tp-radio-control-horizontal input[type="radio"] {
        margin-left: 12px;
        position: absolute;
    }

    .tp-radio-control-horizontal label[for] {
        margin: 0 12px 0 32px;
        display: block;
        vertical-align: top;
        line-height: 1.2;
    }

.tp-form-sep {
    text-align: center;
    font-family: pf_highway_sans_pro_lightRg,Arial,sans-serif;
    font-size: 21px;
    margin-bottom: 15px;
}

.tp-form-row {
    margin-right: -15px;
    margin-left: -15px;
}

    .tp-form-row:after,
    .tp-form-group:after {
        clear: both;
    }

    .tp-form-row:after,
    .tp-form-row:before,
    .tp-form-group:after,
    .tp-form-group:before {
        display: table;
        content: " ";
    }

.tp-form-full {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.tp-form-half {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.tp-form-third {
    width: 33.3%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.tp-form-quarter {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.tp-form-threequarters {
    width: 75%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.tp-help-block {
    margin-top: 5px;
    display: block;
}

.has-success .tp-form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success {
    color: #3c763d;
}

    .has-success .tp-form-control {
        border-color: #3c763d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
    }

        .has-success .tp-form-control:focus {
            border-color: #2b542c;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
        }

.has-error .tp-form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error,
.has-error * {
    color: #a94442;
}

    .has-error .tp-form-control {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
    }

        .has-error .tp-form-control:focus {
            border-color: #843534;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
        }

.tp-ticket-details {
    margin-left: 10px;
}

.tp-form-row .msg {
    min-height: 55px;
}

/* Side Sponsor Ads
 ************************************************/
.side-bnrs {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
    overflow: hidden;
    height: auto;
    min-height: 100%;
}

    .side-bnrs .side-bnr-left, .side-bnrs .side-bnr-right {
        position: absolute;
        overflow: hidden;
        height: auto;
        min-height: 100%;
        width: 800px;
        background-color: transparent;
    }

    .side-bnrs .side-bnr-left {
        right: 50%;
        margin-right: 510px;
    }

        .side-bnrs .side-bnr-left a, .side-bnrs .side-bnr-left a img {
            float: right;
        }

    .side-bnrs .side-bnr-right {
        left: 50%;
        margin-left: 510px;
    }

        .side-bnrs .side-bnr-right a, .side-bnrs .side-bnr-right a img {
            float: left;
        }

.promo_container {
    display: block;
    position: relative;
    font-size: 0;
    margin-top: 10px;
}

    .promo_container > a {
        font-size: 0;
    }

    .promo_container img {
        max-width: 100%;
        height: auto;
    }

    .promo_container.center-promo {
        height: 72px;
        overflow: hidden;
    }

.ui-wrap {
    position: relative;
    min-height: 100%;
    height: auto;
}

/* ============= HERO ============== */
.tabs {
    z-index: 15;
    position: relative;
    /*background: #FFFFFF;*/
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-sizing: border-box;
    margin: 0 auto;
    /*border-radius: 5px;*/
    overflow: hidden;
}

.tabs-header {
    position: relative;
    background: #1e3665;
    box-shadow: 0px 11px 17px -14px rgba(0,0,0,0.5);
    z-index: 1;
    /*overflow: hidden;*/
}

    .tabs-header .border {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #F4B142; /*#ff8800*/
        width: auto;
        height: 6px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .tabs-header ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 68px);
        margin: 0;
        padding: 0;
    }

    .tabs-header li {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    .tabs-header a {
        z-index: 1;
        display: block;
        box-sizing: border-box;
        padding: 15px 20px;
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        font-family: pf_highway_sans_pro_mediumRg, arial,sans-serif;
        font-size: 15px;
    }

.tabs-content {
    position: relative;
    padding: 25px;
    /*-webkit-transition: 0.3s ease;
            transition: 0.3s ease;*/
    background: #ffffff; /*#f4f4f4*/
    overflow: hidden;
    font-size: 15px;
    color: #515151;
    font-family: pf_highway_sans_pro_lightRg,Arial,sans-serif;
    /*border: 1px solid #adaaa0;
            border-top-width: 0;*/
}

    /*.tabs-content:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        box-shadow: 0 0 20px 10px #FFFFFF;
    }*/

    .tabs-content .tab {
        display: none;
    }

        .tabs-content .tab.active {
            display: block;
        }

    .tabs-content .row {
        margin-bottom: 15px;
    }

        .tabs-content .row:last-child {
            margin-bottom: 0;
        }

.custom-control {
    position: relative;
    display: block;
    min-height: 16px;
    padding-left: 22px;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 16px;
}

    .custom-control-inline:last-child {
        margin-right: 0;
    }

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    padding: 0;
    box-sizing: border-box;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-radio .custom-control-label:before {
    border-radius: 50%;
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label:before {
    position: absolute;
    top: -1px;
    left: -22px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: '';
    background-color: #fff;
    border: 1px solid #adaaa0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.custom-control-label:after {
    position: absolute;
    top: -1px;
    left: -22px;
    display: block;
    width: 16px;
    height: 16px;
    content: '';
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label:after {
    background: no-repeat 80%/80% 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3 -3 6 6'%3e%3ccircle r='3' fill='%233e3f40'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 1 6 6'%3e%3cpath fill='%233e3f40' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.hero {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .hero {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        flex-direction: row-reverse;
        height: 80vh;
        max-height: 550px;
        margin-bottom: 0;
    }
}

.hero__slider {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 992px) {
    .hero__slider {
        position: absolute;
        top: 0px;
        right: 0px;
        width: calc(100% - 520px);
        max-width: 816px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
    }
}

@media (min-width: 1500px) {
    .hero__slider {
        position: absolute;
        left: 45vw;
        top: 0px;
        right: 0px;
        width: 80vw;
        max-width: 816px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow:visible;
    }
}

.hero__inner {
    /*position: relative;
        z-index: 5;
        width: 100%;
        height: 100%;
        bottom: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;*/
}

.hero__left {
    margin: auto;
}

@media (min-width: 992px) {
    .hero__left {
        width: 420px;
        margin-left: 0px;
    }
}

.hero__text {
    color: black;
    line-height: 1.25;
    font-family: pf_highway_sans_pro_lightRg, arial, sans-serif;
    margin-left: 40px;
}

    .hero__text h2 {
        /*text-transform: capitalize;*/
        line-height: 1.15;
        margin: 0 0 5px;
        font-weight: normal;
        letter-spacing: 1px;
        font-family: pf_highway_sans_pro_mediumRg, arial, sans-serif;
        font-size: 35px;
        color: #0d101a;
    }

.hero__text-lead {
    color: #717171;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}

.hero__text-sentence {
    font-size: 45px;
    color: black;
    font-family: pf_highway_sans_pro_mediumRg, arial, sans-serif;
}

.hero__text-sentence-inner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 45px;
    top: 10px;
}

.hero__text-sentence-rotator {
    display: inline-block;
    color: black /*#e74c3c*/;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    /*animation*/
    -webkit-animation: move 6s;
    -moz-animation: move 6s;
    -ms-animation: move 6s;
    -o-animation: move 6s;
    animation: move 6s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation-delay*/
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.scroll-down-link {
    height: 60px;
    width: 80px;
    line-height: 60px;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 10px;
    color: #FFF;
    text-align: center;
    font-size: 50px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
}

/*animated arrow animattion*/
@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translate(0,-20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0,20px);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translate(0,-20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0,20px);
        opacity: 0;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-webkit-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-moz-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@-o-keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -50px;
    }

    40% {
        top: -100px;
    }

    60% {
        top: -150px;
    }

    80% {
        top: -200px;
    }
}

@media (max-width: 991px) {
    .row.vertical-align {
        display: block;
    }

    .hero__text {
        margin: 40px 0;
        text-align: center;
    }

    .hero__text-sentence-rotator {
        text-align: left;
    }
}

/* ============= SUB NAV ============== */
.outer-subnav {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
    color: #697180;
    box-shadow: rgba(29, 33, 41, 0.15) 0px 30px 20px -32px;
    background: #ffffff;
}

    .outer-subnav *,
    .outer-subnav *:before,
    .outer-subnav *:after {
        box-sizing: border-box;
    }

    .outer-subnav.subnav--fixed {
        position: fixed;
        top: 60px;
        right: 0;
        left: 0;
        z-index: 1001;
        transform: translateY(0%);
    }

    .outer-subnav.subnav--main {
        transform: translateY(-60px);
    }

    .outer-subnav:has(.subnav__tab--first.subnav__tab--selected) {
        top: 0 !important;
    }
    
    .outer-subnav {
        transition: top 0.5s ease-in-out;
    }

.subnav {
    position: relative;
    background: #ffffff;
    color: #697180;
    font-family: pf_highway_sans_pro_mediumRg,Arial,sans-serif;
}

.subnav__inner {
    margin: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    user-select: none;
    list-style: none;
    padding: 0;
}

    .subnav__inner::-webkit-scrollbar {
        display: none;
    }

.subnav__tab {
    display: inline-block;
    margin-right: 40px;
    position: relative;
    height: 80px;
    line-height: 80px;
    border-bottom: 5px solid transparent;
}

    .subnav__tab:last-child {
        margin-right: 0;
    }

    .subnav__tab a {
        background: none;
        border: none;
        color: inherit;
        font-size: 17px;
        text-decoration: none;
    }

.subnav__tab--selected {
    color: #1d2129;
    border-color: #242529;
}

.subnav__arrow {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 50px;
    opacity: 1;
    cursor: pointer;
    pointer-events: initial;
}

.subnav__arrow--disabled {
    pointer-events: none;
    opacity: 0;
}

.subnav__arrow > svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.subnav__arrow--prev {
    left: -1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

    .subnav__arrow--prev > svg {
        left: 0;
    }

.subnav__arrow--next {
    right: -1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

    .subnav__arrow--next > svg {
        right: 0;
    }

.category_bg_img {
    position: relative;
    font-size: 0;
}

.card-section__item-label {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    font-family: pf_highway_sans_pro_mediumRg, arial,sans-serif;
    font-size: 18px;
    color: #ffffff;
    box-sizing: border-box;
}

.card-section__wrapper {
    display: block;
    padding: 60px 0;
    font-family: pf_highway_sans_pro_lightRg, arial,sans-serif;
    color: #1f262d;
}

.card-section__wrapper--gray {
    background-color: #f2f3f5;
}

.card-section__header h2 {
    font-size: 25px;
    font-family: pf_highway_sans_pro_mediumRg, arial,sans-serif;
    font-weight: normal;
    margin: 0 0 5px 0;
    color: #1f262d;
}

.card-section__header p {
    font-size: 17px;
    margin-bottom: 30px;
}

.card-section__header-with-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-section__show-all {
    color: #703EFF;
    font-size: 16px;
    font-family: pf_highway_sans_pro_mediumRg,Arial,sans-serif;
    text-decoration: none;
    padding-bottom: 4px;
}

.card-section__content {
    position: relative;
    margin-left: -18px;
}
@media (min-width: 767px) {
    .card-section__content {
        position: relative;
        margin-left: -17px;
        margin-right: -17px;
        margin-bottom: -35px;
    }
}

@media (max-width: 767px) {
    .card-section__content {
        margin-left:0 ;
    }
}
    .card-section__slider {
        position: relative;
        overflow: hidden;
    }

    @media (max-width: 767px) {
        .card-section__slider {
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: none;
            scrollbar-width: none;
            overflow: -moz-scrollbars-none;
        }

            .card-section__slider::-webkit-scrollbar {
                display: none !important;
                width: 0 !important;
                height: 0 !important;
            }
    }

    .card-section__list {
        list-style-type: none;
        display: flex;
        padding: 0px;
        margin: 30px 15px;
    }

    @media (max-width: 767px) {
        .card-section__list {
            flex-wrap: nowrap;
            margin: 30px -1px;
        }

            .card-section__list::before,
            .card-section__list::after {
                content: "";
                flex: 0 0 24px;
            }
    }

    @media (min-width: 768px) {
        .card-section__list {
            transform: translateX(0%) translateX(-7px);
            -webkit-transition: transform 675ms ease-in-out 0s;
            transition: transform 675ms ease-in-out 0s;
        }

        .card-section__list--page1 {
            transform: translateX(-100%) translateX(-40px);
        }

        .card-section__list--page2 {
            transform: translateX(-200%) translateX(-72px);
        }

        .card-section__list--page3 {
            transform: translateX(-300%) translateX(-104px);
        }

        .card-section__list--page4 {
            transform: translateX(-400%) translateX(-136px);
        }

        .card-section__list--page5 {
            transform: translateX(-500%) translateX(-175px);
        }

        .card-section__list--page6 {
            transform: translateX(-600%) translateX(-210px);
        }

        .card-section__list--page7 {
            transform: translateX(-700%) translateX(-245px);
        }

        .card-section__list--page8 {
            transform: translateX(-800%) translateX(-280px);
        }

        .card-section__list--page9 {
            transform: translateX(-900%) translateX(-315px);
        }

        .card-section__list--page10 {
            transform: translateX(-1000%) translateX(-350px);
        }
    }


@media (max-width: 1024px) and (min-width: 768px) {
    .card-section__list {
        transform: translateX(0%) translateX(-7px);
        -webkit-transition: transform 675ms ease-in-out 0s;
        transition: transform 675ms ease-in-out 0s;
    }

    .card-section__list--page1 {
        transform: translateX(-100%) translateX(-38px);
    }

    .card-section__list--page2 {
        transform: translateX(-200%) translateX(-67px);
    }

    .card-section__list--page3 {
        transform: translateX(-300%) translateX(-96px);
    }

    .card-section__list--page4 {
        transform: translateX(-400%) translateX(-127px);
    }

    .card-section__list--page5 {
        transform: translateX(-500%) translateX(-159px);
    }

    .card-section__list--page6 {
        transform: translateX(-600%) translateX(-188px);
    }

    .card-section__list--page7 {
        transform: translateX(-700%) translateX(-215px);
    }

    .card-section__list--page8 {
        transform: translateX(-800%) translateX(-245px);
    }

    .card-section__list--page9 {
        transform: translateX(-900%) translateX(-275px);
    }

    .card-section__list--page10 {
        transform: translateX(-1000%) translateX(-305px);
    }
}

    .card-section__item {
        transition: all 0.2s ease;
        margin: 3px;
        padding: 0;
        list-style-type: none;
        width: 289px;
        min-width: 0;
        margin-right: 10px;
        -webkit-flex: 289px 0 0;
        -ms-flex: 289px 0 0;
        flex: 289px 0 0;
        height: 100%;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
        background: #ffffff;
        -webkit-transition: all 0.2s ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0px 0px 9px 3px rgb(0 0 0 / 10%);
    }

.card-section__header {
    margin: -9px -1px -33px -1px;
}

    .card-section__item:hover {
        box-shadow: 0 3px 11px 4px #00000021;
        -ms-box-shadow: 0 3px 11px 4px #00000021;
        -moz-box-shadow: 0 3px 11px 4px #00000021;
        -webkit-box-shadow: 0 3px 11px 4px #00000021;
        -webkit-transform: translate(0, -4px);
        -ms-transform: translate(0, -4px);
        -moz-transform: translate(0, -4px);
        transform: translate(0, -4px);
        transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    @media (max-width: 767px) {
        .card-section__item {
            -webkit-scroll-snap-align: center;
            -moz-scroll-snap-align: center;
            -ms-scroll-snap-align: center;
            scroll-snap-align: center;
        }
    }

    @media (min-width: 768px) {
        .card-section__item {
            margin-right: 20px;
        }
    }

    @media (max-width: 1024px) and (min-width: 768px) {
        .card-section__item {
            width: calc(33.333333333333336% - 13.333333333333332px);
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-flex-basis: calc(33.333333333333336% - 13.333333333333332px);
            -ms-flex-preferred-size: calc(33.333333333333336% - 13.333333333333332px);
            flex-basis: calc(33.333333333333336% - 13.333333333333332px);
        }

        .card-section__item:nth-child(3n) {
            margin-right: 22px;
        }


    }

    @media (min-width: 1025px) {
        .card-section__item {
            width: calc(25% - 15px);
            -webkit-box-flex: 0;
            -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-flex-basis: calc(25% - 15px);
            -ms-flex-preferred-size: calc(25% - 15px);
            flex-basis: calc(25% - 15px);
        }

            .card-section__item:nth-child(4n) {
                margin-right: 20px;
            }
    }

    .card-section__slider-controls {
        position: absolute;
        top: calc(50% - 19px);
        left: 0;
        right: 0;
    }

    .slider__arrow {
        border-radius: 50%;
        cursor: pointer;
        display: block;
        position: absolute;
        top: 0;
        z-index: 0;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
        height: 38px;
        width: 38px;
        background-color: #fff;
        color: #757575;
        opacity: 0.9;
        -webkit-transition: opacity 0.5s,visibility 0.5s,color 0.5s;
        transition: opacity 0.5s,visibility 0.5s,color 0.5s;
        padding: 6px;
        border: 1px solid #dfe1e5;
    }

        .slider__arrow:hover {
            opacity: 1;
            color: #222;
        }

        .slider__arrow svg {
            fill: currentColor;
        }

    .slider__arrow--prev {
        left: -9px;
    }

    .slider__arrow--next {
        right: -9px;
    }

    @media (max-width: 767px) {
        .slider__arrow {
            display: none !important;
        }
    }

    .category_bg_img {
        background-color: transparent;
    }

        .category_bg_img img {
            object-fit: cover;
            width: 100%;
            height: 450px;
        }

    .card-section__item-link:not(.category_bg_img) {
        display: block;
        background-color: #ffffff;
        height: 100%;
    }

    .card-section__item-link,
    .card-section__item-link:hover {
        text-decoration: none;
    }

        .card-section__item-link:hover {
            /*border-color: red;*/
        }

    .card-section__item-image {
        font-size: 0;
        overflow: hidden;
    }

        .card-section__item-image img {
            width: 100%;
            height: 160px;
            object-fit: cover;
        }

    .card-section__item-info {
        padding: 16px;
    }

.card-section__item-date {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #703EFF /*#45494e*/;
    font-size: 15px;
    line-height: 18px;
    height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: pf_highway_sans_pro_mediumRg,Arial,sans-serif;
}

    .card-section__item-name {
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #282c35;
        line-height: 19px;
        max-height: 57px;
        letter-spacing: 0;
        padding: 0;
        height: 57px;
        font-family: pf_highway_sans_pro_mediumRg,Arial,sans-serif;
        font-weight: normal;
        font-size: 1.5em;
        margin-bottom: 0;
    }

    .card-section__item-venue {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #666a73;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        height: 18px;
        text-transform: uppercase;
        margin: 5px 0 0 0;
        padding: 0;
    }

    .hero-search {
        position: relative;
        z-index: 1;
    }

    .hero-search__input {
        width: 100%;
        background-color: #ffffff;
        font-family: pf_highway_sans_pro_lightRg,Arial,sans-serif;
        height: 60px;
        font-size: 16px;
        border: 1px solid #ffffff;
        padding: 15px 15px 15px 50px;
        letter-spacing: .02em;
        border-radius: 28px !important;
        text-overflow: ellipsis;
        cursor: text;
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 4px 6px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 4px 6px rgba(0,0,0,0.2);
        box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 4px 6px rgba(0,0,0,0.2);
        -webkit-appearance: none;
        -webkit-transition: -webkit-box-shadow 83ms;
        transition: -webkit-box-shadow 83ms;
        transition: box-shadow 83ms;
        transition: box-shadow 83ms, -webkit-box-shadow 83ms;
    }

        /*.hero-search__input:hover {
        -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 6px 9px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 6px 9px rgba(0,0,0,0.2);
        box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 6px 9px rgba(0,0,0,0.2);
        -webkit-transition: -webkit-box-shadow 83ms;
        transition: -webkit-box-shadow 83ms;
        transition: box-shadow 83ms;
        transition: box-shadow 83ms, -webkit-box-shadow 83ms;
    }*/

        .hero-search__input:focus,
        .hero-search__input:valid {
            color: #1d2129;
            /*border-color: #ddd;
        background-color: #f7f7f7;
        box-shadow: none;*/
            text-overflow: ellipsis;
            -webkit-box-shadow: 0 0 0 2px #703EFF, 0 4px 6px rgba(0,0,0,0.2);
            box-shadow: 0 0 0 2px #703EFF, 0 4px 6px rgba(0,0,0,0.2);
            -webkit-transition: -webkit-box-shadow 100ms;
            transition: -webkit-box-shadow 100ms;
            transition: box-shadow 100ms;
            transition: box-shadow 100ms, -webkit-box-shadow 100ms;
        }

    .hero-search__icon {
        fill: #703EFF;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 21px;
        width: 18px;
        height: 18px;
        transition: fill 100ms;
    }

    .hero-search__input:focus + .hero-search__icon,
    .hero-search__input:valid + .hero-search__icon {
        fill: #666666;
    }

    .hero-search__reset {
        position: absolute;
        top: 0px;
        right: 0px;
        background-color: transparent;
        cursor: pointer;
        width: 60px;
        height: 100%;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border: none;
        padding: 0px;
        color: #666666;
    }

        .hero-search__reset.loading {
            background: url(https://www.viva.gr/tickets/site/images/icons/loaders/ajax-loader.gif) no-repeat 50% 50%;
        }

    .hero-search__input:not(:valid) ~ .hero-search__reset {
        display: none;
    }

    .hero-search__reset svg {
        fill: currentcolor;
    }

    .hero-search__reset.loading svg {
        display: none;
        fill: currentcolor;
    }

    .tabs {
        overflow: visible;
    }

    .tabs-content {
        overflow: initial;
    }

.home-search-autocomplete.is-active {
    opacity: 1;
    z-index: 99999;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 540px;
    scrollbar-width: thin;
}

    .home-search-autocomplete {
        font-family: pf_highway_sans_pro_lightRg,Arial,sans-serif;
        background: #fff;
        list-style: none;
        position: absolute;
        width: 100%;
        max-width: calc(100% - 30px);
        z-index: -1;
        text-shadow: none;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding: 5px;
        display: none;
        top: 65px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        color: #111433;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s,z-index .6s 0s;
        -moz-transition: opacity .3s 0s,visibility 0s .3s,-moz-transform .3s 0s,z-index .6s 0s;
        transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,z-index .6s 0s;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
    }

    .autocomplete-section {
        position: relative;
    }

    .autocomplete-header {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font: normal 13px pf_highway_sans_pro_mediumRg,Arial,sans-serif;
        line-height: 170%;
        color: #7a7a7a;
        text-transform: uppercase;
        letter-spacing: .05em;
        padding: 12px 10px 9px 10px;
        margin: 0;
    }

    .autocomplete-section-icon {
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        margin: 11px 0 0 15px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .autocomplete-list, .autocomplete-list li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .autocomplete-result {
        padding: 8px 10px;
        display: block;
        text-decoration: none !important;
        cursor: pointer;
        margin-left: -1px;
    }

        .autocomplete-result:focus {
            background-color: #efefef;
            text-decoration: none;
        }

    .autocomplete-result-title {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font: normal 17px pf_highway_sans_pro_mediumRg,Arial,sans-serif;
        color: #333;
        display: block;
        line-height: 120%;
    }

    .autocomplete-result-subtitle {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        color: #7a7a7a;
        display: block;
        line-height: 140%;
    }

    .autocomplete-no-results {
        font-size: 16px;
        padding: 10px 23px;
    }

    .slider .slick-arrow {
        display: none !important;
    }



html {
    scrollbar-color: #703EFF #f4f5f6;
    scrollbar-width: thin;
}


::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f4f5f6;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #703EFF;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4F12B5;
}


    #hero_slider .content {
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.85) 100%);
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=0);
        font-family: pf_highway_sans_pro_lightRg,arial,sans-serif;
        height: auto;
        min-height: 0;
        position: absolute;
        right: 0;
        left: 0;
        padding: 20px;
        color: #fff;
        text-align: left;
        overflow: hidden;
        box-sizing: border-box;
    }

        #hero_slider .content h2 {
            color: #efefef;
            -webkit-font-smoothing: antialiased;
            font-family: pf_highway_sans_pro_mediumRg,arial,sans-serif;
            font-size: 20px;
            text-shadow: 1px 1px 3px rgba(0,0,0,.5);
            text-transform: uppercase;
            max-width: 94%;
            text-align: center;
            margin: 0 auto 2px auto;
            overflow-wrap: break-word;
            word-wrap: break-word;
            font-weight: normal;
        }

        #hero_slider .content p {
            background-repeat: no-repeat;
            background-position: center top;
            padding-top: 7px;
            color: #fff;
            font-size: 17px;
            font-weight: normal;
            line-height: 1.3;
            text-shadow: 1px 1px 3px rgba(0,0,0,.5);
            width: 94%;
            text-align: center;
            margin: 0 auto;
            overflow-wrap: break-word;
            word-wrap: break-word;
            display: none;
        }

    @media (min-width: 480px) {
        #hero_slider .content h2 {
            font-size: 28px;
        }

        #hero_slider .content p {
            display: block;
        }
    }

    .hero__text {
        margin-left: initial;
        margin-bottom: 25px;
    }

    .play_slider-container {
        width: 100%;
        z-index: 1;
        overflow: visible;
    }

    @media (min-width: 992px) {
        .play_slider-container {
            border-radius: 10px;
        }
    }

    #hero_slider {
        visibility: hidden;
    }

        #hero_slider.slick-initialized {
            visibility: visible;
        }

    .slick-slide img {
        width: 100%;
        height: auto;
    }

    @media (min-width: 992px) {
        .slick-slide img {
            border-radius: 10px;
        }
    }

    /*@media (min-width: 992px) {*/
    /*    .hero__slider::before {*/
    /*        content: "";*/
    /*        position: absolute;*/
    /*        top: 0;*/
    /*        right: 0;*/
    /*        width: 100%;*/
    /*        height: 100%;*/
    /*        -webkit-transition: background-color 1000ms linear;*/
    /*        -ms-transition: background-color 1000ms linear;*/
    /*        transition: background-color 1000ms linear;*/
    /*    }*/

    /*    .hero__slider::after {*/
    /*        content: "";*/
    /*        position: absolute;*/
    /*        top: 0;*/
    /*        left: 0;*/
    /*        bottom: 0;*/
    /*        display: block;*/
    /*        width: 0;*/
    /*        border-top: 560px solid #ffffff;*/
    /*        border-right: 470px solid transparent;*/
    /*    }*/
    /*}*/

    .sliderColor1::before, .slider_bg_div.sliderColor1 {
        background-color: #703EFF;
    }

    .sliderColor2::before, .slider_bg_div.sliderColor2 {
        background-color: #DAFF33;
    }

    .sliderColor3::before, .slider_bg_div.sliderColor3 {
        background-color: #201c43;
    }

    .slider_bg_div {
        position: absolute;
        width: 44vw;
        height: 100%;
        z-index: 1;
        overflow: hidden;
        -webkit-transition: background-color 1000ms linear;
        -ms-transition: background-color 1000ms linear;
        transition: background-color 1000ms linear;
        border-radius: 600px 0 0 600px;
    }

    @media (max-width: 992px) {
        .slider_bg_div {
            display: none !important;
        }
    }

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .slider_bg_div {
            display: none;
        }
    }

    @supports (-ms-ime-align: auto) {
        .slider_bg_div {
            display: none;
        }
    }
/*Footer fix*/
.usefulInfos {
    margin-top: 30px !important;
    border-right: 1px solid #bcc0c7 !important;
}


/* Homepage banners*/

.banner-container {
    display:flex;
    justify-content:center;
    max-width:100%;
    margin: 60px 40px;
}

.homepage-banner {
    width:100%;
    max-width: 1216px;
    border-radius: 10px;
    min-height: 231px;
    padding: 32px 24px 24px 32px;
    background-image: url('/site/images/homepage/blackFriday.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.banner-content{
height:100%;
display:flex;
flex-direction:column;
justify-content:space-between;
}

.banner-title {
    color: #fff;
    font: 24px pf_highway_sans_pro_mediumRg;
    display: flex;
    color: #fff;
    margin:0 0 7px 0;
}

.banner-text {
    font: 16px pf_highway_sans_pro_lightRg;
    color: #fff;
    margin:0 0 20px 0;
}

.banner-button {
    color: #fff;
    background-color: var(--color-purple);
    padding: 16px 24px;
    font: 16px pf_highway_sans_pro_mediumRg;
    line-height:16px;
    cursor:pointer;
    border-radius:10px;
    width:fit-content;
    text-decoration:none;
}
    .banner-button:hover {
        background-color: var(--color-purple-hover);
        text-decoration: none !important;
    }
@media (max-width: 570px) {
    .homepage-banner {
        background-image: url('/site/images/homepage/blackFridayMobile.png');
        background-position: center;
        background-size: cover;
    }
}
@media (min-width: 570px) and (max-width: 1107px) {
    .homepage-banner {
        background-image: url('/site/images/homepage/blackFridayMiddle.png');
        background-position:center;
        background-size: cover;
    }
 }

@media (max-width: 768px) {
    .banner-container {
        margin: 60px 20px;
    }
}

.blog-banner-container {
    display: flex;
    background-color: #ffef92;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 8px;
    font-family: 'pf_highway_sans_pro_mediumRg', Arial, sans-serif;
    max-width: 1228px;
    position: relative;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}
.ferries-banner-container {
    /*background-image: url('/Site/images/homepage/purple-background.jpg');*/
    background-image: url('/Site/images/homepage/more-app-bg-generic.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: unset;
    min-height: 203px;
    justify-content: space-between;
}
.blog-banner-image-mid {
    display: none;
}

.blog-banner-image-min {
    display: none;
}

.blog-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    margin-bottom: 24px;
}

.blog-banner-header {
    font-size: 24px;
    min-height: 36px;
    margin-bottom: 12px;
}

.blog-banner-description {
    font-size: 16px;
    max-width: 437px;
    margin-bottom: 16px;
    line-height: 19.78px;
    font-family: 'pf_highway_sans_pro_lightRg';
}
.ferries-description {
    font-size: 16px;
    max-width: 437px;
    margin-bottom: 16px;
    line-height: 19.78px;
    font-family: 'pf_highway_sans_pro_lightRg';
    max-width: 542px;
}
.ferries-image-container {
    /*max-width: 354px;*/
    padding:20.5px 0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ferries-image{
    max-width:295px;
}
@media(max-width: 921px) {
    .ferries-banner-container {
        /*background-image: url('/Site/images/homepage/purple-background-mid.jpg');*/
        background-image: url('/Site/images/homepage/more-app-bg-tablet.png');
        flex-direction:row;
    }
}
@media(max-width: 612px) {
    .ferries-banner-container {
        /*background-image: url('/Site/images/homepage/purple-background-small.jpg');*/
        background-image: url('/Site/images/homepage/more-app-bg-mobile.png');
        flex-direction: column;
    }
}

.blog-banner-button {
    border-radius: 24px;
    background-color: #6B46FA;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    align-items: flex-start;
    margin-right: auto;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard syntax */
    cursor: pointer;
    font-size: 16px;
}

.blog-banner-image-container {
    width: 679px;
    height: 184px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.blog-banner-image {
    background-image: url('/Site/images/homepage/blog-max.svg');
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
}
.ferries-banner-image {
    background-image: url('/Site/images/homepage/boat.svg');
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
}

.blog-banner-image.blog-banner-image-blackfriday {
    background-image: url('/Site/images/homepage/blackfriday-max.jpg');
    background-position: right;
    background-size: contain;
}

.blackfriday-container {
    background-color: #000000;
    color: #ffffff
}
@media(max-width: 1000px){
    .blackfriday-container .blog-banner-image-min {
        display: inline;
    }
    .blackfriday-container a {
        width: 100%;
    }
    .blackfriday-container .blog-banner-image-container {
        margin-left: 0;
        text-align: center;
    }
    .blackfriday-container .blog-banner-button {
        width: auto;
    }
}
@media(max-width: 768px){
    .blackfriday-container .blog-banner-button {
        width: 100%;
    }
}

.inside-banner-content {
    display: none;
}

@media(max-width: 767px){
    
    .card-section__wrapper {
        padding: 15px 0;
    }
    
}

.keywords-container-parent {
    max-width: 1311px !important;
}

.keywords-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 16px;
}

.keywords-link {
    display: flex;
    width: calc((100% - 3*16px) / 4);
    max-height: 54px;
    padding: 8px 0 24px 0;
    text-decoration: none;
    border-bottom: 1px solid #EDF1F6;
    align-items: center;
}

.keywords-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #D8DBE0;
}

.keywords-text {
    color: #3E228C;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width: 767px){
    
    .keywords-link {
        width: calc((100% - 16px) / 2);
    }
    
}

.venues-container-parent {
    max-width: 1311px !important;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.venues-container-parent::-webkit-scrollbar {
    display: none;
}

.venues-container {
    display: flex;
    width: 1231px;
    padding: 16px;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid #EDF1F6;
    background-image: url("/site/images/homepage/venues_section_background.jpg");
    background-size: 100% 100%;
}

.venues-link {
    display: flex;
    padding: 8px 12px 8px 16px;
    text-decoration: none;
    align-items: center;
    gap: 4px;
    border-radius: 40px;
    background: #FFF;
}

.venues-link:hover {
    text-decoration: none;
    background: #EDF1F6;
}

.venues-text {
    color: #000000;
    font-size: 16px;
}

.favourite-icn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    border-radius: 80px;
    background: rgb(255, 255, 255);
}

.favourited {
    background-image: url(../../../images/icons/svg/heart-filled.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.not-favourited {
    background-image: url(../../../images/icons/svg/heart-outline.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.r_dialogTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.r_dialogTitleIcon {
    color: #5F6061;
    font-size: 20px !important;
    cursor: pointer;
}

.MuiBackdrop-root {
    backdrop-filter: blur(3px);
}

@media (max-height: 420px) {
    .MuiModal-root {
        overflow-y: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* mozilla */
    }

    .MuiModal-root::-webkit-scrollbar {
        display: none; /* Safari and Chrome browsers */
    }
}