@charset "UTF-8";

/* common */
._we {}

html._we, body._we {font-size: 18px; }
._we body {font-size: 1em !important; padding-top: 36px;}

._we * {
	text-shadow: none !important;
	box-shadow: none !important;
	background: transparent;
}

._we #layout {font-size: inherit !important; background: none; border: none; margin-top: 36px;}

._we #layout a {transition: none; }

._we #layout .owl-dots {bottom: 0; }
._we #layout #main_menu .level_0 > li > a span,
._we #layout #hot_links * {background: inherit !important; color: inherit !important;}

._we #layout #main_menu .level_1 > li > a:before {color: inherit !important; }

._we #layout #main_menu .level_0 ul {border: solid 2px; font-size: 0.9em; }

._we #layout #hot_order {border: solid 3px; }
	._we #layout #hot_order:before,
	._we #layout #hot_order:after {content: none; display: none; }


._we #layout #hot_links .item:after,
._we #layout #hot_links .item:before,
._we #layout #hot_news .item:before,
._we #layout #hot_news .item:after {content: none; display: none; }



/* color theme option */
._we.color_theme_1 body {
	background-color: #fff !important;
}
._we.color_theme_1 #layout * {
	background-color: #fff !important;
	color: #000 !important;
	border-color: #000 !important;
	outline-color: #000 !important;
}

._we.color_theme_1 #layout #main_menu .level_0 > li:hover > a,
._we.color_theme_1 #layout #main_menu .level_0 > li.active > a,
._we.color_theme_1 #layout #main_menu .level_0 > li.parent_active > a,
._we.color_theme_1 #layout .section_title:after,
._we.color_theme_1 #layout .page_title > span:after,
._we.color_theme_1 #layout #hot_links .item > a,
._we.color_theme_1 #layout .button,
._we.color_theme_1 #layout button,
._we.color_theme_1 #layout input[type="button"],
._we.color_theme_1 #layout input[type="submit"] {background: #000 !important; color: #fff !important; }


._we.color_theme_2 body {
	background-color: #111 !important;
}
._we.color_theme_2 #layout * {
	background-color: #111 !important;
	color: #fff !important;
	border-color: #fff !important;
	outline-color: #fff !important;
}
._we.color_theme_2 #layout #main_menu .level_0 > li:hover > a,
._we.color_theme_2 #layout #main_menu .level_0 > li.active > a,
._we.color_theme_2 #layout #main_menu .level_0 > li.parent_active > a,
._we.color_theme_2 #layout .section_title:after,
._we.color_theme_2 #layout .page_title > span:after,
._we.color_theme_2 #layout #hot_links .item > a,
._we.color_theme_2 #layout .button,
._we.color_theme_2 #layout button,
._we.color_theme_2 #layout input[type="button"],
._we.color_theme_2 #layout input[type="submit"] {background: #fff !important; color: #111 !important; }



._we.color_theme_3 body {
	background-color: lightblue !important;
}
._we.color_theme_3 #layout * {
	background-color: lightblue !important;
	color: darkblue !important;
	border-color: darkblue !important;
	outline-color: darkblue !important;
}

._we.color_theme_3 #layout #main_menu .level_0 > li:hover > a,
._we.color_theme_3 #layout #main_menu .level_0 > li.active > a,
._we.color_theme_3 #layout #main_menu .level_0 > li.parent_active > a,
._we.color_theme_3 #layout .section_title:after,
._we.color_theme_3 #layout .page_title > span:after,
._we.color_theme_3 #layout #hot_links .item > a,
._we.color_theme_3 #layout .button,
._we.color_theme_3 #layout button,
._we.color_theme_3 #layout input[type="button"],
._we.color_theme_3 #layout input[type="submit"] {background: darkblue !important; color: lightblue !important; }



._we.color_theme_4 body {
	background-color: #FFF5E6 !important;
}
._we.color_theme_4 #layout * {
	background-color: #FFF5E6 !important;
	color: #60351a !important;
	border-color: #60351a !important;
	outline-color: #60351a !important;
}
._we.color_theme_4 #layout #main_menu .level_0 > li:hover > a,
._we.color_theme_4 #layout #main_menu .level_0 > li.active > a,
._we.color_theme_4 #layout #main_menu .level_0 > li.parent_active > a,
._we.color_theme_4 #layout .section_title:after,
._we.color_theme_4 #layout .page_title > span:after,
._we.color_theme_4 #layout #hot_links .item > a,
._we.color_theme_4 #layout .button,
._we.color_theme_4 #layout button,
._we.color_theme_4 #layout input[type="button"],
._we.color_theme_4 #layout input[type="submit"] {background: #60351a !important; color: #FFF5E6 !important; }




/* font option */
._we.font_family_sans #layout * {font-family: Tahoma, Verdana, sans !important; }
._we.font_family_serif #layout * {font-family: Georgia, 'Times New Roman', serif !important; }
._we.font_family_monospace #layout * {font-family: monospace !important; }

._we #layout .fa {font-family: "FontAwesome" !important; }



/* font size option */
._we.font_size_small {
	font-size: 16px;
}

._we.font_size_large {
	font-size: 20px;
}

._we.font_size_huge {
	font-size: 22px;
}


/* font spacing option */
._we.font_spacing_large #layout {
	letter-spacing: 0.05em !important;
	line-height: 150%;
}

._we.font_spacing_huge #layout {
	letter-spacing: 0.1em !important;
	line-height: 200%;
}


/* image visibility option */
._we.images_off #layout img {
	visibility: none;
	opacity: 0;
}

._we.images_off #layout * {
	background-image: none !important;
}


._we.images_black_n_white #layout img,
._we.images_black_n_white #layout #main_slider .item,
._we.images_black_n_white #layout .item .preview
{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}

._we #layout .map_wrapper ymaps {background-color: initial !important;border-color: initial !important;}

._we #layout .search_form button,
._we #layout #search_toggle {background: none !important; }