/*
file:	Main Style Sheet
year:	2018
author:	CREW 803
email:	info@crew803.com
site:	www.crew803.com
*/

@charset "utf-8";

/* General HTML Styles */

* {
	box-sizing: border-box;
}

i, i:before {
	transition: all .3s linear;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

div, span, p, em, a, time, tr, th, td, dt, dd, label, input, select, button, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	text-decoration: none;
}
h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 20px;
}
em {
	font-size: 20px;
	color: #000;
	margin: 0;
	font-weight: 400;
	padding: 0 0 20px;
	font-style: normal;
	display: block;
}
a {
	font-size: 18px;
	color: #0f7a16;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s linear;
}
a:hover {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*homepage element colors*/

.homepage_element_colors {
	background: #0f7a16;
	background-image: none;
}

.homepage_element_colors .wrapper {
	box-shadow: none;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*slickmenu responsive*/

.slicknav_menu {
	display: none;
}

/*header*/

header {
	width: 100%;
	margin: 0;
	padding: 29px 0;
	display: table;
	background: url("../img/top_background_repeat.png") repeat-x 0 0;
}

header section {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

/*logo*/

.logo {
	width: auto;
	float: left;
	margin: 0 20px 0 0;
}

.logo img {
	max-height: 92px;
	display: flex;
	margin: 0;
	padding: 0;
}

/*main navigation*/

header nav {
	float: left;
	margin: 0;
	padding: 28px 0;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid rgba(255,255,255,0.30);
}

header nav ul li:last-of-type {
	margin: 0;
	padding: 0;
	border: none;
}

header nav ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 9px 0 7px;
	display: block;
}

header nav ul li a:hover, header nav ul li a.active {
	font-size: 16px;
	color: #40ae49;
}

/*header contacts*/

.header_contacts {
	float: right;
	margin: 0;
	padding: 13px 0 0;
}

.header_contacts a {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin: 22px 0 -4px;
	padding: 0;
	display: table;
	border-bottom: 2px solid transparent;
}

.header_contacts a:hover {
	font-size: 20px;
	color: #fff;
	border-color: #40ae49;
}

.header_contacts p {
	font-size: 12px;
	color: rgba(255,255,255,0.70);
	font-weight: 400;
	margin: 0 0 5px;
	padding: 0;
}

.header_contacts a:first-of-type {
	font-size: 12px;
	color: rgba(255,255,255,0.70);
	margin: 0 0 5px;
}

.header_contacts a:first-of-type:hover {
	font-size: 12px;
	color: #fff;
}

/*main container*/

.main_container {
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
	display: table;
}

/*featured catalog cnt*/

.featured_catalog_cnt {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: url("../img/background-repeat-catalog.png") repeat-x center top;
}

.featured_catalog_cnt article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.featured_catalog_cnt article figure {
	max-width: 1080px;
	max-height: 620px;
	/*display: table-cell;*/
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	
	float: none;
	margin: 0 auto 29px;
	padding: 0;
}

.featured_catalog_cnt article figure img {
	max-width: 1080px;
	max-height: 620px;
	vertical-align: middle;
	text-align: center;
}

.featured_catalog_cnt article section {
	width: 1080px;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.featured_catalog_cnt article section aside {
	width: 540px;
	margin: 0;
	padding: 60px 30px;
	display: inline-block;
	vertical-align: middle;
}

.featured_catalog_cnt article span {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin: 0 0 9px;
	padding: 0;
	display: table;
}

.featured_catalog_cnt article h1 {
	margin: 0 0 10px;
	padding: 0;
}

.featured_catalog_cnt article h1, .featured_catalog_cnt article h1 a {
	font-size: 28px;
	color: #0f7a16;
	font-weight: 700;
}

.featured_catalog_cnt article h1 a:hover {
	font-size: 28px;
	color: #000;
}

.featured_catalog_cnt article author {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	margin: 0 0 30px;
	padding: 9px 15px 8px;
	display: table;
	background: #303745;
	border-radius: 2px;
}

.featured_catalog_cnt article em {
	font-size: 16px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	margin: 0 0 25px;
	padding: 0;
}

.featured_catalog_cnt article p {
	font-size: 14px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	margin: 0 0 55px;
	padding: 0;
	line-height: 16px;
	overflow: hidden;
	height: 80px;
}

.order_book_btn {
	font-family: "Righteous", "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 18px 15px;
	background: #0f7a16;
	border-radius: 2px;
	float: left;
	min-width: 65%;
}

.order_book_btn:hover {
	font-size: 18px;
	color: #fff;
	background: #303745;
}

.order_book_btn img {
	max-height: 24px;
	float: right;
	margin: 0;
}

.featured_catalog_cnt article div {
	width: auto;
	max-width: 32%;
	float: right;
	margin: 0;
	padding: 6px 0;
}

.featured_catalog_cnt article div strong,
.featured_catalog_cnt article div span {
	float: right;
	clear: right;
	text-align: right;
}

.featured_catalog_cnt article div strong {
	font-family: "Righteous", "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin: 0 0 -1px;
	padding: 0;
}

.featured_catalog_cnt article div span {
	font-size: 12px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding: 0;
}

/*featured catalog - gallery*/

.featured_catalog_cnt .ecms_gallery_box {
	border: none;
	float: none;
}

.featured_catalog_cnt .ecms_gallery_box h1,
.featured_catalog_cnt .ecms_gallery_box p {
	display: none;
}

.featured_catalog_cnt .ecms_gallery_box a {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
}

.featured_catalog_cnt .ecms_gallery_box a:nth-of-type(2n) {
	margin: 0;
}

.featured_catalog_cnt .ecms_gallery_box a:nth-of-type(5n) {
	margin: 0;
}

/*set a question - homepage*/

.featured_question {
	width: 100%;
	margin: 30px 0 0;
	padding: 30px 0;
	display: table;
	background: #303745;
}

.featured_question section {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

.featured_question h1,
.featured_question em,
.featured_question p {
	display: block;
	text-align: center;
}

.featured_question h1 {
	margin: 0 0 10px;
	padding: 0;
}

.featured_question h1, .featured_question h1 a {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
}

.featured_question h1 a:hover {
	font-size: 26px;
	color: #fff;
}

.featured_question em {
	font-size: 16px;
	color: rgba(255,255,255,0.70);
	font-weight: 400;
	margin: 0 0 20px;
	padding: 0;
}

.set_question {
	font-family: "Righteous", "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px;
	color: #303745;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 8px 20px;
	display: table;
	background: #fff;
	border-radius: 2px;
}

.set_question:hover {
	font-size: 14px;
	color: #303745;
	opacity: 0.70;
}

/*footer*/

footer {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

/*social networks*/

footer ul {
	list-style: none;
	margin: 0 auto 30px;
	padding: 0;
	display: table;
	max-width: 1080px;
}

footer ul li {
	float: left;
	margin: 0 5px;
}

footer ul li a {
	display: flex;
}

footer ul li img {
	max-height: 32px;
	display: flex;
	transition: all .3s linear;
}

footer ul li img:hover {
	opacity: 0.70;
}

/*company data*/

footer em {
	font-size: 12px;
	color: rgba(0,0,0,0.60);
	font-weight: 400;
	font-style: italic;
	margin: 0 auto 30px;
	padding: 0 10%;
	max-width: 1080px;
	display: table;
	text-align: center;
}

/*footer copyright*/

footer section {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	display: table;
	background: rgba(0,0,0,0.15);
}

footer section aside {
	width: 1080px;
	margin: 0 auto;
	display: table;
}

footer section p {
	font-size: 14px;
	color: rgba(0,0,0,0.80);
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

footer section p a {
	font-size: 14px;
	color: rgba(0,0,0,0.80);
	font-weight: 400;
}

footer section p a:hover {
	font-size: 14px;
	color: #0f7a16;
}

footer section p:last-of-type {
	float: right;
}

/*BASIC CSS*/

/*left submenu*/

.main_container nav {
	width: 210px;
	float: left;
	margin: 0;
	padding: 0;
}

.main_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
	display: table;
	margin-bottom: 5px;
}

.main_container nav ul li a {
	font-size: 14px;
	color: rgba(0,0,0,0.85);
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 20px 12px;
	display: block;
	background: rgba(0,0,0,0.10);
	border-radius: 2px;
	position: relative;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active {
	font-size: 14px;
	color: #fff;
	background: #0f7a16;
}

.main_container nav ul li a i {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 8px;
}

.main_container nav ul li a i:before {
	font-size: 12px;
	color: #000;
	font-weight: 700;
	margin: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

/*left sub submenu*/

.main_container nav ul li ul {
	list-style: none;
	margin: 10px 0 5px;
	padding: 0;
	width: 100%;
}

.main_container nav ul li ul li {
	width: 100%;
	display: table;
	margin-bottom: 0;
	border-bottom: 1px dotted rgba(0,0,0,0.15);
}

.main_container nav ul li ul li:last-of-type {
	border: none;
}

.main_container nav ul li ul li a {
	font-size: 14px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	text-transform: none;
	margin: 0;
	padding: 6px 20px 7px;
	display: block;
	background: none;
	border-radius: 0;
}

.main_container nav ul li ul li a:hover, .main_container nav ul li ul li a.active {
	font-size: 14px;
	color: #0f7a16;
	background: none;
}

/*contact form*/

.contact_form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 320px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.contact_form div:nth-of-type(2n) {
	margin-right: 0;
}

.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	display: table;
	margin: 0;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 12px;
	color: #555;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px 10px;
	display: block;
	cursor: text;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

.buttons_action input[type="reset"] {
	background: #a5a5a5 !important;
	box-shadow: none !important;
	border-radius: 2px !important;
	border: 1px solid #a5a5a5 !important;
	padding: 10px 15px 9px !important;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 10px 0 0 !important;
}

.buttons_action input[type="reset"]:hover, .buttons_action input[type="reset"]:focus {
	font-size: 12px !important;
	color: #fff !important;
	background: #a5a5a5 !important;
	border: 1px solid #a5a5a5 !important;
	opacity: 0.8;
}

.buttons_action input[type="submit"] {
	background: #0f7a16 !important;
	border: 1px solid #0f7a16 !important;
	box-shadow: none !important;
	border-radius: 2px !important;
	padding: 10px 15px 9px !important;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
}

.buttons_action input[type="submit"]:hover, .buttons_action input[type="submit"]:focus,
.buttons_action input[type="submit"]:valid:hover, .buttons_action input[type="submit"]:valid:focus {
	font-size: 12px !important;
	color: #fff !important;
	background: #0f7a16 !important;
	border: 1px solid #0f7a16 !important;
	opacity: 0.8;
}

.contact_form dl a{
	color: #0f7a16;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 12px 20px;
	margin: 0 !important;

	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 2px !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 12px !important;
	font-weight: 700;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea {
	min-height: 221px;
	max-height: 221px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 11px 20px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/

.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

/*filter content*/

.filter_content {
	width: auto;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

.filter_content h1 {
	font-size: 14px;
	color: #2d2d2d;
	font-weight: 700;
	font-style: normal;
	text-align: left;
	width: auto;
	float: left;
	margin: 9px 20px 0 0;
	padding: 0;
}

.filter_content form {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.filter_content form div.filter_btns {
	padding-top: 0;
	padding-left: 20px;
}

.filter_content form label {
	font-size: 12px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 10px 10px 0 0;
	float: left;
}

.filter_content form input,
.filter_content form select,
.filter_content form textarea {
	font-size: 14px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 0;
	width: 220px;
	max-width: 220px;
	transition: all .3s linear;
	float: left;
}

.filter_content form input:hover,
.filter_content form select:hover,
.filter_content form textarea:hover {
	font-size: 14px !important;
	color: #000;
	border-color: #b9b9b9;
}

.filter_content form input:focus,
.filter_content form select:focus,
.filter_content form textarea:focus {
	font-size: 14px !important;
	color: #000;
	background-color: #f5f5f5;
	border-color: #b9b9b9;
}

.filter_content form input[type="reset"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 11px 15px;
	display: block;
	background: #555;
	border: 1px solid #555;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="reset"]:hover,
.filter_content form input[type="reset"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

.filter_content form input[type="submit"] {
	font-size: 9px !important;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 0 5px;
	padding: 11px 15px;
	display: block;
	background: #231f21;
	border: 1px solid #231f21;
	border-radius: 0;
	transition: all .3s linear;
	opacity: 1;
	width: auto;
	float: left;
	cursor: pointer;
}

.filter_content form input[type="submit"]:hover,
.filter_content form input[type="submit"]:focus {
	font-size: 9px !important;
	color: #000;
	background: #fff;
}

/*sorter*/

.sorter {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 240px !important;
	max-width: 240px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 7px 8px 8px;
	font-size: 11px !important;
	color: #696969;
	font-weight: 400;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
}

/*paging content*/

.paging_content {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 30px 0 0;
	display: table;
	clear: both;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	margin: 0 -1px 0 0;
	padding: 9px 14px 10px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 2px 0 0 2px;
}

.paging_content .paging a:last-of-type {
	border-radius: 0 2px 2px 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	padding: 5px 0 0 14px;
}

.paging_content .paging .paging_right_cnt {
	width: 855px;
	float: left;
}

.basic_site_inner_content_news .paging_content {
	padding-top: 20px;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.basic_site_inner_content h1 {
	font-family: "Righteous", "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 32px;
	/*color: #303745;*/
	color: #0f7a16;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content figure {
	display: none !important;
}

.basic_site_inner_content figure {
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	border: none;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	border-radius: 2px;
	
	float: left;
	margin: 0 40px 40px 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	vertical-align: middle;
	text-align: center;
}

.basic_site_inner_content iframe {
	width: 100%;
	height: 480px;
	margin: 60px 0;
	padding: 0;
	border: none !important; 
	clear: both;
	display: table;
}

.basic_site_inner_content .order_book_btn {
	font-family: "Righteous", "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 18px 15px;
	background: #0f7a16;
	border-radius: 2px;
	float: left;
	min-width: 30%;
}

.basic_site_inner_content .order_book_btn:hover {
	font-size: 18px;
	color: #fff;
	background: #303745;
}

.basic_site_inner_content .order_book_btn img {
	max-height: 24px;
	float: right;
	margin: 0;
}

.basic_site_inner_content article div {
	width: auto;
	float: left;
	margin: 0 0 0 40px;
	padding: 6px 0;
}

.basic_site_inner_content article div strong,
.basic_site_inner_content article div span {
	float: right;
	clear: right;
	text-align: right;
}

.basic_site_inner_content article div strong {
	font-family: "Righteous", "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	margin: 0 0 -1px;
	padding: 0;
}

.basic_site_inner_content article div span {
	font-size: 12px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	font-style: italic;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content article p em {
	font-size: 18px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	font-style: italic;
	display: inline;
}

/*ask question cnt*/

.ask_question_cnt {
	width: 100%;
	margin: 15px 0 0;
	padding: 30px 0;
	display: table;
	border-top: 2px dashed rgba(0,0,0,0.20);
	border-bottom: 2px dashed rgba(0,0,0,0.20);
}

.ask_question_cnt h1 {
	font-family: inherit;
	font-size: 24px;
	font-weight: 700;
	text-transform: none;
	padding: 0;
	margin: 0 0 23px;
}

.ask_question_cnt .contact_form div {
	width: 280px;
}

.ask_question_cnt .contact_form div:nth-of-type(2) {
	width: 780px;
}

.ask_question_cnt .contact_form div:nth-of-type(4) {
	margin: -15px 40px 0 0;
}

.ask_question_cnt .contact_form div:last-of-type {
	margin-bottom: 0;
}

.ask_question_cnt .contact_form div.consent_data,
.ask_question_cnt .consent_data {
	margin: 0 !important;
	padding: 0 0 20px !important;
	border-bottom: none;
}

.ask_question_cnt .contact_form div.consent_data p {
	font-size: 14px;
	padding-bottom: 10px;
}

.ask_question_cnt .contact_form div.consent_data dd,
.ask_question_cnt .consent_data dd {
	width: 96% !important;
}

/*MULTI FAQ*/

.multifaq_cnt {
	width: 100%;
	margin: 0;
	padding: 40px 0;
	display: table;
}

.multifaq_cnt article {
	width: 100%;
	margin: 0;
	padding: 40px;
	display: table;
	border-top: 5px solid transparent;
	box-shadow: 0 3px 7px rgba(0,0,0,0.06), 0 2px 2px rgba(0,0,0,0.05);
	transition: all .2s linear;
}

.multifaq_cnt article:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	border-color: #0f7a16;
}

.multifaq_cnt article h1 {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 22px;
	color: #303745;
	font-weight: 700;
	text-transform: none;
	margin: 0 0 14px;
	padding: 0;
}

.multifaq_cnt article em, .multifaq_cnt article p {
	font-size: 16px;
	color: rgba(0,0,0,0.70);
	font-weight: 400;
	margin: 0;
	padding: 0;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 360px;
	float: left;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_contact h1 {
	font-family: "Righteous", "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 32px;
	color: #303745;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h2 {
	font-size: 24px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

.basic_site_inner_content_contact h3 {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

.right_column_contact {
	width: 660px;
	float: right;
	margin: 52px 0 0;
	padding: 0;
}

/*ecms gallery box*/

.ecms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	margin: 20px 0 0;
	padding: 40px 0 0;
	border-top: 1px dashed #a5a5a5;
}

.ecms_gallery_box h1,
.ecms_gallery_box h2 {
	font-size: 16px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: inherit;
	border: none;
	text-align: left;
	background: none;
}

.ecms_gallery_box h1:before,
.ecms_gallery_box h1:after {
	display: none;
}

.ecms_gallery_box p {
	font-size: 14px;
	color: #696969;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box a {
	width: 18.8%;
	float: left;
	margin: 15px 15px 0 0;
	padding: 0;
	position: relative;
}

.ecms_gallery_box a:nth-of-type(5n) {
	margin: 15px 0 0;
}

.ecms_gallery_box a img {
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	display: flex;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.ecms_gallery_box em {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;

	line-height: 18px;
	overflow: hidden;
	height: 39px;
	min-height: 39px;
}

/*download*/

.document_category {
	width: 100%;
	margin: 40px 0 0;
	padding: 30px 20px 20px;
	clear: both;
	display: table;
	background: #fafafa;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 2px;
}

.document_category h1 {
	font-size: 16px;
	color: #414141;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
	letter-spacing: inherit;
	border: none;
	text-align: left;
	background: none;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 31%;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 32px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: -1px 0 0;
	padding: 0;
}

.document_category ul li a:hover {
	font-size: 14px;
	color: #0f7a16;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	margin: 40px 0 0 !important;
	padding: 0 20px !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 6px 0;
	padding: 0;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 5px 10px 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 24px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 1;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

.ecms_gallery_box #hist {
	float: none;
	clear: both;
	display: table;
	padding-top: 30px;
}

#hist a {
	font-size: 12px;
	color: #414141;
	font-weight: 700;
	margin: 0;
	padding: 10px 20px;
	display: table;
	background: #f0f0f0;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
}

#hist a:hover, #hist a:focus {
	font-size: 12px;
	color: #0f7a16;
	background: #fff;
	border: 1px solid #0f7a16;
}

/*query for*/

.contact_form div.query_for_div {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.contact_form div.query_for_div div {
	width: 75%;
	float: left;
}

.contact_form div.query_for_div div:last-of-type {
	width: 20%;
	float: right;
}

.contact_form div.query_for_div div:only-of-type {
	width: 100%;
	float: none;
	display: table;
}

.contact_form div.customer_type,
.contact_form div.company_details_form {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

/*
.contact_form div.company_details_form {
	margin-bottom: 30px;
}
*/

.customer_type div {
	width: auto;
	margin: 0 20px 0 0;
}

.customer_type div:last-of-type {
	margin: 0;
}

.customer_type input {
	display: inline-block;
	margin: 0 5px 0 0;
}

.customer_type label {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	margin: 0 20px 0 0;
}





/*WEB ACCESSIBILITY*/

#accessibility i, #accessibility i:before {
	transition: all .1s linear;
}

#accessibility {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9999;
}

/*accessibility main btn*/

.accessibility_main_btn {
	width: 64px;
	display: flex;
	padding: 12px 12px;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	transition: all .2s linear;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

.accessibility_main_btn i {
	font-size: 40px !important;
	color: #4e5051;
	/*font-weight: normal;*/
	transition: all .2s linear;
}

.accessibility_main_btn:hover {
	background: #0f7a16;
}

.accessibility_main_btn:hover i {
	font-size: 40px !important;
	color: #fff;
}

/*accessible wrapper*/

.accessible_wrapper {
	width: 420px;
	position: fixed;
	left: 64px;
	top: 50%;
	transform: translateY(-50%);
	background: #0f7a16;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: none;
}

.accessible_header {
	width: 100%;
	padding: 16px 20px 15px;
	display: table;
	position: relative;
}

.accessible_header h1 {
	font-size: 20px !important;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.close_accessible_dialog {
	position: absolute;
	right: 20px;
	top: 16px;
}

.close_accessible_dialog i {
	font-size: 20px !important;
	color: #fff;
}

.close_accessible_dialog:hover i {
	font-size: 20px !important;
	color: rgba(255,255,255,0.50);
}

/*accessible functions*/

.accessible_functions {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: table;
	background: #fff;
}

.accessible_functions div {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid rgba(0,0,0,0.20);
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

.accessible_functions div:nth-of-type(2n) {
	border-right: none;
}

.accessible_functions div:nth-of-type(7),
.accessible_functions div:nth-of-type(8) {
	border-bottom: none;
}

.accessible_functions div a {
	font-size: 16px !important;
	color: #4e5051;
	font-weight: normal;
	display: block;
	text-align: center;
	padding: 15px 10px 10px;
	position: relative;
}

.accessible_functions div i {
	font-size: 24px !important;
	color: #000;
	display: table;
	margin: 0 auto;
}

.accessible_functions div a:hover,
.accessible_functions div a.active {
	font-size: 16px !important;
	color: #fff;
	background: #4e5051;
}

.accessible_functions div a:hover i,
.accessible_functions div a.active i {
	font-size: 24px !important;
	color: #fff;
}

/*accessible reset*/

.accessible_reset {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
	background: #fff;
}

.accessible_reset a,
#accessibility #reset_all_classes {
	font-size: 14px;
	color: #000 !important;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: underline;
}

.accessible_reset a:hover,
#accessibility #reset_all_classes:hover {
	font-size: 14px;
	color: #0f7a16 !important;
	font-weight: bold;
}

/*accessibility footer*/

.accessibility_footer {
	width: 100%;
	margin: 0;
	padding: 20px;
	display: table;
	background: #e1e1e1;
}

.accessibility_footer a {
	font-size: 14px !important;
	color: #000;
	font-weight: bold;
}

.accessibility_footer a:hover {
	font-size: 14px !important;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.accessibility_footer p {
	font-size: 14px !important;
	color: rgba(0,0,0,0.75);
	font-weight: normal;
	margin: 0;
	padding: 0;
	float: left;
}

.accessibility_footer p:last-of-type a {
	font-size: 14px !important;
	color: rgba(0,0,0,1);
	font-weight: normal;
}

.accessibility_footer p:last-of-type {
	float: right;
}

/*WEB ACCESSIBILITY CSS FUNCTIONS*/

/*access font bigger*/

.access_font_bigger span,
.access_font_bigger p,
.access_font_bigger em,
.access_font_bigger a,
.access_font_bigger time,
.access_font_bigger tr,
.access_font_bigger th,
.access_font_bigger td,
.access_font_bigger dt,
.access_font_bigger dd,
.access_font_bigger label,
.access_font_bigger input,
.access_font_bigger select,
.access_font_bigger button,
.access_font_bigger textarea,
.access_font_bigger option,
.access_font_bigger ul,
.access_font_bigger li,
.access_font_bigger font,
.access_font_bigger h1,
.access_font_bigger h2,
.access_font_bigger h3,
.access_font_bigger h4,
.access_font_bigger h5,
.access_font_bigger h6 {
	font-size: 125% !important;
	line-height: inherit !important;
}

.access_font_bigger header {
	background-repeat: repeat;
}

.access_font_bigger #accessibility h1 {
	font-size: 20px !important;
}

.access_font_bigger #accessibility a {
	font-size: 16px !important;
}

.access_font_bigger #accessibility a#reset_all_classes {
	font-size: 14px !important;
}

.access_font_bigger #accessibility em,
.access_font_bigger #accessibility p,
.access_font_bigger #accessibility span {
	font-size: 14px !important;
}

.access_font_bigger #accessibility p a,
.access_font_bigger #accessibility p a:hover {
	font-size: 14px !important;
}

/*access grayscale*/

.access_grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

/*access letterspacing*/

.access_letterspacing span,
.access_letterspacing p,
.access_letterspacing em,
.access_letterspacing a,
.access_letterspacing time,
.access_letterspacing tr,
.access_letterspacing th,
.access_letterspacing td,
.access_letterspacing dt,
.access_letterspacing dd,
.access_letterspacing label,
.access_letterspacing input,
.access_letterspacing select,
.access_letterspacing button,
.access_letterspacing textarea,
.access_letterspacing option,
.access_letterspacing ul,
.access_letterspacing li,
.access_letterspacing font,
.access_letterspacing h1,
.access_letterspacing h2,
.access_letterspacing h3,
.access_letterspacing h4,
.access_letterspacing h5,
.access_letterspacing h6 {
	letter-spacing: 3px !important;
}

.access_letterspacing header {
	background-repeat: repeat;
}

.access_letterspacing #accessibility a,
.access_letterspacing #accessibility h1,
.access_letterspacing #accessibility em,
.access_letterspacing #accessibility p,
.access_letterspacing #accessibility span {
	letter-spacing: inherit !important;
}

/*access linkunderline*/

.access_linkunderline a {
	text-decoration: underline !important;
}

.access_linkunderline #accessibility a {
	/*text-decoration: inherit !important;*/
}

/*access contrasthigh*/

.access_contrasthigh body {
	background: #000 !important;
}

.access_contrasthigh span,
.access_contrasthigh strong,
.access_contrasthigh p,
.access_contrasthigh em,
.access_contrasthigh a,
.access_contrasthigh time,
.access_contrasthigh tr,
.access_contrasthigh th,
.access_contrasthigh td,
.access_contrasthigh dt,
.access_contrasthigh dd,
.access_contrasthigh label,
.access_contrasthigh input,
.access_contrasthigh select,
.access_contrasthigh button,
.access_contrasthigh textarea,
.access_contrasthigh option,
.access_contrasthigh ul,
.access_contrasthigh li,
.access_contrasthigh font,
.access_contrasthigh h1,
.access_contrasthigh h2,
.access_contrasthigh h3,
.access_contrasthigh h4,
.access_contrasthigh h5,
.access_contrasthigh h6 {
	color: #fff !important;
}

.access_contrasthigh input,
.access_contrasthigh select,
.access_contrasthigh textarea {
	color: #000 !important;
}

.access_contrasthigh .gdpr_box fieldset {
	background: #333 !important;
	border-color: #333 !important;
}

.access_contrasthigh .gdpr_box fieldset legend {
	color: #fff !important;
}

.access_contrasthigh .gdpr_box fieldset div {
	color: #fff !important;
}

.access_contrasthigh .accessibility_main_btn {
	background: #0f7a16 !important;
}

.access_contrasthigh .accessibility_main_btn i {
	color: #fff !important;
}

.access_contrasthigh .accessibility_main_btn:hover {
	background: #fff !important;
}

.access_contrasthigh .accessibility_main_btn:hover i {
	color: #4e5051 !important;
}

.access_contrasthigh #accessibility a,
.access_contrasthigh #accessibility p {
	color: #000 !important;
}

.access_contrasthigh #accessibility a:hover,
.access_contrasthigh #accessibility a.active {
	color: #fff !important;
}

.access_contrasthigh #accessibility .accessibility_footer a:hover {
	color: #000 !important;
}

/*access cursorlarger*/

.access_cursorlarger,
.access_cursorlarger a,
.access_cursorlarger a:hover,
.access_cursorlarger a:focus,
.access_cursorlarger a:active,
.access_cursorlarger a.active {
	cursor: url("../img/accessibility/cursor-accessibility.png"), auto !important;
}

/*access keyboardnavigation*/

.access_keyboardnavigation a:focus {
	outline: dashed 2px #0f7a16 !important;
}

.access_keyboardnavigation #accessibility a:focus {
	outline: none !important;
}





/*WEB ACCESSIBILITY RESPONSIVE*/

@media only screen and (min-width: 0px) and (max-width: 800px) {

.accessibility_main_btn {
	width: 48px;
	padding: 8px 8px;
}

.accessibility_main_btn i {
	font-size: 32px !important;
}

.accessibility_main_btn:hover i {
	font-size: 32px !important;
}

.accessible_wrapper {
	width: 85%;
	position: fixed;
	left: 0;
}

.accessible_wrapper h1 {
	margin: 0;
}

.accessible_header {
	padding-left: 10px;
	padding-right: 10px;
}

.accessible_functions {
	padding: 20px 10px;
}

.accessible_functions div {
	float: none;
	display: inline-block;
}

.accessibility_footer {
	padding: 20px 10px;
}

.accessibility_footer p {
	float: none;
	display: table;
}

.accessibility_footer p:last-of-type {
	float: none;
	padding-top: 5px;
}




}




/*FANCYBOX*/

.fancybox-skin {
	background: #fff !important;
}

.fancybox-lock {
	overflow: inherit !important;
}



