/* ========================================================================== */
.Banner {
  opacity: 0;
}
.Banner.processed {
  opacity: 1;
  margin-top: 0px;
  margin-bottom: 24px;
}
.Banner .text {
  width: 100%;
  height: 100%;
}
.Banner h4 {
  font-size: 60px;
  line-height: normal;
  position: absolute;
}

.Banner p {
    color: #000000;
    font-family: "PTSansNarrowBold",sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
    position: absolute;
}

.Banner h4 {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 45px;
    line-height: normal;
    padding: 0 10px;
    text-shadow: 3px 1px 1px #000000;
    text-transform: uppercase;
}

.Banner .btn {
  position: absolute;
  padding: 10px 30px 3px;
  font-size: 30px;
}
.Banner .flexslider {
  border: 0 none;
  margin: 0;
  background: none;
  padding: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  		/*
  		ul.slides{
  			li{
  				position: relative;
  				.text{
  					position: absolute;
  					left: $base_grid_margin;
  					bottom: $base_grid_margin;
  					@include transparent_bg(#000000, 0.7);
  					padding: 16px 20px;
  					color: $whitest;
  					@include plenty-text-shadow();
  					width: 400px;
  					h4{
  						line-height: 120%;
  					}
  
  				}
  			}
  		}
  		.manualControls{
  			position: absolute;
  			top: 0;
  			right: 0;
  			height: 100%;
  			
  			width: $manualControls_width;
  			overflow: hidden;
  			z-index: 1000000;
  			padding-left:  10px;
  			ul{
  				height: 100%;
  			
  				width: 100%;
  				@include transparent_bg(#000000, 0.7);
  				li{
  					cursor: pointer;
  					color: $whitest;
  					@include plenty-text-shadow();
  					padding: $manualControls_li_padding 20px;
  					border-top: 1px solid $light_color;
  					height: $manualControls_li_height;
  					position: relative;
  					
  					
  					&.flex-active{
  						@include main_background();
  						span{
  							display: block;
  							width: 10px;
  							height: $manualControls_li_height + $manualControls_li_padding * 2;
  							position: absolute;
  							background: url(../images/banner_arr.png) no-repeat center right;
  							left: -9px;
  							top: 1px;
  							z-index: -1;
  						}
  					}
  					
  
      
  					&:first-child{
  						border-top: none;
  					}
  
      			
  				}
  			}
  		}
  		*/
}
.Banner .flexslider .BannerLi {
  background-position: center center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.Banner .flexslider .BannerLi .w100 {
  height: 410px;
}
.Banner .flexslider ul li {
  list-style: none !important;
  list-style-image: none;
}
.Banner .flexslider .flex-direction-nav {
  margin: 0 auto;
  position: relative;
  width: 940px;
}
.Banner .flexslider .flex-direction-nav a {
  opacity: 0.7;
  bottom: 5px;
  top: auto;
  background: url("../images/bg_direction_nav.png") no-repeat scroll 0 0 transparent;
  width: 52px;
  height: 52px;
}
.Banner .flexslider .flex-direction-nav a:hover {
  opacity: 1;
}
.Banner .flexslider .flex-direction-nav .flex-next {
  right: 5px;
  background-position: -52px 0;
}
.Banner .flexslider .flex-direction-nav .flex-next:hover {
  background-position: -52px -52px;
}
.Banner .flexslider .flex-direction-nav .flex-prev {
  left: 5px;
}
.Banner .flexslider .flex-direction-nav .flex-prev:hover {
  background-position: 0px -52px;
}

/*
 .flexslider.adjusted {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-mox-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.flexslider.adjusted ul li {
  list-style: none;
}
.flexslider.adjusted .flex-direction-nav a {
  opacity: 0.5;
  bottom: 8px;
  top: auto;
}
.flexslider.adjusted .flex-direction-nav .flex-next {
  right: 12px;
}
.flexslider.adjusted .flex-direction-nav .flex-prev {
  left: 12px;
}
body{
	min-width: 940px;
}
.flexslider.adjusted .flex-direction-nav{
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.Banner {
    //background: url("../images/banner.jpg") no-repeat scroll center center transparent;
	//margin-bottom: -7px;
	background-position: center center;
	background-color: transparent;
	background-repeat: no-repeat;
   	
}

.Banner .w100 {
    height: 500px;
}

.Banner ul.benefits {
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 16px 0px;
}

.Banner ul.benefits li {
    color: #FFFFFF;
    text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.4);
    display: inline-block;
    padding: 0px 22px;
}
.Banner ul.benefits li.Active{
	text-decoration: underline;
}
 */
/* ========================================================================== */
.ArticleLinkCloud a {
  display: inline;
  padding-right: 10px;
  line-height: 100%;
  color: #888;
}

.ArticleLinkCloud a.tag_10 {
  font-size: 1em;
}

.ArticleLinkCloud a.tag_9 {
  font-size: 1.1em;
}

.ArticleLinkCloud a.tag_8 {
  font-size: 1.2em;
}

.ArticleLinkCloud a.tag_7 {
  font-size: 1.3em;
}

.ArticleLinkCloud a.tag_6 {
  font-size: 1.4em;
}

.ArticleLinkCloud a.tag_5 {
  font-size: 1.5em;
}

.ArticleLinkCloud a.tag_4 {
  font-size: 1.6em;
}

.ArticleLinkCloud a.tag_3 {
  font-size: 1.7em;
}

.ArticleLinkCloud a.tag_2 {
  font-size: 1.8em;
}

.ArticleLinkCloud a.tag_1 {
  font-size: 2em;
}

/* ========================================================================== */
.Filter_CharacterGroups {
  width: 105%;
  margin: 0 0 -10px -10px;
  float: left;
  margin: -14px 0 -3px -10px;
}

.CharacterFilterElement {
  padding: 7px 7px 6px 12px;
  background: #f4f4f4;
  border-bottom: 1px solid #dddddd;
}

.CharacterFilterElement input {
  float: left;
  margin: 3px 4px 0 2px;
}

.NavigationGroupFilter {
  width: 220px;
  margin: 10px;
  margin-bottom: 20px;
  float: left;
  margin: 10px;
}
.NavigationGroupFilter .CharacterFilterGroupName,
.NavigationGroupFilter h2 {
  background: #181818;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-family: "PTSansNarrowBold", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 5px 5px 40px;
  color: #AE1E20;
}
.NavigationGroupFilter .CharacterFilterGroupName span,
.NavigationGroupFilter h2 span {
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  display: block;
  background: url("../images/ic_nav_group_filter.png") no-repeat scroll center center transparent;
}

.filterHide.NavigationGroupFilter h2 {
  margin-bottom: 0px;
}

.filterHide .PlentyItemProducerFilterContainer,
.filterHide .CharacterFilterElement {
  display: none;
}

/* ========================================================================== */




/* ========================================================================== */
.PlentyItemProducerContainer {
    float: left;
    margin: 10px;
    width: 220px;
}


.PlentyItemProducerListItem {
    background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    float: left;
    list-style-image: none;
    margin-left: -10px;
    padding: 7px 7px 6px 32px;
    width: 180px;
}

.PlentyItemProducerList {
    float: left;
    margin-top: -10px;
    width: 100%;
}



.CharacterFilterElement input {
  float: left;
  margin: 3px 4px 0 2px;
}

.NavigationGroupFilter {
  width: 220px;
  margin: 10px;
  margin-bottom: 20px;
  float: left;
  margin: 10px;
}
.NavigationGroupFilter .CharacterFilterGroupName,
.NavigationGroupFilter h2 {
  background: #181818;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-family: "PTSansNarrowBold", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  padding: 8px 5px 5px 40px;
  color: #fff;
}
.NavigationGroupFilter .CharacterFilterGroupName span,
.NavigationGroupFilter h2 span {
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  display: block;
  background: url("../images/ic_nav_group_filter.png") no-repeat scroll center center transparent;
}

.filterHide.NavigationGroupFilter h2 {
  margin-bottom: 0px;
}

.filterHide .PlentyItemProducerFilterContainer,
.filterHide .CharacterFilterElement {
  display: none;
}

/* ========================================================================== */




.producer_logos_banner {
    padding-top: 40px;
}




















.box.video {
  margin: 20px 0;
}

.box.links {
  float: left;
  width: 220px;
}
.box.links ul {
  margin-left: 15px;
}
.box.links ul li {
  position: relative;
}
.box.links ul li a {
  position: relative;
}
.box.links ul li a.Active, .box.links ul li a:hover {
  color: #AE1E20;
}

.box.loginBox {
  position: relative;
  display: inline;
  display: none;
}
.box.loginBox .login_form {
  padding: 10px;
  width: 200px;
  display: none;
  position: absolute;
  z-index: 100000;
  left: -70px;
  top: 16px;
  border: 2px solid #AE1E20;
  background: white;
}
.box.loginBox .login_form input {
  position: relative;
}
.box.loginBox .login_form input[type="submit"] {
  float: right;
}
.box.loginBox .login_form input[type="password"], .box.loginBox .login_form input[type="text"] {
  width: 188px;
  margin-bottom: 7px;
}
.box.loginBox .login_form a.cancel {
  color: #777777 !important;
  display: inline-block !important;
  line-height: 26px;
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
}

.box.social {
  float: left;
  margin-left: 98px;
}
.box.social .socialbutton {
  display: block;
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 6px;
  margin-top: -3px;
}

.box.benefits {
    color: #FFFFFF;
    font-family: "PTSansNarrowRegular",sans-serif;
    font-size: 12px;
     left: 430px;
    line-height: normal;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 24px;
}
.box.benefits ul li {
  float: left;
  list-style: none;
  padding: 5px;
  width: 66px;
}
.box.benefits ul li img {
  margin-bottom: 7px;
}

.box.seals {
  position: absolute;
  top: 30px;
  left: 554px;
}
.box.seals a {
  margin-left: 5px;
}

.box.doubleParent {
  width: 105%;
  margin: 0 0 -10px -10px;
  float: left;
}

.box.double {
  width: 220px;
  margin: 10px;
  margin-bottom: 20px;
  float: left;
  overflow: hidden;
  position: relative;
}
.box.double.white {
  width: 420px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.box.double.white .btn {
  position: absolute;
  bottom: 20px;
}
.box.double.h150 {
  height: 150px;
}
.box.double.h240 {
  height: 205px;
}
.box.double h4 {
  color: #AE1E20;
  margin: -3px 0 7px;
}
.box.double p {
  margin-bottom: 16px;
}
.box.double p.large {
  font-family: "PTSansNarrowBold", sans-serif;
  line-height: normal;
}


.box.search {
    clear: both;
    float: right;
    margin-top: 7px;
    position: relative;
}
.box.search form.search_form {
  float: left;
}
.box.search form.search_form input[type="text"] {
  width: 197px;
  border-color: transparent;
}
.box.search form.search_form button {
  text-indent: -9999px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 0px;
  height: 25px;
  margin-left: -5px;
  padding: 3px 0;
  line-height: 100%;
  position: relative;
  filter: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.box.search form.search_form button span {
  background: url("../images/ic_glass.png") no-repeat center center transparent;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: 10px;
}

.box.basket {
  float: right;
  position: relative;
  line-height: 320%;
}
.box.basket a {
  color: white;
  margin-left: 3.5px;
}
.box.basket a span {
  font-family: "PTSansNarrowBold", sans-serif;
  font-size: 18px;
  display: inline-block;
}
.box.basket .Basket_Text {
  display: none;
}
.box.basket .Basket_ArticleQuantity {
  border-right: 1px solid #ffffff;
  padding-right: 14px;
}
.box.basket .Basket_Amount_Comma {
  margin: 0 12px 0 9px;
}

.box.hotline {
  float: right;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "PTSansNarrowBold", sans-serif;
  line-height: normal;
  text-transform: uppercase;
  color: #AE1E20;
  font-size: 16px;
}
.box.hotline span {
  padding: 0 0 0 4px;
}
.box.hotline span span {
  color: #181818;
  padding: 0;
}

/* ========================================================================== */
#livesearch_result {
  display: none;
  position: absolute;
  z-index: 100000000;
  margin: 31px 0px 0px;
  left: -60px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

#livesearch_result fieldset {
  padding: 10px 20px;
  border: 2px solid #AE1E20 !important;
  margin: 0 !important;
}

.PlentyLiveSearchResult tr {
  border-top: 1px solid #AE1E20;
}

#livesearch_result fieldset table {
  width: 100%;
}

.PlentyLiveSearchResult tr:first-child {
  border: medium none;
  font-weight: bold;
}

.PlentyLiveSearchResult tr:first-child td {
  padding: 5px 0px 15px;
}

.PlentyLiveSearchResult tr td {
  width: auto !important;
  padding: 4px 0px;
}

.PlentyLiveSearchResult tr td span.Price {
  font-size: 15px;
  color: #797979;
}

.LiveSearchArticleName {
  display: block;
  width: 75%;
}

.LiveSearchArticleName a {
  color: #696969;
}

.PlentyLiveSearchResult tr td span.LiveSearchVAT, .PlentyLiveSearchResult tr td span.LiveSearchShippingHandling {
  font-size: 11px;
}

.PlentyLiveSearchResult tr td span.LiveSearchShippingHandling br {
  float: left;
}

/* ========================================================================== */
.companyLogo {
    background: url("../images/company_logo.png") no-repeat scroll left top transparent;
    display: block;
    height: 55px;
    left: 0;
    position: absolute;
    text-indent: -9999px;
    top: 40px;
    width: 360px;
}

.Start {
  margin-bottom: 30px;
}

.ArticleListCategory {
  margin-top: -16px;
}
.ArticleListCategory h2.icon {
  margin-bottom: 12px;
}

.Request_CategoryText {
  margin-bottom: 27px;
}

.NewsLetter {
  margin-top: 20px;
}
.NewsLetter form {
  width: 100%;
}
.NewsLetter form input {
  margin-bottom: 5px;
}
.NewsLetter form input[type="text"] {
  width: 220px;
  *width: 208px;
}
.NewsLetter.box.links {
  margin-top: 0;
}
.NewsLetter.box.links form input[type="text"] {
  width: 200px;
}
.NewsLetter .hint {
  font-size: 0.9em;
  display: block;
  padding: 2px 0 5px;
  color: #999999;
}

.SearchResult .requestString {
  margin-bottom: 10px;
  margin-top: -8px;
  font-style: italic;
}

.overSized {
  width: 102%;
  position: relative;
}

.FooterLinks {
  margin-bottom: 20px !important;
}

.Credits {
  text-align: center;
  color: white;
}
.Credits a {
  color: white;
}
.Credits a.light {
  color: #888;
}

.fb-like-box {
  float: right;
  background: none repeat scroll 0% 0% #FFFFFF;
  margin-top: 8px;
  width: 300px;
}

.hidden {
  display: none;
}

.light {
  color: #999999;
}

.boxHeader {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: normal;
}
