body {
    background: #017fb2 url(../images/bg.jpg) repeat-x 0px -35px;
    padding-bottom: 50px;
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    position: absolute;
    width: 100%;
}
.navbar-collapse, .navbar-toggle {
    background-color: #1ba7e4;
}
.navbar-toggle {
    z-index: 999;
}
.navbar-toggle.collapsed {
    background-color: rgba(36, 169, 228, 0.3);
}
.navbar-toggle .icon-bar {
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.5) 1px 1px 1px;
}
.nav>li>a {
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.navbar-nav {
    width: 90%;
}
.header {overflow:hidden;}
.logo {
    text-align: center;
    margin-top: 21px;
    margin-bottom: 20px;
}
.logo img {
    width: 180px;
}
#home .btn-primary {
    margin-bottom: 10px;
}
.dolphin {
    position: absolute;
    width: 80px;
    top: 165px;
}
.palm-tree {
    position: absolute;
    width: 90px;
    top: 75px;
    right: -25px;
    z-index: -1;
}
.facebook {
    position: absolute;
    top: 190px;
    right: 20px;
}
.facebook img {
    width: 50px;
}
.btn-primary {
    width: 100%;
    background: #f5e617;
    border: 3px solid #000;
    color: #f5331f;
    font-weight: bold;
    margin-bottom: 10px;
}
.btn-secondary {
    background: #1ba7e4;
    color: #fff;
    border: 1px solid #1ba7e4;
}
.btn-100 {
    width: 100%;
}
#content-container {
    background: #fff;
    border: 3px solid #000;
    padding: 10px;
    margin-bottom: 20px;
}
#content-container h1 {
    color: #f5331f;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
#content-container h2 {
    color: #f5331f;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 15px;
}
#content-container {
    font-size: 12px;
    border-radius: 5px;
}
#content-container ul {
    padding-left: 30px;
}

#home-nav {
    margin-top: 10px;
}
.well { font-weight: bold; text-align: center; font-weight: bold; font-size: 14px; padding: 5px; }

.btn-tours {
    text-align: center;
}
.btn-tours .btn {
    margin-right: 10px;
    width: 45%;
}

.price-box {
    background: #00a0d4;
    width: 100%;
    height: 120px;
    border: 5px solid #f5f5f5;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    line-height: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.tour-title {
    font-size: 20px;
}
.tour-price {
    font-size: 30px;
}
.tour-note {
    position: absolute;
    bottom: 5px;
}
.tour-save {
    background: #e21916;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    vertical-align: middle;
    padding-top: 12px;
    z-index: 99;
    position: absolute;
    left: 120px;
    top: 10%;
}
.price-box img {
    position: absolute;
    width: 100px;
    bottom: -25px;
    right: -10px;
    -ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
}

.product {
    margin-bottom: 20px;
}
.product img {
    width: 100%;
    border-radius: 5px;
    border: 5px solid #f5f5f5;
    margin-bottom: 10px;
}
.product-title {
    color: #c61616;
    font-size: 15px;
    font-weight: bold;
}
.product-desc { 
    font-size: 12px;
}
.product-price { 
    font-size: 15px;
    color: #007fb4;
    font-weight: bold;
}

.coral {
    width: 80px;
    position: fixed;
    bottom: 0;
    z-index: -1;
}
.coral1 {
    left: 10px;
}
.coral2 {
    right: 10px;
}