.navbar.navbar-default.navbar-fixed-top:not(.transparent),
.navbar.navbar-default.navbar-fixed-top.transparent.sticky-nav {
  background: #004b8c;
}

.navbar-default {
  top: 0;
}

.navbar-brand {
  padding: 0;
  top: -5px;
  left: 15px;
}
.navbar-brand img {
  max-width: 300px;
}

nav {
  top: 0;
}

.sticky-nav nav {
  top: 0;
}

.navbar-brand,
.sticky-nav .navbar-brand {
  height: 100%;
}

.sticky-nav .navbar-brand {
  top: -5px;
}

section {
  padding: 70px 0 80px 0;
}

.navbar-brand,
.sticky-nav .navbar-brand {
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .navbar-default.navbar-fixed-top a.navbar-brand {
    padding: 0;
    top: 12.5px;
  }
  .navbar-default.navbar-fixed-top a.navbar-brand img {
    max-width: unset;
    width: auto;
    height: 45px;
  }
}
.mainbg {
  background: none;
  position: relative;
}
.mainbg .swiper .swiper-slide img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainbg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media (max-width: 767px) {
  .mainbg .mask {
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
  }
}

#home .v-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}
@media (max-width: 767px) {
  #home .v-align {
    align-items: stretch;
  }
  #home .v-align > div {
    display: flex;
    flex-direction: column;
  }
  #home .v-align > div > div {
    flex: 1;
  }
  #home .v-align > div > div.title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  #home .bottom-text {
    display: flex;
  }
}
#home .index-number-container {
  display: flex;
  width: 100%;
}
#home .index-number-container div {
  flex: 1;
}
@media (max-width: 767px) {
  #home .index-number-container div {
    align-self: flex-end;
  }
}
#home .index-number-container div h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: bold;
  font-size: 20pt;
}
@media (max-width: 767px) {
  #home .index-number-container div h2 {
    font-size: 10pt;
  }
}
#home .index-number-container div h2 span.number {
  font-size: 45pt;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #home .index-number-container div h2 span.number {
    font-size: 20pt;
  }
}
#home .index-number-container div h2 .deco,
#home .index-number-container div h2 .deco-reverse {
  height: 80px;
}
@media (max-width: 767px) {
  #home .index-number-container div h2 .deco,
  #home .index-number-container div h2 .deco-reverse {
    height: 30px;
  }
}
#home .index-number-container div h2 .deco {
  transform: rotate(10deg);
}
#home .index-number-container div h2 .deco-reverse {
  transform: scaleX(-1) rotate(10deg);
}
@media (max-width: 767px) {
  #home .index-number-container div p {
    font-size: 7pt;
    font-weight: bold;
    min-height: 40pt;
  }
}

#subheader {
  background-image: url("../img/KINGSTONE_Texture_Marble_a.jpg");
}

.cards .img-responsive {
  width: 100%;
  aspect-ratio: 360/202;
  -o-object-fit: cover;
     object-fit: cover;
}

section.gallery .img-responsive {
  aspect-ratio: 226/150;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#about .container-fluid {
  padding: 0;
}
#about .container-fluid .item-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
#about .container-fluid .item-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .container-fluid .item-container::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, black 100%);
}
#about .container-fluid .item-container .text {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #about .container-fluid .item-container {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  #about .container-fluid .item-container::after {
    background: none !important;
  }
  #about .container-fluid .item-container img {
    width: 100%;
    height: auto;
    position: relative;
  }
  #about .container-fluid .item-container .text {
    height: auto;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
    color: #606060;
  }
}
#about.beauty .container-fluid .item-container::after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, black 100%);
}
#about.beauty .container-fluid .item-container .text {
  padding-right: 0;
  padding-left: 10%;
  justify-content: flex-start;
}
#about .row .no-gutter {
  display: flex;
}
#about .row .no-gutter > div {
  align-self: center;
}
@media only screen and (max-width: 1024px) {
  #about .row .no-gutter {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  #about .row:nth-child(2) .no-gutter {
    flex-direction: column-reverse;
  }
}
#about h3 {
  margin: 0;
  margin-bottom: 1.5em;
  font-size: 32pt;
  font-weight: 700;
  line-height: 1.5em;
}
#about h4 {
  font-size: 18pt;
  line-height: 1.5em;
}
#about p {
  font-size: 12pt;
  line-height: 2em;
  margin-bottom: 0;
}
#about .disclaimer {
  text-align: center;
  font-size: 8pt;
}
@media screen and (max-width: 768px) {
  #about .disclaimer {
    text-align: left;
    padding: 20px 20px 0 20px;
  }
}

#serenity .container-fluid {
  position: relative;
  max-width: 100%;
  padding: 0;
}
#serenity .container-fluid .row {
  margin: 0;
}
#serenity .container-fluid .row .no-gutter {
  display: flex;
}
@media screen and (max-width: 768px) {
  #serenity .container-fluid .row .no-gutter {
    flex-direction: column;
  }
}
#serenity .container-fluid .row .no-gutter > div {
  align-self: center;
  padding: 20px;
}
#serenity .container-fluid .row .no-gutter > div.text {
  max-width: 600px;
}
#serenity .container-fluid .row .no-gutter img.small {
  width: 90%;
}
#serenity .disclaimer {
  text-align: center;
  font-size: 8pt;
}
@media screen and (max-width: 768px) {
  #serenity .disclaimer {
    text-align: left;
    padding: 20px 20px 0 20px;
  }
}
#serenity .about-img {
  width: 85%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #serenity .about-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #serenity .text {
    padding: 20px;
  }
}

#after-sales {
  padding-top: 0;
}
#after-sales .disclaimer {
  text-align: center;
  font-size: 8pt;
  background: black;
  color: #ffffff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #after-sales .disclaimer {
    text-align: left;
    padding: 5px 20px 5px 20px;
    width: 100%;
  }
}

#yellowpage h4 {
  line-height: 1.5em;
}
#yellowpage p {
  margin-bottom: 0;
}
#yellowpage .about-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#yellowpage .row.end {
  display: flex;
  justify-content: center;
}

#construction .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #construction .img-container {
    padding: 20px 0 20px 0;
  }
}
#construction .img-container img {
  width: 90%;
}
#construction .no-gutter {
  display: flex;
}
@media screen and (max-width: 768px) {
  #construction .no-gutter {
    flex-direction: column;
  }
}
#construction .no-gutter .text-container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#construction .no-gutter .text-container h5 {
  color: #cfc3bc;
}

#news .news .item {
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  border-bottom: 1px solid #f1f1f1;
  gap: 20px;
}
#news .news .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#news .news .item h3 {
  font-size: 20pt;
}
#news .news .item .date {
  font-size: 14pt;
  color: #cfc3bc;
}
#news .news .item .cta {
  font-size: 12pt;
}
#news #pagination-container .paginationjs .paginationjs-pages li {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news #pagination-container .paginationjs .paginationjs-pages li a {
  text-align: center;
  width: 30px;
  height: 30px;
}
#news #pagination-container .paginationjs .paginationjs-pages li a::after {
  margin: 0;
}

#phone-number {
  border: 2px solid #f1f1f1;
  color: #969595;
}

#history h2, #history h3, #history h4 {
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.2em;
  color: #cfc3bc;
}
#history h3 {
  font-size: 18pt;
}
@media screen and (max-width: 768px) {
  #history h3 {
    font-size: 16pt;
  }
}
#history h4 {
  font-size: 14pt;
}
@media screen and (max-width: 768px) {
  #history h4 {
    font-size: 12pt;
  }
}
#history .history-swiper .swiper-slide {
  cursor: pointer;
}
#history .history-swiper .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
#history img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#history .more {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  font-size: 16pt;
  color: #cfc3bc;
}
@media screen and (max-width: 768px) {
  #history .more {
    font-size: 14pt;
  }
}

#projects {
  padding: 80px 0 80px 0;
}
#projects h2 {
  font-size: 30pt;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 50px;
  color: #ffffff;
}
#projects .items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: black;
}
#projects .items .item {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #projects .items .item {
    height: auto;
    width: 100%;
  }
}
#projects .items .item:nth-of-type(even) {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  #projects .items .item:nth-of-type(even) {
    height: auto;
  }
}
#projects .items .item:nth-of-type(even) img.figure {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}
#projects .items .item img.figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #projects .items .item img.figure {
    position: relative;
    width: 100%;
    height: auto;
  }
}
#projects .items .item::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (max-width: 768px) {
  #projects .items .item::after {
    display: none;
  }
}
#projects .items .item .info {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 5%;
  font-size: 10pt;
  color: #ffffff;
  gap: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #projects .items .item .info {
    align-items: center;
    padding: 20px;
    background: #ffffff;
    color: black;
  }
}
#projects .items .item .info > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#projects .items .item .info img {
  width: 200px;
}
#projects .items .item .info .visible-xs {
  display: none;
}
@media screen and (max-width: 768px) {
  #projects .items .item .info .visible-xs {
    display: block;
  }
}

#projects-list .row {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
}
#projects-list .row:nth-of-type(even) {
  background: #cfc3bc;
}
#projects-list .row:nth-of-type(even) .info h2, #projects-list .row:nth-of-type(even) .info h3, #projects-list .row:nth-of-type(even) .info svg {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #projects-list .row {
    flex-direction: column;
    padding: 0;
  }
  #projects-list .row .col-xs-12 {
    padding: 0;
  }
}
#projects-list .row .image-gallery img {
  width: 100%;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#projects-list .row .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #projects-list .row .info {
    padding-top: 50px;
  }
}
#projects-list .row .info svg {
  width: 25%;
}
#projects-list .row .info h2, #projects-list .row .info h3, #projects-list .row .info svg {
  margin-bottom: 0;
  color: #cfc3bc;
}
#projects-list .row .info h2 {
  margin-top: 0;
  font-size: 20pt;
  font-weight: 200;
  letter-spacing: 0.2em;
}
#projects-list .row .info h3 {
  margin-top: 30px;
  font-size: 14pt;
  font-weight: 200;
  letter-spacing: 0.2em;
}

#history .container {
  padding-top: 50px;
}
#history .container > .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#history .container > .row.intro {
  padding: 50px 0 100px 0;
}
@media only screen and (max-width: 768px) {
  #history .container > .row.intro {
    padding: 0 20px 50px 20px;
  }
}
#history .container > .row .head {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #history .container > .row .head .visible-xs {
    width: 100%;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
  }
}
#history .container > .row .head .arrow {
  width: 60px;
  height: 60px;
  background: #cfc3bc;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media only screen and (max-width: 768px) {
  #history .container > .row .head .arrow {
    width: 30px;
    height: 30px;
  }
}
#history .container > .row .item {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #history .container > .row .item {
    flex-direction: row-reverse;
  }
}
#history .container > .row .item:nth-child(even) {
  flex-direction: row-reverse;
}
#history .container > .row .item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#history .container > .row .item .info ul {
  margin-top: 10px;
  padding-left: 1.5em;
  text-align: left;
}
#history .container > .row .item .info img {
  width: 80%;
  margin: 50px auto;
}
#history .container > .row .item .image {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #history .container > .row .item .image {
    display: none;
  }
}
#history .container > .row .item .image img {
  width: auto;
  height: 50vh;
}
#history .container > .row .item .line {
  position: relative;
}
#history .container > .row .item .line::after {
  content: " ";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 10px;
  height: 100%;
  background-color: #cfc3bc;
  transform: translateX(-50%);
}
#history .container > .row .item .line::before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 100%;
  border: 3px solid #cfc3bc;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #history .container > .row .item .line::before {
    top: 1.5em;
  }
}/*# sourceMappingURL=customize.css.map */