<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'fonts.css';

*{box-sizing:border-box;margin:0;padding:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
a{color:#856c3c;cursor:pointer;text-decoration:none}
a:hover{color:#72551e;text-decoration:underline}
a:visited{color:#72551e}

html {
    min-width: 430px;
}

body {
	color:#111;
	font-family:'PT Sans', sans-serif;
	font-size:14px;
	line-height:22px;
	min-width: 430px;
}

h1, .h1, h2, .h2{color:#0e1d3c;display:block;font-size:22px;font-weight:700;line-height:22px;margin:0 0 4px;text-transform:uppercase;width:100%}
h3, .h3{color:#111;font-size:20px;font-weight:600;line-height:23px;margin-bottom:10px}
h4, .h4{color:#111;display:block;font-size:16px;font-weight:700;line-height:20px;margin-bottom:10px}
h5, .h5, h6, .h6{color:#111;display:block;font-weight:700;font-size:16px;line-height:20px}
hr{background:transparant;border:solid #ddd;border-width:1px 0 0;display:block;height:2px;margin:15px 0;width:100%}
img{border:0;max-width:100%}
p{
	padding-bottom:3px
}
section{display:table;width:100%}
table{border-collapse:collapse;border-spacing:0;width:100%}
td{padding-top:7px;vertical-align:top}

.header-label {
    float: left;
    line-height: 53px;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 0.5px;
}

@media (max-width: 1025px) {
	.header-label { display: none; }
}

.button {
	background:#b8995f;
	border:1px solid #856c3c;
	border-radius:3px;
	box-shadow:inset 0 -2px 0 0 #856c3c;
	color:#fff!important;
	cursor:pointer;
	display:inline-block;
	font-size:14px!important;
	font-weight:700;
	height:46px;
	line-height:44px!important;
	overflow:hidden;
	text-align:center;
	transition:background .1s linear;
	-webkit-transition:background .1s linear;
	font-family: 'PT Sans', sans-serif;	
}
#product .button.js-addfavorite {
    min-width: 200px;
}
.button:hover{
	background:#856c3c;
	border-color:#72551e;
	box-shadow:inset 0 -2px 0 0 #72551e;
	text-decoration:none;
}
.col-box .description {
	margin-bottom: 5px;
}
.col-box h4 i {
    color: #0e1d3c;
    float: left;
    display: block;
	padding-right: 3px;
	position: relative;
	top: -1px;
}
.col-box h4 span {
    display: inline-block;
    text-transform: uppercase;
    max-height: 55px;
    overflow: hidden;
    position: relative;
}

.col-box h4 span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.toplot {
    position: absolute;
    background-color: #0e1d3c;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 5px 4px 5px;
    right: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

#product .right {
	float: right;
}

#product .right .button {
	margin: 0 4px;
}

.product.grid-c4 .col-box .description,
.product.grid-c5 .col-box .description {
    height: 1px;
    background-color: #000;
    overflow: hidden;
}

.product.grid-c4 .col-box span.time,
.product.grid-c5 .col-box span.time {
	display: block;
	text-align: center;
}

.product.grid-c4 .col-info &gt; p,
.product.grid-c5 .col-info &gt; p {
	text-align: center;
}

.product.grid-c4 .col-box .favorite,
.product.grid-c5 .col-box .favorite {
	display: none;
}

.product.grid-c4 .col-box .favorite.favclose,
.product.grid-c5 .col-box .favorite.favclose {
	display: block;
}

.product.grid-c4 .col-buttons,
.product.grid-c5 .col-buttons {
    width: 100%;
    left: 0;
	margin-left: 0;
	text-align: center;
}

.product span.dlhide {
    display: inline;
}

.product.grid-c4 .col-box .dlhide,
.product.grid-c5 .col-box .dlhide {
	display: none;
}

.grid-col h3.h4 {
    text-transform: uppercase;
}
section.vieweditems {
    margin-bottom: 20px;
}
.button i{color:#fff;font-size:26px;vertical-align:middle}
.cover-link{bottom:0;left:0;margin:0;position:absolute;right:0;top:0;width:100%;z-index:995}
.font-14{font-size:14px}
.font-16{font-size:16px}
.font-20{font-size:20px}
.font-23{font-size:23px}
.font-26{font-size:26px}
.line-through{text-decoration:line-through}
.material-icons{color:#78490f;font-size:20px;vertical-align:middle}
.padding10{padding:0 10px}
.padding1010{padding:10px}
.padding1515{padding:15px}
.padding3030 {
    padding: 10px 30px;
}
.position-relative{position:relative}
.text-center{text-align:center}
.text-left{text-align:left}
.text-normal{text-transform:none}
.text-right{text-align:right}

/* Background */
.bg{background-color:#b8995f}
.bg a{color:#fff!important}
.bg hr{border-color:#b8995f}
.bg-blue{background-color:#0e1d3c}
.bg-default{background-color:#856c3c}
.bg-gold{background-color:#856c3c}
.bg-grey{background-color:#c1d0ef}
.bg-light{background-color:#e3f4fc}
.bg-white{background-color:#fff}

/* Form */
button.submit{clear:left;float:right;margin-top:10px;min-width:120px}
fieldset{border:0;margin-bottom:20px;}
fieldset .select:last-of-type{margin-bottom:0}
input, select, textarea{border:1px solid #ddd;font-size:16px}
input[type=checkbox], input[type=radio]{display:inline-block;width:auto}
input[type=login], input[type=email], input[type=password], input[type=text], textarea{float:left;line-height:18px;padding:8px 7px;width:100%}
input[type=login], input[type=email]:hover, input[type=password]:hover, input[type=text]:hover, select:hover, textarea:hover{border-color:#999}
input[type=radio]{margin-right:3px}
input[type=search]{border-radius:3px;-webkit-appearance:none}
label{display:inline-block;float:none;font-weight:700;line-height:32px;padding:10px 0 5px;width:100%}
label.auto{width:auto}
label.radio{
	clear:none;
	float:left;
	font-weight:400;
	margin-bottom:0;
	text-align:left;
}
label.radio i{display:inline-block;font-style:normal;padding-left:20px;width:100%}
select{appearance:none;background:#fff;border-radius:0;color:#333;float:left;height:36px;padding:0 43px 0 7px;position:relative;width:100%;-moz-appearance:none;-webkit-appearance:none}
.select{float:left;margin-bottom:10px;position:relative;width:100%}
.select:after{background:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/select-arrow-drop-down.png") no-repeat center center;background-size:36px 36px;border-left:1px solid #f3f3f3;content:"";height:34px;pointer-events:none;position:absolute;right:0;top:1px;width:36px}
#filters input[type=checkbox]{clear:left;float:left;margin-top:6px}
#filters label{clear:none;float:left;line-height:inherit;padding:2px 0 0 6px;text-align:left;width:auto;text-transform: uppercase;}
@media(min-width:668px){
input[type=login], input[type=email], input[type=password], input[type=text], select, textarea{font-size:14px;height:32px;margin:0 5px 5px 0;padding:0 5px;width:auto}
label{clear:left;float:left;font-weight:400;padding:0 20px 0 0;text-align:right;width:226px}
label.radio{width:auto}
select{padding:0 41px 0 5px}
.select{margin-bottom:0;width:auto}
.select:after{height:30px;right:5px}
textarea{min-height:64px;padding:5px}
}

/* Gallery */
.gallery{margin-bottom:25px;position:relative;text-align:center}
.gallery a:hover{cursor:pointer;text-decoration:none}
.gallery a:hover i{color:#72551e}
.gallery .current{cursor:zoom-in;max-height:180px}
.gallery-next, .gallery-prev{bottom:0;overflow:hidden;position:absolute;top:0;width:70px;z-index:1}
.gallery-next{right:0;text-align:right}
.gallery-next i, .gallery-prev i{font-size:50px;position:absolute;top:calc(50% - 25px)}
.gallery-next i{right:-15px}
.gallery-prev{left:0}
.gallery-prev i{left:-15px}
.gallery-video, .gallery-zoom{bottom:0;left:0;position:absolute;z-index:2}
.gallery-video i, .gallery-zoom i{font-size:26px}
.gallery-video i{margin-right:3px}
.gallery-zoom{background-color:#fff;cursor:zoom-in;display:none}
.thumbnail{display:none;list-style:none;margin:0}
.thumbnail li{border:1px solid #ccc;cursor:pointer;margin-right:11px;padding:7px;position:relative;text-align:center;width:18%;z-index:3}
.thumbnail li.active{border-color:#856c3c}
.thumbnail li:hover{border-color:#999}
.thumbnail li:hover a{text-decoration:none}
.thumbnail .material-icons{display:block;margin:8px auto 3px;position:relative}
@media(max-width:1023px){
.thumbnail li:nth-child(5){margin-right:0}
.thumbnail li:nth-child(n+6){display:none}
}
@media(min-width:668px){
.gallery{margin-bottom:20px}
.gallery .current{max-height:none}
.gallery-video{display:none}
.gallery-zoom{display:block}
.thumbnail{display:flex;margin-bottom:20px}
}
@media(min-width:1024px){
.thumbnail li{width:16%}
.thumbnail li:nth-child(6){margin-right:0}
.thumbnail li:nth-child(n+7){display:none}
}
@media(min-width:1292px){
.thumbnail .material-icons{margin-top:15px}
}

/* Grid */
[class*=grid-col]{display:block;float:left;padding-left:5px;padding-right:5px;width:100%}
.col-2, .c-2{display:block;float:left;width:50%}
.column{margin-bottom:10px;padding:0 10px}
.column-margin{margin-bottom:10px}
.column-wrapper{margin:0 -10px}
.flex-1, .flex-2, .flex-3, .flex-4{width:100%}
.grid-c1, .grid-c2, .grid-c3, .grid-c4, .grid-c5, .grid-c6{float:left;width:100%}
.grid-col-left {
    /*background-color: #a8a8a8;*/
    display: none;
}
.grid-flex{clear:left;display:flex;flex-flow:row wrap}
.grid-wrapper {
    padding: 0 5px 20px;
}
@media(min-width:668px){
[class*=grid-col]{padding-left:11px;padding-right:11px}
.column-margin{margin-bottom:20px}
.flex-2{width:50%}
.flex-3{width:33.333333%}
.flex-4{width:25%}
.grid .col-img{height:170px}
.grid .col-img img{bottom:0;left:0;margin:0 auto;position:absolute;right:0}
.grid-c2{float:left;width:50%}
.grid-c3{float:left;width:33.333333%}
.grid-c4{float:left;width:25%}
.grid-c5{float:left;width:20%}
.grid-c6{float:left;width:16.666666%}
.grid-margin{margin:0 -10px}
.grid-wrapper{padding:0px 11px 20px}
#shopping-cart .left{padding-right:25px;width:59%}
#shopping-cart .right{width:41%}
}
@media(min-width:1024px){
.grid-col-left{display:block;width:25%}
.grid-col-right{width:75%}
#page .grid-col-left{width:18.75%}
#page .grid-col-right{width:81.25%}
#product .grid-col-right{width:100%}
}

/* Footer */
.social{background-size:40px 40px;float:left;height:40px;margin-right:20px;width:40px}
.facebook{background-image:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/svg/facebook.svg")}
.instagram{background-image:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/svg/instagram.svg")}
.twitter{background-image:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/svg/twitter.svg")}
.youtube{background-image:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/svg/youtube.svg")}

#footer h4, #footer span{color:#fff}
#footer .bg{background:#856c3c;padding:20px 0}
#footer .border-top, .footer-logos{padding-bottom:10px;padding-top:20px}
#footer .container{padding:0 22px}
#footer .flex-4{padding-right:10px}
#footer .flex-4 a{display:block}
#footer .usp{border-color:#ddd;margin:0;width:100%}
.footer-logos img{display:inline-block;margin:0 10px;max-height:32px}




/* Header */
#btn-nav{color:#fff;cursor:pointer;font-size:40px;height:48px;left:0;line-height:48px;padding:0 10px;position:absolute;top:0}
#header{
	background-color:#856c3c; /*#b8995f#856c3c*/
	height:53px;
	position:relative;
	text-align:center;
	width:100%;
	z-index:998;
}
#header i:hover{background-color:#0e1d3c;border-radius:3px}
#header .container{background:#856c3c;position:relative}
#header-right{padding-right:5px;position:absolute;right:39px;top:0}
#header-right a{color:#fff;font-size:15px;line-height:53px;padding:0 5px}
#header-right i{color:#fff;cursor:pointer;display:inline-block;font-size:30px;height:48px;line-height:48px;padding:0 5px;transition:background .1s linear;-webkit-transition:background .1s linear}
#logo {
    background: url('../images/vblogo.png') no-repeat center center;
    background-size: 168px 48px;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    margin-top: 15px;
    width: 187px;
}

#nav{display:none}
#nav a{color:#856c3c}
#nav a.active, #nav a.active i, #nav-panel a.active{color:#111}
#nav-panel{
	background:#fff;
	left:-285px;
	line-height:45px;
	padding:97px 0 0;
	position:absolute;
	top:0;
	transition:left .2s cubic-bezier(.4, 0, .2, 1);
	width:285px;
	z-index:997;
	-moz-transition:left .2s cubic-bezier(.4, 0, .2, 1);
	-o-transition:left .2s cubic-bezier(.4, 0, .2, 1);
	-webkit-transition:left .2s cubic-bezier(.4, 0, .2, 1);
}
#nav-panel a {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px!important;
    font-weight: 600;
    line-height: 20px;
    padding: 7px 10px;
    text-transform: uppercase;
}
#nav-panel .subnav .material-icons{display:none}
#search {
    background: none;
    border-bottom: 0;
    display: block;
    height: auto;
    padding: 0;
    width: 23%;
    margin-left: 11px;
    top: 0;
    float: left;
}
#search fieldset {
    margin: 0;
	position: relative;
}
#search button i {
    color: #856c3c;
}
.clear {
	clear: both;
}
#search button{background-color:transparent;border:0;height:36px;line-height:1;padding-right:2px;position:absolute;right:1px;top:1px;width:44px}
#search button:hover{cursor:pointer}
#search button:hover i{color:#72551e;cursor:pointer}
#search div{position:relative}
#search input {
    border-color: #856c3c;
    height: 30px;
    margin: 5px 0 4px 0;
    width: 100%;
    min-width: 196px;
    padding: 3px 9px;
}
#search .material-icons{font-size:24px}
.taal-switch, #taal-switch-en, #taal-switch-ru{background-size:24px 24px;height:24px;position:absolute;right:15px;top:15px;width:24px}
#taal-switch-en{background-image:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/taal-switch-en.png")}
#taal-switch-ru{background-image:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/taal-switch-ru.png")}

#block-bid {
    position: relative;
}

.product .favorite.favclose {
    background-color: #0e1d3c;
    border-radius: 5px;
    right: -7px;
    top: -7px;
    width: 15px;
    height: 15px;
    text-align: center;
}

.product .favorite.favclose .material-icons {
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    line-height: 15px;
    vertical-align: top;
    font-weight: bold;
}

.product span.time,
.product span.time span {
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
}



@media(min-width:668px){
	#header{height:53px;left:0;margin-bottom:0;position:fixed;right:0;top:0}
	#header .shopping-cart{height:53px;line-height:53px;padding:0 22px}
	#header-right{padding-right:12px}
	#header-right a{height:53px;line-height:53px;padding:0 10px}
	#header-right i{height:53px;line-height:53px;padding:0 10px}
	/*#logo{background-size:207px 53px;height:53px;left:0;margin:0 22px;position:absolute;top:0;width:207px}*/
	#logo{background-size:280px 80px;height:80px;/*left:0;*/margin:0 22px;/*position:absolute;top:0;*/width:312px}
	/*#search {
		background:none;
		border-bottom:0;
		display:inline-block;
		height:auto;
		position:static;
		padding:0;
		width:auto;
	}
	#search button{border-left:1px solid #f3f3f3;height:40px;width:52px}
	#search input{
		border-color:#856c3c;
		height:42px;
		min-width:320px
	}*/
}
@media(min-width:1025px){/* min-width:768px */
#btn-nav, #nav-panel{display:none}
#nav {
    background-color: #0e1d3c;
    display: inline-block;
    height: 53px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
#nav a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 53px;
    padding: 0 9px;
    letter-spacing: 0.5px;
    position: relative;
}
#nav a.active, #nav a.active i, #nav-panel a.active{color:#b8995f}
#nav .container{background-color:#0e1d3c;padding:0 11px}
#nav .subnav{background:rgba(14,29,60,.9);border-radius:0 0 3px 3px;display:none;margin-left:-5px;padding:15px;position:absolute;text-align:left;z-index:998}
#nav .subnav a {
    border-bottom: 1px solid #acacac;
    color: #fff;
    display: block;
    padding: 5px 10px 5px 0;
    line-height: 20px;
	font-size: 14px;
}
#nav .subnav a:first-of-type{border-top:1px solid #acacac}
#nav .subnav .material-icons{color:#fff;display:inline-block;text-align:right;vertical-align:text-top}
}
@media(max-width:1024px){
	#nav-panel .subnav a{font-size:16px;margin-left:15px;}
	#nav-panel .subnav a:first-of-type{border-top:0}
}

/* List */
dl{display:flex;flex-flow:row wrap;width:100%}
dd, dt{
	float:left;
	padding:3px 6px;
	position:relative;
	width:50%;
	line-height: 16px;
	color: #111;
}
ul{margin-left:17px}
ul.flex{display:flex;list-style:none;margin:0}
ul .material-icons{font-size:22px;margin-left:-30px;position:absolute}
li{line-height:22px}
.even{background-color:#f3f3f3}
.icon{list-style:none;margin-left:30px}
.list-hori{display:inline-block;list-style:none;margin:0;padding:10px 0}
.list-hori li{display:inline-block;padding:0 10px}
.list-hori .material-icons{font-size:50px;margin:0;position:relative;vertical-align:bottom}
.plus-min li{margin:5px 0 10px}
.product-usp li{margin-top:8px}
.usp{border-bottom:1px solid #cce9f9;border-top:1px solid #cce9f9;display:inline-block;font-size:14px;list-style:none;margin-left:0;padding:20px;width:100%}
.usp li{padding-bottom:5px;padding-left:28px}
.usp li:last-child{padding-bottom:0}
.usp .material-icons{margin-left:-28px}
@media(max-width:667px){
.usp{margin-bottom:-1px}
}
@media(min-width:668px){
.usp{margin:0 20px;width:calc(100% - 40px)}
.usp li{margin:3px 12px 0 0;padding-bottom:0}
}
@media(min-width:1024px){
dd{width:60%}
dt{width:40%}
.usp li{margin-right:15px}
}

/* Layout */
#accessoires h2{text-transform:none}
#accessoires li{float:left;padding-bottom:6px;width:50%}
#accessoires ul{float:left;list-style:none;margin:0 0 15px;width:100%}
#accessoires .product .button span{display:none}
.action{background:#b8995f;border:1px solid #856c3c;border-radius:3px;box-shadow:inset 0 -2px 0 0 #856c3c;color:#fff!important;cursor:pointer}
.action:hover{background:#856c3c;border-color:#72551e;box-shadow:inset 0 -2px 0 0 #72551e}
.anchor-links, .breadcrumbs{display:none}
.bg-button{display:inline-block;text-align:right;width:100%}
.bg-button button{margin:0}
.border-top{border-top:1px solid #ddd}
.card{background:#fff;border:1px solid #ddd;margin-bottom:15px;padding:15px}
.card .button{float:right;margin-left:15px}
.card label.radio{line-height:18px}
.cart dd{padding:0;text-align:right;width:30%}
.cart dt{margin-bottom:10px;padding:0;width:70%}
.cart .button{margin-bottom:10px}
.cart .img{float:left;padding:10px;width:45%}
.cart .left, .cart .left a:last-of-type, .cart .right{float:left;width:100%}
.cart .right{margin-top:20px}
.checkout-product h4{min-height:40px}
.checkout-product .button{display:inline-block}
.checkout-product .col-img{float:left;padding-right:10px;text-align:center;width:100px}
.checkout-product .col-info{float:left}
.col-box {
    background: #fff;
    border: 1px solid #0e1d3c;
    float: left;
    margin: 0 -10px;
    padding: 0;
    position: relative;
    width: calc(100% + 20px);
    height: 100%;
}
.col-box .price{display:block}
/*.col-box:hover h4{color:#72551e}*/
/*.col-box:hover .button{background:#856c3c;border-color:#72551e;box-shadow:inset 0 -2px 0 0 #72551e;text-decoration:none}*/
.col-image{background-position:center center;background-size:cover;overflow:hidden;position:relative;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover}
.col-image *, .col-image a:visited{color:#fff}
.combi a{border:1px solid #cce9f9;float:left}
.combi a:hover{border-color:#856c3c}
.combi img{background:#fff;float:left;padding:5px}
.combi .add{color:#999;float:left;line-height:83px}
#contact fieldset{margin-bottom:10px}
#contact form{margin-bottom:30px}
#contact form button{width:100%}
#contact h1{display:block;margin-bottom:20px}
#contact h4{margin-bottom:0}
#contact input, #contact textarea{margin:0 0 5px;width:100%}
#contact label {
    font-weight: 600;
    text-align: left;
    width: 100%;
    line-height: 16px;
}
.container{
	background-color:#c8c8c8; /*#eee*/
	margin:0 auto;
	max-width:1292px;
	width:100%
}
#fieldset-looptijd label{float:left;font-weight:400;padding:3px 5px 0 0}
#fieldset-looptijd .select{width:auto}
#filters-filteren{display:inline-block;width:50%}
#filters {
    background-color: #c1d0ef;
    border: 1px solid #0e1d3c;
    margin-top: 0;
    padding: 10px 10px 40px 10px;
}
#clearfilter {
    margin-top: -46px;
    text-align: center;
}
#clearfilter button {
    padding: 0 20px;
    height: 34px;
    line-height: 30px !important;
}
#filters .material-icons{color:#0e1d3c;float:right;font-size:30px;line-height:20px}
#filters h3{color:#72551e;cursor:pointer}
#filters select{border-color:#0e1d3c;width:100%}
#filters .select{width:100%}
.form-bid input[type=text]{height:46px}
.green{color:#008500}
.grid-col-right h1{margin-bottom:4px}
.grid-flex .product{margin-bottom:0}
.grid-flex .product p {
    display: block;
    display: -webkit-box;
    font-size: 15px;
	line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.header-wrapper{display:inline-block;line-height:22px;margin:0 0 10px;padding:0 10px;width:100%}
.header-wrapper span{display:none;font-size:14px;margin-right:20px}
.header-wrapper span a{color:#111;text-decoration:underline}
.header-wrapper .customer-support{display:none}
.header-wrapper .first{display:inline-block}
.header-wrapper .material-icons{vertical-align:text-top}
.highlight{
	background-color:#c1d0ef;
	border:1px solid #0e1d3c;
	margin-bottom:20px;
	padding: 5px 10px 0 10px;
}
#home{padding-bottom:150px}
.home-button h2{margin:0}
.home-button .material-icons{color:#0e1d3c;font-size:38px;vertical-align:text-top}
.item{border-bottom:1px solid #ddd;padding:10px 0}
.item img{padding:5px}
.item .col-img{float:left;padding-right:10px;text-align:center;width:100px}
.item .col-info{float:left;width:calc(100% - 100px)}
.margin-bottom{margin-bottom:20px}
.margin-negative{margin:0 -10px}
.margin-top {
    margin-top: 40px;
}
.orange{color:#ff6600}
.other{padding-top:10px}
.other li{line-height:16px;margin:0 11px 10px 0;padding:0 7px 22px;position:relative;text-align:center}
.other span{bottom:0;left:0;position:absolute;right:0}
.other ul{flex-wrap:wrap}
.overview-header {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
}
.overview-header i{color:#fff;font-size:40px;margin-left:5px}
.overview-header .active i{color:#856c3c}
.padding1010 .card{margin-bottom:10px}
.padding1010 .card:last-child{margin-bottom:0}
.price{font-size:16px;line-height:18px;font-weight:700}
.promo{height:100%;min-height:320px}
.promo h2 {
    margin-bottom: 20px;
    text-shadow: 0 0 8px #000;
}
.promo i{display:none}
.promo .list-hori{border-radius:0 3px 3px 0;left:0;margin-right:20px;padding-left:20px;position:absolute}
.promo:hover .bg{background-color:#856c3c;transition:background .1s linear;-webkit-transition:background .1s linear}
#product button{width:100%}
#product fieldset{margin-bottom:10px}
#product h1 {
    display: block;
    margin: 0 0 10px;
    color: #111;
    font-size: 20px;
}
.font-21 {
    font-size: 21px;
}
#product h1 i,
#product h3 i {
    font-size: 18px;
    color: #78490f;
    padding-bottom: 5px;
    display: block;
}
#product h3 i {
	color: #0e1d3c;
}
#product input{border-color:#0e1d3c}
#product .margin-bottom .button {
    border-color: #0e1d3c;
    padding: 0 15px;
    height: 32px;
    line-height: 32px !important;
    box-shadow: inset 0 -2px 0 0 #856c3c;
}
#product .favorite{position:absolute;right:5px;top:5px;z-index:996}
#product .favorite .material-icons{font-size:26px}
#product .grid-col-right{padding-left:0;padding-right:0}
#product .grid-col-right button{margin:10px 0;width:100%}
#product .grid-col-right fieldset{margin:0}
#product .grid-col-right fieldset.mini {
    height: 24px;
}
#product .grid-col-right fieldset a {
	float:left;
	margin:-11px 0 0;
	padding-left:20px;
	width:100%
}
#product .grid-col-right form .column-wrapper{margin:0 -5px}
#product .grid-col-right form .grid-c2{padding:0 5px}
#product .grid-col-right input[type=text]{height:46px}

#product .grid-col-right .time {
    float: none;
    /* padding-left: 40px; */
    white-space: nowrap;
}

#product .margin-bottom {
    margin-bottom: 10px;
    margin-top: 9px;
}

.product {
	border-top: 1px solid #ddd;
	margin-bottom: 13px;
	padding-top: 5px
}
.product:first-child{border-top-width:0}
.product h4{
	color: #111;
	margin-bottom:5px;
	min-height:40px
}
.product i{display:inline-block}
.product h4 span{display:block;font-size:15px}
.product .button i{display:inline-block}
.product .col-img {
    /*height: 100%;*/
    float: left;
    position: relative;
    text-align: left;
    /* width: 37.5%; */
    border-width: 0 1px 1px 0;
    border-style: solid;
    margin: 0;
	margin-right: 10px;
}

.product .col-img img {
    height: auto;
    max-width: 100%;
    margin: 0 0 -6px;
}

.product .col-info {
    /*float: left;*/
    padding: 5px 10px 0 10px;
    /*width: 59%;*/
    margin-bottom: 34px;
}

.product.grid-c4 .col-info,
.product.grid-c5 .col-info {
	margin-bottom: 100px;
}

span.readmode {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	display: inline-block;
}

a.nopointer {
    cursor: auto;
}

a.nopointer:hover {
    text-decoration: none;
}
.auction .grid-col {
	text-align: center;
}
.auction .grid-col p {
    font-size: 18px;
}

.grid-col h1 {
    padding-top: 10px;
}

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

.product .delete{display:block;margin-top:5px;position:relative;text-align:center;width:100%;z-index:996}
.product .favorite{position:absolute;right:5px;top:5px;z-index:996}
.product .favorite .material-icons {
    font-size: 26px;
    text-shadow: 0 0 4px #fff;
	/*color: #fff;*/
}
.product .price{margin-bottom:15px}
.red{color:#e50000}
#shopping-cart dd, #shopping-cart dt{font-weight:700;padding:10px 0;width:25%}
#shopping-cart dl{margin-bottom:20px}
#shopping-cart dt{width:75%}
#shopping-cart .bg-button{line-height:46px}
#shopping-cart .bg-button *{display:inline-block;margin-left:15px}
#shopping-cart .bg-button .button{width:100%}
#shopping-cart .bg-button .material-icons{vertical-align:text-top}
#shopping-cart .item b{font-size:15px}
#shopping-cart .item i{display:inline-block;margin-right:5px;vertical-align:top}
#shopping-cart .right .button{display:inline-block;margin:10px 0;width:100%}
.start-slideshow{cursor:pointer}
.text dl, .text p, .text ul{display:inline-block;margin-bottom:15px}
.text-wrapper{margin-top:20px;max-width:600px}
.text-wrapper p{padding-bottom:3px;margin-bottom:20px}
.time{font-size:20px;font-weight:700;line-height:20px;padding-top:2px}
.time .material-icons {
	vertical-align:top;
	margin-left: 5px;
}
.viewed .col-img{background:#fff;border-radius:3px;border:1px solid transparent;float:left;margin-top:3px;overflow:hidden;position:relative;text-align:center;transition:border-color .1s ease-out;width:25%;-webkit-transition:border-color .1s ease-out}
.viewed .col-info{float:left;padding-left:10px;width:75%}
.viewed .grid-wrapper{padding:15px 10px}
.viewed .product{padding-top:0;margin-bottom:-1px}
@media(max-width:1023px){
#filters{background-color:#fff;height:100%;left:0;padding:0 10px;position:fixed;right:0;top:0;z-index:999}
#filters-close{color:#fff;cursor:pointer;font-size:30px;line-height:44px;padding:0 10px;position:absolute;right:0;top:0}
#filters-header{color:#fff;display:inline-block;font-size:18px;line-height:44px;margin:0 -10px 20px;width:calc(100% + 20px)}
}
@media(max-width:667px){
.desktop{display:none}
.viewed .col-box{border-bottom:1px solid #cce9f9;padding:16px}
}
@media(min-width:668px){
body{background-color:#c8c8c8/*#eee*/;font-size:15px;line-height:24px;padding-top:53px}
h1, .h1, h2, .h2{font-size:26px;line-height:25px;margin-bottom:10px}
h3, .h3{font-size:22px;line-height:26px}
h4, .h4{font-size:16px}
h5, .h5, h6, .h6{font-size:13px}
p{
	padding-bottom:3px
}
#accessoires li{width:100%}
#accessoires ul{width:37.5%}
.accessoires{width:62.5%}
.accessoires .product .col-img{height:auto}
.bg-button{background-color:#f3f3f3;border:1px solid #ddd;padding:6px}
.breadcrumbs{display:block;margin:0 0 15px}
.breadcrumbs a{display:inline-block}
.breadcrumbs i{color:#0e1d3c;display:inline-block;font-size:20px;font-weight:700}
.cart .left{margin-top:0;padding-right:10px;width:60%}
.cart .right{border-left:1px solid #ddd;margin-top:0;padding-left:22px;width:40%}
.checkout-product p{display:inline-block}
.checkout-product .button{float:right;margin-left:5px}
.checkout-product .col-info{padding-top:10px;text-align:right}
.col-box:hover{border-color:#856c3c;box-shadow:0 3px 10px rgba(0,0,0,.15);z-index:1}
.col-box h4{
	display:table-cell;
	/*height:44px;*/
	vertical-align:top;
	position: relative;
}
.col-box .text-center h4{display:inline-block}
#fieldset-looptijd label{float:left;padding:0 10px 0 0}
#filters-filteren{width:calc(33.333333% - 32px)}
.grid .product .col-img{display:table;padding:0 10px;width:100%}
.grid .product .col-info{margin-top:12px;padding-left:0;width:100%}
.grid-right h1{margin-bottom:0}
.header-wrapper{height:80px/*46px*/;line-height:46px;margin:15px 0;padding:0 22px;position:relative}
.header-wrapper span{display:inline-block;margin-right:20px}
.header-wrapper .customer-support{display:block;float:right;font-size:14px;font-weight:700;line-height:18px;margin-top:5px;text-align:right}
.header-wrapper .customer-support span{color:#666;display:block;font-weight:400;margin:0}
.mobile{display:none}
.price{font-size:15px}
.product{
	border-top:0;
	margin-bottom:26px;
	padding:5px 20px 0;
}
#product .grid-col-right input[type=text]{margin:10px 0;width:100%}
#product .grid-col-right label{width:36%}
#product .grid-col-right label.radio{width:auto}
#section-home .grid-col-right{padding-left:0;padding-right:0}
#shopping-cart .bg-button .button{width:auto}
#shopping-cart .right .button{margin:0 0 30px;width:auto}
.usp{text-align:center}
.usp li{display:inline-block}
.viewed h3{margin-bottom:16px}
.viewed .grid-margin{margin:0 0 0 -22px}
.viewed .grid-wrapper{padding:15px 22px}
.viewed .product{padding:0 0 0 22px}
/*.viewed .product:nth-child(n+4){display:none}*/
}
@media(min-width:901px){
.highlight {
    padding: 10px 15px 0px 15px;
}
.promo i{display:inline-block}
/*.viewed .product:nth-child(n+4){display:inherit}*/
}
@media(min-width:1024px){
body{font-size:13px;line-height:22px}
#accessoires ul{width:23%}
#accessoires .product .button span{display:inline-block}
.accessoires{width:77%}
.anchor-links{border:solid #ddd;border-width:1px 0;display:block;float:left;margin:40px 10px 0;width:calc(100% - 20px)}
.anchor-links a{display:inline-block;line-height:42px;padding:0 11px}
#filters h3{float:left;margin-bottom:5px;width:100%}
#filters-close, #filters-header{display:none}
#filters-filteren{display:none}
.grid-col-left a{color:#000;display:block;line-height:18px;margin-bottom:2px;padding:2px 3px}
.grid-col-left h6{padding:0 0 3px 3px;margin:15px 0 0}
.grid-col-left .button{margin-bottom:12px}
.item{padding:15px 0}
.item h4, .item span{float:left;width:68%}
.item span{text-align:right;width:32%}
#shopping-cart dl{float:right;max-width:365px}
}

/* Pop-up */
#cover{
	background-color:rgba(0,0,0,.6);
	bottom:0;
	display:none;
	left:0;
	position:fixed;
	right:0;
	top:0;
	z-index:996
}
#overlay {
    background-color: #111;
    background-color: rgba(17,17,17,.65);
    bottom: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
	cursor: pointer;
}
#popup {
    display: none;
    width: 430px;
    border: 3px solid #856c3c;
    border-radius: 3px;
    top: 0;
    left: 50%;
    margin-left: -215px;
    position: absolute;
    z-index: 999;
    background-color: #c1d0ef;
}
#popup-close {
    background: rgba(0,0,0,.1) url(../images/ic-close.png) no-repeat;
    background-size: 30px 30px;
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
}
#popup-content {
	display: none;
}

#popup .data {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 18px;
}

#popup-section{background:#fff;margin:25px auto;max-width:1000px}
#popup-section.max-700{max-width:700px}
#popup-section section{padding:18px 19px}

#offline-automatic {
	display: none;
}

/* Pop-up Accessoires */
.grid-item{display:flex;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;float:left;margin-bottom:15px;padding-right:15px;width:100%}
.grid-item input[type=radio]{left:-20px;position:fixed;top:50%}
.grid-item-content{border:1px solid #ddd;flex-direction:column;padding:18px;-ms-flex-direction:column;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column}
.grid-item-content .col-img{background:#fff;float:left;padding:5px 10px 5px 0;text-align:center;width:37.5%}
.grid-item-content .col-img img{height:auto;max-width:100%}
.grid-item-content .col-info{float:left;padding-left:10px;width:62.5%}
.grid-item-wrapper{display:flex;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;position:relative;width:100%}
.grid-item-wrapper:hover{border-color:#999}
.grid-item-wrapper input:checked+.grid-item-content{background-color:#e5f6ff;border-color:#856c3c;cursor:default}
.grid-item-wrapper ul{display:none;margin:10px 0 17px 17px}
.grid-item-wrapper .button{bottom:18px;position:absolute;right:18px}
.grid-items{display:flex;flex-flow:wrap;margin-right:-15px}
.grid-items label{clear:none;cursor:pointer;float:none;font-weight:normal;line-height:normal;text-align:left;width:100%}
@media(min-width:668px){
.combi{position:relative}
.combi .right{bottom:18px;position:absolute;right:18px}
.combi .right button{float:right;margin-left:10px}
.combi .right p{display:inline-block}
.grid-item{width:50%}
.grid-item-content .col-img{display:table;width:100%}
.grid-item-content .col-info{margin-top:10px;padding-left:0;width:100%}
.grid-item-wrapper ul{display:block}
}
@media(min-width:901px){
.grid-item{width:33.333333%}
}
@media(min-width:1024px){
.grid-item{width:25%}
}

/* Slider */
.slider-block{left:0;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}
.slider-block h1{color:#fff;font-size:36px;line-height:36px;text-shadow:1px 2px 5px #000}
.slider-block h2{color:#fff;text-shadow:1px 2px 5px #000}
.slider-img{background-color:#f5f5f5;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:100%}
#slider-container{height:400px;position:relative;width:100%}
#slider-img-front{opacity:0}

/* Slideshow */
#slideshow-img{background:transparent no-repeat center;background-size:contain;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:opacity .2s;-moz-background-size:contain;-moz-transition:opacity .2s;-ms-background-size:contain;-o-background-size:contain;-o-transition:opacity .2s;-webkit-background-size:contain;-webkit-transition:opacity .2s}
#slideshow-container{bottom:0;color:#fff;font-family:verdana;font-size:15px;left:0;padding:30px;position:absolute;right:0}
#slideshow-paginator{background:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/ic-photo-camera.png") no-repeat left center;background-size:24px 24px;padding-left:30px}
.slideshow-prev, .slideshow-next{cursor:pointer;height:100%;position:absolute;top:0;width:90px}
.slideshow-prev{background:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/ic-chevron-left.png") no-repeat left center;left:0}
.slideshow-next{background:url("http://s3.eu-central-1.amazonaws.com/vinylbazar/layout/ic-chevron-right.png") no-repeat right center;right:0}

.product .col-box {
	padding-top:0;
}

.previous .product .col-info {
    margin-bottom: 55px;
}

.nr {
    background-color: #0e1d3c;
    color: #fff;
    font-size: 14px;
    height: 30px;
    left: 3px;
    line-height: 30px;
    min-width: 40px;
    padding: 0 5px;
    position: absolute;
    text-align: center;
    top: 3px;
    z-index: 1;
}
.nr.fav {
    background-color: #FF9800;
}
.nr.broken {
    background-color: #86190D;
}
.nr.lider {
    background-color: #88BB10;
}

.viewed .col-box{margin:0;width:100%}
.viewed .container{display:table;padding:30px 0}
#product .bg-white{border:1px solid #0e1d3c;margin-bottom:-1px;padding:15px;position:relative}
#product .highlight dl{margin-bottom:0}
#product .highlight dt{padding-left:0}
@media(max-width:667px){
.col-box{margin:0;width:100%}

.product.grid-c4 .col-box .description,
.product.grid-c5 .col-box .description {
    height: auto;
    background-color: initial;
    overflow: visible;
}

.product.grid-c4 .col-box .favorite,
.product.grid-c5 .col-box .favorite {
	display: block;
}

.product.grid-c4 .col-box .dlhide,
.product.grid-c5 .col-box .dlhide {
	display: block;
}

.product.grid-c4 .col-box span.dlhide,
.product.grid-c5 .col-box span.dlhide {
	display: inline;
}

.product span.dlhide {
    display: inline;
}
	
.viewed .product{border-bottom:1px solid #0e1d3c;margin-bottom:30px}
}
@media(min-width:668px){
.viewed .grid-c4{width:calc(25% - 20px)}
.viewed .grid-c6{width:calc(16.666666% - 20px)}
.viewed .grid-margin{margin:0 -10px}
.viewed .product{
	margin:0 10px;
	padding:0;
}
}
@media(min-width:1024px){
#product .highlight dd{width:73%}
#product .highlight dt{width:27%}
}

.product .button {
    width: 40%;
    padding: 0 10px;
    min-width: 140px;
    margin-right: 4px;
	margin-left: 4px;
}

.product .button:hover,
.product .button.disabled {
	background:#856c3c;
	border-color:#72551e;
	box-shadow:inset 0 -2px 0 0 #72551e;
	text-decoration:none;
}

.product .col-buttons {
    min-height: 58px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    margin-left: -49px;
    z-index: 995;
    text-align: left;
}

p.filtertitle {
    margin-top: 29px;
    color: #0e1d3c;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.fotorama__stage {
    width: auto !important;
}

@media(max-width:510px){
	.product .col-info {
	    margin-bottom: 105px;
	}
}

.product.grid-c4 .col-img,
.product.grid-c5 .col-img {
    width: 100%;
	margin-bottom: 5px;
}

.product.grid-c4 .col-img img,
.product.grid-c5 .col-img img {
    width: 100%;
}

@media(max-width:668px){
	.product .col-img {
	    float: none;
	    width: 247px;
	    margin: 0 auto;
	}
	.product .col-info {
	    width: 100%;
		margin-bottom: 82px;
	}
	.product .col-buttons {
	    width: 100%;
		left: 0;
		text-align: center;
		margin-left: 0;
	}
	.product.grid-c4 .col-img,
	.product.grid-c5 .col-img {
	    width: 247px;
	}
}

.fotorama__caption__wrap {
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    text-align: left;
    font-size: 29px;
    background-color: rgba(14,29,60, 0.3) !important;
    text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 3px #000;
}

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

ul.sale .material-icons {
	position: relative;
	margin: 0;
	font-size: 70px;
}

ul.sale li {
    margin: 0;
    width: 185px;
    text-align: center;
    float: left;
    height: 140px;
}

ul.sale li span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

ul.sale li b {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	color: #111;
}

#map1, #map2 {
	height: 400px;
	width: 100%;
}

.ymaps-map {
    width: 100% !important;
}

#footer {
    background-color: #856c3c;
    padding: 0 20px;
	position: relative;
	color: #fff;
	text-shadow: 0 0 4px #000;
}

#footer a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px 0 0;
    font-size: 16px;
    text-transform: uppercase;
	font-weight: bold;
}

#footer .contacts {
    float: right;
    text-align: left;
    font-size: 15px;
}

@media (max-width: 668px) {
	#footer .contacts {
		width: 39%;
	}
}

#footer .contacts a {
	padding: 0;
	font-size: 14px;
	text-transform: none;
}

#footer .contacts p {
	padding: 5px 0 0 0;
}

#footer p {
    line-height: 18px;
}

#footer p.copy {
    position: absolute;
    bottom: 0;
    width: 50%;
}

#footer .footer-nav {
    padding-bottom: 40px;
}


#footer .subnav {
	display: none;
}

#contact-form input[type=checkbox] {
    width: 15px !important;
    float: left;
    height: 15px;
    cursor: pointer;
    margin-top: -2px;
    margin-right: 5px;
    margin-bottom: 20px;
}

a.googleslogin {
    font-size: 16px;
    font-weight: bold;
    background-image: url(../images/google.png);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 26px;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 3px;
}

.next_auctions a {
	color: #000;
}

.navigation {
    margin: 11px 0 0 0;
    text-align: right;
    display: block;
    clear: both;
    width: 100%;
	position: relative;
}

.navigation a {
    padding: 0 50px;
    display: inline-block;
    margin-right: 11px;
    height: 34px;
    line-height: 34px !important;
}

.navigation {
    float: right;
    width: 100%;
    padding-left: 0;
    clear: none;
	margin-bottom: -15px;
}

.overview-header .navigation {
	width: 74%;
	margin-bottom: 0;
}

.navigation form {
    float: left;
    margin-left: 30%;
}

.navigation button {
    height: 32px;
    width: 63px;
    padding: 0 5px 0px 1px;
    margin-right: 11px;
    cursor: pointer;
    background-color: #b8995f;
    border: 1px solid #856c3c;
    border-radius: 3px;
	box-shadow: inset 0 -2px 0 0 #856c3c;
}

.navigation button:hover {
	background-color: #856c3c;
	border-color: #72551e;
    box-shadow: inset 0 -2px 0 0 #72551e;
}

.navigation button i {
    font-size: 20px;
	color: #fff;
}

.navigation .counter {
    font-size: 15px;
    line-height: 31px;
    float: left;
    margin-right: 5px;
}

.navigation input {
    border-color: #856c3c;
    width: 63px;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    height: 32px;
	text-align: center;
	font-size: 15px;
}

.navigation fieldset {
	margin-bottom: 0;
}

.breadcrumbs i {
    line-height: 28px;
    height: 20px;
    position: relative;
    margin: -14px 0 0 0;
}

.breadcrumbs ul,
.breadcrumbs li {
    list-style: none;
    display: inline;
    margin: 0;
}

.upward {
    float: left;
    position: absolute;
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 999;
    text-align: center;
    line-height: 37px;
    margin-top: -5px;
	top: 0;
	left: 5px;
}

.upward i {
	font-size: 37px;
}

.paymethod {
	margin-top: 10px;
}

.paymethod .hide {
	display: none;
}

.paymethod .payinfo {
    display: block;
    clear: both;
    font-weight: bold;
    margin-left: 4px;
}

.paymethod .cards {
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 15px;
}

.paymethod .radio {
	clear: both;
}

.breadcrumbs li span {
    text-transform: uppercase;
}

.keyboardInputInitiator {
	display: none;
}

.formlabel {
    line-height: 13px;
    height: 25px;
    float: left;
    cursor: pointer;
    display: inline-block !important;
}

@media(max-width:1024px){
	.navigation,
	.overview-header .navigation {
		width: 100%;
		padding-left: 11px;
	}
}

@media(max-width:668px){
	.navigation {
	    text-align: center;
	}
}

a:hover .material-icons {
    color: #72551e;
}

.container.main_content {
    margin-top: -145px;
}


/* keyboard */
#keyboardInputMaster tbody tr td table tbody tr td {
	min-width: 2.4em;
    height: 2.8em;
	text-align: center;
}

@media(min-width:1024px){
	#keyboardInputMaster tbody tr td table tbody tr td {
	    min-width: 2.8em;
	    height: 2.8em;
	    text-align: center;
	    font-size: 24px;
	}
	
	#keyboardInputMaster thead tr th span, #keyboardInputMaster thead tr th strong, #keyboardInputMaster thead tr th small, #keyboardInputMaster thead tr th big {
	    padding: 0.8em 2em;
	    height: 3em;
	}
	
	#keyboardInputMaster tbody tr td table tbody tr td.space {
	    padding: 0px 14em;
	}
}
/* /keyboard */

.sp-form {
    margin-bottom: 0 !important;
}

.sp-field label, .sp-field input {
    float: initial;
    clear: initial;
    text-align: left;
}

.subscriber {
    position: absolute;
    right: 10px;
    top: 63px;
}
.subscriber a {
    font-size: 15px !important;
    height: 30px;
    line-height: 26px !important;
    padding: 0 0 0 14px;
    font-weight: normal !important;
}
.subscriber .material-icons {
    font-size: 16px !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 27px !important;
    height: auto !important;
    vertical-align: top;
	font-weight: normal !important;
}
.subscriber .material-icons:hover {
	background-color: initial !important;
}

.isolate {
    background-color: #0e1d3c;
    color: #fff;
    padding: 3px 8px 3px 8px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.popup-languages {
	font-size: 0;
	line-height: 0;
	text-align: justify;
}
.popup-languages a {
	display: inline-block;
}
.popup-languages:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

</pre></body></html>