/* Enter Your Custom CSS Here */

.top_bar.hasbg #nav_wrapper {
    border-color: rgba(256, 256, 256, .3);
    margin-top: -40px;
}

.classic.gallery .element .portfolio_type img {
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 250px;
}

#tour_search_form .one_fourth input[type=submit], .tour_search_form .one_fourth input[type=submit] {
    width: 100%;
    background-color: #39858e;
}