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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: outside none none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
::selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}
::-webkit-selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}
a {
	background: none repeat scroll 0 0 transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-decoration: none;
	color: #000;
	-webkit-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
a:active, a:hover {
	color: #000;
}
*, *:before, *:after {
	box-sizing: border-box;
}
h1 {
	font-family: "freight-text-pro", serif;
	font-size: 100px;
	line-height: 110px;
	font-weight: 600;
}
h2 {
	font-family: "freight-text-pro", serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}
h4 {
	font-family: "freight-text-pro", serif;
	font-size: 18px;
	font-weight: 600;
}
h5 {
	font-family: "termina", sans-serif;
	font-size: 9px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
}
html, body {
	height: 100%;

}
body {
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 14px;
	line-height: 24px;
	height: 100%;
	position: relative;
	width: 100%;
	font-weight: 400;
	color: #000;
	background-color: #fff;
}
header {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
	position: fixed;
	padding: 50px 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.page-template-team header, .stickyheader header {
	background-color: #000;
	padding: 20px 0 15px 0;
}
nav {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0;
	letter-spacing: 2px;
}
nav ul li {
	float: left;
	margin: 0 0 0 30px;
	position: relative;
}
nav ul li a {
	color: #b3b3b3;
}
nav ul li a.inactive {
	color: #6b6b6b;
}
nav ul li a:hover {
	color: #fff !important;
}
nav ul li:first-child {
	margin-left: 0;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	    user-select: none;
	z-index: 2300;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 17px;
	width: 200px;
	overflow: hidden;
	background: #111;
}
.pace .pace-progress {
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	max-width: 200px;
	height: 17px;
	position: fixed;
	z-index: 2200;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: #ffffff;
}
.pace .pace-activity {
	width: 200px;
	height: 17px;
	z-index: 2300;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("assets/images/preloader.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.pace.pace-inactive {
	display: none;
}
.vertical-lines {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 4;
	height: 100%;
}
.vertical-wrapper {}
.vertical-lines .line {
	background: rgba(131, 131, 131, 0.1) none repeat scroll 0 0;
	bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}
.vertical-lines .line:first-child {
	left: 10%;
}
.vertical-lines .line:nth-child(2), .vertical-lines .line:nth-of-type(2) {
	left: 20%;
}
.vertical-lines .line:nth-child(3), .vertical-lines .line:nth-of-type(3) {
	left: 30%;
}
.vertical-lines .line:nth-child(4), .vertical-lines .line:nth-of-type(4) {
	left: 40%;
}
.vertical-lines .line:nth-child(5), .vertical-lines .line:nth-of-type(5) {
	left: 50%;
}
.vertical-lines .line:nth-child(6), .vertical-lines .line:nth-of-type(6) {
	left: 60%;
}
.vertical-lines .line:nth-child(7), .vertical-lines .line:nth-of-type(7) {
	left: 70%;
}
.vertical-lines .line:nth-child(8), .vertical-lines .line:nth-of-type(8) {
	left: 80%;
}
.vertical-lines .line:nth-child(9), .vertical-lines .line:nth-of-type(9) {
	left: 90%;
}
.columnsoff {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2100;
	height: 100%;
	transition: all 0s ease 1.4s;
	-moz-transition: all 0s ease 1.4s;
	-ms-transition: all 0s ease 1.4s;
	-o-transition: all 0s ease 1.4s;
	-webkit-transition: all 0s ease 1.4s;
}
.loaded .columnsoff {
	z-index: 0;
}
.redirecting .columnsoff {
	z-index: 2100;
	transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
}
.columnsoff .column {
	background: #000;
	bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 10%;
	transition: all 1.4s ease 0s;
	-moz-transition: all 1.4s ease 0s;
	-ms-transition: all 1.4s ease 0s;
	-o-transition: all 1.4s ease 0s;
	-webkit-transition: all 1.4s ease 0s;
}
.loaded .columnsoff .column {
	width: 0;
}
.redirecting .columnsoff .column {
	width: 10%;
}
.columnsoff .column:first-child {
	left: 0;
}
.columnsoff .column:nth-child(2), .columnsoff .column:nth-of-type(2) {
	left: 10%;
	-webkit-transition: all 1.3s ease 0s;
	transition: all 1.3s ease 0s;
}
.columnsoff .column:nth-child(3), .columnsoff .column:nth-of-type(3) {
	left: 20%;
	-webkit-transition: all 1.2s ease 0s;
	transition: all 1.2s ease 0s;
}
.columnsoff .column:nth-child(4), .columnsoff .column:nth-of-type(4) {
	left: 30%;
	-webkit-transition: all 1.1s ease 0s;
	transition: all 1.1s ease 0s;
}
.columnsoff .column:nth-child(5), .columnsoff .column:nth-of-type(5) {
	left: 40%;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.columnsoff .column:nth-child(6), .columnsoff .column:nth-of-type(6) {
	left: 50%;
	-webkit-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.columnsoff .column:nth-child(7), .columnsoff .column:nth-of-type(7) {
	left: 60%;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.columnsoff .column:nth-child(8), .columnsoff .column:nth-of-type(8) {
	left: 70%;
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.columnsoff .line:nth-child(9), .columnsoff .column:nth-of-type(9) {
	left: 80%;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.columnsoff .line:nth-child(10), .columnsoff .column:nth-of-type(10) {
	left: 90%;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.columnsoff .column:first-child {
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.redirecting .columnsoff .column:nth-child(2), .columnsoff .redirecting .column:nth-of-type(2) {
	left: 10%;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.redirecting .columnsoff .column:nth-child(3), .columnsoff .redirecting .column:nth-of-type(3) {
	left: 20%;
	-webkit-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.redirecting .columnsoff .column:nth-child(4), .columnsoff .redirecting .column:nth-of-type(4) {
	left: 30%;
	-webkit-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.redirecting .columnsoff .column:nth-child(5), .columnsoff .redirecting .column:nth-of-type(5) {
	left: 40%;
	-webkit-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.redirecting .columnsoff .column:nth-child(6), .columnsoff .redirecting .column:nth-of-type(6) {
	left: 50%;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.redirecting .columnsoff .column:nth-child(7), .columnsoff .redirecting .column:nth-of-type(7) {
	left: 60%;
	-webkit-transition: all 1.1s ease 0s;
	transition: all 1.1s ease 0s;
}
.redirecting .columnsoff .column:nth-child(8), .columnsoff .redirecting .column:nth-of-type(8) {
	left: 70%;
	-webkit-transition: all 1.2s ease 0s;
	transition: all 1.2s ease 0s;
}
.redirecting .columnsoff .line:nth-child(9), .redirecting .columnsoff .column:nth-of-type(9) {
	left: 80%;
	-webkit-transition: all 1.3s ease 0s;
	transition: all 1.3s ease 0s;
}
.redirecting .columnsoff .line:nth-child(10), .redirecting .columnsoff .column:nth-of-type(10) {
	left: 90%;
	-webkit-transition: all 1.4s ease 0s;
	transition: all 1.4s ease 0s;
}
.page {
	height: 100%;
}
.wrapper {
	margin: 0 10%;
	height: 100%;
	z-index: 999;
	position: relative;
}
section.home {
	position: relative;
	width: 100%;
}

.home-arrow {
	background-image: url("assets/images/home-arrow.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 23px;
	position: absolute;
	left: 10%;
	margin-left: -7px;
	z-index: 1000;
	display: block;
	transition: all 1s ease 3.5s;
	-moz-transition: all 1s ease 3.5s;
	-ms-transition: all 1s ease 3.5s;
	-o-transition: all 1s ease 3.5s;
	-webkit-transition: all 1s ease 3.5s;
	opacity: 0;
	bottom: 8%;
}
.loaded .home-arrow {
	opacity: 1;
	bottom: 5%;
}
.loaded.intro-completed .home-arrow:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
.loaded.intro-completed .home-arrow {
	-webkit-animation: 2s ease 0s normal none infinite running scroll-down;
	        animation: 2s ease 0s normal none infinite running scroll-down;
}
@-webkit-keyframes scroll-down {
	0% {
		-webkit-transform: translate(0px);
		        transform: translate(0px);
	}
	50% {
		-webkit-transform: translateY(5px);
		        transform: translateY(5px);
	}
	100% {
		-webkit-transform: translate(0px);
		        transform: translate(0px);
	}
}
@keyframes scroll-down {
	0% {
		-webkit-transform: translate(0px);
		        transform: translate(0px);
	}
	50% {
		-webkit-transform: translateY(5px);
		        transform: translateY(5px);
	}
	100% {
		-webkit-transform: translate(0px);
		        transform: translate(0px);
	}
}
.home-cover {
	background-image: url("assets/images/home-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	top: auto !important;
	width: 100% !important;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 2;
}
.home-intro {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	        transform: translate(0px, -50%);
	width: 100%;
	z-index: 999;
	color: #fff;
}
.intro-text-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.intro-text {
	padding: 0 0 30px 50px;
}
.intro-text.animated {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.home-intro .line {
	position: absolute;
	;
	left: 0;
	bottom: 0;
	top: 0;
	width: 1px;
	height: 0;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	transition: height 1s ease 1.5s;
	-moz-transition: height 1s ease 1.5s;
	-ms-transition: height 1s ease 1.5s;
	-o-transition: height 1s ease 1.5s;
	-webkit-transition: height 1s ease 1.5s;
}
.loaded .home-intro .line {
	height: 100%;
}
.loaded.intro-completed .home-intro .line {
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
.loaded .home-intro .line.moreheight {
	height: 120%;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
.home-intro h5 {
	color: #b3b3b3;
}
#text-rotate .animated {
	-webkit-animation-duration: 2s !important;
	animation-duration: 2s !important;
}
section.about {
	width: 100%;
	overflow: hidden;
	display: table;
}
section.about .about-text {
	width: 50%;
	padding: 10% 0 10% 10%;
	position: relative;
	z-index: 999;
	display: table-cell;
}
section.about .about-text h1 {
	line-height: 100px;
}
.about-sep-wrapper {
	width: 25%;
	height: 4px;
	margin: 40px 0;
}
.about-sep {
	background: #000;
	height: 4px;
}
section.about .about-text p {
	color: #555555;
	margin: 0 0 20px 25%;
	padding-right: 12.5%;
	line-height: 28px;
}
.learn-more {
	display: block;
	margin: 0 0 0 25%;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	position: relative;
	float: left;
}
.learn-more span {
	display: inline-block;
	height: 1px;
	background: #000;
	position: relative;
	top: 0;
	margin: 3px 10px 3px 0;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
}
a.learn-more:hover span {
	width: 55px;
}
section.about .about-image {
	width: 50%;
	display: table-cell;
	overflow: hidden;
	background-image: url("assets/images/office-bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1000;
}

.page-template-natalia-duszkiewicz section.about .about-image {
	background-image: url("assets/images/duszkiewicz-photo.jpg");
}

.page-template-szymon-romanow section.about .about-image {
	background-image: url("assets/images/romanow-photo.jpg");
}

.page-template-lukasz-krawczyk section.about .about-image {
	background-image: url("assets/images/krawczyk-photo.jpg");
}

section.about .about-text h5 {
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 5px;
	}

.page-template-team .image-cover, .image-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
}
section.expertise {
	background-image: url("assets/images/spec-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
section.expertise .wrapper {
	padding: 150px 0;
}
section.expertise .wrapper h5 {
	color: #fff;
	margin-bottom: 60px;
}
section.expertise h3 {
	color: #fff;
	font-size: 60px;
	padding: 0 50px;
	line-height: 60px;
	font-family: "freight-text-pro", serif;
	position: relative;
	cursor: pointer;
	margin: 0 0 60px 0;
	transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
}
.accordion h3.ui-state-active, section.expertise h3:hover {
	padding-left: 80px;
}
.accone, .acctwo {
	top: 0;
	left: 21px;
	bottom: 0;
	width: 1px;
}
.accicon {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	margin-left: -21px;
	top: 50%;
	margin-top: -18px;
}
.accordion h3.ui-state-active .accone, .accordion h3:hover .accone {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
.accordion h3.ui-state-active .acctwo, .accordion h3:hover .acctwo {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
.accone, .acctwo {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.acctext {
	margin-left: 12.5%;
	padding-bottom: 50px;
}
.acctext ul {
	color: #555555;
	padding: 50px 70px;
	background: #fff;
	list-style-type: circle;
}
.acctext ul li {
	line-height: 24px;
	padding-bottom: 10px;
}
section.coop {
	position: relative;
	background-image: url("assets/images/co-op-bg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
section.coop .coop-cover {
	height: 100%;
	left: 0;
	width: 10% !important;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
}
section.coop .wrapper {
	padding: 200px 0;
}
section.coop .content {
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 999;
	color: #000;
}
section.coop .content .coop-sep {
	margin: 50px auto;
	width: 80px;
	height: 3px;
	background: #000;
}
section.coop .content h2 {
	padding: 0 12.5%;
}

section.team {
	position: relative;
}
section.team .team-cover {
	height: 100%;
	left: 0;
	width: 10% !important;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
}
section.team .wrapper {
	padding: 100px 0 0 0;
}
section.team .content {
	text-align: center;
	position: relative;
	width: 100%;
	z-index: 999;
	color: #000;
}
section.team .content .team-sep {
	margin: 30px auto;
	width: 40px;
	height: 3px;
	background: #000;
}
section.team .content h4 {
	padding: 0 12.5%;
}

section.team .team-container {
	margin-top: 50px;
	overflow:hidden;
}


section.team .team-container .team-member {
	width: 25%;
	height: auto;
	margin-left: 0;
	float: left;
}

section.team .team-container .team-member:first-child {
	margin-left: 0;
	border-left: 0;
}

section.team .team-container .team-member a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

section.team .team-container .team-member a .team-photo-container {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-left: 1px solid #fff;
}

section.team .team-container .team-member:first-child a .team-photo-container {
	border-left: 0;
}

section.team .team-container .team-member a .team-photo {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-ms-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	-webkit-transition: all 1.5s ease 0s;
}

section.team .team-container .team-member a:hover .team-photo {
	-moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15); 
}

section.team .team-container .team-member.bs a .team-photo {
	background-image: url("assets/images/bstelmach-photo.jpg");
}

section.team .team-container .team-member.nd a .team-photo {
	background-image: url("assets/images/duszkiewicz-photo.jpg");
}

section.team .team-container .team-member.sr a .team-photo {
	background-image: url("assets/images/romanow-photo.jpg");
}

section.team .team-container .team-member.lk a .team-photo {
	background-image: url("assets/images/krawczyk-photo.jpg");
}

section.team .team-container .team-member a h4 {
	padding: 20px 0;
	font-size: 20px;
}

section.team .team-container .team-member a h4 span {
  position: relative;
  display: inline-flex;
}

section.team .team-container .team-member a h4 span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #000;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-ms-transition: all 1.5s ease 0s;
	-o-transition: all 1.5s ease 0s;
	-webkit-transition: all 1.5s ease 0s;
}

section.team .team-container .team-member a:hover h4 span:before,
section.team .team-container .team-member a:focus h4 span:before {
  visibility: visible;
  transform: scaleX(1);
}

.fees-title {
	text-align: center;
	padding: 120px 0 0 0;
}
section.fees .wrapper {
	margin: 0;
}
section.fees .fees-sep {
	margin: 40px auto;
	width: 80px;
	height: 3px;
	background: #000;
}
section.fees .fees-sep {
	margin: 40px auto;
	width: 80px;
	height: 3px;
	background: #000;
}
.fees-content {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}
.fees-content .fees-image {
	background-image: url("assets/images/fees-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 10%;
	height: 80%;
	top: 0;
	position: absolute;
	overflow: hidden;
}
.fees-content .fees-intro {
	margin-left: 10%;
	width: 30%;
	height: 100%;
	float: left;
	padding: 0 5%;
	font-family: "freight-text-pro", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
.fees-content .fees-options {
	width: 50%;
	height: 100%;
	float: left;
}
.fees-content .fees-options .row {
	width: 100%;
	overflow: hidden;
}
.fees-content .fees-options .row:first-child {
	margin: 0 0 80px 0;
}
.fees-content .fees-options .fee-option {
	width: 50%;
	height: 100%;
	float: left;
	padding-right: 5%;
}
.fees-content .fees-options .row .fee-option:nth-child(2) {
	padding-left: 5%;
	padding-right: 0;
}
.fees-content .fees-options .fee-option h4 {
	margin-bottom: 30px;
}
.fees-content .fees-options .fee-option p {
	color: #555;
}
section.fees .mix-sep {
	margin: 30px 0;
	width: 50px;
	height: 1px;
	background: #000;
}
section.fees .fee-mix {
	color: #555;
}
section.blog {
	background: #f4f4f4;
}
section.blog .wrapper {
	padding: 80px 0;
}
section.blog .blog-title {
	text-align: center;
}
section.blog .fees-sep {
	margin: 35px auto;
	width: 20px;
	height: 3px;
	background: #000;
}
section.blog .blog-posts {
	width: 100%;
	overflow: hidden;
	display: table;
}
section.blog .blog-posts a.blog-box {
	padding: 30px 50px;
	width: 25%;
	height: 100%;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	display: block;
	position: relative;
	float: left;
	min-height: 350px;
	box-shadow: inset 1px 0px 0px 0px rgba(131, 131, 131, 0.2);
}

.category section.blog .blog-posts a.blog-box {
	margin-bottom: 30px;
}

section.blog .blog-posts a.blog-box:hover {
	background: #000;
}
section.blog .blog-posts .blog-date {
	font-family: "termina", sans-serif;
	font-size: 7px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	color: #999999;
	margin-bottom: 20px;
}
section.blog h4 {
	font-size: 20px;
	margin-bottom: 80px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
section.blog a.blog-box:hover h4 {
	color: #fff;
}
section.blog .learn-more {
	position: absolute;
	left: 50px;
	bottom: 30px;
	margin: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
section.blog a.blog-box:hover .learn-more {
	color: #fff;
}
section.blog a.blog-box .learn-more span {
	width: 40px;
}
section.blog a.blog-box:hover .learn-more span {
	width: 55px;
	background: #fff;
}
section.blog .more-blogposts {
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin: 40px 0 0 90%;
}
section.blog .more-blogposts>span {
	display: block;
	height: 7px;
	background-image: url("assets/images/arrow-right.png");
	background-position: right top;
	background-repeat: no-repeat;
	width: 30px;
	position: relative;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
section.blog .more-blogposts:hover>span {
	;
	width: 50px;
}
section.blog .more-blogposts>span>span {
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
	top: 3px;
	background: #000;
}
section.contact {
	padding: 100px 0;
	background: #000;
	color: #fff !important;
}
.footer {
	width: 100%;
	display: table;
}
.footer .contact-title {
	width: 25%;
	display: table-cell;
}
.footer .contact-title .contact-sep {
	float: left;
	height: 3px;
	width: 40px;
	background: #fff;
	position: relative;
	top: 5px;
	margin: 3px 15px 3px 0;
}
.footer .contact-data {
	width: 50%;
	display: table-cell;
}
.footer .contact-data .row {
	width: 100%;
	display: table;
	margin-bottom: 50px;
}
.footer .contact-data .row .contact-option {
	width: 50%;
	display: table-cell;
}
.footer .contact-data .row .contact-option h4 {
	font-size: 16px;
}
.footer .contact-data .row .contact-option p {
	color: #777;
}
.footer .meeting {
	width: 25%;
	display: table-cell;
	font-family: "freight-text-pro", serif;
	color: #777;
	font-weight: 400;
}
.footer .meeting span {
	color: #999;
}
.copy {
	color: #555;
	font-size: 11px;
	font-family: "freight-text-pro", serif;
}

section.blog-header {
    position: relative;
    width: 100%;
	margin-bottom: -250px;
}

section.blog-header .wrapper {
	margin: 0 10%;
	height: 100%;
	z-index: 999;
	position: relative;
	padding: 250px 0;
}

section.blog-header .home-intro {
	top: 0;
	-webkit-transform: none;
	 transform: none;
}

.single-post section.blog-header .wrapper {
	margin: 0 20%;
	padding: 200px 0 170px 0;
}


.single-post section.blog-header {
    position: relative;
    width: 100%;
	margin-bottom: 0;
}

.single-post section.blog-header h1 {
    font-size: 52px;
	line-height: 60px;
}

.single-post section.blog-header .intro-text {
     padding:50px 0;
	 text-align: center;
}

.single-post section.blog .wrapper {
    margin: 0 30%;
}

.single-post section.blog .entry-content {
    color: #555;
	line-he
}

.single-post section.blog .entry-content h4{
    color: #000;
	margin: 40px 0 30px 0;
}

.single-post section.blog .entry-content p {
	line-height: 26px;
}

.single-post section.blog-header .entry-meta span.date {
    color: #999999;
    font-family: "termina",sans-serif;
	text-transform: uppercase;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 2px;
    display: block;
    margin: 40px 0 0;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
}

.single-post section.blog-header .entry-meta span.date::after {
    background-color: #555;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: 0;
    width: 40px;
}

.single-post section.blog .entry-content .easy-footnotes-wrapper {
	margin: 30px 0 0 0;
    padding: 30px 0 0 10px;
	font-size: 10px;
	position: relative;
	list-style-type: decimal;
}

.single-post section.blog .entry-content .easy-footnotes-wrapper li {
	padding-left: 10px;
}


.single-post section.blog .entry-content .easy-footnotes-wrapper::after {
	background-color: #555;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.qtip {
display:none !important;
}

section.about {
	width: 100%;
	overflow: hidden;
	display: table;
}
section.about .about-text h1 {
	line-height: 100px;
}
.about-sep-wrapper {
	width: 25%;
	height: 4px;
	margin: 40px 0;
}
.about-sep {
	background: #000;
	height: 4px;
}
section.about .about-text p {
	color: #555555;
	margin: 0 0 20px 25%;
	padding-right: 12.5%;
	line-height: 28px;
}

section.about-more .wrapper {
	padding: 200px 0;
	overflow: hidden;
}

.page-template-team section.about-more .about-title {
	padding: 0 25% 0 12.5%;
	margin: 0 0 100px 0;
}

.page-template-team section.about-more .about-mail span {
	font-family: "freight-text-pro", serif;
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px;
}

.page-template-team section.about-more .about-mail a:hover {
	text-decoration: underline;
}

.page-template-team section.about-more .about-title h5 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 5px;
}

.page-template-team section.about-more  .about-sep-wrapper {
    width: 20%;
	margin-left: 20%;
}


.page-template-team section.about-more .about-image {
	width: 37.5%;
	padding-bottom: 37.5%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1000;
	float: left;
	min-height: 300px;
}

.page-template-team.page-template-kancelaria section.about-more .about-image {
	background-image: url("assets/images/office-bg.jpg");
}

.page-template-team.page-template-bartosz-stelmach section.about-more .about-image {
	background-image: url("assets/images/bstelmach-photo.jpg");
}


.page-template-team.page-template-natalia-duszkiewicz section.about-more .about-image {
	background-image: url("assets/images/duszkiewicz-photo.jpg");
}

.page-template-team.page-template-szymon-romanow section.about-more .about-image {
	background-image: url("assets/images/romanow-photo.jpg");
}

.page-template-team.page-template-lukasz-krawczyk section.about-more .about-image {
	background-image: url("assets/images/krawczyk-photo.jpg");
}


.page-template-team section.about-more .about-text {
	width: 50%;
	padding: 0 0 0 12.5%;
	position: relative;
	z-index: 999;
	display: block;
	float: left;
	color: #555;
}

.page-template-team section.about-more .about-text p {
	margin-bottom: 20px;
}

.page-template-team .about-publications {
clear: both;
padding-top: 100px;
}

.page-template-team .about-publications h1 {
font-size: 70px;
line-height: 80px;
padding-left: 12.5%;
}

.page-template-team .acctext {
    margin-left: 25%;
    padding-bottom: 0;
	width: 50%;
}

.page-template-team .acctext ul {
    background: none;
    color: #555555;
    list-style-type: decimal;
    padding: 0 20px;
}

.page-template-team  .acctext ul li {
    line-height: 24px;
	margin-bottom: 15px;
	padding: 0 0 0 10px;
}

.page-template-team section.about-more .about-publications .about-sep-wrapper {
    width: 12.5%;
	margin: 60px 0 60px 25%;
}

.small-menu {
	display: none;
    position: absolute;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	z-index: 9999;
}

.small-menu .menu-icon {
	height: 20px;
	width: 30px;
	display: block;
	cursor: pointer;
}


.small-menu .menu-icon span, .small-menu .menu-icon span:before, .small-menu .menu-icon span:after  {
    cursor: pointer;
	border-radius: 1px;
	height: 2px;
	width: 30px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	-webkit-transition: all 300ms ease-in-out;
	        transition: all 300ms ease-in-out;
	top:8px;
}

.small-menu .menu-icon span:before {
top: -8px;
}
.small-menu .menu-icon span:after {
bottom: -8px;
}

.small-menu .menu-icon:hover span, .small-menu .menu-icon:hover span:before, .small-menu .menu-icon:hover span:after, .small-menu .menu-icon.active span, .small-menu .menu-icon.active span:before, .small-menu .menu-icon.active span:after  {
}

.small-menu .menu-icon.active span {
  background-color: transparent;
}
.small-menu .menu-icon.active span:before, .small-menu .menu-icon.active span:after {
  top: 0;
}
.small-menu .menu-icon.active span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.small-menu .menu-icon.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
  top: 10px;
}

.contact-data .row .contact-option a {
color: #777;
}

.linkedin {
margin-left: 20px;
}

.langline {
	display: inline-block;
	height: 1px;
	background: #6b6b6b;
	position: relative;
	top: 0;
	margin: 3px 0;
	width: 20px;
	}

@media screen and (max-width: 1600px) {
	section.blog h4 {
		font-size: 16px;
	}
}


@media screen and (max-width: 1400px) {
	h1 {
		font-family: "freight-text-pro", serif;
		font-size: 72px;
		line-height: 80px;
	}
	section.about .about-text h1 {
		font-size: 90px;
		line-height: 90px;
	}
	section.expertise h3 {
		font-size: 48px;
		line-height: 48px;
	}
	.accicon {
		height: 34px;
		margin-top: -14px;
		width: 34px;
	}
	section.blog h4 {
		font-size: 14px;
		margin-bottom: 60px;
	}

	section.blog .blog-posts a.blog-box {
    min-height: 300px;
	}

	.page-template-team section.about-more .about-text {
    width: 62.5%;
	}

	.page-template-team section.about-more .about-title {
    margin: 0 0 80px 0;
	}

	.single-post section.blog-header h1 {
    font-size: 36px;
    line-height: 42px;
	}

	.single-post section.blog-header .wrapper {
    padding: 160px 0 100px 0;
	}
}
@media screen and (max-height: 800px) {
	section.expertise h3 {
		margin: 0 0 50px 0;
	}
	section.expertise .wrapper {
		padding: 110px 0;
	}
	section.coop .wrapper {
		padding: 150px 0;
	}
	.fees-title {
		padding: 100px 0 0 0;
	}
	.fees-content .fees-options .row:first-child {
		margin: 0 0 70px 0;
	}
}
@media screen and (max-width: 1365px) {
	section.about .about-text {
		width: 60%;
	}
	section.about .about-image {
		width: 40%;
	}
	section.coop .content h2 {
		font-size: 24px;
		line-height: 30px;
	}
	section.coop .content .coop-sep {
		margin: 30px auto;
	}
	section.about .about-text h1 {
		font-size: 80px;
		line-height: 80px;
	}
	section.coop .wrapper {
		padding: 150px 0;
	}
	section.about .about-text p {
		margin: 0 0 20px 20%;
	}
	.about-sep-wrapper {
		width: 20%;
	}
	.learn-more {
		margin: 0 0 0 20%;
	}

	.fees-content .fees-intro {
		width: 40%;
	}
	.fees-content .fees-options {
		float: left;
		height: 100%;
		width: 40%;
	}
	.fees-content .fees-options .fee-option {
		float: none;
		height: auto;
		padding-right: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	.fees-content .fees-options .row .fee-option:nth-child(2) {
		padding-left: 0;
	}
	.fees-content .fees-options .row:nth-child(2) .fee-option:nth-child(2) {
		margin-bottom: 0;
	}
	.fees-content .fees-options .row:first-child {
		margin: 0;
	}

	section.blog .blog-posts a.blog-box {
    min-height: 320px;
	}

	.intro-text {
    padding: 0 0 5px 50px;
	}
}
@media screen and (max-width: 1279px) {
	h1 {
		font-family: "freight-text-pro", serif;
		font-size: 60px;
		line-height: 70px;
	}
	nav ul li {
		float: left;
		margin: 0 0 0 20px;
		position: relative;
	}
	section.expertise h3 {
		font-size: 36px;
		line-height: 36px;
	}
	section.blog .blog-posts a.blog-box {
		width: 50%;
		display: block;
		min-height: 270px;
		float: left;
	}
	section.blog .blog-posts a.blog-box:nth-child(3), section.blog .blog-posts a.blog-box:nth-child(4) {
		box-shadow: inset 1px 0px 0px 0px rgba(131, 131, 131, 0.2), inset 0px 1px 0px 0px rgba(131, 131, 131, 0.2);
	}
	section.blog .more-blogposts {
		margin-left: 82.5%;
	}

	section.blog h4 {
    font-size: 16px;
	}

	nav ul li {
    margin: 0 0 0 15px;
	}

	.single-post section.blog .wrapper {
    margin: 0 20%;
	}
}

@media screen and (max-width: 1100px) {
	nav ul li {
    margin: 0 0 0 10px;
	}

	nav {
    font-size: 9px;
	}

	section.about .about-text p {
    margin: 0 0 20px 0;
	}

	.learn-more {
    margin: 0;
	}

	.fees-content .fees-intro {
    font-size: 16px;
	}
	
	.single-post section.blog-header .wrapper {
    padding: 140px 0 60px 0;
	}

	.page-template-team section.about-more .about-image {
    width: 32.5%;
    padding-bottom: 32.5%;
	}

	.page-template-team section.about-more .about-text {
    padding: 0 0 0 5%;
	}

	.page-template-team .acctext {
    margin-left: 12.5%;
    width: 75%;
	}

	.page-template-team .about-publications h1 {
    padding-left: 0;
	}

	.page-template-team section.about-more .about-publications .about-sep-wrapper {
    width: 12.5%;
    margin: 60px 0 60px 12.5%;
	}
}

@media screen and (max-width: 1023px) {

	header {
	background-color: #000;
	padding: 20px 0 15px 0;
	height: 65px;
	}

	.small-menu {
    display: block;
    right: 0;
    top: 2px;
    width: 30px;
	}

	nav {
	display: block;
	padding: 0;
	z-index: 9500;
	max-height:0;
	transition: max-height 1s ease-in-out 0s;
		-moz-transition: max-height 1s ease-in-out 0s;
		-ms-transition: max-height 1s ease-in-out 0s;
		-o-transition: max-height 1s ease-in-out 0s;
		-webkit-transition: max-height 1s ease-in-out 0s;
	overflow: hidden;
	float: none;
	position: fixed;
	top: 65px;
	left: 0;
	right: 0;
	bottom: 0;
	}

	nav.open {
	height:auto;
	max-height: 100vh;
	position: fixed;
	top: 65px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 0;
	}

	nav ul#menu {
	margin: 0 auto;
	position: relative;
	height: 100%;
	width: 100%;
	padding: 40px;
	background-color: #000;
	}

	nav ul#menu li {
	display: block;
	text-align: center;
	margin: 0 !important;
	float: none !important;
	padding: 20px 10px !important;
	}

	.nav nav {
    display: block;
    float: none !important;
	}

	nav ul#menu li a {
	text-align: center;
	padding: 0 0 4px 0;
	font-size: 14px;
	position: relative;
	display: inline-block;
	font-family: "termina", sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
	}

	nav ul#menu li a:hover:after {
    width: 0;
	}
}


@media screen and (max-width: 1023px) {

	.vertical-lines {
	display: none;
	}

	.wrapper {
	margin: 0 5%;
	}

	.home-arrow {
    left: 5%;
	}

	section.about .about-text {
    width: 100%;
	padding: 75px 5%;
	}

	section.about .about-image {
    display: none;
	}

	section.expertise h3 {
    font-size: 30px;
    line-height: 30px;
	margin-bottom: 30px;
	}

	section.coop .coop-cover {
	display: none;
	}

	section.coop .wrapper {
    padding: 75px 0;
	}

	.fees-content .fees-image {
	display: none;
	}

	.fees-content .fees-intro {
    float: none;
    margin: 0 0 30px 0;
    padding: 0 5%;
    width: 100%;
	}

	.fees-content .fees-options {
    float: none;
    width: 100%;
	padding: 0 5%;
	margin: 0 0 30px 0;
	}

	section.about .about-text h5 {
    font-size: 16px;
	}


	section.about .about-text p {
    padding-right: 0;
	}

	.columnsoff .column {
	width: 25%;
	}
	.loaded .columnsoff .column {
		width: 0;
	}
	.redirecting .columnsoff .column {
		width: 25%;
	}
	.columnsoff .column:first-child {
		left: 0;
		-webkit-transition: all 1.4s ease 0s;
		transition: all 1.4s ease 0s;
	}
	.columnsoff .column:nth-child(2), .columnsoff .column:nth-of-type(2) {
		left: 25%;
		-webkit-transition: all 1.2s ease 0s;
		transition: all 1.2s ease 0s;
	}
	.columnsoff .column:nth-child(3), .columnsoff .column:nth-of-type(3) {
		left: 50%;
		-webkit-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.columnsoff .column:nth-child(4), .columnsoff .column:nth-of-type(4) {
		left: 75%;
		-webkit-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
	}
	.columnsoff .column:nth-child(n+5), .columnsoff .column:nth-of-type(n+5) {
		display: none;
	}
	.redirecting .columnsoff .column:first-child {
		left: 0;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.redirecting .columnsoff .column:nth-child(2), .columnsoff .redirecting .column:nth-of-type(2) {
		left: 25%;
		-webkit-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
	}
	.redirecting .columnsoff .column:nth-child(3), .columnsoff .redirecting .column:nth-of-type(3) {
		left: 50%;
		-webkit-transition: all 0.9s ease 0s;
		transition: all 0.9s ease 0s;
	}
	.redirecting .columnsoff .column:nth-child(4), .columnsoff .redirecting .column:nth-of-type(4) {
		left: 75%;
		-webkit-transition: all 1.1s ease 0s;
		transition: all 1.1s ease 0s;
	}
	.redirecting .columnsoff .column:nth-child(n+5), .columnsoff .redirecting .column:nth-of-type(n+5) {
		display: none;
	}

	.accordion h3.ui-state-active, section.expertise h3:hover {
    padding-left: 50px;
	}

	#expertise .acctext {
    margin-left: 0;
    padding-bottom: 30px;
	}

	.acctext ul {
    color: #555555;
    padding: 30px 50px;
    background: #fff;
    list-style-type: circle;
	}

	section.coop .content h2 {
    padding: 0 5%;
	}

	section.blog .blog-posts a.blog-box {
    width: 100%;
    display: block;
    float: none;
	margin-bottom: 20px;
	box-shadow: none !important;
	}

	section.blog .more-blogposts {
    margin-left: 0;
    text-align: center;
	}

	section.blog .more-blogposts>span {
    margin: 0 auto;
	}

	section.expertise .wrapper {
    padding: 70px 0;
	}

	.page-template-team section.about-more .about-image {
    width: 100%;
    padding-bottom: 100%;
	float: none;
	margin-bottom: 30px
	}

	.page-template-team section.about-more .about-text {
    width: 100%;
	padding: 0;
	}

	.page-template-team .about-publications {
    padding-top: 60px;
	}

	.page-template-team section.about-more .about-sep-wrapper {
    width: 40%;
    margin-left: 10%;
	}

	.page-template-team .about-publications h1 {
    font-size: 48px;
    line-height: 48px;
	}

	.page-template-team section.about-more .about-publications .about-sep-wrapper {
    width: 12.5%;
    margin: 40px 0;
	}

	.page-template-team .acctext {
    margin-left: 0;
    width: 100%;
	}

	section.about-more .wrapper {
    padding: 150px 0 50px 0;
	}

	section.blog-header .wrapper {
    margin: 0 5%;
    padding: 150px 0 250px 0;
	}

	.single-post section.blog-header .wrapper {
    padding: 100px 0 50px 0;
	margin: 0 10%;
	}

	.single-post section.blog .wrapper {
    margin: 0 5%;
	}

	.intro-text {
    padding: 0 0 5px 30px;
	}

	.learn-more {
    padding-top: 20px;
	}

	.page-template-team .acctext ul {
    padding: 0 30px;
	}

	.page-template-team section.about-more .about-title h5 {
    font-size: 14px;
	}

	section.expertise .wrapper h5 {
    margin-bottom: 40px;
	}

	.accicon {
    margin-left: -10px;
	height: 20px;
    margin-top: -9px;
    width: 20px;
	}

	.fees-title {
    padding: 75px 0 0 0;
	}

	.fees-content {
    padding-bottom: 75px;
	}

	.footer .contact-title {
    width: 30%;
    display: block;
	margin-bottom: 40px;
	float: left;
	}

	.footer .contact-data {
    width: 70%;
    display: block;
	margin-bottom: 20px;
	float: left;
	}

	.footer .contact-data .row {
    margin-bottom: 0;
	}

	.footer .contact-data .row .contact-option {
    width: 50%;
    display: block;
	float: left;
	margin-bottom: 20px;
	}

	.footer .meeting {
    width: 100%;
    display: block;
	clear: both;
	margin-bottom: 40px;
	}

	section.blog h4 {
    font-size: 24px;
    line-height: 30px;
	}

	section.blog .blog-posts a.blog-box {
    min-height: 0;
	}

	section.team .team-container .team-member a .team-photo-container {
	height: 350px;
	}

	section.team .team-container .team-member a h4 {
	font-size: 18px;
	}

}

@media screen and (max-width: 767px) {

	h1 {
    font-size: 36px;
    line-height: 42px;
	}

	section.about-more .about-title h1 {
    font-size: 50px;
    line-height: 50px;
	}

	.page-template-team section.about-more .about-title {
    padding: 0 0 0 12.5%;
	}

	.single-post section.blog-header h1 {
    font-size: 18px;
    line-height: 30px;
	}

	section.blog-header h1 {
    font-size: 60px;
    line-height: 70px;
	}

	section.coop .content h2 {
    font-size: 18px;
    line-height: 24px;
	}

	section.about .about-text h1 {
    font-size: 60px;
    line-height: 60px;
	}

	.footer .contact-title {
    width: 100%;
    display: block;
	margin-bottom: 40px;
	}

	.footer .contact-data {
    width: 100%;
    display: block;
	margin-bottom: 20px;
	}

	.footer .contact-data .row {
    margin-bottom: 0;
	}

	.footer .contact-data .row .contact-option {
    width: 100%;
    display: block;
	margin-bottom: 20px;
	}

	.footer .meeting {
    width: 100%;
    display: block;
	margin-bottom: 40px;
	}

	section.blog h4 {
    font-size: 20px;
    line-height: 24px;
	}

	section.blog .blog-posts a.blog-box {
    padding: 30px;
	}

	section.team .team-container .team-member a .team-photo-container {
	height: 300px;
	}
}

@media screen and (max-width: 480px) {

	section.team .content h4 {
		padding: 0 5%;
		font-size: 18px;
	}

	section.team .team-container {
		margin-top: 50px;
		overflow:hidden;
	}


	section.team .team-container .team-member {
		width: 80%;
		height: auto;
		margin: 0 auto 50px auto;
		float: none;
	}

	section.team .team-container .team-member:first-child {
		margin-left: auto;
	}

	section.team .team-container .team-member a {
		width: 100%;
		height: 100%;
		overflow: hidden;

	}

	section.team .team-container .team-member a .team-photo-container {
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
 
}


@media screen and (max-width: 400px) {

	nav ul#menu li a {
		font-size: 11px;
	}

	section.expertise h3 {
    font-size: 24px;
    line-height: 24px;
	}

	section.blog h4 {
    font-size: 16px;
    line-height: 20px;
	}

	section.team .team-container .team-member {
		width: 100%;
	}
 
}

@media screen and (max-width: 350px) {

	.page-template-team section.about-more .about-title {
    padding: 0 0 0 5%;
	}
 
}