.fat-boat-single-container{
    max-width: 100%;
}
.fat-boat-listing-wrap{
    display: block !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fat-boat-listing-wrap div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fat-boat-listing-wrap.fat-col-4,
.fat-boat-listing-wrap.fat-col-2,
.fat-boat-listing-wrap.fat-col-3{
    margin-left: -15px;
    margin-right: -15px;
}
.fat-boat-listing-wrap.fat-col-4 .fat-boat-item,
.fat-boat-listing-wrap.fat-col-2 .fat-boat-item,
.fat-boat-listing-wrap.fat-col-3 .fat-boat-item{
    float: left;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.fat-boat-listing-wrap.fat-col-2 .fat-boat-item{
    width: 50%;
}

.fat-boat-listing-wrap.fat-col-3 .fat-boat-item{
    width: 33.3333%;
}

.fat-boat-listing-wrap.fat-col-4 .fat-boat-item{
    width: 25%;
}

.fat-boat-image-slider{
    max-width: 100%;
}
@media(min-width: 992px){
    .fat-boat-listing-wrap.fat-col-2 .fat-boat-item:nth-child(2n+1),
    .fat-boat-listing-wrap.fat-col-3 .fat-boat-item:nth-child(3n+1),
    .fat-boat-listing-wrap.fat-col-4 .fat-boat-item:nth-child(4n+1){
       clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .fat-boat-listing-wrap.fat-col-2 .fat-boat-item,
    .fat-boat-listing-wrap.fat-col-3 .fat-boat-item,
    .fat-boat-listing-wrap.fat-col-4 .fat-boat-item{
        width: 50%;
    }
}

@media (max-width: 767px){
    .fat-boat-listing-wrap.fat-col-2 .fat-boat-item,
    .fat-boat-listing-wrap.fat-col-3 .fat-boat-item,
    .fat-boat-listing-wrap.fat-col-4 .fat-boat-item{
        width: 100%;
    }

    .fat-boat-single-container ul.fat-boat-list.three-cols li{
        width: 50%;
    }

}

.fat-boat-item h4.boat-title{
    margin-top: 20px;
    margin-bottom: 5px;
}

.fat-boat-item h4.boat-title a{
    text-transform: capitalize;
    font-size: 18px;
}

.fat-boat-item .fat-boat-thumb{
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fat-boat-item .fat-boat-thumb img{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.fat-boat-item .fat-boat-thumb:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.fat-boat-item .fat-boat-thumb .boat-price{
    position: absolute;
    bottom: 10px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.fat-boat-item .fat-boat-thumb .boat-price > span{
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    bottom: 4px;
}

.fat-boat-item .fat-boat-attr{
    font-size: 14px;
}
.fat-boat-item .fat-boat-attr  span{
    padding-right: 10px;
}

.fat-boat-filter{
    margin-bottom: 30px;
}
.fat-boat-filter ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.fat-boat-filter ul li{
    display: inline-block;
    padding: 5px 10px;
    margin: 0px 5px 10px 0px;
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;

}
.fat-boat-filter ul li i{
    color: #a7a7a7;
}
.filter-popup{
    display: none;
    padding: 0px 15px 15px 15px;
}

.fat-boat-filter a.reset-all-filter{
    display: none;
    margin-left: 15px;
}

.filter-content{
    display: inline-block;
    width: 100%;
    min-width: 100px;
}

.boat-filter .filter-content{
    min-width: 250px;
}
.filter-content select,
.filter-content input{
    width: 100%;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #ddd;

}

.filter-content-left,
.filter-content-right{
    float: left;
    margin-right: 15px;
}

.filter-content h4{
    font-size: 16px;
    padding: 0px;
    margin: 10px 0px 15px 0px;
    text-transform: capitalize;

}
.filter-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.filter-content ul li{
    margin-bottom: 5px;
    padding: 5px;
}
.filter-content ul li i{
    margin-right: 5px;
}
.filter-content ul li.has-cursor{
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.filter-content ul li.has-cursor:hover{
    color: #2698D6;
}

.filter-content ul li.has-border{
    border: solid 1px #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filter-content ul li.has-border:hover{
    color: #2698D6;
}

.filter-content ul li.has-border.selected{
    background-color: #2698D6;
    color: #fff;
    border-color:  #2698D6;
}

.fat-boat-filter ul.filter-wrap > li.has-filter{
    background-color: #2698D6;
    color: #fff;
    border-color:  #2698D6;
}
.fat-boat-filter ul.filter-wrap > li.has-filter i{
    color: #fff;
}

.location-filter .filter-content ul li.has-cursor.selected{
    color: #2698D6;
}

.dates-filter ul li{
    margin-bottom: 10px;
}

.filter-action{
    clear: both;
    padding-top: 15px;
}
.filter-action .fl-left{
    float: left;
}
.filter-action .fl-right{
    float: right;
}
.filter-action a{
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 5px;
    margin-right: 5px;
}

.filter-action a:hover{
    color:  #2698D6;
    text-decoration: none;
}

.ranger-slider-wrap{
    padding: 15px 5px;
}

.ranger-slider-wrap.price-slider{
    padding-right: 16px;
}

.ranger-slider-wrap .theme-blue .back-bar{
    height: 10px;
}
.ranger-slider-wrap .theme-blue .back-bar .pointer{
    height: 20px;
    width: 20px;
}

.ranger-slider-wrap .theme-blue .back-bar .pointer-label,
.ranger-slider-wrap .theme-blue .scale ins{
    font-size: 14px;
}
.ranger-slider-wrap .theme-blue .back-bar .pointer-label{
    top: -22px;
}

.ranger-slider-wrap .theme-blue .back-bar .selected-bar{
    background-color: #2698D6;
    background-image: none;
}

.fat-boat-paging-wrap .paging-navigation .page-numbers{
    display: inline-block;
    line-height: 1em;
    background-color: #ddd;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0px 2px;
    color: #343434;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fat-boat-paging-wrap .paging-navigation .page-numbers:hover,
.fat-boat-paging-wrap .paging-navigation .page-numbers.current{
    background-color: #2698D6;
    color: #fff;
}

.fat-boat-paging-wrap{
    margin-top: 45px;
    display: inline-block;
    width: 100%;
}

.fat-boat-loading-container{
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    z-index: 999999999;
}
.fat-boat-loading-container .fat-boat-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    -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%);
}
.fat-boat-loading-container .epic-spinner-loading .hollow-dots-spinner .dot{
    background-color: #fff;
    border-color: #fff;
}

.fat-boat-loading-container .epic-spinner-loading .epic-spinner-loading-inner{
    top: 0px;
}

select#model option.hidden{
    display: none !important;
}

.fat-boat-container.has-attr-location li.location.filter-item{
    display: none;
}

.fat-boat-not-found{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.price-invalid{
    font-size: 14px;
    color: red;
}
.fat-boat-booking-button a.fat-boat-bt.disabled{
    opacity: 0.5 !important;
    pointer-events: none;
    cursor: not-allowed;
}