@charset "UTF-8";
/* ШАБЛОН 4 */

/* common */
._we { }

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

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

html._we.palette_mode {padding-top: 40px !important; }

._we #body_bg {display: none !important; }


._we #header,
._we #footer,
._we #hot_news,
._we .attention_banners .content,
._we .section_menu .level_1 > li > a {background: none;}

._we #main_menu {font-size: 0.9em !important; background: none; }

._we #main_slider .content {font-size: 1.1em !important; opacity: 1; }
._we #main_slider h3 {font-size: 1.1em; }

._we #layout .owl-main .owl-nav {background: transparent !important; }

._we h1 {font-size: 2em; }
._we h2 {font-size: 1.8em; }
._we h3 {font-size: 1.4em; }



/* 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;
}


._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;
}

._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;
}

._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;
}


/* 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; }


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

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

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


/* 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);
}

