@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face {
    font-family: 'Futura';
    font-weight: bold;
    src: url('/fonts/Futura-Bold.ttf');
}

@font-face {
    font-family: 'Futura';
    font-weight: normal;
    src: url('/fonts/Futura-Medium.ttf');
}

@font-face {
    font-family: 'Futura';
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/Futura-Medium-Italic.ttf');
}

.thumbnail {
    border: none;
}

.main {
    margin-top: 80px;
}

body {
    font-family: "Futura", sans-serif;
}

body.logged-in {
    background-image: none;
}

/* Footer */

footer.footer .container {
    padding: 0;
    padding-top: 18px;
    color: #BBB;
}

/*Navbar*/

.site-logo img {
    max-width: 140px;
}

.site-logo {
    padding: 10;
    padding-top: 20px;
}

.featured-image {
    background-image: url('/images/background.jpg');
    margin-top: 80px;
    margin-bottom: -128px;
    height: 340px;
}

.btn, .btn-sm {
    border-radius: 0;
    border: 0;
}

.btn:focus, .btn:active:focus {
    outline: 0;
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.btn:focus {
    background-color: #333;
}

.btn:active {
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #5888a0;
}

.btn-primary:focus {
    background-color: #8CA2B7;
}

/* LOGIN PAGE */

.login-page {
    height: 100vh;
    margin: -130px -30px -138px;
    padding-top: 40px;
}

.login-bg {
    position: fixed;
    background-image: url('/images/login-bg.jpg');
    background-size: cover;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}

.login-page .logo img {
    margin: 0 auto;
    -webkit-filter: drop-shadow(0px 0px 0px #00000052);
    filter: drop-shadow(0px 0px 0px #00000052);
    max-width: 150px;
}

.login-page .logo {
    margin-bottom: 20px;
    margin-top: 30px;
}

.login-page .panel {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 5px 6px 20px 0px #00000052
}

gung-products-input-dynamic>gung-products-input-single>div {
    width: inherit !important;
}

.open-order-row {
    cursor: pointer;
}

.shop-item-title {
    text-align: center;
}

.shop-item-details .item-price {
    font-weight: bold;
    font-size: 1.5rem;
}

gung-products-input-single .quantity {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    transition: border-bottom-color .2s ease-in-out;
}

gung-products-input-single .quantity:hover, gung-products-input-single .quantity:focus {
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.nav-pills>li>a.active-options-option {
    text-decoration: none;
    color: #333333;
}

@media (max-width: 1200) {
    .login-panel {
        margin-left: 20px;
        margin-right: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {
    .login-bg {
        top: 40px;
        left: 0px;
        right: 0px;
    }
    .login-page {
        margin-right: 0px;
        margin-left: 0px;
    }
    .login-panel {
        margin: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .login-page .logo img {
        max-width: 150px;
    }
    .main {
        min-height: 0px;
    }
}

@media (max-width: 400px) {
    .login-page .logo img {
        max-width: 150px;
    }
}

.language-selector-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 5px;
}

.language-flag {
    width: 60px;
    height: 60px;
}

.language-not-selected {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.test {
    padding-left: 0px;
    padding-right: 0px;
}

/* Below comes the CSS for the comments component, used in open orders. */

.comments-panel {
    overflow-y: scroll;
    height: 500px;
}

.comments-text-input {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
}

.comment-drop-files {
    border-radius: 5px;
    border: 5px solid #ededed;
    cursor: pointer;
    margin: 1px;
    background-color: #ffffff;
    color: #606060;
}

.comment-drop-files:hover {
    box-shadow: 0 0 5px #595959;
}

.send-comment-btn {
    width: 100%;
    border-radius: 5px;
}

.modal-dialog {
    width: 80%;
}

.divider {
    border-top: 2px solid #dddddd;
    padding-bottom: 40px;
    margin-top: 20px;
}

/* End comments component. */

.btn:focus {
    color: #ffffff;
}

/* HOME PAGE */

.home-container {
    margin-top: -25px;
}

.home-container .row.gung-flex-container>div {
    margin-bottom: 10px;
}

.home-container .half-wrapper {
    width: 100%;
}

.column-half {
    background-position: center;
}

@media screen and (min-width: 769px) {
    .home-container .half-wrapper .column-half:nth-child(even) {
        padding-left: 5px;
    }
    .home-container .half-wrapper .column-half:nth-child(odd) {
        padding-right: 5px;
    }
}

@media screen and (max-width: 768.98px) {
    .home-container .half-wrapper .column-half:nth-child(even) {
        padding-top: 5px;
    }
    .home-container .half-wrapper .column-half:nth-child(odd) {
        padding-bottom: 5px;
    }
}

.banner.banner-small {
    height: 100px;
    padding: 10px;
}

.greet-text {
    letter-spacing: 2px;
    font-size: 12px;
}

.greet-text-heading {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
}

.banner-spaced-text {
    letter-spacing: 0;
    font-size: 38px;
    font-weight: 600;
    text-decoration: none;
    color: white;
}

.banner-spaced-text small {
    font-size: 40%;
}

.banner-spaced-text a {
    line-height: 1em;
    letter-spacing: 0;
    font-size: 38px;
    font-weight: 600;
    text-decoration: none;
    color: white;
}

.background-dark .banner-spaced-text a {
    color: #FFFFFF;
}

.btn.btn-login {
    border: 1px solid #ffffff;
    background-color: transparent;
    margin: 0px;
    line-height: 32px;
    height: 35px;
    color: #ffffff;
}

.btn.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.btn.btn-login:active, .btn.btn-login:focus, .btn.btn-login:focus:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.banner.banner-small.background-light {
    background-color: #EBEBEB;
    color: #333333;
}

.banner.banner-small.background-dark {
    background-color: #333333;
    color: #FFFFFF;
}

.home-container [class^="col-"] {
    padding: 0px;
}

.home-container img.img-responsive {
    min-width: 100%;
}

.bestseller {
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #333;
}

div[class*="bgimg"] {
    display: table;
    background-position: center;
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: auto;
}

div[class*="bgimg"]>div, div[class*="bgimg"]>a {
    display: table-cell;
    vertical-align: middle;
}

div.bgimg1 {
    min-height: 600px;
    background-image: url('/gung-resource/document-by-name?name=banner1.png');
}

div.bgimg2 {
    background-image: url('/gung-resource/document-by-name?name=banner2.png');
}

div.bgimg3 {
    background-image: url('/gung-resource/document-by-name?name=banner3.png');
}

div.bgimg4 {
    background-image: url('/gung-resource/document-by-name?name=banner4.png');
}

div.bgimg5 {
    background-image: url('/gung-resource/document-by-name?name=banner5.png');
}

.homepage-clickable{
    cursor: pointer;
}

/* HOME END */