@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.eot");
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Yeseva One";
  src: url("../fonts/YesevaOne-Regular.eot");
  src: url("../fonts/YesevaOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/YesevaOne-Regular.woff2") format("woff2"), url("../fonts/YesevaOne-Regular.woff") format("woff"), url("../fonts/YesevaOne-Regular.ttf") format("truetype"), url("../fonts/YesevaOne-Regular.svg#YesevaOne-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.eot");
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
html {
  padding: 0;
  margin: 0;
}
html body {
  font-size: 14px;
  font-family: "Lato-Regular", sans-serif;
  color: #212529;
  line-height: 1.3;
  font-weight: 400;
}
html body a {
  color: #000;
}
html body a:focus {
  outline: 0 !important;
}
html body a:hover {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Yeseva One", serif;
}

.innercontent {
  float: left;
  width: 100%;
  clear: both;
}
.innercontent .innerHero {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.innercontent .fb-like {
  margin-bottom: 40px;
}

.mobileMenu {
  display: none;
  float: left;
  width: 100%;
  clear: both;
  padding-top: 8px;
}
.mobileMenu ul {
  padding: 0;
  margin: 0;
  background: #000;
}
.mobileMenu ul li {
  list-style: none;
  border-bottom: 1px solid #222;
}
.mobileMenu ul li.menu-item-has-children > a {
  position: relative;
}
.mobileMenu ul li.menu-item-has-children > a::after {
  background: url(../img/toDown.svg) top right no-repeat;
  background-size: 20px;
  top: 18px;
  right: 10%;
  content: "";
  position: absolute;
  -moz-transition: transform 0.5s 0s;
  -o-transition: transform 0.5s 0s;
  -webkit-transition: transform 0.5s 0s;
  transition: transform 0.5s 0s;
  width: 10px;
  height: 10px;
  background-size: 100%;
  transform-origin: 50% 22%;
}
.mobileMenu ul li.menu-item-has-children > a.active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mobileMenu ul li.menu-item-has-children > a:hover::after {
  background: url(../img/toDown2.svg) top right no-repeat;
  background-size: 20px;
  top: 18px;
  right: 10%;
  content: "";
  position: absolute;
  -moz-transition: transform 0.5s 0s;
  -o-transition: transform 0.5s 0s;
  -webkit-transition: transform 0.5s 0s;
  transition: transform 0.5s 0s;
  width: 10px;
  height: 10px;
  background-size: 100%;
  transform-origin: 50% 22%;
}
.mobileMenu ul li a {
  color: #fff;
  font-size: 16px;
  padding: 7px 8%;
  text-decoration: none;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
  width: 100%;
  display: block;
}
.mobileMenu ul li a:hover {
  background: #fff;
  color: #000;
}
.mobileMenu ul li .sub-menu {
  background: #222;
  display: none;
}
.mobileMenu ul li .sub-menu li {
  border-bottom: 1px solid #444;
}
.mobileMenu ul li .sub-menu li a {
  padding-left: 10%;
}

.header {
  float: left;
  width: 100%;
  background: #fff url(../img/flag.gif) bottom center repeat-x;
  position: fixed;
  -moz-transition: margin 0.5s, box-shadow 0.5s 0s;
  -o-transition: margin 0.5s, box-shadow 0.5s 0s;
  -webkit-transition: margin 0.5s, box-shadow 0.5s 0s;
  transition: margin 0.5s, box-shadow 0.5s 0s;
  z-index: 2222;
  padding-bottom: 20px;
}
.header.scrolling {
  padding-bottom: 6px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 990px) {
  .header.scrolling .logobox {
    top: 29px !important;
  }
}
.header.scrolling .logobox a {
  width: 200px !important;
}
.header.scrolling .mainmenu {
  margin-top: 10px !important;
}
.header.scrolling .mainmenu a {
  font-size: 13px !important;
}
.header.nav-up {
  margin-top: -60px;
}
.header.nav-down {
  margin-top: 0;
}
.header .headerTop {
  border-top: 5px solid #000;
  float: left;
  width: 100%;
  clear: both;
}
@media screen and (max-width: 990px) {
  .header .headerTop {
    background: #000;
  }
}
.header .headerTop .nevnap {
  float: left;
  padding: 9px 0 0 15px;
  color: #777;
}
@media screen and (max-width: 990px) {
  .header .headerTop .nevnap {
    color: #ccc;
  }
}
@media screen and (max-width: 650px) {
  .header .headerTop .nevnap {
    width: 100%;
    clear: both;
  }
}
.header .headerTop .headerNav {
  width: 100%;
  text-align: right;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 650px) {
  .header .headerTop .headerNav {
    text-align: left;
  }
}
.header .headerTop .headerNav li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
}
.header .headerTop .headerNav li.user {
  /*@media screen and (max-width: 990px) {
      float:left;
  }*/
}
.header .headerTop .headerNav li.user a {
  background: url(../img/icon-user.svg) center left no-repeat;
  background-size: 15px;
  padding-left: 25px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  display: inline-block;
  float: left;
  line-height: 40px;
}
.header .headerTop .headerNav li.user a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.header .headerTop .headerNav li.user a:focus {
  outline: 0;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.user a {
    background-image: url(../img/icon-user2.svg);
    font-size: 1px;
  }
}
.header .headerTop .headerNav li.cart {
  /*@media screen and (max-width: 990px) {
      float:left;
  }*/
}
.header .headerTop .headerNav li.cart a {
  background: url(../img/icon-cart.svg) center left no-repeat;
  background-size: 19px;
  padding-left: 25px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  display: inline-block;
  float: left;
  line-height: 40px;
}
.header .headerTop .headerNav li.cart a:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.cart a {
    background-image: url(../img/icon-cart2.svg);
    font-size: 1px;
  }
}
.header .headerTop .headerNav li.kapcsolat a {
  background-color: #000;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  line-height: 40px;
  padding: 0 15px;
  float: left;
}
.header .headerTop .headerNav li.kapcsolat a:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.kapcsolat a {
    display: none;
  }
}
.header .headerTop .headerNav li.social {
  margin-left: 0;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.social {
    float: right;
  }
}
.header .headerTop .headerNav li.social a {
  color: #000;
  display: inline-block;
  font-size: 1px;
  width: 40px;
  height: 40px;
  float: left;
  text-decoration: none;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
.header .headerTop .headerNav li.social a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.header .headerTop .headerNav li.social a.facebook {
  background: url(../img/icon-facebook.svg) center center no-repeat;
  background-size: 17% !important;
  margin-left: 0px;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.social a.facebook {
    background-image: url(../img/icon-facebook2.svg);
  }
}
.header .headerTop .headerNav li.social a.instagram {
  background: url(../img/icon-instagram.svg) center center no-repeat;
  background-size: 40% !important;
  margin-left: 0px;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.social a.instagram {
    background-image: url(../img/icon-instagram2.svg);
  }
}
.header .headerTop .headerNav li.social a.youtube {
  background: url(../img/icon-youtube.svg) center center no-repeat;
  background-size: 40% !important;
  margin-left: 0px;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.social a.youtube {
    background-image: url(../img/icon-youtube2.svg);
  }
}
.header .headerTop .headerNav li.social a.tiktok {
  background: url(../img/icon-tiktok.svg) center center no-repeat;
  background-size: 40% !important;
  margin-left: 0px;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.social a.tiktok {
    background-image: url(../img/icon-tiktok2.svg);
  }
}
.header .headerTop .headerNav li.social a.twitter {
  background: url(../img/icon-twitter.svg) center center no-repeat;
  background-size: 40% !important;
  margin-left: 0px;
}
@media screen and (max-width: 990px) {
  .header .headerTop .headerNav li.social a.twitter {
    background-image: url(../img/icon-twitter2.svg);
  }
}
.header .headerBottom {
  float: left;
  width: 100%;
  clear: both;
}
.header .headerBottom .container-fluid {
  position: relative;
}
.header .headerBottom .container-fluid .logobox {
  position: absolute;
  top: 20px;
  left: 23px;
}
@media screen and (max-width: 990px) {
  .header .headerBottom .container-fluid .logobox {
    top: 23px;
  }
}
.header .headerBottom .container-fluid .logobox a {
  display: block;
  width: 338px;
  -moz-transition: width 0.5s 0s;
  -o-transition: width 0.5s 0s;
  -webkit-transition: width 0.5s 0s;
  transition: width 0.5s 0s;
}
@media screen and (max-width: 450px) {
  .header .headerBottom .container-fluid .logobox a {
    width: 250px;
  }
}
.header .headerBottom .container-fluid .logobox a img {
  width: 100%;
}
.header .headerBottom .hamburger {
  float: right;
  display: none;
  margin-top: 13px;
  margin-bottom: -7px;
}
@media screen and (max-width: 990px) {
  .header .headerBottom .hamburger {
    display: block;
  }
}
.header .headerBottom .mainmenu {
  float: right;
  margin-top: 20px;
}
@media screen and (max-width: 990px) {
  .header .headerBottom .mainmenu {
    display: none;
  }
}
.header .headerBottom .mainmenu ul {
  padding: 0;
  margin: 0;
}
.header .headerBottom .mainmenu ul li {
  list-style: none;
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.header .headerBottom .mainmenu ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  -moz-transition: opacity 0.5s, font-size 0.5s 0s;
  -o-transition: opacity 0.5s, font-size 0.5s 0s;
  -webkit-transition: opacity 0.5s, font-size 0.5s 0s;
  transition: opacity 0.5s, font-size 0.5s 0s;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  font-family: "Lato-Regular", sans-serif;
}
.header .headerBottom .mainmenu ul li a::after {
  width: 0;
  height: 3px;
  background: #000;
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  -moz-transition: width 0.5s 0s;
  -o-transition: width 0.5s 0s;
  -webkit-transition: width 0.5s 0s;
  transition: width 0.5s 0s;
}
.header .headerBottom .mainmenu ul li a:hover {
  opacity: 0.9;
  text-decoration: none;
}
.header .headerBottom .mainmenu ul li a:hover::after {
  width: 100%;
}
.header .headerBottom .mainmenu ul li.hide {
  display: none;
}
.header .headerBottom .mainmenu ul li .sub-menu {
  position: absolute;
  left: -999999em;
  top: 39px;
  background: #000;
  width: 200px;
}
.header .headerBottom .mainmenu ul li .sub-menu li {
  width: 100%;
  margin: 0;
}
.header .headerBottom .mainmenu ul li .sub-menu li a {
  display: block;
  width: 100%;
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  line-height: 25px;
}
.header .headerBottom .mainmenu ul li .sub-menu li a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.header .headerBottom .mainmenu ul li .sub-menu li a::after {
  display: none;
}
.header .headerBottom .mainmenu ul li:hover .sub-menu {
  left: 0;
}

.placeholder {
  float: left;
  width: 100%;
  height: 140px;
  clear: both;
}

.container-fluid {
  max-width: 1360px;
}
@media screen and (max-width: 1360px) {
  .container-fluid {
    width: 96%;
  }
}

.newsletter {
  float: left;
  width: 100%;
  clear: both;
  margin: 80px 0 40px;
}
.newsletter .container-fluid {
  padding-top: 8px;
  padding-bottom: 15px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.newsletter h2 {
  font-family: "Yeseva One", serif;
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 30px;
}
.newsletter label {
  display: none !important;
}
.newsletter input[type=text], .newsletter input[type=email] {
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 13px !important;
  -moz-transition: border 0.5s 0s;
  -o-transition: border 0.5s 0s;
  -webkit-transition: border 0.5s 0s;
  transition: border 0.5s 0s;
  margin-top: 0px;
  text-transform: uppercase;
}
.newsletter input[type=text]:focus, .newsletter input[type=email]:focus {
  outline: 0;
  border-bottom: 2px solid #000;
}
.newsletter .gform_wrapper ul li.gfield {
  clear: none;
  float: left;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .newsletter .gform_wrapper ul li.gfield {
    width: 100%;
    margin-bottom: 25px;
  }
}
.newsletter .gform_wrapper .gform_body {
  float: left;
  width: 80%;
  clear: none;
}
@media screen and (max-width: 700px) {
  .newsletter .gform_wrapper .gform_body {
    width: 100%;
  }
}
.newsletter .gform_wrapper .gform_footer {
  float: left;
  width: 20%;
  clear: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 700px) {
  .newsletter .gform_wrapper .gform_footer {
    width: 100%;
  }
}
.newsletter input[type=submit] {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 2px;
  margin: 0 !important;
}
.newsletter .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
.newsletter .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.newsletter .validation_error, .newsletter #validation_message_2_2 {
  display: none;
}
.newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.newsletter .gform_wrapper li.gfield.gfield_error, .newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding-right: 16px !important;
  background: none;
}
.newsletter .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .newsletter .gform_wrapper li.gfield_error textarea {
  border: none !important;
  border-bottom: 1px solid #dd0000 !important;
  background: rgba(255, 223, 224, 0.25);
}

footer {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 20px 0;
}
footer img {
  width: 190px;
  margin: 0 auto 40px auto;
  display: block;
}
footer .footerMenu {
  width: 100%;
}
footer .footerMenu ul {
  padding: 0;
  margin: 0;
}
footer .footerMenu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
footer .footerMenu ul li a {
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  color: #707070;
}
footer .privacyMenu {
  width: 100%;
}
footer .privacyMenu ul {
  padding: 0;
  margin: 0;
}
footer .privacyMenu ul li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
footer .privacyMenu ul li a {
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #707070;
  opacity: 0.5;
}
footer .copyright {
  color: #707070;
  opacity: 0.5;
  margin: 20px 0 0;
  font-size: 10px;
}

.introduction {
  float: left;
  width: 100%;
  clear: both;
  margin: 100px 0 120px 0;
}
.introduction h2 {
  font-family: "Yeseva One", serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.introduction .introBoxes {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
}
.introduction .introBoxes .introLeft {
  float: left;
  width: 55%;
  border: 1px solid #000;
  background: #fff;
  padding: 50px 5%;
  margin-right: -5%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 990px) {
  .introduction .introBoxes .introLeft {
    margin-right: 0;
    width: 75%;
  }
}
@media screen and (max-width: 700px) {
  .introduction .introBoxes .introLeft {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .introduction .introBoxes .introLeft {
    padding: 0;
  }
}
.introduction .introBoxes .introLeft .contentLeft {
  width: 67.3%;
  padding-right: 10%;
}
@media screen and (max-width: 990px) {
  .introduction .introBoxes .introLeft .contentLeft {
    width: 60%;
  }
}
@media screen and (max-width: 575px) {
  .introduction .introBoxes .introLeft .contentLeft {
    width: 100%;
    padding: 50px 5%;
  }
}
.introduction .introBoxes .introLeft .imageBox {
  position: absolute;
  width: 32.7%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  top: 0;
  right: 0;
}
@media screen and (max-width: 990px) {
  .introduction .introBoxes .introLeft .imageBox {
    width: 40%;
  }
}
@media screen and (max-width: 575px) {
  .introduction .introBoxes .introLeft .imageBox {
    width: 100%;
    position: static;
    height: 350px;
  }
}
.introduction .introBoxes .introLeft::before {
  background: #E2E2E2;
  position: absolute;
  bottom: -94px;
  right: 32.7%;
  content: "";
  height: 93px;
  width: 30%;
  z-index: 0;
}
@media screen and (max-width: 990px) {
  .introduction .introBoxes .introLeft::before {
    right: auto;
    left: 7%;
    width: 13%;
  }
}
@media screen and (max-width: 700px) {
  .introduction .introBoxes .introLeft::before {
    display: none;
  }
}
.introduction .introBoxes .introLeft .more {
  background: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  padding: 0 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 15px;
}
.introduction .introBoxes .introLeft .more:hover {
  opacity: 0.9;
}
.introduction .introBoxes .introRight {
  float: left;
  width: 63%;
  border: 1px solid #000;
  background: #181818;
  padding: 40px 5%;
  color: #fff;
  margin-left: -13%;
  padding-left: 23%;
  position: relative;
  z-index: 1;
  margin-top: 93px;
}
@media screen and (max-width: 990px) {
  .introduction .introBoxes .introRight {
    width: 70%;
    margin-left: 0;
    clear: both;
    padding-left: 5%;
    margin-left: 15%;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .introduction .introBoxes .introRight {
    width: 100%;
    margin-left: 0;
  }
}
.introduction .introBoxes .introRight::before {
  background: #E2E2E2;
  position: absolute;
  top: -94px;
  left: 20%;
  content: "";
  height: 93px;
  width: 30%;
  z-index: 0;
}
@media screen and (max-width: 990px) {
  .introduction .introBoxes .introRight::before {
    left: 65%;
  }
}
@media screen and (max-width: 700px) {
  .introduction .introBoxes .introRight::before {
    display: none;
  }
}
.introduction .introBoxes .introRight h2 {
  color: #fff;
}
.introduction .introBoxes .introRight .quote {
  color: #ccc;
  font-style: italic;
  margin-top: 35px;
  display: block;
  width: 70%;
  line-height: 1.4;
}
.introduction .introBoxes .introRight .quote em {
  font-style: none;
  color: #fff;
  display: block;
  margin-top: 4px;
}

.newsList {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 50px;
}
.newsList.desktop {
  display: block;
}
@media screen and (max-width: 575px) {
  .newsList.desktop {
    display: none;
  }
}
.newsList.mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .newsList.mobile {
    display: block;
  }
}
.newsList .col-12 {
  margin-bottom: 20px;
}
.newsList .col-12 h2 {
  font-size: 36px;
  font-family: "Yeseva One", serif;
}
.newsList .col-12 .further {
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  float: right;
  margin-top: -30px;
}
.newsList .row {
  display: flex;
  flex-wrap: wrap;
}
.newsList .row > [class*="col-"] {
  display: flex;
}
.newsList .postItem {
  width: 100%;
  background: #efefef;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  color: #000;
  text-decoration: none;
  position: relative;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
}
@media screen and (max-width: 575px) {
  .newsList .postItem {
    display: block;
    float: left;
  }
}
.newsList .postItem .imageBox {
  float: left;
  width: 30%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
@media screen and (max-width: 575px) {
  .newsList .postItem .imageBox {
    width: 100%;
    position: static;
    height: 300px;
  }
}
.newsList .postItem .description {
  float: left;
  width: 100%;
  padding: 30px 5% 30px 35%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 575px) {
  .newsList .postItem .description {
    padding: 30px 5%;
  }
}
.newsList .postItem strong {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}
.newsList .postItem small {
  color: #999;
  display: block;
  margin-bottom: 10px;
}
.newsList .postItem .more {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  color: #000;
  text-decoration: none;
  margin-top: auto;
}
.newsList .postItem:hover {
  background: #000;
  color: #fff !important;
}
.newsList .postItem:hover .imageBox {
  opacity: 0.9;
}
.newsList .postItem:hover .more {
  color: #fff;
  text-decoration: none !important;
}
.newsList .postItem:hover .categoriesList a {
  background: #fff;
  color: #000;
}
.newsList .postItem .categoriesList {
  display: block;
}
.newsList .postItem .categoriesList a {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
  padding: 3px 10px;
}
.newsList .loadMoreBtn {
  display: block;
  margin: 40px auto 0;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  line-height: 40px;
  padding: 0 30px;
  border: 1px solid #000;
  background: none;
  cursor: pointer;
  letter-spacing: 2px;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
  text-align: center;
}
.newsList .loadMoreBtn:hover {
  background: #000;
  color: #fff;
}
.newsList .loadMoreBtn.loading {
  opacity: 0.5;
  pointer-events: none;
}
.newsList .loadMoreBtn.hidden {
  display: none;
}

.termekHome {
  float: left;
  width: 100%;
  clear: both;
  padding: 40px 0;
  margin: 50px 0;
}
.termekHome h2 {
  font-size: 36px;
  font-family: "Yeseva One", serif;
  text-align: center;
  margin-bottom: 50px;
}
.termekHome .further {
  display: block;
  margin: 50px auto 0 auto;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  clear: both;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  width: 190px;
  border: 1px solid #000;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
  text-align: center;
}
.termekHome .further:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.termekHome .termekCarousel {
  width: 100%;
  float: left;
  clear: both;
}
.termekHome .termekCarousel .termekList {
  color: #000000;
  text-decoration: none;
  width: 90%;
  float: left;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .termekHome .termekCarousel .termekList {
    width: 96%;
    margin-left: 2%;
  }
}
.termekHome .termekCarousel .termekList .imageBox {
  width: 100%;
  height: 344px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
}
.termekHome .termekCarousel .termekList .description {
  float: left;
  width: 100%;
  clear: both;
  padding: 0 5% 20px 5%;
}
.termekHome .termekCarousel .termekList .description strong {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  color: #000000;
}
.termekHome .termekCarousel .termekList .description .price {
  float: left;
  width: 100%;
  clear: both;
  font-size: 20px;
  color: #000000;
}
.termekHome .termekCarousel .termekList .description .price .new {
  color: #000;
}
.termekHome .termekCarousel .termekList .description .price .old {
  color: #CCCCCC;
  text-decoration: line-through;
  font-size: 15px;
}
.termekHome .termekCarousel .termekList .description .more {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  display: block;
  margin-top: 10px;
  float: left;
  position: relative;
}
.termekHome .termekCarousel .termekList .description .more::after {
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  -moz-transition: width 0.5s 0s;
  -o-transition: width 0.5s 0s;
  -webkit-transition: width 0.5s 0s;
  transition: width 0.5s 0s;
  background: #000;
}
.termekHome .termekCarousel .termekList:hover {
  opacity: 0.9;
}
.termekHome .termekCarousel .termekList:hover .more::after {
  width: 100%;
}
.termekHome .buttonSet {
  float: left;
  width: 100%;
  clear: both;
}

.maincontent {
  float: left;
  width: 100%;
  clear: both;
}
.maincontent .pageHeader {
  float: left;
  width: 100%;
  clear: both;
  background: #f3f3f3;
  padding: 80px 0 40px 0;
  text-align: center;
  margin-bottom: 60px;
}
.maincontent .pageHeader h1 {
  font-family: "Yeseva One", serif;
  font-size: 35px;
}
@media screen and (max-width: 575px) {
  .maincontent .pageHeader h1 {
    font-size: 25px;
  }
}
.maincontent .pageHeader a {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.maincontent .pageHeader #breadcrumbs {
  font-size: 10px;
}

.col2-set .form-row-first {
  width: 100% !important;
  margin-right: 0 !important;
}

.col2-set .form-row-last {
  width: 100% !important;
  margin-right: 0 !important;
  float: left;
}

.form-row {
  margin-left: 0 !important;
}
.form-row label {
  width: 100%;
  float: left;
  clear: both;
}
.form-row span {
  width: 100%;
  float: left;
  clear: both;
}
.form-row span.woocommerce-terms-and-conditions-checkbox-text {
  float: none;
}
.form-row span.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
}
.form-row span.required {
  float: none;
}

.summary.entry-summary h1.product_title.entry-title {
  text-transform: uppercase;
  font-size: 30px;
}

.widget .widget-title, .widget .widgettitle {
  font-family: "Yeseva One", serif;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content a {
  text-decoration: underline;
}

.storefront-product-pagination {
  display: none !important;
}

.related.products {
  border: none;
}
.related.products h2 {
  font-family: "Yeseva One", serif;
  font-size: 25px !important;
}
.related.products .products {
  border: none;
}

button, input[type=button], input[type=reset], input[type=submit], .button, .widget a.button {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  -moz-transition: background-color 0.5s 0s;
  -o-transition: background-color 0.5s 0s;
  -webkit-transition: background-color 0.5s 0s;
  transition: background-color 0.5s 0s;
  float: left;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover, .widget a.button:hover {
  background: #000;
  color: #fff;
}

.woocommerce-tabs ul.tabs li.active::after {
  right: -1em !important;
}

.product .imageBox {
  width: 100%;
  height: 344px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

.scroller {
  position: fixed;
  right: 15px;
  bottom: 55px;
  background: #2c2c2c url(../img/toTop.svg) center center no-repeat;
  display: none;
  z-index: 20;
  background-size: 29px;
  width: 53px;
  height: 53px;
  -moz-transition: background-color 0.5s, background-position 0.5s 0s;
  -o-transition: background-color 0.5s, background-position 0.5s 0s;
  -webkit-transition: background-color 0.5s, background-position 0.5s 0s;
  transition: background-color 0.5s, background-position 0.5s 0s;
}
.scroller:hover {
  background-color: #333;
  background-position: center 15px;
}
.scroller.active {
  display: block;
}

.hamburger-box, .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 35px;
}

.newsNav {
  float: left;
  width: 100%;
  clear: both;
  text-align: center;
  padding: 0;
  margin: 0;
  margin: 0 auto 50px auto;
}
.newsNav li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
.newsNav li a {
  display: inline-block;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.newsNav li a.active {
  border: 1px solid #000;
}
.newsNav li a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.newsinner .widget-area {
  width: 90% !important;
}
.newsinner .mainImage {
  margin-bottom: 30px;
}

@media screen and (max-width: 1040px) {
  .featherlight .featherlight-content {
    width: 90%;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 1040px) {
  .featherlight .featherlight-content iframe {
    width: 100%;
  }
}

.videoSection {
  float: left;
  width: 100%;
  clear: both;
  margin: 50px 0;
  cursor: pointer;
  -moz-transition: opacity 0.5s 0s;
  -o-transition: opacity 0.5s 0s;
  -webkit-transition: opacity 0.5s 0s;
  transition: opacity 0.5s 0s;
}
.videoSection img {
  position: relative;
  z-index: 1;
}
.videoSection a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
}
.videoSection a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  content: "";
}
.videoSection a::before {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  top: 45%;
  background: url(../img/play.svg) center center no-repeat;
  background-size: 100%;
  height: 60px;
  z-index: 3;
  content: "";
}
.videoSection:hover img {
  opacity: 0.9;
}

.gallery {
  float: left;
  width: 100%;
  clear: both;
  background: #eee;
  padding: 15px;
  margin: 30px 0;
}
.gallery h2 {
  font-size: 25px;
  font-family: "Yeseva One", serif;
}
.gallery .galleries {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery .galleries a {
  -webkit-flex-basis: 19%;
  -moz-flex-basis: 19%;
  -ms-flex-basis: 19%;
  flex-basis: 19%;
  margin-right: 1%;
}

.normalcontent {
  float: left;
  width: 100%;
  clear: both;
}
.normalcontent .leftColumn {
  float: left;
  width: 48%;
  margin-right: 1%;
}
@media screen and (max-width: 575px) {
  .normalcontent .leftColumn {
    margin-right: 0;
    width: 100%;
  }
}
.normalcontent .leftColumn.oneColumn {
  width: 100%;
}
.normalcontent .rightColumn {
  float: left;
  width: 48%;
  margin-left: 1%;
}
@media screen and (max-width: 575px) {
  .normalcontent .rightColumn {
    margin-left: 0;
    width: 100%;
  }
}
.normalcontent img {
  height: auto;
  max-width: 100%;
  margin-bottom: 20px;
}

.banner {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px auto;
  text-align: center;
}
.banner img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

blockquote {
  background: #eee;
  padding: 20px 30px;
  float: left;
  width: 40%;
  margin: 0 2% 2% 0;
  border-left: 3px solid #000;
}
@media screen and (max-width: 575px) {
  blockquote {
    width: 100%;
    clear: both;
    margin: 2% 0;
  }
}

.gform_wrapper ul li input, .gform_wrapper ul li textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
  line-height: 30px;
  padding: 0 15px;
}
.gform_wrapper ul li input:focus, .gform_wrapper ul li textarea:focus {
  outline: 0;
  background: #eee;
}
.gform_wrapper ul li textarea {
  padding: 5px;
}
.gform_wrapper ul li textarea:focus {
  outline: 0;
  background: #eee;
}
.gform_wrapper ul li label.gfield_label {
  display: none !important;
}

.mainImage {
  float: left;
  width: 100%;
  clear: both;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.alm-listing .alm-reveal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ajax-load-more-wrap.grey .alm-load-more-btn.done, .ajax-load-more-wrap.grey .alm-load-more-btn.loading, .ajax-load-more-wrap.grey .alm-load-more-btn:hover {
  margin: 50px auto;
  float: none;
  border: 1px solid black;
  background: none !important;
  border-radius: 0 !important;
  color: #000 !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #000 !important;
  color: #fff !important;
}

.pf_rngstyle_flat .irs-line-mid, .pf_rngstyle_flat .irs-line-left, .pf_rngstyle_flat .irs-line-right, .pf_rngstyle_flat .irs-bar, .pf_rngstyle_flat .irs-bar-edge, .pf_rngstyle_flat .irs-slider {
  background-image: url(assets/images/sprite-skin-flat.png) !important;
}

.pf_rngstyle_flat .irs-from, .pf_rngstyle_flat .irs-to, .pf_rngstyle_flat .irs-single {
  background: #000 !important;
}

.prdctfltr_widget_title {
  font-family: "exo_2medium", Arial, sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.widget .widget-title, .widget .widgettitle {
  border: none;
  padding: 0;
}

.custom-html-widget h2 {
  font-size: 24px;
  font-family: "exo_2bold", Arial, sans-serif;
  color: #000;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
  background: #000 !important;
  color: white !important;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
  background: none !important;
}

.woocommerce-pagination {
  float: none;
  width: 100% !important;
}

.product a {
  text-align: left !important;
}

.storefront-sorting {
  margin-bottom: 15px !important;
}

#customer_details .col-1 {
  -webkit-box-flex: inherit !important;
  -webkit-flex: inherit !important;
  -ms-flex: inherit !important;
  flex: inherit !important;
  max-width: inherit !important;
}

#customer_details .col-2 {
  -webkit-box-flex: inherit !important;
  -webkit-flex: inherit !important;
  -ms-flex: inherit !important;
  flex: inherit !important;
  max-width: inherit !important;
}

#payment .place-order .button, .wc-proceed-to-checkout .button.checkout-button {
  background-color: #000 !important;
  border-color: #000 !important;
  margin-top: 15px !important;
}

.woocommerce-product-gallery .flex-viewport {
  float: right;
  width: 90%;
}

.woocommerce-product-gallery .flex-control-nav {
  float: left;
  width: 10%;
}

.woocommerce-product-gallery .flex-control-nav li {
  float: left;
  width: 90% !important;
  margin-right: 10% !important;
}

.woocommerce-tabs ul.tabs {
  width: 100% !important;
  margin-right: 0 !important;
  text-align: center !important;
  border: none !important;
}

.woocommerce-tabs ul.tabs li {
  display: inline-block !important;
  text-align: center;
  margin: 0 15px !important;
  border: none !important;
}

.woocommerce-tabs ul.tabs li a {
  font-family: "montserratbold", Arial, sans-serif;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.woocommerce-tabs ul.tabs li.active a {
  color: #000 !important;
}

.woocommerce-tabs ul.tabs li.active a::before, .woocommerce-tabs ul.tabs li a::before, .woocommerce-tabs ul.tabs li.active a::after, .woocommerce-tabs ul.tabs li a::after, .productDetail .woocommerce-tabs ul.tabs li.active::after {
  display: none !important;
}

.woocommerce-tabs .panel {
  width: 100% !important;
}

.pf_ajax_loading .css-spinner-full-01::before {
  border-top-color: #000 !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li a:hover::before {
  color: #000 !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  text-align: center !important;
}

.tinv-wraper.tinv-wishlist {
  display: none;
}

.media .mainImage {
  position: relative;
}
.media .mainImage::after {
  width: 20px;
  height: 20px;
  background: url(../img/zoom.svg) top left no-repeat;
  background-size: 100%;
  content: "";
  right: 5%;
  bottom: 5%;
  position: absolute;
  z-index: 2;
}
.media .orderBtn {
  background: #000;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  padding: 0 18px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 15px;
}
.media .orderBtn:hover {
  opacity: 0.9;
}
.media .formInquire {
  display: none;
}
.media .adatlapColumn h2 {
  border-bottom: 4px solid #C8C7C6;
  margin-top: 20px;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 25px;
}
.media .adatlapColumn h2::after {
  background: #000;
  height: 4px;
  width: 200px;
  content: "";
  bottom: -4px;
  left: 0;
  position: absolute;
}
.media .adatlapColumn .adatlap {
  float: left;
  width: 100%;
  clear: both;
  padding: 0 5%;
}
.media .adatlapColumn .adatlap strong {
  border-bottom: 1px solid #C8C7C6;
  width: 100%;
  display: block;
}
.media .adatlapColumn .adatlap .row {
  margin-bottom: 20px;
  line-height: 1.4;
}

.photoItem {
  width: 100%;
}
.photoItem .mainImage {
  width: 100%;
}
.photoItem .title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.vimage {
  width: 100%;
  clear: both;
  border: 4px double #000;
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
}
.vimage .img-vote-label {
  border-bottom: 4px solid #C8C7C6;
  margin-top: 20px;
  padding-bottom: 4px;
  position: relative;
  margin-bottom: 25px;
  font-family: "Yeseva One", serif;
  font-size: 30px !important;
  text-align: left;
}
.vimage .img-vote-label::after {
  background: #000;
  height: 4px;
  width: 200px;
  content: "";
  bottom: -4px;
  left: 0;
  position: absolute;
}
.vimage .team {
  width: 80%;
  margin-left: 10%;
  display: block;
  margin-bottom: 20px;
  height: 300px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.vimage .col-md-6 img {
  width: 80%;
  margin-left: 10%;
  display: block;
  margin-bottom: 20px;
}
.vimage .col-md-6 p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.vimage button {
  float: none;
  display: block;
  margin: 30px auto;
}

.voteplayers {
  width: 100%;
  clear: both;
  border: 4px double #000;
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  font-family: "Yeseva One", serif;
  font-size: 19px;
  /*

     input[type=radio] {
         vertical-align: top; margin-top:18px; position: absolute; left: 0;
         z-index: -1; width: 1rem; height: 1.22rem; opacity: 0;
         &:checked ~ label {
             color:#000;
             a {
                 color:#000;
             }
             &::before {
                 color: #fff;
                 border-color: #000;
                 background-color: #000;
             }
             &::after {
                 background-image:url(../img/tick.svg);
             }
         }
     }*/
}
.voteplayers .rateRow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
  margin: 10px 0;
  background: #eee;
  /*label {
      font-size:16px !important; text-align:left; float:none; width:auto; color:#767676; position:relative;
      font-family: $fontregular;
      @include transition(color .5s 0s); padding-left:23px;
      &::before {
          position: absolute; top: 5px; left: 0; display: block; 
          width:15px; height:15px; pointer-events: none; content: ""; 
          background-color: #fff; border: #adb5bd solid 1px;
          @include transition(background-color .5s 0s); @include border-radius(120px);
      }
      &::after {
          position: absolute; top: 5px; left: 0;
          display: block; width: 15px; height: 15px; content: ""; background: no-repeat 50% / 50% 50%;
      }
      a {
          color:#767676; text-decoration:underline; font-size:16px !important;
      }
      @media screen and (max-width: 575px) {
          display:inline-block;
      }
  }*/
}
.voteplayers .ratio {
  font-family: "Lato-Regular", sans-serif;
  font-weight: bold;
  margin-bottom: 35px;
}

/*# sourceMappingURL=main.css.map */
