@charset "UTF-8";

/*
base se zakomentira in ročno skopira na začetek vendor.css file
@tailwind base;

*/

.tw-container{
  width: 100%;
}

@media (min-width: 640px){

  .tw-container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .tw-container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .tw-container{
    max-width: 1024px;
  }
}

@media (min-width: 1140px){

  .tw-container{
    max-width: 1140px;
  }
}
.tw-absolute{
  position: absolute;
}
.tw-relative{
  position: relative;
}
.tw-bottom-0{
  bottom: 0;
}
.tw-left-0{
  left: 0;
}
.tw-right-0{
  right: 0;
}
.tw-top-0{
  top: 0;
}
.tw-z-10{
  z-index: 10;
}
.tw-z-0{
  z-index: 0;
}
.tw-order-first{
  order: -9999;
}
.tw-order-last{
  order: 9999;
}
.tw-order-1{
  order: 1;
}
.tw-my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.tw-mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.tw-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw--mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.tw--mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.tw--mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.tw-my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.tw-my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.tw-mt-6{
  margin-top: 1.5rem;
}
.tw-mt-4{
  margin-top: 1rem;
}
.tw-mt-5{
  margin-top: 1.25rem;
}
.tw-mb-0{
  margin-bottom: 0;
}
.tw-mt-1{
  margin-top: 0.25rem;
}
.tw-mb-6{
  margin-bottom: 1.5rem;
}
.tw-mb-4{
  margin-bottom: 1rem;
}
.tw-mr-3{
  margin-right: 0.75rem;
}
.tw-mt-3{
  margin-top: 0.75rem;
}
.tw-mb-8{
  margin-bottom: 2rem;
}
.tw-mt-16{
  margin-top: 4rem;
}
.tw-mt-12{
  margin-top: 3rem;
}
.tw-mb-12{
  margin-bottom: 3rem;
}
.tw-ml-4{
  margin-left: 1rem;
}
.tw-mb-2{
  margin-bottom: 0.5rem;
}
.tw-mb-1{
  margin-bottom: 0.25rem;
}
.tw-mt-2{
  margin-top: 0.5rem;
}
.tw-mr-2{
  margin-right: 0.5rem;
}
.tw-mb-20{
  margin-bottom: 5rem;
}
.tw-ml-1{
  margin-left: 0.25rem;
}
.tw-mb-3{
  margin-bottom: 0.75rem;
}
.tw-mr-4{
  margin-right: 1rem;
}
.tw-mb-10{
  margin-bottom: 2.5rem;
}
.tw-block{
  display: block;
}
.tw-inline-block{
  display: inline-block;
}
.tw-inline{
  display: inline;
}
.tw-flex{
  display: flex;
}
.tw-h-6{
  height: 1.5rem;
}
.tw-h-full{
  height: 100%;
}
.tw-h-4{
  height: 1rem;
}
.tw-h-80{
  height: 20rem;
}
.tw-h-10{
  height: 2.5rem;
}
.tw-h-48{
  height: 12rem;
}
.tw-h-16{
  height: 4rem;
}
.tw-w-6{
  width: 1.5rem;
}
.tw-w-full{
  width: 100%;
}
.tw-w-4{
  width: 1rem;
}
.tw-w-10{
  width: 2.5rem;
}
.tw-w-2\/3{
  width: 66.666667%;
}
.tw-w-1\/3{
  width: 33.333333%;
}
.tw-w-16{
  width: 4rem;
}
.tw-max-w-md{
  max-width: 28rem;
}
.tw-max-w-lg{
  max-width: 32rem;
}
.tw-max-w-xl{
  max-width: 36rem;
}
.tw-max-w-7xl{
  max-width: 80rem;
}
.tw-flex-row{
  flex-direction: row;
}
.tw-flex-col{
  flex-direction: column;
}
.tw-flex-wrap{
  flex-wrap: wrap;
}
.tw-content-around{
  align-content: space-around;
}
.tw-items-start{
  align-items: flex-start;
}
.tw-items-end{
  align-items: flex-end;
}
.tw-items-center{
  align-items: center;
}
.tw-justify-start{
  justify-content: flex-start;
}
.tw-justify-center{
  justify-content: center;
}
.tw-justify-around{
  justify-content: space-around;
}
.tw-justify-items-center{
  justify-items: center;
}
.tw-overflow-hidden{
  overflow: hidden;
}
.tw-rounded-sm{
  border-radius: 0.125rem;
}
.tw-rounded{
  border-radius: 6px;
}
.tw-rounded-full{
  border-radius: 9999px;
}
.tw-rounded-b{
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tw-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.tw-bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.tw-bg-blueGray-100{
  --tw-bg-opacity: 1;
  background-color: rgba(241, 245, 249, var(--tw-bg-opacity));
}
.tw-bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 45, 95, var(--tw-bg-opacity));
}
.tw-bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.tw-bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.tw-bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.tw-from-blue-600{
  --tw-gradient-from: #002d5f;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 45, 95, 0));
}
.tw-bg-top{
  background-position: top;
}
.tw-bg-no-repeat{
  background-repeat: no-repeat;
}
.tw-fill-current{
  fill: currentColor;
}
.tw-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-p-4{
  padding: 1rem;
}
.tw-p-0{
  padding: 0;
}
.tw-p-3{
  padding: 0.75rem;
}
.tw-p-8{
  padding: 2rem;
}
.tw-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.tw-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.tw-py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-pb-8{
  padding-bottom: 2rem;
}
.tw-pt-5{
  padding-top: 1.25rem;
}
.tw-pb-5{
  padding-bottom: 1.25rem;
}
.tw-pt-3{
  padding-top: 0.75rem;
}
.tw-pl-3{
  padding-left: 0.75rem;
}
.tw-pt-20{
  padding-top: 5rem;
}
.tw-pl-4{
  padding-left: 1rem;
}
.tw-text-center{
  text-align: center;
}
.tw-font-heading{
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tw-text-lg{
  font-size: 1.125rem;
}
.tw-text-3xl{
  font-size: 1.875rem;
}
.tw-text-sm{
  font-size: 0.875rem;
}
.tw-text-xs{
  font-size: 0.75rem;
}
.tw-text-xl{
  font-size: 1.25rem;
}
.tw-font-bold{
  font-weight: 700;
}
.tw-font-semibold{
  font-weight: 600;
}
.tw-font-medium{
  font-weight: 500;
}
.tw-uppercase{
  text-transform: uppercase;
}
.tw-leading-none{
  line-height: 1;
}
.tw-leading-relaxed{
  line-height: 1.625;
}
.tw-leading-loose{
  line-height: 2;
}
.tw-text-blue-600{
  --tw-text-opacity: 1;
  color: rgba(0, 45, 95, var(--tw-text-opacity));
}
.tw-text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.tw-text-blueGray-400{
  --tw-text-opacity: 1;
  color: rgba(148, 163, 184, var(--tw-text-opacity));
}
.tw-text-blueGray-500{
  --tw-text-opacity: 1;
  color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.tw-text-blueGray-900{
  --tw-text-opacity: 1;
  color: rgba(15, 23, 42, var(--tw-text-opacity));
}
.tw-text-blueGray-700{
  --tw-text-opacity: 1;
  color: rgba(51, 65, 85, var(--tw-text-opacity));
}
.tw-text-blue-700{
  --tw-text-opacity: 1;
  color: rgba(25, 66, 111, var(--tw-text-opacity));
}
.tw-shadow{
  --tw-shadow: 0px 2px 4px rgba(148, 163, 184, 0.05), 0px 6px 24px rgba(235, 238, 251, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tw-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-500{
  transition-duration: 500ms;
}
.bg-adria {
  background-color: #002d5f;
}

.testimonials-slider .swiper-slide-prev,
.testimonials-slider .swiper-slide-next {
  opacity: 0.25;
}

#map {
  height: 600px;
  background-color: #ccc;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/**
 *
 * image compare
 *
**/

.comparisonSection {
  position: relative;
  padding-bottom: 66.66%;
}

.comparisonImage {
  width: 100%;
  height: 100%;
}

.afterImage {
  position: absolute;
  overflow: hidden;
  top: 0;
  transform: translate(0);
}

.comparisonImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

h1.title {
  text-align: center;
  margin-top: 12px;
}

.demo-wrapper {
  padding: 12px 0;
}

.swiper-lazy-loading {
  opacity: 0;
}

a:focus {
  outline: 3px solid red;
}

.swiper-gama .swiper-slide h1.page-title {
  position: absolute;
  bottom: 0;
  right: 2rem;
  background: none;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  text-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5) !important;
  z-index: 10;
  padding: 0;
  margin: 0 0 -0.7rem;
}

.swiper-gama .swiper-slide {
  max-height: 595px;
  overflow: hidden;
}

.swiper-kenburn .swiper-slide {
  overflow: hidden;
}

.swiper-gama .swiper-slide img {
  transform: scale(1);
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 595px;
}

.swiper-gama .swiper-slide.swiper-slide-duplicate-active img,
.swiper-gama .swiper-slide.swiper-slide.swiper-slide-active img {
  transition: transform 9s linear;
  transform: scale(1.2);
}

.swiper-kenburn .swiper-slide img {
  transform: scale(1);
  max-width: 100%;
  width: 100%;
}

.swiper-kenburn .swiper-slide.swiper-slide-duplicate-active img,
.swiper-kenburn .swiper-slide.swiper-slide.swiper-slide-active img {
  transition: transform 9s linear;
  transform: scale(1.2);
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23EEE'/%3E%3C/svg%3E");
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23EEE'/%3E%3C/svg%3E");
}

.swiper-pagination-bullet-active {
  background: #eee;
}

.swiper-slide {
  position: relative;
}

.swiper-slide h1.caption {
  position: absolute;
  bottom: 0;
  right: 3rem;
  transition: none 0s ease 0s;
  text-align: inherit;
  border-width: 0;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  z-index: 1000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  font-family: Roboto, sans-serif;
  text-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
  font-size: 4.5rem;
}

@media screen and (max-width: 992px) {
  .swiper-slide h1.caption {
    font-size: 3.5rem;
  }

  .swiper-gama .swiper-slide,
  .swiper-kenburn .swiper-slide {
    height: 375px;
    overflow: hidden;
    background-position: 50%;
  }

  .swiper-gama .swiper-slide img,
  .swiper-kenburn .swiper-slide img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .swiper-button-next.hero-next,
  .swiper-button-prev.hero-prev {
    top: 40%;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.4;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide h1.caption {
    font-size: 2.8rem;
  }

  .swiper-gama .swiper-slide,
  .swiper-kenburn .swiper-slide {
    height: 310px;
    overflow: hidden;
    background-position: 50%;
  }

  .swiper-gama .swiper-slide img,
  .swiper-kenburn .swiper-slide img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .swiper-button-next.hero-next,
  .swiper-button-prev.hero-prev {
    top: 40%;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.4;
  }
}

@media screen and (max-width: 576px) {
  .swiper-slide h1.caption {
    font-size: 2rem;
  }

  .swiper-button-next.hero-next,
  .swiper-button-prev.hero-prev {
    top: 40%;
  }

  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.4;
  }
}

@media screen and (max-width: 992px) {
  .swiper-gama .swiper-slide h1.page-title {
    font-size: 3.5rem !important;
  }
}

@media screen and (max-width: 768px) {
  .swiper-gama .swiper-slide h1.page-title {
    font-size: 3.2rem !important;
  }
}

@media screen and (max-width: 576px) {
  .swiper-gama .swiper-slide h1.page-title {
    font-size: 2.8rem !important;
  }
}

h2.adom {
  font-family: Roboto, sans-serif;
  font-weight: 500 !important;
  /* font-size: 2.8 rem !important;*/
  margin-top: 0;
  margin-bottom: 1.2rem;
  padding-top: 0 !important;
}

.intro-second h2.adom {
  margin-top: 3rem;
}

h3.adom {
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  margin-bottom: 1rem;
  padding-top: 0 !important;
}

h3.adom,
h4.adom {
  font-family: Roboto, sans-serif;
  font-weight: 400 !important;
}

h4.adom {
  font-size: 1.4rem !important;
}

.cta-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.btn-adom {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  border: 2px solid #002d5f;
  background-color: #002d5f;
  text-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

.btn-adom:hover {
  background-color: #fff;
  color: #002d5f;
  border-color: #002d5f !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.btn-adom:hover svg {
  stroke: #002d5f;
}

.btn-adom-large {
  padding: 8px 26px;
  font-size: 1rem;
  line-height: 30px;
}

@media screen and (max-width: 500px) {
  .btn-adom-large {
    margin: 0.7rem 0;
  }
}

.adom-lead {
  font-size: 1rem !important;
}

a {
  outline: none !important;
}

.zoom-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.magnify-wrapper {
  position: relative;
  max-height: 100vh;
}

.magnify-wrapper img {
  max-height: inherit;
}

.magnify-wrapper #large-img {
  width: 300px;
  height: 300px;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  position: absolute;
  z-index: 99;
  border-radius: 100%;
  display: block;
  opacity: 0;
  transition: opacity 0.2s;
}

.magnify-wrapper:active #large-img,
.magnify-wrapper:hover #large-img {
  opacity: 1;
}

section.footer .tw-container a {
  color: #fff !important;
  text-decoration: none;
}

section.footer .tw-container a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
  background: rgba(0, 0, 0, 0.15);
  padding: 2rem 1.5rem;
}

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}

.swiper-pagination-bullet-active {
  background: #transparent;
  opacity: 1;
  z-index: 0;
  position: relative;
  border: 2px solid #fff;
}

.swiper-pagination-bullet-active:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  z-index: 5;
  opacity: 1;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.navigation-body .navigation-left {
  float: left;
}

.navigation-body .navigation-left .navigation-left-link {
  display: inline-block;
}

.navigation-body .navigation-left .navigation-left-link a {
  text-transform: none;
  align-items: start;
}

.navigation-body .navigation-left .navigation-left-link svg {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}

@media (min-width: 991px) {
  #header .navigation-body .navigation-left {
    display: none !important;
  }
}

#header .navigation-body .navigation-left {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #404040;
  padding-left: 10px;
  margin-top: 2px;
}

#header .navigation-body .navigation-left .navigation-left-link {
  display: inline-block;
  margin-right: 5px;
}

#header .navigation-body .navigation-left .navigation-left-link a {
  padding: 5px;
  text-transform: uppercase;
  border-bottom: none;
}

#header .navigation-body .navigation-left .navigation-left-link svg {
  margin-right: 0;
  height: 32px;
  width: 32px;
}

ul.navigation-menu {
  font-family: Roboto, sans-serif !important;
}

a.back > svg,
a.navigation-col > svg,
a.navigation-dropdown-link > img,
a.technical-group > svg,
div.stars > svg {
  display: inline-block;
}

.testimonials-slider .swiper-slide {
  height: 475px;
}

.testimonial {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.testimonial.-expanded {
  max-height: 100vh;
}

.testimonial:not(.-expanded):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}

.social-post__item {
  position: relative;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .social-post__item {
    flex-shrink: 1;
  }

  .social-post__item .social-post__item-info {
    transform: translateY(0);
    z-index: 10;
    overflow-y: hidden;
  }

  .social-post__item .social-post__icon {
    opacity: 1;
    z-index: 20;
  }
}

.social-post__item img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 320px;
}

@media (max-width: 1024px) {
  .social-post__item img {
    height: 400px;
  }
}

.social-post__item:hover {
  color: inherit;
}

.social-post__item:hover .social-post__item-info {
  transform: translateY(0);
  z-index: 10;
  overflow-y: hidden;
}

.social-post__item-info p {
  height: inherit !important;
  max-height: inherit !important;
}

.social-post__item:hover .social-post__icon {
  opacity: 1;
  z-index: 20;
}

.social-post__item-info {
  padding: 0.75rem 2.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  max-height: inherit !important;
  text-align: center;
  transform: translateY(100%);
  will-change: transform;
  transition: transform 0.3s ease;
}

@media (max-width: 991.98px) {
  .social-post__item-info p {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}

@media (max-width: 767.98px) {
  .social-post__item-info p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}

.social-post__item-info p:last-child {
  margin-bottom: 0;
}

.social-post__icon {
  position: absolute;
  left: 0.875rem;
  top: 0.875rem;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.social-post__icon .icon {
  color: #fff;
}

.tparrows.tp-rightarrow::before {
  /*
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M12,27h-2c-0.386,0-0.738-0.223-0.904-0.572s-0.115-0.762,0.13-1.062L17.708,15L9.226,4.633 c-0.245-0.299-0.295-0.712-0.13-1.062S9.614,3,10,3h2c0.3,0,0.584,0.135,0.774,0.367l9,11c0.301,0.369,0.301,0.898,0,1.267l-9,11 C12.584,26.865,12.3,27,12,27z"></path></svg>
  */
  content: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M12,27h-2c-0.386,0-0.738-0.223-0.904-0.572s-0.115-0.762,0.13-1.062L17.708,15L9.226,4.633 c-0.245-0.299-0.295-0.712-0.13-1.062S9.614,3,10,3h2c0.3,0,0.584,0.135,0.774,0.367l9,11c0.301,0.369,0.301,0.898,0,1.267l-9,11 C12.584,26.865,12.3,27,12,27z'%3E%3C/path%3E%3C/svg%3E";
}

.tparrows.tp-leftarrow::before {
  /*
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M17,3h2c0.386,0,0.738,0.223,0.904,0.572s0.115,0.762-0.13,1.062L11.292,15l8.482,10.367 c0.245,0.299,0.295,0.712,0.13,1.062S19.386,27,19,27h-2c-0.3,0-0.584-0.135-0.774-0.367l-9-11c-0.301-0.369-0.301-0.898,0-1.267 l9-11C16.416,3.135,16.7,3,17,3z"></path></svg>
  */
  content: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath d='M17,3h2c0.386,0,0.738,0.223,0.904,0.572s0.115,0.762-0.13,1.062L11.292,15l8.482,10.367 c0.245,0.299,0.295,0.712,0.13,1.062S19.386,27,19,27h-2c-0.3,0-0.584-0.135-0.774-0.367l-9-11c-0.301-0.369-0.301-0.898,0-1.267 l9-11C16.416,3.135,16.7,3,17,3z'%3E%3C/path%3E%3C/svg%3E";
}

.rs-background-video-layer iframe {
  visibility: inherit !important;
}

body {
  background: #fff;
  color: #2a3942;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.cookie {
  color: #fff !important;
}

.accordion .btn.btn-link:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg class='w-6 h-6' fill='none' stroke='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 12H4'%3E%3C/path%3E%3C/svg%3E");
  width: 21px;
  height: 21px;
  float: left;
  background-size: cover;
  margin: 0 6px 0 2px;
}

.accordion .btn.btn-link.collapsed:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg class='w-6 h-6' fill='none' stroke='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 6v6m0 0v6m0-6h6m-6 0H6'%3E%3C/path%3E%3C/svg%3E");
  width: 21px;
  height: 21px;
  float: left;
  background-size: cover;
  margin: 0 6px 0 2px;
}

.accordion .btn.btn-link.furniture:after {
  margin: 4px 6px 0 12px;
}

.accordion .btn.btn-link.furniture.collapsed:after {
  margin: 4px 6px 0 12px;
}

@media (max-width: 767px) {
  h2 {
    margin-top: 10px;
  }
}

#header {
  font-family: "Roboto", sans-serif;
  background: #fff;
  padding: 0px;
  border-bottom: 1px solid #2a3942;
}

#header .logo img {
  max-width: 150px;
}

#header a {
  color: #2a3942;
}

#header a:hover {
  text-decoration: none;
  color: #de1212;
}

#header a:hover h2 {
  color: #de1212;
}

#header h2 {
  font-family: "Roboto", sans-serif;
  color: #002d5f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px;
}

#header h3 {
  font-size: 13px;
  line-height: 16px;
  height: 32px;
  font-weight: 400;
  color: #2a3942;
  text-transform: uppercase;
}

#header .lazy {
  margin-top: 10px;
}

#header .navigation-dropdown i {
  margin-right: 15px;
}

#header .navigation-dropdown a:hover {
  background: #eee;
}

#header .mobile {
  display: none;
}

@media only screen and (max-width: 960px) {
  #header .mobile {
    display: block !important;
  }
}

@media (min-width: 991px) {
  #header .navigation-link {
    padding: 31px 12px;
    line-height: inherit;
    font-size: 14px;
  }
}

@media (min-width: 1900px) {
  #header .navigation-link {
    font-size: 16px;
  }
}

#topheader {
  font-family: "Roboto", sans-serif;
  background: #eee;
  padding: 0px;
}

@media only screen and (max-width: 960px) {
  #topheader {
    display: none;
  }
}

#topheader .navigation-body {
  display: block;
}

#topheader .navigation-body ul {
  float: right;
}

#topheader .navigation {
  min-height: auto !important;
  background-color: #eee;
}

#topheader .sticky-top {
  z-index: 1040 !important;
}

#topheader .navigation-link {
  height: 100%;
  padding: 5px 12px;
  line-height: 20px;
  border: none;
  font-size: 12px;
}

#topheader i {
  margin-right: 10px;
  font-size: 14px;
}

#topheader .logo img {
  max-width: 150px;
}

#topheader a {
  color: #2a3942;
}

#topheader a:hover {
  text-decoration: none;
  color: #de1212;
}

#topheader a:hover h2 {
  color: #de1212;
}

#topheader h2 {
  font-family: "Roboto", sans-serif;
  color: #002d5f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 27px;
}

#topheader h3 {
  font-size: 13px;
  font-weight: 400;
  color: #2a3942;
  text-transform: uppercase;
}

#topheader .navigation-dropdown i {
  margin-right: 15px;
}

#topheader .navigation-dropdown a:hover {
  background: #eee;
}

.navigation.sticky-top {
  z-index: 1039 !important;
}

#slider .tp-caption,
#brand .tp-caption,
#gamaproject .tp-caption {
  text-align: center !important;
  border-radius: 15px;
  display: block !important;
}

@media only screen and (min-width: 961px) {
  #slider .tp-caption,
  #brand .tp-caption,
  #gamaproject .tp-caption {
    min-width: 50vw !important;
    max-width: 70vw !important;
    white-space: normal !important;
  }
}

@media only screen and (max-width: 960px) {
  #slider .tp-caption,
  #brand .tp-caption,
  #gamaproject .tp-caption {
    min-width: 70vw !important;
    max-width: 70vw !important;
    white-space: normal !important;
  }
}

#slider .tp-caption h1,
#brand .tp-caption h1,
#gamaproject .tp-caption h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 58px;
  color: #fff;
}

@media only screen and (max-width: 960px) {
  #slider .tp-caption h1,
  #brand .tp-caption h1,
  #gamaproject .tp-caption h1 {
    font-size: 26px;
  }
}

#slider .tp-caption h2,
#brand .tp-caption h2,
#gamaproject .tp-caption h2 {
  background: none;
  font-size: 40px !important;
  line-height: 40px !important;
  color: #fff;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Roboto", sans-serif !important;
  text-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 991px) {
  #slider .tp-caption h2,
  #brand .tp-caption h2,
  #gamaproject .tp-caption h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
}

@media (max-width: 767px) {
  #slider .tp-caption h2,
  #brand .tp-caption h2,
  #gamaproject .tp-caption h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}

#slider .tp-caption h3,
#brand .tp-caption h3,
#gamaproject .tp-caption h3 {
  margin-top: -5px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 28px;
}

@media only screen and (max-width: 960px) {
  #slider .tp-caption h3,
  #brand .tp-caption h3,
  #gamaproject .tp-caption h3 {
    font-size: 22px;
    margin-bottom: -16px;
  }
}

#slider .tp-caption a,
#brand .tp-caption a,
#gamaproject .tp-caption a {
  font-family: "Roboto", sans-serif;
  background: #de1212;
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 5px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

#slider .tp-caption a.more_projects,
#brand .tp-caption a.more_projects,
#gamaproject .tp-caption a.more_projects {
  background: #fff;
  border: 2px solid #de1212;
  color: #de1212;
}

@media only screen and (max-width: 960px) {
  #slider .tp-caption a,
  #brand .tp-caption a,
  #gamaproject .tp-caption a {
    font-size: 16px;
  }
}

#slider .tp-caption a:hover,
#brand .tp-caption a:hover,
#gamaproject .tp-caption a:hover {
  background: #2a3942;
  text-decoration: none;
}

#brand .tp-caption a {
  background: none !important;
  border: 0 !important;
  font-size: 60px;
}

#brand .tp-caption a:hover {
  color: #de1212;
}

#gamaproject span {
  font-size: 14px !important;
}

#groups {
  background: #fff;
  padding: 7px 7px 0 7px;
}

#groups .box {
  display: block;
  background: #2a3942;
  margin: 7px;
  text-align: center;
  height: 190px;
  margin-bottom: 14px;
  background-size: cover;
}

@media only screen and (min-width: 960px) {
  #groups .box {
    height: 290px;
  }
}

@media only screen and (min-width: 1680px) {
  #groups .box {
    height: 390px;
  }
}

#groups .box:hover {
  text-decoration: none !important;
  opacity: 1;
  animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

#groups .title {
  padding: 20px;
}

#groups .title h2 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0px auto 0 auto;
}

#groups .title h3 {
  word-break: break-word;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0px auto 0 auto;
}

@media only screen and (max-width: 960px) {
  #groups .title h3 {
    font-size: 20px;
  }
}

#groups .title h3.smaller {
  font-size: 14px;
}

#groups .title h3.smallerer {
  font-size: 14px;
}

#groups .projects {
  height: 393px;
  background-size: cover;
}

@media only screen and (max-width: 960px) {
  #groups .projects {
    margin-bottom: 7px;
  }
}

@media only screen and (min-width: 960px) {
  #groups .projects {
    height: 593px;
  }
}

@media only screen and (min-width: 1680px) {
  #groups .projects {
    height: 793px;
  }
}

#links {
  background: #fff;
  padding: 7px;
}

#links .box {
  display: block;
  background: #2a3942;
  margin: 7px;
  text-align: left;
  height: 200px;
  background-size: cover;
}

@media only screen and (min-width: 960px) {
  #links .box {
    height: 300px;
  }
}

@media only screen and (min-width: 1680px) {
  #links .box {
    height: 300px;
  }
}

#links .box:hover {
  text-decoration: none !important;
  opacity: 1;
  animation: flash 1.5s;
}

#links .title {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 20px;
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 959px) {
  #links .title {
    font-size: 14px;
    padding: 8px;
    bottom: 8px;
    left: 8px;
  }
}

#links .title h2 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  margin: 0px auto 0 auto;
}

#links .title h3 {
  word-break: break-word;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px auto 0 auto;
}

@media only screen and (max-width: 960px) {
  #links .title h3 {
    font-size: 15px;
  }
}

#footer {
  background: #002d5f;
  color: #fff;
  font-size: 17px;
  line-height: 33px;
  font-weight: 100;
}

#footer .insta {
  padding: 14px 0;
  background: #fff;
}

#footer .insta #instafeed {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

#footer .insta #instafeed a {
  display: flex;
  height: 100px;
  align-items: center;
  position: relative;
  width: 25%;
  background: white;
  background-size: cover !important;
}

@media only screen and (min-width: 561px) {
  #footer .insta #instafeed a {
    width: 12.5%;
    height: 100px;
  }
}

#footer .insta #instafeed a .rollover {
  background: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", sans-serif;
  position: absolute;
  color: #ffffff;
  right: 0px;
  top: 0px;
  left: 0px;
  opacity: 0;
  text-align: center;
  line-height: 100px;
}

@media only screen and (min-width: 561px) {
  #footer .insta #instafeed a .rollover {
    line-height: 100px;
  }
}

#footer .insta #instafeed a .rollover i {
  font-size: 32px !important;
}

#footer .insta #instafeed a:hover .rollover {
  opacity: 1;
}

#footer .insta #instafeed a img {
  display: block;
  width: 100%;
}

#footer .socialdiv {
  padding: 50px 0;
  background: #19426f;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 960px) {
  #footer .socialdiv {
    text-align: center;
  }
}

#footer .socialdiv h3 {
  text-transform: none;
  font-size: 24px;
  margin: 0 0 10px 0;
}

#footer .socialdiv a {
  background: #fff;
  border-radius: 20px;
  padding: 10px 30px;
  color: #002d5f;
  font-size: 20px;
  font-weight: 700;
  margin: 20px;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  #footer .socialdiv a {
    display: block;
  }
}

#footer .eu {
  margin: 10px 0px;
  display: block;
}

@media only screen and (max-width: 960px) {
  #footer .eu {
    margin: 10px 0;
  }
}

#footer .main {
  padding: 100px 20px 40px 20px;
}

@media (max-width: 991px) {
  #footer .main {
    padding-top: 30px;
  }
}

#footer .logo {
  max-width: 150px;
  margin-top: -7px;
}

#footer i {
  width: 22px;
  font-size: 22px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #de1212;
  text-decoration: none;
}

#footer .mailchimp {
  display: block;
  max-width: 300px;
  margin: 20px auto !important;
  margin-bottom: 0 !important;
}

#footer h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#footer .social {
  width: 100%;
  padding: 10px 0 30px 0;
  text-align: left;
  font-size: 40px;
  line-height: 22px;
}

#footer .social img {
  fill: white;
}

#footer .social span {
  font-size: 14px;
  font-weight: 600;
}

#footer .social a {
  text-align: center;
}

#footer .privacy {
  background: #2a3942;
  font-size: 12px;
  padding: 20px;
  width: 100%;
}

#footer .privacy .by {
  text-align: right;
}

.vertical-align {
  display: flex;
  align-items: center;
}

#gamaintro .intro .links {
  margin: 0 10px;
}

@media only screen and (max-width: 960px) {
  #gamaintro .intro .links {
    display: block !important;
  }
}

#gamaintro .intro .row {
  padding: 20px 0px;
}

@media only screen and (max-width: 960px) {
  #gamaintro .intro .row {
    padding: 15px 0;
  }
}

#gamaintro .intro .space {
  padding: 50px 0px;
}

#gamaintro .intro p {
  margin-bottom: 15px;
}

#gamaintro .intro h1 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 58px;
  color: #2a3942;
}

@media only screen and (max-width: 960px) {
  #gamaintro .intro h1 {
    font-size: 32px;
  }
}

#gamaintro .intro .intro-second {
  text-align: center;
  padding: 0 10px;
}

@media only screen and (max-width: 960px) {
  #gamaintro .intro .intro-second {
    padding: 0 !important;
  }
}

#gamaintro .intro .intro-second h2 {
  margin-top: 50px;
}

#gamaintro .intro h2 {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 42px;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  #gamaintro .intro h2 {
    font-size: 32px;
    margin-top: 10px;
  }
}

#gamaintro .intro h3 {
  font-weight: 300;
  margin-top: -10px;
  font-family: "Roboto", sans-serif;
  color: #636d73;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 960px) {
  #gamaintro .intro h3 {
    font-size: 22px;
    margin-top: 15px;
  }
}

.gama-caption {
  background: none !important;
  text-align: right !important;
  padding-bottom: 0 !important;
}

.gama-caption h1 {
  background: none;
  font-size: 70px !important;
  line-height: 70px !important;
  color: #fff;
  margin: -59px 0 !important;
  font-weight: 700 !important;
  text-align: right !important;
  text-transform: uppercase !important;
  font-family: "Roboto", sans-serif;
  text-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 991px) {
  .gama-caption h1 {
    font-size: 50px !important;
    line-height: 50px !important;
  }
}

@media (max-width: 767px) {
  .gama-caption h1 {
    font-size: 30px !important;
    line-height: 30px !important;
    margin: -25px 0 !important;
  }
}

.gama-caption h3 {
  background: none;
  text-align: right !important;
  color: #fff;
  font-size: 40px !important;
  font-weight: 700 !important;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  .gama-caption h3 {
    font-size: 25px !important;
  }
}

#mobilehomes .intro,
#mobiletents .intro {
  /*        a {
              // font-family: "Roboto", sans-serif;
              font-family: 'Roboto', sans-serif;
              color: $dark;
              font-size: 18px;
              margin-top: 0px;

              @media only screen and (max-width: 960px) {
                  margin: 10px 0;
              }

              //display: block;
              border: 1px solid $red;
              padding: 15px 30px;
              background: none;

              &:hover {
                  background: #eee;
                  text-decoration: none;
              }

              @media (max-width: 991px) {
                  display: table;
              }
          }*/
}

#mobilehomes .intro .row,
#mobiletents .intro .row {
  padding: 45px 0px;
}

@media only screen and (max-width: 960px) {
  #mobilehomes .intro .row,
  #mobiletents .intro .row {
    padding: 15px 0;
  }
}

#mobilehomes .intro .space,
#mobiletents .intro .space {
  padding: 100px 0px;
}

@media only screen and (max-width: 960px) {
  #mobilehomes .intro .space,
  #mobiletents .intro .space {
    padding: 10px;
  }
}

#mobilehomes .intro p,
#mobiletents .intro p {
  margin-bottom: 15px;
}

#mobilehomes .intro .intro-second,
#mobiletents .intro .intro-second {
  text-align: center;
  padding: 0 10px;
}

@media only screen and (max-width: 960px) {
  #mobilehomes .intro .intro-second,
  #mobiletents .intro .intro-second {
    padding: 0 0 40px 0 !important;
  }
}

#mobilehomes .intro .intro-second h2,
#mobiletents .intro .intro-second h2 {
  margin-top: 50px;
}

#mobilehomes .intro h2,
#mobiletents .intro h2 {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 42px;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  #mobilehomes .intro h2,
  #mobiletents .intro h2 {
    font-size: 32px;
    margin-top: 10px;
  }
}

#mobilehomes .intro h3,
#mobiletents .intro h3 {
  font-weight: 300;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  color: #636d73;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 960px) {
  #mobilehomes .intro h3,
  #mobiletents .intro h3 {
    font-size: 22px;
    margin-top: 15px;
  }
}

#mobilehomes .range .item,
#mobiletents .range .item {
  text-align: center !important;
}

#mobilehomes .range .item img,
#mobiletents .range .item img {
  margin: 0 auto;
  display: block;
}

#mobilehomes .range .item .slogan,
#mobiletents .range .item .slogan {
  line-height: 1.5em;
}

#mobilehomes .range .item h2,
#mobiletents .range .item h2 {
  color: #002d5f;
  font-size: 24px;
  text-transform: uppercase;
}

#mobilehomes .range .item h3,
#mobiletents .range .item h3 {
  color: #636d73;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

#mobilehomes .range .item i,
#mobiletents .range .item i {
  color: #002d5f;
}

#mobilehomes .range .item:hover,
#mobiletents .range .item:hover {
  text-decoration: none !important;
}

#mobilehomes .range .item:hover h2,
#mobilehomes .range .item:hover h3,
#mobilehomes .range .item:hover i,
#mobiletents .range .item:hover h2,
#mobiletents .range .item:hover h3,
#mobiletents .range .item:hover i {
  color: #de1212;
}

#mobilehomes .designedforliving,
#mobiletents .designedforliving {
  text-align: center;
  padding: 100px 0 0 0;
  /*     a {
           // font-family: "Roboto", sans-serif;
           font-family: 'Roboto', sans-serif;
           color: $dark;
           font-size: 18px;
           margin-top: 0px;
           //display: block;
           border: 1px solid $red;
           padding: 15px 30px;
           background: none;
           float: left;

           &:hover {
               background: #eee;
               text-decoration: none;
           }

           @media (max-width: 991px) {
               margin: 0 auto !important;
               display: table;
               float: none;
           }
       }*/
}

#mobilehomes .designedforliving .row,
#mobiletents .designedforliving .row {
  padding: 50px 0;
}

#mobilehomes .designedforliving h2,
#mobiletents .designedforliving h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 58px;
  color: #2a3942;
}

@media only screen and (max-width: 960px) {
  #mobilehomes .designedforliving h2,
  #mobiletents .designedforliving h2 {
    font-size: 32px;
  }
}

#mobilehomes .designedforliving h3,
#mobiletents .designedforliving h3 {
  font-weight: 300;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  color: #636d73;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 960px) {
  #mobilehomes .designedforliving h3,
  #mobiletents .designedforliving h3 {
    font-size: 22px;
    margin-top: 15px;
  }
}

#mobilehomes .designedforliving .tree,
#mobiletents .designedforliving .tree {
  text-align: left;
}

#mobilehomes .designedforliving .tree h4,
#mobiletents .designedforliving .tree h4 {
  font-size: 42px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  #mobilehomes .designedforliving .tree h4,
  #mobiletents .designedforliving .tree h4 {
    margin-top: 10px;
    font-size: 28px;
  }
}

.fancy {
  padding: 0 !important;
  border: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  text-align: center !important;
  background: #fff !important;
}

.fancy img {
  transform: scale(1);
  transition: all 0.3s;
}

.fancy img:hover {
  transform: scale 1.1;
}

.fancy:hover {
  background: #fff !important;
}

#onestopshop {
  padding-bottom: 50px;
}

#onestopshop .row {
  padding: 45px 0px;
}

@media only screen and (max-width: 960px) {
  #onestopshop .row {
    padding: 15px 0;
  }
}

#onestopshop ul.onestopshop {
  padding: 0 0 0 0;
  list-style: none;
}

#onestopshop .intro .row {
  padding: 45px 0px;
}

@media only screen and (max-width: 960px) {
  #onestopshop .intro .row {
    padding: 15px 0;
  }
}

#onestopshop .intro .space {
  padding: 100px 0px;
}

#onestopshop .intro p {
  margin-bottom: 15px;
}

#onestopshop .intro .intro-second {
  text-align: center;
  padding: 0 10px;
}

@media only screen and (max-width: 960px) {
  #onestopshop .intro .intro-second {
    padding: 0 !important;
  }
}

#onestopshop .intro .intro-second h2 {
  margin-top: 50px;
}

#onestopshop .intro h2 {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 42px;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  #onestopshop .intro h2 {
    font-size: 32px;
    margin-top: 10px;
  }
}

#onestopshop .intro h3 {
  font-weight: 300;
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  color: #636d73;
  text-transform: uppercase;
  font-size: 18px;
}

@media only screen and (max-width: 960px) {
  #onestopshop .intro h3 {
    font-size: 22px;
    margin-top: 15px;
  }
}

#onestopshop .intro a {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 0px;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
}

#onestopshop .intro a:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  #onestopshop .intro a {
    margin: 0 auto;
    display: table;
  }
}

#onestopshop a {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 0px;
  float: left;
  display: block;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
}

#onestopshop a:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  #onestopshop a {
    margin: 0 auto;
    display: table;
  }
}

.hotspots .containerbox {
  position: relative;
  display: block !important;
  overflow: hidden;
  width: 100%;
  height: auto;
  background: none;
  background-size: 100% !important;
  text-align: center;
}

.hotspots input {
  display: none;
}

.hotspots p {
  margin: 0;
}

.hotspots .button {
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: block;
  width: 31px;
  height: 31px;
  padding: 10px 10px;
  border-radius: 100%;
  cursor: pointer;
  animation: fadein 0.5s;
  animation: pulse 1.5s infinite;
  animation: pulsate 2s ease-in-out infinite;
  -webkit-animation: pulsate 2s ease-in-out infinite;
  -ms-animation: pulsate 2s ease-in-out infinite;
  -o-animation: pulsate 2s ease-in-out infinite;
}

@keyframes pulsate {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.hotspots .content {
  background: #eee;
  padding: 8px 12px;
  text-align: center;
  display: none;
  position: absolute;
  margin: 0 25% 0 25%;
  width: 50%;
  top: 50px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 2px -2px rgba(211, 47, 47, 0);
}

@media only screen and (max-width: 960px) {
  .hotspots .content {
    width: 80%;
    margin: 0 10% 0 10%;
  }
}

.hotspots .cross {
  font-weight: bold;
  right: 10px;
  top: 10px;
  position: absolute;
}

.hotspots .header {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 5px !important;
}

.hotspots .bodyCopy {
  margin-top: 0px;
}

.hotspots #b1,
.hotspots #b2,
.hotspots #b3,
.hotspots #b4,
.hotspots #b5,
.hotspots #b6,
.hotspots #b7,
.hotspots #b8,
.hotspots #b9,
.hotspots #b10,
.hotspots #b11,
.hotspots #b12,
.hotspots #b13,
.hotspots #b14 {
  position: absolute;
}

#layouts {
  margin-top: 50px;
}

#layouts div.number {
  font-size: 18px;
  font-weight: 700;
  float: left;
}

#layouts hr {
  margin: 10px 0;
  border-top: 1px solid #2a3942;
}

#layouts .rows {
  padding: 0 15px;
}

#layouts h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #2a3942;
}

@media only screen and (max-width: 960px) {
  #layouts h2 {
    font-size: 32px;
  }
}

#layouts .item {
  background: #eee;
  border: 1px solid #999;
  padding: 5px 10px 15px 10px;
  height: 100%;
}

#layouts .item h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  float: left;
  letter-spacing: -1px;
}

#layouts .item button {
  border: none;
  padding: 0;
  background: none;
}

#layouts .item button:hover h3 {
  color: #de1212;
}

#layouts .tech hr {
  border-top: 1px solid #999;
  height: 1px;
  margin: 1px 0 5px 0;
}

#layouts img {
  margin-top: 15px;
}

#layouts a {
  display: block;
  margin: 10px 0;
  color: #2a3942;
  font-weight: 600;
}

#layouts a i {
  color: #de1212;
}

#layouts a:hover {
  color: #de1212;
  text-decoration: none;
}

#layouts .walkthrough {
  line-height: 2em;
  min-height: 2em;
}

#layouts .walkthrough a {
  margin: 0;
}

#layouts .layout-intro a {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 0px;
  float: left;
  display: block;
  border: 1px solid #de1212;
  padding: 5px 30px;
  background: none;
}

#layouts .layout-intro a:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  #layouts .layout-intro a {
    margin: 0 auto;
    display: table;
  }
}

#layouts #layoutdetail .modal-dialog {
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
}

#layouts #layoutdetail .modal-dialog .modal-content {
  height: 100vh !important;
}

#layouts #layoutdetail .modal-dialog #accordion .card {
  border: 0;
}

#layouts #layoutdetail .modal-dialog #accordion .card-header {
  border-radius: 0;
  padding: 0;
  color: #2a3942 !important;
  background: none;
  border: 0;
  border-bottom: 1px solid #2a3942;
}

#layouts #layoutdetail .modal-dialog #accordion .card-header button {
  color: #2a3942;
}

#layouts #layoutdetail .modal-dialog #accordion .card-header button:hover {
  color: #de1212;
  text-decoration: none;
}

#layouts #layoutdetail .modal-dialog #accordion .card-body {
  padding: 0 !important;
  margin-top: 10px;
  font-size: 12px;
}

#layout {
  margin-top: 0px;
}

#layout .back {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 30px;
  float: left;
  display: block;
  border: 1px solid #de1212;
  padding: 5px 30px;
  background: none;
}

#layout .back:hover {
  background: #eee;
  text-decoration: none;
}

#layout h1 {
  color: #002d5f;
  font-weight: 100;
  font-size: 50px;
  margin: 30px 0;
}

#layout h3 {
  font-size: 24px;
}

#layout .tech hr {
  border-top: 1px solid #999;
  height: 1px;
  margin: 1px 0 5px 0;
}

#layout img {
  margin-top: 15px;
}

#layout .mb3 {
  margin-bottom: 30px;
}

#layout .technical-group {
  color: #212529;
  border-bottom: 1px solid #212529;
  line-height: 1.8;
  font-size: 14px;
}

#layout .grouped-data-row {
  font-size: 14px;
  padding: 3px;
  color: rgb(100, 96, 96);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

#layout .grouped-data-row:last-child {
  border: none;
}

#projects {
  /* Create large square */
  /* Create rectangle */
}

#projects .gm-style-iw-d {
  max-height: none !important;
  overflow: auto !important;
}

#projects .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
}

#projects .gm-ui-hover-effect {
  background: #fff !important;
  padding: 5px;
  top: 6px !important;
  right: 6px !important;
}

#projects h3.detail {
  font-size: 23px;
}

#projects a.detail {
  border: 1px solid #de1212;
  color: #2a3942;
  padding: 10px 20px;
  display: block;
}

#projects a.detail:hover {
  background: #eee;
  text-decoration: none;
}

#projects .filter {
  text-align: center;
  background: #eee;
  margin-bottom: 0.55%;
  padding: 20px 0;
  /*     h3 {
           font-size: 16px;
           text-transform: uppercase;

           a {
               margin: 10px 20px;
               color: #fff;

               &:hover {
                   color: $red;
                   text-decoration: none;
               }
           }
       }*/
}

#projects .filter h1 {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 42px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#projects #filters .results {
  display: none;
}

#projects .filter-title {
  margin: 0 auto;
  text-align: center;
}

#projects .filter h2 {
  position: relative;
  margin: 0 auto 20px;
  letter-spacing: 0.125em;
  color: #fff;
  font-weight: 600;
  font-size: 1vw;
  width: 14vw;
  text-transform: uppercase;
}

#projects .filter-button {
  /*  cursor: pointer;
    margin-top: 1em;
    margin-bottom: 0.5em;
    width: auto;
    height: 26px;
    background: none;
    padding-bottom: 5px;
    color: #fff;
    border: solid 1px #d4d4d4;*/
}

#projects .filter-button:hover {
  /*  border: solid 1px $red;
    color: #fff;
    transition: all 0.25s ease-in;*/
}

#projects .is-checked {
  position: relative;
  border: solid 1px #864132;
  background: #de1212;
  color: white;
}

#projects #gama-filters {
  display: inline;
}

#projects .grid:after {
  content: "";
  display: block;
  clear: both;
  content: "";
  display: block;
  clear: both;
}

#projects .grid-sizer {
  width: 24.54%;
}

#projects .gutter-sizer {
  width: 0.625%;
}

#projects .grid-item {
  position: relative;
  float: left;
  width: 24.54%;
  margin-bottom: 0.55%;
  padding-bottom: 24.054%;
  overflow: hidden;
  transition: opacity 0.4s;
  background-size: cover !important;
}

#projects .grid-item span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease-in-out;
}

#projects .grid-item span .desc {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 30px;
  right: 30px;
}

#projects .grid-item span .desc p {
  font-size: 20px;
}

@media (max-width: 991px) {
  #projects .grid-item span {
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
  }
}

#projects .grid-item:hover span {
  opacity: 1 !important;
}

#projects .grid-item recipe-stats {
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

#projects .grid-item .recipe-stats p,
#projects .grid-item .recipe-stats span {
  opacity: 0;
  color: white;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transform: translate3d(0, 0vw, 0);
  transition: opacity 0.3s, transform 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0, 0.1, 1);
}

#projects .grid-item:hover .recipe-stats p {
  color: #fff;
  transform: translate3d(0, -8.25vw, 0);
}

#projects .grid-item.big:hover .recipe-stats p {
  transform: translate3d(0, -14vw, 0);
}

#projects .grid-item.big:hover .recipe-stats span {
  transform: translate3d(0, -12.5vw, 0);
}

#projects .grid-item .recipe-stats p {
  position: absolute;
  font-weight: 500;
  bottom: 5%;
  left: 5%;
  font-size: 2.125vw;
  width: 80%;
  z-index: 10;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#projects .grid-item.big .recipe-stats p {
  font-size: 2.5vw;
  bottom: 5%;
}

#projects .grid-item:hover .recipe-stats p {
  opacity: 1;
  filter: none;
  -ms-filter: none;
}

#projects .grid-item .recipe-stats span {
  opacity: 0;
  line-height: 1.2;
  position: absolute;
  bottom: -4%;
  left: 5%;
  font-size: 1.375vw;
  width: 75%;
  transition: opacity 0.3s, transform 0.3s;
}

#projects .grid-item.big .recipe-stats span {
  font-size: 1.75vw;
  line-height: 1.2;
}

#projects .grid-item:hover .recipe-stats span {
  opacity: 1;
  transition-delay: 0.09983s;
  transform: translate3d(0, -6vw, 0);
}

#projects .grid-item.rectangle:hover .recipe-stats span {
  transform: translate3d(0, -8vw, 0);
}

#projects .grid-item .recipe-bar {
  position: absolute;
  opacity: 0;
  width: 100%;
  color: #fff;
  bottom: 0;
  height: 15%;
  border-top: solid 1px #fffdfd;
  transition: all 0.3s ease-in;
}

#projects .grid-item:hover .recipe-bar {
  opacity: 1;
}

#projects .grid-item .recipe-bar .stat-item,
#projects .grid-item .recipe-bar .cook-time {
  display: inline-block;
}

#projects .grid-item .recipe-bar .stat-item .cook-time {
  background-image: url("https://s3-sa-east-1.amazonaws.com/testcodepens/cook-time.png");
}

#projects .grid-item .recipe-bar .stat-item .prep-time {
  background-image: url("https://s3-sa-east-1.amazonaws.com/testcodepens/prep-time.png");
}

#projects .grid-item .recipe-bar .stat-item .stat-icon {
  display: inline-block;
  height: 1.75vw;
  width: 1.75vw;
  position: relative;
  top: 0.8vw;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#projects .grid-item.big .recipe-bar .stat-item .stat-icon {
  height: 3vw;
  width: 3vw;
  top: 1.625vw;
}

#projects .grid-item .recipe-bar .stat-item span.time,
#projects .grid-item .recipe-bar .stat-item span.time {
  font-size: 1vw;
  position: relative;
  top: 0.375vw;
  padding-left: 0.25vw;
}

#projects .grid-item.big .recipe-bar .stat-item span.time {
  font-size: 1.75vw;
  top: 1vw;
}

#projects .grid-item .recipe-bar .stat-item {
  opacity: 1;
  float: left;
  padding-left: 5%;
  position: relative;
  top: 20%;
  transform: translateY(-20%);
  white-space: nowrap;
}

#projects .grid-item .recipe-bar .stat-item span.stat-number {
  font-size: 1.6vw;
  position: relative;
}

#projects .grid-item.big .recipe-bar .stat-item span.stat-number {
  font-size: 2.25vw;
  top: 0vw;
}

#projects .grid-item.big {
  width: 49.705%;
  padding-bottom: 48.658%;
}

#projects .grid-item.rectangle {
  width: 49.705%;
}

@media (max-width: 863px) {
  #projects .intro-recipe {
    margin-top: 15vw;
    background: none;
    padding-bottom: 3vw;
    border-top: solid 3px #864132;
  }

  #projects .turtle-banner-logo {
    width: 30%;
    margin: 0 auto;
  }

  #projects .turtle-banner-copy {
    width: 40%;
    margin: 0 auto;
    margin-top: 2vw;
  }

  #projects .turtle-banner-logo img,
  #projects .turtle-banner-copy img {
    max-width: 100%;
  }

  #projects .turtle-banner-logo img {
    margin-top: -6vw;
  }

  #projects #filters {
    margin: 10px 0;
  }

  #projects .filter h2 {
    font-size: 14px;
    text-transform: uppercase;
  }

  #projects .grid-sizer {
    width: 49.08%;
  }

  #projects .grid-item {
    width: 49.08%;
    padding-bottom: 48.103%;
  }

  #projects .grid .grid-item.big {
    width: 99.41%;
    padding-bottom: 97.432%;
  }

  #projects .grid .grid-item.rectangle {
    width: 99.41%;
    padding-bottom: 48.103%;
  }

  #projects .grid-item.new:before {
    font-size: 1.5vw;
    padding: 1vw 2vw;
  }

  #projects .grid-item.big.new:before {
    font-size: 2.5vw;
    padding: 1.5vw 3vw;
  }

  #projects .grid-item .recipe-stats p {
    font-size: 4vw;
    margin-bottom: 15vw;
  }

  #projects .grid-item .recipe-stats span {
    font-size: 2vw;
  }

  #projects .grid-item.big .recipe-stats span {
    font-size: 2.25vw;
    transform: translate3d(0, -20vw, 0);
  }

  #projects .grid-item:hover .recipe-stats p,
  #projects .grid-item.big :hover .recipe-stats p {
    transform: none;
  }

  #projects .grid-item:hover .recipe-stats span {
    transform: translate3d(0, -15vw, 0);
  }

  #projects .grid-item .a-block-image:before {
    opacity: 0.25;
  }

  #projects .grid-item .recipe-bar .stat-item {
    top: 35%;
    transform: translateY(-35%);
  }

  #projects .grid-item .recipe-bar .stat-item span.time,
  #projects .grid-item.rectangle .grid-item .recipe-bar .stat-item span.time {
    font-size: 2vw;
  }

  #projects .grid-item .recipe-bar .stat-item .stat-icon {
    width: 3vw;
    height: 3vw;
  }

  #projects .grid-item .recipe-bar .stat-item span.stat-number {
    font-size: 2.6vw;
  }

  #projects .grid-item.big .recipe-stats p {
    font-size: 5vw;
    margin-bottom: 40vw;
  }

  #projects .grid-item.big:hover .recipe-stats span {
    font-size: 2.5vw;
  }

  #projects .grid-item.big:hover .recipe-stats span {
    transform: translate3d(0, -37vw, 0);
  }

  #projects .grid-item.big .recipe-bar .stat-item {
    top: 35%;
    transform: translateY(-35%);
  }

  #projects .grid-item.big .recipe-bar .stat-item span.time,
  #projects .grid-item.rectangle .grid-item .recipe-bar .stat-item span.time {
    font-size: 3vw;
  }

  #projects .grid-item.big .recipe-bar .stat-item .stat-icon {
    width: 4vw;
    height: 4vw;
  }

  #projects .grid-item.big .recipe-bar .stat-item span.stat-number {
    font-size: 3.6vw;
  }

  #projects .grid-item.big .recipe-stats p {
    font-size: 5vw;
    margin-bottom: 40vw;
  }

  #projects .grid-item .share:before {
    border-top: 12vw solid #debd86;
    border-left: 12vw solid rgba(0, 0, 0, 0);
  }

  #projects .grid-item:hover .share:after {
    width: 7vw;
    height: 7vw;
  }

  #projects .grid-item.big .share:before {
    border-top: 18vw solid #debd86;
    border-left: 18vw solid rgba(0, 0, 0, 0);
  }

  #projects .grid-item.big:hover .share:after {
    width: 11vw;
    height: 11vw;
  }

  #projects #filters .results {
    display: none;
  }

  #projects .grid-item:focus {
    background: blue;
  }
}

@media (max-width: 640px) {
  #projects body {
    overflow: none;
  }

  #projects body.overlay {
    overflow: hidden;
  }

  #projects body.overlay .header__container {
    display: none;
  }

  #projects .filter {
    margin: 1em 0em 3em 0;
  }

  #projects .filter-title {
    background: transparent;
  }

  #projects .filter-title h2 {
    width: 53vw;
    text-transform: uppercase;
    -webkit-user-select: none;
  }

  #projects body.overlay .filter-title h2 {
    text-transform: none;
    margin: 3.125em auto 0em auto;
  }

  #projects .filter.overlay {
    z-index: 100;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  #projects .filter-title.overlay .cancel {
    position: absolute;
    top: 3vw;
    right: 3vw;
    background-image: url("https://s3-us-west-2.amazonaws.com/staging-site-assets/Turtles/material-close.png");
    background-size: cover;
    width: 3vw;
    height: 3vw;
  }

  #projects .filter.overlay #filters {
    margin-top: 10vw;
  }

  #projects .filter-title.overlay .cancel {
    cursor: pointer;
  }

  #projects body.overlay .intro-recipe {
    margin-top: 0;
  }

  #projects body.overlay .filter-button.is-checked {
    border: solid 1px #debd86;
    background: #debd86;
    color: white;
    width: 100%;
    border: none;
    padding-left: 10vw;
  }

  #projects body.overlay .filter-button.is-checked:hover {
    color: white;
    border: none;
  }

  #projects .intro-recipe {
    margin-top: 11vw;
    background: none;
    padding-bottom: 5vw;
    border-top: solid 3px #864132;
  }

  #projects .turtle-banner-logo {
    width: 40%;
    margin: 0 auto;
  }

  #projects .turtle-banner-copy {
    width: 60%;
    margin: 0 auto;
    margin-top: 3vw;
  }

  #projects .turtle-banner-logo img {
    margin-top: -6.5vw;
  }

  #projects #recipe .filter h2 {
    cursor: pointer;
    font-size: 4vw;
    margin: 1.5em auto 0em auto;
  }

  #projects body.overlay #recipe .filter h2 {
    width: 100%;
    margin: 3em auto 0em auto;
    font-size: 6vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #542b09;
    transition: all 0.3s;
  }

  #projects body.overlay #recipe .filter h2:after {
    position: absolute;
    background: url("https://s3-us-west-2.amazonaws.com/staging-site-assets/Turtles/filter-icon-grey.png") no-repeat;
    background-size: 70%;
    top: -11vw;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  #projects #recipe .filter h2:before {
    top: 0.5vw;
  }

  #projects #recipe #filters {
    display: none;
    width: 100%;
  }

  #projects #recipe #filters.overlay {
    z-index: 9999;
    position: absolute;
    display: block;
  }

  #projects #filters {
    background: none;
  }

  #projects #filters .results {
    position: fixed;
    cursor: pointer;
    display: block;
    bottom: 0;
    height: 12.5%;
    width: 100%;
    background: white;
    transition: all 0.2s ease-in;
  }

  #projects #filters .results span {
    font-size: 5vw;
    letter-spacing: 1vw;
    text-transform: uppercase;
    font-weight: bold;
    color: #542b09;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #projects #filters .results:hover {
    background: #debd86;
  }

  #projects #recipe .filter {
    margin-bottom: 6vw;
  }

  #projects .grid-sizer {
    width: 90%;
  }

  #projects .gutter-sizer {
    width: 0%;
  }

  #projects .grid-item {
    width: 90%;
    padding-bottom: 88.218%;
    margin-left: 5%;
    margin-bottom: 2.25%;
  }

  #projects .grid .grid-item.big {
    width: 90%;
    padding-bottom: 88.218%;
  }

  #projects .grid .grid-item.rectangle {
    width: 90%;
    padding-bottom: 88.218%;
  }

  #projects .grid-item .recipe-stats {
    margin: 0 auto;
  }

  #projects .grid-item.new:before {
    font-size: 4vw;
    padding: 1vw 2vw;
  }

  #projects .grid-item .recipe-stats p {
    font-size: 6vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30vw;
  }

  #projects .grid-item:hover .a-block-image:before,
  #projects .grid-item .a-block-image:before {
    opacity: 0.25;
  }

  #projects .grid-item:hover .recipe-stats p {
    transform: none;
  }

  #projects .grid-item .recipe-bar {
    opacity: 1;
    border-top: none;
    background: #debd86;
    height: 12.5%;
  }

  #projects .grid-item .recipe-bar:after {
    content: "VIEW RECIPE";
    position: absolute;
    font-size: 3.75vw;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    letter-spacing: 0.25vw;
  }

  #projects .grid-item:hover .recipe-stats span {
    opacity: 0;
  }

  #projects .grid-item .recipe-bar .stat-item {
    opacity: 0;
  }

  #projects .grid-item .share:before {
    border-top: 18vw solid #debd86;
    border-left: 18vw solid rgba(0, 0, 0, 0);
  }

  #projects .grid-item:hover .share:after {
    width: 10.5vw;
    height: 10.5vw;
  }
}

.project-detail .img {
  margin-top: 0px;
  background-size: cover !important;
  height: 700px;
}

@media only screen and (max-width: 960px) {
  .project-detail .img {
    height: 350px;
  }
}

.project-detail .desc {
  background: #fff;
  padding: 40px;
  margin-top: -100px;
}

@media only screen and (max-width: 960px) {
  .project-detail .desc {
    margin-top: -50px;
  }
}

.project-detail .desc .back {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 0px;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #de1212;
  padding: 5px 30px;
  background: none;
}

.project-detail .desc .back:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  .project-detail .desc .back {
    margin: 0 auto;
    display: table;
  }
}

.project-detail .desc h1 {
  margin: 0 0 5px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.project-detail .desc h2 {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.project-detail h2 {
  font-size: 28px;
  margin: 20px 0 20px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.project-detail h3 {
  font-size: 18px;
  margin: 20px 0 10px 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #636d73;
}

.project-detail .row {
  padding: 45px 0px;
}

@media only screen and (max-width: 960px) {
  .project-detail .row {
    padding: 15px 0;
  }
}

.project-detail a.view {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 0px;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
}

.project-detail a.view:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  .project-detail a.view {
    margin: 0 auto;
    display: table;
  }
}

#about {
  padding-bottom: 50px;
}

#about .timeline a {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 0px;
  float: left;
  display: block;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
}

#about .timeline a:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  #about .timeline a {
    margin: 0 auto;
    display: table;
  }
}

#about .row {
  padding: 25px 0px;
}

@media only screen and (max-width: 960px) {
  #about .row {
    padding: 15px 0;
  }
}

#about .nav {
  margin-top: -45px;
  position: relative;
  z-index: 999;
}

#about .nav selector a:hover {
  transform: none !important;
}

#about .nav .nav-link {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

#about .nav .nav-link.active {
  border: 1px solid transparent;
  color: #002d5f;
  background: #fff;
}

#about .nav .nav-link.active:hover {
  border: 1px solid transparent;
  background: #fff;
}

#about .nav .nav-link:hover {
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.3);
}

#about .management {
  padding: 0 0 14px 0;
  list-style: none;
}

#about .values {
  padding: 0 0 14px 0;
  list-style: none;
  font-weight: bold;
}

#about h1 {
  margin: 50px 0 20px 0;
}

#about h2 {
  margin: 10px 0 10px 0;
}

#about h5 {
  margin: 10px 0 10px 0;
}

.event-back {
  border-radius: 0;
  background: none;
  border: 1px solid #de1212;
  color: #2a3942;
  margin: 15px 0;
}

.event-back:hover {
  background: #de1212;
  border: 1px solid #2a3942;
}

#news .row {
  padding: 25px 0;
}

#news h2 {
  font-size: 20px;
}

#news a.more {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 16px;
  margin-top: 15px;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
  border-radius: 0;
}

#news a.more:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  #news a.more {
    margin: 0 auto;
    display: table;
  }
}

.floating {
  text-align: center;
  padding: 60px 0;
}

.floating .break {
  height: 37px;
}

@media (max-width: 1199px) {
  .floating .break {
    height: 45px;
  }
}

.floating .addons {
  text-align: left;
}

.floating h2 {
  margin-bottom: 50px;
}

.floating .boxes {
  text-align: center;
}

.floating .boxes input {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border: 2px solid #002d5f;
  margin: 5px 0;
}

.floating .boxes .row {
  padding: 45px 0;
  margin: 0 !important;
}

.floating .boxes h3 {
  font-size: 42px;
}

.floating .boxes h4 span {
  font-size: 18px;
}

.floating .boxes .box {
  opacity: 0.5;
  position: relative;
  left: 0;
  padding: 30px;
}

@media (max-width: 991px) {
  .floating .boxes .box {
    opacity: 1;
  }
}

.floating .boxes .transform1,
.floating .boxes .transform2 {
  transition: all 1s ease;
}

.floating .boxes .transform-left {
  padding: 5px 0 3px 0;
  left: 37px;
  opacity: 1;
}

.floating .boxes .transform-right {
  padding: 4px 0 3px 0;
  left: -37px;
  opacity: 1;
}

.floating .boxes .button-red {
  background: #de1212;
  border: 2px solid #de1212;
}

.floating textarea:focus,
.floating input:focus {
  outline: none;
}

#colours {
  margin-top: 50px;
}

#colours .rows {
  padding: 0 15px;
}

#colours h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 58px;
  color: #2a3942;
}

@media only screen and (max-width: 960px) {
  #colours h2 {
    font-size: 32px;
  }
}

#colours .card {
  border-radius: 0;
  border: 0;
}

#colours .card .card-body {
  padding: 10px 0;
}

#colours .card .card-body .color-thumb {
  width: 50%;
  font-size: 12px;
  float: left;
  margin-bottom: 10px;
  color: #2a3942;
  font-weight: 500;
}

#colours .card .card-body .color-thumb:hover {
  text-decoration: none;
  color: #de1212;
}

#colours .card .card-header {
  background: #eee;
  margin-bottom: 1px;
  border: 0;
  padding: 0;
}

#colours .card .card-header button {
  width: 100%;
  text-align: left;
  color: #2a3942 !important;
  font-weight: 700;
  border: 0;
  padding: 10px;
  border-radius: 0;
}

#colours .card .card-header button:hover {
  text-decoration: none;
  background: #636d73;
  color: #fff !important;
}

#colours .card .card-header button:focus {
  text-decoration: none;
}

.bg-primary {
  background: none !important;
}

#virtual-tour .hero {
  position: relative;
}

#virtual-tour .hero h1 {
  position: absolute;
  right: 30px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase !important;
  font-family: "Roboto", sans-serif;
  text-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5) !important;
  font-size: 70px !important;
  line-height: 47px !important;
  bottom: 50%;
  margin: 0;
}

@media (max-width: 991px) {
  #virtual-tour .hero h1 {
    font-size: 40px !important;
    line-height: 26px !important;
    bottom: 50%;
  }
}

@media (max-width: 761px) {
  #virtual-tour .hero h1 {
    font-size: 30px !important;
    line-height: 20px !important;
    bottom: 50%;
  }
}

#virtual-tour .virtual-caption {
  bottom: 0 !important;
  position: relative !important;
}

#virtual-tour .amh-program {
  font-weight: 300;
}

#virtual-tour a.group {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 16px;
  margin-top: 0px;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
  border-radius: 0;
  display: block;
  float: left;
  margin-bottom: 30px;
}

#virtual-tour a.group:hover {
  background: #eee;
  color: #2a3942;
  text-decoration: none;
}

@media (max-width: 991px) {
  #virtual-tour a.group {
    margin: 0 auto;
    display: table;
  }
}

#virtual-tour h5 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0px;
}

#virtual-tour hr {
  margin: 5px 0 15px 0;
}

#virtual-tour a {
  color: #2a3942;
}

.noarrows .tparrows,
.noarrows .tp-bullets {
  display: none !important;
}

.slider {
  padding-bottom: 30px;
}

.slick-slide {
  transform: scale(0.5, 0.5);
  transition: transform 0.5s;
}

.slick-slide.slick-center {
  transform: scale(1, 1);
}

.slide {
  padding: 0 24px;
}

#furnishings {
  padding: 60px 0;
}

#furnishings hr {
  margin: 2px 0;
  border-top: 1px solid #636d73;
}

#furnishings h2 {
  font-size: 58px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #2a3942;
}

@media only screen and (max-width: 960px) {
  #furnishings h2 {
    font-size: 32px;
  }
}

#furnishings h3 {
  margin: 20px 0;
}

#furnishings .card {
  border: 0;
}

#furnishings .card .card-header {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}

#furnishings .card .card-header button {
  margin: 0;
  padding: 5px 0;
  color: #555 !important;
  font-size: 21px;
  font-weight: 500;
}

#furnishings .card .card-body {
  padding: 10px 0;
}

#furnishings .card .card-body ul {
  padding-left: 18px;
  font-size: 14px;
  margin-bottom: 20px;
}

#furnishings .card .card-body a {
  color: #2a3942;
  font-weight: 600;
}

#furnishings .card .card-body a img {
  margin: 5px 10px 5px 0;
}

#equipment {
  padding: 60px 0;
}

#equipment p {
  padding-bottom: 0;
  margin-bottom: 0;
}

#equipment hr {
  margin: 2px 0;
  border-top: 1px solid #636d73;
}

#equipment h2 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #2a3942;
}

@media only screen and (max-width: 960px) {
  #equipment h2 {
    font-size: 32px;
  }
}

#equipment h3 {
  margin: 20px 0;
}

#equipment .card {
  border: 0;
}

#equipment .card .card-header {
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  border-radius: 0 !important;
}

#equipment .card .card-header button {
  margin: 0;
  padding: 5px 0;
  color: #555 !important;
  font-weight: 500;
  font-size: 17px;
}

#equipment .card .card-body {
  padding: 10px 0;
}

#equipment .card .card-body ul {
  padding-left: 38px;
  font-size: 14px;
  margin-bottom: 20px;
  list-style: disc;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.p0 {
  padding: 0 !important;
}

.pbt10 {
  padding: 10px 0px !important;
}

.pbt20 {
  padding: 20px 0px !important;
}

.attachment {
  color: #2a3942;
  font-weight: 500;
}

.attachment:hover {
  color: #2a3942;
}

#button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "";
  display: block;
  background: url(/images/up_eXv1my2Qn.png?8232fec9214dd0c93d5f6b8cdeef4fb4) no-repeat;
  width: 40px;
  height: 40px;
  float: right;
  margin: 0 6px 0 0;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #button {
    margin: 30px;
  }
}

.slick-arrow {
  top: 50%;
  position: absolute;
}

.slick-arrow.tp-rightarrow {
  right: 0;
}

.slick-arrow.tp-leftarrow {
  left: 0;
}

.comparison {
  padding: 60px 0;
}

.comparison h2 {
  font-size: 23px;
}

.comparison .selected {
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}

.comparison .selected a {
  color: #002d5f;
}

.comparison .selected a:hover {
  color: #de1212;
}

.comparison .selected img {
  max-width: 300px;
}

.comparison h3 {
  margin-top: 30px;
  font-size: 18px;
}

.comparison .others {
  list-style: none;
  padding-left: 0;
}

.comparison .others a {
  color: #002d5f;
}

.comparison .others a:hover {
  color: #de1212;
  text-decoration: none;
}

.comparison .model {
  color: #002d5f;
  margin-top: 20px;
  display: block;
}

.comparison .model:hover {
  color: #de1212;
}

.comparison .compare {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 15px;
  float: left;
  display: block;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
}

.comparison .compare:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  .comparison .compare {
    margin: 0 auto;
    display: table;
  }
}

.comparison-detail {
  padding: 60px 0;
}

.comparison-detail h2 {
  font-size: 23px;
  margin-bottom: 30px;
}

.comparison-detail .borders {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.comparison-detail .bigger {
  font-size: 18px;
}

.comparison-detail a.exit {
  color: #002d5f;
}

.comparison-detail a.exit:hover {
  color: #de1212;
}

.comparison-detail .bold {
  font-weight: 700;
  margin-top: 10px;
}

.comparison-detail .second {
  background: #eee;
}

.comparison-detail .first {
  background: #f8f8f8;
}

.comparison-detail .add {
  color: #de1212;
}

.comparison-detail .compare {
  font-family: "Roboto", sans-serif;
  color: #2a3942;
  font-size: 18px;
  margin-top: 15px;
  float: left;
  display: block;
  border: 1px solid #de1212;
  padding: 15px 30px;
  background: none;
}

.comparison-detail .compare:hover {
  background: #eee;
  text-decoration: none;
}

@media (max-width: 991px) {
  .comparison-detail .compare {
    margin: 0 auto;
    display: table;
  }
}

.fair-website {
  background: #fff;
  font-size: 40px;
  border: 1px solid #de1212;
  padding: 20px 30px;
  width: 30%;
  color: #111;
  display: block;
  min-width: 400px;
  text-align: center;
  margin: 30px 20px;
}

.fair-config {
  background: #fff;
  font-size: 40px;
  min-width: 400px;
  border: 1px solid #de1212;
  padding: 20px 30px;
  width: 30%;
  color: #111;
  display: block;
  text-align: center;
  margin: 30px 20px;
}

.fair-website:hover,
.fair-config:hover {
  color: #111;
  text-decoration: none;
  background: #eee;
}

#phoenix_movie .tp-caption {
  text-align: center !important;
  border-radius: 15px;
  display: block !important;
}

@media only screen and (min-width: 961px) {
  #phoenix_movie .tp-caption {
    min-width: 50vw !important;
    max-width: 70vw !important;
    white-space: normal !important;
  }
}

@media only screen and (max-width: 960px) {
  #phoenix_movie .tp-caption {
    min-width: 70vw !important;
    max-width: 70vw !important;
    white-space: normal !important;
  }
}

#phoenix_movie .tp-caption h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 58px;
  color: #fff;
}

@media only screen and (max-width: 960px) {
  #phoenix_movie .tp-caption h1 {
    font-size: 26px;
  }
}

#phoenix_movie .tp-caption h2 {
  background: none;
  font-size: 40px !important;
  line-height: 40px !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  font-family: "Roboto", sans-serif;
  text-shadow: 0px -3px 10px rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 991px) {
  #phoenix_movie .tp-caption h2 {
    font-size: 30px !important;
    line-height: 30px !important;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  #phoenix_movie .tp-caption h2 {
    font-size: 20px !important;
    line-height: 20px !important;
    color: #fff !important;
  }
}

#phoenix_movie .tp-caption h3 {
  margin-top: -5px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 28px;
}

@media only screen and (max-width: 960px) {
  #phoenix_movie .tp-caption h3 {
    font-size: 22px;
    margin-bottom: -16px;
  }
}

#phoenix_movie .tp-caption a {
  font-family: "Roboto", sans-serif;
  background: none;
  border: 0;
  border-radius: 15px;
  padding: 5px 20px;
  float: none !important;
  color: #fff;
  font-size: 50px;
  margin: 0 auto !important;
  font-weight: 600;
}

#phoenix_movie .tp-caption a:hover {
  background: none;
  color: #de1212;
  text-decoration: none;
}

.hades.tparrows {
  width: 40px;
  height: 40px;
}

.hades.tparrows:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  float: right;
  margin: 0 6px;
}

.hades.tparrows.tp-leftarrow:before {
  font-family: none !important;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' d='M17 3h2a1.002 1.002 0 0 1 .774 1.634L11.292 15l8.482 10.367A1.001 1.001 0 0 1 19 27h-2a1 1 0 0 1-.774-.367l-9-11a1.002 1.002 0 0 1 0-1.267l9-11C16.416 3.135 16.7 3 17 3z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
}

.hades.tparrows.tp-rightarrow:before {
  font-family: none !important;
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' d='M12 27h-2a1.002 1.002 0 0 1-.774-1.634L17.708 15 9.226 4.633A1.001 1.001 0 0 1 10 3h2a1 1 0 0 1 .774.367l9 11c.301.369.301.898 0 1.267l-9 11c-.19.231-.474.366-.774.366z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: cover;
}

.colors {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px;
}

.colors .color {
  position: relative;
}

.colors .color .title {
  position: absolute;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

#furniture .nav-link {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-right: 7px;
}

#furniture .nav-link.active {
  border: 1px solid transparent;
  color: #fff;
  background: #e2001c;
}

#furniture .nav-link.active:hover {
  border: 1px solid transparent;
  background: #e4001c;
}

#furniture .nav-link:hover {
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
  background-color: #ffffff;
}

/* Reset Select */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}

/* Remove IE arrow */

select::-ms-expand {
  display: none;
}

/* Custom Select */

.select {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  line-height: 3;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
}

.select .form-control {
  background-color: transparent !important;
  color: #333;
  font-family: "Roboto", sans-serif;
}

.select option {
  padding: 5px 0;
}

select {
  flex: 1;
  padding: 1em;
  color: #333333;
  cursor: pointer;
}

/* Arrow */

.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  pointer-events: none;
  transition: 0.25s all ease;
}

/* Transition */

.select:hover::after {
  color: #e2001c;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 100%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 100%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.box {
  margin-top: 17px;
  border-right: 0;
}

@media (min-width: 992px) {
  .box {
    margin-top: 37px;
    border-right: 1px solid #999;
  }
}

.mb-20 {
  margin-bottom: 30px !important;
}

/* START  razlike na live main.css 13.1.2022 */

a.back > svg,
a.navigation-col > svg,
a.navigation-dropdown-link > img,
a.technical-group > svg,
div.stars > svg {
  display: inline-block;
}

.testimonials-slider .swiper-slide {
  height: 475px;
}

.testimonial {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.testimonial.-expanded {
  max-height: 100vh;
}

.testimonial:not(.-expanded):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}

.swiper-gama .swiper-slide img {
  transform: scale(1);
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 595px;
}

.swiper-gama .swiper-slide.swiper-slide-duplicate-active img,
.swiper-gama .swiper-slide.swiper-slide.swiper-slide-active img {
  transition: transform 9s linear;
  transform: scale(1.2);
}

.swiper-gama .swiper-slide h1.page-title {
  position: absolute;
  bottom: 0;
  right: 2rem;
  background: none;
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  text-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5) !important;
  z-index: 10;
  padding: 0;
  margin: 0 0 -0.7rem;
}

.swiper-gama .swiper-slide {
  max-height: 595px;
  overflow: hidden;
}

.animate,
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}

/* END  razlike na live main.css 13.1.2022 */

/* IE FIX*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .animate,
  .lazyload,
  .lazyloading {
    opacity: 1 !important;
  }
}

.tab-content ul {
  list-style: disc;
  padding-left: 16px;
}

.footer h1 {
  font-size: 18px;
}

@media (max-width: 767px) {
  .footer h1 {
    font-size: 15px;
  }
}

.news-body ul {
  list-style: disc;
  padding-left: 16px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #002d5f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 45, 95, 0.28);
}

.service-form a {
  color: #002d5f;
}

.service-form .formSpin {
  position: relative;
}

.service-form .formSpin::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7IiB4PSIwcHgiIHk9IjBweCI+CiAgICA8ZGVmcz4KICAgICAgICA8c3R5bGUgdHlwZT0idGV4dC9jc3MiPjwhW0NEQVRBWwogICAgICAgICAgICBALXdlYmtpdC1rZXlmcmFtZXMgc3BpbiB7CiAgICAgICAgICAgICAgZnJvbSB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoLTM1OWRlZykKICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICAgICAgQGtleWZyYW1lcyBzcGluIHsKICAgICAgICAgICAgICBmcm9tIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICAgIHRvIHsKICAgICAgICAgICAgICAgIHRyYW5zZm9ybTogcm90YXRlKC0zNTlkZWcpCiAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgICAgIHN2ZyB7CiAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybS1vcmlnaW46IDUwJSA1MCU7CiAgICAgICAgICAgICAgICAtd2Via2l0LWFuaW1hdGlvbjogc3BpbiAxLjVzIGxpbmVhciBpbmZpbml0ZTsKICAgICAgICAgICAgICAgIC13ZWJraXQtYmFja2ZhY2UtdmlzaWJpbGl0eTogaGlkZGVuOwogICAgICAgICAgICAgICAgYW5pbWF0aW9uOiBzcGluIDEuNXMgbGluZWFyIGluZmluaXRlOwogICAgICAgICAgICB9CiAgICAgICAgXV0+PC9zdHlsZT4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJvdXRlciI+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwwQzIyLjIwNTgsMCAyMy45OTM5LDEuNzg4MTMgMjMuOTkzOSwzLjk5MzlDMjMuOTkzOSw2LjE5OTY4IDIyLjIwNTgsNy45ODc4MSAyMCw3Ljk4NzgxQzE3Ljc5NDIsNy45ODc4MSAxNi4wMDYxLDYuMTk5NjggMTYuMDA2MSwzLjk5MzlDMTYuMDA2MSwxLjc4ODEzIDE3Ljc5NDIsMCAyMCwwWiIgc3R5bGU9ImZpbGw6YmxhY2s7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNNS44NTc4Niw1Ljg1Nzg2QzcuNDE3NTgsNC4yOTgxNSA5Ljk0NjM4LDQuMjk4MTUgMTEuNTA2MSw1Ljg1Nzg2QzEzLjA2NTgsNy40MTc1OCAxMy4wNjU4LDkuOTQ2MzggMTEuNTA2MSwxMS41MDYxQzkuOTQ2MzgsMTMuMDY1OCA3LjQxNzU4LDEzLjA2NTggNS44NTc4NiwxMS41MDYxQzQuMjk4MTUsOS45NDYzOCA0LjI5ODE1LDcuNDE3NTggNS44NTc4Niw1Ljg1Nzg2WiIgc3R5bGU9ImZpbGw6cmdiKDIxMCwyMTAsMjEwKTsiLz4KICAgICAgICA8L2c+CiAgICAgICAgPGc+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMCwzMi4wMTIyQzIyLjIwNTgsMzIuMDEyMiAyMy45OTM5LDMzLjgwMDMgMjMuOTkzOSwzNi4wMDYxQzIzLjk5MzksMzguMjExOSAyMi4yMDU4LDQwIDIwLDQwQzE3Ljc5NDIsNDAgMTYuMDA2MSwzOC4yMTE5IDE2LjAwNjEsMzYuMDA2MUMxNi4wMDYxLDMzLjgwMDMgMTcuNzk0MiwzMi4wMTIyIDIwLDMyLjAxMjJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMwLDEzMCwxMzApOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksMjguNDkzOUMzMC4wNTM2LDI2LjkzNDIgMzIuNTgyNCwyNi45MzQyIDM0LjE0MjEsMjguNDkzOUMzNS43MDE5LDMwLjA1MzYgMzUuNzAxOSwzMi41ODI0IDM0LjE0MjEsMzQuMTQyMUMzMi41ODI0LDM1LjcwMTkgMzAuMDUzNiwzNS43MDE5IDI4LjQ5MzksMzQuMTQyMUMyNi45MzQyLDMyLjU4MjQgMjYuOTM0MiwzMC4wNTM2IDI4LjQ5MzksMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxMDEsMTAxLDEwMSk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMy45OTM5LDE2LjAwNjFDNi4xOTk2OCwxNi4wMDYxIDcuOTg3ODEsMTcuNzk0MiA3Ljk4NzgxLDIwQzcuOTg3ODEsMjIuMjA1OCA2LjE5OTY4LDIzLjk5MzkgMy45OTM5LDIzLjk5MzlDMS43ODgxMywyMy45OTM5IDAsMjIuMjA1OCAwLDIwQzAsMTcuNzk0MiAxLjc4ODEzLDE2LjAwNjEgMy45OTM5LDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoMTg3LDE4NywxODcpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTUuODU3ODYsMjguNDkzOUM3LjQxNzU4LDI2LjkzNDIgOS45NDYzOCwyNi45MzQyIDExLjUwNjEsMjguNDkzOUMxMy4wNjU4LDMwLjA1MzYgMTMuMDY1OCwzMi41ODI0IDExLjUwNjEsMzQuMTQyMUM5Ljk0NjM4LDM1LjcwMTkgNy40MTc1OCwzNS43MDE5IDUuODU3ODYsMzQuMTQyMUM0LjI5ODE1LDMyLjU4MjQgNC4yOTgxNSwzMC4wNTM2IDUuODU3ODYsMjguNDkzOVoiIHN0eWxlPSJmaWxsOnJnYigxNjQsMTY0LDE2NCk7Ii8+CiAgICAgICAgPC9nPgogICAgICAgIDxnPgogICAgICAgICAgICA8cGF0aCBkPSJNMzYuMDA2MSwxNi4wMDYxQzM4LjIxMTksMTYuMDA2MSA0MCwxNy43OTQyIDQwLDIwQzQwLDIyLjIwNTggMzguMjExOSwyMy45OTM5IDM2LjAwNjEsMjMuOTkzOUMzMy44MDAzLDIzLjk5MzkgMzIuMDEyMiwyMi4yMDU4IDMyLjAxMjIsMjBDMzIuMDEyMiwxNy43OTQyIDMzLjgwMDMsMTYuMDA2MSAzNi4wMDYxLDE2LjAwNjFaIiBzdHlsZT0iZmlsbDpyZ2IoNzQsNzQsNzQpOyIvPgogICAgICAgIDwvZz4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTI4LjQ5MzksNS44NTc4NkMzMC4wNTM2LDQuMjk4MTUgMzIuNTgyNCw0LjI5ODE1IDM0LjE0MjEsNS44NTc4NkMzNS43MDE5LDcuNDE3NTggMzUuNzAxOSw5Ljk0NjM4IDM0LjE0MjEsMTEuNTA2MUMzMi41ODI0LDEzLjA2NTggMzAuMDUzNiwxMy4wNjU4IDI4LjQ5MzksMTEuNTA2MUMyNi45MzQyLDkuOTQ2MzggMjYuOTM0Miw3LjQxNzU4IDI4LjQ5MzksNS44NTc4NloiIHN0eWxlPSJmaWxsOnJnYig1MCw1MCw1MCk7Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
}

body .navigation-row {
  justify-content: center;
}

body .navigation-row .navigation-col {
  max-width: 400px;
}

a.link-black {
  color: #2a3942;
  font-weight: 600;
}

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

.catalog-title {
  min-height: 45px;
}

.modular-home .patio-desc ul {
  margin-left: 30%;
  text-align: left;
}

.modular-home .patio-desc strong {
  font-size: 22px;
  /*   margin-left:30%;
     display: block;
     text-align: left;*/
}

.modular-home ul {
  list-style: outside;
}

blockquote::before {
  content: open-quote;
  font-size: 2em;
  line-height: 1;
}

blockquote::after {
  visibility: hidden;
  content: close-quote;
}

blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin: 1.5em;
  font: 1.8rem/1.4 Georgia, serif;
  text-indent: -0.85em;
}

@supports (hanging-punctuation: first) {
  blockquote {
    text-indent: 0;
    hanging-punctuation: first;
  }
}

picture img {
  display: inline;
}

.product-spec-card {
  background: #eee;
  border: 1px solid #999;
  padding: 5px 10px 15px;
  height: 100%;
}

.product-spec-card h4 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1px;
}

.product-spec-card hr {
  border-top: 1px solid #999;
  height: 1px;
  margin: 1px 0 5px;
}

#products-title {
  font-size: 42px;
}

.individual-client hr {
  border-top: 1px solid #999;
  height: 1px;
  margin: 1px 0 5px;
}

.individual-client a {
  color: #002d5f;
}

.individual-client a.btn-adom {
  color: #fff;
}

.individual-client .content-html ul {
  list-style: disc;
  padding-left: 16px;
}

.individual-client .content-html h2::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F12A";
  padding-right: 10px;
}

.intro picture {
  display: block;
}

.mline-pure-configurator img {
  height: 75px;
}

.contact-client h3 {
  font-size: 22px;
}

.exterior-key-features li {
  list-style: disc;
  margin-left: 15px;
}

.exterior-key-features .col-md-6 {
  display: flex;
  flex-direction: column;
}

.hover\:tw-bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 45, 95, var(--tw-bg-opacity));
}

.hover\:tw-bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(25, 66, 111, var(--tw-bg-opacity));
}

.hover\:tw-text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 640px){

  .sm\:tw-mb-1{
    margin-bottom: 0.25rem;
  }

  .sm\:tw-w-full{
    width: 100%;
  }

  .sm\:tw-w-1\/2{
    width: 50%;
  }

  .sm\:tw-max-w-sm{
    max-width: 24rem;
  }

  .sm\:tw-text-2xl{
    font-size: 1.5rem;
  }
}

@media (min-width: 768px){

  .md\:tw-order-1{
    order: 1;
  }

  .md\:tw-mb-0{
    margin-bottom: 0;
  }

  .md\:tw-mr-6{
    margin-right: 1.5rem;
  }

  .md\:tw-mb-16{
    margin-bottom: 4rem;
  }

  .md\:tw-w-1\/2{
    width: 50%;
  }

  .md\:tw-w-2\/3{
    width: 66.666667%;
  }

  .md\:tw-w-auto{
    width: auto;
  }

  .md\:tw-p-8{
    padding: 2rem;
  }

  .md\:tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:tw-pt-0{
    padding-top: 0;
  }

  .md\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .md\:tw-text-4xl{
    font-size: 2.25rem;
  }

  .md\:tw-text-3xl{
    font-size: 1.875rem;
  }

  .md\:tw-text-2xl{
    font-size: 1.5rem;
  }

  .md\:tw-text-base{
    font-size: 1rem;
  }

  .md\:tw-text-xl{
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px){

  .lg\:tw-order-last{
    order: 9999;
  }

  .lg\:tw-order-first{
    order: -9999;
  }

  .lg\:tw-order-1{
    order: 1;
  }

  .lg\:tw-mx-0{
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:tw-mb-20{
    margin-bottom: 5rem;
  }

  .lg\:tw-mb-0{
    margin-bottom: 0;
  }

  .lg\:tw-mb-4{
    margin-bottom: 1rem;
  }

  .lg\:tw-mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:tw-h-64{
    height: 16rem;
  }

  .lg\:tw-h-32{
    height: 8rem;
  }

  .lg\:tw-w-1\/2{
    width: 50%;
  }

  .lg\:tw-w-1\/3{
    width: 33.333333%;
  }

  .lg\:tw-w-2\/5{
    width: 40%;
  }

  .lg\:tw-w-3\/5{
    width: 60%;
  }

  .lg\:tw-w-1\/5{
    width: 20%;
  }

  .lg\:tw-w-auto{
    width: auto;
  }

  .lg\:tw-w-\[320px\]{
    width: 320px;
  }

  .lg\:tw-w-2\/3{
    width: 66.666667%;
  }

  .lg\:tw-w-1\/4{
    width: 25%;
  }

  .lg\:tw-w-2\/4{
    width: 50%;
  }

  .lg\:tw-max-w-full{
    max-width: 100%;
  }

  .lg\:tw-max-w-xs{
    max-width: 20rem;
  }

  .lg\:tw-flex-row{
    flex-direction: row;
  }

  .lg\:tw-flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:tw-items-center{
    align-items: center;
  }

  .lg\:tw-justify-between{
    justify-content: space-between;
  }

  .lg\:tw-pr-32{
    padding-right: 8rem;
  }

  .lg\:tw-pt-0{
    padding-top: 0;
  }

  .lg\:tw-pr-3{
    padding-right: 0.75rem;
  }

  .lg\:tw-pr-20{
    padding-right: 5rem;
  }

  .lg\:tw-pt-4{
    padding-top: 1rem;
  }

  .lg\:tw-pl-20{
    padding-left: 5rem;
  }

  .lg\:tw-text-left{
    text-align: left;
  }

  .lg\:tw-text-lg{
    font-size: 1.125rem;
  }

  .lg\:tw-text-4xl{
    font-size: 2.25rem;
  }
}

@media (min-width: 1140px){

  .xl\:tw-w-1\/3{
    width: 33.333333%;
  }

  .xl\:tw-justify-center{
    justify-content: center;
  }

  .xl\:tw-bg-contain{
    background-size: contain;
  }
}


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