* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'luga_c';
	src: url('../fonts/lugac.eot');
	src: url('../fonts/lugac.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lugac.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'luga_c';
	src: url('../fonts/lugac-bold.eot');
	src: url('../fonts/lugac-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lugac-bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'luga_c';
	src: url('../fonts/lugac-bolditalic.eot');
	src: url('../fonts/lugac-bolditalic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lugac-bolditalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;

}

@font-face {
	font-family: 'luga_c';
	src: url('../fonts/lugac-italic.eot');
	src: url('../fonts/lugac-italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lugac-italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;

}

@font-face {
	font-family: 'i_Flash';
	src: url('../fonts/iflash_706-webfont.eot');
	src: url('../fonts/iflash_706-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/iflash_706-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

::-ms-clear {
	display: none;
}

::-webkit-search-cancel-button,
::-webkit-input-cancel-button {
    display: none;
}

a,
object,
embed,
input,
button,
textarea {
	outline: 0;
}

input::-moz-focus-inner { 
  border: 0;
}

html, body {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 120%;
	color: #666;
}

h1 {
	font-weight: 400;
}

a {
	color: #416B9B;
}

a img {
	border: 0 none;
}

a:hover {
	color: #F5AB3A;
}

p+p {
	padding-top: 15px;
}

fieldset {
	border: 0;
}

legend {
	margin-bottom: 10px;
	width: 100%;
	color: #1A3D65;
	font-family: luga_c;
	font-size: 20px;
	text-align: center;
}

.oldie {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	background: url('../images/oldie.png') repeat #045299;
	text-align: center;
}

.oldie .box {
	position: relative;
	margin-top: 200px;
	padding: 40px;
	width: 500px;
	background-color: #fff;
}

.oldie .box .close {
	position: absolute;
	top: -27px;
	right: -27px;
	width: 27px;
	height: 27px;
	background: url('../images/oldie_close.jpg') no-repeat;
	cursor: pointer;
	text-indent: -99999px;
	font-size: 0;
}

.oldie .box h1 {
	margin: 10px 0;
	color: #333;
	font-family: luga_c;
	font-size: 20px;
	line-height: 25px;
}
.oldie .box h1 span {
	color: #045299;
}

.oldie .box hr {
	width: 216px;
	height: 1px;
	background-color: #000;
}

.error {
	font-size: 13px;
	color: #990000 !important;
}

.error input {
	font-size: 100%;
	color: #990000 !important;
}

.input-wrapper.error {
	border: 1px solid #990000 !important;
}

ul.errors_list li {
	border: 0 !important;
}

.breadcrumb a.selected,
.navbar li a.selected,
.selected {
	color: #F4AB39;
}

.wrapper {
	min-width: 978px;
	width: 100%;
	overflow: hidden;
	border-top: 6px solid #F5AB3A;
	background: url(../images/background.jpg) repeat-x 50% 0;
}

.layout {
	min-width: 978px;
	max-width: 1600px;
	overflow: hidden;
	margin: 0 auto;
}

.col_left {
	margin-left: 2%;
	width: 20%;
	float: left;
	min-height: 10px;
}

.col_right {
	margin-right: 2%;
	width: 20%;
	float: left;
	min-height: 10px;
}

.col_main {
	width: 54%;
	float: left;
	margin: 0 1%;
	min-height: 10px;
}

header:after {
	content: " ";
	background: url(../images/bgr_logo.png) 50% 0 no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -490px;
	width: 980px;
	height: 144px;
}

header {
	position: relative;
	display: block;
	height: 200px;
	font-family: luga_c;
}

header.layout {
	display: block;
	overflow: visible;
}

header .lang {
	float: left;
}

header .search_wrapper {
	float: right;
	font-size: 0pt;
}

header .logo {
	height: 144px;
	text-align: center;
}

header .logo h1 {
	padding: 15px 0;
	font-size: 20px;
	color: #416B9B;
}

header .logo h1 a {
	text-decoration: none;
}

header .logo span {
	display: block;
}

header .col_main {
	overflow: hidden;
	width: auto;
	float: none;
}

header * {
	position: relative;
	z-index: 1;
}

header .col_left,
header .col_right {
	min-width: 350px;
	margin: 0;
}

header .col_right {
	float: right;
	z-index: 100;
}

.lang {
	background: #1B3D65;
	list-style: none;
	padding-right: 10px;
}

.lang li {
	display: inline-block;
}

.lang li a {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.lang .active a {
	color: #83A6D1;
	background: url(../images/sprite.png) 50% 100% no-repeat;
}

.search_wrapper {
	background: #1B3D65;
	position: relative;
}

.search_wrapper ul {
	background: #F5AB3A;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.search_wrapper ul li {
	display: inline-block;
}

.search_wrapper ul li a {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	padding: 0 10px;
	min-width: 7px;
	color: #fff;
	vertical-align: middle;
}

.search_wrapper ul li + li a {
	font-size: 0pt;
}

.field-box .input-wrapper input.search,
.search_wrapper input[type="text"],
.search_wrapper input[type="search"] {
	border: 0 none;
	background: none;
	width: 82px;
	padding: 5px;
	font-size: 14px;
	font-family: luga_c;
	color: #fff;
	vertical-align: middle;
	width: 100%;
	float: left;
}

.search_wrapper input[type="submit"],
.search_wrapper input[type="button"] {
	width: 30px;
	height: 36px;
	background-color: #1B3D65;
	border: none;
}

.search_wrapper .input-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}

.search_wrapper .input-wrapper input {
	width: 290px;
}

.icon_print,
.icon_small_a,
.icon_big_a,
.icon_big_a,
.icon_rss,
.icon_search {
	text-indent: -9999px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
}

.icon_print {
	background-position: 4px 50%;
}

.icon_small_a {
	min-width: 1px !important;
	background-position: -22px 50%;
}

.icon_big_a {
	min-width: 1px !important;
	background-position: -46px 50%;
}

.icon_rss {
	background-position: -64px 50%;
}

.icon_search {
	background-position: -95px 50%;
}

nav {
	display: block;
	clear: both;
	letter-spacing: -4px;
	background: #1B3D65;
	margin: 0 20px;
	position: relative;
	font-size: 0pt;
	z-index: 20;
}

nav .main_menu_wrapper {
	position: static;
	overflow: hidden;
	margin: 0 auto;
	min-width: 920px;
	max-width: 1400px;
}

nav .left {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -7px;
	width: 0;
	vertical-align: top;
	height: 32px;
	border-right: 7px solid #1B3D65;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	letter-spacing: 0;
}

nav .right {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -7px;
	width: 0;
	display: inline-block;
	vertical-align: top;
	height: 32px;
	border-left: 7px solid #1B3D65;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	letter-spacing: 0;
}

nav .left.active,
nav .right.active {
	z-index: 999;
	border: 0 none;
	width: 32px;
	height: 46px;
	background: url('../images/menu_scroll.png') no-repeat;
	cursor: pointer;
}

nav .right.active {
	background-position: -30px 0;
}

nav ul {
	position: static;
	margin: 0 auto;
	/*width: 920px;*/
	width: 9999px;
	height: 46px;
	vertical-align: top;
	letter-spacing: 0;
	list-style: none;
	text-align: left;
	/*text-align: center;*/
	font-size: 0pt;
	z-index: 2;
}

	nav ul.main_menu li {
		position: static;
		display: inline-block;
	}

	nav ul.main_menu > li:hover {}

		nav ul.main_menu li a {
			display: block;
			height: 46px;
			padding: 0 8px;
			line-height: 46px;
			color: #fff;
			text-decoration: none;
			font-size: 14px;
		}

		nav ul li a.active {
			color: #F3AB39;
		}

		nav ul li:hover > a,
		nav ul li:hover > a.active {
			color: #fff;
			background-color: #F3AB39;
		}

	nav .sub_menu {
		display: none;
		position: absolute;
		top: 46px;
		left: 0;
		padding: 1%;
		width: 98%;
		background-color: #F3AB39;

		-webkit-box-shadow: 0 8px 6px -6px #000;
		-moz-box-shadow: 0 8px 6px -6px #000;
		box-shadow: 0 8px 6px -6px #000;
	}
	
	nav ul.main_menu li:hover .submenu {
		display: block;
	}
	
	nav .sub_menu ul {
		position: relative;
		padding-right: 20px;
		width: auto;
		height: auto;
		float: left;
		text-align: left;
	}

	nav .sub_menu ul li {
		width: 215px;
		display: list-item;
		float: none;
		z-index: 2;
		margin: 5px 0;
		position: relative;
	}

	nav .sub_menu ul li a {
		height: auto;
		line-height: 120%;
		padding: 5px;
	}
	
	nav .sub_menu ul li:hover > a {
		position: relative;
		background: #1B3D65;
	}

	nav .sub_menu ul li:hover > a:after {
		left: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		border-color: rgba(27, 61, 101, 0);
		border-left-color: #1B3D65;
		border-width: 1em;
		top: 50%;
		margin-top: -1em;
	}
	
	nav ul li:hover .sub_menu {
		display: table-cell;
	}
	
	
	nav .sub_menu_sub {
		display: none;
	}
	
	nav .sub_menu ul li:hover .sub_menu_sub {
		display: block;
	}
	
	nav .sub_menu ul .sub_menu_sub {
		font-size: 12px;
		height: auto;
		position: absolute;
		top: 0;
		left: 235px;
		padding: 10px;
		width: 100%;
		z-index: 9999;
		background: #1B3D65;
	}
	
	nav .sub_menu ul li .sub_menu_sub li:hover > a:after {
		border: 0 none;
	}

	nav .sub_menu ul li .sub_menu_sub li {
		margin: 0;
		width: 100%;
	}
	
	nav .sub_menu ul li .sub_menu_sub li > a:hover {
		text-decoration: underline;
	}
	
	.menu_additional {
		position: relative;
		display: table;
		padding: 0 0 0 20px;
		width: auto;
		border-left: 1px solid #F7CA82;
	}

	.menu_additional:before {
		content: " . ";
		position: absolute;
		top: 50%;
		left: -10px;
		margin-top: -10px;
		width: 11px;
		height: 21px;
		font-size: 0pt;
		text-indent: -999px;
		background: #F3AB39 url(../images/menu_arrow_border.png);
	}
	
		.menu_texts {
			display: table-cell;
			color: #FFFFFF;
			font-family: Tahoma;
			font-size: 12px;
			text-align: left;
			padding-right: 15px;
			width: 80%;
			border-right: 1px solid #F7CA82;
		}
		
		.menu_image {
			display: table-cell;
			padding-left: 15px;
			vertical-align: top;
		}
	
.tooltip_menu {
	display: none;
	background: url(../images/tooltip.png) no-repeat;
	width: 234px;
	height: 115px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 120%;
	color: #333;
	text-align: center;
	
	position: absolute;
	top: -115px;
	right: 0;
}

	.tooltip_menu em {
		display: inline-block;
		font-size: 14px;
		height: 55px;
		letter-spacing: 0;
		line-height: 100%;
		margin: 15px 0 0 15px;
		padding: 10px 50px 0 0;
		text-align: left;
		width: 140px;
	}

	.tooltip_menu .close_tooltip {
		font-family: Tahoma;
		font-size: 14px;
		color: #333;
		position: absolute;
		top: 14px;
		right: -18px;
		background-color: #fff;
		width: 20px;
		height: 18px;
		text-decoration: none;
	}
	
	

.stage {
	width: 100%;
	height: 315px;
	background: #25568F;
	margin-top: -23px;
}

.stage .table {
	margin-top: 20px;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.stage .table .col_left,
.stage .table .col_right,
.stage .table .col_main {
	display: table-cell;
	float: none;
	vertical-align: top;
}

.stage .table .col_left {
	padding-left: 10px;
	width: auto;
	background: url(../images/stage_borders.png) 100% -589px no-repeat;
}

.stage .table .col_main {
	width: 360px;
	background: url(../images/stage_borders.png) -8px 0 no-repeat;
}

.stage .table .col_right {
	padding-right: 10px;
	width: auto;
	height: 285px;
	background: url(../images/stage_borders.png) 0 -295px no-repeat;
}

.bar {
	font-family: luga_c;
	text-align: center;
	margin: 30px 0 20px;
	background: url(../images/bgr_title.png) 0 3px no-repeat;
}

.bar .bar_right {
	height: 20px;
	background: url(../images/bgr_title.png) 100% -39px no-repeat;
}

.bar span {
	width: 100%;
	display: block;
	vertical-align: middle;
	height: 14px;
}

.bar h2 {
	display: inline-block;
	font-weight: 400;
	font-size: 20px;
	color: #666;
	padding-left: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	background: url(../images/bgr_title_text.png) 0 3px no-repeat;
}

.bar h2 span {
	display: block;
	padding-right: 17px;
	padding-left: 2px;
	height: 20px;
	background: #fff url(../images/bgr_title_text.png) 100% -15px no-repeat;
}

.list {
	line-height: 16px;
	list-style: none;
}

.list a {
	text-decoration: none;
}

.type {
	display: block;
	width: 90px;
	padding: 0 10px;
	height: 31px;
	color: #416B9B;
	font-size: 12px;
	line-height: 31px;
	border-left: 1px solid #D7DEE5;
	background: url(../images/bgr_type.png) 100% 0 no-repeat;
}
.type i {
	margin-right: 7px;
	vertical-align: -4px;
}

.media {
	width: 76px;
	padding-right: 30px;
}

.photo_media{
	padding-right: 30px;
	background: url(../images/bgr_photo.png) 100% 0 no-repeat;
	display: block;
	height: 18px;
}
.list .more {
	width: 119px;
	padding-left: 10px;
	font-size: 12px;
	border-left: 1px dotted #F5AB3A;
	text-align: left;
}

.list .more a {
	color: #F3AB39;
	text-transform: uppercase;
}

.list .more a:hover {
	color: #416B9B;
}

.list .more_wrapper {
	height: 100%;
	display: table-cell;
	padding-left: 10px;
}

.list li:first-child {
	border-top: 0 none;
}

.list li {
	padding: 10px 0;
	display: table;
	width: 100%;
	border-bottom: 1px dotted #F5AB3A;
}

.list li > a,
.list li > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 20px 5px 0;
}

.col_main .content > div {
	/*display: table-cell;*/
	/**/
	
	vertical-align: middle;
}

.col_left .content .media,
.col_right .content .media {
	width: auto;
	display: inline-block;
	padding: 10px 0;
}

.col_left .box .content,
.col_right .box .content {
	padding: 10px;
}

.col_left .box {
	border-right: 1px solid #F3F3F3;
}
.col_right .box {
	border-left: 1px solid #F3F3F3;
}

.list li > div:last-child {
	padding-right: 0;
}

.icon_video,
.icon_doc,
.icon_pdf,
.icon_ppt,
.icon_file,
.icon_jpg,
.icon_bmp,
.icon_avi,
.icon_xls {
	width: 16px;
	height: 18px;
	display: inline-block;
	background: url(../images/icons_files.png) 0 0 no-repeat;
}

.icon_doc {
	background-position: 0 0;
}
.icon_pdf {
	background-position: 0 -84px;
}
.icon_ppt {
	background-position: 0 -56px;
}
.icon_file {
	background-position: 0 -112px;
}
.icon_jpg {
	background-position: 0 -140px;
}
.icon_bmp {
	background-position: 0 -140px;
}
.icon_avi {
	background-position: 0 -168px;
}
.icon_xls {
	background-position: 0 -28px;
}
.icon_video {
	background-position: 0 -192px;
}

.thumb {
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.thumb img {
	display: block;
}

.list h4 {
	font-family: "luga_c";
	font-style: italic;
	font-weight: 400;
	color: #666;
}

.box {
	border-top: 2px solid #F5AB3A;
	padding-bottom: 10px;
	margin-top: 10px;
}

.box a {
	text-decoration: none;
}

.box h2 {
	background: #F3F3F3;
	font-size: 18px;
	font-family: luga_c;
	font-weight: 400;
	padding: 10px;
	color: #666;
	position: relative;
	margin-bottom: 5px;
}

.col_main .box h2,
.col_main .box h2 span {
	text-align: center;
}

.box h2 span {
	display: block;
	text-align: center;
}

.box h2 i {
	position: absolute;
	border-top: 13px solid #f3f3f3;
	border-left: 13px solid #fff;
	border-right: 13px solid #fff;
	bottom: -13px;
	left: 50%;
	margin-left: -13px;
}

.box .content {
	padding: 10px 0;
	font-size: 12px;
}

.content .thumb {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content .thumb[align="left"] {
	margin-right: 10px;
}
.content .thumb[align="right"] {
	margin-left: 10px;
}
.content .thumb[align="center"] {
	margin-right: 10px;
	margin-left: 10px;
}

.banner {
	margin: 10px 0 20px;
	border: 1px solid #D7DEE5;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 325px;
	max-height: 250px;	
}

.banner .title_wrapper {
	position: absolute;
	bottom: -5px;
	left: 0;
	right: -5px;
	padding: 0 15px 15px 10px;
	background: url(../images/bgr_title_shadow.png) 100% 100% no-repeat;
}

.title_wrapper .title {
	padding-top: 13px;
	margin-top: -13px;
}

.title_wrapper h2 {
	font-size: 15px;
	font-weight: 400;
	line-height: 110%;
	font-family: luga_c;
}

.grid li a,
.banner > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/transparent.png);
}

.title_wrapper h2 span {
	display: block;
	color: #fff;
	background: url(../images/bgr_left_title.png) 0 0 repeat-y;
}

.title_wrapper h2 span span {
	display: block;
	padding: 10px 10px;
	background: url(../images/bgr_right_title.png) 100% 0 repeat-y;
}

.orange .title {
	background: url(../images/bgr_title_arrow_orange.png) 50% 0  no-repeat;
}
.orange .title_wrapper h2 {
	background: url(../images/bgr_title_orange.png);
}

.blue .title {
	background: url(../images/bgr_title_arrow_blue.png) 50% 0  no-repeat;
}
.blue .title_wrapper h2 {
	background: url(../images/bgr_title_blue.png);
}

.grid {
	list-style: none;
	overflow: hidden;
	padding: 5px 0;
}

.grid li {
	position: relative;
	float: left;
	height: 75px;
	width: 214px;
	margin: 1px;
	border: 1px solid #F3F3F3;
}

.grid li img {
	display: block;
}

.grid li > div {
	display: table-cell;
	vertical-align: middle;
}

.grid li > div:first-child+div {
	padding: 0 20px;
}

.grid li h4 {
	font-family: luga_c;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

.carousel {
	overflow: hidden;
}

.carousel > ul {
	list-style: none;
	overflow: hidden;
	position: relative;
}

.carousel > ul > li {
	float: left;
	margin-right: 10px;
}

.controls {
	text-align: center;
	padding: 20px 0 5px;
}

.controls > a {
	text-indent: -9999px;
}

.controls .next,
.controls .prev {
	display: inline-block;
	height: 24px;
	width: 102px;
	vertical-align: middle;
	background: url(../images/bgr_carousel_nav.png) 100% 0 no-repeat;
}

.controls .prev {
	background-position: 0 0;
}

.controls .next:hover {
	background-position: 100% -24px;
}

.controls .prev:hover {
	background-position: 0 -24px;
}

.controls > span {
	height: 22px;
	word-spacing: -4px;
	display: inline-block;
	vertical-align: middle;
}

.controls span a {
	display: inline-block;
	margin: 0 3px;
	width: 8px;
	height: 8px;
	padding: 3px;
	border: 1px solid #D6D6D6;
	vertical-align: middle;
}

.controls span a:hover {
	border-color: #F5AB3A;
}

.controls span a span {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

.controls span a.active span {
	background: #25568F;
}

.tabs > ul {
	position: relative;
	list-style: none;
}

.tabs > ul > li {
	display: none;
	xposition: absolute;
}

.tabs_controls {
	text-align: center;
	margin: 20px 0 10px;
	background: url(../images/bgr_tabs.png) 0 50% repeat-x;
}

.tabs_controls ul {
	display: inline-block;
	background: url(../images/bgr_title_orange.png);
}

.tabs_controls ul li:first-child {
	border: 0 none;
}

.tabs_controls ul li {
	display: table-cell;
	width: 162px;
	padding: 8px 10px;
	vertical-align: middle;
	border-left: 1px solid #fff;
	cursor: pointer;
	background: url(../images/bgr_title_blue.png);
}
.tabs_controls ul li:hover {
	background: url(../images/bgr_title_blue_hover.png);
}

.tabs_controls ul li.active {
	background: url(../images/bgr_tab_active.png) 50% -4px no-repeat;
}

.tabs_controls ul li a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: luga_c;
	font-weight: 400;
}

footer {
	display: block;
	background: #F5AB3A;
}

footer ul {
	width: 980px;
	margin: 50px auto 0;
	position: relative;
	top: -37px;
	padding-top: 70px;
	list-style: none;
	overflow: hidden;
	font-size: 0pt;
}

footer ul li {
	width: 225px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

footer ul li dd {
	padding: 2px 0;
}

footer ul li dl dt a {
	font-family: luga_c;
	line-height: 100%;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 15px;
}

footer ul li dl a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 120%;
}
footer ul li dl a:hover {
	color: #fff;
}

footer .bottom {
	width: 100%;
	background: #E5EAF0;
}

footer .layout {
	width: 980px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}

footer .logo {
	display: inline-block;
	width: 280px;
	height: 88px;
	background: url(../images/footer_logo.png) 50% 50% no-repeat;
}

footer .col_main {
	text-align: center;
}

footer .col_right {
	text-align: right;
}

footer .col_right a {
	margin-top: 90px;
	display: inline-block;
}

footer h1 {
	font-family: luga_c;
	font-size: 16px;
	color: #25548D;
}

footer .col_left,
footer .col_right {
	margin: 0;
}

footer .col_left { 
	white-space: nowrap; 
}

footer .col_left a {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	text-indent: -9999px;
	margin-top: 80px;
}

.icon_fb {
	background: url(../images/icons_social.png) 0 0;
}

.icon_tw {
	background: url(../images/icons_social.png) -45px 0;
}

.icon_yt {
	background: url(../images/icons_social.png) -90px 0;
}

.icon_fl {
	background: url(../images/icon_flickr.png);
}

footer .icon_rss {
	width: 45px !important;
	background: url(../images/icon_rss.png) -8px 3px;
}

.shadow_thumb {
	display: block;
	width: 320px;
	height: 240px;
	padding: 20px;
	position: relative;
	background: url(../images/bgr_thumb.png) 50% 50% no-repeat;
}

.play {
	position: absolute;
	width: 89%;
	height: 85%;
	left: 0;
	top: 0;
	margin: 20px 20px;
	background: url(../images/icon_play.png) 50% 50% no-repeat;
}

.gallery {
	width: 100%;
	height: 295px;
	overflow: hidden;
	position: relative;
}

.gallery li {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}

.gallery li .shadow_thumb {
	position: absolute;
	display: none;
	top: 0;
}

.gallery .tabs {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-transform: uppercase;
	font-size: 8px;
	text-align: center;
	font-family: i_Flash;
	z-index: 10;
}

.gallery .tabs a {
	color: #fff;
	display: inline-block;
	padding-bottom: 3px;
	text-decoration: none;
}

.gallery .tabs .active {
	color: #9EB3CC;
	background: url(../images/sprite.png) 50% 16px no-repeat;
}

.stage .news {
	padding: 0 15px 0 30px;
	color: #fff;
	font-size: 12px;
}

.stage .news h2 {
	font-family: luga_c;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}

.date {
	color: #fff;
	display: inline-block;
	font-family: i_Flash;
	font-size: 8px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.stage .news h2 a {
	color: #fff;
	text-decoration: none;
}

.stage .news_wrapper {
	height: 250px;
	overflow: hidden;
}

.stage .news_wrapper ul {
	position: relative;
	height: 100%;
	list-style: none none;
}

.stage .news_wrapper li {
	display: none;
	xposition: absolute;
}

.stage .controls {
	text-align: right;
	padding: 5px 20px 0;
}

.stage .controls a {
	display: inline-block;
	margin: 0 3px;
	width: 8px;
	height: 8px;
	padding: 2px;
	border: 1px solid #6B97CA;
	vertical-align: middle;
}

.stage .controls a span {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 100%;
}

.stage .controls a.active span {
	background: #6B97CA;
}

.stage .more_news_wrapper {
	height: 280px;
	overflow: hidden;
}

.stage .more_news {
	padding: 0 15px 0 30px;
	list-style: none;
}

.stage .more_news li {
	color: #fff;
	padding-bottom: 20px;
}

.stage .more_news h3 {
	font-size: 16px;
	line-height: 110%;
	font-family: luga_c;
	font-weight: 400;
}

.stage .more_news a {
	color: #fff;
	text-decoration: none;
}

.mCustomScrollBox>.mCSB_scrollTools {
	width: 9px;
	right: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
	background: url(../images/bgr_scrollbar.png) -9px 0 no-repeat;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	position: absolute !important;
	top: 4px;
	height: auto;
	bottom: 0;
	width: 9px;
	border-radius: 0;
	background: url(../images/bgr_scrollbar.png) 0 100% no-repeat;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: none;
}

@media screen and (max-width: 1024px) {
	.col_left .box {
		border-right: 0 none;
	}
	.col_right .box {
		border-left: 0 none;
	}
}

.select-field,
.input-wrapper {
	height: 39px;
	display: inline-block;
	padding-left: 5px;
	background: url(../images/bgr_inputs.png) 0 0 no-repeat;
}

.input-holder {
	height: 39px;
	line-height: 39px;
	padding-right: 10px;
	padding-left: 5px;
	background: url(../images/bgr_inputs.png) 100% -39px no-repeat;
}

.hidden.input-wrapper {
	position: static;
}

.search_wrapper .input-wrapper {
	position: relative;
}

.search_wrapper .hidden.input-wrapper input {
	width: 100px;
	line-height: 16px;
	color: #fff;
	margin-top: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10%;
	background: url(../images/icons_search.png) 100% -48px no-repeat;
}

.field-box .input-wrapper input.search,
.search_wrapper .input-wrapper input {
	color: #666;
	background: url(../images/icons_search.png) 100% -8px no-repeat;
}

.search_wrapper .input-wrapper input.search {
	float: none;
}

.search_wrapper .input-wrapper input.search,
form .field-box .input-wrapper input.search {
	padding-top: 6px;
}

.hidden.input-wrapper {
	background: none;
	line-height: 36px;
	height: 36px;
}

.hidden.input-wrapper > .input-holder {
	background: none;
	line-height: 36px;
	height: 36px;
	padding-left: 0;
}

/* breadcrumbs */
.breadcrumb {
	overflow: hidden;
	margin-top: 20px;
	font-size: 12px;
	list-style: none none;
}
	
	.breadcrumb li {
		float: left;
	}

	.breadcrumb li + li {
		padding-left: 5px;
	}
		
		.breadcrumb a {
			color: #666;
			text-decoration: none;
		}
/* breadcrumbs end */

/* navbar */
.navbar {
	overflow: hidden;
	margin: 20px 0 20px 0;
	list-style: none none;
}

.navbar li {
	font-family: luga_c;
	font-size: 14px;
	
}

.navbar li + li {
	margin-top: 15px;
}

.navbar li a {
	color: #193D65;
	text-decoration: none;
}

/* navbar end */

/* search_box */
.close {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/close_btn.png) no-repeat;
	cursor: pointer;
}

.search_box .close {
	position: absolute;
	top: 0;
	right: -1px;
	z-index: 200;
}

header .search_box * {z-index: auto;}

.search_box {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 320px;
	padding: 0 15px 15px 10px;
	margin: 0;
	background-color: #fff;
	text-align: center;
}

.field-box + .field-box {
	margin-top: 10px;
}

.field-box .select-field {
	width: 100%;
	vertical-align: top;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;*/
}

.field-box .input-wrapper input.date-picker,
.field-box .input-wrapper input.search {
	width: 100%;
	float: left;
}

.field-box .input-holder {
	padding-left: 0;
}

textarea,
.input-holder input,
.field-box input,
.field-box select,
.field-box .input-wrapper {
	width: 99%;
	border: 0;
	font-size: 12px !important;
	color: #666666;
	font-family: Tahoma !important;
}

textarea,
.input-holder input,
.field-box input,
.field-box select {
	background: none;
}

.field-box .input-wrapper input.search,
.search_wrapper .input-wrapper input {
	background: url("../images/icons_search.png") no-repeat 97% -8px;
	color: #666666;
}

.field-box .input-wrapper input.date-picker {
	background: url("../images/icon_calendar.png") no-repeat 99% 50%;
	color: #666666;
	margin-top: 0;
	padding-left: 5px;
}

.select-field select {
	height: 39px;
	vertical-align: middle;
	display: inline-block;
	border: 0 none;
	outline: 0 none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: url("../images/bgr_inputs.png") no-repeat 100% -39px;
	padding: 10px 0;
	padding-right: 10px;
}

.select-field select option {
	padding: 10px;
}

.archive_search_box,
.search_wrapper.in_column,
.search_wrapper.in_column .search_box,
.archive_search_box .search_wrapper.in_column .search_box {
	display: block;
	position: static;
	width: 100%;
	padding: 0;
}

.search_wrapper.in_column + .archive_search_box {
	margin-top: 20px;
}

.search_wrapper.in_column > .search_box,
.archive_search_box {
	padding: 4%;
	width: 92%;
}

.archive_search_box {
	background: #1B3D65;
}

.archive_search_box legend {
	color: #fff;
	background: #1B3D65;
	margin: 0;
	padding-bottom: 20px;
}

.search_wrapper.in_column .field-box .input-wrapper input.date-picker {
	width: 100%;
	height: 39px;
	line-height: 32px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-holder input,
.field-box input,
.search_wrapper.in_column .field-box .input-wrapper input.search,
.search_wrapper.in_column .search_wrapper .input-wrapper input {
	background-position: 97% 0;
	width: 100%;
	height: 39px;
	line-height: 32px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.field-box .recaptchatable #recaptcha_response_field {
	margin-top: 10px !important;
	padding-left: 10px !important;
	border: 0;
	border-radius: 5px;
	background-color: #fff;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.select-field select {
		/*padding-right: 18px;*/
		padding-right: 0;
	}
	
	.field-box .input-wrapper input.date-picker,
	.field-box .input-wrapper input.search {
		width: 100%;
	}
}

.select-field {
	position: relative;
}

.select-field:after {
	content: ' ';
	color: #aaa;
	top: 17px;
	right: 8px;
	z-index: 2;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
	width: 9px;
	height: 5px;
	background: url("../images/arrow_down.png") no-repeat;
}

.select-field:before {
	content: '';
	top: 5px;
	right: 7px;
	z-index: 1;

	position: absolute;
	pointer-events: none;
	display: block;

	/*background: url("../images/bgr_inputs.png") no-repeat 100% -39px;*/
	background-color: #fff;
	width: 9px;
	height: 29px;
	line-height: 39px;
}

.field-box .date-select:after {
	background: none;
}

.field-box .date-select:before {
	right: 10px;
	background: url("../images/icon_calendar.png") no-repeat 99% 50%;	
}

.field-box input[type="submit"],
.field-box button {
	padding: 7px 5px;
	border: 0;
	font-size: 20px;
	font-family: luga_c;
	color: #fff;
	background: #1B3D65;
	width: 40%;
	cursor: pointer;
}

.field-box button[type="submit"] {
	float: right;
}

.field-box button[type="reset"] {
	margin-right: 32px;
	background: #837D7D;
	float: left;
}

.contact_form button[type="submit"] {
	float: left;
	width: auto;
}

.contact_form .cbx-container { 
	position: relative;
}

.contact_form .cbx-container input { 
	display: none;
}

.contact_form .cbx-container label:before { 
	content:"";
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border: 1px solid #aaa;
	box-shadow: inset 0 0 2px;
	background-color: #fff;
}

.contact_form .cbx-container label:after {
	display: none;
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	height: 12px;
	width: 12px;
	background-color: #aaa;
}

.contact_form .cbx-container input:checked~ label:after {
	display: block;
}

.contact_form .cbx-container.error label:before {
	border-color: #990000;
}

div.layout .col_right .field-box button {
	width: auto;
}

.button {
	float: left;
	width: 60%;
}

.placeholder {
	color: #aaa !important;
}

.search_form button {
	text-transform: uppercase;
}

.w285 {
	/* width: 285px !important; */
	/* width: 260px !important; */
	width: 32% !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}


/* pagination */
.col_main .content > div.pagination {
	clear: both;
	display: table;
	width: 100%;
	margin-top: 30px;
}

.pagination a.disabled,
.pagination a.disabled + i {
	color: #D6D6D6;
}

	.pagination > div {
		display: table-cell;
		vertical-align: middle;
	}

	.pagination .backward,
	.pagination .forward {
		font-size: 14px;
	}
	
	.pagination .backward {
		text-align: right;
	}

	.pagination .backward + div {
		text-align: center;
		font-family: luga_c;
		font-size: 20px;
	}

		.pagination .backward + div a {
			display: inline-block;
			height: 34px;
			width: 34px;
			line-height: 34px;
			color: #fff;
			text-decoration: none;
			background-color: #1B3D65;
		}

		.pagination .backward + div a:hover,
		.pagination .backward + div a.active {
			position: relative;
			background-color: #F5AB3A;
		}
		
		.pagination .backward + div a:hover:after,
		.pagination .backward + div a.active:after {
			bottom: 100%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
		}

		.pagination .backward + div a:hover:after,
		.pagination .backward + div a.active:after {
			border-color: rgba(0, 0, 0, 0);
			border-bottom-color: #F5AB3A;
			border-width: 10px;
			left: 50%;
			margin-left: -10px;
		}

	.pagination .forward {
		text-align: left;
	}
/* pagination end */

/* items-list */

.col_main .items-list > div {
	clear: both;
	display: table;
	width: 100%;
	margin-top: 30px;
}

.col_main #attached_files,
.col_main #article_childs {
	margin-top: 30px;
	margin-bottom: 40px;
}

.col_main #attached_files .article_title,
.col_main #article_childs .article_title {
	margin-bottom: 10px;
}

.items-list li {
	display: block;
}

.items-list li > .text {
	display: block;
}

.items-list .date {
	color: #666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.items-list .item-title {
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
}

.gallery-list li {
	overflow: hidden;
	position: relative;
}

.gallery-list li div > a {
	display: none;
}

.gallery-list li div > a:first-child {
	display: block;
}

.gallery-count {
	display: block;
	position: absolute;
	top: 85px;
	left: 85px;
	width: 36px;
	height: 19px;
	color: #fff;
	font-size: 11px;
	background-color: #F5AB3A;
	text-align: center;
}


.link-button {
	margin: 20px 0;
	padding: 5px 10px;
	border: 1px solid #D7DEE5;
	min-width: 108px;
	min-height: 20px;
	line-height: 150%;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#load_more_files {
	display: block;
}

.map-holder {
	display: block !important;
	overflow: hidden;
	width: 100%;
}

.contact-left {
	float: left;
	width: 36%;
	margin-right: 3%;
}

.contact-right {
	float: left;
	width: 60%;
}

.hint {
	margin-top: 10px;
	display: block;
	text-align: right;
}

.textarea {
	background: url("../images/bgr_texarea.png") no-repeat 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	height: 137px;
	padding-left: 5px;
	width: 100%;
}

.textarea textarea {
	width: 97%;
}

.textarea textarea {
	overflow: auto;
	background: url("../images/bgr_texarea.png") no-repeat 100% -137px rgba(0, 0, 0, 0);
	height: 117px;
	line-height: 39px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
	border: 0;
	resize: none;
	line-height: 120%;
}

.contact-left button[type="reset"] {
	background: none;
	border: 0;
	text-decoration: underline;
	color: #416B9B;
    padding-top: 20px;
    padding-left: 3%;
	cursor: pointer;
	float: left;
}

.contact_form button[type="reset"] {
	float: right;	
}

/* items-list end */

/* rich_text */
.content.rich_text {
	padding-top: 30px;
}

.rich_text {
	color: #666;
	font-size: 12px;
	line-height: normal;
}

.content.rich_text > div {
	vertical-align: top;
}
	
	.content.rich_text .article_image {
		padding-right: 30px;
	}

	.content.rich_text .article_image.fl{
		/**/
		display: inline;
		float: left;
		/**/
	}
	
	.rich_text img {
		border: 1px solid #CCCCCC;
		display: block;
		padding: 2px;
	}
	
	.article_title,
	.content.rich_text .article_title {
		display: block;
		margin-bottom: 30px;
		text-align: left;
		background: url(../images/article_title_bgr.png) no-repeat 100% 50%;
	}
	
	.article_title.long_title {
		padding-right: 140px;
	}

	.article_title h2,
	.content.rich_text .article_title h2 {
		display: inline-block;
		padding: 0 25px 0 0;
		color: #193D65;
		font-family: luga_c;
		font-size: 20px;
		line-height: 100%;
		font-weight: 400;
		vertical-align: middle;
		background: #fff url(../images/article_title_text_bgr.png) no-repeat 100% 50%;
	}
	
	.rich_text h1 {
		color: #193D65;
		font-family: luga_c;
		font-size: 20px;
		font-weight: 400;
		line-height: 100%;
		margin: 0 0 30px 0;
	}

	.rich_text h3 {
		font-family: luga_c;
		font-size: 20px;
		font-weight: 400;
		line-height: 100%;
		margin: 0 0 25px 0;
	}
	
	h3.searched_query {
		font-size: 17px;
		margin: 0;
	}
	
	.highlight {
		color: orange;
	}
	
	.rich_text .list {
		margin-top: 28px;
	}

	.rich_text .list li:first-child {
		border-bottom: 1px dotted #F5AB3A
	}
	
.rich_text ol {
	margin-left: 20px;
}

.rich_text ul {
	margin-left: 15px;
}

.rich_text ul.list {
	margin: 0;
}



#overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: fixed;
	background-color: #fff;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=0.8);
}

	#overlay .loader {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		width: 64px;
		height: 64px;
		z-index: 2;
		margin-left: -10px;
		margin-top: -10px;
		background-image: url(../images/preloader.gif);
	}

/*custom select*/

p.custom_select_head {
	width: 96%;
	height: 19px;
	padding: 0 0 0 7px;
	margin: 10px 0;
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 150%;
	cursor: pointer;
	overflow: hidden;
}

ul.custom_select_ul {
	position: absolute;
	top: 39px;
	left: -1px;
	display: none;
	margin: 0;
	width: 100%;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 0 1px 4px #999 inset;
	list-style: none none;
	font-family: "Tahoma";
	font-size: 12px;
	line-height: 150%;
	z-index: 19;
	max-height: 200px;
	overflow-y: auto;
}

	ul.custom_select_ul li {
		padding: 6px 0 6px 10px;
		display: block;
		cursor: pointer;
	}

/*news thumbs*/
.video_thumb,
.news_imgs {
	display: none;
}

.video_thumb img {
	max-width: 220px;
}

a.current_news_thumb_button {
	color: #9EB3CC;
	text-decoration: none;
}

a.current_news_thumb_button.active {
	display: inline-block;
	height: 20px;
	background: url(../images/sprite.png) 50% 16px no-repeat;
	color: #4E637C;
}

.video_thumb_icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.video_thumb_icon .icon_v {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin: -42px 0 0 -33px;
	width: 71px;
	height: 91px;
	background: url("../images/icon_play.png") no-repeat;
}

.box.center > div {
	overflow: hidden;
	background: url(../images/bgr_box_center_vertical.gif) no-repeat center 25px;
}

.box.center > div > div {
	clear: both;
	float: left;
	width: 48%;
}

.box.center > div.single {
	background-image: none;
}

.box.center > div.single > div {
	float: none;
	width: auto;
}

.box.center > div > div + div {
	clear: none;
	float: right;
}

.box.center > div + div {
	margin-top: 30px;
	border-top: 1px dotted #F5AB3A;
}

#cookie-bar.fixed.bottom { 
	padding: 20px;
	background: #1B3D65;
}

#cookie-bar.fixed.bottom p {
	color: #fff;
	font-size: 13px;
	font-family: "luga_c";
}

#cookie-bar.fixed.bottom .cookie-policy-link {
	margin-right: 10px;
	color: rgba(245,171,58,.8);
}

#cookie-bar.fixed.bottom .cookie-policy-link:hover {
	color: rgba(245,171,58);
}

#cookie-bar.fixed.bottom .cb-enable { 
	padding: 5px;

}