html, body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;	
}

body {
	background: #f4f4f4;
	color: #1b385d;
	overflow-x: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 17px;
	line-height: 1.72;
}

#header1 {
	border-top: 7px solid #fff;
	margin-top: 4px;
}

#header1 > .wrap {
	padding: 20px 18px 20px 18px;
}

#header2 {
	border-top: 5px solid #fff;
	border-bottom: 4px solid #fff;
	background: url('../img/head-bg.jpg') no-repeat;
	margin-bottom: -12px;
	background-size: cover;
}

.inner #header2 {
	position: absolute;
	width: 100%;
	height: 37vw;
	max-height: 471px;
}

.no-cssvwunit .inner #header2 {
	height: 471px;
}

.inner #main {
	margin-top: 72px;
}

.wrap {
	position: relative;
	width: 1123px;
	margin-left: auto;
	margin-right: auto;
}

footer {
	background: #315271;
	color: #c7c7c7;
	text-align: center;
	border-top: 14px solid #fff;
	border-bottom: 2px solid #fff;
	line-height: 3em;
}

footer a {
	color: #c7c7c7;
}

footer span {
	display: inline-block;
	white-space: nowrap;
}

footer span:before {
	content: '•';
	margin: 0 0.5em 0 0.15em;
}

footer span:first-child:before {
	display: none;
}

/******** menus ********/
.lang-menu {
	float: right;
}

.lang-menu a {
	display: block;
	text-align: right;
	color: #403f3f;
	font-size: 0.875em;
	text-decoration: none;
}

.lang-menu a:hover {
	color: #666464;
}

#main-nav-switch {
	display: none;
}

.main-menu {
	padding: 0;
	margin: 0;
	background: #24589c;
	text-align: justify;
	line-height: 2em;
	height: 2em;
}

.main-menu:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.main-menu > li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.04em;
}

.main-menu > li > a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 0 22px 0 16px;
	white-space: nowrap;
	display: block;
	position: relative;
}

.sub > a:after {
	content: '';
	display: block;
	position: absolute;
	right: 4px;
	top: 0.9em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	cursor: pointer;
}

.sub-menu {
	padding: 10px 0;
	margin: 0;
	position: absolute;
	background: #24589c;
	display: none;
	z-index: 100;
}

.sub:last-child > .sub-menu  {
	right: 0;
}

.sub-menu > li {
	list-style: none;
	font-size: 1.0625em;
	line-height: 1.65em;
	letter-spacing: 0.04em;
	padding: 5px 0;
}

.sub-menu > li > a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 36px 1px 18px;
	white-space: nowrap;
}
.sub-menu > li > a:hover, .sub-menu > li > a.active {
	background: #3f6495;
}

/******** slider ********/
#slider {
	position: relative;
/*	margin-top: 80px;
	margin-bottom: 70px;*/
	padding-top: 7.13%;
	padding-bottom:  6.24%;
	overflow: visible !important;
}

#slider img {
	display: none;
}

.slidesjs-navigation {
	display: block;
	text-indent: 100%;
	overflow: hidden;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 10;
}

.slidesjs-previous {
	left: -40px;
	border-width: 20px 20px 20px 0;
	border-color: transparent #778291 transparent transparent;
}

.slidesjs-previous:hover {
	border-right-color: #97a4b8;
}

.slidesjs-next {
	right: -40px;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #778291;
}

.slidesjs-next:hover {
	border-left-color: #97a4b8;
}

/******** tags ********/
.tags {
	position: absolute;
	top: 0;
	width: 300px;
	color: #fff;
	font-size: 0.9375em;
	font-weight: bold;
	line-height: 1.72em;
	white-space: pre;
}

.tags-left {
	top: 0;
	left: -330px;
}

.tags-right {
	right: -320px;
}

section {
	margin: 21px auto;
}

article {
	padding: 5px 20px;
	background: #fff;
}

/* uncomment if you need hyphenation
article p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
*/
a {
	color: #2F62A4;
}
a:hover {
	color: #1b385d;
}

h1 {
	font-size: 1.6em;
	font-weight: 500;
}

h1 > span {
	color: #4b4b4b;
	display: block;
	font-weight: bold;	
	letter-spacing:1px;
}

h2 {
	font-size: 1.25em;
	font-weight: 500;
	margin: 0.67em 0 0 0;
	letter-spacing:1px;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 2.4em 0 0 0;
}

h4 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 1.7em 0 0 0;
	line-height: 1.4em;
}


hr {
	height: 2px;
	border: 0 none;
	background: #8695a9;
	margin: 1.5em 0;
	padding: 0;
}

.row {
	display: table;
	position: relative !important;
}

.col-3 {
	width: 33.33%;
	display: table-cell;
	border-left: 6px solid #f4f4f4;
	padding: 16px 20px;
}

.col-3:first-child {
	border-left: 0 none;
}

.col-3 h1 {
	min-height: 5.28em; 
}

.col-3 p {
	margin: 2em 0;
}

h1.fixed {
	position: absolute;
	top: 0;
	left: 20px;
}

.staff {
	width: 50%;
	display: table-cell;
	border-left: 3px solid #f4f4f4;
	padding-top: 30px;
}

.staff:first-of-type {
	border-left: 0 none;
	border-right: 3px solid #f4f4f4;
}

.staff h1 {
	margin-top: 176px;
}

.row-a {
	text-align: justify;
}

.row-a:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
	font-size: 0;
}

.col-a {
	display: inline-block;
	vertical-align: top;
}

.col-a > img {
	display: block
}

.header-a {
	height: 8em;
}

p.arrow {
	padding-left: 2.5em;
	position: relative;
	margin: 0 0 2.5em 0;
	margin: 0;
}
p-download {
	font-size: 1.225em;
}

p.arrow:before {
	content: '\2192';
	font-weight: bold;
	font-size: 1.625em;
	line-height: 0.765em;
	display: block;
	overflow: hidden;
	text-indent: -0.28em;
	position: absolute;
	left: 0;
}

h2 > span.small {
	display: block; 
	font-size: 0.8em;
}

ul.check-mark {
	list-style: none;
	padding-left: 0.8em;
}

ul.check-mark > li {
	line-height: 1.5em;
}

ul.check-mark > li:before {
	content: '\2713';
	margin-right: 1.2em;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top: 3px;
}

.w50 {
	width: 50%;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

/***** helpers ****************************/
.ir {
	display: inline-block;
	text-indent: 200%;
	white-space: nowrap;
	line-height: 0;
	overflow: hidden;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/* ==========================================================================
   Devices styles
   ========================================================================== */
@media only screen and (max-width: 1280px){
	.tags {
		display: none;
	}	
}

@media only screen and (max-width: 1024px){
	body {
		font-size: 0.9em;
	}
	
	.wrap {
		width: 100%;
		padding: 0 10px;
	}
	
	.no-cssvwunit .inner #header2 {
		height: 393px;
	}
	
	.inner #main {
		margin-top: 15px;
	}
	
	.slidesjs-previous {
		left: 5px;
	}
	
	.slidesjs-next {
		right: 5px;
	}
		
	#main-nav {
		position: absolute;
		left: 0;
		top: -36px;
		z-index: 1000;
	}

	#main-nav-switch {
		display: block;
		width: 78px;
		height: 40px;
		background: transparent;
		position: relative;
	}
	
	#main-nav-switch > span, #main-nav-switch > span:before, #main-nav-switch > span:after {
		display: block;
		position: absolute;
		width: 27px;
		height: 4px;
		
		top: 18px;
		left: 0px;
		
/*		background: #fff;*/
		background: #24589c;
		
		content: '';

/* grey shaddow
		-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
*/
		
/* #3F6495 shaddow
		-webkit-box-shadow: 0px 0px 2px 0px rgba(63, 100, 100, 0.75);
		-moz-box-shadow:    0px 0px 2px 0px rgba(63, 100, 100, 0.75);
		box-shadow:         0px 0px 2px 0px rgba(63, 100, 100, 0.75);
*/
	}
	
	#main-nav-switch > span {
		left: 20px;
	}
	
	#main-nav-switch > span:before {
		top: -8px;
	}
	
	#main-nav-switch > span:after {
		top: 8px;
	}

	.lt-ie9 #main-nav-switch > span, .lt-ie9 #main-nav-switch > span:before, .lt-ie9 #main-nav-switch > span:after {
		border: 1px solid #bbb;
	}
	
	.lt-ie9 #main-nav-switch > span:before, .lt-ie9 #main-nav-switch > span:after {
		left: 17px;
	}
	
	.lt-ie9 #main-nav-switch > span {
		height: 6px;
		width: 29px;
	}

	.lt-ie9 #main-nav-switch > span:before {
		top: -10px;
	}
	
	#main-nav-switch > span:before, .no-touchevents #main-nav-switch > span:after {
		-webkit-transition: .2s transform ease-out;
		-moz-transition: 0.2s transform ease-out;
		-ms-transition: 0.2s transform ease-out;
		-o-transition: 0.2s transform ease-out;
		transition: .2s transform ease-out;
	}
	
	.no-touchevents #main-nav-switch:hover > span:before, .expanded > #main-nav-switch > span:before {
		-webkit-will-change: -webkit-transform;
		-moz-will-change: -moz-transform;
		will-change: transform;
		-webkit-transform: translate3d(0, -2px, 0);
		-moz-transform: translate3d(0, -2px, 0);
		-ms-transform: translate3d(0, -2px, 0);
		-o-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
	}

	.no-touchevents #main-nav-switch:hover > span:after, .expanded > #main-nav-switch > span:after {
		-webkit-will-change: -webkit-transform;
		-moz-will-change: -moz-transform;
		will-change: transform;
		-webkit-transform: translate3d(0, 2px, 0);
		-moz-transform: translate3d(0, 2px, 0);
		-ms-transform: translate3d(0, 2px, 0);
		-o-transform: translate3d(0, 2px, 0);
		transform: translate3d(0, 2px, 0);
	}

	.main-menu {
		height: auto;
		margin-top: 5px;
		text-align: left;
		display: none;
		width: 320px;
		overflow: hidden;
	}
	
	.main-menu:after {
		display: none;
	}
	
	.main-menu > li, .sub-menu > li {
		display: block;	
	}
	
	.main-menu > li > a, .sub-menu > li > a {
		display: block;
/*		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
	}
	
	.main-menu > li {
		padding: 4px 0;
	}
	
	.main-menu .sub > a:after {
		top: 0.85em;
		right: 8px;
		border-width: 5px 0px 5px 5px;
		border-color: transparent  transparent transparent #ffffff;
	}
	
	.main-menu .sub.expanded > a:after {
		top: 1.1em;
		right: 6px;
		border-width: 5px 5px 0px 5px;
		border-color: #ffffff transparent  transparent transparent;
	}

	.main-menu > li > a {
		padding-top: 2px;
		padding-bottom: 2px;
		white-space: normal;
	}
	
	.sub-menu {
		position: static;
		padding: 0 18px;
	}
	
	.sub-menu > li > a {
		white-space: normal;
	}

	.staff img.right {
		margin: 2em 0;
	}
	
	.staff img.left {
		margin: 2em 0;
	}
	
	.staff h1 {
		margin-top: 216px;
	}
}

@media only screen and (max-width: 900px){
	.no-cssvwunit .inner #header2 {
		height: 346px;
	}
	
	.staff img.right, .staff img.left {
		float: none;
		margin: 0;
	}
	
	.staff h1 {
		float: none;
		margin-top: 2em;
	}
}

@media only screen and (max-width: 768px){
	.no-cssvwunit .inner #header2 {
		height: 295px;
	}
	
	.staff {
		display: block;
		width: 100%;
	}
	
	.staff h1 {
		display: inline-block;
		vertical-align: bottom;
	}
	
	.staff img {
		float: right !important;
		margin: 2em 0 !important;
	}
}

@media only screen and (max-width: 600px){
	.no-cssvwunit .inner #header2 {
		height: 231px;
	}
	
	.col-3 {
		display: block;
		width: 100%;
	}
	
	.col-3 h1 {
		min-height: auto;
	}
}

@media only screen and (max-width: 480px){
	.no-cssvwunit .inner #header2 {
		height: 185px;
	}
	
	.staff img {
		float: none !important;
		margin: 0 !important;
	}
	
	.staff h1 {
		display: block;
		width: 100%;
	}
	
	.rw100 {
		width: 100%;
	}
}

@media only screen and (max-width: 380px){
	.no-cssvwunit .inner #header2 {
		height: 146px;
	}
	
	.lang-menu a {
		display: inline;
		padding: 2px 6px;
	}
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
		border: 0 none !important;
    }
	
	p > a[href^=http]:after {
        content: " (" attr(href) ")";
		font-size: 12px;
		display: block;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3 {
        page-break-after: avoid;
		page-break-inside: avoid;
    }
	
	body {
		display: block;	
	}
	
	.ir {
		text-indent: 0;
		line-height: inherit;
	}
}
