@import 'font-awesome.min.css';

@font-face {
	font-family: 'DINCondRegular';
	src: url('../../fonts/dincond-regular-webfont.eot');
	src: url('../../fonts/dincond-regular-webfont.eot?#iefix') format('embedded-opentype'),
 		url('../../fonts/dincond-regular-webfont.woff') format('woff'),
 		url('../../fonts/dincond-regular-webfont.ttf') format('truetype'),
 		url('../../fonts/dincond-regular-webfont.svg#DINCondRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINCondRegularBold';
	src: url('../../fonts/ff_din_condensed_bold-webfont.eot');
    src: url('../../fonts/ff_din_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/ff_din_condensed_bold-webfont.woff2') format('woff2'),
         url('../../fonts/ff_din_condensed_bold-webfont.woff') format('woff'),
         url('../../fonts/ff_din_condensed_bold-webfont.ttf') format('truetype'),
         url('../../fonts/ff_din_condensed_bold-webfont.svg#dincond-boldbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #ffed00; 
	font-family: 'DINCondRegular';
	font-weight: normal;
	height: 100%;
}

* {
	border:none;
	outline: none;
}

input[type="text"] {
	box-sizing: border-box;
     -webkit-box-sizing:border-box;
     -moz-box-sizing: border-box;
}

body{
	position: relative;
}

.container{
	width: 620px; /* 960 */
	position: relative;
	margin: auto;
	padding: 0px 40px 40px 40px;
	background-color: #ffed00;
}

.pull-left{
	float: left;
}

.logo {
	text-align:center;
}

.logo_home{
	max-width: 100%;
	margin: 60px 0px 0px 0px;
}

.logo_home_small{
	max-width: 30%;
	margin: 18px 0px 0px 0px;
	float: left;
}

h1.title{
	font-size: 60px;
	font-weight: normal;
	margin: 60px 0px 0px 0px;
	text-transform: uppercase;
	text-align:center;
}

.search_area{
	background: -webkit-linear-gradient(#fee300, #ffed00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fee300, #ffed00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fee300, #ffed00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fee300, #ffed00); /* Standard syntax */
	text-transform: uppercase;
	font-size: 30px;
	border: solid 1px #fcdf00;
	box-shadow: inset 4px 2px 2px 0 #fed700;
	transition: box-shadow 0.3s;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 17px 0px 34px 0px;
	padding: 20px;
}

.search_area input[type="text"],
.small_form input[type="text"] {
	-moz-border-radius: 40px;
	-khtml-border-radius: 40px;
	-webkit-border-radius: 40px;
	-webkit-border-radius: 40px;
	box-shadow: inset 4px 2px 2px 0 #dadada;
	transition: box-shadow 0.3s;
	border-radius: 40px;
	border: solid 1px #fff;
	height: 60px;
	font-size: 30px;
	width: 200px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	margin: 0px 10px 0px 10px;
	float: right;
}

.small_form {
	float:right;
	width:345px;
}
.small_form input[type="text"] {
	height:50px;
	float:none;
	margin-top:5px;
}
.small_form button {
	float:right;
}

.email_form{
	background: -webkit-linear-gradient(#fee300, #ffed00); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fee300, #ffed00); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fee300, #ffed00); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fee300, #ffed00); /* Standard syntax */
	text-transform: uppercase;
	font-size: 30px;
	border: solid 1px #fcdf00;
	box-shadow: inset 4px 2px 2px 0 #fed700;
	transition: box-shadow 0.3s;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 17px 0px 10px 0px;
	padding: 20px;
	font-size: 20px;
	font-weight: normal;
}

.email_form input[type="text"], .email_form textarea{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 2px 2px 0 #dadada;
	transition: box-shadow 0.3s;
	border-radius: 4px;
	border: solid 1px #fff;
	height: 40px;
	font-size: 20px;
	width: 100%;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	font-family:'Arial';
}

.email_form input[type="text"].validation-failed {
	border:2px solid red;
}

.email_form textarea{
	height: 200px;
	resize: vertical;
	margin-bottom: 0px;
}

.search_label{
	margin: 15px;
	float:left;
}

.search_label_to{
	clear: both;
	text-align: right;
	margin: 15px 115px 5px 0px;
}

.search_button{
	background: #ffed00; /* IE9 */
	background: -webkit-linear-gradient(#ffed00, #fee300); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#ffed00, #fee300); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#ffed00, #fee300); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#ffed00, #fee300); /* Standard syntax */
	height: 100px;
	width: 100%;
	text-transform: uppercase;
	border: solid 2px #fcdf00;
	box-shadow: 4px 2px 2px 0 #fed700;
	transition: box-shadow 0.3s;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-family: 'DINCondRegular';
	font-size: 32px;
	font-weight: normal;
	cursor: pointer;
}

a.search_button{
	display: block;
	text-decoration: none;
	color: black;
	text-align: center;
	line-height: 100px;
}

.search_button_back{
	width: 50px;
	height: 50px;
	float: right;
}

.search_button_search{
	font-size: 46px;
}

.search_button:hover{
	color: white;
	background: -webkit-linear-gradient(#cf5801, #f79603); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#cf5801, #f79603); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#cf5801, #f79603); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#cf5801, #f79603); /* Standard syntax */
	border: solid 1px #f78603;
	box-shadow: 4px 2px 2px 0 #f79603;
}

.link{
	text-decoration: none;
	color: black;
	line-height: 102px;
	text-align: center;
}

#multiple_search_error{
	color: red;
	margin: 8px 0px 0px 0px;
	background-color: #FFE300;
	width: 100%;
	font-size: 20px;
	font-weight: normal;
	border: 1px solid red;
	float: left;
	box-sizing: border-box;
	-webkit-border-radius: 10px;    
	-moz-border-radius: 10px;    
	border-radius: 10px;        -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    
}

#multiple_search_error p{
	margin: 10px;
}

#multiple_search_error span{
	float: right;
	cursor: pointer;
	font-size: 34px;
	line-height: 1;
	margin: -3px 10px 0px 0px;
}

/* details */

h1.search_result{
    font-weight: normal;  
    margin: 6px 0px 6px 0px;
	text-transform: uppercase;
	clear:both;
    font-size: 24px;
}

h1.search_result_detail{
	font-weight: normal;  
	margin: 0px 0px 6px 0px;
	text-transform: uppercase;
	clear:both;
    font-size: 24px;
}

.detail table{
	width: 50%;
}

.detail table table{
	width: 100%;
}
.detail table table tr:first-child {
	font-size: 18px;
}

.detail table table tr:not(:first-child) {
	font-size: 16px;
}

.product.detail .image{
	width: 50%;
	float: left;
	margin-bottom:10px;
}

.product.detail h1{
	margin: 0px 0px 12px 0px
}
.product.detail h1 a {
	float:right;
	margin-right:18px;
	width:auto;
	padding:0 10px;
	font-weight:normal;
}
.product.detail h1 a:hover {
	text-decoration:none;
}

.detail .related > tr > td {
	padding: 5px;
}
.detail .related .related_image {
	text-align: center;
}
.detail .related.band .related_image img {
	max-width: 95%;
}
.detail .related.cover .related_image img {
	max-width: 22%;
}

.productList{
}

.productList .divider{
	height: 11px;
	border-bottom: 1px solid #aaa;
	clear: both;
}

.product .image{
    width: 30%;
    float: left;
	line-height:220px;
	height:220px;
	text-align:center;
    /* margin-left: 5px; */
}

.product .image img,
.product .image .no_image{
	max-width: 95%;
	max-height: 450px;
	display: inline-block;
	vertical-align:middle;
	margin-top:15px;
}
.productList .image img {
	max-height: 200px;
	margin-top:0;
}
.no_image{ 
	text-align:center;
	font-style:italic;
	line-height:170px;
}

.product h1{
	font-size: 26px;
	line-height: 34px;
	margin: 0px 0px 12px 10px;
	font-family:'DINCondRegularBold';
}

.product label{
	float: left;
	margin-top: 10px;
}

.product label h1{
	cursor: pointer;
	font-family:'DINCondRegularBold';
}

.product label input{
	display: none;
}

.product label span{
	height: 33px;
	width: 33px;
	display: inline-block;
	cursor: pointer;
	background:#FFF;
	border-radius:5px;
	-webkit-box-shadow: inset 2px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 2px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 2px 1px 5px 0px rgba(0,0,0,0.5);
}

.product [type=checkbox]:checked + span {
	background: -webkit-linear-gradient(#F79303, #D05901); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F79303, #D05901); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F79303, #D05901); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F79303, #D05901); /* Standard syntax */
	
	-webkit-box-shadow: inset -2px -1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset -2px -1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset -2px -1px 5px 0px rgba(0,0,0,0.5);
}

.selectAll label{
	float: left;
}

.selectAll label input{
	display: none;
}

.selectAll label span{
	height: 33px;
	width: 33px;
	display: inline-block;
	cursor: pointer;
	background:#FFF;
	border-radius:5px;
	-webkit-box-shadow: inset 2px 1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 2px 1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset 2px 1px 5px 0px rgba(0,0,0,0.5);
}

.selectAll [type=checkbox]:checked + span {
	background: -webkit-linear-gradient(#F79303, #D05901); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F79303, #D05901); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F79303, #D05901); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F79303, #D05901); /* Standard syntax */
	
	-webkit-box-shadow: inset -2px -1px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset -2px -1px 5px 0px rgba(0,0,0,0.5);
	box-shadow: inset -2px -1px 5px 0px rgba(0,0,0,0.5);
}

.selectAll_text{
	margin: 7px 0px 0px 10px;
	font-size: 18px;
	float: left;
	cursor: pointer;
}
.product a{
	text-decoration: none;
}
.specs{
	/* min-height: 300px; */
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
	width: 100%;
	float: left;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.specs h1{
	font-size: 26px;
	margin: 15px 0px 9px 15px;
}
/**/

/* details */
.buttons{
	width: 208px;
	position: absolute;
	margin-top: 458px;
	height: 566px;
}

.buttons li{
	margin-bottom: 30px;
}

.arrow_left{
	position: absolute;
	margin: 4px 0px 0px 40px;
}

.model_no{
	color: #de2e11;
}
/**/

.clear{
	clear: both;
}

/* buttons */
.download_pdf{
    width: 210px;
	
    margin-right: 10px;
    float: left;
    height: 50px;
}

.download_csv{
    width: 210px;
	
    margin-right: 10px;
    height: 50px;
    float:  left;
}

.email_specs{
    width: 210px;
	
    float: left;
    height: 50px;
}
/**/

/*controls*/
#controls{
	position: fixed;
	width: 620px;
	height: 240px;
	background-color: #ffed00;
	border-bottom: 1px solid #888;
}

#controls_offset{
	height: 240px;
}
/**/

/*buttons met image*/
#buttonarea {
  /*width: 100%;*/
  height: 49px;
  clear: both;

  margin-top: 6px;
}
#buttonarea .fa {
	margin-right:5px;
}
.button {
  position:relative;
  float: left;
  width: 194px;
  height: 37px;
  line-height: 37px;
  display: block;
  border: 0px;
  font-size: 24px;
  overflow: hidden;
  cursor: pointer;
  font-family: 'DINCondRegular';
  text-transform:uppercase;
  text-align:center;
  text-decoration:none;
  color:#A08001;
  background:#FFE000;
  background: -webkit-linear-gradient(#FFF89C, #FED700); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#FFF89C, #FED700); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#FFF89C, #FED700); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#FFF89C, #FED700); /* Standard syntax */
  border-radius:5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  margin-right:10px;
}
.button span {
	height:37px;
	line-height:37px;
}
.button.small {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	float:right;
	margin-top:5px;
	font-size:32px;
}
.button.small .fa::before {
	line-height:54px;
}
.button.center {
	margin:auto;
	float:none;
}
.button:hover {
	background: -webkit-linear-gradient(#F79303, #D05901); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F79303, #D05901); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F79303, #D05901); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F79303, #D05901); /* Standard syntax */
	color:#FBCF94;
}

.header-nav {
	display: inline-block;
	float: right;
	width: 100%;
}

.small_form input[type="text"] {
	height: 50px;
	float: left;
	margin-top: 5px;
	padding-left: 0;
	margin-left: 0;
	width: auto;
}
.small_form {
	width: 100%;
}
/**/

.back_button{
	float: right;
	margin: 6px 2px 0px 0px;
}

/* table */ 
table{
	width: 70%;
	/* float: left; */
}

table td{
	padding: 5px 15px 0px 15px;
}

.specs td:first-child{
	width: 55%;
}

td:first-child{
	color: #6a6a6a;
}

table tr:nth-child(odd){
	background-color: #f9f9f9;
}

.exportmessage {
	margin-top:50px;
	text-align:center;
	font-size:24px;
}

@media (max-width: 767px){
	
	.container{
		width: auto;
		min-width:340px;
		padding: 0px 10px 30px 10px;
	}
	#controls{
		width: 100%;
		min-width:350px;
		left: 0px;
		height: 150px;
	}
	#controls .logo_home_small{
		margin-left: 10px;
	}
	#controls .back_button{
		margin-right: 4px;
	}
	#controls_offset {
		height: 155px;
	}
	.logo_home {
		max-width: 100%;
		margin: 10px 0px 0px 0px;
	}
	#buttonarea {
		width: auto;
		/* margin-right: 10px; */
		float: right;
		height: 40px;
		clear: both;
		margin-top: 0px;
	}
	.selectAll_text {
		margin: 6px 0px 0px 8px;
	}
	.selectAll label span {
		height: 33px;
		width: 33px;
		display: inline-block;
		cursor: pointer;
		margin-top: 1px;
		margin-left: 10px;
		background-image: url(../../img/checkbox_unchecked.jpg);
	}
	h1.title {
		font-size: 24px;
		font-weight: normal;
		margin: 10px 0px 0px 0px;
	}
	.search_area {
		margin: 15px 0px 15px 0px;
	}
	.search_label{
		margin: 0px 0px 0px 0px;
		font-size: 14px;
		/* width: 120px; */
	}
	.search_label.multiple{
		margin: 0px;
	}
	.search_label_to{ 
		margin: 10px 0px 0px 0px;
		font-size: 14px;
	
		width:  100%;
		float: left;
		text-align: center;
}
	.search_area input[type="text"] {
		height: 36px;
		margin: 10px 0px 0px 0px;
		width: 100%;
		font-size: 14px;
		padding: 0px;
	}
	.search_button_search {
		font-size: 24px;
	}
	.search_button{
		height: 40px;
	}
	.button {
		width: 42px;
		height: 36px;
		line-height:36px;
	}
	.button .text {
		display:none;
	}
	h1 .button {
		width:auto;
		padding:0 10px;
		margin-bottom:10px;
	}
	.back_results {
		width: 36px;
		height: 36px;
		font-size:24px;
	}
	#buttonarea .fa {
		margin:0;
	}
	h1.search_result{
		font-size: 18px;
		margin-bottom: 8px;
		margin-left: 10px;
	}
	h1.search_result_detail{
		font-size: 18px;
		margin-bottom: 8px;
		/* margin-left: 10px; */
	}	
	.logo_home_small{
		max-height: 36px;
		max-width: none;
		display: none;
	}
	.small_form {
		clear:both;
	}
	.back_button{
		margin-bottom: 4px;
	
		margin-right: -4px;
	}
	.product.detail h1{
		margin: 0px 0px 4px 0px
	}
	.product h1 {
		font-size: 20px;
		line-height: 35px;
		margin: 0px 0px 7px 8px;
	}
	.product.detail .image {
		line-height:170px;
		height:170px;
		width:100%;
	}
	.product .image img {
		 max-height:170px;
		 margin-top:0px;
	}
	.product .specs{
		font-size: 18px;
	}
	.detail table {
		width:100%;
	}
	table td{
		padding: 2px;
	}
	.specs td:first-child {
		width: 40%;
	}
/*	table tr:nth-child(even){
		background-color: red;
	}*/
	
	.exportmessage {
		font-size:18px;
	}

	button.button.small{
		display: none;
	}
	.small_form input[type="text"] {
		width: calc(92% - 120px);
		margin-bottom: 10px;
	}
}

.filters {
	width: 12rem;
	float: left;
	font-size: 1.4rem;
	font-weight: 900;
}
.filters > div {
	display: inline-block;
}