/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
	/* Typography =================================================== */
body#shadow {
	font-family: arial,sans-serif;
	/*min-height: 100vh;*/
}

body h1,body h2,body h3,body h4,body h5,body h6 {
	margin: 0;
	font-family: inherit;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
}
img.vm-categories-wall-img {
    height: 100px;
    object-fit: contain;
}
body h1 {
	margin-bottom: 0.75em;
	/*font-size: 3.6em;*/
	font-size: 15px;
	font-weight: bold;
	color: #360000;
	font-family: verdana, arial;
	line-height: 1.2;
	text-align: center;
}

.category-view h1{
	font-size: 14px;
    color: #1D4976;
    }

.product-container h1{
	font-family: verdana;
    font-size: 30px;
    color: #FF9C0B;
    font-weight: normal;
    text-align: left;
    padding-left: 16px;
}

body h2 {
	margin-bottom: 0.75em;
	/*font-size: 1.5em;*/
	font-size: 14pt;
	font-family: arial;
	line-height: 1.2;
	padding: 5px 0;
}

body h3 {
	margin-bottom: 1em;
	/*font-size: 1.4em;*/
	font-size: 12pt;
	line-height: 1.3;
	padding-bottom: 5px;
}

body h4 {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.25;
	font-size: 18px;
	font-weight: bold;
}

body h5 {
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

body p,body ol,body ul,body dl,body address {
	margin-bottom: 1.5em;
 
	font-size: 13px;
	text-align: justify;
	line-height: 15px;
	word-wrap: break-word;
}

.productdetails p{
	font-size: 13px;
}

small {
	font-size: 0.9em;
}

body ul,body ol {
	margin: 0 0 1.5em 12px;
	padding: 0 0 0 12px;
}

body li ul,body li ol {
	margin: 0;
}


ul.categories-module
{ padding:0; margin:0}


blockquote {
	margin: 0 0 1.5em -24px;
	padding-left: 24px;
	border-left: 2px solid #c7ced6;
	font-style: normal;
}

q {
	quotes: none;
}



cite {
	font-style: normal;
}

abbr[title] {
	border-bottom: 1px dotted #c7ced6;
	cursor: help;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	line-height: 1.5em;
}

pre {
	white-space: pre-wrap;
	}

sub,sup {
	position: relative;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 13px;
}

table th,table td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	line-height: 15px;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,  .mod-articles-category-readmore a {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 9px;
	padding: 4px;
	line-height: 1.6em;
}

/* +++++++++++++++++  forms general #######################  */
form {
	margin: 0 0 18px;
}

fieldset {
	border: solid 1px #ddd;
	margin: 10px 0;
	padding: 20px;
	border-radius: 5px
}

fieldset p {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	background: #fff;
	padding: 5px 10px
}

label,input,button,select,textarea {
	font-weight: normal;
}

label {
	color: #333333;
	margin-bottom: 5px;
	max-width: 90%
}

input,textarea,select,#advanced-search-toggle, input.search-query {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px;
}
.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,button,.profile-edit a {
	border-radius: 3px;
	padding: 4px;
	line-height: 1.2em;
	text-decoration: none;
}

label input,label textarea,label select {
	display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
	border-radius: 0;
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
	height: auto;
	width: auto;
}

select {
	height: 28px;
	line-height: 28px;
	max-width:99%}

select {
	width: 220px;
}

select[multiple],select[size] {
	height: auto;
}

textarea {
	height: auto;
}

.radio,.checkbox {
	padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
	display: inline;
	 margin-right : 10px;
	 border:none
}

input,textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

input:focus,textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(82, 168, 236, 0.6);
	outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus
	{
	box-shadow: none;
	outline-offset: -2px;
}

/* +++++++++++++++++++++++  header searchbox +++++++++++++++++++++  */

#header form {
	overflow: hidden;
	float: right;
	    margin: 12px 0 0px;
}
#header form .search {display:inline}
#header input {
	font-weight: bold;
	float: left;
	border-radius: 20px;
    padding-left: 5px;
}

#header .inputbox {
	margin-right: 5px
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
	border: 0;
	background: #fff;
	padding: 0
}

fieldset.phrases label,fieldset.only label {
	display: inline;
}

 :root *> fieldset.only label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
	background: -o-linear-gradient(-45deg, #fefefe, #ddd);
	background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
	background: linear-gradient(-45deg, #fefefe, #ddd);
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #CCCCCC;
	height: 1em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1em;
	display: inline-block;
	margin-left: -40px;
	padding: 2px;
	line-height: 1em;
	text-indent: -50px;
}

input[type="checkbox"]:checked+label:before {
	content: "\2714";
	text-indent: 0;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #0B70CD;
}

:root *> .phrases-box  label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #aaa;
	line-height: 1.3em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1.3em;
	display: inline-block;
	margin-left: -40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-indent: -40px;
	color: #fff;
	text-shadow: 0 10px 6px #fff;
}

/*
input[type="radio"]:checked + label:before {
	content: "\2022";
	text-indent: 6px;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	color: #000;
	zoom:1;
	border: 1px solid #aaa;
}*/

.ordering-box {
	margin: 10px 0;
}

.search-results dt.result-title {
	padding: 15px 15px 0 5px;
	font-weight: bold;
}

.search-results dd {
	padding: 2px 15px 2px 5px
}

.search-results dd.result-text {
	padding: 10px 15px 10px 5px;
	line-height: 1.7em
}

.search-results dd.result-url {
	font-size: 90%;
	padding: 2px 15px 15px 5px;
}

.search-results dd.result-created {
	padding: 2px 15px 15px 5px
}

.search-results dd.result-category {
	padding: 10px 15px 5px 5px
}

/* Com_search break long titles & text */
dt.result-title {
	word-wrap: break-word;
}

dd.result-text {
	word-wrap: break-word;
}

.advanced-search-tip {
	background: #FEFDE2;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #ddd
}

.advanced-search-tip p {
	margin: 0
}

.advanced-search-tip .term {
	font-weight: bold;
	font-style: italic
}

.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}

#main  .panel h3 {
	margin: 0;
	padding: 0;
	background: #eee;
	border: 0;
	font-size: 1.0em
}

.panel h3 a {
	display: block;
	text-decoration: none;
	padding: 6px;
}

.pane-slider {
	border: solid 0;
	padding: 10px;
	margin: 0;
}


/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */


.panel .contact-form,.panel .contact-miscinfo {
	padding: 10px
}

.contact .panel .contact-form form,.contact .panel .contact-address {
	margin: 20px 0 0 0
}

textarea,.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea
	{
	width: 80%;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #333333;
	overflow: auto;
	padding: 5px;
	vertical-align: top;
}

#jform_contact_email_copy-lbl,#jform_contact_email_copy {
	float: left;
	margin-right: 10px;
	border: 0
}

#jform_captcha {
	clear:both;
	padding-bottom:10px;
}

label#jform_captcha-lbl {
	clear: both;
  	position: relative;
  	float: left;
}

.contact-form .button {
	clear: left;
	float: left;
	margin: 20px 0
}

fieldset.filters {
	background: none;
	border: none;
	padding: 0
}

.contact-form,.contact-links,.contact-misc,.contact-image,.contact-contactinfo,.contact-address
	{
	margin: 20px 0
}

/* ++++++++++++++ loginmodule +++++++++++++++++++++++++++ */

#form-login-remember {
	overflow: hidden;
	margin-bottom: 10px
}

#form-login-remember label {
	display: inline;
	margin-left: 10px
}

#modlgn-remember {
	float: left
}

#login-form fieldset {
	background: #f5f5f5
}

#login-form input[type="text"], input[type="password"], input[type="submit"] {
	width: 100%;
	box-sizing: border-box
}

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,.article-info {
	padding: 7px;
	margin: 0 0 18px;
	list-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.breadcrumbs li {
	display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline
}

.article-info-term {
	display: none
}

.article-info {
	overflow: hidden;
	font-size: 0.9em
}

.article-info dd {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #ccc
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0;
	margin: 0 10px 0 0;
}

.article-info dd.create {
	clear: left
}

/* ######################  header   ###################### */
#fontsize {
	padding: 0;
	margin: 0 20px 0 1px;
	text-align: right;
	margin-bottom: 0;
	float: none;
}

#fontsize h3 {
	padding-right: 0;
	font-weight: normal;
	display: inline;
	font-size: 1em;
	margin: 0
}

#fontsize p {
	margin: 0 0 0 2px;
	padding: 0;
	display: inline;
	font-size: 1em;
}

#fontsize p a {
	margin: 0 2px;
	display: inline;
	padding: 0 5px;
}

/* +++++++++++++++  menus ++++++++++++++++++++++++ */
#header ul.menu {
	padding: 0;
	width: auto;
	text-align: left;
	display: block;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	margin: 0 10px
}

#header ul.menu li {
	display: inline;
	padding: 0;
	margin: 0;
}

#header ul.menu li a:link,#header ul.menu li a:visited,#header ul.menu li:last-child a
	{
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	display: inline-block;
	padding: 12px 5px;
	position: relative;
	border-right: 0px solid #ddd;
	/*box-shadow: 0px 0 0 #f5f5f5;*/
	box-shadow: none;
	text-shadow: none;
	color: #fff;
}

#header ul.menu li:first-child a {
	border-radius: 4px 0 0 0;
	margin-left: -4px
}

.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	margin-bottom: 20px
}

ul.menu {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.menu,ul.menu ul {
	list-style-type: none;
}

ul.menu a {
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: solid 1px #ddd;
}

ul.menu li:last-child a {
	border: 0;
	box-shadow: none;
}

ul.menu ul {
	margin: 0;
	padding: 0
}

ul.menu ul a {
   padding-left: 18px;
   padding-right: 18px;
}

ul.menu ul ul a {
	padding-left: 30px;
}

ul.menu ul ul ul a {
	padding-left: 40px;
}

ul.menu ul ul ul ul a {
	padding-left: 45px;
}

/* ++++++++++++++  content-module ++++++++++++++ */
.category-module {
	margin: 0;
	padding: 0;
}

.category-module li {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none;
}

.category-module li h4 {
	margin-bottom: 0;
}

.category-module span {
	display: block;
	font-size: 0.85em;
}

.category-module a span {
	display: inline;
}

/* content */
.categories-list  .item-title  a {
	text-decoration: none;
	margin-bottom: 20px;
}

.category-desc {
	margin: 20px 0;
}

.category-desc img {
	float: left;
	margin: 0 20px 10px 0;
}

.categories-list dt,.categories-list dd {
	display: inline;
}

ul.latestnews li {
	word-wrap: break-word;
}

/* ++++++++++++++++++++++  Footer +++++++++++++++++++++++++ */
#footer-outer
{font-size:0.8em}
.box {
	text-align: left
}

.box ul {
	list-style-type: none
}

#bottom .newsfeed-item {
	padding: 0;
	margin-bottom: 10px
}

.box .moduletable_menu,.box .moduletable {
	margin: 10px
}

.box3 {
	padding-left: 10px
}

.box h3 {
	font-size: 1.3em
}

#footer {
	font-size: 0.8em
}

/*  ####################   Sliding modules  ################## */
.moduletable_js,.moduletable {
	margin-bottom: 20px;
}

.js_heading,.js_heading {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 0;
	font-size: 1.40em;
	border-radius: 3px
}

h3.js_heading a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 5px 0 0;
	text-decoration: none;
	background: none
}

.module_content {
	padding: 10px;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	margin-top: -1px
}

.no {
	font-size: 1px;
}

.slide {
	height: auto !important;
}

/*  +++++++++++++++++++++++++++++   Module Tabs / Pagebreak Tabs / Contact Tabs ++++++++++++++++ */
ul.tabs {
	margin: 0;
	padding: 0;
	overflow: hidden
}

dl.tabs dt,dl.tabs dd {
	margin: 0;
	padding: 7px 5px;
}

dl.tabs dt h3 {
	font-size: 1em;
	margin: 0;
	padding: 0
}

dl.tabs dt {
	position: relative;
	z-index: 1
}

ul.tabs li,dl.tabs dt {
	list-style-type: none;
	float: left;
	width: auto;
	padding: 0;
	display: block;
	margin: 0 3px 0 0;
	font-size: 1em;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited
	{
	text-decoration: none;
	padding: 7px 5px;
	margin: 0;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	border-radius: 5px 5px 0 0;
}

ul.tabs li a.linkopen:link,ul.tabs li a.linkopen:visited,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	font-weight: bold;
}

.tabcontent,div.current {
	padding: 30px 20px;
	margin: -1px 0 0 0;
	border-radius: 0 3px 3px 3px;
	clear: left;
}

div.current {
	position: relative;
	z-index: 0;
	top: -1px
}

.tabcontent:focus {
	outline: none
}

.tabopen {
	display: block;
	margin-bottom: 20px;
	overflow: hidden
}

.tabclosed {
	display: none
}

.tabcontent ul {
	padding: 0
}

.tabcontent ul li {
	list-style-type: none
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-none
{display:block;
	margin:10px 0
}

/* Correction for user profile date of birth calendar image */
#jform_profile_dob_img {
	background: url("../images/system/calendar.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 18px;
	margin: 0 3px;
	vertical-align: middle;
	width: 18px;
}
/* Smartsearch Calendar*/
#filter_date1_img,
#filter_date2_img {
	background: rgba(0, 0, 0, 0) url("../images/system/calendar.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 18px;
	margin-left: 3px;
	vertical-align: middle;
	width: 18px;
}
#search-results {
	clear: both;
}
#finder-filter-window {
	overflow: visible;
}
#searchForm .searchintro {
	padding: 0 0 0 250px;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
#finder-search .in.collapse {
	overflow: visible;
}

/*header--mods adn menu*/
.site-header{
	font-size: 17px;
	font-family: Arial;
    color: #555555;
    padding: 24px 0;
    padding-bottom: 34px;
}

.site-header .row > div {
	padding: 0!important;
}

.site-header p {
	margin-bottom: 0;
	font-size: 17px;
	color: #555555;
}

.site-info{
	margin: 0 auto;
}

.site-info__title{
	font-size: 24px;
    color: #4A9400;
    font-weight: 800;
    margin-bottom: 10px;
}

.site-logo img{
	max-width: 200px;
}

.header__phone{
	font-size: 23px;
    font-weight: bold;
    color: #003d7a;
    margin-bottom: 10px;
}

.header__phone a, .footer__back a{
	color: #660000;
	text-decoration: underline;
}

.header__phone a:visited, .footer__back a:visited {
    color: #330000;
}

.header__phone a:hover, .footer__back a:hover {
    color: #990000;
    text-decoration: none;
}

@media screen and (max-width: 768px){
	.site-logo, .header-contacts{
		text-align: center;
		padding: 10px 0;
	}
	.footer__copyright, .site-header p{
		text-align: center;
	}
}

#mobile_select{
	background: #0c59a6;
}

.moduletable_menu .nav.menu.mod-list li{
	width: 100%;
}


/*footer-mods*/
.site-footer{
	background-color: rgb(175, 183, 191);
	color: #000000;
	font-family: arial;
	font-size: 13px;
	padding: 1px 0px;
	border-top: 4px solid rgb(255, 204, 0);;
}

.footer__copyright{
	font-weight: bold;
	padding-left: 5px;
}

.footer__back a{
	font-weight: bold;
}

/*leftbar*/

.left1.leftbigger .moduletable_menu{
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.moduletable_menu ul{
	text-align: left;
}

.left1.leftbigger .moduletable_menu ul.menu a{
	border-bottom: none;
}

.left1.leftbigger .moduletable_menu ul.menu > li{
	border-bottom: solid 1px #ddd;
    padding-bottom: 2px;
    
}

.left1.leftbigger .moduletable_menu ul.menu li.deeper{
   position: relative;
}

.left1.leftbigger .moduletable_menu ul.menu > li:last-child{
	border-bottom: none;
}

.left1.leftbigger .moduletable_menu ul.menu > li:first-child a{
    border: solid 1px #FFD78C;
    padding-left: 10px;
    background-image: url(../images/lm1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    color: #000000;
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.left1.leftbigger .moduletable_menu ul.menu > li:first-child a:hover{
	background-image: none;
	background-color: #FFB341;
	color: inherit;
	text-decoration: none;
}

.left1.leftbigger .moduletable_menu ul.menu li a{
	color: #013467;
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.left1.leftbigger .moduletable_menu ul.menu > li.active > a {
    color: #330000;
    text-decoration: none;
}

.left1.leftbigger .moduletable_menu ul.menu > li  > a:hover {
    color: #0000ff;
    text-decoration: underline;
}

.left1.leftbigger .moduletable_menu ul.menu > li:not(first-child)  > a{
	background: url(../images/lmli.gif) no-repeat 0 4px;
	padding-left: 19px;
}
/*leftbar-cart*/

.left1.leftbigger .show_cart{
	text-align: center;
	margin-top: 10px;
}

.left1.leftbigger .show_cart a{
	float: none!important;
	text-decoration: none;
	display: inline-block;
	background-color: #DAE4F5;
    color: #000000;
    font-weight: bold;
    font-family: tahoma;
    font-size: 12px;
    border: solid 1px #517ED0;
    line-height: 1.5;
    padding: 0 15px;
}

.moduletable_lcart .product_name a{
	color: #003300;
    font-family: tahoma;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
}

.moduletable_lcart {
	line-height: 1.5;
}

.moduletable_lmb .left-header{
    background-color: #04416E;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 0px 3px 20px;
}

.moduletable_lmb .left-header.nobottom{
	margin-bottom: 0;
}

.moduletable_lmb .left-header a{
	color: #fff;
	text-decoration: none;
}

.moduletable_lmb .left-info{
	margin: 10px auto;
	/*text-align: center;*/
	padding-left: 19px;
	background-color: #FFFFFF;
	color: #0000001;
	font-family: tahoma;
	font-size: 9pt;
}

.moduletable_lmb .left-info a{
	color: #330000;
    text-decoration: underline;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
}
.moduletable_lmb .left-info a:hover{
	color: #660000;
}

.bold{
	font-weight: bold;
	color: #000!important;
}


/*product template*/
.prod-desc__bottom{
    color: #000000;
    font-family: arial;
    font-size: 14pt!important;
}

.productdetails-view .addtocart-bar{
	border: 1px solid #507DD0;
    background-color: #DFEFFF;
    padding-top: 2px;
    padding-bottom: 1px;
    max-width: 300px;
	padding-top:5px; 
}

.productdetails-view .addtocart-bar .quantity_box{
	color: #000000;
    font-family: arial;
    padding-left: 5px;
    font-size: 13px;
    font-weight: bold;
	padding-top: 4px;
	
}

.productdetails-view .addtocart-bar .quantity-input{
	height: 22px;
    width: 30px;
    border-radius: 0;
}

.productdetails-view .addtocart-bar .cart-btn-txt-dop{
	color: #000000;
    font-family: arial;
    font-size: 13px;
}


.vm3pr-1 .product-price span {
	color: red!important;
}

.vm3pr-1 .product-price{
	width: 100%;
	text-align: center;
}


/*prod blocks*/
.product-fields-title-wrapper, .vmheader{
	font-weight: bold;
	border-bottom: solid #ccc 1px;
	padding: 8px 0;
	font-size: 13px;
	margin-bottom: 10px;
}

._mod-prod--pop .vmheader{
	border-bottom: 0;
	text-align: center;
	font-size: 1.5em;
}

.vmgroup_mod-prod._mod-prod--pop .product-container{
	margin-bottom: 20px;
}

.productdetails{
	list-style: none;
}



.product-field a, .product-container a{
	color: #660000;
    text-decoration: underline;
    font-weight: bold;
    font-family: arial;
    font-size: 13px;
}

.product-field a:link, .product-field a:visited, .product-container a:link, .product-container a:visited{
	color: #660000;
}

.product-field a:hover, .product-container a:hover{
	color: #990000;
	text-decoration: none;
}

.vmgroup_mod-prod .product-container, .product-related-products .product-container{
	text-align: center;
}

.vmgroup_mod-prod  .product-container img, .product-related-products .product-container img{
	margin-bottom: 10px;
}


.vmgroup_mod-prod .product-container .productdetails{
	margin-top: 10px;
}

.vmgroup_mod-prod  .product-container .product-price, .product-related-products .product-container .product-price{
	float: none;
	text-align: center;
	font-size: 14px;
}

.product-related-products .vm-product-media-container{
	float: none;
	margin: 0 auto;
}
.product-related-products{
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.product-related-products  .product-field-type-R{
	width: 23%;
    overflow: hidden;
    margin: 0 5px 10px 5px;
    box-sizing: border-box;
    border: 1px solid #7d7d7d;
    background: #e6e5e5;
    padding: 0 10px;
}

.product-related-products .product_s_desc{
	text-align: center;
}

@media screen and (max-width: 768px){
.product-related-products  .product-field-type-R{
	max-width: 100%;
	width: 100%;
}
}

/*tovs*/
.txt-cent{
	text-align: center;
	margin: 0 auto;
}

.tov-table{
	border-color: #000;
	width: 90%;
}

.tov-table tr td{
	border-top: 1px solid #000;
}

.tov-table tr > td:nth-child(2){
	text-align: center;
	border-left: 1px solid #000;
}

.blue-row{
    background-color: #04416e;
    height: 33px;
    width: 74%;
    text-align: center;
    color: #fff;
}

.blue-row td{
	text-align: center;
}

.style_list{
    line-height: 15px;
    font-size: 13px;
	list-style-image: url(/images/znachek.png);
}

.txt-cent img{
	margin-top: 40px;
	margin-bottom: 20px;
}

.video-div{
	width: 100%;
	/*height: 56.25%;*/
	max-width: 560px;
}

.video-div iframe{
	width: 100%;
	height: 315px;
}

.cursive{
	font-style: italic;
}

.name-product{
	min-height: 99.2px;
}

.MsoNormalTable{
	width: 90%;
}

.MsoNormalTable, .MsoNormalTable tr{
	border: 0px;
}

.MsoNormalTable tr td{
	border: 1px solid rgb(32, 118, 177)!important;
}

.vm-product-descr-container-1 {
    min-height: 190px;
}

.vm-product-descr-container-1 > h2, 
.vm-product-descr-container-1 > p{
	margin-bottom: 0.5em;
}

.vm-product-descr-container-1 > p.fz23{
	margin-bottom: 0.2em;
}

p.product_s_desc{
	min-height: 5px;
}

.grey{
	color: #999;
}

.blues{
	color: rgb(7, 30, 185);
	font-family: "Trebuchet MS";
}

.stable, .stable tr td{
	border: 0px;
}

.stable tr:nth-child(2n+1){
	    background: rgb(234, 239, 245);
}

.fz23{
	font-size: 23px!important;
}

.fz14, .fz14 p{
	font-size: 14px!important;
}

.no-border, .no-border td{
	border: 0px;
}

.no-border tr td:first-child{
	width: 20%;
}

.fz12{
	font-size: 12px!important;
}

.arial-nr, .arial-nr p{
	color: rgb(88, 88, 88)!important;
    font-family: 'Arial Narrow', Helvetica, sans-serif!important;
    font-size: 15px!important;
}

.arial-nr ul{
	list-style: circle;
}

.no-border .br1{
	border-right: 1px solid black;
}

.lh1{
	line-height: 1.17;
}

.back-blue{
	color: rgb(87, 87, 87);
	background-color: rgb(245, 247, 249);
}

.fz9{
	font-size: 9px!important;
}

.fz11{
	font-size: 11px!important;
}

.spec-table-2, .spec-table-2 tr, 
.spec-table-2 td{
	border-color: black;
	padding: 0;
} 

.spec-table-2 h2{
	margin-bottom: 0;
	padding-bottom: 0;
}

.spec-table-2 td{
	border-right: 1px solid black;
}

.spec-table-2 tr td:nth-child(1){
	text-align: left;
}

.spec-table-2 tr td{
	text-align: center;
}

body#shadow .open-sans p{
	font-size: 14px;
	color: rgb(46, 58, 71);
	font-family: "Open Sans";
}

.fz13, .fz13 p{
	font-size: 13px!important;
}

.tr-ms{
	line-height: 15px;
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	color: rgb(34, 34, 34);
    text-indent: 0.5em;
}

.spec-table3 tr td[colspan="2"]{
	border-width: 0px 0px 2px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
}

table.spec-table3.no-border tr td,
table.spec-table3.no-border tr td:first-child{
	width: 45%;
}

.no-list{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.red-black{
	color: rgb(153, 0, 51)!important;
}

.listtovaroptions{
	width: auto;
	margin: 10px auto;
	border-color: #000;
}

.listtovaroptions td{
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}

.listtovaroptions td:first-child{
	font-weight: bold;
	background-color: #DFEFFF;
}

.grey-black{
	color: rgb(68, 68, 68)!important;
}

.fz15{
	font-size: 15.6px!important;
}

.spec-table_4,
.spec-table_4 tr, .spec-table_4 td{
	border: 1px solid black!important;
}

.spec-table_4{
	border-spacing: 1px;
	border-collapse: unset;
}

.spec-table_4 h2{
	margin-bottom: 0;
}

.spec-table_4 td{
	padding: 3px;
}

.spec-table_4 td p {
	margin-bottom: 0;
}

.spec-table_4 td[bgcolor="#c6cbd4"]{
	background-color: #c6cbd4;
}

.listtovaroptions td.tovaroptionrazd {
    text-align: center;
    color: #000000;
    background-color: #FFAD77;
    font-weight: bold;
}

.table_home {
    background-color: #ff9c0b;
}

.td_h {
    padding-left: 30px;
    font-size: 18px;
}

.spec-table_5 td{
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #eff3f9;
}

.spec-table_5 {
    width: 100%;
    background-color: #eff3f9;
}

.table_light {
    background-color: #fdfdfd;
}

.a--blue, .a--blue:hover, .a--blue:link,
.a--blue:visited{
	font-weight: bold; 
	color: rgb(0,0,51)!important; 
	text-decoration: underline;
	font-weight: bold;
}

div.vm-details-button a{
	border: 0px;
	background-color: transparent;
}

.blue-black{
	color: rgb(0, 61, 122)!important;
}

.spec-back{
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 25px;
	background-color: rgb(233, 233, 233);
}

.spec-back span{
	background-color: rgb(255, 255, 255);
}

.vm-continue-shopping .continue_link{
	display:inline-block;
	padding:5px 20px;
	margin-bottom: 10px;
	text-decoration:none;
	color:#fff;
	background-color:#0c59a6;
}
.sectiontableentry1 .vmpayment_name{
	display:inline-block;
	margin-bottom:10px;
}
.vm-fieldset-jur-fiz .radio, .vm-fieldset-jur-fiz .checkbox{
	padding-left:0;
	margin-right:20px;
}
.vm-fieldset-jur-fiz .controls{
	margin-bottom:15px;
}
.vm-payment-select .vm-payment-plugin-single, .vm-fieldset-jur-fiz .controls label{
	display:inline-block;
	line-height:7px;
	box-sizing:border-box;
	padding:5px 10px;
	margin-right:10px;
	margin-bottom:0;
	background-color:#0c59a6;
}
.vm-payment-select .vm-payment-plugin-single label span, .vm-fieldset-jur-fiz .controls label{
	color:#fff!important;
}
.relatedslider .slick-dots{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.relatedslider .slick-dots li{
	display:inline-block;
	margin:0 5px;
}
.relatedslider .slick-dots li button{
	border:none;
	padding:0;
	width:10px;
	height:10px;
	border-radius:50%;
	font-size:2px;
	color:transparent;
}
.relatedslider .slick-dots li.slick-active button{
	background:#999!important;
}

.likeh2{
	    color: #000000;
    font-family: arial;
    font-size: 14pt;
}
.suprodttitle{
	margin-top:20px;
	margin-bottom:20px;
}

.arrow-style-l {
    margin-left: -5px;
    position: absolute;
    margin-top: 137px;
    color: #0c59a6;
    background-color: #fff;
    font-size: 20px !important;
    z-index: 100;
    padding: 10px;
    text-align: center;
    padding: 10px; 
/*	background-image: url(//foreon.ru/wp-content/themes/i-max/images/05-18/prev1.png);
	width: 39px;
	height: 39px;
	background-size: cover;*/
}
.arrow-style-l:hover, .arrow-style-r:hover {
	background-color: #0c59a6;
	color: #fff;
}
.arrow-style-r {
	right: 0;
    position: absolute;
	margin-top: -180px;
	margin-right: -5px;
    z-index: 100;
    color: #0c59a6;
    background-color: #fff;
    font-size: 20px !important;
    padding: 10px;
}

.pravkiP04122019 {
	width: 300px;
	float: left;
}

.layout-table-aw {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
	margin: 15px 0;
	border: 1px solid black;
}
        
.layout-table-aw th, .layout-table-aw td {
    border: 1px solid;
    padding: 5px;
    text-align: center;
}
        
.layout-table-aw th {
    font-weight: bold;        
}
        
@media (max-width:400px) {
    .layout-table-aw th, .layout-table-aw td {
        font-size: 0.8em;
    }
}
.vm-categories-wall{
	list-style: none!important;
    margin: 20px 0 0 0!important;
    padding: 0 15px!important;
    box-sizing: border-box!important;
}
.vm-categories-wall a{
	flex-wrap:wrap;
	max-width:100%!important;
}
.vm-categories-wall-spacer a img{
	display:block;
	margin:0 auto 10px auto;
	padding-right:0!important;
}
.vm-categories-wall-spacer a .vm-categories-wall-catname{
	display:block;
	width:100%;
	max-width:100%!important;
	text-align:center;
	font-weight:400;
	text-transform:uppercase;
}
.vm-categories-wall{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:15px 15px;
}
.vm-categories-wall li{
	width:100%!important;
	min-width:auto!important;
	box-shadow:0 0 0 1px #0c59a6;
	padding:10px 10px 10px 10px;
	box-sizing:border-box;
}

.vm-categories-wall li.clear{
	display:none;
}
.vm-categories-wall-catwrapper{
	margin-bottom:0!important;
}
.flex-wrapper-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.previews-product-img {
    width: 50%;
}
.wrap-before-block {
    margin: 15px 0px;
}
table.specifications-tab {
    border: 1px solid #FF9C0B;
}
table.specifications-tab td {
    border: 1px solid #FF9C0B;
    vertical-align: middle;
    width: 15%;
}




@media(max-width:991px){
	.vm-categories-wall{
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width:650px){
	.vm-categories-wall{
		grid-template-columns: 1fr;
	}
}
li.deeper span {
   width: 24px;
   height: 20px;
   position: absolute;
   top: 7px;
   left: 90%;
   display: block;
   background: url(/images/25623.png) no-repeat;
}
li.deeper>ul {
   display: none;
}
li.deeper .nav-child .spoiler-trigger {
   display: none;
}
.products-view .product .buy-one-click{
	display:inline-block;
	padding:10px;
	background-color:#4A9400;
	color:#fff;
}
.products-view .product .buy-one-click{
	display:inline-block;
	padding:10px;
	background-color:#4A9400;
	color:#fff;
}


.like-H3{
	text-align: left;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    font-family: inherit;
    color: inherit;
    text-rendering: optimizelegibility;
    word-wrap: break-word;
    margin-bottom: 1em;
    font-size: 12pt;
    line-height: 1.3;
    padding-bottom: 5px;
    border-bottom: 0;
    font-weight: bold;
}

.like-H4{
    box-sizing: border-box;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: inherit;
    text-rendering: optimizelegibility;
    word-wrap: break-word;
    line-height: 1.25;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #1D4976;
}

details {
    background: #0c59a6;
    color: #fff;
    padding: 20px;
	margin-bottom: 20px;
}
details[open] summary{
	margin-bottom: 10px;
}