/* 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";
.gp_slideshow1 .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
.gp_slideshow1 .slick-slider .slick-track, .gp_slideshow1 .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);
}
.gp_slideshow1 .slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.gp_slideshow1 .slick-slider .slick-list:focus {
  outline: none;
}
.gp_slideshow1 .slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.gp_slideshow1 .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.gp_slideshow1 .slick-slider .slick-track:before {
  display: table;
  content: "";
}
.gp_slideshow1 .slick-slider .slick-track:after {
  display: table;
  content: "";
  clear: both;
}
.gp_slideshow1 .slick-slider.slick-loading .slick-track {
  visibility: hidden;
}
.gp_slideshow1 .slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
}
.gp_slideshow1 [dir="rtl"] .slick-slide {
  float: right;
}
.gp_slideshow1 .slick-slide img {
  display: block;
}
.gp_slideshow1 .slick-slide.slick-loading img {
  display: none;
}
.gp_slideshow1 .slick-slide.dragging img {
  pointer-events: none;
}
.gp_slideshow1 .slick-initialized .slick-slide {
  display: block;
}
.gp_slideshow1 .slick-loading .slick-slide {
  visibility: hidden;
}
.gp_slideshow1 .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.gp_slideshow1 .slick-arrow.slick-hidden {
  display: none;
}
.gp_slideshow1 .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.gp_slideshow1 .slick-arrow:hover {
  background: rgba(0, 0, 0, 0);
}
.gp_slideshow1 .slick-arrow:hover:before {
  opacity: 1;
}
.gp_slideshow1 .slick-arrow:before {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 900;
  font-size: 40px;
  opacity: 0.7;
}
.gp_slideshow1 .slick-arrow.slick-prev {
  left: 0;
}
.gp_slideshow1 .slick-arrow.slick-prev:before {
  content: "";
}
.gp_slideshow1 .slick-arrow.slick-next {
  right: 0;
}
.gp_slideshow1 .slick-arrow.slick-next:before {
  content: "";
}
.gp_slideshow1 .gp_grid:not(.slick-initialized) {
  display: none;
}
.gp_slideshow1 img {
  width: 100%;
  margin: 0 auto;
}
.gp_slideshow1 .gp_item {
  position: relative;
  overflow: hidden;
}
.gp_slideshow1 .gp_mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gp_slideshow1 .gp_mask.style_dark {
  background: linear-gradient(rgba(15, 15, 15, 0.75), rgba(15, 15, 15, 0.75));
}
.gp_slideshow1 .gp_mask.style_light {
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01));
}
.gp_slideshow1 .gp_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.gp_slideshow1 .gp_content.style_light .gp_btn:not(.btn):not(.button) {
  border: 0 !important;
  border-radius: 4px !important;
  background: #282828;
}
.gp_slideshow1 h3.gp_title {
  margin: 0;
  font-size: 80px;
  line-height: 77px;
  margin-bottom: 37px;
}
.gp_slideshow1 .gp_desc {
  font-size: 18px;
}
.gp_slideshow1 .gp_buttons {
  margin-top: 43px;
}
.gp_slideshow1 .gp_btn {
  margin: 10px;
}
.gp_slideshow1 .gp_btn:not(.btn):not(.button) {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 14px;
  padding: 12px 30px;
  line-height: 18px;
  font-weight: bold;
  transition: opacity 0.2s ease;
}
.gp_slideshow1 .gp_btn:not(.btn):not(.button):hover {
  opacity: 0.7;
}
@media only all and (max-width: 960px) {
  .gp_slideshow1 h3.gp_title {
    font-size: 60px !important;
    line-height: 63px !important;
    margin-bottom: 27px !important;
  }
}
@media only all and (min-width: 481px) and (max-width: 767px) {
  .gp_slideshow1 .gp_content_inner {
    width: 180%;
    margin-left: -90px;
    margin-right: -90px;
  }
}
@media only all and (max-width: 480px) {
  .gp_slideshow1 .gp_content_inner {
    width: 220%;
    margin-left: -110px;
    margin-right: -110px;
  }
}
.gp_imageblock2 > .g-grid {
  margin: 0 -12px;
}
.gp_imageblock2 .gp_heading {
  margin-bottom: 50px;
}
.gp_imageblock2 .gp_content {
  margin: 12px;
}
.gp_imageblock2 .gp_text {
  padding: 20px 25px;
}
.gp_imageblock2 .gp_text > h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
}
.gp_imageblock2 .gp_text > div {
  margin: 0 0 15px;
}
.gp_events1 .gp_heading {
  margin-bottom: 40px;
}
.gp_events1 .gp_item {
  padding: 33px 26px;
  border: 1px solid #666666;
}
@media only all and (min-width: 48rem) {
  .gp_events1 .gp_item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.gp_events1 .gp_item:not(:last-child) {
  border-bottom: 0;
}
.gp_events1 .gp_item > div {
  display: inline-block;
}
.gp_events1 .gp_item > div.gp_date {
  text-align: center;
}
@media only all and (min-width: 48rem) {
  .gp_events1 .gp_item > div.gp_date {
    padding-left: 10px;
    padding-right: 44px;
  }
}
@media only all and (min-width: 48rem) {
  .gp_events1 .gp_item > div.gp_date > span {
    display: block;
  }
}
.gp_events1 .gp_item > div.gp_date > span.gp_day {
  font-weight: 800;
  font-size: 43px;
  line-height: 1;
}
.gp_events1 .gp_item > div.gp_date > span.gp_month {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.gp_events1 .gp_item .gp_info > h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 7px;
}
.gp_events1 .gp_item .gp_infos > span {
  margin-right: 11px;
}
.gp_events1 .gp_item .gp_infos > span:last-child {
  margin-right: 0;
}
.gp_team4 .gp_heading {
  margin-bottom: 50px;
}
.gp_team4 .g-grid.r_v_center {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.gp_team4 .r_team_img {
  position: relative;
  overflow: hidden;
}
.gp_team4 .r_team_social {
  display: inline-block;
  margin-left: 1rem;
}
@media only all and (max-width: 47.99rem) {
  .gp_team4 .r_team_social {
    margin-left: 0;
  }
}
@media only all and (max-width: 30rem) {
  .gp_team4 .r_team_social {
    margin-top: 1rem;
  }
}
.gp_team4 .r_team_social > a {
  text-decoration: none;
  font-size: 1rem;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
}
.gp_team4 .r_team_social > a:hover {
  background: #094d45;
  color: #ffffff;
}
.gp_team4 .r_team_info {
  padding: 30px;
  position: relative;
}
.gp_team4 .r_team_info .r_team_title {
  margin: 0;
  font-weight: 700;
}
.gp_team4 .r_team_info .r_team_desc {
  padding: 1rem 0 1.5rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.gp_team4 .r_team_divider {
  margin: 2rem 0;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
  height: 0;
}
.gp_iconblock5 {
  text-align: center;
}
.gp_iconblock5 .gp_heading {
  margin-bottom: 60px;
}
.gp_iconblock5 > .g-grid {
  margin: 0 -10px;
}
.gp_iconblock5 .gp_content {
  padding: 25px 15px;
  margin: 10px;
  border-radius: 4px;
}
.gp_iconblock5 .gp_icon {
  font-size: 3.125rem;
  margin: 10px 0 25px;
  text-decoration: none !important;
}
.gp_iconblock5 .gp_link {
  margin-top: 15px;
}
.gp_iconblock5 .g-block > a {
  display: block;
}
.gp_iconblock5 .g-block > a:hover .gp_content {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}
.gp_iconblock5 .g-block > a:hover .gp_content > div {
  text-decoration: underline;
}
@media only all and (max-width: 47.99rem) {
  .g-home #g-header, .g-homepositions #g-header {
    background-position: center 45px;
    margin-top: -225px;
    padding-top: 225px;
  }
}
#g-footer {
  background-image: url('../../images/backgrounds/extension/background_footer.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
#g-showcase {
  background-image: url('../../images/backgrounds/extension/background_hirek.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}
#g-navigation .g-content {
  margin: -0.375rem;
  padding: 0rem;
}
/*# sourceMappingURL=custom_24.css.map */