html {
	height:100%;
}

body {
	min-height: 100%;
	line-height: 1.5;
	font-size: 14px;
}

.skip-to-main {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%) translateY(-35px);
    transition: transform linear 250ms
}

.skip-to-main:focus {
    transform: translateX(-50%) translateY(0);
    transition: transform linear 250ms
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top:5px;
}

h1 > a:hover, h2 > a:hover {
	text-decoration:none;
}

.h5, h5 {
    font-size: 14px;
}

.logo h1 {
	margin:0;
}

a, .btn-link:not(.quantity-controls) {
	color:var(--secondary-color);
	text-decoration:none;
}

a:hover {
	color:var(--main-color);
}

ul, ol {
	padding-left:30px;
}

#container {
	margin:0 auto;
	max-width:1170px;
}

.container {
	position:relative;
    max-width: 1170px
}

header {
	padding:30px 0;
}

main {
	display:block;
}

.main {
	margin-bottom:15px;
}

.main, .top-a, .top-b {
	margin-top:15px;
}

.ie7 {
	text-align:center;
	margin-top:100px;
	font-size:46px;
}

.browsehappy {
	text-align:center;
	font-size:36px;
	background-color:#fff;
	margin-top:100px;
}

img {
	max-width:100%;
	height:auto;
}

/* Bootstrap resets */
.small, small {
	font-size: 85%;
}

fieldset {
	padding: 5px;
}

.form-horizontal .controls {
	margin-left:0;
}

.pagination ul {
	border-radius:0;
	box-shadow:none;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
	border-bottom-left-radius:0;
	border-left-width:1px;
	border-top-left-radius:0;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}

.pagination ul > li > a, .pagination ul > li > span {
	border-color:#e1e1e1;
}

.page-link.active, .active > .page-link {
	color: #bbb;
	background-color: transparent;
	border-color: transparent;
}

.page-link.disabled, .disabled > .page-link {
	color: #bbb;
	pointer-events: none;
	background-color: transparent !important;
	border-color: transparent !important ;
}

.page-link:hover {
	color: var(--secondary-color);
	background-color:  transparent !important ;
	border-color:  transparent !important ;
}

.well, .vmquote {
	background-image: none;
	background-color: #fafafa;
	box-shadow: none;
	border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 12px
}

.btn-group-xs > .btn, .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn {
	border-bottom-width:2px;
	border-radius:3px;
	line-height:22px;
	vertical-align:middle;
}

.btn-default {
	border-color:var(--main-color);
	border-bottom-color:#34495e;
	background-color:var(--main-color);
	color:#fff;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	border-color: transparent;
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    line-height: 22px;
}

.btn-link {
    color: #337ab7;
    border-radius: 0;
}

.modal {
	padding-top:40px;
}

.bg-success {
	background-color: #dff0d8 !important;
}

.product-neighbours .tooltip-inner {
	white-space:normal !important;
	min-width:150px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius:0 !important;
	border-top-right-radius:0 !important;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
	border-radius:0;
}

.input-group .form-control {
	max-width:100% !important;
}

.navbar-toggle {
	float:none;
	margin-left:5px;
	margin-right:0;
}

/* Header */
.toolbar {
	padding-bottom:0;
	border-bottom:1px solid #e1e1e1;
	background-color:#fff;
}

.toolbar > div:last-child {
	text-align:right;
}

.toolbar select {
	height: 27px !important;
	line-height: 1em;
	padding: 2px 5px;
	font-size: 14px;
}

.toolbar > div, .footer > div {
	padding:10px;
}

legend {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 10px;
	font-size: 16px;
	padding-bottom: 5px;
}

input.quantity-input, select, input:not([type="submit"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), .form-select {

	border: 2px solid #e1e1e1;
	border-radius: 3px;
	color: #333;
	line-height: 21px;
	background-color: #fff;
	height: 37px;
	max-width: 200px;
}

select, .form-select {
    padding: 6px 20px 6px 6px;
    width: 100%;
	max-width:200px;
    background-position: right 2px center;
}

select:hover {
	cursor:pointer;
}

textarea, textarea.virtuemart {
	padding:6px 10px;
	border:2px solid #e1e1e1;
	border-radius:3px;
	color:#333;
}

input[type="file"] {
	border:1px solid #e1e1e1;
}

select:focus, input:focus, textarea:focus {
	border-color:#428bca !important;
}

input.invalid, textarea.invalid, .vm-chzn-select.invalid {
	border:2px solid #C0392B !important;
}

.table-responsive {
	padding-top:15px;
}

.margin-top {
	margin-top:15px;
}

.margin-bottom {
	margin-bottom:15px;
}

.block {
	display:block;
}

.vtop {
	vertical-align:top !important;
}

.vbottom {
	vertical-align:bottom !important;
}

.nobg {
	background:none !important;
}

.vm-nodisplay {
	display:none;
}

.clear {
	clear:both;
}

.valign {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.logo p {
	margin-bottom:0;
}

small.label {
	line-height:inherit;
}

.padding-top-15 {
	padding-top:15px;
}

/* Mobile menu */

#menubar h3 {
	color:#fff;
	margin:0;
	line-height:47px;
}

select[id^="select-menu"], #select-menu {
	margin:7px 0;
}

/* Joomla */
.ordering-box, .form-limit {
	margin-top:10px;
}

.main-content .row {
	margin-left:0;
}

.tmpl #system-message-container {
	margin-top:20px;
}

/* User */
.login-fields {
	margin-bottom:15px;
}

#member-registration > div {
	margin-bottom:20px;
}

/* Articles */
.page-header > h1, .content-category > h1 {
    margin-top: 0;
    border-bottom: 3px solid var(--secondary-color);
    padding-bottom: 5px;
}

p.counter {
	text-align:center;
}

div.pagination {
	display:block;
	text-align:center;
	margin:0;
}

p.img_caption {
	background-color:#e1e1e1;
	padding:2px;
	text-align:center;
}

.article-info dd {
	display:inline-block;
	margin-bottom:5px;
	margin-left:0;
	margin-right:10px;
	white-space:nowrap;
	color:#999;
	font-size:12px;
}

.article-info-term {
	display:none;
}

.article-info + div {
	margin-bottom:20px;
}

.actions {
	display:inline-block;
	float:right;
}

.actions li {
	display:inline-block;
}

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

.pagenav-prev, .pagenav .previous {
	float:left;
}

.pagenav-next, .pagenav .next {
	float:right;
}

.content-links .nav > li a, ol.nav > li a {
	font-size:1em;
}

#editor-xtd-buttons, .toggle-editor {
	margin-top:20px;
}

/* Categories */
.com-content-categories__item-title {
	font-size: 18px;
	font-weight: bold;
}

.com-content-category__table {
	clear: both;
	margin-top: 15px;
}

.categories-list > ul {
	list-style:none outside none;
	margin-top:20px;
	padding-left:0;
}

.categories-list > ul ul {
	margin-top:20px;
}

.categories-list > ul > li {
	padding-bottom:10px !important;
}

h2.item-title {
	font-size:1.5em;
	font-weight:bold;
}

.list-hits {
	text-align:right;
}

.display-limit {
	display:inline-block;
}

.cat-children > ul {
	list-style:none;
	padding-left:0;
}

.cat-children .item-title, .categories-list .item-title {
	font-weight:600;
	display:block;
}

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

#categorylist_header_hits {
	text-align:right;
}

/* Blog */

.blog .actions {
	position:absolute;
	right:15px;
	top:15px;
}

.blog .item {
	padding-bottom:15px;
	padding-top:15px;
}

.item-image {
	max-width:100%;
}

.item-image .well {
	margin-bottom:0;
	border-radius:0;
}

/* Contact */
.com-contact__thumbnail.thumbnail {
	text-align: center;
}

.control-group {
	margin-bottom: 15px;
}

.control-label label {
	font-weight: bold;
    margin-bottom: 5px
}

.control-group > .controls > input:not([type="checkbox"]):not([type="radio"]) {
	min-width: 100%;
}

/* User */

.com-users-login__image.login-image {
	display: block;
	margin: 10px 0 10px;
}

.registration dd, .profile-edit dd, .reset dd, .remind dd {
	margin-left:0;
}

.com-users-login__form #username {
	min-width: 100%;
}

.com_users .form-control-feedback {
    display: block;
    width: 100%;
    font-weight: normal;
}

#progress-0 {
	width: 100%;
}

/* Smart Search */

.filter-branch > label {
	min-width:150px;
}

.filter-date > input {
	margin-bottom:0;
}

.filter-date-operator {
	margin-bottom:10px;
}

#finder-filter-select-list, #finder-filter-select-dates {
	display:block;
	list-style:none;
	margin-top:20px;
	margin-left:0;
	clear:both;
}

#finder-filter-select-list > li {
	margin-bottom:5px;
}

dt.result-title {
	font-size:16px;
	line-height:25px;
	margin:15px 0;
}

dl.search-results dd {
	margin-left:0;
}

.result-url {
	padding-bottom:10px;
}

.word {
	display:inline;
}

#advanced-search-toggle {
	display:inline-block;
	margin-top:0;
	margin-left:97px;
	white-space:nowrap;
}

div.calendar > table {
	width:100%;
}

/* Submit Forms */

.formelm label, .formelm-area label {
	min-width:120px;
}

.formelm {
	margin-bottom:10px;
}

.button2-left {
	display:inline;
	float:left;
	margin-right:15px;
}

.item-page > form {
	display:inline;
	float:left;
	margin-bottom:0;
}

.form-validate {
	width:100%;
}

.formelm-buttons {
	text-align:center;
	margin:15px 0;
}

.remind div > button, .reset div > button, #member-registration > div > button {
	margin-left:10px;
}

.calendar .button {
	display:table-cell;
	min-width:20px;
}

/* News feeds */

.feed-link {
	display:block;
	font-size:18px;
	margin-bottom:10px;
}

/* Weblinks */

.com-weblinks-category__pagination {
	float: none !important;
}

/* Modules */

.m-border {
	border-color:#f1f1f1 #e7e6e6 #cfcfcf;
	border-style:solid;
	border-width:1px;
	margin:0 0 15px;
	padding:15px;
	word-wrap:break-word;
	position:relative;
	background-color:#fff;
}

.bottom-b .m-border {
	box-shadow:none;
	background-color:var(--main-color);
}

.moduletable {
	position:relative;
}

.moduletable > h3 {
	background-color:var(--main-color);
	color:#fff;
	padding:10px 15px;
	margin:0;
	border-radius:3px 3px 0 0;
	font-size:22px;
}

.moduletable.color > h3 {
	background-color:var(--secondary-color);
}

.moduletable.plain > h3 {
	background:none;
	color:#444;
}

.moduletable.plain > .m-border {
	background:none;
	border:none;
}

.moduletable.underline > h3 {
	background:none;
	color:#444;
	border-bottom:2px solid var(--main-color);
	padding-left:0;
}

.moduletable.underline > .m-border {
	background:none;
	border:none;
}

.moduletable.nopadding > .m-border {
	padding:0;
}

aside .moduletable > h3:first-child {
	margin-top:0;
}

.bottom-b .m-border, .headerbar .m-border {
	border:none;
}

.headerbar .m-border {
	padding:0;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	background:none;
	box-shadow:none;
}

.noborder .m-border {
	border:none;
}

.m-border > h3 {
	margin-top:0;
}

.m-icon-download > h3:before {
	content:"\f019";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight:900;
	margin-right:5px;
}

.m-icon-login > h3:before {
	content:"\f2f6";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight:900;
	margin-right:5px;
}

.m-icon-cart > h3:before {
	content:"\f07a";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight:900;
	margin-right:5px;
}

.m-icon-mail > h3:before {
	content:"\f0e0";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight:900;
	margin-right:5px;
}

.m-icon-bubble > h3:before {
	content:"\f075";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight:900;
	margin-right:5px;
}

.m-icon-twitter > h3:before {
	content:"\f099";
	font-family:Font Awesome\ 5 Brands;
	font-weight:400;
	margin-right:5px;
}

.badgehot {
	background-image:url("../images/badges.png");
	background-position:right top;
	background-repeat:no-repeat;
	width:32px;
	height:25px;
	position:absolute;
	top:2px;
	right:2px;
}

.badgetop {
	background-image:url("../images/badges.png");
	background-position:0 -25px;
	background-repeat:no-repeat;
	width:32px;
	height:25px;
	position:absolute;
	top:2px;
	right:2px;
}

.badgenew {
	background-image:url("../images/badges.png");
	background-position:0 -75px;
	background-repeat:no-repeat;
	width:32px;
	height:25px;
	position:absolute;
	top:2px;
	right:2px;
}

.badgefree {
	background-image:url("../images/badges.png");
	background-position:0 -50px;
	background-repeat:no-repeat;
	width:32px;
	height:25px;
	position:absolute;
	top:2px;
	right:2px;
}

.top-a > div:nth-child(5n +5),
.top-b > div:nth-child(5n +5),
.bottom-a > div:nth-child(5n +5),
.bottom-b > div:nth-child(5n +5) {
	clear:left;
}

.mod-list > li, .bottom-a ul > li {
	border-bottom: 1px solid #E1E1E1;
	padding: 5px 5px 5px 0;
}

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

/* Login */

.userdata {
	margin-bottom:10px;
}

.login-description {
	margin-bottom:15px;
}

/* Breadcrumbs */

.breadcrumbs {
	margin-bottom:15px;
}

.breadcrumb > li {
	white-space:nowrap;
}

.breadcrumb > li + li:before {
	padding:0 5px;
	color:#ccc;
	content:"/\00a0";
}

/* Search */

div.search {
	position:relative;
}

div.search form {
	margin-bottom:0;
	margin-top:7px;
}

.navbar .search form {
	float:right;
}

.search .search > label {
	display:none;
}

#mod-search-searchword + .button {
	position:absolute;
	right:2px;
	top:3px;
}

/* Archive module  */

#archive-items {
	padding-left:0;
	list-style:none;
}

/* News feed module */

.feed > h4 {
	font-size:1.143em;
	font-weight:bold;
}

.feed h5 {
	font-size:1.143em;
}

/* Side menu module */

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

.accordion > li {
	border-bottom:2px solid #e1e1e1;
	padding:8px 5px;
}

.accordion > li li {
	padding:5px;
}

.accordion .dropdown-menu {
	display:block;
	position:relative;
}

.accordion > li.parent {
	position:relative;
	cursor:pointer;
}

.accordion > li.parent:after {
	content:"\f078";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight:900;
	position:absolute;
	right:0;
	top:7px;
}

.ddm {
    display: none
}

.ddm, .ddm ul {
	padding-left:15px;
	margin-left:5px;
}

.accordion li.active > a {
	font-weight:bold;
}

/* System messages */

.alert-notice {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1;
}

.alert-error {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1;
}

#system-message > .alert-message {
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1;
}

/* Tooltips */

.tip-wrap {
	z-index:10000;
	box-shadow:0 0 5px 2px rgba(0, 0, 0, .3);
	overflow:hidden;
	border-radius:5px;
	background-color:#333;
	color:#fff;
	max-width:200px;
}

.tip {
	float:left;
	padding:10px;
}

.tip-title {
	margin:-6px 0 0 -5px;
	font-size:100%;
	font-weight:bold;
	padding:5px;
	color:#fff;
}

.tip-text {
	font-size:100%;
	margin:0;
}

.tooltip {
	white-space:nowrap;
}

div.tooltip {
	border:none;
	background-color:transparent;
}

.tooltip-inner {
	white-space:pre-wrap;
}

/* Menu */

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > span,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > span:hover {
	background-color:var(--secondary-color);
}

.navbar-inverse {
	background-color:var(--main-color);
	border-radius:0;
	border:none;
}

.navbar-inverse, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .moduletable>h3 {
    background-color:var(--main-color);
}

#menubar .navbar {
	min-height:40px;
	margin-bottom:0;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > span {
	color:#fff;
	padding:15px;
	line-height:1.42857;
}

#menubar .navbar-nav > li > a, #menubar .navbar-nav > li > span {
	line-height:inherit;
}

.navbar-inverse .navbar-nav > li > span:hover,
.navbar-inverse .navbar-nav > li > span:focus,
.navbar-inverse .navbar-nav > .active > span {
	color:#fff;
	cursor:default;
}

.navbar .nav > li {
	position:relative;
}

#menubar .navbar .nav > li > a, #menubar .navbar .nav > li > span {
	float:none;
}

#menubar .nav > li > a, #menubar .nav > li > span {
	display:block;
}

#menubar .navbar .nav {
	margin:0;
}

#menubar li.parent:hover .dropdown-menu {
	display:block;
}

#menubar .nav > li > a, #menubar .nav > li > span {
	font-size:16px;
}

#menubar .nav > li.parent > a::after, #menubar .nav > li.parent > span::after {
	content:"\f078";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	margin-left:3px;
	font-size:12px;
	font-weight:900;
}

#menubar .dropdown-menu.big {
	z-index:10000;
	min-width:200px;
	left:-1px;
	border-top:3px solid var(--secondary-color);
	display:none;
	border-radius:0;
}

#menubar .navbar-nav .dropdown-menu > li > a, #menubar .navbar-nav .dropdown-menu > li > span, #menubar .flyout-menu > li > a, #menubar .flyout-menu > li > span {
	line-height:2;
	clear:both;
	color:#333;
	display:block;
	font-weight:400;
	padding:3px 20px;
	white-space:nowrap;
}

#menubar .dropdown-menu > .active > a, #menubar .dropdown-menu > .active > a:hover, #menubar .dropdown-menu > .active > a:focus {
	background-color:var(--secondary-color);
	color:#fff !important;
}

#menubar .dropdown-menu > li > a:focus, #menubar .dropdown-menu > li > a:hover {
	color:#333;
	text-decoration:none;
	background-color:#f5f5f5;
}

#menubar .navbar-nav .dropdown-menu > li.parent {
	padding-bottom:5px;
	position:relative;
}

#menubar .dropdown-menu.big li.parent:after {
	content:"\f054";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-size:12px;
	font-weight:900;
	position:absolute;
	right:5px;
	top:8px;
}

#menubar .big .flyout-menu {
	background-clip:padding-box;
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, .15);
	border-radius:4px;
	box-shadow:0 6px 12px rgba(0, 0, 0, .176);
	float:left;
	font-size:14px;
	left:100%;
	list-style:none outside none;
	margin:2px 0 0;
	padding:0;
	position:absolute;
	top:-5px;
	z-index:1000;
	border-top:3px solid var(--secondary-color);
	display:none;
}

#menubar .big > li.parent:hover > .flyout-menu, #menubar .big > li > .flyout-menu > li.parent:hover > .flyout-menu {
	min-width:200px;
	display:block;
}

#menubar .flyout-menu > li {
	padding:3px 0;
	position:relative;
}

#menubar .flyout-menu > li > a:hover, #menubar .flyout-menu > li > a:focus, #menubar .flyout-menu > li > span:hover, #menubar .flyout-menu > li > span:focus {
	background-color:#f5f5f5;
	color:#262626;
	text-decoration:none;
}

#menubar .flyout-menu > .active > a, #menubar .flyout-menu > .active > a:hover,
#menubar .flyout-menu > .active > a:focus,
#menubar .flyout-menu > .active > span,
#menubar .flyout-menu > .active > span:hover,
#menubar .flyout-menu > .active > span:focus {
	background-color:var(--secondary-color);
	color:#fff;
	outline:0 none;
	text-decoration:none;
}

#menubar {
	z-index:999;
}

.fixedmenu {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	width: 100%;
	max-width: 1170px;
}

nav #select_menu_chzn {
	display:none;
}

/* Styling */

body {
	background-color:#bdc3c7;
	color:#444;
}

.container, .container-fluid {
	border-top:4px solid var(--secondary-color);
	background-color:#fafafa;
}

.breadcrumb, .breadcrumbs-wrap {
	background-color:#e1e1e1;
	border-radius:0;
	margin:0;
}

.breadcrumb {
	padding:8px 0;
	white-space:nowrap;
	overflow:auto;
    flex-wrap: nowrap;
}

.bottom-b {
	background-color:var(--main-color);
	color:#fff;
}

.bottom-b a {
	color:#fff;
}

.bottom-b a:hover {
	color:#999;
	text-decoration:none;
}

.bottom-b ul > li {
	border-bottom:1px solid #34495E;
	padding:5px 5px 5px 0;
}

footer {
	border-top:4px solid var(--secondary-color);
}

label.invalid {
	background:none;
}

input.invalid, textarea.invalid {
	background-color:#fff;
}

.label {
	color:#fff !important;
	font-weight:normal;
}

.label.label-default.noprice {
	display:inline-block;
	margin-bottom:12px;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border:1px solid #e1e1e1;
}

.table-striped > tbody > tr:nth-child(2n +1) > td, .table-striped > tbody > tr:nth-child(2n +1) > th {
	background-color:#fafafa;
}

.m-border-bottom, .vt-cat-h, .item-page > h2:first-child, .category-list > h1, .blog-featured > .row h1, .categories-list > h1, .archive > h1, .blog-featured > h1, .contact-category > h2, .contact > h2, .weblink-category > h1, .newsfeed-category > h2 {
	margin-top:0;
	border-bottom:3px solid var(--secondary-color);
	padding-bottom:5px;
}

/* Special styles */

.line, .check, .zebra, .line, .bottom-a ul, .bottom-b ul {
	list-style:none;
	padding-left:0;
}

.line > li, .bottom-a ul > li {
	border-bottom:1px solid #e1e1e1;
	padding:5px 5px 5px 0;
}

.zebra > li {
	border-bottom:1px solid #e1e1e1;
	padding:5px;
}

.check > li:before {
	content:"\f00c";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	font-weight:900;
	margin-right:10px;
}

.zebra > li:nth-of-type(odd) {
	background:#fafafa;
}

.zebra > li:first-child {
	border-top:1px solid #e1e1e1;
}

/* To top*/

#totop-scroller {
	position:fixed;
	right:0;
	bottom:10px;
	background-color:#fff;
	box-shadow:1px 1px 2px #333;
	display:block;
	padding:10px;
	z-index:1000;
}

/* Addthis*/

.addthis_toolbox {
	margin:0 0 10px 0;
	display:inline-block;
	padding-top:4px;
}

/* Pop up login */
.welcome button {
	vertical-align:top;
}

#modal-login input[type="text"], #modal-login input[type="password"] {
	max-width:100%;
	width:100%;
}

/* Social icons */
ul.social {
	padding:0;
	margin:0;
	font-size: 0
}

ul.social > li {
	display: flex;
	margin-right: 10px;
	font-size: 1.5em;
}

ul.social > li:last-child {
	margin-right:0;
}

/* Credit cards */

.ccards {
	float:right;
	list-style:none outside none;
	margin:0;
	padding:0;
}

.ccards > li {
	background-repeat:no-repeat;
	height:40px;
	width:60px;
	display:inline-block;
	background-image:url("../images/cards-bg.png");
}

.visai {
	background-position:0 -120px;
}

.amexi {
	background-position:0 0;
}

.maestroi {
	background-position:0 -40px;
}

.paypali {
	background-position:0 -80px;
}

.dinersi {
	background-position:0 -200px;
}

.masteri {
	background-position:0 -160px;
}

.ccards img {
	float:left;
}

/* Acymailing */

table.acymailing_form {
	margin-top:5px !important;
}

/* Reverse flyout */

.reverse + ul .flyout-menu {
	left:auto;
	right:100%;
}

.reverse + ul li.parent:after {
	content:"" !important;
}

.reverse + ul li.parent:before {
	content:"\f053";
	font-family:"Font Awesome 5 Free", "Font Awesome 6 Free";
	position:absolute;
	top:8px;
	left:5px;
	z-index:1;
}

/* Mega menu */

.mega > li, .mega {
	position:static !important;
}

.mega .dropdown-menu {
	width:100%;
	left:0;
	top:auto;
	padding-left:10px;
	right:0;
	-moz-box-sizing:border-box;
	     box-sizing:border-box;
}

.mega .dropdown-menu > li {
	display:inline-block;
	width:220px;
	padding-right:10px;
}

.mega > li > .dropdown-menu:after, .mega > li > .dropdown-menu:before {
	display:none !important;
}

.mega .flyout-menu {
	position:relative;
	border:none;
	box-shadow:none;
	display:block;
	left:auto;
	min-width:100%;
	font-size:12px !important;
}

.mega .dropdown-menu > li.parent:after, .mega .flyout-menu > li.parent:after {
	content:"";
}

/* Offcanvas */

.offcanvas-body ul {
    list-style: none;
    margin: 0
}

.offcanvas-body li {
       position: relative;
}

.offcanvas-body > ul > li {
	border-bottom: 1px solid #555;

}

.offcanvas-body a, .offcanvas-body li > span {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 7px 0;
    position: relative;
}

.subtoggle {
	padding: 0;
	background-color: transparent;
	border: none;
	position: absolute;
	right: 0;
    top: 5px;
	width: 30px;
	height: 30px;
    transform: rotate(0deg);
    transition: all linear 200ms
}

.subtoggle.open {
    transform: rotate(-180deg);
    transition: all linear 200ms
}

.offcanvas-body .subtoggle span {
	padding: 0;
	display: block;
	height: 100%;
	line-height: 30px;
	z-index: 1;
	color: #fff
}

.offcanvas-body .active > a {
    color: var(--secondary-color)
}

.offcanvas-body .active > ul {
    display: block;
}



/* Helper class for disabling scrolling */
.noscroll {
	overflow:hidden;
}

/* 3.2.3 */
nav .visible-lg.centered {
	display:block;
	float:none;
	text-align:center;
}

nav .visible-lg.centered > li {
	display:inline-block;
	float:none;
	text-align:left;
}

/* 3.3.0 */
a.acymailing_togglemodule {
	position:static;
}

label {
	position:relative;
}

.form-control-feedback {
	top:75%;
	right:0;
	width:200px;
	height:auto;
	line-height:1;
	left:auto;
	text-align:right;
	color:red !important;
}

/* Mobile */
@media screen and (max-width: 1180px) {
    body:not(.tmpl) {
        padding-top: 70px
    }

#main-container {
	border: none;
}

	.logo {
		text-align:center;
		margin-bottom:10px;
	}

	body > div.container {
		width:100%;
	}

	.tmpl .container {
		margin-top:0;
	}

	.headerbar {
		padding-bottom:0;
	}

	.headerbar > div {
		margin-bottom:15px;
	}

	.stickycart #stickycart {
		display:block !important;
		visibility:visible !important;
	}

	.stickycart .vmCartModule {
		display:none;
	}

	.stickycart nav .vmCartModule {
		display:block;
	}

	.modal {
		padding-top:70px;
	}
}

@media screen and (max-width: 991px) {

	#menubar {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:10000;
		margin:0;
	}

}

@media screen and (max-width: 800px) {
	aside .moduletable > h3:first-child {
		margin-top:15px;
	}
}

@media screen and (min-width: 768px) {
	.navbar-toggle {
		display:inline-block;
	}
}

@media screen and (max-width: 640px) {

	.filter-search * {
		display:block;
		margin-bottom:10px;
	}

	.logo-wrapper {
		text-align:center;
	}

	#vt-social-btn {
		margin:0 auto;
	}

	ul.social {
		left:0;
		right:0;
		min-width:100%;
	}

	ul.social > li {
		margin-right:0;
		text-align:center;
	}

	ul.social a {
		padding:0 5px;
	}
}

@media screen and (max-width: 540px) {
	.word {
		text-align:center;
	}
}

@media screen and (max-width: 480px) {
	h1, .h1 {
		font-size:28px;
	}

	h2, .h2 {
		font-size:24px;
	}

	h3, .h3 {
		font-size:20px;
	}

	.filter-search, .display-limit {
		display:block;
		float:none;
	}

	.filter-search + .display-limit {
		margin-top:20px;
	}

	.filter-date {
		width:100% !important;
	}

	ul#finder-filter-select-dates {
		padding-left:0;
	}

	.contact-image {
		display:block;
		float:none;
	}

}

@media screen and (max-width: 320px) {
	h1, .h1 {
		font-size:22px;
	}

	.toolbar {
		height:auto;
	}

	.control-buttons button {
		display:block;
		margin-bottom:10px;
	}

	textarea, textarea.virtuemart, div.submit > div {
		width:100%;
	}

	#q {
		margin-bottom:10px;
	}
}

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
		border-bottom-color:#000 !important;
	}

	a[href^="/"]:after {
		content:"";
	}

	.addtocart-bar {
		display: none !important;
	}

}