@charset "utf-8";
/* CSS Document */

 * {
	font-family:"GothamLight" , 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;
    -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)
	}

	#loader-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 5012;
		background-color:#000000;
	}
	
	#loader {
		display: block;
		position: relative;
		left: 50%;
		top: 50%;
		width: 150px;
		height: 150px;
		margin: -75px 0 0 -75px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #ffffff;
		-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
		animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	}
	 
	#loader:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #ffffff;
		-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
		  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	}
	 
	#loader:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #ffffff;
		-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
		 animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
	}
	
			
	.loadingTitle {
		color: #ffffff;
		display: block;
		position: relative;
		 margin: -30px 0 0 -30px;
		top: 50%;
		left: 50%;
		font-size:12px;
	
	}
	 
	@-webkit-keyframes spin {
		0%   {
			-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: rotate(0deg);  /* IE 9 */
			transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
		}
		100% {
			-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: rotate(360deg);  /* IE 9 */
			transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
		}
	}
	@keyframes spin {
		0%   {
			-webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: rotate(0deg);  /* IE 9 */
			transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
		}
		100% {
			-webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
			-ms-transform: rotate(360deg);  /* IE 9 */
			transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
		}
	}


 body .ui-body-c{
    font-family:"GothamLight" , sans-serif !important; 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
	body{
		font-family:"GothamLight" , 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 {
	float: left;
	width:100%;
	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%;
		}


	#page1, #page2 { /* specify page */
		position: fixed;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden !important;
	}
	 
	/*#pageone # {
		margin: 0px;
		padding:0px;
		height: inherit;
		overflow: hidden !important;
	 }*/

	 #layer {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index:5010;
		background-color: rgba(0, 0, 0, 0.5);
		display:none;
	}

	 #controlsPanel,#controlsPanel2{
		display: block;
	 	margin:auto;
		bottom:21px;
		position: fixed;
	  	right:-6px;
		width:60px;
		background-color: rgba(255, 0, 0,0);
		z-index:1;
		 }
		 

	 @media(max-width:900px){ 
		#controlsPanel2{
			 bottom:74px;
				}
		   #lensView{
			   bottom: 295px;
			   }
			   
		   #controlsPanel{
			bottom:65px;
				}    
   
			}
			
   
	   #fullscreen-button, #fullscreen-button2{ 
		   /*width:35px; 
		   height:35px; */                
		   width:22px; 
		   height:22px;                 
		   z-index:100;  
		   cursor:pointer;
		   /*margin: auto;*/
		   margin-left:18px;
		   }
	   #fullscreen-button{
		   margin-right: 4px;
		   margin-bottom: 2px;
	   }
	.fullscreen-enter{
		background: transparent url(../assets/fullscreen-icon.svg) 0% 0% no-repeat padding-box;	
		 }
	.fullscreen-exit{
		background: transparent url(../assets/exit-fullscreen-icon.svg) 0% 0% no-repeat padding-box;	
		 }	

	#audio-button{ 
		 height:27px;
		 width: 27px;
		 margin:15px 0px 0px 15px;
		 z-index:100;  
		 cursor:pointer;  

	}
		 
		 
	.audio-on{
		background: transparent url(../assets/sound-on.svg) 0% 0% no-repeat padding-box;	
		background-size: 27px;
		background-position: center;
	}
	.audio-off{
		background: transparent url(../assets/sound-off.svg) 0% 0% no-repeat padding-box;	
		background-size: 27px;
		background-position: center;
	}
	
	
	
	#help-button{
		/*width:28px; 
		height:50px;*/
		height: 30px;
	   /* margin:14px 20px; /*margin:15px 15px;*/
		margin:15px 20px 11px 20px;
		z-index:100;  
		cursor:pointer;
		
	  }
	  
	 /* #slideshow-button{
		  width:auto; 
		  height:33px;
		  margin:0px 10px 12px 0px;
		  z-index:100;  
		  cursor:pointer;
		}*/

		#slideshow-button{
			width: auto;
			height: 26px;
			margin: 0px 0px 12px 14px;
			z-index: 100;
			cursor: pointer;
			right: 0;
		  }


		  #logo-holder {
			position: fixed;
			top: auto;
			left: 0px;
			right: 0px;
			bottom: 0px;
			height: 28px;
			-webkit-overflow-scrolling: touch;
			border-top: 0.5px solid #dddddd7d;
			
			}
					
			#logo-button {
				height: 18px;
				transform: translate(-50%);
				margin-left: 50%;
				margin-top: 3px;
				z-index: 100;
				cursor: pointer;
				vertical-align: middle;
			}

		#lens-button{
			/*width:50px; 
			height:35px;**/
			height:22px;
			cursor:pointer;
			margin:0px 10px;
		  }
	#lens-button path,#lens-button rect{
		fill:#fefefe;
	}
	
	#lens-button.active path,#lens-button.active rect{
		fill:#97643c;
	}
	/*.cls-1,.cls-2{fill:#fefefe;}
	.cls-2{fill-rule:evenodd;}*/
	


	.lensView-holder{
		display:block;
		position:absolute;
		margin:auto;
		bottom: 242px;
		right:-13px;
		width:auto;
		height:auto;
		background-color: rgba(0, 0, 0,0);
		z-index:1;

	  }
	.lensView-list{
		padding-right: 27px; 
	}
	 .lensView-holder ul{
		list-style: none;
	 }
	 .lensView-holder li{
		 text-align: right;
		 margin-bottom:5px;
		 color:#fff;
		 font-size:13px;
		 text-shadow:none;
		 cursor:pointer;
		 opacity: 1;
	 }
	 .lensView-holder li:hover{
		opacity: 1;
		color:#ffffff;
		font-weight: bolder;
		}
	.lensView-holder li:hover path.st2{
		opacity: 1;
		fill:gray;
 		}
	.lensView-holder li.active{
		opacity: 1;
		color:#97643c;
        font-weight: bolder;
		}

 
	.lensView-holder .active path.st2 {
			fill: unset;
		}	
	/*.lensView-holder li.active svg path{
			fill:#050404;
			}*/	
	 .lensView-list ul svg{
		width:30px;
		height:30px;
		position: relative;
		top: 10px;
		margin-left:10px;
	 } 
	 .lensView-holder h1{
		 display: none;
		 text-shadow: unset;
	 }
	 .lensView-holder #closeLensViews{
		display: none;
	}
 
/*
	 .lensView-holder li:hover svg path{
		fill:#e11b22;
	}
	 .lensView-holder .activesvg path{
		fill:#e11b22;
	 }
*/
	.st0{opacity:0.2;}
	.st1{clip-path:url(#SVGID_2_);}
	.st2{clip-path:url(#SVGID_4_);fill:#FFFFFF;}
	.st3{fill:#FFFFFF;}


	 .hide{
		 display: none;
	 }
	 .show{
		 display:block;
	 }

	.btn-shadow{
		-webkit-filter: drop-shadow(0px 1px .5px rgba(0, 0, 0, 0.6));
		filter: drop-shadow(0px 1px .5px rgba(0, 0, 0, 0.6));
	}
	.btn-shadow:hover{
		opacity: .7;
	}
	.btn-shadow:active{
		opacity: .5;
	}
	 #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: 40%;
		display: block;
 		margin : auto;
		padding:30px 10px 30px 10px;
  		 
		}
		#myPanel #closePanel, #myPanel2 #closePanel {
			position: fixed;
			right: 0px;
			top: 0px;
			width:30px;
			height: 30px; 
		}	
		#myPanel #closePanel:hover, #myPanel2 #closePanel:hover {
			opacity: .6;	 
		}
		#myPanel #closePanel:active, #myPanel2 #closePanel:active {
			opacity: .4;
		}	
		#myPanel #closePanel svg, #myPanel2 #closePanel svg{
			position: absolute;
			top: 7px;
			right: 7px;
		}
		#myPanel #closePanel svg #shape, #myPanel2 #closePanel svg #shape{
			fill: #2b2b2b; 
		}	
		#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: 30px;
		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 {
		top: 12px;
	 	right: 10px;
	  	position: absolute;
		cursor:pointer;
		background-color: #ccc;
		border-radius: 0px;
		border: 2px solid white;
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
		height: 60px;
		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: 60px;
		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;
	}
	.gm-style-iw-t div{
		padding-left: 1.2px;
	}
/* 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;
		font-weight: bold;
		text-align: center;
	}
	#infoWindow_leftContainer{
		position:relative;
		float:left;
	}
	#infoWindow_location{
		position:relative;
		padding:5px;
	}

	#infoWindow_visitButton{
	 	color: #97643c;
		cursor:pointer;
		border: 1px solid lightgray;
		border-radius: 3px;
		padding:2px 7px;
		margin-top:3px;
		width: 100%;
		font-size: smaller;
		font-weight: bold;
		}
	.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: -150px;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	right:10px;
    width: 320px;
    height: 600px;
    padding: 10px;
    background-color:rgba(31, 31, 31, 0.719);
    -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;
    padding: 0px 10px 0px 10px;
}
.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: 70%
}
#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: 65px;
    height: auto
}
#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;
	padding-left: 5px;
  
}
.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: #97643c;
    border-color: #97643c
}
.pagination .paginationNumber {
    margin: 0 .1em;
	width: 22px;
}
.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
}

ul.tabMenu {
	float:left;
	width: 100%;
	display: block;
}

.tabMenu{padding-left: 0px;}
 ul.tabMenu li{
	 float:left;
	 list-style-type:none;
	/* margin-bottom:10px;*/
	 background:url('whiteOnePx.png') repeat;
	 height:43px;
	 width:50%;
	 text-align:center;
	}
 ul.tabMenu li a{
	 font-size:12px;
	 text-decoration:none;
	 color:#111;
	 padding-top:10px;
	 /*padding-bottom:10px;*/
	 height:100%;
	 display:block;
	} 

ul.tabMenu li a:hover{
	color: #97643c
}

 ul.tabMenu li a.active{
	 border-bottom: 2px solid #97643c
	}

.projects-button a{
	font-size:15px;
	text-decoration:none;
	color:#111 !important;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	width:100%;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}	
#pano {
	position: absolute;
	top: 0px; left: 0px;
	width:100%;
	height:100%;
	}

#coming-soon{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	/* transform: translate(0%, 0%); */
}

#coming-soon h1{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: x-large;
	min-inline-size: fit-content;
	}

#coming-soon span{
	font-weight: bold;    
	}
.ui-input-has-clear, .ui-input-search{
	float:left;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	box-shadow: unset !important;
    border-right: none;
    border-left: none;
 }
 
 .ui-icon-myicon:after {
	background-image: url("iconimg.svg");
}
/* Fallback */
.ui-nosvg .ui-icon-myicon:after {
	background-image: url("iconimg.png");
}

#searchForCollapsibleSetChildren::placeholder, #searchForCollapsibleSetChildren2::placeholder{
	color:  #D8D8D8 ;
  }
 #searchForCollapsibleSetChildren, #searchForCollapsibleSetChildren2{
	text-shadow: none;

 }
 
 .ui-icon-delete:after{
	background-image: url("close.svg");
	background-color: rgba(0,0,0,0);
 }
 .ui-icon-plus:after{
	background-image: url("expand-icon.svg");
	background-color: rgba(0,0,0,0);
 }
 .ui-icon-minus:after{
	background-image: url("collapse-icon.svg");
	background-color: rgba(0,0,0,0);
 }
  #listview .ui-collapsible-heading .ui-btn:focus, #listview_page2 .ui-collapsible-heading .ui-btn:focus {
    box-shadow: unset;
	-webkit-box-shadow:  unset;
    -moz-box-shadow:  unset;
} 
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
	text-shadow:unset;
}

/* custom scrollbar */
::-webkit-scrollbar {
	top: 20px;
	max-height: 300px;
	width: 8px;
	background-color: transparent;
  }
  
  ::-webkit-scrollbar-track {
	top: 20px;
	background-color:rgba(204, 204, 204, 0.212);
	/*box-shadow: inset 0 0 4px lightgray;*/ 
    border-radius: 10px;	
   
  
  }
  
  ::-webkit-scrollbar-thumb {
	background-color: #d1d1d1;
	border-radius: 10px;
	border: 2px solid transparent;
	background-clip: content-box;
  }
  
  ::-webkit-scrollbar-thumb:hover {
	background-color: #b9b9b9;
  }
  /* Select the top half (or left half) or scrollbar track individually */
/*
  ::-webkit-scrollbar-track-piece:start {
	
	box-shadow: inset 0 0 4px rgb(206, 38, 38); 
 }*/
 	/* Select the thumb when the browser window isn't in focus */
/*
 ::-webkit-scrollbar-thumb:window-inactive {
	box-shadow: inset 0 0 4px rgb(206, 38, 38); 
 }*/
 /* Select the down or left scroll button when it's being hovered by the mouse */
 /*::-webkit-scrollbar-button:horizontal:decrement:hover {
	box-shadow: inset 0 0 4px rgb(206, 38, 38); 
 }*/
@media screen and (max-width:500px){
		
	.ui-panel {
		width: 100%;
	}
	.ui-panel-position-left {
		left: -100%;
	}
	.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay, .ui-panel-animate.ui-panel-position-left.ui-panel-display-push {
		left: 0;
		-webkit-transform: translate3d(-100%,0,0);
		-moz-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
	}
}
  @media screen and (max-height:600px)  {
  
  /*-- Styles --*/
  #lensView{
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    /* width: 100%; */
    /* max-height: 100%; */
    /* margin: 0px; */
    /* padding: 0px; */
    bottom: 0px;
    top: 0px;
    /* left: 0px; */
    right: 0px;
	z-index: 2;
	width: 200px;
	overflow-y: auto;
	overflow-x:hidden;
	
	}
	.lensView-list ul svg{
		width:32px;
		height:32px;
	 } 
	
	.lensView-list  {
	   padding-left: 20px;
	   position: absolute;
	   top: 50%;
	   right: 0%;
	   -ms-transform: translate(0%, -50%);
	   transform: translate(0%, -50%);
	   width: 200px;
	   padding-right: 25px;
   }
	.lensView-holder h1{
		display: block;
		color: #f3f3f3;
		text-shadow: unset;
		padding-bottom: 5px;
		margin-top: 3px;
		font-size: large;
		text-align: right;
	}
	.lensView-holder #closeLensViews{
		position: absolute;
		left: 3px;
		width:30px;
		height: 30px; 
		display:inline-block;
		opacity: 1;
	}
	.lensView-holder #closeLensViews #title{
		position: absolute;
		left: 0;
		right:0;
		display: inline-block;
	}
	.lensView-holder #closeLensViews:hover{
		opacity: .6;	 
	}
	.lensView-holder #closeLensViews:active {
		opacity: .4;
	}	
	 
	.lensView-holder #closeLensViews svg{
		position: absolute;
		top: 7px;
		left: 7px;
	}
	.lensView-holder #closeLensViews svg #shape{
		fill: #f3f3f3; 
	}

	#lens-button.active path,#lens-button.active rect{
		fill:#f3f3f3;
	}
  }
  