@charset "UTF-8";
@font-face {
    font-family: 'source-sans-pro';
    src: url('/fnt/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: 'TitilliumWeb';
    src: url('/fnt/TitilliumWeb-Regular.ttf');
}
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #020202;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(20, 55, 75, 1);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a2c2e3; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #000000;
}
/* Navigation */
header {
	display: block;
	position: fixed;
	width:100%;
	height: 5em;
	#background-color: rgba(20, 55, 75, 0.2);
	#border-bottom: 5px solid rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(to top, rgba(20, 55, 75, 0) 1%, rgba(20, 55, 75, 0.8) 60%);
	z-index: 900;
	
}
header:hover {
	background-color: rgba(20, 55, 75, 0.5);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);	
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 70%;
	text-align: right;
	margin-right: 10px;
	margin-top: 0.75em;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
.burger {
	display: none;
	position: fixed;
	right: 10px;
	top: 0px;
	z-index: 9999;
	width: 40px;
}
ul li a {
	color: #a2c2e3;
	text-decoration: none;
}
ul li:hover a {
	color: #ffffff;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* NEWS */
.newsline {
	clear: both;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-clip: border-box;
	background-color: #000;
	border-top: 1px solid #121212;
	border-bottom: 2px solid #323232;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newslineblock {
	width: calc(25% - 2px);
	height: 16em;
	text-align: center;
	float: left;
	margin: 0;
	border-left: 1px solid rgba(34, 1, 17, 1);
	border-right: 1px solid #000000;
	background-color: #000000;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.newsline .newslineblock h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.newsline .newslineblock p {
	position: relative;
	top: 6em;
	height: 6.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #f3f3f3;
	font-size: 1em;
	#font-weight: bold;
	padding: 5px;
	background-color: rgba(34, 1, 17, 0.5);
	background-image: linear-gradient(to top, rgba(34, 1, 17, 1) 20%, rgba(34, 1, 17, 0.2) 100%)
}
.nname {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 0;
	height: 2.6em;
	color: #ffffff;
	background-color: rgba(34, 1, 17, 1);
	font-size: 1em;
	padding: 3px 5px 5px 3px;
	border-right: 1px solid #000000;
}

/* modal-window */
cs {
	background-color: #220111;
	color: #ffffff;
	padding: 1px 11px;
	font-size: 1.4em;
	border-radius: 50%;
	margin-left: 25px;
	margin-bottom: 25px;
}
cs:hover {
	color: #ffffff;
	background-color: darkred;
}
.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.70);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window>div {
  color: #000000;
  width: auto;
  max-width: 960px;
  position: relative;
  margin: 35px auto;
  padding: 2rem;
  background: #fff;
  border-radius: 5px;
  text-align: justify;
  text-decoration: none;
  max-height: calc(80% - 20px);
  overflow-y: auto;
}
.modal-window>div::-webkit-scrollbar              { width: 0.3em;}
.modal-window>div::-webkit-scrollbar-button       { display:none; background-color: rgba(0,75,44,1.00); }
.modal-window>div::-webkit-scrollbar-track        { -webkit-box-shadow: inset 0 0 2px rgba(0,75,44,0.01); }
.modal-window>div::-webkit-scrollbar-track-piece  { background-color: rgba(0,75,44,0.05); }
.modal-window>div::-webkit-scrollbar-thumb
{ 
	-webkit-box-shadow: inset 0 0 2px rgba(0,75,44,0.50); 
	background-color: rgba(0,75,44,0.20);
}
.modal-window>div::-webkit-scrollbar-corner       { background-color: rgba(0,75,44,1.00); }
.modal-window>div::-webkit-resizer                { background-color: rgba(0,75,44,1.00); }


.modal-window a{
	color: rgba(0,75,44,1);
	text-decoration: none;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: rgba(0,75,44,0.50);
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: rgba(0,75,44,1.00);
}
/* Hero Section */
.hero {
    background-color: #000;
    padding:2%;
	border-top: 2px solid #000102;
	border-bottom: 2px solid #000102;
    background-position: top;
	background-size: 100%;
	background-clip:border-box;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.info {
	color: #fff;
    background-color: #000102;
	min-height: 4em;
	margin: 0;
}

.info p {
	display: block;
	position: relative;
	width: 33%;
	float: left;
	text-align: center;
}
.light {
	font-weight: bold;
	color: #a2c2e3;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 15px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
    width: calc(33% - 55px);
	min-height: 12em;
    text-align: justify;
    font-weight: normal;
    line-height: 1.5em;
    float: left;
	padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
	background-color: rgba(255, 255, 255, 0.05);
	margin: 3px;
	border-radius: 5px;
}
.about {
	width: 100%;
	color: #ffffff;
	padding: 20px 20px 20px 4%;
	display: inline-block;
	background-color: rgba(20, 55, 75, 1);
	margin-top: -6px;
	background-image: linear-gradient(to top, #041722 0%, #14374b 75%);
}
/* Stats Gallery */
.stats {
	color: #c8d8e9;
	/* color: #717070; */
	margin-bottom: 0px;
}
.infoline {
	clear: both;
	display: inline-block;
	width: 100%;
	min-height: 25em;
	background-clip: border-box;
	background-color: rgba(20, 55, 75, 1);
	padding-bottom: 35px;
	padding-top: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right: auto;
	background-image: linear-gradient(to top, #14374b 0%, #041722 75%);
}
.infolineblock {
	width: calc(33% - 5px);
	height: 25em;
	text-align: justify;
	float: left;
	margin-top: 35px;
	padding: 20px;
}
.infolineblock h1 {
	height: 3em;
}
.infolineblock h4 {
	font-size: 1.1em;
	font-weight:lighter;
	padding: 10px 40px 5px 5px;
}
.infoline .infolineblock h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #ffffff;
}
.infoline .infolineblock p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #a2c2e3;
}


.gallery {
	clear: both;
	display: block;
	width: 100%;
	background-clip: border-box;
	padding: 2% 0 2% 4%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(0,0,10,0.5);
	border-radius: 5px
}
.thumbnail {
	width: 26%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
galcode {
	position: relative;
	width: 100%;
	top: 10px;
}
galcode a {
	display: inherit;
	position: relative;
	font-size: 0.8em;
	padding: 0 3px;
	float: center;
	color: #fafaff;
	text-decoration: none;
}
galcode a:hover {
	color: #52BAD5;
}
infopic {
	position: fixed;
	width: 33%;
	left: 40px;
	bottom: 40px;
	z-index: 1100;
	
}
infopic iptc {
	display: none;
	position: relative;
	text-align: left;
	width: 100%;
	bottom: 60px;
	padding: 10px;
	border-radius: 3px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 10, 25, 0.3);
}
infopic ib{
	display: block;
	bottom: 3px;
	font-family: 'Merriweather', serif;
	font-size: 2em;
	width: 2em;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 5px;
	color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	text-align: center;
	cursor: cell;
}
ib:hover + iptc{
	display: block;
}
.gallery .thumbnail h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #030303;
}
porto {
	display:block;
	position: relative;
	min-width: 45%;
	max-width: 45%;
	min-height: 100%;
	max-height: 100%;
	bottom: 0px;
	float: left;
	margin-left: 2%;
	background-size:contain;
	background-position:left bottom;
	background-repeat: no-repeat;
}
/* Parallax Section */
.banner {
	min-width: 100%;
	max-height: calc(100% - 20px);
	background-color: #2da5b9;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #a2c2e3;
	text-align: left;
	padding-right: 20px;
	padding-top: 20%;
	font-size: 1.6em;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align:justify;
	padding-right: 20px;
	width: 90%;
	font-weight: lighter;
	font-size: 1.6em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	color: #ffffff;
	background-color: rgba(20, 55, 75, 1);
	width: 100%;
}
.footer_column {
	width: 50%;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	    color: #a2c2e3;
	text-align: center;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 400px;
	background-origin:border-box;
	background-size: contain;
}
.socialcards {
	width: 160px;
	background-origin:border-box;
	background-size: contain;
}
footer .footer_column p {
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
footer .footer_column txt {
	display: block;
	position: relative;
	margin-left: 5px;
	width: 90%;
	padding-bottom: 20px;
}
.picline {
	display: block;
	position: relative;
	background-color: rgba(70,70,10,0.8);
	max-width: 98%;
	margin-bottom: 5px;
   
}
.gallery a img {
	display:flex;
	float: left;
	padding: 4px;
	#background-color: white;
}

.gala:hover {
	padding: 4px;
	background-color:rgba(255, 255, 255, 0.75);
}
.picwin {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
	pointer-events:none;
}
.picwin:target {
  opacity: 1;
  pointer-events: auto;
}
.picwin img{
	position: absolute;
	width: 90%;
	height: 90%;
	margin-left: 5%;
	margin-top: 2.5%;
	object-fit: contain;
	padding: 10px;
	#border: 5px solid red;
	#background-color: #ffffff;
}
#picclose {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events:none;
}
.aout:hover {
	background-color: rgba(0, 0, 0, 0);
	
}
.dse{
	display: block;
	max-width: calc(100%-30px);
	position: relative;
	height: 33em;
	overflow-y: auto;
	text-align: justify;
	padding: 5%;
	margin-right: 20px;
}
.dse a {
	color: #a2c2e3;
	text-decoration: none;
}
.formlabel {
	display: block;
    width: 100px;
	height: 1em;
	text-align: left;
	padding-left: 5px;
}
.feld {
	display: block;
	/*width: 240px;*/
	width: calc(100% - 0px);
	height: 2em;
	margin-bottom: 15px;
	text-align: left;
	border: 0px solid #ccc;
	border-top: 1px dotted rgba(255,255,255,0.3);
	border-bottom: 1px dotted #ccc;
	background-color: rgba(0,0,0,1);
	background-color: #a2c2e3;
}
form {
	position: relative;
	margin-left: 50%;
	left: -40%;
	display: block;
	width: calc(80% - 40px);
}
.textarea {
	width: calc(100% - 5px);
	height: 10em;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #a2c2e3;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	#background-color: #000102;
	background-image: linear-gradient(to top, rgba(20, 55, 75, 0.8) 1%, rgba(20, 55, 75, 0.3) 60%);
}
.footer_banner {
	color: #ffffff;
	background-color: #000000;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0;
	background-image: url(../images/30.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center 70%;
}
.footer_banner p{
	color: #f2e2d3;
}
.footer_banner h3{
	color: #a2c2e3;
	padding-bottom: 20px;
}

.footer_banner article {
	position: relative;
	width: calc(33% - 5px);
	min-height: 30em;
	background-color: rgba(0,2,6,0.7);
	border-radius: 5px;
	text-decoration: none;
	padding: 30px;
	margin-left:  3px;
	#border-left: 1px solid #a2c2e3;
	float: left;
}
.footer_banner article a{
	text-decoration: none;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
@media (max-width: 999px) {
	.infolineblock {
		width: 50%;
		height: 10em;
	}
}
/* Mobile */
@media (max-width: 320px) {
.newslineblock {
	width: 100%;
	height: 15em;
}
.logo {
	width: 50%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
svg {
	display: block;
	opacity: 0.2;
}
svg:hover {
	opacity: 0.9;
}
.hero {
	min-height: 30em;
    background-position: bottom, center;
	background-size: contain;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.infolineblock {
	width: 100%;
	height: 10em;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	display: block;
	width: 100%;
	padding: 5px;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #444444;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.about {
	width: calc(100% - 0px);
	padding: 0px;
	}
.banner {
	min-width: calc(105% - 15px);
	background-color: #444444;
	background-image: none;
	padding: 0px;
}
.burger {
	display: block;
	position: fixed;
	right: 40px;
	top: 0px;
	z-index: 9999;
	width: 30px;
}
.newslineblock {
	width: calc(50% - 3px);
	height: 18em;
	background-position: 15% 18%;
}
svg {
	display: block;
	opacity: 0.2;
}
svg:hover {
	opacity: 0.9;
}
.logo {
	width: 50%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
header {
	max-width: calc(100% - 10px);
	}
.container header nav {
	position: fixed;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 15px;
	left: 2px;
	top: 250px;
	width: calc(100% - 10px);
	max-width: 100%;
	height: auto;
	float: none;
	overflow: auto;
	display: block;
	background-color: rgba(20, 55, 75, 0.9);
	border-radius: 10px;
}
header nav li {
	display: block;
	position: relative;
	width: 80%;
	height: 1.6em;
	padding-top: 20px;
	font-size: 2em;
	}
header nav li:hover {
	background-color: rgba(10, 20, 30, 0.9);
	}
.menuout, .container header nav{
	display: none;
	}
#menu:target {
	display: block;	
	}
.hero {
	margin-top: 30px;
	padding-top: 30px;
    background-position: bottom, center;
	background-size: contain;
}
	.hero_header {
	padding-top: 50px;
	}
.footer_banner {
	width: calc(100% - 5px);
	height: auto;
	}
.footer_banner article {
	position: relative;
	width: calc(100% - 25px);
	min-height: inherit;
	height: auto;
	color: #000;
	text-decoration: none;
	padding: 10px;
	/*border-right: 1px solid #fff;*/
	border-left: 1px solid #ddd;
	float: left;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: calc(100% - 45px);
	text-align: left;
	min-height: auto;
	padding: 20px;
}
.infolineblock {
	display: inline-block;
	position: relative;
	width: calc(100% - 30px);
	height: auto;
	padding: 10px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	position: relative;
	width: calc(100% - 10px);
	height: 100%;
	margin-top: 0px;
}
.banner porto {
	display: block;
	position: relative;
	min-width: inherit;
	max-width: 100%;
	min-height: 55%;
	max-height: auto;
	width: 100%;
	background-clip:padding-box;
}
section {
	display: inline-block;
	width: calc(100% - 0px);
	height:inherit;
	max-height: inherit;
	background-position: bottom;
	}
.parallax {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.parallax_description {
	/*padding-top: 0px;*/
	max-width: calc(100% - 30px);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*margin-top: 15%;*/
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.2em;
	float: none;
	width: 100%;
	text-align: left;
}
.thumbnail {
	width: 50%;
}
.gallery a img {
	padding: 0px;
	margin: 1px;
	}
.gallery {
	width: 100%;
	padding: 0px;
}
form {
	width: calc(100% - 40px);
	left: -45%;
	}
.footer_column txt {
	
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.newslineblock {
	width: calc(50% - 3px);
	height: 15em;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
