

*{
  outline: 0;	
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}

html,body {
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #333333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color:#ffffff;
}

#canvas{
  opacity:0;
  position:relative;
  height: 100%;
  width: 100%;
	background-color:#ffffff;
  overflow: hidden;
}

#pano {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
	background-color:#ffffff !important;
}

#loading {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top:-50px;
   margin-left:-50px;
   display: block;
   opacity: 0.7;
   background-color: transparent;
   z-index: 99999;
}

#help_intro {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../../theme/images/black_back.png) repeat ;
	z-index: 99999;
}

#help_intro_image {
	position: absolute;
	top:50%;
	margin-top:-180px;
	left:50%;
	margin-left:-320px;
	z-index: 99998;
}

#help_intro_image img {
  width:640px;
}

.widget-scene, .widget-scene-imagery-render, canvas{
	background-color: white !important;
}

.anim {
		-webkit-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-moz-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		-o-transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
		transition: all 400ms cubic-bezier(0.455, 0.030, 0.515, 0.955); /* easeInOutQuad */
}

p{
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
  margin-bottom: 14px;
}

h1 {
  font-size: 19px;
  font-weight: bold;
  color: #15202E;
  padding-bottom: 10px;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  color: #15202E;
  padding-bottom: 10px;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  color: #15202E;
  padding-bottom: 8px;
}

h4 {
  font-size: 13px;
  font-weight: bold;
  color: #15202E;
  padding-bottom: 8px;
}

h5 {
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 6px;
}

h6 {
  font-size: 10px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 6px;
}

.bx-viewport {
height: auto !important;
}



#logo {
  display: block;
  position: absolute;
	right:10px;
  bottom: 9px;
  z-index: 850;
}

#logo img{
  display:block;
  max-width:200px;
}

#sld{
   position:relative;
	 margin-left:65px;;
	 margin-right:60px;
}

#msld{
   position: absolute;bottom:-80px;
	 width:100%;
   z-index: 996;
}

#msld_btn{
   position: absolute;
	 width:30px;
	 height:26px;
	 -webkit-border-radius: 2px 2px 0px 0px;
	 -moz-border-radius: 2px 2px 0px 0px;
	 border-radius: 2px 2px 0px 0px;
	 background: rgba(0, 0, 0, 0.7);
	 top:-26px;
	 left:50%;
	 margin-left:-15px;
	 cursor:pointer;
		 -webkit-box-shadow: 2px -1px 5px 0px rgba(0,0,0,0.3);
		 -moz-box-shadow: 2px -1px 5px 0px rgba(0,0,0,0.3);
		 box-shadow: 2px -1px 5px 0px rgba(0,0,0,0.3);
}

.msld_up{
   position: absolute;
   width: 0; 
	 height: 0; 
	 border-left: 6px solid transparent;
	 border-right: 6px solid transparent;
	 border-top: 6px solid #ffffff;
	 top: 9px;
	 left: 9px;
}

.msld_down{
   position: absolute;
	 border-left: 6px solid transparent;
	 border-right: 6px solid transparent;
	 border-bottom: 6px solid #ffffff;
	 top: 9px;
	 left: 9px;
}

.bx-wrapper .bx-viewport {
      -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
      box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);    
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;	
	border:  2px solid rgba(0, 0, 0, 0.7);
	left: -2px;
      -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
      box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);    
}

.slide img{
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
   box-sizing: initial;
	border-right:  2px solid rgba(0, 0, 0, 0.7);
	filter: grayscale(100%);
	opacity:1;
}

.slide img:hover{
	opacity:1;
	filter: grayscale(0%);
}

.slide.crnt img{
	opacity:1;
	filter: grayscale(0%);
}

.sld_title{
   position:absolute;
	 bottom:0px;
	 left:0px;
	 padding:2px; 
	 color:#fff;
	 font-size:12px;
	 background: rgba(80, 80, 80, 0.75);
	 pointer-events:none;
}



#timer{
	display:none;
	position: absolute;
	top:1px;
	left:0; 
	width: 100%; 
	height: 2px; 
	z-index: 99999; 
	margin: 0;
	padding:0;
}

#timer_inner{
	background-color: #15202E; 
	z-index: 2; 
	height: 100%; 
	width: 0%;
	border-radius: 1px; 
	-moz-border-radius: 1px;	
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background-color:#000;
  background-color:#999999;
  opacity:0.4;
  filter:"alpha(opacity=40)";
  -ms-filter:"alpha(opacity=40)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
  background-color:#000;
  background-color:#15202E;
  opacity:1;
  filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}
	.hspot{
			position: absolute;
	}
	.hotspot1, .hotspot2, .hotspot3, .hotspot4, .hotspot6 {
		position: absolute;
		width: 50px;
		height: 50px;
	}
	
.hotspot1, .hotspot2, .hotspot3, .hotspot4, .hotspot6 {
	background-size:100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0;
	margin-left: 24px;
	margin-top: -24px;
	opacity: 0.8;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-property: opacity;
	cursor: pointer;
	z-index: 995;
}


.hotspot1:hover, .hotspot2:hover, .hotspot3:hover, .hotspot4:hover, .hotspot6:hover {
  opacity: 1.0 !important;
}

.htspt {
	display:block;
	position: absolute;
	min-width:26px;
	max-width: 120px;
	top: 53px;
	left: 25px;
	transform:translateX(-50%);
	text-decoration:none !important;
	text-align: center;
	padding: 3px 10px;
	line-height: 14px;
	font-weight: bold;
	border-radius: 4px; 
}

.htspt a{
	text-decoration:none !important;
	color:inherit !important;
}

.feature_image {
  display:block;
}

.feature_image_t {
	display:block;
	-webkit-border-top-left-radius: 19px;
	-webkit-border-top-right-radius: 19px;
	-moz-border-radius-topleft: 19px;
	-moz-border-radius-topright: 19px;
	border-top-left-radius: 19px;
	border-top-right-radius: 19px;
}

.feature_image_b {
	display:block;
	-webkit-border-bottom-left-radius: 19px;
	-webkit-border-bottom-right-radius: 19px;
	-moz-border-radius-bottomleft: 19px;
	-moz-border-radius-bottomright: 19px;
	border-bottom-left-radius: 19px;
	border-bottom-right-radius: 19px;
}

.feature_image_s {
	display:block;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}

.content_title {
  position: relative;
  display:block;
	min-height: 19px;
	color: #15202E;
	font-size: 26px;
	line-height: 30px;
}

.display_wrap {
	height:100%;
}

.display_wrapper {
	height:100%;
  overflow-y: auto;
  width: 280px;
}

.display_wrapper a {
  color: #15202E;
}

.pok{
  padding: 10px 20px 10px 20px;
	word-break: break-word;
}

.pok img {
  display:block;
	width:100%;
	height:inherit;
}

.pok ul{
  margin-left: 15px;
}

.popup_html {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  z-index: 999;
}

.popups_audio {
  position: absolute;
  top: 50%;
  right: 50px;
  margin-top: -22px;
  z-index: 1000;
	border:1px solid rgba(0,0,0,0.25);
  background-color: transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
}

.popups_video {
  position: absolute;
  top: 5%;
  right: 50%;
  margin-right: -350px;
  z-index: 999;
  background-color: transparent;
}

.pop_video_wrapper{
  width: 700px;
  padding: 0px;
  background-color: transparent;
}

.pop_audio_wrapper{
  width:180px;
  height:46px;
  background-color: transparent;
}

.pop_audio {
  width:180px;
  height:46px;
  background-color: transparent;
  background: url(../../../resources/images/equalizer.gif);
  background-size:100%;
}

.pop_audio_end {
  width:180px;
  height:46px;
  background-color: transparent;
  background: url(../../../resources/images/play_btn.png);
  background-size:100%;
  cursor:pointer;
  z-index:9999;
}

#displays {
  position: absolute;
  top: 0px;
  right: -600px;
  z-index: 998;
}

.popDiv {
  position: absolute;
  top: 0px;
  right: 0px;
	height:0;
}

.popup-block {
  position: relative;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}

.close_btn {
  position: absolute;
  top: -1px;
  left: -37px;
  width: 35px;
  height: 35px;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -630px;
  display: block;
  cursor: pointer;
  outline: none;
	opacity:0.6;
}

.close_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -630px;
}



#maps {
  position: absolute;
  top: 50px;
  right: 50%;
  background-color: transparent;
  z-index: 998;
}

.popMap {
	display: none;
	opacity:0;
  position: absolute;
  top: 0px;
  right: 0px;
}

.map .panzoom-parent{
	border:1px solid rgba(0,0,0,0.1);
}

.map .close_btn {
  top: -37px;
  left: -1px;
}

.map .zoom-in {
  position: absolute;
  top: -37px;
  left: 35px;
  width: 35px;
  height: 35px;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -665px;
  display: block;
  cursor: pointer;
  outline: none;
	opacity:0.6;
}

.map .zoom-in:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -665px;
}

.map .zoom-out {
  position: absolute;
  top: -37px;
  left: 71px;
  width: 35px;
  height: 35px;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -700px;
  display: block;
  cursor: pointer;
  outline: none;
	opacity:0.6;
}

.map .zoom-out:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -700px;
}

.map .reset {
  position: absolute;
  top: -37px;
  left: 107px;
  width: 35px;
  height: 35px;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -735px;
  display: block;
  cursor: pointer;
  outline: none;
	opacity:0.6;
}

.map .reset:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -735px;
}

.map button {
  position: absolute;
	display:block;
	padding:0;
  opacity: 1;
  border: none;
  width: 10px;
  height: 10px;
  margin-top:-5px;
  margin-left:-5px;
  background: transparent url(../../../resources/images/map_dot.png) no-repeat 0px 0px;
	background-size: 200%;
  cursor: pointer;
  z-index: 999;
  outline: none;
}

.map button:hover {
  background: transparent url(../../../resources/images/map_dot.png) no-repeat -10px 0px;
	background-size: 200%;
}

.map button.red{
  background: transparent url(../../../resources/images/map_dot_r.png) no-repeat 0px 0px;
	background-size: 200%;
}

.map button.red:hover{
  background: transparent url(../../../resources/images/map_dot_r.png) no-repeat -10px 0px;
	background-size: 200%;
}

.map button.blue{
  background: transparent url(../../../resources/images/map_dot_b.png) no-repeat 0px 0px;
	background-size: 200%;
}

.map button.blue:hover{
  background: transparent url(../../../resources/images/map_dot_b.png) no-repeat -10px 0px;
	background-size: 200%;
}

.map button.green{
  background: transparent url(../../../resources/images/map_dot_g.png) no-repeat 0px 0px;
	background-size: 200%;
}

.map button.green:hover{
  background: transparent url(../../../resources/images/map_dot_g.png) no-repeat -10px 0px;
	background-size: 200%;
}

.map button.active, .map button.active:hover {
	pointer-events: none;
  opacity: 1;
  margin-top:-50px;
  margin-left:-50px;
  width: 100px;
  height: 100px;
  background: transparent url(../../../resources/images/radar.png) no-repeat;
  background-size: 100%;
  z-index: 998;
}

.map button.active.red, .map button.active.red:hover {
  background: transparent url(../../../resources/images/radar_r.png) no-repeat;
  background-size: 100%;
}

.map button.active.blue, .map button.active.blue:hover {
  background: transparent url(../../../resources/images/radar_b.png) no-repeat;
  background-size: 100%;
}

.map button.active.green, .map button.active.green:hover {
  background: transparent url(../../../resources/images/radar_g.png) no-repeat;
  background-size: 100%;
}

.handle {
  position: absolute;
  top: 25px;
  left: -30px;
  width: 25px;
  height: 25px;
  background: url(../../../resources/images/drag.png);
  background-size: 100%;
  display: block;
  cursor: move;
  outline: none;
  z-index:999;
}

#tbar_w{
  display: block;
}

#tbar{
  position: absolute;
  bottom:110px; left: 70px;
  font-size:20px;
	border-radius:4px;
  padding: 0px 20px 0px 20px ;
  background-color: #15202E;
  color: #ffffff;
      -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
      -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
      box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);    
  opacity:0.8;
  z-index: 997;
}

#control {
  position: absolute;
  background: url(../../../tour/stats/piwik.php?idsite=36&rec=1&url=https://panowalks.com/embed/XR6nj3zhpXpWmnpTWitm9talwhky) no-repeat 0px 0px;  
	top: 6px;
  right: 6px;
  font-size:0;
  line-height:0;
  z-index: 999;
  opacity:0.9;
}

.start_r {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -70px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.start_r:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -70px;
}

.pause_r {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -105px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.pause_r:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -105px;
}

.mute {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -140px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.mute:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -140px;
}

.unmute {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -175px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.unmute:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -175px;
}

.tour_s {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -315px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.tour_s:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -315px;
}

.tour_p {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -280px;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.tour_p:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -280px;
}

.fs_r {
  background: url(../../../resources/images/buttons.png) no-repeat 0px 0px;
  cursor: hand;
  cursor: pointer;
  border: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.fs_r:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px 0px;
}

.ns_r {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -35px;
  cursor: hand;
  cursor: pointer;
  border: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.ns_r:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -35px;
}

.map_btn {
  position: absolute;
  right: -50px;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -245px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.map_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -245px;
}

#mn_btn {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -210px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

#mn_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -210px;
}

#sh_s {
  background: url(../../../resources/images/buttons.png) no-repeat 0px -420px;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 35px;
  height: 35px;
  outline: none;
}

#sh_s:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -420px;
}

#menu_button {
  display: none;
}

#sh_button{
	position:relative;
  display: block;
}

#share{
	position:absolute;
	top:0;
	right:35px;
	width:0px;
	height:35px;
	overflow:hidden;
	opacity:1;
  font-size:0;
  line-height:0;
  z-index:1003;
}

.google_plus_btn {
	display:inline-block;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -455px;
  border: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.google_plus_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -455px;
}

.facebook_btn {
	display:inline-block;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -490px;
  border: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.facebook_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -490px;
}

.twitter_btn {
	display:inline-block;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -525px;
  border: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.twitter_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -525px;
}

.email_btn {
	display:inline-block;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -560px;
  border: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.email_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -560px;
}

.wup_btn {
	display:inline-block;
  background: url(../../../resources/images/buttons.png) no-repeat 0px -595px;
  border: none;
  width: 35px;
  height: 35px;
  outline: none;
}

.wup_btn:hover {
  background: url(../../../resources/images/buttons.png) no-repeat -35px -595px;
}

#audio_control {
  display: block;
}

#tour_control {
  position: relative;
  display:block;  
}

#legal {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 880;
}

.gm-style-cc {display: none;}
div#pano > div.gm-style > div:nth-child(1) {background-color: #ffffff !important;}
div#pano > div.gm-style > div:nth-child(11) {left: 10px !important;}
 div#pano > div.gm-style > div:nth-child(10) {left: 10px !important;}
.gm-style a, .gm-style div, .gm-style label, .gm-style span {
  font-family: Helvetica, Arial, sans-serif;!important;
  font-size: 10px!important;
}


.copyright {
  font-family: Helvetica, Arial, sans-serif;!important;
  font-size: 11px;
  line-height:14px;
  float: right;
  position: relative;
  padding-right: 6px;
  padding-left: 6px;
  white-space: nowrap;
  direction: ltr;
  text-align: right;
  opacity: 0.7;
  background-color: black;
  color:white;
  margin-left: 1px;
}

.copyright a {
  color: #fff!important;
  text-decoration: none;
}

#cookies{
  display:none;
  opacity:0;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-150px;
  margin-left:-250px;
  z-index:999;
}

#cks_content{
  height:300px;
  width: 500px;
  padding: 20px;
  overflow-y: auto;
  background: #FFFFFF;
  border: 1px solid #fff;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -moz-opacity: 1.00;
  -khtml-opacity: 1.00;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
}

#cookies a {
  color: #15202E;
}

@media screen and (max-width:700px) {
	
	#help_intro_image {
		margin-top:-124px;
		margin-left:-220px;
	}
	
	#help_intro_image img {
		width:440px;
	}
	
  #menu_button {
    display: block;
  }
	
  #ck{
		display:none;
  }
  
  #tbar_w{
		display:none;
  }
	
	#control {
		top: 3px;
		right: 6px;
	}
  
	#displays {
	  right: -610px;
	}
	
	.display_wrapper{
		width:280px !important;
	}
	
	.map{
    margin-right: -140px !important; 
	}
	
	.map .panzoom{
    width:280px !important;
	}
	
	.popup_html{
		width:280px !important;
		margin-right: -140px !important; 
	}
	
	.popups_video {
		margin-right: -250px;
	}
	
	.pop_video_wrapper{
		width: 500px;
	}
	
}

@media screen and (max-width:500px) {
	#help_intro_image {
		margin-top:-95px;
		margin-left:-170px;
	}
	
	#help_intro_image img {
		width:340px;
	}
	
  .copyright {
    font-size: 10px;
  }
	
	#sld{
		 margin-left:15px;;
		 margin-right:10px;
	}
	
	.popups_video {
		margin-right: -155px;
	}
	
	.pop_video_wrapper{
		width: 300px;
	}
	
}

@media screen and (max-width:400px) {
  
  .copyright {
    display:none;
  }
  #logo {
    display: none;
  }
}

@media screen and (max-width:320px) {
  
	.display_wrapper{
		width:240px !important;
	}
	
	.map{
    margin-right: -120px !important; 
	}
	
	.map .panzoom{
    width:240px !important;
	}
	
	.popup_html{
		width:240px !important;
		margin-right: -120px !important; 
	}
	
	.popups_video {
		margin-right: -120px;
	}
	
	.pop_video_wrapper{
		width: 240px;
	}
}

@media screen and (max-height:480px) {
  #maps{
		top: 10px;
	}
	
	.map .close_btn {
		top: -1px;
		left: -37px;
	}
	
	.map .zoom-in {
		top:  35px;
		left: -37px;
	}
	
	.map .zoom-out {
		top: 71px;
		left: -37px;
	}
	
	.map .reset {
		top: 107px;
		left: -37px;
	}

}

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

  .mobile_menu {
    position: static;
    border-width: 0;
    border-top-width: 1px;
    width: 98% !important;
    height: auto;
    box-shadow: 5px 0 5px rgba(174, 174, 174, .8) !important;
    margin-left: 5px;
    margin-bottom: 10px;
    display: none;
  }
}
