/*------------------------------------------------------------------------------------------*/


/*---------------------------------------GLOBAL STYLE---------------------------------------*/


/*------------------------------------------------------------------------------------------*/

@font-face {
    font-family: Gabriola;
    src: url(../font/Gabriola.ttf);
}

@font-face {
    font-family: Poor_Rich;
    src: url(../font/Poor_Rich.ttf);
}

@font-face {
    font-family: lstpr;
    src: url(../font/lstpr.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    letter-spacing: 0.04em;
}

body {
    background-color: #fff;
    color: #838383;
    font: 13px "Lato", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: outside none none;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

select option:disabled {
    color: #ccc;
    cursor: no-drop !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2d3e52;
    font-weight: normal;
}

h2 {
    font-size: 1.6667em;
    line-height: 1.25em;
}

p {
    font-size: 1.0833em;
    line-height: 1.6666;
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: none;
}

.border {
    border: 1px solid black;
}

.list-content {
    background: #fff;
    padding: 15px;
    width: 100%;
}

.check-feature {
    margin-top: -5px;
    list-style: outside none none;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
}

.check-feature li {
    line-height: 1.2em;
    padding: 6px 0;
    font-size: 13px;
}

.check-feature i {
    left: 0;
    color: #189eaa;
    font-size: 12px;
    position: relative;
    bottom: 1px;
    margin-right: 8px;
}

.pdd-left {
    padding-left: 0;
}

.pdd-right {
    padding-right: 0;
}

a.btn-contact {
    padding: 7px 10px;
    border-radius: 0;
    background: #583934 none repeat scroll 0 0;
    font-weight: bold;
    font-size: 0.9167em;
    color: #fff;
    text-transform: uppercase;
}

a:hover.btn-contact {
    background-color: #583934;
    color: #fff;
}

.vertical-center {
    transform: translateY(50%);
}

.disable {
    pointer-events: none;
    opacity: 0.6;
}


/*------------------------------------------------------------------------------------------*/


/*----------------------------------------SET MARGIN----------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.mrg-top10 {
    margin-top: 10px;
}

.mrg-top15 {
    margin-top: 15px;
}

.mrg-top20 {
    margin-top: 20px;
}

.mrg-top30 {
    margin-top: 30px;
}

.mrg-top40 {
    margin-top: 40px;
}

.mrg-top50 {
    margin-top: 50px;
}

.mrg-top70 {
    margin-top: 70px;
}

.mr-bot30 {
    margin-bottom: 30px;
}

.mr-bot40 {
    margin-bottom: 40px;
}


/*------------------------------------------------------------------------------------------*/


/*-----------------------------------PAGING RESET STYLE-------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    margin-right: 3px;
    padding: 7px 15px;
    background: #d9d9d9 none repeat scroll 0 0;
    color: #fff;
}

.pagination>.active>a,
.pagination>li>a:hover {
    background: #583934 none repeat scroll 0 0;
    border-color: #583934;
    color: #fff;
}


/*------------------------------------------------------------------------------------------*/


/*-------------------------------------GLOBAL MESSAGE---------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.box-msg {
    position: fixed;
    top: 30px;
    right: 5px;
    min-width: 350px;
    z-index: 1000;
}

.box-alert {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    padding: 10px;
    color: #fff;
    padding: 5px;
}

.box-alert.border-success {
    border: 1px solid #ddd;
}

.box-alert.border-danger {
    border: 1px solid #dd4b39;
}

.box-alert .box-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
}

.box-alert .box-danger {
    background: #dd4b39 none repeat scroll 0 0;
    padding: 10px;
}

.box-alert h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
}

.box-alert .box-success h3 {
    color: #3c763d;
}

.box-alert .box-danger h3 {
    color: #fff;
}


/*--------------------------------------------------------------
-------------------------STYLE VALIDASI-------------------------
--------------------------------------------------------------*/

.help-block {
    margin-bottom: 0;
}

.help-block {
    margin-top: 0;
}

.has-success .help-block {
    color: #fff;
}

.has-error .help-block {
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 12px;
    font-style: normal;
}

.has-error .form-control:focus,
.has-success .form-control:focus {
    box-shadow: none;
}

.success-grey .form-control,
.success-COgrey .form-control {
    border-color: #ccc;
}

.success-grey .help-block {
    color: #fff;
}

.success-COgrey .help-block {
    color: #eee;
}


/*------------------------------------------------------------------------------------------*/


/*------------------------------------------HEADER------------------------------------------*/


/*------------------------------------------------------------------------------------------*/

#page-wrapper {
    overflow: visible;
    position: relative;
}

#header {
    position: relative;
    z-index: 999;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: 0;
    border-radius: 0;
}

.header-fff {
    opacity: 1;
}

.navbar.header-mobile {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#header .topnav {
    background: #583934 none repeat scroll 0 0;
    height: 30px;
    width: 100%;
}

#header .topnav ul.quick-menu>li:first-child {
    margin-left: 0;
}

#header .topnav ul.quick-menu>li {
    float: left;
    margin-left: 20px;
}

#header .topnav ul.quick-menu>li.email {
    text-transform: lowercase !important;
    font-size: 13px !important;
    padding-left: 15px;
    padding-right: 15px;
}

#header .topnav ul.quick-menu>li.email,
#header .topnav ul.quick-menu>li>a {
    color: #189eaa;
    display: block;
    font-size: 0.8333em;
    line-height: 30px;
    text-transform: uppercase;
}

#header .ribbon {
    position: relative;
}

#header .ribbon>a::after {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 0
}

#header .ribbon>a {
    padding: 0 10px 0 0;
    position: relative;
    text-transform: uppercase;
}

#header .navbar {
    margin-bottom: 0;
}

#header .navbar-brand {
    height: auto;
    padding-top: 20px;
}

.menu>li.active>a {
    color: #583934;
}

.menu>li>a {
    font-family: Poor_Rich;
    font-size: 17px;
    padding-bottom: 22px;
    padding-top: 22px;
}

.navbar-brand.reset-navbar {
    max-height: 40px;
}

.navbar-brand.reset-navbar img {
    margin-top: -18px;
}


/*------------------------------------------------------------------------------------------*/


/*---------------------------------------FORM BOOKING---------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.booking-form {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
}

.booking-form .title {
    background: #583934;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.booking-form .part-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    color: #777;
    text-transform: uppercase;
}

.booking-form .part-item {
    width: 33%;
    float: left;
}

.booking-form .part-item:nth-child(3) {
    border-left: thin solid rgba(0, 0, 0, 0.1);
    border-right: thin solid rgba(0, 0, 0, 0.1);
}

.booking-form .item-container {
    margin: 22px;
    text-align: justify;
}

.booking-form h4 {
    color: #777777;
    text-align: center;
}

.booking-form p {
    margin-bottom: 2px;
    margin-top: 15px;
}

.booking-form .search-button {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    background: #189eaa;
    border: 1px solid #583934;
    padding: 12px 25px;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    z-index: 1;
    background-position: 10px -27px;
    text-align: center;
    transition: all 0.25s linear;
    width: 180px;
    text-transform: uppercase;
}

.booking-form small {
    font-size: 10px;
}

.booking-form .item-passenger {
    float: left;
    width: 33.33%;
    margin-top: 9px;
}

.booking-form .passenger-container {
    margin: 0 3px;
    text-align: left;
}

.booking-form .clear {
    clear: both;
}

.part-item .form-control {
    border-radius: 0;
    background-color: #f5f5f5;
    color: #666;
    border-color: rgba(0, 0, 0, 0.05);
    box-shadow: none;
    height: 37px;
}

.part-item .form-control:focus {
    border-color: rgba(0, 0, 0, 0.2);
}


/*Style Home*/

.bg-grey {
    margin-top: 60px;
    background-color: #eee;
}

.pdd-section {
    padding-bottom: 70px;
    padding-top: 80px;
}

.home-destination h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.home-destination-detail {
    background-color: #fff;
    padding: 10px;
}

.home-destination-detail div:first-child {
    color: #333;
    font-size: 16px;
}

.home-destination-detail div:last-child {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 3px;
}

.home-destination-title {
    color: #2d3e52
}

.bg-photo {
    background: #eee url('../img/bg1.jpg') repeat center;
    padding: 50px 0 60px 0;
}

.home-promosi {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.text-promosi {
    padding: 10px 15px;
}

.text-promosi p {
    line-height: 23px;
}

.text-promosi h3 {
    color: #333;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.title-home {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    margin: auto;
    text-align: center;
    font-family: Gabriola;
    z-index: 101;
    color: #583934;
    font-size: 60px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    font-weight: 800;
    border-bottom: 2px solid #fff;
    line-height: 40px;
    width: 30%;
}

@media (max-width: 1327px) {
    .title-home {
        width: 40%;
    }
}

@media (max-width: 1000px) {
    .title-home {
        width: 50%;
    }
}

@media (max-width: 800px) {
    .title-home {
        width: 60%;
    }
}

@media (max-width: 671px) {
    .title-home {
        width: 70%;
    }
}

@media (max-width: 571px) {
    .title-home {
        width: 95%;
    }
}

@media (max-width: 437px) {
    .title-home {
        font-size: 50px;
    }
}

.title-des-home {
    position: absolute;
    left: 0;
    right: 0;
    top: 41%;
    margin: auto;
    text-align: center;
    z-index: 100;
    color: #f9af0e;
    font-family: lstpr;
    font-size: 25px;
}

@media (max-width: 375px) {
    .title-home {
        font-size: 40px;
        line-height: 30px;
        width: 90%;
    }
    .title-des-home {
        font-size: 20px;
    }
}

.home-bg-overley {
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    height: calc(100vh - 93px);
    width: 100%;
    top: 0;
    z-index: 100;
}

.partner {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 101;
}

.partner ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.partner>ul>li {
    display: inline-block;
}

.partner ul>li>img {
    max-height: 60px;
    object-fit: contain;
    margin: 10px 15px;
}

.partner h2 {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 110%; */
    margin-top: 5px;
    margin-bottom: -10px;
    text-align: center;
    font-family: Gabriola;
    z-index: 100;
    color: #ea1448;
    font-size: 40px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight: 800;
}

@media (min-width: 769px) {
    .partner>ul>li {
        max-width: calc(8% - 15px);
    }
}

@media (max-width: 768px) {
    .partner h2 {
        font-size: 25px;
        margin-bottom: -5px;
    }
    .partner>ul>li {
        max-width: calc(14.28% - 15px);
    }
}

@media (max-width: 345px) {
    #header .navbar-brand {
        width: 80%;
    }
}


/*Location*/

.map-location {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2px;
}

.home-map {
    height: 350px;
    max-width: 100%;
}

.home-location p {
    color: #ddd;
    line-height: 20px;
    font-size: 14px;
}

.home-contact {
    margin-top: 30px;
    color: #ddd;
}

.home-contact span {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    position: relative;
    padding-left: 26px;
}

.home-contact i.fa {
    color: #ff5722;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 26px;
}


/*------------------------------------------------------------------------------------------*/


/*----------------------------------------STYLE TOUR----------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.same-height {
    margin-bottom: 20px;
}

.container-blue {
    background: #2d3e52 none repeat scroll 0 0;
    height: 56px;
}

.container-blue .breadcrumbs a:hover {
    color: #189eaa;
}

.title-tour h2 {
    color: #fff;
    line-height: 56px;
    margin: 0;
    font-size: 20px;
}

.container-blue .breadcrumbs {
    height: 100%;
    letter-spacing: 0.04em;
}

.container-blue .breadcrumbs li {
    float: left;
    font-size: 0.8333em;
    font-weight: bold;
    line-height: 56px;
    margin-left: 5px;
    text-transform: uppercase;
    color: #fff;
}

.container-blue .breadcrumbs li::after {
    color: #5a7ca3;
    content: " /";
}

.container-blue .breadcrumbs li:last-child::after {
    content: "";
}

.container-blue .breadcrumbs li.active {
    color: #189eaa;
}

#tour-content {
    background-color: #f5f5f5;
    padding-top: 40px;
    margin-bottom: -100px;
    padding-bottom: 50px;
}

.tour-box {
    margin-bottom: 30px;
    background-color: #fff;
}

.tour-detail {
    background: #fff none repeat scroll 0 0;
    padding: 15px 18px 18px;
}

.tour-detail h4 {
    line-height: 1.3333em;
    margin-bottom: 0;
    color: #2d3e52;
    letter-spacing: 0.04em;
    font-size: 1.3333em;
    margin-top: 0;
}

.tour-detail hr {
    margin: 15px 0;
    border-color: #eee;
}

.tour-feature {
    margin-top: -5px;
    list-style: outside none none;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
}

.tour-feature li {
    line-height: 1.2em;
    padding: 8px 0;
    font-size: 12px;
}

.tour-feature i {
    left: 0;
    color: #189eaa;
    font-size: 12px;
    position: relative;
    bottom: 1px;
    margin-right: 10px;
}

.des-detail-tour ul {
    margin-left: 28px;
}

.des-detail-tour ul b {
    color: #2d3e52;
}

.des-detail-tour ul li {
    list-style-type: disc;
    padding-left: 5px;
    padding-bottom: 5px;
    line-height: 1.6666;
}

.text-center {
    text-align: center;
}

.time {
    font-size: 0.8333em;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.time span {
    color: #583934;
    letter-spacing: 0.04em;
}

.time i {
    line-height: 1em;
    font-size: 17px;
    color: #189eaa;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

a.button.full-width {
    font-weight: bold;
}

a.button.btn-small {
    font-size: 0.9167em;
    height: 28px;
    line-height: 28px;
    padding: 0 24px;
}

a.button {
    background: #d9d9d9 none repeat scroll 0 0;
    display: inline-block;
    font-size: 0.8333em;
    line-height: 1.8333em;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
}

a.button:hover {
    background-color: #583934;
    text-decoration: none;
}

.full-width {
    width: 100% !important;
}


/*Tour Detail*/

#tour-content .bg-white {
    background-color: #fff;
}

.box-tour-detail {
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
}

.tour-detail-intro {
    padding: 10px;
    border: 10px solid #f5f5f5;
    margin-bottom: 20px;
}

.tour-intro-des {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    margin-bottom: 3px;
    line-height: 20px;
}

.tour-intro-des span {
    color: #583934;
}

.tour-contact {
    border-left: 1px solid #eee;
    padding-left: 20px;
    text-align: right;
    padding-top: 4%;
    padding-bottom: 4%;
}

.tour-contact h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

a.btn-contact-tour {
    height: 32px;
    line-height: 32px;
    padding: 12px 30px;
    background: #583934 none repeat scroll 0 0;
    font-weight: bold;
    font-size: 0.9167em;
    color: #fff;
    text-transform: uppercase;
}

a:hover.btn-contact-tour {
    background-color: #583934;
    color: #fff;
}

.tour-map {
    height: 270px;
    width: 100%;
}

.sidebar-tour-detail {
    background: #fff none repeat scroll 0 0;
    padding: 10px 20px;
}

.sidebar-tour-detail li {
    border-bottom: 1px solid #f5f5f5;
    padding: 2px 0 0 45px;
    position: relative;
}

.sidebar-tour-detail li:last-child {
    border-bottom: 0;
}

.sidebar-tour-detail .circle {
    color: #189eaa;
    font-size: 1.5em;
    left: 0;
    position: absolute;
    top: 12px;
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    height: 1.8em;
    line-height: 1.7333em;
    text-align: center;
    width: 1.8em;
}

.sidebar-tour-detail h5 {
    margin-bottom: 4px;
}

.sidebar-tour-detail .contact-phone i {
    color: #189eaa;
    width: 26px;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    font-size: 17px;
}

.sidebar-tour-detail .contact-phone {
    color: #01b7f2;
    font-size: 17px;
    margin-bottom: 8px;
    padding-left: 26px;
    position: relative;
}

.sidebar-tour-detail .contact-email {
    margin-left: 30px;
    font-size: 14px;
}


/*------------------------------------------------------------------------------------------*/


/*--------------------------------------STYLE TRANSPOT--------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.transpot-title {
    margin-top: 0;
}

.box-transpot {
    margin-bottom: 30px;
}

.transpot-title small {
    color: #838383;
    display: block;
    font-size: 10px;
    margin-top: 4px;
    text-transform: uppercase;
}

.transpot-logo {
    margin-left: 7px;
    padding-left: 6px;
    position: relative;
    top: -12px;
    border-left: 1px solid #eee;
}

.transpot-title,
.transpot-logo {
    display: inline-block;
}

.transpot-logo img {
    max-height: 30px;
    width: auto;
}

.transpot-text {
    margin-top: 10px;
}

.transpot-text img {
    max-height: 20px;
    width: auto;
}

.transpot-text span {
    margin-left: 6px;
    letter-spacing: 0.04em;
}

.transpot-text li {
    margin-bottom: 10px;
}

.transpot-text li:last-child {
    margin-bottom: 0;
}

.transpot-text li small {
    color: #583934;
    text-transform: uppercase;
}

.box-transpot .check-feature {
    border-right: 1px solid #eee;
}

.box-transpot .term a {
    color: #555;
    text-transform: uppercase;
    font-size: 12px;
}


/*Style Motor*/

.style-motor figure {
    background: #f5f5f5 none repeat scroll 0 0;
    display: table;
    height: 140px;
    table-layout: fixed;
    width: 100%;
}

.style-motor figure a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.style-motor figure img {
    width: auto;
}

.style-motor .detail {
    padding: 15px 0 0 !important;
}

.style-motor .transpot-title {
    text-transform: uppercase;
    font-size: 14px;
}

.style-motor .price {
    color: #7db921;
    display: block;
    float: right;
    font-size: 1.6667em;
    line-height: 1;
    text-align: right;
    text-transform: uppercase;
}

.style-motor .price small {
    color: #838383;
    display: block;
    font-size: 0.5em;
}

.style-motor .detail p {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    font-size: 13px;
    margin-top: 8px;
}


/*------------------------------------------------------------------------------------------*/


/*-----------------------------------------CONTACT------------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.contact {
    background-color: #fff;
    padding: 20px;
}

.contact-info li {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    padding-left: 55px;
}

.contact-post label {
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.contact-post .form-control {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    line-height: normal;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
}

.contact-post input.form-control {
    height: 34px;
}

.contact-post textarea.form-control {
    min-height: 200px;
    min-width: 100%;
    max-width: 100%;
}

.btn-contact {
    width: 100%;
    padding: 10px 30px;
    background: #583934 none repeat scroll 0 0;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-contact:hover,
.btn-contact:focus {
    background-color: #583934;
    color: #fff;
    outline: none;
}

.gallery .pagination {
    margin: 0;
}

.modal-contact textarea {
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
}


/*------------------------------------------------------------------------------------------*/


/*-------------------------------------------CART-------------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.box-cart {
    background-color: #fff;
    padding: 40px 25px 30px 25px;
}

.box-cart h1 {
    margin-top: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 550;
}

.box-cart .head-route b {
    color: #444;
}

.box-cart .btn-cart-continue:first-child {
    margin-right: 5px;
}

.box-cart .btn-cart-continue {
    padding: 13px 35px;
}

.box-cart .cart-list {
    box-shadow: 5px 5px 15px #cfcfcf;
}

.box-cart .cart-list h4 {
    background-color: rgba(255, 255, 255, 0);
    padding: 20px;
    text-align: right;
}

.box-cart .cart-list h4.departure {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(216, 218, 255, 1));
}

.box-cart .cart-list h4.return {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 235, 87, 1));
}

.pdd-right4 {
    padding-right: 4px;
}

.pdd-left4 {
    padding-left: 4px;
}

.box-cart .cart-list .cart-route {
    padding: 15px;
    padding-top: 0;
}

.boat-title {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
}

.cart-list .cart-des p,
.booking-detail .cart-des p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #444;
}

.cart-list .cart-des p i,
.booking-detail .cart-des p i {
    width: 25px;
}

.cart-list .price p,
.booking-detail .price p {
    margin-bottom: 10px;
    font-size: 13px;
    color: #444;
}

.cart-list .price p b,
.booking-detail .price p b {
    font-size: 14px;
    margin-left: 7px;
}

.box-cart .cart-list .cart-warning {
    padding: 15px;
    padding-top: 10px;
    line-height: 30px;
}


/*BOOKING DETAIL*/

.booking-detail h1.booking-detail-title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.booking-detail .form-control {
    background: #f5f5f5 none repeat scroll 0 0;
    border: medium none;
    line-height: normal;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
}

.booking-detail input.form-control {
    height: 40px;
}

.booking-detail .form-control {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.booking-detail p {
    font-size: 13px;
}

.booking-label {
    color: #444;
}

.booking-detail textarea.form-control.address {
    min-height: 100px;
    min-width: 100%;
    max-width: 100%;
}


/*------------------------------------------------------------------------------------------*/


/*--------------------------------------STATIC CONTENT--------------------------------------*/


/*------------------------------------------------------------------------------------------*/

.static-content {
    background-color: #f5f5f5;
    padding-top: 40px;
    margin-bottom: -100px;
    padding-bottom: 50px;
}

.static-content .static-body {
    background-color: #fff;
    padding: 10px 20px;
    padding-top: 20px;
}

.static-body h2 {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 25px;
}

.static-body.faq h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
}

.static-body.faq p {
    margin-bottom: 20px;
}


/*------------------------------------------------------------------------------------------*/


/*------------------------------------------FOOTER------------------------------------------*/


/*------------------------------------------------------------------------------------------*/

footer {
    background: #f5f5f5 url("../img/straws.png") repeat scroll center bottom;
    ;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 100px;
    border-top: 2px solid #189eaa;
}

footer .navbar {
    margin: 0;
}

footer .navbar-nav a {
    font-size: 14px;
}

footer .navbar-nav a:hover,
footer .navbar-brand a:hover {
    background-color: transparent;
    color: #ff5722;
}

footer .navbar-brand {
    font-size: 15px;
    color: #444;
}

img {
    width: 100%;
    height: auto;
}


/*SLIDER TOUR*/

#wowslider-container2 .ws_thumbs img {
    height: 75px;
    object-fit: cover;
    justify-content: center;
}

#wowslider-container2 .ws_images img {
    height: 460px;
    object-fit: cover;
    justify-content: center;
}

/*mobileMenu by WDA - start*/
#mobileMenu{
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 60px;
	display: flex;
  	flex-wrap: nowrap;  	
  	z-index: 999999;
}
#mobileMenu > div:first-child{
	border-left:none;
}
#mobileMenu > div {
  	background-color: #fff;
  	width: 20%;
  	margin:0;
  	text-align: center;  	
  	font-size: 14px;
  	border-left:1px solid #ccc;
}
#mobileMenu > div.cta a {
    border-radius: 100%;
    color: #fff;
    background: #583934;
    padding: 5px 6px;
    margin-top: 10px;
    font-size: 15px;
}
#mobileMenu > div a{
	display: inline-block;
	padding-top: 10px;
	font-size:18px;
	color:#583934;
}
#mobileMenu > div span{
	display: block;
	font-size: 12px;	
}
/*mobileMenu by WDA - end*/