
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.ttf') format('truetype'),
        url('../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	font-family: 'Roboto';
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */   
}
body{
	margin: 0px;
	padding: 0px;
/*	height: 100vh;*/
}

.disabled{
	display: none!important;
}
.container {
    width: 100%;
    min-width: 100%;
    padding:0px !important;
}
.row{
	margin: 0px !important;
}

#maincanvasContainer, #canvasContainer{
    padding: 0px;
}
#maincanvasContainer{
    position: absolute;
    z-index: 2;
}
#images-anim-container.mobile-portrait-mode img, #images-anim-container.mobile-landscap-mode img{
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
}
.showForce{
    display: none!important;
}
#footerPan{
/*    overflow: hidden;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100% !important;
    z-index: 3;
    height: 116px;
    padding: 8px 0px !important;
}
#footerPan.mobile-portrait-mode, #footerPan.mobile-landscap-mode {
    height: 96px;
    padding: 4px 0px !important;
}


.row1{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



#hand-group{
    position: absolute;
    left: 50%;
    width: 0px;
    height: 0px;
    bottom: 0px;
    display: none;
}
#hand-group img{
    position: absolute;
    bottom: 200px;
    width: 180px;
    margin-left: -75px;
    display: none;
}
/*Deskhand*/
#hand-groupDesk{
    position: absolute;
    left: 50%;
	top: 50%;
    width: 0px;
    height: 0px;
    display: none;
}
#hand-groupDesk img{
  	position: absolute;
    width: 200px;
    display: none;
    margin-left: -100px;
    margin-top: -100px;
}
/*Deskhand*/

#loaderDfr {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    background-color: #F5F5F5;
    z-index: 5;
    width: 100%;
}
#loaderDfr *{    
    opacity: 1;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
#superblaze-canvas{
/*	display: block;*/
    opacity: 1;
/*
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
*/
}
.loader-group-v{
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    display: inline-block;
}
#loaderDfr #progress-loader{
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}
#loader-img{
    margin-left: -100px;
    margin-top: -200px;
    width: 200px;
    height: 283px;
}
.loader-title{
    font-size: 20px;
    font-weight: 700;
    width: 300px;
    margin-left: -150px;
    margin-top: 20px;
    text-align: center;
}




body {
  height: 100%;
  width: 100%;
	overflow: hidden;
/*  position: fixed;*/
/*  background-color: #f0f0f0;*/
  /* prevent overscroll bounce*/
/*  overflow-y: scroll;*/
  /*-webkit-overflow-scrolling: touch;*/
}
.fixed{
    position: fixed!important;
    bottom: 0!important;
}


.hotSpot{
    height: 100%;
    width: 100%;
}
/*only for mobile version*/


/**************DESK********/

.images-anim-container{
	height: 100%;
}
.verticalPan {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100px;
    z-index: 4;
}
.verticalPan.mobile-portrait-mode {   
    left: 0px;
    height: 100px;
    width: 100%;  
}
.verticalPosBtns{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
}
.verticalPan.mobile-portrait-mode .verticalPosBtns {
    position: absolute;
    top: 0px;
    transform: none;
    -webkit-transform: none;
    width: 100%;
    text-align: center;
}
#explore-feature{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.posBtns {
    display: inline-block;
    cursor: pointer;
}
@media screen and (max-width: 450px), screen and (max-height: 450px){
    .posBtns .posBtnimg {
        width: 80px;
    }
    #footerPan {
        height: 96px;
        padding: 4px 0px !important;
    }
}
.mobile-portrait-mode .posBtns .posBtnimg, .mobile-landscap-mode .posBtns .posBtnimg {
    width: 80px;
}
@media (max-width: 350px), (max-height: 350px){
    .verticalPan{
        width: 75px;
    }
    .posBtns .posBtnimg {
        width: 70px;
    }
    #footerPan {
        height: 86px;
    }
    .mobile-portrait-mode .posBtns .posBtnimg, .mobile-landscap-mode .posBtns .posBtnimg {
        width: 70px;
    }
    #footerPan.mobile-portrait-mode, #footerPan.mobile-landscap-mode {
        height: 86px;
    }
}
@media (max-width: 300px), (max-height: 300px){
    .verticalPan{
        width: 65px;
    }
    .posBtns .posBtnimg {
        width: 60px;
    }
    #footerPan {
        height: 76px;
    }
    .mobile-portrait-mode .posBtns .posBtnimg, .mobile-landscap-mode .posBtns .posBtnimg {
        width: 60px;
    }
    #footerPan.mobile-portrait-mode, #footerPan.mobile-landscap-mode {
        height: 76px;
    }
}
@media (max-width: 250px), (max-height: 250px){
    .verticalPan{
        width: 55px;
    }
    .posBtns .posBtnimg {
        width: 50px;
    }
    #footerPan {
        height: 66px;
    }
    .mobile-portrait-mode .posBtns .posBtnimg, .mobile-landscap-mode .posBtns .posBtnimg {
        width: 50px;
    }
    #footerPan.mobile-portrait-mode, #footerPan.mobile-landscap-mode {
        height: 66px;
    }
}
