/* inserire i css qui */
body{
    font-family: Poppins,sans-serif;
}
.row{
    padding:20px 10px;
}
.col-md-6{
    padding-left:5px;
    padding-right:5px;
}
.form-control{
    padding:6px 0;
    border:none;
    box-shadow:none;
    -webkit-box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
    background-color: transparent!important;
    border-left:none!important;
    background: transparent!important;
    padding-right:5px;
}
.select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search-choice-close{
    background-image: url('/wp-content/plugins/Navis/pack/images/boats_list/arrrow-down.png')!important;
    background-position: bottom center;
    background-repeat: no-repeat!important;
    background-size:contain!important;
    background: center;
}
form .col-md-12{
    margin-top:2%;
}

.searchSubmit{
    background-color:#005B7D;
    border: 0px solid silver;
    border-radius: 2em;
    box-shadow: 2px 5px 5px silver;
    color: white;
    height: 2em;
    width: 10em;
    line-height: 50%;
}
.searchSubmit:hover{
    color:#DCDCDC;
}
.grid-div{
    margin-bottom:2%;
}
.title-anchor h3{
    font-size:18px;
    color: #101010;
    font-weight: 600;
    line-height:25px;
}
.title-anchor h3:hover{
    color: #7b7b7b;
}
.grid-data,.grid-data .boat-name{
    padding:0;
    height:30px;
}
.thumbnail-style{
    background-color: transparent;
    border:none;
}
.grid-price{
    padding:0;
    color:#101010;
    font-weight: 500;
}
.grid-year{
    padding-right:0;
    color:#101010;
}

@media only screen and (max-width: 468px){
    .row{
        padding:0;
    }
    .col-xs-12{
        padding:0;
    }
    form .col-md-6{
        padding:10px 0;
    }
    #s2id_lengthFrom, #s2id_lengthTo, #s2id_priceFrom, #s2id_priceTo{
        padding:0 15px;
    }
}