/* line 1, ../sass/style/_body.sass */
body {
  background-color: #190d00;
  color: #E5E5E5;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

/* line 10, ../sass/style/_body.sass */
.section {
  padding: 0;
}

/* line 13, ../sass/style/_body.sass */
.page-footer {
  background-color: #190d00;
}

/* line 16, ../sass/style/_body.sass */
.row,
.appartments,
.container {
  margin: auto !important;
}

/* line 1, ../sass/style/_preloader.sass */
.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #190d00;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1, ../sass/style/_button.sass */
.btn,
.btn-large {
  background-color: #190d00;
  color: #E5E5E5;
}
/* line 7, ../sass/style/_button.sass */
.btn:hover, .btn:active, .btn:focus,
.btn-large:hover,
.btn-large:active,
.btn-large:focus {
  background-color: #E5E5E5;
  color: #190d00;
  border-style: solid;
  border-color: #190d00;
  border-width: 1px;
  border-radius: 2px;
}

/* line 3, ../sass/style/_navbar.sass */
.navbar-fixed .navbar,
.navbar-fixed .nav-extended {
  background-color: #E5E5E5;
  z-index: 99;
  border-style: solid;
  border-left: none;
  border-right: none;
  border-bottom-color: #F39200;
  border-top-color: #190d00;
  border-bottom-width: 2px;
  border-top-width: 2px;
}
/* line 17, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div a,
.navbar-fixed .nav-extended div a {
  height: 100%;
}
/* line 20, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div a img,
.navbar-fixed .nav-extended div a img {
  height: 67%;
  margin-top: 5%;
}
/* line 24, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div ul,
.navbar-fixed .nav-extended div ul {
  margin: 1.6em 0;
}
/* line 29, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div ul li a,
.navbar-fixed .nav-extended div ul li a {
  color: #190d00;
}
/* line 32, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div ul li a:hover,
.navbar-fixed .nav-extended div ul li a:hover {
  color: #E5E5E5;
  background-color: #190d00;
}
/* line 36, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div ul li a img,
.navbar-fixed .nav-extended div ul li a img {
  height: 23px;
  width: auto;
}
/* line 40, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div ul li a.active,
.navbar-fixed .nav-extended div ul li a.active {
  color: #F39200;
}
/* line 43, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div ul li .btn,
.navbar-fixed .nav-extended div ul li .btn {
  color: #E5E5E5;
}
/* line 46, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div ul li .btn:hover, .navbar-fixed .navbar div ul li .btn:active,
.navbar-fixed .nav-extended div ul li .btn:hover,
.navbar-fixed .nav-extended div ul li .btn:active {
  color: #190d00;
  background-color: #E5E5E5;
}
/* line 51, ../sass/style/_navbar.sass */
.navbar-fixed .navbar div a.button-collapse,
.navbar-fixed .nav-extended div a.button-collapse {
  color: #190d00;
}
/* line 54, ../sass/style/_navbar.sass */
.navbar-fixed .navbar .nav-content,
.navbar-fixed .nav-extended .nav-content {
  background-color: #E5E5E5;
}
/* line 57, ../sass/style/_navbar.sass */
.navbar-fixed .navbar .nav-content ul,
.navbar-fixed .nav-extended .nav-content ul {
  margin: 0;
  position: absolute;
  background-color: #E5E5E5;
}
/* line 62, ../sass/style/_navbar.sass */
.navbar-fixed .navbar .nav-content ul .indicator,
.navbar-fixed .nav-extended .nav-content ul .indicator {
  background-color: #F39200;
}
@media only screen and (min-width: 993px) {
  /* line 66, ../sass/style/_navbar.sass */
  .navbar-fixed nav, .navbar-fixed nav .nav-wrapper i, .navbar-fixed nav a.button-collapse, .navbar-fixed nav a.button-collapse i {
    height: 90px;
  }
}
@media only screen and (min-width: 780px) {
  /* line 70, ../sass/style/_navbar.sass */
  .navbar-fixed .nav-wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 993px) {
  /* line 74, ../sass/style/_navbar.sass */
  .navbar-fixed {
    height: 56px;
  }
}
/* line 1, ../sass/style/_header.sass */
.section.header.light {
  background-color: #190d00;
}
/* line 4, ../sass/style/_header.sass */
.section.header.light div {
  padding: 0 0;
}
/* line 7, ../sass/style/_header.sass */
.section.header.light div div {
  margin: 0em;
}
/* line 10, ../sass/style/_header.sass */
.section.header.light div div h1 {
  line-height: 200%;
  color: #E5E5E5;
  background-color: #190d00;
  padding: 15px 0;
  margin: 0;
}
/* line 17, ../sass/style/_header.sass */
.section.header.light div div h1 img {
  height: 45px;
  width: auto;
}

/* line 21, ../sass/style/_header.sass */
.section.header.dark {
  background-color: #E5E5E5;
}
/* line 24, ../sass/style/_header.sass */
.section.header.dark div {
  padding: 0 0;
}
/* line 27, ../sass/style/_header.sass */
.section.header.dark div div {
  margin: 0em;
}
/* line 30, ../sass/style/_header.sass */
.section.header.dark div div h1 {
  line-height: 200%;
  color: #190d00;
  background-color: #E5E5E5;
  padding: 15px;
  margin: 0;
}
/* line 37, ../sass/style/_header.sass */
.section.header.dark div div h1 img {
  height: 45px;
  width: auto;
}

/* line 1, ../sass/style/_main_banner.sass */
#index-banner {
  min-height: 100vh;
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #E5E5E5;
  border-width: 2px;
}
/* line 13, ../sass/style/_main_banner.sass */
#index-banner div .container div div {
  background-color: rgba(87, 87, 86, 0.5);
  padding: 2em 18em 2em 2em;
  margin-top: 25vh;
  width: 56vw;
}
/* line 20, ../sass/style/_main_banner.sass */
#index-banner div .container div div img {
  width: 100%;
  margin-bottom: 2em;
}
/* line 24, ../sass/style/_main_banner.sass */
#index-banner div .container div div h5 {
  text-align: right;
}
/* line 27, ../sass/style/_main_banner.sass */
#index-banner div .container div div a {
  margin: 2.5em 0.5em 0 0;
  background-color: rgba(25, 13, 0, 0);
  color: #E5E5E5;
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 1px;
}
/* line 35, ../sass/style/_main_banner.sass */
#index-banner div .container div div a:hover, #index-banner div .container div div a:active {
  background-color: #E5E5E5;
  color: #190d00;
}

@media screen and (max-width: 992px) {
  /* line 41, ../sass/style/_main_banner.sass */
  #index-banner {
    min-height: 700px;
  }
  /* line 47, ../sass/style/_main_banner.sass */
  #index-banner div .container div div {
    width: 100%;
    background-color: rgba(87, 87, 86, 0.5);
    padding: 2em;
    margin-top: 7em;
  }
  /* line 53, ../sass/style/_main_banner.sass */
  #index-banner div .container div div h1 {
    text-align: left;
  }
  /* line 56, ../sass/style/_main_banner.sass */
  #index-banner div .container div div h5 {
    text-align: left;
  }
  /* line 59, ../sass/style/_main_banner.sass */
  #index-banner div .container div div a {
    text-align: center;
    margin: 2.5em 0.5em 0 0;
  }
}
/* line 1, ../sass/style/_gallery.sass */
#gallery,
#gallery_mobile,
#location_gallery,
#location_gallery_mobile,
#contactform {
  max-width: 1600px;
  width: 100%;
}
/* line 9, ../sass/style/_gallery.sass */
#gallery div.row,
#gallery_mobile div.row,
#location_gallery div.row,
#location_gallery_mobile div.row,
#contactform div.row {
  width: 100%;
  margin: 0;
}
/* line 13, ../sass/style/_gallery.sass */
#gallery div.row div.col,
#gallery_mobile div.row div.col,
#location_gallery div.row div.col,
#location_gallery_mobile div.row div.col,
#contactform div.row div.col {
  padding: 0;
}
/* line 16, ../sass/style/_gallery.sass */
#gallery div.row div.col img,
#gallery_mobile div.row div.col img,
#location_gallery div.row div.col img,
#location_gallery_mobile div.row div.col img,
#contactform div.row div.col img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
/* line 21, ../sass/style/_gallery.sass */
#gallery div.row div.col p,
#gallery_mobile div.row div.col p,
#location_gallery div.row div.col p,
#location_gallery_mobile div.row div.col p,
#contactform div.row div.col p {
  padding: 1em 8%;
}
/* line 24, ../sass/style/_gallery.sass */
#gallery div.row div.col h3,
#gallery_mobile div.row div.col h3,
#location_gallery div.row div.col h3,
#location_gallery_mobile div.row div.col h3,
#contactform div.row div.col h3 {
  padding: 0 8%;
  margin-top: 0;
}
/* line 28, ../sass/style/_gallery.sass */
#gallery div.row div.col h4,
#gallery_mobile div.row div.col h4,
#location_gallery div.row div.col h4,
#location_gallery_mobile div.row div.col h4,
#contactform div.row div.col h4 {
  padding: 0 8%;
  margin-top: 0;
}
/* line 32, ../sass/style/_gallery.sass */
#gallery div.row div.col a,
#gallery_mobile div.row div.col a,
#location_gallery div.row div.col a,
#location_gallery_mobile div.row div.col a,
#contactform div.row div.col a {
  margin: 1em 0 0 8%;
  background-color: #190d00;
  color: #E5E5E5;
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 1px;
}
/* line 40, ../sass/style/_gallery.sass */
#gallery div.row div.col a:hover, #gallery div.row div.col a:active,
#gallery_mobile div.row div.col a:hover,
#gallery_mobile div.row div.col a:active,
#location_gallery div.row div.col a:hover,
#location_gallery div.row div.col a:active,
#location_gallery_mobile div.row div.col a:hover,
#location_gallery_mobile div.row div.col a:active,
#contactform div.row div.col a:hover,
#contactform div.row div.col a:active {
  background-color: #E5E5E5;
  color: #190d00;
}
/* line 45, ../sass/style/_gallery.sass */
#gallery .slider,
#gallery_mobile .slider,
#location_gallery .slider,
#location_gallery_mobile .slider,
#contactform .slider {
  margin-bottom: -40px;
}
/* line 48, ../sass/style/_gallery.sass */
#gallery .slider .indicators,
#gallery_mobile .slider .indicators,
#location_gallery .slider .indicators,
#location_gallery_mobile .slider .indicators,
#contactform .slider .indicators {
  z-index: 900;
  bottom: 48px;
}
/* line 52, ../sass/style/_gallery.sass */
#gallery .slider .indicator-item.active,
#gallery_mobile .slider .indicator-item.active,
#location_gallery .slider .indicator-item.active,
#location_gallery_mobile .slider .indicator-item.active,
#contactform .slider .indicator-item.active {
  background: #F39200;
}
@media only screen and (max-width: 992px) {
  /* line 56, ../sass/style/_gallery.sass */
  #gallery .slider,
  #gallery_mobile .slider,
  #location_gallery .slider,
  #location_gallery_mobile .slider,
  #contactform .slider {
    margin-bottom: 0;
  }
  /* line 59, ../sass/style/_gallery.sass */
  #gallery .slider .indicators,
  #gallery_mobile .slider .indicators,
  #location_gallery .slider .indicators,
  #location_gallery_mobile .slider .indicators,
  #contactform .slider .indicators {
    z-index: 900;
  }
  /* line 63, ../sass/style/_gallery.sass */
  #gallery .slider .indicator-item.active,
  #gallery_mobile .slider .indicator-item.active,
  #location_gallery .slider .indicator-item.active,
  #location_gallery_mobile .slider .indicator-item.active,
  #contactform .slider .indicator-item.active {
    background: #F39200;
  }
}

@media only screen and (max-width: 992px) {
  /* line 69, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col, #location_gallery_mobile div.row div.col {
    padding: 0 0 4em 0 !important;
  }
  /* line 72, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col h3, #location_gallery_mobile div.row div.col h3 {
    padding: 0px 0 0 30px;
  }
  /* line 75, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col p, #location_gallery_mobile div.row div.col p {
    padding: 0 30px;
  }
  /* line 78, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col a, #location_gallery_mobile div.row div.col a {
    margin: 30px 0 0 30px;
  }
  /* line 81, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col img, #location_gallery_mobile div.row div.col img {
    max-height: 300px;
  }
  /* line 84, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col .header_img, #location_gallery_mobile div.row div.col .header_img {
    max-height: 550px;
  }
}
@media only screen and (max-width: 601px) {
  /* line 90, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col, #location_gallery_mobile div.row div.col {
    padding: 0 0 4em 0 !important;
  }
  /* line 93, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col h3, #location_gallery_mobile div.row div.col h3 {
    padding: 0px 0 0 17px;
  }
  /* line 96, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col p, #location_gallery_mobile div.row div.col p {
    padding: 17px;
  }
  /* line 99, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col a, #location_gallery_mobile div.row div.col a {
    margin: 17px 0 0 17px;
  }
  /* line 102, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col img, #location_gallery_mobile div.row div.col img {
    max-height: 200px;
  }
  /* line 105, ../sass/style/_gallery.sass */
  #gallery_mobile div.row div.col .header_img, #location_gallery_mobile div.row div.col .header_img {
    max-height: 300px;
  }
}
/* line 1, ../sass/style/_score.sass */
#score, #score_mobile {
  background-color: #E5E5E5;
  color: #575756;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
/* line 10, ../sass/style/_score.sass */
#score div div.row, #score_mobile div div.row {
  padding: 0 0 4em 0;
}
/* line 14, ../sass/style/_score.sass */
#score div div.row div .quote_end,
#score div div.row div .quote_begin, #score_mobile div div.row div .quote_end,
#score_mobile div div.row div .quote_begin {
  height: 100px;
  width: auto;
  position: absolute;
}
/* line 20, ../sass/style/_score.sass */
#score div div.row div .quote_begin, #score_mobile div div.row div .quote_begin {
  margin-left: -2em;
  margin-top: -4em;
}
/* line 24, ../sass/style/_score.sass */
#score div div.row div .quote_end, #score_mobile div div.row div .quote_end {
  margin-left: 10em;
  margin-top: -2.5em;
}
/* line 28, ../sass/style/_score.sass */
#score div div.row div .badge-holder, #score_mobile div div.row div .badge-holder {
  background-color: #E5E5E5;
  width: 100%;
  margin: 3% 0;
}
/* line 33, ../sass/style/_score.sass */
#score div div.row div .badge-holder .score-badge, #score_mobile div div.row div .badge-holder .score-badge {
  display: block;
  height: 200px;
  width: auto;
  margin: auto;
  border-radius: 50%;
}
/* line 40, ../sass/style/_score.sass */
#score div div.row div span, #score_mobile div div.row div span {
  font-size: 1.2em;
  font-weight: bold;
}
/* line 44, ../sass/style/_score.sass */
#score div div.row div span img, #score_mobile div div.row div span img {
  height: 10px;
  width: auto;
}
/* line 48, ../sass/style/_score.sass */
#score div div.row div span.quote_start, #score_mobile div div.row div span.quote_start {
  font-size: 1em;
  font-weight: bold;
}
/* line 53, ../sass/style/_score.sass */
#score div div.row div .progress, #score_mobile div div.row div .progress {
  background-color: white;
  margin-bottom: 1.2rem;
}
/* line 57, ../sass/style/_score.sass */
#score div div.row div .progress div, #score_mobile div div.row div .progress div {
  background-color: #190d00;
}

@media screen and (max-width: 992px) {
  /* line 63, ../sass/style/_score.sass */
  #score_mobile div div.row {
    padding: 0 0 3em 0em;
  }
  /* line 66, ../sass/style/_score.sass */
  #score_mobile div .bars {
    padding: 0px 0 60px 0;
  }
  /* line 69, ../sass/style/_score.sass */
  #score_mobile div .quote {
    padding: 6em 0 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 74, ../sass/style/_score.sass */
  #score .container {
    width: 90%;
    max-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 601px) {
  /* line 2, ../sass/style/_font.sass */
  h1 {
    font-size: 3.2rem;
  }
}
/* line 1, ../sass/style/_footer.sass */
footer {
  border-style: solid;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-color: #F39200;
  color: #E5E5E5;
}
/* line 9, ../sass/style/_footer.sass */
footer .container {
  width: 90%;
  max-width: 1600px;
}
/* line 13, ../sass/style/_footer.sass */
footer .container .row {
  padding: 0;
}
/* line 16, ../sass/style/_footer.sass */
footer .container .row .col {
  padding: 0;
}
/* line 21, ../sass/style/_footer.sass */
footer .container .row .col ul li {
  padding: 5px 0;
}
/* line 24, ../sass/style/_footer.sass */
footer .container .row .col ul li img {
  height: 12px;
  width: auto;
}
/* line 28, ../sass/style/_footer.sass */
footer .container .row .col ul li a {
  color: #9e9e9e;
  font-weight: bold;
  font-size: 1.2em;
}
/* line 33, ../sass/style/_footer.sass */
footer .container .row .col ul li .btn {
  background-color: #190d00;
  color: #9e9e9e;
  border-style: solid;
  border-color: #9e9e9e;
  border-width: 1px;
  border-radius: 2px;
}
/* line 41, ../sass/style/_footer.sass */
footer .container .row .col ul li .btn:hover, footer .container .row .col ul li .btn:active {
  color: #190d00;
  background-color: #9e9e9e;
}
/* line 46, ../sass/style/_footer.sass */
footer .container .row .col .row {
  padding: 8px 0;
}
/* line 50, ../sass/style/_footer.sass */
footer .container .row .col .row .col p {
  line-height: 30px;
  margin: 0 0 0 8px;
}
/* line 54, ../sass/style/_footer.sass */
footer .container .row .col .row .col img {
  max-height: 30px;
  max-width: 30px;
}
/* line 61, ../sass/style/_footer.sass */
footer .footer-copyright div div div {
  height: 40px;
}
/* line 64, ../sass/style/_footer.sass */
footer .footer-copyright div div div span {
  height: 40px;
  line-height: 40px;
  width: 30%;
  color: #E5E5E5;
}
/* line 70, ../sass/style/_footer.sass */
footer .footer-copyright div div div a {
  height: 40px;
  padding: 0 0 0 10px;
  color: #E5E5E5;
}
/* line 75, ../sass/style/_footer.sass */
footer .footer-copyright div div div a img {
  width: auto;
  height: 40px;
  padding: 6px;
}

/* line 1, ../sass/style/_google_maps.sass */
#google_maps,
#google_maps_mobile {
  background-color: #190d00;
  margin-bottom: 0;
  max-width: 1600px;
}
/* line 9, ../sass/style/_google_maps.sass */
#google_maps div h4,
#google_maps_mobile div h4 {
  color: #E5E5E5;
  padding: 0 8%;
}
/* line 13, ../sass/style/_google_maps.sass */
#google_maps div p,
#google_maps_mobile div p {
  color: #E5E5E5;
  padding: 0 8%;
}

/* line 17, ../sass/style/_google_maps.sass */
#map,
#map2 {
  height: 300px;
}
@media only screen and (min-width: 601px) {
  /* line 17, ../sass/style/_google_maps.sass */
  #map,
  #map2 {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 17, ../sass/style/_google_maps.sass */
  #map,
  #map2 {
    height: 500px;
  }
}

/* line 31, ../sass/style/_google_maps.sass */
#google_maps_mobile div.col {
  padding: 2em 0;
}
/* line 34, ../sass/style/_google_maps.sass */
#google_maps_mobile div.col h4 {
  padding: 0 20px;
}
/* line 37, ../sass/style/_google_maps.sass */
#google_maps_mobile div.col p {
  padding: 0 20px;
}

/* line 1, ../sass/style/_activities.sass */
#activities {
  width: 100%;
  max-width: 100%;
  background-color: #E5E5E5;
}
/* line 6, ../sass/style/_activities.sass */
#activities .row {
  width: 100%;
  max-width: 1600px;
  margin: 0;
  padding-bottom: 2em;
}
/* line 13, ../sass/style/_activities.sass */
#activities .row div .card {
  background-color: #190d00;
}
/* line 16, ../sass/style/_activities.sass */
#activities .row div .card .card-image {
  height: 350px;
  overflow: hidden;
}
/* line 20, ../sass/style/_activities.sass */
#activities .row div .card .card-image img {
  height: 350px;
  object-fit: cover;
}
/* line 24, ../sass/style/_activities.sass */
#activities .row div .card .card-image .card-title {
  background-color: rgba(0, 0, 0, 0.5);
  color: #E5E5E5;
}
/* line 28, ../sass/style/_activities.sass */
#activities .row div .card .card-content {
  color: #E5E5E5;
}
/* line 31, ../sass/style/_activities.sass */
#activities .row div .card .card-action {
  color: #F39200;
}
/* line 34, ../sass/style/_activities.sass */
#activities .row div .card .card-action a {
  background-color: #190d00;
  color: #E5E5E5;
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 1px;
}
/* line 41, ../sass/style/_activities.sass */
#activities .row div .card .card-action a:hover, #activities .row div .card .card-action a:active {
  background-color: #E5E5E5;
  color: #190d00;
}

/* line 1, ../sass/style/_contactform.sass */
#contactform,
#contactform_tablet {
  background-color: #E5E5E5;
  max-width: 100%;
  width: 100%;
  padding: 35px 0;
  color: #190d00;
}
/* line 9, ../sass/style/_contactform.sass */
#contactform .row,
#contactform_tablet .row {
  max-width: 1600px;
}
/* line 14, ../sass/style/_contactform.sass */
#contactform .row .col h4,
#contactform_tablet .row .col h4 {
  margin: 0 0 20px 8%;
}
/* line 17, ../sass/style/_contactform.sass */
#contactform .row .col .row.icons,
#contactform_tablet .row .col .row.icons {
  padding: 0 8% !important;
}
/* line 19, ../sass/style/_contactform.sass */
#contactform .row .col .row.icons .col,
#contactform_tablet .row .col .row.icons .col {
  margin: 0 0 60px 0;
  font-weight: bold;
}
/* line 23, ../sass/style/_contactform.sass */
#contactform .row .col .row.icons .col div,
#contactform_tablet .row .col .row.icons .col div {
  background-color: #190d00;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: auto;
}
/* line 30, ../sass/style/_contactform.sass */
#contactform .row .col .row.icons .col div a,
#contactform_tablet .row .col .row.icons .col div a {
  background: none;
  border-style: none;
  margin: auto !important;
}
/* line 35, ../sass/style/_contactform.sass */
#contactform .row .col .row.icons .col div img,
#contactform_tablet .row .col .row.icons .col div img {
  height: 60px;
  width: auto;
  margin: 6px auto 0 auto;
}
/* line 40, ../sass/style/_contactform.sass */
#contactform .row .col .row.info,
#contactform_tablet .row .col .row.info {
  padding: 0 8% !important;
}
/* line 43, ../sass/style/_contactform.sass */
#contactform .row .col a,
#contactform_tablet .row .col a {
  background-color: rgba(229, 229, 229, 0) !important;
  color: #190d00 !important;
  margin: 0 !important;
}
/* line 48, ../sass/style/_contactform.sass */
#contactform .row .col table,
#contactform_tablet .row .col table {
  margin: 0 8%;
  max-width: 350px;
}
/* line 53, ../sass/style/_contactform.sass */
#contactform .row .col table tr td,
#contactform_tablet .row .col table tr td {
  padding: 0;
}
/* line 56, ../sass/style/_contactform.sass */
#contactform .row .col form,
#contactform_tablet .row .col form {
  color: #190d00;
  padding: 0 8%;
}
/* line 60, ../sass/style/_contactform.sass */
#contactform .row .col form .prefix,
#contactform_tablet .row .col form .prefix {
  height: 34px;
  width: auto;
  margin: 8px 0 0 0;
}

/* line 67, ../sass/style/_contactform.sass */
#contactform_tablet .row .col {
  padding: 0 0 20px 0;
}

/* line 70, ../sass/style/_contactform.sass */
.input-field label {
  color: #000;
}

/* line 73, ../sass/style/_contactform.sass */
.input-field input[type=text]:focus + label {
  color: #F39200;
}

/* line 76, ../sass/style/_contactform.sass */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #F39200;
  box-shadow: 0 1px 0 0 #000;
}

/* line 80, ../sass/style/_contactform.sass */
.input-field input[type=text].valid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* line 84, ../sass/style/_contactform.sass */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* line 88, ../sass/style/_contactform.sass */
.input-field .prefix.active {
  color: #F39200;
}

/* line 55, ../sass/components/forms/_input-fields.scss */
/* line 92, ../sass/style/_contactform.sass */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #F39200;
  box-shadow: 0 1px 0 0 #F39200;
}

/* line 61, ../sass/components/forms/_input-fields.scss */
/* line 109, ../sass/style/_contactform.sass */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #F39200;
}

/* line 1, ../sass/style/_employee.sass */
#employee.container,
#employee_mobile {
  width: 100%;
  max-width: 100%;
  padding: 0 0 4em 0;
  background-color: #190d00;
}
/* line 9, ../sass/style/_employee.sass */
#employee.container .row,
#employee_mobile .row {
  width: 90%;
  max-width: 1280px !important;
}
/* line 15, ../sass/style/_employee.sass */
#employee.container .row .col img,
#employee_mobile .row .col img {
  border-radius: 50%;
  display: block;
  margin: auto;
  height: 200px;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  /* line 23, ../sass/style/_employee.sass */
  #employee.container .row .col img,
  #employee_mobile .row .col img {
    height: 250px;
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  /* line 28, ../sass/style/_employee.sass */
  #employee.container .row .col img,
  #employee_mobile .row .col img {
    height: 100px;
    width: auto;
  }
}
@media only screen and (max-width: 993px) {
  /* line 33, ../sass/style/_employee.sass */
  #employee.container .row .col p,
  #employee_mobile .row .col p {
    padding: 2em 0 0 0;
  }
}
/* line 36, ../sass/style/_employee.sass */
#employee.container .row .col.l6,
#employee_mobile .row .col.l6 {
  padding: 0 2em;
}

/* line 1, ../sass/style/_apartments_home.sass */
#apartments-overview {
  width: 100%;
  max-width: 100%;
  background-color: #E5E5E5;
}
/* line 6, ../sass/style/_apartments_home.sass */
#apartments-overview .row {
  width: 100%;
  padding: 0 0 2vw 0;
  max-width: 1600px;
  position: relative;
}
/* line 13, ../sass/style/_apartments_home.sass */
#apartments-overview .row.apartment-active {
  display: none;
}
/* line 16, ../sass/style/_apartments_home.sass */
#apartments-overview .row .col {
  padding: 1vw 1vw;
}

/* line 21, ../sass/style/_apartments_home.sass */
.kaart {
  border-radius: 2px;
  background-color: #190d00;
  width: 100%;
  height: 350px;
  border-style: solid;
  border-width: 2px;
  border-color: #190d00;
  cursor: pointer;
  overflow: hidden;
}
/* line 32, ../sass/style/_apartments_home.sass */
.kaart:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #F39200;
}
@media only screen and (max-width: 1200px) {
  /* line 21, ../sass/style/_apartments_home.sass */
  .kaart {
    height: 200px;
  }
}
/* line 40, ../sass/style/_apartments_home.sass */
.kaart .image {
  width: 50%;
  height: 100%;
  overflow: hidden;
  float: left;
}
/* line 46, ../sass/style/_apartments_home.sass */
.kaart .image img {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* line 53, ../sass/style/_apartments_home.sass */
.kaart .text {
  width: 50%;
  height: 100%;
  float: left;
}
/* line 58, ../sass/style/_apartments_home.sass */
.kaart .text div {
  width: 100%;
}
/* line 61, ../sass/style/_apartments_home.sass */
.kaart .text div h4 {
  padding: 2px 8%;
}
/* line 64, ../sass/style/_apartments_home.sass */
.kaart .text div p {
  padding: 2px 8%;
}
/* line 71, ../sass/style/_apartments_home.sass */
.kaart .text div a {
  margin: 0 0 2px 9%;
  padding: 0;
  background-color: #190d00;
  color: #E5E5E5;
  border-style: none;
  border-color: #E5E5E5;
  border-width: 1px;
}

/* line 80, ../sass/style/_apartments_home.sass */
.apartment-single {
  display: none;
}
/* line 83, ../sass/style/_apartments_home.sass */
.apartment-single.apartment-active {
  display: block;
}
/* line 86, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view {
  border-radius: 2px;
  background-color: #190d00;
  width: 100%;
  height: 550px;
  border-style: solid;
  border-width: 2px;
  border-color: #190d00;
  overflow: hidden;
}
/* line 98, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view i.apartment-back {
  position: relative;
  left: 46%;
  top: 0.4em;
  cursor: pointer;
  z-index: 999;
}
/* line 105, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view i.apartment-back:hover {
  color: #F39200;
}
@media only screen and (max-width: 992px) {
  /* line 98, ../sass/style/_apartments_home.sass */
  .apartment-single .apartment-view i.apartment-back {
    left: 45%;
  }
}
/* line 111, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .slider {
  width: 50%;
  height: 100%;
  overflow: hidden;
  float: left;
}
/* line 117, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .slider .indicators {
  z-index: 900;
  bottom: 48px;
}
/* line 121, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .slider .indicator-item.active {
  background: #F39200;
}
/* line 124, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .text {
  width: 50%;
  height: 90%;
  float: left;
}
/* line 129, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .text div {
  width: 100%;
}
/* line 132, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .text div h4 {
  padding: 2px 8%;
}
/* line 135, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .text div p {
  padding: 2px 8%;
  	
}
/* line 138, ../sass/style/_apartments_home.sass */
.apartment-single .apartment-view .text div a {
  margin: 0 0 2px 9%;
  padding: 0;
  background-color: #190d00;
  color: #E5E5E5;
  border-style: none;
  border-color: #E5E5E5;
  border-width: 1px;
}

@media only screen and (max-width: 775px) {
  /* line 150, ../sass/style/_apartments_home.sass */
  .apartment-single .apartment-view i.apartment-back {
    left: 92%;
    top: 2%;
  }
  /* line 154, ../sass/style/_apartments_home.sass */
  .apartment-single .apartment-view .slider {
    width: 100%;
    max-height: 50%;
    overflow: hidden;
    top: 239px;
  }
  /* line 160, ../sass/style/_apartments_home.sass */
  .apartment-single .apartment-view .text {
    width: 100%;
    height: 100%;
    bottom: 310px;
    position: relative;
  }
}
