@import 'reset.css';

@media screen,handheld
{
    *{
	border: 0;
	margin:0;
	padding:0;
    }
    /*general purpouse CSS classes*/

    .center {text-align: center;}

    .center_block {margin: auto;}

    .unselectable
    {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
    }
	.f_left {
		float: left;
	}
	.f_right {
		float: right;
	}
	.null_font_size_and_line_height {
		font-size: 0px;
		line-height: 0px;
	}
	/*imbedded_image*/
	.imbedded_image {
		margin: 10px 10px 0px 10px;
		background: #f2f2f2;
		padding: 10px 0px 0px;
		width: 250px;
	}
	.imbedded_image .image_wrapper {
		width: 100%;
		margin: auto;
	}
	.imbedded_image .image_wrapper img {
		width: 100%;
                height: auto;
	}
	.imbedded_image .comment_wrapper {
		line-height: 18px;
		font-size: 11px;
		padding: 3px 10px;
		text-align: center;
	}
	.imbedded_image .comment_wrapper p {

	}

	/*end of imbedded_image*/
	.collapse_cancel {
		clear: both;
	}
	/*end of general purpouse CSS classes*/
	
	/*special pc site version classes/selectors*/
  .pc-hidden {
    display: none;
    
  }
  
  /*end of special pc site version classes/selectors*/
	
	body {
		background:#fff;
		color: #000;
		font: 12px/18px PT Sans Narrow, Tahoma, Arial, Helvetica, sans-serif;
		width: 100%;
		margin: auto;
		overflow-x: auto;
		min-width: 1200px;
	}
	a:link, a:visited {
		color: black;
		text-decoration: none;
	}
	a:visited {
		color: black;
	}
	a:hover {
		text-decoration: underline;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0px;
	}
  td {
		vertical-align: middle;
	}
	#tray {
    margin: 40px auto;
		width: 1080px;
  }
  #header {
		border: 1px solid rgba(0, 0, 0, 0);
		margin-bottom: 0px;
		padding-bottom: 10px;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
  }
	#top_link_bar {
		background: #efefef;
		font-size: 16px;
                text-align: center;
                padding: 5px 0px;
	}

        #top_link_bar div
        {
            display: inline;
            margin: 0px 30px;
        }

	#header_table_cont {
		padding: 10px 0px 0px;
	}
	#header_table {
		width: 100%;
	}
	#header_table > tbody > tr > td {
		border: 0px solid black;
		padding: 5px;
		height: 120px;
	}
	#header_table .logo_cell {
		width: 150px;
	}
	#header_table .logo_cell .logo_cont
        {
	    display: block;
            width: 147px;
            height: 109px;
            background-image: url('../img/logo.png');
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            -o-background-size: contain;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            cursor: pointer;
	}

	#header_table .title_cell {

	}
	#header_table .title_cell .title_cont {
		text-align: center;
		color: green;
	}
	#header_table .title_cell .title_cont > p.top_title {
		font-size: 16px;
	}
	#header_table .title_cell .title_cont > p.middle_title {
		font-size: 22px;
		line-height: 1.2em;
	}
	#header_table .title_cell .title_cont > p.bottom_title {
		font-size: 16px;
		padding: 5px 0px 0px;
	}
	#header_table .lang_and_search_cell {
		width: 200px;
		vertical-align: top;
	}
	#lang_and_search_table {
		height: 100%;
		width: 100%;
	}
	#lang_and_search_table td {
		border: 0px none;
	}
	#lang_and_search_table tr:nth-child(1) td {
		line-height: 20px;
	}
	#lang_and_search_table tr:nth-child(1) .lang_info_wrapper {
		float: left;
		width: 70%;
    overflow: hidden;
	}
	#lang_and_search_table tr:nth-child(1) .lang_info_wrapper .lang_info_cont {
		text-align: left;
    margin-left: 10px;
    margin-right: -18px;
	}
  #lang_and_search_table tr:nth-child(1) .lang_info_wrapper .lang_info_cont select.lang_select {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
		color: #FFF;
    /*background: #293d5a4d;*/
		background: #b0b0b0;
    cursor: pointer;
  }
	#lang_and_search_table tr:nth-child(1) .lang_info_wrapper .lang_info_cont select.lang_select:focus {
		outline: none;
	}
  #lang_and_search_table tr:nth-child(1) .lang_info_wrapper .lang_info_cont select.lang_select:hover {
    background: #888;
  }
  #lang_and_search_table tr:nth-child(1) .lang_info_wrapper .lang_info_cont select.lang_select option {
    background: white;
    color: grey;
  }
	#lang_and_search_table tr:nth-child(1) .country_flag_wrapper {
		float: right;
		width: 30%;
	}
	#lang_and_search_table tr:nth-child(1) .country_flag_wrapper .country_flag_cont {
		text-align: right;
		font-size: 0px;
		white-space: nowrap;
		padding-right: 10px;
		cursor: pointer;
		overflow: hidden;
	}

        #lang_and_search_table tr:nth-child(1) .country_flag_wrapper .country_flag_cont a
        {
            display: block;
            width: 20px;
            height: 20px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            -o-background-size: contain;
            -moz-background-size: contain;
            -webkit-background-size: contain;
            margin: 0px auto;
        }

        #lang_and_search_table tr:nth-child(1) .country_flag_wrapper .country_flag_cont a[rel="united_kingdom"] {background-image: url(/image/flags/united_kingdom.png);}
        #lang_and_search_table tr:nth-child(1) .country_flag_wrapper .country_flag_cont a[rel="russian"] {background-image: url(/image/flags/russia.png);}
        #lang_and_search_table tr:nth-child(1) .country_flag_wrapper .country_flag_cont a:hover {transform: scale(1.2);}

	#lang_and_search_table tr:nth-child(2) td {
		line-height: 25px;
	}
	#lang_and_search_table tr:nth-child(2) .searchfield_wrapper {
		float: left;
		width: 80%;
    position: relative;
    overflow: hidden;
	}
	#lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont {
		text-align:right;
		font-size: 0px;
		padding-left: 10px;
		white-space: nowrap;
	}
	#lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont input {
		width: 98%;
		height: 20px;
		background: none;
		color: #787878;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(236, 236, 236);
		vertical-align: middle;
		font-size: 15px;
	}
	#lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont input:hover {
		background: none;
		border-color: #d7d7d7;
	}
	#lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont input:focus {
		border: 1px solid #d7d7d7;
    background: #FFF;
	}
  #lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont:hover+.searchhint_cont {
    left: 100px;
    opacity: 0;
  }
  #lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchhint_cont {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 1;
    padding-left: 15px;
    color: #969696;
    font-size: 16px;
  }
	#lang_and_search_table tr:nth-child(2) .searcharrow_wrapper {
		float: right;
		width: 20%;
	}
	#lang_and_search_table tr:nth-child(2) .searcharrow_wrapper .searcharrow_cont {
		text-align: right;
		font-size: 0px;
		white-space: nowrap;
		padding-right: 10px;
		overflow: hidden;
	}
	#lang_and_search_table tr:nth-child(2) .searcharrow_wrapper .searcharrow_cont img {
		width: 20px;
		cursor: pointer;
		opacity: 0.3;
	}
	#lang_and_search_table tr:nth-child(2) .searcharrow_wrapper .searcharrow_cont img:hover {
		opacity: 0.5;
	}
	#lang_and_search_table tr:nth-child(3) td {
		line-height: 30px;
	}
	#lang_and_search_table tr:nth-child(3) td .blind_ver_wrapper {
		width: 95%;
		margin: auto;
	}
	#lang_and_search_table tr:nth-child(3) td .blind_ver_wrapper .blind_ver_cont {
		text-align: center;
		background: #050505;
		font-size: 0px;
	}
	#lang_and_search_table tr:nth-child(3) td .blind_ver_wrapper .blind_ver_cont a {
		font-size: 18px;
		color: white;
	}
	#main_menu_cont {
		min-height: 15px;
		background: none;
		margin: 10px 0px 10px;
	}
	#news_block {
		background: #f0f0f0;
		padding: 10px 15px;
	}
	/*info block*/
	#info_block {
		margin-top: 15px;
	}
	#info_block .img_stack {
		height: 0;
		width: 0;
		top: 0;
		left: 0;
		position: absolute;
		overflow: hidden;
	}
	#info_block .content_wrapper {
		position: relative;
		font-size: 0px;
		overflow: hidden;
		letter-spacing: 0em;
		text-align: center;
		height: 173px;
		padding: 0px 0px;
	}
	#info_block .content_wrapper .content_subwrapper {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		font-size: inherit;
		white-space: nowrap;
		letter-spacing: inherit;
		height: 100%;
		padding: 0px 0px;
	}

	#info_block .content_wrapper .content_subwrapper .item_wrapper
        {
            position: relative;
            display: inline-block;
            width: 263px;
            height: 150px;
            overflow: hidden;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            -o-background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            text-decoration: none;
            white-space: normal;
	}

        #info_block .content_wrapper .content_subwrapper .item_wrapper span
        {
            /*font-family: Arial Black;*/
            position: absolute;
            text-indent: 0px;
            font-weight: normal;
            width: 100%;
            left: 0px;
	}

        #info_block .content_wrapper .content_subwrapper .item_wrapper:after
        {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            background: rgba(0,0,0,0.2);
            transition: all 0.5s ease 0s
        }

        #info_block .content_wrapper .content_subwrapper .item_wrapper:hover:after
        {
            background: rgba(0,0,0,0);
        }



	#info_block .content_wrapper .content_subwrapper .item_wrapper .image_link_panel {
            position: absolute;
            z-index: 1;
		left: 0px;
		top: 0px;
		background: rgba(0,0,0,0);
		width: 50%;
		white-space: normal;
	}
	#info_block .content_wrapper .content_subwrapper .item_wrapper .image_link_panel p {
		font-size: 20px;
		font-family: Arial Black;
		line-height: 20px;
		font-weight: bold;
		color: #FAFAFA;
		padding: 5px 5px;
		text-shadow: 0px 0px 1px #181818;
		text-transform: uppercase;
		text-align: left;
	}
	#info_block .content_wrapper .content_subwrapper .item_wrapper .image_link_panel p:hover {
		color: #FFF;
	}
	#info_block .content_wrapper .content_subwrapper .item_wrapper .image_link_panel p a {
		color: inherit;
	}
	#info_block .content_wrapper .content_subwrapper .item_wrapper .image_link_panel p a:hover {
		text-decoration: none;
	}
	#info_block .content_wrapper .content_subwrapper .item_wrapper img {
		width: 100%;
		opacity: 1.0;
		cursor: pointer;
	}
	#info_block .bottom_nav_bar {
		min-height: 10px;
		background: grey;
    overflow: hidden;
	}
  #info_block .bottom_nav_bar .next_btn_wrapper {
    float: right;
    width: 30%;
    text-align: right;
    background: none;
  }
  #info_block .bottom_nav_bar .next_btn_wrapper .next_btn {
    display: inline-block;
    background: #757575;
    color: rgb(171, 171, 171);
    padding: 0px 10px;
    margin-right: 15px;
    line-height: 40px;
    letter-spacing: 0em;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  #info_block .bottom_nav_bar .next_btn_wrapper .next_btn:hover {
    color: rgb(191, 191, 191);
  }
  #info_block .bottom_nav_bar .next_btn_wrapper .next_btn span.arrows {
    letter-spacing: -0.3em;
  }
	/*end of info block*/
	/*middle block*/
	#middle_block {
		min-height: 100px;
		height: 210px;
		background: none;
		padding: 10px 0px;
		border: 0px none;
	}
	#middle_block .middle_block_panel {
		background: none;
		height: 100%;
		border: 0px none;
		overflow: hidden;
	}
	#middle_block .middle_block_panel .center_container {
		background: none;
		margin-left: 400px;
		margin-right: 210px;
	}
	#middle_block .middle_block_panel .center_container .center_container_panel {

	}
	#middle_block .middle_block_panel .left_container {
		float: left;
		width: 400px;
		background: none;
	}
	#middle_block .middle_block_panel .left_container .left_container_panel {

	}
	#middle_block .middle_block_panel .right_container {
		float: right;
		width: 210px;
		background: none;
	}
	#middle_block .middle_block_panel .right_container .right_container_panel {

	}
	#middle_block .middle_block_panel .right_container .right_container_panel .colored_items_menu {
		float: right;
		width: 210px;
	}
	#middle_block .middle_block_panel .right_container .right_container_panel .colored_items_menu ul {
		padding-right: 0px;
	}
	#middle_block .middle_block_panel .center_container,
	#middle_block .middle_block_panel .left_container,
	#middle_block .middle_block_panel .right_container {
		height: 100%;
	}
	#middle_block .middle_block_panel .center_container {

	}
	#middle_block .middle_block_panel .center_container .center_container_panel,
	#middle_block .middle_block_panel .left_container .left_container_panel,
	#middle_block .middle_block_panel .right_container .right_container_panel {
		height: 100%;
	}
	#middle_block .middle_block_panel .center_container .middle_block_col_wrapper {
		position: relative;
		float: left;
		width: 50%;
		height: 100%;
	}
	#middle_block .middle_block_panel .center_container .middle_block_col_wrapper:nth-child(1) {
		width: 60%;
	}
	#middle_block .middle_block_panel .center_container .middle_block_col_wrapper:nth-child(2) {
		width: 40%;
	}
	#middle_block .middle_block_panel .center_container .middle_block_col_wrapper .middle_block_col_panel {
		position: absolute;
		border-right: 2px solid #5a5a5a;
		padding: 0px 10px 10px;
		top: 10px;
		bottom: 12px;
		left: 0;
		right: 0;
		overflow: hidden;
	}
	#middle_block .middle_block_panel .center_container .middle_block_col_wrapper .middle_block_subcol_panel {
		height: 100%;
		overflow: hidden;
	}
	#middle_block .middle_block_panel .center_container .middle_block_col_wrapper:first-child .middle_block_col_panel {
		border-left: 2px solid #5a5a5a;
	}
	#middle_block .middle_block_panel .center_container .center_container_pic_title {
		margin-bottom: 5px;
	}
	#middle_block .middle_block_panel .center_container .center_container_pic_title p,
	#middle_block .left_container_panel .videonews_wrapper .videonews_panel .videonews_title p {
		font-size: 16px;
		color: #007823;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}
	#middle_block .middle_block_panel .center_container .center_container_img_wrapper {
		overflow: hidden;
	}
	#middle_block .middle_block_panel .center_container .center_container_img_wrapper img {
		width: 100%;
	}
	#middle_block .middle_block_panel .center_container .center_container_img_wrapper a:link,
	#middle_block .middle_block_panel .center_container .center_container_pic_title p a,
	#middle_block .left_container_panel .videonews_wrapper .videonews_panel .videonews_title p a {
		text-decoration: none;
		color: inherit;
	}
	#middle_block .left_container_panel .videonews_wrapper {
		float: left;
		width: 45%;
		height: 100%;
	}
	#middle_block .left_container_panel .videonews_wrapper .videonews_panel {
		margin-top: 10px;
	}
	#middle_block .left_container_panel .videonews_wrapper .videonews_panel .videonews_title {
		margin-bottom: 5px;
	}
	#middle_block .left_container_panel .videonews_wrapper .videonews_panel .videonews_title p {

	}
	#middle_block .left_container_panel .videonews_wrapper .videonews_panel .medtv_logo_wrapper {
		margin: auto;
		width: 100%;
	}
	#middle_block .left_container_panel .videonews_wrapper .videonews_panel .medtv_logo_wrapper img {
		width: 100%;
	}
	#middle_block .left_container_panel .leftmenu_wrapper {
		float: left;
		width: 55%;
		height: 100%;
	}
	#middle_block .left_container_panel .leftmenu_wrapper .colored_items_menu,
	#middle_block .right_container .right_container_panel .colored_items_menu {
		width: 220px;
	}
	#middle_block .left_container_panel .leftmenu_wrapper .leftmenu_panel {
		height: 100%;
		float: right;
	}
	/*end of middle block*/

	#middle_menu_block {
		background: #EEE;
		position: relative;
	}
	#menu_cont {
		padding-top: 10px;
	}
	#social_panel_cont {
		position: fixed;
		right: 30px;
		top: 20px;
		min-height: 50px;
		width: 40px;
		background: none;
	}
	#social_panel_cont .social_icon_wrapper {
		width: 100%;
		margin: 10px 0px;
                display: block;
	}
	#social_panel_cont .social_icon_wrapper img {
		width: 100%;
		cursor: pointer;
		opacity: 0.8;
	}
	#social_panel_cont .social_icon_wrapper img:hover {
		opacity: 1.0;
	}
	#middle_menu_block #menu_cont .menu_col_wrapper {
		float: left;
		width: 25%;
		min-height: 600px;
	}
	#middle_menu_block #menu_cont .column1 {
		background: none; /*rgba(206, 233, 26, 0.12);*/
	}
	#middle_menu_block #menu_cont .column2 {
		background: none;
	}
	#middle_menu_block #menu_cont .column3 {
		background: none;
	}
	#middle_bottom_panel {
		text-align: center;
		text-transform: uppercase;
	}
	#middle_bottom_panel p.headorg_name,
	#middle_bottom_panel p.headorg_name a {
		color: #208c20;
		font-weight: 600;
	}
	#middle_bottom_panel p.headorg_name a {
		text-decoration: underline;
	}
	#middle_bottom_panel p.headorg_name {
		font-size: 18px;
		padding: 20px 0px 20px;
		letter-spacing: 0.04em;
	}
	#middle_bottom_panel .resources {
		overflow: hidden;
	}
	#middle_bottom_panel .resources .bottomtext1 {
		font-size: 16px;
	}
	#middle_bottom_panel .resources .menu_cont {
		margin: 5px 0px 10px;
	}
	/*vline_sep_menu*/
	#middle_bottom_panel .vline_sep_menu {
	  font-size: 0px;
		text-align: center;
		word-spacing: 0;
		width: 900px;
		margin: auto;
	}
	#middle_bottom_panel .vline_sep_menu .item_wrapper {
		display: inline-block;
		line-height: 24px;
		padding: 0px 5px;
		border-left: 1px solid #a5a5a5;
		border-right: 1px solid #a5a5a5;
	}
	#middle_bottom_panel .vline_sep_menu .item_wrapper:first-child {
		border-left: 0px none;
	}
	#middle_bottom_panel .vline_sep_menu .item_wrapper:last-child {
		border-right: 0px none;
	}
	#middle_bottom_panel .vline_sep_menu .item_wrapper > a {
		font-size: 16px;
		display: inline-block;
		background: #00785F;
		color: #DDD;
		padding: 0px 5px;
	}
	#middle_bottom_panel .vline_sep_menu .item_wrapper > a:hover {
		color: #FFF;
	}
	/*end of vline_sep_menu*/
	#footer {

	}
	#footer .top_section {
		border: 1px solid rgba(0, 0, 0, 0);
	}
	#footer .top_section .info_panel {
		margin-left: 100px;
		margin-top: 20px;
		padding: 0px 10px;
		background: #777;
		min-height: 50px;
	}
	#footer .top_section .info_panel .vline_sep_menu_cont_1 {
		background: rgba(29, 42, 98, 0.24);
		padding: 10px 30px;
	}
	#footer .top_section .info_panel .vline_sep_menu_cont_2 {
		background: #757575;
		padding: 10px 0px;
	}
	#footer .top_section .logo_cont {
		float: left;
		width: 100px;
		text-align: center;
		padding: 10px 0px 10px;
		background: #FFF;
		min-height: 50px;
	}
	#footer .top_section .logo_cont img {
		width: 70%;
	}
	/*vline_sep_menu*/
	#footer .top_section .info_panel .vline_sep_menu {
	  font-size: 0px;
		text-align: left;
		word-spacing: 0;
		width: 100%;
		margin: auto;
	}
	#footer .top_section .info_panel .vline_sep_menu .item_wrapper {
		display: inline-block;
		line-height: 18px;
		padding: 0px 5px;
		border-left: 1px solid #a5a5a5;
		border-right: 1px solid #a5a5a5;
	}
	#footer .top_section .info_panel .vline_sep_menu .item_wrapper:first-child {
		border-left: 0px none;
	}
	#footer .top_section .info_panel .vline_sep_menu .item_wrapper:last-child {
		border-right: 0px none;
	}
	#footer .top_section .info_panel .vline_sep_menu .item_wrapper > a {
		font-size: 16px;
		display: inline-block;
		color: #DDD;
		padding: 0px 5px;
	}
	#footer .top_section .info_panel .vline_sep_menu .item_wrapper > a:hover {
		color: #FFF;
	}
	/*end of vline_sep_menu*/
	#wide_footer {
		width: auto;
		margin: 0px 0px;
		background: #29546C;
		min-height: 50px;
		padding: 5px 10px 10px;
		text-align: center;
	}
	#wide_footer .top_section {

	}
	#wide_footer .top_section .column1_wrapper,
	#wide_footer .top_section .column2_wrapper,
	#wide_footer .top_section .column3_wrapper {
		background: yellow;
		float: left;
		min-height: 10px;
	}
	#wide_footer .top_section .column1_wrapper {
		width: 15%;
		background: none;
	}
	#wide_footer .top_section .column2_wrapper {
		width: 70%;
		background: none;
	}
	#wide_footer .top_section .column3_wrapper {
		width: 15%;
		background: none;
	}
	#wide_footer #wide_footer_image_cont {
		min-height: 10px;
		padding: 10px 10px 0px;
		background: rgba(0, 0, 0, 0.18);
		font-size: 0px;
	}
	#wide_footer #wide_footer_image_cont .image_wrapper {
		display: inline-block;
		height: 40px;
		margin: 0px 10px 10px;
		border: 1px solid transparent;
		border-radius: 2px;
		background: none;
		padding: 2px 5px;
		cursor: pointer;
	}
	#wide_footer #wide_footer_image_cont .image_wrapper:hover {
		border-top: 1px solid rgba(69, 145, 186, 0.3);
		background: rgba(0, 0, 0, 0.15);
		transform: scale(1.2, 1.2);
	}
	#wide_footer #wide_footer_image_cont .image_wrapper:hover img {
		opacity: 0.95;
	}
	#wide_footer #wide_footer_image_cont .image_wrapper img {
		vertical-align: top;
		height: 100%;
		opacity: 0.7;
	}
	#wide_footer .bottom_section {

	}
	#wide_footer .bottom_section .column1_wrapper,
	#wide_footer .bottom_section .column2_wrapper,
	#wide_footer .bottom_section .column3_wrapper {
		background: none;
		float: left;
		min-height: 100px;
	}
	#wide_footer .bottom_section .column1_wrapper {
		width: 25%;
		background: none;
	}
	#wide_footer .bottom_section .column2_wrapper {
		width: 50%;
		background: none;
	}
	#wide_footer .bottom_section .column3_wrapper {
		position: relative;
		width: 25%;
		background: none;
	}
	#wide_footer .bottom_section .column3_wrapper .info_panel {
		position: absolute;
		right: 10px;
		bottom: 0;
		background: none;
		color: #cfcfcf;
		padding: 10px 10px;

	}
	#wide_footer .bottom_section .column3_wrapper .info_panel p {
		font-size: 14px;
	}

	/*used by 2nd and 3rd level pages*/
	#content_header_block {
		background: #efefef;
	}
	#content_header_block .container {
		margin: 0px 30px;
	}
	#content_header_block .container .vline_sep_menu_cont {
		background: none;
		padding: 10px 30px 10px 0px;
	}
	/*vline_sep_menu*/
	#content_header_block .container .vline_sep_menu {
	  font-size: 0px;
		text-align: left;
		word-spacing: 0;
		width: 100%;
		margin: auto;
	}
	#content_header_block .container .vline_sep_menu .item_wrapper {
		display: inline-block;
		line-height: 18px;
		padding: 0px 5px;
		border-left: 1px solid #a5a5a5;
		border-right: 1px solid #a5a5a5;
	}
	#content_header_block .container .vline_sep_menu .item_wrapper:first-child {
		border-left: 0px none;
		padding-left: 0px;
	}
	#content_header_block .container .vline_sep_menu .item_wrapper:first-child > a {
		padding-left: 0px;
	}
	#content_header_block .container .vline_sep_menu .item_wrapper:last-child {
		border-right: 0px none;
	}
	#content_header_block .container .vline_sep_menu .item_wrapper > a {
		font-size: 16px;
		display: inline-block;
		color: #565656;
		padding: 0px 5px;
	}
	#content_header_block .container .vline_sep_menu .item_wrapper > a:hover {
		color: #232323;
	}
	/*end of vline_sep_menu*/
	#content_header_block .container .title_cont {
		font-size: 20px;
		font-weight: bold;
		background: #2d8b96;
		color: #FFF;
	}
	#content_header_block .container .title_cont p {
		padding: 10px 10px 10px 10px;

	}

	#content_block {
		/*border: 1px dashed silver;*/
		border: 1px solid #efefef;
		margin-bottom: 20px;
	}
	#content_block #content {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
	}
	#content_block .leftmenu_col_wrapper {
		float: left;
		width: 250px;
		background: none;
		min-height: 400px;
	}
	#content_block .content_col_wrapper {
		margin-left: 250px;
		background: none;
		min-height: 200px;
	}
	#content #sec_level_page_banner {
		width: 100%;
		margin: auto;
	}
	#content #sec_level_page_banner .image_wrapper {
		position: relative;
		padding: 0px 10px;
	}
	#content #sec_level_page_banner .image_wrapper .image_link_panel {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
	#content #sec_level_page_banner .image_wrapper .image_link_panel p {
		font-size: 28px;
		font-weight: bold;
		color: #EEE;
	}
	#content #sec_level_page_banner .image_wrapper .image_link_panel p:hover {
		color: #FFF;
	}
	#content #sec_level_page_banner .image_wrapper .image_link_panel p a {
		color: inherit;
	}
	#content #sec_level_page_banner .image_wrapper .image_link_panel p span.next_arrows {
		display: inline-block;
		font-size: 28px;
		margin-left: 10px;
		cursor: pointer;
	}
	#content #sec_level_page_banner .image_wrapper img {
		width: 100%;
	}
	#content .sec_level_page_widget_block {
		margin-top: 10px;
	}
	/*widgets*/
	#content .sec_level_page_widget_block  .sec_level_page_widget {
		padding: 0px;
		margin: 0px;
		border: 0px;
		line-height: 18px;
		vertical-align: top;
		display: inline-block;
		background: none;
		width: 33.33%;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper {
		margin: 5px 5px;
		border: 0px none;
		padding: 5px 5px;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper {
		width: 100%;
		height: 140px;
		position: relative;
		margin: auto;
		overflow: hidden;
    transform: scale(1.0);
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper .image_link_panel {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper .image_link_panel p {
		font-size: 18px;
		font-weight: bold;
		color: #EEE;
		text-transform: uppercase;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper .image_link_panel p:hover {
		color: #FFF;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper .image_link_panel p a {
		color: inherit;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper .image_link_panel p span.next_arrows {
		display: inline-block;
		font-size: 18px;
		margin-left: 10px;
		cursor: pointer;
	}
  #content .sec_level_page_widget_block .sec_level_page_widget .widget_content_wrapper .image_wrapper:hover {
    transform: scale(1.00);
  }
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper a img {
		width: 100%;
		cursor: pointer;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .link_wrapper {
		width: 100%;
		margin-top: 10px;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .link_wrapper p {
		font-size: 12px;
		color: #414141;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .link_wrapper p:hover {
		color: #10696c;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .link_wrapper p a {
		color: inherit;
	}
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .link_wrapper p span.next_arrows {
		display: inline-block;
		font-size: 20px;
		vertical-align: middle;
		margin-left: 10px;
		cursor: pointer;
	}
	/*end of widgets*/
	/*end of used by 2nd and 3rd level pages*/

	/*animation*/
  /*country flag image*/
  #lang_and_search_table tr:nth-child(1) .country_flag_wrapper .country_flag_cont img:hover,
  #lang_and_search_table tr:nth-child(1) .country_flag_wrapper .country_flag_cont img {
    transition-property: transform;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.23,1,.32,1);
  }
  /*end of country flag image*/
  /*searcharrow*/
  #lang_and_search_table tr:nth-child(2) .searcharrow_wrapper .searcharrow_cont img:hover,
  #lang_and_search_table tr:nth-child(2) .searcharrow_wrapper .searcharrow_cont img {
    transition-property: opacity;
		transition-duration: 0.3s;
		transition-delay: 0s;
		transition-timing-function: linear;
  }
  /*end of searcharrow*/
  /*language select background*/
  #lang_and_search_table tr:nth-child(1) .lang_info_wrapper .lang_info_cont select.lang_select:hover,
  #lang_and_search_table tr:nth-child(1) .lang_info_wrapper .lang_info_cont select.lang_select {
    transition-property: background;
		transition-duration: 0.3s;
		transition-delay: 0s;
		transition-timing-function: linear;
  }
  /*end of language select background*/
  /*searchfield input border*/
  #lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont input:hover,
  #lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont input {
    transition-property: border-color;
		transition-duration: 0.4s;
		transition-delay: 0s;
		transition-timing-function: linear;
  }
  /*end of searchfield input border*/
  /*searchhint*/
  #lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchfield_cont:hover + .searchhint_cont {
    transition-property: left, opacity;
		transition-duration: 0.5s;
		transition-delay: 0.3s;
		transition-timing-function: cubic-bezier(.22,.61,.36,1);
  }
  #lang_and_search_table tr:nth-child(2) .searchfield_wrapper .searchhint_cont {
    transition-property: left, opacity;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: ease;
  }
  /*end of searchhint*/
	/*gallery arrows*/
	#gallery_block .center_panel .left_arrow_panel:hover img,
	#gallery_block .center_panel .right_arrow_panel:hover img {
		transition-property: opacity;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.22,.61,.36,1);
	}
	#gallery_block .center_panel .left_arrow_panel img,
	#gallery_block .center_panel .right_arrow_panel img {
		transition-property: opacity;
		transition-duration: 0.3s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.47,0,.74,.71);
	}
	/* gallery_block_ver1
	#gallery_block .left_panel .left_arrow_panel:hover img,
	#gallery_block .right_panel .right_arrow_panel:hover img {
		transition-property: opacity;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.22,.61,.36,1);
	}
	#gallery_block .left_panel .left_arrow_panel img,
	#gallery_block .right_panel .right_arrow_panel img {
		transition-property: opacity;
		transition-duration: 0.3s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.47,0,.74,.71);
	}
	*/
	/*end of gallery arrows*/
	/*galery nav panels*/
	#gallery_block:hover .center_panel .left_arrow_panel,
	#gallery_block:hover .center_panel .right_arrow_panel	{
		transition-duration: 0.3s;
		transition-delay: 0s;
		transition-timing-function: ease;
	}
	#gallery_block:hover .center_panel .left_arrow_panel {
		transition-property: left;
	}
	#gallery_block:hover .center_panel .right_arrow_panel {
		transition-property: right;
	}
	#gallery_block .center_panel .left_arrow_panel,
	#gallery_block .center_panel .right_arrow_panel {
		transition-duration: 0.3s;
		transition-delay: 0.2s;
		transition-timing-function: ease-in-out;
	}
	#gallery_block .center_panel .left_arrow_panel {
		transition-property: left;
	}
	#gallery_block .center_panel .right_arrow_panel {
		transition-property: right;
	}
	/* gallery_block_ver1
	#gallery_block:hover .left_panel .left_arrow_panel,
	#gallery_block:hover .right_panel .right_arrow_panel	{
		transition-duration: 0.3s;
		transition-delay: 0s;
		transition-timing-function: ease;
	}
	#gallery_block:hover .left_panel .left_arrow_panel {
		transition-property: left;
	}
	#gallery_block:hover .right_panel .right_arrow_panel {
		transition-property: right;
	}
	#gallery_block .left_panel .left_arrow_panel,
	#gallery_block .right_panel .right_arrow_panel {
		transition-duration: 0.3s;
		transition-delay: 0.2s;
		transition-timing-function: ease-in-out;
	}
	#gallery_block .left_panel .left_arrow_panel {
		transition-property: left;
	}
	#gallery_block .right_panel .right_arrow_panel {
		transition-property: right;
	}
	*/
	/*end of galery nav panels*/
	/*vline_sep_menu*/
	#middle_bottom_panel .vline_sep_menu .item_wrapper > a,
	#middle_bottom_panel .vline_sep_menu .item_wrapper > a:hover {
		transition-property: color;
		transition-duration: 0.2s;
		transition-timing-function: linear;
	}
	/*end of vline_sep_menu*/
	/*wide_footer_pic_menu*/
	#wide_footer #wide_footer_image_cont .image_wrapper:hover img, #wide_footer #wide_footer_image_cont .image_wrapper img {
		transition-property: opacity;
		transition-duration: 0.4s;
		transition-timing-function: cubic-bezier(.25,.46,.45,.94);
	}
	#wide_footer #wide_footer_image_cont .image_wrapper:hover, #wide_footer #wide_footer_image_cont .image_wrapper {
		transition-property: background, border-color, transform;
		transition-duration: 0.3s;
		transition-timing-function: cubic-bezier(.47,0,.74,.71);
	}
	/*end of wide_footer_pic_menu*/
  /*info_block_next_btn*/
  #info_block .bottom_nav_bar .next_btn_wrapper .next_btn:hover,
  #info_block .bottom_nav_bar .next_btn_wrapper .next_btn {
    transition-property: color;
		transition-duration: 0.3s;
		transition-timing-function: linear;
  }
  /*end of info_block_next_btn*/

	/*gallery block*/
	@keyframes galery_block_slide_to_left {
    from {
			left: 0%;
    }
    to {
			left: -100%;
    }
  }
	@keyframes galery_block_slide_to_right {
    from {
			right: 0%;
    }
    to {
			right: -100%;
    }
  }
  #gallery_block .center_panel .center_img_wrapper .center_img_subwrapper.slide_to_left,
	#gallery_block .center_panel .center_img_wrapper .center_img_subwrapper.slide_to_right {
    animation-duration: 5s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
		animation-direction: normal;
    animation-iteration-count: 1;
  }
	#gallery_block .center_panel .center_img_wrapper .center_img_subwrapper.slide_to_left {
		animation-name: galery_block_slide_to_left;
	}
	#gallery_block .center_panel .center_img_wrapper .center_img_subwrapper.slide_to_right {
		animation-name: galery_block_slide_to_right;
	}
	/* gallery_block_ver1
	@keyframes galery_block_slide_to_left {
    from {
			left: 0%;
    }
    to {
			left: -100%;
    }
  }
	@keyframes galery_block_slide_to_right {
    from {
			right: 0%;
    }
    to {
			right: -100%;
    }
  }
  #gallery_block .left_panel .left_img_wrapper .left_img_subwrapper.slide_to_left,
	#gallery_block .left_panel .left_img_wrapper .left_img_subwrapper.slide_to_right {
    animation-duration: 5s;
    animation-delay: 1s;
    animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
		animation-direction: normal;
    animation-iteration-count: 1;
  }
	#gallery_block .left_panel .left_img_wrapper .left_img_subwrapper.slide_to_left {
		animation-name: galery_block_slide_to_left;
	}
	#gallery_block .left_panel .left_img_wrapper .left_img_subwrapper.slide_to_right {
		animation-name: galery_block_slide_to_right;
	}
	*/
	/*end of gallery block*/

	/*info_block*/
  /*fade out*/
	@keyframes info_block_fade_out_1 {
    from {
			opacity: 1;
    }
    to {
			opacity: 0;
      top: -100%;
      left: 100%;
    }
  }
  @keyframes info_block_fade_out_2 {
    from {
			opacity: 1;
    }
    to {
			opacity: 0;
      top: -100%;
      left: -100%;
    }
  }
  @keyframes info_block_fade_out_3 {
    from {
			opacity: 1;
    }
    to {
			opacity: 0;
      top: 100%;
      left: 100%;
    }
  }
  @keyframes info_block_fade_out_4 {
    from {
			opacity: 1;
    }
    to {
			opacity: 0;
      top: 100%;
      left: -100%;
    }
  }
  @keyframes info_block_fade_out_5 {
    from {
			opacity: 1;
    }
    to {
			opacity: 0;
      top: 100%;
    }
  }
  @keyframes info_block_fade_out_6 {
    from {
			opacity: 1;
    }
    to {
			opacity: 0;
      top: -100%;
    }
  }

  /*end of fade out*/
	@keyframes info_block_fade_in {
    from {
			opacity: 0;
    }
    to {
			opacity: 1;
    }
  }

	#info_block .content_wrapper .content_subwrapper.fade_out {
		/*animation-name: info_block_fade_out;*/
		animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: linear;
		animation-fill-mode: forwards;
		animation-direction: normal;
    animation-iteration-count: 1;
	}
	#info_block .content_wrapper .content_subwrapper.fade_in {
		animation-name: info_block_fade_in;
		animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: linear;
		animation-fill-mode: forwards;
		animation-direction: normal;
    animation-iteration-count: 1;
	}

	#info_block .content_wrapper .item_wrapper .image_link_panel p:hover,
	#info_block .content_wrapper .item_wrapper .image_link_panel p {
		transition-property: color;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.23,1,.32,1);
	}
	#info_block .content_wrapper .item_wrapper:hover img,
	#info_block .content_wrapper .item_wrapper img {
		transition-property: opacity;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: linear;
	}
	/*end of info_block*/
	/*sec_level_page_banner*/
	#content #sec_level_page_banner .image_wrapper .image_link_panel p:hover,
	#content #sec_level_page_banner .image_wrapper .image_link_panel p {
		transition-property: color;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.23,1,.32,1);
	}
	/*end of sec_level_page_banner*/
  /*widgets*/
  #content .sec_level_page_widget_block .sec_level_page_widget .widget_content_wrapper .image_wrapper:hover,
  #content .sec_level_page_widget_block .sec_level_page_widget .widget_content_wrapper .image_wrapper {
    transition-property: transform;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.19,1,.22,1);
  }
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper .image_link_panel p:hover,
	#content .sec_level_page_widget_block  .sec_level_page_widget .widget_content_wrapper .image_wrapper .image_link_panel p {
		transition-property: color;
		transition-duration: 0.5s;
		transition-delay: 0s;
		transition-timing-function: cubic-bezier(.23,1,.32,1);
	}

  /*end of widgets*/

	/*end of animation*/
}

#content
{
    font-size: 14px;
}

.content-image
{
    position: relative;
}

.content-image span
{
    position: absolute;
    bottom: 3px;
    height: 20px;
    left: 3px;
    right: 3px;
    text-align: center;
    overflow: hidden;
}

#content a
{
    text-decoration: underline;
    cursor: pointer;
}

#content a:hover
{
    text-decoration: none;
}

.news_preview_small
{
    width: 245px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin: 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

.news_preview_small span
{
    position: absolute;
    font-size: 18px;
    width: 92%;
    left: 0px;
}

.catinfo_item
{
    display: inline-block !important;
    overflow: hidden;
}

.catinfo_menu_name
{
    font-size: 20px;
    color: #414141;
    padding: 10px 5px;
}

.catinfo_menu_date
{
    font-size: 12px;
    color: #414141;
    font-style: italic;
    text-align: right;
}

.catinfo_menu_note
{
    padding: 0px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #414141;
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.catinfo_menu_note:hover
{
    color: #10696c;
    text-decoration: underline;
}

.infocat_img
{
    display: block;
    width: 150px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    cursor: pointer;
    border: 1px solid black;
    float: left;
    margin: 5px 3px;
}

#content .catinfo_item a.catinfo_note
{
    padding: 0px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #414141;
    overflow: hidden;
    height: 75px;
    text-decoration: none;
    display: block;
}

#content .catinfo_item a.catinfo_note strong
{

}

#content .catinfo_item a.catinfo_note:hover
{
    color: #10696c;
    text-decoration: underline;
}

#content .news_preview_big
{
    display: block;
    position: relative;
    background-repeat: none;
    background-position: center center;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin: 10px;
}

#content .news_preview_big span
{
    position: absolute;
    width: 92%;
    left: 0px;
}

#content ul, #content ol
{
    padding-left: 20px;
    list-style-position: inside;
    margin: 5px 0px;
}

#content p
{
    margin: 10px 0px;
    line-height: 1.2em;
}

#content table[border="1"]
{
    border: 1px solid black;
    border-collapse: collapse;
}
#content table[border="1"] td, #content table[border="1"] th {border: 1px solid black;}

#content table[border="2"]
{
    border: 1px solid black;
    border-collapse: collapse;
}
#content table[border="2"] td, #content table[border="2"] th {border: 2px solid black;}

#content table[border="3"]
{
    border: 1px solid black;
    border-collapse: collapse;
}
#content table[border="3"] td, #content table[border="3"] th {border: 3px solid black;}

#content table[border="4"]
{
    border: 4px solid black;
    border-collapse: collapse;
}
#content table[border="4"] td, #content table[border="4"] th {border: 4px solid black;}

#content table[border="5"]
{
    border: 1px solid black;
    border-collapse: collapse;
}
#content table[border="5"] td, #content table[border="5"] th {border: 5px solid black;}

#content table[border="6"]
{
    border: 6px solid black;
    border-collapse: collapse;
}
#content table[border="6"] td, #content table[border="6"] th {border: 6px solid black;}

#content table[border="7"]
{
    border: 7px solid black;
    border-collapse: collapse;
}
#content table[border="7"] td, #content table[border="7"] th {border: 7px solid black;}

#content table[border="8"]
{
    border: 8px solid black;
    border-collapse: collapse;
}
#content table[border="8"] td, #content table[border="8"] th {border: 8px solid black;}

#content table[border="9"]
{
    border: 9px solid black;
    border-collapse: collapse;
}
#content table[border="9"] td, #content table[border="9"] th {border: 9px solid black;}

#content table[border="10"]
{
    border: 10px solid black;
    border-collapse: collapse;
}
#content table[border="10"] td, #content table[border="10"] th {border: 10px solid black;}

#content table th
{
    text-align: center;
    font-weight: bold;
}

#content table[cellpadding="1"] td, #content table[cellpadding="1"] th {padding: 1px;}
#content table[cellpadding="2"] td, #content table[cellpadding="2"] th {padding: 2px;}
#content table[cellpadding="3"] td, #content table[cellpadding="3"] th {padding: 3px;}
#content table[cellpadding="4"] td, #content table[cellpadding="4"] th {padding: 4px;}
#content table[cellpadding="5"] td, #content table[cellpadding="5"] th {padding: 5px;}
#content table[cellpadding="6"] td, #content table[cellpadding="6"] th {padding: 6px;}
#content table[cellpadding="7"] td, #content table[cellpadding="7"] th {padding: 7px;}
#content table[cellpadding="8"] td, #content table[cellpadding="8"] th {padding: 8px;}
#content table[cellpadding="9"] td, #content table[cellpadding="9"] th {padding: 9px;}
#content table[cellpadding="10"] td, #content table[cellpadding="10"] th {padding: 10px;}
#content table[cellpadding="11"] td, #content table[cellpadding="11"] th {padding: 11px;}
#content table[cellpadding="12"] td, #content table[cellpadding="12"] th {padding: 12px;}
#content table[cellpadding="13"] td, #content table[cellpadding="13"] th {padding: 13px;}
#content table[cellpadding="14"] td, #content table[cellpadding="14"] th {padding: 14px;}
#content table[cellpadding="15"] td, #content table[cellpadding="15"] th {padding: 15px;}
#content table[cellpadding="16"] td, #content table[cellpadding="16"] th {padding: 16px;}
#content table[cellpadding="17"] td, #content table[cellpadding="17"] th {padding: 17px;}
#content table[cellpadding="18"] td, #content table[cellpadding="18"] th {padding: 18px;}
#content table[cellpadding="19"] td, #content table[cellpadding="19"] th {padding: 19px;}
#content table[cellpadding="20"] td, #content table[cellpadding="20"] th {padding: 20px;}

#content .dropdown_block {display: none;}
#content .dropdown_link {text-decoration: underline; cursor: pointer;}
#content .dropdown_link:hover {text-decoration: none;}

#link_to_up
{
    z-index: 100000;
    position: fixed;
    right: 30px;
    bottom: 100px;
    display: none;
    width: 40px;
    height: 40px;
    background-color: rgba(45, 139, 150, 0.4);
    background-image: url('/image/main/arrows/64/triag_arrow_up_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    -o-background-size: 80%;
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    cursor: pointer;
}

#link_to_up:hover {background-color: rgba(45, 139, 150, 1);}

#send_mail_btn
{
    z-index: 100000;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background-color: rgba(45, 139, 150, 0.4);
    background-image: url('../img/mail.png');
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 20px;
    color: rgb(45, 139, 150);
    text-align: center;
    padding: 0px;
}

#send_mail_btn:hover
{
    background-color: rgba(45, 139, 150, 1);
    color: White;
    text-shadow: 0px 0px 1px Black;
}

.form_style input[type="text"]
{
    border: 1px solid #B0B0B0;
    padding: 3px 5px;
    width: 90%;
}

.form_style input[type="text"].form_alert, .form_style div.form_alert {border: 1px solid red;}

.form_style input[type="checkbox"]
{
    margin-right: 10px;
}

.form_style input[type="submit"]
{
    margin: 20px auto;
    display: block;
    border: 1px solid #808080;
    background: #B0B0B0;
    cursor: pointer;
    padding: 5px 20px;
}

.form_style input[type="submit"]:hover {background: #EEEEEE;}

.form_style .main_info
{
    position: absolute;
    height: 0px;
    overflow: hidden;
}

.form_style #capcha_block
{
    width: 100px;
    height: 50px;
    border: 1px solid black;
    background-image: url('../img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    display: inline-block;
}

.form_style input#capcha_code
{
    width: 100px;
}

.form_style .question
{
    font-weight: bold;
    padding-top: 20px;
}

.form_style .note
{
    padding-top: 20px;
}

.form_style .question span
{
    color: red;
    padding: 0px 5px;
}

.form_style textarea
{
    border: 1px solid #B0B0B0;
    padding: 3px 5px;
    width: 90%;    
}

.form_style textarea.form_alert {border: 1px solid red;}

.form_style .check_list_item
{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 10px 3% 10px 0px;
    line-height: 18px;
    text-align: left;
}

#content .form_style .check_list_item input[type="checkbox"]
{
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin-top: 3px;
}

#content .form_style .check_list_item p
{
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    width: 200px;
    margin: 0px;
}

.btn_link_style
{
    display: inline-block;
    padding: 5px 20px;
    margin: 10px;
    background-color: #2D8B96;
    text-decoration: none !important;
    cursor: pointer;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid white;
}

.btn_link_style:hover
{
    background-color: white;
    color: #2D8B96 !important;
    border: 1px solid #2D8B96;
}

.interview_block
{
    margin: 10px auto;
    border: 1px solid Gray;
    padding: 10px 20px;
    text-align: center;
}

.interview_answer
{
    margin: 10px 0px;
    background-color: #eeeeee;
    padding: 3px 10px;
    cursor: pointer;
    text-align: left;
}

.interview_answer:hover
{
    box-shadow: 0px 0px 5px Black;
}

.interview_answer.selected
{
    background-color: #2D8B96;
    color: White;
}

.interview_answer_type_1
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 200px;
    height: 270px;
    margin: 10px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #2D8B96;
}

.interview_text
{
    height: 35px;
    overflow: hidden;
}

.interview_answer_submit
{
    padding: 3px 20px;
    background-color: #2D8B96;
    border: 1px solid #2D8B96;
    color: White;
    display: inline-block;
    margin-top: 7px;
}

.interview_answer_submit:hover
{
    background-color: White;
    color: #2D8B96;
}

.interview_submit
{
    display: inline-block;
    margin: 20px auto;
    cursor: pointer;
    padding: 5px 20px;
    font-weight: bold;
    background-color: silver;
}

.interview_submit:hover
{
    box-shadow: 0px 0px 5px black;
}

.interview_img
{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 200px;
    border: 1px solid Gray;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    margin: 0px 20px 0px 0px;
}

.interview_answer_type_1 .interview_img
{
    margin: 0px 0px 5px 0px;
    border: none;
}

.base_album_block
{
    margin: 10px 0px;
    padding: 10px 0px;
}

.base_album_block a
{
    display: inline-block;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    border: 1px solid gray;
    margin: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.base_album_block a:hover
{
    box-shadow: 0px 0px 5px Gray;
}

.base_album_block a span
{
    display: block;
    position: absolute;
    height: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #fafafa;
    font-size: 20px;
    text-shadow: 0 0 1px #111111;
    text-align: center;
}

.base_album_line
{
    border: 1px solid gray;
    padding: 0px 50px;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
}

.base_album_line .base_album_container
{
    width: 200%;
}

.base_album_line .line_navigation
{
    position: absolute;
    top: 0px;
    height: 100%;
    cursor: pointer;
    background-position: center center;
    background-size: 30px;
    -o-background-size: 30px;
    -moz-background-size: 30px;
    -webkit-background-size: 30px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0;
    background-color: white;
}

.base_album_line .line_navigation:hover
{
    background-size: 40px;
    -o-background-size: 40px;
    -moz-background-size: 40px;
    -webkit-background-size: 40px;
}

.base_album_line .line_navigation.prev
{
    left: 0px;
    width: 45px;
    background-image: url(../img/arrow_left.png);
}

.base_album_line .line_navigation.next
{
    right: 0px;
    width: 45px;
    background-image: url(../img/arrow_right.png);
}

.base_album_line a
{
    display: inline-block;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin: 1px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.base_album_line a span
{
    display: block;
    position: absolute;
    height: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #fafafa;
    font-size: 20px;
    text-shadow: 0 0 1px #111111;
    text-align: center;
}

.base_album_slider
{    
    display: block;
    position: relative;
    margin: 20px auto;
    border: 1px solid black;
    padding: 0px;
}

.base_album_slider .base_album_container
{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.base_album_slider .base_album_container a
{        
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    display: none;
}

.base_album_slider .base_album_container a:first-child
{
    display: block;
}    

.base_album_slider .slider_navigation
{
    position: absolute;
    top: 0px;
    height: 100%;
    cursor: pointer;
    background-position: center center;
    background-size: 30px;
    -o-background-size: 30px;
    -moz-background-size: 30px;
    -webkit-background-size: 30px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-out 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.base_album_slider .slider_navigation:hover
{
    background-size: 40px;
    -o-background-size: 40px;
    -moz-background-size: 40px;
    -webkit-background-size: 40px;
}

.base_album_slider .slider_navigation.prev
{
    left: 0px;
    width: 45px;
    background-image: url(../img/arrow_left.png);
}

.base_album_slider .slider_navigation.next
{
    right: 0px;
    width: 45px;
    background-image: url(../img/arrow_right.png);
}

#content a.base_album_label_item
{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.base_album_label_item div
{        
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    border: 1px solid gray;
    margin: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.base_album_label_item p
{    
    padding: 5px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}

.base_album_slider a span
{
    display: block;
    position: absolute;
    height: auto;
    left: 45px;
    right: 45px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #fafafa;
    font-size: 20px;
    text-shadow: 0 0 1px #111111;
    text-align: center;
}

#content_block #content #touz-select
{
    margin: 10px auto;
}

#content_block #content #touz-select #touz-choice
{
    width: 100%;
    border: 1px solid gray;
}

#content_block #content #touz-select #touz-info
{
    padding: 20px 0px;
    height: 150px;
}

#content_block #content #touz-select #touz-info span
{
    font-weight: bold;
}

#content img[align="right"] {margin-left: 10px;}
#content img[align="left"] {margin-right: 10px;}

#menu_cont
{
    display: none;
}

#toggle-bottom-menu
{
    display: inline-block;
    cursor: pointer;    
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-image: url(../img/arrow_down.png);
    margin: 10px 10px 0px 0px;
    padding: 5px 40px 5px 0px;
    font-size: 22px;
    text-decoration: none;
}

#toggle-bottom-menu.active
{
   background-image: url(../img/arrow_up.png);
}

#version-panel
{
    position: fixed;
    height: 40px;
    width: 100%;
    top: 0px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}

.version-choice
{
    margin: 10px;    
    cursor: pointer;
    text-decoration: none;
    color: Black;    
    display: inline-block;
}

.version-choice.active
{
    text-decoration: underline;
}

.choice-1
{
    font-size: 20px;
}

.choice-2
{
    font-size: 30px;
}

.choice-3
{
    font-size: 40px;
}

#version {/*overflow: auto;*/}

#version.version-1, #version.version-1 p, #version.version-1 li, #version.version-1 td {font-size: 20px !important;}
#version.version-1 #content h1 {font-size: 50px; line-height: 65px;}
#version.version-1 #content h2 {font-size: 32px; line-height: 40px;}
#version.version-1 #content h3 {font-size: 25px; line-height: 30px;}
#version.version-1 #content h4 {font-size: 20px; line-height: 24px;}
#version.version-1 #content h5 {font-size: 16px; line-height: 20px;}
#version.version-1 #content h6 {font-size: 14px; line-height: 18px;}

#version.version-2, #version.version-2 p, #version.version-2 li, #version.version-2 td {font-size: 24px !important;}
#version.version-2 #content h1 {font-size: 65px; line-height: 80px;}
#version.version-2 #content h2 {font-size: 40px; line-height: 52px;}
#version.version-2 #content h3 {font-size: 30px; line-height: 36px;}
#version.version-2 #content h4 {font-size: 24px; line-height: 30px;}
#version.version-2 #content h5 {font-size: 20px; line-height: 24px;}
#version.version-2 #content h6 {font-size: 18px; line-height: 22px;}

#version.version-3, #version.version-3 p, #version.version-3 li, #version.version-3 td {font-size: 28px !important;}
#version.version-3 #content h1 {font-size: 80px; line-height: 100px;}
#version.version-3 #content h2 {font-size: 52px; line-height: 65px;}
#version.version-3 #content h3 {font-size: 36px; line-height: 42px;}
#version.version-3 #content h4 {font-size: 30px; line-height: 36px;}
#version.version-3 #content h5 {font-size: 24px; line-height: 32px;}
#version.version-3 #content h6 {font-size: 22px; line-height: 26px;}

#banner_block
{
    padding: 10px 5px;
}

#banner_block .item_wrapper
{
    position: relative;
    display: inline-block;
    width: 263px;
    height: 150px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    text-decoration: none;
    white-space: normal;
}

#banner_block .item_wrapper span
{
    position: absolute;
    text-indent: 0px;
    font-weight: normal;
    width: 100%;
    left: 0px;
}

#banner_block .item_wrapper:after
{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.2);
    transition: all 0.5s ease 0s
}

#banner_block .item_wrapper:hover:after
{
    background: rgba(0,0,0,0);
}

.highlight
{
    background-color: Yellow;
}

#page_search_panel
{
    position: relative;
    margin: 5px 30px 5px 30px;
    border: 1px solid black;
    height: 40px;
}

.content_col_wrapper #page_search_panel
{
    margin: 5px 30px 5px 15px;
}

#page_search_panel span
{
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20%;    
    height: 30px;
    color: Black;
    font-size: 18px;    
    line-height: 30px;
    font-weight: bold;
}

#page_search_panel input
{
    display: block;
    position: absolute;
    left: 20%;
    width: 55%;
    border: 1px solid #2d8b96;
    color: black;
    height: 18px;
    padding: 5px 10px;
    top: 5px;
}

#page_search_panel a
{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 20%;
    background-color: #2d8b96;
    color: White;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

