
/*
@import url("plugins_cookiebar.css");
@import url("plugins_fancybox.css");
@import url("plugins_flexslider.css");
@import url("plugins_owlcarousel.css");
@import url("plugins_sumoselect.css");
*/

/* 04. jquery.cookiebar.js - Jquery Cookie Bar 2012 */

#cookie-bar {background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0px;}
#cookie-bar.fixed {position:fixed; top:0px; padding: 10px 5px; left:0px; width:100%;}
#cookie-bar.fixed.bottom {bottom:0px; top:auto;}
#cookie-bar p {margin:0px; padding:0px; font-size:15px;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0px 6px; margin-left:8px; line-height:24px;}
#cookie-bar .cb-enable {background:#007700;}
#cookie-bar .cb-enable:hover {background:#009900;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}

/*****************************************************************/
/*** 09. Fancybox
/*****************************************************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #444645;
  background: rgba(68, 70, 69, 0.65);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox_sprite@2x.png);
  background-size: 44px 152px;
  /*The size of the normal image, half the size of the hi-res image*/
}

#fancybox-loading div {
  background-image: url(../images/fancybox_loading@2x.gif);
  background-size: 24px 24px;
  /*The size of the normal image, half the size of the hi-res image*/
}
}


/*
* 01. jQuery FlexSlider v2.6.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*
*/
/* ====================================================================================================================
* FONT-FACE
* ====================================================================================================================*/
@font-face {
font-family: 'flexslider-icon';
src: url('../fonts/flexslider-icon.eot');
src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/* ====================================================================================================================
* RESETS
* ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
  .slides > li,
  .flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
  margin: 0px;
  background: #ffffff;
  /*border: 4px solid #ffffff;*/
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 47px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 42px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: 50px;
}
.flex-direction-nav .flex-next {
  right: 50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/*****************************************************************/
/*** 06. OWL Carousel
/*****************************************************************/
/*
* 	Core Owl Carousel CSS File
*	v1.3.2
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
color: #FFF;
display: inline-block;
zoom: 1;
*display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/AjaxLoader.gif) no-repeat center center;
}

/*
*  Owl Carousel CSS3 Transitions
*  v1.3.2
*/
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* jquery.sumoselect - v2.1.0 */

.SlectBox { width: 100%; padding: 5px 8px;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass { position: absolute; top: 0px; left: 0px; right: 0px; height: 100%; width: 100%; border: none; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.SumoSelect > .optWrapper > .options > li label, .SumoSelect > .CaptionCont { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none; width:100%;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont {box-shadow: 0px 0px 2px #7799D0;border-color: #7799D0;}
.SumoSelect > .CaptionCont { position: relative; border: 1px solid #BEBEBE; min-height: 14px; background-color: #fff;border-radius:0px;margin:0px;
  width:100%;
}
.SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; cursor: pointer;}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }

.SumoSelect > .CaptionCont > label { position: absolute; top: 0px; right: 0px; bottom: 0px; width: 30px;}
.SumoSelect > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
  background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto;background-repeat: no-repeat;opacity: 0.8;}

.SumoSelect > .optWrapper { top: 30px; width: 100%; position: absolute; left: 0; opacity: 0; visibility: hidden; transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -webkit-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -moz-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -ms-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -o-transition: opacity 200ms ease-out, top 200ms ease-out, visibility 200ms ease-out; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; z-index: -100; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden;}
.SumoSelect > .optWrapper.open { top: 35px; visibility: visible; opacity: 1; z-index: 100; }

.SumoSelect > .optWrapper > .options { list-style: none; display: block; padding: 0px; margin: 0px; overflow: auto; border-radius: 2px;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/ }
.SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0px 0px 100px #595959;}
.SumoSelect > .optWrapper > .options > li { padding: 6px 6px; border-bottom: 1px solid #F3F3F3; position: relative; }
.SumoSelect > .optWrapper > .options > li:first-child { border-radius: 2px 2px 0px 0px; }
.SumoSelect > .optWrapper > .options > li:last-child { border-bottom: none; border-radius: 0px 0px 2px 2px; }
.SumoSelect > .optWrapper > .options > li:hover { background-color: #E4E4E4; }
.SumoSelect > .optWrapper > .options > li.sel{background-color: #a1c0e4;}

.SumoSelect > .optWrapper > .options > li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
.SumoSelect > .optWrapper > .options > li span { display: none; }

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating { position: fixed; top: 0px; left: 0px; right: 0px; width: 90%; bottom: 0px; margin: auto; max-height: 90%; }

/*Hover*/
/*.SumoSelect:hover > .CaptionCont > label { background-color: #F1F1F1; }*/

/*disabled state*/
.SumoSelect > .optWrapper > .options > li.disabled { background-color: inherit;pointer-events: none;}
.SumoSelect > .optWrapper > .options > li.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options > li { padding-left: 35px;cursor: pointer;}
.SumoSelect > .optWrapper.multiple > .options > li span,
.SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0px;bottom:0px;margin-left:-35px;}
.SumoSelect > .optWrapper.multiple > .options > li span i,
.SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0px;right: 0px;top: 0px;bottom: 0px;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.13); border-radius: 0px 0px 3px 3px; }
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0px; width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0px 0px 0px 3px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0px 0px 3px 0px; }
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options > li { padding: 12px 6px; }

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options > li { padding-left: 35px; }
.SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
/*selected state
.SumoSelect > .optWrapper.multiple > .options > li.selected span i:after,
.SumoSelect .select-all.selected > span i:after{content: '';position: absolute;width: 11px;height: 11px;top: 2px;left: 2px;background-color: rgb(17, 169, 17);border-radius: 2px;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);}
*/
.SumoSelect > .optWrapper.multiple > .options > li.selected span i,
  .SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i{background-color:#666666; box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
/*disabled state*/
.SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
.SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

/**Select all button**/
.SumoSelect .select-all{border-radius: 3px 3px 0px 0px;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0px 3px 35px;height: 20px;}
.SumoSelect .select-all > span i{cursor:pointer;}
.SumoSelect .select-all.partial > span i{background-color:#ccc;}



/*styling for optgroups*/
.SumoSelect > .optWrapper > .options > li.optGroup { padding-left: 5px; text-decoration: underline; }


/* mobile view */
@media (max-width: 767px) {
	.SumoSelect > .CaptionCont{
	font-size:1.3em;
	}

	.SlectBox {
	  /*
	    padding: 1px 11px;
	    */
	}
}


/*****************************************************************/
/*** 11. Menu
/*****************************************************************/
/* Bootstrap Nav Menu */
.bt-links {
margin: 0;
padding: 0;
}
.bt-links > li {
display: inline-block;
float: left;
}
.bt-links > li:first-child {
padding-left: 0;
}
.bt-links .glyphicon {
margin-right: 5px;
}

/* Mega Menu */
.mega-menu li > a,
.mega-menu li > h5 {
text-decoration: none;
position: relative;
margin: 0;
outline: medium none;
}
.mega-menu li > h5 {
cursor: pointer;
}
.mega-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.mega-menu ul li {
position: relative;
}
.mega-menu > ul > li {
float: left;
}
.mega-menu > ul > li > a, .mega-menu > ul > li li > a,
.mega-menu > ul > li > h5, .mega-menu > ul > li li > h5 {
display: inline-block;
/*
padding: 13px 25px;
line-height: 25px;
*/
padding: 6px 25px;
line-height: 25px;
}
.mega-menu > ul > li.home{
    padding: 0px;
    margin: 0px;
}

.mega-menu > ul > li.home > a{
    padding: 0px;
    margin: 0px;
}
.mega-menu > ul > li > a .tip, .mega-menu > ul > li li > a .tip,
.mega-menu > ul > li > h5 .tip, .mega-menu > ul > li li > h5 .tip {
top: 7px;
margin-left: -20px;
}
.menu-arrow .mega-menu > ul > li > a,
.menu-arrow .mega-menu > ul > li > h5 {
padding: 13px 20px;
}
.menu-arrow .mega-menu > ul > li.has-sub > a:after,
.menu-arrow .mega-menu > ul > li.has-sub > h5:after {
content: "\f107";
font-family: "FontAwesome";
font-display: swap;
padding-left: 8px;
}
.mega-menu .popup {
position: absolute;
left: 0;
display: none;
margin: 0;
visibility: hidden;
z-index: 5000;
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
-webkit-transition: box-shadow 0.2s ease 0s;
transition: box-shadow 0.2s ease 0s;
}

.mega-menu .menu-item-has-children a {
  background-color: transparent;
}

.mega-menu .menu-item-has-children a:hover {
  background-color: #fafafa;
}

.mega-menu .popup > .inner {
padding: 0px;
display: block;
}
.mega-menu .popup ul {
display: inline-block;
position: relative;
padding: 0;
z-index: 6000;
}
.mega-menu .popup ul li {
display: block;
padding: 0;
position: relative;
float: none;
height: auto;
width: 210px;
background-color: #fafafa;
}
.mega-menu .popup ul li > a, .mega-menu .popup ul li li > a,
.mega-menu .popup ul li > h5, .mega-menu .popup ul li li > h5 {
display: inline-block;
padding: 8px 0 8px 12px;
margin: 0;
text-decoration: none;
}
.mega-menu .popup ul li > a .tip, .mega-menu .popup ul li li > a .tip,
.mega-menu .popup ul li > h5 .tip, .mega-menu .popup ul li li > h5 .tip {
top: 2px;
margin-left: 4px;
}
.mega-menu .popup ul li:hover > ul {
display: block;
background:#FFFFFF;
}
.mega-menu .popup ul li ul {
position: absolute;
left: 100%;
top: 0;
height: auto;
display: none;
}
.mega-menu .wide .popup li > a,
.mega-menu .wide .popup li > h5 {
padding: 6px 0;
}
.mega-menu .wide .popup li > a .tip,
.mega-menu .wide .popup li > h5 .tip {
top: 6px;
}
.mega-menu .wide .popup > .inner {
padding: 10px 0;
}
.mega-menu .wide .popup > .inner > ul {
padding: 0 0 30px;
}
.mega-menu .wide .popup > .inner > ul > li {
float: left;
}
.mega-menu .wide .popup > .inner > ul > li > a,
.mega-menu .wide .popup > .inner > ul > li > h5 {
padding: 15px 0 15px 15px;
}
.mega-menu .wide .popup > .inner > ul > li > a .tip,
.mega-menu .wide .popup > .inner > ul > li > h5 .tip {
top: 9px;
}
.mega-menu .wide .popup > .inner > ul > li > ul {
padding: 0 15px;
}
.mega-menu .wide .popup > .inner > ul > li > ul > li > a, .mega-menu .wide .popup > .inner > ul > li > ul > li li > a,
.mega-menu .wide .popup > .inner > ul > li > ul > li > h5, .mega-menu .wide .popup > .inner > ul > li > ul > li li > h5 {
font-family: inherit;
font-weight: normal;
font-size: 15px;
}
.mega-menu .wide .popup > .inner > ul > li > ul > li > a,
.mega-menu .wide .popup > .inner > ul > li > ul > li > h5 {
padding-left: 0px;
}

/*
.mega-menu .wide .popup > .inner > ul > li > ul > li > a:before,
.mega-menu .wide .popup > .inner > ul > li > ul > li > h5:before {
content: "\f04d";
font-family: 'FontAwesome';
font-size: 3px;
position: absolute;
left: 0;
}
*/

.mega-menu .wide .popup ul {
display: block;
position: relative;
left: 0;
}
.mega-menu .wide .popup ul ul {
padding-left: 20px;
top: 0;
}
.mega-menu .wide .popup ul ul li {
display: block;

}
.mega-menu .wide .popup ul ul ul ul {
padding-left: 10px;
}
.mega-menu .narrow .popup ul {
-webkit-transition: all 0.3s ease-in-out 0.3s;
transition: all 0.3s ease-in-out 0.3s;
}
.mega-menu .narrow .popup ul li {
border-top: 1px solid rgba(200, 200, 200, 0.3);
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mega-menu .narrow .popup ul li > a, .mega-menu .narrow .popup ul li li > a,
.mega-menu .narrow .popup ul li > h5, .mega-menu .narrow .popup ul li li > h5 {
padding-left: 20px;
}
.mega-menu .narrow .popup ul ul {
-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.mega-menu .pos-right .popup {
right: 0px;
left: auto;
}
.mega-menu .pos-right .popup ul li ul {
left: -100%;
}
.mega-menu .tip {
font-size: 11px;
font-weight: bold;
line-height: 11px;
/*font-family: Arial,sans-serif;*/
text-transform: uppercase;
padding: 2px 3px;
position: absolute;
top: 3px;
left: 100%;
margin-left: 4px;
z-index: 1;
}
.mega-menu .menu-block {
text-transform: none;
padding: 15px 25px;
}


/* Sidebar Menu */
.widget_sidebar_menu .widget-title {
/* padding: 12px 18px; */
position: relative;

background:red; /* test*/
}
.widget_sidebar_menu .widget-title .toggle {
position: absolute;
z-index: 0;
display: inline-block;
width: 25px;
height: 25px;
padding: 0;
margin: 0;
right: 10px;
top: 50%;
margin-top: -10.5px;
text-align: center;
font-family: "FontAwesome";
font-display: swap;
font-size: 18px;
font-weight: normal;
line-height: 24px;
cursor: pointer;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget_sidebar_menu .widget-title .toggle:before {
content: "\f0c9";
width: 100%;
text-align: center;
}


.mega-menu .products .product {
  padding-left: 5px;
  padding-right: 5px;
}
.mega-menu .products .product > .inner {
  background: transparent;
  padding: 17px 10px 25px;
  min-height: 0 !important;
}
.mega-menu .products .product .labels {
  font-size: 14px;
  width: 50px;
}
.mega-menu .products .product .onhot,
.mega-menu .products .product .onsale {
  padding: 6px 0;
}
.mega-menu .products .product .onhot.circle,
.mega-menu .products .product .onsale.circle {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  padding: 18px 0 17px;
}
.mega-menu .products .product .bottom-left .onhot.circle,
.mega-menu .products .product .bottom-left .onsale.circle,
.mega-menu .products .product .bottom-right .onhot.circle,
.mega-menu .products .product .bottom-right .onsale.circle {
  margin-bottom: -15px;
  margin-top: 5px;
}
.mega-menu .products.list .product > .inner {
  padding: 15px 10px 25px;
}
.mega-menu .products .product-image {
  width: 176px;
}
.mega-menu .products .product-image .price-box {
  border-radius: 40px;
  width: 80px;
  height: 80px;
}
.mega-menu .products .product-image .price-box .price {
  margin-top: 30px;
  font-size: 17px;
}
.mega-menu .products .product-image .price-box .price del,
.mega-menu .products .product-image .price-box .price .from {
  font-size: 14px;
}
.mega-menu .products .product-image .price-box.price-variable .price {
  margin-top: 17px;
  line-height: 0.3;
}
.mega-menu .products .product-image .price-box.price-variable .price .amount{
  line-height: 1.2;
}
.mega-menu .products.list .product-image {
  width: 150px;
}
.mega-menu .products.list .product-details {
  padding-left: 0;
}
.mega-menu .entry-title,
.mega-menu .page-title{
  padding: 0;
  margin: 0 0 20px;
  line-height: 25px;
}
.mega-menu .entry-title:before,
.mega-menu .entry-title .line,
.mega-menu .page-title:before,
.mega-menu .page-title .line {
  display: none;
}
.mega-menu .title-desc,
.mega-menu .slider-desc {
  font-size: 15px;
  margin-top: -10px;
}
.mega-menu .owl-theme .owl-controls .owl-buttons div {
  font-size: 18px;
  width: 35px;
  height: 25px;
  line-height: 23px;
}
.mega-menu .owl-controls {
  top: -45px;
}
.mega-menu .with-desc .owl-controls {
  top: -38px;
}
.mega-menu .notitle.arrow-top {
  margin-top: 50px;
}
.mega-menu .notitle.arrow-top .owl-theme .owl-controls .owl-buttons div {
  top: -40px;
}
.mega-menu .notitle.arrow-bottom {
  margin-bottom: 50px;
}
.mega-menu .notitle.arrow-bottom .owl-theme .owl-controls .owl-buttons div {
  bottom: -40px;
}
.mega-menu .products.show-desc div[itemprop="description"] {
  display: none;
}

/* ========================================================================== */
/*					MObile sticky menu - 2016 								*/
/* ========================================================================== */
#mobile_menu_all_rows{}

/* reklam sav*/
.mobile_menu_ad{
	padding:5px 10px;
	}

.sticky_mobile_menu_main,
.mobile_menu_extra{
    display: table;
    width:100%;
}

    .mobile_menu_items{
        display: table-cell;
        /*padding:5px 5px 5px 0px;*/
    }

  .mobile_menu_items img{
		max-width:100%;
		max-height: 50px;
	}
    .mobile_menu_items span{
        display:inline-block;
        padding: 5px 3px;
    }

    .mobile_menu_left{
   		 width:40%;
		}

    .mobile_menu_center{
		width:20%;
	}
    .mobile_menu_right{
		width:40%;
	}

/* sticky  */
#mobile_menu_all_rows{
       /* height: 50px; */
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

  #mobile_menu_all_rows.sticky {
    position: fixed;
    z-index:99999;
    width: 100%;
    top:0px;
  }

  #mobile_menu_all_rows.sticky .mobile_menu_ad,
  #mobile_menu_all_rows.sticky .mobile_menu_extra{
		display:none;
	}

.main-menu .menu-main-menu {
  display: inline-block;
  /*display: inline-flex;*/
  margin-top:5px;
}

.mobile_menu_items .login-links {
  float: right;
  padding: 5px 0px 10px 0px;
}

.sidr-class-mini-cart{
  display:none;
}

.sidr img {
  display:none;
}

footer .footer_vertical_menu{
  display: inline-block;
  margin: 10px;
}

  footer .footer_vertical_menu > li {
    float: left;
    margin-right: 15px;
    padding: 5px;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
  }

  footer .footer_vertical_menu > li > a {
    padding: 7px 0px;
  }

/* -------------------------------------------------- */
/*           SKEW mega menu 						  */
/* -------------------------------------------------- */


ul.menu-main-menu > li{
    float: left;
    margin-right: 5px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
   /* z-index:11; */

}

ul.menu-main-skew.menu-main-menu > li{
    float: left;
    margin-right:2px;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

ul.menu-main-skew.menu-main-menu > li.menu-item-has-children > a {
    display: block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0;
}

/* level 1 */
ul.menu-main-skew.menu-main-menu > li > a {
	margin-right:5px;

	transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);

	}

/* level 2,3... */
ul.menu-main-skew.menu-main-menu > li > a a{
	margin-right:0px;

	transform: skew(0deg);
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
	}


ul.menu-main-skew.menu-main-menu > li.first > a:before,
ul.menu-main-skew.menu-main-menu > li:first-of-type > a:before {
    display:block;
    content:"";
    position:absolute;
    height:100%;
    z-index:20;

    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);

}
ul.menu-main-skew.menu-main-menu > li.last > a:before,
ul.menu-main-skew.menu-main-menu > li:last-of-type > a:before {
    display:block;
    content:"";
    position:absolute;
    height:100%;
    z-index:20;

	transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);


}

ul.menu-main-skew.menu-main-menu > li > a:first-child > span {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    display:block;
    padding-left: 20px;
    padding-right: 20px;
}

/* skew - lenyilo */
ul.menu-main-skew.menu-main-menu li.menu-item-has-children.narrow  > .popup,
ul.menu-main-skew.menu-main-menu li.menu-item-has-children.wide.col-1 > .popup {
	margin-left:-10px;
}

ul.menu-main-skew.menu-main-menu li.menu-item-has-children > .popup ul  li > a {
 	padding:5px 10px;
	display:block;
}

body {
	color: #777777;
	/*font-size: 15px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	background: #ffffff;
}


/* Bigcard shipping select box */
.shipping_mode_box{
margin: 0 0 10px 0;
}

/* Megamenu banner */
.mega-menu .popup
{
background-color: #fafafa;
}
.mega-menu .popup ul
{
display: table-cell;
vertical-align: top;
}
/*.megamenu .popup ul.submenu-table*/
.submenu-table
{
display: table-cell;
vertical-align: top;
}
.submenu-banner
{
/* background-color: #fafafa; */
padding: 10px;
margin: 5px;
border-color: #7bae23;
border-style: solid;
border-width: 3px 0 0;
min-width: 200px;
}
.submenu-bannerbox
{
border-left: 1px solid #aaaaaa;
padding-left: 8px;
}

/* SEARCH FORM */
#suggestions{ position: absolute; width:320px; top: 35px; display:none; background-color:#a0a0a0;
  border-width:1px; border-color:#919191; border-style:solid; width:320px; font-size:10px; line-height:14px;color: white; }
#suggestions a { display:block; background-color:#e4e4e4; clear:left; height:52px; text-decoration:none; border-bottom:1px solid gray;}
#suggestions a:hover { background-color:#b7b7b7; color:#ffffff; }
#suggestions a img { float:left; padding:3px; width:50px;}
#suggestions a span.searchheading { display:block; font-weight:bold; padding-top:5px; color:#191919; }
#suggestions a:hover span.searchheading { color:#ffffff; }
#suggestions a span { color:#555555; }
#suggestions ul { padding: 0px; }
#suggestions li { list-style: none; }
#suggestions a:hover span { color:#f1f1f1; }
#suggestions span.category { font-size:11px; margin:5px; display:block; color:#ffffff; }
#suggestions span.seperator { float:right; padding-right:15px; margin-right:5px;
			background-image:url(../images/shortcuts_arrow.gif); background-repeat:no-repeat; background-position:right; }
#suggestions span.seperator a { background-color:transparent; display:block; margin:5px; height:auto; color:#ffffff; border:none;}
#suggestions br { line-height:5px; }

#prefilter_suggestions{ position: absolute; width:320px; top: 35px; display:none; background-color:#a0a0a0; border-width:1px; border-color:#919191; border-style:solid; width:320px; font-size:10px; line-height:14px;color: white; z-index: 1;box-shadow: rgb(136, 136, 136) 5px 10px 10px;}
#prefilter_suggestions ul { padding: 0px; margin-bottom: 0px; }
#prefilter_suggestions li { list-style: none; line-height: 20px; cursor: pointer; padding:5px; font-size: 14px;border-bottom: 1px solid gray;color: #ffffff;}
#prefilter_suggestions li.prefilter_search_prod_item { background-color: #e4e4e4; color: #191919;}
#prefilter_suggestions li.prefilter_search_prod_item:hover { background-color:#b7b7b7; color:#ffffff; }
#prefilter_suggestions li span.searchheading { display:block; padding-top:5px; }
#prefilter_suggestions span.seperator { float:right; padding-right:15px; margin-right:5px; }
#prefilter_suggestions br { line-height:5px; }

/* PrefixBOX */
.pf-suggestion-container{ margin: 40px 0 0 0 !important; border: 1px solid #ddd !important; width: 115% !important;}
.pf-suggestion-container.open{display:table !important;}
.pf-suggestion-body-text1{font-size:12px !important;}

.prefilter-picturelist{
  max-height:310px;
  overflow:auto;
}
  .prefilter-picturelist .prefilter-proditem {
    border:1px solid #ededed;
  }

  .prefilter-picturelist .prefilter-proditem-name{
    cursor:pointer;
  }

	.sidebar .event_box .event_item{
		margin:5px 0px 5px 0px;
	}

	.sidebar .event_box .event_item:hover{
		background-color:#ECECEC;
	}

	.sidebar .event_box .event_box_middle{
		padding: 5px;
	}

	.sidebar .event_box .event_item img{
		float:left;
		magrin-left:5px;
		width:20%;
	}

	.sidebar .event_box .event_item span{
		float:right;
		font-size:12px;
		width:70%;
	}

	.brand_label{
		padding:5px;
		font-size:15px;
	}

	.brand_index a{
		padding:3px;
	}

.compare table{
	width:100%;
	border-collapse: separate;
	text-align: left;
	vertical-align: center;
	border-spacing: 10px;
}
.compare table .headlabel{
	text-align: right;
}

.compare table tr:hover td{
	background-color:white;
}

.compare table td{
	background-color:lightgray;
	width:auto;
	padding:5px;
}

.compare table td img{
	width:100%;
	max-width:200px;
}

.fb-comments span, .fb-comments iframe {
    width: 100% !important;
}

  .social_area .cc_facebook,
  .social_area .cc_twitter,
  .social_area .cc_gplus,
  .social_area .cc_ribbutton,
  .social_area .cc_addthis_toolbox{
   margin:5px 5px 5px 0;
  }

/* responsive fb-like-box */
.fb-wrap {
  width:100%;
  margin: 0 auto;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important; }

/* mega menu - overwrite*/
.mega-menu > ul > li > a,
.mega-menu > ul > li > h5,
.mega-menu .popup ul li > a {
    text-transform: none !important;
}

/* ----- cart ------ */
.shop_table.cart tbody .product-wrap{
  /*  padding: 10px 20px;*/
}

.shop_table.cart tbody div.product-thumbnail{
    max-width:80px !important;
}

.shop_table.cart tbody .product-detail {
   /* padding-left: 210px;*/
    /*padding-left: 100px;*/
    text-align:left;
}

.page .entry-content ul > li {
  list-style-type: disc;
  margin-left: 15px;
}

/* ----- gls map ----- */
.glsmap{
width: 750px;
height: 500px;
padding: 2px;
border: 1px solid lightgray;
}

@media (max-width: 1200px){
	.glsmap{
		width: 650px;
		height: 400px;
	}
}

@media (max-width: 992px){
	.glsmap{
		width: 500px;
		height: 350px;
	}
}

@media (max-width: 768px){
	.glsmap{
		width: 400px;
		height: 250px;
	}
}

@media (max-width: 479px){
	.glsmap{
		width: 300px;
		height: 200px;
	}
}

/* ----- header filter ---- */
.filter_content_box{
	margin-left:-10px;
	margin-right:-10px;
}

.brand_index a {
  margin:0px 4px;
  font-size: 16px;
}

.blocks-left .mini-cart,
.blocks-left .login-links,
.blocks-left .topseo,
.blocks-left .header_contact,
.blocks-left .header_lang,
.blocks-left .header_lang ul,
.blocks-left .usercount,
.blocks-left .pageload,
.blocks-left .slogan,
.blocks-left .logo,
.blocks-left .header_submenu,
.blocks-left .brand_index,
.blocks-left .social-links,
.blocks-left .welcome-msg,
.blocks-left .sticky_logo,
.blocks-left .sticky_home,
.blocks-left .sticky_cart,
.blocks-left .search,
.blocks-left .sticky_static_menu,
.blocks-left .sticky_search,
.blocks-left .sticky_categories
{
float:left;
}

.blocks-middle .logo,
.blocks-middle .welcome-msg,
.blocks-middle .slogan,
.blocks-middle .topseo,
.blocks-middle .admin_static,
.blocks-middle .header_lang a,
.blocks-middle .usercount,
.blocks-middle .pageload,
.blocks-middle .header_submenu,
.blocks-middle .sticky_categories,
.blocks-middle .sticky_search,
.blocks-middle .sticky_logo
{
  text-align: center;
}

.blocks-right .mini-cart,
.blocks-right .login-links,
.blocks-right .topseo,
.blocks-right .header_contact,
.blocks-right .header_lang,
.blocks-right .header_lang ul,
.blocks-right .usercount,
.blocks-right .pageload,
.blocks-right .slogan,
.blocks-right .logo,
.blocks-right .header_submenu,
.blocks-right .header_search,
.blocks-right .brand_index,
.blocks-right .social-links,
.blocks-right .sticky_home,
.blocks-right .sticky_logo,
.blocks-right .sticky_cart,
.blocks-right .sticky_categories,
.blocks-right .sticky_static_menu,
.blocks-right .sticky_search,
.blocks-right .sticky_login,
.blocks-right .welcome-msg
{
float:right;
}


.block-left .view-switcher .dropdown-menu {
  left: 0;
  right: auto;
}

.mini_look div{
  padding:0px !important;
  margin:0px !important;
}

.big_look .label {
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  padding: 0.5em;
  font-size: 100%;
}

.loginheader .login-dropdown-box{
  position: absolute;
  right: 0px;
  padding: 5px 0px;
  z-index: 10;
  margin-top: 15px;
}

.blocks-left .loginheader .login-dropdown-box{
  left: 0px;
  right:auto;
}


.loginheader .login-error{
  position: absolute;
  right: 0px;
  padding: 5px 10px;
  background-color: white;
  z-index: 10;
}

/* search suggestions */
.suggestions{
    top: 36px;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    max-width: 320px;
    position:absolute;
    padding: 3px;
    font-size: 1.1em;
    line-height: 1.2em;
	}

	.suggestions ul {
	  padding: 0px;
    margin: 0px;
	}

  .suggestions li{
    max-height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
  }

		.suggestions a {
		    display: block;
		    clear: left;
		    text-decoration: none;
        padding:3px;
		}

    .suggestions .seperator a {
      border-bottom: none;
    }
			.suggestions a img {
			    float: left;
			    padding-right: 3px;
			    width: 50px;
			}

			.suggestions .searchheading {
        padding:5px;
      }

			.suggestions .seperator {
        float: right;
      }

/* brand logo grid*/
.brand-logo-grid .brands div{
  padding-left: 5px;
  padding-right: 5px;
}

.brand-logo-grid .brands div a img {
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

.brand-logo-grid .brands div:hover a img {
  -moz-box-shadow: 0px 0px 10px #aaaaaa;
  -webkit-box-shadow: 0px 0px 10px #aaaaaa;
  box-shadow: 0px 0px 10px #aaaaaa;
}

/* ============================ Media Styles ================================*/

/* tv view */
@media (min-width: 1200px) {
}

/* normal pc view -> empty=default */
@media (min-width: 992px) {}

/* tablet view */
@media (max-width: 991px) {
}

/* mobile view */
@media (max-width: 767px) {

    .header { padding-top: 10px; }

    #wrapper .ls-container .ls-nav-prev,
    #wrapper .ls-container .ls-nav-next,
    .product-topslider.owl-theme .owl-controls .owl-buttons div {
      width: 40px;
      height: 30px;
      line-height: 28px;
      font-size: 18px;
    }

    .resp-tabs-container {
      border-style: solid;
      border-color: #dcdcdc;
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-radius: 3px 3px 3px 3px;
    }

    .resp-tab-content {
      border-radius: 0;
    }
}

/* old mobile view */
@media (max-width: 480px) {
}


/* --------- BACKGROUND SLIDER  ------------- */
.cb-slideshow{
	list-style:none;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.cb-slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.cb-slideshow li div h3 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 240px;
    padding: 0;
    line-height: 200px;
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/1.jpg)
}
.cb-slideshow li:nth-child(2) span {
    /*background-image: url(../images/2.jpg);*/
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    /*background-image: url(../images/3.jpg);*/
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    /*background-image: url(../images/4.jpg);*/
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    /*background-image: url(../images/5.jpg);*/
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
   /* background-image: url(../images/6.jpg); */
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 { font-size: 80px }
}


.sellout{
  color: white;
}

.sellout a{
  color: #fbff00;
}

.sellout .main-content,
.sellout .sticky-header,
.sellout .main-menu,
.sellout .footer-wrapper {
  background-color: #000000;
}

.sellout footer .event_box .product_list_widget img {
  width: 60px;
}

.sellout footer .event_box .product_list_widget li .product-details {
  margin-left: 70px;
}

.countdownHolder{
  width:100%;
  margin:0 auto;
  font: 40px/1.5 'Open Sans Condensed',sans-serif;
  text-align:center;
  letter-spacing:-3px;
}

.sidebar .countdownHolder{
  font: 20px/1.5 'Open Sans Condensed',sans-serif;
}

.hide-desktop.show-mobile .countdownHolder{
  font: 35px/1.5 'Open Sans Condensed',sans-serif;
}

.position{
  display: inline-block;
  height: 1.6em;
  overflow: hidden;
  position: relative;
  width: 1.05em;
}

.digit{
  position:absolute;
  display:block;
  width:1em;
  background-color:#444;
  border-radius:0.2em;
  text-align:center;
  color:#fff;
  letter-spacing:-1px;
}

.digit.static{
  box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);

  background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
  background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5, #3A3A3A),
    color-stop(0.5, #444444)
    );
}

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
  display:inline-block;
  width:16px;
  height:1.6em;
  position:relative;
}

.countDiv:before,
.countDiv:after{
  position:absolute;
  width:5px;
  height:5px;
  background-color:#444;
  border-radius:50%;
  left:50%;
  margin-left:-3px;
  top:0.5em;
  box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
  content:'';
}

.countDiv:after{
  top:0.9em;
}
