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

	margin: 0;
	padding: 0 ;

	vertical-align: baseline;

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

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
.container {
	margin: 0 auto;
	padding: 0 15px;
}
@media only screen and (min-width: 1180px) {
	.container {
		width: 1070px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.container {
		width: 90%;
	}
}
@media only screen and (max-width: 767px) {
	.container {
		width: 95%;
		min-width: 320px;
	}
}
.index__heading1, .index__heading2, .index__heading3, .index__headingBold3 {
	font-family: Playfair Display, serif;
	line-height: 1.4;
}
.index__heading1 {
	font-size: 24px;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	.index__heading1 {
		font-size: 36px;
	}
}
.index__heading2 {
	font-size: 24px;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	.index__heading2 {
		font-size: 28px;
	}
}
.index__heading3 {
	font-size: 20px;
	font-weight: 400;
}
.index__headingBold3 {
	font-size: 20px;
	font-weight: 700;
}
.index__siteText {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}
.index__sectionBackground, .index__sectionOverlay {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.index__sectionBackground {
		background: #fff url(assets/landing-bg-lg.jpg) top no-repeat border-box
		border-box scroll;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

.index__sectionOverlay {
	opacity: 0.96;
	background: -webkit-gradient(
			linear,
			left top,
			right bottom,
			from(#f8f8f8),
			to(#ededed)
	);
	background: -webkit-linear-gradient(top left, #f8f8f8, #ededed);
	background:      -o-linear-gradient(top left, #f8f8f8, #ededed);
	background:         linear-gradient(to bottom right, #f8f8f8, #ededed);
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	font-family: Open Sans, sans-serif;

	position: relative;

	width: 100%;
	min-width: 320px;
	max-width: 100%;
	height: 100%;

	scroll-behavior: smooth;
}
sup {
	font-size: 10px;

	vertical-align: super;
}
._globals__heading1, ._globals__heading2, ._globals__heading3, ._globals__headingBold3 {
	font-family: Playfair Display, serif;
	line-height: 1.4;
}
._globals__heading1 {
	font-size: 24px;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	._globals__heading1 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 900px) {
	._globals__heading1 {
		font-size: 36px;
	}
}
._globals__heading2 {
	font-size: 24px;
	font-weight: 400;
}
@media only screen and (min-width: 768px) {
	._globals__heading2 {
		font-size: 28px;
	}
}
._globals__heading3 {
	font-size: 20px;
	font-weight: 400;
}
._globals__headingBold3 {
	font-size: 20px;
	font-weight: 700;
}
._globals__siteText {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}
._globals__sectionBackground, ._globals__sectionOverlay {
	background: #fff url(assets/landing-bg-lg.jpg) top no-repeat border-box border-box scroll;
    	-webkit-background-size: cover;
	background-size: cover;
    	z-index: -99;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
	._globals__sectionBackground {
		background: #fff url(assets/landing-bg-lg.jpg) top no-repeat border-box
		border-box scroll;
		-webkit-background-size: cover;
		background-size: cover;
		z-index: -99;
	}
}

._globals__sectionOverlay {
	opacity: 0.96;
	background: -webkit-gradient(
			linear,
			left top,
			right bottom,
			from(#f8f8f8),
			to(#ededed)
	);
	background: -webkit-linear-gradient(top left, #f8f8f8, #ededed);
	background:      -o-linear-gradient(top left, #f8f8f8, #ededed);
	background:         linear-gradient(to bottom right, #f8f8f8, #ededed);
}
.header__header {
	position: absolute;
	z-index: 2;
	/*top: 0;*/
	right: 0;
	left: 0;

	padding: 25px 0;
}
@media only screen and (min-width: 768px) {
	.header__header {
		padding: 30px 0;
	}
}
.header__static .header__header {
	position: static;

	background-color: #fff;
}
.header__content {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.header__content path {
	fill: #0c1d3d;
}
.header__active .header__nav {
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
}
.header__active .header__line {
	opacity: 1;
}
.header__active .header__hambItem {
	opacity: 0;
}
@media only screen and (max-width: 767px) {
	.header__nav {
		position: fixed;
		z-index: 5;
		top: 0;
		bottom: 0;
		left: 100%;

		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		flex-direction: column;

		width: 100vw;
		height: 100vh;
		padding: 80px 0 0 50px;

		-webkit-transition: -webkit-transform 0.3s;
		-o-transition:         transform 0.3s;
		transition: -webkit-transform 0.3s;
		transition:         transform 0.3s;
		transition:         transform 0.3s, -webkit-transform 0.3s;

		background-color: #00132f;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-ms-flex-align: start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
}
.header__navItem {
	font-size: 18px;
	font-weight: 400;

	position: relative;

	margin-bottom: 30px;

	text-decoration: none;

	color: #fff;
}
@media only screen and (min-width: 768px) {
	.header__navItem {
		font-size: 15px;
		font-weight: 600;

		margin: 0 0 0 20px;

		color: #1e3866;
	}
	.header__navItem:hover:after {
		-webkit-transform: translate3d(0, 4px, 0);
		transform: translate3d(0, 4px, 0);

		opacity: 1;
	}
	.header__navItem:after {
		position: absolute;
		bottom: -2px;
		left: 0;

		width: 100%;
		height: 2px;

		content: '';
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-o-transition: opacity 0.3s, transform 0.3s;
		transition: opacity 0.3s, -webkit-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
		pointer-events: none;

		opacity: 0;
		background-color: #ea9520;
	}
}
.header__hamb {
	position: relative;
	z-index: 10;

	display: block;

	width: 24px;
	height: 24px;
	padding: 0;

	cursor: pointer;

	border: 0;
	outline: none;
	background: none;
}
@media only screen and (min-width: 768px) {
	.header__hamb {
		display: none;
	}
}
.header__hambItem {
	position: absolute;

	display: block;

	width: 4px;
	height: 4px;

	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;

	background-color: #0c1d3d;
}
.header__hambItem:first-child {
	top: 0;
	left: 0;
}
.header__hambItem:nth-child(2) {
	top: 0;
	left: 10px;
}
.header__hambItem:nth-child(3) {
	top: 0;
	right: 0;
}
.header__hambItem:nth-child(4) {
	top: 10px;
	left: 0;
}
.header__hambItem:nth-child(5) {
	top: 10px;
	left: 10px;
}
.header__hambItem:nth-child(6) {
	top: 10px;
	right: 0;
}
.header__hambItem:nth-child(7) {
	bottom: 0;
	left: 0;
}
.header__hambItem:nth-child(8) {
	bottom: 0;
	left: 10px;
}
.header__hambItem:nth-child(9) {
	right: 0;
	bottom: 0;
}
.header__line {
	position: absolute;
	right: 50%;
	bottom: 50%;

	width: 120%;
	height: 3px;

	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;

	opacity: 0;
	background-color: #d8d8d8;
}
.header__line1 {
	-webkit-transform: translate(50%, 50%) rotate(45deg);
	-ms-transform: translate(50%, 50%) rotate(45deg);
	transform: translate(50%, 50%) rotate(45deg);
}
.header__line2 {
	-webkit-transform: translate(50%, 50%) rotate(-45deg);
	-ms-transform: translate(50%, 50%) rotate(-45deg);
	transform: translate(50%, 50%) rotate(-45deg);
}
.home__landing__landing {
	position: relative;

	height: 450px;
}
@media only screen and (min-width: 768px) {
	.home__landing__landing {
		height: 600px;
	}
}
.home__landing__overlay2 {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;

	opacity: 0.9;
	background: -webkit-gradient(
			linear,
			left top,
			right bottom,
			from(#1c3c77),
			to(#001335)
	);
	background: -webkit-linear-gradient(top left, #1c3c77, #001335);
	background:      -o-linear-gradient(top left, #1c3c77, #001335);
	background:         linear-gradient(to bottom right, #1c3c77, #001335);
}
.home__landing__wrapper {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 60px 30px;

	-webkit-transform: translateY(75px);
	-ms-transform: translateY(75px);
	transform: translateY(75px);
	text-align: center;

	color: #fff;
	-webkit-box-shadow: 0 30px 70px rgba(10, 26, 57, 0.44);
	box-shadow: 0 30px 70px rgba(10, 26, 57, 0.44);

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media only screen and (min-width: 1180px) {
	.home__landing__wrapper {
		width: calc(100% - 140px);
	}
}
@media only screen and (min-width: 768px) {
	.home__landing__wrapper {
		width: calc(100% - 100px);
		padding: 0 30px;

		-webkit-transform: translateY(86px);
		-ms-transform: translateY(86px);
		transform: translateY(86px);
	}
}
.home__landing__text {
	max-width: 650px;
	margin: 30px auto 25px;
}
.home__landing__cta {
	font-size: 14px;
	line-height: 46px;

	display: inline-block;

	width: 180px;
	height: 46px;
	padding: 0;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	color: #fff;
	border: none;
	outline: none;
	background-color: #ea9520;
}
@media only screen and (min-width: 768px) {
	.home__landing__cta {
		-webkit-transition: -webkit-box-shadow 0.3s;
		-o-transition:         box-shadow 0.3s;
		transition: -webkit-box-shadow 0.3s;
		transition:         box-shadow 0.3s;
		transition:         box-shadow 0.3s, -webkit-box-shadow 0.3s;
	}
	.home__landing__cta:focus, .home__landing__cta:hover {
		-webkit-box-shadow: 0 0 30px 2px rgba(234, 149, 32, 0.5);
		box-shadow: 0 0 30px 2px rgba(234, 149, 32, 0.5);
	}
}
.home__info__about {
	position: relative;

	overflow: hidden;

	padding: 230px 0 40px;

	text-align: center;
}
.home__info__about:after {
	font-family: Playfair Display, serif;
	font-size: 20vw;
	font-weight: 700;

	position: absolute;
	z-index: -1;
	top: 120px;
	right: 50%;

	content: 'Tradice';
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);

	color: rgba(30, 56, 102, 0.03);
}
@media only screen and (min-width: 768px) {
	/*.home__info__about:after {
		top: 220px;
	}*/
}
.home__info__heading {
	color: #1e3866;
}
.home__info__text {
	max-width: 900px;
	margin: 30px auto 40px;

	color: rgba(30, 56, 102, 0.6);
}
@media only screen and (min-width: 768px) {
	.home__info__text {
		margin: 50px auto 40px;
	}
}
.home__info__banks {
	display: none!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	max-width: 900px;
	margin: 0 auto;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: distribute;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
@media only screen and (min-width: 768px) {
	.home__info__banks {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.home__info__bank {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 150px;
	margin-bottom: 40px;

	opacity: 0.4;

	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
@media only screen and (min-width: 768px) {
	.home__info__bank {
		margin-bottom: 30px;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.home__info__bank:last-child {
		margin-bottom: 0;
	}
}
.home__about__about {
	text-align: center;
}
@media only screen and (min-width: 768px) {
	.home__about__about {
		text-align: left;

		background: -webkit-gradient(
				linear,
				left top,
				right top,
				color-stop(45%, #f8f8f8),
				color-stop(45%, #fff)
		);
		background: -webkit-linear-gradient(left, #f8f8f8 45%, #fff 0);
		background:      -o-linear-gradient(left, #f8f8f8 45%, #fff 45%);
		background:         linear-gradient(90deg, #f8f8f8 45%, #fff 0);
	}
}
.home__about__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column-reverse;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) {
	.home__about__content {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.home__about__items {
	width: 100%;
	margin-top: 50px;
	padding: 100px 0;

	background-color: #f8f8f8;
}
@media only screen and (min-width: 768px) {
	.home__about__items {
		width: auto;
		margin-top: 0;

		background: none;
	}
}
.home__about__item {
	margin-bottom: 90px;
}
@media only screen and (min-width: 768px) {
	.home__about__item {
		max-width: 300px;
	}
}
.home__about__item:last-child {
	margin-bottom: 0;
}
.home__about__item h3 {
	margin-bottom: 20px;

	color: #1e3866;
}
.home__about__item p {
	color: rgba(30, 56, 102, 0.6);
}
.home__about__info {
	position: relative;

	overflow: visible;

	width: 100%;
}
@media only screen and (min-width: 768px) {
	.home__about__info {
		width: calc(50% + 30px);
		padding-left: 20px;
	}
}
.home__about__info:after {
	font-family: Playfair Display, serif;
	font-size: 20vw;
	font-weight: 700;

	position: absolute;
	top: -50px;
	right: 50%;

	content: 'O n\E1s';
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	white-space: nowrap;

	color: rgba(30, 56, 102, 0.03);
}
@media only screen and (min-width: 768px) {
	.home__about__info:after {
		font-size: 18vw;

		top: auto;
		right: auto;
		bottom: 80%;
		left: 8%;

		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}
.home__about__innerInfo {
	margin: 0 auto;
}
@media only screen and (min-width: 768px) {
	.home__about__innerInfo {
		max-width: 350px;
		padding-left: 5px;
	}
}
.home__about__innerInfo h2 {
	margin-bottom: 25px;

	color: #1e3866;
}
.home__about__innerInfo p {
	color: rgba(30, 56, 102, 0.6);
}
.home__team__team {
	position: relative;
	font-family: Playfair Display, serif;
	padding-top: 130px;
}
@media only screen and (min-width: 768px) {
	.home__team__team {
		padding-top: 170px;
	}
}
.home__team__team:after {
	font-family: Playfair Display, serif;
	font-size: 20vw;
	font-weight: 700;

	position: absolute;
	z-index: -1;
	top: 70px;
	right: 50%;

	content: 'N\E1\161    t\FDm';
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	white-space: nowrap;

	color: rgba(30, 56, 102, 0.03);
}
@media only screen and (min-width: 768px) {
	.home__team__team:after {
		top: 180px;
	}
}
.home__team__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) {
	.home__team__content {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.home__team__info {
	width: 100%;
	margin-bottom: 60px;

	text-align: center;
}
@media only screen and (min-width: 768px) {
	.home__team__info {
		max-width: 450px;
		margin: 0 25px 0 0;

		text-align: left;
	}
}
.home__team__heading {
	color: #1e3866;
}
.home__team__text {
	max-width: 400px;
	margin: 25px auto 20px;

	color: rgba(30, 56, 102, 0.6);
}
@media only screen and (min-width: 768px) {
	.home__team__text {
		max-width: none;
	}
}
.home__team__text a {
	text-decoration: none;

	color: inherit;
}
.home__team__text span {
	white-space: nowrap;
}
.home__team__cta {
	font-size: 14px;
	line-height: 46px;

	display: inline-block;

	width: 180px;
	height: 46px;
	padding: 0;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	color: #fff;
	border: none;
	outline: none;
	background-color: #0c1d3d;
}
@media only screen and (min-width: 768px) {
	.home__team__cta {
		-webkit-transition: -webkit-box-shadow 0.3s;
		-o-transition:         box-shadow 0.3s;
		transition: -webkit-box-shadow 0.3s;
		transition:         box-shadow 0.3s;
		transition:         box-shadow 0.3s, -webkit-box-shadow 0.3s;
	}
	.home__team__cta:focus, .home__team__cta:hover {
		-webkit-box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
		box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
	}
}

.home__team__image {
	height: 280px;
}
@media only screen and (min-width: 1180px) {
	.home__team__image {
		height: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.home__team__image {
		height: 450px;
	}
}
.home__projects__section {
	position: relative;
	z-index: 2;
	font-family: Playfair Display, serif;

	overflow: hidden;

	padding: 140px 0 100px;

	text-align: center;

	background-color: #f8f8f8;
}
@media only screen and (min-width: 768px) {
	.home__projects__section {
		padding: 140px 0 160px;
	}
}
.home__projects__section:after {
	font-family: Playfair Display, serif;
	font-size: 25vw;
	font-weight: 700;

	position: absolute;
	z-index: -1;
	top: 60px;
	right: 50%;

	content: 'Projekty';
	-webkit-transform: translate(50%);
	-ms-transform: translate(50%);
	transform: translate(50%);

	color: rgba(30, 56, 102, 0.03);
}
@media only screen and (min-width: 768px) {
	.home__projects__section:after {
		font-size: 20vw;

		top: 90px;
	}
}
.home__projects__heading {
	color: #1e3866;
}
.home__projects__text {
	max-width: 500px;
	margin: 40px auto;

	color: rgba(30, 56, 102, 0.6);
}
.home__projects__items {
	max-width: 900px;
	margin: 0 auto;
}
@media only screen and (min-width: 1180px) {
	.home__projects__items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		flex-direction: row;

		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: stretch;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.home__projects__items {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		flex-direction: row;

		max-width: 650px;

		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: stretch;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
.home__projects__item {
	display: block;

	width: 280px;
	margin: 0 auto 35px;

	-webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	-o-transition:         box-shadow 0.3s, transform 0.3s;
	transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	transition:         box-shadow 0.3s, transform 0.3s;
	transition:         box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s,
	-webkit-transform 0.3s;
	text-align: left;
	text-decoration: none;

	outline: none;
	background-color: #fff;
}
@media only screen and (min-width: 768px) {
	.home__projects__item {
		margin: 0 10px 35px;
	}
	.home__projects__item:focus, .home__projects__item:hover {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px);

		-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
		box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
	}
}
.home__projects__item img {
	position: relative;
	z-index: 1;

	display: block;

	max-width: 100%;
}
.home__projects__ghost {
	visibility: hidden;

	height: 0;
	margin: 0 10px;

	pointer-events: none;
}
.home__projects__textWrapper {
	position: relative;
	z-index: 2;

	padding: 15px 20px 20px;
}
.home__projects__textWrapper h4 {
	font-size: 16px;
	font-weight: 400;

	margin-bottom: 10px;

	color: #1e3866;
}
.home__projects__textWrapper p {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;

	margin-bottom: auto;

	color: rgba(30, 56, 102, 0.6);
}
.home__projects__cta {
	font-size: 14px;
	line-height: 46px;

	display: inline-block;

	width: 180px;
	height: 46px;
	margin-top: 50px;
	padding: 0;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	color: #fff;
	border: none;
	outline: none;
	background-color: #0c1d3d;
}
@media only screen and (min-width: 768px) {
	.home__projects__cta {
		-webkit-transition: -webkit-box-shadow 0.3s;
		-o-transition:         box-shadow 0.3s;
		transition: -webkit-box-shadow 0.3s;
		transition:         box-shadow 0.3s;
		transition:         box-shadow 0.3s, -webkit-box-shadow 0.3s;
	}
	.home__projects__cta:focus, .home__projects__cta:hover {
		-webkit-box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
		box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
	}
}
@media only screen and (min-width: 768px) {
	.home__projects__cta {
		margin-top: 80px;
	}
}
.home__contact__section {
	padding: 20px 0 120px;

	text-align: center;

	background-color: #f8f8f8;

	font-family: Playfair Display, serif;
}
@media only screen and (min-width: 768px) {
	.home__contact__section {
		padding-bottom: 185px;
	}
}
.home__contact__heading {
	color: #1e3866;
}
.home__contact__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	margin-top: 80px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.home__contact__image {
	display: none;
}
@media only screen and (min-width: 1180px) {
	.home__contact__image {
		display: block;
	}
}
.home__contact__contact {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;

	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	flex-grow: 3;
	-ms-flex-positive: 3;
}
@media only screen and (min-width: 1180px) {
	.home__contact__contact {
		max-width: none;
		padding-left: 25px;
	}
}
.home__contact__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
	.home__contact__items {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
}
.home__contact__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	text-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
@media only screen and (min-width: 1180px) {
	.home__contact__item {
		margin-left: 70px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.home__contact__item {
		margin-left: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.home__contact__item {
		padding-left: 14px;

		text-align: left;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
	}
}
.home__contact__item:first-child {
	margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
	.home__contact__item:first-child {
		margin: 0;
	}
}
.home__contact__item h4 {
	color: #1e3866;
}
.home__contact__item a, .home__contact__item span {
	font-size: 14px;
	line-height: 1;

	display: inline-block;

	text-decoration: none;

	color: rgba(30, 56, 102, 0.6);
}
.home__contact__item a:first-of-type, .home__contact__item span:first-of-type {
	margin: 14px 0;
}
.home__contact__form {
	margin-top: 30px;
}
@media only screen and (min-width: 1180px) {
	.home__contact__form {
		margin-top: 20px;

		text-align: left;
	}
}
.home__contact__upper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) {
	.home__contact__upper {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.home__contact__email, .home__contact__name, .home__contact__textarea, .home_contact_mobile{
	font-family: Open Sans, serif;
	font-size: 14px;

	padding: 10px 16px;

	color: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(30, 56, 102, 0.1);
	outline: none;
	background-color: #fff;
}
.home__contact__email::-webkit-input-placeholder, .home__contact__name::-webkit-input-placeholder, .home__contact__textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.home__contact__email:-moz-placeholder, .home__contact__email::-moz-placeholder, .home__contact__name:-moz-placeholder, .home__contact__name::-moz-placeholder, .home__contact__textarea:-moz-placeholder, .home__contact__textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.home__contact__email:-ms-input-placeholder, .home__contact__name:-ms-input-placeholder, .home__contact__textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.home__contact__email, .home__contact__name {
	display: block;

	width: 100%;
}
@media only screen and (min-width: 768px) {
	.home__contact__email, .home__contact__name {
		width: calc(50% - 5px);
	}
}
.home__contact__name {
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.home__contact__name {
		margin-bottom: 0;
	}
}
.home__contact__textarea {
	display: block;

	width: 100%;
	height: 120px;
	margin: 10px 0;

	resize: none;
}
.home__contact__submit {
	font-size: 14px;
	line-height: 46px;

	display: inline-block;

	width: 180px;
	height: 46px;
	padding: 0;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	color: #fff;
	border: none;
	outline: none;
	background-color: #ea9520;
}
@media only screen and (min-width: 768px) {
	.home__contact__submit {
		-webkit-transition: -webkit-box-shadow 0.3s;
		-o-transition:         box-shadow 0.3s;
		transition: -webkit-box-shadow 0.3s;
		transition:         box-shadow 0.3s;
		transition:         box-shadow 0.3s, -webkit-box-shadow 0.3s;
	}
	.home__contact__submit:focus, .home__contact__submit:hover {
		-webkit-box-shadow: 0 0 30px 2px rgba(234, 149, 32, 0.5);
		box-shadow: 0 0 30px 2px rgba(234, 149, 32, 0.5);
	}
}
.about__landing__section {
	position: relative;

	padding: 50px 0 0;
}
@media only screen and (min-width: 900px) {
	.about__landing__section {
		padding: 25px 0;
	}
}
.about__landing__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 900px) {
	.about__landing__content {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.about__landing__info {
	width: 100%;
	max-width: 350px;

	text-align: center;
}
@media only screen and (min-width: 900px) {
	.about__landing__info {
		padding-right: 15px;

		text-align: left;
	}
}
.about__landing__heading {
	margin-bottom: 10px;

	color: #1e3866;
}
.about__landing__text {
	width: 100%;

	color: rgba(30, 56, 102, 0.6);
}

#home_video{
	width: 100%;
	height: 270px;
}

.about__landing__outer {
	height: 270px;
	overflow-x: hidden;
	max-width: 480px;

	-webkit-transform: translate3d(0, 70px, 0);
	transform: translate3d(0, 70px, 0);

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.about__landing__videoWrapper {
	position: relative;

	overflow: hidden;

	height: 270px;
	padding-bottom: 56.25%;
}

@media only screen and (max-width: 375px) {
	.about__landing__videoWrapper {
		height: 0;
		margin: 0 auto;
		width: 275px;
	}
	.about__landing__outer {
		height: 150px;
		overflow-x: hidden;

		width: 275px;
	}
}

@media only screen and (max-width: 425px) {
	.about__landing__videoWrapper {
		height: 0;
		margin: 0 auto;
		width: 250px;
	}
	.about__landing__outer {
		height: 150px;
		overflow-x: hidden;
		width: 250px;
	}
	#home_video{
		width: 100%;
		height: 150px;
	}
}

@media only screen and (min-width: 768px) {
	#home_video{
		border: none;
		height: 270px;
	}
	.about__landing__videoWrapper {
		position: relative;

		overflow: hidden;

		width: 480px;
		height: 270px;
		margin: 0 auto;
	}
	.about__landing__outer {
		height: 270px;
		overflow-x: hidden;
	}
}

@media only screen and (min-width: 1180px) {
	#home_video{
		border: none;
		height: 350px;
	}
	.about__landing__outer {
		width: 520px;
		max-width: none;
		height: 350px;
	}
	.about__landing__videoWrapper {
		width: 520px;
		height: 350px;
	}
}
.about__landing__videoWrapper video{
	width: 480px;
	height: 270px;

}
.about__landing__video {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}
.about__about__content {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 180px;
	line-height: 25px;
}
.about__about__content h2 {
	margin-bottom: 50px;

	text-align: center;

	color: #1e3866;
}
@media only screen and (min-width: 768px) {
	.about__about__content h2 {
		margin-bottom: 80px;
	}
}
.about__about__content p {
	width: 100%;
	margin-bottom: 30px;

	text-align: center;

	color: rgba(30, 56, 102, 0.6);
}
@media only screen and (min-width: 768px) {
	.about__about__content p {
		text-align: left;
	}
}
.about__about__bold, .about__about__content span {
	font-weight: 700;
}
.about__about__nameWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column-reverse;

	margin-top: 110px;

	text-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: reverse;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 1180px) {
	/*.about__about__nameWrapper {
		padding: 0 60px;
	}*/
}
@media only screen and (min-width: 768px) {
	.about__about__nameWrapper {
		flex-direction: row;

		margin-top: 130px;

		text-align: left;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.about__about__name {
	font-size: 15px;

	margin-top: 30px;

	color: rgba(30, 56, 102, 0.6);
}
@media only screen and (min-width: 768px) {
	.about__about__name {
		margin-top: 0;
	}
}
.about__about__name h4 {
	margin-bottom: 10px;
}
.about__about__name span {
	font-weight: 400;

	display: block;
}
.about__about__sign {
	width: 100%;
	max-width: 300px;
}
.services__landing__section {
	position: relative;

	padding: 50px 0 0;
}
@media only screen and (min-width: 900px) {
	.services__landing__section {
		padding: 25px 0;
	}
}
.services__landing__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 900px) {
	.services__landing__content {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.services__landing__info {
	width: 100%;
	max-width: 350px;

	text-align: center;
}
@media only screen and (min-width: 900px) {
	.services__landing__info {
		padding-right: 15px;

		text-align: left;
	}
}
.services__landing__heading {
	margin-bottom: 10px;

	color: #1e3866;
}
.services__landing__text {
	color: rgba(30, 56, 102, 0.6);
}
.services__landing__image {
	width: 100%;
	max-width: 460px;

	-webkit-transform: translate3d(0, 70px, 0);
	transform: translate3d(0, 70px, 0);

	-webkit-box-shadow: 0 30px 40px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 30px 40px 5px rgba(0, 0, 0, 0.15);

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 1180px) {
	.services__landing__image {
		width: 520px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.services__landing__image {
		width: 460px;
	}
}
@media only screen and (min-width: 768px) {
	.services__landing__image {
		max-width: none;
	}
}
.services__services__section {
	padding: 200px 0 100px;

	background-color: #fff;
}
@media only screen and (min-width: 768px) {
	.services__services__section {
		padding: 200px 0 150px;
	}
}
.services__services__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: distribute;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
@media only screen and (min-width: 768px) {
	.services__services__items {
		flex-direction: row;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.services__services__item {
	max-width: 270px;
	margin-bottom: 60px;

	text-align: center;
}
@media only screen and (min-width: 768px) {
	.services__services__item {
		margin: 0 10px 60px;

		text-align: left;
	}
}
.services__services__item h3 {
	margin: 20px 0;

	color: #1e3866;
}
.services__services__item p {
	color: rgba(30, 56, 102, 0.6);
}
.services__services__item svg {
	height: 50px;

	fill: #ea9520;
	fill-rule: nonzero;
}
.services__about__section {
	margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
	.services__about__section {
		margin-bottom: 200px;
	}
}
.services__about__section h2 {
	margin-bottom: 80px;

	text-align: center;

	color: #1e3866;
}
@media only screen and (min-width: 768px) {
	.services__about__section h2 {
		margin-bottom: 150px;
	}
}
.services__about__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	margin-bottom: 120px;

	text-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
	.services__about__item {
		margin-bottom: 180px;

		text-align: left;
	}
	.services__about__item:nth-child(odd) {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
	.services__about__item:nth-child(odd) .services__about__inner {
		margin-left: 220px;
	}
	.services__about__item:nth-child(2n) {
		flex-direction: row-reverse;

		-webkit-box-direction: reverse;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
	}
	.services__about__item:nth-child(2n) .services__about__inner {
		margin-right: 220px;
	}
}
.services__about__item:last-child {
	margin-bottom: 0;
}
.services__about__inner {
	width: 100%;
	max-width: 400px;
	margin-top: 50px;
}
@media only screen and (min-width: 768px) {
	.services__about__inner {
		margin-top: 0;
	}
}
.services__about__inner h4 {
	margin-bottom: 20px;

	color: #1e3866;
}
.services__about__inner p {
	color: rgba(30, 56, 102, 0.6);
}
.services__assistance__section {
	margin-bottom: 120px;
}
@media only screen and (min-width: 768px) {
	.services__assistance__section {
		margin-bottom: 230px;
	}
}
.services__assistance__heading {
	margin-bottom: 60px;

	text-align: center;

	color: #1e3866;
}
@media only screen and (min-width: 768px) {
	.services__assistance__heading {
		margin-bottom: 100px;
	}
}
.services__assistance__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
@media only screen and (min-width: 900px) {
	.services__assistance__inner {
		flex-direction: row;

		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.services__assistance__item {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin-bottom: 50px;

	text-align: center;

	background-color: #f8f8f8;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 900px) {
	.services__assistance__item {
		margin-bottom: 0;
	}
}
.services__assistance__item:last-child {
	margin-bottom: 0;
}
.services__assistance__item h4 {
	font-family: Playfair Display, serif;
	font-size: 22px;
	font-weight: 400;

	margin: 15px 0 25px;

	color: #1e3866;
}
.services__assistance__itemLarge {
	z-index: 1;

	padding: 30px 25px 50px;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
@media only screen and (min-width: 900px) {
	.services__assistance__itemLarge {
		padding: 50px 30px 70px;

		-webkit-box-shadow: 0 40px 77px 0 rgba(22, 31, 50, 0.15);
		box-shadow: 0 40px 77px 0 rgba(22, 31, 50, 0.15);

		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
}
@media only screen and (min-width: 1180px) {
	.services__assistance__itemLarge {
		padding: 50px 40px 70px;
	}
}
.services__assistance__itemLarge li:after {
	border-color: #ea9520;
}
.services__assistance__itemSmall {
	padding: 30px 25px 50px;
}
.services__assistance__itemSmall:first-child {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
@media only screen and (min-width: 900px) {
	.services__assistance__itemSmall:first-child {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}
.services__assistance__itemSmall:first-child li:after {
	border-color: #6c87b8;
}
.services__assistance__itemSmall:last-child {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}
.services__assistance__itemSmall:last-child li:after {
	border-color: #1e3866;
}
.services__assistance__list {
	width: 230px;
	margin-top: 30px;

	text-align: left;
}
.services__assistance__list li {
	font-size: 14px;
	line-height: 1.3;

	position: relative;

	margin-bottom: 18px;
	padding-left: 30px;

	color: rgba(30, 56, 102, 0.6);
}
.services__assistance__list li:last-child {
	margin-bottom: 0;
}
.services__assistance__list li:after {
	position: absolute;
	bottom: 60%;
	left: 0;

	width: 13px;
	height: 5px;

	content: '';
	-webkit-transform: translate3d(0, 50%, 0) rotate(-45deg);
	transform: translate3d(0, 50%, 0) rotate(-45deg);

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-width: 2px;
	border-left-style: solid;
}
.team__landing__section {
	position: relative;

	padding: 60px 0;
}
@media only screen and (min-width: 1180px) {
	.team__landing__section {
		padding: 150px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.team__landing__section {
		padding: 100px 0;
	}
}
.team__landing__section h1 {
	text-align: center;

	color: #1e3866;
}
.team__team__section {
	padding: 50px 0 100px;

	background-color: #fff;
}
@media only screen and (min-width: 768px) {
	.team__team__section {
		padding: 160px 0 160px;
	}
}
.team__team__people {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) {
	.team__team__people {
		flex-direction: row;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.team__team__person {
	width: 270px;
	margin: 0 10px 80px;

	text-align: center;
}
.team__team__person:last-child {
	margin: 0 10px;
}
.team__team__person img {
	display: block;

	max-width: 220px;
	margin: 0 auto;
	height: 320px;
}
.team__team__person h2 {
	margin: 30px 0 18px;

	color: #1e3866;
}
.team__team__contact {
	font-size: 15px;

	display: block;

	margin-bottom: 12px;

	text-decoration: none;

	color: rgba(30, 56, 102, 0.6);
}
.team__team__ghost {
	visibility: hidden;

	height: 0;
	margin: 0 10px;
}
.refs__landing__section {
	position: relative;

	padding: 60px 0;
}
@media only screen and (min-width: 1180px) {
	.refs__landing__section {
		padding: 150px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.refs__landing__section {
		padding: 100px 0;
	}
}
.refs__landing__section h1 {
	text-align: center;

	color: #1e3866;
}
.refs__refs__section {
	padding: 10px 0;

	background-color: #f1f2f3;
}

@media only screen and (min-width: 768px) {
	.refs__refs__section {
		padding: 100px 0;
	}
}
.refs__refs__ref {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	max-width: 500px;

	text-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 768px) {
	.refs__refs__ref {
		flex-direction: row;

		max-width: none;
		margin-bottom: 100px;

		text-align: left;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
	.refs__refs__ref {
		padding-bottom: 50px;
	}
}
.refs__refs__image {
	display: inline-block;

	width: 130px;
	margin-bottom: 10px;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 1180px) {
	.refs__refs__image {
		width: 160px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.refs__refs__image {
		width: 130px;
	}
}
@media only screen and (min-width: 768px) {
	.refs__refs__image {
		margin-bottom: 0;
	}
}
.refs__refs__textWrapper {
	font-size: 14px;

	width: 100%;
}
@media only screen and (min-width: 1180px) {
	.refs__refs__textWrapper {
		padding-left: 60px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.refs__refs__textWrapper {
		padding-left: 40px;
	}
}
@media only screen and (min-width: 768px) {
	.refs__refs__textWrapper {
		font-size: 15px;
	}
}
.refs__refs__textWrapper blockquote {
	font-style: italic;
	line-height: 2;

	width: 100%;
	margin-bottom: 20px;

	quotes: '„''“';

	color: rgba(30, 56, 102, 0.5);
}
.refs__refs__textWrapper blockquote:before {
	content: open-quote;
}
.refs__refs__textWrapper blockquote:after {
	content: close-quote;
}
.refs__refs__cite, .refs__refs__position {
	font-style: normal;
	line-height: 1.3;


	display: flex;
	flex-direction: column;

	margin-bottom: 12px;


	color: #1e3866;
}
@media only screen and (min-width: 768px) {
	.refs__refs__cite, .refs__refs__position {
		margin-bottom: 0;
	}
}
.refs__refs__cite:after, .refs__refs__position:after {
	position: absolute;
	bottom: 50%;
	left: 0;

	width: 8px;
	height: 1px;

	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);

	background-color: #1e3866;
}
.refs__refs__link {
	display: block;
}
@media only screen and (min-width: 768px) {
	.refs__refs__link {
		float: right;
	}
}
.refs__refs__link a {
	font-weight: 700;

	vertical-align: middle;
	text-decoration: none;

	color: #ea9520;
}
.refs__refs__link a:hover {
	text-decoration: underline;
}
.refs__refs__link svg {
	margin-left: 10px;

	vertical-align: middle;
}
.refs__refs__link svg path {
	fill: #ea9520;
	fill-rule: evenodd;
}
.footer__footer {
	padding: 45px 0;

	text-align: center;

	background-color: #00132f;
}
@media only screen and (min-width: 768px) {
	.footer__footer {
		padding: 85px 0 45px;

		text-align: left;
	}
}
.footer__footer svg {
	overflow: visible;

	padding-top: 4px;

	fill: #fff;
}
.footer__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	flex-direction: column;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: distribute;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
@media only screen and (min-width: 1180px) {
	.footer__inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
@media only screen and (min-width: 768px) {
	.footer__inner {
		flex-direction: row;

		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}
.footer__inner h4 {
	font-size: 24px;

	margin-bottom: 20px;

	color: #fff;
}
.footer__inner a, .footer__inner span {
	display: block;

	text-decoration: none;

	color: hsla(0, 0%, 100%, 0.6);
}
.footer__info {
	max-width: 290px;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.footer__info p {
	margin-top: 20px;

	color: hsla(0, 0%, 100%, 0.6);
}
.footer__contact, .footer__menu {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
	.footer__contact, .footer__menu {
		padding-left: 20px;
	}
}
.footer__contact {
	margin: 40px 0;
}
@media only screen and (min-width: 768px) {
	.footer__contact {
		margin: 0 0 30px;
	}
}
.footer__copy {
	display: block;

	margin-top: 50px;

	color: hsla(0, 0%, 100%, 0.6);
}

.home_formular{
	width: 100%;
	padding-bottom: 40px;
	position: center;
	font-family: Playfair Display, serif;
}

.formular_wrapper, .formular_wrapper_box2, .formular_wrapper_box3, .formular_wrapper_box4, .formular_wrapper_box5, .formular_wrapper_box6{
	width: 100%;
	background-color: rgb(248, 251, 250);
	-webkit-box-shadow: -5px 18px 38px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: -5px 18px 38px 0px rgba(0,0,0,0.38);
	box-shadow: -5px 18px 38px 0px rgba(0,0,0,0.38);
}

.form1 input{
	display: flex;
	border: 2px solid #f2f2f2;
	font-family: Open Sans, sans-serif;
	max-width: 350px;
	font-size: 14px;
}
@media (max-width: 768px){
	.form1 input{
		font-size: 11px;
	}
}
.box_formular{
	width: 100%;
	padding-left: 30px;
}

.box_formular p {
	padding: 0px 0px 25px 0px ;
	color: #1e3866;
}
input {
	display: block;
	padding: 15px 40px 15px 12px;
}

.img_formular {
	width: 100%;
}
.form1{
	padding: 6px 0;
	display: flex;
	justify-content: center;
}

.img_formular{
	width: 100%;
}

.home_project {
	font-size: 14px;
	line-height: 46px;

	display: inline-block;

	width: 180px;
	height: 46px;
	padding: 0;

	cursor: pointer;
	text-align: center;
	text-decoration: none;

	color: #fff;
	border: none;
	outline: none;
	background-color: #0c1d3d;
}

.center_title_box1{
	font-size: 20px;
	text-align: center;
}

.splatka_urok {
	font-size: 22px;
}

#splatka{
	font-size: 30px;
	text-align: center;
}

.right_text_box2{
	text-align: center;
	color: white;
	background-color: #1e3866;

	position: relative;
	float: right;
	width: 50%;
}


.center_title_box2, .center_title_box3, .center_title_box4, .center_title_box5{
	font-size: 28px;
	text-align: center;
	color: #1e3866;

	padding-top: 23px;
}
.center_title_box6{
	font-size: 20px;
	text-align: center;
	color: #1e3866;
	padding-top: 20px;
}
.title_box2, .title_box3, .title_box4, .title_box5, .title_box6{
	font-weight: 500;
}

.right_text_box2 input{
	border: none;
	width: 100%;
	margin: auto;
}

.right_text_box3, .right_text_box4, .right_text_box5{
	color: #1e3866;
	font-size: 19px;

	position: relative;
	width: 40%;
	float: right;
}

.button_box2, .button_box3, .button_box4, .button_box5{
	text-align: center;
	color: #f8f8f8;
	background-color: #ea9520;
	font-size: 25px;

	padding: 20px 20px 15px 20px;
	position: relative;
	border: none;

	/*width: 50px;
	height: 50px;*/
}

.left_img_box3, .left_img_box4, .left_img_box5{
	position: relative;
	width: 50%;
	float: left;

	-webkit-box-shadow: -37px 32px 0 -1px rgba(30,56,102,1);
	-moz-box-shadow: -37px 32px 0 -1px rgba(30,56,102,1);
	box-shadow: -37px 32px 0 -1px rgba(30,56,102,1);

	z-index: 3;

}

.left_formular_box6 input{
	margin: auto;
	border: none;
}

.button_box6{
	text-align: center;
	color: white;
	background-color: #ea9520;
	font-size: 15px;

	border: none;
	padding: 15px 40px 15px 40px;
	margin: 10px auto;

}
@media only screen and (max-width: 767px){
	.home_formular{
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.formular_wrapper{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column-reverse;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: stretch;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background-color: #F8F8F8;
		width: 80%;
		margin: 0 auto;
	}
	.img_formular{
		height: 190px;
	}
	.box_formular p{
		position: relative;
		transform: translate(0px, -150px);
		padding: 0;

		font-size: 30px;
		color: white;
		font-family: Playfair Display;
	}
	.box_formular{
		padding: 0;
		margin: 20px auto;
	}
	.form1{
		display: flex;
		justify-content: center;
	}
	.form1 input{
		width: 270px;
		border: 1px solid #c2c9d7;
	}
	.formular_home_button{
		display: flex;
		margin: 0 auto;
		width: 270px;
		justify-content: center;

	}
	.center_title_box1{
		margin: 0 auto;
		width: 70%;
		height: 0px;
	}

	/*<------------BOX2------------->*/
	.formular_wrapper_box2 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: stretch;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
		background-color: #F8F8F8;
	}
	.upper_mobile_box2{
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding-top: 25px;
	}
	.center_title_box2{
		font-size: 20px;
		width: 200px;

		display: flex;
	}
	.left_img_box2{
		height: 200px;
		width: 140px;

		left: 20px;
	}
	.left_img_box2 img{
		height: 200px;
		/*width: 140px;*/
	}
	.left_text_box2{
		font-size: 16px;
		transform: translate(10px, 40px);
	}
	.left_text_box2 p{
		width: 200px;
		padding: 5px;
	}
	.bottom_mobile_box2{
		display: flex;
		flex-direction: column;
	}
	.right_text_box2{
		margin: 0 auto;
		width: 300px;
		height: 200px;

	}
	.right_text_box2 p{
		font-size: 20px;
		color: #C2C9D7;
	}
	.right_text_box2 input{
		width: 25%;
		display: inline-block;

		color: white;
		background-color: #1e3866;
	}
	.button_box2{
		/*width: 50px;
		height: 50px;*/
		margin: 20px auto;
		transform: translate(0, 45px);
	}
	#splatka{
		color: white;
		font-size: 30px;

		margin: 0 auto;
		padding-top: 27px;
	}
	/*<------------BOX3/5------------->*/
	.formular_wrapper_box3, .formular_wrapper_box4, .formular_wrapper_box5 {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: stretch;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		width: 80%;
		margin: 0 auto;
		background-color: #F8F8F8;
	}
	.left_img_box3 img, .left_img_box4 img, .left_img_box5 img{
		display: flex;

		width: 200px;
		height: 120px;
		margin: 0 auto;
	}
	.left_img_box3, .left_img_box4, .left_img_box5{
		display: flex;

		width: 300px;
		height: 120px;
		margin: 0 auto;
		-webkit-box-shadow: 0 0 0 0 rgba(30,56,102,1);
		box-shadow: 0 0 0 0 rgba(30,56,102,1);
	}
	.center_title_box3 h2, .center_title_box4 h2, .center_title_box5 h2{
		font-size: 20px;
		padding: 25px 0 20px 0;
	}
	.bottom_mobile_box3, .bottom_mobile_box4, .bottom_mobile_box5{
		display: flex;

		padding: 40px 0 25px 0;
	}
	.right_text_box3, .right_text_box4, .right_text_box5{
		display: flex;
		flex-direction: column;

		margin: 0 auto;
		text-align: center;
		width: 80%;
	}
	.right_text_box3 h3, .right_text_box4 h3, .right_text_box5 h3{
		padding-bottom: 15px;
	}

	.button_box3, .button_box4, .button_box5{
		/*width: 50px;
		height: 50px;*/
		transform: translate(0, 25px);
	}
	/*<------------BOX6------------->*/
	.formular_wrapper_box6{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-box-align: stretch;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		-ms-flex-align: stretch;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		background-color: #F8F8F8;
		width: 80%;
		margin: 0 auto;
	}
	.center_title_box6{
		font-size: 20px;
		width: 250px;
	}
	.center_title_box6 h1{
		font-weight: normal;
	}
	div.left_formular_box6{
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		justify-content: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		width: 250px;
		background-color: transparent;
	}
	.left_formular_box6 input{
		width: 250px;
		border: 1px solid #c2c9d7;
		margin: 5px auto;
	}
	.left_formular_box6{
		margin: 20px auto;
	}
}

@media only screen and (min-width: 768px) {
	.home_formular{
		display: block;
		margin: 0 auto;
	}
	.formular_wrapper{
		height: 290px;
		width: calc(100% - 100px);
                margin: 0 auto;

	}
	.formular_wrapper_box2, .formular_wrapper_box3, .formular_wrapper_box4, .formular_wrapper_box5, .formular_wrapper_box6{
		width: calc(100% - 100px);
		height: 400px;
		margin: 0 auto;
	}

	.box_formular{
		background-color: rgb(248, 251, 250);
		width: 50%;
		height: 100%;
		float: left;
		padding: 30px 0 0 0;
		display: block;
		position: center;
	}

	.img_formular{
		padding: 0 0 0 0;
		width: 50%;
		height: 100%;
		float: right;
		display: block;
	}

	input {
		font-size: 18px;
		display: block;
		padding: 15px 40px 15px 20px;
		width: calc(100% - 100px);
		margin: auto;
	}
	.button_box6{
		margin: 10px auto;

		display: block;
		width: 240px;
	}
}

@media only screen and (min-width: 1000px){
	.home_formular{
		display: block;
	}
	.formular_wrapper, .formular_wrapper_box2, .formular_wrapper_box3, .formular_wrapper_box4, .formular_wrapper_box5, .formular_wrapper_box6{
		width: 1000px;
		height: 400px;
		margin: 0 auto;
	}
	.formular_wrapper_box6{
		height: 500px !important;
	}

	.box_formular{
		width: 50%;
		float: left;
		padding: 65px 0 0 0;
	}

	.img_formular{
		padding: 0 0 0 0;
		width: 50%;
		float: right;
	}
	.center_title_box1{
		padding: 45px 0 60px 0;
		font-size: 28px;
	}
	input {
		display: block;
		padding: 10px 0 10px 20px;
		width: 350px;
	}
	/*.form1 input{
		font-size: 20px;
	}*/
	.formular_home_button{
		transform: translate(0, 20px);
	}
	.button_box6{
		margin: 10px auto;

		display: block;
		width: 304px;
	}
	.formular_home_button{
		left: calc(100% - 20px);
		margin: auto;
	}
}


#valRequest, #valRequest1, #valRequest2{
        color: #fe0000!important;
        text-align: center;
	font-size: 17px;
}

@media only screen and (min-width: 768px) {
	.home_project {
		-webkit-transition: -webkit-box-shadow 0.3s;
		-o-transition:         box-shadow 0.3s;
		transition: -webkit-box-shadow 0.3s;
		transition:         box-shadow 0.3s;
		transition:         box-shadow 0.3s, -webkit-box-shadow 0.3s;
	}
	.home_project:focus, .home_project:hover {
		-webkit-box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
		box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
	}
	#valRequest, #valRequest1, #valRequest2{
		font-size: 11px; 
	}
}

@media only screen and (min-width: 1000px) {
	.home_project {
		-webkit-transition: -webkit-box-shadow 0.3s;
		-o-transition:         box-shadow 0.3s;
		transition: -webkit-box-shadow 0.3s;
		transition:         box-shadow 0.3s;
		transition:         box-shadow 0.3s, -webkit-box-shadow 0.3s;
	}
	.home_project:focus, .home_project:hover {
		-webkit-box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
		box-shadow: 0 0 30px 2px rgba(12, 29, 61, 0.5);
	}

}

.services_item_home{
	height: 50px;
	fill: #ea9520;
	fill-rule: nonzero;
}

@media only screen and (min-width: 768px){

	.services_item_home{
		padding: 0 20px 0 0;
		height: 100px;
		float: left;
	}
}

@media only screen and (min-width: 1000px){
	.services_item_home{
		padding: 0 20px 0 0;
		height: 100px;
		float: left;
	}
}

.home_sluzby_item_1{
	height: 60px;
	border: 7px #ea9520 solid;
	fill: white;
	background-color: #ea9520;
	fill-rule: nonzero;
	position: relative;
	display: block;
}

.home_sluzby_item_2{
	height: 60px;
	border: 7px #ea9520 solid;
	fill: white;
	background-color: #ea9520;
	fill-rule: nonzero;
	position: relative;
	display: block;
}

.home_sluzby_item_3{
	height: 60px;
	border: 7px #ea9520 solid;
	fill: white;
	background-color: #ea9520;
	fill-rule: nonzero;
	position: relative;
	display: block;
}

@media only screen and (min-width: 768px){
	.home_sluzby_item_1{
		left: -32px;
	}
	.home_sluzby_item_2{
		right: -33px;
	}
	.home_sluzby_item_3{
		left: -32px;
	}
}

@media only screen and (max-width: 767px){
	.home_sluzby_item_1{
		display: none;
	}
	.home_sluzby_item_2{
		display: none;
	}
	.home_sluzby_item_3{
		display: none;
	}
}

.formular_home_button{
	background-color: #ea9520;
	border: none;
	color: white;
	font-size: 25px;
	padding: 20px 20px 15px 20px;
	position: relative;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.formular_home_button{
		left: calc(100% - 30px);
		top: -160px;
	}
}

.php_echo_zprava{
	background-color: #1e3866;
	border: 5px solid #1e3866;
	color: white;
	text-align: center;
}

.left_text_box2{
	/*width: 50%;*/
	float: left;

	color: #1e3866;
}

	div.left_img_box2{
	float: left;
	position: relative;
}

@media screen and (min-width: 768px){
	.left_img_box2 img{
		/*width: 220px;*/
		height: 320px;

		position: relative;
		top: 20px;
		left: 10px;
	}
	.left_text_box2{
		position: relative;
		/*left: 20px;*/
		top: 60px;
		/*width: 50%;*/	
	}
	.left_text_box2 blockquote{
		width: 40%;
		margin-bottom: 20px;
	}
	.left_text_box2 p{
		width: 50%;
		padding-top: 5px;

		font-size: 15px;
	}
	.right_text_box2{
		margin: auto;
		width: 280px;
		height: 200px;

		top: -70px;
		text-align: left;
		right: 20px;
	}
	.right_text_box2 input{
		display: inline-block;
		width: 30%;
		background-color: #1e3866;
	}
	.right_text_box2 p{
		text-align: left;

		position: relative;
		top: 30px;
		padding-left: 25px;
		font-size: 20px;
	}
	.button_box2{
		float: right;
		transform: translate(5px, 100px);
	}
}

@media screen and (min-width: 1000px){
	.left_img_box2 img{
		/*width: 201px;*/
		height: 320px;

		position: relative;
		transform: translate(90px);
	}
	.left_text_box2{
		position: relative;
		transform: translate(140px, 20px);
	}
	.left_text_box2 blockquote{
		font-size: 20px;
		width: 50%;
		margin-bottom: 20px;
	}
	.left_text_box2 p{
		width: 50%;

		font-size: 18px;
	}
	.right_text_box2{
		margin: auto;
		width: 300px;
		height: 240px;

		transform: translate(-50px, -50px);
		text-align: left;
	}
	.right_text_box2 input{
		display: inline-block;
		width: 30%;
		background-color: #1e3866;
	}
	.right_text_box2 p{
		position: relative;
		top: 60px;
		padding-left: 25px;
	}
	.button_box2{
		float: right;
		transform: translate(-38px, 86px);
	}
}

@media only screen and (min-width: 768px){

	.left_img_box3 img, .left_img_box4 img, .left_img_box5 img{
		width: 200px;
		height: 150px;
	}
	.left_img_box3, .left_img_box4, .left_img_box5{
		left: 100px;
		top: 63px;
	}
	div.left_img_box3, div.left_img_box4, div.left_img_box5{
		width: 200px;
		height: 150px;
	}
	.right_text_box3 p, .right_text_box4 p, .right_text_box5 p{
		text-align: left;
		font-size: 14px;

		width: 310px;
	}
	.right_text_box3 h3, .right_text_box4 h3, .right_text_box5 h3{
		font-weight: 100;
		padding-bottom: 20px;
	}
	.right_text_box3, .right_text_box4, .right_text_box5{
		top: 80px;
		left: -80px;
	}
	.button_box3, .button_box4, .button_box5{
		top: 240px;
		left: 350px;
	}
}

@media only screen and (min-width: 1000px) {
	.left_img_box3 img, .left_img_box4 img, .left_img_box5 img{
		width: 240px;
		height: 170px;
	}
	.left_img_box3, .left_img_box4, .left_img_box5{
		transform: translate(40px, -10px);
	}
	div.left_img_box3, div.left_img_box4, div.left_img_box5{
		width: 240px;
		height: 170px;
	}
	.right_text_box3 p, .right_text_box4 p, .right_text_box5 p{
		text-align: left;
		font-size: 19px;

		width: 410px;
	}
	.right_text_box3 h3, .right_text_box4 h3, .right_text_box5 h3{
		font-size: 23px;
		padding-bottom: 30px;
	}
	.right_text_box3, .right_text_box4, .right_text_box5{
		top: 40px;
		left: -80px;
	}
	.button_box3, .button_box4, .button_box5{
		/*top: 280px;*/
		left: 500px;
	}
}

.left_formular_box6{
	background-color: #1e3866;
	color: white;

	float: left;
	width: 50%;
}
.center_title_box6{
	text-align: center;
	margin-bottom: 30px;
}
.left_formular_box6 h2{
	text-align: center;
	font-size: 19px;

	padding-bottom: 10px;
}
.left_formular_box6 p{
	text-align: center;
	font-size: 14px;
}
.left_formular_box6 button{
	text-align: center;
	border: none;
	border: #ea9520;
}
.right_text_box6{
	position: relative;
	float: right;
	width: 50%;

	color: #1e3866;
}
.right_img_box6 img{
	width: 180px;
	height: 380px;
}
/*#formular_change_box6{
	color: #1e3866;
}*/

.about_us_headline h3{
	font-family: Playfair Display;
	font-weight: 100;
}
.about_us_items_left h3, .about_us_items_right h3{
	font-family: Playfair Display;
	font-weight: normal;
}

@media screen and (min-width: 768px){
	.left_formular_box6 {
		height: 310px;
		width: 300px;
		margin-left: 25px ;
	}
	.left_formular_box6 input{
		width: 80%;
		margin-top: 10px;
	}
	.left_formular_box6 p{
		margin: 0 8px 17px 8px;
	}
	.left_formular_box6 h2{
		margin-top: 17px;
	}
	.right_img_box6 img{
		position: relative;
		transform: translate(19px, -49px);
		width: 200px;
		height: 330px;
	}
	.right_text_box6 p{
		color: #1e3866;
		font-size: 16px;
	}
	.right_text_box6{
		transform: translate(175px, 35px);
	}
}

@media screen and (min-width: 1000px){
	.left_formular_box6 {
		width: 380px;
		height: 370px;
		transform: translate(80px, 20px);
	}
	.left_formular_box6 input{
		width: 80%;
	}
	.left_formular_box6 p{
		font-size: 15px;
	}
	.left_formular_box6 h2{
		font-size: 23px;
	}
	.right_img_box6 img{
		transform: translate(187px, 1px);
		width: 180px;
		height: 380px;
	}
	.right_text_box6{
                transform: translate(230px, 55px);
        }
	.right_text_box6 p{
		transform: translate(50px);
	}
}

.services_about_us_text{
	/*width: 85%;*/
}


.services_about_us_section {
	margin: 0 auto;
	padding: 0 0 150px 0;
}

.services_about_us_items{
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;

	background-color: #00132F;
}

.about_us_headline{
	color: #1E3866;
	text-align: center;
}

.services_about_us_ref {
	color: #1F3866;
	font-size: 15px;
	text-align: center;
}

.services_about_us_ref {
	color: #1F3866;
	font-size: 15px;
	text-align: center;
}

.about_us_items_left, .about_us_items_right{
	color: white;
}
@media only screen and (max-width: 767px){
	.services_about_us_headline {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 0 30px 0;
	}

	.services_about_us_headline img {
		width: 100%;
		height: 200px;
	}

	.about_us_headline {
		color: #1E3866;

		width: 300px;
		margin: 0 auto;
	}
	.about_us_headline h3 {
		font-weight: bold;
		font-size: 20px;
		margin: 25px 0 15px 0;
	}

	.about_us_headline p {
		font-size: 15px;
	}
	.about_us_items_right {
		margin-bottom: 25px;
	}
	.about_us_items_left h3, .about_us_items_right h3{
		margin: 25px 0 0 0;
		font-size: 25px;
	}
	.about_us_items_left p, .about_us_items_right p{
		font-size: 15px;
		margin: 10px 0 0 0;
	}
	.services_about_us_ref{
		color: #1F3866;
		font-size: 15px;
		text-align: center;

		width: 300px;
		margin:0 auto;
		padding: 35px 0 35px 0;
	}
	.services_about_us_signature{
		font-family: Open sans, serif;
		margin: 15px auto;
	}
	#valRequest, #valRequest1, #valRequest2{
                font-size: 14px;
        }
	.services_about_us_text{
		margin: 0 auto;
	}
}
.services_about_us_items{
	font-family: Open sans, serif;
}
@media screen and (min-width: 768px){
	.services_about_us_items {
		width: 1100px;
		height: 450px;
		top: -50px;
		position: relative;
		flex-direction: row;
	}
	.services_about_us_headline {
		display: flex;
		flex-direction: row;
	}
	.services_about_us_headline img {
		max-width: 800px;
		height: 350px;

		/*width: calc(100% - 350px)*/
	}
	.about_us_headline{
		text-align: left;
		margin: 60px 35px;
		width: 300px;
	}
	.about_us_headline h3{
		padding-bottom: 20px;
		font-size: 27px;
	}
	.about_us_headline p{
		font-size: 15px;
	}
	.about_us_items_left, .about_us_items_right{
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transform: translate(0, -20px);
	}
	.about_us_items_left h3, .about_us_items_right h3{
		font-size: 27px;

		margin: 60px 0 10px 0;
	}
	.about_us_items_left p, .about_us_items_right p{
		font-size: 17px;
	}
	.about_us_box{
		display: flex;
		flex-direction: row;
	}
	.services_about_us_ref{
		text-align: left;
		margin: 60px 25px;
		width: 600px;
		transform: translate(20px, 30px);
	}
}

@media screen and (min-width: 1000px){
	.services_about_us_container{
		width: 90%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.services_about_us_headline, .about_us_box{
		max-width: 900px;
		margin: 0 auto;
	}
	.services_about_us_ref{
		font-size: 16px;
	}
	.services_about_us_signature{
		padding: 15px 0;
		font-size: 17px;
	}
	#valRequest, #valRequest1, #valRequest2{
                font-size: 17px;
        }

}

#topButton {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 20px;
	border: none;
	outline: none;
	background-color: #EA9520;
	color: white;
	cursor: pointer;
	padding: 13px;
	width: 45px;
}

#topButton:hover {
	background-color: #0C1D3D;
}

#playButton{
	z-index: 99;
	background: transparent;
	border: none;
	height: 0;
}

.videoButton{
	z-index: 99;
	display: flex;
	justify-content: center;
	position: relative;
	top: -50px;
}

.refs_menu{
	display: flex;
	flex-direction: row;

	background-color: white;
	font-family: Playfair Display;

}

.container_refs{
	margin: 0 auto;
	padding: 10px 40px;

	background-color: white;
}

@media only screen and (max-width: 767px) {
	.container_refs {
		width: 95%;
		min-width: 320px;
	}

	.refs_menu{
		justify-content: center;

		text-decoration: none;
		margin: 5px auto;
		width: 95%;
	}
	.refs_menu a{
		padding: 10px 10px;
		text-decoration: none;
		color: #1E3866;
		font-size: 15px;
		justify-content: space-around;
	}
	.refs_menu a:hover{
		background-color: #1E3866;
		color: white;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1179px) {
	.container_refs {
		width: 95%;
	}
	.refs_menu{
		display: flex;
		justify-content: center;
		width: 95%;
		max-width: 300px;
		margin: 5px 19px;
	}
	.refs_menu a{
		padding: 10px 10px;
		text-decoration: none;
		color: #1E3866;
		font-size: 15px;
		justify-content: space-around;
	}
	.refs_menu a:hover{
		background-color: #1E3866;
		color: white;
	}
}

@media only screen and (min-width: 1000px) {
	.container_refs {
		width: 60%;
	}
	.refs_menu{
		justify-content: center;

		margin: 5px 20%;
		max-width: 300px;
	}
	.refs_menu a{
		padding: 13px 13px;
		text-decoration: none;
		color: #1E3866;
		font-size: 17px;
		justify-content: space-around;
	}
	.refs_menu a:hover{
		background-color: #1E3866;
		color: white;
	}
}

.banky_title{
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 0 auto;
	padding: 50px 0;
	width: 65%;
}

.banky_title h1{
	font-size: 24px;
	color: #1E3866;
	padding-bottom: 15px;
	font-family: Playfair Display;
	font-weight: normal;
}

.banky_title p{
	font-size: 15px;
	color: rgba(30, 56, 102, 0.5);
	line-height: 25px;
}

.klienti_title{
	width: 65%;
	margin: 0 auto;
	padding: 30px;

	text-align: center;
	color: #1E3866;
}

.klienti_title h1{
	font-size: 30px;
	margin: 20px 0;

	font-family: Playfair Display;
        font-weight: normal;
}

.klienti_title p{
	width: 70%;
	margin: 0 auto;

	font-size: 15px;
	color: rgba(30, 56, 102, 0.5);
	text-align: center;
	line-height: 25px;
}

.ref1{
	color: #1E3866;

	width: 90%;
	margin: 10px auto;
}

.ref1 p{
	font-size: 15px;
	color: rgba(30, 56, 102, 0.5);

	width: 90%;
	margin: 10px 0;
}

.ref1 h1{
	padding-top: 20px;
	font-size: 20px;
	width: 90%;
}

#developeri_ref{
	margin: 0 auto;
}

.developeri_title{
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 0 auto;
	padding: 50px 0;
	width: 65%;
}

.developeri_title p{
	width: 70%;
	margin: 0 auto;
	font-size: 15px;
	color: rgba(30, 56, 102, 0.5);
	text-align: center;
	line-height: 25px;
}

.developeri_title h1{
	font-size: 30px;
	color: #1E3866;
	padding-bottom: 15px;
	font-family: Playfair Display;
        font-weight: normal;

}

.dev_ref{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	max-width: 500px;
	padding-bottom: 20px;
	/* margin: 0 auto 70px; */
	text-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) {
	.dev_ref{
		flex-direction: row;
		max-width: none;
		padding: 25px 0;
		text-align: left;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-box-align: start;
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-ms-flex-align: start;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
}

@media only screen and (min-width: 375px) {
	.banky_title{
		width: 90%;
	}
	.klienti_title{
		width: 100%;
	}
	.developeri_title{
		width: 100%;
	}
}

/**/

.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1000; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #1e3866;
	margin: auto;
	padding: 20px;
	width: 100%;
	text-align: center;
	color: white;
	font-size: 30px;
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.titleNF{
	font-size: 36px;
	font-family: Playfair Display, serif;
	font-weight: 500;
	
	text-align: center;
	color: #1E3866;
}
.lead{
	font-size: 15px;
	font-family: Open sans, serif;
	text-align: center;
	color: #1E3866;
	
	padding-top: 5px;
	margin: 0 auto;

	width: 40%;
}
.btnNotFound{
	font-size: 14px;
	line-height: 46px;
	display: inline-block;
	width: 180px;
	height: 46px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
	background-color: #ea9520;
}
.btnNotFound:hover{
	color: white;
	text-decoration: none;
}
.btnNF{
	text-align: center;
	padding: 50px;
}
.btnNotFound:hover, #button_box1:hover, .button_box2:hover, .button_box3:hover, .button_box4:hover, .button_box5:hover{
        -webkit-box-shadow: 0 0 30px 2px rgba(234, 149, 32, 0.5);
        box-shadow: 0 0 30px 2px rgba(234, 149, 32, 0.5);

}
.jumbotron {
	background-image: url("assets/404ka.png");
	background-repeat: no-repeat;
	background-size: 37%;
	background-position: center;
	background-color: #f8f8f8;

	text-align: center;
}
.container-fluid{
	background-color: #f8f8f8;
	padding: 90px 15px; 
}
@media (min-width: 375px) and (max-width: 768px){
	.jumbotron{
		background-size: 65%;
	}
	.titleNF{
		font-size: 30px;
	}
	.lead{
		font-size: 13px;
		width: 60%;
	}
}
.conNF{
	transform: translate(0, 115px);
}
.form_box6{
	font-family: Open sans, serif;
}
@media (min-width: 375px) and (max-width:425px){
	.title_box3{
		font-size: 20px;
	}
	.right_title_box{
		font-size: 16px;
		font-weight: 100;
	}
	.right_parag_box{
		font-size: 13px;
		font-family: Open Sans, sans-serif;
	}
	.center_title_box6{
		font-size: 20px;
		padding-top: 80px;		
	}
}
.topTextParag{
	font-size: 13px;
	color: white;
	font-family: Open Sans, sans-serif;
}
.topTextButton{
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	width: 180px;
	padding: 0;	
	margin: 10px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	outline: none;
	background-color: #ea9520;
}
.topInfoContainer{
	background-color: #0C1D3D;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.topTextParagBox{
	margin: 15px 90px;
}
@media (min-width: 375px) and (max-width: 426px){
	.topTextParagBox{
		margin: 0;
	}
	.topTextParag{
		margin: 10px;
		margin-left: 15px;
		line-height: 23px;
	}
	.topButtonBoxMobile{
		font-size: 14px;
	        line-height: 30px;
	        display: inline-block;
	        width: 40px;
		height: 40px;
	        padding: 0;
	        margin: 33px;
        	cursor: pointer;
	        text-align: center;
	        text-decoration: none;
	        color: #fff;
	        border: none;
	        outline: none;
	        background-color: #ea9520;
	}
	#arrow-forward{
		height: 40px;
	}
}
@media (width: 768px){
	.topTextButton{
		line-height: 58px;
	}
}
.home_contact_mobile{
	height: 41.2px !important;
}
.confirmationBG{
	background: #f8f8f8;
}
.confirmationBox{
	padding: 100px 0;
	text-align: center;
}
.confirmationThumbUp{
	margin: 0 auto;
}
.confirmationTitle{
	font-family: Playfair Display, serif;
	font-size: 36px;
	color: #1E3866;
}
.confirmationParag{
	font-size: 15px;
	padding: 20px 0;
	color: #1F3866;
	width: 53%;
	margin: 0 auto;
}

@media (min-width: 375px) and (max-width: 426px){
	.confirmationTitle{
		font-size: 25px;
	}
	.confirmationParag{
		font-size: 12px;
		width: 80%;
	}
}

.grecaptcha-badge { visibility: hidden; }
.captchaParagraph{
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	color: rgba(30, 56, 102, 0.6);
	font-weight: 400;
	padding-bottom: 10px;
}