@charset "utf-8";
/* CSS Document */

 * {
	font-family:"Ubuntu" , sans-serif !important; 
	-webkit-font-smoothing: antialiased;
   	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}
 body .ui-body-c{
    font-family:"Ubuntu" , sans-serif !important; 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
	body{
		font-family:"Ubuntu" , sans-serif;
	
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		 overflow:hidden;
 		-webkit-font-smoothing: antialiased;
   		 -moz-osx-font-smoothing: grayscale;		 
	}
 
	area {
		 display: block;
		cursor: pointer;
	}

	/*  ---- to make the iframe move the same distance of the right panel width*/
    .ui-panel-animate.ui-panel-page-content-position-right {
		left: 0;
		right: 0;
		-webkit-transform:translate3d(-17em,0,0);
		-moz-transform:translate3d(-17em,0,0);
		transform:translate3d(-17em,0,0);
	}

	.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-right.ui-panel-display-push {
		right: 0;
		-webkit-transform: translate3d(35em,0,0);
		-moz-transform: translate3d(35em,0,0);
		transform: translate3d(35em,0,0);
	}

	.listview>li>a {
		padding-left: 25px !important;
	}



	.listview {
	padding-top: 20px;
	padding-left: 0px;
	margin: 0px !important;
	/*  background-color:#19142e;*/

	}
#listview div , #listview_page2 div {
	padding: 0px;
	margin:0px;
}
#listview div ul, #listview_page2 div ul {
	padding: 0px;
	margin:0px;
}
 
 <!--#listview .ui-collapsible-heading .ui-btn  { border-top-width: 1px !important; }-->
 
	 #external {
		 position: absolute;
		top: 0px; left: 0px;
		width:100%;
		height:100%;
		}


	#pageone { /* specify page */
		position: fixed;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden !important;
	}
	 
	/*#pageone # {
		margin: 0px;
		padding:0px;
		height: inherit;
		overflow: hidden !important;
	 }*/
	 #controlsPanel{
		display: block;
	 	margin:auto;
		bottom:100px;
		position: absolute;
	  	right:5px;
		width:50px;
		background-color: rgba(255, 0, 0,0);
		align:center;
		z-index:5009;
		 }
		 
  #controlsPanel2{
		display: block;
	 	margin:auto;
		bottom:20px;
		position: absolute;
	  	right:0;
		width:50px;
		background-color: rgba(0, 0, 0,0);
		align:center;
		z-index:5009;
		 }
	@media(max-width:900px){ 
		 #controlsPanel2{
			bottom:65px;
			}
		 }
	#fullscreen-button, #fullscreen-button2{ 
		width:35px; 
	 	height:35px;                                 
		z-index:100;  
		cursor:pointer;
	 	
		background-size: contain;
		margin: auto;
		}
	.fullscreen-enter{
		 background:url(../assets/enter-fullscreen.png) ;
		 }
	.fullscreen-exit{
		 background:url(../assets/exit-fullscreen.png) ;
		 }	
	 #help-button{
	  width:auto; 
	  height:55px;
	  padding:7px ;
	  z-index:100;  
	  cursor:pointer;
	}
	
	 #menu-button,  #menu-button2{
	  position:fixed;
	  padding-top: 0px;
	  padding-left : 0px; 
	  width: 50px ; 
	  height: 50px;  
	}
	 #menu-button #menu-icon, #menu-button2 #menu-icon2{
		padding-top: 7px;
		padding-left : 10px;
		background-color: none;
		width: 100% ; 
		height: 100%;
		 
		  }
	 #menu-button #menu-icon div, #menu-button2 #menu-icon2 div{
	
		width: 30px;
		height: 4px;
		background-color: white;
		margin: 5px 0px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.54);
		-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.54);
		box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.54);
	}
	 #panelLogo,#panelLogo2{
		height:auto;
		width: 85%;
		display: block;
 		margin : auto;
		padding-bottom:10px;
  		 
		}
		
		#bookButton{
			position: sticky;
			width:100%;
 			background-color:rgba(4, 174, 222, 0.9);
			top: calc(100vh - 45px);
 		}

		.bookText{
			color:rgba(255, 255, 255, 1);
		}

	.ui-panel.ui-panel-open {
		position:fixed;
	}
	.ui-panel-inner {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding-left: 0;
		padding-right: 0;
		padding-top:0;
 		overflow:auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.ui-page-active.ui-page-panel {
	height: 70%;
	}
	 
	#main-title{
		position: absolute;
		left: 0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		top:0px;
		width: 100%;
		height: 40px;
		padding: 0px;
		background-color:rgba(255, 255, 255, 0.6);
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
		z-index: 5
	}

	#main-title p {
		font-family:"Ubuntu" , sans-serif !important; 
		font-size: 20px;
		line-height: 38px;
		text-align: center;
		align-content: center;
		color: #ffffff;
		text-shadow: 1px 1px 3px #333333;

	
	}
	
	.map  {
		    display:block;
            margin:auto;
			 
			 
			 height:100%;
			width:auto;
		   border: none;
		   
		   margin-left:auto;
  			margin-right:auto;
			-webkit-box-shadow: 0px 1px 10px 1px rgba(50, 50, 50, 1);
			-moz-box-shadow:    0px 1px 10px 1px rgba(50, 50, 50, 1);
			box-shadow:         0px 1px 10px 1px rgba(50, 50, 50, 1);
			 
		}
		​	
	div #mapCont{
		 
		position:relative!important;
		top:0px!important;
        margin:0px!important;
		padding:0px!important;
		background:#0F0;		
		 
	}​ 
	

	#map-button-wrapper{
		top: 15px;
	 	right: 15px;
	  	position: absolute;
		cursor:pointer;
		 z-index:100;  
		}
	#map-button-wrapper:hover{
		opacity:0.7;
		}
	#map-button{
		width:50px;
		height:auto;
		top: 50px;
	 	right: 15px;
	  	position: absolute;
		cursor:pointer;
		z-index:100;  
		}
	
	#satellite-button-wrapper{
		bottom: 30px;
	 	left: 10px;
	  	position: relative;
		cursor:pointer;
		z-index:101;
		}
	

	.widget-minimap {
		bottom: 30px;
	 	left: 10px;
	  	position: absolute;
		cursor:pointer;
 		
		background-color: #ccc;
		border-radius: 2px;
		border: 3px solid white;
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
		height: 75px;
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		transition: width 0.4s,height 0.4s,opacity 0.6s ease-in,margin-bottom 0.4s;
		width: 75px;
		z-index: 2;
	}


	#hide-map-button{
		position: absolute;
		top: 0;
		bottom:0;
		margin-top:auto;
		margin-bottom:auto;
		left:5px;
		z-index: 3;
	}

	#prevNext{
		width:170px;
		height:30px;
		bottom: 24px;
	 	left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		cursor:pointer;
		z-index:102;
		position:absolute;
	}

	#prev-button{
		width:auto;
		height:30px;
		margin-left:30px;
	}

	#next-button{
		position:fixed;
		width:auto;
		height:30px;
	}

/* div .gm-style div:nth-child(2) {
		 
		left: 50%!important;
		margin-left: -33px!important;
		}*/
	#map-bg{
		background:rgba(0,0,0,0.6);

		width:100vw;
		height: 100vh;
 		}
	#map-wrapper{
		box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.7);

		width:100%;
		height: 100%;
 		}
	#map{
		
		width:100%;
		height:100%;
		}
	#map-close-button{
		top:15px;
	 	right:15px;
		width:28px; 
		height:28px; 
		position:absolute;
		z-index:5014;
		cursor:pointer;
 			}
	#map-close-button:hover{
		opacity:0.7;
		}
	.mapLabel{
		box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.7);
		background-color: #ccc;
		}
	
	#rightPanel{
		width: 35em;
 		border-left: 3px solid white;
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	}
		
	.ui-content{
		padding:0px;
	}
	#sideMap{
		position:absolute !important;
		height:100%;
		width: 100%;

	}	


	#infoWindow_icon{
		float:left;
		margin-right:12px;
		margin-top:4px;
		 }
	#infoWindow_rightContainer{
		position:relative;
		float: right;
	}
	#infoWindow_leftContainer{
		position:relative;
		float:left;
	}
	#infoWindow_location{
		position:relative;
		padding:5px;
	}

	#infoWindow_visitButton{
	 	color: #dbaa0e;
		cursor:pointer;
		border: 1px solid lightgray;
		border-radius: 3px;
		padding:2px 7px;
		margin-top:3px;
 
		}
	.shadowed {
    -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.7));
  	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.7));
}
	@media (max-width: 599px),(max-height: 600px) {
   #map-wrapper{
 		top: 0px;
	 	right: 0px;
		left:0px;
		bottom:0px;
 		}
}		
	
/*	
@media screen and (orientation:portrait) {
		 
	 div .map {
			position:absolute;
			height:100%;
			display:none;
			 
		}​	
	div .cont {
			position:relative;
			height: 100vh;
		    overflow:auto;
		}​
	}
    
@media screen and (orientation:landscape) {
        
   div .map   {
 		width:100vw !important; 
		height:100vh!important; 
		object-fit: contain!important; 
		object-position: center!important; 
	
		}​	
 	div .cont  { 
		position:static!important; 
 		width: 100vw!important; 
		height:auto!important; 
	    background:#0C6!important; 
		 overflow:hidden;
	 }

    }

	*/
	
	
	
	
	/*  ----------   Help Style  --------------*/
	
	input,
textarea,
progress,
button,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    outline: none;
    resize: none;
    padding: 0;
    margin: 0
}
input,
textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}
ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font: inherit;
    margin: 0;
    padding: 0
}
select {
    margin: 0;
    border: 0
}

select::-ms-expand {
    display: none
}
.ltr {
    direction: ltr
}
.rtl {
    direction: rtl
}

.scrollable {
    -webkit-overflow-scrolling: touch
}

.title,
.text,
.title *,
.text *,
#infoText {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.close {
 position: absolute;
    top: 0;
	right:1px;
    width: 32px;
    height: 32px;
    background-image: url('../assets/close.png');
    -webkit-background-size: 12px 12px;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    background-size: 12px 12px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer ;
	 
} 
.ltr .close {
    right: 0
}
.rtl .close {
    left: 0
}

#help {
    position: absolute;
    top: 0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	right:10px;
    width: 320px;
    height: 650px;
    padding: 10px;
    background-color:rgba(0,0,0,0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
    z-index: 5010
}

.hidden{
	-webkit-transform: translate(120%, 0);
    -moz-transform: translate(120%, 0);
    -ms-transform: translate(120%, 0);
    -o-transform: translate(120%, 0);
    transform: translate(120%, 0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s
}
.visible{
 -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s
}
	
	
	
	.ltr #help {
    right: 10px
}
.rtl #help {
    left: 10px
}
.no-boxshadow #help {
    border: 1px solid #888
}
#help .close {
    z-index: 5010
}
#help .title {
    color: #ffffff;
    margin-bottom: 10px
}
#help p {
    font-size: 13px;
    line-height: 14px;
    margin: 10px 0;
	color: #ffffff;
	text-shadow:none;
}
#help .page-displayer {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}
#help .pages {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300%
}
	
	#help #page-1,
#help #page-2 {
    position: absolute;
    top: 0;
    width: 33.33333333%;
    text-align: center
}
.ltr #help #page-1 {
    left: 0
}
.rtl #help #page-1 {
    left: 66.66666667%
}
.ltr #help #page-2 {
    left: 33.33333333%
}
.rtl #help #page-2 {
    left: 33.33333333%
}

#help #page-1 .title {
    font-size: 24px;
    text-transform: uppercase;
	margin-top: 10px
}

#help #page-1 .illustration-mouse {
    position: relative;
    max-width: 85%;
    margin: 5px auto 5px;
	padding-top:50px
}

#help #page-1 .illustration-wrapper {
    position: relative;
    max-width: 52%;
    margin: 5px auto 5px
}
#help #page-1 .illustration-wrapper .label {
    position:center;
    color: #fff
}
.no-touchdevice #help #page-1 .illustration-wrapper .rotate {
    right: 76%;
    bottom: 42%
}
.no-touchdevice #help #page-1 .illustration-wrapper .zoom {
    left: 83%;
    bottom: 42%;
}
.touchdevice #help #page-1 .illustration-wrapper .rotate {
    right: 80%;
    bottom: 75%
}
.touchdevice #help #page-1 .illustration-wrapper .zoom {
    left: 83%;
    bottom: 36%;
}
#help #page-1 .illustration {
    width: 90%
}
#help #page-2 .title {
    font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px
}
#help #page-2 .table {
    width: 100%
}

#help #page-2 .row {
    position: relative;
    width: 100%;
    height: 63px
}
#help #page-2 .wrapper {
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    white-space: nowrap
}
#help #page-2 .wrapper:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}
#help #page-2 .icon {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 90px;
    height: 45px
}
#help #page-2 .text {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 100px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 1.2em;
	text-align:left;
	 
	color: #ffffff;
	text-shadow:none;
  
}
.ltr #help #page-2 .text {
    text-align: left;
    margin-left: 0px
}
.rtl #help #page-2 .text {
    text-align: right;
    margin-right: 5px
}

#help .pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center
}
@media (max-width: 599px),
(max-height: 600px) {
    #help {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
		right:0px;
    }
    .ltr #help {
        right: 0
    }
    .rtl #help {
        left: 0
    }
    #help .close {
        top: 10px
    }
    #help #page-1,
    #help #page-2 {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }
    #help #page-1 table td {
        padding: 0
    }
	
	#help #page-1 .text {
	margin-left: 10px;
	margin-right:5px
}
	
    #help .pagination {
        position: absolute;
        left: 0;
        bottom: 10px
    }
}


.pagination .paginationNumber {
    font-size: .8em;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: .3em .5em;
    color: #fff;
    border: solid 1px #ddd;
    cursor: pointer
}

.no-touchdevice .pagination .paginationNumber:hover,
.pagination .paginationNumber.active {
    color: #fff;
    background-color: #04aede;
    border-color: #04aede
}
.pagination .paginationNumber {
    margin: 0 .1em
}
.pagination .paginationDot {
    display: inline-block;
    background-color: #fae4f2;
    margin: 0 2px 0 2px;
    border: 1px solid #ea8ec7;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    cursor: pointer
}
.no-touchdevice .pagination .paginationDot:hover,
.pagination .paginationDot.active {
    background-color: #bc2381;
    border-color: #661346
}
@media (max-width: 599px),
(max-height: 600px) {
    .pagination .paginationDot {
        width: 20px;
        height: 20px
    }
}
.pagination .invisible {
    visibility: hidden;
    pointer-events: none
}

 
.html-content p,
.html-content pre {
    margin: 1em 0
}
#li13 ,#li13_0 {
	font-style: italic;
}
