#filtr-gallery {
  padding: 45px 0;
  background: #f1f1f1;
  color: #000000;
}

.filtr-container {
  margin: 0 -4px;
}

.filtr-item {
  padding: 4px;
}

.filtr-controls {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}

.filtr-controls span {
  display: inline-block;
  margin: 10px 15px;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  color: #777;
}

.filtr-controls span:hover, .filtr-controls span.active {
  color: #000;
}

.filtr-controls span:after {
  content: ' ';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #000;
}

@media (max-width:479px) {
  .filtr-item {
    width: 100%;
  }
}

.filtr-item > a {
  position: relative;
  display: block;
}

.filtr-item > a:before, .filtr-item > a:after {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-item > a:before {
  content: ' ';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}

.filtr-item:hover > a:before {
  background: rgba(0,0,0,0.2);
}

.filtr-item > a:after {
  font-family: FontAwesome;
  content: '\f002';
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -17px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.filtr-item:hover > a:after {
  opacity: .5;
}

.filtr-loading {
  border: 5px solid #333;
  position: relative;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: 80px 0;
  opacity: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial,Baskerville,monospace;
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  /*opacity: .9;*/
  display: none;
  z-index: 1050;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: .7;
}

.sl-wrapper .sl-close {
  right: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 5rem;
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
  /*border: 1px solid #ddd;*/
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 15px;
  display: block;
  /*border: 0;*/
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  background: #fff;
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0,0,0,.8);
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  -webkit-animation: opacity .6s ease-out;
  -moz-animation: opacity .6s ease-out;
  -ms-animation: opacity .6s ease-out;
  -o-animation: opacity .6s ease-out;
  animation: opacity .6s ease-out;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 15px;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1057;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@keyframes pulsate {
}

@keyframes opacity {
}

footer {
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
  margin-top: 80px;
  bottom: 0;
  color: #fff;
}

.footer-navigation h3 {
  margin: 0;
  font: normal 36px Cookie, cursive;
  margin-bottom: 20px;
  color: #fff;
}

.footer-navigation h3 a {
  text-decoration: none;
  color: #fff;
}

.footer-navigation h3 span {
  color: #5383d3;
}

.footer-navigation p.links a {
  color: #fff;
  text-decoration: none;
}

.footer-navigation p.company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}

@media (max-width:767px) {
  .footer-contacts {
    margin: 30px 0;
  }
}

.footer-contacts p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
}

.footer-contacts p a {
  color: #5383d3;
  text-decoration: none;
}

.fa.footer-contacts-icon {
  background-color: #33383b;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px 10px 0;
}

span.new-line-span {
  display: block;
  font-weight: normal;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-about h4 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-about p {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

div.social-links {
  margin-top: 20px;
  color: #fff;
}

.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .container.py-5 .coltxt {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .infotxt {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .infotxt {
    font-size: 18px;
  }
}

.tipspan {
  font-weight: bold;
}

.mainhousepage .container.cn {
  margin-top: 230px;
}

.acmdistre {
  background: rgba(163,163,163,0.51);
  width: 150px;
  height: 4px;
  margin-top: 13px;
  margin-bottom: 20Px;
  border-radius: 10px;
}

#housemain {
  height: auto;
  margin-bottom: 30vh;
}

.mainhousepage .tophead {
  margin-top: 0px;
}

.infotxt {
  margin-right: 20px;
}

.example {
  margin-top: 150px;
  margin-bottom: 150px;
}

.mainhousepage .carousel {
  align-items: center;
  display: flex;
  margin: 3.5rem auto;
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 300px;
}
.mainhousepage .carousel__images {
  display: flex;
  transform: translateX(0);
  transition: transform 0.25s;
}
.mainhousepage .carousel__images img {
  border-radius: 5px;
}
.mainhousepage .carousel__button {
  background: green;
  border: 0;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 9px;
  height: 2rem;
  opacity: 0.75;
  position: absolute;
  transition: opacity 0.25s;
  width: 2rem;
  z-index: 1;
}
.mainhousepage .carousel__button.previous {
  left: 5px;
}
.mainhousepage .carousel__button.next {
  right: 5px;
}
.mainhousepage .carousel__button:hover {
  opacity: 1;
}#clm .col-md-6 {
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes bounce {
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@keyframes flash {
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@keyframes pulse {
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@keyframes rubberBand {
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@keyframes shake {
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@keyframes headShake {
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@keyframes swing {
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@keyframes tada {
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@keyframes wobble {
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@keyframes jello {
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@keyframes bounceIn {
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.bounceOut, .flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@keyframes bounceInDown {
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@keyframes bounceOut {
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInDown {
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@keyframes flip {
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@keyframes flipInX {
}

.flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY, .flipOutX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
}

@keyframes flipInY {
}

.flipInY {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@keyframes flipOutX {
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
}

@keyframes flipOutY {
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@keyframes jackInTheBox {
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@keyframes rollIn {
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@keyframes rollOut {
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@keyframes zoomIn {
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes zoomInDown {
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@keyframes zoomOut {
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@keyframes slideInLeft {
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@keyframes slideInRight {
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@keyframes slideInUp {
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@keyframes slideOutDown {
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

#fw_al_001 {
  overflow: hidden;
  max-height: 900px;
  position: relative;
  background: #000;
}

#fw_al_001:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#fw_al_001:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#fw_al_001 > .carousel-inner > .carousel-item > a > img, #fw_al_001 > .carousel-inner > .carousel-item > img {
  opacity: .45;
  margin: auto;
  width: 100%!important;
}

.ps_slide_y .carousel-inner, .ps_slide_y .carousel-item {
  height: 100%;
}

.ps_slide_y .carousel-item-next.carousel-item-left, .ps_slide_y .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ps_slide_y .active.carousel-item-right, .ps_slide_y .carousel-item-next {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.ps_slide_y .active.carousel-item-left, .ps_slide_y .carousel-item-prev {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.ps_indicators_y .carousel-indicators {
  top: 0;
  left: 3%;
  width: 5%;
  bottom: 0;
  height: 25%;
  right: auto;
  margin: auto;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 481px) {
  .ps_indicators_y .carousel-indicators li {
    width: 13px;
    height: 13px;
    display: block;
    margin: 10px auto;
    background: 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 2px solid rgba(76,133,75,0.7);
  }
}

@media (max-width: 480px) {
  .ps_indicators_y .carousel-indicators li {
    width: 9px;
    height: 9px;
    display: block;
    margin: 10px auto;
    background: 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 2px solid rgba(76,133,75,0.7);
  }
}

@media (max-width: 480px) {
  .ps_indicators_y .carousel-indicators .active {
    width: 9px;
    height: 9px;
    margin: 10px auto;
    background: #1fe700;
  }
}

@media (min-width: 481px) {
  .ps_indicators_y .carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 10px auto;
    background: #1fe700;
  }
}

.ps_indicators_y .carousel-indicators::-webkit-scrollbar {
  width: 3px;
}

.ps_indicators_y .carousel-indicators::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.51);
  -webkit-border-radius: 0;
  border-radius: 0;
}

.fw_al_001_slide {
  left: 0;
  top: 25%;
  right: 0;
  width: 65%;
  margin: auto;
  position: absolute;
  text-align: center;
}

.fw_al_001_slide > h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Allura;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1);
}

@media (max-width: 1200px) {
  .fw_al_001_slide > h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Allura;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
    animation-timing-function: cubic-bezier(.23,1,.32,1);
  }
}

.fw_al_001_slide > h1, .fw_al_001_slide > p {
  color: #ffffff;
  line-height: normal;
  -webkit-animation-delay: .5s;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  font-weight: 400;
}

.fw_al_001_slide > h1 {
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-family: 'cinzel;
  animation-delay: .5s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  animation-timing-function: cubic-bezier(.23,1,.32,1);
}

.fw_al_001_slide > p {
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Roboto;
  animation-delay: .5s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  animation-timing-function: cubic-bezier(.23,1,.32,1);
}

.fw_al_001_slide > a, .fw_al_001_slide > a:visited {
  outline: 0;
  width: auto;
  height: 50px;
  color: #ffffff;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  text-shadow: none;
  line-height: 50px;
  margin: 30px 10px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #3dbe3d;
  text-transform: uppercase;
  font-family: 'cinzel;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);
  animation-timing-function: cubic-bezier(.23,1,.32,1);
  -webkit-transition: background cubic-bezier(.23,1,.32,1) .7s;
  transition: background cubic-bezier(.23,1,.32,1) .7s;
}

.fw_al_001_slide > a:active, .fw_al_001_slide > a:hover {
  color: #fff;
  background: rgba(23,52,23,0.63);
  border: 2px solid #58993a;
}

@media only screen and (max-width:480px) {
  .fw_al_001_slide {
    top: 0;
    width: 100%;
  }
}

@media only screen and (max-width:480px) {
  .ps_indicators_y > .carousel-indicators {
    height: 100%;
  }
}

@media only screen and (max-width:480px) {
  .fw_al_001_slide > h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width:480px) {
  .fw_al_001_slide > h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width:480px) {
  .fw_al_001_slide > p {
    font-size: 14px;
  }
}

@media only screen and (max-width:480px) {
  .fw_al_001_slide > a, .fw_al_001_slide > a:visited {
    height: 40px;
    margin: 0 10px;
    padding: 0 23px;
    line-height: 40px;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .fw_al_001_slide {
    top: 5%;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fw_al_001_slide {
    top: 15%;
    width: 100%;
  }
}

@media (min-width:481px) and (max-width:600px) {
  .fw_al_001_slide > h1 {
    font-size: 40px;
  }
}

@media (min-width:601px) and (max-width:767px) {
  .fw_al_001_slide {
    top: 15%;
    width: 100%;
  }
}

.ps_ease .carousel-item {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.ps_easeInOut .carousel-item {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.ps_speedy .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
  transition-timing-function: cubic-bezier(0,1,0,1);
}

.ps_slowSpeedy .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.3,1,0,1);
  transition-timing-function: cubic-bezier(.3,1,0,1);
}

.ps_easeOutInCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.22,.81,.01,.99);
  transition-timing-function: cubic-bezier(.22,.81,.01,.99);
}

.ps_swing .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
  transition-timing-function: cubic-bezier(.02,.01,.47,1);
}

.ps_easeOutCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.ps_easeInOutCubic .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}

.ps_easeOutCirc .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.ps_easeOutExpo .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.ps_easeInQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
  transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}

.ps_easeOutQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}

.ps_easeInOutQuad .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
  transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}

.ps_easeOutQuart .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}

.ps_easeInOutQuart .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
}

.ps_easeOutQuint .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}

.ps_easeInSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
  transition-timing-function: cubic-bezier(.47,0,.745,.715);
}

.ps_easeOutSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
}

.ps_easeInOutSine .carousel-item {
  -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
  transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--white)!important;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(255,255,255,0.81)!important;
  transition: 0.3s;
}

::-webkit-scrollbar {
  display: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

html {
  scroll-behavior: smooth;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #00a0d7;
}

.actual-head {
  margin-top: 90px;
  color: rgb(0,0,0);
  letter-spacing: 5px;
  font-size: 52px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 520;
}

@media (max-width: 768px) {
  .offerdiv {
    position: absolute;
  }
}

.offerdiv {
  margin-top: 90px;
  margin-bottom: 140px;
}

@media (min-width: 1200px) {
  .offersection {
    margin-top: 150px;
  }
}

.offersection {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .actualities {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .actualitiess {
    margin-bottom: 0px;
    margin-top: 100px;
  }
}

.actualitiess {
  margin-bottom: 180px;
  margin-top: 100px;
}

@media (min-width: 1200px) {
  .actualitiess {
    margin-bottom: 180px;
  }
}

@media (min-width: 576px) {
  #main {
    height: 440px;
  }
}

@media (min-width: 768px) {
  #main {
    height: 592px;
  }
}

@media (min-width: 992px) {
  #main {
    height: 700Px;
  }
}

@media (min-width: 1200px) {
  #main {
    height: 900Px;
  }
}

@media (max-width: 768px) {
  .actual-head {
    font-size: 40px;
  }
}

.accom {
  font-size: 52px;
  letter-spacing: 4px;
}

.accom2 {
  font-size: 52px;
}

@media (max-width: 768px) {
  .accom2 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  .accom {
    font-size: 40px;
    letter-spacing: 1px;
  }
}

.parof {
  font-size: 17px;
}

@media (max-width: 768px) {
  .parof {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .ofimg2 {
    max-width: 170px;
    width: 170px;
  }
}

@media (max-width: 768px) {
  .ofimg {
    width: 170px;
  }
}

.ofimg2 {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  width: 300px;
}

.ofimg {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  width: 300px;
}

.offerhead {
  margin-top: 90px;
  color: rgb(255,255,255);
  letter-spacing: 5px;
  font-size: 52px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 520;
}

@media (max-width: 768px) {
  .offerhead {
    font-size: 48px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 520;
  }
}

#actualities-1 {
  background-color: rgb(223,241,223);
  position: relative;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 0px;
  color: rgb(0,0,0);
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  #actualities-1 {
    margin-top: -70px;
  }
}

@media (min-width: 1700px) {
  #actualities-1 {
    margin-top: 100px;
  }
}

#attractionspage {
  width: 100%;
  height: auto;
  margin-bottom: 200px;
}

.attimg {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
}

@media (max-width: 765px) {
  .attimg {
    margin-top: 90px;
  }
}

#accordion-1a:hover {
  color: #032900!important;
  text-decoration: none;
}

footer a:hover {
  transition: 0.3s;
  color: rgb(255,255,255)!important;
}

footer a {
  transition: 0.3s;
  color: rgb(23,180,23)!important;
}

#accordion-1 a {
  transition: 0.3s;
  color: rgb(5,180,5)!important;
}

@media (max-width: 765px) {
  #accordion-1 {
    margin-top: 0;
    display: block;
  }
}

#accordion-1 {
  margin-top: 11%;
  display: block;
}

#accordion-1 a:hover {
  color: rgb(0,23,0)!important;
  text-decoration: none;
}

.row h3 {
  display: block;
  position: relative;
}

body {
  background-color: rgb(223,241,223);
}

model-viewer {
  width: 430px;
  height: 430px;
  margin: 0 auto;
}

.table-fixed tbody {
  height: 300px;
  overflow-y: auto;
  width: 100%;
}

.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}

.table-fixed tbody td, .table-fixed tbody th, .table-fixed thead > tr > th {
  float: left;
  position: relative;
}

