* {
    margin: 0;
    padding: 0;
    font-family: 'UniversLTPro', 'Helvetica', sans-serif;
}

@font-face {
    font-family: 'Freight';
    src: url('../fonts/user/Freight.otf') format("opentype");
}

@font-face {
    font-family: 'Acumin';
    src: url('../fonts/user/Acumin.otf') format("opentype");

}

@font-face {
    font-family: 'UniversLTPro';
    src: url('../fonts/user/UniversLTPro-Condensed.otf') format("opentype");
}

h1, h2, h3, h1 strong, h2 strong, h3 strong {
    font-family: "Acumin"!important;
}



body {
    background-color: #000;
}

.royalSlider {
    z-index: 26;
}

main {
    width: 100%;
    display: block;
    margin: 0 auto;
    background-color: #000;
    background-image: url("../img/sec1_bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.sec1 {
    display: block;
    height: auto;

    padding-top: 96px;
    padding-top: 6rem;
}

.sixty {
    width: 60%;
    display: inline-block;
}

.fourty {
    width: 40%;
    display: inline-block;
}

.half_slider {
    color: #e7e7e7;
    height: 100%;
    width: 40%;
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-transition: all .5s!important;
    transition: all .5s!important;
    z-index: 25;
}

.half_slider_cont {
    display: block;
    padding: 50px;
    color: #e7e7e7 !important;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.73);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 25;

}

.map_head {
    background-color: rgba(0, 0, 0, 0.71);
    color: #fff;
    display: inline-block;
    position: absolute;
    right: calc(20% + 20px);
    z-index: 10000;
    padding: 20px 0 0 0;
    width: 30%;
}

.map_help_arrow {
    padding: 10px;
    margin: 0;
    position: absolute;
    z-index: 10001;
    right: calc(20% + 20px);
    color: #fff;
}

.map_help_arrow:hover {
    background-color: rgba(0, 0, 0, 0.71);
    cursor: pointer;
}

.map_head h2, .map_head h3 {
    display: block;
    margin: 0;
    padding: 0 20px;
}

.map_head h2 {
    font-size: 2.5em;
    margin-bottom: 5px;
    letter-spacing: 8px;
    letter-spacing: 0.5rem;
}

.map_head h3 {
    font-size: 1.5em;
    font-family: 'Freight', 'Helvetica', serif!important;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    padding-bottom: 10px;
}

.map_help {
    padding: 20px;
    display: none;
}



.scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-base-color: transparent;
}

.scrollbar::-webkit-scrollbar {
    width: 1em;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #212121;
    outline: none;
}

.map_info {
    width: 20%;
    display: block;
    color: #e7e7e7 !important;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.73);
    /*-webkit-transition: all .5s;*/
    /*-moz-transition: all .5s;*/
    /*-ms-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
    z-index: 25;
    position: absolute;
    right: 0;
    overflow: hidden;
    text-align: center;
}

.map_info h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    font-size: 32px;
    font-size: 2rem;
}

.map_info ul {
    list-style: none;
    height: 100%;

}

.map_info ul li {
    height: 12.5%;
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;


    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;

}

.map_info ul li:hover {
    background-color: rgba(0, 0, 0, 0.51);
    cursor: pointer;
}

.map_info ul li:first-of-type:hover {
    background-color: transparent;
    cursor: inherit;
}

.active_space_menu{
    background-color: rgb(0, 0, 0);
}

.active_space_menu:hover{
    background-color: rgb(0, 0, 0)!important;
}


.half_slider_cont h2 {
    font-size: 3em;
    margin: 16px 0;
    margin: 1rem 0;
}

.half_slider_cont h3 {
    font-size: 1.5em;
    font-family: 'Freight', 'Helvetica', serif!important;
    letter-spacing: 3px;
    letter-spacing: 0.2rem;
    margin: 16px 0;
    margin: 1rem 0;
}

.half_slider_cont article {
    text-align: justify;
}

.half_slider_cont iframe {
    margin: 30px 0 0 0;
}

.half_slider_hide {
    left: calc(70px - 40%)!important;
}

.rsFullscreen .half_slider_hide {
    left: calc(70px - 30%)!important;
}

.half_slider_hide>div {
    opacity: 0;
    filter: alpha(opacity=0);
}

.min_slider {
    display: block;
    width: 100%;
    top: -100px;
    margin-top: 48px;
    margin-top: 3rem;
    -webkit-transition: all .5s!important;
    transition: all .5s!important;
}

.min_slider h2 {
    display: block;
    text-align: center;

}

.min_slider h2 span {
    color: #e7e7e7;
    background-color: rgba(0, 0, 0, 0.80);
    padding: 10px 20px;
}

.min_slider_show {
    top: 0!important;
}

.exit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 2em;
    z-index: 22;
    display: block;

    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

.exit:hover {
    color: #fffd7d;
    cursor: pointer;
}

.hideMe {
    opacity: 0;
    filter: alpha(opacity=0);
}

.infoWrap>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media screen and (max-width: 992px){
    .infoWrap>div .thumbnails{
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-top: -40px;
        margin-bottom: 5rem;
    }
}

.leftToggle {
    width: 0;
}

.map_top {
    position: relative;
}

.flow-wrapper {
    position: relative!important;
}


#top_nav_spaces {
    z-index: 100000;
}

main {
    z-index: 1000;

}

#Iframe {
    width: 80%;
    display: block;
    margin: 96px auto 0 auto;
    margin: 6rem auto 0 auto;
}

.sideIMG {
    width: 100%;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 15;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;

}

.showIMG {
    opacity: 1!important;
    filter: alpha(opacity=100);
}

.rsImg {
    z-index: 5;
}

.thumbnails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 48px 0;
    margin: 3rem 0;
}

.thumbnails img {
    margin: 0 10px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100px;
    height: 100px;
    border: 3px solid #000;
    -webkit-transition: all .1s;
    transition: all .1s;
    cursor: pointer;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.activeThumb {
    border: 5px solid #d5d5d5 !important;

}

.helpStageIframe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    z-index: 10000000000;
    top: 0;
    visibility: hidden;
}

.helpStageIframe .help_l {
    margin-left: 10%;
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.helpStageIframe .help_l img {
    height: 80%;
    width: auto;
}

.helpStageIframe .help_r {
    width: 60%;
    margin-right: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.helpStageIframe .guide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.helpStageIframe .help_r h2, .helpStageIframe .help_r h3 {
    text-align: center;
}



.helpStageIframe .help_r .guide div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0;
    padding: 1rem 0;
}

.helpStageIframe .help_r .guide div:first-of-type {
    border-bottom: 1px solid #888888;
}

.helpStageIframe .help_r .guide div span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.helpStageIframe .help_r span img{
    margin: 0 48px;
    margin: 0 3rem;

}

.helpStageIframe .exitHelp {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    font-size: 3rem;
    padding: 32px;
    padding: 2rem;
}

.helpStageIframe .exitHelp:hover {
    background-color: rgba(227, 216, 216, 0.50);
    cursor: pointer;
}

.fullScreen_half_slider {
    width: 30%!important;
}