@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


html {
  position: relative;
  height: 100%;
}

body {
  min-height: 100%;
  font-family: 'Montserrat', sans-serif;
}

p {
  font-size: 10pt;
  font-weight: 400;
  color: #000;
}

h1 {
  font-weight: 400;
  font-size: 18pt;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

h2 {
  font-weight: 400;
  font-size: 16pt;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

h6 {
  font-size: 9pt;
  font-weight: 700;
  color: #000;
  margin: 30px 0 15px;
}

.bb1 {
  border-bottom: 1px solid #000;
}

.top-space {
  height: 145px;
}

.big-text {
  color: #fff;
  font-size: 16pt;
  font-weight: 400;
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
}

.arrow, .arrow-black {
  padding-top: 30px;
  position: relative;
}

.arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 10px;
  background: url('../images/knife-white.png') no-repeat;
  background-position: center center; 
}

.arrow-black:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 10px;
  background: url('../images/knife-black.png') no-repeat;
  background-position: center center; 
}

.logo {
  position: absolute;
  top: 30px;
  left: 75%;
  z-index: 999;
}
.logo img {
  max-width: 230px; 
}

.navbar {
  background: #fff;
  border:none;
  border-radius: 0;
  margin: 0;
  min-height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
  background: transparent;
}

.navbar-default .navbar-nav {
  margin-top: 25px;
  margin-left: 150px;
}

.navbar-default:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 0;
  height: 100px;
  background: url('../images/slant.png') no-repeat;
  background-position: left center;
  background-size: cover; 
  width: 32%;
}

.navbar-default:before {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  height: 100px;
  border-top: 100px solid #000;
  border-right: 100px solid transparent;
  border-bottom: 0px solid #000;
  width: calc(68% + 53px);
  opacity: .7;
  z-index: -1;
}

.navbar-default.home:after {
  content: '';
  top: auto;
  position: absolute;
  right: -1px;
  height: 200px;
  border-top: 100px solid #000;
  border-left: 100px solid transparent;
  border-bottom: 100px solid #000;
  width: 35%;
  display:none;
}

.navbar-default.home:before {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  opacity:1;
  width: 70%; 
  border-top: 100px solid #fff;
  border-right: 100px solid transparent;
  border-bottom: 100px solid #fff;
}

.navbar-default .navbar-nav li a {
  color: #fff;
  font-size: 12pt;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 15px 40px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.navbar-default.home .navbar-nav li a {
  color: #000;
}

.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
  color: #fff;
}

.navbar-default.home .navbar-nav li a:hover, .navbar-default.home .navbar-nav li a:focus {
  color: #000;
}

.navbar-default .navbar-nav li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 10px;
  width: 10px;
  display: none;
  margin-left: -5px;
  background: url('../images/slider-diamond.png') no-repeat;
  background-position: center center;
  background-size: contain;
}

.navbar-default.home .navbar-nav li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 10px;
  width: 10px;
  display: none;
  margin-left: -5px;
  background: url('../images/nav-active.png') no-repeat;
  background-position: center center;
  background-size: contain;
}
.navbar-default .navbar-nav li a.active:after, .navbar-default .navbar-nav li a:hover:after {
  content: '';
  position: absolute;
  display: block;
}
.home-section {
  background: url('../images/home-bg.jpg') no-repeat;
  background-position: right top;
  background-size: cover;
  min-height: 100vh;
}

.home-section .container {
  position: relative;
  min-height: 100vh;
}

.banner-content {
  position: absolute;
  top: 60%;
  right: 10%;
  left: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-section p {
  color: #fff;
}

.content-section {
  padding: 45px 0;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border:none;
  background: url('../images/slider-diamond.png') no-repeat;
  background-position: center center;
  background-size: contain;
}

.carousel-indicators .active {
  margin: 0;
  width: 10px;
  height: 10px;
  border:none;
  background: url('../images/slider-diamond-black.png') no-repeat;
  background-position: center center;
  background-size: contain;
}

.carousel-control {
  box-shadow: none;
  width: 25px;
  height: 27px;
  top: 50%;
  background: transparent;
  opacity: 1!important;
  background-image: none!important;
}

.carousel-control img {
  width: 25px;
  height: 27px;
}

.carousel-control.left {
  left: 30px;
}

.carousel-control.left img {
  transform: rotate(180deg);
}

.carousel-control.right {
  right: 30px;
}

.content-section .container {
  max-width: 993px;
}

.projects-block {
  min-height: 400px;
  display: table;
  width: 100%;
  height: 400px;
}

.project-link {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.project-link a {
  display: inline-block;
  margin: 0 auto;
}

.project-hero {
  padding: 50px 0;
}

.project-details {
  padding-left: 60px;
  font-size: 13pt;
  font-weight: 300;
}

.project-description {
  padding: 32px 0 0 60px;
}

.project-description h6:nth-child(1) {
  margin-top: 0;
}

.project-description p {
  font-weight: 300;
  font-size: 9pt;
}

.back-link {
  margin-top: 85px;
  display: inline-block;
  font-size: 12pt;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-left: 30px;
}

.back-link img {
  position: absolute;
  bottom: 5px;
  left: 0;
  max-width: 16px;
}
.mansion-image {
    margin-top:50px;
}
.mansion-image .img-responsive {
    margin-bottom:20px;
}

.certificate {
  max-width: 340px;
  padding: 30px 0 30px 60px;
}
.certificate img {
  margin: 0 0 25px -9px;
  max-width:220px;
}
.certificate p {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  color: #0b3b60;
}
.certificate p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.certificate p span.one {
  color: #e1b724;
}
a:hover {
  text-decoration: none;
  color: #000;
}

.contact h1 {
  font-size: 18pt;
  margin-bottom: 45px;
}

.address-block p a {
  padding-left: 15px;
  color: #000;
}

form {
  border-top: 1px solid #000;
  margin:20px 0 0;
}

form .btn-default {
  padding: 0;
  border: none;
  margin-top: 20px;
  position: relative;
  max-width: 160px;
}

form .btn-default:after {
  content: 'SUBMIT';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 12pt;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
form .btn-default:hover, form .btn-default:focus {
  background: transparent!important;
  outline: none!important;
  background-image: none;
  box-shadow: none;
}

.form-control {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  min-height: 60px;
  padding-left: 0;
  font-size: 12pt;
  font-weight: 300;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

textarea.form-control {
  min-height: 180px;
  padding-top: 15px;
}

.form-control:focus {
  box-shadow: none;
  background-image: none;
  border-bottom: 1px solid #000; 
}

.footer {
  margin-top: 0px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.footer p {
  color: #fff;
  z-index: 9;
  margin: 30px auto 0;
}

.footer:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 28%;
  height: 160px;
  border-top: 80px solid #000;
  border-right: 80px solid transparent;
  border-bottom: 80px solid #000;
  z-index: -1;
  opacity: .7;
}
.footer:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 67%;
  z-index: -1;
  height: 160px;
  border-top: 80px solid #000;
  border-left: 80px solid transparent;
  border-bottom: 80px solid #000;
}
.footer a {
    display:block;
    text-align:center;
    color:#fff;
    margin:5px 0px;
    text-decoration:none;
}
.footer a img {
    display:inline-block;
}
.contact p {
  font-weight: 300;
  line-height: 22px;
}

@media screen and (max-width: 1199px) {
  .logo {
    left: auto;
    right: 30px;
  }
  .banner-content {
    position: static;
    padding: 130px 20px 20px 55%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .navbar-default .navbar-nav li a {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 992px) {
  .navbar-default .navbar-nav {
    margin-left: 0;
  }
  .navbar-default:after {
    width: 45%;
  }
  .navbar-default:before {
    width: calc(55% + 53px);
  }
  .navbar-default.home:after {
    width: 45%;
  }
  .banner-content {
    position: static;
    padding: 130px 20px 20px 55%;
  }
  .big-text {
    font-size: 12pt;
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 767px) {
  .home-section {
    background: url('../images/mobile-homepage -background.jpg') no-repeat;
    background-size: cover;
  }
  .mobile-gallery img.full-width {
    width:100%;
    margin-bottom:5px;
  }
  .mobile-gallery img.half-width {
    width:49.6%;
    margin-bottom:5px;
    margin-right:5px;
    margin-top:0px;
    margin-left:0px;
  }
  .mobile-gallery img.half-width:nth-of-type(3){
    margin-right:0px !important;
  }
  .big-text {
    font-size: 10pt;
    margin-bottom: 20px;
    font-weight:600;
  }
  .bottom-link {
    display: block;
    max-width: 69px;
    margin: 0px auto;
    padding: 60px 0;
  }
  .logo {
    left: auto;
    right: 20px;
    top: 15px;
  }
  .navbar-default .navbar-toggle {
    float: left;
    margin-top: 20px;
    margin-left: 15px;
    border: none;
    border-radius: 0;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
  }
  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .navbar-default.home .navbar-toggle .icon-bar {
    background-color: #000;
    width: 25px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar-header {
    min-height: 60px;
  }
  .navbar-default.home, .navbar-default {
    background: #fff;
  }
  .navbar-default.home .navbar-nav li a, .navbar-default .navbar-nav li a {
    color: #000;
    display: inline-block;
    padding: 20px 15px;
    font-weight: 600;
    font-size: 15pt;
  }
  .navbar-default .navbar-nav li:nth-child(4) a {
    display: block;
    max-width: 170px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .navbar-default .navbar-nav li:nth-child(4) a.active:after {
    display: none;
  }
  .navbar-default.home .header-curve-mobile {
    position: absolute;
    right: -1px;
    bottom: 0;
    top: 0px;
    height: 90px;
    border-top: 0px solid #000;
    border-left: 100px solid transparent;
    border-bottom: 100px solid #000;
    width: 85%;
    z-index: 180;
  }
  .navbar-default.home .header-curve-mobile-2 {
    border-top: 100px solid #fff;
    position: absolute;
    left: -1px;
    bottom: 0;
    top: -0px;
    height: 60px;
    border-right: 110px solid transparent;
    width: 40%;
    z-index: 0;
    display: block;
  }
  .header-curve-mobile {
    background: url(../images/nav-inner.png) no-repeat!important;
    background-size: cover!important;
    background-position: center bottom!important;
    border:none;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
  }
  .header-curve-mobile-2 {
    display: none;
  }
  .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
    color: #000;
  }
  .navbar-default.home:after, .navbar-default:after {
    display: none;
  }
  .navbar-default.home:before, .navbar-default:before {
    display: none;
  }
  .navbar-default .navbar-nav li a:after {
    margin-left: -5px;
    background: url('../images/nav-active.png') no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .banner-content {
    position: static;
    padding: 120px 15px 15px 60px;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .footer:before {
    left: 80%;
  }
  .footer:after {
    right: 0%;
  }
  .slider-section {
    margin-top: 60px;
  }
  .top-space {
    height: 60px;
  }
  .carousel-control {
    margin-top: -14px;
  }
  h2 {
    font-size: 20pt;
    font-weight: 500;
    margin-bottom: 40px;
  }
  h6 {
    font-size: 16pt;
    font-weight: 600;
  }
  .project-description p {
    font-size: 12pt;
  }
  .project-details {
    padding-left: 0;
    font-size: 12pt;
  }
  .project-description {
    padding: 50px 0  60px 0;
  }
  .mobile-gallery img {
    float: left;
  }
  .half-width {
    width: 48%;
    margin: 1%;
  }
  .back-link {
    font-size: 16pt;
    font-weight: 600;
    padding-left: 30px; 
  }
  .back-link img {
    max-width: 22px;
    bottom: 7px;
  }
  form {
    margin-bottom: 80px;
  }
  .contact h1 {
    font-weight: 400;
  }
  .contact p {
    font-size: 12pt;
  }
  .contact .address-block p {
    font-size: 12pt;
  }
  .form-control {
    min-height: 65px;
  }
  form .btn-default {
    max-width: 170px;
    margin: 40px auto;
    display: block;
  }
  .navbar-default .navbar-collapse {
    border-bottom: 1px solid #ccc;
  }
  .certificate {
    max-width: 340px;
    padding: 0px 0 30px 15px;
  }
  .certificate img {
    margin: 0 0 25px -9px;
    max-width: 220px;
  }
}
@media screen and (max-width: 670px) { 
   .mobile-gallery img.half-width {
    width:49.5%;
   }
}
@media screen and (max-width: 550px) { 
   .mobile-gallery img.half-width {
    width:49.4%;
   }
}
@media screen and (max-width: 460px) { 
   .mobile-gallery img.half-width {
    width:49.2%;
   }
}
@media screen and (max-width: 400px) {
  .logo img {
    max-width: 160px;
  }
  .footer a {
      text-align:left;
  }
  .navbar-default .navbar-toggle {
    margin-top: 16px;
  }
  .mobile-gallery img.half-width {
    width:49%;
   }
  .footer .text-center {
    text-align: left;
  }
  .logo {
    top: 18px;
  }
}