body {
  
}

ol, ul {
	list-style: none;
}

.logo {
    margin: 18px 0px;
}

.slick-wrap > div > ul {
    list-style:outside none none;
    text-align: right;
    text-transform: uppercase;
    maring:5px 0px;
}

.slick-wrap > div > ul > li {
    display: inline-block;
    position: relative;
}

.slick-wrap > div > ul > li > a {
    color: #333333;
    display: block;
    margin-left: 5px;
    padding: 5px 1px;
    position: relative;
    padding: 5px 14px;
}

.product {
    background: #f4f4f4 none repeat scroll 0 0 !important;
    padding-bottom: 100px;
}


.main-slider-wrap {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.main-slider-wrap li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .main-slider-wrap {
    height: 500px;
  }
}
@media only screen and (min-width: 1170px) {
  .main-slider-wrap {
    height: 680px;
  }
}

.main-slider-wrap li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-slider-wrap li:first-of-type {
  background-color: #2c343b;
  /*background-image: url(../../keppel-2039122.jpg);*/
  background-image: url(/images/keppel-2039122.jpg);
}

.main-slider-wrap .cd-full-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */
  padding-top: 100px;
  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-slider-wrap h2, .main-slider-wrap p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
}
.main-slider-wrap h2 {
  font-size: 2.4rem;
}
.main-slider-wrap p {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .main-slider-wrap .cd-full-width {
    padding-top: 150px;
  }
  
  .main-slider-wrap h2, .main-slider-wrap p {
    max-width: 870px;
  }
  .main-slider-wrap h2 {
    font-size: 2.4em;
    font-weight: 300;
  }
    
    .navbar-nav {
       /* float: right; */
    }
    
    #google_map {height: 300px;}

}

@media only screen and (min-width: 1170px) {
  .main-slider-wrap .cd-full-width {
    padding-top: 220px;
  }
  .main-slider-wrap h2, .main-slider-wrap p {
    margin-bottom: 20px;
  }
  .main-slider-wrap h2 {
    font-size: 3.2em;
  }
  .main-slider-wrap p {
    font-size: 1.6rem;
  }

}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.map-control {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
        font-family: 'Roboto','sans-serif';
        margin: 10px;
        /* Hide the control initially, to prevent it from appearing
           before the map loads. */
        display: none;
      }
      /* Display the control once it is inside the map. */
      #google_map .map-control { display: block; }

#google_map {height: 650px;}

    
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-3 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h3 {
  font-weight: normal;
}
.marketing .col-lg-3 p {
  margin-right: 10px;
  margin-left: 10px;
}
    