@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }

@media screen 
  and (min-device-width: 320px) 
  and (max-device-width: 750px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
	.share-cmp { 

	display:none; 

	}
	.tbar-background
	{
		background-color:#2370a9 !important;
		border: 0px transparent !important;
	}
	.active-button-thumb
	{
	height:40px !important;	
	}
	.inactive-button-thumb
	{
	height:40px !important;	
	}
	.tbar{
		background-image:none !important;
	}
	.header-bar
	{
		background-color: rgba(255,255,255,0.65) !important;	 
		height:45px !important;
	}
	
	.title-spacer
	{
		display:none !important; 
	}

	.header-bar-tour-name{
	left: 70px !important;
	font-size:16px !important;
	}

	.rdv-title
	{
		display:none; 
	}
	#ismobile-element { display: none; }
	#map
	{
		
	}
	.fullscreen-btn{
		display:none; 
	}
	.arrow-left-btn
	{
		right:50px !important;
		left:auto !important;
		position:fixed !important;
	}
	.arrow-right-btn
	{
		left:auto !important;
		right:0px !important;
		position:fixed !important;
	}

	.title-navbar
	{
		display:none;
	}
	
	#soundBtn
	{
		display:none !important;
	}
	
	#helpBtn
	{
		left:80px !important;
		position:fixed !important;
	}
	#mapBtn
	{
		left:40px !important;
		position:fixed !important;
	}
	.mobile-share-btn
	{
		display:inline-block !important;
		top:10px !important;		
	}
	.active-button-thumb
	{
		left:0px !important;
		position:fixed !important;
		 width: 40px !important; 
	}
	.inactive-button-thumb
	{
		left:0px !important;
		position:fixed !important;
		 width: 40px !important; 
	}
	.ls-cmp
	{
		left:37% !important;
		position:fixed !important;
		width:39% !important;
		bottom: 13px !important;
	}
	
	#currentState
	{
		font-size: smaller !important;
	}

	.active-button
	{
		border: 3px solid #3892d4 !important;     
		background: #3892d4 !important;     
		 width: 40px !important;     
		height: 40px !important;     
	}
		.help-window
		{

		bottom: 42px !important;
		width: 80% !important;
		left: 10% !important;
		height: 70% !important;

		}
		
		.toast-window
		{

		top: 50px !important;
		width: 100% !important;
		left: 0px !important;
		height: 130px !important;
		}
		
		.help-menu-image 
		{
		top:50px !important;
		width: 90%;
		height: 80%;
		padding-left: 20px;
		}

	.map-cls
	{

		height: 30% !important;
		width: 70% !important;
		bottom: 80px !important;
		padding: 2px !important;
	}
	
	.map-cls.hide{
		left: -10000px !important;
	}
	
	.map-cls.show{
		left: 10px !important;
	}


	.inactive-button
	{
		border: 3px solid #2370a9 !important;     
		background: #2370a9 !important;     
		width: 40px !important;     
		height: 40px !important;     
	}

}

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1)  { 
	
	.tbar-background
	{
		background-color:#2370a9 !important;
		border: 0px transparent !important;
	}
	.active-button-thumb
	{
	height:40px !important;	
	}
	.inactive-button-thumb
	{
	height:40px !important;	
	}
	.tbar{
		background-image:none !important;
	}
	
	
	.fullscreen-btn{
		display:none; 
	}
	.arrow-left-btn
	{
		right:50px !important;
		left:auto !important;
		position:fixed !important;
	}
	.arrow-right-btn
	{
		left:auto !important;
		right:0px !important;
		position:fixed !important;
	}
	.sound-btn-active
	{
		right:85px  !important;
	}

	.sound-btn-inactive
	{
		right:85px  !important;
	}
	
	#helpBtn
	{
		left:80px !important;
		position:fixed !important;
	}
	#mapBtn
	{
		left:40px !important;
		position:fixed !important;
	}
	.active-button-thumb
	{
		left:0px !important;
		position:fixed !important;
		 width: 40px !important; 
	}
	.inactive-button-thumb
	{
		left:0px !important;
		position:fixed !important;
		 width: 40px !important; 
	}
	.ls-cmp
	{
		left: 20% !important;
		position: fixed !important;
		width: 30% !important;
		bottom: 13px !important;
	}
	
	#currentState
	{
		font-size: smaller !important;
	}

	.active-button
	{
		border: 3px solid #3892d4 !important;     
		background: #3892d4 !important;     
		 width: 40px !important;     
		height: 40px !important;     
	}
	.help-window
	{

	bottom: 42px !important;
	width: 80% !important;
	left: 10% !important;
	height: 70% !important;
	
	}
	.toast-window
	{

	top: 50px !important;
	width: 100% !important;
	left: 0px !important;
	height: 130px !important;

	}
	
	.help-menu-image {
	top:50px !important;
	width: 90%;
	height: 80%;
	padding-left: 20px;
	}

	.inactive-button
	{
		border: 3px solid #2370a9 !important;     
		background: #2370a9 !important;     
		width: 40px !important;     
		height: 40px !important;     
	}

}


@media screen and (orientation:landscape) {
    .help-menu-image 
	{
		top:40px !important;
		width: 70% !important;
		height: 80% !important;
		padding-left: 20px;
	}
	.help-window
	{
		bottom: 42px !important;
		width: 50% !important;
		left: 25% !important;
		height: 75% !important;
	}
}

html { position:fixed; width:100%; height:100%; overflow:hidden; }
body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }

.title-spacer
{
	background-color: #3892d4;
	height: 30px;
	width: 2px;
	position: absolute;
}

.rdv-title
{
	color:#3c3c3c;
	position:absolute;
	left: 60px;
	margin-top:15px; 
	font-weight: 500;
	font-family: Arial ,'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
}
.help-menu-title
{
	position:absolute;
	top: 0px;
	width:100%;
	height:50px;
	background-color:#4797d3;
	
}
.header-bar
{
	position: absolute; 
	z-index: 4000;
	top:0px; 
	background-color:white; 
	border-bottom: solid 1px #1F2B32; 
	height: 50px; width: 100%; 
}
.header-title-div
{
	position:absolute;
	left: 0px; 
	width:100%;
	height:100%;
}
.tbar-background
{
	position: absolute; 
	z-index: 4000;
	bottom:0px; 
	border-top: solid 1px #1F2B32; 
	background-color:#EEEEEE; 
	height: 40px;
	width: 100%; 
}

.header-bar-tour-name{
color:#3c3c3c;
position:absolute;
left: 230px;
margin-top:15px;
 font-weight: 500;
 font-family: Arial ,'Helvetica Neue', Helvetica, sans-serif;
font-weight: 500;
}
.help-menu-image{
	position: absolute;
	top: 60px;
	padding: 10px; 
	padding-left:20px;
}
.maximize{
    top: 5px;
    right: 2.5em;
    background-image: url(images/ico-mapExpand.png);
    height:32px;
    width:32px;
}

.closemap{
    top: 5px;
    right: .5em;
    background-image: url(images/ico-mapClose.png);
    height:32px;
    width:32px;
}
.map-cls
{
	
	z-index: 2;
	height: 200px;
	width: 380px; 
	position: absolute; 
	bottom: 170px; 
	padding: 5px;
}
.map-cls.hide{
	right: -10000px !important;
}
	
.map-cls.show{
	right: 0px !important;
}
.ol-zoom-in
{
    background-image: url(images/map-zoom-inout.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 23px !important;
    height: 25px !important;
}

.ol-zoom-out
{
    background-image: url(images/map-zoom-inout.png);
    background-repeat: no-repeat;
    background-position: 0px -25px;
    width: 23px !important;
    height: 22px !important;
}
.ol-zoom 
{
    bottom: .5em;
    right: .5em;
    top: auto;
    left: auto; 
}

.zoomin
{
    bottom: 5px;
    right: 3em;
    background-image: url(images/map-zoom-inout.png);
    background-repeat: no-repeat;
    background-position: 0px -25px;
    width: 23px !important;
    height: 22px !important;
}

.zoomout
{
    bottom: 10px;
    right: 3em;
    background-image: url(images/map-zoom-inout.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 23px !important;
    height: 25px !important;
}

.ol-control button 
{
    color: transparent;
    background-color: transparent;
    display: flex;
     margin: 0px;
}

.ol-control
{
    background-color: transparent;
}

.ol-control:hover
{
    background-color: transparent;
}

.ol-control button:focus,
.ol-control button:hover {
    background-color: transparent !important;
	outline-width: 0px;
}

.ol-viewport
{
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.4);
    border: 1px solid white;
    background: rgba(0,0,0,0.3);
}
.map-btn-active
{
right:0px; 
background-image: url(images/ico-keyMap-active.png) !important;
}
.map-btn-inactive
{
right:0px; 
background-image: url(images/ico-keyMap.png) !important;
}
.share-cmp{
	width: 160px; 
	height: 100%; 
	top: 8px;
	right: 0px; 
	position: absolute;
}
.thumb-btn-active
{
    background-position-y: 2px;
background-image: url(images/ico-VT-views-active.png) !important;
}
.thumb-btn-inactive
{
    background-position-y: 2px;
background-image: url(images/ico-VT-views.png) !important;
}

.help-btn-active
{
margin-right: 5px;
 right:95px;
 background-image: url(images/ico-VT-help-active.png) !important;
}
.help-btn-inactive
{
margin-right: 5px;
 right:95px;
 background-image: url(images/ico-VT-help.png) !important;
}

.active-button-thumb 
{
 width: 45px;
    height: 43px;
    position: absolute;
    background-repeat: no-repeat !important;
    padding-bottom: 20px;
    border: 3px solid #3892d4;
    cursor: pointer;
    background: #3892d4;
	bottom: 0px;
	outline: 0px;
	left: -25px;
}

.inactive-button-thumb 
{
    width: 45px;
    height: 43px;
    position: absolute;
    background-repeat: no-repeat !important;
    padding-bottom: 20px;
    border: 3px solid #2370a9;
    cursor: pointer;
    background: #2370a9;
	bottom: 0px;
	outline: 0px;
	left: -25px;
}

.active-button
{
    width: 45px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat !important;
    padding-bottom: 20px;
    border: 3px solid #2370a9;
    cursor: pointer;
    background: #2370a9;
	bottom: 0px;
	outline: 0px;
}	


.inactive-button
{
    width: 45px;
    height: 40px;
    position: absolute;
    background-repeat: no-repeat !important;
    padding-bottom: 20px;
    border: 3px solid #eeeeee;
    cursor: pointer;
    background: #eeeeee;
	bottom: 0px;
	outline: 0px;
}	
	.close-help-btn
	{
	background-repeat: no-repeat;
    background-color: transparent;
    padding-bottom: 20px;
    cursor: pointer;
    bottom: 0px;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    right: 20px;
    background-image: url(images/ico-close-btn.png) !important;
    outline: 0px;
    border: 0px;
		}
		
	.help-window-title{
	color:white; 
	position:absolute;
	left:15px;
	margin-top:15px;
	font-weight: lighter;
	font-family: Arial ,'Helvetica Neue', Helvetica, sans-serif;
	}
	.help-window
	{
	position: absolute;
	bottom: 60px; 
	right: 100px; 
	width: 350px;
	height: 480px; 
	background-color: white; 
	border: 3px solid #4797d3;
	z-index: 6000 !important;
	}
	.toast-window
	{
	position: absolute;
    top: 60px;
    right: 40%;
    left: 40%;
    width: 350px;
    height: 130px;
    background-color: white;
    border: 3px solid #4797d3;
    z-index: 6000 !important;
	}

.dropbtn {
	background: url(images/caret.png) no-repeat right;
    color: #c7d5dc;
    font-size: 16px;
	text-align: left;
    border: none;
    cursor: pointer;
	width:100%;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
	outline: none;
	  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;  
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color:transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
	margin-top: 1px;
    bottom: 100%;
	z-index: 600 !important;
    background-color: white;
	min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content button {
    color: black;
	font-weight:bolder;
    padding: 12px 16px;
    text-decoration: none;
    text-align: left;
    display: initial;
    width: 100%;
    box-shadow: 0px 0px 0px 0px transparent;
    outline: none;
    border-bottom: 0px solid transparent;
    border-color: transparent;
}

/* Change color of dropdown links on hover */
.dropdown-content button:hover {background-color: #3892d4;cursor:pointer;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show-layers-states {display:block;}

.title-navbar
{
	position: absolute;
    width: 150px;
    top: 20px;
    left: 40px;
    color: #c7d5dc;
    font-size: medium;
}

.arrow-left-btn
{
width: 36px;
  cursor: pointer;
    height: 36px;
    left: 190px;
    bottom: 3px;
    position: absolute;
    background-image: url(images/thumb-arrows.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    background-position: 0px 0px;
}

.tbar
{
	position: absolute; 
	z-index: 4000;
	bottom:0px;
	background-image: url(images/tbar-bg.png);
	background-repeat: no-repeat;
	background-position: 50%;
	height: 50px; 
	width: 100%; 
	
}

.center-div-navigation
{
	
	left: 50%; right: 50%; margin: 0 auto; height: 100%; position: absolute;
}

.fullscreen-btn
{
	margin-right: 5px; 
	right:45px; 
	background-image: url(images/ico-fullScreen.png) !important;
}

.sound-btn-active
{
	margin-right: 5px; 
	right:145px;
	background-image: url(images/ico-VT-audio-active.png) !important;
}

.sound-btn-inactive
{
	margin-right: 5px; 
	right:145px;
	background-image: 
	url(images/ico-VT-audio.png) !important;
}

.ls-cmp
{
	bottom:10px;
	position: absolute;
	width:200px; 
	left:-240px;
}

.title-nav-bar
{
	font-size: medium;
	bottom: 10px;
	position: absolute;
	width: 130px;
	left: 60px;
	color: #c7d5dc;
}

.arrow-right-btn
{
width: 36px;
  cursor: pointer;
    height: 36px;
    left: 215px;
    bottom: 2.5px;
    position: absolute;
    background-image: url(images/thumb-arrows.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    background-position: 0px -36px;
}



.mobile-share-btn
{
    width: 24px;
    cursor: pointer;
    height: 24px;
    right: 10px;
    bottom: 14px;
    position: absolute;
    background-image: url(images/ico-VT-share.png) !important;
    background-repeat: no-repeat;
    background-color: transparent;
    outline: 0px;
    border: 0px;
	display:none;
}

.share-cmp-mobile
{
	display:none;
	position: absolute;
	width:220px;
	right: 24px;
    top: 35px;
	background-color: white; 
	border: 2px solid #4797d3;
	z-index: 6000 !important;
	padding:2px;
}

.point-title-bar
{
	display:none;
	position: absolute;
	width:100%;
	height: 24px;
	background-color: rgba(0, 0, 0, 0.49);
	bottom: 40px;
	z-index: 60 !important;
	padding-left: 8px;
	padding-top: 4px;
}

.title-navbar .tooltiptext {
    visibility: hidden;
    background-color: #404040;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 140%;
    left: 0%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.title-navbar .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.title-navbar:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.ls-navbar .tooltiptext {
    visibility: hidden;
    background-color: #404040;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 140%;
    left: 30%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}

.ls-navbar .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.ls-navbar:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}