/*=============================================================================================	
	style css decorated by : Web Architect (webarq.com)
	Author : debfry andhi
==============================================================================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
body ::selection {
	background: #2CB3FF;
}
body ::-moz-selection {
 background: #2CB3FF;
}
html, body {
	height: 100%;
	margin: 0;
}
body {
	color: #333;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold, strong {
	font-weight: 700;
}
.regular {
	font-weight: 400;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
p {
	margin: 1px 0 15px;
	line-height: 20px;
}
input, textarea, select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	border: 1px solid #D8D8D8;
	padding: 5px;
	margin: 0;
	color: #666;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* structure
----------------------------------------------------------------------------------------------*/
.wrapper {
	width: 960px;
	margin: 0 auto;
}
/* style button
----------------------------------------------------------------------------------------------*/
.btn {
	display: inline-block;
	padding: 10px 20px;
}
/* header
----------------------------------------------------------------------------------------------*/
header {
	position: relative;
}
/* middle
----------------------------------------------------------------------------------------------*/
#krpanoSWFObject {
	z-index: 0;
}
#middle {
	position: relative;
	background-color: #000;
}
section {
	position: relative;
}
.wa-row {
}
.wa-row:after {
	content: '';
	display: block;
	clear: both;
}
.wa-row .cols-01 {
	width: auto;
}
.wa-row .cols-02 {
	width: 50%;
	float: left;
}
.wa-row .cols-03 {
	width: 33.3333%;
	float: left;
}
.wa-row .cols-04 {
	width: 25%;
	float: left;
}
.wa-row .cols-05 {
	width: 20%;
	float: left;
}
nav#desktop {
	background-image: url(../images/material/maps.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 193px;
	height: 485px;
	left: 40px;
	top: 0px;
	bottom:0px;
	margin:auto;
	z-index: 2;
}
nav#desktop:after{
	content: 'Select pin to navigate';
	font-size: 13px;
	color: #fff;
	position: absolute;
	bottom: -45px;
	text-align: center;
	line-height: 14px;
	width: 80px;
	left:-25px;
}
nav#desktop > div {
	height: 17px;
	width: 18px;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(../images/material/points.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
nav#desktop > div * {
	display: none;
	visibility: hidden;
}
nav#desktop > div.active {
	background-position: top;
}
nav#desktop > div caption{ position:absolute; display:block; visibility:visible; }
nav#desktop caption{
	position: absolute;
	background-image: url(../images/material/black70.png);
	background-repeat: repeat;
	padding: 5px 10px;
	font-size:14px;
	color: #fff;
	word-wrap: normal	;
}
#nav_mobile{
	position: absolute;
	top: 25px;
	left: 25px;
	background-color: #00b9f1;
	padding:18px 15px;
	display:none;
}
.drag-info{
	position: fixed;
	color: #fff;
	width: 200px;
	height: 135px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-image: url(../images/material/black70.png);
    background-repeat: repeat;
    text-align: center;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	opacity: 0.8;
}
.drag-info h4{
	margin: 0;
	font-weight: 700;
}
.drag-info p{
	color: #958e86;
	font-size: 16px;
	font-weight: 700;
}
.fly-but-wrap {
	cursor: pointer;
	width: 35px;
	height: 27px;
	position: relative;
}
.fly-but-wrap span {
	background: #fff;
	display: block;
	position: absolute;
	left: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 100%;
	height: 4px;
}
.fly-but-wrap span:nth-child(1) {
	top: 0px;
}
.fly-but-wrap span:nth-child(2), .fly-but-wrap span:nth-child(3) {
	top: 12px;
	width: 100%;
}
.fly-but-wrap span:nth-child(4) {
	top: 24px;
}
.fly-but-wrap.fly-open span:nth-child(1), .fly-but-wrap.fly-open span:nth-child(4) {
	top: 24px;
	left: 50%;
	width: 0%;
}
.fly-but-wrap.fly-open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fly-but-wrap.fly-open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#menu_mobile{
	background-image: url(../images/material/black70.png);
	background-repeat: repeat;
	padding: 10px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index:10;
	display:none;
}
#menu_mobile .wrap{
	background-color: #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
#menu_mobile .wrap .inner{
	height: 440px;
	margin: auto;
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
#menu_mobile .wrap ul{
	margin: 20px auto;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #999;
}
#menu_mobile .wrap ul li{
	text-align: center;
	margin: 25px 0px;
}
#menu_mobile .wrap ul li a{
	font-size: 22px;
	color: #333;
}
#menu_mobile .wrap ul li a.active{ color:#00b9f1; }
#menu_mobile .wrap .lang{ text-align: center; font-size: 18px; color: #333; }
#menu_mobile .wrap .lang a{ color: #333;  }
#siteinfo {
	position: absolute;
	width: 415px;
	top: 35px;
	right: 35px;
	/* background-image: url(../images/material/black70.png);
	background-repeat: repeat; */
	background:#13495a; 
	padding: 25px;
	color: #fff;
}
#siteinfo:before {
	position: absolute;
	content: '';
	background-color: #13495a;
	opacity: 0.5;
	left: -7px;
	top: -7px;
	right: -7px;
	bottom: -7px;
}
#siteinfo h3 {
	margin: 0px;
	font-weight: 700;
	text-transform: uppercase;
}
#siteinfo h3 span{
	font-size: 14px;
	float: right;
	font-weight: 400;
	text-transform: none;
	background-image: url(../images/material/icon-down.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
	margin-top:7px;
}
#siteinfo .text { 
	padding:0 10px; 
	/*margin: 20px 0px;
	overflow: auto;
	height: 135px;
	line-height: 19px;
	font-size: 13px;
	width:100%;*/
}
#siteinfo .scroll-pane{
	height:120px;
	width:100%;
	overflow:auto;
	margin:20px 0px;
	position:relative;
}
#siteinfo h3 {
	position: relative;
}
#pano {
}
#sound {
	background-image: url(../images/material/icon-volume.png);
	background-position: top;
	position: absolute;
	height: 54px;
	width: 54px;
	right: 20px;
	bottom: 20px;
	z-index: 5;
	cursor: pointer;
}
#sound.mute {
	background-position: bottom;
}
.list_carousel { margin:0 auto; position:relative; }
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none; 
	display: block;
}
.list_carousel li {
	/*width: 140px;*/
	width: 170px; 
	margin: 0px -10px 0 0; 
	display: block;
	float: left;
	background-color: #164c5e;
	cursor:pointer;
	border: 10px solid #164c5e;  
}
.list_carousel li div{ border: 2px solid transparent; position:relative; font-size: 12px;}
.list_carousel li div img {width: 100%;}
.list_carousel li div[data-name] {font-size:11px; text-transform: capitalize;} 
.list_carousel li.active div,.list_carousel li:hover div{ border-color:#00b9f1; }
.list_carousel li:hover div:before {
	position: absolute; width:100%; height: 100%; top: 0; left: 0; 
	background: rgba(0,0,0, 0.7); content: ""; z-index: 2; 
}
.list_carousel li div:after {
	background-image: url(../images/material/black70.png);
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 50%;
	/*right: 0px;
	bottom: 0px;*/
	content: attr(data-name);
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding:0 10px;
	margin: auto; 
	max-height: 50px; 
	transform: translateY(-50%);
	width:100%;  
	background: none; 
	z-index: 3;
	text-align: center; 
	box-sizing: border-box;
	/*word-break: break-all; */
	word-wrap: break-word;	
	display: none; 	
}
.list_carousel li.active div:after,.list_carousel li:hover div:after{
	display: block;  
}
/*.list_carousel li.active div:after,.list_carousel li:hover div:after{
	background-image: url(../images/material/black70.png);
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 50%;
	/*right: 0px;
	bottom: 0px;*/
	content: attr(data-name);
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding:0 15px;
	margin: auto; 
	max-height: 40px; 
	transform: translateY(-50%);
	width:100%;  
	background: none; 
	z-index: 3;
	text-align: center; 
	box-sizing: border-box; 
}*/
.list_carousel li div img{ margin-bottom:-3px; }
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel .prev,
.list_carousel .next {
	position: absolute;
	height: 30px;
	width: 30px;
	/*background-image: url(../images/material/nav-slider.png) no-repeat 0 0; */
	background-color: #00b9f1; 
	text-indent: -9999px;
	overflow: hidden;
	top:0;
	bottom:0;
	margin:auto;
}
.list_carousel .prev:before,
.list_carousel .next:before {
	position: absolute; content: ""; top: 0; left: 0; bottom: 0; right: 0; margin:auto;
	width: 20px; height: 20px;  
	background: url(../images/material/nav-slider.png) no-repeat 0 0;
}
.list_carousel .prev:before {background-position: 0 0;}
.list_carousel .next:before {background-position: right;}
.list_carousel .prev{ left:-10px; }
.list_carousel .next{
	right: -10px;
	background-position: right;
}
.slider{ 
	position: absolute;
	bottom: 120px;
	/*width: 600px;*/
	width: 770px; 
	margin: auto;
	left: 0px;
	right: 0px;
}

.jspVerticalBar {right: 4px; top: 8px;} 


/* footer
----------------------------------------------------------------------------------------------*/
footer {
	position: relative;
	/* background-image: url(../images/material/bg-footer.jpg);
	background-repeat: repeat-x; */
	padding: 20px;
	background:#1c1d22; 
}
footer:after {
	content: '';
	clear: both;
	display: block;
}
footer .logo, footer .vtour, footer .share, footer .copy,footer .lang {
	display: inline-block;
	vertical-align: middle;
	position:relative;
}
footer .lang {
	margin-left: 15px;
}
footer .lang a{
	color: #fff; 
	font-weight: 700;
}
footer .lang a.active{ color: #00b9f1; }
footer .logo:after, footer .share:after {
	/*content: url(../images/material/line-footer.png);*/
	content:""; 
	background:#2d2d32; 
	width: 1px;
	height: 40px;
	position:absolute;
	right:-20px;
}
footer .share:after{ top:-7px; }
footer .share {
	font-size: 14px;
	margin-right:30px;
	color: #626262; 
}
footer .share a{ display:inline-block;}
footer .share img {
	vertical-align: middle;
	margin: 0 3px;
}
footer .copy {
	color: #626262;
	font-size: 12px;
}
footer .vtour {
	background-image: url(../images/material/icon-loading.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	padding-left: 30px;
	text-transform: uppercase;
	margin-left:30px;
	color: #fff; 
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

 @media screen and (max-width:1024px) {
	/* Tablet styles */
	nav#desktop{ display:none; }
	#nav_mobile{ display:block; }
	footer .vtour{ font-size:16px; padding-bottom:5px; padding-top:5px; }
	footer .logo{ width:150px; }
	footer .left{ margin-top:5px; }
	footer .lang{ display: none; }
}
@media only screen and (max-width: 767px) {
	.list_carousel li {margin-right: 0;} 
	.list_carousel .prev,
	.list_carousel .next {width: 25px; height: 25px;}
}
@media only screen and (max-width: 600px) {
	/* Mobile styles */
	#menu_mobile{ background-image:none; background-color:#fff; overflow:auto; }
	#nav_mobile{ top:0px; left:0px; }
	#pano{ padding-top: 63px; }
	#sound{ left:5px; bottom:10px; width:30px; height:30px; background-size:100%; }
	#siteinfo{ top:0px; right:0px; width:auto; left:65px; height:auto; padding:23px 10px; background-color:#000; }
	#siteinfo.open{ left:0; z-index:20; height:100%; padding:22px; }
	.list_carousel li.active div:after, .list_carousel li:hover div:after{ content: ''; }
	#siteinfo h3{ font-size:12px; }
	#siteinfo h3 span{ margin-top:0px; }
	#siteinfo:before{ display:none; }
	#siteinfo .scroll-pane{ display:none; }
	.slider{ width:300px; bottom:70px; }	
	footer{ padding:15px; }
	footer .right{ display:none; }
	footer .logo:after, footer .share:after{ display:none; }
	.list_carousel{ width:auto !important; }
	footer .vtour{ font-size:14px; margin-left:8px;  }
}
@media only screen and (max-width: 480px){ 
	.slider{ width:150px; bottom:100px; } 
	.list_carousel li{ width: 90px; border-width: 1px; } 
	.drag-info{ padding: 10px; height: 120px; }
}
 @media only screen and (min-width: 1140px) { 
/* Desktop styles */
}
