/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
body {
  font-size: 1rem;
  line-height: 1.5;
}
h1 {
  font-size: 2.2rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.7rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 0.875rem;
}
cite {
  font-size: 0.875rem;
}
sub, sup {
  font-size: 0.75rem;
}
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
.gp_accordion1 .gp_heading {
  margin-bottom: 50px;
}
.gp_accordion1 .gp_accordion_question {
  cursor: pointer;
  display: block;
  margin: 6px 0 0;
  font-size: 16px;
  padding: 12px 35px 12px 25px;
  position: relative;
}
.gp_accordion1 .gp_accordion_question.gp_dir_arrow:not(.gp_active) .gp_accordion_dir:before {
  content: "";
}
.gp_accordion1 .gp_accordion_question.gp_dir_arrow.gp_active .gp_accordion_dir:before {
  content: "";
}
.gp_accordion1 .gp_accordion_question.gp_dir_plus:not(.gp_active) .gp_accordion_dir:before {
  content: "+";
}
.gp_accordion1 .gp_accordion_question.gp_dir_plus.gp_active .gp_accordion_dir:before {
  content: "−";
}
.gp_accordion1 .gp_accordion_question .gp_accordion_dir {
  font-family: "FontAwesome";
  font-size: 18px;
  float: right;
  margin-right: -15px;
}
.gp_accordion1 .gp_icon {
  margin-right: 11px;
}
.gp_accordion1 .gp_accordion_answer {
  display: none;
  padding: 25px 25px 30px 25px;
}
.gp_accordion1 .gp_accordion_answer.gp_active {
  display: block;
}
.gp_accordion1 .gp_accordion_answer .gp_accordion_link {
  margin-top: 15px;
}
.g-carousel .owl-item {
  position: relative;
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link {
  position: relative;
  display: block;
  color: #ffffff;
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link .g-carousel-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 0 10%;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 3.25vw;
  text-align: center;
  line-height: 1;
}
@media (max-width: 61.5384615385rem) {
  .g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link .g-carousel-title {
    font-size: 2rem;
  }
}
.g-carousel .owl-item .g-carousel-item .g-carousel-image-wrapper .g-carousel-image-link img {
  width: auto;
  height: auto;
}
.g-carousel .owl-nav {
  margin-top: 1.5rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.g-carousel .owl-nav > div, .g-carousel .owl-nav > button {
  position: relative;
  text-align: center;
  opacity: 1;
  width: 60px;
  height: 60px;
}
.g-carousel .owl-nav > div .fa, .g-carousel .owl-nav > button .fa {
  width: 100%;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 100rem) {
  .g-carousel .owl-nav > div .fa, .g-carousel .owl-nav > button .fa {
    font-size: 1.5rem;
  }
}
.g-carousel .owl-nav > div:hover, .g-carousel .owl-nav > button:hover {
  color: #ff371c;
}
/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
*  Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translate3d(0, 0, 0) !important;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
*  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
*  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon, .owl-carousel .owl-videolocal-play-icon {
  position: absolute;
  height: 66px;
  width: 66px;
  left: 50%;
  bottom: 15%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.owl-carousel .owl-video-play-icon.paused, .owl-carousel .owl-videolocal-play-icon.paused {
  background: url('../../images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0.8;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*
*  Owl Carousel - Nav & Dots
*/
.owl-nav {
  opacity: 1;
  transition: opacity 0.25s;
}
.owl-nav div, .owl-nav button {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 1;
  color: white;
  background-color: transparent;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s;
}
.owl-nav div:hover, .owl-nav button:hover {
  color: #ff371c;
}
.owl-nav div.owl-prev, .owl-nav button.owl-prev {
  margin-right: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .owl-nav div.owl-prev, .owl-nav button.owl-prev {
    margin-right: 3rem;
  }
}
.dir-rtl .owl-nav div.owl-prev, .dir-rtl .owl-nav button.owl-prev {
  margin-right: 0;
  margin-left: 7.5rem;
}
@media only all and (max-width: 30rem) {
  .dir-rtl .owl-nav div.owl-prev, .dir-rtl .owl-nav button.owl-prev {
    margin-right: 0;
    margin-left: 3rem;
  }
}
.dir-rtl .owl-nav div, .dir-rtl .owl-nav button {
  left: 0;
  right: auto;
}
.owl-nav.disabled {
  display: none;
}
.owl-dots .owl-dot {
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  outline: none;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 0.6rem;
  background: #ffffff;
  vertical-align: middle;
  transition: all 0.2s ease-out;
}
.owl-dots .owl-dot.active {
  background: #ff371c;
}
.owl-dots.disabled {
  display: none;
}
.owlcarousel-offset {
  margin-right: -45px !important;
  margin-bottom: -45px !important;
  margin-left: -45px !important;
  position: relative;
  z-index: 2;
}
@media only all and (max-width: 50.99rem) {
  .owlcarousel-offset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.owlcarousel-offset.size-100 {
  flex-basis: auto;
  width: auto;
}
.g-owlcarousel-description {
  font-family: "averia", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.g-owlcarousel-header {
  padding: 1.5rem !important;
  margin: 0.625rem;
}
.g-owlcarousel:hover .owl-nav {
  opacity: 1;
}
.g-owlcarousel-item-wrapper {
  position: relative;
}
.g-owlcarousel-item-img {
  position: relative;
}
.g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-style: preserve-3d;
}
@media only all and (min-width: 88rem) {
  .g-owlcarousel-item-content-container {
    width: 88rem;
  }
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel-item-content-container {
    width: 76rem;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-item-content-container {
    width: 51rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 50.99rem) {
  .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
.g-owlcarousel-item-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.g-owlcarousel-item-content {
  margin: 0.625rem;
  padding: 1.5rem;
}
.g-owlcarousel-fullwidth .g-owlcarousel-item-content {
  width: 100%;
}
.g-owlcarousel-compact .g-owlcarousel-item-content {
  width: 50%;
}
.center-block .g-owlcarousel-compact .g-owlcarousel-item-content {
  margin: auto;
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 65%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 75%;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-owlcarousel-compact .g-owlcarousel-item-content {
    width: 100%;
  }
}
.g-owlcarousel-item-title {
  font-family: "averia", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-size: 3rem;
  color: #ffffff;
  padding-bottom: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  margin: 2.125rem;
}
.g-owlcarousel-item-desc {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  padding-bottom: 3rem;
  margin-bottom: 0.625rem;
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel-item-button {
    padding: 0.25rem 1rem;
    font-weight: 400;
    font-size: 0.8rem;
  }
}
.g-showcase .g-showcase-slides {
  min-height: 50vw;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-showcase .g-showcase-slides {
    min-height: 60vw;
  }
}
.g-showcase .mobile {
  display: none;
}
@media only all and (max-width: 50.99rem) {
  .g-showcase .mobile {
    display: block;
  }
}
.g-showcase .mobile .owl-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  height: 70px;
}
.g-showcase .mobile .owl-nav div, .g-showcase .mobile .owl-nav button {
  color: #000000;
  margin: 0;
  position: relative;
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-showcase .desktop {
    margin: 0 1.5rem;
  }
}
.g-showcase .desktop .g-showcase-slides-set {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 40vw;
  transition: opacity 1s;
  opacity: 0;
}
.g-showcase .desktop .g-showcase-slides-set.active {
  opacity: 1;
  z-index: 1;
}
.g-showcase .desktop .g-showcase-slides-set.active .item-1 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .g-showcase-slides-set.active .item-2 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .g-showcase-slides-set.active .item-3 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .g-showcase-slides-set.active .item-4 {
  opacity: 1;
  transform: translate(0, 0);
}
.g-showcase .desktop .owl-nav {
  position: absolute;
  top: 16rem;
  left: -3rem;
  display: flex;
  flex-direction: column;
}
.dir-rtl .g-showcase .desktop .owl-nav {
  left: auto;
  right: -3rem;
}
.g-showcase .desktop .owl-nav .fa {
  color: green;
}
.g-showcase .desktop .owl-nav .fa:hover {
  color: #ff371c;
}
.g-showcase .desktop .owl-nav div, .g-showcase .desktop .owl-nav button {
  position: relative;
  cursor: pointer;
}
@media only all and (max-width: 50.99rem) {
  .g-showcase .desktop {
    display: none;
  }
}
.g-showcase .desktop .item-1 {
  width: 45%;
  position: relative;
  transition: transform 0.5s;
  transform: translate(0, 20%);
  opacity: 0;
}
.g-showcase .desktop .item-2 {
  width: 23%;
  padding: 0 1.5rem;
  position: relative;
  transition: transform 0.6s;
  transform: translate(0, -20%);
  opacity: 0;
}
.g-showcase .desktop .item-3 {
  width: 25%;
  position: relative;
  transition: transform 0.8s;
  transform: translate(20%, 0);
  opacity: 0;
}
.g-showcase .desktop .item-4 {
  position: absolute;
  width: 27%;
  right: 30%;
  bottom: 4vw;
  margin: 0 auto;
  opacity: 0;
  transition: transform 1.2s;
  transform: translate(0, 20%);
}
@media only all and (min-width: 76rem) and (max-width: 87.99rem) {
  .g-showcase .desktop .item-4 {
    bottom: -5vw;
  }
  .g-showcase .desktop .item-4 .g-showcase-slides-slide-content {
    width: 160%;
  }
}
@media only all and (min-width: 51rem) and (max-width: 75.99rem) {
  .g-showcase .desktop .item-4 {
    bottom: -7vw;
  }
  .g-showcase .desktop .item-4 .g-showcase-slides-slide-content {
    width: 170%;
  }
}
.g-showcase .desktop .item-4 img {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.32);
}
.dir-rtl .g-showcase .desktop .item-4 {
  left: 30%;
  right: auto;
}
.g-showcase .owl-dots {
  text-align: center;
  height: 35px;
}
.g-showcase .owl-dots .owl-dot {
  border: 2px solid #ff371c;
  transform-origin: center;
}
.g-showcase .owl-dots .owl-dot.active {
  background: #ffffff;
  width: 25px;
  height: 25px;
}
@media only all and (max-width: 50.99rem) {
  .g-showcase .owl-stage-outer {
    width: 99%;
  }
}
.g-showcase .g-showcase-slides {
  position: relative;
}
.g-showcase .g-showcase-slides-set {
  display: flex;
  position: relative;
}
.g-showcase .g-showcase-slides-slide img {
  width: 100%;
}
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  position: relative;
  left: 7vw;
  margin-top: 4vw;
  width: 100%;
}
.dir-rtl .g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  left: auto;
  right: 7vw;
}
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content .g-showcase-slides-slide-button {
  margin-top: 1.5rem;
}
@media only all and (max-width: 50.99rem) {
  .g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
    position: static;
    width: auto;
    margin: 1.5rem;
  }
}
.g-logo {
  display: block;
  justify-content: center;
  position: relative;
  font-weight: 900;
  font-size: 1.5vw;
  box-shadow: none !important;
  line-height: normal;
}
@media (max-width: 66.6666666667rem) {
  .g-logo {
    font-size: 1rem;
  }
}
@media only all and (max-width: 50.99rem) {
  .g-logo {
    margin-left: 2rem;
  }
}
.g-logo span {
  vertical-align: bottom;
}
.avatar-logo img {
  width: 80px;
  border-radius: 100%;
}
html body img {
  border-radius: 3px;
}
.g-slideshow-description1 span {
  color: green;
  background: rgba(30, 46, 24, 0.35) !important;
}
.g-slideshow-description2 span {
  color: red;
  background: rgba(30, 46, 24, 0.35) !important;
}
.g-slideshow-main-title a {
  color: red;
  background: rgba(30, 46, 24, 0.35) !important;
}
html body #g-page-surround {
  margin: 0;
}
.g-latestblogs-grid-item-image {
  border-style: solid;
  border-radius: 45%;
  overflow: hidden;
  width: 20%;
  border: aqua;
}
.nas_face a {
  display: none;
}
.nas_face {
  cursor: auto !important;
  text-decoration: none !important;
}
.g-imagegrid-item {
  padding: 1rem;
}
.g-imagegrid .g-imagegrid-link {
  height: auto;
}
.nas-no-link a {
  display: none;
}
.nas-no-link {
  cursor: auto !important;
  text-decoration: none !important;
  pointer-events: none;
}
.nas-no-display h6 {
  display: none;
}
.nas-no-transform {
  transform: scale(0) !important;
}
.g-imagegrid-caption {
  display: none !important;
}
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-white .g-flipster-card-container {
  background-image: url('https://romaipekseg.hu/images/idezetek/idézet1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  -webkit-box-shadow: 4px -4px 4px 0px #a2b4a9;
  -moz-box-shadow: 4px -4px 4px 0px #a2b4a9;
  box-shadow: 4px -4px 4px 0px #a2b4a9;
}
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-accent1 .g-flipster-card-container {
  background-image: url('https://romaipekseg.hu/images/idezetek/idézet2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  -webkit-box-shadow: 4px -4px 4px 0px #a2b4a9;
  -moz-box-shadow: 4px -4px 4px 0px #a2b4a9;
  box-shadow: 4px -4px 4px 0px #a2b4a9;
}
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-accent2 .g-flipster-card-container {
  background-image: url('https://romaipekseg.hu/images/idezetek/idézet3.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  -webkit-box-shadow: 4px -4px 4px 0px #a2b4a9;
  -moz-box-shadow: 4px -4px 4px 0px #a2b4a9;
  box-shadow: 4px -4px 4px 0px #a2b4a9;
}
.g-flipster .g-flipster-cards .g-flipster-card.g-flipster-card-accent-accent3 .g-flipster-card-container {
  background-image: url('https://romaipekseg.hu/images/idezetek/idézet4.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 3px;
  -webkit-box-shadow: 4px -4px 4px 0px #a2b4a9;
  -moz-box-shadow: 4px -4px 4px 0px #a2b4a9;
  box-shadow: 4px -4px 4px 0px #a2b4a9;
}
.g-flipster-description {
  background-color: rgba(55, 55, 55, 0.5);
  border-radius: 3px;
  text-align: center;
  padding: 4px;
  color: white;
}
.g-video-nocontrols {
  position: inherit !important;
  padding: 0 !important;
}
.g-video-container .g-video {
  position: inherit;
  padding-bottom: 0;
  margin: 0 auto;
  max-width: 80%;
}
.g-latestnews .g-latestnews-grid-item, .g-latestnews .g-latestnews-grid.cols-4 .g-latestnews-grid-sizer {
  pointer-events: none;
}
#g-bottom {
  position: relative;
  background-image: url('../../../../images/galeria/resized/hatter.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.nasa-fix-width {
  min-width: 25%;
  max-width: 25%;
  margin: 3px;
  padding: 2px;
  border-radius: 4px;
}
.nasa-fix-width img {
  border-radius: 4px;
}
/* @media query mini telefonhoz */
@media screen and (max-width: 600px) {
  .nasa-fix-width {
    min-width: 96%;
    max-width: 100%;
    padding: 1px;
    margin: 1px;
  }
}
@media only screen and (orientation: landscape) {
  .nasa-fix-width {
    min-width: 46%;
    max-width: 50%;
    padding: 1px;
    margin: 1px;
  }
}
.nas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Áttetszőség beállítása. */
  z-index: 1;
  /* Szükség esetén z-index érték beállítása. */
}
.owl-item.active.center {
  opacity: 1;
}
.owl-carousel .owl-item {
  opacity: 0.5;
}
.g-showcase .owl-carousel .owl-item {
  opacity: 1;
}
.owl-nav .fa {
  font-size: 3rem;
  font-weight: bold;
}
.g-showcase .g-showcase-slides-slide .g-showcase-slides-slide-content {
  margin-top: 3rem;
}
/* @media query tablethez */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .nasa-fix-width {
    min-width: 46%;
    max-width: 50%;
  }
}
/* @media query normál monitorhoz */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .nasa-fix-width {
    min-width: 30%;
    max-width: 33%;
  }
}
/* @media query extranagy monitorhoz */
@media screen and (min-width: 1441px) {
  .nasa-fix-width {
    min-width: 22%;
    max-width: 25%;
  }
}
.gp_timeline .gp_heading {
  margin-bottom: 60px;
}
.gp_timeline .gp_contents {
  position: relative;
  margin: 0 auto;
  padding: 15px 0;
}
.gp_timeline .gp_line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  margin-left: -1px;
  border-right: 2px dashed;
  box-sizing: border-box;
}
.gp_timeline .gp_block_headline {
  color: #fff;
  font-size: 18px;
  margin: 35px 0;
  text-align: center;
  z-index: 1;
  position: relative;
  font-weight: bold;
}
.gp_timeline .gp_block_headline.gp_first {
  margin-top: 0;
}
.gp_timeline .gp_block_headline .gp_block_headline_txt {
  display: inline-block;
  border-radius: 3px;
  padding: 8px 14px;
}
.gp_timeline .gp_block_headline:before, .gp_timeline .gp_block_headline:after {
  content: "";
  display: block;
  clear: both;
}
.gp_timeline .gp_block {
  width: 50%;
  display: block;
  box-sizing: border-box;
  position: relative;
}
@media only all and (max-width: 47.99rem) {
  .gp_timeline .gp_block {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    text-align: center !important;
  }
}
.gp_timeline .gp_block.gp_center {
  margin: 0 auto;
  text-align: center;
}
.gp_timeline .gp_block.gp_center .gp_content {
  margin-top: 35px;
}
.gp_timeline .gp_block.gp_center .gp_dot {
  display: none;
}
.gp_timeline .gp_block.gp_left {
  float: left;
  text-align: right;
  padding-right: 35px;
}
.gp_timeline .gp_block.gp_left .gp_content:before {
  left: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 16px;
  margin-top: -16px;
  border-left-color: #e7e8ea;
}
.gp_timeline .gp_block.gp_left .gp_content:after {
  left: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 15px;
  margin-top: -15px;
  border-left-color: #989089;
}
.gp_timeline .gp_block.gp_left .gp_dot {
  left: 100%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
}
.gp_timeline .gp_block.gp_right {
  float: right;
  text-align: left;
  padding-left: 35px;
  margin-top: 35px;
}
@media only all and (min-width: 48rem) {
  .gp_timeline .gp_block.gp_right .gp_content {
    margin-bottom: 0;
  }
}
.gp_timeline .gp_block.gp_right .gp_content:before {
  right: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 16px;
  margin-top: -16px;
  border-right-color: #e7e8ea;
}
.gp_timeline .gp_block.gp_right .gp_content:after {
  right: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-width: 15px;
  margin-top: -15px;
  border-right-color: #989089;
}
.gp_timeline .gp_block.gp_right .gp_dot {
  right: 100%;
  transform: translateX(50%) translateY(-50%);
  -webkit-transform: translateX(50%) translateY(-50%);
}
.gp_timeline .gp_block:before, .gp_timeline .gp_block:after {
  content: "";
  display: block;
  clear: both;
}
.gp_timeline .gp_content {
  position: relative;
  padding: 20px;
  margin-bottom: 35px;
  border-radius: 3px;
  z-index: 1;
  background: #989089;
  border: 1px solid #e7e8ea;
}
.gp_timeline .gp_content:before, .gp_timeline .gp_content:after {
  top: 35px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media only all and (max-width: 47.99rem) {
  .gp_timeline .gp_content:before, .gp_timeline .gp_content:after {
    display: none !important;
  }
}
.gp_timeline .gp_content > div {
  margin: 0 0 15px;
}
.gp_timeline .gp_content .gp_date {
  font-weight: bold;
}
.gp_timeline .gp_content > h3 {
  margin: 0 0 15px;
  font-weight: 800;
}
.gp_timeline .gp_content .gp_btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.gp_timeline .gp_content .gp_btn a {
  display: inline-block;
}
.gp_timeline .gp_dot {
  position: absolute;
  top: 35px;
  width: 20px;
  height: 20px;
}
@media only all and (max-width: 47.99rem) {
  .gp_timeline .gp_dot {
    display: none !important;
  }
}
.gp_timeline .gp_dot .gp_dot_inner {
  width: inherit;
  height: inherit;
  position: relative;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 50%;
}
.gp_timeline .gp_dot .gp_dot_inner .gp_dot_circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 2px;
  background-color: #e7e8ea;
}
.gp_timeline .gp_clear {
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
  clear: both;
}
/*# sourceMappingURL=custom_20.css.map */