
 
@font-face {
    font-family:"Euro";
    src:url("../font/Euro.woff2") format("woff2"),url("../font/Euro.woff") format("woff"),url("../font/Euro.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Euro";
    src:url("../font/EuroBold.woff2") format("woff2"),url("../font/EuroBold.woff") format("woff"),url("../font/EuroBold.otf") format("opentype");
    font-style:normal;font-weight:700;
}

@font-face {
    font-family:"Roboto";
    src:url("../font/Roboto-Regular.woff2") format("woff2"),url("../font/Roboto-Regular.woff") format("woff"),url("../font/Roboto-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}

@font-face {
    font-family:"Roboto";
    src:url("../font/Roboto-Bold.woff2") format("woff2"),url("../font/Roboto-Bold.woff") format("woff"),url("../font/Roboto-Bold.otf") format("opentype");
    font-style:normal;font-weight:700;
}
        
                
        
        
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: white;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box
}

*,*:before,*:after {
	box-sizing: inherit
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

 /* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
	height: 100%
}

html.legal,
.legal body,
html.privacy,
.privacy body {
	min-height: 100%;
	height: auto;
	background: #101010
}

body {
	background: url(../img/body.jpg) left top no-repeat;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	display: flex;
	flex-direction: column
}


#header {
	padding: 50px 67px;
	display: flex;
	font-family:"Euro";
	background: black;
	align-items: center
}

.header-index {
	background: transparent !important
}

#logo {
	width: 124px;
	height: 86px
}
#logo img {
	width: 100%;
	height: auto;
	display: block
}

#navigation {
	margin: auto	
}

.navigation__list,
.navigation__list-item {
	padding: 0;
	margin: 0;
	list-style: none
}

.navigation__list-item {
	display: inline-block;
	margin: 0 12px
}

.navigation__list-item-url {
	color: #4a4a4a;
	text-decoration: none
}

.navigation__list-item-url-current {
	color: white
}

#csoon {
	font-size: 16px;
	font-weight: 700;
	margin: auto 0
}

 /* ==========================================================================
   Footer
   ========================================================================== */

#footer {
	display: flex;	
	font-family:"Euro";
	margin: 40px 0
}

.footer {
	margin: auto;
	text-align: center
}

.footer__produced {
	font-size: 28px;
	color: #006cb0;
	display: block
} 

.footer__copyright {
	font-size: 14px;
	color: #4a4a4a;
	display: block
}

 /* ==========================================================================
   Homepage
   ========================================================================== */

.content--home {
	display: flex;
	flex: 1
}

.main__content {
    display: flex;
    margin: auto;
    height: 100%;
    max-width: 960px;
    max-height: 50vh;
    background: rgba(17, 17, 17, 0.80);
    position: relative;
    width: 100%;
}

.main__content a {
	width: 80px;
	height: 80px;
	margin: auto;
}

.main__content img {
	height: 100%;
	width: 100%;
}

.fancybox-active {
	height: 100%;
}

 /* ==========================================================================
   Contact
   ========================================================================== */
   
.content--contact {
	display: flex;
	flex: 1;
	flex-direction: row;
	font-family: 'Roboto', sans-serif;
}  

.contact__left {
	width: 50%;
	background: url(../img/contact_new.jpg) center center no-repeat;
	background-size: cover;
}
.contact__right {
	width: 50%;
	display: flex;
	flex-direction: column
}
.contact__right-top {
	height: 50%;
	width: 100%;
	background: #003d63;
    padding: 0 20%;
    align-items: center;
    display: flex;
    font-size: 18px
}
.contact__right-bottom {
	height: 50%;
	width: 100%;
	background: #121212;
    padding: 0 20%;
    align-items: center;
    display: flex;
}

.contact__right span {
	font-size: 24px;
	font-weight: 700
}

.button {
	width: 112px;
	padding:10px 0px;
	text-align: center;
	border: 1px solid white;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 20px;
    text-transform: uppercase;
    margin-top: 10%;
}

 /* ==========================================================================
   Legal / Privacy
   ========================================================================== */

.content--legal,
.content--privacy {
    display: block;
    flex: 1;
	background: #121212;
	color: #003d63;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding: 20px;
}

.content--legal h2,
.content--privacy h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	margin: 5% 0;
		max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

.content--legal p,
.content--privacy p {
	font-size: 18px;
	line-height: 24px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}



@media (max-width:1200px) {
	html {
		font-size: 14px
	}
	#logo {
		width: 124px;
		height: auto
	}
	#csoon {
		font-size: 14px
	}
	.contact__right span {
		font-size: 18px;
	}
	.contact__right-top,
	.contact__right-bottom {
		font-size: 16px;
	}
	.button {
		font-size: 16px;
	}
	.footer__produced {
		font-size: 20px
	}
}


@media (max-width: 767px) {
	#header {
		padding: 0 20px;
		height: 70px;
		background: black
	}
	#logo {
		width: 80px;
		margin: auto 0 auto 0;
	}
	#footer {
		padding: 20px;
		margin: 0;
		background: black
	}
	.footer__produced {
		font-size: 16px
	}
	.main__content {
		max-height: 100%;
		background:rgba(17, 17, 17, 0.70)
	}
	.content--contact {
		flex-direction: column;
		    background: #101010;
	}
	.contact__left,
	.contact__right {
		width: 100%;
	}
	.contact__left {
		height: 250px;
	}
	.contact__right-top {
		padding: 40px 20px;
		height: auto;
		display: block
	}
	.contact__right-bottom {
		padding: 40px 20px;
		height: auto;
		display: block
	}
	#navigation {
		display: none;
		position: absolute;
		top: 70px;
		padding: 30px 20px;
		left: 0;
		right: 0;
		background: #006cb0;
		z-index: 9
	}
	.navigation__list-item {
		display: block;
		margin: 20px 12px;
		text-align: center;
	}
	.navigation__list-item-url {
		color: white;
	}
	#csoon {
		margin: auto;
		font-size: 12px
	}
	#toggle {
		height: 30px;
		width: 20px;
		display: block;
		margin:auto 0 auto auto;
		position: relative
	}
	#toggle span {
		width: 20px;
		height: 2px;
		background: white;
		position: absolute;
		left: 0;
	}
	#toggle span:nth-child(1) {
		top:8px;
	}
	#toggle span:nth-child(2) {
		top:17px;
	}
	.state-navigation #navigation {
		display: block
	}
	.state-navigation #toggle span:nth-child(1) {
		transform: rotate(45deg);
		top: 14px;
	}
	.state-navigation #toggle span:nth-child(2) {
		transform: rotate(-45deg);
		top: 14px
	}
	.content--legal,
	.content--privacy {
		text-align: left;
	}
	.content--legal h2, .content--privacy h2 {
		margin: 40px 0
	}
}

 /* ==========================================================================
   Helper classes
   ========================================================================== */

 .hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


