@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.dcwss.dc-wall {
  flex: none !important;
  -ms-flex: none !important;
  max-width: 100% !important	;
}
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) {
  .modal-lg {
    width: 1140px;
  }
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #7f7f7f;
  margin: 0;
  font-weight: 400;
  margin-bottom: 5px;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
textarea,
select {
  width: 100%;
  height: 60px;
  border-width: 1px;
  border: solid 1px;
  border-color: #ccc;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"],
.custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked,
.custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked,
.custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked,
.custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked,
.custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type="submit"] {
  cursor: pointer;
  /* font-family: 'Cinzel', serif; */
  border: solid 1px #0053aa;
  background-color: #0053aa;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-transform: capitalize;
  padding: 12px 25px 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:focus {
  border-color: #006cde;
  background-color: #006cde;
  color: #fff;
  text-decoration: none;
}
/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
  height: 460px;
}
#map_canvas {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.info_content {
  width: 230px;
  height: 110px;
}
.info_content h3 {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}
.info_content a {
  font-size: 1em;
}
.info_content p {
  line-height: 1.1em;
  font-size: 1em;
}
.maps img {
  max-width: none;
}
#map_canvas img {
  max-width: none;
}
.contact-map {
  position: relative;
  overflow: hidden;
  padding-bottom: 45%;
}
.contact-map span.map-overlay {
  position: absolute;
  cursor: pointer;
  z-index: 4;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .contact-map {
    padding-bottom: 65%;
  }
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  cursor: pointer;
  /* font-family: 'Cinzel', serif; */
  border: solid 1px #0053aa;
  background-color: #0053aa;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-transform: capitalize;
  padding: 12px 25px 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  border-color: #006cde;
  background-color: #006cde;
  color: #fff;
  text-decoration: none;
}
.btn-layout.btn-small {
  padding: 8px 14px;
  font-size: 18px;
}
.white-btn-layout {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  display: inline-block;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
  border-color: #fff;
  background-color: #fff;
  color: #7c7c7c;
  text-decoration: none;
}

/*=========================================== LUXE HOME PLANS SECTION =======================================*/
.luxe-home-plans .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.luxe-home-plans .col-lg-6 img {
  max-width: 100%;
  height: auto;
}
.luxe-home-plans .col-lg-6 .btn-layout {
  margin-top: 20px;
  font-size: 18px;
  padding: 15px 30px;
}
@media screen and (max-width: 991px) {
  .luxe-home-plans .row {
    flex-direction: column;
  }
  .luxe-home-plans .col-lg-6 {
    width: 100%;
    padding: 30px 15px !important;
  }
  .luxe-home-plans .col-lg-6:first-child {
    padding: 0 !important;
  }
  .luxe-home-plans .col-lg-6 .btn-layout {
    font-size: 16px;
    padding: 12px 25px;
  }
}
/*=========================================== BLOG RIGHT CLOUMN =============================================*/
.news-right-column h2,
.news-right-column h3 {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  margin: 24px 0;
}
.news-right-column form p {
  font-size: 1em;
  margin-bottom: 15px;
}
.news-right-column form input[type="text"] {
  border-radius: 4px 4px 0 0;
  height: 47px;
}
.news-right-column form input[type="submit"] {
  cursor: pointer;
  border-radius: 0 0 4px 4px;
  width: 100%;
  border: solid 1px #0053aa;
  background-color: #0053aa;
  color: #fff;
  line-height: 1em;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-right-column form input[type="submit"]:hover,
.news-right-column form input[type="submit"]:focus {
  border-color: #006cde;
  background-color: #006cde;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-right-column h2,
  .news-right-column h3 {
    font-size: 18px;
  }
}
/*=========================================== PROJECTS LIST GRID ============================================*/
.projects-list {
  padding: 0;
}
.projects-list .projects-list-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  position: relative;
}
/*=========================================== IMAGE HOLDER ==========================================================*/
.image-holder {
  display: block;
  position: relative;
  padding-bottom: 68%;
  margin-bottom: 30px;
}
.image-holder:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.image-holder:hover:before {
  opacity: 1;
}
.image-holder .bg-img {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
}
.image-holder .content {
  display: block;
  position: absolute;
  z-index: 3;
  left: 15px;
  right: 15px;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: 1;
  transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
}
/*.image-holder:hover .content {
	opacity: 1;
}*/
.image-holder .content .title {
  font-family: "Raleway", sans-serif;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #000;
}
@media screen and (max-width: 1100px) {
  .image-holder .content .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .image-holder .content .title {
    font-size: 18px;
  }
  .image-holder .content .address {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .image-holder {
    margin-bottom: 15px;
  }
  .image-holder .content .title {
    font-size: 16px;
  }
  .image-holder .content .address {
    font-size: 14px;
  }
}
/*=========================================== MEDIA MODULE ==========================================================*/
.section-white.events-page {
  padding: 45px 0;
}
.events-page .media-module > div {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 1px #ebebeb;
}
.events-page .media-module > div:last-child {
  padding: 0;
  border: none;
}
.events-page .media-module .left {
  float: left;
  display: block;
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
}
.events-page .media-module .left:hover {
  opacity: 0.8;
}
.events-page .media-module .date span {
  display: block;
  color: #9a9a9a;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}
.events-page .media-module .date span.day {
  font-size: 55px;
  float: left;
  color: #023f80;
}
.events-page .media-module .date span.month-year {
  font-size: 1.3em;
  padding: 4px 0;
  padding-left: 80px;
}
.events-page .media-module .right {
  padding-left: 195px;
}
.events-page .media-module .right .title {
  font-size: 24px;
  line-height: 1.2em;
  color: #0053aa;
  text-transform: uppercase;
  font-weight: 600;
  margin: 15px 0;
}
.events-page .media-module .right .text {
  margin-bottom: 0;
}
.events-page .media-module-interior {
  padding-top: 50px;
}
.events-page .media-module .news-thumb {
  float: left;
  width: 250px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 991px) {
  .events-page .media-module .left {
    width: 180px;
    height: 120px;
  }
  .events-page .media-module .right {
    padding-left: 195px;
  }
}
@media screen and (max-width: 768px) {
  .events-page .media-module .right .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 650px) {
  .events-page .media-module .left {
    display: none;
  }
  .events-page .media-module .right {
    padding-left: 0;
  }
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
  margin: 25px 0;
  display: block;
}
.pagination > div {
  float: right;
  padding: 0;
  margin: 0;
  display: table;
}
.pagination > div > a,
.pagination > div > span {
  display: inline-block;
  font-size: 14px;
  align-items: center;
  text-align: center;
  min-width: 20px;
  padding: 4px 12px;
  border: solid 1px #dcdcdc;
  border-right: none;
}
.pagination > div > a:first-child,
.pagination > div > span:first-child {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child,
.pagination > div > span:last-child {
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover,
.pagination > div > span:hover {
  background-color: #f7f7f7;
}
.pagination > div > span.current {
  color: #fff;
  background-color: #0053aa;
}

/*=========================================== TESTIMONIALS SECTION ==========================================================*/
.testimonial-section {
  padding: 90px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.testimonial-section span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.testimonial-section > .container {
  position: relative;
  z-index: 2;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.testimonial-section.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:
    opacity 0.8s ease 0s,
    top 0.4s ease 0s;
  -moz-transition:
    opacity 0.8s ease 0s,
    top 0.4s ease 0s;
  -o-transition:
    opacity 0.8s ease 0s,
    top 0.4s ease 0s;
  -webkit-backface-visibility: hidden;
}
.testimonial-section h2 {
  color: #fff;
  text-transform: capitalize;
}
.testimonial-section p {
  font-family: "Aleo", serif;
  color: #bbd1ff;
  font-size: 24px;
  line-height: 1.6em;
}
/*=========================================== INSTAGRAM ==========================================================*/
.instagram-section {
  display: inline-block;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
  padding: 0 16px;
}
.instagram-section .social-wrap {
  padding: 8px 0;
  margin: 0 -8px;
}
.instagram-section .social-wrap > a {
  display: block;
  float: left;
  width: 16.6666%;
  padding: 8px;
}
.instagram-section .social-wrap span.content {
  display: block;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.instagram-section .social-wrap a span.overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(29, 40, 45, 0.45);
  opacity: 0;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.overlay {
  opacity: 1;
}
.instagram-section .social-wrap a span.content .fa-instagram {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-top: -21px;
  margin-left: -25px;
  opacity: 0;
  transition: opacity 250ms linear;
  -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.content .fa-instagram {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .instagram-section .social-wrap > a {
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  .instagram-section .social-wrap a span.content .fa-instagram {
    font-size: 30px;
    margin-top: -12px;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .instagram-section {
    padding: 0 8px;
  }
  .instagram-section .social-wrap {
    padding: 4px 0;
    margin: 0 -4px;
  }
  .instagram-section .social-wrap > a,
  .instagram-section .social-wrap > span {
    padding: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .instagram-section .social-wrap > a,
  .instagram-section .social-wrap > span {
    width: 50%;
    padding: 2px;
  }
}
@media only screen and (max-width: 400px) {
  .instagram-section {
    padding: 0 4px;
  }
  .instagram-section .social-wrap {
    padding: 2px 0;
    margin: 0 -2px;
  }
}
/*=========================================== NEWS SECTION ==============================================*/
.slider-controls .custom-nav li {
  font-size: 34px;
}
.slider-controls .custom-nav li:not(:last-child) {
  margin-right: 15px;
}

.news-section {
  opacity: 0;
  padding: 30px 0 0;
  border-bottom: solid 1px #fff;
  overflow: hidden;
}
.news-section.ready {
  opacity: 1;
  animation: fadeIn 1.2s both;
}
.news-section h2 {
  display: inline-block;
}
.news-section .custom-nav {
  margin: -10px 0 0;
  margin-left: 2vw;
  display: inline-block;
  vertical-align: middle;
}
.news-section .container {
  position: relative;
}
.news-section .container .btn-layout {
  position: absolute;
  right: 15px;
  top: 20px;
}
.news-section .slider-controls {
  padding-left: 8vw;
}
.news-section .slider-wrapper {
  position: relative;
  opacity: 0;
  margin: 30px 0 0;
}
.news-section.ready .slider-wrapper {
  opacity: 1;
  animation: fadeInRight 1.2s both;
}
.news-section .news-slick .slick-list {
  overflow: visible;
}
.news-section .news-slick .slick-slide {
  padding: 0;
  border-right: solid 1px #fff;
}
.news-section .news-slick .news-block {
  position: relative;
  display: block;
  background-color: #000;
  padding-bottom: 68%;
  overflow: hidden;
}
.news-section .news-slick .news-block:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 74%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 74%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 74%,
    rgba(0, 0, 0, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
}
.news-section .news-slick .news-block .bnn {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
.news-section .news-slick .news-block:hover .bnn {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  filter: grayscale(1);
  opacity: 0.6;
}
.news-section .news-slick .news-block h4 {
  position: absolute;
  z-index: 3;
  margin: 0;
  left: 20px;
  right: 20px;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
}
.news-section .news-slick .news-block h4 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer-phone {
  font-size: 3em;
  line-height: normal;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.footer {
  padding: 80px 0 60px;
  text-align: center;
}
.footer p {
  font-size: 14px;
  color: #3c3e3d;
}
.footer .social-nav {
  margin: 0 0 45px;
}
.footer .social-nav li {
  font-size: 45px;
  padding: 0 8px;
}
.footer .social-nav li img.white {
  display: none;
}
.footer .social-nav li a {
  color: #0053aa;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.footer .social-nav li a:hover {
  opacity: 0.6;
}
.footer .footer-nav {
  margin: 0 0 45px;
}
.footer .footer-nav li {
  font-size: 20px;
  padding: 25px;
  font-weight: 600;
}
.footer p {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .footer .list-inline-item:not(:last-child) {
    margin-right: 15px;
  }
  .footer li {
    font-size: 16px;
  }
  .footer .social-nav li {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-nav li {
    display: block;
    padding: 0;
    margin: 0 0 8px !important;
  }
  .footer .social-nav li {
    padding: 0;
  }
  .btn-layout {
    font-size: 16px;
  }
  h1,
  .h1-style {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  p,
  li,
  td,
  th .section-white,
  label {
    font-size: 16px;
  }
  span.parallax {
    top: 0 !important;
    height: auto !important;
  }
}

.phone.mail {
  display: inline-block;
  margin-top: 10px;
}
