@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v9/abcd.woff) format('woff');
}


@media all and (max-width: 1024px)   {
.vertical-center {  
	position:static !important;
}
	
.pos-center{  
	position:static !important; 
	margin-top:0% !important;
}

}


html {

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #000000;
     
}

.pano-viewer {
    /* padding-top: 0px; */
    width: 100%;
    height: 100%;
    //margin-left: -431px;
    //margin-top: -320px;
    position:fixed;
    //top:50%;
    //left:50%;
    //border:1px solid #D1D1D1;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}


.debug ul {
    padding:0;
    margin:0;
}

.debug ul li {
    list-style:none;
    padding:2px;

}

.debug ul li a {
    text-decoration:none;
    color:#000;
}

/*  css Video */
/* video.html */
.title-video {
	color: white;
	position: absolute;
	top: -33px;
	left: 0;
	font-size: 20px;
}

.font-x{
	font-size : 30px;
	padding:0;
	position: absolute;
	left: 10px;
	font-weight: bold;
}

.font-close{
	font-size: 20px;
	position: absolute;
	right: 14px;
	top: 6px;
}

.button-close{
	background-color: #01943c;
	position: absolute;
	top: -40px;
	right: 0;
	width: 110px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
	color:white;
}
		

.thumbnail {
	border: 0 !important;
	background-color: transparent !important;
	margin-bottom:0 !important;
}
				
.vertical-center {
	margin-bottom: 0; 
}

.vertical-center {
 
height:100%;
position:relative;

/*
	min-height: 100%;  
	min-height: 100vh; 

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
  
    -webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
  
	width: 100%;
  
	-webkit-box-pack : center;
	-moz-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	justify-content : center;
	*/
}
	
.pos-center{
 
position:absolute;
top:50%;
margin-top:-19.5%;

/*
	display: inline-block;
	vertical-align: middle;
	*/
}

/* jplayer.html */

.fullVideoWindow {
	width:100%;
	height:100%;
	background-color:#000;
}
		
.fullVideoWindow video[id*="jp_video_"] {
	margin:0 auto;
	display: block;
	width:100% !important;
}
.icon_fullscreen{
	background-image: url("../images/button/icon_fullscreen.png") !important;
    position: absolute;
 /*   width: 50px;
    height: 44px;
    bottom: 21px;
    right: 0px; */
    width: 62px;
    height: 55px;
    bottom: 30px;
    right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon_fullscreen:active{
-webkit-box-shadow: none !important; 
box-shadow: none !important;
}
.icon_enlarge{
	background-image: url("../images/button/icon_enlarge.png") !important;
    position: absolute;
/*    width: 50px;
    height: 44px;
    bottom: 21px;
    right: 74px; */
    width: 62px;
    height: 55px;
    bottom: 30px;
    right: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon_enlarge:active{
-webkit-box-shadow: none !important; 
box-shadow: none !important;
}
.icon_map{
	background-image: url("../images/button/icon_map.png") !important;
    position: absolute;
 /*   width: 50px;
    height: 44px;
    bottom: 64px;
    right: 74px; */
    width: 62px;
    height: 55px;    
    bottom: 81px;
    right: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon_map:active{
-webkit-box-shadow: none !important; 
box-shadow: none !important;
}
.icon_minify{
	background-image: url("../images/button/icon_minify.png") !important;
    position: absolute;
 /*   width: 50px;
    height: 44px;
    bottom: 0;
    right: 37px; */
    width: 62px;
    height: 55px;
    bottom: 5px;
    right: 56px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon_minify:active{
-webkit-box-shadow: none !important; 
box-shadow: none !important;
}
.icon_home{
	background-image: url("../images/button/icon_home.png") !important;
    position: absolute;
/*    width: 50px;
    height: 44px;
    bottom: 42px;
    right: 37px; */
    width: 62px;
    height: 55px;
    bottom: 55px;
    right: 56px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon_home:active{
-webkit-box-shadow: none !important; 
box-shadow: none !important;
}
.icon_tran{
	background-image: url("../images/button/004-2.png") !important;    
	background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
   /* width: 150px;
    height: 110px;*/
    width: 188px;
    height: 130px;	
    opacity: 0.7;
}
.icon_tran:active{
-webkit-box-shadow: none !important; 
box-shadow: none !important;
}