/*
 * Date created: 2026-07-17 03:55:34
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */

.status_error {background:#ffef8f; color: #F00000;}
.status_normal {background:#b0efff;}
.status_notice {background:#ffef8f;}
/* 
	-- COMMON.CSS strucrure: --
	1. Reset browser's defaults styles
	2. Common styles
	3. Current design styles
	4. Navigation styles
	5. Modules
	6. E-commerce
	7. System
*/

/* 1. RESET BROWSER's DEFAULTS ****************************************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, p, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption  {
	margin: 0px;
	padding: 0px;
}
	
h1, h2, h3, h4, h5 { margin: 0px 0px 8px 0px; }

div.edParagraph, p { margin: 0px 0px 0px 0px; padding: 5 0 5 0; }


ol { padding: 0px; margin: 10px 0px 10px 15px; }


a img { border: none; }

table.dsn, table.dsn tbody, table.dsn tr, table.dsn th, table.dsn td { margin: 0; padding: 0; }
table.dsn { border-collapse: separate; border-spacing: 0; }

.wrapper { position: relative; }

.clear { clear: both; height: 0px; overflow: hidden; }

/* END RESET BROWSER's DEFAULTS */


/* 2. COMMON STYLES ****************************************************************************************************/

body {
 background: url(_mod_files/ce_images/common/content-top.jpg) 0 0 repeat;
padding:0; margin:0 0 0 0;

}


body, table, tr, td, p, a, input, select, textarea {color:#1a2023;font-family: 'Anton', sans-serif; font-size:13px; line-height: 22px;}

a {color:#0f7ace;text-decoration:underline}
a:hover {color:#000;text-decoration:none}
a:visited {color:#0f7ace;}

hr {background:#c0c0c0; height:1px; border:0px; color:#c0c0c0 }

BLOCKQUOTE {margin-top:5px;margin-bottom:5px;margin-left:16px;margin-right:0px}

h1, h1 a, h1 a:visited,.h1 {
font-size: 30px;
line-height: 36px;
margin-bottom: 26px;text-align: center;
text-transform: uppercase;
font-family: 'Anton',sans-serif;
color: rgb(66, 66, 66);}
h2, h2 a, h2 a:visited {color: rgb(213, 103, 66);font-size:16px;font-weight:normal; margin: 5 0 10 10;}
h3, h3 a, h3 a:visited {color:#3a353e;font-size:12px;font-weight:normal; padding: 20 0 10 0;}
h4, h4 a, h4 a:visited  {
/*
color: rgb(213, 103, 66);
font-size: 99px;
line-height: 96px;
letter-spacing: -1px;
margin-bottom: 0px;
width: 400px;
*/
}
h5, h5 a, h5 a:visited {color:#c1a685;font-size:12px; margin-bottom:5px; margin-top:5px;font-weight:normal;}

/* COMMON STYLES FORM */

FORM {  margin: 0px; }
INPUT { FONT-SIZE:0.8em; BORDER: #ffa052;  height: 17px;}

INPUT.txt, INPUT.field, INPUT.filter_field {BORDER: #ffa052 1px solid; height: 17px;}
INPUT.txt_noborder   { BORDER: #FFFFFF 0px solid; }
INPUT.check { BORDER: 0px; }

input.btn, .but, .text_button {
	FONT-SIZE:0.85em; BACKGROUND: #ffa052; COLOR: #ffffff; FONT-WEIGHT: bold; BORDER: #419015 1px solid; 
	cursor: pointer;
}

INPUT.btn_menu{FONT-SIZE:0.85em;BACKGROUND:#ffa052;COLOR:#ffffff;FONT-WEIGHT:bold;BORDER:#419015 1px solid;}

SELECT, SELECT.sel  { FONT-SIZE:0.85em; BORDER: #ffa052 1px solid; }
CHECKBOX, CHECKBOX.chb{ FONT-SIZE:0.85em; BORDER: #ffa052 1px solid; }
TEXTAREA, TEXTAREA.ta { FONT-SIZE:0.85em; BORDER: #ffa052 1px solid; }

button {
	font: bold 0.95em arial, tahoma, verdana;
	background-color: #ff6600;
	border: solid #ff6600 1px;
	color: #fff;
	height: 20px; line-height: 20px;
	cursor: pointer;
	margin-right: 2px;
}

/* COMMON STYLES END FORM */


/* COMMON STYLES TABLE */

TABLE.tbl, TABLE.price {border-left:1px #DEDBDB solid;border-right:0px #DEDBDB solid;border-bottom:0px #DEDBDB solid}
TABLE.tbl TD, TABLE.price TD {border-bottom:1px #DEDBDB solid;font-size:0.85em;padding:5px 8px 5px 8px;border-right:1px #DEDBDB solid;}
TABLE.tbl TH, TABLE.price TH {border-right:1px #DEDBDB solid;color:#000000; background-color:#f2f0f0;font-size:0.85em;padding:5px 8px 5px 8px;border-top:1px #DEDBDB solid;border-bottom:1px #DEDBDB solid;}

/* COMMON STYLES END TABLE */

.small, .small a { font-size: 0.85em; }
.top_tool_bar, .bottom_line {background-color:#C5C5C5;width:60%}

.wd1 { width: 50px !important; }
.wd2 { width: 110px !important; }
.wd3 { width: 150px !important; }
.wd4 { width: 200px !important; }
.wd5 { width: 250px !important; }
.wd6 { width: 500px !important; }
.wd7 { width: 100% !important; }
.wd-full { width: 100% !important; }

.sz1 { font-size: .5em !important; }
.sz2 { font-size: .6em !important; }
.sz3 { font-size: .7em !important; }
.sz4 { font-size: .9em !important; }
.sz5 { font-size: 1em !important; }
.sz6 { font-size: 1.2em !important; }
.sz7 { font-size: 1.3em !important; }
.sz8 { font-size: 1.5em !important; }
.sz9 { font-size: 2em !important; }

/* END COMMON STYLES */


/* 3. CURRENT DESIGN STYLES START ****************************************************************************************************/

table.icons {margin-top:2px}
.icons a img {display:block; margin: 5px 20px}
.logo_img {padding:0px 10px}


TABLE.info_blok {font-size:0.85em;border:1px #89C6D7 solid;margin:2px;}
TABLE.info_blok TH {color:#000000;border:0px; background-color:#89C6D7;font-size:0.95em;padding:5px 8px 5px 8px}
TABLE.info_blok TD {border:0px;font-size:0.85em;padding:5px 8px 5px 8px}
TABLE.info_blok td h1, TABLE.info_blok td h1 a, TABLE.info_blok td h1 a:hover, TABLE.info_blok td h1 a:visited {font-size:1.2em;font-weight:bold; margin-bottom:5px; margin-top:5px;}
TABLE.info_blok td h2, TABLE.info_blok td h2 a, TABLE.info_blok td h2 a:hover, TABLE.info_blok td h2 a:visited {font-size:1.1em;font-weight:bold; margin-bottom:5px; margin-top:5px;}
TABLE.info_blok td h3, TABLE.info_blok td h3 a, TABLE.info_blok td h3 a:hover, TABLE.info_blok td h3 a:visited {font-size:1em;font-weight:bold; margin-bottom:5px; margin-top:5px;}
TABLE.info_blok td h4, TABLE.info_blok td h4 a, TABLE.info_blok td h4 a:hover, TABLE.info_blok td h4 a:visited {font-size:0.95em;font-weight:bold; margin-bottom:5px; margin-top:5px;}
TABLE.info_blok td h5, TABLE.info_blok td h5 a, TABLE.info_blok td h5 a:hover, TABLE.info_blok td h5 a:visited {font-size:0.85em;font-weight:normal; margin-bottom:5px; margin-top:5px;}
TABLE.info_blok a {font-size:0.85em;}
TABLE.info_blok a:hover{font-size:0.85em;}
TABLE.info_blok a:visited{font-size:0.85em;}

/* MODULES TAGS */
a.tag_level_1 {font-size:80%}
a.tag_level_2 {font-size:90%}
a.tag_level_3{font-size:110%}
a.tag_level_4{font-size:120%}
a.tag_level_5{font-size:130%}
/* MODULES END TAGS */

.footer {line-height: 15px; padding-top: 12px; text-align: right;}
#lay_f2 h5 { margin-top: 10px;}

.blog_title { width: 195px; text-align: left;}
.header_icons { 
background: #419015; 
padding: 18px 0 0 0; 
overflow: hidden; 
text-align: right; 
vertical-align: bottom;
zoom: 1;
}

.header_icons  a {
float:right;
padding:5px 20px;
}

.title_img { padding-left: 44px; text-align: right; width: 336px; }
.title_img img { margin: 5px 0;}
.title_sticers { padding: 47px 40px 0 50px; text-align: right; vertical-align: top;}


/* CURRENT DESIGN STYLES END */


.layer{
background: url(_mod_files/ce_images/common/bg2.gif) 50% 0 repeat-x;
position: absolute; left: 0; width: 100%;
height: 102px;z-index: -95;
}

.layer1{
background: url(_mod_files/ce_images/common/body_bg.png) 0 0 repeat;
 width: 600px; height: 100%;
z-index: -99;border-right:#969696 1px dashed;
border-left:#969696 1px dashed; float: left;
}
.layer2{
background: url(_mod_files/ce_images/common/body_bg.png) 0 0 repeat;
 width: 600px; height: 65px; position: relative;
z-index: -99;border-right:#969696 1px dashed;
border-left:#969696 1px dashed; float: left;
}
.head1{
float: left;
width: 20%;
height: 70px;

}
.head1 p{
color: #fff; font-size: 40px; padding: 0; margin:10 0 0 0;
font-family:Haettenschweiler;
}
.head2{
float: left;
height: 70px; width: 80%;
}
.left1{
width: 180px; margin: 0 20 0 0;
}
.left2 p, .left1 p{
font-size: 18px; font-weight: bold; color: #3a353e; padding: 0 0 20 0; margin: 0;
}
.left2{
width: 180px; margin: 0 0 0 20;
}
.divider{
height: 10px; width: 540px;
border-top: #969696 1px dashed;
margin: 0 30 0 30; float: left;
}
.block{
 padding: 0 0 30 0; float: left;
}
.foot1{
margin: 0 0 0 200;
background: url(_mod_files/ce_images/common/body_bg.png) 0 0 repeat;
border-left:#969696 1px dashed; float: left;
width: 200px; padding: 30 0 10 0;
}
.foot2{
margin: 0 200 0 0;
background: url(_mod_files/ce_images/common/body_bg.png) 0 0 repeat;
border-right:#969696 1px dashed; float: left;
width: 400px;   padding: 30 0 10 0;
}

/* 4. NAVIGATION STYLES (Menus, Sitemaps, etc.) ****************************************************************************************************/

/* NAVIGATION STYLES TOP MENU */

.top_menu{}
.top_menu a, .top_menu a:visited {
font-size:18px; line-height: 28px; color:#5a4747;text-decoration:none;font-weight:normal;
padding: 0 0 0 20; background:  url(_mod_files/ce_images/common/a1.gif) 0 50% no-repeat;
}
.top_menu a:hover {color:#0f7ace;}
.top_menu a:active{ color:#0f7ace;}

/* NAVIGATION STYLES END TOP MENU */


/* NAVIGATION STYLES BOTTOM MENU */
.bottom_menu { height: 20px; line-height: 20px;}
.bottom_menu TD{ }

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active, .bottom_menu a:hover {
	display: block; padding: 0 5 0 25;
background: url(_mod_files/ce_images/common/marker.png) 0 0 no-repeat;
font-size:12px;color:#574315;text-decoration:none; font-weight:normal;
}
.bottom_menu a:hover {color: #574315 !important; text-decoration:underline;}

* html .bottom_menu a:link { width: auto; } * html .bottom_menu a:visited { width: auto;}
* html .bottom_menu a:active { width:auto; } * html .bottom_menu a:hover { width: auto; }

.bottom_menu a.active { }
.bottom_menu td.splitter {}


/* NAVIGATION STYLES END BOTTOM MENU */

/* NAVIGATION STYLES MAIN MENU */
.main_menu {}
.main_menu TD{ }
@media(min-width:1024px){
.main_menu a:link, .main_menu a:visited, .main_menu a:active, .main_menu a:hover {
	display: block;
	padding: 23px 14px 23px 14px;
	width: auto; 
	font-size:20px;font-weight: bold;
	color: #000;
        font-weight: bold; background-color:#F8F8F8;
	text-decoration: none;
        text-transform: uppercase;
        font-family: Arial;
        text-align:center;
        transition: all .2s ease;
}
.main_menu>li>a {
	border-left: 1px solid #bababa;
}
.main_menu>li:first-of-type >a{
	border:none;
}
.main_menu a:hover {color:  #fff!important; text-decoration: none;;background-color: #CC552D;}

* html .main_menu a:link { width: auto; } * html .main_menu a:visited { width: auto;}
* html .main_menu a:active { width:auto; } * html .main_menu a:hover { width: auto; }

.main_menu a.active {color:  #fff !important; text-decoration: none;background-color: #CC552D; }

.main_menu td.splitter { width: 1px;line-height: 13px;  background-color: #C0C0C0;}

.main_menu a.have_sub { 
	background-image: url('_mod_files/ce_images/str.gif') !important;
	background-position: 100% 0px !important; 
	background-repeat: no-repeat !important; }

.submenu {
/*
	position:absolute; 	
	z-index: 999;
	left: 0; top:0; 
	display: none; 
	width:auto; 
*/
}

.pd_menu {border: #0f7ace 0px solid;}
.pd_menu td {}
.pd_menu td.splitter {  }

.pd_menu a:link, .pd_menu a:visited, .pd_menu a:active, .pd_menu a:hover {
	display: block;
	padding: 10px 30px;
	width: auto;
	font-size: 14px;
	background-color:#F8F8F8;
	color: #000;
	text-decoration: none;
}
.pd_menu a:hover {background-color: #CC552D !important; color: #fff !important;}

* html .pd_menu a:link { width: auto; } * html .pd_menu a:visited { width: auto; }
* html .pd_menu a:active { width: auto; } * html .pd_menu a:hover { width: auto; }

.pd_menu a.subitem_active { background-color: #CC552D important;color: #fff !important; }

.pd_menu a.have_sub { 
	background-image: url('_mod_files/ce_images/str.gif') !important;
	background-position: 100% -2px !important; 
	background-repeat: no-repeat !important; 
}
}
/* NAVIGATION STYLES END MAIN MENU */


/* NAVIGATION STYLES MEMBER MENU */

.member_menu { margin-top: 10px; border: solid red 0px; }
.member_menu td { padding-left: 0px; padding-right: 10px;}
.member_menu  a {	font: normal 12px arial, tahoma, verdana; color: #666 !important; text-decoration: none;}
.member_menu  a:hover { text-decoration: underline; }

.member_small_block_body { }
.member_balance{ }
.member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body { border-bottom: 1px solid #C0C0C0;padding: 0 0 3px 0;}
.member_small_menu_info_not_logged_body {
color:#419015;
font-size: 1.2em;
font-weight:bold;
margin-bottom:5px;
margin-top:5px;
}
.member_small_menu_info_logged_body { color:#419015;}

/* NAVIGATION STYLES END MEMBER MENU */


/* NAVIGATION STYLES SITE MAP, SECTION MAP */

.sm_tree {  }

.sm_tree .sm_level_1 {  }
.sm_tree .sm_level_1 a:link, 
.sm_tree .sm_level_1 a:visited, 
.sm_tree .sm_level_1 a:active, 
.sm_tree .sm_level_1 a:hover { font-size: 1.1em; }
.sm_level_1 .sm_tree_item_selected { font-size: 1.1em; }

.sm_tree .sm_level_2 { margin-left: 15px; }
.sm_tree .sm_level_2 a:link, 
.sm_tree .sm_level_2 a:visited, 
.sm_tree .sm_level_2 a:active, 
.sm_tree .sm_level_2 a:hover { font-size: 1.1em; }
.sm_level_2 .sm_tree_item_selected { font-size: 1.1em; }

.sm_tree .sm_level_3 { margin-left: 25px; }
.sm_tree .sm_level_3 a:link, 
.sm_tree .sm_level_3 a:visited, 
.sm_tree .sm_level_3 a:active, 
.sm_tree .sm_level_3 a:hover { font-size: 1.1em; }
.sm_level_3 .sm_tree_item_selected { font-size: 1.1em; }

.sm_tree .sm_tree_item_selected { font-weight: bold; }

.sm_imaged_tree { }

.sm_imaged_tree  .sm_imaged_item_normal_1, .sm_imaged_tree  .sm_imaged_item_active_1,
.sm_imaged_tree  .sm_imaged_item_normal_2, .sm_imaged_tree  .sm_imaged_item_active_2,
.sm_imaged_tree  .sm_imaged_item_normal_3, .sm_imaged_tree  .sm_imaged_item_active_3 { 
	padding-left: 7px; 
	line-height: 19px;
}

/* NAVIGATION STYLES END SITE MAP, SECTION MAP */


/* NAVIGATION STYLES PAGER */
/*.page_header {display:block; margin-bottom:-25px; float:left;}*/

.pager { font-size: 1.1em; margin-top: 30px; text-align: left; }

.pager .pager_sibl_pages { font-size: 1.1em  }
.pager .pager_sibl_pages span { font-weight: bold; }

.pager .pager_pages { margin: 10px 0px; padding: 4px 0px;  }

a.pager_sibl:link, a.pager_sibl:active, a.pager_sibl:visited, a.pager_sibl:hover,
a.pager_fin:link, a.pager_fin:active, a.pager_fin:visited, a.pager_fin:hover  {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
}
a.pager_sibl:hover, a.pager_fin:hover  { text-decoration: underline; }

a.pager_block:link, a.pager_block:active, a.pager_block:visited, 
a.pager_block:hover, .pager_active, .pager_dotdot  {
	margin-right: 3px;
	padding: 2px 6px;
	font-size: 1.1em;
	text-decoration: none;
	text-align: center;
	background-color: #f2f2f2;
}
a.pager_block:hover { background-color: #ccc; }

.pager .pager_active { font-size: 1.1em; color: #f9f9f9;	background-color: #666;}

.pager span.pages_nav_split { font-size: 1.1em; font-weight: normal; padding: 0px 5px; }

.pager_item_details { }

.pager_item_details .pager_showall  { margin-top: 10px; }

/* NAVIGATION STYLES END PAGER */

/* NAVIGATION STYLES PAGES */

.pages_path { padding: 0 0 10px 0;  }
.pages_path h1 { margin: 0px 0px 20px 0px; }

.pages_nav_bar {  }

.pages_sibl_bar { text-align: center; margin: 0px 0px 20px 0px; }

.pages_name {  }
.pages_name h3 {  }

a.pages_print_version:link, a.pages_print_version:visited, 
a.pages_print_version:active, a.pages_print_version:hover {
	display: block;
	margin: 40px 0px 0px 0px;
}

a.pages_print_version img { margin-right: 8px; }

/* NAVIGATION STYLES END PAGES */

/* NAVIGATION STYLES (Menus, Sitemaps, etc.) */


/* 5. MODULES ****************************************************************************************************/

/* MODULES VOTES */

.vote_res_small_on {background-color:#A6A4A4;border-top:1px #787878 solid;border-bottom:1px #787878 solid;}
.vote_res_on {background-color:#A6A4A4;border-top:1px #787878 solid;border-bottom:1px #33626f solid;}
.vote_res_small_off {border-top:1px #787878 solid;border-bottom:1px #787878 solid;}
.vote_res_off {border-top:1px #787878 solid;border-bottom:1px #787878 solid;}

/* MODULES END VOTES */


/* MODULES KNOWLEDGE BASE */

.kb_item_row_name { margin-bottom: 5px; }
.kb_item_row_announce {  }
.kb_item_row_announce p { margin: 0px; padding: 0px; }

/* MODULES END KNOWLEDGE BASE */

/* MODULES BLOG */

.blog IMG {margin:3px;border:#ff0000 0px solid;}

/* MODULES END BLOG */


/*MODULES NEWS STYLES */

.small_news { }
.small_news_item_row {  }
.small_news_urgent_item_row, .small_news_sticky_item_row, .small_news_sticky_item_row { color: #ff0000; }
.small_news_item_date { display: inline; }
.small_news_item_time { }
.small_news_item_header { display: inline; }
.small_news_item_announce { }
.small_news_rss { }

.news { }
.news_item_row {  }
.news_item_date {  }
.news_item_time {  }
.news_item_header {  }
.news_item_announce {  margin:5px 0px 12px 0px }

.news_item_row {  }
.news_urgent_item_date {  }
.news_urgent_item_time {  }
.news_urgent_item_header, .news_sticky_item_header, .news_sticky_item_header { margin-bottom: 5px; }
.news_urgent_item_announce {  }

.news_urgent_item_announce p, .news_item_announce p , .news_sticky_item_announce p { margin: 0px; padding: 0px; margin-bottom: 10px; }

.news_rss { }

/* MODULES END NEWS STYLES */


/* MODULES ARTICLES STYLES */

.small_articles {  }
.small_articles_item_row {  }
.small_articles_item_date { display: inline; }
.small_articles_item_header { display: inline; }
.small_articles_rss { }


.articles {  }

.articles_cat_name, .articles_cat_header, .articles_sticky_cat_header { display: inline; }
.articles_cat_name a, .articles_cat_header a, .articles_sticky_cat_header a { font-size: 1.2em; }
.articles_cat_num_items, .articles_cat_num_public_items, .articles_sticky_cat_num_public_items { display: inline; }
.articles_cat_announce {  }
.articles_cat_announce p, .articles_sticky_cat_announce p { margin: 0; padding: 0; }
.articles_urgent_cat_name {  }
.articles_urgent_cat_num_items {  }
.articles_urgent_cat_announce {  }
    
.articles_item_row {  }
.articles_item_date {  }
.articles_item_header {  }
.articles_rss { }

/* MODULES END ARTICLES STYLES */


/* MODULES STICKERS */

.stickers { }
.stickers td { vertical-align: top; text-align: left; }
.stickers .small_row { border: 0px; }
.stickers .small_row_dashed { border: dashed #ccc 1px; }

.stickers .small_header { line-height: 16px;}
.stickers .small_header a { text-decoration: none; border-bottom: dashed 1px;}

.stickers .small_announce { padding: 3px; }

.stickers .small_Hsplitter img { width: 20px; height: 1px; }
.stickers .small_Vsplitter img { width: 1px; height: 20px; }

/* MODULES END STICKERS */

/* MODULES PHOTOALBUM */

.photoalbum { width: 100%; }

.photoalbum_path { margin-bottom: 10px; font-size: 0.95em; }
.photoalbum_path A { font-size: 0.95em !important; }

.photoalbum .cat_body { margin: 0px 0px 10px 0px; }

/* categories */

.photoalbum .urgent_cat_list { margin-bottom: 30px; }
.photoalbum .urgent_cat_list td { background: #eee; }
.photoalbum .cat_list { width: 100%; }

.photoalbum .urgent_cat_row { padding: 10px 15px; }
.photoalbum .cat_row { width: 25%; padding: 10px 15px;}

.photoalbum .cat_row a.name:link, .photoalbum .cat_row a.name:visited,
.photoalbum .cat_row a.name:active, .photoalbum .cat_row a.name:hover,
.photoalbum .urgent_cat_row a.name:link, .photoalbum .urgent_cat_row a.name:visited,
.photoalbum .urgent_cat_row a.name:active, .photoalbum .urgent_cat_row a.name:hover {
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.photoalbum .cat_row a.small_picture_wrapper, .photoalbum .urgent_cat_row a.small_picture_wrapper {
	border: solid #fff 1px;
	display: block;
	margin: 0px 0px 10px 0px;
}

.photoalbum .cat_row .announce, .photoalbum .urgent_cat_row  .announce { padding: 0px 0px 10px 0px; }

.photoalbum .cat_row .rating, .photoalbum .urgent_cat_row .rating {
	clear: both; margin: 0px 0px 10px 0px;
}

.photoalbum .cat_row .num_photos, .photoalbum .urgent_cat_row .num_photos {
	clear: both;
	font-size: 0.85em;
	font-style: italic;
}

/* items */

.photoalbum .urgent_item_list { margin-bottom: 30px; }
.photoalbum .item_list, .photoalbum .browse_item_list {  }

.photoalbum .browse_item_list { margin: 30px auto 0px; }
.photoalbum .browse_item_list .active { background: #eee; }

.photoalbum .urgent_item_row { vertical-align: top; background: #eee; padding: 10px 15px; }
.photoalbum .item_row { width: 25%; vertical-align: top;  padding: 10px 15px; }
.photoalbum .browse_item_row { vertical-align: top; width: 30%; padding: 10px 15px; }

.photoalbum .item_row a.header:link, .photoalbum .item_row a.header:visited,
.photoalbum .item_row a.header:active, .photoalbum .item_row a.header:hover,
.photoalbum .browse_item_row a.header:link, .photoalbum .browse_item_row a.header:visited,
.photoalbum .browse_item_row a.header:active, .photoalbum .browse_item_row a.header:hover,
.photoalbum .urgent_item_row a.header:link, .photoalbum .urgent_item_row a.header:visited,
.photoalbum .urgent_item_row a.header:active, .photoalbum .urgent_item_row a.header:hover  {
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.photoalbum .item_row a.small_picture_wrapper, .photoalbum .urgent_item_row a.small_picture_wrapper,
.photoalbum .browse_item_row a.small_picture_wrapper {
	display: block !important;
	margin: 0px 0px 10px 0px  !important;;
}

.photoalbum .urgent_item_row .announce, .photoalbum .item_row .announce,
.photoalbum .browse_item_row .announce { margin: 0px 0px 10px 0px; }

.photoalbum .urgent_item_row .forum, .photoalbum .item_row .forum,
.photoalbum .browse_item_row .forum {	padding: 10px 0px 0px 0px; }

.photoalbum .item_hSplitter img { width: 10px; }
.photoalbum .item_vSplitter img { height: 20px; }

/* item details */

.photoalbum .sibl_pages { text-align: right; }

.photo_info {
	position: relative;
	margin: 0 auto;
	margin-top: 25px;
}

.photoalbum .item_details .header { font-size: 1.4em; padding: 0px 0px 10px 0px; }

.photoalbum .item_details a.enlarge {
	display: block;
	text-align: center;
	margin: 5px 0px 0px 0px;
}

.photoalbum .body { margin: 20px 0px; }

.photoalbum .item_details .forum { padding: 10px 0px 0px 0px; }
.photoalbum .item_details .rating {  }


/* small */

.photoalbum_small_list {  }
.photoalbum_small_list .small_row { }

.photoalbum_small_list a.header:link, .photoalbum_small_list a.header:visited,
.photoalbum_small_list a.header:active, .photoalbum_small_list a.header:hover {
	display: block;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.photoalbum_small_list a.small_picture_wrapper { display: block; }

.photoalbum_small_list  .announce { margin: 10px 0px }
.photoalbum_small_list  .rating {  }
.photoalbum_small_list  .forum { margin: 10px 0px 0px 0px; }

.photoalbum_small_list .small_Vsplitter img { height: 20px; }
.photoalbum_small_list .small_Hsplitter img { width: 10px; }

/* MODULES END PHOTOALBUM */

/* END MODULES */


/* 7. SYSTEM ****************************************************************************************************/

table#sign{width:100%;height:10px;background: url(_mod_files/ce_images/common/header-bottom.jpg) 0 0 repeat !important;}
table#sign td{text-align:right;font-family:Verdana; font-size:10px; color:#E7DDCC !important; padding-left:5px;text-transform: lowewrcase; -moz-opacity: 0;
    filter:alpha(opacity=30);
    opacity: 0;}
table#sign A, table#sign A:hover, table#sign A:visited {color:#E7DDCC !important;text-decoration:none; font-size:10px;}

#stat {display:none;}
#sp {display:none;}

.status_error {background:#ffef8f; color: #F00000;}
.status_notice { color:#666666; font-size:1.2em; margin-left: 10px; }
.status_normal { color:#000000; font-size:0.8em;}

/* SYSTEM Text editor styles */

div.amiroTEdDiv{ }
div.amiroTEdDivEditor{ display: block; }
div.amiroTEdDivPreview{ border: 1px solid black; display: none; overflow: auto; }
img.amiroTEdCtrl{ border: 0px; cursor: pointer; }
select.amiroTEdCtrl, input.amiroTEdCtrlButton{
    font: normal 0.8em Arial; text-decoration: none; color: #000000; margin-bottom: 4px; width: auto;
}
img.amiroTEdSep{ border: 0px; }
img.amiroTEdSmile{ border: 0px; cursor: pointer; }
textarea.amiroTEdCtrl{}
div.amiroTEdDivResize{
	height: 4px;
    margin-top: 1px;
    background-color: #d4d0c8;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border-bottom: 1px solid #808080;
    margin-bottom: 1px;
    cursor: s-resize;
}
span.amiroTEdMore{
    cursor: pointer;
    height: 25px;
	font: bold 1.2em arial;
    text-decoration: underline;
    color: #000000;
}
BLOCKQUOTE.edQuote { border-left: 2px solid #999999; margin: 0px; padding: 10px; margin-left: 15px; background: #f9f9f9; }

PRE.edCode{ margin:5px 0px 5px 16px; width: 500px; overflow: auto; border: 1px dotted gray; padding: 5px; }

/* SYSTEM Text editor styles */

/* END SYSTEM */

textarea.inp-h{
    display: none;
}

/* Suggestions control */

div.suggestionDiv{ position: absolute; padding-top: 2px; border: 1px solid #848484; background: #fff; overflow: hidden; display: none; z-index: 100; }
div.suggestionRow, div.suggestionRowSelected{ padding: 1px 3px 0px 3px; cursor: default; white-space: nowrap; font-family: Arial; font-size: 11px; cursor: pointer; }
div.suggestionRow a, div.suggestionRowSelected a{ padding-left: 6px; font-size: 11px !important; }
div.suggestionRowSelected{ background: #5fabfe; color: #fff; }
div.suggestionRowSelected a{ color: #fff !important; }
div.suggestionRowExact{ font-weight: bold; }
div.suggestionRowAllResults{ margin: 6px 0px 0px 0px; }
div.suggestionResult, div.suggestionResultFirst{ margin: 8px 3px 3px 3px; padding-top: 6px; border-top: 1px solid #848484; text-align: left; font-weight: bold; font-size: 11px; }
div.suggestionResultFirst{ margin-top: 0px; padding-top: 1px; border-top: 0px; }
div.suggestionRow a.suggestionAllResults, div.suggestionRowSelected a.suggestionAllResults{ padding-left: 0px; font-weight: bold; font-size: 11px; }

div.suggestionMinWidth{ line-height: 0px; height: 0px; }

/* MediaBox control */

.MediaBox_shadow{ position: fixed; display: none; top: 0px; left: 0px; width: 100%; height: 100%; background: #000; z-index: 100000;}
* html .MediaBox_shadow{ position: absolute; }
.MediaBox{ position: fixed;  display: none; background: #fff; z-index: 100001; }
* html .MediaBox{ position: absolute; }
.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{ position: absolute; overflow: hidden; }
.MediaBox_shadowL, .MediaBox_shadowR{ width: 15px; height: 100%; background: url(/_img/ami_jsapi/shade-v.png) repeat-y; }
.MediaBox_shadowL{ left: -15px; top: 0px; }
.MediaBox_shadowR{ right: -15px; top: 0px; background-position: -15px 0px; }
.MediaBox_shadowT, .MediaBox_shadowB{ width: 100%; height: 15px; background: url(/_img/ami_jsapi/shade-h.png) repeat-x; }
.MediaBox_shadowT{ left: 0px; top: -15px; }
.MediaBox_shadowB{ left: 0px; bottom: -15px; background-position: 0px -15px; }
.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{ width: 15px; height: 15px; background: url(/_img/ami_jsapi/shade-c.png) no-repeat; }
.MediaBox_shadowLT{ left: -15px; top: -15px; }
.MediaBox_shadowRT{ right: -15px; top: -15px; background-position: -15px 0px; }
.MediaBox_shadowLB{ left: -15px; bottom: -15px; background-position: 0px -15px; }
.MediaBox_shadowRB{ right: -15px; bottom: -15px; background-position: -15px -15px; }
.MediaBox_speckLT{ position: absolute; width: 0px; height: 0px; }
.MediaBox_speckRB{ position: absolute; width: 0px; height: 0px; }
.MediaBox_close{ position: absolute; width: 39px; height: 39px; right: -20px; top: -20px; background: url(/_img/ami_jsapi/close.png); cursor: pointer; }
.MediaBox_loader{ position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; margin: -16px 0px 0px -16px; background: url(/_img/ami_jsapi/loader.gif); }
.MediaBox_container{ margin: 10px 10px; }
/* Black version */
.MediaBoxBlack{ background: #000; }
.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{ background-image: url(/_img/ami_jsapi/glass-frame-v.png); }
.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{ background-image: url(/_img/ami_jsapi/glass-frame-h.png); }
.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{ background-image: url(/_img/ami_jsapi/glass-frame-c.png); }
.MediaBoxBlack .MediaBox_speckLT{ background-image: url(/_img/ami_jsapi/glass-frame-c2lt.png); }
.MediaBoxBlack .MediaBox_speckRB{ background-image: url(/_img/ami_jsapi/glass-frame-c2rb.png); }
.MediaBoxBlack .MediaBox_close{ right: -25px; top: -25px; background-image: url(/_img/ami_jsapi/glass-frame-close.png); }
.MediaBoxBlack .MediaBox_loader{ background-image: url(/_img/ami_jsapi/loader-black.gif); }
.MediaBoxBlack .MediaBox_container{ margin: 0px 0px; }

/* Multiselectbox */

div.mSelectFrame{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; border: 1px solid #848484; overflow: auto; }
div.mSelectOption, div.mSelectOptionSelected{ padding: 0px 2px; white-space: nowrap; cursor: default; }
div.mSelectOptionSelected{ background: #5fabfe; color: #fff; }

img[data-ami-mbpopup] { cursor: url(/_img/ami_jsapi/pointer_plus.png), pointer; }
.MediaBox_loader{ position: absolute; width: 32px; height: 32px; left: 50%; top: 50%; margin: -16px 0px 0px -16px; background: url(/_img/ami_jsapi/loader.gif); z-index: 100002; }
.MediaBox_group{ margin: 10px; margin-bottom: 0px; font-style: italic; }
.MediaBox_header{ margin: 10px; margin-bottom: 0px; text-align: center; font-weight: bold; }
.MediaBox_url{ margin: 10px; margin-bottom: 0px; text-align: center; }
.MediaBox_description{ padding: 10px; padding-bottom: 0px; }
.MediaBox_imageArea{ position: relative; }
.MediaBox_previous{ position: absolute; left: -28px; top: 50%; width: 32px; height: 63px; margin-top: -32px; background: url(/_img/ami_jsapi/mb-prev.png); cursor: pointer; }
.MediaBox_next{ position: absolute; right: -28px; top: 50%; width: 32px; height: 63px; margin-top: -32px; background: url(/_img/ami_jsapi/mb-next.png); cursor: pointer; }
.MediaBox_container{ position: relative; margin: 10px 10px 0px 10px; text-align: center; }
.MediaBox_zoom{ margin: 10px; margin-bottom: 0px; text-align: right; font-style: italic; }
.MediaBox_zoom a{ font-style: italic; }
#MediaBox_sliderPrevious{ float: left; width: 10px; height: 20px; margin: 40px 0px 0px 10px; background: #00f; cursor: pointer; }
#MediaBox_sliderNext{ float: right; width: 10px; height: 20px; margin: 40px 10px 0px 0px; background: #00f; cursor: pointer; }
.MediaBox .disabled{ background: #ccf !important; cursor: default !important; }
.MediaBox_slider{ position: relative; overflow: hidden; height: 80px; margin: 10px 30px 0px 30px; white-space: nowrap; }
.MediaBox_sliderImage{ max-height: 80px; height: expression(this.scrollHeight > 80 ? "80px" : "auto"); cursor: pointer; }
.MediaBox_sliderDelimeter{ display: -moz-inline-stack; display: inline-block; zoom: 1; *display: inline; width: 10px; }
.MediaBox_counter{ margin: 10px; margin-bottom: 0px; text-align: right; font-style: italic; }

/* ToolTip */

div.AMIToolTip{ position: absolute; padding: 2px; border: 1px solid #000; background: #fff798; }

/* Imagetape gadget */

.image_item_nopopup {border: 1px solid #ffffff; float:left; margin:2px; padding: 3px; cursor:pointer;}
.image_item_nopopup_selected {border: 1px solid #cccccc; float:left; margin:2px; padding: 3px; cursor:pointer;}
.imagetape_fullinfo {cursor: pointer; margin-right: 10px;padding: 3px 6px;border: 1px solid #ccc;position: relative;}
.imagetape_fullinfo_select {cursor: pointer; margin-right: 10px;padding: 3px 6px; background:#555;border: 1px solid #000;position: relative;color: #fff;}
.header_fullinfo {font-size: 14px;font-weight: bold;padding-bottom: 10px;}
.description_fullinfo {padding-right: 10px;padding-bottom: 10px;}
.left_imagetape_fullinfo {float: left;}
.right_imagetape_fullinfo {float: right;}
.bottom_imagetape_fullinfo {width: 100%; float: right; text-align: right;}
.block_imagetape_fullinfo { float: left; padding-bottom: 20px; width: 100%;}
.imagetapeControl {cursor: pointer;}
.imagetapeControl.left {background:url('/_img/imagetape-prev.png') 50% 50% no-repeat transparent;float:left;width: 30px;}
.imagetapeControl.right {background:url('/_img/imagetape-next.png') 50% 50% no-repeat transparent;float:left;width: 30px;}
.imagetapeControl.up {background:url('/_img/imagetape-up.png') 50% 50% no-repeat transparent;clear:both;height: 30px;}
.imagetapeControl.down {background:url('/_img/imagetape-down.png') 50% 50% no-repeat transparent;clear:both;height: 30px;}
.imagetapeControl.disabled {cursor: default !important;filter: alpha(opacity=50);opacity: 0.5;-moz-opacity: 50%;}
.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:20px;
    font-size:14px;
    display:'inline-block';
    visibility:hidden;
    border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}

div.AlertWindow {overflow: hidden; cursor: move;}
div.AlertWindow  .popupClose{ position: absolute; display: block; right: 5px; top: 3px; width: 21px; height: 21px; background: url("/_img/close_alert.gif"); cursor: pointer; }
div.AlertWindow .popupHeader{ position: absolute; display: block; top: 0px; left: 0px; width:100%; height: 0px; }
div.AlertWindow .popupHeaderText {display: none}
div.AlertWindow .popupContent {padding: 0px;}

/* User menu */

/* .user_menu_index {float: left; } */
.user_menu_index {display: inline:}
.user_profile {font-weight: bold; cursor: pointer;}
.user_menu li {color: #ccc; cursor: default;}
.user_menu_img {cursor: pointer; padding-left: 5px;}
ul.user_menu  {list-style-type: none; border: 1px solid #000000; padding: 0px; margin: 15px 0px 0px 0px; border: 1px solid #ccc; visibility: hidden; position: absolute; background: #fff;}
ul.user_menu li {padding: 0px; margin: 10px;}
.member_user_menu {position: relative;}
.user_profile_on {font-weight: bold; cursor: pointer; color: #000;}
.user_menu {z-index: 1000; padding-top: 10px; box-shadow: 0px 1px 5px #ccc; border: 1px solid #000000; top:-21px; left: -11px; border: 1px solid #ccc; visibility: hidden; position: absolute; background: #fff; //padding-top: 20px;}
.user_menu_discussion {top: -24px; //top: -21px;}
.user_menu ul {list-style-type: none; margin: 0px; padding: 0px;}
.user_menu ul li {padding: 0px; margin: 10px;}
.top_user_block {padding:3px; background-color:#f5f5f5; float: left;}

div.AlertWindow {overflow: hidden; cursor: move;}
div.AlertWindow  .popupClose{ position: absolute; display: block; right: 5px; top: 3px; width: 21px; height: 21px; background: url("/_img/close_alert.gif"); cursor: pointer; }
div.AlertWindow .popupHeader{ position: absolute; display: block; top: 0px; left: 0px; width:100%; height: 0px; }
div.AlertWindow .popupHeaderText {display: none}
div.AlertWindow .popupContent {padding: 0px;}


/* My messages */

/*
#my_messages {display: inline-block; text-align: center; background: url(/_img/messages.png) no-repeat; padding-top: 5px; width: 35px; height: 20px; position: relative; //height: 25px;}
#my_messages a {color: #000; background: #fff; opacity: 0.75; border-radius: 4px; text-decoration: none; font-size: 10px; font-family: Tahoma, Arial; font-weight: bold;}
#member_info {float: left; margin-right: 10px; margin-top: 5px}
*/

#my_messages {top: -2px; //top: 0px; position: relative; background: url(/_img/messages_front.png) no-repeat; width: 29px; height: 18px; text-align: center; display: inline-block;}
#my_messages a {text-decoration: none; font-size: 10px; color: #000; position: relative; top: -1px;}

/* Ami Popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    border: 1px solid #888888;
    box-shadow: 0px 0px 15px 3px #000;
}

div.amiPopup .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    width: 26px;
    height: 26px;
    background: url("/_img/amiPopup_close_btn.gif");
    cursor: pointer;
}

div.amiPopup .popupHeader{
    cursor:move;
    padding-top: 4px;
    position: relative;
    display: block;
    top: 0px;
    left: 0px;
    width:100%;
    height: 25px;
    color: black;
    background-color: #EEE;
    border-top: 1px #fff solid;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 5px 10px 10px 14px;
}



/* 6.0 styles (Status Block) */

.status-block {
    display:block;
    background: #F0F0F0;
    border-radius:10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px;
    margin:5px 0px 5px 2px;
    font-weight: normal;
    position:relative;
}

.status-icon{
    position:absolute;
    top:0px;
    left:3px;
    width:32px;
    height:32px;
}

.status-msgs{padding:15px;}
.block-container { padding:10px 10px 10px 30px;}
.status-red{color: #bc4702;}
.status-black{color: #333;}
.status-none{color: #004080;}


.member_forum_watch_menu {display: inline-block; position: relative;}

/* User Rating extension */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}
.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {color: red;}
.amiUserRatingControls .amiItemRatingValue .user_rating_null {color: #ccc;}

.amiUserRatingControls .amiUserRatingDec {background: url(_img/rating/hands.png) no-repeat -18px 1px; opacity: 0.25}
.amiUserRatingControls .amiUserRatingDec:hover {opacity: 1}

.amiUserRatingControls .amiUserRatingInc {background: url(_img/rating/hands.png) no-repeat 0 0; opacity: 0.25}
.amiUserRatingControls .amiUserRatingInc:hover {opacity: 1}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {color: #ccc; padding: 0 3px;}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}
.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    /*background: url(_img/rating/stars/user_stars.gif) no-repeat;
    height: 13px;
    width: 75px;*/
	width: 59px;
	background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
	height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
	/*background: url(_img/rating/stars/starsgreen5.gif) no-repeat;
	height: 13px;*/
	background: url(_img/rating/stars/users_stars_green.png) no-repeat;
	height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
margin-top: -3px;
border: 1px solid #CCCCCC;
border-radius: 5px 5px 5px 5px;
padding: 2px 15px;
width: auto;
color: #000000;
background: #efeaea; /* Old browsers */
background: -moz-linear-gradient(top,  #efeaea 0%, #eaeaea 50%, #cecece 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* IE10+ */
background: linear-gradient(top,  #efeaea 0%,#eaeaea 50%,#cecece 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeaea', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */
opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {opacity: 1;}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
	display: none;
}
.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}
.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 12px !important;
}

/* Start hyper modules: news and articles */

.news_item-list__list, .articles_item-list__list, .articles_item-cat-list, .news_item-small, .articles_item-small {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .articles_item-list__list div, .articles_item-cat-list div, .news_item-small div, .articles_item-small div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, .articles_item-list__cat-header h1, .articles_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .articles_item-row, .articles_item-cat-row, .news_item-small-row, .articles_item-small-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-row__fdate, span.articles_item-row__fdate, span.news_item-small__fdate, span.articles_item-small__fdate {
    float: left;
    font-size: 18px;
    padding-right: 7px;
    padding-top: 1px;
}

.articles_item-small-row .articles_item-small__fdate {
    padding-top: 3px;
}

div.news_item-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, div.news_item-small-row__cat_header, div.news_item-small-row__header, div.articles_item-small-row__header {
    margin-bottom: 15px;
    padding-right: 30px;  
}

a.news_item-row__header-name, a.articles_item-row__header-name, a.articles_item-list__cat-header, .news_item-small-row__cat_header a, .articles_item-small-row__cat_header a, .news_item-small-row__header a, .articles_item-small-row__header a {
    font-size: 19px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .news_item-small-row__cat_header a:hover, .articles_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover, .articles_item-small-row__header a:hover {
    text-decoration: none;
}

.news_item-row__img_small-img, .articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, .news_item-small-row__img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.news_item-row__announce, .articles_item-row__announce, .articles_item-cat-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce {
    margin-bottom: 10px;
    padding-right: 30px;
}

.news_item-detailed__item-details, .articles_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .articles_item-detailed__fdate, .news_item-small-row__cat_header, .articles_item-small-row__cat_header {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, .articles_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, .articles_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, .articles_item-detailed__body, div.articles_item-cat-row__header {
    margin-bottom: 10px;   
}

.articles_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span {
    font-size: 22px;
}

div.articles_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, .articles_item-list__cat-img, .articles_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img  .image_click_news, .articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles {
    border: none;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.articles_item-detailed__ext_discussion, .news_item-detailed__ext_discussion, .articles_item-small-row__ext_rating, .news_item-small-row__ext_rating {
    clear: both;
}

.articles_item-small-row__img, .news_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.articles_item-detailed__announce, .news_item-detailed__announce {
    padding-bottom: 15px;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
}

.articles_item-detailed__social-buttons, .news_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.pager_item_details .pager__content {
    float: left;
}

.pager__content span, .pager__content a, .pager__content span:hover, .pager__content a:hover {
    padding: 2px 7px;
}

.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}

.sort-type__area {
    float: right;   
}

.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}

.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}

.sort-type__field-selected {
    font-weight: bold;
}

.sort-type__selectarea {
    margin-left: 5px;
}

/* End hyper modules: news and articles */


/* Start hyper modules: news, articles, blog */

.news_item-list__list, .news_item-small, 
.articles_item-list__list, .articles_item-small, .articles_item-cat-list,
.blog_item-list__list, .blog_item-small, .blog_item-cat-list, {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .news_item-small div, 
.articles_item-small div, .articles_item-list__list div, .articles_item-cat-list div, 
.blog_item-small div, .blog_item-list__list div, .blog_item-cat-list div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, 
.articles_item-list__cat-header h1, .articles_item-detailed__header h1,
.blog_item-list__cat-header h1, .blog_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}

.news_item-row, .news_item-small-row 
.articles_item-small-row, .articles_item-row, .articles_item-cat-row,
.blog_item-row, .blog_item-cat-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-small__fdate, 
span.articles_item-small__fdate,
span.blog_item-small__fdate {
    float: left;
    font-size: 14px;
    padding-right: 7px;
    padding-top: 1px;
}

span.news_item-row__fdate,
span.articles_item-row__fdate,
span.blog_item-row__fdate {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 6px;
}

span.news_item-row__ftime, 
span.articles_item-row__ftime, 
span.blog_item-row__ftime {
    float: right;
    position: relative;
    top: 6px;
}

span.news_item-detailed__ftime,
span.blog_item-detailed__ftime,
span.articles_item-detailed__ftime {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 15px;
}

span.news_item-detailed__fdate,
span.blog_item-detailed__fdate,
span.articles_item-detailed__fdate {
    float: right;
    position: relative;
    top: 15px;
}

.news_item-detailed__header-name,
.blog_item-detailed__header-name,
.articles_item-detailed__header-name {
    float: left;
    width: 100%;
}

.news_item-detailed__description,
.blog_item-detailed__description,
.articles_item-detailed__description {
    clear: both;
}

span.articles_item-small-row__cat_header {margin-bottom: 3px;}

.articles_item-detailed__fdate-block .articles_item-detailed__fdate,
.articles_item-row__fdate-block .articles_item-row__fdate {
    float: none;
    top: 0;
    padding: 0;
    margin-right: 0;
}

.news_item-small-row__cat_header a, .news_item-small-row__header a,
.articles_item-small-row__cat_header a, .articles_item-small-row__header a,
.blog_item-small-row__cat_header a, .blog_item-small-row__header a {
    font-size: 15px;
    text-decoration: underline;
}

div.news_item-row__header, div.news_item-small-row__cat_header, div.news_item-small-row__header, 
div.articles_item-small-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, 
div.blog_item-small-row__header, div.blog_item-row__header, div.blog_item-small-row__cat_header {
    margin-bottom: 15px;
    padding-right: 30px;  
}

a.news_item-row__header-name, 
a.articles_item-row__header-name, a.articles_item-list__cat-header,
a.blog_item-row__header-name, a.blog_item-list__cat-header {
    font-size: 20px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, .news_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover,
a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .articles_item-small-row__cat_header a:hover, .articles_item-small-row__header a:hover,
a.blog_item-row__header-name:hover, a.blog_item-list__cat-header:hover, .blog_item-small-row__cat_header a:hover, .blog_item-small-row__header a:hover {
    /*text-decoration: none;*/
}

.news_item-row__img_small-img, .news_item-small-row__img,
.articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, 
.blog_item-row__img_small-img, .blog_item-row__cat_img_small-img, .blog_item-small-row__img {
    border: 1px solid #CCCCCC;
    float: left;
    margin-right: 15px;
}

.news_item-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce,
.articles_item-row__announce, .articles_item-cat-row__announce, .articles_item-small-row__announce,
.blog_item-row__announce, .blog_item-cat-row__announce, .blog_item-small-row__announce {
    margin-bottom: 10px;
    padding-right: 30px;
}

.news_item-detailed__item-details, 
.articles_item-detailed__item-details,
.blog_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .news_item-small-row__cat_header, 
.articles_item-small-row__cat_header, .articles_item-detailed__fdate,
.blog_item-small-row__cat_header, .blog_item-detailed__fdate {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, 
.articles_item-detailed__img,
.blog_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, 
.articles_item-detailed__img img,
.blog_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, 
.articles_item-detailed__body, div.articles_item-cat-row__header,
.blog_item-detailed__body, div.blog_item-cat-row__header {
    margin-bottom: 10px;   
}

.news_browse-item-row,
.articles_browse-item-row,
.blog_browse-item-row {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

.news_browse-item-list,
.articles_browse-item-list,
.blog_browse-item-list {
    font-size: 0;
    padding-top: 20px;
}

.news_browse-item-list div,
.articles_browse-item-list div,
.blog_browse-item-list div {
    font-size: 12px;
}

.news_browse-item-list .news_item-row__header-name,
.articles_browse-item-list .articles_item-row__header-name,
.blog_browse-item-list .blog_item-row__header-name {
    font-size: 14px;
}

.news_browse-item-list .news_item-row__announce,
.articles_browse-item-list .articles_item-row__announce,
.blog_browse-item-list .blog_item-row__announce {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.news_browse-item-list__pager,
.articles_browse-item-list__pager,
.blog_browse-item-list__pager {
    padding: 15px 0;
}

.news_item-detailed__nav,
.articles_item-detailed__nav,
.blog_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.articles_item-list__item-list,
.blog_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img,
.blog_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author,
.blog_item-row__source, .blog_item-row__author, .blog_item-detailed__source, .blog_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header,
.blog_item-small-row__cat_header a, .blog_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span, .blog_item-small-row__cat_header span {
    display: inline-block;
    font-size: 22px;
    padding: 0 2px;
    position: relative;
    width: 20px;
}

div.articles_item-cat-row__header,
div.blog_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, 
.articles_item-list__cat-img, .articles_item-detailed__img,
.blog_item-list__cat-img, .blog_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img .image_click_news, 
.articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles,
.blog_item-list__cat-img .image_click_articles, .blog_item-detailed__img .image_click_articles {
    border: none;
}

.photoalbum_control-panel__comments,
.news_control-panel__comments,
.articles_control-panel__comments,
.blog_control-panel__comments {
    width: 12px;
}

.photoalbum_item-small-row__control-panel,
.articles_item-small-row__control-panel,
.news_item-small-row__control-panel,
.blog_item-small-row__control-panel {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.photoalbum_item-small img,
.photoalbum_item-small-row__block {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    height: 12px;
    font-size: 11px !important;
    padding-left: 23px;
    padding-top: 4px;
    width: 12px;
    float: none;
    cursor: pointer;
}

.photoalbum_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate {
    float: right;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion {
    background: url("_img/comments_black__small.png") no-repeat 3px 4px;
}

.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    background: url("_img/like_hand_black__small.png") no-repeat 3px 4px;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img,
.blog_item-row__cat_img_small-img, .blog_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.news_item-detailed__ext_discussion, .news_item-small-row__ext_rating,
.articles_item-detailed__ext_discussion, .articles_item-small-row__ext_rating,
.blog_item-detailed__ext_discussion, .blog_item-small-row__ext_rating {
    clear: both;
}

.news_item-small-row__img,
.articles_item-small-row__img,
.blog_item-small-row__img {
    margin-bottom: 10px;
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.news_item-detailed__announce,
.articles_item-detailed__announce,
.blog_item-detailed__announce {
    padding-bottom: 15px;
clear: both;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
    float: right;
}

.ext_tags {
    float: left;
    padding: 0;
}

.ext_discussion.photoalbum_item-detailed__ext_discussion,
.blog_item-detailed__ext_discussion,
.articles_item-detailed__ext_discussion,
.news_item-detailed__ext_discussion {
    float: none;
}

.photoalbum_item-detailed__header-name,
.photoalbum_item-detailed__header-name {
    text-align: center;
}

.news_item-detailed__social-buttons,
.articles_item-detailed__social-buttons,
.blog_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.articles_control-panel__comments,
.news_control-panel__comments,
.blog_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 23px;
    float: right;
    text-decoration: none;
    line-height: 1;
}
.rss_extension {opacity: 0.8;}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog_control-panel__comments:hover,
.rss_extension:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.articles_control-panel__comments-count,
.news_control-panel__comments-count,
.blog_control-panel__comments-count  {
    position: relative; 
    top: 4px; 
    font-size: 11px !important; 
    text-decoration: none; 
    color: #000;
}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog _control-panel__comments:hover {
    text-decoration: none !important;
}
.articles_social-btn,
.news_social-btn,
.blog_social-btn  {
    font-size: 0;
    height: 20px;
    float: right;
    margin: 0;
    padding-top: 3px;
    width: 25px;
    overflow: hidden;
padding-right: 9px;
}
.articles_item-detailed__item-details .b-share__link,
.articles_item-detailed__item-details .b-share .b-share-form-button i,
.news_item-detailed__item-details .b-share__link,
.news_item-detailed__item-details .b-share .b-share-form-button i,
.blog_item-detailed__item-details .b-share__link,
.blog_item-detailed__item-details .b-share .b-share-form-button i  {
    display: none !important;
}
.articles_item-detailed__item-details .b-share, 
.articles_item-detailed__item-details .b-share__handle,
.articles .b-share-form-button,
.news_item-detailed__item-details .b-share,
.news_item-detailed__item-details .b-share__handle,
.news .b-share-form-button,
.blog_item-detailed__item-details .b-share,
.blog_item-detailed__item-details .b-share__handle,
.blog .b-share-form-button  {
    padding: 0 !important;
    margin: 0 !important;
}
.articles_item-detailed__item-details .b-share .b-share-form-button,
.news_item-detailed__item-details .b-share .b-share-form-button,
.blog_item-detailed__item-details .b-share .b-share-form-button  {
    cursor: pointer; 
    width: 20px; 
    background: url("_img/social_btn_black.png") no-repeat left !important;
}

.pager_item_details .pager__content {
    float: left;
}

.pager__content span, .pager__content a, .pager__content span:hover, .pager__content a:hover {
    padding: 2px 7px;
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

.articles_item-small a, .articles_item-small span, 
.news_item-small a, .news_item-small span, 
.blog_item-small a, .blog_item-small span, 
.photoalbum_item-small a, .photoalbum_item-small span {
    font-size: 12px;
}

.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}

.news_item-row, 
.articles_item-row, 
.articles_item-cat-row
.news_item-small-row,
.articles_item-small-row {
    margin: 0;
}

.articles_social-btn span,
.news_social-btn span,
.blog_social-btn span,
.photoalbum_social-btn span {
    font-size: 0 !important;
}

/* End hyper modules: news, articles, blog */

/* Start module sort */

.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}
.sort-type__area {
    float: right;   
}
.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}
.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}
.sort-type__field-selected {
    font-weight: bold;
}
.sort-type__selectarea {
    margin-left: 5px;
}

/* End module sort */

/* Start Rating Stars Oneblock */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 12px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}

/* End Rating Stars Oneblock */

/* Start Rating Like */

.rating__like-form {
    clear: both;
    height: 20px;
    line-height: 1;
    position: relative;
}

.rating-like__form-popup {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF;
    color: #FFFFFF;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 120px;
}

.rating-like__form-popup__txt {
    font-size: 11px !important;
}

.rating-like__form-popup .rating-like__form-popup__arrow {
    background: url(_img/icon-dec-sel.gif) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    width: 11px;
}
    
.like__ajax-loader {
    background: url(_img/ami_jsapi/loader-mini__white.gif) #fff center no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
    
.amiphotoalbum .like__ajax-loader {
	background: url(_img/ami_jsapi/loader-mini__black.gif) center no-repeat;
}

.rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.rating-like__form-block__like-count {
    padding-left: 0;
    position: relative;
    top: 3px;
    font-size: 11px !important;
}
.rating-like__form-block:hover {opacity: 1;}
.rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left;}
.rating-like__form-block__like {
    background: url("_img/rating/like/like_hand_black.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    padding-right: 20px;
}
.rating-like__form-block-off {opacity: 0.5;}
.rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.5;}
.rating-like__form-block,
.rating-like__form-block:hover,
.rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #000; 
    background: none;
}

/* End Rating Like */

/* Start Rating Stars Oneblock */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 12px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}
.rating-stars__rate-on {
    color: #21C268;
}

/* End Rating Stars Oneblock */

/* Start Photoalbum 6.0 */

.photoalbum_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat;
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    line-height: 1;
    padding-right: 3px;
} 
.photoalbum_control-panel__comments:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.photoalbum_control-panel__comments-count  {
    position: relative; 
    top: 4px; 
    font-size: 11px !important; 
    text-decoration: none; 
    color: #000;
}

.browse-item-list {position: relative;}

.amiphotoalbum .amiphoto-hide, 
.amiphotoalbum.photoalbum_item .browse-item-list__hide, .browse-item-list__hide-block {
    z-index: 3; 
    position: absolute; 
    background: url(_img/ami_jsapi/loader.gif) no-repeat center 20% #FFFFFF; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.amiphotoalbum .photoalbum_item-detail__block .amiphoto-hide {
    background: url(_img/ami_jsapi/loader-black.gif) no-repeat center 20% #000; 
}

.amiphoto-block {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.amiphotoalbum .amiphoto-block__row-item {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
} 
.amiphotoalbum .amiphoto-block__row-item__contant {
	display: block;
	overflow: hidden;
    border: 2px solid #fff;
}
.amiphotoalbum .amiphoto-block__row {
    width: 200%;
}
.amiphotoalbum .amiphoto-block__row-item__img {position: relative; cursor: pointer;}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__prev-link__area {
    display: block;
    height: 53px;
    padding: 0;
    width: 32px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detail__fullscreen {width: 20px; background: url("_img/full_screen.png") no-repeat; position: absolute; width: 20px; height: 20px; cursor: pointer; right: 5px; top: 29px;}
.amiphotoalbum .photoalbum_item-detailed__next-link {display: block; left: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__prev-link {display: block; right: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__next-link__area {border-radius: 0 30px 30px 0; background: url("_img/slider-pad__arrow-left.jpg") no-repeat left 9px #FFFFFF;}
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {right: 0; border-radius: 30px 0 0 30px; background: url("_img/slider-pad__arrow-right.jpg") no-repeat right 9px #FFFFFF; }
.amiphotoalbum .photoalbum_item-list__list, 
.amiphotoalbum .photoalbum_item-cat-list, 
.amiphotoalbum .photoalbum_browse-item-list__list, 
.amiphotoalbum .photoalbum_item-detail__block {
	font-size: 0;
}
.amiphotoalbum .photoalbum_item-list__list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_item-cat-list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_browse-item-list__list .amiphoto-block__row div {
	font-size: 12px;
}
.amiphotoalbum .photoalbum_item-detail__block div {font-size: 13px; text-align: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_control-panel__comments-count {color: #FFF;position: relative;top: 5px;font-size: 12px;}
.amiphotoalbum .photoalbum_item-detail__header span {font-size: 14px; display: block;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating__stars-form {padding: 0 10px 0 0;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_social-btn {
    font-size: 0;
    height: 20px;
    float: left;
    padding: 0 0 0 3px;
    margin: 0;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__link,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button i {
    display: none !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share, 
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__handle,
.amiphotoalbum .b-share-form-button {
    padding: 0 !important;
    margin: 0 !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button {cursor: pointer; width: 20px; background: url("_img/social_btn.png") no-repeat center !important;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link {font-weight: normal; font-size: 16px; padding: 5px;position: relative; display: block;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link a {font-weight: normal;}
.amiphotoalbum .photoalbum_item-row__item_cat_img-img, 
.amiphotoalbum .photoalbum_item-detail__item_cat_img-img {
	display: none;
}
.amiphotoalbum .photoalbum_item-list__cat-body {padding-bottom: 20px;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {    
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out;
}
.amiphotoalbum .photoalbum_item-detailed__item-details {position: relative; z-index: 4;}
.amiphotoalbum .photoalbum_item-row__announce-block, 
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__announce-block, 
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detailed__next-link, 
.amiphotoalbum .photoalbum_item-detailed__prev-link,
.amiphotoalbum .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider {
	-webkit-transition:left 3s ease;
    -moz-transition:left 3s ease;
    -o-transition:left 3s ease;
    transition:left 3s ease;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider img {position: absolute; left: 50%; top: 0; opacity: 0; filter: alpha(opacity=0)}
.amiphotoalbum .cat-row__images-block__slider img.show {opacity: 1; filter: alpha(opacity=100)}
.amiphotoalbum .cat-row__images-block__slider {position: relative; width: 100%; height: 100%;background: #000; text-align: center;}
.amiphotoalbum .cat-row__images-block:hover .cat-row__images-block__slider {}
.amiphotoalbum .photoalbum_item-row__fdate {bottom: 0;position: absolute;right: 5px;top: 35px;}
.amiphotoalbum .photoalbum_item-detailed__fdate {
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.amiphotoalbum .photoalbum_item-row__header-name-block {
    display: block;
    margin-right: 93px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.photoalbum_item-detailed__path a, 
.photoalbum_item-list__cat-header h1 a, 
.photoalbum_item-list__cat-header h1, 
.photoalbum_item-list__cat-list h1, 
.photoalbum_item-detailed__path {
    color: #000 !important; 
    font-size: 19px; 
    font-weight: normal !important;
}
.amiphotoalbum .photoalbum_item-detailed__path {padding-bottom: 25px;}
.amiphotoalbum .photoalbum_item-detail__img {position: relative;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header {height: 57px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header a {font-size: 15px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__announce-block {height: 25px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 55px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_control-panel, 
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_control-panel {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-detail__block {background: #000; text-align: center;}
.amiphotoalbum .photoalbum_item-row__block, 
.amiphotoalbum .photoalbum_item-detail__block {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__block {border: none;}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-detail__header {
    top: 0; position: absolute; left: 0; height: 21px; overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__header {height: 25px;}
.amiphotoalbum .photoalbum_item-row__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-detail__announce-block .photoalbum_control-panel {top: 5px;}
.amiphotoalbum .photoalbum_item-detail__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-row__announce {
    float: none;
    margin-right: 93px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: auto;
}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__header {height: 57px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 60px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .photoalbum_item-detailed__next-link:hover .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link:hover .photoalbum_item-detailed__prev-link__area {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-row__num-items, 
.amiphotoalbum .photoalbum_item-detail__num-items {
    font-style: italic;
}
.amiphotoalbum .photoalbum_item-row__header span {font-size: 11px;display: block;}
.amiphotoalbum .photoalbum_item-row__header a, 
.amiphotoalbum .photoalbum_item-row__announce-block a {
    color: #fff; 
    font-size: 15px;
}
.amiphotoalbum .photoalbum_item-detail__header a {color: #fff; font-size: 14px;}
.amiphotoalbum .photoalbum_item-row, 
.amiphotoalbum .photoalbum_item-cat-row, 
.amiphotoalbum .photoalbum_item-detail {
    overflow: hidden; 
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.amiphotoalbum .browse-item-list .photoalbum_item-row {
    min-width: 150px;
}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-detail__header, 
.amiphotoalbum .photoalbum_item-detail__announce-block {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
}
.amiphotoalbum .photoalbum_item-row__header__txt, 
.amiphotoalbum .photoalbum_item-row__announce-block__txt,
.amiphotoalbum .photoalbum_item-detail__header__txt, 
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
	padding: 5px 5px;     
}
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
    display: block;
    margin-right: 140px;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100% !important;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum.photoalbum_item .browse-item-list {
    position: relative;
    /*height: 80px;*/
    overflow: hidden;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}
.amiphotoalbum.photoalbum_item .browse-item-list__content {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum.photoalbum_item .browse-item-list__clipper {
    width: auto;
    position: relative;
    overflow: hidden;
    left: 0;
}
.amiphotoalbum.photoalbum_item .browse-item-list__container,
.browse-item-list__container {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    transition: left 0.5s ease-out,top 0.5s ease-out;
    -moz-transition: left 0.5s ease-out,top 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out,top 0.5s ease-out;
    -o-transition: left 0.5s ease-out,top 0.5s ease-out;
}
.browse-block__row-item__img {padding: 4px;}
.browse-block__row-item__img-selected {padding: 0;border: 4px solid #6FCAF3;}
.amiphotoalbum .browse-block__row-item__img {/*width: 50%;*/ cursor: pointer; }
.amiphotoalbum .photoalbum_item-row__browse {/*height: 80px; overflow: hidden; min-width: 100px;*/}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left:after, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right:after {
    background: none;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    width: 32px;
    height: 53px;
    /*top: 18%;
    margin: 0 !important;*/
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right {
    background: #FFF url(_img/slider-pad__arrow-right.jpg) no-repeat 10px 8px;
    border-radius: 30px 0 0 30px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    background: #FFF url(_img/slider-pad__arrow-left.jpg) no-repeat left;
    border-radius: 0 30px 30px 0;
}

.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-block, 
.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-votes {
    width: 62px;
    height: 14px;
}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating__stars-form {padding: 0;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_control-panel__comments-count {position: relative; top: 5px; font-size: 11px; color: #fff;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_control-panel {
    bottom: -2px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: auto;
}
.amiphotoalbum .photoalbum_control-panel a {padding-bottom: 5px; text-decoration: none; display: block; margin-left: 5px; float: left; height: 20px; padding-left: 22px; cursor: pointer;}
.amiphotoalbum .photoalbum_control-panel a, 
.amiphotoalbum .photoalbum_item-detail__fullscreen {
    opacity: 0.8;
}
.amiphotoalbum .photoalbum_control-panel a:hover, 
.amiphotoalbum .photoalbum_item-detail__fullscreen:hover {text-decoration: none; opacity: 1;}
.amiphotoalbum .photoalbum_control-panel__rating {background: url(_img/photoalbum/rating.png) no-repeat;}
.amiphotoalbum .photoalbum_control-panel__comments {background: url(_img/comments.png) no-repeat; margin: 0 !important;}
.amiphotoalbum a.photoalbum_control-panel__fullscreen {padding-left: 0; width: 20px; background:  url(_img/full_screen.png) no-repeat;}
.amiphotoalbum .fullscreen-img__on a.photoalbum_control-panel__fullscreen {background:  url(_img/full_screen_in.png) no-repeat;}

.photoalbum_item #com_form_bot,
.articles_item #com_form_bot,
.news_item #com_form_bot,
.blog_item #com_form_bot {
    background: none; 
    border: none; 
    padding: 0;
}
.photoalbum_item textarea.amiroTEdCtrl,
.articles_item textarea.amiroTEdCtrl,
.news_item textarea.amiroTEdCtrl,
.blog_item textarea.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    height: 80px !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoalbum_item select.amiroTEdCtrl,
.articles_item select.amiroTEdCtrl,
.news_item select.amiroTEdCtrl,
.blog_item select.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
}
.photoalbum_item .amiroTEdDiv,
.articles_item .amiroTEdDiv,
.news_item .amiroTEdDiv,
.blog_item .amiroTEdDiv {
    width: 100% !important;
}
.photoalbum_item #com_form_bot #com_sub,
.articles_item #com_form_bot #com_sub,
.news_item #com_form_bot #com_sub,
.blog_item #com_form_bot #com_sub {
    margin: 0;
    position: relative;
    right: -2px;
    height: 25px;
}
.photoalbum_item #comment_forum p,
.articles_item #comment_forum p,
.news_item #comment_forum p,
.blog_item #comment_forum p {
    display: none;
}
.photoalbum_item #com_form_bot input, 
.photoalbum_item #com_form_bot select,
.articles_item #com_form_bot input, 
.articles_item #com_form_bot select,
.news_item #com_form_bot input, 
.news_item #com_form_bot select,
.blog_item #com_form_bot input, 
.blog_item #com_form_bot select {
    height: auto;
}
.photoalbum_item .discussion_extension__form .alt_header2,
.articles_item .discussion_extension__form .alt_header2,
.news_item .discussion_extension__form .alt_header2,
.blog_item .discussion_extension__form .alt_header2 {
    display: none;
}
.photoalbum_item .discussion_extension__list .alt_header2,
.articles_item .discussion_extension__list .alt_header2,
.news_item .discussion_extension__list .alt_header2,
.blog_item .discussion_extension__list .alt_header2 {
    text-align: center; 
    background: url("_mod_files/ce_images/template_images/line_new.jpg") repeat-x 0 37px; 
}
.photoalbum_item .discussion_extension__list .alt_header2 h2,
.articles_item .discussion_extension__list .alt_header2 h2,
.news_item .discussion_extension__list .alt_header2 h2,
.blog_item .discussion_extension__list .alt_header2 h2 {
    background: #fff !important;
    display: inline-block;
    font-weight: normal;
    padding: 12px 15px !important;
    font-size: 14px !important;
}

.news_item .sort-type,
.photoalbum_item .sort-type {
    display: none;
}

.amiphotoalbum .photoalbum_item-list__subitem-list {display: none;}
.amiphotoalbum a {text-decoration: underline;}
.amiphotoalbum a:hover {text-decoration: none;}
.amiphotoalbum .rating__like-form {
    clear: both;
    float: right;
}
.amiphotoalbum .rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -8px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.amiphotoalbum .rating-like__form-block__like-count {
    padding-left: 5px;
    position: relative;
    top: 4px;
    font-size: 11px !important;
    min-width: 12px;
}
.amiphotoalbum .rating-like__form-block:hover {opacity: 1;}
.amiphotoalbum .rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left; font-family: arial, tahoma, verdana;}
.amiphotoalbum .rating-like__form-block__like {
    background: url("_img/rating/like/like_hand.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    width: 20px;
}
.amiphotoalbum .rating-like__form-block-off {opacity: 0.8;}
.amiphotoalbum .rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.8;}
.amiphotoalbum .rating-like__form-block,
.amiphotoalbum .rating-like__form-block:hover,
.amiphotoalbum .rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #fff; 
    background: none;
}

.photo-easy-skin .photoalbum_item-row,
.photo-easy-skin .photoalbum_item-cat-row {
    display: inline-block;
    vertical-align: top;
}
.photo-easy-skin .photoalbum_item-list__list__easy,
.photo-easy-skin .photoalbum_item-cat-list__easy {
    font-size: 0;   
}
.photo-easy-skin .photoalbum_item-row div,
.photo-easy-skin .photoalbum_item-cat-row div,
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 12px;   
}
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-row__img-area,
.photo-easy-skin .photoalbum_item-detail__img-area {
    display: block;
    margin: 0 auto;
}
.photo-easy-skin .photoalbum_item-row__announce {
    clear: both;
}
.photo-easy-skin .photoalbum_item-detail__image {
    clear: both;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    clear: both;
    text-align: left;
}
.photo-easy-skin .browse-item-list .photoalbum_item-row {
    min-width: 150px;
    /*height: 150px;*/
    overflow: hidden;
    text-align: center;
}
.photo-easy-skin .browse-item-list .browse-item-list__clipper,
.photo-easy-skin .browse-item-list .browse-item-list__content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-list__cat-header,
.photo-easy-skin .photoalbum_item-row__header-name {
    font-size: 17px;
}
.photo-easy-skin .photoalbum_item-cat-row__block-header,
.photo-easy-skin .photoalbum_item-row__block-header {
    padding-bottom: 15px;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-cat-row__announce {
    padding: 20px 20px 0 0;
}
.photo-easy-skin .cat-row__images-block {
    display: block;
    text-align: center;
}
.photo-easy-skin .photoalbum_control-panel {
    display: block;
    padding: 10px 0;
}
.photo-easy-skin .photoalbum_item-list__cat-body,
.photo-easy-skin .photoalbum_item-row__block {
    padding: 0 15px 15px;
    display: block;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    padding-bottom: 25px;
}

.photo-easy-skin .photoalbum_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.photoalbum_item-small-row__img, .photoalbum_item-small-row__header {
    padding-bottom: 5px;
    text-align: center;
}

.rating__like-form {width: 35px;}

.amiphotoalbum .photoalbum_control-panel__comments,
.amiphotoalbum .rating__like-form {width: auto;}
.pager a {text-decoration: none !important;}

.blog_item-detailed__prev-next {text-align: center;}
.photoalbum_item-detailed__nav a {padding: 0 3px;}

.mb-image {cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;}

/* End Photoalbum 6.0 */


.global_cols_{
	width:auto;
}
.global_cols_0{
	width:auto;
}
.global_cols_1{
	width:100%;
}
.global_cols_2{
	width:50%;
}
.global_cols_3{
	width:33.33%;
}
.global_cols_4{
	width:25%;
}
.global_cols_5{
	width:20%;
}
.global_cols_6{
	width:16.666%;
}
.global_cols_7{
	width:14.285%;
}
.global_cols_8{
	width:12.5%;
}
.global_cols_9{
	width:11.111%;
}
.global_cols_10{
	width:10%;
}
.global_cols_11{
	width:9.09%;
}
.global_cols_12{
	width:8.333%;
}
.global_cols_13{
	width:7.692%;
}
.global_cols_14{
	width:7.142%;
}
.global_cols_15{
	width:6.666%;
}
.global_cols_16{
	width:6.25%;
}
.global_cols_17{
	width:5.882%;
}
.global_cols_18{
	width:5.555%;
}
.global_cols_19{
	width:5.263%;
}
.global_cols_20{
	width:5%;
}
*+html .global_cols_0{
	width:auto;
}
*+html .global_cols_1{
	width:100%;
}
*+html .global_cols_2{
	width:47%;
}
*+html .global_cols_3{
	width:30%;
}
*+html .global_cols_4{
	width:23%;
}
*+html .global_cols_5{
	width:18%;
}
*+html .global_cols_6{
	width:15%;
}
*+html .global_cols_7{
	width:13%;
}
*+html .global_cols_8{
	width:11%;
}
*+html .global_cols_9{
	width:10%;
}
*+html .global_cols_10{
	width:9%;
}
*+html .global_cols_11{
	width:8%;
}
* html .global_cols_0{
	width:auto;
}
* html .global_cols_1{
	width:100%;
}
* html .global_cols_2{
	width:47%;
}
* html .global_cols_3{
	width:30%;
}
* html .global_cols_4{
	width:23%;
}
* html .global_cols_5{
	width:18%;
}
* html .global_cols_6{
	width:15%;
}
* html .global_cols_7{
	width:13%;
}
* html .global_cols_8{
	width:11%;
}
* html .global_cols_9{
	width:10%;
}
* html .global_cols_10{
	width:9%;
}
* html .global_cols_11{
	width:8%;
}

/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}hr{box-sizing:content-box;height:0;overflow:visible}a{-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

.news_item_pic{
	float:left;
	margin:0 20px 10px 0;}

.news-body-pic{
	float:right;
	margin:0 0 10px 20px;}

.news-body-pic a{
	color:transparent;
	font-size:1px;
	line-height:1px;}

.list001{
	margin:15px 0 20px 30px;
	list-style-position:outside;
	list-style:disc;}

.list001 li{
	margin-bottom:10px;
	list-style-position:outside;}


/*>>= = = = = = = = = = = = = = = = = = = = <<

--modal (js)

= = = = = = = = = = = = = = = = = = = = = = */

.modal {
    display: none;
    max-width: 380px !important;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    z-index:99999!important;
}
.blocker  {z-index:9999!important;
}

.modal a.close-modal {
    position: absolute;
    top: -32.5px;
    right: -32.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 99999!important;
    background: url(_mod_files/ce_images/close.png) no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
  
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}


@media (max-width: 1023px) {
    
    .modal {
    display: none;
    width: 275px;
   
    padding: 10px;
    }
}


@-webkit-keyframes
uptocallphone{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@-moz-keyframes uptocallphone{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes uptocallphone{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@-webkit-keyframes uptocallphone2{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@-moz-keyframes uptocallphone2{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes uptocallphone2{0%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg)}50%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}75%{-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}100%{-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@-webkit-keyframes uptocallmini{0%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(230, 13, 0,0)}10%{box-shadow:0 0 8px 6px #E60D00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #E60D00}100%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(230, 13, 0, 0)}
}
@-moz-keyframes uptocallmini{0%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(230, 13, 0,0)}10%{box-shadow:0 0 8px 6px #E60D00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #E60D00}100%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(230, 13, 0, 0)}
}
@keyframes uptocallmini{0%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(230, 13, 0,0)}10%{box-shadow:0 0 8px 6px #E60D00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #E60D00}100%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(230, 13, 0, 0)}
}
@-webkit-keyframes uptocallmini2{0%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(230, 13, 0,0)}10%{box-shadow:0 0 8px 6px #E60D00, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #E60D00}100%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(230, 13, 0, 0)}
}
@-moz-keyframes uptocallmini2{0%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(230, 13, 0,0)}10%{box-shadow:0 0 8px 6px #71000A, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #71000A}100%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(230, 13, 0, 0)}
}
@keyframes uptocallmini2{0%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(230, 13, 0,0)}10%{box-shadow:0 0 8px 6px #71000A, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #71000A}100%{box-shadow:0 0 8px 6px rgba(230, 13, 0, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(230, 13, 0, 0)}
}
.call-phone{bottom:30px;box-sizing:border-box;color:rgb(230, 13, 0);cursor:pointer;height:70px;position:fixed;left:90%;width:70px;z-index:200999;perspective-origin:35px 35px;transform-origin:35px 35px;border:0px none rgb(230, 13, 0);font:normal normal normal normal 13px/22px 'Open Sans', sans-serif;outline:rgb(230, 13, 0) none 0px;}
.call-phone-link{box-shadow:rgba(230, 13, 0, 0.713726) 0px 0px 8px 6px, rgba(0, 0, 0, 0) 0px 0px 8.57399px 18.565px, rgba(230, 13, 0, 0.713726) 0px 0px 8.57399px 21.423px;box-sizing:border-box;color:rgb(230, 13, 0);cursor:pointer;display:block;height:70px;text-decoration:none;width:70px;perspective-origin:35px 35px;transform-origin:35px 35px;animation:uptocallmini 1.5s ease-out 0s infinite normal none running;background:rgb(230, 13, 0) none repeat scroll 0% 0%/auto padding-box padding-box;border:0px none rgb(230, 13, 0);border-radius:50% 50% 50% 50%;outline:rgb(255, 128, 0) none 0px;opacity:.3;}
.call-phone-link:hover{opacity:.9;transform:scale(1);}
.call-phone-link:before{background-position:50% 50%;box-sizing:border-box;color:rgb(230, 13, 0);cursor:pointer;display:block;height:70px;left:0px;position:absolute;top:0px;width:70px;z-index:0;align-self:stretch;perspective-origin:35px 35px;transform:matrix(0.944859, 0.327478, -0.327478, 0.944859, 0, 0);transform-origin:35px 35px;content:"";animation:uptocallphone 1.5s linear 0s infinite normal none running;background:rgba(0, 0, 0, 0) url("_mod_files/ce_images/call.png") no-repeat scroll 50% 50%/auto padding-box border-box;border:0px none rgb(230, 13, 0);font:normal normal normal normal 13px/22px 'Open Sans', sans-serif;outline:rgb(230, 13, 0) none 0px;}


/*responsive 01.2017*/

/*lucy-flash-drive v.0.8.0 HELPERS*/
@media(max-width: 639px){
/*
display
*/
.-dn,.-d-n,.dn{display:none!important}
/*
margin, padding
*/
.-m0,.-m-0,.m0{margin:0!important}
.-mlra,.-mlr-a,.mlra{margin-left:auto!important;margin-right:auto!important}
.-mt0,.-mt-0,.mt0{margin-top:0!important}
.-mt5px,.-mt-5px,.mt5px{margin-top:5px!important}
.-mt10px,.-mt-10px,.mt10px{margin-top:10px!important}
.-mt15px,.-mt-15px,.mt15px{margin-top:15px!important}
.-mt30px,.-mt-30px,.mt30px{margin-top:30px!important}
.-mt45px,.-mt-45px,.mt45px{margin-top:45px!important}
.-mb0,.-mb-0,.mb0{margin-bottom:0!important}
.-mb5px,.-mb-5px,.mb5px{margin-bottom:5px!important}
.-mb10px,.-mb-10px,.mb10px{margin-bottom:10px!important}
.-mb15px,.-mb-15px,.mb15px{margin-bottom:15px!important}
.-mb30px,.-mb-30px,.mb30px{margin-bottom:30px!important}
.-mb45px,.-mb-45px,.mb45px{margin-bottom:45px!important}
.-ml0,.-ml-0,.ml0{margin-left:0!important}
.-mr0,.-mr-0,.mr0{margin-right:0!important}
.-ml15px,.-ml-15px,.ml15px{margin-left:15px!important}
.-mr15px,.-mr-15px,.mr15px{margin-right:15px!important}
.-p0,.-p-0,.p0{padding:0!important}
.-pt0,.-pt-0,.pt0{padding-top:0!important}
.-pt5px,.-pt-5px,.pt5px{padding-top:5px!important}
.-pt10px,.-pt-10px,.pt10px{padding-top:10px!important}
.-pt15px,.-pt-15px,.pt15px{padding-top:15px!important}
.-pt30px,.-pt-30px,.pt30px{padding-top:30px!important}
.-pt45px,.-pt-45px,.pt45px{padding-top:45px!important}
.-pb0,.-pb-0,.pb0{padding-bottom:0!important}
.-pb5px,.-pb-5px,.pb5px{padding-bottom:5px!important}
.-pb10px,.-pb-10px,.pb10px{padding-bottom:10px!important}
.-pb15px,.-pb-15px,.pb15px{padding-bottom:15px!important}
.-pb30px,.-pb-30px,.pb30px{padding-bottom:30px!important}
.-pb45px,.-pb-45px,.pb45px{padding-bottom:45px!important}
.-pl0,.-pl-0,.pl0{padding-left:0!important}
.-pl10px,.-pl-10px,.pl10px{padding-left:10px!important}
.-pr0,.-pr-0,.pr0{padding-right:0!important}
.-pr10px,.-pr-10px,.pr10px{padding-right:10px!important}
/*
text
*/
.-tal,.-ta-l,.tal{text-align:left!important}
.-tar,.-ta-r,.tar{text-align:right!important}
.-tac,.-ta-c,.tac{text-align:center!important}
.-taj,.-ta-j,.taj{text-align:justify!important}
.-ttu,.-tt-u,.ttu{text-transform:uppercase!important}
.-fwl,.-fw-l,.fwl{font-weight:100!important}
.-fwn,.-fw-n,.fwn{font-weight:400!important}
.-fwb,.-fw-b,.fwb{font-weight:700!important}
.-cfff,.-c-fff,.cfff{color:#fff!important}
.-c000,.-c-000,.c000{color:#000!important}
.-bgcfff,.-bgc-fff,.bgcfff{background-color:#fff!important}
.-bgc000,.-bgc-000,.bgc000{background-color:#000!important}
/*
other
*/
.-db,.-d-b,.db{display:block!important}
.-dib,.-d-ib,.dib{display:inline-block!important}
.-fln,.-fl-n,.fln{float:none!important}
.-fll,.-fl-l,.fll{float:left!important}
.-flr,.-fl-r,.flr{float:right!important}
.-posr,.-pos-r,.posr{position:relative!important}
.-posa,.-pos-a,.posa{position:absolute!important}
.-posf,.-pos-f,.posf{position:fixed!important}
.-clb:after,.-cl-b:after,.clb:after{clear:both}
.-clb:before,.-clb:after,.-cl-b:before,.-cl-b:after,.clb:before,.clb:after{content:" ";display:table}
.-ovh,.-ov-h,.ovh{overflow:hidden!important}
.-ovv,.-ov-v,.ovv{overflow:visible!important}
.-w100pc,.-w-100pc,.w100pc{width:100%!important}
.-h100pc,.-h-100pc,.h100pc{height:100%!important}
}

@media(min-width: 640px) and (max-width: 1023px){
.d-n,.-d-n,.d-n-,.dn{display:none!important}
.m-0,.-m-0,.m-0-,.m0{margin:0!important}
.mlr-a,.-mlr-a,.mlr-a-,.mlra{margin-left:auto!important;margin-right:auto!important}
.mt-0,.-mt-0,.mt-0-,.mt0{margin-top:0!important}
.mt-5px,.-mt-5px,.mt-5px-,.mt5px{margin-top:5px!important}
.mt-10px,.-mt-10px,.mt-10px-,.mt10px{margin-top:10px!important}
.mt-15px,.-mt-15px,.mt-15px-,.mt15px{margin-top:15px!important}
.mt-30px,.-mt-30px,.mt-30px-,.mt30px{margin-top:30px!important}
.mt-45px,.-mt-45px,.mt-45px-,.mt45px{margin-top:45px!important}
.mb-0,.-mb-0,.mb-0-,.mb0{margin-bottom:0!important}
.mb-5px,.-mb-5px,.mb-5px-,.mb5px{margin-bottom:5px!important}
.mb-10px,.-mb-10px,.mb-10px-,.mb10px{margin-bottom:10px!important}
.mb-15px,.-mb-15px,.mb-15px-,.mb15px{margin-bottom:15px!important}
.mb-30px,.-mb-30px,.mb-30px-,.mb30px{margin-bottom:30px!important}
.mb-45px,.-mb-45px,.mb-45px-,.mb45px{margin-bottom:45px!important}
.ml-0,.-ml-0,.ml-0-,.ml0{margin-left:0!important}
.mr-0,.-mr-0,.mr-0-,.mr0{margin-right:0!important}
.ml-15px,.-ml-15px,.ml-15px-,.ml15px{margin-left:15px!important}
.mr-15px,.-mr-15px,.mr-15px-,.mr15px{margin-right:15px!important}
.p-0,.-p-0,.p-0-,.p0{padding:0!important}
.pt-0,.-pt-0,.pt-0-,.pt0{padding-top:0!important}
.pt-5px,.-pt-5px,.pt-5px-,.pt5px{padding-top:5px!important}
.pt-10px,.-pt-10px,.pt-10-,.pt10px{padding-top:10px!important}
.pt-15px,.-pt-15px,.pt-15-,.pt15px{padding-top:15px!important}
.pt-30px,.-pt-30px,.pt-30-,.pt30px{padding-top:30px!important}
.pt-45px,.-pt-45px,.pt-45px-,.pt45px{padding-top:45px!important}
.pb-0,.-pb-0,.pb-0-,.pb0{padding-bottom:0!important}
.pb-5px,.-pb-5px,.pt-5px-,.pb5px{padding-bottom:5px!important}
.pb-10px,.-pb-10px,.pt-10px-,.pb10px{padding-bottom:10px!important}
.pb-15px,.-pb-15px,.pt-15px-,.pb15px{padding-bottom:15px!important}
.pb-30px,.-pb-30px,.pt-30px-,.pb30px{padding-bottom:30px!important}
.pb-45px,.-pb-45px,.pt-45px-,.pb45px{padding-bottom:45px!important}
.pl-0,.-pl-0,.pb-0-,.pl0{padding-left:0!important}
.pl-10px,.-pl-10px,.pb-10px-,.pl10px{padding-left:10px!important}
.pr-0,.-pr-0,.pr-0-,.pr0{padding-right:0!important}
.pr-10px,.-pr-10px,.pr-10px-,.pr10px{padding-right:10px!important}

.ta-l,.-ta-l,.ta-l-,.tal{text-align:left!important}
.ta-r,.-ta-r,.ta-r-,.tar{text-align:right!important}
.ta-c,.-ta-c,.ta-c-,.tac{text-align:center!important}
.ta-j,.-ta-j,.ta-j-,.taj{text-align:justify!important}
.tt-u,.-tt-u,.tt-u-,.ttu{text-transform:uppercase!important}
.fw-l,.-fw-l,.fw-l-,.fwl{font-weight:100!important}
.fw-n,.-fw-n,.fw-n-,.fwn{font-weight:400!important}
.fw-b,.-fw-b,.fw-b-,.fwb{font-weight:700!important}
.c-fff,.-c-fff,.c-fff-,.cfff{color:#fff!important}
.c-000,.-c-000,.c-000-,.c000{color:#000!important}
.bgc-fff,.-bgc-fff,.bgc-fff-,.bgcfff{background-color:#fff!important}
.bgc-000,.-bgc-000,.bgc-000-,.bgc000{background-color:#000!important}

.d-b,.-d-b,.d-b-,.db{display:block!important}
.d-ib,.-d-ib,,.dib{display:inline-block!important}
.fl-n,.-fl-n,.fl-n-,.fln{float:none!important}
.fl-l,.-fl-l,.fl-l-,.fll{float:left!important}
.fl-r,.-fl-r,.fl-r-,.flr{float:right!important}
.pos-r,.-pos-r,.pos-r-,.posr{position:relative!important}
.pos-a,.-pos-a,.pos-a-,.posa{position:absolute!important}
.pos-f,.-pos-f,.pos-f-,.posf{position:fixed!important}
.cl-b:after,.-cl-b:after,.cl-b-:after,.clb:after{clear:both}
.cl-b:before,.cl-b:after,.-cl-b:before,.-cl-b:after,.cl-b-:before,.cl-b-:after,.clb:before,.clb:after{content:" ";display:table}
.ov-h,.-ov-h,.ov-h-,.ovh{overflow:hidden!important}
.ov-v,.-ov-v,.ov-v-,.ovv{overflow:visible!important}
.w-100pc,.-w-100pc,.w-100pc-,.w100pc{width:100%!important}
.h-100pc,.-h-100pc,.h-100pc-,.h100pc{height:100%!important}
}
@media (min-width: 1024px){
.dn-,.d-n-,.dn{display:none!important}
.m0-,.m-0-,.m0{margin:0!important}
.mlra-,.mlr-a-,.mlra{margin-left:auto!important;margin-right:auto!important}
.mt0-,.mt-0-,.mt0{margin-top:0!important}
.mt5px-,.mt-5px-,.mt5px{margin-top:5px!important}
.mt10px-,.mt-10px-,.mt10px{margin-top:10px!important}
.mt15px-,.mt-15px-,.mt15px{margin-top:15px!important}
.mt30px-,.mt-30px-,.mt30px{margin-top:30px!important}
.mt45px-,.mt-45px-,.mt45px{margin-top:45px!important}
.mb0-,.mb-0-,.mb0{margin-bottom:0!important}
.mb5px-,.mb-5px-,.mb5px{margin-bottom:5px!important}
.mb10px-,.mb-10px-,.mb10px{margin-bottom:10px!important}
.mb15px-,.mb-15px-,.mb15px{margin-bottom:15px!important}
.mb30px-,.mb-30px-,.mb30px{margin-bottom:30px!important}
.mb45px-,.mb-45px-,.mb45px{margin-bottom:45px!important}
.ml0-,.ml-0-,.ml0{margin-left:0!important}
.mr0-,.mr-0-,.mr0{margin-right:0!important}
.ml15px-,.ml-15px-,.ml15px{margin-left:15px!important}
.mr15px-,.mr-15px-,.mr15px{margin-right:15px!important}
.p0-,.p-0-,.p0{padding:0!important}
.pt0-,.pt-0-,.pt0{padding-top:0!important}
.pt5px-,.pt-5px-,.pt5px{padding-top:5px!important}
.pt10px-,.pt-10px-,.pt10px{padding-top:10px!important}
.pt15px-,.pt-15px-,.pt15px{padding-top:15px!important}
.pt30px-,.pt-30px-,.pt30px{padding-top:30px!important}
.pt45px-,.pt-45px-,.pt45px{padding-top:45px!important}
.pb0-,.pb-0-,.pb0{padding-bottom:0!important}
.pb5px-,.pb-5px-,.pb5px{padding-bottom:5px!important}
.pb10px-,.pb-10px-,.pb10px{padding-bottom:10px!important}
.pb15px-,.pb-15px-,.pb15px{padding-bottom:15px!important}
.pb30px-,.pb-30px-,.pb30px{padding-bottom:30px!important}
.pb45px-,.pb-45px-,.pb45px{padding-bottom:45px!important}
.pl0-,.pl-0-,.pl0{padding-left:0!important}
.pl10px-,.pl-10px-,.pl10px{padding-left:10px!important}
.pr0-,.pr-0-,.pr0{padding-right:0!important}
.pr10px-,.pr-10px-,.pr10px{padding-right:10px!important}

.tal-,.ta-l-,.tal{text-align:left!important}
.tar-,.ta-r-,.tar{text-align:right!important}
.tac-,.ta-c-,.tac{text-align:center!important}
.taj-,.ta-j-,.taj{text-align:justify!important}
.ttu-,.tt-u-,.ttu{text-transform:uppercase!important}
.fwl-,.fw-l-,.fwl{font-weight:100!important}
.fwn-,.fw-n-,.fwn{font-weight:400!important}
.fwb-,.fw-b-,.fwb{font-weight:700!important}
.cfff-,.c-fff-,.cfff{color:#fff!important}
.c000-,.c-000-,.c000{color:#000!important}
.bgcfff-,.bgc-fff-,.bgcfff{background-color:#fff!important}
.bgc000-,.bgc-000-,.bgc000{background-color:#000!important}

.db-,.d-b-,.db{display:block!important}
.dib-,.d-ib-,.dib{display:inline-block!important}
.fln-,.fl-n-,.fln{float:none!important}
.fll-,.fl-l-,.fll{float:left!important}
.flr-,.fl-r-,.flr{float:right!important}
.posr-,.pos-r-,.posr{position:relative!important}
.posa-,.pos-a-,.posa{position:absolute!important}
.posf-,.pos-f-,.posf{position:fixed!important}
.cb-:after,.cl-b-:after,.clb:after{clear:both}
.cl-b-:before,.cl-b-:after,.cl-b-:before,.cl-b-:after,.clb:before,.clb:after{content:" ";display:table}
.ovh-,.ov-h-,.ovh{overflow:hidden!important}
.ovv-,.ov-v-,.ovv{overflow:visible!important}
.w100pc-,.w-100pc-,.w100pc{width:100%!important}
.h100pc-,.h-100pc-,.h100pc{height:100%!important}
}

/*lucy-flash-drive v.0.8.0 GRIDS*/
/*
flexbox (.df,.grid - flexbox container; .fx,.cell - inner flex cell)
*/
.df,.grid{display:flex;flex:0 1 auto;flex-flow:row wrap}
.fx,.cell{flex:0 0 auto}
._>.cell,._.grid>li{margin:0;width:100%}
.wrap,.fx,.cell,.grid>li{box-sizing:border-box}
/*
Widths - responsive/fixed flex-grid utilities. Exmpl:
<wrap>
    <non-grid-content h1,p,etc>
    <grid>
        <cell w6>
    <grid li6>
        <li>
*/
.wrap{margin-left:auto;margin-right:auto;width:100%}
ul.grid{padding-left: 0!important;}
.grid>li{list-style:none}

@media(max-width: 639px){
.wrap{padding-left:10px;padding-right:10px}
.grid{margin:0 -5px;}
.cell,.grid>li{width:calc(100% - 10px)}
.cell{margin:0 5px}
.grid>li{margin:5px}
.grid ul.grid{margin:-5px}
.-liauto>li,.-li-auto->li,.liauto>li{flex-grow:1;flex-basis:0;max-width:100%}

.-w0h,.-w-0h,.w0h{width:calc(4.1667% - 10px)}
.-w1,.-w-1,.w1,.-li12>li,.-li-12>li,.li12>li{width:calc(8.3333% - 10px)}
.-w1h,.-w-1h,.w1h,.-li8>li,.-li-8>li,.li8>li{width:calc(12.5% - 10px)}
.-w2,.-w-2,.w2,.-li6>li,.-li-6>li,.li6>li{width:calc(16.6667% - 10px)}
.-w2h,.-w-2h,.w2h{width:calc(20.8333% - 10px)}
.-w3,.-w-3,.w3,.-li4>li,.-li-4>li,.li4>li{width:calc(25% - 10px)}
.-w3h,.-w-3h,.w3h{width:calc(29.1667% - 10px)}
.-w4,.-w-4,.w4,.-li3>li,.-li-3>li,.li3>li{width:calc(33.3333% - 10px)}
.-w4h,.-w-4h,.w4h{width:calc(37.5% - 10px)}
.-w5,.-w-5,.w5{width:calc(41.6667% - 10px)}
.-w5h,.-w-5h,.w5h{width:calc(45.8333% - 10px)}
.-w6,.-w-6,.w6,.-li2>li,.-li-2>li,.li2>li{width:calc(50% - 10px)}
.-w6h,.-w-6h,.w6h{width:calc(54.1667% - 10px)}
.-w7,.-w-7,.w7{width:calc(58.3333% - 10px)}
.-w7h,.-w-7h,.w7h{width:calc(62.5% - 10px)}
.-w8,.-w-8,.w8{width:calc(66.6667% - 10px)}
.-w8h,.-w-8h,.w8h{width:calc(70.8333% - 10px)}
.-w9,.-w-9,.w9{width:calc(75% - 10px)}
.-w9h,.-w-9h,.w9h{width:calc(79.1667% - 10px)}
.-w10,.-w-10,.w10{width:calc(83.3333% - 10px)}
.-w10h,.-w-10h,.w10h{width:calc(87.5% - 10px)}
.-w11,.-w-11,.w11{width:calc(91.6667% - 10px)}
.-w11h,.-w-11h,.w11h{width:calc(95.8333% - 10px)}
.-li5>li,.-li-5>li,.li5>li{width:calc(20% - 10px)}
.-li7>li,.-li-7>li,.li7>li{width:calc(14.2857% - 10px)}
.-li9>li,.-li-9>li,.li9>li{width:calc(11.1111% - 10px)}
.-li10>li,.-li-10>li,.li10>li{width:calc(10% - 10px)}
.-li11>li,.-li-11>li,.li11>li{width:calc(9.0909% - 10px)}

.-ml0h,.-ml-0h,.ml0h{margin-left:calc(4.1667% + 5px)}
.-ml1,.-ml-1,.ml1{margin-left:calc(8.3333% + 5px)}
.-ml1h,.-ml-1h,.ml1h{margin-left:calc(12.5% + 5px)}
.-ml2,.-ml-2,.ml2{margin-left:calc(16.6667% + 5px)}
.-ml2h,.-ml-2h,.ml2h{margin-left:calc(20.8333% + 5px)}
.-ml3,.-ml-3,.ml3{margin-left:calc(25% + 5px)}
.-ml3h,.-ml-3h,.ml3h{margin-left:calc(29.1667% + 5px)}
.-ml4,.-ml-4,.ml4{margin-left:calc(33.3333% + 5px)}
.-ml4h,.-ml-4h,.ml4h{margin-left:calc(37.5% + 5px)}
.-ml5,.-ml-5,.ml5{margin-left:calc(41.6667% + 5px)}
.-ml5h,.-ml-5h,.ml5h{margin-left:calc(45.8333% + 5px)}
.-ml6,.-ml-6,.ml6{margin-left:calc(50% + 5px)}
.-ml6h,.-ml-6h,.ml6h{margin-left:calc(54.1667% + 5px)}
.-ml7,.-ml-7,.ml7{margin-left:calc(58.3333% + 5px)}
.-ml7h,.-ml-7h,.ml7h{margin-left:calc(62.5% + 5px)}
.-ml8,.-ml-8,.ml8{margin-left:calc(66.6667% + 5px)}
.-ml8h,.-ml-8h,.ml8h{margin-left:calc(70.8333% + 5px)}
.-ml9,.-ml-9,.ml9{margin-left:calc(75% + 5px)}
.-ml9h,.-ml-9h,.ml9h{margin-left:calc(79.1667% + 5px)}
.-ml10,.-ml-10,.ml10{margin-left:calc(83.3333% + 5px)}
.-ml10h,.-ml-10h,.ml10h{margin-left:calc(87.5% + 5px)}
.-ml11,.-ml-11,.ml11{margin-left:calc(91.6667% + 5px)}
.-ml11h,.-ml-11h,.ml11h{margin-left:calc(95.8333% + 5px)}
/*
customizable Dash-grid - with paddings
*/
._>.cell{padding:0 -5px}
._.grid>li{padding:5px}

._.-_0,._.-_-0,._._0,
.grid ul._.-_0,.grid ul._.-_-0,.grid ul._._0{margin:0}
._.-_0>.cell,._.-_-0>.cell,._._0>.cell,
._.-_0>li,._.-_-0>li,._._0>li{padding:0}

._.-_10,._.-_-10,._._10{margin:0 -10px}
._.-_10>.cell,._.-_-10>.cell,._._10>.cell{padding:0 10px}
.grid ul._.-_10,.grid ul._.-_-10,.grid ul._._10{margin:-10px}
._.-_10>li,._.-_-10>li,._._10>li{padding:10px}

._.-_15,._.-_-15,._._15 {margin:0 -15px}
._.-_15>.cell,._.-_-15>.cell,._._15>.cell{padding:0 15px}
.grid ul._.-_15,.grid ul._.-_-15,.grid ul._._15{margin:-15px}
._.-_15>li,._.-_-15>li,._._15>li{padding:15px}

._>.-w0h,._>.-w-0h,._>.w0h{width:4.1667%}
._>.-w1,._>.-w-1,._>.w1,._.-li12>li,._.-li-12>li,._.li12>li{width:8.3333%}
._>.-w1h,._>.-w-1h,._>.w1h,._.-li8>li,._.-li-8>li,._.li8>li{width:12.5%}
._>.-w2,._>.-w-2,._>.w2,._.-li6>li,._.-li-6>li,._.li6>li{width:16.6667%}
._>.-w2h,._>.-w-2h,._>.w2h{width:20.8333%}
._>.-w3,._>.-w-3,._>.w3,._.-li4>li,._.-li-4>li,._.li4>li{width:25%}
._>.-w3h,._>.-w-3h,._>.w3h{width:29.1667%}
._>.-w4,._>.-w-4,._>.w4,._.-li3>li,._.-li-3>li,._.li3>li{width:33.3333%}
._>.-w4h,._>.-w-4h,._>.w4h{width:37.5%}
._>.-w5,._>.-w-5,._>.w5{width:41.6667%}
._>.-w5h,._>.-w-5h,._>.w5h{width:45.8333%}
._>.-w6,._>.-w-6,._>.w6,._.-li2>li,._.-li-2>li,._.li2>li{width:50%}
._>.-w6h,._>.-w-6h,._>.w6h{width:54.1667%}
._>.-w7,._>.-w-7,._>.w7{width:58.3333%}
._>.-w7h,._>.-w-7h,._>.w7h{width:62.5%}
._>.-w8,._>.-w-8,._>.w8{width:66.6667%}
._>.-w8h,._>.-w-8h,._>.w8h{width:70.8333%}
._>.-w9,._>.-w-9,._>.w9{width:75%}
._>.-w9h,._>.-w-9h,._>.w9h{width:79.1667%}
._>.-w10,._>.-w-10,._>.w10{width:83.3333%}
._>.-w10h,._>.-w-10h,._>.w10h{width:87.5%}
._>.-w11,._>.-w-11,._>.w11{width:91.6667%}
._>.-w11h,._>.-w-11h,._>.w11h{width:95.8333%}
._.-li5>li,._.-li-5>li,._.li5>li{width:20%}
._.-li7>li,._.-li-7>li,._.li7>li{width:14.2857%}
._.-li9>li,._.-li-9>li,._.li9>li{width:11.1111%}
._.-li10>li,._.-li-10>li,._.li10>li{width:10%}
._.-li11>li,._.-li-11>li,._.li11>li{width:9.0909%}
/*
offsets of cells (<div class="cell w1 ml1">)
*/
._>.-ml0h,._>.-ml-0h,._>.ml0h{margin-left:4.1667%}
._>.-ml1,._>.-ml-1,._>.ml1{margin-left:8.3333%}
._>.-ml1h,._>.-ml-1h,._>.ml1h{margin-left:12.5%}
._>.-ml2,._>.-ml-2,._>.ml2{margin-left:16.6667%}
._>.-ml2h,._>.-ml-2h,._>.ml2h{margin-left:20.8333%}
._>.-ml3,._>.-ml-3,._>.ml3{margin-left:25%}
._>.-ml3h,._>.-ml-3h,._>.ml3h{margin-left:29.1667%}
._>.-ml4,._>.-ml-4,._>.ml4{margin-left:33.3333%}
._>.-ml4h,._>.-ml-4h,._>.ml4h{margin-left:37.5%}
._>.-ml5,._>.-ml-5,._>.ml5{margin-left:41.6667%}
._>.-ml5h,._>.-ml-5h,._>.ml5h{margin-left:45.8333%}
._>.-ml6,._>.-ml-6,._>.ml6{margin-left:50%}
._>.-ml6h,._>.-ml-6h,._>.ml6h{margin-left:54.1667%}
._>.-ml7,._>.-ml-7,._>.ml7{margin-left:58.3333%}
._>.-ml7h,._>.-ml-7h,._>.ml7h{margin-left:62.5%}
._>.-ml8,._>.-ml-8,._>.ml8{margin-left:66.6667%}
._>.-ml8h,._>.-ml-8h,._>.ml8h{margin-left:70.8333%}
._>.-ml9,._>.-ml-9,._>.ml9{margin-left:75%}
._>.-ml9h,._>.-ml-9h,._>.ml9h{margin-left:79.1667%}
._>.-ml10,._>.-ml-10,._>.ml10{margin-left:83.3333%}
._>.-ml10h,._>.-ml-10h,._>.ml10h{margin-left:87.5%}
._>.-ml11,._>.-ml-11,._>.ml11{margin-left:91.6667%}
._>.-ml11h,._>.-ml-11h,._>.ml11h{margin-left:95.8333%}
/*
flex orders;
*/
.-ord0,.-ord-0,.ord0{order:-1}
.-ord99,.-ord-99,.ord99{order:99}
/*
flex alignment along the x/y axis:start(0%), center(50%), end(100%)
*/
.-x0,.-x-0,.x0{justify-content:flex-start}
.-x50,.-x-50,.x50{justify-content:center}
.-x100,.-x-100,.x100{justify-content:flex-end}

.-y0,.-y-0,.y0{align-items:flex-start}
.-y50,.-y-50,.y50{align-items:center}
.-y100,.-y-100,.y100{align-items:flex-end}
}

@media (min-width: 640px) and (max-width: 1023px) {
.wrap{padding-left:20px;padding-right:20px}
.grid{margin:0 -10px}
.cell,.grid>li{width:calc(100% - 20px)}
.cell{margin:0 10px}
.grid>li{margin:10px}
.grid ul.grid{margin:-10px}
.li-auto>li,.-li-auto>li,.li-auto->li,.liauto>li{flex-grow:1;flex-basis:0}

.w-0h,.-w-0h,.w-0h-,.w0h{width:calc(4.1667% - 20px)}
.w-1,.-w-1,.w-1-,.w1,.li-12>li,.-li-12>li,.li-12->li,.li12>li{width:calc(8.3333% - 20px)}
.w-1h,.-w-1h,.w-1h-,.w1h,.li-8>li,.-li-8>li,.li-8->li,.li8>li{width:calc(12.5% - 20px)}
.w-2,.-w-2,.w-2-,.w2,.li-6>li,.-li-6>li,.li-6->li,.li6>li{width:calc(16.6667% - 20px)}
.w-2h,.-w-2h,.w-2h-,.w2h{width:calc(20.8333% - 20px)}
.w-3,.-w-3,.w-3-,.w3,.li-4>li,.-li-4>li,.li-4->li,.li4>li{width:calc(25% - 20px)}
.w-3h,.-w-3h,.w-3h-,.w3h{width:calc(29.1667% - 20px)}
.w-4,.-w-4,.w-4-,.w4,.li-3>li,.-li-3>li,.li-3->li,.li3>li{width:calc(33.3333% - 20px)}
.w-4h,.-w-4h,.w-4h-,.w4h{width:calc(37.5% - 20px)}
.w-5,.-w-5,.w-5-,.w5{width:calc(41.6667% - 20px)}
.w-5h,.-w-5h,.w-5h-,.w5h{width:calc(45.8333% - 20px)}
.w-6,.-w-6,.w-6-,.w6,.li-2>li,.-li-2>li,.li-2->li,.li2>li{width:calc(50% - 20px)}
.w-6h,.-w-6h,.w-6h-,.w6h{width:calc(54.1667% - 20px)}
.w-7,.-w-7,.w-7-,.w7{width:calc(58.3333% - 20px)}
.w-7h,.-w-7h,.w-7h-,.w7h{width:calc(62.5% - 20px)}
.w-8,.-w-8,.w-8-,.w8{width:calc(66.6667% - 20px)}
.w-8h,.-w-8h,.w-8h-,.w8{width:calc(70.8333% - 20px)}
.w-9,.-w-9,.w-9-,.w9{width:calc(75% - 20px)}
.w-9h,.-w-9h,.w-9h-,.w9h{width:calc(79.1667% - 20px)}
.w-10,.-w-10,.w-10-,.w10{width:calc(83.3333% - 20px)}
.w-10h,.-w-10h,.w-10h-,.w10h{width:calc(87.5% - 20px)}
.w-11,.-w-11,.w-11-,.w11{width:calc(91.6667% - 20px)}
.w-11h,.-w-11h,.w-11h-,.w11h{width:calc(95.8333% - 20px)}
.li-5>li,.-li-5>li,.li-5->li,.li5>li{width:calc(20% - 20px)}
.li-7>li,.-li-7>li,.li-7->li,.li7>li{width:calc(14.2857% - 20px)}
.li-9>li,.-li-9>li,.li-9->li,.li9>li{width:calc(11.1111% - 20px)}
.li-10>li,.-li-10>li,.li-10->li,.li10>li{width:calc(10% - 20px)}
.li-11>li,.-li-11>li,.li-11->li,.li11>li{width:calc(9.0909% - 20px)}

.ml-0h,.-ml-0h,.ml-0h-,.ml0h{margin-left:calc(4.1667% + 10px)}
.ml-1,.-ml-1,.ml-1-,.ml1{margin-left:calc(8.3333% + 10px)}
.ml-1h,.-ml-1h,.ml-1h-,.ml1h{margin-left:calc(12.5% + 10px)}
.ml-2,.-ml-2,.ml-2-,.ml2{margin-left:calc(16.6667% + 10px)}
.ml-2h,.-ml-2h,.ml-2h-,.ml2h{margin-left:calc(20.8333% + 10px)}
.ml-3,.-ml-3,.ml-3-,.ml3{margin-left:calc(25% + 10px)}
.ml-3h,.-ml-3h,.ml-3h-,.ml3h{margin-left:calc(29.1667% + 10px)}
.ml-4,.-ml-4,.ml-4-,.ml4{margin-left:calc(33.3333% + 10px)}
.ml-4h,.-ml-4h,.ml-4h-,.ml4h{margin-left:calc(37.5% + 10px)}
.ml-5,.-ml-5,.ml-5-,.ml5{margin-left:calc(41.6667% + 10px)}
.ml-5h,.-ml-5h,.ml-5h-,.ml5h{margin-left:calc(45.8333% + 10px)}
.ml-6,.-ml-6,.ml-6-,.ml6{margin-left:calc(50% + 10px)}
.ml-6h,.-ml-6h,.ml-6h-,.ml6h{margin-left:calc(54.1667% + 10px)}
.ml-7,.-ml-7,.ml-7-,.ml7{margin-left:calc(58.3333% + 10px)}
.ml-7h,.-ml-7h,.ml-7h-,.ml7h{margin-left:calc(62.5% + 10px)}
.ml-8,.-ml-8,.ml-8-,.ml8{margin-left:calc(66.6667% + 10px)}
.ml-8h,.-ml-8h,.ml-8h-,.ml8h{margin-left:calc(70.8333% + 10px)}
.ml-9,.-ml-9,.ml-9-,.ml9{margin-left:calc(75% + 10px)}
.ml-9h,.-ml-9h,.ml-9h-,.ml9h{margin-left:calc(79.1667% + 10px)}
.ml-10,.-ml-10,.ml-10-,.ml10{margin-left:calc(83.3333% + 10px)}
.ml-10h,.-ml-10h,.ml-10h-,.ml10h{margin-left:calc(87.5% + 10px)}
.ml-11,.-ml-11,.ml-11-,.ml11{margin-left:calc(91.6667% + 10px)}
.ml-11h,.-ml-11h,.ml-11h-,.ml11h{margin-left:calc(95.8333% + 10px)}

._>.cell{padding:0 10px}
._.grid>li{padding:10px}

._._-0,._.-_-0,._._-0-,._._0,
.grid ul._._-0,.grid ul._.-_-0,.grid ul._._-0-,.grid ul._._0{margin:0}
._._-0>.cell,._.-_-0>.cell,._._-0->.cell,._._0>.cell,
._._-0>li,._.-_-0>li,._._-0->li,._._0>li{padding:0}

._._-5,._.-_-5,._._-5-,._._5{margin:0 -5px}
._._-5>.cell,._.-_-5>.cell,._._-5->.cell,._._5>.cell{padding:0 5px}
.grid ul._._-5,.grid ul._.-_-5,.grid ul._._-5-,.grid ul._._5{margin:-5px}
._._-5>li,._.-_-5>li,._._-5->li,._._5>li{padding:5px}

._._-15,._.-_-15,._._-15-,._._15{margin:0 -15px}
._._-15>.cell,._.-_-15>.cell,._._-15->.cell,._._15>.cell{padding:0 15px}
.grid ul._._-15,.grid ul._.-_-15,.grid ul._._-15-,.grid ul._._15{margin:-15px}
._._-15>li,._.-_-15>li,._._-15->li,._._15>li{padding:15px}

._>.w-0h,._>.-w-0h,._>.w-0h-,._>.w0h{width:4.1667%}
._>.w-1,._>.-w-1,._>.w-1-,._>.w1,._.li-12>li,._.-li-12>li,._.li-12->li,._.li12>li{width:8.3333%}
._>.w-1h,._>.-w-1h,._>.w-1h-,._>.w1h,._.li-8>li,._.-li-8>li,._.li-8->li,._.li8>li{width:12.5%}
._>.w-2,._>.-w-2,._>.w-2-,._>.w2,._.li-6>li,._.-li-6>li,._.li-6->li,._.li6>li{width:16.6667%}
._>.w-2h,._>.-w-2h,._>.w-2h-,._>.w2h{width:20.8333%}
._>.w-3,._>.-w-3,._>.w-3-,._>.w3,._.li-4>li,._.-li-4>li,._.li-4->li,._.li4>li{width:25%}
._>.w-3h,._>.-w-3h,._>.w-3h-,._>.w3h{width:29.1667%}
._>.w-4,._>.-w-4,._>.w-4-,._>.w4,._.li-3>li,._.-li-3>li,._.li-3->li,._.li3>li{width:33.3333%}
._>.w-4h,._>.-w-4h,._>.w-4h-,._>.w4h{width:37.5%}
._>.w-5,._>.-w-5,._>.w-5-,._>.w5{width:41.6667%}
._>.w-5h,._>.-w-5h,._>.w-5h-,._>.w5h{width:45.8333%}
._>.w-6,._>.-w-6,._>.w-6-,._>.w6,._.li-2>li,._.-li-2>li,._.li-2->li,._.li2>li{width:50%}
._>.w-6h,._>.-w-6h,._>.w-6h-,._>.w6h{width:54.1667%}
._>.w-7,._>.-w-7,._>.w-7-,._>.w7{width:58.3333%}
._>.w-7h,._>.-w-7h,._>.w-7h-,._>.w7h{width:62.5%}
._>.w-8,._>.-w-8,._>.w-8-,._>.w8{width:66.6667%}
._>.w-8h,._>.-w-8h,._>.w-8h-,._>.w8{width:70.8333%}
._>.w-9,._>.-w-9,._>.w-9-,._>.w9{width:75%}
._>.w-9h,._>.-w-9h,._>.w-9h-,._>.w9h{width:79.1667%}
._>.w-10,._>.-w-10,._>.w-10-,._>.w10{width:83.3333%}
._>.w-10h,._>.-w-10h,._>.w-10h-,._>.w10h{width:87.5%}
._>.w-11,._>.-w-11,._>.w-11-,._>.w11{width:91.6667%}
._>.w-11h,._>.-w-11h,._>.w-11h-,._>.w11h{width:95.8333%}
._.li-5>li,._.-li-5>li,._.li-5->li,._.li5>li{width:20%}
._.li-7>li,._.-li-7>li,._.li-7->li,._.li7>li{width:14.2857%}
._.li-9>li,._.-li-9>li,._.li-9->li,._.li9>li{width:11.1111%}
._.li-10>li,._.-li-10>li,._.li-10->li,._.li10>li{width:10%}
._.li-11>li,._.-li-11>li,._.li-11->li,._.li11>li{width:9.0909%}

._>.ml-0h,._>.-ml-0h,._>.ml-0h-,._>.ml0h{margin-left:4.1667%}
._>.ml-1,._>.-ml-1,._>.ml-1-,._>.ml1{margin-left:8.3333%}
._>.ml-1h,._>.-ml-1h,._>.ml-1h-,._>.ml1h{margin-left:12.5%}
._>.ml-2,._>.-ml-2,._>.ml-2-,._>.ml2{margin-left:16.6667%}
._>.ml-2h,._>.-ml-2h,._>.ml-2h-,._>.ml2h{margin-left:20.8333%}
._>.ml-3,._>.-ml-3,._>.ml-3-,._>.ml3{margin-left:25%}
._>.ml-3h,._>.-ml-3h,._>.ml-3h-,._>.ml3h{margin-left:29.1667%}
._>.ml-4,._>.-ml-4,._>.ml-4-,._>.ml4{margin-left:33.3333%}
._>.ml-4h,._>.-ml-4h,._>.ml-4h-,._>.ml4h{margin-left:37.5%}
._>.ml-5,._>.-ml-5,._>.ml-5-,._>.ml5{margin-left:41.6667%}
._>.ml-5h,._>.-ml-5h,._>.ml-5h-,._>.ml5h{margin-left:45.8333%}
._>.ml-6,._>.-ml-6,._>.ml-6-,._>.ml6{margin-left:50%}
._>.ml-6h,._>.-ml-6h,._>.ml-6h-,._>.ml6h{margin-left:54.1667%}
._>.ml-7,._>.-ml-7,._>.ml-7-,._>.ml7{margin-left:58.3333%}
._>.ml-7h,._>.-ml-7h,._>.ml-7h-,._>.ml7h{margin-left:62.5%}
._>.ml-8,._>.-ml-8,._>.ml-8-,._>.ml8{margin-left:66.6667%}
._>.ml-8h,._>.-ml-8h,._>.ml-8h-,._>.ml8h{margin-left:70.8333%}
._>.ml-9,._>.-ml-9,._>.ml-9-,._>.ml9{margin-left:75%}
._>.ml-9h,._>.-ml-9h,._>.ml-9h-,._>.ml9h{margin-left:79.1667%}
._>.ml-10,._>.-ml-10,._>.ml-10-,._>.ml10{margin-left:83.3333%}
._>.ml-10h,._>.-ml-10h,._>.ml-10h-,._>.ml10h{margin-left:87.5%}
._>.ml-11,._>.-ml-11,._>.ml-11-,._>.ml11{margin-left:91.6667%}
._>.ml-11h,._>.-ml-11h,._>.ml-11h-,._>.ml11h{margin-left:95.8333%}

.ord-0,.-ord-0,.ord-0-,.ord0{order:-1}
.ord-99,.-ord-99,.ord-99-,.ord99{order:99}
.x-0,.-x-0,.x-0-,.x0{justify-content:flex-start}
.x-50,.-x-50,.x-50-,.x50{justify-content:center}
.x-100,.-x-100-,.x-100-,.x100{justify-content:flex-end}
.y-0,.-y-0,.y-0-,.y0{align-items:flex-start}
.y-50,.-y-50,.y-50-,.y50{align-items:center}
.y-100,.-y-100,.y-100-,.y100{align-items:flex-end}
}

@media(min-width:1024px){
.wrap{padding-left:30px;padding-right:30px}
.grid{margin:0 -15px}
.cell,.grid>li{width:calc(100% - 30px)}
.cell{margin:0 15px}
.grid>li{margin:15px}
.grid ul.grid{margin:-15px}
.liauto->li,.li-auto->li,.liauto>li{flex-grow:1;flex-basis:0}

.w0h-,.w-0h-,.w0h{width:calc(4.1667% - 30px)}
.w1-,.w-1-,.w1,.li12->li,.li-12->li,.li12>li{width:calc(8.3333% - 30px)}
.w1h-,.w-1h-,.w1h,.li8->li,.li-8->li,.li8>li{width:calc(12.5% - 30px)}
.w2-,.w-2-,.w2,.li6->li,.li-6->li,.li6>li{width:calc(16.6667% - 30px)}
.w2h-,.w-2h-,.w2h{width:calc(20.8333% - 30px)}
.w3-,.w-3-,.w3,.li4->li,.li-4->li,.li4>li{width: calc(25% - 30px)}
.w3h-,.w-3h-,.w3h{width:calc(29.1667% - 30px)}
.w4-,.w-4-,.w4,.li3->li,.li-3->li,.li3>li{width:calc(33.3333% - 30px)}
.w4h-,.w-4h-,.w4h{width:calc(37.5% - 30px)}
.w5-,.w-5-,.w5{width:calc(41.6667% - 30px)}
.w5h-,.w-5h-,.w5h{width:calc(45.8333% - 30px)}
.w6-,.w-6-,.w6,.li2->li,.li-2->li,.li2>li{width:calc(50% - 30px)}
.w6h-,.w-6h-,.w6h{width:calc(54.1667% - 30px)}
.w7-,.w-7-,.w7{width:calc(58.3333% - 30px)}
.w7h-,.w-7h-,.w7h{width:calc(62.5% - 30px)}
.w8-,.w-8-,.w8{width:calc(66.6667% - 30px)}
.w8h-,.w-8h-,.w8h{width:calc(70.8333% - 30px)}
.w9-,.w-9-,.w9{width:calc(75% - 30px)}
.w9h-,.w-9h-,.w9h{width:calc(79.1667% - 30px)}
.w10-,.w-10-,.w10{width:calc(83.3333% - 30px)}
.w10h-,.w-10h-,.w10h{width:calc(87.5% - 30px)}
.w11-,.w-11-,.w11{width:calc(91.6667% - 30px)}
.w11h-,.w-11h-,.w11h{width:calc(95.8333% - 30px)}

.li5->li,.li-5->li,.li5>li{width:calc(20% - 30px)}
.li7->li,.li-7->li,.li7>li{width:calc(14.2857% - 30px)}
.li9->li,.li-9->li,.li9>li{width:calc(11.1111% - 30px)}
.li10->li,.li-10->li,.li10>li{width:calc(10% - 30px)}
.li11->li,.li-11->li,.li11>li{width:calc(9.0909% - 30px)}

.ml0h-,.ml-0h-,.ml0h{margin-left:calc(4.1667% + 15px)}
.ml1-,.ml-1-,.ml1{margin-left:calc(8.3333% + 15px)}
.ml1h-,.ml-1h-,.ml1h{margin-left:calc(12.5% + 15px)}
.ml2-,.ml-2-,.ml2{margin-left:calc(16.6667% + 15px)}
.ml2h-,.ml-2h-,.ml2h{margin-left:calc(20.8333% + 15px)}
.ml3-,.ml-3-,.ml3{margin-left:calc(25% + 15px)}
.mlh3-,.ml-3h-,.mlh3{margin-left:calc(29.1667% + 15px)}
.ml4-,.ml-4-,.ml4{margin-left:calc(33.3333% + 15px)}
.ml4h-,.ml-4h-,.ml4h{margin-left:calc(37.5% + 15px)}
.ml5-,.ml-5-,.ml5{margin-left:calc(41.6667% + 15px)}
.ml5h-,.ml-5h-,.ml5h{margin-left:calc(45.8333% + 15px)}
.ml6-,.ml-6-,.ml6{margin-left:calc(50% + 15px)}
.ml6h-,.ml-6h-,.ml6h{margin-left:calc(54.1667% + 15px)}
.ml7-,.ml-7-,.ml7{margin-left:calc(58.3333% + 15px)}
.ml7h-,.ml-7h-,.ml7h{margin-left:calc(62.5% + 15px)}
.ml8-,.ml-8-,.ml8{margin-left:calc(66.6667% + 15px)}
.ml8h-,.ml-8h-,.ml8h{margin-left:calc(70.8333% + 15px)}
.ml9-,.ml-9-,.ml9{margin-left:calc(75% + 15px)}
.ml9h-,.ml-9h-,.ml9h{margin-left:calc(79.1667% + 15px)}
.ml10-,.ml-10-,.ml10{margin-left:calc(83.3333% + 15px)}
.ml10h-,.ml-10h-,.ml10h{margin-left:calc(87.5% + 15px)}
.ml11-,.ml-11-,.ml11{margin-left:calc(91.6667% + 15px)}
.ml11h-,.ml-11h-,.ml11h{margin-left:calc(95.8333% + 15px)}

._>.cell{padding:0 15px}
._.grid>li{padding:15px}

._._0-,._._-0-,._._0,
.grid ul._._0-,.grid ul._._-0-,.grid ul._._0{margin:0}
._._0->.cell,._._-0->.cell,._._0>.cell,
._._0->li,._._-0->li,._._0>li{padding:0}

._._5-,._._-5-,._._5{margin:0 -5px}
._._5->.cell,._._-5->.cell,._._5>.cell{padding:0 5px}
.grid ul._._5-,.grid ul._._-5-,.grid ul._._5{margin:-5px}
._._5->li,._._-5->li,._._5>li{padding:5px}

._._10-,._._-10-,._._10{margin:0 -10px}
._._10->.cell,._._-10->.cell,._._10>.cell{padding:0 10px}
.grid ul._._10-,.grid ul._._-10-,.grid ul._._10{margin:-10px}
._._10->li,._._-10->li,._._10>li{padding:10px}

._>.w0h-,._>.w-0h-,._>.w0h{width:4.1667%}
._>.w1-,._>.w-1-,._>.w1,._.li12->li,._.li-12->li,._.li12>li{width:8.3333%}
._>.w1h-,._>.w-1h-,._>.w1h,._.li8->li,._.li-8->li,._.li8>li{width:12.5%}
._>.w2-,._>.w-2-,._>.w2,._.li6->li,._.li-6->li,._.li6>li{width:16.6667%}
._>.w2h-,._>.w-2h-,._>.w2h{width:20.8333%}
._>.w3-,._>.w-3-,._>.w3,._.li4->li,._.li-4->li,._.li4>li{width: 25%}
._>.w3h-,._>.w-3h-,._>.w3h{width:29.1667%}
._>.w4-,._>.w-4-,._>.w4,._.li3->li,._.li-3->li,._.li3>li{width:33.3333%}
._>.w4h-,._>.w-4h-,._>.w4h{width:37.5%}
._>.w5-,._>.w-5-,._>.w5{width:41.6667%}
._>.w5h-,._>.w-5h-,._>.w5h{width:45.8333%}
._>.w6-,._>.w-6-,._>.w6,._.li2->li,._.li-2->li,._.li2>li{width:50%}
._>.w6h-,._>.w-6h-,._>.w6h{width:54.1667%}
._>.w7-,._>.w-7-,._>.w7{width:58.3333%}
._>.w7h-,._>.w-7h-,._>.w7h{width:62.5%}
._>.w8-,._>.w-8-,._>.w8{width:66.6667%}
._>.w8h-,._>.w-8h-,._>.w8h{width:70.8333%}
._>.w9-,._>.w-9-,._>.w9{width:75%}
._>.w9h-,._>.w-9h-,._>.w9h{width:79.1667%}
._>.w10-,._>.w-10-,._>.w10{width:83.3333%}
._>.w10h-,._>.w-10h-,._>.w10h{width:87.5%}
._>.w11-,._>.w-11-,._>.w11{width:91.6667%}
._>.w11h-,._>.w-11h-,._>.w11h{width:95.8333%}
._.li5->li,._.li-5->li,._.li5>li{width:20%}
._.li7->li,._.li-7->li,._.li7>li{width:14.2857%}
._.li9->li,._.li-9->li,._.li9>li{width:11.1111%}
._.li10->li,._.li-10->li,._.li10>li{width:10%}
._.li11->li,._.li-11->li,._.li11>li{width:9.0909%}

._>.ml0h-,._>.ml-0h-,._>.ml0h{margin-left:4.1667%}
._>.ml1-,._>.ml-1-,._>.ml1{margin-left:8.3333%}
._>.ml1h-,._>.ml-1h-,._>.ml1h{margin-left:12.5%}
._>.ml2-,._>.ml-2-,._>.ml2{margin-left:16.6667%}
._>.ml2h-,._>.ml-2h-,._>.ml2h{margin-left:20.8333%}
._>.ml3-,._>.ml-3-,._>.ml3{margin-left:25%}
._>.mlh3-,._>.ml-3h-,._>.mlh3{margin-left:29.1667%}
._>.ml4-,._>.ml-4-,._>.ml4{margin-left:33.3333%}
._>.ml4h-,._>.ml-4h-,._>.ml4h{margin-left:37.5%}
._>.ml5-,._>.ml-5-,._>.ml5{margin-left:41.6667%}
._>.ml5h-,._>.ml-5h-,._>.ml5h{margin-left:45.8333%}
._>.ml6-,._>.ml-6-,._>.ml6{margin-left:50%}
._>.ml6h-,._>.ml-6h-,._>.ml6h{margin-left:54.1667%}
._>.ml7-,._>.ml-7-,._>.ml7{margin-left:58.3333%}
._>.ml7h-,._>.ml-7h-,._>.ml7h{margin-left:62.5%}
._>.ml8-,._>.ml-8-,._>.ml8{margin-left:66.6667%}
._>.ml8h-,._>.ml-8h-,._>.ml8h{margin-left:70.8333%}
._>.ml9-,._>.ml-9-,._>.ml9{margin-left:75%}
._>.ml9h-,._>.ml-9h-,._>.ml9h{margin-left:79.1667%}
._>.ml10-,._>.ml-10-,._>.ml10{margin-left:83.3333%}
._>.ml10h-,._>.ml-10h-,._>.ml10h{margin-left:87.5%}
._>.ml11-,._>.ml-11-,._>.ml11{margin-left:91.6667%}
._>.ml11h-,._>.ml-11h-,._>.ml11h{margin-left:95.8333%}

.ord00-,.ord-00-,.ord0{order:-1}
.ord99-,.ord-99-,.ord99{order:99}
.x0-,.x-0-,.x0{justify-content:flex-start}
.x50-,.x-50-,.x50{justify-content:center}
.x100-,.x-100-,.x100{justify-content:flex-end}
.y0-,.y-0-,.y0{align-items:flex-start}
.y50-,.y-50-,.y50{align-items:center}
.y100-,.y-100-,.y100{align-items:flex-end}
}

/*>>= = = = = = = = = = = = = = = = = = = = <<

--table

= = = = = = = = = = = = = = = = = = = = = = */
/*<div class="wrap-table">
<table class="table">*/

/* Tables */
.table {
  width: 100%;
  overflow: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;

}
.table::-webkit-scrollbar {
  display: none;
}
.table td {
  padding: 11px .5em;
  vertical-align: top;
}
.table tr:first-child td {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.table tr td:last-child {
  text-align:center;
}
.table tr:nth-child(2n+1) {
  background: #eee;
}
.table tr:first-child {
  font-size: 1.1em;
  background: #757575;
}
.table tr.table_head td, .table tr.table_head th {
    background: #777;
    color: #fff;
    font-weight: 100;
    max-width: 50%;
    /* width: 100%; */
}
.table td {
  border: 1px solid #ddd;
}
.table tr td:first-child {
  font-weight: bold;
}
.table_second_child {
  text-align:center;font-size: 21px;
}
table.scroll {
  display: block;
  overflow: scroll;
  table-layout: auto;
}
table.scroll td {
  word-break: normal;
}
div.wrap-table {
  overflow-x: auto;
}

div.wrap-table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
}
div.wrap-table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);  
}

div.wrap-table .table {
  display: table;
}
.table tr:hover td {
}

/*>>= = = = = = = = = = = = = = = = = = = = <<

--navbar

= = = = = = = = = = = = = = = = = = = = = = */
/*Touch sideswipe widget for navbar*/
@media(max-width:1023px){
    .touch-side-swipe {
        display: none;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    .tss .touch-side-swipe {
        display: block;
        overflow-y: overlay;
    }
    .tss {
        z-index: 9999;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        will-change: transform;
        transition-property: transform;
        transition-timing-function: ease;
    }
    .tss-wrap {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .tss-label {
        z-index: 99999;
        position: absolute;
        top: 5px;
        right: -44px;
        width: 44px;
        height: 44px;
        display: block;
        cursor: pointer;
    }
    .tss-label_pic {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
        text-align: left;
        text-indent: -9999px;
        direction: ltr;
        box-sizing: border-box;
        transition: transform .2s ease;
    }
    .tss-label_pic:after, .tss-label_pic:before {
        content: '';
        pointer-events: none;
        transition: transform .2s ease;
    }
    .tss--close .tss-label_pic {
        color: #000;
        width: 30px;
        height: 4px;
        box-shadow: inset 0 0 0 32px, 0 -8px, 0 8px;
        margin: 15px 7px;
    }
    .tss--close .tss-label_pic:after {
        position: absolute;
        transform: translateY(4px);
        color: #fff;
        width: 30px;
        height: 3px;
        box-shadow: inset 0 0 0 32px,0 -8px,0 8px;
        top: 0;
        left: 0;
    }
    .tss--open .tss-label_pic {
        color: #fff;
        padding:0;
        width: 40px;
        height: 40px;
        margin: 2px;
        transform: rotate(45deg);
    }
    .tss--open .tss-label_pic:before{
        width: 40px;
        height: 2px;
    }
    .tss--open .tss-label_pic:after{
        width: 2px;
        height: 40px;
    }
    .tss--open .tss-label_pic:after, .tss--open .tss-label_pic:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        box-shadow: inset 0 0 0 32px;
    }
    .tss-bg {
        background: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        will-change: opacity;
        transition-property: opacity;
        transition-timing-function: ease;
    }
}
@media (max-width: 1023px) {


  .navbar {
    width: 100%;
    height:100%;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    overflow-x: hidden;
  }
  input#nav-mobile:checked + .navbar {
    z-index: 9999;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar > ul > li > :first-of-type:nth-last-child(2) {
        margin: 0 57px 0 0;
        padding: 10px 0 10px 57px;
  }
  .navbar > ul > li > ul > li > :first-of-type:nth-last-child(2) {
    text-shadow: 500px 0 0 #444 !important;
    margin-left: -500px;
    width: 0!important;
    transition-delay: .2s;
    transition: all 0 ease;
  }

  .navbar > ul > li:hover > :first-of-type:nth-last-child(2) {
  }
  .navbar > ul > li > ul > li:hover > :first-of-type:nth-last-child(2) {
    text-shadow: 1px 1px 0 #000 !important;
    margin-left: 0;
    width: 100%!important;
    transition-delay: .2s;
  }

  .navbar > ul {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1px;
    list-style: none;
  }
  .navbar > ul > li {
    margin-top: 2px;
    border: none;
    cursor: pointer;
    border-left: 3px solid #ddd;
    border-right: 3px solid #ddd;
    border-bottom: 1px outset #eee;
    border-top: 1px solid #eee;
    display: block;
    padding: 0;
  }
  .navbar > ul > li:hover,
  .navbar > ul > li.active {
    background: #fff;
  }
  .navbar > ul > li > a {
    color: #222;
    text-decoration: none;
    padding: 10px 10px;
    line-height: 35px;
    font-size: 18px;
    display: block;
    white-space: nowrap;
  }
  .navbar > ul > li > a:hover {}
  .navbar > ul > li > ul {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    padding-top: 50px;
    margin-top: -50px;
    display: block;
    overflow: hidden;
    z-index: 999;
    position: relative;
    transition-delay: .3s;
  }

  .navbar > ul > li > ul:after {
    content: "+";
    position: absolute;
    right: 0;
    top:-5px;
    font-size:30px;
    font-weight: 800;
    color: #999;
    transition: all .2s linear;
        
    width: 57px; height: 57px; display: flex; justify-content: center; align-items: center;
  }
  .navbar > ul > li:active > ul:after,
  .navbar > ul > li:hover > ul:after,
  .navbar > ul > li > ul:hover:after {
    top:-9999px;
  }
  .navbar > ul > li:hover > ul,
  .navbar > ul > li > ul:hover {
    padding-top: 0;
    margin-top: 0;
  }
  /*.navbar > ul > li:hover > ul > li {
    height: 50px;
  }*/
  .navbar > ul > li:hover > ul > li,
  .navbar > ul > li > ul:hover > li {
    height: 50px;
    border-top: 1px solid #ddd;
    transition: all .2s linear;
  }
  .navbar > ul > li > ul > li {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 0;
    overflow: hidden;
    transition: all .2s linear;
    border-top: 0px solid #ddd;
  }

  .navbar > ul > li > ul > li:hover,
  .navbar > ul > li > ul > li.active {
    background: #fff;
  }    
  .navbar > ul > li > ul > li > a {
    color: #222;
    text-decoration: none;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    text-shadow: none;
    visibility: hidden;
    white-space: nowrap;
    text-align:left;
  }
  .navbar > ul > li:hover > ul > li > a {
    font-size: 16px;
    padding: 15px 10px;
    height: inherit;
    visibility: visible;
  }
  .navbar > ul > li > ul > li > ul {
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    list-style: none;
    transition: all .5s ease;
    background: #000;
    display: block;

  }
  .navbar > ul > li > ul > li > ul > li {
    border: none;
    box-shadow: none;
    cursor: pointer;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right:1px solid rgba(0, 0, 0, 0.3);
    box-shadow:  0 -1px 0 rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid #111;
    border-top: 1px solid #333;
    display: block;
    height: 0;
    transition: all .3s ease;
  }

  .navbar > ul > li > ul > li:hover > ul > li {
    height: inherit;
  }
  .navbar > ul > li > ul > li > ul > li:hover,
  .navbar > ul > li > ul > li > ul > li.active {
    background: #222;
  }    
  .navbar > ul > li > ul > li > ul > li > a {
    color: #ccc;
    text-decoration: none;
    padding: 10px;
    font-size: 0;
    display: block;

    white-space: nowrap;
    text-shadow: none;
  }
  .navbar > ul > li > ul > li:hover > ul > li > a {

    height: inherit;
    font-size: 14px;
  }


}
@media (min-width: 1024px) {
    .navbar {
        /*height: 50px;*/
    }
    .navbar ul.submenu {
        z-index: 999;
        position:absolute;
        opacity:0;
        visibility:hidden;
        background:#1f1a17;
        padding-bottom:6px;
        overflow:hidden;
        transition:all .2s ease;
    }
    .navbar ul.submenu>li {
        transition:all .2s ease;
        height:0;
        padding: 0 4px;
        margin:0;
        list-style:none;
    }
    .navbar ul.submenu>li a{
        transition:all .2s ease;
        font-size:0;
        padding:0 10px;
        margin:0;
        display:block;
        line-height:0;
    }
    .navbar>ul>li:hover ul.submenu {
        opacity:1;
        visibility:visible;
        height:initial;
    }
    .navbar>ul>li:hover ul.submenu>li {
        height:19px;
        padding:5px 4px;
    }
    .navbar>ul>li:hover ul.submenu>li>a{
        font-size:12px;
        padding:12px;
    }
}
@media (min-width: 1270px) {

}
@media (min-width: 1400px) {

}
/*>>= = = = = = = = = = = = = = = = = = = = <<

--flex-video

= = = = = = = = = = = = = = = = = = = = = = */

.flex-video {
  position: relative;
  padding-top: 10%;
  padding-bottom: 53.5%;
  height: 0;
  overflow: hidden; }
.flex-video.widescreen {
  padding-bottom: 56.34%; }
.flex-video.vimeo {
  padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }


/*custom styles*/

/* MAKET SPECIFIC STYLES */
#lay_body {}
#lay_f1{}
#lay_f9{}
#lay_f8{}
#lay_f2 {padding: 40 0 0 10; background-color: #FFFFFF;} 
#lay_f3 {}
#lay_f5 {padding: 40 0 0 10;background-color: #FFFFFF;}
#lay_f4 {padding: 40 0 0 10;background-color: #FFFFFF;}
/*end MAKET SPECIFIC STYLES*/

.table003 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:20px;}

.table003 td{
	padding:5px 10px;
	text-align:center;
	border:1px solid #000000;}

.table003 tr:first-child td{
	font-weight:bold;}

.table003 tr:first-child td:first-child{
	text-align:center;}

.table003 td:first-child{
	text-align:left;}

@media(min-width:640px){
	.l-content p img {
		margin-right:10px;
	}
	.l-content p img[align="right"] {
		margin-left:10px;
		margin-right:0;
	}
}

.wrap {max-width:1060px}
ul:not(.grid) {
    list-style-position: inside;
    padding: 0px;
    margin: 10px 30px 10px 30px;
}

ul.submenu {
    margin: initial;
}

.l-header {
    background: url(_mod_files/ce_images/common/slide_4.jpg) top center repeat-x;
    height: 351px;
    background-size: cover;
}
@media(max-width:1023px){
    .l-header {
        box-shadow: inset 0 107px 0 #cc552d;
    }
}
.l-central {
    background: url(_mod_files/ce_images/common/content-top.jpg) 0 0 repeat;
}
.l-content {
    background:#fff;
    padding:15px 10px;
}
.l-extra {
    padding: 4vw 10px;
}
@media(min-width:640px){
    .l-extra {
        background: url(_mod_files/ce_images/common/article-image1.jpg) top right no-repeat;
    }
}
.l-extra1 {
    background: url(_mod_files/ce_images/common/content-top.jpg) 0 0 repeat;
    padding:15px 10px;
}
.l-extra2 {
    padding-top: 10px;
    background: url(_mod_files/ce_images/common/header-bottom.jpg) 0 0 repeat;
}
.l-footer {
    background: url(_mod_files/ce_images/common/header-bottom.jpg) 0 0 repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aboutus {
}
.aboutus_item {
}
.aboutus_img {
}
.aboutus_title {
    color:#fff;
}
[id*="sign"]{display:none !important;}
.logo {
    
}
.phones {
    background-color:#fff;
    margin-top:5px;
    font-size:24px;
    font-weight:bold;
    line-height:30px;
    color:#000000;
}
@media(min-width:1024px){
    .logo img {
        margin-right: 3px;
        margin-left: -3px;
    }
    .phones {
        padding-left:20px;
        font-size:30px;
        font-weight:bold;
        line-height:50px;
    }
}
.extra-title {
    color: rgb(213, 103, 66);
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    max-width: 400px;
}
.extra-slogan {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight:bold;
    font-family: 'Anton',sans-serif;color: rgb(66, 66, 66);
}

@media(min-width:1024px){
    .extra-title {
        font-size: 99px;
        line-height: 96px;
    }
    .extra-slogan {
        font-size: 30px;
        line-height: 36px;
    }
}


/*news*/
.articles-announce {

}
.articles-announce_item {

}
.articles-announce_header {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.articles-announce_picture img {

}
.articles-announce_text {
    margin-top: 10px;
    margin-bottom: 10px;
}


.articles-announce--blog {}
.articles-announce_item--blog {}
.articles-announce_header--blog {}
.articles-announce_picture--blog {}
.articles-announce_text--blog {}

.articles-announce--news {}
.articles-announce_item--news {}
.articles-announce_header--news {}
.articles-announce_header a{
    font-weight: 100;
    text-shadow: 0 0 0;
}
.articles-announce_picture--news {}
.articles-announce_text--news {}

.articles-announce--instblog {}
.articles-announce_item--instblog {}
.articles-announce_header--instblog {}
.articles-announce_picture--instblog {}
.articles-announce_text--instblog {}

.articles-announce--instnews {}
.articles-announce_item--instnews {
}
.articles-announce_header--instnews {}
.articles-announce_picture--instnews {}
.articles-announce_picture--instnews img {
    /* border: 4px solid #f4c306; */
    box-shadow: 0 0 4px #000;
    margin-top: 6px;
}

.articles-announce_text--instnews {
    margin-top: 0;
}
.articles-announce_text--instnews p:first-of-type {
  margin-top:0;
}

.articles-page {
    overflow:hidden;
}
.articles-page--blog {}
.articles-page--news {}
.articles-page--instblog {}
.articles-page--instnews {}

.articles-page {}
.articles-list_item {
    margin-bottom: 15px;
}
.articles-list_header {
    min-height: 60px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.articles-list_picture {}
.articles-list_picture img {}
.articles-list_announce-text {}

.articles-page--news {}
.articles-list_item--news {}
.articles-list_header--news {}
.articles-list_picture--news {}
.articles-list_picture--news img {}
.articles-list_announce-text--news {}

.articles-page--blog {}
.articles-list_item--blog {}
.articles-list_header--blog {}
.articles-list_picture--blog {}
.articles-list_picture--blog img {}
.articles-list_announce-text--blog {}

.articles-page--instnews {}
.articles-list_item--instnews {}
.articles-list_header--instnews {}
.articles-list_picture--instnews {}
.articles-list_picture--instnews img {}
.articles-list_announce-text--instnews {}

.articles-page--instblog {}
.articles-list_item--instblog {}
.articles-list_header--instblog {}
.articles-list_picture--instblog {}
.articles-list_picture--instblog img {}
.articles-list_announce-text--instblog {}

@media(min-width:640px){
    .articles-page p img {
        max-width:380px;
    }
}

.l-content p img{
      display:block;
      margin:auto;
    transition: all .3s ease;
    float: none;
}
@media (min-width:640px) {
  .l-content p img {
    float: left;
    margin: 3px 15px 5px 0!important;
    overflow: hidden;
  }
  .l-content p img,
  .l-content li img {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.12),0 2px 10px 0 rgba(0,0,0,.09);
    transition: all .3s ease;
  }
  .l-content a img:hover {
    box-shadow: 0 1px 11px 0 rgba(0,0,0,.5),0 4px 15px 0 rgba(0,0,0,.15);
  }
}
img {
	max-width:100%;
}


/* gfa */
* {-webkit-transition: all .5s ease !important;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
.main_img, .main-img {overflow: hidden; float: left; margin: 7px 30px 15px 0; max-width: 40%; min-width: 300px;}
.flex2, .flex3, .flex4 {display: flex; flex-wrap: wrap; gap: 1rem;}
.flex2 > * {flex: 1 1 calc((100% / 2) - 3rem);}
.flex3 > * {flex: 1 1 calc((100% / 3) - 3rem);}
.flex4 > * {flex: 1 1 calc((100% / 4) - 3rem);}
.attention {width: 300px;border: 2px solid #757575;color:#757575; text-align: center; font-size: 16px; 
    padding: 10px; font-weight: bold; margin: 20px auto; display: block;border-radius: 13px;text-decoration:none;}
.attention:hover {color:#fff;background:#757575;border: 2px solid #ccc;}
.call-action-box{margin:15px auto;border:3px solid #ddd;background:#ccc;padding:30px 50px;text-align:center}
.call-action-text{font-size:22px;margin-bottom:25px;line-height:1.3}
.call-action-link{border:1px solid #757575;max-width:300px;border-radius:13px;margin:15px auto 0;
    font-weight:600;padding:8px;background:#757575;
    display:block;font-size:13px;text-align:center;text-transform:uppercase;color:#fff;text-decoration:none}
.call-action-link:hover{background:#fff;color:#757575;border:1px solid #757575;}
@media(max-width:920px){.call-action-box{padding:15px}.call-action-text{font-size:16px}}
.h2 {font-size: 26px;
    line-height: 32px;
    margin-bottom: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Anton',sans-serif;
    color: rgb(66, 66, 66);
}

.btn {display: block;background:#757575; color: #fff; border: 1px solid #757575; border-radius: 13px; width: 200px; margin: 10px auto 0; padding: 5px; text-decoration: none;}
.btn:hover {background:#fff; border: 1px solid #757575; color: #757575;}
*[itemtype="https://schema.org/Product"] {border: 1px solid #757575; padding: 10px;text-align: center;border-radius: 15px;}
*[itemtype="https://schema.org/Product"]:hover {border: 1px solid #777; box-shadow: 0 0 10px #ddd;}
*[itemtype="https://schema.org/Product"]:hover img {filter: grayscale(100%);
  	outline: 3px dashed #ed7823; outline-offset: -10px;}
*[itemtype="https://schema.org/Product"] .oh {border-radius: 13px;}
*[itemtype="https://schema.org/ImageObject"] img {border-radius: 13px;}
*[itemprop="name"] {font-size: 18px; text-align: center; font-weight: bold; opacity: 0.99; height: 44px; overflow: hidden;margin: 10px auto 0;}
*[itemprop="description"] {list-style: none; text-align: center; padding: 0; margin: 10px 0 !important;}
*[itemprop="description"] li b {float: right;}
*[itemprop="description"] > * {text-align: left;padding: 0 10%;}
*[itemprop="offers"] {text-align: center; font-weight: bold; font-size: 18px;}
*[itemprop="lowPrice"] {font-size: 22px; color:#757575;}

/* МОБИЛЬНЫЕ */
@media (max-width: 768px) {
	.flex2 > * {flex: 1 1 calc((100% / 2) - 3rem);}
	.flex3 > * {flex: 1 1 calc((100% / 2) - 3rem);}
	.flex4 > * {flex: 1 1 calc((100% / 2) - 3rem);}
}
@media (max-width: 480px) {
	.main_img, .main-img {width: 100%; float: none; margin: 0 auto; padding: 10px 0;}
	p {text-align: justify;}
	.zak > *:nth-child(1) {box-shadow: none;}
	.flex2 > * {flex: 1 1 calc(100% - 3rem);}
	.flex3 > * {flex: 1 1 calc(100% - 3rem);}
	.flex4 > * {flex: 1 1 calc(100% - 3rem);}
}
/* gfa */
/*
 * FILE END: _mod_files/_css/ami_custom.css
 */
