/*@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,600,700,800,900&subset=latin-ext');

body {
  background: url(img/bg.png) no-repeat top center;
}

body * {
  font-family: 'Muli';
}

nav.navbar {
  padding: 0;
}

nav.navbar > .container {
  position: relative;
}

#navbarCollapse {
  width: 50%;
  height: 100vh !important;
  padding-top: 120px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  background: rgba(248,248,248,.85);
  position: absolute;
  top: 0;
  /*bottom: 0;*/
  right: 0;
}

  #navbarCollapse > button {
    font-size: 52px;
    font-weight: 300;
    color: rgb(96,96,96);
    background: none;
    border: none;
    position: absolute;
    top: 2px;
    right: 30px;
  }

nav.rolled-up {
  background: #fff;
}

.navbar-brand img {
  max-height: 65px;
}

nav.navbar-expand-md {
  flex-direction: column;
}

nav.navbar .container-fluid {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgb(137,149,200);
}

  nav.navbar .container-fluid a {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
  }
  
nav.navbar .container {
  padding-top: 15px;
  padding-bottom: 15px;
  align-items: flex-end;
}

  nav.navbar.rolled-up {
    background: rgb(18,18,18);
  }
  
  .nav-item > a.nav-link:hover:after {
    content: '';
    width: 7px;
    height: 7px;
    background: rgb(18,18,18);
    position: absolute;
    top: 18px;
    left: -20px;
    z-index: 2;
  }
  
  .nav-item > a.nav-link:hover:before {
    content: '';
    width: 40px;
    height: 1px;
    background: rgb(18,18,18);
    position: absolute;
    top: 21px;
    left: -60px;
    z-index: 1;
  }

  .nav-item > a.nav-link {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(18,18,18);
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0);
    display: inline-block;
    position: relative;
    float: none;
  }
  
  a.nav-link.active, a.nav-link:hover {
    /*border-bottom: 1px solid rgb(32,32,32);*/
  }
  
.navbar-expand-md .navbar-toggler {
  display: block;
}
  
.navbar-toggler-icon {
  padding: 25px !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(96,96,96, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.fslider {
  height: calc(100vh - 20px);
  background: url(img/top-2.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

  .fheader {
    padding-top: 100px;
    font-size: 40px;
    font-weight: 600;
    color: rgb(248,248,248);
    letter-spacing: 4px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .fslider.half {
    height: 45vh;
  }

  .fslider > .container {
    height: inherit;
    position: relative;
  }
  
  .menu {
    width: 50%;
    padding: 30px 50px;
    background: rgba(248,248,248,.8);
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1200;
    display: none;
  }
  
    .menu div.close {
      font-size: 40px;
      font-weight: 300;
      cursor: pointer;
    }
  
    .menu a {
      margin-bottom: 15px;
      font-size: 18px;
      font-weight: 300;
      color: rgb(18,18,18);
      text-transform: uppercase;
      display: block;
      float: none;
    }

  .fslider img {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
  }

.main {
  padding-top: 120px;
}

.main-fp {
  padding-top: 120px;
}

  .breadcrumb {
    margin-bottom: 60px;
    padding: 0;
    background: none;
  }
  
    .breadcrumb-item, .breadcrumb-item a {
      font-size: 12px;
      color: rgb(192,192,192);
      text-transform: uppercase;
    }

  .main-fp h1 {
    margin-bottom: 45px;
  }
  
  .main-fp h2 {
    margin-top: -12px;
  }
  
  .mbfp {
    margin-bottom: 60px;
  }
  
    .mbfp h1 {
      text-transform: uppercase;
    }
  
  .main-fp .col-12 {
    color: rgba(33,37,41,.7);
    line-height: 38px;
  }
  
    .main-fp .col-12 a {
      color: inherit;
    }

.box {
  width: 100%;
  min-height: 300px;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
  /*line-height: 38px;*/
  background: #fff;
  border: 1px solid rgb(193,193,193);
  position: relative;
}
    
  a.col-12:hover {
    /*text-decoration: none;*/
    color: rgb(32,32,32);
  }
    
  .box, .box *, .box:hover {
    color: rgb(128,128,128);
    
  }
  
  .box strong {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: 800;
    color: rgb(64,64,64);
    text-transform: uppercase;
    display: block;
  }
  
  .box .more {
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    float: none;
  }
  
    .box .more img {
      margin-left: 10px;
    }
  
.nb, .nbr {
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

  .nb:hover > span:last-child, .nbr:hover > span:first-child {
    background: rgb(8,111,43);
  }

  .nb em {
    width: 11px;
    height: 11px;
    margin-top: -5.5px;
    margin-left: -10px;
    background: rgb(18,18,18);
    display: block;
    position: absolute;
    top: 100.5px;
    left: -10.5px;
  }

  .nb span:first-of-type {
    width: 44%;
    height: 1px;
    margin-left: -15px;
    background: rgb(18,18,18);
    display: block;
    float: left;
  }
  
  .nb span:last-of-type {
    margin-top: -35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 55px;
    font-weight: 300;
    color: #fff;
    line-height: 0;
    background: rgb(18,18,18);
    display: block;
    float: left;
  }
  
  .nbr {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
  }
  
  .nbr span:last-of-type {
    width: 45%;
    height: 1px;
    margin-right: -15px;
    background: rgb(18,18,18);
    display: block;
  }
  
  .nbr span:first-of-type {
    height: 1px;
    margin-top: -35px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 55px;
    font-weight: 300;
    color: #fff;
    line-height: 0;
    background: rgb(18,18,18);
    display: block;
  }
  
.pic {
  min-height: 300px;
  background: url(img/slide2.png) no-repeat top center;
  background-size: contain;
  background-color: rgb(226,229,241);
}

.hrs {
  min-height: 705px;
  margin-top: 150px;
  background: url(img/middle.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

  .hrs .col-12 {
    padding-top: 250px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(248,248,248);
    line-height: 38px !important;
  }
  
    .hrs h2 {
      margin-bottom: 30px;
      font-size: 32px;
      font-weight: 300;
      color: rgb(248,248,248);
      text-transform: uppercase;
    }
  
  #map {
    min-height: 400px;
    margin-top: 60px;
    /*border: 1px solid rgb(96,96,96);*/
    z-index: 3;
  }
  
  .hrs .col-12 {
    line-height: 32px;
  }
  
  .hrs h4 {
    margin-top: 90px;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
  }
  
    .hrs h4 span {
      color: rgb(119,132,189);
    }
    
.slogan {
  padding-top: 120px;
  padding-bottom: 120px;
}

  .slogan-frame {
    margin: 0 auto;
    padding: 30px 50px 20px 50px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0 !important;
    letter-spacing: 1px;
    border: 1px solid rgb(18,18,18);
    display: table;
    /*float: none;*/
    position: relative;
  }
  
    .slogan-frame .square {
      width: 11px;
      height: 11px;
      background: rgb(18,18,18);
      display: block;
      position: absolute;
      right: 90px;
      bottom: -6px;
    }
  
  .slogan-text {
    padding-top: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 1px;
  }
  
  .slogan-name {
    padding-top: 60px;
    font-size: 28px;
    font-weight: 300;
    color: rgb(18,18,18);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
  }
  
.subfooter {
  min-height: 546px;
  background: url(img/footer.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}

  .subfooter > div {
    min-height: inherit;
    position: relative;
  }
  
    .box-1 {
      padding: 50px 80px 50px 50px;
      font-weight: 300;
      color: rgb(248,248,248);
      font-size: 16px;
      line-height: 32px;
      text-transform: uppercase;
      background: rgb(18,18,18);
      position: absolute;
      top: 90px;
      left: 0;
    }
    
      .box-1 a {
        color: #fff;
      }
    
    .box-2 {
      padding: 60px 30px;
      font-weight: 300;
      color: rgb(248,248,248);
      font-size: 24px;
      line-height: 0;
      letter-spacing: 5px;
      text-transform: uppercase;
      background: rgb(18,18,18);
      position: absolute;
      top: 60px;
      right: 30px;
    }
    
    .sf-1 {
      width: calc(50% + 430px);
      height: 1px;
      background: rgb(18,18,18);
      display: block;
      position: absolute;
      right: 0;
      bottom: 120px;
    }
    
    .sf-2 {
      width: 1px;
      height: 120px;
      background: rgb(18,18,18);
      display: block;
      position: absolute;
      right: calc(50% + 430px);
      bottom: 120px;
    }
    
    .sf-3 {
      width: 1px;
      height: 320px;
      background: rgb(18,18,18);
      display: block;
      position: absolute;
      right: calc(50% - 375px);
      bottom: 120px;
    }
  
.footer {
  /*margin-top: 150px;*/
  padding-top: 80px;
  padding-bottom: 80px;
  background: rgb(18,18,18);
}

  .footer * {
    color: rgb(160,160,160);
  }

  .footer .col-12 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  
    .footer span.line-s {
      width: 120px;
      height: 1px;
      margin: 0 auto;
      background: rgb(152,152,152);
      display: block;
    }
  
    .footer .col-12 a {
      margin-left: 6px;
      margin-right: 6px;
      font-size: 16px;
      color: rgb(160,160,160);
      text-transform: uppercase;
    }
    
    .footer .col-12.cpr a {
      text-transform: lowercase;
    }
    
.columns {
  column-count: 2;
  column-gap: 60px;
}
    
@media (max-width: 979px) {
  
  nav.navbar {
    /*background: #fff;*/
  }
  
  #navbarCollapse {
    width: 100%;
  }
  
  .navbar-collapse {
    /*background: #fff;*/
  }
  
  nav.navbar > .container {
    align-items: center;
  }
  
  .navbar-brand img {
    max-height: 18px;
    /*margin-top: -18px;*/
    padding-left: 10px;
  }
  
  a.nav-link {
    /*padding: 10px 10px 10px 10px !important;*/
  }
  
  .fheader {
    font-size: 24px;
    font-weight: 400;
  }
  
  .slogan-frame {
    display: none;
  }
  
  .fslider {
    min-height: 100px;
  }
  
    .fbg, .fbg-1 {
      display: none;
    }
    
    .fslider .col-12 {
      padding-left: 0;
    }
  
  .box {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .nbr {
    display: none !important;
  }
  
  .footer img {
    max-width: 250px;
  }
  
  .footer .col-12 a {
    margin-bottom: 10px;
    display: block;
    float: none;
  }
  
  .columns {
    column-count: 1;
  }
  
  .subfooter {
    min-height: 446px;
    background: url(img/footer.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
  }

  .subfooter > div {
    min-height: inherit;
    position: relative;
  }
  
    .box-1 {
      padding: 50px 80px 50px 50px;
      font-weight: 300;
      color: rgb(248,248,248);
      font-size: 16px;
      line-height: 32px;
      text-transform: uppercase;
      background: rgb(18,18,18);
      position: absolute;
      top: 90px;
      left: 10px;
    }
    
    .box-2 {
      display: none;
    }
    
    .sf-1 {
      display: none;
    }
    
    .sf-2 {
      display: none;
    }
    
    .sf-3 {
      display: none;
    }
    
  .hrs {
    min-height: 500px;
    margin-top: 60px;
    background: rgba(32,32,32,.9);
    background-size: cover;
    position: relative;
  }

  .hrs .col-12 {
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 38px !important;
  }
  
    .hrs h2 {
      margin-bottom: 30px;
      font-size: 24px;
      font-weight: 300;
      color: rgb(248,248,248);
      text-transform: uppercase;
    }
    
  h1 {
    font-size: 24px;
  }
}