body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #FFF url(../img/head_body_back.png) top center repeat-x;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

p {
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
}

li {
	list-style: none;
}

.orangish {
	color: #ffbd4b;
}

.deep_blue {
	color: #1F6FB7;
}

.light_blue {
	color: #00ADEF;
}

.bluetitle {
	color: #1F6FB7;
}

.bluetitle:hover {
	color: #00ADEF;
}

.text {
	color: #000;
}

.text ul, .text ul li {
	list-style: inherit;
}

.text a {
	color: #1F6FB7;
}

.text a:visited {
	color: #00ADEF;
}

.author_time {
	color: #7F7F7F;
}

.related, .more {
	color: #1F6FB7;
}

.tabs {
	float: left;
}

.tabs a {
	color: #fff;
	display: block;
	float: left;
	height: 0;
	line-height: 21px;
	border-bottom: 34px solid #1F6FB7;
	border-right: 18px solid rgba(0, 0, 0, 0);
	position: relative;
}

.tabs a:nth-child(1) {
	z-index: 2;
}

.tabs a:nth-child(2) {
	z-index: 1;
}

.tabs .active_tab {
	z-index: 2;
	border-bottom: 34px solid #1F6FB7;
}

.tabs .passive_tab {
	border-bottom: 34px solid #00ADEF;
	z-index: 1;
}

.blue_bot_line {
	width: 959px;
	height: 34px;
	border-bottom: 2px solid #1F6FB7;
}

.blue_bot_line_fit {
	width: 100%;
	height: 34px;
	border-bottom: 2px solid #1F6FB7;
}

.clear {
	clear: both;
}

.nav_controls {
	
}

.nav_controls a {
	background-color: #1F6FB7;
	display: block;
	color: #fff;
	float: left;
}

.nav_controls a:hover {
	background-color: #00ADEF;
}

.nav_controls .next {
	margin-left: 4px;
}

#content {
	width: 963px;
	min-height: 600px;
	margin: auto;
}

#content_bot_shadow {
	height: 71px;
	width: 900px;
	margin: auto;
	background: url(../img/content_bot_shadow.png) no-repeat;
	position: relative;
	top: 14px;
	z-index: -1;
}

#footer {
	width: 100%;
	height: 292px;
	background: url(../img/footer_back.png) repeat-x;
}

#footer .mobile-footer {
	display: none;
}

#footer_wrapper {
	height: 292px;
	background: url(../img/footer_back_map.png) no-repeat;
}

.footer_menu_wrap {
	width: 963px;
	margin: 0 auto;
	height: 185px;
	position: relative;
	top: 30px;
}

#footer_list_main {
	
}

#footer_list_cat {
	left: 200px;
}

#footer_list_social {
	left: 350px;
}

#footer_list_main, #footer_list_cat, #footer_list_social {
	float: left;
	position: relative;
}

#footer_list_main ul, #footer_list_cat ul, #footer_list_social ul {
	padding: 0;
}

#footer_list_main ul li a {
	color: #1F6FB7;
}

#footer_list_cat ul li a, #footer_list_social ul li a {
	color: #000;
}

#footer_list_main ul li a:hover, #footer_list_cat ul li a:hover,
	#footer_list_social ul li a:hover {
	color: #00ADEF;
	background-position: 0 -33px;
}

#footer_list_main ul li a, #footer_list_cat ul li a, #footer_list_social ul li a
	{
	padding-left: 10px;
}

#footer_list_main ul li, #footer_list_cat ul li {
	padding: 1px 0;
}

#footer_list_social ul li {
	height: 24px;
	padding-bottom: 5px;
}

#footer_list_cat ul {
	float: left;
	line-height: 21px;
}

#footer_list_cat #second_cat_list {
	padding-left: 123px;
}

#footer_list_main ul li a {
	background: url(../img/list_arrows.png) no-repeat 0 7px;
}

#footer_list_cat ul li a {
	background: url(../img/list_arrows.png) no-repeat 0 -13px;
}

#footer_list_social ul li a span {
	float: left;
}

.icon {
	display: block;
	background-color: #1F6FB7;
	width: 24px;
	height: 24px;
}

.icon:hover {
	background-color: #00ADEF;
}

.tw_icon, .fb_icon, .yt_icon, .flkr_icon, .rss_icon, .digg_icon {
	background: url(../img/social_icons.png) #1F6FB7;
}

.tw_icon {
	background-position: 0 3px;
}

.fb_icon {
	background-position: 0 -25px;
}

.yt_icon {
	background-position: 0 -55px;
}

.flkr_icon {
	background-position: 0 -85px;
}

.rss_icon {
	background-position: 0 -105px;
}

.digg_icon {
	background-position: 0 -123px;
}

#footer_copyright {
	padding-top: 45px;
	width: 963px;
	margin: auto;
}

#copyright {
	position: relative;
}

#logo42 {
	position: relative;
	left: 600px;
	top: 0;
}

.text_wrapper {
	padding-bottom: 30px;
}

.pageing {
	
}

.pageing ul {
	float: right;
}

.pageing ul li .prev_page, .pageing ul li .next_page {
	width: 93px;
	height: 34px;
}

.pageing ul li .prev {
	float: left;
}

.pageing ul li .next {
	float: right;
}

.pageing ul li {
	float: left;
}

.pageing a {
	display: block;
	background: #1F6FB7;
	text-decoration: none;
	color: #fff;
}

.pageing a:hover, .page_active {
	background: #00ADEF !important;
}

.pageing a span {
	padding: 7px 9px;
}

.disabled_link {
	pointer-events: none;
	cursor: default;
}

.very_active_link {
	background-color: #0d8fd2;
}

@media print {
	body * {
		visibility: hidden;
	}
	.section-to-print, .section-to-print * {
		visibility: visible;
		width: 1024px;
		display: block !important;
	}
	.section-to-print {
		position: absolute;
		left: 0;
		top: 0;
	}
}

.blue_bot_line_short {
	border-bottom: 2px solid #1F6FB7;
	height: 34px;
	width: 300px;
}

.econom {
	float: left;
	width: 300px;
	height: 300px;
	margin-right: 20px;
}

.image_hover {
	padding: 3px;
	height: 200px;
}

.img_text_block {
	background: url(../img/hover.png);
	width: 275px;
	height: 35px;
	position: relative;
	overflow: hidden;
	bottom: 5px;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	display: block;
}

.img_text_block {
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	opacity: 1;
	display: block;
	transform: translateY(-100%);
}

.img_text_block:hover {
	height: 130px;
	display: block;
	color: #fff;
	background: url(../img/hover_bg.png);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
}

.img_text_block span {
	color: #fff;
	font-size: 12px;
	display: block;
}

.hover_block {
	color: #00aced;
}

.img {
	float: left;
	padding: 5px;
}

.text_block {
	float: left;
	padding: 5px;
}

.image_slider {
	background: #e7e7e7;
	width: 630px;
	height: 420px;
	margin: 30px 15px 5px 0;
	position: relative;
}

.wrap_image_block {
	width: 630px;
	overflow: hidden;
	height: auto;
}

.wrap_image_block .link_style {
	color: #1F6FB7;
	font-size: 15px;
}

.wrap_image_block .link_style:hover {
	color: #00aced;
	font-size: 15px;
	text-decoration: underline;
}

.left_side {
	width: 300px;
	height: auto;
	position: relative;
	float: left;
	margin: 15px 10px 15px 0;
}

.right_side {
	width: 300px;
	position: relative;
	height: auto;
	float: left;
	margin: 15px 0 15px 15px;
}

.imag_title_block {
	position: relative;
	background: #00adef;
	width: 100px;
	bottom: 40px;
	left: 260px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.style_link {
	background: url(../img/list_arrows.png) no-repeat 2px -57px;
	padding-left: 10px;
}

.title_for_de {
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: 700;
}

.curr {
	background: url(../img/arrows_courses.png) no-repeat;
}

.social_block_gallery_page {
	float: right;
}

.tweet {
	color: #00adef;
	font-size: 15px;
	margin-right: 15px;
	padding-left: 25px;
	font-weight: 700;
	background: url(../img/header_select_twitter.png) no-repeat 2px 5px;
}

.share {
	color: #2070b8;
	font-size: 15px;
	margin-left: 15px;
	margin-right: 5px;
	font-weight: 700;
	padding-left: 25px;
	background: url(../img/fb.png) no-repeat 2px 1px;
}

.cat_select1 a {
	display: block;
	position: relative;
	z-index: 10;
	background: url(../img/header_select_arrow.png) no-repeat 183px 15px;
	width: 70px;
}

.cat_select1 ul {
	display: none;
	padding: 33px 0 0;
	z-index: 1;
	position: absolute;
}

.cat_select1 ul li {
	background: url(../img/select_bg.png) repeat-y;
	width: 67px;
}

.cat_select1 ul li:hover {
	background: #00ADEF;
}

.cat_select1 ul li a {
	color: #FFF;
	padding: 8px 12px 7px;
	display: block;
	background: 0;
	text-transform: capitalize;
}

#social_select_link {
	width: 65px !important;
}

#twitter_selector_link {
	background: url(../img/header_select_twitter.png) no-repeat 16px 10px;
	width: 35px;
	height: 35px;
	float: left;
	position: absolute;
	top: 3px;
	display: block !important;
}

.cat_select2 a {
	display: block;
	padding: 0 0 10px 10px;
	background: url(../img/head_lang_arrow.png) no-repeat 120px 15px;
	width: 125px;
}

.cat_select2 ul {
	display: none;
	top: 65px;
	padding: 0;
	z-index: 10;
	position: absolute;
}

.cat_select2 ul li {
	background: #2070B8;
	width: 125px;
}

.cat_select2 ul li:hover {
	background: #00ADEF;
}

.cat_select2 ul li a {
	color: #FFF;
	padding: 8px 12px 7px;
	display: block;
	background: 0;
	text-transform: capitalize;
}

.blue_bot_line_right {
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #1F6FB7;
}

h4 {
	color: #2070b8;
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
	height: 10px;
}

.under_construction {
	width: 100%;
	margin: auto;
	height: 34px;
	background: #00ADEF;
}

.under_construction p {
	margin: auto;
	color: #FFF;
	width: 250px;
	padding-top: 7px;
}

#header {
	margin: 0 auto;
	width: 100%;
	height: 182px;
	background: url(../img/head_back.png) top center no-repeat;
}

#top_menu_wrapper, #header_midpart, #categories_menu_wrapper,
	#footer_wraper {
	width: 963px;
	margin: auto;
}

.go-to-full-website, .header-time, .mobile-search-btn, .mobile-logo,
	.mobile-menu-btn, .mobile-main-banner, .latest-news-header,
	.single_intro_news .mobile-date, .show-all-news-mobile, select.mobile-news-category,
	.mobile-expanded-menu, .mobile-news-top-line, .mobile-section-header,
	.contact_form.mobile-version, .mobile-under-title,
	.mobile-social-plugins, .mobile-only {
	display: none;
}

#topline {
	width: 100%;
	height: 34px;
	background: url(../img/head_darkline.png) repeat-x;
}

#top_menu_wrapper {
	height: 34px;
}

#lang_changer {
	width: 150px;
	height: 34px;
	float: left;
	padding-left: 2px;
}

#lang_changer a {
	color: #FFF;
}

#lang_changer a span {
	padding-top: 7px;
	display: inline-block;
}

#lang_changer a img {
	position: relative;
	top: -2px;
	left: 4px;
}

#top_menu {
	height: 34px;
	float: right;
}

#top_menu ul {
	padding-top: 6px;
}

#top_menu ul li {
	float: left;
	padding: 0 8px;
}

#top_menu ul li a {
	color: #FFF;
}

#top_menu ul li a:hover {
	color: #ffbd4b;
}

#header_midpart {
	height: 101px;
}

#logo {
	width: 275px;
	height: 70px;
	padding: 20px 0 0;
	float: left;
}

#logo .logo_time {
	position: relative;
	top: 0;
	left: 0;
}

#social {
	width: 415px;
	float: right;
	padding-top: 34px;
}

#social #rss {
	float: left;
	position: relative;
	left: -3px;
}

#social #newsletter {
	float: left;
	position: relative;
	left: -15px;
}

#social_select {
	width: 67px;
	height: 35px;
	background: url(../img/header_select_back_arrow.png) no-repeat;
	float: left;
	position: relative;
	left: 9px;
}

#social_select_link {
	display: block;
	width: 28px;
	height: 35px;
	float: left;
}

#social_select_img {
	width: 13px;
	height: 12px;
	margin: 12px 10px 11px 16px;
	float: left;
}

#social_select ul {
	display: none;
}

#social form {
	background: url(../img/header_search_back.png) no-repeat;
	width: 228px;
	height: 35px;
	float: left;
	position: relative;
	left: 22px;
}

#social form input {
	background: transparent;
	border: 0;
	float: left;
}

#social form input[type=text] {
	width: 180px;
	height: 25px;
	padding: 5px;
}

#social form input[type=submit] {
	width: 32px;
	height: 29px;
	padding: 0;
	margin: 3px;
}

#categories_menu {
	width: 100%;
	height: 47px;
	background: url(../img/head_menu.png) repeat-x;
}

#categories_menu_wrapper {
	width: 983px;
	height: 47px;
}

#categories_menu_wrapper ul {
	padding: 0;
}

#categories_menu_wrapper ul li.mobile-menu {
	display: none;
}

#categories_menu_wrapper ul li {
	float: left;
	height: 46px;
	background: url(../img/head_menu_separator.png) right center no-repeat;
}

#categories_menu_wrapper ul li a {
	color: #FFF;
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 15px 9px 0;
	height: 32px;
}

#categories_menu_wrapper ul li a:hover {
	background-color: #0d8fd2;
}

#categories_menu_wrapper ul li:last-child {
	background: 0;
}

@
-moz-document url-prefix () { #
	lang_changeraspanpadding-top: 10px;
}

#categories_menu_wrapper ul li a {
	height: 30px;
	padding: 17px 10px 0;
}

}
#main_menu {
	margin: 0 auto;
	width: 995px;
	height: 170px;
	background: url(../img/menu_logo.png) no-repeat center center;
	position: relative;
}

#main_menu ul {
	position: relative;
	top: 50px;
	height: 75px;
	margin: 0;
	padding: 0;
}

#main_menu ul li {
	float: left;
	list-style: none;
}

#main_menu ul li:hover, .menu_li_active {
	
}

#main_menu ul li a {
	color: #6a6a6a;
	font-family: "Patara Nino", sans-serif;
	font-size: 20px;
	padding: 0 16px;
}

#main_menu ul li a:hover, .menu_a_active {
	color: #8c6b4d !important;
}

.qmmc #menuli_4 {
	margin-left: 275px;
}

.qmmc #menuli_9 {
	margin-left: 290px;
}

.qmmc #menuli_6, .qmmc #menuli_7, .qmmc #menuli_8, .qmmc #menuli_9,
	.qmmc #menuli_10, .qmmc #menuli_11 {
	margin-top: 30px;
}

#plus_wrap {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 103px;
	right: 37px;
	z-index: 15;
}

#plus_wrap a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/plus.png) no-repeat;
}

#plus_menu {
	width: 219px;
	position: absolute;
	top: 95px;
	right: 25px;
	z-index: 11;
	background: #fff;
	box-shadow: 0 0 21px -5px #6A6A6A;
	display: none;
}

#plus_menu ul {
	position: relative;
	margin: 0;
	top: 0;
	height: auto;
	padding: 20px 0 15px 10px;
}

#plus_menu ul li {
	list-style: none;
	float: none;
	padding: 5px 0;
}

#plus_menu ul li a {
	
}

.level2 {
	display: none;
	position: absolute !important;
	margin: 0 !important;
	top: 30px !important;
	width: 200px;
	height: auto !important;
	min-height: 40px;
	background: #fff;
	padding: 15px 0 !important;
	box-shadow: 0 0 21px -5px #6A6A6A;
	z-index: 15;
}

.level2 li {
	padding: 6px 0 !important;
	z-index: 16;
}

.level2 li a {
	z-index: 20;
}

#intro_top_wrap {
	width: 959px;
	min-height: 525px;
	padding-top: 30px;
	display: inline-block;
}

#weather_course .tabs {
	height: 36px;
	float: left;
}

#tab_course, #tab_weather {
	width: 89px;
	height: 34px;
	float: left;
	position: relative;
	background: url(../img/tab_weather_courses2.png) no-repeat;
	border: 0;
}

#tab_course {
	left: -21px;
}

#tab_weather {
	
}

.active_tab_course {
	background-position: -326px 0 !important;
}

.active_tab_weather {
	background-position: -108px 0 !important;
}

.passive_tab_course {
	background-position: -216px 0 !important;
}

.passive_tab_weather {
	background-position: 0 0 !important;
}

#weather_course_slide {
	overflow: hidden;
	position: relative;
}

#weather_course_slide ul {
	padding: 0;
	width: 5020px;
	height: 34px;
	position: relative;
}

#weather_course_slide ul li {
	float: left;
	color: #000;
	padding: 0 42px 0 32px;
	height: 32px;
	position: relative;
}

.course_ul li {
	padding: 0 29px !important;
}

#weather_course_slide ul li p {
	float: left;
	padding-top: 7px;
	padding-right: 12px;
}

#weather_course_slide a {
	display: block;
	width: 5px;
	height: 10px;
	background: url(../img/arrows_weather_slide.png) no-repeat;
	position: absolute;
	top: 10px;
	z-index: 10;
}

#weather_course_slide .left {
	right: 23px;
}

#weather_course_slide .right {
	right: 10px;
}

#weather_course_slide .left_passive {
	background-position: 0 0;
	pointer-events: none;
	cursor: default;
}

#weather_course_slide .left_active {
	background-position: -30px 0;
}

#weather_course_slide .right_active {
	background-position: -15px 0;
}

#weather_course_slide .right_passive {
	background-position: -45px 0;
	pointer-events: none;
	cursor: default;
}

.weather_icon {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	background: url(../img/weather_icons.png) no-repeat;
	background-position: 0 0;
}

.courses span {
	float: left;
	margin: 0 5px;
}

.course_up, .course_down {
	display: block;
	width: 7px;
	height: 4px;
	background: url(../img/arrows_courses.png) no-repeat;
	position: relative;
	top: 7px;
}

.course_up {
	background-position: 0 0;
}

.course_down {
	background-position: -7px 0;
}

.change_up {
	color: #DD8D00;
}

.change_down {
	color: #1F6FB7;
}

.ajax_loader_img {
	display: none;
	padding-top: 8px;
}

#intro_top_contents {
	padding-top: 22px;
}

#top_news {
	width: 380px;
	height: 450px;
	float: left;
}

#top_news_img, #top_news_img img {
	width: 380px;
	height: 259px;
}

#top_news_text {
	padding-top: 11px;
}

#top_news_text p {
	padding-top: 6px;
}

#top_news_related {
	padding-top: 14px;
}

#top_news_related a {
	padding: 2px 0 2px 8px;
	display: block;
	background: url(../img/list_arrows.png) no-repeat 0 -53px;
}

.top_news_h {
	color: #1F6FB7;
	width: 100%;
	margin: 0 0 18px;
	letter-spacing: -1px;
}

#recent_news {
	width: 230px;
	height: 450px;
	float: left;
	margin-left: 25px;
	border-left: 1px solid #D1D6DB;
}

#recent_news ul {
	padding: 0;
}

#recent_news ul li {
	padding: 5px 0 5px 18px;
	border-bottom: 1px dotted #D1D6DB;
	min-height: 83px;
}

#recent_news ul li:last-child {
	border: 0;
}

#recent_news ul li:first-child+li+li+li+li {
	border: 0;
}

#banner_quotes {
	float: left;
	margin-left: 22px;
}

#banner-1 {
	width: 300px;
	height: 255px;
}

#quote {
	width: 300px;
	height: auto;
	/* max-height:175px; */
	padding-bottom: 20px;
	margin-top: 25px;
	background: url(../img/quotes_back.png) no-repeat #2070B8;
}

#quote_text, #quote_text a {
	color: #FFF;
}

#quote_text span {
	color: #FFBD4B;
	display: inline-block;
	font-size: small;
	text-align: right;
	padding: 10px 0 0 0;
}

#intro_mid_wrap {
	padding-top: 40px;
}

#blog-news {
	/*  height:550px; */
	
}

#tab_blogs {
	width: 125px;
}

#tab_news {
	width: 120px;
	left: -18px;
}

#tab_blogs span, #tab_news span {
	padding: 7px 0 0 43px;
	display: block;
}

.tabs_see_all {
	color: #1F6FB7;
	float: right;
	padding: 7px 4px 0 0;
}

#banner-2 {
	clear: both;
	position: relative;
	width: 958px;
	height: 135px;
	padding-top: 10px;
	padding-bottom: 0px;
}

#read-shared {
	height: 400px;
	padding-top: 45px;
}

#tab_mostread {
	width: 160px;
}

#tab_mostshared {
	width: 171px;
	left: -18px;
}

#tab_mostread span, #tab_mostshared span {
	padding: 7px 0 0 38px;
	display: block;
}

#read-shared .intro_news_content {
	padding-top: 15px;
}

#articles {
	height: 400px;
	padding-top: 45px;
}

#articles .blue_bot_line .tabs a span {
	padding: 7px 12px 0 24px;
	display: block;
}

#tab_articles_1 {
	z-index: 2;
}

#tab_articles_2 {
	left: -18px;
}

#tab_articles_3 {
	left: -36px;
}

#tab_articles_4 {
	left: -54px;
}

.intro_news_content {
	padding-top: 25px;
}

.intro_news_content ul {
	padding: 0;
}

.intro_news_content ul li {
	width: 221px;
	height: 360px;
	padding: 0 25px 25px 0;
	float: left;
}

.intro_news_content ul li:nth-child(4n) {
	padding: 0;
}

.intro_news_imgwrap, .single_intro_news img {
	width: 220px;
	height: 150px;
}

.sintype {
	padding: 0 0 8px;
}

#intro_bot_wrap {
	height: 670px;
	padding-top: 49px;
	padding-bottom: 6px;
}

#tab_timeline {
	width: 150px;
}

#tab_timeline span {
	padding: 7px 0 0 38px;
	display: block;
}

#timelene_slide_news {
	position: relative;
	overflow: auto;
	width: 545px;
	float: left;
}

#timelene_slide_news li {
	
}

#timelene_slide_news ul {
	padding: 0;
}

#timelene_slide_news ul li {
	float: left;
}

.single_timeline_news {
	width: 545px;
	max-height: 85px;
	padding-top: 38px;
	float: left;
}

.single_timeline_news .author_time {
	padding: 3px 0;
}

#timeline_controls {
	float: left;
	position: relative;
	top: 66px;
	left: 224px;
}

#timeline {
	float: left;
	padding-top: 10px;
}

#banners-twitter {
	clear: both;
	padding-top: 45px;
}

#bottom_banners_wrap {
	width: 466px;
	float: left;
}

#banner-3, #banner-4 {
	width: 466px;
	height: 164px;
}

#banner-3 {
	padding-top: 2px;
}

#banner-4 {
	padding-top: 22px;
}

#twit_feed {
	float: left;
	width: 475px;
	padding-left: 22px;
}

#twit_feed iframe {
	
}

.news_wrap {
	padding-top: 37px;
	float: left;
}

#tab_news_ins {
	
}

#tab_news_ins span {
	padding: 7px 12px 0 30px;
	display: block;
}

.news_quote {
	display: block;
	padding: 0 0 0 73px;
	background: url(../img/news_quote.png) no-repeat 43px 5px;
}

.news_left_side {
	float: left;
	width: 640px;
	position: relative;
}

.news_slider {
	width: 450px;
	height: 300px;
	float: left;
	position: relative;
}

.news_slider ul {
	padding: 0;
}

.video_slide {
	width: 87px;
	height: 87px;
	display: block;
	background: url(../img/bxslider/play.png) no-repeat;
	position: absolute;
	top: 95px;
	left: 180px;
}

.bx_video {
	width: 450px;
	height: 252px;
	position: absolute;
	display: none;
	background: #FFF;
}

.obj_video {
	width: 450px;
	height: 252px;
}

.video-caption {
	top: 252px;
	background: rgba(6, 31, 62, .85) !important;
}

.bxslider li, .bxslider li img {
	height: 300px;
	max-height: 300px;
}

.bxslider li img {
	margin: auto;
}

.slider_comment_wrapper {
	position: relative;
}

.news_share {
	height: 300px;
}

.news_share ul {
	padding: 0 0 0 15px;
}

.news_share ul li {
	height: 36px;
	border-bottom: 1px dotted #C4C9CC;
}

.news_share ul li a {
	display: block;
	color: #1F6FB7;
}

.news_share ul li a:hover {
	color: #00ADEF;
}

.news_share_tw {
	background: url(../img/share_print.png) no-repeat 3px 12px;
}

.news_share_fb {
	background: url(../img/share_print.png) no-repeat 2px -28px;
}

.news_share_pr {
	background: url(../img/share_print.png) no-repeat 3px -65px;
}

.news_share_cmt {
	position: relative;
	top: 150px;
}

.news_share_cmt li {
	border-top: 1px dotted #C4C9CC;
}

.news_share_cmt li a {
	background: url(../img/news_comment_link_arrow.png) no-repeat 9px -16px;
	padding: 10px 0 0 31px;
}

#comment_close {
	background-position: 9px 12px;
}

.news_share_cmt li a:hover {
	color: #1F6FB7 !important;
}

.news_share_cmt .act_link {
	background-position: 9px 13px;
}

.news_share_comment {
	width: 160px;
	height: auto;
	max-height: 1000px;
	min-height: 300px;
	position: absolute;
	top: 0;
	right: 10px;
	background: #fff;
	z-index: 700;
	padding-left: 10px;
}

.comment_block {
	height: auto;
	display: none;
}

#disqus_thread {
	position: relative;
	width: 535px;
	padding: 35px 0 0 10px;
}

#post-count h4 {
	font-size: 15px !important;
}

.dsq-options, .dsq-pagination, .dsq-request-user-info {
	background-image: none !important;
}

.dsq-comment-header {
	background: #e7e7e7 !important;
	border: 1px solid #ccc !important;
	padding: 10px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

#dsq-textarea-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	position: relative;
	border: 0 !important;
	overflow: hidden !important;
	width: 940px !important;
}

#dsq-textarea-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	position: relative;
	border: 0 !important;
	overflow: hidden !important;
	width: 940px !important;
}

#dsq-textarea-wrapper iframe {
	border: 0 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
	display: block !important;
	background: #f6f6f6 !important;
	width: 940px !important;
	height: 114px !important;
}

.news_text {
	width: 638px;
}

.news_text .author_time {
	color: #777;
}

.news_text .text a {
	color: #00ADEF;
}

.news_text .text a:visited {
	color: #1F6FB7;
}

.news_text .text_wrapper .text p {
	margin: 0 0 20px;
}

.news_back_btn {
	background-color: #1F6FB7;
	display: block;
	color: #fff;
	float: right;
}

.news_back_btn:hover {
	background-color: #00ADEF;
}

.news_time_place {
	color: #1F6FB7;
}

.news_right_side {
	float: left;
	width: 301px;
	padding-left: 17px;
}

#banner-news {
	padding-top: 36px;
	height: 250px;
}

.news_right_side .news_side_title {
	display: block;
}

#news_most_read {
	height: 315px;
	padding-top: 43px;
}

#news_most_read ul {
	padding: 12px 0 0;
}

#news_most_read ul li {
	height: 54px;
	border-bottom: 1px dotted #C4C9CC;
	display: table;
	width: 100%;
}

#news_most_read ul li a {
	color: #1F6FB7;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-right: 60px;
}

#news_most_read ul li a:hover {
	color: #00ACED;
}

#news_most_read ul li a .nmr {
	position: absolute;
	display: block;
	right: 13px;
	top: 24%;
}

#news_tag_cloud {
	padding-top: 47px;
	height: auto;
	min-height: 250px;
	max-height: 435px;
	max-width: 301px;
}

.tag_cloud a {
	color: #1F6FB7;
	padding: 4px;
}

.tag_cloud a:hover {
	color: #00ACED !important;
}

#tabs_related {
	padding-top: 30px;
}

.blog_author_wrap {
	height: 72px;
	padding: 20px 0;
}

.blog_author_wrap img {
	width: 106px;
	height: 72px;
	float: left;
}

.blog_author_wrap p {
	margin-left: 120px;
}

.blog_author_wrap .author_name {
	color: #1F6FB7;
}

.blog_author_wrap .author_position {
	color: #000;
}

.blog_author_wrap .time_place {
	color: #000;
}

.blog_author_wrap .dotted_divider {
	border-bottom: 1px dotted #C4C9CC;
	width: 495px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.news_text span {
	color: #7f7f7f;
	font-size: 12px;
	font-family: arial;
}

.link_style {
	color: #00ADEF;
	line-height: 20px;
	font-size: 14px;
}

.history_right_side {
	float: left;
	padding-left: 40px;
	width: 280px;
}

.history_right_side .news_side_title {
	padding: 8px 0 20px;
}

.news_text .text ul li {
	list-style-image: url(../img/bullet_arrow.png);
	margin-bottom: 20px;
}

.news_text .text_wrapper {
	width: 630px;
}

.search_title h2, #news_archive_wrap {
	padding-top: 25px;
}

#news_archive_wrap h2, .search_title h2, #news_archive_wrap h1 {
	color: #1F6FB7;
	margin: 8px 0 17px;
}

#news_archive_wrap .tabs {
	float: left;
	border-bottom: 34px solid #1F6FB7;
	border-right: 18px solid rgba(0, 0, 0, 0);
	height: 0;
	width: 124px;
}

#news_archive_wrap .tabs a {
	color: #fff;
	display: block;
	padding: 0 0 0 5px;
	height: auto;
	line-height: 21px;
	border: 0;
}

#news_archive_wrap .blue_bot_line {
	height: 34px;
}

.week_news {
	padding-top: 18px;
}

.news_arch_wrap .paging {
	padding-top: 34px;
}

.arch {
	padding-top: 28px;
}

.news_arch_today, .news_arch_week {
	height: 470px;
}

.news_arch_all {
	max-height: 765px;
}

.pageing {
	height: 34px;
	padding-top: 25px;
}

.pageing ul {
	padding: 0;
}

.pageing .prev {
	width: 93px;
	height: 34px;
}

.archive_news_content {
	padding-top: 25px;
}

.archive_news_content ul {
	padding: 0;
}

.archive_news_content ul li {
	width: 296px;
	height: 375px;
	padding-right: 35px;
	float: left;
}

.archive_news_content ul li:last-child {
	padding: 0;
}

.archive_news_content.intro_news_content ul li:first-child+li+li+li {
	padding: 0;
}

.arch_news_imgwrap, .single_arch_news img {
	width: 296px;
	height: 202px;
	padding-bottom: 12px;
}

.disabled_link {
	pointer-events: none;
	cursor: default;
}

.cat_select {
	float: right;
}

.cat_select a {
	color: #1F6FB7;
	display: block;
	padding: 6px 0 10px 66px;
	background: url(../img/header_select_arrow.png) no-repeat 183px 15px;
	width: 125px;
}

.cat_select ul {
	display: none;
	padding: 5px 0 0;
	z-index: 10;
	position: absolute;
}

.cat_select ul li {
	background: #2070B8;
	width: 191px;
}

.cat_select ul li:hover {
	background: #00ADEF;
}

.cat_select ul li a {
	color: #FFF;
	padding: 8px 14px 7px;
	display: block;
	background: 0;
}

#news_arch_banner {
	width: 958px;
	height: 135px;
	padding-top: 25px;
}

.nodata {
	width: 100%;
	height: 372px;
	background: #E0E5E9;
	top: 45px;
	position: relative;
}

.nodata p {
	color: #2070B8;
}

#tabs_arch_blogs {
	
}

#tabs_arch_blogs .tabs a {
	
}

#tabs_arch_blogs .tabs a span {
	display: block;
	padding: 6px 20px 0 30px;
}

.gt-timeline {
	position: relative;
	width: 960px;
	height: 100px;
	border: 0 solid red;
	margin-left: auto;
	margin-right: auto;
}

.gt-timeline div.main_line {
	border: 0;
	clear: both;
	height: 2px;
	width: 100% !important;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0;
	background: url(../img/timeline/line.png);
}

.gt-timeline div.event {
	background: url(../img/timeline/events.png) no-repeat 0 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 45px;
}

.gt-timeline div.selected {
	
}

.gt-timeline div.e-message {
	background: url(../img/timeline/tooltip.png) no-repeat;
	width: 120px;
	height: 50px;
	position: absolute;
	top: -5px;
}

.gt-timeline div.e-message .msg {
	color: #1F6FB7;
	padding: 15px 23px;
	text-shadow: 0 0 0;
	cursor: pointer;
	z-index: 100;
	position: relative;
}

.gt-timeline div.e-message .msg:hover {
	
}

.gt-timeline div.e-message .info {
	padding: 5px;
	font-size: 11px;
	text-shadow: 0 0 0;
	cursor: auto;
	z-index: 100;
	position: relative;
	font-weight: 700;
	border-bottom: 1px dashed #999;
	position: default;
}

.gt-timeline div.e-message .message-pointer {
	background: url(../img/main_img.png) no-repeat 0 -122px;
	width: 14px;
	height: 18px;
	position: absolute;
	top: -11px;
	z-index: 1;
}

.gt-timeline .icon-close {
	background: url(../img/main_img.png) no-repeat -3px -227px;
	background-color: #999;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	right: 7px;
	cursor: pointer;
}

.gt-timeline div.event:hover {
	background-position: -14px 0;
}

.gt-timeline div.horizontal-line {
	border: 0;
	border-left: 3px solid #666;
	clear: both;
	height: 20px;
	width: 0;
	position: absolute;
	z-index: 1;
	top: 30px;
}

.gt-timeline div.leftend {
	left: 14px;
}

.gt-timeline div.rightend {
	right: 0;
}

.gt-timeline .leftend .year {
	position: relative;
	text-align: center;
	top: -30px;
	left: -15px;
}

.gt-timeline .leftend .month {
	position: relative;
	text-align: center;
	top: -32px;
	left: -11px;
}

.gt-timeline div.month-line {
	height: 15px;
	border-left: 2px solid #666;
}

.gt-timeline div.even-month {
	top: 37px;
}

.gt-timeline div.even-month .month {
	position: relative;
	top: -18px;
	left: -10px;
}

.gt-timeline div.odd-month {
	top: 41px;
	height: 10px;
	border-left: 1px solid #999;
}

.gt-timeline .year, .gt-timeline .month {
	font-size: 12px;
}

.gt-timeline .year {
	font-weight: 700;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport {
	
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bxslider/bx_loader.gif) center center no-repeat
		#fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: 700;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item
	{
	display: inline-block;
	zoom: 1;
	display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
	{
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 376px;
	background: url(../img/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 92%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 500;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active
	{
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../img/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active
	{
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto
	{
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(6, 31, 62, .75);
	width: 100%;
	height: 48px;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	display: block;
	padding: 10px;
	/*width:345px;*/
}

.elect_wrap {
	padding-top: 37px;
	float: left;
}

#tab_elect_ins {
	/*width:165px;*/
	
}

#tab_elect_ins span {
	padding: 7px 0 0 38px;
	display: block;
}

.elect_top {
	height: 425px;
	padding-top: 35px;
}

.elect_top_left {
	float: left;
	width: 622px;
	height: 425px;
}

.elect_top_right {
	float: left;
	width: 302px;
	height: 425px;
	padding-left: 18px;
}

.history_header {
	height: 47px;
}

.history_header h3 {
	margin: 0;
	color: #1F6FB7;
}

.history_header p {
	color: #000;
}

.elect_top_right ul {
	padding: 0;
	overflow-y: scroll;
	height: 380px;
}

.elect_top_right ul li {
	border-bottom: 1px dotted #D1D6DB;
	height: 80px;
	padding-top: 11px;
}

.elect_top_right ul li:first-child {
	padding-top: 18px;
}

.elect_top_right ul li a {
	/*  float:left;*/
	color: #1F6FB7;
	padding-left: 15px;
	margin-top: -3px;
}

.elect_top_right ul li a:hover {
	color: #00ADEF;
}

.elect_top_right ul li img {
	width: 71px;
	height: 68px;
	float: left;
}

.elect_top_right ul li p {
	/*  float:left;*/
	padding-left: 85px;
}

.elect_top_right ul li .pers_postion {
	color: #000;
	padding-top: 2px;
}

.elect_top_right ul li .pers_date {
	color: #767676;
	padding-top: 17px;
}

.elect_slider {
	float: left;
	position: relative;
}

.elect_slider ul {
	padding: 0;
}

.news_pub_date {
	padding: 5px 10px 3px;
	position: absolute;
	z-index: 10;
	background: white;
	top: 12px;
	left: 13px;
	font-size: 13px !important;
}

.elect_slider .bxslider li, .elect_slider .bxslider li img {
	height: 425px;
	max-height: 425px;
}

.elect_slider .bxslider li img {
	margin: auto;
}

.elect_slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
	top: 95%;
	margin-top: -18px;
	left: 546px;
}

.elect_slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
	top: 95%;
	margin-top: -18px;
}

#elect_news {
	height: 450px;
	padding-top: 45px;
}

#tab_elect_news {
	width: 120px;
}

#tab_elect_news span {
	padding: 7px 0 0 38px;
	display: block;
}

#elect_news .intro_news_content {
	padding-top: 15px;
}

.elect_bot {
	padding-top: 50px;
	float: left;
}

.elect_bot_elem {
	width: 295px;
	height: 263px;
	float: left;
	margin-right: 25px;
}

.elect_bot a span {
	padding: 5px;
	position: relative;
	top: 8px;
}

#elect_finances, #elect_statistics {
	padding-left: 35px;
}

.img_with_caption {
	display: block;
	position: relative;
	padding-top: 24px;
	height: 202px;
}

.img_with_caption img {
	width: 295px;
	height: 201px;
}

.img_with_caption .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(6, 31, 62, .75);
	width: 100%;
	height: 63px;
}

.img_with_caption .caption p {
	color: #fff;
	padding: 5px 0 0 12px;
}

#tab_elect_programs, #tab_elect_finances, #tab_elect_statistics {
	width: 165px;
}

#tab_elect_programs span, #tab_elect_finances span,
	#tab_elect_statistics span {
	padding: 7px 0 0 38px;
	display: block;
}

.top_gal_wrap, .top_gal_wrap img {
	width: 630px;
	height: 420px;
}

.top_gal_wrap {
	padding-top: 36px;
	padding-bottom: 15px;
}

.top_gal_wrap ul li, .top_gal_wrap ul li img {
	height: 420px;
	max-height: 420px;
}

.top_gal_wrap .bx-wrapper .bx-caption {
	height: 67px;
}

.top_gal_wrap .bx-wrapper .bx-prev {
	left: 552px;
}

.top_gal_wrap .bx-wrapper .bx-caption {
	background: rgba(0, 0, 0, .75);
}

.top_gal_wrap .bx-wrapper .bx-caption span {
	width: 515px;
}

.galleries_wrap {
	float: left;
	padding-top: 45px;
}

.galleries_wrap>ul {
	padding: 0;
	min-height: 520px;
}

.galleries_wrap>ul li {
	float: left;
	padding: 0 17px 35px 0;
	width: 303px;
	position: relative;
}

.galleries_wrap>ul li a {
	display: block;
	width: 303px;
	height: 235px;
	color: #1F6FB7;
}

.galleries_wrap>ul li a:hover {
	text-decoration: underline;
	color: #00ABEC;
}

.gallery_cover {
	width: 303px;
	height: 202px;
}

.gallery_name {
	
}

.galleries_wrap .news_pub_date {
	
}

.sharer_album {
	position: absolute;
	width: 28px !important;
	height: 24px !important;
	top: 7px;
	right: 25px;
	background: url(../img/share_small.png) no-repeat;
}

.sharer_album_ins {
	position: absolute;
	width: 74px;
	height: 24px;
	top: 12px;
	right: 12px;
	background: url(../img/share_labeled.png) no-repeat;
	z-index: 10;
}

.gallery_inside_wrap {
	padding-top: 37px;
}

.gwrap {
	float: left;
	padding-top: 36px;
}

.top_slider {
	width: 958px;
	height: 706px;
}

.full_galleries_wrap {
	padding-top: 70px;
}

#slider img {
	width: 958px;
	height: 706px;
}

#slider .flex-viewport {
	
}

#slider .flex-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	height: 79px;
	width: 958px;
}

#slider .flex-caption span {
	display: block;
	float: left;
}

#slider .flex-caption .flex_title {
	padding: 23px 20px 0;
	width: 918px;
}

#slider .flex-caption .flex_divider {
	width: 1px;
	height: 40px;
	border-right: 1px dotted #fff;
	margin-top: 19px;
}

#slider .flex-caption .flex_author {
	padding: 18px 0 0 23px;
}

#slider .slides li {
	position: relative;
}

#slider .flex-direction-nav li a {
	background: url(../img/ins_gal/big_arrows.png) no-repeat;
}

#slider .flex-direction-nav .flex-prev {
	background-position: 0 0;
}

#slider .flex-direction-nav .flex-next {
	background-position: -40px 0;
}

#carousel {
	width: 958px;
	height: 68px;
}

#carousel .flex-viewport {
	width: 958px;
	height: 74px;
	top: -5px;
}

#carousel .flex-viewport .slides {
	padding-top: 5px;
}

#carousel ul li {
	
}

#carousel ul li img {
	width: 102px;
	height: 68px;
	margin: 0;
}

#carousel .flex-active-slide .carousel_back {
	background: url(../img/ins_gal/gal_active.png) no-repeat;
	z-index: 999;
	position: absolute;
	top: 0;
	width: 102px;
	height: 73px;
}

#carousel .flex-direction-nav a {
	width: 31px;
	height: 68px;
	background: url(../img/ins_gal/small_arrows.png) no-repeat;
	top: 20px;
}

#carousel .flex-direction-nav .flex-prev {
	background-position: 0 0;
}

#carousel .flex-direction-nav .flex-next {
	background-position: -31px 0;
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus,
	.flexslider a:focus {
	outline: 0;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav a {
	width: 40px;
	height: 56px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flex-direction-nav .disabled {
	opacity: .3 !important;
	filter: alpha(opacity = 30);
	cursor: default;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, .7);
}

.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, .9);
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .active {
	opacity: 1;
	cursor: default;
}

@media screen and max-width860px {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 0;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 0;
	}
}

.contact_wrap {
	padding-top: 35px;
}

.cont_main_title {
	color: #1F6FB7;
}

.cont_title {
	color: #1F6FB7;
	padding-top: 12px;
}

.cont_text {
	color: #000;
	padding-top: 5px;
}

.cont_left {
	float: left;
	width: 245px;
	padding-right: 60px;
	padding-top: 50px;
}

.cont_right {
	float: left;
	width: 651px;
	padding-top: 50px;
}

.cont_left ul {
	padding: 0;
}

.cont_left ul li {
	height: 65px;
	border-bottom: 1px dotted #C4C9CC;
}

.cont_right input[type=text] {
	border: 1px solid #C3C9CB;
	width: 300px;
	height: 32px;
	margin: 7px 0;
	padding-left: 15px;
}

.cont_right textarea {
	border: 1px solid #C3C9CB;
	width: 633px;
	height: 140px;
	padding-left: 15px;
	margin-top: 8px;
}

.cont_right img {
	padding-top: 4px;
}

.cont_submit {
	display: block;
	color: #fff;
	background-color: #1F6FB7;
	padding: 10px 30px;
	float: right;
	margin: 6px -3px;
}

.sdvg {
	margin-left: 14px !important;
}

.scode {
	color: #00ACED;
	position: absolute;
	top: 17px;
	right: 15px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner,
	.fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object,
	.fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 25px !important;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
	{
	background-image: url(../../img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../../img/fancybox/fancybox_loading.gif) center center
		no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../../img/fancybox/blank.gif);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, .8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media only screen and -webkit-min-device-pixel-ratio15 , only screen and
		min--moz-device-pixel-ratio15 , only screen and
	min-device-pixel-ratio15 {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
		{
		background-image: url(../../img/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px;
	}
	#fancybox-loading div {
		background-image: url(../../img/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px;
	}
}

.search_container li {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccf;
	padding-bottom: 10px;
}

.multimedia  ul li {
	width: 310px;
	padding: 0 15px 25px 0;
	float: left;
}

.multimedia  ul li.col2 {
	padding: 0 0 25px 0;
}

.single_multimedia img {
	width: 310px;
	height: 210px;
}

.multimedia {
	padding-top: 25px;
}

.multimedia ul {
	padding: 0;
}


.news_text ol {
	counter-reset: li-counter;
}
.news_text ol li {
	    margin-bottom: 8px;
}
.news_text ol li:before {
    content: counter(li-counter)".";
    counter-increment: li-counter;
    font-family: 'DinMedium', sans-serif;
    font-size: 14px;
    left: 20px;
    position: absolute;
    color: #1F6FB7;

}