body {
    background: url("../images/bg.png");
}

.site {
    font-family: "Holtwood One SC", serif;
}

.text-logo {
    font-family: 'Holtwood One Sc', serif;
    color: #e7480f;
    text-shadow: 2px 2px #ffd301;
    font-size: 50px;
    padding: 40px 0;
    text-align: center;
}

.text-logo .bi-shop {
    color: #ffd301;
    text-shadow: 0 0 #ffd301;
}

.nav-pills li a.active {
    background: #e7480f !important;
}

.nav-pills li a.active:focus, .nav-pills li a.active:hover {
    background: #992b03 !important;
}

.nav li a:focus, .nav li a:hover {
    color: #e7480f;
    background-color: #eee;
}

.nav li a {
    color: #eee;
    font-size: 18px;
    text-shadow: 2px 2px #333;
}

.img-thumbnail {
    position: relative;
}

.img-thumbnail img {
    background: #ffd301;
    height: 350px;
    width: 450px !important;
    background-size: cover;
}

.size {
    height: 540px;
}

.price {
    background: #5cb85c;
    box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: 2px 2px #333;
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 3px;
}

.price:before {
    content: '';
    border: 4px solid transparent;
    border-bottom: 4px solid #4a934a;
    border-left: 4px solid #4a934a;
    position: absolute;
    right: 1px;
    top: -8px;
}

.caption {
    margin-top: 6%;
}

.caption > h4 {
    color: #e7480f;
    font-size: 18px;
}

.caption > p {
    line-height: 20px;
}

.btn-order {
    width: 95%;
    padding: 9px;
    font-size: 16px;
    color: #fff;
    background-color: #e7480f;
    text-decoration: none;
    text-shadow: 2px 2px #333;
    position: absolute;
    bottom: 10px;
    left: 2.5%;

}

.btn-order:hover, .btn-order:focus {
    color: #fff;
    background-color: #992b03;
}

/* admin */

.admin {
    background: #fff !important;
    padding: 30px;
    border-radius: 10px;
}

/* view */
.view .row div form div label, .insert .row form div label {
    font-weight: bold;
}
.thumbnail-view {
    min-height: 525px;
    width: 560px;
}

img.img-view {
    width: 580px !important;
}

/* insert */
.help-inline {
    color: red;
}
