#MainContainer {
    height: 100%;
    width: 100%;
}

.front{
	background: none !important;
	background-image: url('../images/storyteller/JStick.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
	opacity: 1 !important;
}
.back{
	background: none !important;
	background-image: url('../images/storyteller/jHand.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;	
	opacity: 1 !important;
}
#getstartedbtn {
    position:absolute;
    display: none;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: 1px solid #f0f0f0;
    border-radius: 75px;
    font-size: 4vmin;
    left: 50%;
    bottom: 1%;
    transform: translate(-50%, 0%);
}

#popup {
    bottom: 40px;
    left: 40px;
}

#loader {
    position: absolute;
    background: url(../images/splashjll.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    background-color: white;
}

#loader-menu {
    position: absolute;
    background: url(../images/menu-loader.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    background-color: white;
}

#panorama_booknow_button_id {
    position: relative;
    left: 10px;
    top: -25px;
    font-family: BabasNeue;
    background: #F44A77;
    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;
    display:none;
}

.hotspot {
    position: absolute;
    width: 180px;
    height: 80px;
    background: url(../images/locationMarker.png);
    background-size: 30px 40px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.bubbletext {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    transform: translate(0%, -50%);
    pointer-events: none;
    background-color: rgba(0,121,194,0.7);
    border: solid 2px rgb(0, 121, 194);
    color: white;
}

.bubbletext:before
{
    content: '';
    display: inline-block;
    height:100%;
    vertical-align: middle;
}

.bubbletext > span
{
    vertical-align: middle;
    display: inline-block;
}



.tooltiplabel {
    display: none;
    position: absolute;
    font-size: 16px;
    color: white;
    /*margin-left: 15px;*/
    max-width: 300px;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    transform: translate(0%, -50%);
    border: solid 2px;
    border-radius: 10px;
    pointer-events: none;
    font-family: 'Avenir', sans-serif !important;
    font-weight: 100;
}

.hotspotbuilding {
    position: absolute;
    width: 180px;
    height: 60px;
    background: url(../res/sprite.png);
    background-size: 30px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.label-inner {
    display: block !important;
    position: absolute;
    top: 7px;
    font-size: 12px;
    color: #a94442;
}

#TownshipUI {
    position: absolute;
    top: 0px;
    z-index: 99;
    /*overflow: hidden;*/
    display: none;
}

#VideoUI,
#PanoramaUI,
#PanoVideoUI {
    display: block;
    width: 100%;
    height: 80px;
    bottom: 0px;
    display: none;
    position: absolute;
}

.genericUI {
    display: none;
}

#floorUl li {
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: left;
    padding: 0 12px;
    color: #fff;
}

#floorUl li label {
    display: block;
}

/*#floorUl li input[type=checkbox] {*/
/*margin: 4px 0 0 -20px;*/
/*}*/

.block_info {
    visibility: visible !important;
    opacity: 1 !important;
    left: 27px !important;
    top: auto !important;
    display: none;
}

.navigation {
    bottom: 0px;
    height: 80px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    text-align: center;
}

.navigation2 {
    bottom: 80px;
    height: 55px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    text-align: center;
}

.seekbar {
    height: 50px;
    width: 90%;
    position: absolute;
    margin-left: 1%;
    margin-right: auto;
}

.PanoVideoseekbar {
    height: 50px;
    width: 90%;
    position: absolute;
    margin-left: 5%;
    margin-right: auto;
}

.navigation ul li {
    width: 8vmin;
    height: 8vmin;
    display: inline-block;
    margin: 0px 10px;
    cursor: pointer;
    background-size: 100% 100%;
}

.arrow-left {
    background-image: url('../images/Panorama/left_arrow.png')
}

.arrow-right {
    background-image: url('../images/Panorama/right_arrow.png')
}

.arrow-right-pano {
    background-image: url('../images/Panorama/right_arrow.png')
}

.arrow-up {
    background-image: url('../images/Panorama/down_arrow.png')

    /*background-image: url('../images/Panorama/up_arrow.png')*/
}

.arrow-down {
    background-image: url('../images/Panorama/up_arrow.png')
    /*background-image: url('../images/Panorama/down_arrow.png')*/
}

.pause_btn {
    background-image: url('../images/Panorama/pause_btn.png')
}

.play_btn {
    background-image: url('../images/Panorama/play_btn.png')
}

.zoom-in {
    background-image: url('../images/Panorama/zoomin.png')
}

.zoom-out {
    background-image: url('../images/Panorama/zoomout.png')
}

.minimap {
    background-image: url('../images/Panorama/minimap.png')
}

.arrow-next {
    background-image: url('../images/Gallery/next_btn.png')
}

.arrow-prev {
    background-image: url('../images/Gallery/prev_btn.png')
}

.arrow-rightbtn {
    background-image: url('../images/Panorama/right_arrow.png')
}

.irs-slider.single,
.irs-single,
.irs-to,
.irs-from,
.irs-min,
.irs-max {
    display: none;
}

#VideoUI li,
#PanoVideoUI .navigation2 li {
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: space;
}

#VideoUI .navigation {
    background-color: rgba(4, 4, 4, 0.85);
    padding: 7px 0px;
    height: 70px;
}

#close {
    background-image: url('../images/Gallery/close_btn.png');
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: 100% 100%;
}

#closevideo {
    background-image: url('../images/Gallery/close_btn.png');
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: 100% 100%;
}

#videocontainer {
    left:10%;
    top:10%;
    position: absolute;
    width:80%;
    height:80%;
    visibility: hidden;
    z-index: 9999;
    background: #000;
}

#closestreetview {
    background-image: url('../images/Gallery/close_btn.png');
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 5px;
    background-size: 100% 100%;
}

#streetviewcontainer {
    left: 10%;
    top: 10%;
    position: absolute;
    width: 80%;
    height: 80%;
    visibility: hidden;
    z-index: 9999;
    background: #000;
}
.fullscreen{
	left: 0% !important;
    top: 0% !important;
	width: 100% !important;
    height: 100% !important;
}
.fullscreenmobile{
	left: 0% !important;
    top: 0% !important;
	width: 100% !important;
    height: 100% !important;
}

#googlestreetviewbtn {
    background-image: url('../images/Panorama/walkthrough.png');
    display: none;
    width: calc(30px + 2.2vw);
    height: calc(30px + 2.2vw);
    cursor: pointer;
    position: absolute;
    top: 115px;
    /*left: 10px;*/
    right: 25px;
    background-size: 100% 100%;
    z-index: 99;
}

#flythroughbtn {
    background-image: url('../images/Panorama/flythrough.png');
    display: none;
    width: calc(30px + 2.2vw);
    height: calc(30px + 2.2vw);
    cursor: pointer;
    position: absolute;
    top: 185px;
    /*left: 10px;*/
    right: 25px;
    background-size: 100% 100%;
    z-index: 99;
}

#minimapbtn {
    background-image: url('../images/Panorama/minimap.png');
    display: none;
    width: calc(30px + 2.2vw);
    height: calc(30px + 2.2vw);
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    /*left: 10px;*/
    right: 25px;
    background-size: 100% 100%;
    z-index: 99;
}

.hotspot_icon {
    cursor: pointer;
}


/****generic ui menu start****/

#cssmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    position: absolute;
    top: 10px;
    left: 10px;
}

#cssmenu>ul {
    width: auto;
    display: inline-block;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu>ul>li {
    float: left;
    display: inline-block;
}

#cssmenu.align-center>ul {
    float: none;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu>ul>li>a {
    padding: 18px 25px 21px 25px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a:hover,
#cssmenu>ul>li.active>a {
    color: #FFF;
}

#cssmenu>ul>li.has-sub>a {}

#cssmenu>ul>li.has-sub>a::after {
    /*content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;*/
}

#cssmenu>ul>li.has-sub.active>a::after,
#cssmenu>ul>li.has-sub:hover>a {
    border-top-color: #000;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 60px;
    padding-top: 0px;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu>ul>li>ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #000;
    top: -4px;
    left: 20px;
}

#cssmenu.align-right>ul>li>ul::after {
    left: auto;
    right: 20px;
}

#cssmenu ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #ffffff;
    top: 11px;
    left: -4px;
}

#cssmenu.align-right ul ul ul::after {
    border-right-color: transparent;
    border-left-color: #ffffff;
    left: auto;
    right: -4px;
}

#cssmenu>ul>li>ul {
    top: 120px;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
    overflow-x: hidden;
    overflow-y: auto;
}

#cssmenu>ul>li>ul>li {}

#cssmenu>ul>li>ul img {
    height: 75px;
    width: 100%;
}

#cssmenu>ul>li:hover>ul {
    top: 46px;
    left: 0;
    opacity: 1;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}

#cssmenu.align-right>ul>li:hover>ul {
    left: auto;
    right: 0;
}

#cssmenu ul ul ul {
    padding-top: 0;
    padding-left: 6px;
}

#cssmenu.align-right ul ul ul {
    padding-right: 6px;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}

#cssmenu ul ul>li:hover>ul {
    left: 180px;
    top: 0;
    opacity: 1;
}

#cssmenu.align-right ul ul>li:hover>ul {
    left: auto;
    right: 100%;
    opacity: 1;
}

#cssmenu ul ul li a {
    text-decoration: none;
    font-weight: 400;
    padding: 11px 25px;
    width: 180px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.85);
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.active>a {
    color: #FFF;
}

#cssmenu ul ul li:first-child>a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#cssmenu ul ul li:last-child>a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#cssmenu>ul>li>ul::after {
    position: absolute;
    display: block;
}

#cssmenu ul ul li.has-sub>a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left-color: #777777;
    right: 17px;
    top: 14px;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    border-left-color: transparent;
    border-right-color: #777777;
    right: auto;
    left: 17px;
}

#cssmenu ul ul li.has-sub.active>a::after,
#cssmenu ul ul li.has-sub:hover>a::after {
    border-left-color: #333333;
}

#cssmenu.align-right ul ul li.has-sub.active>a::after,
#cssmenu.align-right ul ul li.has-sub:hover>a::after {
    border-right-color: #333333;
    border-left-color: transparent;
}

#cssmenu>ul>li>a {
    background-image: url('../images/Panorama/navigation.png');
    background-size: 100% 100%;
    height: 47px;
}

.menucontainer {
    overflow-y: auto;
}


/****generic ui menu end****/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.title {
    position: absolute;
    top: 10px;
    left: 45%;
    text-align: center;
    background: rgb(227, 6, 19,0.80);
    color: #FFF;
    padding: 3px 15px;
    /* border-radius: 20px; */
    border: solid 5px rgba(82, 82, 82, 0);
    box-shadow: 0px 0px 2px rgba(68, 68, 68, 0.7);
    display: none;
}

.title h4,
.title h3 {
    margin: 0px;
}

.title h3 {
    font-size: 19px;
    /*margin-bottom: 5px;*/
}

.title h4 {
    font-size: 17px;
    color: #D6D6D6;
}


/*tooltip css */

.tooltipConatiner {
    display: none;
    position: absolute;
    width: 300px;
    width: 300px;
    background-color: red;
    height: auto;
}

.tooltip1 {
    position: absolute;
    background: rgba(34, 40, 56, 0.8);
    color: #fff;
    display: none;
    /*margin-bottom: 15px;*/
    opacity: 1;
    padding: 13px;
    pointer-events: none;
    z-index: 100000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 1.5px;
    line-height: 1.42857143;
    text-align: start;
    /* width: 100%; */
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    /*-webkit-transition: all .25s ease-out;*/
    /*-moz-transition: all .25s ease-out;*/
    /*-ms-transition: all .25s ease-out;*/
    /*-o-transition: all .25s ease-out;*/
    /*transition: all .25s ease-out;*/
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.tooltip1:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip1:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid rgba(34, 40, 56, 1) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    opacity: 1;
}

.wrapper:hover .tooltip1 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menucontainer {
    overflow: auto;
    width: 400px;
    width: 190px;
}

.track3 {
    width: 10px;
    background: rgba(0, 0, 0, 0);
    margin-right: 2px;
    border-radius: 10px;
    -webkit-transition: background 250ms linear;
    transition: background 250ms linear;
}

.track3:hover,
.track3.dragging {
    background: #d9d9d9;
    /* Browsers without rgba support */
    background: rgba(0, 0, 0, 0.15);
}

.handle3 {
    width: 7px;
    right: 0;
    background: #999;
    background: rgba(0, 0, 0, 1);
    border-radius: 7px;
    -webkit-transition: width 250ms;
    transition: width 250ms;
    opacity: 0;
}

.track3:hover .handle3,
.track3.dragging .handle3 {
    width: 10px;
}

.menucontainer:hover .handle3 {
    opacity: 1 !important;
}

#hotspotDetails1 {
    position: absolute;
    right: 27px;
    bottom: 10px;
    /*background-image: url("path/to/img");*/
    background-repeat: no-repeat;
    background-size: contain;
}

#hotspotDetails .block_info_content {
    padding: 10px !important;
}

.available_hotspot_3d {
    width: 100%;
    position: inherit;
}

#hotspotDetails img {
    max-height: 250px;
}

#buttoncontainer {
    position: absolute;
    top: -16px;
    right: 0px;
    /*background-color: #FFF;*/
    /*padding: 5px;*/
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
}

.m10 {
    margin-right: 5px;
}

.active {
    background-color: rgba(255, 255, 255, 0.37);
}

.tab_head_info>.col-sm-8 {
    margin-top: 6px;
}

.buttonconatiner>.icon {
    background-image: url('../images/3d_icon.png');
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    margin-top: -3px;
    margin-right: -1px;
    margin-left: -5px;
    z-index: 9999;
    float: right;
}

.compass {
    position: fixed;
    right: 20px;
    top: 20px;
    width: calc(25px + 4vw);
    height: calc(25px + 4vw);
    border-radius: 50%;
    background-color: red;
    background: url('../images/navigator_dark.png');
    background-size: 100% 100%;
    /*-webkit-transition: 1s ease;*/
    /*-moz-transition: 1s ease;*/
    /*transition: 1s ease;*/
}

.drawer {
    position: absolute;
    left: 15vmin;
    top: 0px;
    padding: 10px 5px;
    background: #a0a0a0;
    cursor: pointer;
    background: url(../images/menuArrow_inverse.png) no-repeat center;
    height: 33px;
    width: 14px;
    background-size: 100% 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}

.reversedrawer {
    background: url(../images/menuArrow.png) no-repeat center !important;
}

.scrollLeft {
    left: -100px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}

.filter_nav {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}

.compass-outer {
    display: none;
    position: fixed;
    right: 20px;
    top: 20px;
    width: calc(25px + 4vw);
    height: calc(25px + 4vw);
    border-radius: 50%;
    background-color: red;
    background: url('../images/navigator_dark_bg.png');
    background-size: 100% 100%;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    transition: 1s ease;
    /*z-index: 999; */
}

#flatDetails {
    z-index: 9999;
    /*padding: 10px;*/
    -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,.5);
    box-shadow: 6px 6px 0px 0px rgba(0,0,0,.5);
}

.guideline {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    background-image: url('../images/stage_1024X768.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
}

@media (max-width: 768px) {
    .guideline {
        background-image: url('../images/stage_tab_1024X768.png');
    }
}

.guidelineClose {
    position: absolute;
    background-image: url('../images/Gallery/close_btn.png');
    right: -13px;
    top: -13px;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    cursor: pointer;
    background-color: black;
    border-radius: 50%;
    border: 2px solid #ffdfdf;
    z-index: 99999;
}

.guidelineDownload {
    position: absolute;
    background-image: url('../images/Gallery/download.png');
    left: 10px;
    top:  10px;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    cursor: pointer;
    background-color: black;
    border-radius: 50%;
    border: 2px solid #ffdfdf;
    z-index: 99999;
    display:none;
}

.showGuideline {
    display: none;
    position: fixed;
    bottom: 10px;
    /*right: 10px;*/
    left: 25px;
    height: calc(30px + 2.2vw);
    width: calc(30px + 2.2vw);
    background-image: url('../images/icon_help.png');
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 999;
}

.showGuidelineRight {
    display: none;
    position: fixed;
    bottom: 85px;
    right: 35px;
    height: calc(10px + 2.2vw);
    width: calc(10px + 2.2vw);
    background-image: url('../images/icon_help.png');
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 999;
}

#areaRangeUl li {
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: left;
    padding: 0 12px;
    color: #fff;
}

#areaRangeUl li label {
    display: block;
}

/*#areaRangeUl li input[type=checkbox] {*/
/*margin: 4px 0 0 -20px;*/
/*}*/

#content {
    width: 66%;
    /* height: 23px; */
    /* padding-top: 2px; */
    margin: auto;
    /* bottom: 24px; */
    /* margin-top: 10px; */
    background: #FBFBFB;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.20);
    /*border-radius: 2px;*/
    border-radius: 10px;
}

.expand {
    display: none;
    width: 100%;
    height: 5px;
    /* margin: 12px 0px; */
    background: pink;
    /* position: initial; */
    /* box-shadow: 0px 0px 10px 1px rgba(0, 198, 255, 0.7); */
    left: 0px;
    background: #F44A77;
    border-radius: 10px 0px 0px 10px;
}

.loadingScreen {
    position: absolute;
    top: 0;
    background: white;
    bottom: 0;
    left: 0;
    right: 0;
    /* opacity: 0.6; */
    /* background-color: rgba(0, 0, 0, 1); */
    z-index: 9998;
    display: none;
    width: auto;
}

.loadingScreen>.imgContainer {
    /* position: relative; */
    /* width: 90%; */
    display: grid;
    /* grid-auto-flow: column; */
    /* height: 70%; */
    /* background: white; */
    margin: auto;
    /* box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.75); */
    margin-top: 18%;
}
#loadinglabel{
    font-size: 14px;
    color: #F44A77;
    margin-bottom: -36px;
    letter-spacing: 0;
}
.loadingScreen .loadingBarContainer {
    /*position: relative;
    width: 60%;
    margin: auto;
    color: #FFF;
    padding-top: 10px;*/
    /* position: relative; */
    width: 100%;
    /* height: 70%; */
    /* margin: auto; */
    z-index: 999999999;
    color: #FFF;
    bottom: 0px;
    margin-top: 16px;
    float: left;
    height: 54px;
    /* background-color: rgba(0, 0, 0, 0.66); */
    padding-top: 9px;
}

.loadingScreen>.imgContainer>img {
    /* position: relative; */
    width: 100px;
    height: 30px;
    left: 29%;
    /* margin: auto; */
    margin-left: 45%;
    z-index: 999999999;
}

.poweredByimg {
    position: absolute;
    bottom: 0px;
    right: 15%;
    height: 50px;
    width: 150px;
}

.showDetails {
    position: absolute;
    max-width: 500px;
    line-height: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999;
    visibility: hidden;
    overflow: hidden;
    color: #FFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.87);
    text-align: justify;
    opacity: 0.8;
    padding: 10px;
    font-size:12px;
    border: solid 2px;
    border-radius: 10px;
    pointer-events: none;
}

.showDetails h3 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.showDetails span {
    padding: 20px;
    width: 100%;
    display: block;
}

.showDetails span.content {
    border-top: solid 2px #FFF;
    border-bottom: solid 2px #FFF;
}

.showDetails span.heading {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.9);
    display: inline-block;
    width: 100%;
    display: block !important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

#imageModal.modal{
    text-align: center;
}
#imageModal.modal::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}
#imageModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    width: 80%;
    margin-top: 40px
}

#imgContainer_btn {
    width: 70px;
    height: 100px;
    cursor: pointer;

}

.portraitmodemessageouter {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #006aaf;
    z-index: 999999999;
    pointer-events: none;
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (orientation: portrait) {
    .portraitmodemessageouter {
        display: -webkit-box;
        display: flex;
        pointer-events: auto;
    }
}

.portraitmodemessage {
    width: 80%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.portraitmodemessageimg {
    background-image: url(../images/portraittolandscape.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 80%;
}

.portraitmodemessagetitletext,
.portraitmodemessagetext {
    color: #f1f1f1;
    text-align: center;
}

.portraitmodemessagetitletext {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.portraitmodemessagetext {
    font-size: 14px;
}

.cinematicRect {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: transparent;
    border-color: white;
    border-style: solid;
    /*border-top-width: 100px;
    border-right-width: 100px;
    border-bottom-width: 100px;
    border-left-width: 320px; */
    border-top-width: 10vh;
    border-right-width: 10vw;
    border-bottom-width: 15vh;
    border-left-width: 24vw;
    pointer-events: none
}

.loadingBarlogoContainer{
    width: 20%;
    display: grid;
    /* grid-auto-flow: column; */
    grid-template-rows: max-content;
    height: 90%;
    justify-items: center;
    background: white;
    z-index: 99999999999999999;
    margin: auto;
    /* grid-gap: 30px; */
    padding: 30px 0px;
    background: rgba(255,255,255,.87);
    border-radius: 4px;
}

#loadingImgBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

#loadingImgBackground img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    visibility: hidden;
    /*-webkit-transition: opacity 14s ease-in-out;*/
    /*-moz-transition: opacity 14s ease-in-out;*/
    /*-o-transition: opacity 14s ease-in-out;*/
    /*transition: opacity 14s ease-in-out;*/
}



#loadingImgBackground .toploadImg {
	/* background: url(../images/splash.jpg); */
	min-height: 100%;
	background-size: cover;
	min-width: 100%;
	background-position: center;
	 /* Safari */
}
/*#loadingImgBackground img.bottomloadImg {
    animation-name: loadzoomFadeInOut1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 30s;
    animation-delay: 13s;
    animation-direction: alternate;
} */

.loadingvideostmt{
	 position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);

  background-size: cover;
  /* transition: 1s opacity; */
}

#kenytChatBubble
{
	display:none;
	visibility:hidden;
}
#chatbox-container
{
 display:none;
 visibility:hidden;
}

@media screen and (max-width: 800px) {
.loadingBarlogoContainer {
width:40%;
height:85%;
}

.imgContainer{
    
margin-top: 15% !important;
}
}

#foyrmark{
    width: 50%;
    display: grid;
    grid-template-rows: max-content;
    height: 100%;
    justify-items: flex-end;
    z-index: 99999999999999999;
    margin: auto;
    position: relative;
    left: 20%;
    top: 80%;
	display:none;
}
@media screen and (max-width: 800px) {
#foyrmark {
top: 9vh;
}


@-webkit-keyframes zoom {
to {
-webkit-transform: translateX(-15%)
}
}

@-moz-keyframes zoom {
to {
-moz-transform: translateX(-15%)
}
}

@-ms-keyframes zoom {
to {
-ms-transform: translateX(-15%)
}
}

@keyframes zoom {
to {
transform: translateX(-15%)
}
}
@keyframes loadzoomFadeInOut {
    0% {
        opacity: 1;
        transform: scale(1.0) translate(00px);
        -webkit-transform: scale(1.0) translate(0px);
    }

    45% {
        transform: scale(1.2) translate(00px);
        -webkit-transform: scale(1.3) translate(00px);
        opacity: 1;
    }

    55% {
        transform: scale(1.4) translate(000px);
        -webkit-transform: scale(1.8) translate(00px);
        opacity: 1;
    }

    100% {
        transform: scale(1.6) translate(00px);
        -webkit-transform: scale(2.0) translate(00px);
        opacity: 0;
    }
}

@keyframes loadzoomFadeInOut1 {
    0% {
        opacity: 1;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

    45% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 1;
    }

    55% {
        transform: scale(1.8);
        -webkit-transform: scale(1.8);
        /*opacity: 0.5;*/
    }

    100% {
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
        /*opacity: 0;*/
    }
}

@keyframes loadzoomFadeInOutreverse {
    0% {
        opacity: 0;
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

    45% {
        transform: scale(1.3) translate(10px);
        -webkit-transform: scale(1.3) translate(10px);
        opacity: 0;
    }

    55% {
        transform: scale(1.8) translate(10px);
        -webkit-transform: scale(1.8) translate(10px);
        opacity: 1;
    }

    100% {
        transform: scale(2.0) translate(10px);
        -webkit-transform: scale(2.0) translate(10px);
        opacity: 1;
    }
}
