/* --------------------------------------- */
/* Import General CSS */
/* --------------------------------------- */
@import "../../css/general.css";
@import "/scripts/jquery/jquery.qtip.custom/jquery.qtip.min.css";
@import "../../css/dynatree-skin/custom.dynatree.css";

@import "../../css/fonts.css";
@import "../../css/arrows.css";
@import "../../css/style.css";
@import "../../css/prod.css";
@import "../../css/blog.css";

body {
	background: #fff;
	color: #333;
	font-family: "Open Sans", Verdana, Arial, sans-serif;
	font-size: 0.86rem !important;
	line-height: 1.6rem;
	margin: 0 auto;
	text-align: center;
}

p {
	line-height: 1.4rem;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

a {
	color: #880000;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:focus {
	color: #880000;
}

a.ttop {
	color: #999;
	text-decoration: none;
}

a.ttop:hover {
	color: #000;
	text-decoration: none;
}

#main_container {
	background: #fff;
	border: none;
	box-shadow: none;
	max-width: 1200px;
	min-width: 300px !important;
}

.module_home .row {
	margin-bottom: 0.9rem;
}

.module_home .column,
.module_home .columns {
	float: left;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	position: relative;
}

.home-boxes {
	background: #87a69e;
	color: #fff;
	float: left;
	margin: 0 2% 0 0;
	max-height: 289px;
	min-height: 289px !important;
	overflow: hidden;
	padding-right: 1em;
	position: relative;
	width: 38%;
}

.home-boxes li a {
	text-decoration: none;
}

#history {
	border-bottom: 1px solid transparent;
	color: #aaa;
	font-size: 90%;
	font-style: italic;
	margin: 0;
	padding-bottom: 0.2rem;
	text-align: left;
	width: 100%;
	margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

#topmenu_container_wrap {
	background: #000;
}

.top-bar {
	background: transparent;
}

.top-bar-section ul {
	background: #000;
	display: block;
	font-size: 16px;
	height: auto;
	margin: 0;
	width: 100%;
}

.top-bar-section ul li > a {
	color: #fff;
	font-size: 100%;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.8125rem;
}

.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section .dropdown li.back h5 a {
	background: #ac0000;
	color: #fff;
	line-height: 2.8125rem;
	padding: 0 1rem;
	font-weight: bold;
}

.top-bar-section ul li,
.top-bar-section li:not(.has-form) a:not(.button) {
	background: #000;
	margin-right: 0;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button),
.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background: #ac0000;
	text-decoration: none;
}

.top-bar-section li.active:not(.has-form):hover a:not(.button) {
	background: #ac0000;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
  background: #eee;
  border-bottom: none;
	color: #333;
	font-weight: normal;
	font-size: 92%;
	text-transform: none;
}

.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
	background: transparent;
}

.top-bar.expanded .title-area {
	background: transparent;
}

/* --- topbar --- */

.title-area li {
	display: inline-block;
	line-height: 2.8125rem;
	font-weight: bold;
}

.title-area li a {
	color: #fff;
	font-size: 110%;
	text-decoration: none;
	padding: 1rem 0.6rem;
}

.title-area li:hover {
	background: transparent;
}

/* --- */

.overview-header a {
	font-size: 130%;
}

.overview-content {
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0 !important;
}

button, .button {
	background: #333;
	border-radius: 3px;
	padding: 6px 8px;
	transition: color 0.1s ease 0s, background 0.1s ease 0s, height 0.1s ease 0s;
}

button:hover, .button:hover {
	background: #aa0000;
}

.news-more {
	margin-top: 0 !important;
}

a.main-1 {
	color: #fff !important;
}

a.main-1:hover {
	text-decoration: underline;
}


#mainlink_container {
	background: #000 !important;
	height: auto;
	line-height: 34px;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	width: 100%;
	z-index: 100;
	margin-top: 2rem;
}

a.main-1 {
	color: #fff;
}

a.main-1:hover,
a.main-2 {
	color: #333;
	font-weight: normal;
}

.mainlink-sep {
	margin: 0 0.5rem;
}

@media only screen and (max-width: 30em) {

	.mainlink-sep {
		margin: 0 0.5rem;
		display: inline;
	}
	
	#mainlink_container a {
		display: inline;
		line-height: 2rem;
		padding: 0;
		margin: 0;
	}
}

.icon-menu-2,
.icon-arrow-left-3,
.icon-arrow-left {
	font-size: 1.8rem;
	color: #666;
}

.icon-menu-2:hover,
.icon-arrow-left-3:hover,
.icon-arrow-left:hover {
	color: #e2007a;
}

#middle_container {
	padding: 1rem 0.5rem;
}

.news-box {
	border: solid 1px #ddd;
}

.panel {
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	margin-bottom: 1.25rem;
	min-height: 3rem;
	
	background: #f6f6f6;
}

/* --- */

#toTop-right {
	z-index: 1000;
}

.accHead {
	background: #dedede;
	color: #333;
	padding: 0.5em 1em;
	margin-bottom: 0.3em;
}

.accHead a {
	color: #333;
	text-decoration: none;
}

.accHead:hover,
.accShow {
	background: #999;
	color: #fff;
}

.accHead a:hover,
.accShow a {
	background: #999;
	color: #fff;
	text-decoration: none;
}

.accIcon {
	color: #000;
}

.accContent {
	padding: 8px 12px;
}

.accContent .column {
	padding: 8px 0;
}

.accContent .fform .column {
	padding: 2px 0;
}

.accContent ul,
.accContent ol {
	margin-left: 2em !important;
}

#content_container ul,
#content_container ol {
	margin-left: 2em;
}

#content_container ul.off-canvas-list {
	margin-left: 0;
}

/* --- form --- */


/* --- Form --- */

.fform {
	margin: 0;
	width: 99%;
	padding: 10px;
	overflow: hidden;
}

.90pc {
	width: 90%;
}

.fform .head {
	font-size: 120%;
	padding: 3px 6px;
	width: 100%;
	display: block;
	margin-bottom: 6px;
	font-weight: bold;
}

.fform table {
	width: 100%;
}

table.paymentTable {
	width: auto;
}

div.cart-table-navigation .butt-grey-left a {
	display: block;
	padding: 4px 12px;
}

#continueOrder {
 padding: 6px 12px;
}

.fform table td {
	margin: 4px 5px;
	padding: 2px 3px;
}

.fform input,
.fform select,
.fform textarea,
.fform .form-fields {
	border: solid 1px #ddd;
	padding: 4px 5px;
	margin-bottom: 4px;
	min-width: 260px;
	max-width: 300px;
}

.fform label {
	width: 230px;
	float: left;
}

.fform label.bold {
	float: none;
	display: block;
	font-weight: bold;
	min-height: 1.2em;
	margin-bottom: 1em;
}

.fform .fselect {
	border: solid 1px #ddd;

	padding: 2px 2px;
	vertical-align: left;
	max-width: 200px;
}

.fform .farea {
	height: 100px;
	width: 300px;
}

.fform .farea-2 {
	border: solid 1px #ddd;

	padding: 4px 6px;
	vertical-align: left;
	min-width: 400px;
	max-width: 400px;
}

.fform h4 {
	margin-top: 1em;
}

.fform fieldset {
	padding: 1em 1em;
	margin-bottom: 1em;
	border: solid 1px #eee;
	width: auto !important;
}

.fform legend {
	font-weight: bold;
	font-size: 110%;
	padding: 0 10px;
	margin-left: 0;
	margin-bottom: 4px;
}

.fform legend a {
	font-weight: normal;
	font-size: 90%;
}

.fform legend.header {
	font-weight: normal;
	font-size: 120%;
	font-weight: bold;
}

.fform input[type="checkbox"],
.fform input[type="radio"] {
	border: none;
    float: left;
    margin: 2px 6px;
    max-width: 20px;
    min-width: 10px;
    vertical-align: middle;
    width: auto !important;
}

.fform .fsubmit,
.feedback-submit,
.fform .submit {
	padding: 10px 12px;
	width: auto !important;
	min-width: 0px;
	margin-top: 2em;
	float: none;
	display: inline;
	margin-right: 4px;
	color: #fff;
	border: none;
	
	background: #6c8093;
	background: #005177;
	
	-webkit-transition: color .1s, background .1s, height .1s;
	-moz-transition: color .1s, background .1s, height .1s;
	-o-transition: color .1s, background .1s, height .1s;
	-ms-transition: color .1s, background .1s, height .1s;
	transition: color .1s, background .1s, height .1s;
}

.fform .fsubmit:hover,
.fform .submit:hover  {
	background: #81bced;
}

.fform .submit {
	margin-top: 0.5em;
}

.fform .searchButton {
	padding: 3px 12px;
	margin-top: 0;
	margin-left: 10px;
	font-weight: normal;
	height: auto;
}

.fform #searchquery {
	height: auto;
	border: solid 1px #ddd;

	padding: 4px 6px;
	vertical-align: left;
	max-width: 200px;
}

.fform input.mandatory,
.fform select.mandatory,
.fform textarea.mandatory {
	border: dashed 1px red;
}

.fform .div-submit {
	margin-bottom: 1em;
}

.fform small {
	font-size: 80%;
}

.fform .fieldset_form {
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	padding-top: 2px;
}

.fform .payment_method {
	margin-right: 1.5em;
	padding-right: 10px;
	float: left
}


.fform input:focus,
.fform button:focus,
.fform select:focus,
.fform textarea:focus {
	border: solid 1px #000;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
	border: solid 1px #000;
}

input[type="image"] {
	border: none;
	min-width: 10px;
	max-width: 90px;
}

input:disabled,
textarea:disabled,
select:disabled {
	background: #f9f9f9;
}

.fform .fbox {
	width: 10px;
	min-width: 10px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.fform input[type="checkbox"].mid {
	margin-top: 5px;
}

form.newsletter {
	background: #f6f6f6;
}

.fform .inp {
	float: left;
	margin-right: 10px;
	padding: 0;
}

.fform div:first-child {
	margin-bottom: 0;
}

.form-div .row {
	margin-bottom: 0.5em;
}

.layout_login .table-row-odd {
	background: #f1f1f1;
}

input[type="submit"] {
	padding: 10px 12px;
	min-width: auto;
	border: none;
}

input[type="submit"]:hover {
	background: #bbb;
}

#search input.search {
	min-width: 200px;
}

input[type="submit"].button-dark,
input[type="submit"].submit {
	padding: 6px 12px;
}

#language_container div#flags {
	cursor: pointer;
	float: right;
	margin-right: 0;
}

ul.langs-sub li.button,
ul.langs-sub li.highlight {
	background: #fff;
	padding: 0;
	margin: 0;
	line-height: 32px;
	border-radius: 0;
	border: none;
}

ul.langs-sub li.highlight {
	background: #fff;
	color: #111;
}

ul.langs-sub li span.fake-link {
	color: #aaa;
}

ul.langs-sub li.highlight span.fake-link {
	color: #111;
}

ul.langs-sub li.button:hover,
ul.langs-sub li.highlight:hover,
ul.langs-sub li span.fake-link:hover {
	background: #fff;
	color: #111;
}

ul.langs-sub li span.fake-link:last-child {
}

div.dropdown-category > a.dropdown-category-title {
	color: white !important;
}

div.dropdown-category a.dropdown-category-item {
	color: white !important;
}

.top-bar-section .m-menu {
	color: #333;
	background: black;
}