.carousel-item {
  min-height: 200px; }

.carousel-item img {
  object-fit: cover;
  top: 0;
  left: 0;
  min-height: 200px;
  width: 100%; }

.site-radius {
  border-radius: 10px; }

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table; }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; } }

.img-circle {
  border-radius: 50%; }

.image-centered-container {
  display: flex;
  justify-content: center; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

html, body {
  color: #000 !important;
  font-family: Open Sans !important;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  margin: 0;
  padding: 0; }

h1, h2, h3 {
  font-family: Raleway !important; }

h4 {
  font-size: 18px;
  font-weight: 600; }

.button {
  background-color: #283957;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 15px;
  height: 55px;
  line-height: 55px;
  padding-left: 45px;
  padding-right: 45px;
  transition-duration: 0.2s; }
  .button:hover {
    background-color: #101723;
    color: white;
    text-decoration: none !important; }

.container-panel {
  padding: 0; }

.rounded {
  border-radius: 5px; }

.white-panel {
  background-color: white;
  box-shadow: 0px 0px 0px 1px #000 1a;
  text-align: center;
  transition-duration: 0.2s; }

.map-panel {
  padding: 10px; }

.map {
  background-color: red;
  height: 550px;
  width: 100%; }

.cd-nav-trigger {
  cursor: pointer;
  position: fixed;
  z-index: 3;
  right: 5%;
  top: 15px;
  height: 45px;
  width: 45px;
  background-color: #283957;
  /* image replacement */
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  transition-duration: 1s; }
  .cd-nav-trigger:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg); }

.cd-nav-trigger .cd-nav-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff; }

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  background-color: inherit;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s; }

.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px); }

.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px); }

.container-menu {
  background-color: #fff;
  border-bottom: 1px solid #ece9e9;
  box-shadow: 0px 1px 15.68px 1.32px rgba(0, 0, 0, 0.1);
  height: 70px;
  position: fixed;
  z-index: 1000; }
  .container-menu .logo {
    float: left; }
    .container-menu .logo img {
      max-height: 65px;
      max-width: 250px; }
  .container-menu .menu ul {
    float: right;
    font-size: 15px;
    font-weight: 700;
    list-style: none;
    margin: 0; }
    .container-menu .menu li {
      float: left;
      margin: 0 2px;
      font-family: Roboto; }
    .container-menu .menu a {
      border-radius: 5px;
      color: #000;
      display: inline-block;
      height: 36px;
      line-height: 36px;
      padding-left: 15px;
      padding-right: 15px;
      transition-duration: 0.2s; }
      .container-menu .menu a:hover {
        background-color: #283957;
        color: white;
        text-decoration: none !important; }

.container-top {
  background-size: cover;
  color: #000;
  font-size: 20px;
  height: 845px;
  padding-top: 120px;
  position: relative; }
  .container-top .top-bg {
    height: 845px;
    left: 0;
    margin: 0;
    opacity: 0.25;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
  .container-top h1 {
    font-size: 50px;
    margin-bottom: 100px;
    margin-top: 130px;
    position: relative; }
  .container-top p {
    font-weight: 300;
    margin-bottom: 100px;
    position: relative;
    width: 70%; }
  .container-top a {
    position: relative; }

.content {
  margin: 0; }
  .content .container-panel .container li {
    background-color: transparent; }
    .content .container-panel ul {
      list-style: none; }
      .content .container-panel ul li::before {
        background-color: #283957;
        border-radius: 5px;
        content: " ";
        display: inline-block;
        height: 5px;
        margin-bottom: 2px;
        margin-left: -1em;
        margin-right: 10px;
        width: 5px; }
  .content h2 {
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 0; }
    .content h2::after {
      margin-bottom: 30px;
      margin-top: 30px; }
    .content h2.text-left::after {
      margin-left: 0; }
    .content h2.text-right::after {
      margin-left: 90%; }
  .content h2.underline::after {
    background: #f6b479;
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    margin-left: calc(50% - 50px);
    margin-bottom: 30px;
    margin-top: 10px; }
    .content h2.underline.text-left::after {
      margin-left: 0; }
    .content h2.underline.text-right::after {
      margin-left: 90%; }
  .content .intro {
    font-size: 16px;
    font-weight: 700; }
  .content .price-panel {
    padding: 70px 0; }
    .content .price-panel:hover {
      background-color: #f3f3f3;
      box-shadow: 0px 0px 20px 1px #000 24; }
    .content .price-panel .price {
      color: #283957;
      font-family: Open Sans;
      font-size: 60px;
      font-weight: 800;
      margin-bottom: 60px;
      margin-top: 40px; }
      .content .price-panel .price sup {
        font-size: 30px;
        font-weight: 400; }
    .content .price-panel ul {
      margin-bottom: 40px; }
      .content .price-panel ul li {
        font-size: 13px; }
    .content .price-panel h3 {
      color: #f6b479;
      font-size: 35px;
      margin-bottom: 30px; }

.carousel .carousel-indicators {
  left: 0;
  right: 0;
  padding: 20px; }
  .carousel .carousel-indicators li {
    background-color: white !important;
    border-radius: 10px;
    height: 10px;
    width: 10px; }
  .carousel .carousel-indicators .active {
    background-color: #283957 !important; }
  .carousel .carousel-caption {
    background-color: #000 61;
    border-radius: 0 0 5px 5px;
    left: 0;
    margin-bottom: -20px;
    padding-bottom: 50px;
    right: 0;
    width: 100%; }

.container-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
  background: #e6e6e6; }
  .container-footer a {
    color: #000;
    transition-duration: 0.2s; }
  .container-footer a:hover {
    color: #283957;
    text-decoration: none; }
  .container-footer ul {
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    margin-top: 55px;
    padding: 0; }
  .container-footer ul li {
    display: inline-block;
    margin: 0 40px; }
  .container-footer ul::after {
    background: #f6b479;
    content: "";
    display: block;
    height: 3px;
    margin-bottom: 30px;
    margin-left: calc(50% - 50px);
    margin-top: 48px;
    width: 100px; }
  .container-footer img {
    max-height: 43px; }

.menu .active {
  color: white !important;
  text-decoration: none !important;
  background-color: #283957; }

@media screen and (min-width: 990px) {
  #menu {
    display: block !important; }

  #menu-button {
    display: none; }

  .navbar-centered {
    display: flex !important;
    align-items: center !important; }

  .content {
    padding-top: 70px; } }

@media screen and (max-width: 990px) {
  .logo img {
    padding-top: 18px; }

  #menu {
    background-color: white;
    display: none;
    padding-left: 0;
    width: 100%;
    padding-bottom: 30px; }
    #menu ul {
      width: 100%;
      background-color: white;
      padding-bottom: 50px; }

  #menu li {
    width: 100%;
    text-align: center;
    margin: 5px !important; }

  #menu-button {
    display: block;
    float: right; }

  .container-menu {
    height: 80px; }

  .content {
    padding-top: 80px; } }

@media screen and (max-width: 768px) {
  .carousel {
    margin-top: 30px; }

  .white-panel {
    margin-bottom: 20px; }

  .menu-footer {
    display: none; }

  .container-footer {
    padding-top: 30px; }

  .textbox {
    margin-top: 10px;
    margin-bottom: 10px; }

  h1 {
    font-size: 40px !important;
    margin-bottom: 50px !important;
    margin-top: 80px !important; }

  .container-top p {
    font-size: 14px; }

  .content h2::after {
    margin-bottom: 50px; }

  .container-menu {
    height: 80px; }

  .container-menu .logo img {
    max-height: 55px; }

  .cd-nav-trigger {
    top: calc(40px - 22px); } }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }
