/*  ================================================
	Author: Codeberry
	Name: Europa
	URL: https://codeberry.net/product/europa
	Version: 1.0
	================================================ */

/* Import fonts and icons */
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Muli:300,400,600");

/* 1. Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* 2. Content elements */
::-moz-selection {
	background: #e5e5e5;
	text-shadow: none;
}

::selection {
	background: #e5e5e5;
	text-shadow: none;
}

html {
	box-sizing: border-box;
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}

body {
	font: 100% "Muli", Helvetica, sans-serif;
	color: #999999;
	background: #ffffff;
	line-height: 1.5;
}

body.noscroll {
	overflow: hidden;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html,
body,
ul,
ol,
figure {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	font-size: 1em;
	font-weight:300;
	margin: 0 0 1.5em 0;
}

a {
	color: #b7b7b7;
	font-size: 0.9375rem;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	   -moz-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
		-ms-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
			transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

a:hover {
	color: #333333;
	outline: none;
}

/* Buttons */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: transparent;
	display: inline-block;
	height: 52px;
	width: 13rem;
	padding: 0 0 0 3.45rem;
	color: #5b5b5b;
	text-align: left;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 50px;
	text-transform: none;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 0;
	border: 1px solid #5b5b5b;
	cursor: pointer;
	margin-top: 1rem;
	margin-bottom: 5rem;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #ffffff;
	background-color: #333333;
	outline: 0;
	border: 1px solid #333333;
	transition: .3s;
}

.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #ffffff;
	background-color: #333333;
	outline: 0;
	border: 1px solid #333333;
	transition: .3s;
}

.button,
button {
	margin-bottom: 1rem;
}

img {
	vertical-align: middle;
}

/* Preloader elements */
#preloader {
	z-index: 100;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 99;
}

#page-status {
	text-align: center;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* Centers the loading animation horizontally */
	top: 50%; /* Centers the loading animation vertically */
	margin: -100px 0 0 -100px; /* The width and height divided by two */
}

.preloader8 {
	width:30px;
	height:30px;
	display:inline-block;
	padding:0px;
	text-align:left;
}

.preloader8 span {
	position:absolute;
	display:inline-block;
	width:30px;
	height:30px;
	border-radius:100%;
	background:#000000;
	-webkit-animation:preloader8 1.6s linear infinite;
			animation:preloader8 1.6s linear infinite;
}

.preloader8 span:last-child {
	-webkit-animation-delay:-0.8s;
			animation-delay:-0.8s;
}

@keyframes preloader8 {
	0% {
		transform: scale(0, 0);
		opacity:0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity:0;
	}
}

@-webkit-keyframes preloader8 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity:0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity:0;
	}
}

/* Wrapper elements */
.wrapper {
	max-width: 85rem;
	margin: 0 auto;
	padding: 0 2rem;
}

@media (max-width: 768px) {
	.wrapper {
		padding: 0 1rem;
	}
}

/* Content and introduction elements */
.content {
	text-align: center;	
	padding-top: 8rem;
}

.introduction {
	top: 0;
	height: 80vh;
	width: 100%;
	position: fixed;
	z-index: -1;
}

.introduction .intro-text {
	top: 50%;
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}

.introduction h1 {
	color: #333333;
	font-size: 2rem;
	font-size: calc(2rem + 1vw);
	font-weight: 400;
	line-height: 1.4;
	width: 50%;
}

@media (max-width: 768px) {
	.introduction {
		text-align: center;
	}

	.introduction h1 {
		width: 100%;
	}
}

/* Work portfolio elements */
.work-portfolio {
	margin-top: 80vh;
	text-align: center;
}

.work-portfolio .work-portfolio-items {
	margin: 0 auto;
	max-width: 96rem;
}

.work-portfolio .work-portfolio-items::after {
	content: "";
	display: table;
	clear: both;
}

.work-portfolio .work-portfolio-items img {
	max-width: 100%;
	height: auto;
}

.portfolio-item-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#222222;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
			transition: all .3s ease-in;
}

a.work-item {
	display: block;
	line-height: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

@media (min-width: 769px) {
	a.work-item {
		float: left;
		width: 50%;
	}
}

a.work-item.project .portfolio-item-overlay {
	background: #333333;
}

a.work-item:hover .portfolio-item-overlay {
	opacity: .5;
}

a.work-item:hover .caption {
	opacity: 1;
	top: 50%;
}

a.work-item:hover .caption h2:after {
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
}

@media (max-width: 768px) {
	a.work-item .portfolio-item-overlay {
		opacity: .5;
	}

	a.work-item .caption {
		opacity: 1;
		top: 50%;
	}
}

.caption {
	color: #fafafa;
	font-weight: 300;
	line-height: 1;
	position: absolute;
	top: 40%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-out;
			transition: all 0.4s ease-out;
}

.caption h2 {
	font-size: 2rem;
	letter-spacing: .125rem;
	text-transform: capitalize;
	padding-bottom: 1.25rem;
	position: relative;
}

.caption h2:after {
	content: "";
	background: #bdbdbd;
	display: block;
	position: absolute;
	width: 3.75rem;
	height: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -1.875rem;
	-webkit-transition: .7s;
			transition: .7s;
	-webkit-transform-origin: 50% 0;
			transform-origin: 50% 0;
	-webkit-transform: scaleX(0.3);
			transform: scaleX(0.3);
}

.caption p {
	margin: 0;
	padding-top: 1.5rem;
}

/* Info elements */
.information {
	padding: 0 4.25em;
}

@media (max-width: 768px) {
	.information {
		padding: 0 2.25em;
	}
}

.content.information-block {
	padding-top: 4rem;
}

@media (max-width: 768px) {
	.content.information-block {
		padding-top: 2rem;
	}
}

.information-block::after {
	content: "";
	display: table;
	clear: both;
}

@media (max-width: 767px) {
	.information-block {
	}
}

@media (max-width: 767px) {
	.information-category.clients {
		padding-top: 4rem;
	}
}

.information-category {
	width: 33.333%;
	text-align: left;
	float: left;
	position: relative;
	opacity: 1;
	padding-bottom: 4.25em;
}

@media (max-width: 767px) {
	.information-category {
		width: 100%;
		padding-bottom: 0;
	}
}

.information-category h2 {
	color: #333333;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 .5em 0;
}

@media (max-width: 767px) {
	.information-category h2 {
		margin: 1.25em 0 .5em 0;
	}
}

.information-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.information-category ul {
	padding-top: .5em;
}

@media (max-width: 767px) {
	.information-category ul {
		padding-top: 0;
	}
}

.information-category ul li {
	font-size: 1.25rem;
	font-weight: 300;
}

/* About elements */
.content .about-us {
	text-align: left;
}

.about-us {
	padding: 0 4.25em;
}

@media (max-width: 768px) {
	.about-us {
		padding: 0 2.25em;
	}
}

.about-us h2 {
	color: #333333;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 0 .5em 0;
}

.about-us p {
	font-size: 1.25rem;
}

/* Contact elements */
.content.contact {
	padding-top: 4rem;
}

/* Footer elements */
footer {
	text-align: center;
	padding: 6rem 0 3rem;
}

footer ul {
	padding-bottom: .75em;
	-webkit-transition: 1s;
			transition: 1s;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul li {
	display: inline-block;
	position: relative;
	padding: 0 .75rem;
}

footer ul li a {
	letter-spacing: .0625rem;
	cursor: pointer;
}

.copyright {
	padding-top: 1em;
}