/* ========================================================== */
/* 			            01. Variables                          */
/* ========================================================== */
/* ========================================================== */
/* 			            02. Colors                          */
/* ========================================================== */
/* ========================================================== */
/* 			         03. Breakpoints                          */
/* ========================================================== */
/* 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;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.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-left: auto;
  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;
  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; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }
.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }

  .fancybox-close-small {
    right: -6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.row::after, .container::after, .clearfix::after {
  content: "";
  display: table;
  clear: both; }

/*
	Description:
	Set a rem font size with pixel fallback
	Useage:
	element{
		@include font-size(16px)
	}
*/
/*
	Description:
	Set placeholder color to inputs
	Useage:
	element{
		@placeholder-color(#cccccc)
	}
*/
/*
	Description:
	Prefix Animations and keyframes
	Useage:
	@include keyframes(fade-out) {
	  	0% { opacity: 1; }
	  	100% { opacity: 0; }
	}
	element{
	 	@include animation('5s fade-out 3');
	}
*/
/*
    Mixin transition prefix

*/
/*
    Mixin transfrorm
*/
/*
	Description:
	Vendor-prefixed CSS
	from https://github.com/HugoGiraudel/sass-boilerplate
	Useage:
	@include vendor(border-radius, 4px);
*/
/*
	Description:
	Cross browser opacity
	Useage:
	@include opacity(0.8);
*/
/*
    Vertical align direct child
*/
/*
    Equal columns with flebox
*/
/**
 * Flexbox mixins
 */
/**
 * ANIMATION
 */
/**
 * Transform & translate mixins
 */
/**
 * Transition mixins
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   A basic old school grid
   ========================================================================== */
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row.row--gutterless, .row.row-even, .row.row-odd {
    margin-left: 0;
    margin-right: 0; }
  .row.row--equal-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: left;
    flex-wrap: wrap; }
    @media screen and (min-width: 767px) {
      .row.row--equal-columns {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .row.fd-row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.row--35 {
    margin-left: -35px;
    margin-right: -35px; }
    .row.row--35 > .col {
      padding-left: 35px;
      padding-right: 35px; }
  .row.row--25 {
    margin-left: -25px;
    margin-right: -25px; }
    .row.row--25 > .col {
      padding-left: 25px;
      padding-right: 25px; }

.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .row--gutterless .col, .row-even .col, .row-odd .col {
    padding-left: 0;
    padding-right: 0; }
  .row--equal-columns .col {
    float: none; }

.col---offset-0 {
  margin-left: 0%; }

.col--1 {
  width: 8.3333333333%; }

.col--1-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-1 {
  margin-left: 8.3333333333%; }

.col--2 {
  width: 16.6666666667%; }

.col--2-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-2 {
  margin-left: 16.6666666667%; }

.col--3 {
  width: 25%; }

.col--3-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-3 {
  margin-left: 25%; }

.col--4 {
  width: 33.3333333333%; }

.col--4-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-4 {
  margin-left: 33.3333333333%; }

.col--5 {
  width: 41.6666666667%; }

.col--5-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-5 {
  margin-left: 41.6666666667%; }

.col--6 {
  width: 50%; }

.col--6-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-6 {
  margin-left: 50%; }

.col--7 {
  width: 58.3333333333%; }

.col--7-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-7 {
  margin-left: 58.3333333333%; }

.col--8 {
  width: 66.6666666667%; }

.col--8-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-8 {
  margin-left: 66.6666666667%; }

.col--9 {
  width: 75%; }

.col--9-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-9 {
  margin-left: 75%; }

.col--10 {
  width: 83.3333333333%; }

.col--10-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-10 {
  margin-left: 83.3333333333%; }

.col--11 {
  width: 91.6666666667%; }

.col--11-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-11 {
  margin-left: 91.6666666667%; }

.col--12 {
  width: 100%; }

.col--12-gutterless {
  padding-left: 0;
  padding-right: 0; }

.col---offset-12 {
  margin-left: 100%; }

@media only screen and (max-width: 1340px) {
  .col--md-offset-0 {
    margin-left: 0%; }

  .col--md-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

  .col--md-1-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-1 {
    margin-left: 8.3333333333%; }

  .col--md-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

  .col--md-2-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-2 {
    margin-left: 16.6666666667%; }

  .col--md-3 {
    width: 25%;
    flex: 0 0 25%; }

  .col--md-3-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-3 {
    margin-left: 25%; }

  .col--md-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

  .col--md-4-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-4 {
    margin-left: 33.3333333333%; }

  .col--md-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }

  .col--md-5-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-5 {
    margin-left: 41.6666666667%; }

  .col--md-6 {
    width: 50%;
    flex: 0 0 50%; }

  .col--md-6-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-6 {
    margin-left: 50%; }

  .col--md-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }

  .col--md-7-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-7 {
    margin-left: 58.3333333333%; }

  .col--md-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }

  .col--md-8-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-8 {
    margin-left: 66.6666666667%; }

  .col--md-9 {
    width: 75%;
    flex: 0 0 75%; }

  .col--md-9-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-9 {
    margin-left: 75%; }

  .col--md-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }

  .col--md-10-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-10 {
    margin-left: 83.3333333333%; }

  .col--md-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }

  .col--md-11-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-11 {
    margin-left: 91.6666666667%; }

  .col--md-12 {
    width: 100%;
    flex: 0 0 100%; }

  .col--md-12-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--md-offset-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 1340px) {
  .hide--md-up {
    display: none !important; } }
@media only screen and (max-width: 1339px) {
  .hide--md-down {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .col--sm-offset-0 {
    margin-left: 0%; }

  .col--sm-1 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%; }

  .col--sm-1-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col--sm-2 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%; }

  .col--sm-2-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col--sm-3 {
    width: 25%;
    flex: 0 0 25%; }

  .col--sm-3-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-3 {
    margin-left: 25%; }

  .col--sm-4 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%; }

  .col--sm-4-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col--sm-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%; }

  .col--sm-5-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col--sm-6 {
    width: 50%;
    flex: 0 0 50%; }

  .col--sm-6-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-6 {
    margin-left: 50%; }

  .col--sm-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%; }

  .col--sm-7-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col--sm-8 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%; }

  .col--sm-8-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col--sm-9 {
    width: 75%;
    flex: 0 0 75%; }

  .col--sm-9-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-9 {
    margin-left: 75%; }

  .col--sm-10 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%; }

  .col--sm-10-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col--sm-11 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%; }

  .col--sm-11-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col--sm-12 {
    width: 100%;
    flex: 0 0 100%; }

  .col--sm-12-gutterless {
    padding-left: 0;
    padding-right: 0; }

  .col--sm-offset-12 {
    margin-left: 100%; } }
@media only screen and (min-width: 767px) {
  .hide--sm-up {
    display: none !important; } }
@media only screen and (max-width: 766px) {
  .hide--sm-down {
    display: none !important; } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1340px;
  padding: 0 20px; }

.container-fluid {
  max-width: 100%; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 1; }

/* ==========================================================================
   Responsive helpers
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * Responsive helpers
 */
.hidden-desktop {
  display: none; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   General styles
   ========================================================================== */
img {
  max-width: 100%; }

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px;
      line-height: 1.2; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  line-height: 1em;
  padding: 0; }

a {
  text-decoration: none; }

input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* ==========================================================================
   Main styles
   ========================================================================== */
html {
  font-size: 15px;
  line-height: 1.33333333;
  height: 100%; }

body, html {
  font-family: 'Roboto Mono';
  width: 100%;
  margin: 0;
  padding: 0;
  color: #212121; }

#page-wrapper {
  margin: 24px;
  position: relative;
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 48px);
  padding: 0 70px 0 130px; }
  @media screen and (max-width: 991px) {
    #page-wrapper {
      margin: 0; } }
  @media screen and (max-width: 767px) {
    #page-wrapper {
      padding: 0; } }

main {
  overflow: hidden; }

/*a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075);
}
a:hover:after {
    width: 100%;
}*/
/* ==========================================================================
   Header
   ========================================================================== */
header.main-header {
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
  /*max-width: 1340px;*/
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    header.main-header {
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    header.main-header {
      padding-top: 30px;
      padding-bottom: 30px; } }
  header.main-header .logo-and-menu-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: center; }
    header.main-header .logo-and-menu-container .logo-column a {
      display: block; }
      header.main-header .logo-and-menu-container .logo-column a img {
        max-height: 100%;
        width: 100px; }
        @media screen and (max-width: 991px) {
          header.main-header .logo-and-menu-container .logo-column a img {
            width: 70px; } }
    header.main-header .logo-and-menu-container .menu-column {
      flex-grow: 1; }

.menu-items-blocks {
  display: flex;
  justify-content: flex-end; }

.menu-bar {
  position: relative;
  min-width: 44px;
  height: 44px;
  text-align: center;
  display: block;
  z-index: 101;
  -webkit-transform: all ease .3s;
  transform: all ease .3s;
  margin-left: 30px;
  -webkit-animation: blinkBackground 4s infinite;
  animation: blinkBackground 4s infinite; }
  .menu-bar .ham {
    display: block;
    width: 23px;
    height: 2px;
    position: absolute;
    vertical-align: bottom;
    background: #000;
    white-space: nowrap;
    transition: all ease .3s;
    top: 22px;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.menu-bar.active {
  z-index: 999; }
  .menu-bar.active .ham:before, .menu-bar.active .ham:after {
    background: #FFF; }
  .menu-bar.active .ham {
    background: transparent; }
  .menu-bar.active .ham:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg); }
  .menu-bar.active .ham:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg); }

.menu-bar .ham:after, .menu-bar .ham:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 23px;
  height: 2px;
  transition: all ease .3s;
  outline: 1px solid transparent;
  left: 0;
  background: #000; }

.menu-bar .ham:before {
  top: -8px; }

.menu-bar .ham:after {
  top: 8px; }

.main-header.menu-type-full-bg-menu .full-screen-menu {
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
  position: fixed;
  z-index: 100;
  background-color: rgba(26, 26, 26, 0.9);
  text-align: center;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  display: none; }
  @media screen and (max-width: 991px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  @media screen and (max-width: 575px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu {
      text-align: left; } }

.main-header.menu-type-full-bg-menu .full-screen-menu nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-top: 45px;
  text-align: center; }
  @media screen and (max-width: 575px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu nav {
      text-align: left; } }

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul {
  margin-bottom: 10px; }

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li {
  margin-top: 10px; }
  @media screen and (max-width: 575px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li {
      margin-top: 15px; }
      .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li:first-child {
        margin-top: 0; } }

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a {
  font-size: 32px;
  color: #fff;
  text-decoration: none;
  position: relative; }
  @media screen and (max-width: 575px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a {
      font-size: 19px; } }

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a:after {
  content: '';
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }

.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a:hover:after {
  width: 100%; }

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form {
  position: relative;
  width: 100%; }

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field {
  background: 0 0;
  border: 0;
  font-size: 32px;
  color: #fff;
  width: 100%;
  text-align: center;
  outline: none; }
  @media screen and (max-width: 575px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field {
      text-align: left;
      font-size: 19px; } }
  .main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field::-webkit-search-decoration, .main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field::-webkit-search-cancel-button, .main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field::-webkit-search-results-button, .main-header.menu-type-full-bg-menu .full-screen-menu .search-form .search-field::-webkit-search-results-decoration {
    -webkit-appearance: none; }

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: .5;
  -moz-opacity: .5;
  opacity: .5;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: text; }
  @media screen and (max-width: 575px) {
    .main-header.menu-type-full-bg-menu .full-screen-menu .search-form label {
      font-size: 19px;
      margin-top: 5px; } }

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i {
  display: inline-block;
  background-color: #fff;
  width: 3px;
  height: 3px;
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
  margin-left: 3px; }

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i + i {
  -webkit-animation-delay: .2s;
  animation-delay: .2s; }

.main-header.menu-type-full-bg-menu .full-screen-menu .search-form label i + i + i {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.sticky-header-spacer {
  height: 190px; }
  @media screen and (max-width: 991px) {
    .sticky-header-spacer {
      height: 113px; } }
  @media screen and (max-width: 767px) {
    .sticky-header-spacer {
      height: 92px; } }

#header {
  position: fixed;
  transition: all .3s ease;
  top: 0px;
  left: 0px;
  right: 0px; }

#header.hide {
  top: -153px; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  background-color: transparent;
  padding-top: 50px;
  margin-top: auto; }

.full-menu-footer {
  text-align: left;
  color: #fff; }
  @media screen and (max-width: 575px) {
    .full-menu-footer {
      display: none; } }
  .full-menu-footer .right-part {
    float: right;
    width: 50%;
    text-align: right; }
  .full-menu-footer .left-part {
    float: left;
    width: 50%;
    text-align: left; }
  .full-menu-footer .social-networks {
    display: flex;
    justify-content: flex-end; }
    .full-menu-footer .social-networks li:not(:last-child) {
      margin-right: 10px; }
    .full-menu-footer .social-networks li a {
      background-color: #fff;
      border-radius: 100%;
      width: 24px;
      height: 24px;
      color: #1a1a1a;
      display: block;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      text-align: center;
      transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .full-menu-footer .social-networks li a:hover {
        opacity: .55; }
      .full-menu-footer .social-networks li a i {
        font-size: 12px; }

.full-menu-footer .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-bottom: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px; }

.site-footer .footer-bottom hr {
  margin: 0; }

.site-footer .footer-bottom .footer-bottom-content {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .site-footer .footer-bottom .footer-bottom-content {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .site-footer .footer-bottom .footer-bottom-content {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .site-footer .footer-bottom .footer-bottom-content .footer-content-right {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .site-footer .footer-bottom .footer-bottom-content .footer-content-right {
        margin-bottom: 15px; } }
  .site-footer .footer-bottom .footer-bottom-content .copyrights p {
    color: #777; }
    @media screen and (max-width: 767px) {
      .site-footer .footer-bottom .footer-bottom-content .copyrights p {
        font-size: 12px; } }
  .site-footer .footer-bottom .footer-bottom-content .social-networks {
    display: flex;
    justify-content: center; }
    .site-footer .footer-bottom .footer-bottom-content .social-networks li:not(:last-child) {
      margin-right: 10px; }
    .site-footer .footer-bottom .footer-bottom-content .social-networks li a {
      background-color: #fff;
      border-radius: 100%;
      width: 40px;
      height: 40px;
      color: #1a1a1a;
      display: block;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      text-align: center;
      transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
      .site-footer .footer-bottom .footer-bottom-content .social-networks li a:hover {
        opacity: .55; }
      .site-footer .footer-bottom .footer-bottom-content .social-networks li a i {
        font-size: 16px; }

/* ==========================================================================
   Sidebar
   ========================================================================== */
/* ==========================================================================
   Navigation
   ========================================================================== */
/* ==========================================================================
   Main styles
   ========================================================================== */
.shortcut-links {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .shortcut-links {
      flex-direction: column;
      padding: 10px 0; } }
  .shortcut-links a {
    color: #333; }
    @media screen and (max-width: 767px) {
      .shortcut-links a:not(:first-of-type) {
        margin-top: 10px; } }
    .shortcut-links a:hover {
      color: #777; }

.home-slider {
  overflow: hidden;
  flex: 1; }
  .home-slider .slick-list,
  .home-slider .slick-track,
  .home-slider .slick-slide,
  .home-slider .slick-slide > div {
    height: 100%; }
  .home-slider__image {
    position: relative;
    height: 100%; }
    .home-slider__image img {
      width: 100%;
      height: 100% !important;
      object-fit: cover;
      object-position: center center; }

.home-typewriter {
  margin-bottom: 35px; }
  @media screen and (max-width: 991px) {
    .home-typewriter {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .home-typewriter {
      margin-bottom: 10px; } }
  .home-typewriter__static {
    font-size: 50px;
    line-height: 80px;
    display: inline-block; }
    @media screen and (max-width: 991px) {
      .home-typewriter__static {
        font-size: 30px;
        line-height: 1.2; } }
    @media screen and (max-width: 767px) {
      .home-typewriter__static {
        font-size: 26px; } }
  .home-typewriter__dynamic-wrapper {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 50px;
    line-height: 80px; }
    @media screen and (max-width: 991px) {
      .home-typewriter__dynamic-wrapper {
        font-size: 30px;
        width: fit-content;
        margin: 0 auto;
        display: block;
        line-height: 1.2; } }
    @media screen and (max-width: 767px) {
      .home-typewriter__dynamic-wrapper {
        font-size: 26px; } }
    .home-typewriter__dynamic-wrapper .typed-cursor {
      display: inline-block; }
  .home-typewriter__dynamic-text {
    display: inline-block; }

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  z-index: -1;
  opacity: 0;
  transition: opacity 400ms ease;
  justify-content: center;
  align-items: center; }
  .page-loader .anim {
    height: 120px;
    background: url(../images/rings.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 120px; }
  .page-loader.active {
    bottom: 0;
    z-index: 9998;
    opacity: 1; }

.contact-typewriter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 26px;
  font-weight: 400;
  line-height: 29px;
  color: #212121;
  margin-top: 20px; }

.contact-info-wrapper {
  margin-top: 35px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .contact-info-wrapper {
      margin-bottom: 35px; } }
  .contact-info-wrapper p {
    color: #777777; }
  .contact-info-wrapper a {
    color: #333333;
    position: relative; }
  .contact-info-wrapper a:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 2px;
    background-color: #333333;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
  .contact-info-wrapper a:hover:after {
    width: 100%; }
  .contact-info-wrapper p:not(:last-of-type) {
    margin-bottom: 10px; }

.map {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.contact-form {
  padding-top: 35px; }
  .contact-form .contact-form-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 21px;
    width: 100%;
    margin-bottom: 35px; }
    @media screen and (max-width: 767px) {
      .contact-form .contact-form-wrapper {
        display: block; } }
    .contact-form .contact-form-wrapper label {
      border-bottom: 1px solid #333;
      line-height: 1.33333333;
      display: flex;
      align-self: stretch;
      align-items: center; }
    .contact-form .contact-form-wrapper input {
      padding: 6px 12px;
      padding-left: 15px;
      border: 0;
      border: none;
      border-bottom: 1px solid #dadada;
      background-color: transparent;
      width: 100%; }
    .contact-form .contact-form-wrapper input:focus {
      outline: none; }
    .contact-form .contact-form-wrapper .email-container, .contact-form .contact-form-wrapper .name-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .contact-form .contact-form-wrapper .email-container, .contact-form .contact-form-wrapper .name-container {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .contact-form .contact-form-wrapper .name-container {
        margin-bottom: 35px; } }
    .contact-form .contact-form-wrapper .email-container {
      margin-left: 30px; }
      @media screen and (max-width: 767px) {
        .contact-form .contact-form-wrapper .email-container {
          margin-left: 0; } }
  .contact-form .message-container form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact-form .message-container label {
    display: block; }
  .contact-form .message-container textarea {
    background-color: transparent;
    background-image: linear-gradient(#dadada 1px, transparent 1px);
    background-attachment: local;
    background-size: 100% 41px;
    border: none;
    font-size: 16px;
    resize: vertical;
    padding: 0;
    padding-top: 10px;
    line-height: 41px;
    width: 100%; }
  .contact-form .message-container textarea:focus {
    outline: none; }
  .contact-form input[type="submit"] {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #212121;
    background-color: #333;
    color: #f2f2f2;
    float: right;
    margin-right: 0;
    position: relative;
    transition: none;
    font-family: 'Roboto Mono';
    font-weight: 400;
    height: 39px;
    margin-left: auto;
    border: none;
    text-transform: uppercase;
    padding: 12px 30px;
    cursor: pointer; }
    .contact-form input[type="submit"]:hover {
      background-color: #262626; }

.award-text-wrapper {
  padding: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #777777; }
  @media screen and (max-width: 1199px) and (min-width: 767px) {
    .award-text-wrapper {
      padding: 0 15px 0 0;
      font-size: 12px;
      line-height: 18px; } }
  @media screen and (max-width: 767px) {
    .award-text-wrapper {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 20px; } }
  .award-text-wrapper h3 {
    font-size: 23px;
    line-height: 25px;
    font-weight: 400;
    color: #333333; }
    @media screen and (max-width: 1199px) and (min-width: 767px) {
      .award-text-wrapper h3 {
        font-size: 15px;
        line-height: 17px; } }
    .award-text-wrapper h3 a {
      color: #333333;
      position: relative; }
    .award-text-wrapper h3 a:after {
      content: '';
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: -1px;
      display: block;
      width: 0;
      height: 1px;
      background-color: #333333;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
    .award-text-wrapper h3 a:hover:after {
      width: 100%; }
  .award-text-wrapper .award-subtitle {
    margin-top: 15px;
    margin-bottom: 15px; }
    @media screen and (max-width: 1199px) and (min-width: 767px) {
      .award-text-wrapper .award-subtitle {
        margin-top: 5px;
        margin-bottom: 5px; } }
  .award-text-wrapper span {
    display: block; }

.award-img {
  height: auto; }
  @media screen and (max-width: 767px) {
    .award-img {
      margin-left: -20px;
      margin-right: -20px;
      display: block;
      max-width: unset;
      width: auto; } }

.award-container .row:not(:last-of-type) {
  margin-bottom: 40px; }

.row-even {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .row-even {
      display: block; } }
  .row-even > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .row-even > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

.row-odd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .row-odd {
      display: block; } }
  .row-odd > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .row-odd > div:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

.section-title {
  margin-bottom: 40px; }
  .section-title h2 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 29px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 9.5px; }
    @media screen and (max-width: 767px) {
      .section-title h2 {
        font-size: 22px; } }
    .section-title h2 span {
      color: #898989; }
  .section-title p {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    color: #777; }
  .section-title h1 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 29px;
    color: #212121;
    font-weight: 400; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon.woff") format("woff2"); }
.gutter-sizer {
  width: 20px; }

.portfolio-wrapper .portfolio-item {
  margin-bottom: 15px;
  width: calc(33.33333333% - 15px);
  opacity: 1; }
  @media screen and (max-width: 575px) {
    .portfolio-wrapper .portfolio-item {
      margin-bottom: 5px; } }
  .portfolio-wrapper .portfolio-item img {
    width: 100%; }
  .portfolio-wrapper .portfolio-item.active .portofolio-item--animation {
    opacity: 1;
    transform: translateY(0px); }
  .portfolio-wrapper .portfolio-item .portofolio-item--animation {
    opacity: 0;
    transform: translateY(40px);
    transition: all 700ms 100ms ease-in-out; }

.portfolio-header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }
  .portfolio-header-wrapper .section-title {
    margin-bottom: 0; }
    .portfolio-header-wrapper .section-title h1 {
      margin-bottom: 0;
      line-height: 50px; }
  .portfolio-header-wrapper .categories-wrapper {
    margin-left: auto; }
    .portfolio-header-wrapper .categories-wrapper ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .portfolio-header-wrapper .categories-wrapper ul li:not(:last-of-type) {
        padding-right: 40px;
        line-height: 22px; }
      .portfolio-header-wrapper .categories-wrapper ul li:last-of-type {
        padding-right: 15px; }

.ajax-load-more {
  width: 100%;
  margin: 0 auto; }

.ajax-load-more.active {
  height: 120px;
  background: url(../images/rings.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.work--row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .work--row {
      margin-top: 10px; } }
  .work--row .widget-relative {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative; }
    @media screen and (max-width: 767px) {
      .work--row .widget-relative {
        /*position: fixed;*/
        width: 100%;
        /*position: fixed;*/
        padding: 5px;
        left: 50%;
        top: 0%;
        transform: translateX(-50%);
        z-index: 100;
        text-align: center;
        height: fit-content;
        background: #f2f2f2; } }
    .work--row .widget-relative .subcategories-wrapper {
      position: fixed;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .work--row .widget-relative .subcategories-wrapper {
          display: none; } }
      .work--row .widget-relative .subcategories-wrapper ul {
        color: #777; }
        .work--row .widget-relative .subcategories-wrapper ul a {
          color: #777; }
        @media screen and (max-width: 767px) {
          .work--row .widget-relative .subcategories-wrapper ul {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; } }
        .work--row .widget-relative .subcategories-wrapper ul li:not(:last-of-type) {
          padding-bottom: 15px; }
          @media screen and (max-width: 767px) {
            .work--row .widget-relative .subcategories-wrapper ul li:not(:last-of-type) {
              padding-right: 15px;
              padding-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .work--row .widget-relative .subcategories-wrapper ul li {
            height: 0;
            width: 0;
            padding: 0;
            opacity: 0; }
            .work--row .widget-relative .subcategories-wrapper ul li.active {
              font-weight: 700;
              color: #000000;
              padding-top: 10px;
              padding-bottom: 10px;
              opacity: 1;
              width: 100%;
              height: 100%; } }
        .work--row .widget-relative .subcategories-wrapper ul li.active {
          font-size: 20px;
          font-weight: 700;
          color: #000000; }
          .work--row .widget-relative .subcategories-wrapper ul li.active a {
            color: #000; }
    @media screen and (max-width: 767px) {
      .work--row .widget-relative .subcategories-wrapper.small {
        position: relative;
        display: block;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%); } }
  @media screen and (max-width: 767px) {
    .work--row .widget-relative.headroom--not-top.headroom--pinned {
      position: relative;
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .work--row .widget-relative.headroom--not-top.headroom--unpinned {
      position: fixed; } }
  .work--row .gallery-col {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 767px) {
    .work--row {
      display: block; } }

.cat-item a {
  color: #777;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 991px) {
    .cat-item a {
      font-size: 14px;
      line-height: 30px; } }
  .cat-item a:after {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b19e;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
  .cat-item a:hover:after {
    background-color: #333;
    width: 100%; }
  .cat-item a:hover {
    color: #000000; }
  .cat-item a.active:after {
    content: "";
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #00b19e;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
  .cat-item a.active:after {
    background-color: #333;
    width: 100%; }

.portfolio-info-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .portfolio-info-wrapper .portfolio-info-hover {
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    .portfolio-info-wrapper .portfolio-info-hover:hover {
      opacity: 0.9; }
      .portfolio-info-wrapper .portfolio-info-hover:hover span {
        -webkit-transform: translate3d(0px, -10px, 0);
        -ms-transform: translate3d(0px, -10px, 0);
        transform: translate3d(0px, -10px, 0);
        zoom: 1;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        transition: all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      @media screen and (max-width: 575px) {
        .portfolio-info-wrapper .portfolio-info-hover:hover {
          display: none; } }
  .portfolio-info-wrapper .more-photos-wrapper {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 4px 9px; }
    @media screen and (max-width: 767px) {
      .portfolio-info-wrapper .more-photos-wrapper {
        padding: 3px 8px;
        font-size: 15px; } }
  .portfolio-info-wrapper .portfolio-info-hover {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    padding: 20px !important;
    background-color: #ffffff;
    opacity: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .portfolio-info-wrapper .portfolio-info-hover {
        padding: 0px; } }
  .portfolio-info-wrapper span {
    color: red;
    margin-top: auto;
    font-size: 22px;
    line-height: 24px;
    color: #111111;
    margin-left: 10px;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
    transition: all 0.15s 75ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media screen and (max-width: 991px) {
      .portfolio-info-wrapper span {
        font-size: 12px;
        line-height: 18px;
        margin-left: 0;
        word-break: break-all; } }
    @media screen and (max-width: 575px) {
      .portfolio-info-wrapper span {
        font-size: 22px;
        line-height: 24px;
        margin-left: 10px;
        word-break: normal; } }

.single-portofolio-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1340px) {
    .single-portofolio-row {
      display: block; } }

.single-portofolio-text-title {
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .single-portofolio-text-title {
      margin-bottom: 20px; } }
  .single-portofolio-text-title h1 {
    font-weight: 400;
    font-size: 24px;
    color: #212121; }
.single-portofolio-text-content {
  font-size: 12px;
  color: #777;
  text-rendering: optimizeLegibility;
  margin: 0 0 9.5px; }
  @media screen and (max-width: 1340px) {
    .single-portofolio-text-content {
      display: none; } }
  .single-portofolio-text-content.tablet {
    display: none; }
    @media screen and (max-width: 1340px) {
      .single-portofolio-text-content.tablet {
        display: block;
        font-size: 10px;
        line-height: 1.1;
        margin-top: 35px; } }
  .single-portofolio-text-content p {
    font-size: 12px;
    color: #777;
    text-rendering: optimizeLegibility;
    margin: 0 0 9.5px; }
    @media screen and (max-width: 767px) {
      .single-portofolio-text-content p {
        font-size: 10px;
        line-height: 1.1; } }
.single-portofolio-text-share {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .single-portofolio-text-share {
      margin-top: 20px; } }
  @media screen and (max-width: 1340px) {
    .single-portofolio-text-share {
      display: none; } }
  .single-portofolio-text-share.tablet {
    display: none; }
    @media screen and (max-width: 1340px) {
      .single-portofolio-text-share.tablet {
        display: block; } }
  .single-portofolio-text-share h4 {
    font-size: 18px;
    margin-bottom: 9.5px; }
  .single-portofolio-text-share a {
    font-size: 14px;
    color: #898989;
    margin-right: 6px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block; }
    .single-portofolio-text-share a:after {
      content: "";
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: -1px;
      display: block;
      width: 0;
      height: 1px;
      background-color: #00b19e;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
    .single-portofolio-text-share a:hover:after {
      background-color: #333;
      width: 100%; }
    .single-portofolio-text-share a:hover {
      color: #000000; }
  .single-portofolio-text-share a.facebook:hover {
    color: #3b5998; }
  .single-portofolio-text-share .a.facebook:after {
    background-color: #3b5998; }
  .single-portofolio-text-share a.twitter:hover {
    color: #55acee; }
  .single-portofolio-text-share .a.twitter:after {
    background-color: #55acee; }
  .single-portofolio-text-share a.pinterest:hover {
    color: #cc2127; }
  .single-portofolio-text-share .a.pinterest:after {
    background-color: #cc2127; }
  .single-portofolio-text-share a.mail:hover {
    color: #3b5998; }
  .single-portofolio-text-share .a.mail:after {
    background-color: #3b5998; }

.carousel-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .carousel-container {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .carousel-container .carousel-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .carousel-container .carousel-item.carousel-item--autoheight img {
      height: auto !important; }
    .carousel-container .carousel-item img {
      height: 750px;
      width: auto; }
      @media screen and (max-width: 767px) {
        .carousel-container .carousel-item img {
          height: auto !important;
          width: 100%; } }
  .carousel-container .col-thumbs {
    position: relative;
    /*        @media screen and (max-width: $md-max) {
                display: none !important;
            }*/ }
  .carousel-container .row {
    width: 100%; }

.carousel-container.slick-enable .col-carousel {
  width: 100%; }
.carousel-container.slick-enable .col-thumbs {
  display: none; }

/*.slick-thumbs{
    display: flex;
    flex-direction: column;
}
*/
.nav-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 50px; }
  .nav-row .previousProject-wrapper,
  .nav-row .nextProject-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .nav-row .nextProject-wrapper a {
    margin-left: auto; }
  .nav-row a {
    font-size: 20px;
    color: #212121;
    position: relative; }
    @media screen and (max-width: 767px) {
      .nav-row a {
        font-size: 0; } }
    .nav-row a:after {
      content: "";
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: -1px;
      display: block;
      width: 0;
      height: 1px;
      background-color: #00b19e;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
    .nav-row a:hover:after {
      background-color: #333;
      width: 100%; }
    .nav-row a:hover {
      color: #000000; }
    .nav-row a i {
      display: none; }
      @media screen and (max-width: 767px) {
        .nav-row a i {
          display: block;
          font-size: 16px; } }
  .nav-row a.disable {
    pointer-events: none;
    zoom: 1;
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4; }
  .nav-row .nextProject-wrapper {
    text-align: right; }
  .nav-row .go-back-ico {
    display: block;
    background: url(../images/icons/goback.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px; }

/*.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
.carousel-wrapper .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*@include align-items(center);*/ }
  @media screen and (max-width: 575px) {
    .carousel-wrapper .slick-track .slick-slide {
      margin-top: auto;
      height: auto !important; } }

@media screen and (max-width: 767px) {
  .carousel-container.portrait {
    padding: 0; } }
.carousel-container.portrait .carousel-wrapper .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*        @include align-items(center);*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  /*        background: #292929;*/
  height: 510px; }
  @media screen and (max-width: 991px) {
    .carousel-container.portrait .carousel-wrapper .slick-slide {
      height: 360px;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .carousel-container.portrait .carousel-wrapper .slick-slide {
      height: auto !important; } }
  .carousel-container.portrait .carousel-wrapper .slick-slide > div {
    width: 100%; }
  .carousel-container.portrait .carousel-wrapper .slick-slide .carousel-item {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    .carousel-container.portrait .carousel-wrapper .slick-slide .carousel-item > div {
      width: 100% !important; }
      .carousel-container.portrait .carousel-wrapper .slick-slide .carousel-item > div video {
        width: 100%; }
  .carousel-container.portrait .carousel-wrapper .slick-slide iframe, .carousel-container.portrait .carousel-wrapper .slick-slide video {
    width: 100% !important; }
.carousel-container.portrait .col-thumbs {
  margin-right: -15px;
  padding-right: 0;
  /*        @media screen and (max-width: $md-max) {
              display: none !important;
          }*/ }

@media screen and (max-width: 767px) {
  .carousel-container.landscape {
    padding: 0; } }
.carousel-container.landscape .carousel-wrapper .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  /*        @include align-items(center);*/
  /*@include justify-content(center);*/
  /*        background: #292929;*/
  height: 750px; }
  .carousel-container.landscape .carousel-wrapper .slick-slide img {
    height: 750px;
    width: auto; }
  @media screen and (max-width: 991px) {
    .carousel-container.landscape .carousel-wrapper .slick-slide {
      height: 525px;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 767px) {
    .carousel-container.landscape .carousel-wrapper .slick-slide {
      height: auto !important; } }
  .carousel-container.landscape .carousel-wrapper .slick-slide .carousel-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
.carousel-container.landscape .col-thumbs {
  margin-right: -15px;
  padding-right: 0;
  /*        @media screen and (max-width: $md-max) {
              display: none;
          }*/ }

.carousel-thumbs-wrapper {
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  right: 5px;
  left: 15px;
  top: 0;
  bottom: 4px;
  scrollbar-color: #000 #f2f2f2;
  scrollbar-width: auto; }
  @media screen and (max-width: 767px) {
    .carousel-thumbs-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 15px;
      position: relative;
      left: 0;
      right: 0;
      bottom: 0; } }
  .carousel-thumbs-wrapper::-webkit-scrollbar {
    width: 10px;
    background: #000; }
  .carousel-thumbs-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background: #f2f2f2; }
  .carousel-thumbs-wrapper::-webkit-scrollbar-thumb {
    background-color: #000;
    opacity: 1;
    border-radius: 5px; }
  .carousel-thumbs-wrapper .thumb-item {
    margin-bottom: 5px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .carousel-thumbs-wrapper .thumb-item {
        width: 25%;
        padding: 5px;
        margin-bottom: 0;
        text-align: center; } }
    .carousel-thumbs-wrapper .thumb-item:last-child {
      margin-bottom: 0; }

.col-carousel {
  height: 100%; }
  @media screen and (max-width: 1340px) {
    .col-carousel {
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .col-carousel {
      padding-left: 15px; } }

.carousel-container.d-flex {
  display: flex; }
  .carousel-container.d-flex a {
    text-align: center; }
    .carousel-container.d-flex a img {
      width: auto; }
  .carousel-container.d-flex * {
    margin-left: auto;
    align-self: flex-start;
    width: 100%; }
    @media screen and (max-width: 1340px) {
      .carousel-container.d-flex * {
        margin-left: inherit; } }

.slick-slider img {
  cursor: pointer; }

/*.slick-dots {
    @include flexbox;
    @include justify-content(center);

    margin-top: 15px;
    margin-bottom: 15px;

    li:not(:last-of-type) {
        margin-right: 5px;
    }

    li {
        border-radius: 8px;
        color: #777;

        button {
            color: #777;
        }
    }

    li.slick-active {
        button {
            background: rgba(0, 0, 0, 0.01);
            color: #000;
        }
    }
}*/
iframe, video {
  width: 100% !important; }

video::-webkit-media-controls-panel {
  width: 100%; }

.youtube-video {
  position: relative; }
  .youtube-video:after {
    content: '';
    background: url(../images/icons/play.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 50px;
    height: 35px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

@media screen and (max-width: 991px) {
  html {
    background-color: #f2f2f2; } }

body {
  padding-bottom: .05px; }
  @media screen and (max-width: 991px) {
    body {
      padding-bottom: 0; } }
  body.menu-is-open {
    overflow: hidden; }

main {
  padding-top: 40px; }

body.home main,
body.page-template-page-home main {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 398px);
  padding-top: 0; }
  @media screen and (max-width: 991px) {
    body.home main,
    body.page-template-page-home main {
      height: calc(100vh - 252px); } }
  @media screen and (max-width: 767px) {
    body.home main,
    body.page-template-page-home main {
      height: calc(100vh - 222px); } }
  @media screen and (max-width: 575px) {
    body.home main,
    body.page-template-page-home main {
      height: calc(100vh - 222px); } }
  @media screen and (orientation: landscape) {
    body.home main,
    body.page-template-page-home main {
      height: 100%; } }
body.home footer,
body.page-template-page-home footer {
  padding-top: 0; }

#header {
  top: 24px;
  left: 24px;
  right: 24px;
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 9999; }
  @media screen and (max-width: 991px) {
    #header {
      top: 0;
      left: 0;
      right: 0;
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    #header {
      background-color: #f2f2f2; }
      #header.headroom--not-top.headroom--pinned {
        top: 0; }
      #header.headroom--not-top.headroom--unpinned {
        top: -200px; } }

.sticky-header-spacer {
  height: 150px; }
  @media screen and (max-width: 991px) {
    .sticky-header-spacer {
      height: 113px; } }

.top-stripe {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  z-index: 99; }
  @media screen and (max-width: 991px) {
    .top-stripe {
      display: none; } }

.bottom-stripe {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  z-index: 9; }
  @media screen and (max-width: 991px) {
    .bottom-stripe {
      display: none; } }

.about-text-content {
  margin-bottom: 35px; }
  .about-text-content p {
    color: #777; }
    .about-text-content p:not(:last-child) {
      margin: 0 0 9.5px; }

.blog-post {
  display: flex; }
  @media screen and (max-width: 767px) {
    .blog-post {
      display: block; } }
  .blog-post:not(:last-child) {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .blog-post:not(:last-child) {
        margin-bottom: 80px; } }
  .blog-post__thumb {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .blog-post__thumb {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 -20px 20px;
        width: auto;
        display: block;
        max-width: unset; } }
  .blog-post__content {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .blog-post__content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0; } }
  .blog-post__title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .blog-post__title {
        font-size: 22px; } }
    .blog-post__title a {
      color: #212121; }
  .blog-post__excerpt {
    margin-bottom: 20px; }
    .blog-post__excerpt p {
      color: #898989; }
  .blog-post__date {
    font-size: 14px;
    margin-bottom: 10px;
    color: #898989; }
    .blog-post__date svg {
      width: 17px;
      height: auto;
      margin-right: 5px; }
  .blog-post__category {
    font-size: 14px;
    color: #898989; }
    .blog-post__category a {
      color: #333;
      position: relative; }
      .blog-post__category a:after {
        content: '';
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: -1px;
        display: block;
        width: 0;
        height: 1px;
        background-color: #333;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
      .blog-post__category a:hover:after {
        width: 100%; }
    .blog-post__category svg {
      width: 17px;
      height: auto;
      margin-right: 5px; }
  .blog-post__format {
    position: absolute;
    visibility: visible;
    display: flex;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 15px;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .blog-post__format svg {
      width: 15px;
      height: auto; }
  .blog-post__hover {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(51, 51, 51, 0.9);
    visibility: hidden;
    opacity: 0;
    color: #fff;
    pointer-events: none;
    transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .blog-post__hover--distanced {
      top: 15px;
      bottom: 15px;
      left: 15px;
      right: 15px; }
    .blog-post__hover .hover-icon.animated-eye {
      background: url(../images/icons/eye.gif) no-repeat;
      background-size: 45px;
      width: 45px;
      height: 45px; }

.blog-post__thumb:hover .blog-post__hover {
  visibility: visible;
  opacity: 1; }
.blog-post__thumb:hover .blog-post__format {
  visibility: hidden;
  opacity: 0; }

.default-pagination {
  margin-top: 40px;
  text-align: center; }
  .default-pagination a, .default-pagination span {
    color: #333;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px; }
    @media screen and (max-width: 575px) {
      .default-pagination a, .default-pagination span {
        margin: 0 5px; } }
  .default-pagination .current {
    color: #777; }

.result-box {
  margin-bottom: 40px;
  word-break: break-word;
  display: table;
  table-layout: auto;
  width: 100%; }
  .result-box + .result-box {
    padding-top: 40px;
    border-top: 1px solid #dbdbdb; }

.result-box .result-image,
.result-box .result-info {
  display: table-cell;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .result-box .result-image,
    .result-box .result-info {
      display: block; } }

.result-box .result-image {
  width: 150px; }
  @media screen and (max-width: 767px) {
    .result-box .result-image {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      margin-right: 0; } }
  .result-box .result-image a {
    display: block;
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .result-box .result-image a {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto; } }
    .result-box .result-image a span {
      border-radius: 50%;
      overflow: hidden;
      display: block;
      padding-bottom: 100.00000000%;
      background-color: #eeeeee;
      position: relative; }
      .result-box .result-image a span img {
        position: absolute;
        display: block;
        max-width: 100%;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        overflow: hidden;
        display: block; }

.result-box .result-info h3 {
  font-size: 23px;
  margin-top: 0;
  word-break: normal;
  text-transform: uppercase;
  margin-bottom: 9.5px; }
  .result-box .result-info h3 a {
    color: #333; }
.result-box .result-info p {
  color: #777;
  margin: 0 0 9.5px; }
.result-box .result-info .post-link {
  display: inline-block;
  position: relative;
  color: #333; }
  .result-box .result-info .post-link:after {
    content: '';
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0;
    height: 1px;
    background-color: #333;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
  .result-box .result-info .post-link:hover:after {
    width: 100%; }
  .result-box .result-info .post-link svg {
    display: inline-block;
    width: 10px;
    height: auto; }

.result-box .result-image + .result-info {
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .result-box .result-image + .result-info {
      padding-left: 0; } }

.single-post .post-image {
  margin-bottom: 40px; }
  @media screen and (max-width: 575px) {
    .single-post .post-image {
      margin-left: -20px;
      margin-right: -20px; } }
  .single-post .post-image a {
    display: block;
    position: relative; }
  .single-post .post-image img {
    display: block;
    width: 100%;
    height: auto; }
.single-post .entry-header {
  margin-bottom: 20px; }
  .single-post .entry-header h1 {
    font-size: 26px;
    margin: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 575px) {
      .single-post .entry-header h1 {
        font-size: 22px; } }
.single-post .post-meta {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 30px;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .single-post .post-meta {
      display: block;
      margin-right: 0;
      margin-bottom: 10px; }
      .single-post .post-meta:last-child {
        margin-bottom: 20px; } }
  .single-post .post-meta svg {
    width: 15px;
    height: auto; }
  .single-post .post-meta a {
    color: #333;
    position: relative;
    display: inline-block; }
    .single-post .post-meta a:after {
      content: '';
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: -1px;
      display: block;
      width: 0;
      height: 1px;
      background-color: #333;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
    .single-post .post-meta a:hover:after {
      width: 100%; }
.single-post .post-content {
  margin-bottom: 20px; }
  .single-post .post-content p {
    color: #777;
    margin: 0 0 9.5px;
    word-break: break-all; }
  .single-post .post-content a {
    color: #777; }
    .single-post .post-content a:hover {
      text-decoration: underline; }
  .single-post .post-content iframe:not(.wp-embedded-content) {
    width: 100%;
    height: 57vw; }
    @media screen and (min-width: 1300px) {
      .single-post .post-content iframe:not(.wp-embedded-content) {
        height: 741px; } }
  .single-post .post-content iframe.wp-embedded-content {
    max-width: 100% !important; }
.single-post .post-share-networks {
  margin-bottom: 30px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .single-post .post-share-networks {
      display: block; } }
  .single-post .post-share-networks .share-title {
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 19px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .single-post .post-share-networks .share-title {
        margin-right: 0;
        margin-bottom: 10px; } }
  .single-post .post-share-networks .networks-list a {
    color: #333;
    margin-right: 10px;
    position: relative;
    display: inline-block; }
    .single-post .post-share-networks .networks-list a:after {
      content: '';
      overflow: hidden;
      position: absolute;
      left: 0;
      bottom: -1px;
      display: block;
      width: 0;
      height: 1px;
      background-color: #333;
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
    .single-post .post-share-networks .networks-list a:hover:after {
      width: 100%; }
    .single-post .post-share-networks .networks-list a.facebook:after {
      background-color: #3b5998; }
    .single-post .post-share-networks .networks-list a.facebook:hover {
      color: #3b5998; }
    .single-post .post-share-networks .networks-list a.twitter:after {
      background-color: #55acee; }
    .single-post .post-share-networks .networks-list a.twitter:hover {
      color: #55acee; }
    .single-post .post-share-networks .networks-list a.linkedin:after {
      background-color: #0976b4; }
    .single-post .post-share-networks .networks-list a.linkedin:hover {
      color: #0976b4; }
    .single-post .post-share-networks .networks-list a.pinterest:after {
      background-color: #cc2127; }
    .single-post .post-share-networks .networks-list a.pinterest:hover {
      color: #cc2127; }
    .single-post .post-share-networks .networks-list a.tumblr:after {
      background-color: #35465c; }
    .single-post .post-share-networks .networks-list a.tumblr:hover {
      color: #35465c; }
    .single-post .post-share-networks .networks-list a.google-plus:after {
      background-color: #dd4b39; }
    .single-post .post-share-networks .networks-list a.google-plus:hover {
      color: #dd4b39; }
.single-post .post-navigation {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .single-post .post-navigation a {
    display: flex;
    align-items: center;
    color: #898989;
    max-width: 40%;
    position: relative;
    max-width: 450px; }
.single-post .post-navigation--label {
  width: 100%; }
  .single-post .post-navigation--label em {
    position: relative;
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    height: 20px;
    opacity: 0;
    top: 5px;
    transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    @media screen and (max-width: 767px) {
      .single-post .post-navigation--label em {
        opacity: 1;
        top: 0;
        color: #636363; } }
  .single-post .post-navigation--label strong {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    top: -10px;
    transition-delay: .1s;
    text-transform: uppercase;
    transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    color: #636363; }
    @media screen and (max-width: 767px) {
      .single-post .post-navigation--label strong {
        display: none; } }
.single-post .post-navigation--arrow {
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
    .single-post .post-navigation--arrow {
      padding-left: 10px; } }
  .single-post .post-navigation--arrow svg {
    width: 26px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .single-post .post-navigation--arrow svg {
        width: 16px;
        position: relative;
        top: -1px; } }
.single-post .post-navigation--next .post-navigation--arrow {
  padding-right: 20px;
  padding-left: 0; }
  @media screen and (max-width: 767px) {
    .single-post .post-navigation--next .post-navigation--arrow {
      padding-right: 10px;
      padding-left: 0; } }
.single-post .post-navigation--prev {
  flex-direction: row-reverse;
  text-align: right; }
.single-post .post-navigation--next svg {
  transform: rotate(-180deg); }

.post-navigation a:hover .post-navigation--label em {
  opacity: 1;
  top: 0;
  transition-delay: .1s; }

.post-navigation a:hover .post-navigation--label strong {
  top: 0;
  transition-delay: 0s; }

/* ==========================================================================
   Basic Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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