body {
   padding-top:50px;
   padding-bottom:50px;
}

.breadcrumb {
   background:none;
   border:0;
   padding:10px 0;
   margin:10px 0;
   font-size:12px;
}

/* Navbar */
.navbar-default {
   background:#fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
   background:#f7f7f7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
   background:#f7f7f7;
}

.tag {
   padding:2px 5px;
   background:#fff;
   font-size:12px;
   border-radius:4px;
   border:1px #ddd solid;
   text-decoration:none;
}
h1,h2,h3,h4 {
   font-family: 'Lato', sans-serif;
}
h1:first-child,h2:first-child,h3:first-child,h4:first-child, .pagination:first-child{
   margin-top:0;
}
h1.logo-txt {
   margin:0;
   font-size:14px;
}
.panel-heading h2 {
   margin:0;
   font-size:16px;
}

.review {
   text-align:justify;
   margin:10px 0;
}
.similar-item{
    width:20%;
    float:left;
    overflow:hidden;
    padding:5px;
}

@media (min-width: 1000px) {
    .container {
       width:990px;
    }
}

fieldset {
   border:1px #ddd solid;
   border-radius:4px;
   padding:0 15px 10px 15px;
}
legend {
   padding:2px 5px;
   font-size:11px;
   width:15%;
   border-bottom:0px solid #e5e5e5;
   margin-bottom: 5px;
}