*, body, html
{
    /*font-family: 'Roboto', sans-serif; */
    font-family: "Euclid", -apple-system, blinkmacsystemfont, segoe ui, roboto, helvetica, arial, sans-serif;
}

body 
{
    background-color: #fff;
}


.navbar-default .navbar-nav>li>a 
{
    font-size: 0.8em;
}



a {
    transition: all .2s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
}

.navbar-default 
{
    background-color: rgba(255,255,255,0.9);
}

footer a, a {
    color: #98d361;
}
a.current{
    color: black;
    font-weight: bold;
}
.pagination>li>a{
    color: #98d361;
}

.pagination>li>a.current{
    color:black;
}

.thumbnail .caption .title{
    min-height: 36px;
}

.noborder {
    border: 0px;
    background: #fff;
    max-width: 100px;
    background: #fafafa;
    text-align: right;
}

.grayblock {
    font-size: 18px;
    padding: 4px;
    margin: 2px;
    background: #fafafa;
    display: block;
    margin-bottom: 8px;
    float: left;
    width: 100%;
}
div.prices {
    color: #8c8c8c;
}

a:focus, a:hover {
    color: #16a085;
    text-decoration: underline;
}

.dropdown-menu>li>a.current{
    background: #98d361;
}

.good_bottom_box, .good_top_box{
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    padding-left: 26px;
    padding-right: 26px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.good_top_box{
    top: 0px;
    padding-top: 0px;
    background: rgba(255,255,255,0.5);
}

.good_bottom_box {
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    background: rgba(255,255,255,0.9);
}

.good:hover>.good_top_box,.good:focus>.good_top_box,.good:hover>.good_bottom_box,.good:focus>.good_bottom_box{
    opacity: 1;
}

.good.thumbnail{
    border:1px solid transparent;
}




.border_img{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
    transition: all 0.2s ease-in-out;
    /*margin-right: 50px;
    margin-bottom: 50px;*/
    display: inline-block;
}

.border_bottom{
    padding-bottom: 50px;
}



