/* Font Declarartions */

@font-face {
    font-family: 'Bebas Neue Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue Regular'), url('../fonts/BebasNeue Regular.woff') format('woff');
}


/* Font Declarartions */


/* Top Bar */

.st_topbar {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    background: #222838;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Bebas Neue Regular;
    visibility: hidden;
}

.st_topbar_container {
    position: absolute;
    height: auto;
    left: 50px;
}

.st_topbar_container_button {
    padding: 18px 40px !important;
    /* width: 200px; */
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: 1.5px solid;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 6px;
    color: grey;
    z-index: 4;
    margin-right: 3px;
}

.st_topbar_container_button:hover {
    background-color: #121828;
    outline: none;
    color: white;
}

.st_active {
    pointer-events: none;
    cursor: none;
    background-color: #121828;
    outline: none;
    color: white;
}


/* Block */

.st_areablock {
    height: 200px;
    width: 150px;
    position: absolute;
    border: 0.1px solid;
    top: 50%;
    left: 20%;
    display: none;
}

.st_areablock .st_areablock_header {
    height: 20%;
    background: #191d29;
    color: white;
    text-align: center;
    padding: 5%;
}

.st_areablock_header span {
    margin: auto;
}

.st_areablock .st_areablock_body {
    height: 80%;
    background: white;
    opacity: 0.5;
}


/* Bottom Bar */

.st_bottombar {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 50px;
    background: #222838;
    display: none;
    justify-content: center;
    align-items: center;
}

.st_bottombar_menucontainer {
    margin: auto;
    padding: 10px 30px;
    -moz-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    -webkit-box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
    box-shadow: inset 0 0 3px rgba(21, 26, 41, 0.71);
}

.st_bottombar_menucontainer .menu-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline !important;
}

.bottombar_button {
    padding: 0 5%;
    height: 100%;
    background: transparent;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 6px;
}

.bottombar_button div {
    height: 50%;
    min-width: 25px;
    border: 1px solid white;
}

.st_bottombar_rightcontainer {
    position: absolute;
    height: 100%;
    right: 50px;
    padding: 10px 0 !important;
}

.st_minimap {
    padding: 0px 10px;
    background-color: transparent;
}

.st_minimap:hover {
    color: #FFF;
}

.st_minimap_icon {
    background-image: url('../images/icons/magiktour/minimap.png');
}

.st_minimap_icon:hover {
    background-image: url('../images/icons/magiktour/minimaphover.png')
}

.dropmic--show {
    box-shadow: 0px 0px 10px #888888;
}

.st_menufiltered {
    box-shadow: 0px 0px 10px #888888;
}

.st_help_icon {
    background-image: url('../images/icons/help icon.png');
}

.st_help_icon:hover {
    background-image: url('../images/icons/help icon.png')
}


/* Compass_ST */

.st_compass {
    position: absolute;
    right: 0;
    top: 70px;
    background: transparent;
    width: 7%;
    margin: 10px 10px;
    display: none;
}

.sticky-container-label {
    font-family: Bebas Neue Regular;
    background-color: #222838;
    position: fixed;
    right: -15px;
    height: 40px;
    bottom: 80px;
    width: 70px;
    padding: 5px 15px;
    color: white;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    display: none;
}

.sticky-container {
    font-family: Bebas Neue Regular;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    bottom: 150px;
    width: 200px;
    display: none;
}

.sticky {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sticky li {
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 14em;
    list-style-type: none;
    background-color: #222838;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 160px;
    -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;
    cursor: pointer;
    opacity: 0.8;
    letter-spacing: 1.5px;
}

.sticky li:hover {
    margin-left: 5px;
    opacity: 1;
}

.sticky li img {
    float: left;
    margin: 10px 10px;
    margin-right: 11px;
    border: 1px solid#fff;
    /*background: white;*/
    width: 20px;
    height: 20px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 43px;
    font-size: 15px
}

.sticky-container .ss-content {
    width: 106% !important;
}


/* Area Details Box */

.st_areadetailblock {
    font-family: BabasNeue;
    position: absolute;
    left: 50px;
    top: 70px;
}

.counter span.st_area_counter:not(.title_1) {
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 1.5px;
}


/* St Popup */

.st_popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 5% 20%;
}

.st_popup_container {
    height: auto;
    font-family: Roboto;
    padding: 5px 10px;
    margin: auto;
    background-color: #fff;
}

.st_popup_container_header {
    height: auto;
    padding: 0 10px;
    display: inline-block;
    width: 100%;
}

.st_popup_container_close {
    float: right;
    position: relative;
    background: #bebebe;
    padding: 5px;
    line-height: 10px;
    cursor: pointer;
    font-size: 20px;
    margin: -5px -10px;
}

.st_popup_container_title {
    font-size: 20px;
    display: inline-block;
}

.st_popup_container_booknow {
    float: right;
    margin: 5px;
}

.st_popup_booknow_panel{
    position: absolute;
    width: 200px;
    padding: 10px 5px;
    border: 1px solid white;
    background: grey;
}

.st_popup_booknow_panel input{
    margin: 2px;
}

.st_popup_booknow_book{
    margin: 5px 5px;
    float: left;
    padding: 0 15px !important;
    height: 30px !important;
}

.st_popup_booknow_cancel{
    margin: 5px 5px;
    float: right;
    padding: 0 15px !important;
    height: 30px !important;
    background: black !important;
}

.st_menu_active {
    color: #ed1d53 !important;
}

.st_popup_container_booknow button {
    font-family: BabasNeue;
    background: #ed1d53;
    color: white;
    z-index: 501;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 0px 25px;
    line-height: 30px;
    height: 35px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.st_popup_container_header2 {
    height: 45px;
    margin: auto;
    background: #bebebe;
}

.st_popup_container_price {
    float: left;
    margin: 10px;
}

.st_striked {
    font-size: 15px;
    text-decoration: line-through;
    margin: 0 5px;
}

.st_striked::before {
    font-family: FontAwesome;
    content: "\f156";
}

.st_nonstriked {
    font-size: 20px;
    margin: 0 5px;
}

.st_nonstriked::before {
    font-family: FontAwesome;
    content: "\f156";
}

.st_popup_container_body {
    height: auto;
    width: 100%;
    display: inline-block;
}

.st_popup_container_body_left {
    height: 400px;
    width: 15%;
    float: left;
}

.st_popup_container_body_right {
    float: right;
    width: 85%;
    border-left: 1px solid #bebebe;
    max-height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
    /* padding: 20px; */
}

.st_popup_container_body_left ul {
    overflow-y: auto;
    height: 100%;
    list-style: none;
    padding: 0;
}

.st_popup_panel {
    height: 400px;
    overflow-y: auto;
}

.st_popup_container_body_left li {
    padding: 10px;
    border-bottom: none;
    cursor: pointer;
}

.st_popup_container_body_left li a {
    font-size: 16px;
    color: #858da0;
    text-decoration: none;
}

.st_popup_container_body_left li a:hover {
    color: #ed1d53;
}

.st_item {
    display: block;
    margin: 15px;
}

.st_uidisable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../images/glass.png');
    z-index: 999;
    pointer-events: none;
    cursor: none;
}


/* Responsive */

@media only screen and (max-width: 768px) {
    .st_topbar_container {
        left: 20px;
    }
    .st_minimap {
        padding: 1px 7px 0px 7px;
    }
    .st_minimap button i {
        margin: 0px !important;
    }
    .st_bottombar_rightcontainer {
        right: 20px;
    }
    .st_areadetailblock {
        left: 20px
    }
}

@media only screen and (max-width: 530px) {
    .st_topbar_container {
        left: 10px!important;
    }
    .st_areablock {
        height: 100px;
        width: 75px;
    }
    .st_bottombar_rightcontainer {
        right: 10px;
    }
    .st_minimap button i {
        margin: 0px !important;
    }
    .st_areadetailblock {
        left: 10px
    }
}

@media only screen and (max-width: 480px) {
    .st_areablock,
    .st_topbar_container_button span {
        display: none;
    }
}

@media only screen and (min-width:568px) and (max-width:736px) {
    /* .st_topbar_container_button {
        width: 200px !important;
    } */
    .sticky-container {
        bottom: 25% !important;
    }
    .sticky {
        max-height: 175px !important;
    }
}

@media only screen and (min-width:736px) {
    .st_topbar_container_button {
        width: 200px !important;
    }
}


.stmt_new_heading{
background: #4187CE !important;
color: white !important;
height: 40px;
width: 190px;
padding: 10px 2px 1px 50px;
}
.stmt_new_Mobileheading{
background: #4187CE !important;
color: white !important;
padding: 0px 0px 0px 50px;
width: 35.1vw;
display: grid;
align-items: center;
height: 13.3vh;
font-size: 16px;
}