/*GENERAL*/

#pano_info {
  display: none;
}

#crosshair {
  display: none;
}

#logo {
  display: block;
}

#legal {
  display: block;
  z-index: 998;
}

#speed_control {
  display: none;
}

#audio_control {
  display: block;
}

/** Fullscreen-Button Google ausblenden**/
.gm-fullscreen-control {
  display: none;
}


/* Invert Colors so the Google API can invert it back to normal */
#pano {filter:invert(1)}

/* Push the notification in the center behind the Panorama */
div#pano > div.gm-style > div:first-child > div > div:first-child {z-index: -1 !important}

/* Push the browser popup behind the Panorama */
div#pano > div.gm-style + div {z-index: -1 !important;}
 
/* Optionally remove the Google Logo at the bottem left */
div#pano > div.gm-style > div:nth-child(2) {z-index: -1 !important;}

/* Optionally invert back Google controls*/
div#pano > div.gm-style > div:nth-child(8)  {filter:invert(1)}
div#pano > div.gm-style > div:first-child > div > div > svg {filter:invert(1)}


/*DYNAMIC HOTSPOTS*/
.hotspot {
  background: url(../img/marker3.png);
  width: 66px;
  height: 66px;
  position: absolute;
  padding: 0;
  margin: 0px;
  color: #FFF;
  opacity: 0.65;
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  cursor: pointer;
  z-index: 998;
}

.hotspot:hover {
  opacity: 1.0 !important;
}

.popups {
  top: 8px;
  left: 50%;
  margin-left: -120px;
  position: absolute;
  z-index: 999;
  background-color: transparent;
}

.popup_wrapper {
  width: 275px;
  background: #FFFFFF;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 1.00;
  -khtml-opacity: 1.00;
  opacity: 1.00;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
}

.popup_wrapper .text {
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.popup_wrapper img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.pop_video {
  width: 600px;
  height: 375px;
  padding: 15px;
  background-color: #000000;
}

.pop_vid {
  margin-left: -316px;
}

.slideshow {
  position: relative;
  width: 600px;
  height: 400px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.pop_slide {
  margin-left: -317px;
}


/*BOUNDARY HOTSPOTS*/
.displays {
  top: 8px;
  right: 60px;
  position: absolute;
  background-color: transparent;
  z-index: 999;
}

.display_wrapper {
  width: 275px;
  background: #FFFFFF;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 1.00;
  -khtml-opacity: 1.00;
  opacity: 1.00;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
}

.display_wrapper .text {
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.display_wrapper img {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dim {
  background: transparent !important;
  opacity: 0.6!important;
}

.dim:hover {
  opacity: 1!important;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}


/*MENU*/

#menu {
  display: block;
  position: absolute;
  z-index: 999;
  top: 8px;
  left: 8px;
  opacity: 0.70;
}

#menu:hover {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

#menu ul {
  width: 220px;
  margin: 0;
  padding: 75px 0 4px 0;
  background: #FFF url(./images/logo.jpg) top center no-repeat;
  background-size: 100%;
  list-style: none;
  background-color: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
}

#menu a:link,
#menu a:visited {
  color: #000000;
  text-decoration: none;
}

#menu a {
  display: block;
  padding: 4px 15px 4px 18px;
  line-height: 1.5;
}

#menu li {
  background-color: transparent;
  position: relative;
  height: 28px;
}

#menu li:hover, #menu li li:hover {
  background-color: #333333;
}

#menu li a:hover, #menu li li a:hover {
  color: #ffffff;
}

#menu ul ul {
  position: absolute;
  padding: 4px 0 4px 0;
  background: #FFF;
  left: 100%;
  top: 0px;
  visibility: hidden;
}

#menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0px;
}

#menu li:hover > ul {
  visibility: visible;
}

#menu .divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-bottom: #d3d3d3 1px solid;
}

#menu .right-arrow {
  float: right;
  margin-top: 6px;
  margin-left: 0px;
  display: inline-block;
  width: 4px;
  height: 7px;
  background-image: url(../img/arrow_right.png);
}

#menu_button {
  display: none;
}

#mn_btn {
  background: url(../img/menu.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  outline: none;
}

#mn_btn:hover {
  background: url(../img/menu.png) no-repeat 0 -60px;
}

/*SIDE MENU TOGGLE*/

body {
 /* CSS for BODY transition when menu is set to push BODY content. */
  -moz-transition: left 100ms ease-in-out, right 100ms ease-in-out;
  -webkit-transition: left 100ms ease-in-out, right 100ms ease-in-out;
  transition: left 100ms ease-in-out, right 100ms ease-in-out;
}

.sidetogglemenu {
	position:absolute;
	top:0;
	left:-170px;
  width: 170px;
  height: 100%;
	z-index:999;
  border-right: 3px solid #4c74a8;
  background-color: white;
  padding-top:70px;
  background: #FFF url(./images/logo.jpg) top center no-repeat;
  background-size: 100%;
  background-attachment: local;
  overflow-y: auto;
  box-shadow: 0px 0 5px rgba(0, 0, 0, .8);
}

.sidetogglemenu ul {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}

.sidetogglemenu ul ul {
  padding-left: 15px;
  margin-bottom: 0px;
}


.sidetogglemenu a {
  padding: 6px;
  display: block;
  color: #000000;
  text-decoration: none;
  border-top: 1px solid #d3d3d3;
}

.sidetogglemenu a:hover {
  background: #4c74a8;
  color: white;
}

div#smallscreentoggler {
 /*small screen menus toggler*/
  width: 1.5em;
  z-index: 10000;
  color: white;
  position: relative;
  float: right;
  overflow: hidden;
  background: gray;
  font: normal 1.8em Arial;
  margin-bottom: 0.5em;
  text-align: center;
  box-shadow: -3px 3px 5px gray;
  cursor: pointer;
  border-radius: 2px;
  display: none;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

div#smallscreentoggler:hover {
  background: #eee;
  color: black;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/*****************************************************************************************/


* {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

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

h1 {
  font-size: 20px;
  font-weight: bold;
  color: #c7a65e;
  padding-bottom: 10px;
}

h2 {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  padding-bottom: 10px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #c7a65e;
  padding-bottom: 10px;
}

#pano {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#logo {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -200px;
  z-index: 900;
  pointer-events: none;
  background-color: transparent;
}

#logo h2 {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  padding: 3px 0 6px 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.content {
  position: relative;
}

.display_wrapper button {
  position: absolute;
  opacity: 1;
  border: none;
  width: 10px;
  height: 10px;
  background: transparent url(../img/dot.png);
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 999;
  outline: none;
}

.display_wrapper button.active, .display_wrapper button.active:hover {
  opacity: 1;
  width: 15px;
  height: 32px;
  background: transparent url(../img/pegman.png);
  background-repeat: no-repeat;
}

.display_wrapper button:hover {
  width: 10px;
  height: 10px;
  background: transparent url(../img/dot_hover.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

.bt_close {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 35px;
  height: 35px;
  background: url(../img/close.png);
  background-size: 100%;
  display: block;
  cursor: hand;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

/*CONTROL*/

#control {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 999;
}


.start_r {
  background: url(../img/pause.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  outline: none;
}

.start_r:hover {
  background: url(../img/pause.png) no-repeat 0 -60px;
}

.pause_r {
  background: url(../img/start.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  outline: none;
}

.pause_r:hover {
  background: url(../img/start.png) no-repeat 0 -60px;
}

#plus_r {
  background: url(../img/plus.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  outline: none;
}

#plus_r:hover {
  background: url(../img/plus.png) no-repeat 0 -60px;
}

.mute {
  background: url(../img/mute.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  outline: none;
}

.mute:hover {
  background: url(../img/mute.png) no-repeat 0 -60px;
}

.unmute {
  background: url(../img/unmute.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  outline: none;
}

.unmute:hover {
  background: url(../img/unmute.png) no-repeat 0 -60px;
}

#speed {
  background: none;
  border: none;
  width: 30px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #FFF;
}

#minus_r {
  background: url(../img/minus.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  outline: none;
}

#minus_r:hover {
  background: url(../img/minus.png) no-repeat 0 -60px;
}

.fs_r {
  background: url(../img/fs.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  outline: none;
}

.fs_r:hover {
  background: url(../img/fs.png) no-repeat 0 -60px;
}

.ns_r {
  background: url(../img/ns.png) no-repeat 0 0;
  cursor: hand;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  outline: none;
}

.ns_r:hover {
  background: url(../img/ns.png) no-repeat 0 -60px;
} 

/*LEGAL temporary fix*/
.gm-style-cc {
  display: none;
}

#legal {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}
/*end temporary fix*/
 
.gm-style a, .gm-style div, .gm-style label, .gm-style span {
  font-family: 'Open Sans',sans-serif!important;
  font-size: 10px!important;
}

.copyright {
  font-size: 12px;
  float: right;
  position: relative;
  padding-right: 6px;
  padding-left: 6px;
  white-space: nowrap;
  direction: ltr;
  text-align: right;
  opacity: 0.7;
  background-color: white;
  margin-left: 1px;
}

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

/*PANORAMA INFO*/ 

#pano_info {
  position: absolute;
  bottom: 30px;
  right: 8px;
}

#pano_id, #p_pov, #w_size {
  position: relative;
  width: 220px;
  min-height: 20px;
  background: #FFFFFF;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  z-index: 999;
  opacity: 0.70;
}

#crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  background: transparent url(../img/crosshair.png);
  pointer-events: none;
  z-index: 999;
}

#arrows {
  display: none;
}

#pre-arrow {
  position: absolute;
  width: 80px;
  height: 135px;
  background: transparent url(../img/previous-arrow.png) center center no-repeat;
  background-size: 100%;
  left: 20px;
  top: 50%;
  margin-top: -68px;
  z-index: 997;
  opacity: 0.3;
  cursor: pointer;
}

#cc{
  position: absolute;
  width: 80px;
  height: 135px;
  right: 20px;
  top: 50%;
  margin-top: 40px;
  z-index: 996;
  background: transparent url(../img/nxt-arrow_attention.png) center center no-repeat;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;  
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

#pre-arrow:hover {
  opacity: 1.0;
}

#nxt-arrow {
  position: absolute;
  width: 80px;
  height: 135px;
  background: transparent url(../img/next-arrow.png) center center no-repeat;
  background-size: 100%;
  right: 20px;
  top: 50%;
  margin-top: -68px;
  z-index: 997;
  opacity: 0.3;
  cursor: pointer;
}

#nxt-arrow:hover {
  opacity: 1.0;
}

.nxt-arrow_attenion {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;  
}



/*BUTTON BAR*/

#button_bar {
  display: none;
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.bar_left {
  float: left;
  margin-left: 1%;
	margin-right:15px;
}

.bar_right {
  float: right;
  margin-right: 1%;
}


/*Link Klasse für Buttons*/
a.button:link {
	text-decoration:none; 
	color:#000000;
}

a.button:visited { 
   text-decoration:none; 
   color:#000000; 
}
/*************************************/


/*Link Klasse für Hotspots*/
a.hotspotlink:link {
	/*text-decoration:none;*/
	font-size: 13px;
  font-weight: bold;
  color: #454444;
  padding-bottom: 10px; 
	
}

a.hotspotlink:visited { 
   text-decoration:none; 
   color:#454444; 
}
/*************************************/



.bar_button {
  background-color: #c7a65e;
  border: 1px solid #7b5a17;
  color: #000000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.6);
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  height: 40px;
  line-height: 18px;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 0.7;
}

#button_bar button:hover {
  opacity: 1.0;
}

.bar_button_att{
  background-color: #4c74a8;
  border: 1px solid #ffffff;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.6);
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  height: 40px;
  line-height: 18px;
  padding: 0px 20px 0px 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-animation-name: attention;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: attention;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: attention;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;  
}

@-moz-keyframes attention {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes attention {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes attention {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

#click-to-call{
	position:absolute;
	bottom:5px;
	right:40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
	color:#FFF;
	opacity:0.5;
}

.excon_videos {
  display:block;
  position: absolute;
  width: 640px;
  top: 30px;
  left: 50%;
  margin-left: -305px;
  padding: 0;
  background: #000;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  z-index: 1001;
}

.excon_slides {
  display:block;
  position: absolute;
  width: 600px;
  top: 30px;
  left: 50%;
  margin-left: -300px;
  padding: 0;
  background:transparent;
  z-index: 1001;
}

#panslide { 
    position: absolute;
		width:100%;
    top: 0px; 
    left: 0px; 
}

#panslide > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.excon_articles .wrapper{
  padding:20px;
}

.excon_articles {
  display:block;
  position: absolute;
  width: 600px;
  top: 30px;
  left: 50%;
  margin-left: -300px;
  padding:0;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
  z-index: 1001;
}

.map-embed {
  width: 250px;
  border: 1px solid #999;
  float: right;
}

.location-content-left {
  width: 290px;
  float: right;
}

/*h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #4c74a8;
  padding-bottom: 10px;
  margin: 0;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #666;
  margin:0;
  padding:0;
}*/





/*******************************************************************************************************/

@media screen and (max-width:700px) {
	
.hotspot {
   display:none!important;
  }
	
  #click-to-call{
   display:none;
  }

  #toptext {
   display:none;
  }
	
.excon_articles {
   display:block;
   position: absolute;
   width: 320px;
   top: 10px;
   left: 50%;
   margin-left: -120px;
   padding:0;
   background: #FFF;
   -webkit-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
   -moz-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
   box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
   z-index: 1001;
  }
 
  .excon_articles .right_content {
   display:none;
  }

  .excon_articles .left_content {
   float: left;
   width: 280px!important;
   margin-bottom:10px;
  }

	
	
  
	
	
	#menu{
		display:none;
	}
	
  #menu_button {
    display: block;
  }

  #speed_control {
    display: none;
  }

  #logo {
    top: 50px;
    margin-left: -96px;
  }

  #logo h2 {
    font-family: "Oswald", "Times New Roman", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    padding: 3px 0 6px 0;
  }

  .pop_video {
    width: 430px;
    height: 268px;
  }

  .pop_vid {
    margin-left: -231px;
  }
}





@media screen and (max-width:500px) {
	
.hotspot {
   display:none!important;
  }
	
  #click-to-call{
   display:none;
  }

  #toptext {
   display:none;
  }
	
  .excon_articles {
   display:block;
   position: absolute;
   width: 250px;
   top: 30px;
   left: 50%;
   margin-left: -120px;
   padding:0;
   background: #FFF;
   -webkit-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
   -moz-box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
   box-shadow: 0px 10px 16px 0px rgba(50, 50, 50, 0.6);
   z-index: 1001;
  }
 
  .excon_articles .right_content {
   display:none;
  }

  .excon_articles .left_content {
   float: left;
   width: 150px!important;
   margin-bottom:10px;
  }

  	
	
	
	
  .info_image {
    display: none;
  }

  .displays {
    top: 5px;
    right: 8px;
  }

  .popup_wrapper .text {
    max-height: 150px;
  }

  .display_wrapper .text {
    max-height: 150px;
  }

  .pop_video {
    width: 330px;
    height: 206px;
  }

  .pop_vid {
    top: 5px;
    margin-left: -181px;
  }

  .copyright {
    font-size: 10px;
  }
}

@media screen and (max-width:400px) {
	
  .pop_video {
    width: 230px;
    height: 143px;
  }

  .pop_vid {
    margin-left: -120px;
  }

  .copyright {
    font-size: 8px;
  }
}

@media screen and (max-width:280px) {
	
	h3 {
	  display:none;
  }
  
  textarea {
   height:35px!important;
   max-width:100%;
  }	
  
}
	

@media screen and (max-height:480px) {
	
.hotspot {
   display:none!important;
  }	
	
  #click-to-call{
   display:none;
  }

  #toptext {
   display:none;
  }	
	
 
	
  .popup_wrapper img {
    display: none;
  }

  .info_image {
    display: none;
  }

  .popups {
    top: 5px;
  }

  .displays {
    top: 5px;
  }

  .popup_wrapper .text {
    max-height: 150px;
  }

  .display_wrapper .text {
    max-height: 150px;
  }

  .pop_video {
    width: 330px;
    height: 206px;
  }

  .pop_vid {
    top: 5px;
    margin-left: -181px;
  }

  .copyright {
    font-size: 8px;
  }
  
  
}


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

  div#smallscreentoggler {
    display: block;
  }

  .sidetogglemenu {
    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;
  }
}



/*OWL SLIDER*/

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,

.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-buttons .owl-prev {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 25px;
  left: -30px;
  background: url(../img/controls.png) no-repeat 0 -32px;
  z-index: 1002;
}

.owl-buttons .owl-next {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 25px;
  right: -30px;
  background: url(../img/controls.png) no-repeat -43px -32px;
  z-index:1002;
}

.owl-buttons .owl-prev:hover {
  background-position: 0 0;
}

.owl-buttons .owl-next {
  background-position: -43px 0;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
/*IE7 life-saver */;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
/*IE7 fix*/
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../img/loading.gif) no-repeat center center;
}

@media screen and (max-width:788px) {
	
  .slider {
    width: 375px;
    margin-left: -196px;
  }
  
  .bar_button, .bar_button_att {
    width: 45px;
    height: 45px;
    border: none;
    background-color: transparent;
    text-indent: -5000px;
  }
  
  #button_bar .fc {
    background: url(../img/button_fc.png) center center no-repeat;
    background-size: 100%;
  }

  #button_bar .hl {
    background: url(../img/button_hl.png) center center no-repeat;
    background-size: 100%;
  }

  #button_bar .vd {
    background: url(../img/button_vd.png) center center no-repeat;
    background-size: 100%;
  }

  #button_bar .ph {
    background: url(../img/button_ph.png) center center no-repeat;
    background-size: 100%;
  }

  #button_bar .md {
    background: url(../img/button_md.png) center center no-repeat;
    background-size: 100%;
  }
  
}


/* CONTACT FORM*/

.excon_articles .right_content {
  float: right;
  width: 240px;
}

.excon_articles .left_content {
  float: left;
	width: 310px;
	margin-bottom:10px;
}

.alert{
	display: none;
	padding: 8px 35px 8px 14px;
	margin: 20px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* form styling */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="phone"],
input[type="datetimepicker"],

textarea {
	width:100%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	line-height: 20px;
	margin: 0px 0px 10px 0px !important;
	padding: 5px 10px;
	box-shadow: inset 0 1px 2px #eee;
	border:1px solid #CCC;
	margin:0 0 5px;
	border-radius:5px;
}

textarea {
	height:100px;
	max-width:100%;
}
button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#333333;
	color:#FFF;
	font-size:16px;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
button[type="submit"]:hover {
	background:#585656;
}

button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
input:focus,
textarea:focus {
	outline:0;
	border:1px solid #999;
}
word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */

input:required, textarea:required {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* chrome, safari */

::-webkit-input-placeholder {
  color: #CCC;
  font-style: italic;
}

/* mozilla */

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #CCC;
  font-style: italic;
}

/* ie (faux placeholder) */

input.placeholder-text, textarea.placeholder-text {
  color: #CCC;
  font-style: italic;
}