/* Krpano */
@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { min-width: 1024px; height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:100%; color:#656565; background-color:#FFF; }
body.plans {min-width: 640px; }
body.info {min-width: 0}

/* Fonts */
@font-face {
    font-family: 'sansa_pro';
    src: url('fonts/sansapro-light.eot');
    src: url('fonts/sansapro-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansapro-light.woff2') format('woff2'),
         url('fonts/sansapro-light.woff') format('woff'),
         url('fonts/sansapro-light.ttf') format('truetype'),
         url('fonts/sansapro-light.svg#sansa_prolight') format('svg');
    font-weight: lighter;
    font-style: normal;

}
@font-face {
    font-family: 'sansa_pro';
    src: url('fonts/sansapro-normal.eot');
    src: url('fonts/sansapro-normal.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansapro-normal.woff2') format('woff2'),
         url('fonts/sansapro-normal.woff') format('woff'),
         url('fonts/sansapro-normal.ttf') format('truetype'),
         url('fonts/sansapro-normal.svg#sansa_pronormal') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sansa_pro';
    src: url('fonts/sansapro-bold.eot');
    src: url('fonts/sansapro-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/sansapro-bold.woff2') format('woff2'),
         url('fonts/sansapro-bold.woff') format('woff'),
         url('fonts/sansapro-bold.ttf') format('truetype'),
         url('fonts/sansapro-bold.svg#sansa_probold') format('svg');
    font-weight: bold;
    font-style: normal;

}

w
 
:-webkit-full-screen { z-index: 1 !important; }

#krpanoSWFObject {
	background: #000;
	padding: 1px;
/*
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000;
*/
/*
	-webkit-transform: translateZ(+1px);
	-moz-transform: translateZ(+1px);
	-o-transform: translateZ(+1px);
	-ms-transform: translateZ(+1px);
	transform: translateZ(+1px);
*/
} 

.header .pull-right{
	float: right;
}

/* Buttons */
.btn{
	background: #FFF;
	color: #656565;
	cursor: pointer;
	float: left;
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
.btn i{ font-size: 1.6em; line-height: 1.6em; position: relative; float: left; margin-right:10px; }
.btn:hover{
	color: #102D72;
}
.btn.active{
	background: #102D72;
	color: #FFF;
}
.btn-square{
	padding: 0;
	width: 40px;
}
.btn-square i{ float: none; margin: 0;}
.btn-small{ font-size: .75em; height: 30px; line-height: 30px; }
.btn-small i{ top: 1px; }
.btn-square.btn-small{ width: 30px; }

.btn-group{ float: left; margin: 0 5px;}
.btn-group > .btn{
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
}
.btn-group > .btn:first-child:not(:last-child){
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-tight-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child){
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group > .btn:not(:first-child):not(:last-child){
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Interface */
.header{
	color: #FFF;
	z-index: 10;
	padding: 0 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
/*
	-webkit-transform: translateZ(+2000000000000px);
	-moz-transform: translateZ(+2000000000000px);
	-o-transform: translateZ(+2000000000000px);
	-ms-transform: translateZ(+2000000000000px);
	transform: translateZ(+2000000000000px);
*/
}
.header{
	left: 0;
	position: absolute;
	top: 20px;
}
.header > div{
	float: left;
	margin: 0 20px 0 0;
}
.header .search-bar{
	margin: 5px 0;
}

.header-logo{ margin: 0;}
.header-logo a{
	background: url("../images/logo.png") no-repeat center center;
	display: inline-block;
	height: 41px;
	margin-top: 2px;
	overflow: hidden;
	text-indent: -10000px;
	width: 120px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
.header-title{
	font-family: "sansa_pro";
	font-size: 1.4em;
	font-weight: normal;
	line-height: 40px;
	margin: 0 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.7);
	/*text-transform: uppercase;*/
}

.active .menu-toggle {
	color: #102D72;
}

.interface{width: auto;}

/* Menu */
.menu{
	position: relative;
}
.menu-weather.day .night{display: none;}
.menu-weather.night .day{display: none;}
.menu-content{
	background: #FFF;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 50px;
	width: 200px;
	
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.3);
}
.menu-content:before{
	border: 6px solid #FFF;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top: none; 
	content: "";
	display: block;
	height: 0;
	left: 14px;
	position: absolute;
	top: -6px;
	width: 0;
}
.menu-content li{
	border-top: 1px solid #EFEFEF;
	list-style: none;
	margin: 0;
}
.menu-content li:first-child{
	border: none;
}
.menu-content a{
	display: block;
	padding: 11px 20px;
	text-decoration: none;
}
.menu-content .fa{
	display: inline-block;
	width: 20px;
}
a{
	color: #656565;
}
a:hover{
	color: #102D72;
}
.active > .menu-content{ display: block; }


/* Loading */
.loading{
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.loading div.loading-logo{
	background: url("../images/logo.png") no-repeat center center;
	background-size: 120px 41px;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}


.loading .video-js .vjs-tech,
.loading .video-js { background: #FFF !important; }

#video{
	display: none;
}

/* Plans */
.plans{
	background: #F3F3F3;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.plans .navigation{ margin: 5px 0; text-transform: uppercase;}
.map,
.preview,
.search-result {
	background: #FFF no-repeat center center;
	bottom: 35px;
	border: 1px solid #CCC;
	left: 20px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 85px;
	z-index: 1;
}
.preview { display: none; z-index: 100; background-size: contain; text-align: center;top: 20px;}
.map .level{ 
	display: none;
	height: 1440px;
	position: absolute;
	width: 2560px;
	z-index: 1;
}
.map .level.active { 
	display: block;
	z-index: 2; 
}
.map .level img{ border: none; display: block; width: 100%; height: 100%; }
.map .level-item{
	margin-top: 15px;
	background: #102D72;
	color: #000;
	height: 45px;
	line-height: 45px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 65px;
	z-index: 4;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.7);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.7);
	
	-webkit-transition: -webkit-transform .1s ease-in-out;
	-moz-transition: -moz-transform .1s ease-in-out;
	-ms-transition: -ms-transform .1s ease-in-out;
	-o-transition: -o-transform .1s ease-in-out;
	transition: transform .1s ease-in-out;
}
.map .level-item:hover{
	-moz-transform: scale(1.5) translateX(1px) translateY(1px);
	-webkit-transform: scale(1.5) translateX(1px) translateY(1px);
	-o-transform: scale(1.5) translateX(1px) translateY(1px);
	-ms-transform: scale(1.5) translateX(1px) translateY(1px);
	transform: scale(1.5) translateX(1px) translateY(1px);
}

.legend{
	bottom: 15px;
	font-size: 0.75em;
	left: 0;
	padding: 0 20px;
	position: absolute;
	text-align: right;
	width: 100%;
	box-sizing: border-box;
}
.legend > div{
	display: inline-block;
	margin-left: 10px; 
	line-height: 10px;
}
.legend-item{display: inline-block; height: 10px; width: 10px; border-radius: 20px; margin-right: 5px; background: #FFF;}
.plans .item-1p{background: #EDC1FE;}
.plans .item-2p{background: #A3CDFF;}
.plans .item-3p{background: #58D4A2;}
.plans .item-4p{background: #FFF481;}
.plans .item-5p{background: #FDB988;}
.plans .item-6p{background: #B796C3;}

.zoom{
	cursor: pointer;
	right: 10px;
	position: absolute;
	top: 15px;
	z-index: 3;
}
.zoom .btn,
.close{
	background: #102D72;
	color: #FFF;
}
.zoom .btn:hover,
.zoom .btn:active,
.close:hover{
	background: #FFF;
	color: #102D72; 
}
.close{
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: 50px;
}

.search-result{
	background: #000;
	background: rgba(0,0,0,.7);
	display: none;
	z-index: 2;
}
.search-result-content{
	background: #FFF;
	bottom: 5%;
	height: auto;
	left: 25%;
	margin: 0;
	padding: 20px;
	position: absolute;
	right: 25%;
	top: 5%;
	width: 50%;
	box-sizing: border-box;
}

.search-data{
	bottom: 20px;
	left: 20px;
	max-height: 100%;
	overflow: auto;
	position: absolute;
	right: 20px;
	top: 70px;
}
.search-data .col{
	float: left;
	width: 33.33333%;
}

.search-result h1{
	border-bottom: 1px solid #EFEFEF;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
}
.search-result ul{
	font-size: .75em;
	margin: 0;
	padding: 0;
}
.search-result li{
	list-style-position: inside;
	margin-bottom: 5px;
}






/* Info */
.info{
	overflow: auto;
	position: relative;
}	

.info .page{
	background: #EFEFEF;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
}
.info .content{
	margin: 90px 20px 20px 20px;
}

.info .header-logo{
	margin: 0 auto;
	width: 120px;
}
.info .header > div{
	float: none;
}

.info h1, 
.info h2,
.info h3{
	color: #0b2d77;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	margin: .5em 0 1em;
}
.info h2{
	font-size: 1.125em;
	margin: 1.5em 0 .5em;
}
.info h3{
	font-size: 1.1em;
	margin: 1em 0 .5em;
}
.info p{
	font-size: 0.875em;
	line-height: 135%;
}
.info hr{
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	margin: 2em 0;
}

.info ul,
.info ol{
	font-size: 0.875em;
	margin: .5em 0 1em 1em;
	padding: 0;
}
.info ul ul,
.info ul ol,
.info ul ol,
.info ol ol{
	font-size: 1em;
}

.info ul li,
.info ol li{
	list-style: square inside;
	margin: 0 0 .5em;
}

.info .page-header{
	border-bottom: 1px solid #CCC;
}

.info .page-lead{ font-size: 1em; line-height: 150%; color:#102D72; text-align: center; margin: 40px 0; text-transform: uppercase;}
	
.info .page-title{
	margin-bottom: 0;
}
.info .page-subtitle{ color: #102D72; margin-top: 0; font-weight: normal; font-size: 1em;}


@media only screen and (max-width:1200px) {

	.header .search-bar{float: right;}
	.map,
	.search-result {top:110px;}

}

@media only screen and (max-width:768px) {
	body{ min-width: 640px; position: relative; }
	
	.plans .navigation > .btn span{display: none;}

}