/*Breakpoints*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");
.dnnModuleDialog {
  top: 25% !important;
  position: fixed !important;
}

.DnnModule.DnnModule-DNN_HTML.floating.drift, .floating {
  top: 25% !important;
}

html {
  scroll-behavior: smooth;
}

/*Defaults*/
img {
  max-width: 100%;
}

::selection {
  color: #FFFFFF !important;
}

a:focus {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  background: #FFFFFF;
  box-sizing: border-box;
  line-height: 1.75;
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

body p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 21px;
  margin: 0 0 15px 0;
  color: #000;
}

body ul, body ol {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.75;
}

body ul li, body ol li {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Quicksand", sans-serif;
  color: #000;
}

a, a:link, a:visited {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: #28A8E0;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
}

a:hover, a:active, a:focus {
  color: #3eb1e3;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

img, image, picture {
  outline: none !important;
}

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

/*Spacings*/
.top-spacing10 {
  margin-top: 10px;
}

.top-spacing15 {
  margin-top: 15px;
}

.top-spacing20 {
  margin-top: 20px;
}

.top-spacing25 {
  margin-top: 25px;
}

.top-spacing30 {
  margin-top: 30px;
}

.top-spacing35 {
  margin-top: 35px;
}

.top-spacing40 {
  margin-top: 40px;
}

.top-spacing45 {
  margin-top: 45px;
}

.top-spacing50 {
  margin-top: 50px;
}

.top-spacing55 {
  margin-top: 55px;
}

.top-spacing60 {
  margin-top: 60px;
}

.top-spacing65 {
  margin-top: 65px;
}

.top-spacing70 {
  margin-top: 70px;
}

.top-spacing75 {
  margin-top: 75px;
}

.top-spacing80 {
  margin-top: 80px;
}

.bot-spacing10 {
  margin-bottom: 10px;
}

.bot-spacing15 {
  margin-bottom: 15px;
}

.bot-spacing20 {
  margin-bottom: 20px;
}

.bot-spacing25 {
  margin-bottom: 25px;
}

.bot-spacing30 {
  margin-bottom: 30px;
}

.bot-spacing35 {
  margin-bottom: 35px;
}

.bot-spacing40 {
  margin-bottom: 40px;
}

.bot-spacing45 {
  margin-bottom: 45px;
}

.bot-spacing50 {
  margin-bottom: 50px;
}

.bot-spacing55 {
  margin-bottom: 55px;
}

.bot-spacing60 {
  margin-bottom: 60px;
}

.bot-spacing65 {
  margin-bottom: 65px;
}

.bot-spacing70 {
  margin-bottom: 70px;
}

.bot-spacing75 {
  margin-bottom: 75px;
}

.bot-spacing80 {
  margin-bottom: 80px;
}

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

/* BUTTONS DEFAULT */
.button-1 {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  margin: 20px 30px;
  background: #FFFFFF;
  overflow: hidden;
}

.button-1 span.hider {
  font-size: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 3px;
  background: #FFFFFF;
  border: none;
}

.button-1 span.hider::after, .button-1 span.hider::before {
  display: none;
}

.button-1 span {
  display: block;
  padding: 9px 18px;
  background: #FFFFFF;
  font-size: 1.063rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 21px;
  border: 1px solid rgba(40, 168, 224, 0.3);
}

.button-1 span::before, .button-1 span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.1s linear;
  background: #28A8E0;
}

.button-1::before, .button-1::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.1s linear;
  background: #28A8E0;
}

.button-1:hover::before, .button-1:hover::after {
  width: 100%;
}

.button-1:hover span::before, .button-1:hover span::after {
  height: 100%;
}

.button-1.btn-effect::after {
  left: 50%;
  bottom: 0;
  transition-delay: 0.3s;
}

.button-1.btn-effect span::after {
  transition-delay: 0.2s;
  right: 0;
  bottom: 0;
}

.button-1.btn-effect span::before {
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.button-1.btn-effect::before {
  right: 0;
  top: 0;
  transition-delay: 0.1s;
}

.button-1.btn-effect:hover::after {
  transition-delay: 0s;
}

.button-1.btn-effect:hover span::after {
  transition-delay: 0.1s;
}

.button-1.btn-effect:hover span::before {
  transition-delay: 0.3s;
}

.button-1.btn-effect:hover::before {
  transition-delay: 0.2s;
}

.takeMeToTop {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 46px;
  background: #28A8E0;
  color: #000;
  font-size: 1rem;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 99999;
  display: none;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

.takeMeToTop svg {
  padding: 14px 11px;
  font-size: 1rem;
  color: #FFFFFF;
}

.takeMeToTop:hover {
  background: #47b5e4;
  cursor: pointer;
}

.takeMeToTop.visible {
  display: block;
}

.takeMeToTop.visible.atBottom {
  bottom: 100px;
  transition: all 0.2s ease-in-out;
}

.dnnEditState #siteContent {
  margin-top: 250px;
}

#siteHeader {
  width: 100%;
  float: left;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

#siteHeader .pageTopWrap {
  width: 100%;
  height: 250px;
  transition: all 0.3s ease-in-out;
}

#siteHeader .pageTopWrap .wrapper {
  width: 100%;
  float: left;
  transition: all 0.3s ease-in-out;
}

#siteHeader .pageTopWrap .wrapper .logo {
  width: 370px;
  margin: 0 auto;
  display: block;
  padding: 40px 0 0 0;
  transition: all 0.3s ease-in-out;
}

#siteHeader .pageTopWrap .wrapper .logo img {
  max-width: 100%;
}

#siteHeader .pageTopWrap .wrapper .siteMenuWrapper {
  width: 100%;
  float: left;
}

#siteHeader .pageTopWrap .wrapper .siteMenuWrapper nav ul.mainMenu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

html, body {
  height: 100%;
}

#siteContent {
  width: 100%;
  float: left;
}

#siteContent .introImage {
  width: 100%;
  float: left;
  height: 100vh;
  background: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  height: 100vh;
  z-index: 1;
}

@media (max-width: 1199px) {
  #siteContent .introImage {
    background-image: none !important;
    background-size: unset;
    background-position: unset;
    height: calc(100vh - 65px);
  }
}

#siteContent .introImage .absolute-graphic {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 50vw;
  height: 100%;
  left: 0;
  /* background-image: none !important; */
  background-size: unset;
  background-position: unset;
  /* background-size: cover;
            background-repeat: no-repeat;
            background-position: right; */
  /* @media (min-width: 1480px) {
                left: -300px;
            } */
}

@media (max-width: 1199px) {
  #siteContent .introImage .absolute-graphic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
}

@media (min-width: 1200px) {
  #siteContent .introImage .absolute-graphic {
    background-image: none !important;
  }
}

#siteContent .introImage .absolute-graphic img {
  height: 100%;
  width: 140%;
  object-fit: cover;
  overflow: auto;
  position: absolute;
  z-index: 999;
  inset: 0;
  top: 0;
  bottom: 0;
  left: -40%;
  right: 0;
  max-width: unset !important;
}

#siteContent .contentTop {
  width: 100%;
  float: left;
}

#siteContent .contentMiddle {
  width: 100%;
  float: left;
  background: #0000001A;
  padding: 80px 0 65px 0;
  position: relative;
}

#siteContent .contentMiddle .subsite-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("../images/ITintro.svg") fixed;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}

#siteContent .contentMiddle .container .contentWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#siteContent .contentMiddle .container .contentWrap .contentBox {
  width: calc(33.33333% - 33px);
  float: left;
  background: #FFFFFF;
  position: relative;
}

#siteContent .contentMiddle .container .contentWrap .contentBox .box-inner {
  width: 100%;
  float: left;
  padding: 35px 60px;
  height: 100%;
}

#siteContent .contentMiddle .container .contentWrap .contentBox .box-inner h2 {
  font-size: 2.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 45px;
  width: min-intrinsic;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}

#siteContent .contentMiddle .container .contentWrap .contentBox .box-inner h2::before {
  content: '';
  background: #28A8E0;
  width: 5px;
  bottom: 10px;
  top: 10px;
  left: 0;
  position: absolute;
}

#siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .description {
  margin-bottom: 60px;
  font-size: 1.063rem;
  line-height: 21px;
  font-weight: 400;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  font-family: "Quicksand", sans-serif;
}

#siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1 {
  position: absolute;
  bottom: 30px;
  right: 55px;
  margin: 0;
}

.cookies-wrap td {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 21px;
  padding-bottom: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  #siteHeader.fixed .pageTopWrap .wrapper .logo, #siteHeader.fixedSubsite .pageTopWrap .wrapper .logo {
    margin-top: 9px !important;
  }
}

.gdpr-cookies .gdpr-container p {
  color: #FFFFFF;
}

.cookies-wrap tbody tr td {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  line-height: 21px;
  margin: 0 0 15px 0;
  color: #000;
}

.introImageFull {
  position: absolute;
  bottom: 170px;
  background: #FFFFFF66 0% 0% no-repeat padding-box;
  padding: 20px;
  width: 500px;
  z-index: 1000;
  right: 0;
}

.introImageFull h1, .introImageFull .intro-page-title {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 6rem;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 6rem;
  float: left;
  margin-bottom: 1rem;
}

.introImageFull .intro-title-link {
  color: #FFFFFF;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
  line-height: 2.375rem;
  border: 3px solid #FFFFFF;
  border-radius: 15px;
  padding: 14px 35px;
  font-weight: 400;
  letter-spacing: 0;
  float: left;
  background: transparent;
  /*         box-shadow: 0px 0px 0px 0px $white; */
  transition: all 0.3s ease-in-out;
}

.introImageFull .intro-title-link:hover {
  background: #28A8E099;
  border: 3px solid transparent;
  transition: all 0.3s ease-in-out;
}

/* ANIMATIONS  */
.scroll-animations-fade-in-up,
.scroll-animations-fade-in-up-one-by-one,
.scroll-animations-fade-in-left,
.scroll-animations-fade-in-right,
.scroll-animations-zoom-in {
  opacity: 0;
}

.animate__fadeIn {
  opacity: 1;
}

.hidden-anchor {
  float: left;
  width: 0;
  opacity: 0;
  position: absolute;
  top: -125px;
}

.hidden-anchor-wrap {
  width: 100%;
  float: left;
  position: relative;
}

.intro-anchors {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 65px;
  background: #FFFFFF4D 0% 0% no-repeat padding-box;
}

.intro-anchors::before {
  content: '';
  bottom: 85px;
  position: absolute;
  left: 0;
  right: 0;
  background: #FFFFFF;
  height: 1px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.intro-anchors .anchor {
  float: left;
  width: 33.33333%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-anchors .anchor .anchor-link {
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-top: 48px solid #FFFFFF;
  margin-top: 8px;
}

#siteContent {
  position: relative;
}

#siteContent::after {
  content: '';
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  background: #FFFFFF;
  height: 1px;
  opacity: 1;
}

#siteFooter {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

#siteFooter .footerTopWrap {
  width: 100%;
  float: left;
  background: #155E7D;
  padding: 45px 0 100px 0;
}

#siteFooter .footerTopWrap .footerTop {
  width: 100%;
  float: left;
}

#siteFooter .footerTopWrap .footerTop .footer-menu {
  width: 50%;
  float: left;
}

#siteFooter .footerTopWrap .footerTop .footer-menu ul {
  width: 100%;
  float: left;
  margin: 0;
  list-style-type: none;
}

#siteFooter .footerTopWrap .footerTop .footer-menu ul li {
  font-family: "Quicksand", sans-serif;
  color: #FFFFFF;
  line-height: 21px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.063rem;
}

#siteFooter .footerTopWrap .footerTop .footer-menu ul li:first-child {
  font-weight: 600;
}

#siteFooter .footerTopWrap .footerTop .footer-it-image {
  width: 50%;
  float: left;
}

#siteFooter .footerTopWrap .footerTop .footer-it-image img {
  position: absolute;
  top: -135px;
  bottom: 0;
  right: -225px;
  height: 900px;
  transform: rotate(190deg);
  z-index: 1;
}

#siteFooter .footerBottom {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}

#siteFooter .footerBottom .bottom-empty {
  width: 100%;
  float: left;
  background: transparent;
  height: 25px;
}

#siteFooter .footerBottom .bottomLinksWrap {
  width: 100%;
  float: left;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #155E7D;
}

#siteFooter .footerBottom .bottomLinksWrap .sfb-links-left {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#siteFooter .footerBottom .bottomLinksWrap .sfb-links-left .sep-link {
  margin-right: 15px;
  float: left;
  font-size: 1.063rem;
  line-height: 21px;
  font-family: "Quicksand", sans-serif;
  color: #155E7D;
  letter-spacing: 0;
  padding: 21px 0;
}

#siteFooter .footerBottom .bottomLinksWrap .sfb-links-right {
  width: 50%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#siteFooter .footerBottom .bottomLinksWrap .sfb-links-right .sep-link {
  font-size: 1.063rem;
  line-height: 21px;
  font-family: "Quicksand", sans-serif;
  color: #155E7D;
  letter-spacing: 0;
  margin-left: 15px;
  padding: 21px 0;
}

#siteFooter .footerBottom .bottomLinksWrap .sfb-links-right .sep-link a {
  font-size: 1.063rem;
  line-height: 21px;
  font-family: "Quicksand", sans-serif;
  color: #155E7D;
  letter-spacing: 0;
}

/* SUBSITE */
#siteContent.siteContent.subsite {
  /* min-height: 100vh; */
}

#siteContent.siteContent.subsite .introImage {
  /* height: 250px;
        transition: all 0.3s ease-in-out; */
  display: none;
}

#siteContent.siteContent.subsite .introImage .absolute-graphic {
  top: 50%;
  transform: translatey(-50%);
  width: 100vw;
  height: 100%;
  left: 0;
  overflow: hidden;
}

#siteContent.siteContent.subsite .introImage .absolute-graphic img {
  transform: rotate(-27deg);
  left: -45%;
}

#siteContent.siteContent.subsite .contentTop {
  margin-top: 35px;
}

/* #siteContent.siteContent.subsite.fixed {
    .introImage {
        height: 66px;
        transition: all 0.3s ease-in-out;
    }
} */
/* HTML MODUL CUSTOM */
.LuxuriaHTML {
  width: 100%;
  float: left;
  /* background: rgba(255,255,255,0.9); */
  background: #FFFFFF;
  padding: 35px 60px;
  margin-bottom: 60px;
  position: relative;
}

.LuxuriaHTML h2 {
  font-size: 2.5rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 45px;
}

.LuxuriaHTML h2::before {
  content: '';
  background: #28A8E0;
  width: 5px;
  bottom: 10px;
  top: 10px;
  left: 0;
  position: absolute;
}

.LuxuriaHTML h3 {
  font-size: 2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  margin: 0;
  line-height: 50px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.LuxuriaHTML h3::before {
  content: '';
  background: #28A8E0;
  width: 5px;
  bottom: 13px;
  top: 14px;
  left: 0;
  position: absolute;
}

.LuxuriaHTML ul {
  margin-bottom: 30px;
  list-style-type: none;
}

.LuxuriaHTML ul li::before {
  content: "\2022";
  color: #28A8E0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.LuxuriaHTML ul li.no-dots {
  list-style-type: none;
}

.LuxuriaHTML ul li.no-dots::before {
  display: none;
}

.wrap-reverse {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row-reverse;
}

.wrap-reverse .left {
  width: 50%;
  float: left;
  text-align: left;
}

.wrap-reverse .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-reverse .right {
  width: 50%;
  float: left;
  padding-right: 30px;
}

.wrap-reverse .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
}

.wrap .left {
  width: 50%;
  float: left;
}

.wrap .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .right {
  width: 50%;
  float: left;
  padding-left: 30px;
  text-align: right;
}

.wrap .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subsite-title {
  width: 100%;
  float: left;
}

.subsite-title h1 {
  font-size: 3rem;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  line-height: 35px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 45px;
  width: 100%;
}

.subsite-title h1::before {
  content: '';
  background: #28A8E0;
  width: 5px;
  bottom: 0;
  top: 0;
  left: 0;
  position: absolute;
}

#dnn_ContentPane {
  width: 100%;
  float: left;
}

#dnn_ContentPane .DnnModule-DNN_HTML, #dnn_ContentPane .DnnModule-DNN_UserDefinedTable {
  width: 100%;
  float: left;
}

/* REFERENCE SWIPER */
.LuxuriaHTML.LuxuriaSwiperContainer {
  margin-bottom: 0;
  padding: 0;
}

.LuxuriaHTML.LuxuriaSwiperContainer h2 {
  margin: 0 60px;
  margin-top: 35px;
}

.hideMe {
  display: none;
}

.referenceSwiper {
  position: relative;
  width: 100%;
  float: left;
  user-select: none;
  background: #FFFFFF;
  overflow: hidden;
  padding: 45px 60px 50px 60px;
  margin-bottom: 50px;
}

.referenceSwiper .referenceWrap {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.referenceSwiper .referenceWrap .referenca {
  /* padding: 20px; */
  /* opacity: 0;
            transition: all 0.3s ease-in-out; */
}

.referenceSwiper .referenceWrap .referenca .img-wrap {
  width: 100%;
  float: left;
  height: 230px;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}

.referenceSwiper .referenceWrap .referenca .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referenceSwiper .referenceWrap .referenca .description {
  width: 100%;
  float: left;
}

.referenceSwiper .referenceWrap .referenca .description p {
  margin: 5px 0;
  line-height: 21px;
}

.referenceSwiper .referenceWrap .swiper-slide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.referenceSwiper .referenceWrap .swiper-slide-active,
.referenceSwiper .referenceWrap .swiper-slide-next {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.referenceSwiper .referenceWrap .swiper-slide-active + .swiper-slide-next + .swiper-slide {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.referenceSwiper .swiper-button-prev {
  right: auto;
  height: 100%;
  top: 0;
  padding: 0 30px 0 30px;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}

.referenceSwiper .swiper-button-prev::after {
  color: #28A8E0;
}

.referenceSwiper .swiper-scrollbar {
  width: 80%;
  left: 50%;
  transform: translatex(-50%);
  bottom: 0;
}

.referenceSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #28A8E0;
  cursor: pointer;
}

.referenceSwiper .swiper-button-next {
  right: 0;
  height: 100%;
  top: 0;
  padding: 0 30px 0 30px;
  background: rgba(255, 255, 255, 0.7);
}

.referenceSwiper .swiper-button-next::after {
  color: #28A8E0;
}

@media (max-width: 450px) {
  .referenceSwiper .referenceWrap .referenca .img-wrap {
    height: 190px;
  }
  .referenceSwiper {
    padding: 25px 30px;
    margin-bottom: 30px;
  }
  .referenceSwiper .swiper-button-next, .referenceSwiper .swiper-button-prev {
    padding: 0 15px 0 15px;
  }
  .referenceSwiper .swiper-button-next::after, .referenceSwiper .swiper-button-prev::after {
    font-size: 1.75rem;
  }
  .referenceSwiper .swiper-slide-prev {
    opacity: 1;
  }
  .LuxuriaHTML.LuxuriaSwiperContainer h2 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

/* REFERENCES */
.images-wrap {
  display: flex;
  flex-wrap: wrap;
}

.images-wrap .imageDiv {
  width: calc(100% / 3);
  padding: 5px;
}

.images-wrap .imageDiv img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.images-wrap .imageDiv .opis-slike {
  width: 100%;
  float: left;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-size: 1.063rem;
  color: #000;
  margin: 5px 0 10px;
}

/* SITEMAP */
.categoryMenu.LuxuriaHTML .sidebarMenu {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.categoryMenu.LuxuriaHTML .sidebarMenu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.categoryMenu.LuxuriaHTML .sidebarMenu ul li {
  width: 100%;
  float: left;
}

.categoryMenu.LuxuriaHTML .sidebarMenu ul li a {
  color: #000;
  transition: all 0.3s ease-in-out;
}

.categoryMenu.LuxuriaHTML .sidebarMenu ul li a:hover {
  color: #28A8E0;
  transition: all 0.3s ease-in-out;
}

.categoryMenu.LuxuriaHTML .sidebarMenu ul .toplevel > ul {
  margin-left: 20px;
}

/* LIGHTBOX */
.lightboxOverlay {
  z-index: 99999 !important;
}

.lightbox {
  z-index: 100000 !important;
}

a[data-lightbox] {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

a[data-lightbox] svg {
  position: absolute;
  color: #FFFFFF;
  font-size: 2rem;
  background: rgba(40, 168, 224, 0.7);
  padding: 24px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

a[data-lightbox]:hover svg {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

/* LOGIN PAGE */
.PageLoginWrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  /* background: transparent; */
  position: relative;
  overflow: hidden;
  background: url("../images/ITintro.svg") fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.PageLoginWrapper .centerWrapper {
  float: left;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.PageLoginWrapper .centerWrapper .logo {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.PageLoginWrapper .centerWrapper .logo > a {
  margin-bottom: 1rem;
}

.PageLoginWrapper .centerWrapper .logo > a img {
  max-width: 100%;
  /* width: 250px; */
  background: rgba(255, 255, 255, 0.8);
}

.PageLoginWrapper .centerWrapper .logo .login-text {
  width: 100%;
  float: left;
  text-align: center;
  display: none;
}

.PageLoginWrapper .centerWrapper .copyright {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0.75rem;
}

.PageLoginWrapper .centerWrapper .loginContent {
  float: left;
  width: 90%;
  margin: 5%;
  background: #FFFFFF;
  padding: 30px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.5);
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService {
  width: 100%;
  float: left;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnLoginRememberMe .dnnBoxLabel {
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.67px;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnLoginRememberMe .dnnCheckbox .mark {
  padding: 0;
  background-color: #FFFFFF;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnLabel {
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  text-align: left;
  min-height: 1px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.67px;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem input {
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  border: 1px solid #707070;
  border-radius: 0;
  padding: 10px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.67px;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnFormLabel {
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  text-align: left;
  min-height: 1px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.67px;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnPrimaryAction {
  border: none;
  outline: none;
  background: #28A8E0;
  color: #FFFFFF;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  padding: 10px 20px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.67px;
}

.PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnSecondaryAction {
  border: none;
  outline: none;
  background: #F4F4F4;
  color: #2A2A2A;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  padding: 10px 20px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.67px;
}

@media (min-width: 576px) {
  .PageLoginWrapper .centerWrapper .loginContent {
    max-width: 480px;
    margin: 15px calc(50% - 240px) !important;
  }
}

@media (min-width: 768px) {
  .PageLoginWrapper .centerWrapper .logo > a img {
    max-width: 480px;
    margin: 15px calc(50% - 240px) !important;
    width: auto;
  }
}

/* #IntroAnchor {
    bottom: 50px;
    transition: all 0.2s ease-in-out;
}
#IntroAnchor.fixed {
    bottom: 0px;
    transition: all 0.2s ease-in-out;
} */
@media (max-width: 767px) {
  /* #siteContent .introImage {
        height: calc(var(--vh, 1vh) * 100);
    } */
  /* #siteContent .introImage .absolute-graphic {
        height: 100vh;
    } */
  #siteFooter .footerTopWrap {
    padding: 45px 0 35px 0;
  }
  #siteFooter .footerTopWrap .footerTop .footer-menu ul li {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  body ul li, body ol li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  body p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .subsite-title h1 {
    line-height: 35px;
    font-size: 2rem;
  }
  .subsite-title h1::before {
    bottom: 6px;
    top: 6px;
  }
  .LuxuriaHTML h2 {
    line-height: 26px;
    font-size: 1.75rem;
  }
  .LuxuriaHTML h2::before {
    bottom: 2px;
    top: 3px;
  }
  .LuxuriaHTML h3 {
    line-height: 25px;
    font-size: 1.5rem;
  }
  .LuxuriaHTML h3::before {
    bottom: 4px;
    top: 4px;
  }
  .button-1 span {
    font-size: 0.875rem;
    font-weight: 400;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-left .sep-link {
    font-size: 0.875rem;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-right .sep-link {
    font-size: 0.875rem;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-right .sep-link a {
    font-size: 0.875rem;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner h2 {
    line-height: 26px;
    font-size: 1.75rem;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner h2::before {
    bottom: 2px;
    top: 3px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .description {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  #siteContent .contentMiddle .subsite-background {
    background-position: left;
    background-size: cover;
  }
  #siteContent .introImage .absolute-graphic {
    width: 100vw;
  }
  #siteContent .introImage .absolute-graphic img {
    left: 0;
    width: 100%;
    opacity: 0.5;
  }
  #siteContent .introImage .absolute-graphic .introImageFull {
    left: 0;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  #siteContent .introImage .absolute-graphic .introImageFull .intro-page-title {
    font-size: 4rem;
    line-height: 4rem;
  }
  #siteContent .introImage .absolute-graphic .introImageFull .intro-title-link {
    font-size: 1.5rem;
    padding: 10px 30px;
  }
  .intro-anchors .anchor .anchor-link {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #FFFFFF;
    margin-top: 18px;
  }
  .PageLoginWrapper .centerWrapper .logo > a img {
    width: 250px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #siteContent .introImage .absolute-graphic {
    width: 100vw;
  }
  #siteContent .introImage .absolute-graphic img {
    left: -50%;
    width: 100%;
  }
  #siteContent .introImage .absolute-graphic .introImageFull {
    left: 15px;
    /* margin: 0 auto;
            width: calc(100% - 30px); */
  }
}

@media (max-width: 991px) {
  .images-wrap .imageDiv {
    width: 100%;
    margin-bottom: 20px;
  }
  .LuxuriaHTML {
    padding: 25px 30px;
  }
  .wrap-reverse {
    flex-direction: column;
  }
  .wrap-reverse .left {
    width: 100%;
  }
  .wrap-reverse .left .custom-h2 {
    margin-bottom: 20px;
  }
  .wrap-reverse .right {
    width: 100%;
    padding: 0;
  }
  .wrap {
    flex-direction: column;
  }
  .wrap .left {
    width: 100%;
  }
  .wrap .left .custom-h2 {
    margin-bottom: 20px;
  }
  .wrap .right {
    width: 100%;
    padding: 0;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox {
    width: 100%;
    margin-bottom: 45px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner {
    padding: 25px 30px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .description {
    margin-bottom: 75px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1 {
    right: 30px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1.btn-effect::after {
    width: 100%;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1.btn-effect::before {
    width: 100%;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1 span::before {
    height: 100%;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1 span::after {
    height: 100%;
  }
  .PageLoginWrapper .centerWrapper {
    position: unset !important;
    top: unset !important;
    transform: none !important;
    padding-top: 2rem;
  }
}

@media (max-width: 575px) {
  .PageLoginWrapper .centerWrapper .loginContent {
    padding: 20px !important;
  }
  .PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnLabel label {
    font-size: 0.75rem !important;
  }
  .PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnLoginRememberMe .dnnBoxLabel {
    font-size: 0.75rem !important;
  }
  .PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnPrimaryAction {
    font-size: 0.75rem !important;
  }
  .PageLoginWrapper .centerWrapper .loginContent .LoginPanel .dnnLoginService .dnnFormItem .dnnSecondaryAction {
    font-size: 0.75rem !important;
  }
}

.mobileMenuWrapper ul.mainMenu li a {
  text-transform: uppercase;
}

.error-page-wrap {
  width: 100%;
  float: left;
}

.error-page-wrap .button-1.btn-effect {
  margin: 10px 0;
  background: transparent;
}

.error-page-wrap .button-1.btn-effect span {
  background: transparent;
}

.error-page-wrap .button-1.btn-effect span.hider {
  background: rgba(255, 255, 255, 0.9);
}

.dnnEditState .circles {
  display: none;
}

.siteMenuWrapper .mainMenu .firstLevel.hasDropdown:hover .mm-dropdown-menu, .siteMenuWrapper .mainMenu .firstLevel.hasDropdown:active .mm-dropdown-menu, .siteMenuWrapper .mainMenu .firstLevel.hasDropdown:focus .mm-dropdown-menu {
  display: block !important;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  left: 50% !important;
  transform: translatex(-50%);
  width: auto;
  max-width: 300px;
  min-width: 300px;
  top: 99%;
  z-index: 10;
  padding: 15px 15px 15px 30px;
  list-style-type: none;
  margin: 0;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15), -10px 8px 15px rgba(0, 0, 0, 0.15), 10px 8px 15px rgba(0, 0, 0, 0.15);
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel.hasDropDown:hover .mm-dropdown-menu.subLevelSecond, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel.hasDropDown:active .mm-dropdown-menu.subLevelSecond, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel.hasDropDown:focus .mm-dropdown-menu.subLevelSecond {
  display: block;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel {
  text-align: left;
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  line-height: 1;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .sub-menu-item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  overflow: hidden;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .sub-menu-item:hover span, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .sub-menu-item:active span, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .sub-menu-item:focus span {
  color: #28A8E0;
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .sub-menu-item span {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #2A2A2A;
  text-align: center;
  padding: 10px 0;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.56px;
  line-height: 1;
  display: inline-block;
  font-size: 1.063rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel:hover > .mm-dropdown-menu.subLevelSecond {
  display: block;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .mm-dropdown-menu.subLevelSecond {
  top: -15px !important;
  left: 180px !important;
  display: none;
  transform: none;
  max-width: 300px;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a span {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #2A2A2A;
  text-align: center;
  padding: 10px 0;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.56px;
  line-height: 1;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a:hover span, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a:active span, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a:focus span {
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel:hover a span, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel:active a span, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel:focus a span {
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel:hover a span::before, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel:active a span::before, .siteMenuWrapper .mainMenu .firstLevel > ul.sublist.mm-dropdown-menu.subLevel li.secondLevel:focus a span::before {
  width: 10px;
  transition: all 0.4s ease-in-out;
  color: #28A8E0;
  margin-right: 5px;
}

.siteMenuWrapper .mainMenu {
  list-style-type: none;
  position: relative;
}

.siteMenuWrapper .mainMenu > .firstLevel {
  position: relative;
}

.siteMenuWrapper .mainMenu > .firstLevel .sub-menu-item, .siteMenuWrapper .mainMenu > .firstLevel .menu-item-top {
  padding: 21px 25px;
  float: left;
}

.siteMenuWrapper .mainMenu > .firstLevel .sub-menu-item span, .siteMenuWrapper .mainMenu > .firstLevel .menu-item-top span {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  line-height: 24px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu > .firstLevel .sub-menu-item:hover span, .siteMenuWrapper .mainMenu > .firstLevel .menu-item-top:hover span {
  font-size: 1.125rem;
  color: #28A8E0;
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu .active.firstLevel .sub-menu-item span, .siteMenuWrapper .mainMenu .active.firstLevel .menu-item-top span {
  color: #28A8E0;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  left: 50% !important;
  transform: translatex(-50%);
  width: auto;
  max-width: 300px;
  min-width: 300px;
  top: 99%;
  z-index: 10;
  padding: 15px 15px 15px 30px;
  list-style-type: none;
  margin: 0;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.15), -10px 8px 15px rgba(0, 0, 0, 0.15), 10px 8px 15px rgba(0, 0, 0, 0.15);
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel.hasDropDown:hover .mm-dropdown-menu.subLevelSecond, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel.hasDropDown:active .mm-dropdown-menu.subLevelSecond, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel.hasDropDown:focus .mm-dropdown-menu.subLevelSecond {
  display: block;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel {
  text-align: left;
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  line-height: 1;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .sub-menu-item {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  overflow: hidden;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .sub-menu-item:hover span, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .sub-menu-item:active span, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .sub-menu-item:focus span {
  color: #28A8E0;
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .sub-menu-item span {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #2A2A2A;
  text-align: center;
  padding: 10px 0;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.56px;
  line-height: 1;
  display: inline-block;
  font-size: 1.063rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel:hover > .mm-dropdown-menu.subLevelSecond {
  display: block;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .mm-dropdown-menu.subLevelSecond {
  top: -15px !important;
  left: 180px !important;
  display: none;
  transform: none;
  max-width: 300px;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a span {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  color: #2A2A2A;
  text-align: center;
  padding: 10px 0;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.56px;
  line-height: 1;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a:hover span, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a:active span, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel .mm-dropdown-menu.subLevelSecond .secondLevel a:focus span {
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel:hover a span, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel:active a span, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel:focus a span {
  transition: all 0.3s ease-in-out;
}

.siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel:hover a span::before, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel:active a span::before, .siteMenuWrapper .mainMenu li.hasDropDown .mm-dropdown-menu li.secondLevel:focus a span::before {
  width: 10px;
  transition: all 0.4s ease-in-out;
  color: #28A8E0;
  margin-right: 5px;
}

.siteMenuWrapper .mainMenu li.hasDropDown:hover .mm-dropdown-menu, .siteMenuWrapper .mainMenu li.hasDropDown:active .mm-dropdown-menu, .siteMenuWrapper .mainMenu li.hasDropDown:focus .mm-dropdown-menu {
  display: block;
}

#siteHeader {
  box-shadow: 0px -11px 8px 10px #000;
}

#siteHeader::after {
  content: '';
  bottom: -20px;
  position: absolute;
  left: 0;
  right: 0;
  background: #FFFFFF;
  height: 1px;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

#siteHeader.fixed, #siteHeader.fixedSubsite {
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

#siteHeader.fixed::after, #siteHeader.fixedSubsite::after {
  bottom: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

#siteHeader.fixed .pageTopWrap, #siteHeader.fixedSubsite .pageTopWrap {
  height: 66px;
  transition: all 0.3s ease-in-out;
}

#siteHeader.fixed .pageTopWrap .wrapper, #siteHeader.fixedSubsite .pageTopWrap .wrapper {
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}

#siteHeader.fixed .pageTopWrap .wrapper .logo, #siteHeader.fixedSubsite .pageTopWrap .wrapper .logo {
  width: 140px;
  padding: 0;
  margin-top: 6px;
  transition: all 0.3s ease-in-out;
}

#siteHeader.fixed .pageTopWrap .wrapper .siteMenuWrapper, #siteHeader.fixedSubsite .pageTopWrap .wrapper .siteMenuWrapper {
  width: calc(100% - 140px);
  transition: all 0.3s ease-in-out;
}

#siteHeader.fixed .pageTopWrap .wrapper .siteMenuWrapper nav .mainMenu > li.firstLevel > a, #siteHeader.fixedSubsite .pageTopWrap .wrapper .siteMenuWrapper nav .mainMenu > li.firstLevel > a {
  padding: 21px 25px;
}

.mobileMenuWrapper {
  display: none;
}

.mobileMenuWrapper ul.mainMenu {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -300px;
  width: 300px;
  background: #FFFFFF;
  color: black;
  transition: all 0.5s;
  padding: 0;
  height: calc(100% - 55px);
  list-style-type: none;
  overflow: auto;
  z-index: 999;
}

.mobileMenuWrapper ul.mainMenu .mobileUtil {
  float: left;
  width: 100%;
  position: relative;
  padding: 5px 15px;
  background: #FFFFFF;
  height: 65px;
}

.mobileMenuWrapper ul.mainMenu .mobileUtil:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  left: -100%;
  top: 0;
  bottom: 0;
  width: calc(100% - 300px);
  position: fixed;
  z-index: 1;
  transition: all 0.5s;
}

.mobileMenuWrapper ul.mainMenu .mobileUtil .closeMobile {
  float: right;
  width: 30px;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  margin: 4px 0 0 0;
  text-align: center;
  font-size: 1.375rem;
  border-radius: 4px;
}

.mobileMenuWrapper ul.mainMenu .mobileUtil .closeMobile:hover, .mobileMenuWrapper ul.mainMenu .mobileUtil .closeMobile:active, .mobileMenuWrapper ul.mainMenu .mobileUtil .closeMobile:focus {
  cursor: pointer;
}

.mobileMenuWrapper ul.mainMenu .mobileUtil .closeMobile::before {
  content: '\e80a';
  font-family: "icons";
  font-size: 30px;
  color: #28A8E0;
  -webkit-text-stroke: 2px white;
}

.mobileMenuWrapper ul.mainMenu .mobileUtil .mLogo {
  float: left;
  margin: 5px 0;
}

.mobileMenuWrapper ul.mainMenu .mobileUtil .mLogo img {
  max-height: 45px;
  width: auto;
  display: block;
}

.mobileMenuWrapper ul.mainMenu li {
  float: left;
  width: 100%;
  margin: 0 0 2px 0;
  padding: 0;
  border-top: 1px solid #efefef;
  /* &.active {
            a {
              background: $blue1;
              text-decoration: none;
              color: $blue2 !important;
            }
          } */
}

.mobileMenuWrapper ul.mainMenu li a.active::before {
  width: 10px;
  transition: all 0.4s ease-in-out;
  color: #155E7D;
  margin-right: 5px;
}

.mobileMenuWrapper ul.mainMenu li a {
  float: left;
  width: 100%;
  background: #FFFFFF;
  color: #000;
  line-height: 17px;
  font-size: 1rem;
  padding: 15px 15px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  /* &:hover,
            &:focus,
            &:active {
              background: $blue1;
              text-decoration: none;
              color: $blue2 !important;
            } */
}

.mobileMenuWrapper ul.mainMenu li a::before {
  content: '';
  height: 2px;
  color: #155E7D;
  width: 0;
  display: inline-block;
  margin-right: 0;
  left: 0;
  transition: all .4s ease-in-out;
  background-color: #28A8E0 !important;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown a {
  width: calc(100% - 47px);
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .expandTree {
  float: left;
  width: 47px;
  height: 47px;
  background: #FFFFFF;
  color: #000;
  text-align: center;
  line-height: 38px;
  border-left: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  /* &:hover,
            &:active,
            &:focus {
              cursor: pointer;
              background: $blue1;
              text-decoration: none;
              color: $blue2 !important;
            }
            i {
                margin: 13px;
            } */
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .expandTree svg {
  font-size: 1rem;
  color: #28A8E0;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu.mmActive {
  display: block;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li {
  float: left;
  width: calc(100%);
  margin: 0 -40px 0 0;
  padding: 0;
  /* &.active {
                a {
                  background: $blue1;
                  text-decoration: none;
                  color: $blue2;
                }
              } */
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li a {
  background: #FFFFFF;
  padding-left: 30px;
  color: black;
  /* width: 100%; */
  /* &:hover,
                &:active,
                &:focus {
                  cursor: pointer;
                  background: $blue1;
                  text-decoration: none;
                  color: $blue2;
                } */
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li a .item-img {
  display: none;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li .expandTree {
  float: left;
  width: 47px;
  height: 47px;
  background: #FFFFFF;
  color: #000;
  text-align: center;
  line-height: 38px;
  border-left: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  /* &:hover,
                &:active,
                &:focus {
                  cursor: pointer;
                  background: $blue1;
                  text-decoration: none;
                  color: $blue2;
                } */
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li .mm-dropdown-menu {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li .mm-dropdown-menu li {
  float: left;
  width: 100%;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li .mm-dropdown-menu li a {
  float: left;
  width: 100%;
  padding-left: 60px;
}

.mobileMenuWrapper ul.mainMenu li.hasDropdown .mm-dropdown-menu li.hasDropdown a {
  width: calc(100% - 47px);
}

.mobileMenuWrapper.mmActive ul.mainMenu {
  margin-left: 0;
  display: block;
}

.mobileMenuWrapper.mmActive ul.mainMenu .mobileUtil:after {
  right: 0;
}

.mobileMenuWrapper .mainMenu.active {
  margin-right: 0;
}

.mobileMenuWrapper .mainMenu.active .mobileUtil:after {
  left: 0 !important;
}

@media (max-width: 1199px) {
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner {
    padding: 25px 30px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .description {
    margin-bottom: 75px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1 {
    right: 30px;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1.btn-effect::after {
    width: 100%;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1.btn-effect::before {
    width: 100%;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1 span::before {
    height: 100%;
  }
  #siteContent .contentMiddle .container .contentWrap .contentBox .box-inner .button-1 span::after {
    height: 100%;
  }
  #siteFooter .footerBottom .bottomLinksWrap {
    height: unset;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-left {
    width: 100%;
    margin: 10px 0;
    flex-direction: unset;
    flex-wrap: wrap;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-left .sep-link:first-child {
    padding: 0;
    width: auto;
    margin: 0;
    float: left;
    text-align: left;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-left .sep-link:nth-child(2) {
    padding: 0;
    width: calc(100% - 65px);
    float: left;
    margin: 0;
    text-align: left;
    padding: 0 10px;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-left .sep-link:last-child {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    text-align: left;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-right {
    width: 100%;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-right .sep-link {
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
    text-align: left;
  }
  #siteFooter .footerBottom .bottomLinksWrap .sfb-links-right .sep-link:nth-child(2), #siteFooter .footerBottom .bottomLinksWrap .sfb-links-right .sep-link:last-child {
    text-align: right;
  }
  #siteFooter .footerTopWrap .footerTop .footer-menu {
    width: 100%;
  }
  #siteHeader .sh-bottom .siteMenuWrapper {
    display: none;
  }
  #siteHeader .pageTopWrap {
    height: 66px;
  }
  #siteHeader .pageTopWrap .wrapper .logo {
    width: 140px;
    padding: 0;
    margin-top: 6px;
    transition: all 0.3s ease-in-out;
  }
  #siteHeader .pageTopWrap .wrapper .siteMenuWrapper {
    display: none;
  }
  #burgerMenu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    /* #menu__toggle:checked + .menu__btn > span {
            transform: rotate(45deg);
            }
            #menu__toggle:checked + .menu__btn > span::before {
            top: 0;
            transform: rotate(0deg);
            }
            #menu__toggle:checked + .menu__btn > span::after {
            top: 0;
            transform: rotate(90deg);
            }
            #menu__toggle:checked ~ .menu__box {
            left: 0 !important;
            } */
  }
  #burgerMenu #menu__toggle {
    opacity: 0;
    position: absolute;
    top: -300px;
  }
  #burgerMenu .menu__btn.burgerACTIVE > span {
    transform: rotate(45deg);
  }
  #burgerMenu .menu__btn.burgerACTIVE > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #burgerMenu .menu__btn.burgerACTIVE > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #burgerMenu .menu__btn.burgerACTIVE ~ .menu__box {
    left: 0 !important;
  }
  #burgerMenu .menu__btn {
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
  }
  #burgerMenu .menu__btn > span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    width: 21px;
    height: 2px;
    background-color: #000;
    transition-duration: .25s;
  }
  #burgerMenu .menu__btn > span::before {
    content: '';
    top: -8px;
    display: block;
    position: absolute;
    width: 25px;
    left: -2px;
    height: 2px;
    background-color: #28A8E0;
    transition-duration: .25s;
  }
  #burgerMenu .menu__btn > span::after {
    content: '';
    top: 8px;
    display: block;
    position: absolute;
    width: 25px;
    left: -2px;
    height: 2px;
    background-color: #28A8E0;
    transition-duration: .25s;
  }
  .mobileMenuWrapper ul.mainMenu > li:last-of-type {
    border-bottom: 1px solid #efefef;
  }
  .mobileMenuWrapper {
    display: block;
  }
  .mobileMenuWrapper nav .mainMenu {
    top: 66px;
  }
  .mobileMenuWrapper nav .mainMenu .mobileUtil {
    height: 0;
    padding: 0;
  }
  .mobileMenuWrapper nav .mainMenu .mobileUtil .mLogo {
    display: none;
  }
  .mobileMenuWrapper nav .mainMenu .mobileUtil .closeMobile {
    display: none;
  }
  .mobileMenuWrapper nav .mainMenu .mobileUtil::after {
    top: 66px;
  }
  .mobileMenuWrapper ul.mainMenu li {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .mobileMenuWrapper {
    display: none;
  }
  #burgerMenu {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */