
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
    height: 100%;
}

.btn.focus, .btn:focus, .btn:hover {
    outline: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

html, body, form {
    height: 100%;
}

#ns-wrapper {
    padding-bottom: 370px;
    position: relative;
    min-height: 100%;
    background-color: #13121a;
}

.gallery {
    background-color: #131219;
    padding-bottom: 30px;
}

a:focus, a:hover {
    color: white;
}
a {
    color: #a1a3d5;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent;
}

.navbar-toggle {
    padding: 9px 0px;
    border: none;
    margin-right: 0;
}

.navbar-nav > li:not(.no-underline) > a:before {
    height: 1px;
    content: '';
    display: block;
    width: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    transition: all 0.25s ease-in-out;
}

span.ion-bag:hover {
    color: white;
}

.newsTitle {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 30px;
}

.navbar-nav > li:not(.no-underline) > a:hover:before {
    transition: all 0.25s ease-in-out;
    width: 100%;
}

.carousel-overlay-text {
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    position: absolute;
    left: 2rem;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: left;
}

.flame img {
    height: 4rem;
    padding-right: 2rem;
}

.viewall {
    color: rgba(48, 46, 57, 0.5);
    text-transform: capitalize !important;
    font-size: 1.1rem;
    padding-top: 4px;
}

.view-all-arrows {
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    text-align: right;
    padding-left: 70px;
    color: white;
    float: right;
}

.view-all-arrows-link {
    color: #959595;
    font-size: 20px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}

    .view-all-arrows-link:first-of-type {
        margin-right: 15px;
    }

    .view-all-arrows-link:hover {
        color: #959595;
    }

    .view-all-arrows-link:not(.active) {
        opacity: 0.3;
        cursor: default;
        transition: all 0.25s ease-in-out;
    }

.next-event,
.prev-event {
    opacity: 0;
    display: none;
    animation: fadeOut 0.5s forwards;
}



.category.white {
    color: white;
    padding-top: 2rem;
}

.box {
    width: 92%;
    height: 30vh;
    border: 1px solid white;
    padding: 2rem;
    position: relative;
    top: 30%;
}

.search {
    float: left;
    margin-top: 8px;
    margin-left: 30px;
    cursor: pointer;
}

.searchTerm {
    color: white;
    background-color: rgba(48, 47, 56, 0);
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: transparent;
}

.btn-lang, .btn.btn-lang.dropdown-toggle {
    background-color: #33313d;
    color: white;
}

button.btn.btn-lang.dropdown-toggle {
    background-color: transparent;
    color: white;
    font-weight: bold;
}

.searchButton {
    margin-right: 1rem;
    background-color: transparent;
    border: none;
    border: none;
    color: gray;
}

    .searchButton:hover, .searchButton:active {
        color: white;
    }

input::placeholder, input::placeholder:focus {
    color: white;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: white;
}

input::placeholder:-ms-input-placeholder {
    color: white;
}

.ion-ios-search-strong {
    font-size: 2rem;
    border: none;
    color: white;
}

.ion-flame {
    font-size: 3rem;
    margin-right: 2rem;
}

.date-month,
.date-day,
.event-location {
    margin: 0;
}

    .event-location .ion-minus:before {
        content: '';
        position: relative;
        bottom: 3px;
        height: 1px;
        width: 15px;
        background-color: magenta;
        margin-right: 0.8rem;
    }

h4.category {
    text-transform: uppercase;
    font-size: 1.7rem;
    padding-top: 3rem;
    color: #251c78;
    padding-bottom: 2rem;
}

.one-line-text {
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1rem;
}

p.date-day {
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
}

.ring {
    position: absolute;
    right: -30px;
    top: 80px;
    z-index: 2;
}

.ring2 {
    position: absolute;
    right: -15px;
    ;
    top: 100px;
    z-index: 2;
}
/*NAVIGATION*/
.affix {
    top: 0;
    width: 100%;
}

.affix-top {
    width: 100%;
}

.affix {
    position: fixed;
    left: 0;
    right: 0;
}

.menu-items {
    float: right;
    position: relative;
    top: 8px;
    right: 0;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
}


.menu .navbar.navbar-inverse {
    background-color: rgb(48, 46, 58);
    height: 50px;
    border: none;
    border-radius: 0;
}

.navbar-inverse .navbar-collapse {
    background-color: transparent;
    height: auto;
    float: right;
}

.navbar {
    position: fixed;
    left: 0;
    right: 0;
}

.navbar-brand {
    padding: 15px 0px;
    margin-left: 0 !important;
    width: 7rem;
}

.affix .navbar-brand img {
    width: 4rem;
}

.navbar-inverse .navbar-collapse {
    background-color: transparent;
    border: none;
    height: auto;
    float: right;
}

.navbar-inverse .navbar-right {
    margin-right: 0;
}

.navbar-brand > img {
    width: 7rem;
}

.navbar-brand img {
    width: 100%;
    transition: all 0.25s ease-in-out;
}

.affix .navbar-brand img {
    width: 4rem;
    transition: all 0.25s ease-in-out;
}


.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    border-color: #33313d;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #2d2c35;
}



.navbar-nav > li {
    min-width: 0;
}

.dropdown-menu {
    min-width: 50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .dropdown-menu > li > a {
        padding: 3px 15px;
    }

/*PADDING, MARGINS*/
.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.px-5 {
    padding: 5px;
}

.p-5 {
    padding: 5rem;
}

.p-3 {
    padding: 3rem;
}

.pbt-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-30 {
    padding: 3rem 0rem;
}

.pr-0 {
    padding-right: 0;
}

.pt-3 {
    padding-top: 3rem;
}

.py-50 {
    padding: 5rem 0rem;
}

.py-103 {
    padding: 1rem 0rem 3rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.mt-3 {
    margin-top: 3rem;
}

p.mb-2 {
    margin-bottom: -2rem;
}

.mb-1 {
    margin-bottom: -1rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

hr {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
/* language select*/
.open > .dropdown-menu {
    background-color: #33313d;
    color: #9d9d9d;
}

.dropdown-menu {
    margin-left: -5px;
    margin-top: 0px;
    width: 75%;
    top: 80%;
}

    .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .dropdown-menu > li > a:hover {
            color: white;
            text-decoration: none;
            background-color: transparent;
        }

.open > .dropdown {
    width: 10px;
    margin-top: 10px;
}

ul.dropdown-menu > li {
    max-width: 20px;
}

.navbar-nav > li.no-underline > a:hover {
    border-bottom: 0px !important;
}

.carousel-item, .carousel-item2 {
    /*border-right: 1px solid #253253;*/
    height: 100vh;
    position: relative;
    color: white;
}

    .carousel-item:first-of-type {
        /*border-left: 1px solid #253253;*/
    }

    .carousel-item:nth-of-type(3) {
        height: 100vh;
    }

a .ion-bag {
    top: 3px;
    position: relative;
}

/*BUTTONS*/

.btn-book-tickets2 {
    position: absolute;
    top: 30rem;
    background-image: linear-gradient(to right, #1f1c75, #711e94);
    color: white;
    border-color: transparent;
    font-size: 1.1rem;
    text-align: center;
    padding: 1rem;
    width: 20rem;
    font-weight: bold;
    left: 7rem;
    margin-top: 2rem;
    display: none;
}

.btn-book-tickets, .btn-buy-tickets {
    background-image: linear-gradient(to right, #1f1c75, #711e94);
    color: white;
    border-color: transparent;
    font-size: 1.3rem;
    text-align: center;
    padding: 1rem;
    width: 100%;
    font-weight: bold;
    white-space: initial;
}

    .btn-book-tickets:focus, .btn-buy-tickets:focus {
        color: white;
    }

.eventClosed {
    padding: 8px;
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    text-align: right;
}

.btn-buy-tickets {
    text-transform: uppercase;
    margin-top: 7rem;
}

    .btn-book-tickets:hover, .btn-send:hover, .btn-buy-tickets:hover {
        background-image: linear-gradient(to right, #711e94, #1f1c75);
        color: white;
    }

.btn {
    border: 0px solid transparent;
}

a.dropdown-toggle.bela {
    color: white !important;
    padding-right: 10px;
    text-decoration: none;
}

span.ion-ios-arrow-down {
    margin-left: 5px;
}

    span.ion-ios-arrow-down:hover {
        font-weight: bold;
    }
/*CAROUSEL*/
.img1, .img2, .img3, .img4 {
    background-size: cover;
    background-repeat: no-repeat;
}


.ion-minus {
    width: 20px;
    color: #e0177a;
    display: inline-block;
    font-size: 12px;
}

.book-event-box {
    border: 1px solid white;
    width: 90%;
    height: 23rem;
    position: absolute;
    left: 0%;
    top: 30vh;
}

.event-box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    margin-top: 50px;
}

    .event-box p {
        margin: -30px 0 10px;
    }

.date-box {
    margin-bottom: 30px;
}

.pills-wrap {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.fill {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
}

.carousel-event-type {
    left: 0;
    top: 0;
    margin-bottom: 9px;
    display: block;
}

    .carousel-event-type p {
        font-size: 2.5rem;
        font-weight: lighter;
        display: inline;
    }

.carousel-indicators {
    bottom: 40px;
}

.carousel-event {
    width: 70rem;
    display: block;
}

    .carousel-event h1 {
        font-size: 6.4rem;
        font-weight: bold;
    }

.carousel-inner, .carousel, .item {
    height: 80vh;
    width: 100%;
    overflow: hidden;
    background-position: center center;
}

    .item .container {
        position: relative;
        height: 100%;
    }

.carousel-indicators li {
    width: 30px;
    height: 5px;
    border: none;
    border-radius: 0;
    background-color: rgba(150,150,150,0.8);
    margin: 0 3px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

    .carousel-indicators li.active {
        background-image: linear-gradient(to right, #1f1c75, #711e94);
        width: 30px;
        height: 5px;
        border: none;
        border-radius: 0;
        margin: 0 3px;
    }

    .carousel-indicators li:hover {
        background-color: rgb(48, 45, 55);
        transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
    }

.bg-dark {
    background-color: #131219;
}

.bg-black {
    background-color: #000;
}


.bg-footer {
    background-color: #25283c;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    top: auto;
    color: white;
}

.navbar {
    margin-bottom: -50px;
}

.navbar-inverse {
    background-color: rgba(19, 18, 25, 0.9);
    z-index: 30;
}

.event-group-row:first-of-type .event-header {
    background: rgba(13,12,17,1);
    background: -moz-linear-gradient(top, rgba(13,12,17,1) 0%, rgba(13,12,17,1) 24%, rgba(48,46,56,1) 93%, rgba(48,46,57,1) 94%, rgba(48,46,57,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,12,17,1)), color-stop(24%, rgba(13,12,17,1)), color-stop(93%, rgba(48,46,56,1)), color-stop(94%, rgba(48,46,57,1)), color-stop(100%, rgba(48,46,57,1)));
    background: -webkit-linear-gradient(top, rgba(13,12,17,1) 0%, rgba(13,12,17,1) 24%, rgba(48,46,56,1) 93%, rgba(48,46,57,1) 94%, rgba(48,46,57,1) 100%);
    background: -o-linear-gradient(top, rgba(13,12,17,1) 0%, rgba(13,12,17,1) 24%, rgba(48,46,56,1) 93%, rgba(48,46,57,1) 94%, rgba(48,46,57,1) 100%);
    background: -ms-linear-gradient(to bottom, rgb(15, 15, 19) 0%, rgb(21, 19, 27) 24%, rgba(48,46,56,1) 93%, rgba(48,46,57,1) 94%, rgba(48,46,57,1) 100%);
    background: linear-gradient(to bottom, rgb(15, 15, 19) 0%, rgb(21, 19, 27) 24%, rgba(48,46,56,1) 93%, rgba(48,46,57,1) 94%, rgba(48,46,57,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0c11', endColorstr='#302e39', GradientType=0 );
    height: 11rem;
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 15px;
}



.gradient-text-purple {
    background: #711e94; /* Old browsers */
    background: -moz-linear-gradient(left, #1f1c75 19%, #711e94 46%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1f1c75 19% #711e94 46%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1f1c75 19 #711e94 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1c75', endColorstr='#711e94',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text {
    background: #00fdad; /* Old browsers */
    background: -moz-linear-gradient(left, #00fdad 19%, #00d7f1 46%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00fdad 19%,#00d7f1 46%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00fdad 19%,#00d7f1 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdad', endColorstr='#00d7f1',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #00fdad;
}

.gradient-text2 {
    background: rgba(0,253,173,1);
    background: -moz-linear-gradient(left, rgba(0,253,173,1) 0%, rgba(0,217,241,1) 20%, rgba(0,217,241,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,253,173,1)), color-stop(20%, rgba(0,217,241,1)), color-stop(100%, rgba(0,217,241,1)));
    background: -webkit-linear-gradient(left, rgba(0,253,173,1) 0%, rgba(0,217,241,1) 20%, rgba(0,217,241,1) 100%);
    background: -o-linear-gradient(left, rgba(0,253,173,1) 0%, rgba(0,217,241,1) 20%, rgba(0,217,241,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,253,173,1) 0%, rgba(0,217,241,1) 20%, rgba(0,217,241,1) 100%);
    background: linear-gradient(to right, rgba(0,253,173,1) 0%, rgba(0,217,241,1) 20%, rgba(0,217,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdad', endColorstr='#00d9f1', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient {
    background: #711e94; /* Old browsers */
    background: -moz-linear-gradient(left, #1f1c75 19%, #711e94 46%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1f1c75 19% #711e94 46%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1f1c75 19 #711e94 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1c75', endColorstr='#711e94',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*CARDS*/
.eventList-wrapper {
    margin: 15px 0 0px;
}

.event {
    display: block;
}

    .event.visible-event {
        display: block;
    }

.card {
    border: 1px solid #e7eaee;
    border-radius: 5px;
    background-color: white;
    overflow: hidden;
    margin-bottom: 15px;
}

.closed-event .img-wrapper img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.gray-container .card, .event-group-row:first-of-type .card {
    border: 1px solid #575466;
    border-radius: 5px;
    background-color: transparent;
    width: 100%;
}

.gray-container .card-title-dark, .event-group-row:first-of-type .card-title-dark {
    color: #fff;
}

.gray-container .card-text-dark, .event-group-row:first-of-type .card-text-dark {
    color: #f6f6f9;
}

.card-img-top {
    height: 200px;
}

img.card-img-top {
    width: 100%;
}

.card-body {
    padding: 1.5rem;
    color: #888888;
}

.card .card-body {
    height: 215px;
}

.card-title, .card-title-white, .card-title-dark {
    font-size: 1.7rem;
    font-weight: bold;
    align-self: center;
    height: 55px;
    margin-top: 5px;
    overflow: hidden;
}




.span.card-title, .span.card-title-white, .span.card-title-dark {
    font-size: 2.5rem;
}



/* za kartickata na festivals */
.event-group-row {
    background-color: #f6f6f9;
}

    .event-group-row .category {
        color: #251c78;
    }

    .event-group-row.dark {
        padding: 0 0 40px 0;
        background-color: #302e39;
    }

        .event-group-row.dark h4 {
            padding-top: 0;
            color: white;
        }

.card-title-dark2 {
    color: #000;
    text-transform: uppercase;
}

.card-title-no-tickets {
    font-size: 2.1rem;
    font-weight: bold;
    margin-left: 5px;
    align-items: center;
    margin-top: -5px;
    color: black;
}

.buy-tickets-box {
    display: table;
    width: 100%;
    margin-top: 4rem;
}

.event-info {
    min-height: 37px;
}

.card-text, .card-text-dark {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 5px;
    max-height: 40px;
    overflow: hidden;
    /*min-height: 56px;*/
}

.buy-tickets-box .card-text,
.buy-tickets-box .card-text-dark {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 10px;
}

.card-text-dark {
    color: #302e39;
}

.card-location {
    font-size: 1.3rem;
    display: block;
    vertical-align: middle;
}

p.card-text-dark {
    color: rgba(48, 46, 57, 0.5);
}

h5.card-text-price {
    color: #fff;
    font-size: 1.3rem;
    display: table-cell;
    vertical-align: middle;
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 5px;
}

.price-big {
    font-size: 3.3rem;
    font-weight: bold;
    margin-left: 5px;
}


.gray-container {
    background-color: #131219;
    padding-bottom: 0rem;
}

.light-container {
    background-color: #f6f6f9;
    /*padding-bottom: 3rem;*/
    color: #302e39;
}

    .light-container .card:hover, .card-description {
        box-shadow: -3px 5px 20px -3px rgba(230,231,240,0.88);
        -moz-box-shadow: -3px 5px 20px -3px rgba(230,231,240,0.88);
        -webkit-box-shadow: -3px 5px 20px -3px rgba(230,231,240,0.88);
    }

.category-tab {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    padding-top: 1rem;
}


.navbar-inverse .navbar-nav > li > a:hover {
    color: white;
}

.nav-pills > li {
    margin-right: 2rem;
}

    .nav-pills > li > a {
        text-transform: uppercase;
        font-size: 1.4rem;
        font-weight: bold;
        color: #b9b9bd;
        background-color: transparent;
    }

        .nav-pills > li > a:hover {
            color: #231c77;
            background-color: transparent;
        }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #231c77;
        background-color: transparent;
    }


.nav-pills {
    margin-left: -15px;
}

    .nav-pills.index > li.active > a:after, .nav-pills.index > li.active > a:focus:after, .nav-pills.index > li.active > a:hover:after {
        content: "";
        display: block;
        width: 50%;
        padding-top: 5px;
        margin-top: 10px;
        border-width: 0px;
        border-style: solid;
        background-image: linear-gradient(to right, #1f1c75, #711e94);
    }

.upcoming-events-title {
    background-color: #302e39;
}

    .upcoming-events-title h4.category {
        color: #fff;
    }

/* FOOTER */


.links-wrap {
    height: 15rem;
}

.footer-list, ul.footer-links {
    list-style: none;
    margin-bottom: 3rem;
}

.footer-links {
    border-bottom: 1px solid #404254;
    padding: 3.2rem 0rem 2rem 1.3rem;
}

    .footer-links a, .footer-list a {
        color: white;
        font-size: 1.2rem;
    }

    .footer-links a {
        text-transform: uppercase;
        font-weight: bold;
    }

.footer-list a:hover {
    text-shadow: 0px 0px 8px rgba(255,255,255,0.5);
}

h5.copyright {
    font-size: 1rem;
    display: table-cell;
    vertical-align: middle;
}

.footer-details {
    display: table;
    padding: 0 0 3rem;
    margin-top: 5rem;
}

    .footer-details img {
        height: 4rem;
        display: table-cell;
        vertical-align: middle;
        margin-right: 3rem;
    }

.footer-category-group {
    display: table;
    width: 100%;
}


.footer-category-links h5 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.social-media {
    display: table;
    align-content: center;
}

.sm-icon {
    display: table-cell;
    font-size: 1.8rem;
    padding-right: 1.5rem;
    color: white;
    cursor: pointer;
}

    .sm-icon:hover {
        color: #fff;
        text-shadow: 0px 0px 6px rgb(255, 255, 255);
    }

.ion-bag {
    font-size: 2rem;
    color: #9d9d9d;
}

p.contact {
    font-size: 1.2rem;
}

.payment-icons {
    display: flex;
}

    .payment-icons img {
        height: 4.2rem;
        margin-right: 1rem;
    }

.img-wrapper {
    overflow: hidden;
    vertical-align: middle;
    height: 167px;
    background: rgba(130, 130, 130, 0.1);
    position: relative;
}

    .img-wrapper .bg-blured-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        filter: blur(8px);
        -webkit-filter: blur(6px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.3;
    }

    .img-wrapper img {
        transform: scale(1);
        transition-timing-function: ease-in;
        transition: 0.5s;
        height: 167px;
        width: 100%;
        object-fit: scale-down;
    }

        .img-wrapper img:hover {
            transform: scale(1.05);
            transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
        }

.gradient-box-wrapper {
    position: relative;
    top: 21%;
}

.gradient-box {
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-position: 0 0, 0 100%;
    padding: 2rem 3rem 4rem 2rem;
    border-left: 2px solid transparent;
    border-right: 2px solid #89898c;
    background-repeat: no-repeat;
    -moz-background-size: 100% 2px;
    -webkit-background-size: 100% 2px;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left, transparent 0%, #89898c 100%), -webkit-linear-gradient(left, transparent 0%, #89898c 100%);
    background-image: -moz-linear-gradient(left, transparent 0%, #89898c 100%), -moz-linear-gradient(left, transparent 0%, #89898c 100%);
    background-image: -o-linear-gradient(left, transparent 0%, #89898c 100%), -o-linear-gradient(left, transparent 0%, #89898c 100%);
    background-image: linear-gradient(to right, transparent 0%, #89898c 100%), linear-gradient(to right, transparent 0%, #89898c 100%);
}

.gradient-box-date {
    padding: 1rem;
}



/* ABOUT US PAGE */


.input-group .form-control:focus {
    outline: 0;
}

.bold {
    font-weight: bold;
}

.art {
    background-image: url('./images/art.jpg?v001');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

.form-wrap {
    background-color: rgba(255,255,255,0.051);
    padding: 1rem 5rem;
    margin-bottom: 5rem;
}

.btn-send {
    background-image: linear-gradient(to right, #1f1c75, #711e94);
    color: white;
    border-radius: 15px;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    width: 100%;
}

.input-group, textarea {
    margin-bottom: 1.5rem;
}

    .input-group .form-control {
        border-radius: 5rem !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        background-color: #23253c;
        border: 1px solid transparent;
        color: #4f5166;
        height: auto;
        padding: 1rem;
    }

    textarea.form-control {
        background-color: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #9b9ca6;
        margin: 2rem 0 5rem;
    }

.input-group-addon {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #23253c;
    border: 1px solid transparent;
    border-radius: 5rem;
    color: #4f5166;
}

input.form-control::placeholder {
    color: #626474;
    opacity: 1;
    font-size: 1.1rem;
}

input.form-control:focus::placeholder, input.form-control:hover::placeholder, textarea.form-control:hover::placeholder {
    color: white;
}

input.form-control:focus, textarea.form-control:focus {
    color: white;
}

.input-group-addon i.glyphicon {
    left: 5px;
}


input.form-control::-ms-input-placeholder {
    color: #626474;
    font-size: 1.1rem;
}

input::placeholder:-ms-input-placeholder {
    color: #626474;
    font-size: 1.1rem;
}

textarea.form-control::placeholder {
    font-size: 1.1rem;
    padding: 0;
}

textarea.form-control::-ms-input-placeholder {
    font-size: 1.1rem;
    padding: 0;
}

textarea::placeholder:-ms-input-placeholder {
    font-size: 1.1rem;
    padding: 0;
}

.input-group .form-control:focus, .form-group.input-wrap {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 174, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.0);
    transition: all 0.25s ease-in-out;
}

.input-wrap {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,148,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    border-radius: 5rem;
}

.about {
    margin: 5rem 0rem;
}

.form-wrap .input-group .form-control {
    color: white;
}

.about p {
    font-size: 14px;
    line-height: 2.1rem;
    padding-right: 5rem;
    padding-top: 3rem;
}

p.bold {
    padding: 0;
}

.about h5 {
    font-size: 1.8rem;
    font-weight: bold;
}

.about-wrapper {
    background: url('../images/rave_images/art.jpg?v001');
    background-size: cover;
    background-position: center center;
    margin: 0;
    position: relative;
    color: white;
    min-height: calc(100vh - 370px);
    padding-bottom:30px;
}

    .about-wrapper h2 {
        text-align: center;
        text-transform: uppercase;
        margin-top: 120px;
        margin-bottom: 7rem;
        font-weight: bold;
    }

.call-txt {
    padding: 0rem;
    margin-top: 2rem;
}

    .call-txt > p {
        font-size: 11px;
        color: #848590;
        text-transform: uppercase;
        margin: 0;
    }

    .call-txt span {
        font-size: 1.4rem;
        font-weight: bold;
    }


/* FESTIVALS */

.bkg-img {
    background-image: url('../images/pave_images/details-bkg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 18rem 0;
}

.details-wrapper {
    position: absolute;
    left: 38%;
    z-index: 10;
    top: 20vh;
}

.flex-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

h2.event-details-name {
    font-size: 5.5rem;
}

.bg-gray {
    background-color: #f5f5f6;
}



.buy-tickets-box > .social-media {
    color: #888888;
}

    .buy-tickets-box > .social-media > span:last-of-type {
        padding-right: 0;
    }

.buy-tickets-box > .social-media {
    display: block;
    text-align: center;
}

.centered.sm-icon {
    display: inline-block;
    font-size: 2.3rem;
    margin-top: 2.5rem;
}

.buy-tickets-box > .sm-icon {
    display: block;
}


.event-details-date {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.list-group {
    text-transform: uppercase;
    list-style: none;
}

.li.list-group-item {
    border-bottom: 1px solid #eaeaeb;
}

.list-group-row p, .list-group-row1 p {
    margin-top: 10px;
    font-size: 1.3rem;
}

.list-group-row1:hover {
    background-color: #f9f9f9;
}

.list-group-row {
    display: flex;
    flex-direction: row;
    align-content: center;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    color: #b0b0b0;
}

.list-group-row1 {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    color: #b0b0b0;
}

.category-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: white;
}

.btn-choose {
    background-image: none;
    color: black;
    background-color: #e7e7e7;
    border-color: transparent;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    width: 28rem;
    display: table-cell;
}

    .btn-choose:hover, .btn-choose:active, .btn-choose:focus {
        background-image: linear-gradient(to right, #1f1c75, #711e94);
        color: white;
    }

.social-media-desc {
    display: flex;
    justify-content: center;
}

.map-image img {
    height: 40rem;
}
/* GOOGLE MAP */


#map {
    width: 100%;
    height: 50vh;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}

.info-content {
    color: #999;
}

.google-wrapper {
    position: relative;
}




/* DETAILS PAGE */


/* Create a custom checkbox */
.checkbox label {
    color: #c1c1c1;
    text-transform: uppercase;
    font-size: 1.7rem;
    padding-top: 0.5rem;
}

.check-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.checkbox-wrapper {
    padding: 3rem 1rem 5rem 1rem;
}

.check-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: -15px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid #c1c1c1;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.check-wrapper input:checked ~ .checkmark:after {
    display: block;
}

.check-wrapper .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.general {
    color: #c1c1c1;
}


.check-wrapper:hover input ~ .checkmark {
    background-color: transparent;
    border: 1px solid red;
}

.check-wrapper input:checked ~ .checkmark {
    background-color: #d423b2;
}

#golden input:checked ~ .checkmark {
    background-color: #00a180;
}

#golden:hover input ~ .checkmark {
    border: 2px solid #00a180;
}

#platinum input:checked ~ .checkmark {
    background-color: #5fcbf3;
}

#platinum:hover input ~ .checkmark {
    border: 2px solid #5fcbf3;
}

#vip-silver input:checked ~ .checkmark {
    background-color: #fbb300;
}

#vip-silver:hover input ~ .checkmark {
    border: 2px solid #fbb300;
}

#fan-pack:hover input ~ .checkmark {
    border: 2px solid #4e4e4e;
}

#fan-pack input:checked ~ .checkmark {
    background-color: #4e4e4e;
}

#vip-gold:hover input ~ .checkmark {
    border: 2px solid #5fcbf3;
}

#vip-gold input:checked ~ .checkmark {
    background-color: #5fcbf3;
}

#vip-platinum:hover input ~ .checkmark {
    border: 2px solid #00a180;
}

#vip-platinum input:checked ~ .checkmark {
    background-color: #00a180;
}

#vip-diamond:hover input ~ .checkmark {
    border: 2px solid #dddddd;
}

#vip-diamond input:checked ~ .checkmark {
    background-color: #dddddd;
}

#general:hover input ~ .checkmark {
    border: 2px solid #d423b2;
}

#general input:checked ~ .checkmark {
    background-color: #d423b2;
}



/* search button */


#search input::placeholder {
    font-size: 2rem;
    opacity: 4rem;
}

#search input::-ms-input-placeholder {
    font-size: 2rem;
}

#search input::placeholder:-ms-input-placeholder {
    font-size: 2rem;
}

#search {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search input[type="search"] {
        font-size: 3rem;
        font-weight: 300;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 32%;
        color: #fff;
        background: rgba(0, 0, 0, 0);
        border: 0px;
        border-bottom: 1px solid #f5f5f52e;
        margin: 0px auto;
        margin-top: -51px;
        padding-right: 30px;
        padding-bottom: 1rem;
        outline: none;
        width: 40%;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        background-image: linear-gradient(to right, #1f1c75, #711e94);
        padding: 5px 30px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: transparent;
        opacity: 1;
        padding: 10px 17px;
        font-size: 4rem;
        font-weight: lighter;
    }

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }


/* GALLERY */

.main-title {
    text-align: center;
    text-transform: uppercase;
    margin-top: 9.5rem;
    margin-bottom: 2.5rem;
}


.text, .date {
    color: white;
    text-transform: uppercase;
    padding-left: 1rem;
}

.text {
    font-weight: bold;
    font-size: 1.6rem;
}

.date {
    font-size: 1.3rem;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.gallery-item {
    margin: 30px 0px;
}

    .gallery-item img {
        background-color: #131219;
        opacity: 0.8;
        transform: scale(1);
        transition-timing-function: ease-in;
        transition: 0.5s;
        max-width: 100%;
    }

    .gallery-item:hover img {
        opacity: 1;
        transform: scale(1.05);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

.gallery-item-wrap {
    overflow: hidden;
    min-height: 150px;
    position: relative;
}

.gallery-item a:hover .date {
    transform: translateY(0);
    transition-delay: 0.3s;
    transition: all 0.5s 0s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.gallery-item-info {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    height: 6rem;
    left: 0;
    right: 0;
    transition: all 0.5s 0s ease-in-out;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
}

.gallery-item a:hover .gallery-item-info {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s ease-in-out;
    -webkit-transition: all 0.5s 0s ease-in-out;
    -moz-transition: all 0.5s 0s ease-in-out;
    -o-transition: all 0.5s 0s ease-in-out;
}

.gallery-item-date {
    overflow: hidden;
    margin-top: 1rem;
}

.gallery-item a .date {
    display: inline-block;
    position: relative;
    transition: all 0.5s 0s ease-in-out;
    transform: translateY(102%);
}

ul.list-unstyled.footer-links.list-inline {
    padding: 2rem 0rem 2rem;
}

.footer-links li {
    padding-right: 15px;
}

#latestNewsT.row, #gallery.row, .latestNewsT .row {
    margin-left: -7px;
    margin-right: -7px;
}

#latestNewsT .col-md-3, #gallery .col-md-4.px-7, .latestNewsT .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.gallery-item > div {
    margin-bottom: 30px;
}

.gallery-item .date {
    visibility: hidden;
}

.gallery-item:hover .date {
    visibility: visible;
}

.gallery-item:hover .text {
    background: #00fdad; /* Old browsers */
    background: -moz-linear-gradient(left, #00fdad 19%, #00d7f1 46%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #00fdad 19%,#00d7f1 46%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #00fdad 19%,#00d7f1 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdad', endColorstr='#00d7f1',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .gradient-text {
        background: none;
    }

        .gradient-text span {
            color: #00fdad;
        }
}

.search-page {
    margin-top: 60px;
    color: white;
    padding: 50px 0;
}

    .search-page h1 {
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 1rem;
    }

.search-results {
    padding: 150px 0 100px;
    background: url(../images/rave_images/art.jpg?v001);
    background-size: cover;
    background-position: center center;
    min-height: 70vh;
    color: #fff;
}

#scroll-to-top {
    background-color: #f6f6f9;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 50px;
    left: auto;
    bottom: 270px;
    z-index: 9;
    border-radius: 50%;
    color: #25283c;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.9);
    opacity: 0;
    top: auto;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

    #scroll-to-top:hover {
        background-color: rgb(205, 180, 218);
        box-shadow: 1px 1px 4px rgb(108, 30, 146);
        -webkit-box-shadow: 1px 1px 4px rgb(108, 30, 146);
        -moz-box-shadow: 1px 1px 4px rgb(108, 30, 146);
        transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
    }

    #scroll-to-top.affix {
        opacity: 1;
        transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
    }

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: #131219;
}

.loader-image {
    position: fixed;
    vertical-align: middle;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: spin;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -ms-animation-name: spin;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: ease-in-out;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.events-wrapper-scroll {
    max-height: 450px;
    overflow: auto;
    padding-right: 30px;
    margin-bottom: 30px;
}

textarea {
    resize: vertical;
}

.newsInner {
    background-color: #131219;
    padding-bottom: 83px;
    color: white;
    PADDING-TOP: 30px;
}

.miniBox .panel-default {
    border-color: #ddd;
    padding: 25px;
    border-radius: 0;
    background-color: #2c2b34;
    border: none;
    color: white;
    box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.25);
    padding-bottom: 65px;
}

.pb30 .panel-default {
    padding-bottom: 30px !important;
}

.miniCart .event {
    list-style: none;
    display: block;
    max-height: 270px;
    overflow: auto;
    padding-right: 10px;
}

.miniCart .eventsWrapper.panel-body {
    padding: 0 0 15px 0;
    min-width: 320px;
}

.event li div > h4 {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}

.eventInformation {
    padding-bottom: 5px;
}

    .eventInformation:not(:last-of-type) {
        border-bottom: 1px solid rgba(239, 239, 239, 0.15);
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

.tikets li {
    display: table;
    width: 100%;
}

.tikets {
    width: 100%;
}

    .tikets th {
        padding: 3px;
        padding-bottom: 5px;
        color: #989898;
        font-weight: normal;
    }

    .tikets td {
        padding: 3px;
        font-size: 12px;
        text-align: left;
    }

        .tikets td p {
            margin-bottom: 0;
        }

    .tikets th:last-of-type {
        text-align: center;
    }

    .tikets td:last-of-type {
        text-align: right;
    }

.information-part {
    display: table-cell;
    font-size: 12px;
    font-weight: normal;
}

    .information-part strong {
        font-weight: 100;
    }

    .information-part.price-part {
        text-align: right;
    }

.itemDel {
    margin-left: 15px;
    cursor: pointer;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: -9px;
}

.miniCart > div {
    display: none;
    position: absolute;
    right: -24px;
    width: auto;
    min-width: 260px;
    top: 35px;
}

.miniCart .panel-footer {
    padding: 20px 0px 0;
    background-color: #2b2b34;
    border-top: 1px solid #ffffff26;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    TEXT-ALIGN: right;
    display: table;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 13px 30px;
}

.miniCart:hover > div {
    display: block;
}

.sum {
    display: table-cell;
    width: 55%;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: left
}

    .sum > span {
        display: inline-block;
        text-align: left;
    }

    .sum .event-price {
        text-align: right;
        padding-left: 5px;
        font-weight: bold;
    }

mini-shopping-cart {
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 7px;
}

.miniCart .eventSale {
    /* display: inline-block; */
    /* text-align: center; */
    /* color: white; */
    margin: 0;
    padding: 1rem 15px !important;
    /* min-width: 0; */
    width: auto;
}

    .miniCart .eventSale:hover {
        color: #ffffff;
    }

.event::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.event::-webkit-scrollbar-track {
    background: #000000;
    border-radius: 17px;
}

/* Handle */
.event::-webkit-scrollbar-thumb {
    background: #3e4140;
    border-radius: 17px;
}

    /* Handle on hover */
    .event::-webkit-scrollbar-thumb:hover {
        background: #a3a3a3;
    }

.cartAnc {
    transition: all 0.5s ease-in-out;
}

    .cartAnc:hover {
        color: white;
        transition: all 0.25s ease-in-out;
    }

.miniCart {
    height: 50px;
    width: 25px;
}

@media(min-width:768px) {
    .miniCart {
        height: 50px;
        width: 25px;
        text-align: left;
    }
}

@media(min-width:1200px) {
    @keyframes blinkMove {
        0% {
            box-shadow: 0px 0px 6px rgb(255, 255, 255);
        }

        50% {
            box-shadow: 0px 0px 13px rgb(255, 255, 255);
        }

        100% {
            box-shadow: 0px 0px 6px rgb(255, 255, 255);
        }
    }

    .blink {
        -webkit-animation-name: blinkMove; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
        animation-name: blinkMove;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
}

@media(max-width:767px) {
    .miniCart > div:not(.open) {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0s linear 300ms, opacity 300ms;
    }

    .miniCart > div.open {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: visibility 0s linear 0s, opacity 300ms;
        position: fixed;
        left: 15px;
        width: auto;
        max-width: 90%;
        top: 50px;
    }

    .miniCart .close {
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .2;
        position: fixed;
        top: 55px;
        color: white;
        text-align: center;
        width: 25px;
        opacity: 1;
        right: 25px;
        z-index: 9;
    }

    .miniCart .event {
        padding-right: 0;
    }

    .miniCart .eventsWrapper.panel-body {
        padding: 20px 0 15px 0;
        min-width: 260px;
    }

    .miniCart .eventSale {
        margin: 0;
    }

    .gradient-box-date:before {
        content: '';
        display: block;
        width: 60px;
        height: 60px;
        background-size: COVER;
        POSITION: ABSOLUTE;
        left: 5px;
        top: 15px;
        background-image: url(../images/circle.png);
    }

    .search-results {
        padding-top: 70px;
    }
}

.warning-icon-img {
    left: 0;
    right: 0;
    display: block;
    width: 40px;
    margin: auto;
    opacity: .15;
    margin-bottom: 20px;
}

.dark-bcg {
    padding: 200px 0;
    background: #2a2d42;
}

.systemMsgBox {
    width: 300px;
    margin: auto;
    margin-top: 90px;
    min-height: 350px;
    background: #fff;
    box-shadow: -3px 5px 20px -3px rgba(230, 231, 240, 0.88);
    border: 1px solid #e7eaee;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
}

    .systemMsgBox span {
        font-size: 70px;
        display: block;
        text-align: center;
        margin: 10px 0;
        color: #711e94;
    }

    .systemMsgBox p {
        margin: 40px 0 0 0;
        text-align: center;
        line-height: 1.5;
        font-size: 14px;
        color: #999;
    }

.goToHome {
    position: absolute;
    bottom: 30px;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    text-decoration: underline;
    color: #711e94 !important;
    font-size: 14px;
}

/*#region galerija*/
.imgWrap {
    position: relative;
    height: 250px;
}

    .imgWrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .imgWrap a {
        display: block;
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, 0.0);
        left: 0;
        right: 0;
        color: #fff !important;
        top: 0;
        overflow: hidden;
    }

        .imgWrap a:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            top: 100%;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            position: relative;
            animation: slideDown ease-out .3s;
        }

        .imgWrap a .galleryTitle {
            position: absolute;
            bottom: 0;
            padding: 8px 17px 20px;
            display: block;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
        }

            .imgWrap a .galleryTitle h5 {
                font-size: 13px;
                margin: 0;
                text-transform: uppercase;
                line-height: 1.5;
                transition: 0.1s linear all;
            }

            .imgWrap a .galleryTitle h6 {
                font-size: 11px;
                margin: 0;
                opacity: 0;
                transition: 0.3s linear all;
            }

        .imgWrap a:hover:before {
            top: 0;
            animation: slideUp ease-out .3s;
        }

        .imgWrap a:hover .galleryTitle h6 {
            opacity: 1;
            transition: 0.3s linear all;
        }

        .imgWrap a:hover .galleryTitle h5 {
            background: #00fdad;
            background: -moz-linear-gradient(left, #00fdad 19%, #00d7f1 46%);
            background: -webkit-linear-gradient(left, #00fdad 19%,#00d7f1 46%);
            background: linear-gradient(to right, #00fdad 19%,#00d7f1 46%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdad', endColorstr='#00d7f1',GradientType=1 );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            transition: 0.1s linear all;
        }


@keyframes slideUp {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

@keyframes slideDown {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

.galleryWrap {
    margin-top: 40px;
}
/*#endregion galerija*/

/*#region toast*/
.toast-top-right {
    top: 10%;
    right: 2%;
}

.toast-message {
    text-align: center;
}

    .toast-message:before {
        content: "\f44c";
        color: #621d8e;
        font-size: 50px;
        text-align: center;
        display: block;
        padding-bottom: 20px;
        opacity: .8;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

#toast-container > div {
    margin: 0 0 6px;
    padding: 60px 30px;
    width: 250px;
    min-height: 250px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #323946;
    opacity: .95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    background-color: #fff;
    background-image: none !important;
}

#toast-container > .toast-error {
    background-image: none !important;
}
/*#endregion toast*/
/*#region contact-form*/
.contact-form .input-group {
    width: 100%;
    margin-bottom: 2.5rem;
    z-index: auto !important;
}

    .contact-form .input-group textarea.form-control {
        background-color: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        border-bottom: 1px solid #9b9ca6 !important;
        box-shadow: inset 0px 0px 3px 1px rgba(0,0,0,.075);
        padding: 1rem;
    }

    .contact-form .input-group .error-message {
        position: absolute;
        left: 20px;
        bottom: -16px;
        font-size: 11px;
        color: #ff7373;
    }

.contact-form .btn-send {
    margin-top: 5rem;
    color: #fff !important;
}

.contact-form h6 {
    margin-bottom: 2.5rem;
    margin-top: 2rem;
}

.conactAfterMsg {
    padding: 20px 0;
    text-align: center;
}

    .conactAfterMsg span {
        margin-bottom: 20px;
        display: block;
    }

        .conactAfterMsg span.ion-ios-checkmark-outline {
            font-size: 50px;
        }
/*#endregion*/
.eventGroup-wrapper .event-group-row:last-of-type {
    padding-bottom: 50px;
}

.shipping-box {
    margin-top: 40px;
    background: #f5f5f5;
    padding: 10px;
    font-size: 1.2rem;
}

    .shipping-box img {
        height: 13px;
        opacity: .6;
        padding-right: 7px;
        position: relative;
        top: -1px;
    }

    .shipping-box strong {
        color: purple;
        font-weight: 500;
    }

.searchTitle {
    font-size: 25px;
    text-transform: uppercase;
    opacity: .8;
    margin-bottom: 50px;
}

/*.aboutIn {*/
   /* max-width: 800px;*/
    /*margin: 0 auto;
    float: none;
    padding-bottom: 50px;
}*/

.about-wrapper ul, .about-wrapper ol{
    padding-left: 30px;
}
    .about-wrapper ul li, .about-wrapper ol li {
        margin-bottom: 10px;
    }

