@import url('konfigurator.css');
@import url('results.css');
@import url('contact-form.css');

.breadcrumbs {
  display:none;
}
.start_heading {
	line-height: 69px;
}
.start_heading:after {
	clear: both;
	display: block;
	content: " ";
}

.start_heading .h2 {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}

.start_heading h2, .start_heading .h2 {
	line-height: 69px;
	float: left;
	color: #303030;
	font-size: 1.833em;
	font-family: 'Signika Negative', sans-serif;
}
.start_heading h2 strong.n_logo, .start_heading .h2 strong.n_logo {
	width: 24px;
	height: 26px;
	background: url('../images/n_logo.png');
	display: inline-block;
	margin-right: 11px;
	vertical-align: middle;
}
.start_heading .contact_phone {
	float: right;
	font-size: 1.500em;
	font-family: 'Signika Negative', sans-serif;
	color: #303030;
	font-weight: 600;
}
.start_heading .contact_phone_icon {
	width: 21px;
	height: 20px;
	background: url('../images/phone_icon.png');
	display: inline-block;
	margin-right: 9px;
	vertical-align: middle;
}
#topbox .block {
  float: left;
	margin: 0;
	padding: 0;
}
#rbox2{
	padding: 18px 18px 0 0;
}
#rbox, #fla {
	padding: 18px 0 0 0;
}

#best h2 {
	padding-top: 30px;
  clear: both;
  font-size: 1.667em;
  margin-bottom: -50px;
}
#big_box {
	position: relative;
	height: 690px;
	width: 370px;
	margin: 11px 0 0;
	padding: 20px 30px;
	float:left;
}
#big_box h5, #big_box .h5 {
	position:absolute;
	font-size: 1em;
	text-transform: uppercase;
	color: #767676;
	top: 30px;
}
#big_box .btns {
	width: 375px;
  padding: 0 30px;
  box-sizing: border-box;
}
#big_box h4 {
	position:absolute;
	font-size: 1.667em;
	top: 50px;
}
#big_box .img_wrapper {
	width:370px;
	height:370px;
	position: absolute;
	top: 115px;
	line-height:370px;
  text-align: center;
}
#big_box .img_wrapper a img{
  max-width: 370px;
	max-height:370px;
	vertical-align:middle;
}
#big_box .comment{
	position: absolute;
	top: 490px;
	width: 370px;
	font-size: 1.500em;
	font-style: italic;
}
#big_box .size_area {
  position: absolute;
  bottom: 60px;
  width: 375px;
  box-sizing: border-box;
}
#bestsellers .box_out {
  padding-top: 28px;
}
#bestsellers #big_box * {
  position: static !important;
}

#bestsellers h3 {
	background: none;
	margin: 0;
	padding: 0;
	font-size: 0.1em;
	line-height: 0.1em;
}

#bestsellers #big_box h5, #bestsellers #big_box .h5 {
  margin: 0;
}
#bestsellers #big_box h4 {
  margin: 10px 0 17px 0;
}
#bestsellers #big_box .symbol {
  text-align: left;
  font-weight: bold;
  font-size: 0.917em;
  color: #747474;
}
#bestsellers #big_box .comment {
  min-height: 84px;
}
#bestsellers #big_box .color_list {
  width: 375px;
}
#bestsellers #big_box ul.btns {
  padding: 0;
}
#bestsellers .products_list * {
  position: static !important;
}
#bestsellers .products_list > li h5,
#bestsellers .products_list > li .h5 {
  margin: 0;
}
#bestsellers .products_list > li h4 {
  margin: 5px 0 10px 0;
}
#bestsellers .products_list > li .color_list {
  width: auto;
  line-height: 24px;
}
#bestsellers .products_list > li ul.btns {
  padding: 0 !important;
}
#bestsellers .products_list > li .size_area {
  width: auto;
}
#bestsellers .products_list > li .symbol {
  text-align: left;
  font-weight: bold;
  font-size: 0.917em;
  color: #747474;
}
#best .btns.norm {
	margin-left: 0;
	margin-top: 10px;
}
#best .box_out ul li:nth-child(1){
	border-bottom: 1px solid #e5e5e5;
}
#best .box_out ul li:nth-child(2){
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#best .box_out ul li:nth-child(3){
	clear:left;
	border-right: 1px solid #e5e5e5;
}
#best .box_out ul li>a, .relp>a{
	position: absolute;
	top: 115px;
}
#best .box_out ul li .btns{
	position:absolute;
	bottom: 15px;
}
#best .box_out ul.btns {
	text-align:center;
	width:100%;
	padding-right: 30px;
	box-sizing: border-box;
	padding: 0 30px 0 0px;
}
#best .box_out ul li ul.btns {
	padding: 0 30px 0 0px;
}
#best .box_out ul.btns li  {
	clear:none !important;
	margin-right:5px;
	display:inline-block;
	float: none !important;
}
#bestsellers_contact {
	float:left;
	clear:both;
	width:100%;
}

#bestsellers_contact #bestsellers_contact_form{
	width:440px;
	height: 460px;
	padding:10px;
	float:left;
	background: url('../images/contact_form.jpg') no-repeat;
}

#bestsellers_contact #bestsellers_contact_form form{
	padding:20px 40px;
}

#bestsellers_contact #bestsellers_contact_form form input#contact_submit{
	width: auto;
	float:right;
  color: #fff;
	border-radius: 20px;
	font-weight:bold;
	text-transform: uppercase;
  opacity:1;
  -webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;
  cursor:pointer;
  background: #767676;
}
#bestsellers_contact #bestsellers_contact_form form input#contact_submit:hover{
  opacity:0.7;
}
#bestsellers_contact #bestsellers_contact_info{
	float:left;
	width:50%;
	height: 480px;
}
#contact_tel{
	float:left;
	margin:0 0 0 15px;
	width:220px;
	height:480px;
	background: url('../images/contact_phone.jpg') no-repeat;
}
#contact_about{
  position:relative;
	float:left;
	margin: 0 0 0 15px;
	width:220px;
	height: 230px;
	background: url('../images/contact_about.jpg') no-repeat;
  opacity:0.7;
  -webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;
}
#contact_map{
	position:relative;
	float:left;
	margin: 0 0 0 15px;
	margin-top:20px;
	width:220px;
	height: 230px;
	background: url('../images/contact_map-1.jpg') no-repeat;
  opacity:0.7;
  -webkit-transition: opacity 0.5s; /* Safari */
  transition: opacity 0.5s;
}
#contact_map h4, #contact_about h4 {
	position: absolute;
	bottom: 10px;
	text-shadow: 0 0 1px #fff;
	left: 30px;
	color: #fff;
	font-size: 1.167em;
}
#contact_map:hover, #contact_about:hover {
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#partners{
	width:1190px;
	height:100px;
	clear:both;
}
#partners ul{
	float:left;
	width:100%;
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
  display:none;
  margin-bottom: 15px;
}
#partners ul.active {
  display:block;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
#partners ul li{
	margin:0px;
	padding:0px;
	float:left;
  height: auto;
  width: 138px;
  margin-left: 20px;
}
#partners ul li:first-child {
    margin-left: 0;
}
#partners ul li a, #partners ul li span {
	display:block;
	padding:20px 72px;
}
#partners ul li a{
	text-decoration: none;
}
#partners #showa{background: url('/res/logos/showa.png') center center no-repeat;}
#partners #pkegel{background: url('/res/logos/kegel_logo.png') center center no-repeat;}
#partners #deltaplus{background: url('/res/logos/Delta_Plus.jpg') center center no-repeat;}
#partners #jhk{background: url('/res/logos/JHK_logo.jpg') center center no-repeat;}
#partners #bennon{background: url('/res/logos/logo-bennon.jpg') center center no-repeat;}
#partners #l3m{background: url('/res/logos/3M.jpg') center center no-repeat;}
#partners #protektor{background: url('/res/logos/protektorsa.jpg') center center no-repeat;}
#partners #ajgroup{background: url('/res/logos/pros_logo.png') center center no-repeat;}
#partners #portwest{background: url('/res/logos/portwest.jpg') center center no-repeat;}
#partners #snickers{background: url('/res/logos/snickers.png') center center no-repeat;}
#partners #abeba{background: url('/res/logos/abeba-logo.jpg') center center no-repeat;}
#partners #adamant{background: url('/res/logos/logo-adamant.jpg') center center no-repeat;}
#partners #fagumstomil{background: url('/res/logos/logo_Fagum_Stomil.png') center center no-repeat;}
#partners #julex{background: url('/res/logos/julex.png') center center no-repeat;}
#partners #protektor{background: url('/res/logos/protektorsa.jpg') center center no-repeat;}
#partners #mercator{background: url('/res/logos/mercator.png') center center no-repeat;}
#partners #univet{background: url('/res/logos/univet.jpg') center center no-repeat;}
#partners #uvex{background: url('/res/logos/uvex.jpg') center center no-repeat;}
#partners #protekt{background: url('/res/logos/protekt.png') center center no-repeat;}


#prinws {
	float: left;
	min-height: 110px;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
	background: #f5f5f5;
  margin-top: 15px;
}
#prinws img {
	float: left;
	margin-right: 12px;
	border: 1px solid #FFF;
}
#prinws h4 {
	margin: 5px 0;
	padding: 0;
	text-align: left;
  font-size: 1.5em;
}
#prinws p {
	margin: 0;
  line-height: 1.417em;
}
#prinws p.ddt {
	color: #000;
	font-size: 10px;
	float: right;
}
#startnews {
  margin: 0;
  padding: 5px 15px 2px 15px;
  background: #f7f7f7;
  border-left: 10px solid #FFF;
  list-style: none;
  overflow: hidden;
  border-top: 1px solid lightgrey;
}
#startnews li {
	margin: 0 0 4px 0;
	padding: 4px 0 4px 12px;
	background: url('../images/point6.gif') center left no-repeat;
}


@media (max-width:1190px) {
	#partners {
		margin-left:0;
		width:100%;
		height:auto;
	}
}
