/* Fonts 
-------------------------------------------------- */
@font-face {
	font-family: 'GT Pressura';
	src: url("fonts/GTPressura.eot");
	src: url("fonts/GTPressura.eot?#iefix") format("embedded-opentype"), url("fonts/GTPressura.woff2") format("woff2"), url("fonts/GTPressura.woff") format("woff"), url("fonts/GTPressura.ttf") format("truetype"), url("fonts/GTPressura.svg#GTPressura") format("svg");
	font-weight: normal;
	font-style: normal; 
}

/* Generals 
-------------------------------------------------- */
html {
	font-size: 14px; 
}
body {
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'GT Pressura', sans-serif;
	margin: 0;
	padding: 0; 
}


p { font-size: 15px;
  }  
    
button:focus {
	outline: 0; 
}
button, input {
	outline: none !important; 
}
:active {
	outline: none !important; 
}
.img-responsive {
	width: 100%; 
}
.img-responsive img {
	width: 100%; 
}
.no-cursor {
	pointer-events: none; 
}

/* Resizable Layout 
-------------------------------------------------- */
.ui-resizable-handle {
	z-index: 100; 
}
.ui-resizable-e {
	cursor: move !important;
	/* fallback if grab cursor is unsupported */
	cursor: grab !important;
	cursor: -moz-grab !important;
	cursor: -webkit-grab !important;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%; 
}
.drag-handle-e:hover .drag-indicator {
	background-color: #ff0000; 
}
.while-dragged {
	background-color: #ff0000 !important; 
}
.drag-indicator {
	position: fixed;
	width: 50px;
	/* left: 50px; */
	top: 49%;
	text-align: center;
	margin-left: -22px;
	height: 50px;
	z-index: 100000;
	color: #ff0000;
	/* border: 6px solid #000; */
	border-radius: 50%;
	background-color: #ff0000;
	font-size: 21px;
}
/*.drag-indicator:after {
content: 'drag';
height: 17px;
display: block;
color: #fff;
z-index: 1000000;
position: absolute;
width: 17px
}
 */ 
.drag-indicator:hover {
	cursor: move;
	/* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
	background-color: #ff0000; 
}
.drag-indicator img {
	position: relative;
	top: calc(50% - 13px);
	width: 75%; 
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
    float:left;
}

/* Video 
-------------------------------------------------- */
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	/* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden; 
}

/* Navigation   
-------------------------------------------------- */
.tin, .time, .space, .contact {
	display: none; 
}
.tin, .time, .contact {
	padding: 0 4% 4%; 
}
.active {
	display: block; 
}
.nav-left {
	width: 68%;
	border-left: 6px solid #000;
	position: fixed;
	top: 0;
	background-color: #fff;
	height: 10%; 
}
.nav-left h2 {
	margin-left: 2%;
	margin-top: 20px; 
}
.nav-left h1 {
	text-transform: uppercase; 
}
.nav-left ul {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	border-top: 6px solid #000;
	/* left: 2%; */
	-ms-flex-line-pack: distribute;
	align-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	/* padding: 0; */
	/* flex-wrap: wrap-reverse; */
	/* margin: 0; */
	margin: 0; 
}
.nav-left ul .li-active {
	background-color: #ff0000;
	color: #fff; 
}
.nav-left ul li {
	padding: 0 1.5vw;
	letter-spacing: 0.2vw;
	font-size: 3vw;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 6px solid #000;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none; 
}
.nav-left ul li:first-child {
	width: 34%; 
}
.nav-left ul li:nth-child(2) {
	width: 13%; 
}
.nav-left ul li:nth-child(3) {
	width: 17%; 
}
.nav-left ul li:last-child {
	width: 25%; 
}
.nav-left ul li.small {
	padding: 0 5px !important; 
}
.nav-left ul li:hover {
	cursor: pointer;
	background-color: #ff0000;
	color: #fff; 
}
.nav-left ul li img {
	width: 100%;
	vertical-align: middle;
	padding-bottom: 6px; 
}
.nav-left ul li a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold; 
}
.nav-right {
	width: 32%;
	position: fixed;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff; 
}

/* Layout Panels   
-------------------------------------------------- */
.right {
	float: right;
}
.right-article-text {
	padding: 0 3% 8%; 
}
.right-article-text p, 
.right-article-text i {
	line-height: 1.4;
	font-size: 28px; 
}
.panel {
	height: 100%;
	overflow: hidden !important; 
}
.panel-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%; 
}
.panel {
	overflow: hidden; 
}
.panel:nth-child(1) {
	width: 68vw;
	min-width: 200px;
	padding-right: 6px; 
}
.panel:nth-child(1) div[class^="drag-handle"] {
	background-color: #000; 
}
.panel:nth-child(1) div[class^="drag-handle"]:hover {
	background-color: #ddd; 
}
.panel:nth-child(2) {
	background-color: #ddd;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 200px; 
}
.panelpreview {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 10rem;
	border: 6px black solid;
	background-color: #fff;
	padding: 0.5rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 0.3rem;
	margin-right: 0.5rem;
}
.panelpreview > h2 {
	background-color: #bbb;
	margin: 0px;
	font-size: 2rem;
}
.panelpreview > h3 {
	margin: 0px;
	font-size: 1.5rem;
}
.panelpreview > p {
	font-size: 1rem !important;
}
.upperlower {
	display: flex;
	flex-direction: column;
}
.upper_field {
	flex: 1 0 auto;
}
.lower_field {
	align-self: flex-end;
	width: 100%;
}
.infobox {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	top: 10rem;
	border: 6px black solid;
	background-color: #fff;
	padding: 0.5rem;
	font-size: 3vmin;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left: 0.3rem;
	margin-right: 0.5rem;
}
.raspieweb-call {
	margin-left: 0.3rem;
}
.drag-handle-e, .drag-handle-w {
	min-width: 6px;
	max-width: 6px;
	-ms-flex-preferred-size: 6px;
	flex-basis: 6px;
	height: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0; 
}
.drag-handle-e {
	left: auto; 
}
.drag-handle-w {
	right: auto; 
}
.scroll-container {
	overflow: scroll;
	height: 100%;
	border-top: 6px solid #000; 
}
.scroll-container.noscroll {
	overflow: hidden;
}
.scroll-container h1 {
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 0.5em;
	word-break: break-all; 
}
#js-panel-1 p {
	margin: 0 0 .5rem;
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	/* Firefox */
	/*column-count: 2;*/
	/*line-height: 2rem;*/
	line-height: 1.4;
	font-size: 2rem;
	padding: 0; 
}
.one-column {
	-webkit-column-count: 1 !important;
	/* Chrome, Safari, Opera */
	/* Firefox */
	column-count: 1 !important; 
}
#js-panel-2 p {
	padding: 0 1em;
	line-height: 1.4;
	font-size: 28px; 
}

/* Space Page   
-------------------------------------------------- */
.space { 
	position: relative;
	height: 100%;
}
.space #map { 
	height: 100%;
}
#map {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	height: 100%;
}
.google-maps-text {
	font-size: 22px; 
	width: auto;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 10;
}
img + .google-maps-text {
	color: #fff;
	position: absolute;
	bottom:50px;
	left: 50px;
}
.google-maps-text a {
	text-decoration: none;
	color: inherit;
}
.gm-style img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: none; 
}
.gm-style .gm-style-iw {
	font-weight: 300;
	font-size: 13px;
	padding: 1em 0.5em;
	overflow: hidden;
	font-family: 'GT Pressura', sans-serif; 
}

/* Newsletter   
-------------------------------------------------- */
.newsletter {
	text-transform: uppercase;
	margin: 0 2%;
	width: 100%;
	font-size: 2vw;
	letter-spacing: 0.1vw;
	font-weight: bold; 
}
.newsletter input {
	border: none;
	font-family: inherit; 
}
#mc_embed_signup .required {
	width: 100% !important;
	margin: 0 !important; 
}
#mc_embed_signup .button {
	width: auto !important;
	background-color: #fff !important;
	height: 100% !important;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 21px !important;
	font-family: inherit;
	margin: 0 !important;
	font-family: 'GT Pressura', sans-serif; 
}
#mc_embed_signup .mc-field-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 30px !important; 
}
#mc_embed_signup form {
	padding: 0 !important; 
}
#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	font-family: 'GT Pressura', sans-serif;
	padding: 8px 0;
	font-size: 21px;
	padding: -3%;
	text-indent: 2%;
	/* border-bottom: 6px solid #000; */
	/* margin-right: 2%; */
	border: 0; 
}
#mc_embed_signup .mc-field-group input {
	display: block;
	width: 100%;
	padding: 8px 0;
	padding: 0 !important;
	text-indent: 0 !important;
	/* border-bottom: 6px solid #000; */
	/* margin-right: 2%; */
	border: 0; 
}
#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 100% !important;
	padding-bottom: 3%;
	min-height: 20px;
	border-bottom: 6px solid #000;
	padding-bottom: 0 !important; 
}
#mce-error-response, #mce-success-response {
	position: fixed;
	bottom: 0;
	width: 40%;
	z-index: 1000;
	font-size: 21px;
	padding: 1%;
	background-color: #fff;
	border: 6px solid; 
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	/* display: inline-block; */
	/* margin: 2px 0 1em 0; */
	/* padding: 5px 10px; */
	position: absolute;
	top: -26px;
	left: 0;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41; 
}
