@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon8d14.eot');
  src:  url('../fonts/icomoon8d14.eot') format('embedded-opentype'),
    url('../fonts/icomoon8d14.woff2') format('woff2'),
    url('../fonts/icomoon8d14.ttf') format('truetype'),
    url('../fonts/icomoon8d14.woff') format('woff'),
    url('../fonts/icomoon8d14.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90d";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-linkedin:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-chevron-thin-up:before {
  content: "\e909";
}
.icon-chevron-thin-right:before {
  content: "\e90a";
}
.icon-chevron-thin-left:before {
  content: "\e90b";
}
.icon-chevron-thin-down:before {
  content: "\e90c";
}
.icon-chevron-up:before {
  content: "\e900";
}
.icon-chevron-down:before {
  content: "\e901";
}
.icon-plus:before {
  content: "\e902";
}
.icon-minus:before {
  content: "\e903";
}



.amenities-section {
  padding: 100px;
  text-align: center;
  background-color: #51a8b1;
}

.amenities-section h1 {
  color: #fff;
  padding-bottom: 30px;
}

.amenities-section .wrap a,
.amenities-section .wrap h4 {
  color: #fff;
}

.hover-fx {
  font-size: 36px;
  display: inline-block;
  cursor: pointer;
  margin: 15px;
  width: 150px;
  height: 150px;
  line-height: 210px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 300ms;
}

.hover-fx img {
  width: 100px;
  height: 100px;
  filter: invert(1);
}

.hover-fx:hover img {
  filter: unset;
}

.hover-fx:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 3px #fff;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms;
}

.hover-fx:hover {
  background-color: #fff;
  color: #00989A;
}

.hover-fx:hover:after {
  opacity: 1;
  transform: scale(1.15);
}

.row {
  display: inline-block;
}

.col-md-3 {
  width: 25%;
  float: left;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}


.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #ffffff;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #ffffff;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  background: #51a8b1;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}
.tabset {
  margin: 0 auto;
  text-align: center;
}
.layout-plan-section h1 {
  margin-bottom: 50px;
}
.layout-plan-section {
  padding: 100px;
  background: #333;
}


.specifications-section .two-col-wrapper .col-inner {
  border: 1px solid #958172;
  padding: 20px;
}

.specifications-section .two-col-wrapper .col-inner:hover {outline: 1px solid #958172;outline-offset: 10px;}

.contact-section .col-inner p {
  color: #333;
}

.contact-section .col-inner p a {
  color: #333;
  cursor: pointer;
}

.contact-section .col-inner p a i {
  color: #958172;
  padding-right: 10px;
}

.contact-section .col-inner p a:hover {
  color: #958172;
}

.site-footer .six-col-wrapper .col-inner:nth-child(3), 
.site-footer .six-col-wrapper .col-inner:nth-child(4),
.site-footer .six-col-wrapper .col-inner:nth-child(5),
.site-footer .six-col-wrapper .col-inner:nth-child(6), 
.site-footer .six-col-wrapper .col-inner:nth-child(7), 
.site-footer .six-col-wrapper .col-inner:nth-child(8), 
.site-footer .six-col-wrapper .col-inner:nth-child(9), 
.site-footer .six-col-wrapper .col-inner:nth-child(10) {
  margin: 0;
  width: 145px;
}

.input-group {
  width: 100%;
  margin: 10px 0;
}

.input-group input, .input-group textarea {
  width: 990px;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
}

.input-group span.button-wrapper {
  background: #fff;
}

.input-group span.button-wrapper button.button {
  color: #333;
}
.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder { /* Edge */
  color: #fff;
  font-family: Neutraface Bk,sans-serif;
}

.input-group input:-ms-input-placeholder ,
.input-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-family: Neutraface Bk,sans-serif;
}

.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #fff;
  font-family: Neutraface Bk,sans-serif;
}
.logo.stuck {
  background: #958172;
}
@media screen and (max-width:1680px) and (min-width:1366px) {
  .site-footer .six-col-wrapper .col-inner:nth-child(3), .site-footer .six-col-wrapper .col-inner:nth-child(4), .site-footer .six-col-wrapper .col-inner:nth-child(5), .site-footer .six-col-wrapper .col-inner:nth-child(6), .site-footer .six-col-wrapper .col-inner:nth-child(7), .site-footer .six-col-wrapper .col-inner:nth-child(8), .site-footer .six-col-wrapper .col-inner:nth-child(9), .site-footer .six-col-wrapper .col-inner:nth-child(10) {
    margin: 0;
    width: 110px;
}
.site-footer .six-col-wrapper .col-inner:nth-child(2) {
  margin-left: 15px;
}

.site-footer .six-col-wrapper .col-inner:nth-child(2) img {
  width: 80%;
}
  
}

.custom-model-main,
.custom-model-main-2 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open,
.model-open-2 {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner,
.model-open-2 .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay,
.model-open-2 .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before,
  .custom-model-main-2:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

.download-brochure .input-group{
  margin: 20px 0;
}
.download-brochure input,
.download-brochure textarea {
  width: 100%;
  border-color: #7d7773;
}

.download-brochure .input-group span.button-wrapper button.button{
  background: #7d7773;
  color: #fff;
}

.download-brochure .input-group input::-webkit-input-placeholder,
.download-brochure .input-group textarea::-webkit-input-placeholder { /* Edge */
  color: #333;
  font-family: Neutraface Bk,sans-serif;
}

.download-brochure .input-group input:-ms-input-placeholder ,
.download-brochure .input-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333;
  font-family: Neutraface Bk,sans-serif;
}

.download-brochure .input-group input::placeholder,
.download-brochure .input-group textarea::placeholder {
  color: #333;
  font-family: Neutraface Bk,sans-serif;
}
.hero__content {
  position: absolute;
  bottom: 130px;
}
.hero__content h4 {
  color: #fff;
  font-size: 60px;
  font-family: Americana W01 Roman1475434,serif;
}

.hero__content p {
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
}
.ebrochure-section .four-hover-block__item{
  width: 100%;
}
#form_process {
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1.1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1.1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  visibility: hidden;
}

#error_data {
  color: red;
  font-size: 14px;
  margin: 0px 0px 10px;
  line-height: normal;
}
.alert.alert-success {
  color: #508e14;
  background: #f0f0f0;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.alert.alert-danger {
  color: #454545;
  background-color: #ffb4b4;
  padding: 10px 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.site-footer #block-footerbottom>div .footer-bototm__right a, .site-footer #block-footerbottom>div .footer-bototm__right span {
  display: inline-block;
}
img.thm_mono {
  height: auto;
  width: auto;
}