/********************************/
/*  Created by Mariusz Galka    */
/*  Copyright by IguanaStudio   */
/********************************/

/*---[ reset ]-----------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---[ fonts ]-----------------------------------------------------------------------*/
@font-face {
	font-family: 'Alerts';
	src:url('fonts/alerts.eot');
	src:url('fonts/alerts.eot?#iefix') format('embedded-opentype'), url('fonts/alerts.woff') format('woff'), url('fonts/alerts.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Geomanist';
	src: url('fonts/geomanist-light-webfont.eot');
	src: url('fonts/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geomanist-light-webfont.woff2') format('woff2'), url('fonts/geomanist-light-webfont.woff') format('woff'), url('fonts/geomanist-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Geomanist';
	src: url('fonts/geomanist-regular-webfont.eot');
	src: url('fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geomanist-regular-webfont.woff2') format('woff2'), url('fonts/geomanist-regular-webfont.woff') format('woff'), url('fonts/geomanist-regular-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Geomanist';
	src: url('fonts/geomanist-medium-webfont.eot');
	src: url('fonts/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geomanist-medium-webfont.woff2') format('woff2'), url('fonts/geomanist-medium-webfont.woff') format('woff'), url('fonts/geomanist-medium-webfont.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Geomanist';
	src: url('fonts/geomanist-book-webfont.eot');
	src: url('fonts/geomanist-book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/geomanist-book-webfont.woff2') format('woff2'), url('fonts/geomanist-book-webfont.woff') format('woff'), url('fonts/geomanist-book-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
	font-family: 'Icons';
	src:url('fonts/icons.eot');
	src:url('fonts/icons.eot?#iefix') format('embedded-opentype'), url('fonts/icons.woff') format('woff'), url('fonts/icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	text-rendering: optimizeLegibility;
}
.ico {
	font-family: 'Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*---[ alert icons ]---*/
.ico-caution:before {
	content: '\e800';
}
.ico-error:before {
	content: '\e801';
}
.ico-info:before {
	content: '\e802';
}
.ico-ok:before {
	content: '\e803';
}
/*---[ other icons ]---*/
.ico-zoom:before {
	content: '\e915';
}
.ico-facebook:before {
	content: '\e910';
}
.ico-files:before {
	content: '\e906';
}
.ico-arrow-long-left:before {
	content: '\e90e';
}
.ico-arrow-long-right:before {
	content: '\e90f';
}
.ico-chevron-down:before {
	content: '\e90d';
}
.ico-chevron-left:before {
	content: '\e907';
}
.ico-chevron-right:before {
	content: '\e908';
}
.ico-chevron-small-down:before {
	content: '\e911';
}
.ico-chevron-small-right:before {
	content: '\e909';
}
.ico-chevron-small-up:before {
	content: '\e912';
}
.ico-install:before {
	content: '\e90a';
}
.ico-magnifying-glass:before {
	content: '\e90b';
}
.ico-arrow-right:before {
	content: '\e90c';
}
.ico-gamepad:before {
	content: '\e918';
}
.ico-window:before {
	content: '\e919';
}
.ico-stage:before {
	content: '\e91a';
}
.ico-clipboard-text:before {
	content: '\e900';
}
.ico-forkand-knife:before {
	content: '\e901';
}
.ico-microphone:before {
	content: '\e902';
}
.ico-phone:before {
	content: '\e903';
}
.ico-map-marker:before {
	content: '\e916';
}
.ico-calendar:before {
	content: '\e917';
}
.ico-browser:before {
	content: '\e913';
}
.ico-printer:before {
	content: '\e914';
}
.ico-envelope:before {
	content: '\e904';
}
.ico-home:before {
	content: '\e905';
}
/*---[ Magnific Popup ]-----------------------------------------------------------------------*/
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 2.8rem;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	fofont-size: 1.2rem;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape) , screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/* Fade-zoom animation for first dialog*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/*---[ main ]-----------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #303030;
	background: #0f2758;
	line-height: 1.5;
}
html, body {
	overflow-x: hidden;
}
a {
	color: #0089bc;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
	-webkit-transition: color 0.35s ease-out;
	transition: color 0.35s ease-out;
}
a:hover {
	color: #0f2758;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}
strong {
	font-weight: 600;
}
p {
	margin: 0 0 18px;
}
button {
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0 none;
	background: none;
	overflow: visible;
}
button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type='text'],
input[type='password'],
input[type='file'],
select,
textarea {
	padding: 11px 15px 12px;
	margin: 0;
	vertical-align: top;
	color: #303030;
	font-family: 'Open Sans';
	font-size: 1.5rem;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 1px #f1f1f1 inset;
	outline: none;
	background: #fff;
	width: 100%;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
textarea {
	resize: none;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
	border-color: #6fbfdd;
}
input[type='text'].error,
input[type='password'].error,
input[type='file'].error,
select.error,
textarea.error {
	border-color: #e07f7f !important;
	color: #e24747 !important;
	background-color: #fff4f4 !important;
}
input[type='text'][disabled],
input[type='password'][disabled],
input[type='file'][disabled],
select[disabled],
textarea[disabled] {
	text-shadow: 1px 1px #fff;
	border-color: #d9d9d9;
	background-color: #f2f2f2;
	color: #919191;
}
::-webkit-input-placeholder {
	color: #303030;
	opacity: 1;
}
:-moz-placeholder {
	color: #303030;
	opacity: 1;
}
::-moz-placeholder {
	color: #303030;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #303030;
	opacity: 1;
}
::selection {
	background: #0089bc;
	color: #fff;
}
::-moz-selection {
	background: #0089bc;
	color: #fff;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 20px;
}
ol li {
	margin: 0 0 3px;
}
ol li ol, ol li ul {
	margin: 5px 0 10px 20px;
}
ul {
	margin: 0 0 18px;
}
ul li {
	margin: 0 0 3px;
	padding: 0 0 0 29px;
	position: relative;
}
ul li:before {
	content: '\e90c';
	font-family: 'Icons';
	font-size: 1.1rem;
	color: #0089bc;
	position: absolute;
	top: 3px;
	left: 1px;
}
ul li ul, ol li ul {
	margin: 5px 0 10px 0;
	padding-top: 0;
}
ul li ul li {
	padding: 0 0 0 26px;
}
ul li ul li:before {
	font-size: .8rem;
	color: #0b6ab3;
	top: 6px;
}
ul li ul li:last-child {
	padding-bottom: 0;
}
ul li ul li ul {
	margin-left: 10px;
}
time {
	color: #737373;
}
hr {
	background: #e6e6e6;
	border: 0 none;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 30px 0;
}
sup, sub {
	font-size: 1rem;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
table {
	width: 100%;
	margin: 15px 0;
}
table th, table td {
	padding: 10px 15px 12px;
	line-height: 150%;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
}
table th {
	font-weight: bold;
	color: #434b56;
	background: #f0f0f0;
	text-align: left;
	text-shadow: 1px 1px #fff;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
	font-family: 'Geomanist';
	font-weight: 400;
	color: #303030;
}
h1,
.h1 {
	font-size: 3.6rem;
	margin: 0 0 25px;
}
h2,
.h2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 18px;
	position: relative;
}
h3,
.h3 {
	font-size: 2.2rem;
	margin: 0 0 18px;
}
h4,
.h4 {
	font-size: 2rem;
	margin: 0 0 16px;
}
h5, h6,
.h5, .h6 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 14px;
}
/*---[ clearfix ]-----------------------------------------------------------------------*/
.cf:before,
.cf:after {
	content: '';
	display: table;
	line-height: 0;
}
.cf:after {
	clear: both;
}
.cb {
	clear: both;
}
/*---[ grid system 12 columns  ]-----------------------------------------------------------------------*/
.row {
	margin-left: -5px;
	margin-right: -5px;
}
.row-medium {
	margin-left: -9px;
	margin-right: -9px;
}
.row-big {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before,
.row:after,
.row-medium:before,
.row-medium:after,
.row-big:before,
.row-big:after,
.row-no-gap:before,
.row-no-gap:after {
	content: '';
	display: table;
	line-height: 0;
}
.row:after,
.row-medium:after,
.row-big:after,
.row-no-gap:after {
	clear: both;
}
.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	position: relative;
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.row-medium > .col1,
.row-medium > .col2,
.row-medium > .col3,
.row-medium > .col4,
.row-medium > .col5,
.row-medium > .col6,
.row-medium > .col7,
.row-medium > .col8,
.row-medium > .col9,
.row-medium > .col10,
.row-medium > .col11,
.row-medium > .col12 {
	padding-left: 9px;
	padding-right: 9px;
}
.row-big > .col1,
.row-big > .col2,
.row-big > .col3,
.row-big > .col4,
.row-big > .col5,
.row-big > .col6,
.row-big > .col7,
.row-big > .col8,
.row-big > .col9,
.row-big > .col10,
.row-big > .col11,
.row-big > .col12 {
	padding-left: 15px;
	padding-right: 15px;
}
.row-no-gap > .col1,
.row-no-gap > .col2,
.row-no-gap > .col3,
.row-no-gap > .col4,
.row-no-gap > .col5,
.row-no-gap > .col6,
.row-no-gap > .col7,
.row-no-gap > .col8,
.row-no-gap > .col9,
.row-no-gap > .col10,
.row-no-gap > .col11,
.row-no-gap > .col12 {
	padding-left: 0;
	padding-right: 0;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333333%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333333%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666667%;
}
.col4 {
	width: 33.33333333%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1 {
	width: 8.33333333%;
}
.col-offset12 {
	margin-left: 100%;
}
.col-offset11 {
	margin-left: 91.66666667%;
}
.col-offset10 {
	margin-left: 83.33333333%;
}
.col-offset9 {
	margin-left: 75%;
}
.col-offset8 {
	margin-left: 66.66666667%;
}
.col-offset7 {
	margin-left: 58.33333333%;
}
.col-offset6 {
	margin-left: 50%;
}
.col-offset5 {
	margin-left: 41.66666667%;
}
.col-offset4 {
	margin-left: 33.33333333%;
}
.col-offset3 {
	margin-left: 25%;
}
.col-offset2 {
	margin-left: 16.66666667%;
}
.col-offset1 {
	margin-left: 8.33333333%;
}
/*---[ global ]-----------------------------------------------------------------------*/
.imgRight, .img-right {
	float: right;
	margin: 5px 0 10px 30px;
}
.imgLeft, .img-left {
	float: left;
	margin: 5px 30px 10px 0;
}
.img-right img, .img-left img,
.imgRight img, .imgLeft img  {
	display: block;
	max-width: 100%;
}
.img-right figcaption, .img-left figcaption,
.imgRight figcaption, .imgLeft figcaption  {
	display: block;
	margin: 7px 0 0;
	text-align: center;
	font-size: 1.2rem;
	color: #666;
}
.img-in-text {
	text-align: center;
	margin: 0 0 20px;
}
.img-in-text img {
	max-width: 100%;
}
.img,
.img-btn {
	background-color: #fff;
}
.img a img,
.img-btn a img,
.img-left a img,
.img-right a img {
	display: block;
	-webkit-transition: opacity 0.35s ease-out;
	transition: opacity 0.35s ease-out;
}
.img a:hover img,
.img-btn a:hover img,
.img-left a:hover img,
.img-right a:hover img {
	opacity: .6;
}
.to-left {
	float: left;
}
.to-right {
	float: right;
}
.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.lead {
	font-size: 2rem;
	font-family: 'Geomanist';
}
.cc li:before {
	display: none;
	content: '';
}
/*---[ messages ]--------------------------------------------------------*/
.alert {
	border: 2px solid #eee;
	padding: 20px 25px 20px 55px;
	margin: 0 0 30px;
	font-size: 1.5rem;
	overflow: hidden;
	position: relative;
}
.alert h4 {
	margin: 0;
	font-family: 'Open Sans';
	font-size: 1.7rem;
	font-weight: 700;
}
.alert p {
	margin: 0;
}
.alert h4 + p {
	margin: 2px 0 0;
}
.alert:before {
	font-family: 'Alerts';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 2.3rem;
	position: absolute;
	top: 19px;
	left: 19px;
}
.alert-error {
	background: #ffeded;
	border-color: #fba1a1;
	color: #eb3232;
}
.alert-error:before {
	content: '\e801';
	color: #eb3232;
}
.alert-error h4 {
	color: #eb3232;
}
.alert-warning {
	background: #fffbf3;
	border-color: #e0c06a;
	color: #d1a11d;
}
.alert-warning:before {
	content: '\e800';
	color: #d1a11d;
}
.alert-warning h4 {
	color: #d1a11d;
}
.alert-info {
	background: #eee;
	border-color: #5d5d5d;
	color: #5d5d5d;
}
.alert-info:before {
	content: '\e802';
	color: #5d5d5d;
}
.alert-info h4 {
	color: #5d5d5d
}
.alert-ok {
	background: #f8ffef;
	border-color: #76b964;
	color: #33921d;
}
.alert-ok:before {
	content: '\e803';
	color: #33921d;
}
.alert-ok h4 {
	color: #33921d;
}
/*---[ buttons ]-----------------------------------------------------------------------*/
.btn {
	display: inline-block;
	color: #fff;
	background-color: #0089bc;
	font-family: 'Open Sans';
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	padding: 15px 18px 17px;
	position: relative;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.btn.ico-right {
	padding-right: 42px;
}
.btn.ico-left {
	padding-left: 42px;
}
.btn:hover,
button.btn:hover {
	color: #fff;
	background: #25b8ee;
}
.btn i {
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 50%;
	font-size: 1.2rem;
	margin: -6px 0 0;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.btn.ico-left i {
	left: 16px;
}
.btn.ico-right i {
	right: 16px;
}
.btn:hover i,
button.btn:hover i {
	color: #fff;
}
.btn.darkBlue {
	background: #0f2758;
	color: #fff;
}
.btn.darkBlue:hover,
button.btn.darkBlue:hover {
	background: #3c5383;
}
.btn.darkBlue i {
	color: #fff;
}
.btn.darkBlue:hover i,
button.btn.darkBlue:hover i {
	color: #fff;
}
.more-link .ico {
	font-weight: 400;
	font-size: 1.2rem;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
	margin-left: 10px;
}
/*---[ form ]-----------------------------------------------------------------------*/
.form {}
.form li {
	padding: 0;
	margin: 0 0 15px;
	background: none;
}
.form li:before {
	content: '';
	display: none;
}
.form li label {
	display: block;
	line-height: 130%;
	margin-bottom: 5px;
	font-weight: 600;
}
.form li input[type=text], .form li input[type=password], .form li select, .form li textarea {
	width: 100%;
}
.form li .captcha img {
	float: left;
}
.form li .captcha input[type=text] {
	float: left;
	width: 145px;
	margin-left: 15px;
}
.form li.submit {
	margin-bottom: 0;
}
.form.compact li label {
	float: left;
	margin: 13px 0 0;
	width: 110px;
	text-align: right;
}
.form.compact li .field {
	margin-left: 140px;
}
.form.compact li.captcha img {
	float: left;
}
.form.compact li.captcha .captchaField {
	margin-left: 129px;
}
/*---[ wrapper ]-----------------------------------------------------------------------*/
.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.container:before,
.container:after {
	display: table;
	content: '';
	line-height: 0;
}
.container:after {
	clear: both;
}
.main-content {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.sidebar {
	display: table-cell;
	width: 266px;
	padding: 0 30px 0 0;
	vertical-align: top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}
#home .sidebar {
	width: 400px;
	padding: 0 0 0 30px;
}
#home .main {
	/*width: 735px;*/
}
.inner {
	padding: 20px 25px;
}
.inner-vertical {
	padding: 40px 0;
}
.bg-white {
	background-color: #fff;
}
.bg-grey {
	background-color: #efefef;
}
.bg-blue-dark {
	background-color: #0f2758;
}
.bg-blue {
	background-color: #0089bc;
}
/*---[ top ]-----------------------------------------------------------------------*/
.home {
	background-color: #fff;
}
#top {}
#logo {
	float: left;
	margin: 24px 0;
	position: relative;
}
#logo img {
	width: auto;
	height: 62px;
	display: block;
}
#langs {
	margin: 70px 0 0 15px;	
	float: left;
}	
#langs li {
	margin: 0;
	padding: 0;
	float: left;
}
#langs li + li {
	margin-left: 5px;
}
#langs li:before {
	display: none;
	content: '';
}
#langs li a {
	display: block;
}
#langs li a img {
	display: block;
	padding: 1px;
	border: 1px #d5d5d5 solid;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#langs li a:hover img {
	border-color: #0089bc;
}
#langs li a.active img {
	opacity: 0.3;
	border-color: #d5d5d5;
}
#menu {
	float: right;
	clear: right;
	position: relative;
	margin-right: -15px;
	margin-top: 5px;
}
#menu ul {
	margin: 0;
	position: relative;
	overflow: hidden;
}
#menu ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#menu ul li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #cecece;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 22px;
	left: -3px;
}
#menu ul li:first-child:before {
	content: '';
	display: none;
}
#menu ul li a {
	display: block;
	color: #535353;
	font-size: 1.7rem;
	font-weight: 400;
	padding: 10px 22px 24px;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#menu ul li a:hover,
#menu ul li a.active {
	color: #0089bc;
}
#menu ul li a.active {
	font-weight: 600;
}
#menu ul li a span {
	display: none;
}
#menu ul li a i {
	font-size: 1.7rem;
	vertical-align: middle;
}
#menu ul li ul {
	display: none;
}
#menu ul li#line {
	background-color: #0089bc;
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu ul li#line:before {
	content: '';
	display: none;
}
#quick-contact {
	float: right;
	margin: 24px 7px 0 0;
	font-size: 1.4rem;
}
#quick-contact li {
	float: left;
	padding: 0 0 0 25px;
	margin: 0;
	font-weight: 600;
}
#quick-contact li:before {
	color: #0089bc;
	line-height: 1;
	top: 3px;
	font-weight: 400;
	font-size: 1.3rem;
}
#quick-contact li + li {
	margin-left: 19px;
}
#quick-contact .phone:before {
	content: '\e903' !important;
}
#quick-contact .mail:before {
	content: '\e904' !important;
	font-size: 1.4rem;
}
#quick-contact .facebook:before {
	color: #3c5a98;
	content: '\e910' !important;
	font-size: 1.7rem;
}
#quick-contact .facebook a {
	color: #3c5a98;
}
/*---[ under-top ]-----------------------------------------------------------------------*/
#under-top {
	/*background-image: url('../images/bg-under-top.jpg');*/
	background-position: center center;
	background-repeat: no-repeat;
}
#under-top h1,
#under-top strong {
	display: block;
	color: #FFF;
	margin: 0;
	font-family: 'Geomanist';
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-shadow: 1px 1px rgba(0,0,0,0.35);
	margin: 29px 0 33px;
}
/*---[ above-main ]-----------------------------------------------------------------------*/
#above-main {
	padding: 17px 0 18px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}
#breadcrumbs {
	color: #767676;
	font-size: 1.4rem;
	text-shadow: 1px 1px #fff;
}
#breadcrumbs a {
	color: #767676;
	font-weight: 400;
}
#breadcrumbs a:hover {
	color: #0089bc;
}
#breadcrumbs .ico-home {
	color: #0089bc;
	font-size: 1.7rem;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
#breadcrumbs .ico-chevron-small-right {
	font-size: 0.7rem;
	margin: 0 7px;
	position: relative;
	top: -1px;
}
/*---[ slider ]-----------------------------------------------------------------------*/
#slider {
	height: 493px;
	overflow: hidden;
}
#slider > .slide {
	width: 100%;
	height: inherit;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}
#slider > .slide > .container {
	height: inherit;
	line-height: 480px;
}
#slider > #sliderArrows {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	z-index: 500;
}
#sliderArrows .sliderArrow {
	display: block;
	float: left;
	border: 2px #6f81a6 solid;
	border-right-width: 1px;
	color: #6f81a6;
	cursor: pointer;
	padding: 2px 10px;
	font-size: 1.8rem;
	line-height: 1;
	background-color: rgba(111,129,166,0);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#sliderArrows .sliderArrow + .sliderArrow {
	border-right-width: 2px;
	border-left-width: 1px;
}
#sliderArrows .sliderArrow:hover {
	background-color: rgba(111,129,166,0.35);
}
#slider .slide-inner {
	display: inline;
	display: inline-table;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.45;
	font-style: normal;
	padding-right: 45%;
	padding-top: 65px;
}
#slider .slide-inner .title {
	color: #FFF;
	font-size: 4rem;
	font-family: 'Geomanist';
	font-weight: 300;
	margin: 0 0 25px;
	text-shadow: 1px 1px rgba(0,0,0,0.35);
}
#slider .slide-inner .text {
	color: #c0c9dc;
	font-size: 1.7rem;
	margin-bottom: 18px;
	overflow: hidden;
	text-shadow: 1px 1px rgba(0,0,0,0.35);
}
/*---[ main ]-----------------------------------------------------------------------*/
#main {
	padding: 40px 0 30px;
}
.home #main {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	position: relative;
	padding: 0;
}
#main-warp {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#sidebar {
	width: 260px;
	min-width: 260px;
	display: table-cell;
	vertical-align: top;
}
#sidebar .box {
	margin-bottom: 30px;
}
#sidebar .nav {
	background-color: #efefef;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1) inset;
	padding: 15px 0;
}
#sidebar .nav ul {
	margin: 0;
}
#sidebar .nav ul > li {
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px #fff;
}
#sidebar .nav ul > li:before {
	display: none;
	content: '';
}
#sidebar .nav ul > li > a {
	display: block;
	font-size: 1.5rem;
	color: #5d5d5d;
	font-weight: 400;
	position: relative;
	padding: 4px 15px 4px 43px;
}
#sidebar .nav ul > li > a:hover,
#sidebar .nav ul > li > a:hover:before {
	color: #0089bc;
}
#sidebar .nav ul > li > a:before {
	content: '\e909';
	font-family: 'Icons';
	font-size: 0.7rem;
	color: #5d5d5d;
	position: absolute;
	top: 11px;
	left: 25px;
	-webkit-transition: color 0.35s ease-out;
	transition: color 0.35s ease-out;
}
#sidebar .nav ul > li > a.active,
#sidebar .nav ul > li > a.active:before {
	font-weight: 600;
	color: #0089bc;
}
#sidebar .apply-now-box {
	background-color: #0089bc;
	color: #fff;
	padding: 20px 20px;
	margin: 0 0 30px;
}
#sidebar .apply-now-box h3 {
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 15px;
}
#sidebar .apply-now-box h3 i {
	position: relative;
	top: 3px;
}
#sidebar .apply-now-box a {
	color: #fff;
}
#sidebar .apply-now-box .icons-list li:before {
	color: #fff;
}
#sidebar .clause-box {
	background-color: #efefef;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	font-size: 1.5rem;
	text-shadow: 1px 1px #fff;
	padding: 15px 20px;
	position: relative;
}
#sidebar .clause-box p {
	margin: 0;
}
#sidebar .clause-box p + p {
	margin: 8px 0 0;
}
#sidebar .clause-box:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 21px 0 0;
	border-color: #efefef transparent transparent transparent;
	position: absolute;
	bottom: -9px;
	left: 20px;
}
#sidebar + #content {
	display: table-cell;
	vertical-align: top;
	padding-left: 38px;
}
.home #content {
	padding: 40px 0 25px;
}
#content > h1:first-child,
#content > h2:first-child,
#content > h3:first-child,
#content > h4:first-child,
#content > h5:first-child
#content > h6:first-child {
	margin-top: -5px;
}
#b-free-estimation a {
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.4;
	padding: 25px 15px 25px 70px;
	background: #0089bc url('../images/bg-free-estimation.jpg') no-repeat 0 center;
	max-height: 126px;
	-webkit-transition: background-position 0.3s ease-out, padding-left 0.3s ease-out;
	transition: background-position 0.3s ease-out, padding-left 0.3s ease-out;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#b-free-estimation a:hover {
	background-position: -15px center;
	padding-left: 55px;
}
#b-free-estimation .title {
	color: #FFF;
	font-size: 2rem;
	margin: 0 0 10px;
	font-weight: 600;
}
#b-free-estimation span {}
#home-intro h2 {
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 28px;
	line-height: 1.3;
}
#home-intro p {
	margin-bottom: 30px;
}
#home-intro p:last-of-type {
	margin-bottom: 19px;
}
#home-blocks {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
#home-blocks .blocks-list {
	height: 100%;
}
#home-blocks .blocks-list .item {
	height: 50%;
}
#home-blocks .blocks-list .item a {
	height: 100%;
}
.wysiwyg-text h1 {
	font-size: 2.6rem;
	font-weight: 600;
}
/*---[ gallery ]-----------------------------------------------------------------------*/
.gallery {
	overflow: hidden;
	margin: -15px -15px 0;
}
.gallery li {
	float: left;
	height: auto;
	margin: 15px 0;
	padding: 0 15px;
	background: none;
	position: relative;
    min-height: 1px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery li:before {
	content: '';
	display: none;
}
.gallery li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(248,120,63,0);
	-webkit-transition: background 0.25s ease-out;
	transition: background 0.25s ease-out;
}
.gallery li a img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.gallery li a:hover {
	background: rgba(248,120,63,1);
}
.gallery li a:hover img {
	opacity: 0.2;
}
.gallery li a i {
	font-size: 4.5rem;
	color: #FFF;
	position: absolute;
	z-index: 2;
	width: 42px;
	height: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -21px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.gallery li a:hover i {
	opacity: 1;
}
.gallery.zoom-effect li a img {
    max-width: 100% !important;
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.gallery.zoom-effect li a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.gallery.slide-effect li a i {
	top: 25%;
}
.gallery.slide-effect li a:hover i {
	top: 50%;
}
/*---[ download ]-----------------------------------------------------------------------*/
.download {
	margin: 0 0 15px;
}
.download li {
	margin: 0 0 10px;
	padding: 0 0 0 32px;
	font-weight: normal;
	position: relative;
}
.download li:before {
	content: '\e90a';
	font-family: 'Icons';
	font-size: 2rem;
	color: #0089bc;
	position: absolute;
	top: -2px;
	left: 0;
}
.download li a {
	font-weight: normal;
	color: #303030;
}
.download li a span {
	color: #B8B8B8;
}
.download li a:hover {
	text-decoration: none;
	color: #0089bc;
}
/*---[ pagination ]-----------------------------------------------------------------------*/
.pagination {
	text-align: center;
	font-size: 1.5rem;
	line-height: 30px;
	color: #737373;
	border-top: 1px solid #e7e7e7;
	padding: 25px 0 0;
	margin: 15px 0;
	clear: both;
	overflow: hidden;
}
.pagination .pages {
	display: inline-block;
	vertical-align: middle;
}
.pagination .pages ol {
	list-style: none;
	display: inline;
	margin: 0;
}
.pagination .pages ol li {
	margin: 0 3px;
	padding: 0;
	background: none;
	float: left;
}
.pagination .pages ol li:before {
	content: '';
	display: none;
}
.pagination .pages ol li a,
.pagination .pages ol li span {
	display: block;
	background: #fff;
	padding: 0 11px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #e7e7e7;
	color: #303030;
	text-align: center;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.pagination .pages ol li a:hover {
	border-color: #0089bc;
	color: #0089bc;
}
.pagination .pages ol li span {
	background: #0089bc;
	color: #fff;
	border-color: #0089bc;
	font-weight: 700;
}
.pagination .pages ol li.prev a,
.pagination .pages ol li.next a {
	color: #303030;
	background: none;
	border: 0 none;
	width: auto;
	padding: 0 10px;
	height: 32px;
	line-height: 34px;
	font-size: 1.3rem;
}
.pagination .pages ol li.prev a:hover,
.pagination .pages ol li.next a:hover {
	color: #0089bc;
}
/*---[ newsList ]-----------------------------------------------------------------------*/
.news-list {}
.news-list .item {
	margin-bottom: 30px;
}
.news-list .item:nth-child(3n+1) {
	clear: both;
}
.news-list .item a {
	display: block;
	background: #FFF;
	border-bottom: 2px #d8d8d8 solid;
	overflow: hidden;
	height: 119px;
}
.news-list .item a figure {
	width: 117px;
	float: left;
	margin-right: 25px;
	background-color: rgba(0,137,188,0);
	-webkit-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
	position: relative;
}
.news-list .item a:hover figure {
	background-color: rgba(0,137,188,1);

}
.news-list .item a figure img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.news-list .item a:hover figure img {
	opacity: 0.2;
}
.news-list .item a figure .ico {
	font-size: 3.8rem;
	color: #FFF;
	position: absolute;
	width: 34px;
	height: 38px;
	z-index: 999;
	top: 25%;
	left: 50%;
	margin: -19px 0 0 -17px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
}
.news-list .item a:hover figure .ico {
	top: 50%;
	opacity: 1;
}
.news-list .item a .text {
	overflow: hidden;
	padding: 17px 15px 0 0;
}
.news-list .item a .text time {
	color: #a1a1a1;
	font-size: 2rem;
	font-family: 'Geomanist';
	font-weight: 400;
	margin-bottom: 7px;
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-list .item a:hover .text time {
	color: #0089bc;
}
.news-list .item a .text .title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	max-height: 42px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.news-list .item a:hover .text .title {
	color: #0089bc;
}
.news-list .item a {}
/*---[ circle social list ]-----------------------------------------------------------------------*/
.circle-social-list {
	margin: 0;
	padding: 0;
}
.circle-social-list li {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
}
.circle-social-list li:before {
	display: none;
	content: '';
}
.circle-social-list li a {
	display: block;
}
.circle-social-list li a svg {
	width: 28px;
	height: 28px;
	display: block;
	opacity: 0.3;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.circle-social-list li.fb a:hover svg {
	fill: #3B5998;
	opacity: 1;
}
.circle-social-list li.vim a:hover svg {
	fill: #1AB7EA;
	opacity: 1;
}
.circle-social-list li.yt a:hover svg {
	fill: #EE1C1B;
	opacity: 1;
}
/*---[ blocksList ]-----------------------------------------------------------------------*/
.blocks-list .item a {
	display: block;
	text-align: center;
	height: 162px;
}
.blocks-list .block-grey a {
	background-color: #efefef;
	text-shadow: 1px 1px #FFF;
}
.blocks-list .block-blue a {
	background-color: #0089bc;
	color: #FFF;
}
.blocks-list .block-dark-blue a {
	background-color: #0f2758;
	color: #FFF;
}
.blocks-list .block-inner {
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}
.blocks-list .item a .ico {
	font-size: 4.8rem;
	color: #0089bc;
	margin-bottom: 11px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.blocks-list .item a:hover .ico {
	margin-bottom: 9px;
	font-size: 6rem;
}
.blocks-list .block-blue a .ico {
	color: #FFF;
}
.blocks-list .item a .title {
	font-weight: 600;
	font-size: 1.5rem;
	color: #5d5d5d;
	line-height: 1.3;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding-left: 15px;
	padding-right: 15px;
}
.blocks-list .item a:hover .title {

}
.blocks-list .block-blue a .title {
	color: #fff;
}
.blocks-list .block-dark-blue a .title {
	color: #c9ceda;
}
/*---[ realizations list / realization ]-----------------------------------------------------------------------*/
.realizations-short-list h3 {
	font-size: 2rem;
	font-weight: 600;
}
.realizations-short-list h3 i {
	color: #07adc6;
	margin: 0 0 0 3px;
	position: relative;
	top: 2px;
}
.realizations-list .item,
.pages-list .item {
	margin: 0 0 18px;
}
.realizations-list .item a,
.pages-list .item a {
	display: block;
	overflow: hidden;
	position: relative;
}
.realizations-list .item img,
.pages-list .item img {
	display: block;
	max-width: 100%;
}
.realizations-list .item .title-main,
.pages-list .item .title-main {
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.7) 5%, rgba(0,0,0,0) 70%);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.7) 5%, rgba(0,0,0,0) 70%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.7) 5%, rgba(0,0,0,0) 70%);
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.7) 5%, rgba(0,0,0,0) 70%);
	background-image: linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,0) 70%);
	color: #fff;
	font-family: 'Geomanist';
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.38;
	text-shadow: 1px 1px rgba(0,0,0,.42);
	padding: 50px 25px 25px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.realizations-list .item a:hover .title-main,
.pages-list .item a:hover .title-main {
	opacity: 0;
	bottom: -50%;
}
.realizations-list .item .more,
.pages-list .item .more {
	background-color: rgba(0,137,188,0);
	padding: 18px 25px 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.realizations-list .item a:hover .more,
.pages-list .item a:hover .more {
	background-color: rgba(0,137,188,.8);
}
.realizations-list .item .title,
.pages-list .item .title {
	color: #fff;
	font-family: 'Geomanist';
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.38;
	opacity: 0;
	margin: -20px 0 12px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.realizations-list .item a:hover .title,
.pages-list .item a:hover .title {
	opacity: 1;
	margin: 0 0 12px;
	-webkit-transition: all 0.3s 0.3s ease-out;
	transition: all 0.3s 0.3s ease-out;
}
.realizations-list .item p,
.pages-list .item p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	opacity: 0;
	margin: 20px 0 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.realizations-list .item a:hover p,
.pages-list .item a:hover p {
	opacity: 1;
	margin: 0 0 0;
	-webkit-transition: all 0.3s 0.6s ease-out;
	transition: all 0.3s 0.6s ease-out;
}
.realizations-list .item .btn,
.pages-list .item .btn {
	padding: 13px 42px 15px 18px;
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 0;
	position: absolute;
	bottom: -50px;
	left: 25px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.realizations-list .item a:hover .btn,
.pages-list .item a:hover .btn {
	opacity: 1;
	bottom: 25px;
	-webkit-transition: all 0.3s 0.7s ease-out;
	transition: all 0.3s 0.7s ease-out;
}
.item-short {
	margin: 0 0 30px;
}
.item-short a {
	display: block;
	position: relative;
}
.item-short img {
	display: block;
}
.item-short .more {
	text-align: center;
	background-color: rgba(0,137,188,0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.item-short .btn {
	opacity: 0;
	padding: 13px 42px 15px 18px;
	background-color: transparent;
	border: 2px solid #fff;
	margin: -23px 0 0 -93px;
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

}
.item-short a:hover .more {
	background-color: rgba(0,137,188,.8);
}
.item-short a:hover .btn {
	opacity: 1;
	top: 50%;
}
.realization h1,
.news h1 {
	font-size: 2.6rem;
	font-weight: 600;
	margin: 0 0 12px;
}
.realization h2 {
	font-size: 2.6rem;
	font-weight: 400;
	margin: 0 0 27px;
}
.realization ul.icons-list {
	margin: 0 0 35px;
}
.news ul.icons-list {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.realization ul.icons-list li,
.news ul.icons-list li {
	float: left;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
}
.realization-slider {
	position: relative;
	margin: 0 0 30px
}
.realization-slider .slide {
	width: 100%;
	height: inherit;
	background-color: #ebebeb;
	text-align: center;
}
.realization-slider .slide img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.realization-slider .btn-prev-slide,
.realization-slider .btn-next-slide {
	color: #fff;
	cursor: pointer;
	font-size: 4rem;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,.13);
	margin: -27px 0 0;
	position: absolute;
	top: 50%;
	z-index: 100;
}
.realization-slider .btn-prev-slide {
	left: 20px;
}
.realization-slider .btn-next-slide {
	right: 20px;
}
.realization .range-of-works-list i {
	color: #0089bc;
	font-size: 4.8rem;
	position: absolute;
	top: 0;
	left: 0;
}
.realization .range-of-works-list + .range-of-works-list {
	margin-top: 25px;
}
.realization .range-of-works-list .block-inner {
	padding: 0 0 0 70px;
	height: 48px;
	line-height: 1.33;
	position: relative;
}
.realization .range-of-works-list strong {
	display: block;
	font-size: 1.5rem;
	font-weight: 400;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*---[ references ]-----------------------------------------------------------------------*/
.gridContainer {
	margin: 0 -9px;
}
.grid-sizer,
.grid-item {
	width: 25%;
}
.grid .item {
	margin: 9px;
}
.grid .zoom {
	display: block;
	position: relative;
}
.grid .zoom img {
	max-width: 100%;
	display: block;
}
.grid.init .zoom img {
	height: auto;
}
.grid .zoom:before {
	content: '';
	background-color: rgba(0,137,188,0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.grid .zoom:hover:before {
	background-color: rgba(0,137,188,.7);
}
.grid .zoom:after {
	content: '\e915';
	color: #fff;
	font-family: 'Icons';
	font-size: 7rem;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: -35px 0 0 -35px;
	opacity: 0;
	position: absolute;
	top: 70%;
	left: 50%;
	z-index: 10;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.grid .zoom:hover:after {
	opacity: 1;
	top: 50%;
}
.grid blockquote {
	background-color: #112651;
	color: #fff;
	padding: 15px 25px 20px;
	position: relative;
}
.grid blockquote:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 21px 0 0;
	position: absolute;
	bottom: -9px;
	left: 25px;
}
.grid blockquote.dark {
	background-color: #112651;
}
.grid blockquote.dark:before {
	border-color: #112651 transparent transparent transparent;
}
.grid blockquote.light {
	background-color: #0089bc;
}
.grid blockquote.light:before {
	border-color: #0089bc transparent transparent transparent;
}
.grid blockquote p {
	font-size: 1.5rem;
	font-style: italic;
	margin: 0 0 13px;
}
.grid blockquote footer strong {
	display: block;
}
.grid blockquote.dark footer {
	color: #9ba6bb;
}
.grid blockquote.light footer {
	color: #9bd3e8;
}
/*---[ show/hide ]-----------------------------------------------------------------------*/
.showHide {
	position: relative;
}
.showHide .title {
	color: #303030;
	font-size: 2rem;
	font-weight: 600;
	border-top: 1px solid #e8e8e8;
	padding: 25px 150px 25px 0;
	margin: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.showHide .title.active {
	color: #0089bc;
}
.showHide .btn-job {
	float: right;
	margin: -49px 0 0;
	position: relative;
	z-index: 10;
}
.showHide .btn-job span {
	float: left;
	margin: 0 5px 0 0;
}
.showHide .btn-job i {
	float: left;
	font-size: 1.6rem;
	position: relative;
	top: 4px;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.showHide .btn-job.active i {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.showHide .el {
	display: none;
}
.showHide .el h3 {
	font-size: 2rem;
}
/*---[ contact ]-----------------------------------------------------------------------*/
.contact-data h2 {
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 21px;
}
.contact-data h3 {
	font-family: 'Open Sans';
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 6px;
}
.contact-data p {
	line-height: 1.6;
	margin: 0;
}
ul.icons-list {
	margin: 0;
}
ul.icons-list + h3 {
	margin: 18px 0 6px;
}
ul.icons-list li {
	margin: 0 0 2px;
	padding: 0 0 0 28px;
	position: relative;
}
ul.icons-list li:before {
	color: #0089bc;
	font-size: 1.4rem;
	top: 1px;
	left: 0;
}
ul.icons-list li.mail:before {
	content: '\e904';
}
ul.icons-list li.phone:before {
	content: '\e903';
}
ul.icons-list li.www:before {
	content: '\e913';
	top: 2px;
}
ul.icons-list li.fax:before {
	content: '\e914';
}
ul.icons-list li.location:before {
	content: '\e916';
}
ul.icons-list li.date:before {
	content: '\e917';
}
#contactMap {
	width: 100%;
	height: 500px;
}
/*---[ forms ]-----------------------------------------------------------------------*/
ul.form {
	margin: 0 0 15px;
	overflow: hidden;
}
ul.form li {
	margin: 10px 0 0;
	padding: 0;
	background: none;
}
ul.form li:first-child {
	margin: 0;
}
ul.form li label {
	font-weight: 600;
	line-height: 1.2;
	text-align: right;
	display: block;
	float: left;
	width: 125px;
	padding: 12px 0 10px;
}
ul.form li label span {
	color: #0089bc;
	font-weight: bold;
}
ul.form li.captcha {
	overflow: hidden;
	float: left;
}
ul.form li.captcha img {
	float: left;
}
ul.form li.captcha input[type='text'] {
	width: 190px;
	text-align: center;
	margin: 0 0 0 10px;
}
ul.form li #fName,
ul.form li #fEmail,
ul.form li #fPhone {
	width: 250px;
	float: left;
}
ul.form li.cf input[type='text'] + input[type='text'] {
	margin: 0 0 0 10px;
}
ul.form li input[type='text'].error,
ul.form li input[type='password'].error,
ul.form li input[type='file'].error,
ul.form li select.error,
ul.form li textarea.error {
	border-color: #f1d6d6;
	background: #fff5f5;
}
ul.form li.submit {
	float: right;
	position: relative;
	z-index: 1;
}
/*---[ bottom ]-----------------------------------------------------------------------*/
#bottom {
	padding: 34px 0 7px;
	overflow: hidden;
}
#bottom > .container > h2 {
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 34px;
	color: #5d5d5d;
	text-shadow: 1px 1px #fff;
}
#bottom > .container > .more-link {
	float: right;
	margin-top: -60px;
	z-index: 999;
	position: relative;
}
/*---[ good-eventing ]-----------------------------------------------------------------------*/
#good-eventing {
	background: transparent url(../images/bg-parallax.jpg) no-repeat center center;
	text-align: center;
	color: #FFF;
	line-height: 1;
	padding: 64px 0;
}
#good-eventing img {
	vertical-align: middle;
	max-width: 100%;
}
#good-eventing span {
	display: inline-block;
	vertical-align: middle;
	font-size: 3rem;
	font-family: 'Geomanist';
	font-weight: 400;
	position: relative;
	padding-left: 32px;
	margin-left: 22px;
	position: relative;
	top: -4px;

}
#good-eventing span:before {
    border: 2px solid #57cfff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: -3px;
    position: absolute;
    top: 14px;
    width: 10px;
}
/*---[ footer ]-----------------------------------------------------------------------*/
#footer {
	color: #9cabcb;
	font-size: 1.4rem;
	padding: 40px 0 30px;
	overflow: hidden;
}
.home #footer {
	color: #5e5e5e;
}
#footer a {
	font-weight: 600;
	color: #9cabcb;
}
#footer a:hover {
	color: #fff;
}
#footer p {
	margin: 0;
}
#footer .copy {
	float: left;
}
#footer .create {
	float: right;
	text-align: right;
}
#footer .circle-social-list {
	float: right;
}
/*-----------------------------------------------------------------------------*/
/*---[ RWD ]-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
html.is-open,
.is-open body {
	overflow-y: hidden;
}
#menu-trigger {
	display: none;
	width: 45px;
	cursor: pointer;
	float: right;
	margin: 30px 0;
	border: 1px #e6e6e6 solid;
	padding: 15px 12px;
}
#menu-trigger span {
	display: block;
	height: 2px;
	background: #737373;
	margin: 5px 0;
	position: relative;
	border-radius: 1px;
}
#menu-trigger span:before,
#menu-trigger span:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #737373;
	position: absolute;
	left: 0;
}
#menu-trigger span:before {
	top: -5px;
}
#menu-trigger span:after {
	bottom: -5px;
}
#slide-sidebar {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.7s;
	transition: visibility 0s 0.7s;
}
#slide-sidebar .slide-sidebar-container {
	/* all navigation content */
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.is-open #slide-sidebar {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.is-open #slide-sidebar .slide-sidebar-container {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	-moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
	transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
#slide-top {
	background: #fff;
	position: relative;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
}
#slide-top .logo img {
	display: inline-block;
	margin: 0 auto;
	max-width: 50%;
	height: auto;
	width: 85px;
}
#slide-top #slide-close-btn {
	color: #737373;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 3rem;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	right: 10px;
}
#slide-menu {
	background-color: #fff;
}
#slide-menu ul {
	margin: 0;
	border-top: 1px solid #ececec;
}
#slide-menu ul li {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#slide-menu ul li:before {
	display: none;
}
#slide-menu ul li:first-child i {
	display: none;
}
#slide-menu ul li i {
	cursor: pointer;
	color: #bfbfbf;
	width: 46px;
	height: 46px;
	font-size: 1.5rem;
	line-height: 46px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
#slide-menu ul li i.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#slide-menu ul li a {
	display: block;
	background: #fff;
	padding: 10px 15px;
	font-size: 1.8rem;
	text-align: center;
	color: #35353e;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
#slide-menu ul li a:hover,
#slide-menu ul li a.active {
	background: #fff;
	color: #007CAA;
}
#slide-menu ul li ul {
	margin: 0;
	padding: 0;
	display: none;
}
#slide-menu ul li ul li {
	border-top: 1px solid #eaeaea;
	border-bottom: 0 none;
}
#slide-menu ul li ul li:first-child {
	border-top: 0 none;
}
#slide-menu ul li ul li a {
	background: #F9F9F9;
	color: #737373;
	padding: 10px 15px;
	font-size: 1.5rem;
	font-weight: 400;
}
#slide-menu ul li ul li a:hover,
#slide-menu ul li ul li a.active {
	background: #F9F9F9;
}
#slide-menu ul li ul li a i {
	display: none;
}
#slide-quick-contact #quick-contact {
	float: none;
	overflow: hidden;
	text-align: center;
	margin: 20px 0;
}
#quick-contact li {
	float: none;
	display: inline-block;
}
#slide-main {
	padding: 0;
	position: relative;
	z-index: 2;
	/* fix bug on iOS */
	height: 100vh;
	/*overflow-y: auto;*/
	-webkit-overflow-scrolling: touch;
	background: #0f2758;
	box-shadow: -10px 0 100px rgba(0, 0, 0, 0);
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.7s;
	-moz-transition: -moz-transform 0.7s;
	transition: transform 0.7s;
	-webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
	transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
.is-open #slide-main {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.shadow #slide-main {
	box-shadow: -10px 0 100px rgba(0, 0, 0, 0.8);
}
.iframe-rwd {
	position: relative;
	padding-bottom: 65.25%;
	height: 0;
	overflow: hidden;
}
.iframe-rwd iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.table-rwd {
	overflow-x: auto;
	padding: 0 1px;
}

@media screen and (min-width: 1025px) and (max-width: 1200px), screen and (min-width: 360px) and (max-width: 479px) {
	.news-list .item a figure {
		margin-right: 15px;
	}
	.news-list .item a .text {
		padding-top: 10px;
	}
	.news-list .item a .text time {
		font-size: 1.8rem;
		margin-bottom: 3px;
	}
	.news-list .item a .text .title {
		font-size: 1.4rem;
		max-height: 59px;
	}
}

@media screen and (max-width: 961px) and (max-width: 1200px), screen and (min-width: 902px) {
	.wysiwyg-text img {
	    height: auto !important;
	    max-width: 100% !important;
	}
	.wysiwyg-text .img-left, .wysiwyg-text .img-right {
		max-width: 50%;
	}
	.wysiwyg-text .img-left img,
	.wysiwyg-text .img-right img {
		display: block;
	    height: auto;
	    max-width: 100%;
	    width: 100%;
	}
	.wysiwyg-text .img-in-text img {
		max-width: 100% !important;
		height: auto !important;
	}
}

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

@media screen and (max-width: 1200px) {
	#slider .slide-inner .title {
		font-size: 3.4rem;
	}
	#slider .slide-inner {
		padding-right: 40%;
	}
	.realizations-list .item .title,
	.pages-list .item .title {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}

@media screen and (max-width: 1080px) {
	#menu-trigger {
		display: block;
	}
	.contact-data > .col6 {
		width: 100%;
	}
	#contactMap {
		margin: 30px 0 0;
	}
	ul.form li #fName,
	ul.form li #fEmail,
	ul.form li #fPhone {
		width: 32%;
	}
	.realizations-list .col4,
	.pages-list .col4 {
		width: 50%;
	}
}

@media screen and (max-width: 1024px) {
	.news-list .item {
		width: 100%;
		clear: both;
	}
}

@media screen and (max-width: 960px) {
	#sidebar {
		display: none;
	}
	#sidebar + #content {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	#main {
	    padding-top: 25px;
	    padding-bottom: 30px;
	}
	#home-intro {
		width: 100%;
	}
	#home-blocks {
		position: static;
		width: 100%;
		height: 400px;
		padding-left: 0;
		padding-right: 0;
	}
	.home #content {
	    padding: 25px 0 20px;
	}
	.grid-sizer, .grid-item {
		width: 33.33333%;
	}
	.realization > .row-big > .col6 {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	#slider > #sliderArrows {
		display: none;
	}
	#slider .slide-inner {
		padding: 30px 25px;
		background-color: rgba(0,0,0,0.45);
		text-align: center;
	}
	#slider .slide-inner .title {
		margin-bottom: 15px;
	}
	#slider {
		height: 400px;
	}
	#slider > .slide > .container {
		line-height: 390px;
	}
}

@media screen and (max-width: 768px) {
	h1,
	.h1 {
		font-size: 3rem;
	}
	h2,
	.h2 {
		font-size: 2.4rem;
	}
	h3,
	.h3 {
		font-size: 2.2rem;
	}
	h4,
	.h4 {
		font-size: 2rem;
	}
	#good-eventing {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#good-eventing img {
		margin-bottom: 2px;
	}
	#good-eventing span {
		padding: 0;
		margin: 0;
		display: block;
	}
	#good-eventing span:before {
		display: none;
	}
	ul.form li.cf input[type='text'] + input[type='text'] {
		margin: 10px 0 0;
	}
	ul.form li #fName,
	ul.form li #fEmail,
	ul.form li #fPhone {
		float: none;
		width: 50%;
	}
	.showHide .title {
		padding: 25px 150px 5px 0;
	}
	.showHide .btn-job {
		overflow: hidden;
		float: none;
		margin: 0 0 20px;
		display: block;
	}
	.grid-sizer, .grid-item {
		width: 50%;
	}
	.realizations-list .item .title,
	.pages-list .item .title {
		overflow: visible;
		white-space: normal;
		text-overflow: initial;
	}
	.realizations-list .item p,
	.pages-list .item p {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	h1,
	.h1 {
		font-size: 2.8rem;
	}
	#slider .slide-inner .title {
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
	#slider .slide-inner .text {
		font-size: 1.6rem;
		margin-bottom: 13px;
	}
	#slider {
		height: 350px;
	}
	#slider > .slide > .container {
		line-height: 340px;
	}
	#footer {
		text-align: center;
	}
	ul.form li.captcha {
		float: none;
	}
	ul.form li.captcha input[type='text'] {
		width: 46%;
	}
	ul.form li.submit {
		float: none;
	}
	.realizations-list .col4,
	.pages-list .col4 {
		width: 100%;
	}
	.realizations-list .item img,
	.pages-list .item img {
		width: 100%;
	}
	.realizations-list .item p,
	.pages-list .item p {
		display: block;
	}
}

@media screen and (max-width: 480px) {
	h1,
	.h1 {
		font-size: 2.4rem;
	}
	h2,
	.h2 {
		font-size: 2.2rem;
	}
	h3,
	.h3 {
		font-size: 2rem;
	}
	h4,
	.h4 {
		font-size: 1.8rem;
	}
	.lead {
		font-size: 1.7rem;
	}
	#under-top h1 {
	    margin: 19px 0 21px;
	}
	.pagination .pages ol li {
		display: none;
	}
	.pagination .pages ol li.active,
	.pagination .pages ol li.prev,
	.pagination .pages ol li.next {
		display: block;
	}
	.wysiwyg-text .img-left, .wysiwyg-text .img-right {
		max-width: 100% !important;
		float: none !important;
		margin: 0 0 19px !important;
		text-align: center !important;
	}
	.wysiwyg-text .img-left img,
	.wysiwyg-text .img-right img {
		display: inline-block !important;
	    height: auto !important;
	    max-width: 100% !important;
	    width: auto !important;
	}
	.wysiwyg-text .img-in-text img {
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
	}
	#good-eventing span {
		font-size: 2.5rem;
	}
	#home-blocks {
		height: 1000px;
	}
	#home-blocks .blocks-list .item {
		width: 100%;
		height: 16.666%;
	}
	#home-blocks .blocks-list .item a .title {
		font-size: 1.8rem;
	}
	#bottom > .container > h2 {
		margin-bottom: 0;
	}
	#bottom > .container > .more-link {
		float: none;
		margin-top: 0;
		margin-bottom: 34px;
		display: inline-block;
	}
	.contact-data .col6 {
		width: 100%;
	}
	.contact-data .col6 .col6 + .col6 {
		margin: 18px 0 0;
	}
	ul.form li #fName,
	ul.form li #fEmail,
	ul.form li #fPhone {
		width: 100%;
	}
	.grid-sizer, .grid-item {
		width: 100%;
	}
	.realization .range-of-works-list .col6 + .col6 {
		width: 100%;
		margin: 25px 0 0;
	}
}

@media screen and (max-width: 479px) {
	#slider {
		display: none;
	}
	.home #top {
		border-bottom: 3px #007CAA solid;
	}
	.home #footer {
		text-align: center;
	}
	#footer .copy {
		float: none;
	}
	#footer .circle-social-list {
		float: none;
		margin-top: 15px;
	}
	#footer .circle-social-list li {
		margin: 0 5px;
	}
}

@media screen and (max-width: 400px) {
	.realizations-list .item p,
	.pages-list .item p {
		display: none;
	}
}

@media screen and (max-width: 360px) {
	.alert:before {
		display: none;
	}
	.alert {
		padding-left: 25px;
	}
	#good-eventing {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#good-eventing span {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 359px) {
	.news-list .item a {
		height: auto;
		padding: 25px 25px 20px 25px;
	}
	.news-list .item a figure {
		float: none;
		width: 100%;
	}
	.news-list .item a figure img {
		width: 100%;
		height: auto;
		display: block;
	}
	.news-list .item a .text {
		padding-right: 0;
	}
	.news-list .item a .text .title {
		max-height: 100%;
	}
}

@media screen and (max-width: 319px) {
	#slide-quick-contact #quick-contact li + li {
		margin-left: 12px;
	}
}