.navbar-default {
    background-color: rgba(2,90,165,0.8);
    }
    .topcontrol {
    background: #025aa5 none repeat scroll 0 0;
}
a:hover {
    color: #f9641f;
    text-decoration: none;
}
#header_middle_inner {
    margin: 0 auto;
    position: relative;
}
#header_middle_inner .search_form_area.shown {
    animation: zoomin .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 2001;
}
#header_middle_inner .search_form_area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 54px;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 2001;
}
#header_middle_inner .search_form_area {
    text-align: center;
}
#header_middle_inner .search_form .search_field {
    width: 620px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    margin-right: 1px;
    font-size: 18px;
}
img{max-width:100%;}
.img-thumbnail {margin-right:5%;}
.section-title h1 {
    font-family: montserrat,sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
    position: relative;
    text-transform: capitalize;
}
.gp_gallery li {
    float: left;
    overflow: hidden;
    list-style: outside none none;
    display: inline-block;
    margin: 0px 1em 1em 0px;
    padding: 0.5em 0.5em 0px;
    border: 1px solid #DDD;
    border-radius: 6px;
    color: #333;
    position: relative;
    background: #F7F7F7 -moz-linear-gradient(center top , #FAFAFA 5px, #F1F1F1 25px) repeat scroll 0% 0%;
    height: 120px;
    width: 120px;
}
.gp_gallery img {
    top: 10px;
    position: absolute;
    margin: 0px 1em 1em 0px;
    border-radius: 2px;
    left: 10px;
    max-width: 100px;
    max-height: 100px;
}
.tagline {
    text-shadow: 0px 0px 10px #000;
    color: #FFF;
}
.contactform input {
    width: 76%;
    border: 1px solid #e38c43;
    border-radius: 4px;
    font-weight: 400;
    background-color: #4986ba;
    color: #fff;
    font-family: Lato,sans-serif !important;
}
#contact_message {
    width: 76%;
    border: 1px solid #4986ba;
    border-radius: 4px;
    font-family: Lato,sans-serif !important;
    background-color: #4986ba;
    color: #fff;
}
.panel {
    margin-bottom: 20px;
    background-color: #c9d0e0;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.results li {
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 24px;
    min-width: 192px;
    width: calc(33% - 24px);
    vertical-align: top;
}
.result-thumb {
    height: 168px;
    width: 168px;
    position: relative;
    margin-bottom: 12px;
}
.result-thumb img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.result-title {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}
.result-brand {
    color: #111;
    font-size: 12px;
}
.result-price {
    color: #111;
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
}