@charset "UTF-8";

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/open-sans/OpenSans-Light-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLightItalic';
    src: url('../fonts/open-sans/OpenSans-LightItalic-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-LightItalic-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-LightItalic-webfont.svg#OpenSansLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/open-sans/OpenSans-Italic-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemiboldItalic';
    src: url('../fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-SemiboldItalic-webfont.svg#OpenSansSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic:400,400italic,700,700italic);

html {
	height: 100%;			
}

body {
	height: 100%;
	background: #F5F2EC;
	margin: 0px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, button, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: none;
}

img {
	display: block;
}

iframe {
	display: block;
}

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

a {
	color: inherit;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-weight: normal;
}


/*************************************
	Menu
 *************************************/


nav {
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0px;
	background: rgba(40, 50, 75, 0.9);
	font-family: 'OpenSansLight';
	font-size: 14px;
	text-transform: uppercase;
	color: #F5F2EC;
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	z-index: 2000;
}

nav a {
	color: #F5F2EC;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
}

nav ul {
	display: table;
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 0;
}

nav li {
	display: table-cell;
	width: auto;
	vertical-align: middle;
	line-height: 50px;
	white-space: nowrap;
	padding: 0 60px 0 0;
}

nav  > ul > li:first-child {
	width: 100%;
	font-size: 21px;
	padding: 0;
}

nav  > ul > li:last-child {
	padding: 0;
}

nav  > ul > li:last-child a {
	display: block;
	width: 30px;
	text-align: center;
}

nav .active {
	font-family: 'OpenSansSemibold';
}

#side_nav {
	position: fixed;
	top: 80px;
	left: 50%;
	margin: 0 0 0 470px;
	z-index: 2000;
}

#side_nav ul {
	display: relative;
	width: 160px;
	margin: 0 0 0 -160px;
	padding: 0;
}

#side_nav li {
	list-style: none;
	background: url(../images/bt_side_nav_nm.svg) right 9px no-repeat;
	font-family: 'OpenSansRegular';
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	text-align: right;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #F5F2EC;
	opacity: 0.75;
	margin: 0;
	padding: 15px 45px 15px 0;
}

#side_nav .active, #side_nav .active.alt {
	background-image: url(../images/bt_side_nav_on.svg);
	font-family: 'OpenSansSemibold';
	opacity: 1;
}

#side_nav .active.alt {
	background-image: url(../images/bt_side_nav_alt_on.svg);
}

#side_nav .alt {
	background-image: url(../images/bt_side_nav_alt_nm.svg);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	color: #28324B;
}


/*************************************
	Footer
 *************************************/


footer {
	position: relative;
	width: 100%;
	height: 30px;
	background: #F5F2EC;
    font-family: 'OpenSansSemibold';
	font-size: 11px;
	line-height: 30px;
	color: #28324B;
	box-shadow: 0px 0px 10px rgba(0, 0, 0 ,0.5);
}

footer > div {
	position: relative;
	width: 940px;
	text-align: center;
	margin: 0 auto 0 auto;
}


/*************************************
	Content
 *************************************/


.img_section {
	position: relative;
	width: 100%;
	height: 530px;
	background: rgb(40, 50, 75);
}

.img_section > div {
	position: relative;
	width: 100%;
	height: inherit;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.img_section > div.multiple {
	float: left;
	width: 50%;
}

.img_section > div.multiple:last-child {
	clear: both;
	float: none;
	position: absolute;
	width: 6px;
	left: 50%;
	background: #F5F2EC;
	margin: 0 0 0 -3px;
}

.text_section {
	position: relative;
	width: 100%;
	background: #F5F2EC;
    font-family: 'Gentium Book Basic', serif;
	font-size: 16px;
	line-height: 20px;
	color: rgb(40, 50, 75);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.text_section > div {
	position: relative;
	width: 780px;
	left: 50%;
	margin: 0 0 0 -470px;
	padding: 30px 0 40px 0;
}

.text_section hr {
	width: 100%;
	height: 1px;
	background: rgba(59, 38, 28, 0.1);
	border: none;
	margin: 40px 0 1px 0;
	padding: 0;
}

h1 {
	display: block;
    font-family: 'OpenSansBold';
	font-size: 22px;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: solid 1px rgba(60, 69, 91, 0.3);
	margin: 0 0 4px 0;
	padding: 8px 0 5px 0;
}

h2 {
	display: block;
    font-size: 20px;
	padding: 8px 0 10px 0;
}

p, ul {
	padding: 0 0 10px 0;
}

p:last-of-type {
	padding-bottom: 0px;
}

p ~ ul {
	padding-top: 10px;
}

li {
	list-style: disc;
	margin: 0 0 10px 20px;
}

.enlarged p {
	font-size: 20px;
	line-height: 24px;
}

.enlarged li {
	margin: 0 0 12px 24px;
}

.text_section .cols {
	display: table;
}

.text_section .cols > div {
	display: table-cell;
	padding: 0 20px 20px 20px;
}

.text_section .cols > div:first-child {
	padding-left: 0;
}

.text_section .cols > div:last-child {
	padding-right: 0;
}

.text_section_mask {
	position: absolute;
	width: 940px;
	height: 80px;
	top: 0px;
	background: rgba(245, 232, 236, 0.6);
}

.text_section.contact {
	background: #1b1e26;
	color: #F5F2EC;
}

.text_section.contact > div {
	padding: 78px 0 40px 0;
}

.text_section.contact .text_section_mask {
	background: rgba(245, 232, 236, 0);
}

.bt_linkedin {
	display: inline-block;
	width: 86px;
	height: 24px;
	background: #FFFFFF url(../images/ico_linkedin.svg) center center no-repeat;
	background-size: auto 18px;
	border-radius: 3px;
	margin: 0 0 -6px 0;
}


#key_ctrl {
	position: fixed;
	left: 50%;
	bottom: 134px;
	margin: 0 0 0 438px;
}

#key_ctrl button {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../images/img_key_ctrl_arrow_up_nm.svg) center center no-repeat;
}

#key_ctrl button.down {
	top: 40px;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

#key_ctrl button:hover, #key_ctrl button.over {
	opacity: 0.5;
}

#key_ctrl button:active, #key_ctrl button.active {
	width: 40px;
	height: 40px;
	background-image: url(../images/img_key_ctrl_arrow_up_on.svg);
	opacity: 1;
	margin: -4px 0 0 -4px;
}

#key_ctrl button.disabled {
	background-color: transparent;
	border: solid 1px rgba(255, 255, 255, 1);
	cursor: default;
	opacity: 0.5;
}

/*form {
	font-size: 12px;
	line-height: 22px;
}
form ul {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
}
form input, form textarea {
	width: 155px;
	height: 18px;
	background: #FFFFFF;
	border: none;
	margin: 0;
	padding: 0;
}
form .chk {
	width: auto;
	height: auto;
}
form textarea {
	width: 275px;
	height: auto;
}
form button {
	display: block;
	width: auto;
	height: 20px;
	background: rgb(40, 50, 75);
	font-family: 'OpenSansBold';
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0 5px 0 5px;
}

#form_msg ul {
	margin: 0;
	padding: 0;
}*/


/*************************************
	Loader
 *************************************/


@-webkit-keyframes three-quarters {
	0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	
	100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

	@-moz-keyframes three-quarters {
	0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	
	100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}
	
	@-o-keyframes three-quarters {
	0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	
	100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

@keyframes three-quarters {
	0% {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	
	100% {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	}
}

/* Styles for old versions of IE */
.three-quarters {
	font-family: sans-serif;
	font-weight: 100;
}

/* :not(:required) hides this rule from IE9 and below */
.three-quarters:not(:required) {
	-webkit-animation: three-quarters 1250ms infinite linear;
	-moz-animation: three-quarters 1250ms infinite linear;
	-ms-animation: three-quarters 1250ms infinite linear;
	-o-animation: three-quarters 1250ms infinite linear;
	animation: three-quarters 1250ms infinite linear;
	border: 8px solid #FFFFFF;
	border-right-color: transparent;
	border-radius: 16px;
	box-sizing: border-box;
	display: inline-block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
}

/*@media screen and (min-width: 1260px)  {
	.img_section > div {
		background-position: center center;
	}
}*/