* {
	font-family: "Roboto Condensed", sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a, a:active, a:visited {
	text-decoration: none;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 18pt;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3 {
	font-size: 14pt;
	margin-bottom: 10px;
}

img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}

p {
	line-height: 175%;
	margin-bottom: 10px;
}

p:last-child {
	margin-bottom: 0px;
}

label {
	line-height: 200%;
}

td {
	padding: 2px 5px;
	line-height: 175%;
}

input[type="checkbox"] {
	width: 16px;
	height: 16px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type="text"], input[type="password"], textarea, select {
	padding: 15px 15px;
	border: 1px solid #b5b5b5;
	background-color: #f8f8f8;
	font-size: 13pt;
	color: #000000;
	border-radius: 5px;
	vertical-align: top;
}

input[type="submit"], .button {
	display: inline-block;
	padding: 12px 20px;
	background-color: #a2171e;
	color: #ffffff !important;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}

input, select, textarea {
	outline: none;
}

input.required, textarea.required {
	background: #f8f8f8 url(images/asterisk.png) no-repeat right 10px center;
}

select.required {
	background: #f8f8f8 url(images/asterisk.png) no-repeat right 15px center;
}

select.error, input.error, textarea.error {
	border: 1px solid #ff0000;
}

ul, ol {
	list-style-position: inside;
}

span.error {
	color: #ff0000;
	font-size: 9pt;
	border: 1px solid #ff0000;
	padding: 5px; 
	background-color: #fee0e1;
}

span.error * {
	color: #ff0000;
}

.breadcrumb {
	margin: 10px 0px 10px 0px;
}

.breadcrumb p {
	margin-bottom: 0px;
}

.breadcrumb *, .breadcrumb {
	font-size: 12pt;
	letter-spacing: 0px;
	color: #777777;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #777777;
}

.breadcrumb .separator {
	margin: 0px 8px;
}

.breadcrumb .selected {
	color: #ffffff;
}

.datepicker {
	background: #ffffff url(icons/medium/calendar.png) no-repeat 95% center !important;
}

#products {
	width: 100%;
}

.price-old {
	text-decoration: line-through;
}

.article-image {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 300px;
}

.grid {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 15px;
	border-spacing: 0px;
	border-collapse: separate;
}

.grid tr.title td {
    background: #757575; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#757575, #535353); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#757575, #535353); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#757575, #535353); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#757575, #535353); /* Standard syntax */
	font-weight: bold;
	padding: 4px 8px;
	color: #ffffff;
	border-left: 1px solid #535353;
	border-bottom: 1px solid #535353;
}

.grid tr.delimiter td {
	border-top: 2px solid #000000;
}

.grid td {
	background-color: #DDDDDD;
	color: #333333;
	padding: 4px 8px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.grid td a {
	color: #333333;
}

.grid tr:nth-child(even) td {
	background-color: #f4f4f4;
}

.grid tr:nth-child(odd) td {
	background-color: #ffffff;
}

.grid tr:hover td {
	background-color: #d9d9d9;
}

#extras {
	background: #000000;
    background: linear-gradient(90deg, #000000 0%, #8d8d8d 50%, #000000 100%);
	padding: 20px 0px;
}

#extras .container{
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	justify-items: center;
}

#extras .item {
	color: #ffffff;
	cursor: pointer;
	width: 270px;
	text-align: center;
}

#extras .item i {
	font-size: 60px;
}

#extras .item p.title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 14pt;
	line-height: 125%;
}

#extras .item:hover {
	color: #ffffff;
}

#extras .item p.description {
	color: #ffffff;
	font-size: 12pt;
}


.article {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	font-size: 12pt;
	margin: 0px 2% 20px 0px;
}

.article img {
	float: left;
	width: 250px;
	height: 250px;
	border: 1px solid #cccccc;
	margin: 0px 10px 0px 0px;
}

.file {
	display: inline-block;
	background: #f8f8f8 url(icons/medium/download.png) no-repeat 10px center;
	padding: 10px 15px 10px 55px;
	font-weight: bold;
	font-size: 11pt;
	border: 1px solid #cccccc;
	border-radius: 5px;
	margin: 0px 15px 15px 0px;
}

.file:hover {
	border: 1px solid #999999;
	background-color: #d9d9d9;
}

.post {
	border-bottom: 3px solid #fbc9b4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.post-content {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.post-comment {
	margin-left: 50px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}

.product {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 350px;
	text-align: center;
	line-height: 150%;
	margin: 5px 10px;
	overflow: hidden;
}

.product img {
	/*
	border-radius: 15px;
	border: 1px solid #cccccc;
	box-shadow: 5px 5px 5px #dddddd;
	*/
	border-bottom: 2px solid #ffffff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product:hover img {
	border-bottom: 2px solid #2681ea;
	/* box-shadow: 5px 5px 5px #cccccc; */
}

.review {
	display: inline-block;
	width: calc(50% - 10px);
	margin: 5px;
	vertical-align: top;
    line-height: 175%;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
    padding: 10px;
}

.review.small {
	width: 200px;
}

.review p {
	margin-bottom: 0px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}

.container {
	margin: auto;
	width: 95%;
	min-width: 820px;
	max-width: 1260px;
}

.container.small {
	max-width: 1260px;
}

#wrap {
}

#wrap > .container {
}

body {
	font-size: 13px;
}

header {
	background-color: #f0f0f0;
	padding: 5px 0px;
	border-bottom: 5px solid #000000;
}

header .container {
	position: relative;
}

header #navigation {
	float: right;
	padding: 2px 0px;
	text-align: right;
}

header #logo {
	float: left;
	margin-right: 20px;
}

header #logo img {
	height: 50px;
}

header #navigation #links {
	float: left;
	padding: 3px;
	margin-right: 10px;
}

header #navigation #links a {
	padding: 0px 8px;
}

header #navigation #languages {
	float: left;
	margin-left: 10px;
	background-color: #cccccc;
	padding: 13px 15px;
	border: 1px solid #a0a0a0;
}

header #navigation #languages img {
	border: 1px solid #a0a0a0;
}	

header #navigation #languages a {
	margin-left: 5px;
}

header #navigation #contact {
	float: left;
	padding: 3px;
	margin-right: 10px;
}

nav {
	background: #333333 url(images/menu-bg.png) repeat-x bottom;
}

nav #languages {
	padding: 16px;
	float: right;
}

#newsletter-subscribe {
	background: url("images/newsletter-bg.webp") center;
	background-size: cover;
	padding: 100px;
}

#newsletter-subscribe .title {
	margin-bottom: 15px;
	font-size: 18pt;
}

#newsletter-subscribe #newsletter-form {
	width: 500px;
	margin: auto;
	margin-top: 40px;
}

#newsletter-subscribe input[type="text"] {
	float: left;
	width: 350px;
	border: 1px solid #cccccc;
	border-radius: 8px;
}

#newsletter-subscribe input[type="text"]::placeholder {
	color: #000000;
}

#newsletter-subscribe .button {
	float: left;
	padding: 12px 15px 12px 15px !important;
	font-size: 10pt;
	margin-left: -10px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

footer {
	background-color: #222222;
	color: #ffffff;
	padding: 30px 10px;
	font-size: 12pt;
}

footer #contact {
	font-size: 14pt;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ffffff;
}

footer #contact span {
	margin: 0px 50px;
	white-space: nowrap;
}

footer #contact span i {
	margin-right: 10px;
	font-size: 18pt;
}

footer a {
	color: #ffffff !important;
	margin: 0px 10px;
}

#menu {
    position: absolute;
    width: calc(100% - 360px);
    margin: 0px 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu ul {
	margin-top: 5px;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul > li {
	display: inline-block;
	position: relative;
}

#menu ul > li > a {
	float: left;
	display: block;
	text-align: center;
	padding: 10px 25px 10px 25px;
	font-size: 12pt;
	text-transform: uppercase;
	color: #63686b;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 2px solid #f0f0f0;
}

#menu ul > li > a:hover {
	border-bottom: 2px solid #63686b;
}

#menu ul ul {
	display: none;
	background-color: #5a0414;
	position: absolute; 
	top: 90%;
	padding: 8px;
	z-index: 200;
	width: 220px;
}

#menu ul ul > li {
	list-style-type: none;
	z-index: 200;
	border-right: 0px;
}

#menu ul ul > li > a {
	display: block;
	padding: 6px 15px;
	font-size: 12pt;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	border-bottom: 2px solid #5a0414;
}
	
#menu ul ul > li > a:hover {
	border-bottom: 2px solid #ffffff;
}

#slider {
	z-index: 100;
	width: 100%;
	overflow: hidden;
}

#slider ul li {
    position:relative;
    float:left;
    width: 100%;
    overflow: hidden;
}

#contact-map {
	float: right;
	width: 60%;
	height: 450px;
}

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

.sidebar {
	float: right;
	width: 400px;
	margin-left: 20px;
}

.content {
	overflow: hidden;
}

.box {
	font-size: 12pt;
	margin: 10px 0px;
	padding: 15px;
	line-height: 200%;
}

.box.left {
	float: left;
	width: calc(48% - 22px);
	margin: 0px 1% 10px 1%;
}

.box > h1, .box .title {
	color: #000000;
	font-size: 25pt;
	text-transform: uppercase;
	color: #326395;
	padding-left: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.box p {
}

p.announce {
	background-color: #616161;
	color: #ffffff;
	font-size: 14pt;
	font-weight: normal;
	padding: 10px 15px;
	text-align: center;
	margin-top: -10px;
}

#message {
	position: fixed;
	width: 400px;
	left: 50%;
	top: 400px;
	margin-left: -230px;
	padding: 20px 10px 20px 70px;
	z-index: 1000;
	border-radius: 10px;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

#message.error {
	border: 1px solid #df8f90;
	background: #ffd2d3 url(images/message-error-bg.png) no-repeat 15px 10px;
}

#message.success {
	border: 1px solid #9adf8f;
	background: #d4ffcd url(images/message-success-bg.png) no-repeat 15px 10px;
}

@media screen and (max-width: 1365px) {
	#slider {
		zoom: 0.8;
	}
}