body {
    background-color: #f1f1f1;
    overflow-x: hidden;
}

.noPadMarg {
   padding: 0 !important;
   margin: 0 !important;
}

#carousel {
    width: 100%;
    position: absolute;
}

.carousel-caption {
    margin-bottom: 180px;
    text-align: right;
}

.carousel-inner .col-xs-12 {
    text-align: right;
    padding: 0;
    padding-top: 280px;
}

.carousel .item {
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel .item img {
    width: 100%;
}

.carousel-indicators li {
    position: relative;
    background-color: #999;
    background-color: rgba(70,70,70,.25);
    margin-right: 10px !important;
}

.carousel-indicators .active {
    background-color: #444;
}

@media (min-width: 992px) {
    .carousel-inner .col-xs-12 {
        padding-right: 5px;
    }
}

.slideText {
    background: rgba(255, 143, 0, 0.7);
    color: white;
    font-size: 3em;
    line-height: 47px;
}

.carousel-indicators {
    margin-bottom: 150px;
}


#pageContainer {
    padding: 0;
    position: relative;
}

nav {
    margin-top: 8px;
}

#logoImg {
    position: absolute;
    height: 150px;
    margin-left: -4px;
    margin-top: -10px;
    z-index: 10;
}

@media (max-width: 979px) {
    .navbar-fixed-top.navbar-absolute {
        position: absolute;
        margin: 0;
    }
}

.navbar {
    position: absolute;
    background-color: #cd233d;
}


.navbar-toggle {
    background-color: #eeefef;
}

.nav.navbar-nav.side-nav {
    padding-left: 204px;
}

.navbar-collapse {
    overflow: hidden;
}

@media (min-width: 768px) {
    .nav { width: 100%;}
    .nav li { width: 25%; text-align: center; }
}

nav ul li a {
    color: white !important;
    font-size: 1.4em;
    text-align: center;
}

@media (max-width: 991px){
    nav ul li a {
        font-size: 1.3em;
    }
}

nav ul li.active a {
    color: black !important;
}

nav ul li:hover {
    background-color: #1983ac;
    transition: background-color 0.3s;
}

.bottomBorder {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0288D1;
    z-index: 5;
}

.icon-bar {
   background-color:#FF0000 !important;
}

#contentContainer {
    margin-top: 450px;
}

.contentBox {
    -moz-box-shadow: 0px 0px 10px black;
    -webkit-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;
    margin-bottom: 25px;
}

.contentBox .top {
    padding: 5px;
    background-color: #D32F2F;
    color: white;
    overflow: hidden;
}

.contentBox .top .title {
    font-size: 2em;
    font-weight: bold;
}

.contentBox .top .right {
    float: right;
    font-size: 1.5em;
    margin-right: 10px;
    line-height: 42px;
}

.contentBox .body {
    background-color: white;
    font-size: 1.6em;
    padding: 12px;
    color: black;
    word-wrap: break-word;
    overflow: hidden;
}

.contentBox .body img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.contentBox .body table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid @table-border-color;

    // Tighten up spacing and give a background color
    > .table {
      margin-bottom: 0;
      background-color: #fff;

      // Ensure the content doesn't wrap
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th,
          > td {
            white-space: nowrap;
          }
        }
      }
    }

    // Special overrides for the bordered tables
    > .table-bordered {
      border: 0;

      // Nuke the appropriate borders so that the parent can handle them
      > thead,
      > tbody,
      > tfoot {
        > tr {
          > th:first-child,
          > td:first-child {
            border-left: 0;
          }
          > th:last-child,
          > td:last-child {
            border-right: 0;
          }
        }
        > tr:last-child {
          > th,
          > td {
            border-bottom: 0;
          }
        }
      }
    }
}

#selectLanguageGroup {
    position: absolute;
    top: 70px;
    right: 0;
}

#selectLanguageGroup .dropdown-menu {
    min-width: auto;
    left: -6px;
}

#selectLanguageGroup .dropdown-menu img {
    min-width: auto;
    margin: 5px;
}

#selectLanguageGroup img {
    cursor: pointer;
}

@media (min-width: 992px) {
    #golfLogo {
        position: absolute;
        left: -10px;
        top: 690px;
    }
    #hoasenLogo {
        position: absolute;
        top: 620px;
        left: -20px;
    }
    #map {
        position: absolute;
        top: 620px;
        right: -50px;
    }
}

@media (min-width: 1200px) {
    #map {
        position: absolute;
        top: 620px;
        right: -20px;
    }
}

@media (max-width: 991px) {
    #hoasenLogo, #selectLanguageGroup {
        margin-left: 20px;
    }
    #map {
        display: none;
    }
}

#map {
    width: 200px;
}

#map .caption {
    text-align: center;
    padding: 2px;
}

#map .caption a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#map a:hover {
    color: #1c68e6;
}

footer {
    margin-top: 150px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);;
    text-align: center;
    padding-top: 20px;
}

footer img {
    height: 100px;
    margin: 10px;
}

#copyrightLabel {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
}

.thumbnail {
    margin-bottom: 0;
}

.galleryItem {
    background-color: white;
    -moz-box-shadow: 0px 0px 10px black;
    -webkit-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;
    margin-bottom: 20px;
}

.galleryTop {
    font-size: 1.4em;
    padding: 10px;
    background-color: #039be5;
}

.category {
    font-weight: bold;
    color: white;
    background:none;
    border:none;
    margin:0;
    padding:0;
}

.more {
    float: right;
    padding-right: 10px;
    color: white;
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

.category:hover, .more:hover {
    color: #ffe500;
}

.galleryBody {
    padding: 10px;
    padding-bottom: 0;
}

.galleryBody img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    max-height: 180px;
}

.galleryBody .col-xs-6 {
    margin-bottom: 10px;
}

.galleryBody .thumbnail {
	height: 190px;
}