@import url(http://www.google.com/fonts#UsePlace:use/Collection:Roboto:400,500,900,700);
/*====== RESPONSIVE BREAKPOINT VARIABLES ======= */
@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

#header {
  width: 1100px;
  margin:auto;
  /*height: 231px;*/
  background:#fff;
}
#header object {
  display: block;
  height: 240px;
  /*display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 736px;*/
}

#footer {
  width: 100%;
  /*height: 414px;
  @media only screen and (max-width : 768px){
  	height: 975px;
  }*/
}
#footer object {
  display: block;
  height: 394px;
  /*display: none;
  width: 100%;
  height: 100%;*/
}

body#body .pagewidth .pageminwidth .pagelayout .pagecontainer > table {
  font: 1.25em/1em 'arial', sans-serif;
  background: #f1f1f0 url(../img/bg.jpg) center top no-repeat;
}

/************************ eBay **************************/
#gh-bt {
  z-index: 1000 !important;
  /* Back to top icon */
}

{
  /* Layout & Common */
  /* Sidebar */
}
.page-content-container {
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}
{
  width: 260px;
  vertical-align: top;
  /* padding-top: 20px; */
  color: #434343;
  /* Category block */
  /* Why Us block */
  /* Slideshow block */
}
.sidebar-block {
  margin-bottom: 25px;
}
.sidebar-block-title {
  display: block;
  padding: 10px !important;
  color: #fff;
  background: #85b90e !important; /* Old browsers */
  text-transform: uppercase;
  font-size: 17px !important;
  font-weight: 500 !important;
 
}
.sidebar-block-title h2, .sidebar-block-title font {
  font-size: 16px !important;
}
.sidebar-block-content {
  border: 1px solid #e8e8e8 !important;
  margin-bottom: 25px;
  background-color:#fff;
}
.category-list-container {
  width: 100%;
}
.category-block-list a {
  padding-left: 15px;
  background-image: url("../img/sprite.png");
  background-position: -50px -85px;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.category-block-list li {
  margin: 0;
  padding: 5px 20px;
  border-bottom: 1px solid #ededed;
  font-size:12px;
  font-weight: 100;
 				/*&:last-child {
					border-bottom: 0;
				} */
}
.category-block-list li:hover a {
  margin-left: 5px;
}
.category-block-list li span {
  font-weight: bold;
}
.category-block-list ul {
  padding: 0 !important;
}
.category-block-list ul li {
  list-style-type: none !important;
  margin: 0 !important;
}
.category-block-list .lev2 li {
  padding-left: 35px;
}
.category-block-list .lev3 li {
  padding-left: 50px;
}
.category-block-list .lev3 li {
  padding-left: 65px;
}
.why-us, .garantie {
  padding-top: 20px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.why-us li, .garantie li {
  margin-bottom: 15px;
  min-height:36px;
}
.why-us li:before {
  content: '';
  float: left;
  width: 42px;
  height: 42px;
  margin: 1px 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #4f4f51;
  background-image: url("../img/sprite.png");
  background-position: -47px -268px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.garantie li:before {
  content: '';
  float: left;
  width: 44px;
  height: 44px;
  margin: 1px 10px;
  background-image: url("../img/rea.png");
  background-position: 0px 5px;
  background-repeat: no-repeat;
}
.garantie li.rea2:before {
	background-position: 0px -50px;
}
.garantie li.rea3:before {
	background-position: 0px -102px;
	height:60px
}
.why-us li:hover:before {
  background-color: #85b90e;
  border-color:#85b90e
}
.why-us h5, .garantie h5 {
  margin-bottom: 5px;
  color: #020101;
  font-weight: bold;
  padding-top:8px;
  font-size:12px;
}
.why-us h6, .garantie h6 {
  color: #020101;
  font-size: 10px;
}
.block-slideshow {
  padding: 0;
  position: relative;
  background: #fff;
  border: none;
  border-top: 6px solid #472a1b;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
.block-slideshow .block-slideshow-inner {
  border: 1px solid #e8e8e8;
}
.block-slideshow .block-content {
  padding: 0 15px 25px;
  margin: 0;
}
.block-slideshow .block-slider .slides > li {
  margin: 0;
  padding: 22px 0 0;
  line-height: 1.4;
  text-align: center;
  background: none transparent;
  -webkit-backface-visibility: hidden;
}
.block-slideshow .block-slider .slides > li strong {
  display: block;
  border: 0;
  padding: 0 0 22px;
  margin: 0 0 25px;
  color: #000;
  color: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #e8e8e8;
  font-size: 22px;
  font-weight: 400;
  font-family: "Myriad Pro", serif;
  text-transform: capitalize;
  letter-spacing: -1.2px;
  line-height: 21px;
}
.block-slideshow .block-slider .slides > li p {
  margin: 0 0 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  color: rgba(0, 0, 0, 0.67);
}
.block-slideshow .block-slider .slides > li a {
  color: #322c29;
}
.block-slideshow .block-slider .slides > li a.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: -21px 0 21px;
  height: 42px;
  background-color: #f4f4f4;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 5px 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.block-slideshow .block-slider .slides > li a.button span {
  line-height: 42px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}
.block-slideshow .block-slider .slides > li a.button:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.block-slideshow .block-slider .slides > li .img {
  max-width: 100%;
  display: block;
  text-align:center;
}
.block-slideshow .flex-direction-nav {
  display: none;
}
.block-slideshow .flex-control-nav {
  position: relative;
  width: 285px;
  height: 33px;
  overflow: hidden;
  margin: -35px -15px 15px;
  background: #fefefe;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
.block-slideshow .flex-control-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 0 6px;
  padding: 0;
  line-height: 33px;
  background: none transparent;
}
.block-slideshow .flex-control-nav li a {
  margin: 12px 0;
  width: 8px;
  height: 8px;
  display: block;
  background: #000;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.block-slideshow .flex-control-nav li .flex-active {
  background-color: #85b90e;
}
.sidebar-left-spacer {
  width: 20px;
}
.content-top-spacer {
  display: block !important;
  height: 35px;
}
