@charset "UTF-8";
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

#__bs_notify__ {
  display: none !important; }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

/* SOCIAL COLORS */
/* MENÜ */
/* MOBIL MENU */
/* Default colors */
/* Aside menu default color */
/* Default project color - Kiemelésekhez használható az admin felületen */
/* FORM default*/
/* Error message color */
/* Cookie sáv */
/* Breadcrumb */
/* Scrollbar szín*/
/* default variables */
:root {
  --project-color-1: #000000;
  --project-color-2: #ffffff;
  --project-color-3: #60A917;
  --project-color-4: #007bff;
  --project-color-5: #cc181e;
  --project-color-6: #343434; }

/* Placeholder color */
#picture-blend-mode {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-color: #acacac !important;
  transition: background-color 1s; }
  @media (min-width: 992px) {
    #picture-blend-mode {
      background-position: 0 0 !important; } }
  #picture-blend-mode:hover {
    background-blend-mode: multiply; }

#box-shadow {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 9:38 AM */
/*
Light
font-weight: 300;

Regular
font-weight: 400;

Medium
font-weight: 500;

SemiBold
font-weight: 600;

Bold
font-weight: 700;

Extra Bold
font-weight: 800;

Black
font-weight: 900;
*/
/* Font Awesome before elemben */
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 9:38 AM */
/*
Light
font-weight: 300;

Regular
font-weight: 400;

Medium
font-weight: 500;

SemiBold
font-weight: 600;

Bold
font-weight: 700;

Extra Bold
font-weight: 800;

Black
font-weight: 900;
*/
/* Font Awesome before elemben */
html, body {
  color: #000;
  background: #fff;
  position: relative;
  font-family: "Source Code Pro";
  font-weight: 400;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  padding-right: 0 !important;
  font-family: 'Source Code Pro';
  overflow: hidden; }

#nova-container {
  max-width: 1920px;
  margin: 0 auto; }

/* Scrollbar */
body::-webkit-scrollbar {
  width: 4px;
  height: 8px; }

body::-webkit-scrollbar-track {
  background: #CCC; }

body::-webkit-scrollbar-thumb {
  background: #0d0d0d; }

/* Scrollbar end */
html {
  overflow-y: scroll; }

a {
  color: #007bff;
  text-decoration: underline;
  transition: color .3s; }
  a:hover {
    color: #000; }

.main-block {
  margin-top: 3px; }

.replace-column {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .replace-column {
      flex-direction: row; } }

.kezdolap {
  padding-top: 100px;
  z-index: 8;
  max-width: 1920px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .kezdolap {
      padding-top: 0px; } }

.main-block-content {
  padding-top: 90px;
  z-index: 8;
  max-width: 1920px;
  margin: 0 auto; }

.aside-blocks {
  margin-right: 3px; }

h1, .h1, .module-header, #seoblock header {
  position: relative;
  font-size: 46px;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    h1, .h1, .module-header, #seoblock header {
      font-size: 46px; } }

.workWithUsBox {
  background-image: url("../../uploads/source/fooldal/work-with-us-promotion/workwithusboxbg.png");
  background-repeat: no-repeat;
  color: white;
  min-height: 295px;
  max-width: 358px; }
  .workWithUsBox .workWithUsTitle {
    font-size: 20px;
    font-weight: bold; }

.workWithUsHeader {
  color: white;
  font-size: 40px;
  font-weight: bold; }

.workWithUs {
  background-image: url("../../uploads/source/fooldal/work-with-us-promotion/workwithusbg.png"); }

h2, .h2, .blog-post-header, .grid-item .gallery-title, .home-title, #promo-slider .item-container .text-container header {
  padding: 0;
  margin: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2; }

h3, .h3, .aside .aside-block .aside-block-title, #latest-blog-posts .blog-post .title, #promo-boxes .promo-block .promo-block-title {
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 1.2; }

h4, .h4 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 16px; }

h5, h6 {
  font-size: 14px; }

img {
  max-width: 100%; }

p {
  line-height: 1.4;
  font-size: 14px; }

/* Project default color */
.project-color-1 {
  color: #0049b2; }

.project-color-2 {
  color: #2a3239; }

iframe, img {
  max-width: 100%; }

table tr td {
  padding: 5px;
  vertical-align: top; }
  @media (max-width: 767px) {
    table tr td {
      display: block; } }

table {
  max-width: 100%;
  width: 100%;
  overflow: scroll; }
  table td {
    width: auto !important; }

strong, b {
  font-weight: 700; }

footer {
  position: relative;
  z-index: 1; }

/* Animated CSS */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-half {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

/********************************************************/
/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
  content: " ";
  display: table; }

.cbp-so-side:after {
  clear: both; }

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-150px);
  -moz-transform: translateX(-150px);
  transform: translateX(-150px); }

.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  transform: translateX(150px); }

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transition: -webkit-transform 1.0s, opacity 1.0s;
  -moz-transition: -moz-transform 1.5s, opacity 1.5s;
  transition: transform 1.0s, opacity 1.0s;
  opacity: 1; }

/* Example media queries */
@media screen and (max-width: 73.5em) {
  .cbp-so-scroller {
    font-size: 65%; }
  .cbp-so-section h2 {
    margin: 0; }
  .cbp-so-side img {
    max-width: 120%; } }

@media screen and (max-width: 41.125em) {
  .cbp-so-side {
    float: none;
    width: 100%; }
  .cbp-so-side img {
    max-width: 100%; } }

.content-desc p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 27px; }

/* 404 error page */
.custom-404 .error-title {
  background: transparent url("../../img/404.png") no-repeat;
  padding: 36px 0 77px 195px;
  margin-top: 30px; }

.row-reverse {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .row-reverse {
      flex-direction: row; } }

/* Lightbox */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  opacity: 1; }

.hidden {
  display: none !important; }

.error-red {
  color: #913030; }

.error-green {
  color: #2F7800; }

.fordulj-title {
  text-align: left !important;
  font-size: 24px;
  font-weight: bold;
  color: white; }

.fordulj-desc {
  text-align: left !important;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  color: #a6b6c7; }

.discord-title {
  text-align: center !important;
  font-size: 35px;
  font-weight: bold;
  color: white; }

.discord-desc {
  text-align: center !important;
  font-size: 14px;
  color: white; }

.discord-btn {
  font-weight: bold !important;
  border: 0px solid rgba(153, 153, 153, 0) !important;
  margin-top: 25px;
  border-radius: 30px !important;
  background-image: linear-gradient(to right, #e4ecf6, #adc3db) !important; }
  .discord-btn .discord-btn-text {
    color: black !important;
    font-size: 12px; }
  .discord-btn .discord-btn-text:hover {
    color: grey !important; }

.discord-btn:hover {
  background-image: none !important;
  background-color: #000000 !important; }
  .discord-btn:hover .discord-btn-text {
    color: #00b3ee !important; }

.fordulj-btn {
  color: #0097dd !important;
  font-weight: bolder !important;
  border: 0px solid rgba(153, 153, 153, 0) !important;
  border-bottom: 1px solid #ffffff !important;
  letter-spacing: 2px;
  margin-top: 25px;
  text-decoration: none !important;
  text-transform: uppercase; }

.fordulj-btn:hover {
  background-color: rgba(255, 255, 255, 0) !important; }

.fordulj-box {
  background-color: #16202a; }

.contact-us-line {
  border-top: 1px solid white;
  align-content: center;
  width: 55%;
  margin-top: -6px; }

.contact-title {
  text-align: left !important;
  font-size: 24px;
  font-weight: bold;
  color: white; }

.contact-desc {
  text-align: left !important;
  font-size: 14px;
  color: white; }

.contact-btn {
  color: #16202a !important;
  font-weight: bold !important;
  border: 0px solid rgba(153, 153, 153, 0) !important;
  margin-top: 25px;
  text-decoration: none !important;
  border-bottom: 1px solid #ffffff !important;
  font-family: Open Sans, sans-serif; }

.contact-btn:hover {
  background-color: rgba(255, 255, 255, 0) !important; }

.contact-box {
  background-color: #0097dd !important; }

.contact-us-line2 {
  border-top: 1px solid white;
  align-content: center;
  width: 55%;
  margin-top: -6px; }

.nobody-said-title {
  font-size: 18px !important;
  text-align: left !important;
  color: white !important;
  font-style: italic;
  font-weight: bold; }

.nobody-said-div {
  background-image: url("../../uploads/source/fooldal/top-slider/nobodysaidbg.png");
  background-repeat: no-repeat;
  width: 286px;
  position: absolute;
  margin-top: -275px !important;
  margin-left: 1250px;
  z-index: 999 !important; }
  @media only screen and (min-width: 992px) {
    .nobody-said-div {
      height: 288px; } }

.nobody-said-header {
  margin-top: 50px !important;
  line-height: 25px !important; }

.font-uppercase {
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: bold; }
  .font-uppercase span {
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: bold; }

.how-can-we-help-section {
  background-image: url("../../uploads/source/fooldal/how-can-we-help-promotion/howcanwehelpbg.png");
  min-height: 534px;
  color: white; }

.how-can-we-help-title {
  font-size: 40px; }

.how-can-we-help-btn {
  border-radius: 30px !important;
  background-image: linear-gradient(to right, #004ab2, #0096dc) !important;
  border: 0px solid rgba(153, 153, 153, 0) !important; }

.how-can-we-help-image {
  object-fit: cover; }

.what-we-can-do-for-you-section {
  background-image: url("../../uploads/source/fooldal/what-we-can-do-promotion/whatwecandoforyoubg.png");
  color: white; }

.what-we-can-do-card {
  background-color: transparent !important;
  text-decoration: none !important;
  border: none !important; }

.what-we-can-do-title {
  font-weight: bold !important;
  font-size: 20px !important;
  color: #028acb; }

.what-we-can-do-title:hover {
  color: #006596; }

.what-we-can-do-desc {
  font-size: 14px !important; }
  .what-we-can-do-desc p {
    font-size: 14px !important; }

.contact-us-line3 {
  border-top: 1px solid white;
  align-content: center;
  width: 35%;
  margin-top: -6px; }

.underline-none {
  text-decoration: none !important; }

.what-we {
  font-weight: bold;
  font-size: 60px;
  line-height: 50px; }

.can-do-for-you {
  font-weight: bold;
  font-size: 35px;
  color: white !important; }

.hungarian-div {
  background-image: url("../../uploads/source/fooldal/teams/hungarian/hungarianbg.png");
  background-size: cover; }

.german-div {
  background-image: url("../../uploads/source/fooldal/teams/german/germanbg.png");
  background-size: cover; }
  @media only screen and (max-width: 992px) {
    .german-div {
      order: 2; } }

.hun-ger-title {
  font-size: 30px;
  font-weight: bold;
  color: white; }

.hun-ger-desc {
  line-height: 18px !important;
  font-family: Open Sans, sans-serif;
  color: #a6b6c7; }

.hun-ger-btn {
  border-radius: 30px !important;
  background-image: linear-gradient(to left, #243241, #0b1015) !important;
  border: 0px solid rgba(153, 153, 153, 0) !important; }

.hun-ger-img {
  object-fit: cover; }

.eletunk-szamokban-section {
  background-image: url("../../uploads/source/fooldal/eletunk-szamokban-promotion/eletunkszamokbanbg.png");
  background-repeat: no-repeat;
  height: 376px;
  background-position: center; }
  @media only screen and (max-width: 992px) {
    .eletunk-szamokban-section {
      height: auto;
      background-image: none;
      background-color: #16202A; } }

.eletunk-szamokban-title2 {
  font-size: 49px !important;
  color: #0049b2 !important;
  font-family: Open Sans, sans-serif !important;
  font-weight: 900 !important; }

.eletunk-szamokban-title {
  font-size: 49px !important;
  color: white !important; }

.eletunk-szamokban-desc {
  font-size: 15px !important;
  font-family: Open Sans, sans-serif;
  color: #a6b6c7; }

.about-us-section {
  height: 60%;
  background-position: center !important;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 992px) {
    .about-us-section {
      height: auto;
      background-image: none !important;
      background-color: #021A3B; } }

.about-us-title {
  font-size: 40px !important;
  color: white !important; }

.about-us-desc {
  color: white !important;
  line-height: 15px !important; }

.minositesek-section {
  background-image: url("../../uploads/source/fooldal/minositesek-promotion/minositesekbg.png"); }
  @media only screen and (max-width: 992px) {
    .minositesek-section {
      background-color: #0049b2;
      background-image: none !important; } }

.minositesek-title {
  color: white;
  font-size: 40px; }

.kapcsolat-section {
  background-color: #DCE7F1 !important;
  height: 550px; }

.kapcsolat-btn {
  border: 0px solid rgba(153, 153, 153, 0) !important;
  text-decoration: none !important;
  text-underline: none !important;
  font-size: 14px !important;
  font-weight: bold; }

.kapcsolat-btn-contact {
  border: 0px solid rgba(153, 153, 153, 0) !important;
  border-bottom: 1px solid #000000 !important;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-underline: none !important;
  font-size: 14px !important;
  font-weight: bold;
  cursor: pointer;
  color: #004fc1 !important; }

.kapcsolat-small-div {
  background-color: #EBF2F8 !important; }
  .kapcsolat-small-div p, .kapcsolat-small-div span {
    color: #2a3239; }
  .kapcsolat-small-div a {
    text-decoration: none !important;
    color: #1da2e0 !important; }

.seo-section {
  background-image: url("../../uploads/source/fooldal/seo/seobg.png"); }
  @media (max-width: 768px) {
    .seo-section {
      margin-top: 600px !important; } }

.seo-desc p {
  font-family: Open Sans, sans-serif !important;
  color: #6e757a;
  line-height: 20px !important; }

.footer-section {
  background-image: url("../../uploads/source/footer/footerbg.png") !important;
  background-position: center !important;
  background-size: cover !important; }
  .footer-section a:hover {
    transition: 0.3s !important;
    color: grey !important; }

.list-without-aside-layout {
  background-image: url("../../uploads/source/products/background/productsbg2.png");
  background-position: center !important;
  background-size: cover !important; }

.white-color {
  color: white !important; }
  .white-color a {
    text-decoration: none !important;
    color: white !important; }

.list-without-aside-btn {
  border-radius: 30px !important;
  background-image: linear-gradient(to right, #004ab2, #0096dc) !important;
  border: 0px solid rgba(153, 153, 153, 0) !important; }

.white-color .list-without-aside-content-bg {
  background-color: #16202a !important; }

.list-without-aside-content-bg {
  background-color: #256bcf; }

.aside-bg {
  background-color: #0049b2 !important; }

.aside-btn {
  border-radius: 30px !important;
  background-image: linear-gradient(to left, #243241, #0b1015) !important;
  border: 0px solid rgba(153, 153, 153, 0) !important;
  font-size: 13px !important;
  font-family: Open Sans, sans-serif !important;
  padding: 15px 30px !important; }

.blog-list-section {
  background-color: #dce7f1 !important;
  padding-bottom: 50px; }

.blog-content-section {
  background-color: white !important; }

.blog-image {
  object-fit: cover !important;
  height: 100% !important; }

.blog-title {
  color: #0049b2 !important; }
  .blog-title h2 {
    font-size: 20px !important;
    font-weight: bold !important; }

.blog-btn {
  color: black !important;
  font-size: 14px !important;
  font-family: Open Sans, sans-serif !important;
  text-align: left !important;
  padding-bottom: 5px !important;
  font-weight: bold !important;
  border: none !important;
  text-decoration: none !important;
  border-bottom: 1px solid #306bc0 !important;
  border-spacing: 5px !important;
  text-transform: uppercase;
  letter-spacing: 2px; }

.secondary-nav {
  background-color: #16202a !important;
  max-height: 90px !important; }

.csempe-list-layout {
  background: url("../../uploads/source/services/background/servicesbg.png") no-repeat 50% -50% !important;
  background-color: #10181f !important; }

.services-csempe-article {
  background-color: #0049b2;
  min-height: 262px; }

.services-kep {
  max-height: 42px; }

.services-csempe-btn {
  font-weight: bold !important;
  border: 0px solid rgba(153, 153, 153, 0) !important;
  border-radius: 30px !important;
  background-image: linear-gradient(to right, #e4ecf6, #adc3db) !important;
  width: 70% !important;
  margin: auto !important; }
  .services-csempe-btn span {
    color: black !important; }

.form-section {
  background: url("../../uploads/source/form/formbg.png") no-repeat !important;
  background-position: center !important;
  background-size: cover !important; }
  @media (max-width: 1200px) {
    .form-section {
      background: none !important;
      background-color: #dce7f1 !important; } }

.form-boxes {
  background-color: #16202a !important; }

.latest-blog-section {
  background: url("../../uploads/source/fooldal/latest-blog-promotion/frissblogbg.png") no-repeat !important;
  background-position: center !important;
  background-size: cover !important; }

.latest-blog-button {
  border-radius: 30px !important;
  background-image: linear-gradient(to left, #243241, #0b1015) !important;
  border: 0px solid rgba(153, 153, 153, 0) !important;
  font-size: 14px !important; }

.latest-blog-button:hover {
  background-image: linear-gradient(to left, #394e65, #243444) !important; }

.latest-blog-title-1 {
  font-size: 50px !important;
  line-height: 25px; }

.latest-blog-article-title {
  color: #0049b2 !important; }

.latest-blog-title-2 {
  font-size: 25px !important; }

.latest-blog-post-section {
  background-color: #FFFFFF; }
  .latest-blog-post-section p {
    font-family: Open Sans, sans-serif;
    color: #3f474f !important; }
  .latest-blog-post-section a {
    letter-spacing: 2px; }

.latest-blog-post-btn {
  color: #16202a !important;
  font-weight: bold !important;
  border: 0px solid rgba(153, 153, 153, 0) !important;
  margin-top: 25px;
  border-bottom: 1px solid blue !important;
  text-decoration: none !important; }

.gyik-card {
  border: none !important; }

.gyik-title {
  background-image: linear-gradient(180deg, #dce7f1 0%, #c0d2e5 100%);
  font-size: 20px !important;
  text-decoration: none !important;
  color: #152380 !important;
  font-weight: bold !important;
  border-bottom: 2px solid #6aa6ff; }

.gyik-desc {
  background: url("../../uploads/source/latest-blog-promotion/frissblogbg.png") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  border: 1px solid #a7b7c7; }

.gyik-active {
  transform: rotate(180deg) !important; }

.gyik-arrow {
  float: right !important; }

@media screen and (min-width: 90px) {
  .nobody-said-box {
    margin-left: 62px !important; } }

@media screen and (min-width: 180px) {
  .nobody-said-box {
    margin-left: 124px !important; } }

@media screen and (min-width: 270px) {
  .nobody-said-box {
    margin-left: 186px !important; } }

@media screen and (min-width: 360px) {
  .nobody-said-box {
    margin-left: 248px !important; } }

@media screen and (min-width: 450px) {
  .nobody-said-box {
    margin-left: 310px !important; } }

@media screen and (min-width: 540px) {
  .nobody-said-box {
    margin-left: 372px !important; } }

@media screen and (min-width: 630px) {
  .nobody-said-box {
    margin-left: 434px !important; } }

@media screen and (min-width: 720px) {
  .nobody-said-box {
    margin-left: 496px !important; } }

@media screen and (min-width: 810px) {
  .nobody-said-box {
    margin-left: 558px !important; } }

@media screen and (min-width: 900px) {
  .nobody-said-box {
    margin-left: 620px !important; } }

@media screen and (min-width: 990px) {
  .nobody-said-box {
    margin-left: 682px !important; } }

@media screen and (min-width: 1080px) {
  .nobody-said-box {
    margin-left: 744px !important; } }

@media screen and (min-width: 1170px) {
  .nobody-said-box {
    margin-left: 806px !important; } }

@media screen and (min-width: 1260px) {
  .nobody-said-box {
    margin-left: 868px !important; } }

@media screen and (min-width: 1350px) {
  .nobody-said-box {
    margin-left: 930px !important; } }

@media screen and (min-width: 1440px) {
  .nobody-said-box {
    margin-left: 992px !important; } }

@media screen and (min-width: 1530px) {
  .nobody-said-box {
    margin-left: 1054px !important; } }

@media screen and (min-width: 1620px) {
  .nobody-said-box {
    margin-left: 1116px !important; } }

@media screen and (min-width: 1710px) {
  .nobody-said-box {
    margin-left: 1178px !important; } }

@media screen and (min-width: 1800px) {
  .nobody-said-box {
    margin-left: 1240px !important; } }

@media screen and (max-width: 992px) {
  .nobody-said-box {
    background-image: none !important;
    position: relative !important;
    background-color: #0097dd !important;
    margin: 0 !important;
    width: 100% !important; } }

.top-nav {
  background: linear-gradient(rgba(0, 0, 0, 0.29) 10%, rgba(255, 255, 255, 0) 90%);
  z-index: 1000 !important;
  position: absolute !important; }
  @media screen and (max-width: 992px) {
    .top-nav {
      background: #16202a;
      max-height: 100px;
      position: fixed !important; } }

.smaller {
  background-color: #16202a !important;
  max-height: 90px !important;
  z-index: 1000 !important;
  position: fixed !important; }

.simple-carousel .container {
  position: relative; }

.simple-carousel .parent-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .simple-carousel .parent-container .carousel-container {
    transition: all, .3s;
    display: flex;
    max-height: 300px !important; }

.simple-carousel .carousel-control {
  position: absolute;
  top: 45%;
  font-size: 20px; }
  .simple-carousel .carousel-control#carousel-control-left {
    left: 2%; }
    @media (min-width: 992px) {
      .simple-carousel .carousel-control#carousel-control-left {
        left: -3%; } }
  .simple-carousel .carousel-control#carousel-control-right {
    right: 2%; }
    @media (min-width: 992px) {
      .simple-carousel .carousel-control#carousel-control-right {
        right: -3%; } }

.teruletek-ahol-section {
  background: url("../../uploads/source/fooldal/teruletek-ahol-promotion/teruletekaholbg.png") no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  color: white !important; }

.teruletek-ahol-title1 {
  font-size: 40px;
  font-weight: bold; }

.teruletek-ahol-title2 {
  color: white !important; }

.teruletek-ahol-icon {
  color: white !important; }

#header-menu #nav-items ul li.active {
  padding-bottom: 32px !important;
  background-color: #10171e !important;
  border-bottom: 5px solid #0147ab !important; }

#header-menu #nav-items ul li {
  padding-top: 28px !important; }

.font-20px {
  font-size: 20px !important;
  font-weight: 1000; }

.fa-blue {
  color: #0097dd !important; }

.font-type-2 {
  font-family: Open Sans, sans-serif !important; }

.langselect2 {
  margin-top: -10px !important; }

.langselect1 li a {
  color: #0097dd !important;
  text-decoration: none !important;
  font-weight: bold; }

#home-slider .slider-li {
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important; }

#home-slider .carousel-indicators {
  padding-left: 100px !important; }
  #home-slider .carousel-indicators .active {
    width: 10px !important;
    height: 10px !important;
    background-color: #269cd2;
    margin-top: -3px !important; }

.promo-block-desc {
  font-family: Open Sans, sans-serif;
  color: #a6b6c7; }

.promo-title {
  font-size: 20px; }

.banner-letters {
  letter-spacing: 1px !important; }

.blog-post-foreword.list_content2 {
  font-family: Open Sans, sans-serif;
  color: #2c3238; }
  .blog-post-foreword.list_content2 p {
    color: #2c3238 !important; }

.blog-post-foreword.list_content {
  font-family: Open Sans, sans-serif;
  color: #cddae8; }
  .blog-post-foreword.list_content p {
    color: #cddae8 !important; }

.list_content {
  font-family: Open Sans, sans-serif;
  color: #cddae8; }

.list_content2 p {
  font-family: Open Sans, sans-serif;
  color: #cddae8; }

.slider-image {
  min-height: 674px;
  object-fit: cover; }
  @media (max-width: 992px) {
    .slider-image {
      height: 150px;
      min-height: inherit;
      object-fit: cover;
      max-height: 150px; } }

a:hover span {
  transition: 0.3s !important;
  color: grey !important; }

.form-placeholder-style {
  font-family: Open Sans, sans-serif;
  color: #a6b6c7 !important; }
  .form-placeholder-style ::placeholder {
    color: #a6b6c7 !important; }
  .form-placeholder-style a {
    color: #cfdae5 !important; }

@media screen and (max-width: 992px) {
  .mobile-title {
    font-size: 24px !important; }
    .mobile-title span {
      font-size: 24px !important; }
    .mobile-title p {
      font-size: 24px !important; }
    .mobile-title h1 {
      font-size: 24px !important; } }

.footer-fa:hover {
  color: white !important; }

.module-content ul li::marker {
  content: '\01F852' !important; }

.module-content ol li:before {
  color: #1e59b7;
  content: "0" counter(my-awesome-counter) " /" !important; }

.dc-btn-img {
  object-fit: cover; }

.gallery-type-name {
  background-color: #d5d5d5;
  width: fit-content;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
  line-height: 40px;
  white-space: nowrap; }

.active-gallery {
  background-color: #7c7c7c !important;
  color: white !important; }

.module-tags {
  margin-top: 25px;
  margin-bottom: 25px; }
  .module-tags a {
    background-color: #256bcf;
    border-radius: 20px;
    padding: 10px 15px 10px 15px !important;
    text-decoration: none;
    color: white !important; }
  .module-tags a:hover {
    background-color: #0092c2; }

.gallery-type-name {
  background-color: #d5d5d5;
  width: fit-content;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
  line-height: 40px;
  white-space: nowrap; }

.active-gallery {
  background-color: #7c7c7c !important;
  color: white !important; }

/* Általános beállítások */
.blog-post-header {
  font-weight: 1000 !important; }

.blog-post {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .blog-post {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .blog-post .img-container {
      width: 33.3%;
      padding-right: 20px; }
      .blog-post .img-container img {
        max-height: 300px; } }
  @media (min-width: 992px) {
    .blog-post .blog-post-content {
      width: 66.6%; } }

div.form, form.form, .cart {
  /* CHECKBOX, RADIO */
  /*******************/ }
  div.form .form-left-text-area, form.form .form-left-text-area, .cart .form-left-text-area {
    padding: 50px 50px; }
  div.form input:not([type="submit"]), div.form textarea, div.form select, form.form input:not([type="submit"]), form.form textarea, form.form select, .cart input:not([type="submit"]), .cart textarea, .cart select {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 25px 10px 14px;
    font-size: 16px;
    border: none;
    background-color: #16202a !important; }
    div.form input:not([type="submit"])::-webkit-input-placeholder, div.form textarea::-webkit-input-placeholder, div.form select::-webkit-input-placeholder, form.form input:not([type="submit"])::-webkit-input-placeholder, form.form textarea::-webkit-input-placeholder, form.form select::-webkit-input-placeholder, .cart input:not([type="submit"])::-webkit-input-placeholder, .cart textarea::-webkit-input-placeholder, .cart select::-webkit-input-placeholder {
      color: #999;
      font-size: 16px; }
    div.form input:not([type="submit"]):-moz-placeholder, div.form textarea:-moz-placeholder, div.form select:-moz-placeholder, form.form input:not([type="submit"]):-moz-placeholder, form.form textarea:-moz-placeholder, form.form select:-moz-placeholder, .cart input:not([type="submit"]):-moz-placeholder, .cart textarea:-moz-placeholder, .cart select:-moz-placeholder {
      color: #999;
      font-size: 16px; }
    div.form input:not([type="submit"])::-moz-placeholder, div.form textarea::-moz-placeholder, div.form select::-moz-placeholder, form.form input:not([type="submit"])::-moz-placeholder, form.form textarea::-moz-placeholder, form.form select::-moz-placeholder, .cart input:not([type="submit"])::-moz-placeholder, .cart textarea::-moz-placeholder, .cart select::-moz-placeholder {
      color: #999;
      font-size: 16px; }
    div.form input:not([type="submit"]):-ms-input-placeholder, div.form textarea:-ms-input-placeholder, div.form select:-ms-input-placeholder, form.form input:not([type="submit"]):-ms-input-placeholder, form.form textarea:-ms-input-placeholder, form.form select:-ms-input-placeholder, .cart input:not([type="submit"]):-ms-input-placeholder, .cart textarea:-ms-input-placeholder, .cart select:-ms-input-placeholder {
      color: #999;
      font-size: 16px; }
    div.form input:not([type="submit"]):focus, div.form input:not([type="submit"]):active, div.form textarea:focus, div.form textarea:active, div.form select:focus, div.form select:active, form.form input:not([type="submit"]):focus, form.form input:not([type="submit"]):active, form.form textarea:focus, form.form textarea:active, form.form select:focus, form.form select:active, .cart input:not([type="submit"]):focus, .cart input:not([type="submit"]):active, .cart textarea:focus, .cart textarea:active, .cart select:focus, .cart select:active {
      outline: none; }
  div.form select, form.form select, .cart select {
    min-height: 50px; }
    div.form select:after, form.form select:after, .cart select:after {
      content: "";
      width: 10px;
      height: 10px;
      background: #555555;
      color: white; }
  div.form textarea, form.form textarea, .cart textarea {
    min-height: 140px; }
  div.form .plain-select:after, form.form .plain-select:after, .cart .plain-select:after {
    content: "\f107";
    font-family: "FontAwesome";
    width: 12px;
    height: 7px;
    font-size: 21px;
    position: absolute;
    right: 40px;
    margin-top: -58px;
    z-index: 0; }
  div.form .form-block, form.form .form-block, .cart .form-block {
    padding-bottom: 13px;
    position: relative; }
    div.form .form-block.button-block, form.form .form-block.button-block, .cart .form-block.button-block {
      padding-top: 20px; }
    div.form .form-block[data-type="label"], form.form .form-block[data-type="label"], .cart .form-block[data-type="label"] {
      margin-top: 17px;
      padding-bottom: 7px; }
      @media (max-width: 768px) {
        div.form .form-block[data-type="label"] .text-danger, form.form .form-block[data-type="label"] .text-danger, .cart .form-block[data-type="label"] .text-danger {
          top: 0px !important;
          right: 0px !important; } }
    div.form .form-block div[data-type="input"] .text-danger, div.form .form-block[data-type="label"] .text-danger, form.form .form-block div[data-type="input"] .text-danger, form.form .form-block[data-type="label"] .text-danger, .cart .form-block div[data-type="input"] .text-danger, .cart .form-block[data-type="label"] .text-danger {
      position: absolute;
      right: 40px;
      top: 17px;
      display: none; }
      div.form .form-block div[data-type="input"] .text-danger.show, div.form .form-block[data-type="label"] .text-danger.show, form.form .form-block div[data-type="input"] .text-danger.show, form.form .form-block[data-type="label"] .text-danger.show, .cart .form-block div[data-type="input"] .text-danger.show, .cart .form-block[data-type="label"] .text-danger.show {
        display: block; }
    div.form .form-block[data-type="label"] .text-danger, form.form .form-block[data-type="label"] .text-danger, .cart .form-block[data-type="label"] .text-danger {
      top: 4px; }
  div.form .form-select, form.form .form-select, .cart .form-select {
    position: relative; }
    div.form .form-select .text-danger, form.form .form-select .text-danger, .cart .form-select .text-danger {
      position: absolute;
      right: 40px;
      top: 17px; }
  div.form .form-block-half, form.form .form-block-half, .cart .form-block-half {
    padding-bottom: 13px; }
  div.form input[type="checkbox"], div.form input[type="radio"], form.form input[type="checkbox"], form.form input[type="radio"], .cart input[type="checkbox"], .cart input[type="radio"] {
    visibility: hidden;
    position: absolute; }
  div.form input[type='checkbox']:checked + label:not(.labelno):before, div.form input[type='radio']:checked + label:not(.labelno):before, form.form input[type='checkbox']:checked + label:not(.labelno):before, form.form input[type='radio']:checked + label:not(.labelno):before, .cart input[type='checkbox']:checked + label:not(.labelno):before, .cart input[type='radio']:checked + label:not(.labelno):before {
    opacity: 1; }
  div.form .nolabel, form.form .nolabel, .cart .nolabel {
    width: 30px;
    height: 30px;
    position: relative;
    top: 3px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    background-color: #16202a !important; }
    div.form .nolabel:before, form.form .nolabel:before, .cart .nolabel:before {
      content: '\2713';
      color: white;
      font-weight: 1000;
      width: 6px;
      height: 6px;
      position: absolute;
      border-top: none;
      border-right: none;
      opacity: 0;
      margin-top: 3px;
      margin-left: 9px; }
  div.form .nolabel-radio, form.form .nolabel-radio, .cart .nolabel-radio {
    border-radius: 20px; }
    div.form .nolabel-radio:before, form.form .nolabel-radio:before, .cart .nolabel-radio:before {
      border-radius: 20px; }
  div.form div[data-type="input"][data-multipleinput="true"] .text-danger, form.form div[data-type="input"][data-multipleinput="true"] .text-danger, .cart div[data-type="input"][data-multipleinput="true"] .text-danger {
    right: 26px; }
  div.form[data-type="label"], form.form[data-type="label"], .cart[data-type="label"] {
    padding-bottom: 3px; }
    div.form[data-type="label"] .text-danger, form.form[data-type="label"] .text-danger, .cart[data-type="label"] .text-danger {
      top: 0 !important; }
  div.form.button-block, form.form.button-block, .cart.button-block {
    display: inline-block; }

label:not(.nolabel) {
  cursor: pointer;
  padding-left: 18px;
  margin-top: -8px;
  display: inline-block; }

button[type="submit"], input[type="submit"] {
  margin-left: 0px;
  clear: both;
  display: block;
  position: relative; }

#file_uploader_button {
  background: #444444;
  color: white;
  font-weight: bold;
  border: none;
  padding: 14px 38px;
  border-radius: 2px;
  text-transform: none;
  margin-top: 0px;
  transition: background 0.3s; }
  #file_uploader_button:hover {
    background: #5e5d5d; }
  #file_uploader_button:after {
    border: none;
    padding: 0px;
    margin: 0px; }
  #file_uploader_button + label {
    padding-left: 15px;
    font-weight: bold; }

.response, #response {
  padding: 10px;
  display: none;
  border-radius: 2px;
  clear: both;
  margin-top: 13px;
  margin-bottom: 0; }
  .response.success, #response.success {
    display: block;
    background: #9cf0b2;
    border: 1px solid #51b96c;
    color: #2f7541; }
  .response.error, #response.error {
    display: block;
    background: #f1d4d4;
    border: 1px solid #913030;
    color: #913030; }

@media (min-width: 992px) {
  .form .row .form-content {
    padding-top: 65px; } }

.form .hide {
  display: none !important; }

.kapcsolat-content {
  padding: 0 !important; }
  .kapcsolat-content .elerhetosegek {
    margin-bottom: 50px; }

.telefonszamBox {
  display: none;
  margin: 20px 0; }

/* formokban a checkbox és label egymás mellé kerüljün*/
.form-checkbox-t .col-xs-21 {
  display: flex; }

/* Belépés */
#login-form .fb-login-button {
  margin: 20px 0; }

.header-bottom {
  height: 8px;
  width: 100%;
  position: fixed;
  top: 85px;
  z-index: 101; }

header[role="banner"] {
  height: 130px;
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  max-width: 1920px; }
  header[role="banner"] > .container {
    display: flex; }
  header[role="banner"] .header--left {
    background-color: #999; }
    header[role="banner"] .header--left .logo {
      display: inline-block;
      width: 128px;
      height: 60px;
      background: url("../../img/logo.png") no-repeat 50% 0;
      margin-top: 20px; }
  header[role="banner"] .header-right {
    width: 100%;
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 992px) {
      header[role="banner"] .header-right {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 0; } }
    header[role="banner"] .header-right .navigation {
      display: none; }
      @media (min-width: 992px) {
        header[role="banner"] .header-right .navigation {
          display: flex;
          width: 100%;
          justify-content: flex-end; }
          header[role="banner"] .header-right .navigation li {
            flex: 0 1 auto; }
            header[role="banner"] .header-right .navigation li.active a {
              color: #CCC;
              text-decoration: none; }
            header[role="banner"] .header-right .navigation li a {
              color: #fff;
              font-family: "Source Code Pro";
              font-weight: 500;
              transition: all .3s;
              font-size: 18px;
              padding: 0 13px 4px 13px; }
              header[role="banner"] .header-right .navigation li a:hover {
                color: #CCC;
                text-decoration: none; } }
      header[role="banner"] .header-right .navigation .navigation-menu {
        display: flex;
        list-style: none;
        margin: 0;
        color: white; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .navigation .navigation-menu {
            display: flex; } }
        header[role="banner"] .header-right .navigation .navigation-menu a {
          text-decoration: none; }
        header[role="banner"] .header-right .navigation .navigation-menu li:hover .dropdown-menu {
          opacity: 1; }
        header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu {
          opacity: 0;
          position: absolute;
          list-style: none;
          margin: 0;
          padding: 0;
          transition: all .5s; }
          header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu li a {
            color: #000;
            background-color: #eee;
            font-weight: normal;
            display: block; }
            header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu li a:hover {
              background-color: #eee; }
          header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu li:hover .dropdown-menu-inner {
            opacity: 1; }
          header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu .dropdown-menu-inner {
            opacity: 0;
            list-style: none;
            margin: 0;
            padding: 0 0 0 20px;
            background-color: #CCC;
            transition: all .6s; }
            header[role="banner"] .header-right .navigation .navigation-menu .dropdown-menu .dropdown-menu-inner li a {
              color: #eee;
              background-color: #CCC; }
    header[role="banner"] .header-right .header-other {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start; }
      @media (min-width: 992px) {
        header[role="banner"] .header-right .header-other {
          width: auto; } }
      header[role="banner"] .header-right .header-other #langselect-arrow {
        color: #fff;
        margin: 30px 0 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        header[role="banner"] .header-right .header-other #langselect-arrow.open {
          margin-top: 20px !important; }
        header[role="banner"] .header-right .header-other #langselect-arrow li {
          font-family: Open Sans, sans-serif; }
        header[role="banner"] .header-right .header-other #langselect-arrow .lang {
          top: -15px !important;
          left: 8px !important;
          position: relative !important; }
      header[role="banner"] .header-right .header-other .languages {
        display: none; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .header-other .languages {
            list-style-type: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            position: relative; }
            header[role="banner"] .header-right .header-other .languages li {
              display: none;
              padding: 0 7px; }
              header[role="banner"] .header-right .header-other .languages li a {
                display: block;
                color: #fff; }
                header[role="banner"] .header-right .header-other .languages li a:hover {
                  text-decoration: none; }
              header[role="banner"] .header-right .header-other .languages li.active {
                display: block; }
              header[role="banner"] .header-right .header-other .languages li.show {
                display: block;
                top: -10px;
                left: 8px;
                position: relative; } }
      header[role="banner"] .header-right .header-other #loginblock {
        margin-right: 5px;
        position: relative; }
        header[role="banner"] .header-right .header-other #loginblock #loginblock-container {
          display: none;
          z-index: 111;
          position: absolute;
          top: 23px;
          right: 0;
          width: 200px; }
          header[role="banner"] .header-right .header-other #loginblock #loginblock-container a {
            display: block; }
        header[role="banner"] .header-right .header-other #loginblock .headerbutton span {
          display: inline-block; }
          @media (min-width: 992px) {
            header[role="banner"] .header-right .header-other #loginblock .headerbutton span {
              display: none; } }
      header[role="banner"] .header-right .header-other #cartBlock a {
        color: white; }
      header[role="banner"] .header-right .header-other #cartBlock #cartCount {
        display: inline-block;
        position: absolute;
        top: -13px;
        right: -23px;
        opacity: 0;
        transition: all, .3s; }
        header[role="banner"] .header-right .header-other #cartBlock #cartCount.show {
          opacity: 1; }
      header[role="banner"] .header-right .header-other #search-block {
        display: none; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .header-other #search-block {
            display: block;
            position: absolute;
            bottom: -32px;
            right: -45px;
            margin-right: 0;
            padding-top: 0; } }
        header[role="banner"] .header-right .header-other #search-block form {
          display: flex; }
        header[role="banner"] .header-right .header-other #search-block input[type="search"] {
          display: inline-block;
          width: 180px;
          height: 32px;
          padding-left: 33px;
          position: relative;
          border: none;
          font-family: "Source Code Pro";
          background: #eee;
          border-bottom-left-radius: 100px;
          font-size: 13px; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]::-webkit-input-placeholder {
            color: #999;
            font-size: 16px; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]:-moz-placeholder {
            color: #999;
            font-size: 16px; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]::-moz-placeholder {
            color: #999;
            font-size: 16px; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]:-ms-input-placeholder {
            color: #999;
            font-size: 16px; }
          header[role="banner"] .header-right .header-other #search-block input[type="search"]:focus, header[role="banner"] .header-right .header-other #search-block input[type="search"]:active {
            outline: none; }
        header[role="banner"] .header-right .header-other #search-block button[type="submit"] {
          display: inline-block;
          width: 33px;
          height: 32px;
          border: none;
          background: #eee;
          margin: 0;
          border-left: none;
          color: #999;
          outline: 0; }
        header[role="banner"] .header-right .header-other #search-block .search-block-result {
          position: absolute;
          right: 0;
          background: #CCC;
          width: 210px;
          margin-left: 15px;
          padding: 42px 0 10px 36px;
          z-index: 10;
          display: none;
          border-radius: 0 0 25px 25px; }
          header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row {
            display: flex;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: background 0.3s;
            width: 100%;
            padding-left: 13px;
            flex-direction: column;
            padding-top: 10px;
            padding-bottom: 10px; }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row:hover {
              background: rgba(255, 255, 255, 0.1); }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row:not(:last-child) {
              border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-contentname {
              text-align: left;
              font-size: 16px;
              font-weight: bold;
              font-family: Open Sans, sans-serif; }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content {
              font-family: Open Sans, sans-serif;
              color: white;
              padding-right: 10px; }
              header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content, header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content p, header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content strong, header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content b {
                font-size: 13px;
                font-weight: normal !important; }
              header[role="banner"] .header-right .header-other #search-block .search-block-result .search-results .search-results-row .result-content p {
                display: inline !important; }
          header[role="banner"] .header-right .header-other #search-block .search-block-result p.notfound {
            padding-left: 10px; }
          header[role="banner"] .header-right .header-other #search-block .search-block-result .search-more {
            padding-right: 10px;
            padding-bottom: 10px;
            color: white;
            padding-top: 10px;
            text-align: right; }
            header[role="banner"] .header-right .header-other #search-block .search-block-result .search-more a {
              color: white; }
      header[role="banner"] .header-right .header-other #search-mobile-icon {
        display: block; }
        @media (min-width: 992px) {
          header[role="banner"] .header-right .header-other #search-mobile-icon {
            display: none; } }
      header[role="banner"] .header-right .header-other .mobile-icon {
        margin-right: 10px; }
  header[role="banner"] .header--mobile-right {
    position: absolute;
    right: 10px;
    color: black; }
    header[role="banner"] .header--mobile-right button {
      outline: none;
      background: transparent;
      color: #fff;
      border: none;
      margin-top: 31px; }
    @media (min-width: 992px) {
      header[role="banner"] .header--mobile-right {
        display: none; } }

.hamburger {
  position: relative;
  top: 7px;
  left: 7px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 40px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -7px; }
  @media (min-width: 768px) {
    .hamburger-box {
      top: -5px; } }
  .hamburger-box:hover, .hamburger-box:focus, .hamburger-box:active {
    outline: none; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  outline: none; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -5px; }

.hamburger-inner::after {
  bottom: -5px; }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.15s 0.4s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 17px;
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -17px, 0) rotate(-270deg);
  transition-delay: 0.1s; }

/* Albumok listázása */
/* ---- grid ---- */
.grid {
  background: white;
  margin: 0 -3px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  padding: 3px; }
  @media (min-width: 992px) {
    .grid-sizer,
    .grid-item {
      width: 33.333%; } }

.grid-item {
  float: left; }
  .grid-item .gallery-title {
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all .5s; }
  .grid-item a {
    background-color: black;
    display: block; }
    .grid-item a:hover .gallery-title {
      opacity: 1; }
    .grid-item a:hover img {
      opacity: .7; }

.grid-item img {
  display: block;
  max-width: 100%;
  margin: 0 !important;
  opacity: 1;
  transition: opacity .5s; }

/* kép nézegető */
.pswp__caption__center {
  text-align: center; }

/* Tartalomban megjelenő carousel (szöveges oldal, cikkek */
.content-slider .carousel-inner .item {
  height: 370px; }

.content-slider .carousel-control {
  color: #fff;
  background-image: unset;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.content-slider .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: baseline; }
  .content-slider .carousel-indicators:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 45px;
    background: #000;
    opacity: .5;
    bottom: 0;
    z-index: -1; }
  .content-slider .carousel-indicators li {
    border-radius: unset;
    background-color: #fff;
    border-color: #fff;
    margin-right: 5px;
    margin-bottom: 11px; }
    .content-slider .carousel-indicators li.active {
      background-color: #0049b2;
      border-color: #0049b2;
      height: 20px; }

.module ul:not(.pagination) {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px; }
  .module ul:not(.pagination) li {
    position: relative;
    padding: 0 0 0 15px; }
    .module ul:not(.pagination) li:before {
      display: block;
      width: 7px;
      height: 7px;
      background-color: #000;
      border-radius: 20px;
      position: absolute;
      top: 9px;
      left: 0; }

.module ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0 0 10px 0;
  padding: 0; }
  .module ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    padding: 0 0 0 30px; }
    .module ol li:before {
      content: "0" counter(my-awesome-counter) ".";
      position: absolute;
      top: 0;
      left: 0; }
    .module ol li:nth-child(n+10):before {
      content: counter(my-awesome-counter) "."; }

.module-header {
  padding-top: 9px;
  width: 100%;
  font-size: 30px; }
  @media (min-width: 992px) {
    .module-header {
      font-size: 48px; } }
  .module-header h1 {
    font-weight: 1000 !important;
    margin-bottom: 15px; }
  .module-header:after {
    top: 7px; }

.module-tags {
  font-weight: bold; }
  .module-tags a {
    color: #000;
    padding: 5px 10px 5px 0;
    transition: background .5s, color .3s; }
    .module-tags a:hover {
      color: #000 !important;
      text-decoration: none !important; }

.module-content {
  color: #656e75; }
  .module-content p {
    font-family: Open Sans, sans-serif !important; }
  .module-content form .button.form:after {
    display: none; }
  .module-content .floatLeft {
    margin: 7px 15px 0 0; }
  .module-content .floatRight {
    margin: 7px 0 0 15px; }
  @media (max-width: 480px) {
    .module-content iframe {
      height: 185px !important; } }
  @media (max-width: 768px) {
    .module-content iframe {
      height: 315px; } }
  @media (max-width: 992px) {
    .module-content iframe {
      width: 100%; } }

.content-page #list_content p {
  color: #16202a; }

.csempe-list-layout .module-content p, .list-without-aside-layout .module-content p {
  color: #cddae8; }

.csempe-list-layout #list_content p, .list-without-aside-layout #list_content p {
  color: #cddae8; }

.module-content, .module-content p {
  font-family: "Source Code Pro";
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 40px;
  color: #16202a; }
  .module-content img, .module-content p img {
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 7px; }
    @media (max-width: 992px) {
      .module-content img, .module-content p img {
        width: 100%; } }
  .module-content h1, .module-content h2, .module-content h3, .module-content h4, .module-content h5, .module-content h6, .module-content p h1, .module-content p h2, .module-content p h3, .module-content p h4, .module-content p h5, .module-content p h6 {
    color: black !important; }

.module-content a.mce-item-anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

#breadcrumb {
  padding: 10px 0 10px 0;
  margin-bottom: 46px;
  position: relative;
  top: 25px; }
  @media (min-width: 992px) {
    #breadcrumb {
      padding: 20px 0 0 0; } }
  #breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    font-family: Open Sans, sans-serif;
    letter-spacing: 0.5px; }
    #breadcrumb .breadcrumb li {
      font-size: 14px;
      list-style: none;
      display: inline-block;
      padding-right: 4px; }
      #breadcrumb .breadcrumb li:hover a {
        color: #007bff; }
      #breadcrumb .breadcrumb li:not(.active) a {
        color: #007bff;
        margin-right: 1px;
        margin-left: 2px; }
      #breadcrumb .breadcrumb li.active a {
        color: #007bff;
        font-weight: bold; }
        #breadcrumb .breadcrumb li.active a span {
          display: inline-block; }
        #breadcrumb .breadcrumb li.active a span::first-letter {
          text-transform: uppercase !important; }
      #breadcrumb .breadcrumb li:first-child a {
        color: #007bff; }
      #breadcrumb .breadcrumb li:first-child:after {
        color: #1d1d1d; }
      #breadcrumb .breadcrumb li:not(:first-child):before {
        width: 1px;
        height: 14px;
        content: ">" !important;
        margin-right: 7px;
        border-radius: 100px;
        position: relative;
        transform: scale(1.5, 1); }
      #breadcrumb .breadcrumb li a {
        text-decoration: none; }

/**** BUTTON ***/
button {
  outline: none; }

/* BUTTON */
.button {
  border: none;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  position: relative;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0;
  font-family: "Source Code Pro";
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 30px;
  border: 3px solid #999;
  color: #fff;
  border-radius: 30px;
  background-image: linear-gradient(to left, #243241, #0b1015);
  border: 0px solid rgba(153, 153, 153, 0);
  font-family: Open Sans, sans-serif; }
  .button:hover {
    text-decoration: none;
    outline: none; }
  .button:active, .button :focus {
    outline: none; }
  .button:hover, .button:active {
    color: #fff;
    background: #999; }

/* kosár oldal */
.button-delete {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none !important;
  outline: none;
  color: #913030;
  border: 2px solid #913030;
  border-radius: 25px;
  background: transparent;
  padding: 0;
  text-align: center;
  transition: background .5s; }
  .button-delete:hover {
    color: #fff;
    background: #913030; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on October 19, 2017 9:38 AM */
/*
Light
font-weight: 300;

Regular
font-weight: 400;

Medium
font-weight: 500;

SemiBold
font-weight: 600;

Bold
font-weight: 700;

Extra Bold
font-weight: 800;

Black
font-weight: 900;
*/
/* Font Awesome before elemben */
#home-slider {
  color: #fff;
  width: 100%;
  z-index: 10; }
  @media (min-width: 992px) {
    #home-slider {
      height: 674px; } }
  #home-slider .carousel-control {
    z-index: 10; }
  #home-slider .slider-button {
    border-radius: 30px;
    background-image: linear-gradient(to right, #004ab2, #0096dc);
    border: 0px solid rgba(153, 153, 153, 0); }
  #home-slider .carousel-inner {
    position: relative; }
    #home-slider .carousel-inner .carousel-item .carousel-caption {
      bottom: inherit;
      text-shadow: none;
      text-align: center;
      position: relative;
      right: 0;
      left: 0;
      color: #000;
      padding: 20px 0 0 0; }
      @media (min-width: 992px) {
        #home-slider .carousel-inner .carousel-item .carousel-caption {
          position: absolute;
          top: 160px;
          display: flex;
          align-items: center;
          flex-direction: column;
          justify-content: flex-start;
          color: #fff; } }
      @media (max-width: 992px) {
        #home-slider .carousel-inner .carousel-item .carousel-caption {
          background-color: #1d2b3a; } }
      #home-slider .carousel-inner .carousel-item .carousel-caption header {
        display: inline-block;
        font-weight: 600;
        font-size: 24px;
        line-height: 1.05;
        opacity: 1;
        transition: opacity .6s, transform .3s;
        z-index: 50;
        padding-top: 8px;
        color: white; }
        @media (min-width: 992px) {
          #home-slider .carousel-inner .carousel-item .carousel-caption header {
            padding-left: 10px;
            font-size: 56px;
            position: relative;
            display: inline-block;
            width: auto !important;
            line-height: 1; } }
      #home-slider .carousel-inner .carousel-item .carousel-caption .subtitle {
        opacity: 1;
        transition: transform 1s, opacity .4s;
        font-family: Open Sans, sans-serif;
        font-weight: 100;
        font-size: 16px;
        padding: 10px 0;
        line-height: 1.3;
        color: #a4b4c5; }
        @media (min-width: 992px) {
          #home-slider .carousel-inner .carousel-item .carousel-caption .subtitle {
            font-size: 16px;
            padding: 30px 10px;
            line-height: 1.5; } }
      #home-slider .carousel-inner .carousel-item .carousel-caption .content {
        max-width: 350px;
        font-size: 16px;
        color: black;
        font-weight: 500;
        display: inline-block;
        padding-top: 50px; }
        @media (min-width: 768px) {
          #home-slider .carousel-inner .carousel-item .carousel-caption .content {
            color: #000;
            padding-top: 0; } }

/*****/
.slider-container {
  position: relative;
  text-align: center; }

.slider-container-control {
  z-index: 100;
  position: relative; }
  .slider-container-control .control-container {
    position: relative; }
    @media (min-width: 1200px) {
      .slider-container-control .control-container {
        top: 55px; } }
    .slider-container-control .control-container a.left, .slider-container-control .control-container a.right {
      position: absolute;
      opacity: 1;
      width: 50px;
      height: 50px;
      color: white;
      right: 0;
      transition: 0.4s; }
      @media (max-width: 768px) {
        .slider-container-control .control-container a.left, .slider-container-control .control-container a.right {
          margin-top: 12px; } }
      @media (max-width: 992px) {
        .slider-container-control .control-container a.left, .slider-container-control .control-container a.right {
          top: 250px !important; } }
      @media (min-width: 1200px) {
        .slider-container-control .control-container a.left, .slider-container-control .control-container a.right {
          width: 50px;
          height: 45px; } }
      .slider-container-control .control-container a.left:hover, .slider-container-control .control-container a.right:hover {
        background-color: transparent;
        opacity: .7; }
    .slider-container-control .control-container a.right {
      background: url("../../img/arrow_right.png") black no-repeat center center;
      width: 50px;
      height: 50px;
      right: 50px;
      position: absolute;
      top: 370px; }
      @media (min-width: 1200px) {
        .slider-container-control .control-container a.right {
          top: 580px;
          background: url("../../img/arrow_right.png") no-repeat center center; } }
    .slider-container-control .control-container a.left {
      background: url("../../img/arrow_left.png") #000 center center no-repeat;
      right: 100px;
      height: 50px;
      left: inherit;
      top: 370px; }
      @media (min-width: 1200px) {
        .slider-container-control .control-container a.left {
          top: 580px;
          background: url("../../img/arrow_left.png") center center no-repeat; } }
    .slider-container-control .control-container a:hover {
      background-color: #d0d0d0; }

.carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {
  z-index: 2; }

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%; }
  @media (max-width: 992px) {
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: auto; } }

/**************/
#slider-version-2 {
  max-width: 1920px;
  z-index: 10;
  width: 100%;
  height: 107vw;
  display: flex;
  position: relative; }
  @media (min-width: 640px) {
    #slider-version-2 {
      height: 92vw; } }
  @media (min-width: 768px) {
    #slider-version-2 {
      height: 89vw; } }
  @media (min-width: 992px) {
    #slider-version-2 {
      height: 100vh;
      background-color: #2C302E; } }
  #slider-version-2 .caption {
    position: absolute;
    top: 230px;
    left: 0;
    z-index: 9;
    opacity: 0;
    width: 100%;
    text-align: center;
    transition: 500ms ease opacity, 500ms ease transform;
    transform: translateY(60px); }
    @media (min-width: 480px) {
      #slider-version-2 .caption {
        top: 67vw; } }
    @media (min-width: 768px) {
      #slider-version-2 .caption {
        top: 51vh; } }
    @media (min-width: 992px) {
      #slider-version-2 .caption {
        top: 50%;
        left: 8rem;
        text-align: left; } }
    #slider-version-2 .caption.current-caption {
      transition-delay: 1000ms;
      opacity: 1;
      transform: translateY(0); }
    #slider-version-2 .caption.previous-caption {
      transform: translateY(-60px); }
    #slider-version-2 .caption .caption-heading {
      transition: 500ms ease-in all;
      font-size: 3rem;
      text-transform: uppercase;
      letter-spacing: .2rem;
      font-weight: 300;
      color: #2C302E; }
      @media (min-width: 992px) {
        #slider-version-2 .caption .caption-heading {
          font-size: 4rem;
          text-indent: -0.2rem; } }
    #slider-version-2 .caption .caption-subhead {
      font-size: 1rem;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 4px;
      word-spacing: .1rem;
      margin-bottom: 1.5rem;
      display: block; }
      @media (min-width: 992px) {
        #slider-version-2 .caption .caption-subhead {
          color: #fff; } }
  #slider-version-2 .left-col, #slider-version-2 .right-col {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden; }
  #slider-version-2 .left-col {
    background-size: cover;
    background-position: center top;
    overflow: hidden;
    position: relative; }
    #slider-version-2 .left-col .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-position: left top !important;
      background-size: 100% !important;
      background-repeat: no-repeat !important;
      opacity: 0;
      transition: 1000ms cubic-bezier(1, 0.04, 0.355, 1) transform, 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path;
      transform: translateY(-100%);
      z-index: -1; }
      @media (min-width: 992px) {
        #slider-version-2 .left-col .slide {
          background-size: cover !important;
          background-position: center top !important; } }
      #slider-version-2 .left-col .slide.previous {
        z-index: 1;
        opacity: 1;
        transform: translateY(0);
        animation-delay: 1s;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        transition: 3s ease transform;
        will-change: transform; }
        #slider-version-2 .left-col .slide.previous.change {
          transform: translateY(0); }
          @media (min-width: 992px) {
            #slider-version-2 .left-col .slide.previous.change {
              transform: translateY(50%); } }
      #slider-version-2 .left-col .slide.next {
        transform: translateY(-100%);
        z-index: 3;
        opacity: 0;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
      #slider-version-2 .left-col .slide.current {
        opacity: 1;
        transform: translateY(0) scale(1.25);
        z-index: 2;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  #slider-version-2 .right-col {
    display: flex;
    align-items: center;
    justify-content: center; }
  #slider-version-2 .right-col .preview {
    max-width: 400px; }
  #slider-version-2 .nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    #slider-version-2 .nav a {
      color: #fafafa;
      font-size: 3rem;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); }
    #slider-version-2 .nav:hover .slide-up, #slider-version-2 .nav:hover .slide-down {
      opacity: .5;
      transform: translateX(0); }
    #slider-version-2 .nav .slide-up, #slider-version-2 .nav .slide-down {
      display: block;
      position: absolute;
      bottom: 0;
      text-align: center;
      padding: 1rem;
      opacity: 1;
      transition: .25s ease opacity,.25s ease transform;
      z-index: 99; }
      @media (min-width: 992px) {
        #slider-version-2 .nav .slide-up, #slider-version-2 .nav .slide-down {
          opacity: 0;
          top: 50%; }
          #slider-version-2 .nav .slide-up:hover, #slider-version-2 .nav .slide-down:hover {
            opacity: 1; } }
      #slider-version-2 .nav .slide-up a, #slider-version-2 .nav .slide-down a {
        text-decoration: none;
        font-weight: 300 !important; }
    #slider-version-2 .nav .slide-up {
      left: 15%;
      transform: translateX(-100%); }
      @media (min-width: 992px) {
        #slider-version-2 .nav .slide-up {
          left: 0; } }
    #slider-version-2 .nav .slide-down {
      right: 15%;
      transform: translateX(100%); }
      @media (min-width: 992px) {
        #slider-version-2 .nav .slide-down {
          right: 0; } }

.pagination {
  display: flex;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 22px;
  margin-left: 0;
  justify-content: center; }
  @media (min-width: 992px) {
    .pagination {
      padding: 70px 0 0 0;
      justify-content: flex-start; } }
  .pagination li {
    font-size: 16px;
    list-style: none;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    line-height: 1; }
    .pagination li.disabled a {
      color: #999 !important; }
      .pagination li.disabled a:hover {
        text-decoration: none; }
    .pagination li:first-child a {
      line-height: 1;
      color: #999;
      width: 20px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      text-decoration: none !important;
      padding: 0;
      transition: all, .3s; }
      .pagination li:first-child a:hover {
        background-color: transparent;
        color: #999; }
    .pagination li:first-child a:before {
      display: inline-block;
      content: "\f100";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-top: -2px; }
    .pagination li:first-child a:after {
      content: '';
      display: none; }
      @media (min-width: 992px) {
        .pagination li:first-child a:after {
          display: inline-block; } }
    .pagination li:last-child a {
      line-height: 1;
      color: #999;
      width: 20px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      text-decoration: none !important;
      padding: 0;
      transition: all, .3s; }
      .pagination li:last-child a:hover {
        background-color: transparent;
        color: #999; }
    .pagination li:last-child a:before {
      content: '';
      display: none; }
      @media (min-width: 992px) {
        .pagination li:last-child a:before {
          display: inline-block; } }
    .pagination li:last-child a:after {
      display: inline-block;
      content: "\f101";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-top: -2px; }
    .pagination li.active a.number {
      background-color: #999;
      border-color: #999;
      color: white; }
  .pagination a {
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 18px;
    color: #999; }
    .pagination a span {
      font-size: 20px; }
    .pagination a:hover {
      background-color: #999;
      border-color: #999;
      color: white; }
    .pagination a.number {
      color: #999;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      border: 1px solid #999;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      line-height: 1;
      text-decoration: none !important;
      transition: all, .3s; }
      .pagination a.number:hover {
        background-color: #999;
        border-color: #999;
        color: white; }

@media (min-width: 768px) {
  #pagination_box {
    display: table;
    width: 100%; } }

@media (max-width: 999px) {
  .page {
    padding-top: 0px !important; }
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

.container {
  max-width: 100%; }

footer[role="contentinfo"] {
  width: 100%;
  text-align: center;
  position: relative;
  background: #000;
  color: #eef2f6;
  font-size: 14px;
  padding-top: 43px;
  padding-bottom: 23px;
  font-family: Open Sans, sans-serif !important; }
  @media (min-width: 768px) {
    footer[role="contentinfo"] {
      text-align: left;
      min-height: 160px; } }
  footer[role="contentinfo"] a:not(.button) {
    color: #eef2f6;
    font-family: Open Sans, sans-serif !important;
    text-decoration: none; }
    footer[role="contentinfo"] a:not(.button):hover, footer[role="contentinfo"] a:not(.button).active {
      text-decoration: none; }
  footer[role="contentinfo"] .container {
    position: relative; }
  footer[role="contentinfo"] .footer-menu {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #eef2f6;
    font-family: Open Sans, sans-serif !important; }
    footer[role="contentinfo"] .footer-menu li {
      list-style: none;
      padding-left: 0;
      padding-top: 4px;
      padding-bottom: 4px;
      line-height: 1.2; }
  footer[role="contentinfo"] #page-to-top {
    position: absolute;
    display: block;
    width: 59px;
    height: 59px;
    background-image: url("../../uploads/source/footer/arrowup.png");
    margin-bottom: -100px;
    padding-right: -20px;
    z-index: 999; }
    @media (min-width: 768px) {
      footer[role="contentinfo"] #page-to-top {
        position: absolute;
        right: 0;
        top: 0px; } }
    footer[role="contentinfo"] #page-to-top:after {
      content: "\f106";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 55px;
      color: black; }
  footer[role="contentinfo"] .copyright {
    color: #eef2f6; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] .copyright {
        padding-top: 24px; } }
    footer[role="contentinfo"] .copyright a {
      color: #eef2f6 !important;
      font-family: Open Sans, sans-serif !important; }
      footer[role="contentinfo"] .copyright a:hover {
        color: #eef2f6 !important; }
  footer[role="contentinfo"] .social ul {
    list-style: none; }
  footer[role="contentinfo"] .social a {
    color: #eef2f6;
    font-family: Open Sans, sans-serif !important;
    display: inline-block;
    margin-right: 10px;
    transition: opacity .3s;
    line-height: 1; }
    footer[role="contentinfo"] .social a:hover {
      color: #eef2f6; }

/* Aside dobozok */
.aside {
  padding-top: 20px;
  padding-bottom: 50px; }
  .aside .aside-block {
    text-align: center; }
    .aside .aside-block .aside-block-title {
      margin: 20px 0; }
    .aside .aside-block .img-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        .aside .aside-block .img-container {
          align-items: flex-start; } }
    .aside .aside-block .aside-block-desc {
      margin: 20px 0;
      font-family: Open Sans, sans-serif;
      color: #c0d2e5; }

.menu-productcategory ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none; }
  .menu-productcategory ul.open {
    display: block; }
  .menu-productcategory ul li {
    background-color: #999; }
    .menu-productcategory ul li a {
      display: block;
      width: 100%;
      padding: 10px 10px;
      border: none;
      color: white !important;
      text-decoration: none !important;
      text-transform: uppercase;
      border-bottom: 2px solid white; }
    .menu-productcategory ul li li {
      background: #807f7f; }
      .menu-productcategory ul li li a {
        padding-left: 20px; }
      .menu-productcategory ul li li li {
        background: #666666; }
        .menu-productcategory ul li li li a {
          padding-left: 30px; }
        .menu-productcategory ul li li li li {
          background: #4d4c4c; }
          .menu-productcategory ul li li li li a {
            padding-left: 40px; }
          .menu-productcategory ul li li li li li {
            background: #333333; }
            .menu-productcategory ul li li li li li a {
              padding-left: 50px; }
            .menu-productcategory ul li li li li li li {
              background: #1a1919; }
              .menu-productcategory ul li li li li li li a {
                padding-left: 60px; }

.menu-productcategory .menu-block {
  display: flex; }
  .menu-productcategory .menu-block .menu-icon {
    display: flex; }
    .menu-productcategory .menu-block .menu-icon:before {
      content: '';
      display: inline-block;
      width: 2px;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      border-bottom: 2px solid white; }
    .menu-productcategory .menu-block .menu-icon:after {
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 30px;
      color: white;
      cursor: pointer;
      border-bottom: 2px solid white;
      transition: all .3s; }
    .menu-productcategory .menu-block .menu-icon.isOpen:after {
      content: "\f068"; }

.contentBlock-page .default-padding {
  padding: 15px; }

#maps {
  width: 100%;
  height: 300px !important;
  top: 0;
  color: black !important; }
  #maps .gm-style-iw {
    padding-top: 10px; }
  @media (min-width: 768px) {
    #maps {
      min-height: 700px;
      height: 950px !important;
      position: absolute;
      width: 50%;
      margin-top: 330px;
      margin-bottom: 85px; } }
  #maps p {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1; }
  #maps div#map {
    width: 100% !important;
    border: none;
    margin-bottom: 0px;
    height: 100% !important; }
  #maps .map-control, #maps .selector-control {
    display: none; }

.tooltip {
  text-align: center;
  max-width: 280px;
  width: 130px;
  background: #000;
  color: white;
  position: absolute;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 10010;
  border-radius: 2px;
  transition: display 0.3s, opacity 0.4s, transform 0.3s; }

span.fa-exclamation-triangle {
  cursor: pointer; }

#seoblock {
  padding-top: 30px;
  padding-bottom: 0; }
  @media (max-width: 768px) {
    #seoblock {
      padding-left: 15px;
      padding-right: 15px; } }
  #seoblock header h1, #seoblock header h2, #seoblock header h3, #seoblock header h4 {
    margin: 0;
    padding: 0; }
  #seoblock .module-content {
    padding-bottom: 50px;
    margin-bottom: 0px !important; }
    @media (min-width: 992px) {
      #seoblock .module-content {
        display: flex; } }
    #seoblock .module-content .seo-text {
      width: 100%; }
      @media (min-width: 992px) {
        #seoblock .module-content .seo-text {
          width: 50%; }
          #seoblock .module-content .seo-text:first-child {
            padding-right: 15px; }
          #seoblock .module-content .seo-text:last-child {
            padding-left: 15px; } }

.widget-rightside {
  position: fixed;
  top: 150px;
  right: 0;
  display: none; }
  @media (min-width: 992px) {
    .widget-rightside {
      display: flex;
      flex-direction: column; } }
  .widget-rightside .widget-social {
    background: black;
    width: 247px;
    height: 50px;
    margin-top: 10px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: inline-flex;
    align-items: center;
    padding-left: 20px; }
    .widget-rightside .widget-social a {
      color: white !important;
      font-size: 27px;
      margin-right: 20px;
      transition: color .3s; }
      .widget-rightside .widget-social a:hover {
        color: #fff !important; }
  .widget-rightside .widget-kerdesevan {
    background: #e7611b;
    width: 247px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    color: white !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    letter-spacing: 5px;
    font-size: 20px;
    line-height: 1 !important;
    padding-bottom: 2px;
    transition: background .3s; }
    .widget-rightside .widget-kerdesevan:hover {
      text-decoration: none !important;
      background: #ff894b; }
    .widget-rightside .widget-kerdesevan .telefon {
      width: 24px;
      height: 24px;
      display: inline-block;
      position: relative;
      background: url("../../img/telicon.png") no-repeat;
      margin-left: 15px;
      margin-right: 10px;
      top: 2px; }

#badget {
  position: fixed;
  width: 140px;
  top: 255px;
  right: 0;
  display: none;
  flex-direction: column;
  z-index: 100;
  transform: translateX(111px); }
  @media (min-width: 992px) {
    #badget {
      display: flex; } }
  #badget .badget-block {
    border-radius: 25px 0 0 25px;
    white-space: nowrap;
    background: #000;
    color: white;
    padding: 5px 5px 5px 10px;
    margin-bottom: 5px;
    transition: all .3s; }
    #badget .badget-block .fa-icon {
      margin: 0 5px 0 0; }
    #badget .badget-block:hover {
      transform: translateX(-95px); }
    #badget .badget-block a {
      color: white;
      text-decoration: none; }

/* Főoldalon widget style */
.home-title {
  text-align: center;
  padding: 20px 0;
  font-family: "Source Code Pro" !important;
  font-weight: 900;
  transform: scale(1, 0.9); }

.home-widget {
  margin: 20px 0;
  padding: 20px 0; }

.home-widget-without-m {
  padding: 20px 0; }

#product-promo .promo-block-parent {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px 15px; }
  @media (min-width: 992px) {
    #product-promo .promo-block-parent {
      grid-template-columns: repeat(3, 1fr); } }

/* Friss blogbejegyzések */
@media (min-width: 992px) {
  #latest-blog-posts .latest-blog-container {
    display: flex; } }

#latest-blog-posts .blog-post {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px 0;
  width: 100%; }
  @media (min-width: 992px) {
    #latest-blog-posts .blog-post {
      margin: 0 15px 0 0; } }
  #latest-blog-posts .blog-post:last-child {
    margin: 0; }
  #latest-blog-posts .blog-post .img-container {
    height: 200px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover; }
  #latest-blog-posts .blog-post .title {
    padding: 10px 0;
    flex: 1;
    text-align: center; }
    @media (min-width: 992px) {
      #latest-blog-posts .blog-post .title {
        text-align: left; } }
  #latest-blog-posts .blog-post footer {
    text-align: center; }
    @media (min-width: 992px) {
      #latest-blog-posts .blog-post footer {
        text-align: left; } }

#latest-blog-posts .latest-blog-footer {
  text-align: left; }
  @media (min-width: 992px) {
    #latest-blog-posts .latest-blog-footer {
      padding: 30px 0 0 0; } }

/* Promo slider - Rólunk mondták */
#promo-slider {
  background: #CCC; }
  @media (min-width: 992px) {
    #promo-slider .item-container {
      display: flex; } }
  #promo-slider .item-container .image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 992px) {
      #promo-slider .item-container .image-container {
        width: 50%; }
        #promo-slider .item-container .image-container img {
          max-height: 400px;
          width: auto; } }
  #promo-slider .item-container .text-container {
    position: relative;
    right: unset;
    bottom: unset;
    left: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #CCC; }
    @media (min-width: 992px) {
      #promo-slider .item-container .text-container {
        width: 50%;
        padding: 0 5%; } }
    #promo-slider .item-container .text-container header {
      margin-bottom: 10px; }

/* Promo boxes */
/* Call to Action box*/
.call-to-action {
  background-position: 0 50%;
  background-size: cover; }
  .call-to-action footer {
    text-align: center;
    margin-bottom: 20px; }

.call-to-action-container2 p {
  font-family: Open Sans, sans-serif;
  color: #bcdbf0 !important; }

.call-to-action-container3 p {
  font-family: Open Sans, sans-serif;
  color: #a6b6c7 !important; }

.call-to-action-container p {
  text-align: center;
  font-family: Open Sans, sans-serif;
  color: #98aac0 !important; }

#kapcsolatbox {
  background: #CCC;
  position: relative;
  min-height: 600px; }
  #kapcsolatbox header {
    text-align: left; }
  #kapcsolatbox #maps {
    top: 0;
    left: 0;
    margin: 0;
    min-height: 600px !important;
    height: 100% !important; }
    #kapcsolatbox #maps #map {
      height: 100% !important; }
  #kapcsolatbox #tovabbi-contact {
    padding-top: 10px;
    transition: opacity .3s; }

#howWeWorkPromo {
  background-repeat: repeat-y;
  background-position: 50% 0;
  padding: 30px 0;
  position: relative; }
  @media (min-width: 992px) {
    #howWeWorkPromo {
      background-repeat: no-repeat, repeat-y;
      background-position: 50% 0, 50% 0;
      padding: 40px 0 74px 0; } }
  #howWeWorkPromo .home-title {
    color: white; }
    @media (max-width: 400px) {
      #howWeWorkPromo .home-title {
        max-width: 220px; } }
    @media (min-width: 401px) {
      #howWeWorkPromo .home-title {
        max-width: 270px; } }
  #howWeWorkPromo #content-container {
    background-repeat: no-repeat;
    background-position: 50% 76px;
    padding: 10px 0 0 0; }
    @media (min-width: 992px) {
      #howWeWorkPromo #content-container {
        padding: 40px 0 0 0; } }
    @media (min-width: 291px) {
      #howWeWorkPromo #content-container .parent-container {
        width: 290px; } }
    @media (min-width: 400px) {
      #howWeWorkPromo #content-container .parent-container {
        width: unset; } }
  #howWeWorkPromo #block-container .block {
    padding-right: 30px;
    min-width: 290px;
    position: relative; }
    #howWeWorkPromo #block-container .block .step {
      color: white;
      font-family: Open Sans, sans-serif;
      font-weight: 500;
      display: inline-block;
      padding: 16px;
      line-height: 1; }
    #howWeWorkPromo #block-container .block .block-container {
      background-color: #0049b2;
      text-align: center;
      display: grid;
      grid-template-rows: 27% 73%;
      padding: 30px 40px 0 30px;
      height: 100%; }
    #howWeWorkPromo #block-container .block .foreword {
      padding: 0 0 40px 0; }
      #howWeWorkPromo #block-container .block .foreword p {
        margin: 0;
        font-family: Open Sans, sans-serif;
        color: #a6b6c7; }
    #howWeWorkPromo #block-container .block .title {
      font-weight: 800;
      font-size: 18px;
      display: block;
      line-height: 1.2;
      margin: 20px 0 11px 0; }
  #howWeWorkPromo .carousel-control {
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: 50% 50%;
    display: inline-block;
    width: 38px;
    height: 38px;
    opacity: 1;
    top: -111px;
    cursor: pointer; }
    #howWeWorkPromo .carousel-control:hover {
      opacity: .5; }
    #howWeWorkPromo .carousel-control#carousel-control-left {
      left: unset;
      right: 62px;
      transform: rotate(180deg); }
      @media (min-width: 992px) {
        #howWeWorkPromo .carousel-control#carousel-control-left {
          right: 75px; } }
    #howWeWorkPromo .carousel-control#carousel-control-right {
      right: 15px; }
      @media (min-width: 992px) {
        #howWeWorkPromo .carousel-control#carousel-control-right {
          right: 25px; } }
  #howWeWorkPromo:after {
    content: '';
    display: block;
    height: 90px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    bottom: 0;
    left: 0; }

.palyazat-kep {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  max-height: 40%;
  max-width: 18%; }
  @media (max-width: 1200px) {
    .palyazat-kep {
      max-width: 18%; } }
  @media (max-width: 992px) {
    .palyazat-kep {
      max-width: 40%; } }
  @media (max-width: 768px) {
    .palyazat-kep {
      max-width: 40%; } }
  @media (max-width: 480px) {
    .palyazat-kep {
      max-width: 58%; } }
  .palyazat-kep button {
    background-color: #fff;
    padding: 7px 8px;
    border-radius: 25px;
    border: 2px #005ea8 solid;
    right: 0;
    margin-left: 80%;
    margin-bottom: -10%;
    margin-right: 5%;
    width: 40px;
    outline: none;
    position: absolute;
    top: -20px;
    right: -5px; }

.page-163 .blog-content-section {
  background-color: #16202A !important; }
  .page-163 .blog-content-section p {
    color: #cddae8 !important; }

.grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .grid {
      flex-direction: row; } }
  .grid .grid-col-md-4 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .grid .grid-col-md-4 {
        width: 33.33333333%;
        margin-bottom: 0; } }

.mobile-menu {
  transition: right 0.4s ease !important;
  z-index: 1 !important;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  font-family: "Source Code Pro";
  text-transform: uppercase;
  font-size: 16px;
  background-color: #16202a !important; }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu a {
    color: #0097dd;
    text-decoration: none !important; }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .mobile-menu.open {
    right: 0px !important; }
  .mobile-menu .mobile-menu-productcategory ul {
    display: none; }
    .mobile-menu .mobile-menu-productcategory ul.open {
      display: block; }
  .mobile-menu .mobile-menu-productcategory .categoryList .menu-block {
    display: flex; }
    .mobile-menu .mobile-menu-productcategory .categoryList .menu-block .mobil-menu-icon:before {
      content: "\f067";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 30px;
      color: white;
      border-left: 1px solid rgba(0, 0, 0, 0.2);
      transition: all .3s;
      background-color: #243344; }
    .mobile-menu .mobile-menu-productcategory .categoryList .menu-block .mobil-menu-icon.isOpen:before {
      content: "\f068"; }
  .mobile-menu .mobile-menu-productcategory .categoryList li {
    background: #999;
    border-bottom: 1px solid #135ca2; }
    .mobile-menu .mobile-menu-productcategory .categoryList li a {
      display: block;
      width: 100%;
      color: white !important;
      padding: 7px 15px;
      border: none;
      background-color: #243344; }
    .mobile-menu .mobile-menu-productcategory .categoryList li li {
      background: #807f7f; }
      .mobile-menu .mobile-menu-productcategory .categoryList li li a {
        padding-left: 20px; }
      .mobile-menu .mobile-menu-productcategory .categoryList li li li {
        background: #666666; }
        .mobile-menu .mobile-menu-productcategory .categoryList li li li a {
          padding-left: 25px; }
        .mobile-menu .mobile-menu-productcategory .categoryList li li li li {
          background: #4d4c4c; }
          .mobile-menu .mobile-menu-productcategory .categoryList li li li li a {
            padding-left: 30px; }
          .mobile-menu .mobile-menu-productcategory .categoryList li li li li li {
            background: #333333; }
            .mobile-menu .mobile-menu-productcategory .categoryList li li li li li a {
              padding-left: 35px; }
            .mobile-menu .mobile-menu-productcategory .categoryList li li li li li li {
              background: #1a1919; }
              .mobile-menu .mobile-menu-productcategory .categoryList li li li li li li a {
                padding-left: 40px; }
  .mobile-menu .bottom .menu-title {
    margin: 10px 0;
    display: block;
    padding: 0 0 0 15px;
    color: white; }
    .mobile-menu .bottom .menu-title a {
      color: white !important; }
  .mobile-menu .bottom #loginblock a {
    text-decoration: none;
    display: block;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #000; }
    .mobile-menu .bottom #loginblock a .fa-user {
      opacity: .5; }
  .mobile-menu .bottom .languages {
    display: flex;
    flex-direction: row;
    padding: 0 0 0 15px; }
    .mobile-menu .bottom .languages li {
      margin-right: 10px; }
      .mobile-menu .bottom .languages li a {
        text-decoration: none; }

@media (min-width: 992px) {
  #reference .reference-header {
    border-bottom: 1px solid #000; } }

#reference .reference-header ul {
  display: inline-block;
  margin: 0;
  padding: 0; }
  #reference .reference-header ul li {
    list-style: none !important;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 0; }
    #reference .reference-header ul li a {
      color: #000;
      padding: 0 5px;
      text-decoration: none;
      display: flex;
      align-items: center;
      height: 25px; }
      @media (min-width: 992px) {
        #reference .reference-header ul li a {
          padding: 0 10px;
          height: 38px; } }
    #reference .reference-header ul li.active a {
      color: #000;
      font-weight: bold; }
      @media (min-width: 992px) {
        #reference .reference-header ul li.active a {
          font-weight: normal;
          border: 1px solid #000;
          border-bottom: 1px solid transparent;
          border-top-left-radius: 15px;
          border-top-right-radius: 15px; } }
    #reference .reference-header ul li:before {
      content: "";
      display: none !important;
      position: absolute !important; }

#reference .reference-content .reference-content-block:not(.active) {
  display: none; }

.nav-tabs {
  display: flex;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCC; }
  .nav-tabs li {
    list-style: none;
    position: relative;
    top: 1px;
    background: #CCC; }
    .nav-tabs li.active {
      background: #eee;
      border: 1px solid #eee;
      border-bottom: none; }
      .nav-tabs li.active a:hover {
        color: white !important; }
    .nav-tabs li a {
      padding: 16px 35px;
      display: inline-block;
      text-decoration: none !important; }
      .nav-tabs li a:hover {
        color: #000 !important; }

.tab-content .tabpanel {
  padding-top: 20px; }
  .tab-content .tabpanel:not(.active) {
    display: none; }

.tab-content .productList {
  justify-content: flex-start; }
  .tab-content .productList .productList-block {
    margin-right: 0px !important;
    flex: 1 1 100%; }
    @media (min-width: 992px) {
      .tab-content .productList .productList-block:not(:nth-child(4n)) {
        margin-right: 33px !important; } }

.tab-content .contentlist-content {
  display: flex;
  flex-direction: column; }
  .tab-content .contentlist-content .contentlist-content-article {
    flex: 1 1 100%; }

.tab-content .contentlist-content-footer .button.normal {
  display: inline-block; }

.contentlist {
  display: flex;
  padding-bottom: 30px;
  flex-direction: column; }
  @media (min-width: 768px) {
    .contentlist {
      flex-direction: row; } }
  .contentlist:not(:first-child) {
    padding-top: 30px; }
  .contentlist:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .contentlist-img {
    min-width: 100%; }
    @media (min-width: 768px) {
      .contentlist-img {
        max-width: 350px;
        min-width: 250px; } }
    @media (min-width: 992px) {
      .contentlist-img {
        min-width: 350px; } }
  @media (min-width: 768px) {
    .contentlist-content:not(.noimg) {
      padding-left: 25px; } }
  .contentlist-content-header {
    font-weight: bold;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .contentlist-content-header {
        padding-top: 0; } }
    .contentlist-content-header .date {
      font-size: 16px;
      color: #2bcbc5;
      font-style: italic;
      padding: 0px 0px 0px;
      margin: 0px; }
  .contentlist-content-article {
    font-size: 16px; }

.notfoundsearch {
  padding-top: 10px !important; }
  .notfoundsearch a {
    font-size: 14px !important;
    padding-left: 10px !important; }

#search #search-form {
  margin: 0 0 30px 0;
  display: flex; }
  #search #search-form input {
    border: 1px solid #000;
    padding: 12px 25px 13px 14px;
    width: 215px;
    margin-right: 15px; }
    @media (min-width: 992px) {
      #search #search-form input {
        width: auto;
        min-width: 300px; } }
    #search #search-form input:focus, #search #search-form input:active {
      outline: none; }
  #search #search-form .button {
    padding: 15px 20px 10px 20px; }
    @media (min-width: 992px) {
      #search #search-form .button {
        padding: 15px 40px 10px 40px; } }
    #search #search-form .button span {
      display: none; }
      @media (min-width: 992px) {
        #search #search-form .button span {
          display: inline-block; } }
    #search #search-form .button:before {
      content: "\f002";
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
      @media (min-width: 992px) {
        #search #search-form .button:before {
          display: none; } }

#filter label {
  padding: 0; }

#filter .price-block {
  margin: 20px 0; }
  #filter .price-block .slider-rangeblock {
    margin: 20px 0; }
  #filter .price-block .price_box {
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between; }

/* Termék fotó */
.product-block-img {
  display: block;
  position: relative; }
  .product-block-img #tag-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    text-align: right; }
    .product-block-img #tag-container .tag {
      background: #999;
      color: #fff;
      padding: 5px;
      margin-bottom: 5px;
      display: inline-block; }
      .product-block-img #tag-container .tag#new {
        background: #999; }
      .product-block-img #tag-container .tag#sale {
        background: #60A917; }
      .product-block-img #tag-container .tag#sale-percent {
        background: #2a3239; }

/* Terméket a kosárba rak*/
.add-to-cart-container {
  display: flex; }
  .add-to-cart-container .product-dbinput {
    display: flex; }
    .add-to-cart-container .product-dbinput input[type="text"] {
      font-family: Open Sans, sans-serif;
      font-size: 20px;
      width: 50px;
      height: 45px;
      border: 1px solid #999;
      border-right: none;
      background: transparent;
      color: #999;
      text-align: center;
      padding: 0; }
    .add-to-cart-container .product-dbinput .arrow-container {
      display: flex;
      flex-direction: column; }
      .add-to-cart-container .product-dbinput .arrow-container i {
        display: inline-block;
        width: 18px;
        height: 23px;
        border: 1px solid #999;
        text-align: center; }
      .add-to-cart-container .product-dbinput .arrow-container .fa-caret-down {
        height: 22px;
        border-top: none;
        padding: 5px 0 0 0; }
      .add-to-cart-container .product-dbinput .arrow-container .fa-caret-up {
        padding: 2px 0 0 0; }

.oldprice {
  text-decoration: line-through; }

/* Termék block */
@media (min-width: 992px) {
  .product-block {
    display: grid;
    grid-template-rows: 2fr 1fr; } }

.product-block a {
  color: #000;
  display: block; }

.product-block .product-block-img .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px; }
  .product-block .product-block-img .img-container img {
    max-height: 250px; }

.product-block .product-block-img .product-title {
  font-size: 1.5em; }

.product-block footer {
  align-self: start; }

/* Termék lista */
@media (min-width: 992px) {
  #productList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px; } }

/* Termék oldal */
#product {
  /* Hasonló, ajánlott termékek listázása */ }
  @media (min-width: 992px) {
    #product .product-container {
      display: flex; } }
  #product .product-container .product-block-img {
    width: 100%;
    position: relative;
    margin-right: 20px; }
    @media (min-width: 992px) {
      #product .product-container .product-block-img {
        width: 50%; } }
    #product .product-container .product-block-img a {
      color: #000; }
    #product .product-container .product-block-img .product-flags {
      position: absolute;
      right: 0;
      top: 0; }
  #product .product-container .product-main-content {
    margin-top: 20px; }
    @media (min-width: 992px) {
      #product .product-container .product-main-content {
        width: 50%;
        margin: 0; } }
  #product .products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px; }

/* Termék értékelés */
@media (min-width: 992px) {
  .ratings-box {
    display: flex;
    flex-direction: row; } }

.ratings-box .rate-stars {
  margin: 5px 0; }
  @media (min-width: 992px) {
    .ratings-box .rate-stars {
      margin: 0 10px 0 0; } }

.rate-stars .rate-star {
  color: #CCC; }
  .rate-stars .rate-star.active {
    color: red; }
  .rate-stars .rate-star.active-half {
    position: relative; }
    .rate-stars .rate-star.active-half:after {
      content: '\f089';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: red;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }

#product-review-block {
  margin: 30px 0; }
  #product-review-block #product-review-title {
    font-size: 1.5em; }
  @media (min-width: 992px) {
    #product-review-block #add-rate-box {
      display: grid;
      grid-template-columns: 300px auto; } }
  #product-review-block #add-rate-box #add-rate-stars .ratings-box {
    margin: 0 0 20px 0; }
  #product-review-block #add-rate-box #rate-progress-bar {
    max-width: 300px; }
    #product-review-block #add-rate-box #rate-progress-bar .bar {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
      grid-gap: 0 5px;
      align-items: center; }
  #product-review-block #add-rate-form {
    margin-top: 20px; }
    #product-review-block #add-rate-form #review-form {
      border: 1px solid #999;
      padding: 20px;
      position: relative; }
      #product-review-block #add-rate-form #review-form .rate-stars-box {
        display: flex;
        align-items: center; }
        #product-review-block #add-rate-form #review-form .rate-stars-box .form-block-title {
          display: block;
          margin-right: 15px; }
        #product-review-block #add-rate-form #review-form .rate-stars-box .rate-stars {
          display: flex;
          align-items: center;
          min-height: 45px;
          font-size: 14px; }
          #product-review-block #add-rate-form #review-form .rate-stars-box .rate-stars .rate-star {
            margin-right: 3px;
            transition: all .3s; }
    #product-review-block #add-rate-form #button-row {
      display: flex; }

#review-list .card {
  flex-direction: row;
  margin: 10px 0; }
  #review-list .card .card-header span {
    display: block; }
  #review-list .card .review-icon.fa-check-circle {
    color: #60A917; }
  #review-list .card .review-icon.fa-times-circle {
    color: #e60023; }

/* Webshop aside category menu */
.category-list {
  width: 100%;
  margin-bottom: 26px; }
  .category-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    .category-list ul li a {
      background: #CCC;
      display: block;
      padding: 8px 16px;
      margin: 0 0 2px 0;
      position: relative;
      color: #000 !important;
      text-decoration: none !important; }
    .category-list ul li ul li a {
      margin-bottom: 0;
      border-radius: 0;
      padding: 5px 0 5px 35px; }
      .category-list ul li ul li a:hover {
        text-decoration: underline !important; }
  .category-list .navigation-menu .dropdown .dropdown-menu-inner {
    display: none; }
  .category-list .navigation-menu .dropdown.active .dropdown-menu-inner {
    display: block; }
    .category-list .navigation-menu .dropdown.active .dropdown-menu-inner li a {
      background: #eee;
      padding-left: 40px; }

/* Webshop category view */
@media (min-width: 992px) {
  #shop-category-list-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px; } }

#shop-category-list-container .shop-category {
  display: grid;
  grid-template-rows: 4fr 1fr 4fr;
  color: #000; }
  #shop-category-list-container .shop-category .img-container {
    overflow: hidden; }
  #shop-category-list-container .shop-category .category-title {
    background: #CCC; }

.cart-row {
  border: 1px solid #CCC;
  margin: 10px 0;
  padding: 10px; }

.cart-empty {
  background-image: url("../../img/shopping-cart.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 500px; }

/* Termék adatok */
@media (min-width: 992px) {
  #cart-productList .cart-product {
    display: grid;
    grid-template-columns: 150px auto 200px;
    grid-gap: 20px;
    align-items: center; } }

@media (min-width: 992px) {
  #cart-productList .cart-product .cart-product-img {
    place-self: center; }
    #cart-productList .cart-product .cart-product-img img {
      max-height: 100px; } }

#cart-productList .cart-product .cart-product-information {
  text-align: center; }
  @media (min-width: 992px) {
    #cart-productList .cart-product .cart-product-information {
      text-align: left; } }

#cart-productList .cart-product .add-to-cart-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  #cart-productList .cart-product .add-to-cart-container .product-dbinput {
    margin-right: 10px; }

#product_summerize .cart-row {
  display: grid;
  grid-template-columns: 3fr 1fr; }
  #product_summerize .cart-row .cart-price-amount {
    justify-self: end; }

#product_summerize .coupon-price-row {
  display: none; }

/* Választható szállítási és fizetési módok */
@media (min-width: 992px) {
  #product-extra {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px; } }

#product-extra .input-radio {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none !important;
  border: 1px solid #CCC;
  position: relative;
  margin-bottom: 8px;
  color: #000; }
  #product-extra .input-radio i.fa {
    position: absolute;
    right: 22px;
    top: 15px;
    font-size: 22px;
    color: #CCC; }
  #product-extra .input-radio:hover {
    color: black;
    text-decoration: none; }
    #product-extra .input-radio:hover .input-radio-box:before {
      display: block; }
  #product-extra .input-radio.active .input-radio-box:before {
    display: block;
    background: #000; }
  #product-extra .input-radio .input-radio-box {
    width: 20px;
    height: 20px;
    content: "";
    display: inline-block;
    border-radius: 20px;
    background: #f2f2f2;
    margin-left: 18px;
    margin-right: 20px; }
    #product-extra .input-radio .input-radio-box:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      background: #d2d2d2;
      border-radius: 20px;
      margin-left: 6px;
      margin-top: 6px;
      display: none; }

/* Szállítási és számlázási adatok */
@media (min-width: 992px) {
  #shipping-payment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 30px; } }

@media (min-width: 992px) {
  #shipping-payment #delivery-data header {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

#shipping-payment #delivery-data header .same-delivary-address {
  margin: 0;
  padding: 0;
  align-self: center; }

#coupon #couponResponse {
  display: none;
  margin-bottom: 10px; }
  #coupon #couponResponse.error, #coupon #couponResponse.success {
    display: block; }

#coupon #coupon-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  justify-items: start; }
  #coupon #coupon-container .form-block {
    width: 100%; }

/* Kosár oldal felugró infó a
fizetési, szállítási módoknál*/
.popover {
  background: #CCC;
  padding: 10px;
  position: absolute !important;
  margin-left: 25px;
  margin-top: 5px;
  width: 200px; }
  .popover .popover-title {
    padding: 0;
    margin: 0;
    font-size: 17px; }
  .popover span.fa {
    display: inline-block; }
    .popover span.fa-sign-in {
      margin-right: 4px; }

/* kosárba rak felugró */
#basketPopup .modal-dialog .modal-body-header {
  text-align: right; }
  #basketPopup .modal-dialog .modal-body-header #close {
    font-size: 20px; }

#basketPopup .modal-dialog .modal-body-content .modal-selected-product {
  text-align: center; }
  #basketPopup .modal-dialog .modal-body-content .modal-selected-product .product-img img {
    max-height: 250px; }

#basketPopup .modal-dialog .modal-footer {
  text-align: center; }

.modal {
  background-color: rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  display: none; }

/* Default project color */
/*.project-color-1{
  color: $project-color-1;
}

.project-color-2{
  color: $project-color-2;
}*/
/* Template css */
.tinyMCE-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .tinyMCE-row {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin: 0 -15px; } }

@media (min-width: 992px) {
  .twobox {
    margin: 0 0px !important; }
    .twobox .tinyMCE-row {
      margin: 0 0px;
      padding: 0px; } }

.twobox .img-responsive {
  margin: 0 !important; }

.tinyMCE.highlighted-bar-text {
  color: #0049b2;
  padding: 15px;
  margin-left: -20px; }

.tinyMCE-col, .tinyMCE-col-1-3, .tinyMCE-col-2-3, .tinyMCE-col-1-2, .tinyMCE-col-1-4, .tinyMCE-col-3-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 15px; }
  .tinyMCE-col .img-responsive, .tinyMCE-col-1-3 .img-responsive, .tinyMCE-col-2-3 .img-responsive, .tinyMCE-col-1-2 .img-responsive, .tinyMCE-col-1-4 .img-responsive, .tinyMCE-col-3-4 .img-responsive {
    margin: 7px 0 0 0;
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle; }
  @media (max-width: 992px) {
    .tinyMCE-col, .tinyMCE-col-1-3, .tinyMCE-col-2-3, .tinyMCE-col-1-2, .tinyMCE-col-1-4, .tinyMCE-col-3-4 {
      padding: 15px 0px; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }

.tinyMCE-col-1-3 p {
  margin-top: 15px; }

@media (min-width: 992px) {
  .tinyMCE-col-2-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 992px) {
  .tinyMCE-col-1-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; } }

@media (min-width: 992px) {
  .tinyMCE-col-3-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; } }

/* Slick Slider  - Brand Slider Főoldal Pl.:SKTrend honlapon a logó slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 20px;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-list a {
    outline: none; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  outline: none !important; }
  .slick-arrow.slick-prev {
    background: transparent;
    border: none;
    font-size: 0;
    margin-top: 11px;
    margin-left: 0;
    z-index: 11;
    cursor: pointer;
    left: -18px;
    top: -6px; }
    @media (min-width: 768px) {
      .slick-arrow.slick-prev {
        top: 8px; } }
    .slick-arrow.slick-prev:before {
      content: "\64";
      font-size: 15px;
      color: #000;
      transform: rotate(180deg); }
  .slick-arrow.slick-next {
    background: transparent;
    border: none;
    font-size: 0;
    margin-top: 11px;
    margin-left: 0;
    z-index: 11;
    cursor: pointer;
    position: absolute;
    right: -18px;
    top: -6px;
    outline: none; }
    @media (min-width: 768px) {
      .slick-arrow.slick-next {
        top: 8px; } }
    .slick-arrow.slick-next:before {
      content: "\64";
      font-size: 15px;
      color: #000; }

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@font-face {
  font-family: 'fontello';
  src: url("../../icons/fontello.eot?86855112");
  src: url("../../icons/fontello.eot?86855112#iefix") format("embedded-opentype"), url("../../icons/fontello.woff2?86855112") format("woff2"), url("../../icons/fontello.woff?86855112") format("woff"), url("../../icons/fontello.ttf?86855112") format("truetype"), url("../../icons/fontello.svg?86855112#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../icons/fontello.svg?86855112#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-work_with_us_icon_04:before {
  content: '\e800'; }

/* '' */
.icon-work_with_us_icon_05:before {
  content: '\e801'; }

/* '' */
.icon-work_with_us_icon_06:before {
  content: '\e802'; }

/* '' */
.icon-youtube:before {
  content: '\e803'; }

/* '' */
.icon-arrow_down:before {
  content: '\e804'; }

/* '' */
.icon-arrow_left_blue:before {
  content: '\e805'; }

/* '' */
.icon-arrow_left_grey_inactive:before {
  content: '\e806'; }

/* '' */
.icon-arrow_left_white:before {
  content: '\e807'; }

/* '' */
.icon-arrow_right_blue:before {
  content: '\e808'; }

/* '' */
.icon-arrow_right_grey_inactive:before {
  content: '\e809'; }

/* '' */
.icon-arrow_right_white:before {
  content: '\e80a'; }

/* '' */
.icon-arrow_up:before {
  content: '\e80b'; }

/* '' */
.icon-check_icon:before {
  content: '\e80c'; }

/* '' */
.icon-discord_icon:before {
  content: '\e80d'; }

/* '' */
.icon-facebook:before {
  content: '\e80e'; }

/* '' */
.icon-how_can_we_help_icon_01:before {
  content: '\e80f'; }

/* '' */
.icon-how_can_we_help_icon_02:before {
  content: '\e810'; }

/* '' */
.icon-how_can_we_help_icon_03:before {
  content: '\e811'; }

/* '' */
.icon-iso_01:before {
  content: '\e812'; }

/* '' */
.icon-iso_03:before {
  content: '\e813'; }

/* '' */
.icon-iso_gdpr_02:before {
  content: '\e814'; }

/* '' */
.icon-linkedin:before {
  content: '\e815'; }

/* '' */
.icon-map_pin:before {
  content: '\e816'; }

/* '' */
.icon-services_icon_01:before {
  content: '\e817'; }

/* '' */
.icon-services_icon_02:before {
  content: '\e818'; }

/* '' */
.icon-services_icon_03:before {
  content: '\e819'; }

/* '' */
.icon-services_icon_04:before {
  content: '\e81a'; }

/* '' */
.icon-services_icon_05:before {
  content: '\e81b'; }

/* '' */
.icon-services_icon_06:before {
  content: '\e81c'; }

/* '' */
.icon-services_icon_07:before {
  content: '\e81d'; }

/* '' */
.icon-sidebar_icon_01:before {
  content: '\e81e'; }

/* '' */
.icon-sidebar_icon_02:before {
  content: '\e81f'; }

/* '' */
.icon-sidebar_icon_03:before {
  content: '\e820'; }

/* '' */
.icon-sidebar_icon_04:before {
  content: '\e821'; }

/* '' */
.icon-work_with_us_icon_01:before {
  content: '\e822'; }

/* '' */
.icon-work_with_us_icon_02:before {
  content: '\e823'; }

/* '' */
.icon-work_with_us_icon_03:before {
  content: '\e824'; }

/* '' */
.icon-work_with_us_icon_04:before {
  content: '\e800'; }

/* '' */
.icon-work_with_us_icon_05:before {
  content: '\e801'; }

/* '' */
.icon-work_with_us_icon_06:before {
  content: '\e802'; }

/* '' */
.icon-youtube:before {
  content: '\e803'; }

/* '' */
.icon-arrow_down:before {
  content: '\e804'; }

/* '' */
.icon-arrow_left_blue:before {
  content: '\e805'; }

/* '' */
.icon-arrow_left_grey_inactive:before {
  content: '\e806'; }

/* '' */
.icon-arrow_left_white:before {
  content: '\e807'; }

/* '' */
.icon-arrow_right_blue:before {
  content: '\e808'; }

/* '' */
.icon-arrow_right_grey_inactive:before {
  content: '\e809'; }

/* '' */
.icon-arrow_right_white:before {
  content: '\e80a'; }

/* '' */
.icon-arrow_up:before {
  content: '\e80b'; }

/* '' */
.icon-check_icon:before {
  content: '\e80c'; }

/* '' */
.icon-discord_icon:before {
  content: '\e80d'; }

/* '' */
.icon-facebook:before {
  content: '\e80e'; }

/* '' */
.icon-how_can_we_help_icon_01:before {
  content: '\e80f'; }

/* '' */
.icon-how_can_we_help_icon_02:before {
  content: '\e810'; }

/* '' */
.icon-how_can_we_help_icon_03:before {
  content: '\e811'; }

/* '' */
.icon-iso_01:before {
  content: '\e812'; }

/* '' */
.icon-iso_03:before {
  content: '\e813'; }

/* '' */
.icon-iso_gdpr_02:before {
  content: '\e814'; }

/* '' */
.icon-linkedin:before {
  content: '\e815'; }

/* '' */
.icon-map_pin:before {
  content: '\e816'; }

/* '' */
.icon-services_icon_01:before {
  content: '\e817'; }

/* '' */
.icon-services_icon_02:before {
  content: '\e818'; }

/* '' */
.icon-services_icon_03:before {
  content: '\e819'; }

/* '' */
.icon-services_icon_04:before {
  content: '\e81a'; }

/* '' */
.icon-services_icon_05:before {
  content: '\e81b'; }

/* '' */
.icon-services_icon_06:before {
  content: '\e81c'; }

/* '' */
.icon-services_icon_07:before {
  content: '\e81d'; }

/* '' */
.icon-sidebar_icon_01:before {
  content: '\e81e'; }

/* '' */
.icon-sidebar_icon_02:before {
  content: '\e81f'; }

/* '' */
.icon-sidebar_icon_03:before {
  content: '\e820'; }

/* '' */
.icon-sidebar_icon_04:before {
  content: '\e821'; }

/* '' */
.icon-work_with_us_icon_01:before {
  content: '\e822'; }

/* '' */
.icon-work_with_us_icon_02:before {
  content: '\e823'; }

/* '' */
.icon-work_with_us_icon_03:before {
  content: '\e824'; }

/* '' */
@font-face {
  font-family: 'fontello';
  src: url("../../icons/fontello.eot?72405750");
  src: url("../../icons/fontello.eot?72405750#iefix") format("embedded-opentype"), url("../../icons/fontello.svg?72405750#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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JwcXBycHJzcXByc3FwcnBxcHJwcXByc3HwEWFxYVDgEnIicmLwE3BxcWMj4BJxceAQ4BLgE3PgEXIi4BNzY3Nh4CBwYHJzc+AS4BKwEHDgEHFRY3FwcnBxcHJwcXByc3FwcOASMiJicUDwEUDgErASIVIwcjNzM1MzI2PQEnNRcnBxcUFjsBNzY1NwcnNyc3FzcXByc3FwcnNycHJzcnNxcHJzcXByc3JwcnNycHJzcXDwEGDwEGJyYnND8CFycHBh4BNjcHFAYiJjQ/ATYzHgEHJj4BFhcWFRYOASYnNxYzMjc+AS8DJiMiBwYXByc3JwcnNycHJzcXDwEGLgE2NyIuATUnNScmNSc1MCMnMDE3FTMVFDMVFxUXFh8BFj8BJzcXJw8BDgEXFRQeATMHJzcnNxc3FwcnMxcjNxc3JzUXNxcHJzcXByc3FzcnNxc3JzcXBy8CJicmJyY2NzYyHwEHNycmBgcVBhYXJwYuATc+AR4BBic2MhYUBwYHBi4CNxcGHgI2Nz4BNCYnJgcnNxc3JzcXNyc3FwcvASY0PwE2MhcmPQEyNTc0Mz8BMjU3MDM1FxUjFSIVIwciBhUOAR8BNxcHNy8CBw4BFRcnNxc3FwcXByc3FwcnNxc3JzcXNxcHJzcXByc3FzcnNxc3JzMXByc1PwE2Mh8CBycXNTYnLgEGFTcmNjc2HgEOASY3HgEHDgEnLgI3PgEXByIHDgEVFh8CMzc2NzYnNxcHFzcXBxc3FwcnPwE+ARceAQc2OwE2FzMXFDMXMhYxFTIfATMXMwcjJyMnIzUwIycjNDEjJgYPARcHJxc3Nj8BNScmIgYHNxcHFwcnByc3FwcnNxcHFzcXBxcHJzcXByc3FwcXNxcHFzcXByc/ATYyFx4BDwIGDwEnFzc+ASYnJgc3MjU+ARYUDgEuAQUmJzAxLgEiBgcwMQcOARQWHwEeATI2PwE2Nz4BJyYlBgcmJzYDNjcWFyY3KwE1IRUFMjEzFS4BFzAxNTMwMQ4BNzY3FhcGNyYnMzUjNjUGDwEjNQYHFSM0JyMXIxUzBgcuASczNSM+ATcWFzM+ATcVFhc1MDEeARczJicWFwYHFhc2NxYXFhcjBgczBgcGJyMGBzMmJzQxNCcwMSYnJicmJy4BNDYzMh8BMzUxIjUnJicmIgcGBwYVFBcWFx4BFAYjIi8BIxUWHwEe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ZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgAUd29ya193aXRoX3VzX2ljb25fMDQUd29ya193aXRoX3VzX2ljb25fMDUUd29ya193aXRoX3VzX2ljb25fMDYHeW91dHViZQphcnJvd19kb3duD2Fycm93X2xlZnRfYmx1ZRBhcnJvd19yaWdodF9ibHVlCmNoZWNrX2ljb24MZGlzY29yZF9pY29uCGZhY2Vib29rF2hvd19jYW5fd2VfaGVscF9pY29uXzAxF2hvd19jYW5fd2VfaGVscF9pY29uXzAyF2hvd19jYW5fd2VfaGVscF9pY29uXzAzBmlzb18wMQZpc29fMDMLaXNvX2dkcHJfMDIIbGlua2VkaW4HbWFwX3BpbhBzZXJ2aWNlc19pY29uXzAxEHNlcnZpY2VzX2ljb25fMDIQc2VydmljZXNfaWNvbl8wMxBzZXJ2aWNlc19pY29uXzA0EHNlcnZpY2VzX2ljb25fMDUQc2VydmljZXNfaWNvbl8wNhBzZXJ2aWNlc19pY29uXzA3D3NpZGViYXJfaWNvbl8wMQ9zaWRlYmFyX2ljb25fMDIPc2lkZWJhcl9pY29uXzAzD3NpZGViYXJfaWNvbl8wNBR3b3JrX3dpdGhfdXNfaWNvbl8wMRR3b3JrX3dpdGhfdXNfaWNvbl8wMhR3b3JrX3dpdGhfdXNfaWNvbl8wMwAA") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../icons/fontello.svg?72405750#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-work_with_us_icon_04:before {
  content: '\e800'; }

/* '' */
.icon-work_with_us_icon_05:before {
  content: '\e801'; }

/* '' */
.icon-work_with_us_icon_06:before {
  content: '\e802'; }

/* '' */
.icon-youtube:before {
  content: '\e803'; }

/* '' */
.icon-arrow_down:before {
  content: '\e804'; }

/* '' */
.icon-arrow_left_blue:before {
  content: '\e805'; }

/* '' */
.icon-arrow_left_grey_inactive:before {
  content: '\e806'; }

/* '' */
.icon-arrow_left_white:before {
  content: '\e807'; }

/* '' */
.icon-arrow_right_blue:before {
  content: '\e808'; }

/* '' */
.icon-arrow_right_grey_inactive:before {
  content: '\e809'; }

/* '' */
.icon-arrow_right_white:before {
  content: '\e80a'; }

/* '' */
.icon-arrow_up:before {
  content: '\e80b'; }

/* '' */
.icon-check_icon:before {
  content: '\e80c'; }

/* '' */
.icon-discord_icon:before {
  content: '\e80d'; }

/* '' */
.icon-facebook:before {
  content: '\e80e'; }

/* '' */
.icon-how_can_we_help_icon_01:before {
  content: '\e80f'; }

/* '' */
.icon-how_can_we_help_icon_02:before {
  content: '\e810'; }

/* '' */
.icon-how_can_we_help_icon_03:before {
  content: '\e811'; }

/* '' */
.icon-iso_01:before {
  content: '\e812'; }

/* '' */
.icon-iso_03:before {
  content: '\e813'; }

/* '' */
.icon-iso_gdpr_02:before {
  content: '\e814'; }

/* '' */
.icon-linkedin:before {
  content: '\e815'; }

/* '' */
.icon-map_pin:before {
  content: '\e816'; }

/* '' */
.icon-services_icon_01:before {
  content: '\e817'; }

/* '' */
.icon-services_icon_02:before {
  content: '\e818'; }

/* '' */
.icon-services_icon_03:before {
  content: '\e819'; }

/* '' */
.icon-services_icon_04:before {
  content: '\e81a'; }

/* '' */
.icon-services_icon_05:before {
  content: '\e81b'; }

/* '' */
.icon-services_icon_06:before {
  content: '\e81c'; }

/* '' */
.icon-services_icon_07:before {
  content: '\e81d'; }

/* '' */
.icon-sidebar_icon_01:before {
  content: '\e81e'; }

/* '' */
.icon-sidebar_icon_02:before {
  content: '\e81f'; }

/* '' */
.icon-sidebar_icon_03:before {
  content: '\e820'; }

/* '' */
.icon-sidebar_icon_04:before {
  content: '\e821'; }

/* '' */
.icon-work_with_us_icon_01:before {
  content: '\e822'; }

/* '' */
.icon-work_with_us_icon_02:before {
  content: '\e823'; }

/* '' */
.icon-work_with_us_icon_03:before {
  content: '\e824'; }

/* '' */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */ }

.icon-work_with_us_icon_04 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }

.icon-work_with_us_icon_05 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }

.icon-work_with_us_icon_06 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }

.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); }

.icon-arrow_down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;'); }

.icon-arrow_left_blue {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;'); }

.icon-arrow_left_grey_inactive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;'); }

.icon-arrow_left_white {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;'); }

.icon-arrow_right_blue {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;'); }

.icon-arrow_right_grey_inactive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;'); }

.icon-arrow_right_white {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;'); }

.icon-arrow_up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;'); }

.icon-check_icon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;'); }

.icon-discord_icon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;'); }

.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;'); }

.icon-how_can_we_help_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;'); }

.icon-how_can_we_help_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;'); }

.icon-how_can_we_help_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;'); }

.icon-iso_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;'); }

.icon-iso_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;'); }

.icon-iso_gdpr_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;'); }

.icon-linkedin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;'); }

.icon-map_pin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;'); }

.icon-services_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;'); }

.icon-services_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;'); }

.icon-services_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;'); }

.icon-services_icon_04 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;'); }

.icon-services_icon_05 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;'); }

.icon-services_icon_06 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;'); }

.icon-services_icon_07 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;'); }

.icon-sidebar_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;'); }

.icon-sidebar_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;'); }

.icon-sidebar_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;'); }

.icon-sidebar_icon_04 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;'); }

.icon-work_with_us_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;'); }

.icon-work_with_us_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;'); }

.icon-work_with_us_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;'); }

.icon-work_with_us_icon_04 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }

.icon-work_with_us_icon_05 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }

.icon-work_with_us_icon_06 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }

.icon-youtube {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;'); }

.icon-arrow_down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;'); }

.icon-arrow_left_blue {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;'); }

.icon-arrow_left_grey_inactive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;'); }

.icon-arrow_left_white {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;'); }

.icon-arrow_right_blue {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;'); }

.icon-arrow_right_grey_inactive {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;'); }

.icon-arrow_right_white {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;'); }

.icon-arrow_up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;'); }

.icon-check_icon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;'); }

.icon-discord_icon {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;'); }

.icon-facebook {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;'); }

.icon-how_can_we_help_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80f;&nbsp;'); }

.icon-how_can_we_help_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe810;&nbsp;'); }

.icon-how_can_we_help_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe811;&nbsp;'); }

.icon-iso_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe812;&nbsp;'); }

.icon-iso_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe813;&nbsp;'); }

.icon-iso_gdpr_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe814;&nbsp;'); }

.icon-linkedin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe815;&nbsp;'); }

.icon-map_pin {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe816;&nbsp;'); }

.icon-services_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe817;&nbsp;'); }

.icon-services_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe818;&nbsp;'); }

.icon-services_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;'); }

.icon-services_icon_04 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;'); }

.icon-services_icon_05 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;'); }

.icon-services_icon_06 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;'); }

.icon-services_icon_07 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81d;&nbsp;'); }

.icon-sidebar_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81e;&nbsp;'); }

.icon-sidebar_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81f;&nbsp;'); }

.icon-sidebar_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe820;&nbsp;'); }

.icon-sidebar_icon_04 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe821;&nbsp;'); }

.icon-work_with_us_icon_01 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe822;&nbsp;'); }

.icon-work_with_us_icon_02 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe823;&nbsp;'); }

.icon-work_with_us_icon_03 {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;'); }

/*# sourceMappingURL=project-default.css.map */