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

 * {
	font-family:"Helvetica LT Std" , 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)
	}
 
	 
#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:"Helvetica LT Std" , sans-serif !important; 
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
	body{
		font-family:"Helvetica LT Std" , 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;
	}


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

	}
# div , #_page2 div {
	padding: 0px;
	margin:0px;
}
# div ul, #_page2 div ul {
	padding: 0px;
	margin:0px;
}
 
 <!--# .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:20px;
		position: absolute;
	  	right:0;
		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;
		}
	@media(max-width:900px){ 
		#fullscreen-button, #fullscreen-button2{
			margin-bottom:55px;
			}
		 }	
	.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;
		max-width: 70%;
		display: block;
 		margin : auto;
		padding-top:20px;
		padding-bottom:35px;
  		 
		}
	
	#ttPanel{
		position:fixed ;
		top:auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
		height: 120px;
		width: 17em;
 		 
-webkit-overflow-scrolling:touch;
		}
	#ttLogo{
		height:auto;
		max-width: 40%;
		display: block;
 		margin : auto;
		top:50%;
		padding-top:25px;
		padding-bottom:15px;
  		 
		}
	#ttButton,#ttMobileButton{
		width: 50%;
		top: 0px;
		margin-top: 5px;
		font-size: small;
		float: left;
	 
 		overflow: visible!important;
   		}	
		
	#ttMobileButton span{
		position: absolute;
		white-space: nowrap !important;
		overflow:hidden !important;
		left: 30%;
	}
	
	#mobileAppIcon{
		margin-top:-3px;
		margin-right: 8em;
		position: relative;
		  width:20px;
		  height:20px;
		}	
	 

	#listWrapper{
		position: absolute;
  		top:0px;
		left:0px;
		right:0px;
		bottom:0px;
		overflow:auto;
		-webkit-overflow-scrolling: touch;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ffffff;
		background-color: #ffffff;
		}
	.ui-panel.ui-panel-open {
		position:fixed;
	}
	
	.ui-panel-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	}
	
	.ui-page-active.ui-page-panel {
	height: 70%;
	}
	 
	
	.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 #mapContsad{
		 
		position:relative!important;
		top:0px!important;
		
        margin:0px!important;
		padding:0px!important;
		background:#0F0;		
		 
	}​ 
/*	
@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;
	margin-top:10px;
	margin-bottom:auto;
	right:10px;
    width: 320px;
    height: 650px;
    padding: 10px;
    background-color:rgba(111,111,111,0.9);
    -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 {
	font-weight:Bold;
    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%;
		margin-top:0px;
        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;
	width: 25px;
	height: 25px;
	padding-top: 4px;
    color: #fff;
    border: solid 1px #ddd;
    cursor: pointer
}

.no-touchdevice .pagination .paginationNumber:hover,
.pagination .paginationNumber.active {
    color: #fff;
    background-color: #2ebcb4;
    border-color: #2ebcb4
}
.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: #2ebcb4;
    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
}
 .noIbar {
cursor:default;
}