@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat-regular.eot');
  src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular.svg') format('svg'), url('../fonts/montserrat-regular.woff') format('woff'), url('../fonts/montserrat-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat-bold.eot');
  src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold.svg') format('svg'), url('../fonts/montserrat-bold.woff') format('woff'), url('../fonts/montserrat-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* glue: 0.9.2 hash: 607f1d9166 */
.sprite-reklam-cart {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  -webkit-background-size: 18px 21px;
  -moz-background-size: 18px 21px;
  background-size: 18px 21px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .sprite-reklam-cart {
    background-image: url('../img/sprite.png');
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 200/100), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .sprite-reklam-cart {
    background-image: url('../img/sprite@2x.png');
  }
}
 .sprite-reklam-cart {
  background-position: 0 0;
  width: 18px;
  height: 21px;
}
/** Grid variables **/
/*
@baseFont:              	'opensans';
*/
/** Color palette **/
*,
 a {
  outline: none;
}
 a {
  transition: color 0.3s ease;
  text-decoration: none;
  color: #333333;
  font-weight: 700;
}
 a:hover {
  text-decoration: none;
  color: #555555;
}
 a:focus,
 a:active {
  outline: none !important;
  text-decoration: none !important;
}
/*html,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  background: #e6e6e6;
  font-size: 13px;
  line-height: 20px;
  color: #101010;
}
body {
  position: relative;
}*/
label {
  cursor: pointer;
}
 h1,
 h2,
 h3,
 h4,
 h5 {
  font-family: 'Open Sans', sans-serif;
  color: #101010;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
 h1,
 h2 {
  font-weight: 700;
  font-size: 20px;
  color: black;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaaaaa;
  margin-bottom: 20px;
  margin-top: 15px;
  position: relative;
}
 h1:after,
 h2:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  bottom: -4px;
  position: absolute;
  left: 0;
  background-color: #aaaaaa;
}
 header,
 h1,
 h2,
 h3 {
  position: relative;
}
 header .align-right,
 h1 .align-right,
 h2 .align-right,
 h3 .align-right {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 700;
}
 header .align-right.order,
 h1 .align-right.order,
 h2 .align-right.order,
 h3 .align-right.order {
  font-size: 13px;
  color: #b3b3b3;
}
 header .align-right .delete,
 h1 .align-right .delete,
 h2 .align-right .delete,
 h3 .align-right .delete {
  background: none !important;
  margin-top: 1px;
  display: inline-block;
  padding: 0 !important;
  position: relative;
}
 header .align-right .delete i,
 h1 .align-right .delete i,
 h2 .align-right .delete i,
 h3 .align-right .delete i {
  display: inline-block;
  text-indent: -9999px;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-right: 3px;
  top: 0;
}
 header .align-right .delete i:before,
 h1 .align-right .delete i:before,
 h2 .align-right .delete i:before,
 h3 .align-right .delete i:before,
 header .align-right .delete i:after,
 h1 .align-right .delete i:after,
 h2 .align-right .delete i:after,
 h3 .align-right .delete i:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #aaaaaa;
  top: 9px;
  left: 4px;
}
 header .align-right .delete i:before,
 h1 .align-right .delete i:before,
 h2 .align-right .delete i:before,
 h3 .align-right .delete i:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
 header .align-right .delete i:after,
 h1 .align-right .delete i:after,
 h2 .align-right .delete i:after,
 h3 .align-right .delete i:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
  h1 {
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
}
 h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333333;
}
 hr {
  border-bottom: 3px double #101010;
  margin: 15px 0;
}
 strong,
 b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
 p {
  line-height: 20px;
  text-align: justify;
}
 p.lead {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #101010;
  margin-bottom: 15px;
}
 .clear:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
 #main-container .content-wrapper,
 #main-container .sidebar {
  background-color: white;
  padding-top: 10px;
  /* padding-bottom: 50px; */
  padding-bottom: 10px;
  margin-bottom: 20px;
  box-shadow: 0 5px 16px 0 #AFAFAF;
}
 #main-container .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
 /* body {
    padding-top: 70px;
  }*/
     #main-container .content-wrapper,
	 #main-container .sidebar {
	  background-color: white;
	  margin-top: 100px;
	  /* padding-bottom: 50px; */
	  padding-bottom: 10px;
	  margin-bottom: 20px;
	  box-shadow: 0 5px 16px 0 #AFAFAF;
	}

	#main-container .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
   #main-container .sidebar {
    margin-top: 30px;
  }
   .container {
    width: 100% !important;
  }
}
 .hideText {
  font-size: 0;
  text-indent: -9999px;
}
/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.6.3');
  src: url('fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.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;
}
/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
.mm-panel.mm-highest {
  z-index: 1;
}
.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
}
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px;
}
.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-navbar > * {
  display: block;
  padding: 10px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}
.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}
.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}
.mm-panel .mm-navbar {
  display: none;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}
.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}
.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}
.mm-listview > li {
  position: relative;
}
.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}
.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}
.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}
.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}
.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}
.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}
.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}
.mm-listview .mm-inset > li {
  padding: 5px 0;
}
.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}
.mm-listview .mm-spacer {
  padding-top: 40px;
}
.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}
.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}
.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px;
}
.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px;
}
.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}
/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow-x: hidden;
  position: relative;
}
html.mm-blocking {
  overflow: hidden;
}
html.mm-blocking body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
  jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%;
}
.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}
.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}
/*
  jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}
em.mm-counter + a.mm-next {
  width: 90px;
}
em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}
.mm-nosubresults > .mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}
.mm-hasdividers .mm-fixeddivider {
  display: block;
}
.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}
/*
  jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/*
  jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left;
}
.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}
.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}
.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}
.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}
/*
  jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}
.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}
.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}
.mm-close:after {
  content: 'x';
}
.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}
.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}
.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}
.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}
.mm-navbar-top-1 {
  top: 0px;
}
.mm-hasnavbar-top-1 .mm-panels {
  top: 40px;
}
.mm-navbar-top-2 {
  top: 40px;
}
.mm-hasnavbar-top-2 .mm-panels {
  top: 80px;
}
.mm-navbar-top-3 {
  top: 80px;
}
.mm-hasnavbar-top-3 .mm-panels {
  top: 120px;
}
.mm-navbar-top-4 {
  top: 120px;
}
.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}
.mm-navbar-bottom-1 {
  bottom: 0px;
}
.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px;
}
.mm-navbar-bottom-2 {
  bottom: 40px;
}
.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px;
}
.mm-navbar-bottom-3 {
  bottom: 80px;
}
.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px;
}
.mm-navbar-bottom-4 {
  bottom: 120px;
}
.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}
.mm-navbar-size-2 {
  height: 80px;
}
.mm-navbar-size-3 {
  height: 120px;
}
.mm-navbar-size-4 {
  height: 160px;
}
.mm-navbar-content-2 > * {
  width: 50%;
}
.mm-navbar-content-3 > * {
  width: 33.33%;
}
.mm-navbar-content-4 > * {
  width: 25%;
}
.mm-navbar-content-5 > * {
  width: 20%;
}
.mm-navbar-content-6 > * {
  width: 16.67%;
}
/*
  jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box;
}
.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}
.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mm-panel.mm-hassearch {
  padding-top: 40px;
}
.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}
.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}
.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-noresults .mm-indexer {
  display: none !important;
}
li.mm-nosubresults > a.mm-next {
  display: none;
}
li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}
.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}
.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px;
}
.mm-hasindexer .mm-indexer {
  right: 0;
}
.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}
.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}
label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
li.mm-vertical label.mm-toggle,
li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}
li.mm-vertical label.mm-toggle {
  top: 5px;
}
li.mm-vertical label.mm-check {
  top: 5px;
}
label.mm-toggle,
label.mm-check {
  right: 20px;
}
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}
a.mm-next + label.mm-toggle,
a.mm-next + label.mm-check {
  right: 60px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span,
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}
em.mm-counter + a.mm-next + label.mm-toggle,
em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}
em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span,
em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}
/*
  jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}
.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}
.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px;
}
/*
  jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}
html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}
.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}
.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}
.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}
.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}
.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
}
html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0;
}
/*
  jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top,
.mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
/*
  jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}
/*
  jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
  opacity: 0;
}
html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}
html.mm-pagedim #mm-blocker {
  background: inherit;
}
html.mm-pagedim-white #mm-blocker {
  background: #fff;
}
html.mm-pagedim-black #mm-blocker {
  background: #000;
}
/*
  jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}
.mm-menu.mm-pageshadow.mm-next:after,
.mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}
.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
  jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
}
.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
/*
  jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
/*
  jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both;
}
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}
.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}
.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}
.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}
.mm-menu.mm-tileview .mm-listview > li > .mm-next:before,
.mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}
.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}
.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 15px;
}
.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #c1c1c1;
}
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #DBDBDB !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}
.resp-tab {
  margin-top: 30px !important;
}
.resp-tab .resp-tabs-list li.resp-tab-item {
  font-size: 13px;
  margin-right: 2px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #333333;
  border: 0;
  font-family: 'montserrat';
}
.resp-tab .resp-tabs-list li.resp-tab-active {
  background-color: #555555;
}
.resp-tab .resp-tabs-container h2:after {
  display: none;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity .5s linear;
  -moz-transition: opacity .5s linear;
  -ms-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: .5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
.blueimp-gallery > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: .5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* + html .blueimp-gallery > .indicator > li {
  display: inline;
}
.blueimp-gallery > .slides > .slide > .video-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blueimp-gallery > .slides > .slide > .video-content > iframe {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > iframe {
  top: 0;
}
.blueimp-gallery > .slides > .slide > .video-content > a {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: .8;
  cursor: pointer;
}
.blueimp-gallery > .slides > .slide > .video-content > a:hover {
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > a,
.blueimp-gallery > .slides > .slide > .video-playing > img {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-content > video {
  display: none;
}
.blueimp-gallery > .slides > .slide > .video-playing > video {
  display: block;
}
.blueimp-gallery > .slides > .slide > .video-loading > a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
body:last-child .blueimp-gallery > .slides > .slide > .video-content:not(.video-loading) > a {
  background-image: url(../img/video-play.svg);
}
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}
* + html .blueimp-gallery > .slides > .slide > .video-content > a {
  left: 50%;
  margin-left: -64px;
}
#blueimp-gallery {
  margin-bottom: 0 !important;
}
#blueimp-gallery > .next i {
  line-height: 40px;
  font-size: 40px;
  position: relative;
  top: -2px;
  left: 2px;
}
#blueimp-gallery > .prev i {
  line-height: 40px;
  font-size: 40px;
  position: relative;
  top: -2px;
  right: 2px;
}
/*
 * Bootstrap Image Gallery CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery .modal-body {
  position: relative;
  text-align: center;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  cursor: pointer;
}
.blueimp-gallery .modal-footer {
  margin: 0;
}
.blueimp-gallery .modal-body img,
.blueimp-gallery .modal-body .video-content video,
.blueimp-gallery .modal-body .video-content iframe,
.blueimp-gallery .modal-body .video-content a {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.blueimp-gallery .modal-body .video-content video {
  display: none;
}
.blueimp-gallery .modal-body .video-playing video {
  display: block;
}
.blueimp-gallery .modal-body .video-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  left: 100%;
}
.blueimp-gallery .modal-body .video-playing iframe {
  left: 0;
}
.blueimp-gallery .modal-body .video-playing img,
.blueimp-gallery .modal-body .video-playing a {
  display: none;
}
.blueimp-gallery .modal-body .video-content a {
  cursor: pointer;
}
.blueimp-gallery .modal-body .video-content a:after {
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  content: "\e029";
  font-size: 64px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin: -32px 0 0 -32px;
}
.blueimp-gallery .modal-body .video-loading a {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery .modal-body .video-loading a:after {
  content: none;
}
@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
    width: auto;
    max-width: 900px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.modal .modal-dialog {
  z-index: 2000;
  margin-top: 100px;
}
.modal .modal-dialog .modal-content .modal-header {
  border: 0px !important;
}
.modal .modal-dialog .modal-content .modal-header .close {
  margin-top: 0;
  height: 30px;
  width: 30px;
  position: relative;
  top: -5px;
  right: -5px;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  background-color: #aaaaaa !important;
}
.modal#login .modal-dialog {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.modal#login .modal-dialog .modal-body {
  text-align: center;
}
.modal#login .modal-dialog .modal-body input {
  width: 90%;
  margin: 10px;
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 90% !important;
  }
}
#main-header {
  position: relative;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease;
}
#main-header .top-bar {
  background-color: #222222;
  height: 45px;
}
#main-header .top-bar .tools .wisdom {
  padding-top: 10px;
}
#main-header .top-bar .tools .wisdom h2 {
  color: #aaa;
  border: 0;
  font-size: 14pt;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
#main-header .top-bar .tools .wisdom h2:after {
  background: none;
}
#main-header .top-bar .tools .wisdom i {
  color: #aaaaaa;
  font-size: 17px;
  font-weight: 400;
  margin-top: 4px;
  vertical-align: top;
  cursor: pointer;
  float: left;
  transition: all 0.3s ease;
}
#main-header .top-bar .tools .wisdom i:hover {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#main-header .top-bar .tools .wisdom span {
  color: #aaaaaa;
  display: block;
  font-family: 'montserrat';
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 8px;
  padding-top: 3px;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  z-index: 1;
  /* &:hover {
						position: relative;
						z-index: 3;
						overflow: visible;
						white-space: normal;
					} */
}
#main-header .top-bar .tools .wisdom span span {
  padding-top: 0;
}
#main-header .top-bar .tools .actions {
  font-size: 0;
  text-align: right;
}
#main-header .top-bar .tools .actions .btn {
  background-color: #222222;
  border-right: 1px solid #626262;
  border-left: 1px solid #626262;
  font-family: 'montserrat';
  font-size: 11px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  color: #aaaaaa;
  padding-top: 0;
}
#main-header .top-bar .tools .actions .btn:hover {
  background-color: #aaaaaa !important;
}
#main-header .top-bar .tools .actions .dropdown {
  display: inline-block;
}
#main-header .top-bar .tools .actions .dropdown.currency .btn {
  border-right: 0;
}
#main-header .top-bar .tools .actions .dropdown.currency .dropdown-menu {
  min-width: 80px;
}
#main-header .top-bar .tools .actions .dropdown.lang .btn i {
  font-size: 15px;
  position: relative;
  vertical-align: top;
  top: -1px;
  left: -7px;
}
#main-header .top-bar .tools .actions .dropdown.lang li img {
  display: inline-block;
  width: 20px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-toggle {
  padding-top: 15px;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu {
  width: 380px;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .image a {
  display: block;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .image a img {
  display: inline-block;
  width: 90%;
  height: auto;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .details {
  padding-left: 0;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .details .name {
  font-size: 15px;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .details div span {
  font-size: 12px;
  display: inline-block;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .details div span.count {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #bbbbbb;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .details div span.price {
  font-weight: 700;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .delete {
  min-height: 70px;
  position: relative;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .delete button {
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  margin-right: 3px;
  top: 50%;
  margin-top: -10px;
  background: none;
  padding: 0;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .delete button:before,
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .delete button:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #aaaaaa;
  top: 9px;
  left: 4px;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .delete button:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .delete button:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li .row .delete button:hover {
  background: none !important;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li.full-price {
  font-size: 15px;
  font-weight: 700;
  color: #aaaaaa;
  padding: 5px 10px;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li.full-price:hover {
  color: #aaaaaa;
}
#main-header .top-bar .tools .actions .dropdown.float-cart .dropdown-menu li:hover {
  background-color: #f7f7f7;
  color: black;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-toggle {
  position: relative;
  padding-right: 30px;
  padding-top: 8px;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  transition: all 0.3s ease;
  border-color: #aaaaaa transparent transparent transparent;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-toggle:focus,
#main-header .top-bar .tools .actions .dropdown .dropdown-toggle:active {
  background-color: #aaaaaa !important;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-toggle:focus:after,
#main-header .top-bar .tools .actions .dropdown .dropdown-toggle:active:after {
  border-color: white transparent transparent transparent;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-toggle:hover:after {
  border-color: white transparent transparent transparent;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-menu {
  right: 0;
  left: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-weight: 400;
  border-radius: 0;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-menu li {
  padding: 2px 10px;
  margin: 2px 0;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-menu li.divider {
  padding: 0;
  margin: 0;
}
#main-header .top-bar .tools .actions .dropdown .dropdown-menu li:hover {
  background-color: #aaaaaa;
  color: white;
}
#main-header .top-bar .tools .actions .login {
  padding-top: 12px;
  border: 0;
}
#main-header .top-bar .tools .actions .login i {
  color: #aaaaaa;
  font-size: 16px;
  padding-right: 5px;
  transition: all 0.3s ease;
}
#main-header .top-bar .tools .actions .login:hover i {
  color: white;
}
#main-header .top-bar .tools .actions .cart {
  background-color: #aaaaaa;
  color: white;
  border: 0;
  padding-top: 15px;
  font-family: 'montserrat';
  font-size: 11px;
  text-transform: uppercase;
}
#main-header .top-bar .tools .actions .cart i {
  position: relative;
  top: -4px;
  float: left;
  margin-right: 10px;
  font-size: 16pt;
  /* .sprite-reklam-cart;
						display: inline-block;
						vertical-align: top;
						padding-right: 3px;
						background-color: inherit;
						padding-top: 0;
						position: relative;
						top: -5px;
						right: 4px;
						&:hover {
							background-color: inherit !important;							
						} */
}
#main-header .top-bar .tools .actions .cart:hover {
  background-color: #333333 !important;
}
#main-header .top-bar .tools .actions .cart:hover i {
  background-color: inherit;
}
#main-header .nav-wrapper {
  background-color: white;
  height: 115px;
  -webkit-box-shadow: 0px 5px 16px 0px #AFAFAF;
  -moz-box-shadow: 0px 5px 16px 0px #AFAFAF;
  box-shadow: 0px 5px 16px 0px #AFAFAF;
}
#main-header .nav-wrapper .navigation div.logo {
  height: 115px;
}
#main-header .nav-wrapper .navigation div.logo a {
  display: inline-block;
  margin-top: 15px;
}
#main-header .nav-wrapper .navigation div.logo a img {
  display: inline-block;
  border: 0;
  width: 100%;
  height: auto;
  position: relative !important;
  left: 0 !important;
}
#main-header .nav-wrapper .navigation .menu-container {
  position: relative;
  height: 115px;
  padding-left: 50px;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul {
  padding: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul li {
  list-style: none;
  float: left;
  margin-right: 30px;
  position: relative;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  margin-right: -15px;
  background-color: #aaaaaa;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul li:last-child {
  margin-right: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul li:last-child:after {
  display: none;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul li a {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s ease;
}
#main-header .nav-wrapper .navigation .menu-container .menu-top ul li a:hover {
  color: #333333;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main {
  /* position: absolute;
					bottom: 0;					 */
  margin: 25px 0px 11px 0px;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul {
  margin: 0;
  padding: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li {
  list-style: none;
  float: left;
  margin-right: 10px;
  position: relative;
  font-size: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li:last-child {
  margin-right: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li a.menu-item {
  display: inline-block;
  font-weight: 700;
  /*font-family: @mont;*/
  font-size: 17px;
  background-color: #333333;
  padding: 12px 20px 0 20px;
  height: 45px;
  border: 1px solid #eeeeee;
  color: white;
  transition: all 0.3s ease;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li a.menu-item:hover {
  background-color: #555555;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li .dropdown-toggle {
  display: inline-block;
  background-color: #555555;
  width: 45px;
  height: 45px;
  float: none;
  border: 1px solid #eeeeee;
  border-left: 0;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  padding: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li .dropdown-toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li .dropdown-menu {
  float: right;
  right: 0;
  left: inherit;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li .dropdown-menu li a {
  font-size: 15px;
  transition: none;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li .dropdown-menu li:hover a {
  background-color: #aaaaaa;
  color: white;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li ul.submenu {
  display: none;
  position: absolute;
  top: 48px;
  right: 1px;
  margin: 0;
  padding: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li ul.submenu li {
  display: block;
  float: none;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #eeeeee;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li ul.submenu li:last-child {
  border-bottom: 0;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li ul.submenu li a {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  font-family: 'montserrat';
  font-size: 15px;
  background-color: #333333;
  padding: 6px 15px;
  border: 0;
  color: white;
  transition: all 0.3s ease;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main > ul > li ul.submenu li a:hover {
  background-color: #555555;
}
#main-header .nav-wrapper .navigation .menu-container .menu-main .dropdown-menu {
  min-width: 190px;
}
#main-header .nav-wrapper .navigation .search {
  padding-top: 26px;
}
#main-header .nav-wrapper .navigation .search form:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
#main-header .nav-wrapper .navigation .search form .wrapper {
  font-size: 0;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
#main-header .nav-wrapper .navigation .search form .wrapper input {
  width: 100%;
  font-size: 13px;
  padding-right: 65px;
  background-color: white;
}
#main-header .nav-wrapper .navigation .search form .wrapper button {
  height: 45px;
  width: 45px;
  background-color: #333333;
  border: 0;
  display: inline-block;
  top: 0;
  right: 0;
  position: absolute;
  padding: 0;
}
#main-header .nav-wrapper .navigation .search form .wrapper button i {
  font-size: 16px;
}
#main-header .nav-wrapper .navigation .search .result {
  float: left;
}
#main-header .nav-wrapper .navigation .search .search-more {
  float: right;
}
#main-header .nav-wrapper .navigation .search a {
  color: #aaaaaa;
}
#main-header .nav-wrapper .navigation .search a:hover {
  color: #333333;
}
#main-header div.szlogen {
  font-size: 12pt;
  font-weight: bold;
  color: #aaa;
  padding-top: 3px;
}
#main-header div.szlogen p {
  font-size: 11pt;
  font-weight: normal;
}
body.fixed {
  padding-top: 160px;
}
body.fixed #main-header {
  position: fixed;
  top: -200px;
  transition: all 0.3s ease;
}
body.fixed #main-header.scrollin {
  top: 0;
}
@media (min-width: 992px) {
  #smain-header .top-bar .tools .wisdom {
    width: 40% !important;
  }
  #smain-header .top-bar .tools .actions {
    width: 60% !important;
  }
}
@media (min-width: 992px) {
  #main-header .menu-container {
    padding-left: 10px !important;
  }
  #main-header .menu-container .menu-top ul li {
    margin-right: 20px !important;
  }
  #main-header .menu-container .menu-top ul li:after {
    margin-right: -11px !important;
  }
}
@media (max-width: 1240px) {
  #main-header .menu-container .menu-main > ul > li a.menu-item {
    font-size: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #main-header .top-bar .tools .wisdom h2 {
    font-size: 11pt;
  }
}
@media (max-width: 991px) {
  #main-header {
    display: none !important;
  }
}
.dropdown-menu > li > a {
  white-space: normal;
}
#mobile-header {
  display: none;
  background-color: white;
  height: 75px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  text-align: right;
  font-size: 12px;
  -webkit-box-shadow: 0px 5px 16px 0px #AFAFAF;
  -moz-box-shadow: 0px 5px 16px 0px #AFAFAF;
  box-shadow: 0px 5px 16px 0px #AFAFAF;
}
#mobile-header .mobile-logo {
  float: left;
}
#mobile-header .mobile-logo img {
  max-height: 60px !important;
  margin: 0 !important;
  position: relative !important;
  top: 5px !important;
  left: 5px !important;
}
#mobile-header .item {
  width: 35px;
  height: 35px;
  background-color: #333333;
  color: white;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin-left: 8px;
  text-align: center;
  padding: 5px;
  margin-top: 12px;
}
#mobile-header .item i {
  position: relative;
  max-width: 480px;
  max-height: 1200px;
}
#mobile-header .talalatok {
  font-size: 10pt;
  color: #aaaaaa;
  width: auto;
  background: none;
  margin-right: 50px;
}
#mobile-header .menu-toggle {
  font-size: 34px;
  color: #222222;
  margin: 12px 8px 0 15px;
  display: inline-block;
}
#mobile-header #menu_kosar_db_mobil span {
  display: inline-block;
  font: 11pt arial;
  min-width: 22px;
  text-align: center;
  color: white;
  position: relative;
  top: -10px;
  background: #aaaaaa;
  border-radius: 10px;
  padding: 2px 3px;
}
@media (max-width: 991px) {
  #mobile-header {
    display: block;
  }
}
footer {
  padding: 25px 0;
  background-color: #222222;
  text-align: center;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: 400;
  color: white;
}
footer ul li {
  list-style: none;
  text-align: left;
}
footer ul li a {
  text-transform: none;
  color: gray;
  font-size: 13px;
}
footer ul li a:hover {
  color: white;
}
.bottom-row {
  background-color: #000000;
  padding: 10px 0;
}
.bottom-row .left {
  text-align: left;
}
.bottom-row .right {
  text-align: right;
}
.bottom-row .text {
  font-size: 12px;
  text-transform: none;
  color: white;
}
@media (max-width: 1199px) {
  footer .inline-list {
    position: relative;
    left: 40px;
  }
}
@media (max-width: 767px) {
  footer .inline-list {
    position: relative;
    left: 40px;
  }
  footer .logo {
    display: inline-block;
    margin-bottom: 30px;
  }
  footer ul {
    padding: 0;
  }
  footer ul li {
    text-align: center;
  }
  .bottom-row .left,
  .bottom-row .right {
    text-align: center;
    margin-bottom: 10px;
  }
}
.btn,
button {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #333333;
  padding-left: 20px;
  padding-right: 20px;
  height: 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  letter-spacing: 0px;
}
.btn:hover,
button:hover {
  color: white !important;
  background-color: #555555 !important;
  outline: none !important;
}
#topstory {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0px;
}
#topstory img {
  width: 100%;
  height: auto;
}
#topstory .block {
  position: absolute;
  top: 80px;
  left: 0;
  background-color: #aaaaaa;
  opacity: 0.9;
}
#topstory .block h1 {
  font-family: 'montserrat';
  font-weight: 700;
  font-size: 38px;
  text-transform: uppercase;
  color: white;
  padding: 20px 25px;
}
#topstory .block h1 span {
  font-size: 16px;
  display: block;
}
.big-search .form-group {
  margin-bottom: 0;
}
.big-search .result {
  padding-top: 13px;
  font-weight: 700;
  color: #333333;
}
.big-search .advanced-search {
  padding-top: 13px;
}
.big-search .advanced-search a:focus {
  color: #333333;
}
.big-search .search-field {
  position: relative;
}
.big-search .search-field:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.big-search .search-field input {
  width: 100%;
  padding-right: 120px;
}
.big-search .search-field button {
  position: absolute;
  right: 10px;
  top: 0;
}
.big-search .search-details {
  padding-top: 15px;
}
.big-search .search-details:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.big-search .search-details .radio-price {
  float: left;
  width: 40%;
}
.big-search .search-details .radio-price label {
  display: inline-block;
}
.big-search .search-details .radio-price label span {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.big-search .search-details .radio-price label input {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 0;
  vertical-align: middle;
}
.big-search .search-details .price {
  float: left;
  width: 60%;
}
.big-search .search-details .price .form-group .separator {
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #333333;
  margin-top: 24px;
  vertical-align: top;
}
.big-search .search-details .price .form-group input {
  max-width: 40%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
.big-search .search-details .count {
  float: left;
  width: 35%;
}
.big-search .search-details .count .form-group span {
  font-weight: 700;
}
.big-search .search-details .count .form-group input {
  width: 85px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
  text-align: right;
}
.big-search .search-details .radio-availability {
  float: left;
  width: 65%;
}
.big-search .search-details .radio-availability label {
  display: inline-block;
}
.big-search .search-details .radio-availability label span {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}
.big-search .search-details .radio-availability label input {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 0;
  vertical-align: middle;
}
.big-search .search-details .radio-availability input.napon_belul {
  text-align: right;
  font-size: 14px;
  padding: 0px 3px;
  max-width: 40px;
  max-height: 1.6em;
}
.big-search .search-details .days {
  float: left;
  /* width: 15%; */
}
.big-search .search-details .days span {
  width: 60px;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
  line-height: 17px;
  padding-top: 6px;
}
.big-search .search-details .days input {
  width: 50px;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}
/*!
 * Bootstrap-select v1.6.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}
.bootstrap-select > .dropdown-toggle {
  background-color: #FFFFFF;
  border: 1px solid #B6B6B6;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: #929292;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
.bootstrap-select > .dropdown-toggle:focus {
  box-shadow: 0 0 0;
  outline: 0 !important;
}
.bootstrap-select .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.bootstrap-select .dropdown-menu ul li.selected a {
  font-weight: 700;
  color: #101010;
}
.bootstrap-select .dropdown-menu ul li a {
  padding: 6px 20px !important;
}
.bootstrap-select .dropdown-menu ul li a:hover {
  color: #FFFFFF;
  background-color: #101010;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
select,
option {
  border: 1px solid #bbbbbb;
  height: 45px;
  font-weight: 700;
  color: #101010;
  padding: 5px 20px;
  font-size: 17px;
  background-color: #f3f0f0;
}
input[type="number"] {
  text-align: right;
}
textarea {
  border: 1px solid #bbbbbb;
  font-weight: 700;
  color: #101010;
  padding: 5px 20px;
  font-size: 17px;
  background-color: #f3f0f0;
}
.swiper-container {
  height: auto;
  margin-bottom: 30px;
}
.swiper-container.simple-slider {
  height: auto;
  margin: 0 10px 30px 10px;
  padding-bottom: 10px;
  position: relative;
}
.swiper-container.simple-slider header {
  background-color: #333333;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 6px 8px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-right: 50px;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
.swiper-container.simple-slider header span,
.swiper-container.simple-slider header h3 {
  display: inline-block;
  color: white;
  margin: 0;
  padding: 0;
}
.swiper-container.simple-slider .swiper-wrapper .img {
  display: block;
  /* border: 1px solid #eeeeee; */
}
.swiper-container.simple-slider .swiper-wrapper .img img {
  width: 100%;
  height: auto;
  border: 0;
}
.swiper-container.simple-slider .swiper-button-next,
.swiper-container.simple-slider .swiper-button-prev {
  background: none;
  width: 20px;
  height: 20px;
  top: 6px;
  margin: 0;
  text-align: center;
}
.swiper-container.simple-slider .swiper-button-next i,
.swiper-container.simple-slider .swiper-button-prev i {
  color: white;
  transition: all 0.3s ease;
}
.swiper-container.simple-slider .swiper-button-next:hover i,
.swiper-container.simple-slider .swiper-button-prev:hover i {
  color: #aaaaaa;
  opacity: 0.8;
}
.swiper-container.simple-slider .swiper-button-next {
  right: 0;
}
.swiper-container.simple-slider .swiper-button-prev {
  right: 29px;
  left: inherit;
}
.swiper-container.simple-slider .swiper-pagination {
  bottom: -3px;
}
.swiper-container.simple-slider .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s ease;
}
.swiper-container.simple-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #aaaaaa;
  opacity: 0.8;
}
.swiper-container.simple-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #aaaaaa;
}
.swiper-container.product-free-slider .swiper-wrapper {
  margin: 0 -9px;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide {
  max-width: 139px;
  padding: 0 17px;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product {
  width: 120px;
  margin: 0 auto;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product .img {
  display: block;
  -webkit-box-shadow: 0px 0px 2px 1px #d6d6d6;
  -moz-box-shadow: 0px 0px 2px 1px #d6d6d6;
  box-shadow: 0px 0px 2px 1px #d6d6d6;
  margin-top: 3px;
  overflow: hidden;
  position: relative;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product .img:before {
  transition: all 0.6s ease;
  font-family: FontAwesome;
  content: "\f002";
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: white;
  z-index: 110;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: 0;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product .img:after {
  transition: all 0.3s ease;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: -30px;
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 0 0 47px;
  border-color: transparent transparent transparent #aaaaaa;
  opacity: 0.8;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product .img:hover:before {
  opacity: 1;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product .img:hover:after {
  bottom: 0;
  left: 0;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product .img:hover img {
  opacity: 0.7;
}
.swiper-container.product-free-slider .swiper-wrapper .swiper-slide .product .img img {
  width: 100%;
  height: auto;
  border: 4px solid white;
  transition: all 0.3s ease;
}
.accordion {
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordion .item {
  margin-bottom: 15px;
}
.accordion .item a.btn {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  padding-top: 12px;
}
.accordion .item a.btn:after {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  content: "\f107";
  font-size: 20px;
  text-align: center;
  display: inline-block;
  color: white;
}
div.keretez2 {
  margin-bottom: 15px;
  width: 100% !important;
  text-align: left;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background-color: #a99356;
  padding: 0;
  height: 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  letter-spacing: 0px;
  box-shadow: 0 0 0 !important;
}
div.keretez2 > div {
  width: 100% !important;
}
div.keretez2 > div b {
  padding: 12px 25px 0 25px !important;
  background: none !important;
  margin: 0 !important;
  height: 45px;
}
table.simple {
  width: 100%;
}
table.simple tr th {
  background-color: #888888;
  color: black;
  font-size: 11px;
  font-family: 'montserrat';
  font-weight: 700;
  text-align: center;
  border: 1px solid #888888;
}
table.simple tr td {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  border: 1px solid #eeeeee;
}
.pager-row {
  text-align: center;
  margin: 0;
}
.pager-row ul {
  margin: 5px 0;
}
.pager-row ul li a {
  color: #333333;
}
.pager-row ul li a:hover {
  color: #aaaaaa;
}
#main-container .sidebar .sidebar-box {
  margin: 0 10px;
}
#main-container .sidebar .sidebar-box header {
  background-color: #333333;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  padding: 6px 8px;
  font-weight: 700;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
#main-container .sidebar .sidebar-box header span,
#main-container .sidebar .sidebar-box header h3 {
  display: inline-block;
  color: white;
  margin: 0;
  padding: 0;
}
#main-container .sidebar .sidebar-box header.collapse_link:hover {
  background: #aaaaaa;
}
#main-container .sidebar .sidebar-box .box-content {
  padding: 10px;
}
#main-container .sidebar .sidebar-box .box-content.watch-prod {
  padding: 0;
}
#main-container .sidebar .sidebar-box .box-content.watch-prod a {
  display: inline-block;
  border: 1px solid #bbbbbb;
  overflow: hidden;
  position: relative;
  width: 30%;
  margin: 0 10px 10px 0;
}
#main-container .sidebar .sidebar-box .box-content.watch-prod a:nth-of-type(3n) {
  margin-right: 0;
}
#main-container .sidebar .sidebar-box .box-content.watch-prod a img {
  width: 100%;
  height: auto;
  border: 2px solid white;
}
#main-container .sidebar div.kedvencekhez {
  padding: 5px;
  padding-left: 30px;
  font-size: 11pt;
  text-align: justify;
  /* i {
			color: @red;
			font-size: 18pt;
			margin-right: 6px;
		} */
}
#main-container .sidebar div.kedvencekhez:before {
  font-size: 15pt;
  font-family: FontAwesome;
  color: #aaaaaa;
  font-weight: 400;
  position: absolute;
  left: 25px;
  content: "\f08a";
}
#main-container .sidebar div.kedvencekhez:hover:before {
  content: "\f004";
}
#main-container .sidebar a.kedvencekhez {
  color: white;
}
#main-container .sidebar p i {
  color: #aaaaaa;
  font-size: 18pt;
  margin-right: 6px;
}
#main-container .sidebar #bal_osszehasonlit a {
  color: white;
}
.product-details .top-pager {
  text-align: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.product-details .top-pager .link {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
}
.product-details .top-pager button {
  height: 25px;
  background: none;
  color: black;
}
.product-details .top-pager button i {
  color: black;
  font-size: 23px;
}
.product-details .top-pager button:hover {
  background-color: #aaaaaa !important;
}
.product-details .top-pager button:hover i {
  color: white;
}
.product-details header {
  position: relative;
}
.product-details header h1 {
  padding-right: 15%;
}
.product-details header span {
  position: absolute;
  display: inline-block;
  top: 5px;
  right: 0;
  font-size: 13px;
  font-family: 'montserrat';
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  background-color: #aaaaaa;
  padding: 2px 10px;
  text-align: center;
}
.product-details .description {
  font-size: 15px;
  margin-bottom: 10px;
}
.product-details .description strong,
.product-details .description b {
  font-weight: 700;
}
.product-details .left-side .images .main {
  display: block;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
.product-details .left-side .images .main img {
  width: 100%;
  height: auto;
  border: 5px solid white;
}
.product-details .left-side .images .image {
  display: inline-block;
  border: 1px solid #eeeeee;
  max-width: 70px;
  margin-right: 5px;
}
.product-details .left-side .images .image img {
  width: 100%;
  height: auto;
  border: 2px solid white;
}
.product-details .left-side header {
  background-color: #333333;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.product-details .left-side .similar-products .image {
  display: inline-block;
  border: 1px solid #eeeeee;
  max-width: 31%;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-details .left-side .similar-products .image:nth-of-type(3n) {
  margin-right: 0;
}
.product-details .left-side .similar-products .image img {
  width: 100%;
  height: auto;
  border: 2px solid white;
}
.product-details .product-details .info {
  font-size: 15px;
  /* .favourite {
				&:hover {
					i {
						&:before {
							content: "\f004";
						}
					}
				}
			}
			.compare {
				width: 28px;
				&:hover {
					i {
						&:before {
							content: "\f046";
						}
					}
				}
			} */
}
.product-details .product-details .info:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-details .product-details .info .favourite,
.product-details .product-details .info .compare {
  width: 30px;
  float: right;
  text-align: right;
  font-family: 'montserrat';
  margin-left: 10px;
  /* &.added {
					i {
						&:before {
							content: "\f005";
						}
					}
				} */
}
.product-details .product-details .info .favourite i,
.product-details .product-details .info .compare i {
  font-size: 20px;
  vertical-align: top;
  color: #aaaaaa;
}
.product-details .product-details .info .favourite i:hover,
.product-details .product-details .info .compare i:hover {
  font-size: 22px;
}
.product-details .product-details .steps {
  border-top: 1px solid #bbbbbb;
  margin-top: 10px;
}
.product-details .product-details .steps:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-details .product-details .steps .step {
  border-bottom: 1px solid #bbbbbb;
  padding: 19px 0;
  position: relative;
}
.product-details .product-details .steps .step .num {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #dcd9cd;
  color: white;
  padding-top: 7px;
}
.product-details .product-details .steps .step .inputs {
  padding-left: 70px;
}
.product-details .product-details .steps .step .inputs label {
  margin: 0;
}
.product-details .product-details .steps .step .inputs.count input {
  display: inline-block;
  margin: 0 6px;
  max-width: 70px;
  padding-right: 3px;
  padding-left: 10px;
}
.product-details .product-details .steps .step .inputs.emb label {
  display: block;
  margin-bottom: 10px;
}
.product-details .product-details .steps .step .inputs.emb label:last-child {
  margin-bottom: 0;
}
.product-details .product-details .steps .step .inputs.emb label input {
  vertical-align: middle;
  margin: 0 0 0 0;
}
.product-details .product-details .steps .step .inputs.color label {
  display: inline-block;
  margin-right: 20px;
}
.product-details .product-details .steps .step .inputs.color label input {
  vertical-align: middle;
  margin: 0 0 0 0;
}
.product-details .product-details .price {
  margin-top: 20px;
}
.product-details .product-details .price:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-details .product-details .price .value {
  font-size: 15px;
  color: black;
  font-weight: 700;
  float: left;
  padding-top: 10px;
}
.product-details .product-details .price .value span {
  font-size: 20px;
  color: #aaaaaa;
}
.product-details .product-details .price a.cart {
  background-color: #aaaaaa;
  color: white;
  border: 0;
  padding-top: 15px;
  font-family: 'montserrat';
  font-size: 11px;
  text-transform: uppercase;
  float: right;
  margin-bottom: 10px;
}
.product-details .product-details .price a.cart i {
  background-image: url('../img/sprite.png');
  background-repeat: no-repeat;
  -webkit-background-size: 18px 21px;
  -moz-background-size: 18px 21px;
  background-size: 18px 21px;
  background-position: 0 0;
  width: 18px;
  height: 21px;
  display: inline-block;
  vertical-align: top;
  padding-right: 3px;
  background-color: inherit;
  padding-top: 0;
  position: relative;
  top: -5px;
  right: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1), screen and (min--moz-device-pixel-ratio: 1), screen and (-o-min-device-pixel-ratio: 100/100), screen and (min-device-pixel-ratio: 1), screen and (min-resolution: 1dppx) {
  .product-details .product-details .price a.cart i {
    background-image: url('../img/sprite.png');
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 200/100), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  .product-details .product-details .price a.cart i {
    background-image: url('../img/sprite@2x.png');
  }
}
.product-details .product-details .price a.cart:hover {
  background-color: #333333 !important;
}
.product-details .product-details .price a.cart:hover i {
  background-color: inherit;
}
.product-details .product-details .resp-tab h4 {
  text-align: center;
  color: #333333;
}
.product-details .product-details .resp-tab p {
  text-align: center;
  font-size: 14px;
}
.product-details .product-details .resp-tab table {
  margin-top: 20px;
}
.product-details .product-details .resp-tab .info {
  font-size: 13px;
}
.product-details .product-details .resp-tab .info i {
  color: #333333;
  font-size: 20px;
  vertical-align: top;
}
.product-details .tech-info .resp-tab-content:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-details .tech-info .resp-tabs-container:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-details .tech-info .resp-tabs-container img {
  max-width: 250px;
  display: inline-block;
  height: auto;
  float: left;
  margin: 0 10px 10px 0;
}
.product-details .tech-info .resp-tabs-container h4 {
  text-transform: none;
  color: #333333;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .product-details .left-side .images {
    text-align: center;
  }
  .product-details .left-side .images .main {
    max-width: 300px;
    display: inline-block;
  }
}
.cart-page header {
  position: relative;
}
.cart-page header .download {
  position: absolute;
  top: -6px;
  right: 0;
  font-weight: 700;
}
.cart-page header .download i {
  font-size: 19px;
  margin-left: 8px;
}
.cart-page header .download .pdf i {
  color: #f55;
}
.cart-page header .download .word i {
  color: #286cb2;
}
.cart-page header .download .excel i {
  color: #22bd38;
}
.cart-page header .download .urites {
  margin-left: 50px;
}
.cart-page header .download .urites i {
  color: #f55;
  font-size: 30px;
}
.cart-page .cart-table-header {
  background-color: #f3f0f0;
  height: 35px;
  margin: 0;
}
.cart-page .cart-table-header div {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 7px;
}
.cart-page .cart-table-product {
  padding-top: 10px;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
  margin: 0 0 10px 0;
}
.cart-page .cart-table-product .image {
  text-align: center;
}
.cart-page .cart-table-product .image a {
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 90%;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cart-page .cart-table-product .image a:nth-of-type(3n) {
  margin-right: 0;
}
.cart-page .cart-table-product .image a img {
  width: 100%;
  height: auto;
  border: 4px solid white;
}
.cart-page .cart-table-product .details {
  padding-top: 15px;
}
.cart-page .cart-table-product .details .name {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: black;
}
.cart-page .cart-table-product .details .name:hover {
  color: #333333;
}
.cart-page .cart-table-product .details span {
  display: block;
  font-size: 13px;
}
.cart-page .cart-table-product .count {
  padding-top: 15px;
}
.cart-page .cart-table-product .count input {
  width: 100%;
  padding: 5px;
  text-align: center;
}
.cart-page .cart-table-product .one-price {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding-top: 27px;
}
.cart-page .cart-table-product .all-price {
  text-align: right;
  padding-top: 25px;
  font-size: 17px;
  font-weight: 700;
  color: #aaaaaa;
}
.cart-page .cart-table-product .delete {
  text-align: right;
}
.cart-page .cart-table-product .delete button {
  background: none !important;
  margin-top: 0px;
  display: inline-block;
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  position: relative;
  font-size: 15pt;
  color: #f55;
  /* &:before, &:after {
				    content: 'a';
				} */
  /* &:before, &:after {
					position: absolute;
				    content: '';
				    width: 16px;
				    height: 2px;
				    background-color: @red;
				    top: 12px;
				    left: 4px;
				}
				&:before {
					-ms-transform: rotate(45deg);
					-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
				}
				&:after {
					-ms-transform: rotate(-45deg);
					-webkit-transform: rotate(-45deg);
					transform: rotate(-45deg);
				} */
}
.cart-page .cart-table-product .delete button:hover {
  color: #f55 !important;
  /* ez azďż˝rt kell, mert kďż˝lďż˝nben fehďż˝rrďż˝ vďż˝lik... */
}
.cart-page .cart-table-shipping {
  margin-left: 0;
  margin-right: 0;
}
.cart-page .cart-table-shipping .icon {
  text-align: center;
}
.cart-page .cart-table-shipping .icon i {
  color: #333333;
  font-size: 34px;
}
.cart-page .cart-table-shipping .text {
  font-weight: 700;
  color: black;
  font-size: 15px;
  padding-top: 5px;
}
.cart-page .cart-table-shipping .price {
  font-weight: 700;
  color: #aaaaaa;
  font-size: 15px;
  margin-top: 3px;
  text-align: right;
}
.cart-page .cart-table-shipping .delete {
  text-align: center;
}
.cart-page .cart-table-shipping .delete button {
  background: none !important;
  display: inline-block;
  margin-top: 3px;
  float: none;
  text-indent: -9999px;
  width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  position: relative;
}
.cart-page .cart-table-shipping .delete button:before,
.cart-page .cart-table-shipping .delete button:after {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #aaaaaa;
  top: 12px;
  left: 4px;
}
.cart-page .cart-table-shipping .delete button:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart-page .cart-table-shipping .delete button:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart-page .cart-table-discount {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid #333333;
}
.cart-page .cart-table-discount .percent {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.cart-page .cart-table-discount .text {
  font-weight: 700;
  color: black;
  font-size: 15px;
  padding-top: 2px;
}
.cart-page .cart-table-discount .text span {
  display: block;
  font-weight: 400;
  font-size: 13px;
}
.cart-page .cart-table-discount .price {
  font-weight: 700;
  color: #aaaaaa;
  font-size: 15px;
  text-align: right;
}
.cart-page .cart-tabel-sum .right {
  margin-bottom: 40px;
}
.cart-page .cart-tabel-sum .right .price-box {
  width: 100%;
  background-color: #e6e6e6;
  padding: 20px;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}
.cart-page .cart-tabel-sum .right .price-box .row {
  margin-bottom: 7px;
}
.cart-page .cart-tabel-sum .right .price-box .row:last-child {
  margin-bottom: 0;
}
.cart-page .cart-tabel-sum .right .price-box .price {
  text-align: right;
  font-size: 17px;
}
.cart-page .cart-tabel-sum .right .price-box .final-price {
  font-size: 17px;
  text-align: right;
  color: #aaaaaa;
}
.cart-page .order-data .trans-data {
  padding-right: 20px;
}
.cart-page .order-data .trans-data h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cart-page .order-data .trans-data .form-group {
  margin-bottom: 8px;
}
.cart-page .order-data .trans-data .form-group label {
  padding-top: 0;
  text-align: left;
}
.cart-page .order-data .trans-data .form-group .data .mail {
  margin-top: 5px;
}
.cart-page .order-data .trans-data .notice {
  font-size: 12px;
  margin-top: 40px;
}
.cart-page .order-data .user-data {
  padding-left: 20px;
}
.cart-page .order-data .user-data h3 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.cart-page .order-data .user-data h3 a {
  position: relative;
  margin-left: 20px;
  font-size: 11px;
  font-family: 'montserrat';
  top: 0px;
  right: 0;
  height: 26px;
  padding: 6px 10px;
}
.cart-page .order-data .user-data h3 a i {
  color: white;
  font-size: 13px;
  margin-right: 6px;
}
.cart-page .order-data .user-data .form-group {
  margin-bottom: 8px;
}
.cart-page .order-data .user-data .form-group label {
  text-align: left;
}
.cart-page .order-data .user-data .form-group .data .mail {
  margin-top: 5px;
}
.cart-page .order-data .user-data .form-group .data input[type="text"],
.cart-page .order-data .user-data .form-group .data input[type="email"] {
  height: 35px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bbbbbb;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 5px 10px;
}
.cart-page .order-data .user-data .form-group .data textarea {
  width: 100%;
  max-width: 100%;
  min-height: 110px;
  max-height: 200px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bbbbbb;
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 10px;
  resize: none;
}
.cart-page .order-data .user-data .form-group .place-order {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.cart-page .order-data .user-data .form-group .place-order button {
  background-color: #aaaaaa !important;
  font-size: 12pt;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
  left: 0px;
}
.cart-page .order-data .user-data .form-group .place-order button:hover {
  transition: all 0.2s ease;
  top: -3px;
  left: -3px;
  box-shadow: 3px 3px 5px silver;
}
.cart-page .order-data .user-data .notice {
  margin-top: 20px;
  font-size: 12px;
}
.cart-page .order-data .user-data .notice i {
  color: #333333;
  font-size: 17px;
}
@media (max-width: 991px) {
  .cart-table-header {
    display: none;
  }
}
#hidden-search {
  display: none;
}
.top-pager {
  text-align: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.top-pager div {
  padding: 0px;
}
.top-pager .link {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
}
.top-pager .order {
  text-align: right;
}
.top-pager .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.top-pager h3 {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}
.top-pager button {
  height: 25px;
  background: none;
  color: black;
}
.top-pager button i {
  color: black;
  font-size: 23px;
}
.top-pager button:hover {
  background-color: #aaaaaa !important;
}
.top-pager button:hover i {
  color: white;
}
.product-list:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-list > div {
	margin-bottom: 0px;}
	
@media (max-width: 1020px) {	
	.product-list > div {
		margin-top: 0px;}
}
	
.product-list .product {
  border: 1px solid #bbbbbb;
  padding: 8px;
}
.product-list .product .image a {
  display: block;
  width: 100%;
}
.product-list .product .image a img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.product-list .product .desc {
  padding-right: 15px;
}
.product-list .product .desc .name {
  display: inline-block;
  font-size: 18px;
  color: black;
  line-height: 21px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.product-list .product .desc .name:hover {
  color: #333333;
}
.product-list .product .desc .prod-number {
  margin-bottom: 5px;
}
.product-list .product .desc p {
  font-size: 13px;
  line-height: 18px;
  height: 75px !important;
  max-height: 75px !important;
  overflow: hidden !important;
  position: relative;
}
.product-list .product .desc p:after {
  /* content: '';
					display: block;
					width: 100%;
					z-index: 20;
					height: 30px;
					background: transparent;
					box-shadow: 0 0 3px red;
					position: absolute;
					left: 0; */
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
}
.product-list .product .desc p span {
  display: inline-block;
}
.product-list .product .desc p:hover {
  position: relative;
  z-index: 3;
  overflow: visible !important;
}
.product-list .product .desc p:hover:after {
  background-image: none;
}
.product-list .product .desc p:hover span {
  margin: -5px;
  padding: 5px;
  background: white;
  box-shadow: 3px 3px 8px gray;
}
.product-list .product .prices {
  margin: 10px 0 0 0;
}
.product-list .product .prices .form-group {
  margin-bottom: 3px;
}
.product-list .product .prices .form-group div {
  padding: 0 !important;
}
.product-list .product .prices .form-group:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-list .product .prices .form-group .left {
  padding-left: 0;
}
.product-list .product .prices span {
  font-weight: 700;
  color: #333333;
}
.product-list .product .tools {
  border-top: 1px solid #bbbbbb;
  padding-top: 9px;
  margin: 9px 0 0 0;
}
.product-list .product .tools .form-group {
  margin-bottom: 3px;
}
.product-list .product .tools .form-group:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.product-list .product .tools .form-group .left {
  padding-left: 0;
}
.product-list .product .tools .form-group span {
  font-weight: 700;
  color: #333333;
}
.product-list .product .tools .count {
  width: 50px;
  padding: 5px;
  text-align: center;
  padding-right: 0;
}
.product-list .product .tools span.db {
  color: black;
}
.product-list .product .tools .cart {
  background-color: #aaaaaa;
  padding: 5px 10px;
  float: right;
}
@media (max-width: 767px) {
  .product-list .product .image {
    text-align: center !important;
  }
  .product-list .product .image a {
    display: inline-block;
    margin-top: 20px;
  }
  .product-list .product .image a img {
    max-width: 150px;
  }
}
.product-icons {
  color: #aaaaaa;
  font-size: 18pt;
}
.product-icons i {
  padding-right: 2px;
  padding-left: 2px;
}
.popover-content {
  font: 11pt arial;
  color: #444444;
}
.product-list {
  /* .top-pager {
		.dropdown {
			i {
				color: @red;
			}
		}
	} */
}
.product-list h4 {
  text-transform: none;
}
.product-list .product {
  border: 0px;
}
.product-list .product .ar {
  font-weight: 700;
  color: #aaaaaa !important;
}
.product-list .product .popover {
  width: 300%;
  max-width: 380px;
}
.product-list .product .popover i.fa {
  display: none;
}
.product-list .product .popover div {
  font-size: 11pt;
  margin: 0px;
}
.product-list .product .kosarban,
.product-list .product .kosarba_tesz {
  font-size: 12pt;
  color: #333333;
  text-align: right;
}
.product-list .product .kosarban i,
.product-list .product .kosarba_tesz i {
  font-size: 16pt;
}
.product-list .product .kosarban {
  margin: 3px 10px;
}
.product-list .product .kosarba_tesz {
  visibility: hidden;
}
.product-list .product .kosarba_tesz i {
  cursor: pointer;
}
.product-list .product .kosarba_tesz input {
  width: 80px;
  padding: 2px;
  height: 35px;
  text-align: right;
}
.product-list .product:hover .kosarba_tesz {
  visibility: visible;
}
.product-list .oszlop4 .name {
  display: block;
  min-height: 3.8em;
  line-height: 1.2em;
  text-align: center;
  font-weight: 400;
  margin-top: 6px;
}
.product-list .oszlop4 .ar_col {
  text-align: right;
}
.product-list img.csakkep {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0px auto;
}
.product-list table.keszlethint td {
  padding: 2px;
  white-space: nowrap;
}
.product-list div.funkciolinkszoveg {
  overflow: hidden;
  max-height: 110px;
  z-index: 1;
}
.product-list div.funkciolinkszoveg:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
  top: 90px;
}
.product-list div.funkciolinkszoveg span {
  display: block;
  padding: 10px;
}
.product-list div.funkciolinkszoveg:hover {
  position: relative;
  z-index: 3;
  overflow: visible;
}
.product-list div.funkciolinkszoveg:hover:after {
  background-image: none;
}
.product-list div.funkciolinkszoveg:hover span {
  background: white;
  box-shadow: 3px 3px 8px gray;
}
.product-list #cimid h3 {
  font-size: 17pt;
}
.product-list #cimid span {
  font-size: 12pt;
}
.product-list .termekek_felett {
  padding: 0px 10px;
}
.product-list .termekek_felett .szurolista {
  overflow: hidden;
  max-height: 40px;
  min-height: 40px;
  z-index: 1;
  border: 1px solid #eeeeee;
}
.product-list .termekek_felett .szurolista:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 1px;
  right: 0px;
  height: 1em;
  width: 100%;
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
}
.product-list .termekek_felett .szurolista span {
  display: inline-block;
  width: 100%;
  min-height: 40px;
  padding: 3px;
}
.product-list .termekek_felett .szurolista:hover {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.product-list .termekek_felett .szurolista:hover:after {
  background: none;
}
.product-list .termekek_felett .szurolista:hover span {
  background: white;
  box-shadow: 3px 3px 5px gray;
}
.product-list .termekek_felett .szurolista b:before {
  content: "";
  display: inline-block;
  width: 2px;
  margin: 0px 3px;
  height: 1em;
  position: relative;
  top: 2px;
  background-color: #eeeeee;
}
.product-list .termekek_felett .szurolista b:first-child:before {
  content: "";
  width: 0px;
  margin: 0px;
}
.product-list .termekek_felett div {
  padding: 0px;
}
.product-list .termekek_felett .termekek_feletti_gomb {
  padding-left: 2px;
}
.product-list .termekek_felett .termekek_feletti_gomb a {
  color: #555555;
  padding-top: 10px;
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  background: #eeeeee;
}
.product-list .termekek_felett .termekek_feletti_gomb a:hover {
  color: white;
  background: #aaaaaa;
}
.lista-nezet {
  border: 0px !important;
  border-bottom: 1px solid #eeeeee !important;
  padding: 2px !important;
  margin: 2px !important;
}
.lista-nezet div {
  padding: 0px !important;
  margin: 0px !important;
}
.lista-nezet:hover {
  background: #eeeeee;
}
.lista-nezet > .header {
  font-weight: 700;
  font-size: 11pt;
  color: #444444;
  border: 0px !important;
  border-bottom: 1px solid silver;
}
.lista-nezet img.csakkep {
  max-width: 100px;
}
.funkcio-kartyak {
  border: 1px solid #bbbbbb;
  margin-bottom: 12px;
}
.funkcio-kartyak:hover {
  border-color: #aaaaaa;
}
.funkcio-kartyak a {
  font-size: 12pt;
  font-weight: 400;
  line-height: 110px;
  margin-left: 15px;
}
.funkcio-kartyak img.termek-kep {
  max-width: 100px;
  width: 100%;
  float: right;
  margin: 5px;
}
.funkcio-kartyak img.ikon {
  vertical-align: top;
  margin-top: 10px;
  margin-left: 10px;
}
.funkcio-kartyak .dropdown {
  display: inline-block;
}
.funkcio-kartyak .dropdown .dropdown-menu {
  width: 220px;
}
.funkcio-kartyak .dropdown span {
  font-size: 12pt;
  color: #333333;
  padding-left: 14px;
}
.funkcio-kartyak .dropdown a {
  font-size: 11pt;
  margin: 0px;
}
.funkcio-kartyak .dropdown i {
  color: #333333;
  font-size: 14pt;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 20px;
}
.funkcio-kartyak .dropdown i:hover {
  color: #aaaaaa;
}
@media (max-width: 767px) {
  .termekek_felett .szurolista {
    border-right: 1px solid #eeeeee !important;
  }
  .termekek_felett .termekek_feletti_gomb a {
    height: 35px !important;
    padding-top: 7px !important;
  }
}
@media (min-width: 768px) {
  /* SM */
  .product-list .oszlop4 .ar_col {
    text-align: left;
  }
}
@media (min-width: 992px) {
  /* MD */
  /* 	.termekek_felett .termekek_feletti_gomb a {
		padding-top: 1px !important;
	} */
}
@media (min-width: 1240px) {
  /* LG */
  .product-list .oszlop4 .ar_col {
    text-align: right;
  }
  .termekek_felett .termekek_feletti_gomb a {
    padding-top: 10px !important;
  }
}
#main-container .sidebar .sidebar-box .box-content.watch-prod a {
  border: 0px;
  width: 23%;
  margin: 2px;
  max-width: 90px;
}
.feher_horizontal_kod {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
}
.feher_egysoros_kod {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 1px;
  right: 0px;
  height: 1em;
  width: 100%;
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  background-image: linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 1)', endColorstr='rgba(255, 255, 255, 0)', GradientType=1);
}
#subtobbkep img.tobbkep {
  width: 100%;
  height: auto;
  max-width: 68px;
  padding: 2px;
  margin: 2.5px;
  border: 1px solid #eee;
}
#subtobbkep,
#subjellemzok {
  margin-top: 5px;
}
#kosarba_tesz,
#rendeles_tech,
#rendeles_szin,
#rendeles_kihagyhato {
  display: none;
}
#rendeles_tech label {
  font-weight: normal;
}
#rendeles_kihagyhato #kihagyhato input {
  margin-right: 5px;
}
#rendeles_kihagyhato label {
  width: 45%;
  max-width: 200px;
}
#rendeles_kihagyhato label i {
  color: gray;
}
#collapse_block_termekadatok h3,
#collapse_block_termekadatok h4 {
  display: inline-block;
  font-size: 11pt;
  border: 0;
  padding: 0;
  margin: 0;
  text-transform: none;
}
#collapse_block_termekadatok div.termekadat_fej {
  text-transform: uppercase;
  border-top: 1px solid #eeeeee;
  color: #bbb;
  letter-spacing: 1px;
  padding: 5px 0;
  margin-top: 5px;
}
#collapse_block_termekadatok strong.minta {
  color: #555;
}
#collapse_block_termekadatok span.mintacikkszam {
  font-size: 9pt;
}
#kosarba_modal a {
  display: block;
  font-size: 16px;
  padding: 3px 6px;
  width: 100%;
  font-weight: 400;
}
#kosarba_modal a:hover {
  background-color: #aaaaaa;
  color: white;
}
#links .swiper-container.simple-slider .swiper-button-next {
  left: 25px;
  top: 93%;
}
#links .swiper-container.simple-slider .swiper-button-prev {
  left: 0px;
  top: 93%;
}
#links .swiper-container.simple-slider .swiper-button-prev i,
#links .swiper-container.simple-slider .swiper-button-next i {
  color: #aaaaaa;
  font-size: 15px;
}
#links .swiper-container.simple-slider .swiper-pagination {
  left: 20%;
  width: 80%;
  bottom: 0px;
  text-align: left;
}
.product-details h1 {
  text-transform: none;
}
.product-details .collapse_link {
  font-size: 12pt;
  padding: 8px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-details .collapse_block {
  font-size: 11pt;
  padding: 5px 0px;
}
.product-details .collapse_block .row {
  margin: 0px;
}
.product-details .left-side .images .main {
  border: 0px;
}
.product-details .left-side .images .main img {
  border: 0px;
}
.product-details .left-side .similar-products .image {
  border: 0px;
}
.product-details .left-side .similar-products .image img {
  border: 0px;
}
.product-details .left-side h3 {
  margin-top: 30px;
}
.product-details .info i {
  color: #aaaaaa;
}
.product-details .cikkadat_kifutott {
  margin-top: 30px;
  text-align: center;
  color: #aaaaaa;
  border: 1px solid #aaaaaa;
  padding: 20px;
  font-size: 15pt;
  font-weight: bold;
}
.product-details .cikkadat_kifutott span {
  font-size: 13pt;
}
.product-details .akcios_szovegek {
  font-size: 15px;
  /* font-weight: bold; */
  margin-bottom: 20px;
  color: #700;
}
.ar_tooltip_nev,
.ar_tooltip_ertek {
  display: inline-block;
}
.ar_tooltip_nev {
  width: 100px;
}
.ar_tooltip_ertek {
  width: 200px;
  white-space: pre;
}
.ar_tooltip_ertek:after {
  content: '\A';
}
.resp-tab .resp-tabs-list li {
  padding: 12px;
}
.resp-tab .resp-tabs-list li.resp-tab-item {
  margin-right: 1px;
}
.resp-tab .resp-tabs-list li.resp-tab-item:hover {
  background-color: #aaaaaa;
}
span.cikkadat_olcsobban {
  display: inline-block;
  margin-left: 20px;
  padding: 3px 12px;
  color: #555555;
  background: #eeeeee;
}
span.cikkadat_olcsobban:hover {
  background: #eeeeee;
}
p.cd-testver-cikk {
  padding: 10px;
  border: 1px solid silver;
}
iframe.kep360 {
  border: 0;
}
a.kereses_torol {
  color: #a04040;
  font-size: 10pt;
  margin-top: 8px;
  display: inline-block;
}
a.kereses_torol:hover {
  color: #aaaaaa;
}
#form_reszletes_kereses h3 {
  display: inline;
  border: 0;
}
#form_reszletes_kereses .popover-title {
  display: none !important;
}
#form_reszletes_kereses .kereses {
  font-size: 13pt;
  width: 100%;
  border: 1px solid #bbbbbb;
}
#form_reszletes_kereses .munkaeszkoz {
  padding: 3px;
}
#form_reszletes_kereses .munkaeszkoz label {
  padding: 2px;
  margin-right: 12px;
}
#form_reszletes_kereses .collapse_link,
#form_reszletes_kereses [id^="collapse_link"] {
  padding: 10px !important;
  font-size: 14pt;
}
#form_reszletes_kereses .lenyilo_fo_blokk {
  display: none;
  padding: 10px !important;
  border: 1px solid #eeeeee !important;
  /*font-size: 13px;*/
	text-align: left;
	/*margin-left: 10.0%;*/
}
#form_reszletes_kereses .lenyilo_fo_blokk div.kereso_ruha_elvalaszto {
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  margin: 5px;
  height: 1px;
}
#form_reszletes_kereses .lenyilo_fo_blokk .csoportjellemzo {
  display: inline-block;
  width: 48%;
}
#form_reszletes_kereses .lenyilo_fo_blokk input {
  margin-right: 8px;
}
#form_reszletes_kereses .lenyilo_fo_blokk span.kinyito_jel {
  float: right;
  white-space: nowrap;
  font-size: 13px;
}
#form_reszletes_kereses .lenyilo_fo_blokk span.kinyito_jel:hover {
  color: #aaaaaa;
}
#form_reszletes_kereses .lenyilo_fo_blokk i.fa {
  font-size: 15px;
  padding: 3px;
}
#form_reszletes_kereses .lenyilo_fo_blokk label {
  font-weight: 400;
}
#form_reszletes_kereses .lenyilo_fo_blokk .alfunk {
  margin: 2px 0px 5px 28px;
  font-size: 12pt;
}
#form_reszletes_kereses p.ikon {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
  margin: 0 3px;
}
#kereses {
  margin-bottom: 6px;
}
#keres_gomb {
  width: 100%;
  margin: 10px 0;
  background-color: #aaaaaa;
}
#keres_gomb i {
  margin-left: 15px;
}
a.nyitolap_reszletes {
  font-size: 11pt;
  color: #aaaaaa;
}
@media (max-width: 768px) {
  /* XS */
  #kereses {
    margin-bottom: 5px;
  }
  #kereses #keres_gomb {
    font-size: 11pt;
    /* font-weight: 400; */
    text-transform: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  #kereses input {
    font-weight: 400;
    padding: 5px;
    font-size: 11pt;
  }
  #kereses label,
  #kereses span.text {
    font-weight: 400;
  }
}
.cart-page .cart-table-header div {
  padding: 6px 3px;
}
.cart-page .cart-table-product {
  /* 		.delete button {
			margin-top: 5px;
			&:hover {
				background-color: @red !important;
				&:before, &:after {
					background-color: white !important;
				}
			}
		} */
}
.cart-page .cart-table-product .all-price,
.cart-page .cart-table-product .one-price,
.cart-page .cart-table-product .count,
.cart-page .cart-table-product .delete {
  padding: 3px;
  line-height: 30px;
}
.cart-page .cart-table-product .details {
  padding: 3px;
}
.cart-page .cart-table-product .details .kosar_embl_utasitas {
  color: #333333;
  cursor: pointer;
  font-style: italic;
}
.cart-page .cart-table-product .details .kosar_embl_utasitas:hover {
  color: #aaaaaa;
}
.cart-page .cart-table-product .details .tetel-megjegyzes {
  font-size: 12px;
  line-height: 1.1em;
  color: #666;
  border-left: 1px dotted #bbbbbb;
  padding-left: 12px;
  margin-left: 4px;
}
.cart-page .cart-table-product input {
  height: inherit;
}
.cart-page .cart-table-product .count {
  text-align: right;
}
.cart-page .cart-table-product .count input {
  width: 70px;
  font-size: padding: 3px;
  line-height: 18px;
}
.cart-page .cart-table-product .image a {
  border: 0px;
  text-align: left;
}
.cart-page .cart-table-product .image a img {
  border: 0px;
  max-width: 150px;
  max-height: 150px;
}
.cart-page .cart-table-product .one-price {
  text-align: right;
  font-size: 13px;
}
.cart-page .cart-table-product .modal-body textarea {
  width: 100%;
  margin: 0px auto;
  height: 100px;
  font-size: 14px;
  border: 1px solid #bbbbbb;
  background-color: #F3F0F0 !important;
  padding: 6px;
}
.cart-page .cart-tabel-sum {
  margin-bottom: 20px;
}
.cart-page .cart-tabel-sum .left div {
  line-height: 1.3em;
}
.cart-page .cart-tabel-sum .right {
  margin-bottom: 0px;
}
.cart-page .cart-tabel-sum .right .price-box .final-price {
  color: inherit;
}
.cart-page .help_hint {
  color: silver;
  font-size: 16px;
  line-height: 32px;
  padding-left: 0px !important;
}
.cart-page .fileupload {
  margin-bottom: 15px;
}
.cart-page .embl_logo_magyarazo {
  font: 10pt arial;
  line-height: 1.4em;
  /* letter-spacing: 1px; */
  color: gray;
  text-align: justify;
  padding: 10px;
  margin: 10px;
  background-color: #f8f8f8;
}
.cart-page .embl_logo_magyarazo i {
  color: #aaaaaa;
}
.cart-page .ikonok {
  max-width: 150px;
  text-align: center;
}
.cart-page input[type="file"] {
  display: inline-block;
}
.cart-page #megiskerekszallitast {
  font-size: 11pt;
}
.cart-page #megiskerekszallitast i.fa-truck {
  font-size: 18pt;
}
#bal_box_kosar_teljes a.tovabb {
  text-align: center;
  font-weight: bold;
  font-size: 13pt;
}
#bal_box_kosar_teljes a.tovabb i {
  padding-left: 10px;
}
#bal_box_kosar_teljes a.kosar_box {
  display: block;
  min-height: 55px;
  height: auto;
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
}
#bal_box_kosar_teljes a.kosar_box img {
  width: 45px;
  height: 45px;
  float: left;
  margin: 5px;
}
#bal_box_kosar_teljes a.kosar_box .adatok {
  text-align: right;
}
#bal_box_kosar_teljes a.kosar_box .adatok span {
  color: #222;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
}
#bal_box_kosar_teljes a.kosar_box .adatok span.count {
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #bbbbbb;
}
#bal_box_kosar_teljes a.kosar_box .adatok span.price {
  font-weight: bold;
  width: 20%;
}
#kosar_kotelezoadatok_modal,
#kosar_aszf_modal,
#kosar_gdpr_modal {
  font-size: 12pt;
}
.kerdes {
  font-size: 12pt;
}
.kerdes a {
  display: inline-block;
  padding: 3px 10px;
}
.kerdes a.igen {
  color: #22bd38;
}
.kerdes a.igen:hover {
  color: white;
  background: #22bd38;
}
.kerdes a.nem {
  color: #aaaaaa;
}
.kerdes a.nem:hover {
  color: white;
  background: #aaaaaa;
}
#veszemely {
  border: 1px solid #bbbbbb;
  width: 100%;
  font-weight: 700;
  font-size: 12pt;
}
#ve_atvetel label {
  font-weight: normal;
}
#ve_atvetel label.control-label {
  font-weight: bold;
}
#ve_atvetel span {
  font-style: italic;
  font-size: 10pt;
  color: #aaaaaa;
}
.red {
  border: 1px dotted red !important;
}
.bg {
  background-image: linear-gradient(45deg, #ffff00 0%, #ff0000 25%, #ffff00 50%, #ff0000 75%, #ffff00);
  background-size: 40px 40px;
  animation: 0.8s linear 0s normal none infinite running progress-bar-stripes;
}
.pw_hint {
  font: 11pt courier;
  line-height: 1em;
  border: 2px dashed #aaaaaa;
  padding: 5px;
  background: #ffc;
}
.it_table tr:hover {
  background: #eeeeee;
}
.it_table td,
.it_table th {
  padding: 3px 6px;
  border-bottom: 1px solid #bbbbbb;
}
.it_table th {
  color: #aaaaaa;
}
.it_table a {
  font-weight: 400;
}
.alert {
  border-radius: 0 !important;
}
.popover-content {
  min-width: 220px;
}
.blueimp-gallery > .indicator > li {
  width: 30px;
  height: 30px;
  margin: 6px 3px 0px;
  border-radius: 6px;
  background-size: 45px 45px;
  opacity: 0.3;
}
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
/*pre {
  padding: 2px;
  margin: 0px;
  font-size: inherit;
  line-height: 1;
  color: inherit;
  background-color: inherit;
  border: 0px;
  border-radius: 0px;
}*/
.gold {
  color: #333333;
}
#debug_tools {
  font: 13px courier;
  position: fixed;
  top: 2px;
  left: 2px;
  opacity: .4;
  filter: alpha(opacity=40);
  /* border: 1px solid #e0e0e0; */
  z-index: 9999;
}
#debug_tools:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* max-width: 100px; */
}
#debug_tools a,
#debug_tools div {
  display: block;
  background-color: #aaaaaa;
  color: white;
  padding: 6px 3px;
  text-decoration: none;
  overflow: hidden;
  max-width: 40px;
  opacity: .7;
  filter: alpha(opacity=70);
  white-space: nowrap;
}
#debug_tools a:hover,
#debug_tools div:hover {
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: 300px;
  padding-left: 0px;
}
#debug_tools a:hover:before,
#debug_tools div:hover:before {
  color: #aaaaaa;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 16px;
  content: "\f061";
  padding: 13px;
  margin-right: 8px;
  background-color: #e0e0e0;
}
#debug_tools div {
  background-color: black;
  font-weight: bold;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
}
.kiskeret {
  border: 1px solid #eeeeee;
  padding: 3px;
  min-width: 200px;
  width: 100%;
  height: 300px;
}
.nyelv_valaszto {
  float: left;
  height: auto;
  font-size: 14pt;
}
p.nyelv_valaszto {
  display: inline-block;
  width: 24px;
  height: 16px;
  margin: auto 4px;
  background-image: url('/images/zaszlok.png');
}
.pointer {
  cursor: pointer !important;
}
.nincsafa {
  padding: 10px 5px;
  font: 11pt arial;
  color: #444444;
  border: 1px solid #eeeeee;
}
.savok_fej {
  font: bold 10pt arial;
  color: #000;
  margin-top: 10px;
  background-color: #eee;
  padding: 4px;
}
.prod-num {
  font-size: 11px;
  color: gray;
}
a.bal_box_fej {
  color: white;
}
.swiper-slide a.img,
.kiemelt a.img {
  text-align: center;
  border: 0px;
}
.swiper-slide img.ajanlat,
.kiemelt img.ajanlat {
  max-width: 200px;
}
.swiper-slide p.csuszo,
.kiemelt p.csuszo {
  display: inline-block;
  width: 200px;
  height: 115px;
  background-image: url('http://reklamajandek.repiasz.hu/images/csuszo.jpg');
  margin: 0;
}
.kiemelt div {
  min-height: 240px;
  padding: 15px 30px;
}
.kiemelt div p {
  font-size: 11pt !important;
}
.kiemelt div p i {
  color: #aaaaaa;
  font-size: 18pt;
  margin-right: 6px;
}
.nopad {
  padding: 0px;
}
.tablerowover:hover {
  background-color: #f0f0f0;
}
#sutik_hasznalata_figyelmeztetes {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: gray;
  box-shadow: 0px -5px 10px #000000;
  color: white;
}
#sutik_hasznalata_figyelmeztetes:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  background-color: #aaaaaa;
}
#sutik_hasznalata_figyelmeztetes p {
  margin: 0px 200px 0px 0px;
  font: 12pt arial;
  line-height: 1.4em;
  padding: 10px;
}
#sutik_hasznalata_figyelmeztetes button {
  font: 14pt arial;
  background: #ccc;
  border: 1px solid #000;
  padding: 5px 25px;
  color: #444;
  cursor: pointer;
  margin: 3px 6px;
  display: inline-block;
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
#sutik_hasznalata_figyelmeztetes button:hover {
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 10px white;
}
.marketing_szoveg {
  margin: 8px 3px;
  font: 10pt arial;
  color: gray;
  text-align: justify;
}
.dropdown-menu {
  /* nyelv lenyďż˝lďż˝ */
  font-size: 13px;
}
#figyelmezteto_szoveg_bezar {
  width: 20px;
  height: 20px;
  float: right;
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
  cursor: pointer;
}
#figyelmezteto_szoveg_bezar:hover {
  background-color: #aaaaaa;
  color: white;
}
.alert {
  font-size: 12pt;
}
/* .head_logo {
	a {
		display: block;
		margin-top: 20px;
		#head_logo1, #head_logo2 {
			position: absolute;
			margin: 0px;
			padding: 0px;
			visibility: hidden;
			z-index: 0;
			max-width: 95%;
		}
		#head_logo1 {
			opacity: 1;
		}
		#head_logo2 {
			opacity: 0;
		}
	}
} */
.head_logo {
  padding-top: 17px;
  text-align: center;
}
.head_logo span {
  display: block;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 700;
  font-family: arial;
}
.head_logo span.foot {
  color: #333333;
}
#menu a[href],
#menu span.almenu {
  font-size: 13pt;
  font-weight: 400;
  color: #333333;
}
#menu a[href]:hover,
#menu span.almenu:hover {
  color: #aaaaaa;
}
#menu .dropdown {
  display: inline-block;
}
#menu .dropdown strong li {
  font-weight: 400;
  padding: 8px 5px;
}
#menu .dropdown strong li:hover {
  background: #aaaaaa;
  color: white;
}
#menu .dropdown strong li img {
  margin-right: 5px;
}
#menu span.almenu {
  font-weight: 700;
  display: block;
}
iframe[name="google_conversion_frame"] {
  display: none;
}
.form-control,
.control-label {
  font-size: 10pt !important;
  border-radius: 0 !important;
}
.reszletek_link {
  font-style: italic;
  font-weight: normal;
  font-size: 9pt;
}
.reszletek_link a {
  font-weight: normal;
}
h2.lablec {
  text-align: center;
  color: #A68745;
  margin: 60px 0px 0px;
  font-size: 13pt;
}
.olcsobb_lett {
  font-weight: bold;
  color: #aaaaaa;
  display: inline-block;
}
input.r_url {
  width: 100%;
}
.blog_cont h4 {
  text-transform: none;
  font-size: 11pt;
}
.blog_cont .blog_datum {
  color: silver;
  font-style: italic;
  text-align: right;
}
.blog_cont .blog_desc {
  text-align: justify;
}
.uj-fajl {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 10px;
  font: bold 8pt arial;
  text-transform: uppercase;
  background: #fee;
  color: #f44;
  border: 1px solid #fcc;
}
#feliratkozas_oldalt label {
  font-size: 12pt;
  font-weight: 400;
}
#feliratkozas_oldalt input {
  height: 30px;
  font-weight: 400;
  padding: 2px 5px;
  font-size: 11pt !important;
}
#feliratkozas_oldalt .btn {
  height: auto;
  margin: 5px auto;
  text-align: center;
  padding: 5px 20px;
}
#feliratkozas {
  font-size: 11pt;
  padding: 10px;
  border: 1px solid #aaaaaa;
  background: #fff;
  display: inline-block;
  position: fixed;
  top: 200px;
  left: -320px;
  z-index: 999999;
  font-size: 13pt;
  color: #888;
  line-height: 1.5em;
}
#feliratkozas a {
  font-weight: 400;
}
#feliratkozas i {
  margin-left: 20px;
  margin-right: 10px;
}
#feliratkozas #feliratkozas_cancel {
  color: gray;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0;
  float: right;
}
#feliratkozas #feliratkozas_cancel:hover {
  color: #aaaaaa;
  text-decoration: none;
}
.breadcrumb_dom {
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 5px !important;
}
.breadcrumb_dom li {
  display: inline;
}
.breadcrumb_dom li a {
  color: black;
  text-decoration: none;
  font-weight: normal;
  font-size: 9pt;
}
.breadcrumb_dom li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin: 0 5px;
}
.breadcrumb_dom li:last-child {
  font-weight: bold;
}
.breadcrumb_dom li:last-child:after {
  content: "";
}
.php-time {
  text-align: center;
  background: black;
  color: #555;
  font-size: 6pt;
  margin: 0;
  padding: 0;
  height: 15px;
}
i.fa-facebook-official {
  color: #4862a3;
}
@media (max-width: 991px) {
  /* SM ďż˝s alatta !!! */
  #sutik_hasznalata_figyelmeztetes p {
    margin-right: 150px;
    font-size: 10pt;
    padding: 5px;
    line-height: 1.2em;
  }
  #sutik_hasznalata_figyelmeztetes button {
    font-size: 12pt;
    padding: 8px;
    height: auto;
  }
}
@media (min-width: 1240px) {
  /* LG 1240px*/
  .head_logo a {
    margin-top: 10px;
  }
  .form-control,
  .control-label {
    font-size: 12pt !important;
  }
}
#ugyfelszolg div {
  font-size: 13pt;
  line-height: 1.6em;
  color: #444444;
}
#ugyfelszolg h4 {
  text-transform: none;
  font-size: 14pt;
  position: relative;
}
#ugyfelszolg h4:before {
  font-size: 17pt;
  font-family: FontAwesome;
  color: #333333;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: -35px;
}
#ugyfelszolg h4.rendeles {
  font-size: 11pt;
  text-align: center;
}
#ugyfelszolg .cim:before {
  content: "\f003";
}
#ugyfelszolg .nyitva:before {
  content: "\f017";
}
#ugyfelszolg .tel:before {
  content: "\f095";
}
#ugyfelszolg .email:before {
  content: "\f1fa";
}
#ugyfelszolg .fax:before {
  content: "\f1ac";
}
#ugyfelszolg .egyeb:before {
  content: "\f19c";
}
#ugyfelszolg .rendeles:before {
  content: "\f071";
}
#ugyfelszolg .social:before {
  content: "\f292";
}
#ugyfelszolg .min_rendeles {
  border: 1px solid #eeeeee;
  padding: 8px;
}
#ugyfelszolg .kartya {
  padding-left: 45px;
  margin-bottom: 30px;
}
#ugyfelszolg small {
  color: #444444;
}
#ugyfelszolg a {
  font-weight: 400;
}
#ugyfelszolg a.qr {
  margin: 0 auto;
  width: 120px;
  text-align: center;
  display: block;
}
#ugyfelszolg iframe.terkep {
  height: 300px;
}
#ugyfelszolg img.qr {
  width: 120px;
  height: 120px;
  padding: 0;
}
#ugyfelszolg img.terkep {
  width: 100%;
  max-width: 620px;
  height: auto;
}
#ugyfelszolg .ugyelet {
  font-size: 11pt;
  text-align: left;
}
#ugyfelszolg .min_rendeles {
  text-align: center;
  font-size: 12pt;
  padding-bottom: 10px;
}
#ugyfelszolg [id^="collapse_link"] {
  background: none;
  padding: 0;
  color: #333333;
}
#ugyfelszolg [id^="collapse_link"]:before {
  content: "";
  padding: 0;
}
#aszf,
#gdpr {
  text-align: justify;
  font: 13pt verdana;
  color: #444444;
}
#aszf p,
#gdpr p {
  line-height: 1.3em;
  margin: 20px 0;
}
#aszf_popup #aszf,
#gdpr_popup #aszf,
#aszf_popup #gdpr,
#gdpr_popup #gdpr {
  font-size: 10pt;
}
#aszf_popup #aszf p,
#gdpr_popup #aszf p,
#aszf_popup #gdpr p,
#gdpr_popup #gdpr p {
  line-height: 1.1em;
  margin: 10px 0;
}
#aszf_popup #aszf h1,
#gdpr_popup #aszf h1,
#aszf_popup #gdpr h1,
#gdpr_popup #gdpr h1 {
  font-size: 17px;
  margin: 0;
}
#aszf_popup #aszf h3,
#gdpr_popup #aszf h3,
#aszf_popup #gdpr h3,
#gdpr_popup #gdpr h3 {
  font-size: 14px;
  padding-bottom: 4px;
}
#aszf_popup .col-xs-16,
#gdpr_popup .col-xs-16 {
  float: none;
}
#aszf_popup .modal-footer,
#gdpr_popup .modal-footer {
  border: 0;
}
#blog p,
#hirek p {
  font-family: verdana;
  font-size: 11pt;
  line-height: 1.3em;
  text-align: justify;
  color: #444444;
}
#blog h2,
#hirek h2 {
  margin: 40px 0 8px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  text-transform: none;
}
#blog h2:after,
#hirek h2:after {
  background: none;
}
#blog h3,
#hirek h3 {
  margin-top: 20px;
}
#blog small,
#hirek small {
  float: right;
  font: italic 10pt verdana;
  display: inline-block;
  text-align: right;
}
#blog .blog_lapozo,
#hirek .blog_lapozo {
  font-size: 11pt;
  margin: 20px;
}
#blog .blog_lapozo a,
#hirek .blog_lapozo a {
  display: inline-block;
  width: 60px;
  line-height: 1.6em;
  text-align: center;
}
#blog .blog_lapozo a:hover,
#hirek .blog_lapozo a:hover {
  color: white;
  background: #aaaaaa;
}
#blog img,
#hirek img {
  box-shadow: 5px 5px 15px #aaa;
  margin: 5px 10px 10px 5px;
}
#markak h3 {
  color: #333333;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  font: 14pt arial;
}
#markak p {
  margin-bottom: 3em;
  font-size: 13pt;
  line-height: 1.6em;
}
#markak div > img {
  margin-bottom: 3em;
}
#markak .elvalaszto {
  border-bottom: 1px solid silver;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#markak img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border: 0px;
}
#markak a.kep {
  display: inline-block;
  width: 90px;
  line-height: 90px;
  margin: 10px;
  vertical-align: middle;
}
#markak a img {
  width: 100%;
  height: auto;
}
#katalogusok {
  font-family: arial;
}
#katalogusok div.egykatalogus {
  padding: 10px;
  line-height: 1.8em;
  margin-bottom: 15px;
  border: 1px solid #333333;
}
#katalogusok h3 {
  margin: 10px 0px;
  font-size: 14pt;
  text-transform: none;
  border: 0;
  letter-spacing: 2px;
}
#katalogusok p {
  font-size: 12pt;
  margin: 10px 0px 10px 33px;
}
#katalogusok a i {
  margin-right: 10px;
  color: #aaaaaa;
}
#katalogusok a i.fa-chevron-right {
  padding-right: 8px;
}
#katalogusok a[href] {
  display: block;
  font-size: 13pt;
  font-weight: normal;
  padding: 6px 3px;
  margin: 3px 0px;
}
#katalogusok a:hover {
  background: #eeeeee;
}
#katalogusok img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
#katalogusok .cat-toc a {
  font-size: 14px;
  padding: 0 25px;
  margin: 2px 0;
}
#katalogusok .cat-toc a:hover {
  font-weight: bold;
  padding-left: 6px;
  background: none;
}
#katalogusok .cat-toc a:hover:before {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f103";
  margin-right: 10px;
  color: #aaaaaa;
}
#katalogusok .itemdata {
  font-weight: bold;
  color: #aaaaaa;
}
#hirek {
  /*	div[class^="col-"] {
		margin-bottom: 20px;
		padding: 0px 5px;
	}*/
}
#hirek .hirlista:after {
  content: "";
  display: block;
  clear: both;
}
#hirek .hirlista a > img {
  display: block;
  border: 0px;
  width: 100%;
  max-width: 150px;
  height: auto;
  float: left;
  margin-right: 20px;
}
#hirek .egyhir {
  font-size: 12pt;
}
#hirek .egyhir img {
  display: block;
  border: 0px;
  width: 100%;
  height: auto;
  padding: 10px;
}
#hirek .egyhir div.kulcsszavak {
  border: 1px solid #eeeeee;
  padding: 10px;
  color: gray;
  margin-bottom: 10px;
}
#emblemazasinfo a {
  cursor: pointer;
  text-decoration: none;
}
#emblemazasinfo a[id^="collapse_link"] {
  display: block;
  padding: 4px;
}
#emblemazasinfo h2 {
  border: 0px;
  text-transform: none;
  padding: 0px;
  display: inline-block;
  margin: 0px;
}
#emblemazasinfo h2:after {
  background: none;
}
#emblemazasinfo img {
  max-width: 100%;
  margin: 20px 0px;
}
#emblemazasinfo p {
  text-align: justify;
  margin: 0px;
  font-size: 11pt;
  line-height: 1.6em;
}
#bemutatkozas div.collapse {
  font-size: 13pt;
  font-weight: normal;
  letter-spacing: 2px;
}
#bemutatkozas img.kiskep {
  max-width: 100%;
}
#bemutatkozas div.szoveg {
  padding-top: 22px;
  font-size: 12pt;
  line-height: 1.6em;
}
#bemutatkozas .bemutatkozas_logok {
  text-align: center;
  margin: 15px 0px;
}
#bemutatkozas .bemutatkozas_logok img {
  max-width: 100%;
}
#bemutatkozas .bovebben1 {
  padding: 10px;
}
#bemutatkozas .bovebben1 hr {
  margin: 20px 0px;
  border: 0px;
  border-bottom: 1px solid #bbbbbb;
}
#bemutatkozas .bovebben1 div {
  padding: 0px;
}
#bemutatkozas .bovebben1 p {
  margin-top: 8px;
  margin-bottom: 4px;
  line-height: 1.4em;
  font-size: 11pt;
}
#bemutatkozas .bovebben1 p.cimsor1 {
  font-size: 12pt;
  text-align: center;
}
#bemutatkozas .bovebben1 p.cimsor2 {
  font-size: 18pt;
  font-weight: bold;
  text-align: center;
}
#bemutatkozas .bovebben1 p.cimsor3 {
  color: #333333;
  font-size: 21pt;
  font-weight: bold;
}
#bemutatkozas .bovebben1 ol {
  font-size: 11pt;
  font-weight: bold;
  color: #aaaaaa;
}
#bemutatkozas .bovebben1 ol li {
  padding-left: 12px;
}
#bemutatkozas .bovebben1 ol li span {
  font-weight: normal;
}
#bemutatkozas .bovebben1 img {
  width: 100%;
  margin: 10px 0px;
}
#bemutatkozas .bovebben1 a.rahu {
  display: block;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 5.5vw;
  margin: 30px 0px;
}
#bemutatkozas .bovebben1 img.logo4 {
  max-width: 100%;
  padding: 8px;
}
#bemutatkozas .bovebben1 img.cdil {
  width: 80px;
}
#ajanlo_sav {
  margin-top: 30px;
}
#ajanlo_sav .nav-tabs {
  border: 0px;
}
#ajanlo_sav .nav-tabs li {
  width: 50%;
  border-bottom: 5px solid #333333;
  margin-bottom: 5px;
}
#ajanlo_sav .nav-tabs li a {
  height: 50px;
  background: #eeeeee;
  border: 0px;
  border-radius: 0 !important;
  padding: 2px;
  margin: 0px 8px;
}
#ajanlo_sav .nav-tabs li a h2 {
  text-align: center;
  font-size: 11pt;
  padding: 0px;
  border: 0px;
  margin: 0px;
}
#ajanlo_sav .nav-tabs li a h2:after {
  display: none;
}
#ajanlo_sav .nav-tabs li.active a {
  background: #333333;
}
#ajanlo_sav .nav-tabs li a:hover h2 {
  color: white;
}
#galeria div.gal_container {
  background: #ffffff none no-repeat scroll center center;
  background-size: 150px 150px;
}
#galeria div.gal_container > img {
  display: none;
  /* csak a data-gallery index kďż˝pek miatt kell */
}
#galeria a.album,
#galeria a.kep {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  font-size: 13pt;
  font-weight: 400;
  padding: 3px;
  transition: all 0.3s ease 0s;
}
#galeria a.album:hover,
#galeria a.kep:hover {
  border-color: #aaaaaa;
}
#galeria a.album img,
#galeria a.kep img {
  border: 0px;
}
#galeria a.album {
  border: 6px solid transparent;
  box-shadow: 5px 5px 10px #bbbbbb;
  margin: 10px;
  width: 250px;
  height: 180px;
}
#galeria a.album div.gal_container {
  background-position: center center;
  height: 120px;
}
#galeria a.kep {
  border: 3px solid transparent;
  box-shadow: 2px 2px 4px #bbbbbb;
  margin: 5px;
  width: 147px;
  height: 147px;
}
#galeria a.kep div.gal_container {
  background-size: 250px 250px;
  width: 135px;
  height: 135px;
  transition: all 0.5s linear 0s;
}
#galeria a.kep div.gal_container:hover {
  background-size: 150px 150px;
  transition: all 0.3s ease 0s;
}
#galeria div.popover-content {
  /* background: yellow; */
  min-width: 90px !important;
}
#il_cd {
  /* idealist, chinadirekt */
}
#il_cd p {
  font-size: 12pt;
  padding: 10px 0px;
}
#il_cd .row {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #eeeeee;
}
#il_cd .row:hover {
  border-color: #aaaaaa;
}
#il_cd .row h4 {
  font: 15pt verdana;
  text-transform: none;
}
#il_cd .row i.fa {
  font-size: 28px;
  color: #aaaaaa;
}
#referenciak .befoglalo {
  width: 96%;
  margin: 2%;
  text-align: center;
  float: left;
}
#referenciak .befoglalo .kartya {
  display: block;
  float: left;
  width: 12%;
  margin: 0 0.5% 0.5% 0;
  background-size: 100% 100%;
}
#referenciak .befoglalo .kartya:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#referenciak #kerdoiv {
  display: none;
  text-align: left;
  padding: 10px;
  background: #eeeeee;
  width: 100%;
  font-size: 11pt;
}
#referenciak #kerdoiv input {
  margin-right: 20px;
}
#referenciak #kerdoiv label:hover {
  color: #aaaaaa;
}
#gyik {
  font-size: 14pt;
  margin-bottom: 30px;
}
#gyik [id^=collapse_link] {
  font-size: 13pt;
  padding: 6px;
}
#gyik [id^=collapse_block] {
  font-size: 12pt;
  padding: 6px 12px;
  text-align: justify;
}
#gyik a {
  display: inline-block;
  font-size: 13pt;
  margin: 0;
}
#gyik p {
  text-align: right;
  font-size: 11pt;
  font-style: italic;
  color: gray;
}
#gyik p i {
  cursor: pointer;
  margin-left: 8px;
  font-size: 16pt;
}
#gyik p .thumbs-up {
  color: #090;
}
#gyik p .thumbs-up:hover {
  color: #0e0;
}
#gyik p .thumbs-down {
  display: none;
  color: #a00;
}
#gyik p .thumbs-down:hover {
  color: #f00;
}
#gyik p span.pluszegy {
  display: inline-block;
  width: 40px;
}
[id^=szavazas] label {
  display: block;
  font-size: 11pt;
  font-weight: normal;
}
[id^=szavazas] label:hover {
  color: #aaaaaa;
}
#velemeny_kuldes .velemeny {
  display: none;
  color: #aaaaaa;
  font-size: 12pt;
}
#velemeny_kuldes textarea {
  width: 100%;
  max-width: 100%;
  height: 60px;
  max-height: 200px;
  font-size: 11pt;
  font-weight: bold;
  padding: 8px;
  line-height: 1.2em;
  border: 1px solid #eeeeee;
  box-shadow: 3px 3px 5px silver;
}
#velemeny_kuldes textarea:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}
#velemeny_kuldes textarea:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}
#velemeny_kuldes textarea:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}
#velemeny_kuldes textarea:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
#velemeny_kuldes #velemeny_kuldes_gomb {
  display: block;
  padding: 5px;
  text-align: center;
  margin: 5px auto 14px;
  width: 60%;
  background: #eeeeee;
  color: #333333;
  font-size: 12pt;
  font-weight: bold;
  cursor: pointer;
}
#velemeny_kuldes #velemeny_kuldes_gomb:hover {
  background: #aaaaaa;
  color: white;
}
#velemeny_kuldes #velemeny_kuldes_ok {
  font-weight: bold;
  font-size: 12pt;
  padding: 10px;
}
#velemeny_kuldes ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
#velemeny_kuldes :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
#velemeny_kuldes ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
#velemeny_kuldes :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
#paypal {
  font-size: 12pt;
  line-height: 1.8em;
}
#paypal .item {
  font-size: 14pt;
  font-weight: bold;
}
#paypal .osszeg {
  font-size: 14pt;
  color: #aaaaaa;
}
#paypal form {
  margin: 20px 0px;
}
#paypal #ujpp span {
  display: inline-block;
  width: 200px;
}
#paypal #ujpp input {
  width: 200px;
}
#paypal #ujpp input.submit {
  color: #aaaaaa;
  font-weight: bold;
}
#paypal #ujpp textarea {
  width: 100%;
  max-width: 100%;
  height: 50px;
  min-height: 50px;
  max-height: 200px;
}
#fet h3 {
  border: 0px;
  margin-bottom: 0px;
}
#fet h5 {
  margin: 10px;
}
#fet p {
  margin: 15px 25px;
  font-size: 11pt;
}
#fet td {
  padding: 2px 10px;
}
#fet td p {
  margin: 0px;
}
#ajanlo p {
  font-size: 12pt;
  line-height: 1.6em;
}
#ajanlo a.cikklink {
  display: inline-block;
  min-height: 285px;
  width: 100%;
  border: 1px solid white;
  padding: 4px;
}
#ajanlo a.cikklink:hover {
  border-color: #aaaaaa;
}
#ajanlo a.cikklink .embl {
  font-weight: normal;
  color: black;
}
#ajanlo .ikonok a {
  display: block;
  width: 100%;
  line-height: 30px;
  margin: 5px;
  padding: 20px;
  border: 1px solid white;
}
#ajanlo .ikonok a:hover {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
}
#ajanlo span.arleiras {
  color: black;
  font-weight: normal;
}
#ajanlo span.final {
  color: #aaaaaa;
  font-weight: bold;
}
#ajanlo p.reload {
  font-size: 13pt;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 4px 15px;
  margin: 10px 0;
  cursor: pointer;
}
#ajanlo p.reload i {
  margin-left: 10px;
}
#ajanlo p.reload:hover {
  border-color: #aaaaaa;
}
#ajanlo p.reload:hover i {
  color: #aaaaaa;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#ajanlo .btn {
  height: auto;
  margin-right: 10px;
  text-transform: none;
}
#sos_gyerek {
  font-size: 11pt;
  line-height: 1.5em;
}
#sos_gyerek li {
  text-align: justify;
  margin-bottom: 10px;
}
#sos_gyerek p {
  margin: 15px 0px;
}
#sos_gyerek div.kepek {
  text-align: center;
}
#sos_gyerek div.kepek img {
  border: 1px solid silver;
  padding: 0px;
  margin: 5px;
  min-width: 200px;
  width: 45%;
}
#link a {
  display: block;
  font-size: 12pt;
  font-weight: normal;
  padding: 6px 6px 11px;
  margin-bottom: 5px;
  border: 1px solid white;
}
#link a:hover {
  color: #aaaaaa;
  border-color: #aaaaaa;
}
#link a i {
  font-size: 22pt;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
#tagmyphone div.box {
  background: url('/sites/golding2/images/tagmyphone/hatter2.jpg') repeat-y left top;
  background-size: 100%;
  min-height: 570px;
  color: white;
  line-height: 1.3em;
}
#tagmyphone div.box div.row {
  margin: 0px 5px;
}
#tagmyphone div.box div.row div[class^="col-"] {
  padding: 0px;
}
#tagmyphone div.box p.cim1,
#tagmyphone div.box p.cim2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
  padding: 12px 4px;
  background-color: rgba(0, 0, 0, 0.4);
}
#tagmyphone div.box p.cim1 {
  font-size: 16pt;
}
#tagmyphone div.box p.cim2 {
  font-size: 12pt;
}
#tagmyphone div.box div.lablec {
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
#tagmyphone div.box div.lablec p.cim3 {
  text-transform: uppercase;
  font-size: 14pt;
}
#tagmyphone div.box div.piroskeret {
  display: table-cell;
  height: 425px;
  vertical-align: bottom;
}
#tagmyphone div.box div.piroskeret div.piros {
  text-align: justify;
  background: red;
  opacity: 0.8;
  padding: 10px;
  margin: 5px;
  color: white;
  font-size: 10.5pt;
}
#tagmyphone div.box div.piroskeret div.piros div.lista {
  font-size: 9.5pt;
  margin-top: 8px;
}
#tagmyphone div.box div.feher {
  min-height: 425px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  text-align: center;
}
#tagmyphone div.box div.feher p {
  font-size: 9pt;
  line-height: 1.3em;
  text-align: center;
  margin: 3px 0px;
}
#tagmyphone div.box div.feher p.p {
  color: red;
}
#tagmyphone div.box div.feher p.cim {
  margin: 12px 4px 10px;
  font-size: 14pt;
  line-height: 1.6em;
}
#tagmyphone div.box div.jobb p.p {
  font-size: 11pt;
  line-height: 1.4em;
  padding-top: 12px;
}
#tagmyphone div.box span.oncegneve {
  font-size: 9pt;
  font-style: italic;
  color: gray;
  border-bottom: 2px dotted red;
}
#visszaadom {
  line-height: 1.3em;
  font-size: 10pt;
}
#visszaadom p {
  margin: 8px 0;
}
#visszaadom p.cim {
  font-weight: bold;
  text-decoration: underline;
}
#visszaadom .p {
  font-weight: bold;
  color: #aaaaaa;
}
#visszaadom h5 {
  font-size: 12pt;
  margin: 12px 0px 8px;
}
#visszaadom .pont {
  padding-left: 20px;
  margin: 6px 0px 30px;
}
#visszaadom .pont a {
  display: block;
  padding: 7px;
}
#visszaadom .pont a:hover {
  position: relative;
  top: -2px;
  left: -2px;
  box-shadow: 4px 4px 10px gray;
}
#visszaadom .keret {
  padding: 10px;
  margin: 15px auto;
  width: 80%;
  border: 3px double #bbbbbb;
  line-height: 2em;
}
#visszaadom .keret .bileta {
  border: 1px solid #666;
  background-color: #ddd;
  color: #666;
  text-shadow: 1px 1px 0px #ffffff, -1px -1px 0 #cccccc;
  display: inline-block;
  padding: 6px 26px;
  margin: 10px auto;
  box-shadow: 3px 3px 10px #666;
}
#visszaadom .arak {
  padding: 10px 0px;
  margin: 10px 0px;
  border: 1px solid #bbbbbb;
}
#visszaadom .arak .row {
  margin: 0px 10px;
  padding: 3px 0px;
  border-bottom: 1px solid #eeeeee;
}
#visszaadom .arak .row:first-child {
  font-weight: bold;
}
#visszaadom .arak .row:last-child {
  border-bottom: 0px;
}
#visszaadom .arak .row div[class^="col-"] {
  padding: 0px;
}
#ugyfeladatok a.partner {
  display: block;
  font-size: 12pt;
  padding: 4px 12px;
}
#ugyfeladatok a.partner span {
  font-size: 10pt;
  font-weight: normal;
}
#ugyfeladatok a.partner:hover {
  background-color: #eeeeee;
  color: #aaaaaa;
}
#ugyfeladatok .row {
  border-bottom: 1px solid #bbbbbb;
  margin: 0px;
  padding: 3px 0px;
}
#ugyfeladatok .row:last-child {
  border-bottom: 0px;
}
#ugyfeladatok .row div[class^="col-"] {
  padding: 0px;
}
#ugyfeladatok .row img {
  width: 100%;
  max-width: 150px;
  height: auto;
  border: 0px;
}
#ugyfeladatok .fejlec {
  background-color: #eeeeee;
  font-weight: bold;
}
#ugyfeladatok .mennyreszletek {
  padding: 5px 0px !important;
  line-height: 1.2em;
}
#ugyfeladatok .datum {
  padding-left: 10px !important;
}
#hasonlit .torles {
  text-align: right;
  font-size: 11pt;
}
#hasonlit .torles i {
  color: #aaaaaa;
  cursor: pointer;
}
#hasonlit .torles i:hover {
  color: #a00;
}
#otpay .fizetes-osszesito {
  font-size: 11pt;
  line-height: 2.5em;
}
#otpay .fizetes-osszesito .text-right {
  font-weight: bold;
}
#otpay a.btn {
  height: auto;
  background-color: #aaaaaa;
  font-size: 13pt;
  margin: 25px 0;
  padding: 2px 18px;
}
#alairas-ertekeles img {
  max-width: 40px;
  max-height: 40px;
  padding: 0 6px;
}
#alairas-ertekeles textarea {
  min-height: 80px;
  max-height: 300px;
  height: 80px;
  min-width: 300px;
  max-width: 90%;
  width: 90%;
  padding: 5px;
}
#alairas-ertekeles input[type="radio"] {
  display: none;
}
#alairas-ertekeles label {
  display: inline-block;
}
#alairas-ertekeles label img {
  pointer-events: none;
}
#alairas-ertekeles label.btn {
  height: 2em;
  width: 100%;
  padding: 5px;
  margin-bottom: 6px;
}
#alairas-ertekeles label.aktiv,
#alairas-ertekeles label.aktiv:hover {
  background-color: #aaaaaa !important;
}
#alairas-ertekeles p {
  text-align: center;
  font-size: 16px;
  margin: 8px 0 8px;
  /* &:first-child {
			margin-top: 8px;
		} */
}
#alairas-ertekeles p.indoklas {
  margin-top: 20px;
}
#alairas-ertekeles p.indoklas2 {
  font-size: 13px;
}
#alairas-ertekeles div.fent {
  margin-bottom: 20px;
}
#rahuportal a {
  display: block;
  font-size: 12pt;
  padding: 8px 12px;
  margin-bottom: 5px;
}
#rahuportal a:hover {
  background-color: #eeeeee;
  color: #aaaaaa;
}
@media (min-width: 768px) {
  /* SM - 768px */
  #ajanlo_sav .nav-tabs li a {
    height: 27px;
    padding: 5px 10px !important;
  }
  #ajanlo_sav .nav-tabs li a h2 {
    font-size: 13pt !important;
  }
}
@media (min-width: 992px) {
  /* MD - 992px */
}
@media (min-width: 1240px) {
  /* LG */
  #bemutatkozas .bovebben1 a.rahu {
    font-size: 41pt;
  }
}
::selection {
  background: #aaaaaa;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #aaaaaa;
  color: #fff;
  text-shadow: none;
}
#toTop,
#toTopHover {
  width: 80px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  z-index: 99;
}
#toTop u,
#toTopHover u {
  text-decoration: none;
}
#toTop u:before,
#toTopHover u:before {
  position: relative;
  top: -26px;
  left: 0px;
  color: white;
  font-family: FontAwesome;
  font-size: 20pt;
  content: "\f077";
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: none;
  /* border-radius: 3px; */
  text-indent: 100%;
  background: #333333;
  cursor: pointer;
}
#toTopHover {
  background: #aaaaaa;
  display: block;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
select,
option {
  background-color: #eeeeee;
  cursor: pointer;
  padding: 5px;
  max-width: 100%;
  overflow: hidden;
}
.popover {
  max-width: none;
  width: auto;
  border-radius: 0px;
}
.popover.bottom {
  margin-top: 18px !important;
}
.popover.top {
  margin-top: -18px !important;
}
.collapse_link,
[id^="collapse_link"] {
  margin-top: 5px;
  cursor: pointer;
  display: block;
  transition: none;
  padding: 3px;
  background: #eeeeee;
}
.collapse_link:before,
[id^="collapse_link"]:before {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 2px;
  padding-right: 6px;
}
.collapse_link:hover,
[id^="collapse_link"]:hover {
  background-color: #aaaaaa;
  color: white;
  transition: none;
}
.collapse_link_open:before {
  content: "\f077" !important;
}
.collapse_block,
[id^="collapse_block"] {
  display: none;
}
.product-details header span {
  text-transform: none;
  font-size: 14pt;
  color: #aaaaaa;
  background-color: transparent;
  padding: 2px;
}
.product-details img.marka_logo {
  max-height: 30px;
  max-width: 90px;
}
.popover-title {
  display: none !important;
}
.popover-content {
  margin: 1px;
  padding: 2px 4px;
}
[popoverid] {
  cursor: help;
}
a {
  cursor: pointer !important;
}
.modal .close,
#nagykep .close {
  margin-top: 0;
  height: 30px;
  width: 30px;
  position: relative;
  top: -5px;
  right: -5px;
}
.modal .close:hover,
#nagykep .close:hover {
  background-color: #aaaaaa !important;
}
div.alfunk_lista {
  display: none;
  text-align: left;
  width: 180px;
  border: 1px solid gray;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
a.alfunk_lista {
  font: 12pt verdana;
  padding: 3px 8px;
  display: block;
}
a.alfunk_lista:hover {
  background: #aaaaaa;
  color: white;
  text-decoration: none;
}
img.szin_szuro {
  border: 0;
  vertical-align: bottom;
  height: 16px;
  width: 16px;
}
div.order > div.dropdown {
  display: inline-block;
}
div.order > div.dropdown > button {
  font-size: 12px;
  font-weight: normal;
  padding: 0px 3px 0px 0px;
  text-transform: none;
  vertical-align: top;
  cursor: pointer;
}
div.order > div.dropdown > button > i {
  font-size: 16px;
  padding: 3px;
}
div.lapozo > div > div {
  padding: 0px;
  text-align: center;
}
div.lapozo .popover-content {
  white-space: nowrap;
}
div.lapozo a {
  display: inline-block;
  width: 100%;
  color: black;
  font-size: 22px;
  padding: 1px;
}
div.lapozo a:hover {
  color: white;
  background-color: #aaaaaa;
}
div.product-list > div.product-list {
  margin-bottom: 0px;
}
.dropdown .dropdown-menu li a:hover {
  background-color: #aaaaaa;
  color: #ffffff;
}
.dropdown .dropdown-menu li a {
  transition: none;
}
div.nincsilyencikk {
  text-align: center;
  font-size: 13pt;
}
div.keszlet_ruhameret {
  font: bold 10pt arial;
  text-align: center;
  color: #444;
  /* border-radius:3px; */
  background: #eee;
  padding: 2px;
  margin-top: 2px;
}
img.hasonlo_hint {
  max-width: 225px;
  min-width: 150px;
}
#main-header .top-bar .tools .lang .dropdown-menu {
  min-width: 110px;
}
#nagykep {
  margin: 15px 10px 0;
  padding: 8px;
  border: 2px solid #A68745;
  opacity: .8;
  color: #A68745;
  font: 12pt verdana;
  text-align: left;
  border-radius: 7px;
  background-color: #f5f2e9;
}
div.promo {
  width: 70%;
  padding: 10px;
  border: 1px solid #a0a0a0;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: -1000px;
  z-index: 999999;
  font-size: 13pt;
  color: #888;
  line-height: 1.5em;
}
a.promo_ok,
a.cikk_popup {
  color: gray;
  background: #eee;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 5px 0px;
  padding: 3px;
}
a.promo_ok:hover,
a.cikk_popup:hover {
  color: #fff;
  background: #aaaaaa;
  text-decoration: none;
}
.tobbpartnerlogin {
  padding: 8px;
  border: 1px solid #a0a0a0;
  text-align: center;
  font-size: 11pt;
  background: #f0f0f0;
}
div.bemutatkozas_beesoknek {
  margin: 12px auto;
  width: 80%;
  border-radius: 12px;
  border: 2px solid #A68745;
  box-shadow: 0px 0px 10px #A68745;
  background: #fff;
  /* #F5F2E9 */
  padding: 21px;
  font: 12pt arial;
  line-height: 1.6em;
  color: #444444;
}
div.bemutatkozas_beesoknek .jartut {
  float: right;
  color: #A68745;
  font-size: 16pt;
  font-weight: bold;
  font-style: italic;
  font-family: "comic sans ms", arial;
}
.linkcsomag {
  line-height: 1em;
  text-align: justify;
}
#uj_bolcsesseg {
  color: #aaaaaa;
  font-size: 17px;
  font-weight: 400;
  margin-top: 4px;
  vertical-align: top;
  cursor: pointer;
  float: left;
  transition: all 0.3s ease;
}
#uj_bolcsesseg:hover {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#bolcsesseg {
  display: block;
}
#bolcsesseg div.bolcs_keret {
  overflow: hidden;
  height: 22px;
  max-width: 80%;
  z-index: 1;
}
#bolcsesseg div.bolcs_keret span {
  display: inline-block;
  background: cyan;
}
#bolcsesseg div.bolcs_keret:hover {
  overflow: visible;
  z-index: 3;
}
#bolcsesseg div.bolcs_keret:hover span {
  background: white;
  color: red;
}
div.sidebar-box .row {
  padding: 0 8px;
}
div.sidebar-box .fofunk {
  padding: 0;
  text-align: center;
}
div.sidebar-box .fofunk span {
  display: inline-block;
  width: 90%;
  padding-top: 90%;
  background-size: 500%;
}
div.sidebar-box a.alfunk {
  display: block;
  padding-left: 15px;
}
#collapse_block_balfunkciok {
  padding-left: 10px;
  margin-bottom: 10px;
}
#collapse_block_balfunkciok h4 {
  font-size: 11pt;
  border: 0;
  padding: 1px;
  margin: 0;
  text-transform: none;
}
#collapse_block_balfunkciok h4 a {
  font-size: 11pt;
  font-weight: 400;
}
#collapse_block_balfunkciok a.alfunk {
  font-size: 10pt;
  font-weight: 400;
  padding-left: 15px;
  display: block;
}
@media (min-width: 768px) {
  /* SM */
}
@media (min-width: 992px) {
  /* MD */
  div.promo {
    width: 700px;
  }
}
@media (min-width: 1240px) {
  /* LG */
}
.partnermenu a {
  text-align: center;
  font: 13pt verdana;
  background-color: #333333;
  color: white;
  display: block;
  width: 100%;
  line-height: 2em;
  margin: 5px -3px;
  transition: all 0.3s ease 0s;
}
.partnermenu a:hover {
  background-color: #aaaaaa;
}
#keszletletoltes {
  font: 12pt verdana;
}
#keszletletoltes a {
  display: block;
  padding: 15px;
  margin: 20px 0px;
  font: 13pt verdana;
}
#keszletletoltes a:hover {
  background-color: #eee;
}
#keszletletoltes a i {
  font-size: 32px;
  color: #aaaaaa;
}
#fileupload {
  font: 12pt verdana;
  color: #404040;
  line-height: 1.8em;
}
#fileupload #file {
  border: 1px solid silver;
  width: 100%;
}
#fileupload .sikeres,
#fileupload .hibas {
  width: 100%;
  padding: 15px;
}
#fileupload .sikeres {
  background-color: #e0ffe0;
  color: #008000;
}
#fileupload .sikeres input {
  width: 100%;
  font-size: 11pt;
  padding: 3px;
  color: black;
}
#fileupload .hibas {
  background-color: #ffe0e0;
  color: #800000;
}
header {
  position: relative;
}
header .logout {
  position: absolute;
  top: 0px;
  right: 0px;
}
header .logout a {
  padding: 3px 10px;
  background: #aaaaaa;
  color: white;
  font: bold 11pt arial;
}
header .logout a:hover {
  background: red;
  color: yellow;
}
#visszaigazolas {
  font-size: 12pt;
}
#visszaigazolas h4,
#visszaigazolas h5 {
  font-family: verdana;
  text-align: center;
  margin: 20px 0px;
}
#visszaigazolas h4 {
  letter-spacing: 6pt;
  font-size: 14pt;
}
#visszaigazolas h5 {
  font-size: 12pt;
}
#visszaigazolas .tablerowover {
  border-top: 1px solid #f0f0f0;
  /* ez itt most kb csak XS */
  font-size: 10pt;
  padding: 2px 0px;
}
#visszaigazolas .tablerowover div {
  border-bottom: 0px;
}
#visszaigazolas .nopad {
  padding: 1px;
}
#visszaigazolas .fizetesiadatok {
  padding: 10px;
  background-color: #f8f8f8;
}
#visszaigazolas .kintlev {
  font-weight: bold;
  color: #aaaaaa;
}
#visszaigazolas .nincs_raktaron {
  font-weight: bold;
}
#visszaigazolas .szuro_figy {
  font: bold 11pt arial;
  color: red;
}
#visszaigazolas .szurok {
  display: table-cell;
  vertical-align: bottom;
}
#visszaigazolas .fejlec,
#visszaigazolas .lablec {
  background-color: #e8e8e8;
  font: bold 10pt verdana;
  padding: 3px 0px;
}
#visszaigazolas .datumformatum {
  font-size: 8pt;
  font-weight: normal;
}
#visszaigazolas input[type="text"] {
  padding: 2px;
  width: 95%;
  border: 1px solid gray;
  background-color: white;
  font: 11pt arial;
  height: auto;
}
#visszaigazolas input[name="vig_vmszam"] {
  width: 70%;
  border-left: 0px;
}
#visszaigazolas span.vmszuro {
  position: relative;
  /* top: 1px; */
  padding: 2px;
  font: 11pt arial;
  border-left: 1px solid gray;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
}
form.jelszoemlekezteto {
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #aaaaaa;
  background: #eeeeee;
  box-shadow: 5px 5px 10px gray;
}
form.jelszoemlekezteto p {
  font-size: 12pt;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* SM-tďż˝l nagyobb */
  #visszaigazolas .tablerowover {
    border-top: 1px solid #f8f8f8;
  }
  #visszaigazolas .tablerowover div {
    border-bottom: 0px;
  }
}
@media print {
  body {
    padding: 0px;
    margin: 0px;
  }
  #visszaigazolas {
    font-size: 9pt;
  }
  #visszaigazolas h4 {
    letter-spacing: 2pt;
    font-size: 12pt;
  }
  #visszaigazolas h5 {
    font-size: 11pt;
  }
  #visszaigazolas .tablerowover {
    border-top: 1px solid #ccc;
    font-size: 9pt;
    padding: 0px;
  }
  #visszaigazolas .fejlec {
    border: 1px solid black;
  }
  #visszaigazolas .fejlec,
  #visszaigazolas .lablec {
    font-size: 9pt;
  }
  #visszaigazolas .datumformatum {
    font-size: 8pt;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16 {
    float: left;
  }
  .col-sm-16 {
    width: 100%;
  }
  .col-sm-15 {
    width: 93.75%;
  }
  .col-sm-14 {
    width: 87.5%;
  }
  .col-sm-13 {
    width: 81.25%;
  }
  .col-sm-12 {
    width: 75%;
  }
  .col-sm-11 {
    width: 68.75%;
  }
  .col-sm-10 {
    width: 62.5%;
  }
  .col-sm-9 {
    width: 56.25%;
  }
  .col-sm-8 {
    width: 50%;
  }
  .col-sm-7 {
    width: 43.75%;
  }
  .col-sm-6 {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 31.25%;
  }
  .col-sm-4 {
    width: 25%;
  }
  .col-sm-3 {
    width: 18.75%;
  }
  .col-sm-2 {
    width: 12.5%;
  }
  .col-sm-1 {
    width: 6.25%;
  }
}
#nyitolap .nyitolap2 #topstory {
  margin-bottom: -10px;
}
#nyitolap .nyitolap2 #topstory .swiper-container {
  display: inline-block;
  max-width: 25%;
}
#nyitolap .nyitolap2 #topstory .swiper-container .swiper-wrapper {
  float: left;
}
#nyitolap .nyitolap2 #topstory .nyitoepulet {
  display: inline-block;
  float: left;
  max-width: 75%;
  position: absolute;
  top: 0px;
  left: 25%;
  overflow: hidden;
}
#nyitolap .nyitolap2 #topstory .nyitoepulet h1,
#nyitolap .nyitolap2 #topstory .nyitoepulet h2 {
  /* color:#8c805b; */
  font-size: 3vw;
  text-align: center;
  line-height: 1em;
  height: 15%;
  color: #222;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border-bottom: 0px;
  padding: 5px;
  margin: 0px;
  width: 100%;
  text-transform: none;
}
#nyitolap .nyitolap2 #topstory .nyitoepulet h1 {
  top: 0px;
  right: 0px;
}
#nyitolap .nyitolap2 #topstory .nyitoepulet h1:after {
  content: none;
}
#nyitolap .nyitolap2 #topstory .nyitoepulet h2 {
  bottom: 0px;
  right: 0px;
}
#nyitolap .nyitolap2 .btn {
  display: block;
  text-align: left;
  padding: 7px;
  color: white;
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: none;
  height: auto;
}
#nyitolap .nyitolap2 h2 {
  margin-top: 0px;
}
#nyitolap .nyitolap2 .tovabbi_kereses {
  margin: 20px 0px 5px;
  font-size: 13pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
}
#nyitolap .nyitolap2 .tovabbi_kereses small {
  float: right;
  padding-right: 10px;
  font-size: 11pt;
}
#nyitolap p.szoveg {
  color: #444;
  font-size: 10pt;
  line-height: 1.4em;
  margin-bottom: 15px;
  margin-top: -20px;
}
#nyitolap .keress {
  display: block;
  line-height: 2em;
  margin: 12px 0px;
  font-size: 14pt;
}
#nyitolap .keress i.fa-search {
  margin-left: 20px;
}
#nyitolap .csuszo_blokk {
  text-align: center;
}
#nyitolap .csuszo_blokk a.blokk {
  display: inline-block;
  max-width: 150px;
  height: 130px;
  border: 1px solid transparent;
  padding: 4px;
  margin: 5px;
  text-align: center;
  font-size: 11pt;
  overflow: hidden;
}
#nyitolap .csuszo_blokk a.blokk img {
  width: 140px;
}
#nyitolap .csuszo_blokk a.blokk:hover {
  border: 1px solid #aaaaaa;
}
#nyitolap #topstory {
  margin-left: 0px;
  margin-right: 0px;
}
#nyitolap #topstory .swiper-container {
  margin-bottom: 0px !important;
}
#nyitolap #topstory_alatt {
  padding: 10px;
}
#nyitolap .mobil_kereses_link {
  display: inline-block;
  margin-top: 8px;
  padding: 2px;
  color: #aaaaaa;
}
@media (min-width: 992px) {
  /* MD - 992px */
  #nyitolap .nyitolap2 #topstory {
    margin-left: -20px;
    margin-right: -20px;
  }
  #nyitolap .nyitolap2 #topstory .nyitoepulet h1,
  #nyitolap .nyitolap2 #topstory .nyitoepulet h2 {
    color: #555555;
    font-size: 19pt;
  }
  #nyitolap .nyitolap2 .btn {
    font-size: 17pt;
  }
  #nyitolap p.szoveg {
    font-size: 13pt;
  }
}
@media (min-width: 1240px) {
  /* LG */
  #nyitolap .nyitolap2 #topstory .nyitoepulet h1,
  #nyitolap .nyitolap2 #topstory .nyitoepulet h2 {
    font-size: 23pt;
  }
}
@media (max-width: 767px) {
  .tovabbi_kereses {
    font-size: 11pt !important;
  }
  .tovabbi_kereses small {
    font-size: 9pt  !important;
  }
}
.nyitolap_link {
  background: #fff0e0;
  padding: 5px;
  border: 1px dotted red !important;
  margin-top: 60px;
}
.nyitolap_link a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 13pt;
  font-weight: 400;
}
.nyitolap_link a:hover {
  background: #aaaaaa;
  color: white;
}
body.microsite {
  background: #d0e0f0;
  padding-top: 0px !important;
}
#microsite .row {
  margin: 0px;
}
#microsite header {
  font-variant: small-caps;
  font-size: 12pt;
  padding: 10px;
  line-height: 1.2em;
}
#microsite header h1 {
  text-transform: uppercase;
  font-size: 13pt;
}
#microsite header .head_kep {
  max-width: 100%;
  height: auto;
}
#microsite footer {
  max-height: 34px;
  padding: 6px;
  background: black;
  color: silver;
  font-size: 9pt;
}
#microsite footer a {
  color: silver;
}
#microsite footer a:hover {
  color: white;
}
#microsite .nyitokartya a {
  display: block;
  width: 100%;
  height: 140px;
  background: white;
  box-shadow: 3px 3px 5px gray;
  border-radius: 8px;
  margin: 10px 0px;
  padding: 10px;
  color: #002080;
}
#microsite .nyitokartya a:hover {
  position: relative;
  left: -2px;
  top: -2px;
  box-shadow: 6px 6px 15px gray;
  color: #0080ff;
}
#microsite .nyitokartya a:hover img.kep {
  position: absolute;
  right: 10px;
}
#microsite .nyitokartya a img.kep {
  position: absolute;
  right: 20px;
  float: right;
  width: 120px;
  height: 120px;
}
#microsite .nyitokartya a img.icon {
  float: left;
}
#microsite .nyitokartya a h2 {
  display: inline-block;
  position: relative;
  top: 30%;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 2px;
  border-radius: 3px;
  border: 0px;
  outline: 0px;
  font: bold 10pt arial;
  overflow: hidden;
  color: inherit;
  /* text-transform: capitalize; */
}
#microsite .nyitokartya a h2:after {
  display: none;
}
#microsite #inc_file {
  border: 0px;
  padding: 20px;
  border-radius: 10px;
  background: #d8d8d8;
  box-shadow: 2px 2px 4px gray;
}
#microsite .talalatok_cikk_keret {
  margin: 0px !important;
  padding: 5px !important;
  overflow: hidden;
  max-height: 325px;
  min-height: 325px;
}
#microsite .talalatok_cikk_keret:hover {
  z-index: 99;
  overflow: visible;
}
#microsite .talalatok_cikk_keret .talalatok_cikk {
  border-radius: 10px;
  max-height: 320px;
  min-height: 320px;
  margin: 0px !important;
  padding: 5px;
  background-color: #4060a0;
  color: white;
}
#microsite .talalatok_cikk_keret .talalatok_cikk a,
#microsite .talalatok_cikk_keret .talalatok_cikk h2 {
  color: white;
}
#microsite .talalatok_cikk_keret .talalatok_cikk .talalatok_kep {
  margin: 0px auto;
  text-align: center;
  display: block;
  border-radius: 50px;
}
#microsite .talalatok_cikk_keret .talalatok_cikk:hover {
  max-height: 2000px;
  background-color: white;
  box-shadow: 0px 0px 15px black;
  color: #4060a0;
}
#microsite .talalatok_cikk_keret .talalatok_cikk:hover a,
#microsite .talalatok_cikk_keret .talalatok_cikk:hover h2 {
  color: orange;
}
#microsite .talalatok_cikk_keret .talalatok_cikk:hover a:hover,
#microsite .talalatok_cikk_keret .talalatok_cikk:hover h2:hover {
  color: red;
}
#microsite .talalatok_cikk_keret .talalatok_cikk:hover .talalatok_kep {
  border-radius: 0px;
}
#microsite .alsolapozo a {
  display: inline-block;
  width: 12%;
  font-size: 12pt;
  padding: 2px;
  margin: 0.5%;
  border-radius: 3px;
  background-color: #50c0f0;
  color: white;
}
#microsite .alsolapozo a:hover {
  background-color: orange;
}
#microsite .alsolapozo a.alsolapozo_akt {
  background-color: #a0e0ff;
}
@media (min-width: 768px) {
  #microsite {
    /* SM - 768px */
  }
  #microsite .alsolapozo a {
    width: 7%;
  }
}
@media (min-width: 992px) {
  #microsite {
    /* MD - 992px */
  }
  #microsite header {
    font-size: 15pt;
    line-height: 1.5em;
  }
  #microsite header h1 {
    font-size: 18pt;
  }
}
@media (min-width: 1240px) {
  #microsite {
    /* LG - 1240px */
  }
}
#valasztolap {
  position: relative;
  top: -70px;
  width: 98%;
  height: 100%;
  margin: 20px auto;
  padding: 10px 5px 40px;
  background: white;
  box-shadow: 3px 0px 8px gray;
  border: 1px solid silver;
}
#valasztolap div.fekete {
  margin: -10px -6px 8px;
  background-color: #222;
  color: #aaa;
  font-size: 10pt;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}
#valasztolap div.fekete i.fa-circle {
  font-size: 5px;
  margin: 0px 8px;
  position: relative;
  top: -3px;
}
#valasztolap div.fekete span.fa-stack {
  width: 1.1em;
}
#valasztolap div.fekete span.fa-stack i.fa-facebook-official {
  font-size: 13pt;
}
#valasztolap div.fekete span.fa-stack i.fa-square {
  font-size: 11pt;
}
#valasztolap div.fekete a {
  color: #aaa;
  font-weight: normal;
}
#valasztolap div.fekete a:hover {
  color: white;
}
#valasztolap div.fekete .nyelv_valaszto {
  padding: 0px;
  text-align: right;
}
#valasztolap div.fekete .nyelv_valaszto .container {
  min-width: 100px;
  max-width: 100px;
  float: right;
}
#valasztolap div.fekete .nyelv_valaszto .container .btn {
  padding: 2px;
  height: auto;
  background: transparent;
  color: #aaa;
  font-weight: normal;
}
#valasztolap div.fekete .nyelv_valaszto .container .btn:hover {
  color: white;
  background-color: transparent !important;
}
#valasztolap div.fekete .nyelv_valaszto .container .btn i {
  margin-right: 3px;
}
#valasztolap div.fekete .nyelv_valaszto .container .dropdown-menu {
  min-width: 100px;
  padding: 3px;
  float: left;
  left: -10px;
}
#valasztolap div.fekete .nyelv_valaszto .container .dropdown-menu li {
  font-size: 13px;
  font-weight: normal;
  color: #666;
}
#valasztolap div.fekete .nyelv_valaszto .container .dropdown-menu li:hover {
  background-color: #aaaaaa;
  color: white;
}
#valasztolap div.fekete .nyelv_valaszto .container .dropdown-menu img {
  margin: 1px;
  margin-right: 3px;
  max-width: 24px;
}
#valasztolap #topstory {
  margin-left: 10px;
  margin-right: 10px;
}
#valasztolap #topstory div .garancia .szamok {
  font-weight: normal;
}
#valasztolap img.logo {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding: 5px;
}
#valasztolap div.valasztosor {
  min-height: 150px;
  text-align: center;
  margin: 0px auto;
}
#valasztolap div.valasztosor .route {
  display: inline-block;
  height: 100%;
  padding: 3px;
}
#valasztolap div.valasztosor .route a.valaszto {
  display: block;
  width: 100%;
  height: 100%;
  padding: 14px 8px;
  text-align: center;
  margin: 6px auto;
  border: 4px solid #aaaaaa;
  background-color: #eeeeee;
  position: relative;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-size: 13pt;
  font-weight: normal;
  line-height: 1.8em;
  color: #333333;
}
#valasztolap div.valasztosor .route a.valaszto:hover {
  background-color: #333333;
  color: white;
  box-shadow: 6px 6px 10px gray;
  top: -4px;
  left: -4px;
}
#valasztolap div.valasztosor .route a.valaszto .link {
  display: block;
  color: #aaaaaa;
  font-size: 15pt;
  font-weight: bold;
  text-shadow: 0px 0px 12px white;
}
@media (min-width: 768px) {
  #valasztolap div.valasztosor .route a.valaszto {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* MD - 992px */
  #valasztolap {
    max-width: 980px;
    position: relative;
    top: 0px !important;
  }
  #valasztolap #topstory div .garancia .szamok {
    font-size: 9pt;
  }
  #valasztolap div.valasztosor {
    height: 250px;
  }
}
@media (min-width: 1240px) {
  /* LG */
  #valasztolap {
    max-width: 1200px;
  }
  #valasztolap #topstory div .garancia .szamok {
    font-size: 12pt;
  }
  #valasztolap div.valasztosor {
    height: 190px;
  }
}
#main-header div.top-bar {
  background-color: white;
  height: auto !important;
  box-shadow: 0px 5px 10px silver;
}
#main-header div.top-bar .container .row {
  background: white;
  margin: 0px;
}
#main-header div.top-bar .container .row a {
  display: block;
  height: 100%;
}
#common_menu_bal a {
  display: block;
  font-size: 13pt;
  font-weight: 400;
  padding: 10px 15px;
  margin: 0px;
}
#common_menu_bal a:after {
  content: "";
  transition: all 0.2s linear 0s;
  display: table;
  height: 3px;
  width: 0%;
  background: #aaaaaa;
  margin: 2px auto;
}
#common_menu_bal a:before {
  content: "";
  transition: all 0.2s linear 0s;
  display: inline-block;
  width: 0px;
}
#common_menu_bal a:hover {
  background-color: #f8f8f8;
  color: #aaaaaa;
}
#common_menu_bal a:hover:after {
  width: 100%;
}
#common_menu_bal a:hover:before {
  width: 10px;
}
#common_menu_bal button {
  float: right;
  width: 20%;
}
.sidebar {
  display: none;
}
.sidebar .dropdown {
  display: inline-block;
}
.sidebar .dropdown b li {
  font-weight: 400;
  padding: 8px 5px;
}
.sidebar .dropdown b li:hover {
  background: #aaaaaa;
  color: white;
}
.sidebar .dropdown b li img {
  margin-right: 5px;
}
.sidebar .dropdown button {
  padding: 0px 10px;
  margin-left: 5px;
}
#bemutatkozas {
  font-size: 14pt;
  line-height: 1.8em;
  text-align: center;
}
#main-header div.pp_head {
  padding: 0px;
}
#main-header img.head_fejlec {
  width: 100%;
  height: auto;
}
#mobile-header div.head_fejlec {
  position: absolute;
  top: 0px !important;
  left: 0px !important;
}
#mobile-header img.head_fejlec {
  max-width: 100%;
  height: auto;
  margin: 0px !important;
  top: 0px !important;
  left: 0px !important;
}
@media (min-width: 992px) {
  /* MD - 992px */
  .sidebar {
    display: block;
  }
}
@media (min-width: 1240px) {
  /* LG 1240px*/
  .sidebar .dropdown button {
    padding: 0px 20px !important;
  }
}
