.navbar {
    background: #fff;
}
.video-container, .video {
    height: 600px;
}

@font-face {
    font-family: "nirmala";
    src: url("/webfonts/Nirmala.woff") format('woff');
}
@font-face {
    font-family: "bellerose";
    src: url("/webfonts/Bellerose.woff") format('woff');
}
@font-face {
    font-family: "arimo";
    src: url("/webfonts/Arimo-Regular-Latin.woff") format('woff');
}

#logo {
    font-family: "nirmala";
}
#logo a{
    text-decoration: none;
    color: #333;
}

#navbar_top {
    font-family: "arimo";
}

.navbar-nav {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    #navbar_top {
        position: absolute;
        left: 4px;
        top: 4px;
    }
    #logo {
        position: absolute;
        top: 18px;
        right: 12px;
    }
}

body {
    font-family: "bellerose";
    color: #333;
}

.transparant {
    opacity: 0.9;
}

input[required], select[required]{
    border: 1px solid #8b8b8c;
}
label.required:after {
    content:" *";
    color:red;
}

.shop_link {
    text-decoration: none;
    color: #333;
}

.selected_img {
    opacity: .2;
}
.smallphoto:hover {
    opacity: .4;
    cursor: pointer;
}

.box {
    position: relative;
}
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #790000;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #b90000;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

.logo {
    display:none;
    position: fixed;
    left: 12px;
    top: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 24px;
    font-weight: bolder;
    font-family: "bellerose";
}
.logo a {
    color: rgba(0,0,0,.55);
    text-decoration: none;

}
.transparant .logo {
    display:block;
}

/*
.item_zoom {
    transition: transform .2s;
}

.item_zoom:hover {
    transform: scale(1.05);
}
*/

.big_arrow {
    font-size: 48px;
    vertical-align: middle;
    color: #000;
}

.disabled {
    color: #ccc;
}

.no-padding {
    padding: 0 !important;
}
.nav-link.active {
    color: #000;
}

a.text-muted {
    text-decoration: none;
}