﻿a, a:hover {
    text-decoration: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

a:focus, button:focus {
    outline: none;
}

a, a:hover {
    text-decoration: none;
}

.button {
    font-weight: 400;
    background-color: #e84892;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
    border: none;
    line-height: 17px;
    position: relative;
}

body {
    padding-top: 80px;
}

    body.offer {
        padding-top: 150px;
    }

.environment-flag {
    background: #ee1111;
    color: #fff;
    position: fixed;
    padding: 3px 10px;
    font-size: 15px;
    font-weight: 600;
    height: 24px;
    right: 0;
    top: 75px;
    height: 31px;
}

body.offer .environment-flag {
    top: 140px;
}

.environment-flag span {
    border: 16px solid;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-color: #ee111100 #ee1111 #ee111100 #ee111100;
    left: -32px;
    top: 0;
}

.site-header {
    top: 0;
    position: fixed;
    background: #fff;
    left: 0;
    z-index: 200;
    height: auto;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.50);
    width: 100%;
}

.main-navigation {
    padding: 5px 0;
}

.logo a {
    margin: 4px 0 6px 0;
    display: flex;
    align-items: center;
}

ul.header-btns {
    margin-bottom: 0;
}

.lang-selector .lang {
    padding-left: 30px;
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 260%;
}

    .lang-selector .lang:after {
        top: 10px;
        content: '';
        position: absolute;
        left: 0;
        background-image: url(/css/intlTelInput/flags.png);
        background-repeat: no-repeat;
        border: 1px solid #ebebeb;
        width: 35px;
        height: 23px;
        border: 1px solid #fff;
        background-size: 290px auto;
        border-radius: 8px;
    }

    .lang-selector .lang:after {
    }

.lang-selector .gb:after {
    background-position: -44px 0;
}

.header-btns li {
    display: inline-block;
}

.secondary-btn {
    background: #fff !important;
    border: 1px solid #e01883;
    color: #e01883;
    border-radius: 40px;
    padding: 12px 20px;
    display: inline-block;
    color: #000000;
}

    .secondary-btn:hover, .secondary-btn:focus {
        background: #e01883 !important;
        border: 1px solid #e01883;
        color: #ffffff;
        box-shadow: none;
    }

.header-btns .secondary-btn, .header-btns .primary-btn {
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
}

nav#site-navigation {
    position: absolute !important;
    margin: 0;
    top: calc(100% + 1px);
    background: #0f1223;
    /* padding: 40px 15px 40px 15px;*/
    left: 0;
    right: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}

.main-navigation.open:before {
    content: "";
    border: 15px solid #161b2f;
    position: absolute;
    right: 70px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    bottom: -2px;
    z-index: 99;
}

.mainnav-top {
    background: #161b2f;
    margin-bottom: 30px;
}

.mainnav-top, .mainnav-bottom {
    padding: 0 15px;
}

.mainnav-bottom {
    padding-bottom: 40px;
}

.righthold {
    display: flex;
    align-content: center;
    text-align: right;
    float: right;
}
/*hanburger*/
.hamburger {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0 0 0;
}

    .hamburger:hover {
        border: 1px solid #e01883;
    }

        .hamburger:hover #nav-icon span {
            background: #e01883;
        }

#nav-icon {
    width: 22px;
    height: 20px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #392f2e;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 2px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(2) {
            top: 8px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

        #nav-icon span:nth-child(3) {
            top: 15px;
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
        }

    #nav-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 1px;
        left: 2px;
    }

    #nav-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 16px;
        left: 3px;
    }

.righthold {
    display: flex;
    align-items: center;
}

.lang-selector {
    display: flex;
    height: 40px;
    padding-top: 0;
    margin-left: 10px;
    align-items: center;
}

    .lang-selector a img {
        max-width: 50px;
        width: 100%;
        height: 35px;
        object-fit: contain;
    }

.main-nav h5 {
    padding: 0;
    margin: 0;
}

    .main-nav h5 p {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        padding: 0;
        margin: 0;
    }

        .main-nav h5 p span {
            border-bottom: 3px solid #df1683;
            display: inline-block;
            padding: 30px 0;
        }

    .main-nav h5 .font-weight-bold {
        font-weight: 400;
    }



.font-weight-500 {
    font-weight: 500 !important;
}

.nav_cat {
    color: #fff !important;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}

    .nav_cat:hover {
        color: #e01883 !important
    }

ul.children {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

    ul.children li, ul.children_new li {
        padding: 4px 0;
    }

.socialhold {
    padding: 0;
    margin: 0;
    background: none;
    overflow: hidden;
}

.main-nav .socialhold li {
    display: block;
    float: left;
    padding: 0;
}

    .main-nav .socialhold li a {
        border: 1px solid #b3b3b3;
        border-radius: 50%;
        color: #b3b3b3;
        margin: 0 10px;
        width: 40px;
        height: 40px;
        text-align: center;
        padding: 0;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.social-media-hold .socialhold li a {
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    color: #b3b3b3;
    margin: 0 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    line-height: 180%;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.main-nav .socialhold li a.event-brite-icon {
    position: relative
}

    .main-nav .socialhold li a.event-brite-icon:before {
        content: "";
        background: url(../images/eventbrite-logo.png) no-repeat;
        width: 40px;
        height: 40px;
        padding: 5px;
        background-size: 32px;
        position: absolute;
        background-position: center;
        left: 0;
        top: -1px;
    }

.main-nav .socialhold li a i {
    position: relative;
    color: #fff;
}

.main-nav .socialhold li a:hover i {
    color: #e01883;
}

button.acc_btn {
    padding: 0;
    font-size: 20px;
    background: transparent !important;
    color: rgb(230, 0, 125);
    font-weight: 800;
    position: absolute;
    outline: 0 !important;
    right: 0;
    top: 10px;
    right: 24px;
    display: none;
}

.mobile-label {
    display: none;
}

.primary-btn, .main-nav li li a.primary-btn {
    display: inline-block;
    background: #e01883 !important;
    border: 1px solid #e01883;
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 20px;
    text-decoration: none !important;
    display: inline-block;
    line-height: 17px;
    font-weight: 400;
}

    .primary-btn:hover, .primary-btn:focus {
        background: #d70575 !important;
        border: 1px solid #e01883;
        color: #fff;
    }

li.notification {
    position: relative;
    list-style-type: none;
}

/* li.notification .counthold {
        background: rgb(255 0 0);
        min-width: 19px;
        height: 19px;
        border-radius: 50% 50%;
        color: #ffffff;
        padding: 1px 3px 0px 4px;
        line-height: 160%;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        top: -8px;
        left: 22px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }*/
.li.notification .counthold {
    position: absolute;
    background: rgb(255 0 0);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 25px;
    right: 0;
    text-align: center;
    line-height: normal;
    height: 25px;
    top: -10px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification .primary-btn-bell {
    width: 43px;
    height: 43px;
    text-align: center;
    padding: 10px 12px;
    display: inline-block;
    border-radius: 50%;
    background: #e01883;
    color: #fff !important;
}

    .notification .primary-btn-bell .fa-bell {
        font-size: 20px;
    }

#main-menu i.fal.fa-angle-down {
    position: relative;
    top: -4px;
    font-size: 25px;
}

.width-25 a.md-raised.md-primary.mx-0.mb-20.right, .md-card-title a.md-raised.md-primary.right, .recent-bottom a.md-raised.md-primary.right,
.keyvisual .teaser-box .button, .sec_highlight a, button.md-raised.md-primary.md-stroke-btn.md-raised.mar_0 {
    border-radius: 8px !important;
    padding: 12px 20px;
}

@media (max-width:1024px) {
    body.offer .environment-flag {
        top: 150px;
    }
}

@media only screen and (max-width:992px) {
    body.offer {
        padding-top: 160px;
    }

    button.acc_btn {
        display: block;
    }

    .main-nav h5 {
        display: none;
    }

    nav#site-navigation {
        padding: 0;
        background: #ffffff;
    }

    #main-menu {
        width: 100%;
    }

    nav#site-navigation ul.children {
        display: none;
    }

    a.nav_cat {
        display: inline-block;
        padding: 8px 30px 8px 15px;
        border-bottom: 1px solid #ccc;
        width: 100%;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #000 !important;
        margin-bottom: 0;
    }

    .main-nav li a, .main-nav ul > li:hover li a, .main-nav li li a {
        color: #000;
        font-weight: 400;
        font-size: 14px;
    }

    .mainnav-top {
        display: none;
    }

    .mainnav-top, .mainnav-bottom {
        padding: 0;
    }

    .mainnav-bottom {
        padding-bottom: 0;
    }

    #main-menu .row, .main-nav .row.actual, #main-menu .col-12, .main-nav .container {
        margin: 0 !important;
        padding: 0 !important;
    }

    .main-navigation .container {
        max-width: none;
    }

    .righthold {
        margin-right: 5px;
    }

    ul.children li {
        padding: 2px 0;
    }

    .children_new {
        display: none;
        background: #f9f9f9;
    }

    .mobile-label {
        display: block
    }

    .socialhold {
        display: inline-block;
        margin-bottom: 20px;
    }

    .main-navigation .container {
        max-width: none;
    }
}

@media only screen and (max-width:576px) {
    body.offer .environment-flag {
        top: 220px;
    }

    body.offer {
        padding-top: 220px;
    }

    .main-nav li {
        list-style-type: none;
    }

    #main-menu .primary-btn, #main-menu .secondary-btn {
        padding: 8px 15px;
        font-size: 13px;
    }
}

.hide {
    display: none !important;
}

.checkout-img-container img {
    height: 40px;
    margin-right: 10px;
}
/* Social media*/
.main-nav .socialhold li a {
    filter: grayscale(1);
}

    .main-nav .socialhold li a:hover {
        filter: none;
    }

/*ENd*/

@media (max-width:991px) {
    .header-btns .secondary-btn, .header-btns .primary-btn {
        padding: 10px;
    }
}
