@charset "utf-8";
/* ==========================================================================
   FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;400;500;700&display=swap');
/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
html, body {
	overflow-x: hidden;
}
body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #D7D8D8;
	font-size: 13px;
	font-weight: 400;
	background-color: #262626;
	overflow-y: hidden;
}
@media (min-width: 1200px) {
	body {
		font-size: 17px;
	}
}
a {
	color: #6FAF7D;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #6FAF7D;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}
h1 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #D7D8D8;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 2px;
}
@media (min-width: 1200px) {
	h1 {
		letter-spacing: 3px;
	}
}
h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #F5F5F5;
	font-size: 22px;
	font-weight: 400;
}
@media (min-width: 1200px) {
	h2 {
		font-size: 34px;
	}
}
h3 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #D7D8D8;
	font-size: 15px;
	font-weight: 700;
}
@media (min-width: 1200px) {
	h3 {
		font-size: 20px;
	}
}
h4 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #D7D8D8;
	font-size: 15px;
	font-weight: 400;
}
@media (min-width: 1200px) {
	h4 {
		font-size: 18px;
	}
}
strong {
	font-weight: 700;
}
/* ==========================================================================
   SCROLLBAR
   ========================================================================== */
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
	width: 100% !important;
	left: 0 !important;
}
.jspScrollable .jspPane {
	padding-right: 40px !important;
}
.jspVerticalBar {
	height: 100%;
	position: absolute;
	right: 0;
	top: 20px;
	width: 5px;
	display: none;
}
@media (min-width: 1200px) {
	.jspVerticalBar {
		right: 4px;
		display: block;
	}
}
@media (min-width: 1400px) {
	.jspVerticalBar {
		right: 0;
	}
}
.jspHorizontalBar {
	bottom: 0;
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
	display: none !important;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background-color: #262626;
	position: relative;
}
.jspDrag {
	background-color: #D7D8D8;
	cursor: pointer;
	left: 0;
	position: relative;
	top: 0;
	opacity: 0.5;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	cursor: pointer;
	direction: ltr;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -20000px;
	background-size: 5px auto;
}
.jspDisabled {
	background: #80808d;
	cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 5px;
}
.jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
	width: 16px;
}
.jspVerticalBar .jspArrow:focus {
	border: 1px solid red;
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* ==========================================================================
   CONTAINER
   ========================================================================== */
.row>* {
	padding: 0 15px;
}
.container {
	position: relative;
}
@media (max-width: 1199.98px) {
	.container {
		padding: 0 20px;
	}
}
@media (min-width: 1560px) {
	.container {
		max-width: 1526px;
	}
}
/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	padding: 25px 0;
}
@media (min-width: 1200px) {
	.header {
		padding: 40px 0;
	}
}
.header .logo img {
	width: 200px;
	height: 32px;
}
@media (min-width: 1200px) {
	.header .logo img {
		width: 215px;
		height: 35px;
	}
}
@media (max-width: 1199.98px) {
	.header .contact {
		margin: -3px 3px 0 0;
	}
}
.header .contact a {
	position: relative;
	display: block;
}
.header .contact img {
	width: 35px;
	height: 37px;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
	.header .contact img {
		width: 50px;
		height: 52px;
	}
}
.header .contact .hover {
	position: absolute;
	opacity: 0;
	z-index: 10;
	left: 0;
	top: 0;
}
.header .contact:hover .hover {
	opacity: 1;
}
.header .contact:hover .normal {
	opacity: 0;
}
/* ==========================================================================
   BACKGROUND
   ========================================================================== */
section.background .container,
section.background .container-fluid {
	position: relative;
}
section.background .moon {
	position: absolute;
	right: -420px;
	top: -135px;
	width: 1427px;
	height: 481px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}
@media (min-width: 1200px) {
	section.background .moon {
		right: -700px;
		top: -135px;
	}
}
@media (min-width: 1400px) {
	section.background .moon {
		right: -480px;
		top: -135px;
	}
}
@media (min-width: 1560px) {
	section.background .moon {
		right: -420px;
		top: -135px;
	}
}
@media (max-width: 1199.98px) {
	section.background .moon {
		width: 282px;
		height: 109px;
		right: 0;
		top: 0;
		bottom: 0;
		top: auto;
	}
}
/* ==========================================================================
   INTRO
   ========================================================================== */
section.intro {
	padding: 15px 0 40px;
}
@media (min-width: 1200px) {
	section.intro {
		padding: 140px 0 90px;
	}
}
section.intro p {
	line-height: 1.7;
	margin-bottom: 13px;
}
@media (min-width: 1200px) {
	section.intro p {
		line-height: 1.4;
		margin-bottom: 24px;
	}
}
/* ==========================================================================
   PORTFOLIO
   ========================================================================== */
section.portfolio .title h1 {
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	section.portfolio .title h1 {
		margin-bottom: 40px;
	}
}
section.portfolio a.thumb {
	position: relative;
}
section.portfolio a.thumb .zoom {
	overflow: hidden;
}
@media (max-width: 1199.98px) {
	section.portfolio .selected .zoom {
		margin: 0 -23px;
	}
}
@media (max-width: 1199.98px) {
	section.portfolio .selected a.thumb p,
	section.portfolio .selected a.thumb h3 {
		display: none;
	}
}
section.portfolio a.thumb p {
	font-weight: 300;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
@media (min-width: 1200px) {
	section.portfolio a.thumb p {
		font-size: 16px;
	}
}
section.portfolio a.thumb h3 {
	margin: 6px 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (min-width: 1200px) {
	section.portfolio a.thumb h3 {
		margin: 8px 0 0;
	}
}
section.portfolio a.thumb,
section.portfolio a.thumb h3 {
	color: #D7D8D8;
}
section.portfolio a.thumb:hover,
section.portfolio a.thumb:hover h3 {
	color: #FFF;
}
section.portfolio a.thumb img {
	transition: all 0.6s ease-in-out;
}
section.portfolio a.thumb:hover .zoom img {
	transform: scale(1.1);
}
section.portfolio .expanded h2 {
	margin-bottom: 10px;
}
@media (min-width: 1200px) {
	section.portfolio .expanded h2 {
		margin-bottom: 20px;
	}
}
section.portfolio .expanded h3 {
	font-size: 15px;
	margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
	section.portfolio .expanded h3 {
		font-weight: normal;
		margin-bottom: 8px;
	}
}
@media (min-width: 1200px) {
	section.portfolio .expanded h3 {
		font-size: 18px;
	}
}
section.portfolio .expanded h4 {
	line-height: 1.5;
	margin-bottom: 0;
}
@media (min-width: 1200px) {
	section.portfolio .expanded h4 {
		margin-bottom: 5px;
	}
}
section.portfolio .expanded p {
	font-size: 13px;
	line-height: 1.7;
	margin: 14px 0 0 0;
}
@media (min-width: 1200px) {
	section.portfolio .expanded p {
		font-size: 16px;
		margin: 20px 0 0 0;
	}
}
section.portfolio .expanded a {
	font-size: 14px;
}
@media (min-width: 1200px) {
	section.portfolio .expanded a {
		font-size: 18px;
	}
}
/* ==========================================================================
   GRID
   ========================================================================== */
.grid {
	position: relative;
}
.grid .item {
	width: 100% !important;
	max-width: 100% !important;
	flex: none;
	transition: height 600ms ease-in-out;
	height: 260px;
}
@media (max-width: 1199.98px) {
	.grid .item {
		height: auto;
	}
}
@media (min-width: 1200px) {
	.grid .item {
		width: 20% !important;
		max-width: 20% !important;
	}
}
.grid .selected {
	height: 0;
}
@media (max-width: 1199.98px) {
	.grid .selected {
		height: auto;
	}
}
@media (min-width: 1200px) {
	.grid .selected {
		height: 605px;
	}
}
@media (min-width: 1400px) {
	.grid .selected {
		height: 685px;
	}
}
@media (min-width: 1560px) {
	.grid .selected {
		height: 780px;
	}
}
.grid .selected .expanded {
	height: 0;
	z-index: 10;
}
@media (max-width: 1199.98px) {
	.grid .selected .expanded {
		height: auto;
	}
}
@media (min-width: 1200px) {
	.grid .selected .expanded {
		height: 369px;
	}
}
@media (min-width: 1400px) {
	.grid .selected .expanded {
		height: 427px;
	}
}
@media (min-width: 1560px) {
	.grid .selected .expanded {
		height: 500px;
	}
}
.grid .expanded {
	height: 0;
	transition: height 600ms ease-in-out;
	position: relative;
	left: -23px;
	right: -23px;
	width: calc(100% + 46px);
	overflow: hidden;
	z-index: 5;
}
@media (min-width: 1200px) {
	.grid .expanded {
		position: absolute;
		top: auto;
		left: 15px;
		right: 15px;
		width: calc(100% - 30px);
	}
}
.grid .expanded .inner {
	position: relative;
	overflow: hidden;
	/* margin: 10px 0; */
	background-color: #1A1A1A;
	margin-bottom: 20px;
}
@media (min-width: 1200px) {
	.grid .expanded .inner {
		margin-bottom: 0;
	}
}
@media (max-width: 1199.98px) {
	.grid .expanded .photo {
		display: none;
	}
}
.grid .expanded .photo {
	overflow: hidden;
}
@media (min-width: 1200px) {
	.grid .expanded .photo,
	.grid .expanded .photo img {
		min-width: 655px;
		width: 665px;
	}
}
@media (min-width: 1400px) {
	.grid .expanded .photo,
	.grid .expanded .photo img {
		min-width: 760px;
		width: 760px;
	}
}
@media (min-width: 1560px) {
	.grid .expanded .photo,
	.grid .expanded .photo img {
		min-width: 886px;
		width: 886px;
	}
}
.grid .expanded .details {
	margin: 17px 20px 23px;
}
@media (min-width: 1200px) {
	.grid .expanded .details {
		margin: 40px 27px 40px 55px;
		padding: 0 30px 0 0;
		overflow: auto;
		height: 288px;
	}
}
@media (min-width: 1400px) {
	.grid .expanded .details {
		height: 347px;
	}
}
@media (min-width: 1560px) {
	.grid .expanded .details {
		height: 419px;
	}
}
.grid .close {
	position: absolute;
	display: block;
	right: -8px;
	top: 16px;
	width: 35px;
	z-index: 20;
	transition: height 600ms ease-in-out;
}
@media (max-width: 1199.98px) {
	.grid .item .thumb .close {
		display: none;
		opacity: 0;
	}
	.grid .selected .thumb .close {
		display: block;
		opacity: 1;
	}
}
@media (max-width: 1199.98px) {
	.grid .expanded .close {
		display: none;
	}
}
@media (min-width: 1200px) {
	.grid .expanded .close {
		display: block;
		right: 20px;
		top: 20px;
		width: 20px;
	}
	.grid .thumb .close {
		display: none;
	}
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding: 50px 0 125px;
}
@media (min-width: 1200px) {
	.footer {
		padding: 185px 0 100px;
	}
}
.footer .logos {
	padding-bottom: 70px;
}
@media (min-width: 1200px) {
	.footer .logos {
		padding-bottom: 245px;
	}
}
.footer .logos a {
	display: block;
	margin: 20px;
}
@media (min-width: 1200px) {
	.footer .logos a {
		margin: 0 40px;
	}
}
@media (min-width: 1400px) {
	.footer .logos a {
		margin: 0 50px;
	}
}
.footer .logos .tv3 {
	width: 19px;
}
.footer .logos .kanal2 {
	width: 46px;
}
.footer .logos .err {
	width: 77px;
}
.footer .logos .yle {
	width: 40px;
}
.footer .logos .mtv3 {
	width: 44px;
}
.footer .logos .go3 {
	width: 68px;
}
@media (min-width: 1200px) {
	.footer .logos .tv3 {
		width: 38px;
	}
	.footer .logos .kanal2 {
		width: 90px;
	}
	.footer .logos .err {
		width: 150px;
	}
	.footer .logos .yle {
		width: 80px;
	}
	.footer .logos .mtv3 {
		width: 86px;
	}
	.footer .logos .go3 {
		width: 135px;
	}
}
.footer .copyright .green {
	color: #6FAF7D;
	padding-left: 5px;
	display: inline-block;
}
.footer .copyright img {
	width: 200px;
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.footer .copyright img {
		width: 215px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1199.98px) {
	.footer .copyright p {
		margin: 3px 0 0 42px;
		font-size: 14px;
		letter-spacing: 0.5px;
		white-space: nowrap;
	}
}
.footer .spacer {
	margin: 0 20px;
}
.footer .spacer img {
	width: 85px;
}
.footer h5 {
	margin-bottom: 2px;
}
@media (max-width: 1199.98px) {
	.footer h5 {
		font-size: 18px;
		letter-spacing: 0.5px;
	}
}
.footer .contact p {
	line-height: 1.2;
	font-size: 14px;
}
.footer .contact .phone {
	color: #D7D8D8;
}
@media (max-width: 1199.98px) {
	.footer .contact p {
		padding-bottom: 5px;
		letter-spacing: 0.5px;
	}
}
@media (min-width: 1200px) {
	.footer .contact p {
		line-height: 1.3;
		font-size: 16px;
	}
}
@media (max-width: 991.98px) {
	.footer .contact.margus h5,
	.footer .contact.margus p {
		margin-left: 46px;
	}
	.footer .contact.kertu h5,
	.footer .contact.kertu p {
		margin-left: 28px;
	}
}
.footer .astronaut {
	margin-top: 55px;
	position: relative;
}
@media (max-width: 1199.98px) {
	.footer .astronaut {
		margin-left: 45px;
		width: 150px;
	}
}
@media (min-width: 1200px) {
	.footer .astronaut {
		margin-top: -40px;
	}
}
.footer .astronaut a {
	display: block;
}
.footer .astronaut .man {
	width: 120px;
	-webkit-animation: bounce 4s infinite;
	animation: bounce 4s infinite;
}
@media (min-width: 1200px) {
	.footer .astronaut .man {
		width: 150px;
	}
}
.footer .astronaut .arrow {
	width: 14px;
	position: absolute;
	right: 14px;
	top: -10px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
	.footer .astronaut .arrow {
		width: 17px;
		top: -11px;
	}
}
.footer .astronaut a:hover .arrow {
	opacity: 1;
}
.footer .astronaut a:hover .man {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
@-webkit-keyframes bounce{
	0% {
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
	25% {
		-webkit-transform:translate(0,-8px);
		transform:translate(0,-8px)
	}
	50% {
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
	75% {
		-webkit-transform:translate(0,8px);
		transform:translate(0,8px)
	}
	100% {
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
}
@keyframes bounce{
	0% {
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
	50% {
		-webkit-transform:translate(0,-15px);
		transform:translate(0,-15px)
	}
	100% {
		-webkit-transform:translate(0,0);
		transform:translate(0,0)
	}
}
