* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'novecento_wide';
    src: url('font/novecentowide-bold-webfont.eot');
    src: url('font/novecentowide-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/novecentowide-bold-webfont.woff2') format('woff2'),
         url('font/novecentowide-bold-webfont.woff') format('woff'),
         url('font/novecentowide-bold-webfont.ttf') format('truetype'),
         url('font/novecentowide-bold-webfont.svg#novecento_wide_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url('font/icons.eot?54742551');
  src: url('font/icons.eot?54742551#iefix') format('embedded-opentype'),
       url('font/icons.woff?54742551') format('woff'),
       url('font/icons.ttf?54742551') format('truetype'),
       url('font/icons.svg?54742551#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
	background: #000;
	color: #fff
}
::selection {
	background: #000;
	color: #fff
}
/* -------- */

body {
	background: #fff;
	overflow: auto;
}
header div.center {
	width: 1400px;
	margin: 0 auto;
}
div.wrap {
	width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: auto;
}
header {
	height: 39px;
	width: 100%;
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: block;
	overflow: visible;
	background-color: #fff;
}
header a#logo {
	width: 225px;
	height: 34px;
	display: block;
	float: left;
	background: url(img/logo.png) no-repeat;
	margin-top: 29px;
	transition: linear 0.1s all;
}
header a#logo:hover {
	opacity: 0.5;
}

header ul {
	list-style: none;
	float: right;
}
header li {
	position: relative;
}
header ul a {
	padding: 10px 14px 8px 36px;
	width: 140px;
	display: block;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 14px 14px;
	color: #000;
	font-family: 'novecento_wide';
	text-decoration: none;
	transition: linear 0.1s all;
}
header ul a:hover {
	color: #fff;
	background-color: #000;
}
header ul a span {
	font-family: 'icons';
	font-size: 10px;
	margin-top: 4px;
	text-decoration: none;
	margin-left: 8px;
	float: right;
	display: inline-block;
}
header ul a.polish {
	background-image: url(img/flags/pl.png);
}
header ul a.dutch {
	background-image: url(img/flags/nl.png);
}
header ul a.english {
	background-image: url(img/flags/en.png);
}
header ul li ul {
	padding: 0;
	position: absolute;
	top: 39px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: ease 0.4s all;
}
header ul li:hover ul {
	opacity: 1;
	visibility: visible;
}

/*---------------*/

section#intro {
	width: 100%;
	height: 300px;
	background-image: url(img/introBg2.jpg);
	background-size: cover;
	padding-top: 59px;
	overflow: hidden;
	text-align: center;
	font-family: 'novecento_wide';
}
section#intro div {
	margin-top: 120px;
}

section#intro p#quote {
	font-size: 30px;
	color: #fff;
} 
section#intro p span {
	color: #7bb304;
	font-size: 40px;
}
section#intro p#author {
	font-size: 18px;
	color: #eaeaea;
	margin-top: 14px;
} 

/*------------------*/

div#side {
	width: 249px;
	border-right: 1px solid #d5d5d5;
	float: left;
	margin: 50px 30px 50px 0;
	padding: 0 0 25px 0;
}
div#side p#big {
	font-family: 'novecento_wide';
	font-size: 24px;
	color: #000;
}
div#side p#big span {
	color: #7bb304;
	margin-right: 5px;
}
div#side p#small {
	font-family: 'merriweather';
	font-size: 22px;
	margin-left: 30px;
	color: #8b8b8b;
	line-height: 18px;
	display: none;
}


section#bio {
	float: left;
	width: 1100px;
	margin: 50px 0;
}
section#bio div#person div#photo {
	width: 220px;
	height: 220px;
	background: url(img/photo.jpg) center no-repeat;
	margin: 0 70px 0 50px;
	float: left;
}
section#bio div#person div#name p#name {
	font-family: 'novecento_wide';
	font-size: 24px;
	color: #000;
}
section#bio div#person div#name p#dash {
	font-family: 'novecento_wide';
	font-size: 24px;
	color: #7bb304;
	line-height: 4px;
}
section#bio div#person div#name p#spec {
	font-family: 'novecento_wide';
	font-size: 12px;
	color: #838383;
	line-height: 22px;
}
section#bio div#person p#short {
	font-size: 16px;
	line-height: 24px;
	font-family: 'Fira Sans';
	color: #343434;
	margin-top: 30px;
	text-align: justify;
}

section#bio div#biography {
	width: 1000px;
	margin-top: 65px;
	float: left;
	font-size: 20px;
	font-family: 'fira sans';
	line-height: 32px;
	text-align: center;
	color: #343434;
	text-align: justify;
}
section#bio div#biography p {
	margin-bottom: 20px;
}

/*-------------*/

section#contact {
	width: 100%;
	background: #f9f9f9;
	padding: 35px 0;
	/*display: none;*/
}
section#contact h1 {
	font-family: 'novecento_wide';
	font-size: 30px;
	text-align: center;
	text-decoration: underline;
	color: #000;
	margin-bottom: 50px;
	font-weight: normal;
}

/*---*/

form {
	width: 850px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
}
form input[type=text] {
	width: 250px;
	height: 50px;
	border: 3px solid #838383;
	color: #838383;
	font-size: 18px;
	padding: 10px;
	margin-right: 50px;
	display: inline-block;
	box-sizing: border-box;
	font-family: 'novecento_wide';
	transition: linear 0.1s all;
}
form input:hover {
	border: 3px solid #7bb304;
	color: #7bb304;
}
form input:focus {
	border: 3px solid #343434;
	color: #343434;
}
form textarea {
	width: 850px;
	height: 140px;
	border: 3px solid #838383;
	color: #838383;
	font-size: 18px;
	padding: 10px;
	margin-top: 30px;
	display: inline-block;
	box-sizing: border-box;
	font-family: 'novecento_wide';
	transition: linear 0.1s all;
	resize: vertical;
}
form textarea:hover {
	border: 3px solid #7bb304;
	color: #7bb304;
}
form textarea:focus {
	border: 3px solid #343434;
	color: #343434;
}
form input[type=text]:nth-child(3) {
	margin-right: 0;
}
form input[type=submit] {
	width: 220px;
	height: 40px;
	border: 3px solid #7bb304;
	background: #7bb304;
	color: #fff;
	font-size: 18px;
	padding: 6px;
	float: right;
	margin-top: 30px;
	display: inline-block;
	box-sizing: border-box;
	font-family: 'novecento_wide';
	transition: linear 0.1s all;
}
form input[type=submit]:hover {
	background: #fff;
	color: #7bb304;
	cursor: pointer;
}
form input[type=submit]:active {
	border: 3px solid #838383;
	background: #fff;
	color: #838383;
	cursor: pointer;
}
/*-------*/

footer {
	height: 120px;
	background: #343434;
	padding: 50px 0;
	overflow: hidden;
}
footer .grey {
	color: #838383;
}
footer div#left {
	font-family: 'novecento_wide';
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	float: left;
	display: block;
}
footer div#right {
	font-family: 'novecento_wide';
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #fff;
	float: right;
	display: block;
}

/*------*/

section#copyright {
	padding: 10px 0;
	color: #000;
	font-family: 'novecento_wide';
	font-size: 14px;
}
section#copyright p {
	display: inline;
}
section#copyright p#left {
	float: left;
}
section#copyright p#right {
	float: right;
}
section#copyright a {
	color: #000;
	text-decoration: none;position: relative;
}
section#copyright a:hover {
	color: #343434;
}
section#copyright a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  text-decoration: none;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
section#copyright a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

		/* ---- responsive ---- */


@media (min-width: 1280px) and (max-width: 1439px) {
	div.wrap {
		width: 1240px;
	}
	header div.center {
		width: 1240px;
	}
	section#bio {
		width: 940px;
	}
	section#bio div#person div#photo {
		margin: 0 50px 0 10px;
	}
	section#bio div#person div#name p#spec {
		font-size: 11px;
	}
	section#bio div#person p#short {
		font-size: 15px;
		line-height: 24px;
		margin-top: 20px;
	}
	section#bio div#biography {
		width: 860px;
		font-size: 18px;
		line-height: 30px;
	}
	div#side {
		width: 229px;
	}
	div#side p#big {
		font-size: 34px;
	}
	div#side p#small {
		font-size: 20px;
	}
}

@media (max-width: 1279px) {
	div.wrap {
		width: 984px;
	}
	header div.center {
		width: 984px;
	}
	section#intro p#quote {
		font-size: 26px;
	}
	section#bio {
		width: 750px;
	}
	section#bio div#person div#photo {
		margin: 0 30px 0 0;
	}
	section#bio div#person div#name p#spec {
		font-size: 11px;
		line-height: 18px;
		margin-top: 4px;
	}
	section#bio div#person p#short {
		font-size: 14px;
		line-height: 20px;
		margin-top: 7px;
	}
	section#bio div#biography {
		width: 700px;
		margin-top: 50px;
		font-size: 16px;
		line-height: 26px;
	}
	div#side {
		width: 180px;
		margin: 50px 30px 50px 0;
	}
	div#side p#big {
		font-size: 28px;
	}
	div#side p#small {
		font-size: 18px;
	}

}

section#contact span.icon {
	font-family: 'icons';
	margin-right: 12px;
}

section#contact h2 {
	font-family: 'novecento_wide';
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
h2.red {
	color: #BC001F;
}

p.formSuccess {
	font-size: 16px;
	color: #0078ff;
	margin: 25px auto 0 auto;
	font-family: 'novecento_wide';
	padding: 10px;
	width: 312px;
	text-align: center;
	border-top: 3px solid #0078ff;
	border-bottom: 3px solid #0078ff;
	display: block;
}
p.formError {
	font-size: 16px;
	color: #bc001f;
	margin: 25px auto 0 auto;
	font-family: 'novecento_wide';
	padding: 10px;
	width: 428px;
	text-align: center;
	border-top: 3px solid #bc001f;
	border-bottom: 3px solid #bc001f;
	display: block;
}
