﻿body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.topbar {
    position: relative;
    min-height: 70px;
}
.topbar-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1px;
}
.banner {
    width: 100%;
}
.banner-box {
    min-height: 70px;
}
.bar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0;
    margin-bottom: 0;
    border: 1px solid darkgreen;
    background: linear-gradient(rgba(0, 0, 0),#f7f79bbf,rgba(0, 0, 0));
    padding: 3px;
    border-radius: 6px;
    opacity: 0.90;
    transition: opacity 2s;
}
.bar-fixed-bottom:hover {
    opacity: 1;
}
.bar-menu {
    padding: 4px 0;
    margin: 2px 0;
}
    .bar-menu li {
        display: inline-block;
        margin: 1px 3px;
        padding: 1px;
        text-align: center;
    }
        .bar-menu li > a {
            border: 1px solid green;
            border-radius: 5px;
            background-color: snow;
            box-shadow: rgba(0, 0, 0, 0.52) 1px 1px 5px;
            padding: 6px 8px;
            height: 32px;
        }
            .bar-menu li > a:hover {
                background-color: yellow;
            }

.company-content {
    padding: 10px 5px;
}
.company-panel {
    border-radius: 5px 5px;
    /*background: linear-gradient(to right,#ffd800,green);*/
    background-color: transparent;
    /*display: inline-block;*/
    padding-right: 8px;
}
.company-logo {
    display: inline-block;
    height: 60px;
    vertical-align: top;
    padding: 2px;
    border-radius: 100%;
    margin: 4px;
}
.company-logo img {
    max-width: 100%;
    max-height:100%;
}
.company-logo-icon {
    width: 20px;  
}
.company-icon {
    width: 22px;
    height: 24px;
    padding: 2px 0;
}
.company-brand {
    /* font-family: 'Arial Rounded MT'; */
    /*margin-top: 3px;*/
    margin-bottom: 1px;
    font-size: 30px;
    text-shadow: 2px 2px 3px rgb(1, 13, 1, 0.38); 
    font-variant: small-caps;
    font-weight: bold;
    color: yellow;
}
.company-brand-box {
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
    margin-bottom: 7px;
    margin-left: 7px;
}
.company-slogan {
    margin: 0;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 19px;
    /* font-family: 'Arial Narrow'; */
    color: lightyellow;
}
.jumbotron {
    /*background: linear-gradient(rgba(0, 128, 0),transparent,rgba(0, 128, 0));*/
    padding: 20px;
}
.jmb-box {
    /*background-color: black;*/
    padding: 5px;
    text-align: center;
}
.jmb-body {
    background-color: snow;
    display: inline-block;
    margin: 2px auto;
}
.jmb-icon {
    width: 50px;
}
.jmb-body-imagebox {
    text-align: center;
    padding: 3px;
}


.notification {
    /*background-color: #555;*/
    /*color: white;*/
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    /*.notification:hover {
        background: red;
    }*/

    .notification .badge {
        position: absolute;
        top: -8px;
        right: -8px;
        padding: 4px 6px;
        border-radius: 100%;
        background-color: rgba(0, 148, 255, 0.60);
        color: yellow;
        border: 1px solid yellow;
    }
.contact-card {
    box-shadow: 2px 2px 2px 2px rgba(143, 122, 3, 0.71);
    width: 380px;
    padding: 10px;
}

.modal {
    top: 80px;
}
.modal-content {
    border: 2px solid green;
}
.modal-header {
    padding: 20px;
}
.modal-header-bar {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    border-radius: 5px;
    padding: 8px 0;
    background-color: white;
    width: 100%;
}
    .modal-header-bar button {
        padding: 2px;
        margin: 4px 2px;
        color: white;
    }
    .modal-header-bar img {
        width: 27px;
        float: left;
        margin-left: 9px;
        padding: 2px
    }
.modal-title {
    /*text-shadow: 1px 1px 2px black, 1px 1px 1px rgba(0, 128, 0, 0.50), 0 0 5px darkgreen;*/
    font-weight: bold;
    margin: 0 2px;
    color: black;
    text-align: center;
    font-size: 22px
}
.modal-body {
    background-color: ghostwhite;
}
    .modal-body div {
        min-height: 80px;
    }
.modal-body-text textarea{
    width:100%;
}
.modal-body-text p {
    text-align: left;
}
.modal-footer {
    background-color: rgba(0, 148, 255, 0.15);
    padding: 11px;
}
.modal-loader {
    background-image: url('/images/ajax-loader1.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 26px;
    height: 25px;
}
.loader-page {
    background-image: url('/images/loaders/loader-3.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 106px 106px;
    height: 110px;
}

.click-panel {
    background: linear-gradient( to right, snow, rgba(210, 222, 97, 0.40), #ffd800);
    padding: 5px 2px;
    text-align: center;
    box-shadow: 1px 1px 1px 1px rgba(186, 161, 17, 0.89);
}
.cmpny-name {
    text-align: center;
    font-weight: bold;
}

.box-col-50 {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    padding: 2px;
}

.special-box {
    border-radius: 7px 7px;
    box-shadow: 1px 1px 8px 1px;
    margin: 5px auto;
    text-align: center;
    margin-bottom: 15px;
}

.oval {
    background-color: #555;
    border-radius: 75%;
    padding: 5px 10px;
}

.oval-green {
    background-color: aquamarine;
}

.oval-red {
    background-color: tomato;
}

.listrow {
    margin-top: 3px;
    border: 1px;
    background-color: aliceblue;
    height: 50px;
}


.catitle {
    text-shadow: 1px 1px 1px rgba(255, 0, 0, 0.32);
    font-size: 24px;
    text-align: center;
    color: black;
    margin: 8px auto;
}

.discount-30 {
    font-family: 'Arial Rounded MT';
    color: yellow;
}

.discount-30-text {
    font-family: 'Arial Rounded MT';
    color: yellowgreen;
}

.infobox {
    text-align: center;
    padding: 3px;
    min-height: 300px;
}

.about-image {
    display: inline-block;
    width: 25%;
}

.about-textbox {
    display: inline-block;
    width: 71%;
    vertical-align: top;
}

.social-icon {
    height: 50px;
}


.viewer-image {
     margin: 2px auto;
}

.footer-brand {
    font-size: 11px;
    font-weight: 600;
    margin: 2px auto;
    text-align: center;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 95%;
    max-width: 360px;
    background: linear-gradient(to right, rgba(0, 148, 255, 0.33), #ffffff 70%);
}


.copyright {
    font-size: 11px;
    text-align: center;
}
.jumbo-image {
    max-width:100%;
    height: 340px;
}
.menu-icon {
    width: 24px;
    margin: 2px 4px;
    border: 2px solid goldenrod;
    background-color: gold;
    box-shadow: rgba(0, 0, 0, 0.61) 1px 1px 2px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    left: -2px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(12, 1, 1, 0.34);
    color: yellow;
    cursor: pointer;
    padding: 10px 12px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.24);
}
.brand-bar {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: linear-gradient(to right,rgba(207, 228, 223, 0.61),green);
}
.album {
    /*box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 5px 5px;
    padding: 2px;
    margin-top: 5px;
    background-color:transparent;
}
.album-head {
    padding: 0 3px;
    margin: 0;
    border-radius: 3px;
    border-bottom: 4px groove silver;
    margin-bottom: 15px;
}
.album-title { 
    color: navy;
    margin: 3px;
    font-weight: bold;
    font-variant: small-caps;
}
.album-body {
    margin: 15px 0;
    border: 1px solid silver;
}
.album-imagebox {
    background-color: transparent;
    /*box-shadow: 1px 1px 1px #555;*/
    /*padding: 4px;*/
}
.thumb-menu {
    padding-left: 3px;
}
    .thumb-menu li {
        display: inline-block;
        width: 188px;
        margin: 14px;
        vertical-align: top;
        padding: 0;
        background-color: black;
        position: relative;
        box-shadow: 1px 1px 3px 1px #55555587;
    }
.thumb-menu-image {
    height: 200px;
    background-color: white;
    padding-top: 35px;
}
.thumb-menu-image > input[type=image] {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        display: block;
    }
.thumb-menu-caption {
    position: absolute;
    color: yellow;
    width: 100%;
    font-weight: bold;
    /*left: 10%;*/
    padding: 4px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    transition: background-color 2s, color 2s;
}
.thumb-menu-stars {
    position: absolute;
    display: inline-block;
    bottom: 50px;
    background-color: rgba(207, 228, 223, 0.31);
    transition: background-color 2s;
}
    .thumb-menu-stars:hover {
        background-color: rgba(207, 228, 223, 0.81);
    }
    .thumb-menu-stars > fa-star {
        font-size: 10px;
    }
.thumb-menu-buttons {
    padding: 4px 6px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px, rgb(0, 0, 0, 0.44) 1px 1px 2px;
    margin: 4px auto;
    background-color: rgb(204, 232, 252, 0.11);
    text-align: center;
}

.thumb-menu .thumb-menu-buttons .thumb-view {
    display: none;
}
    .thumb-menu-buttons .btn-menu {
        display: inline-block;
        vertical-align: top;
        margin: 8px;
    }

        .thumb-menu-buttons .btn-menu .thumb-btn {
            padding: 6px 9px;
            margin: 0 3px;
        }
.card .thumb-menu-buttons .btn-menu {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}
    .card .thumb-menu-buttons .btn-menu .thumb-btn {
        padding: 6px 9px;
        margin: 3px;
    }

.thumb-menu-caption:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}
.thumb-menu-caption p {
    font-size: 14px;
    text-align: center;
    background-color: rgb(0, 0, 0, 0.20);
    text-align: center;
}
.thumb-menu-caption a {
    background-color: rgba(192, 192, 192, 0.52);
    padding: 4px 6px;
    border-radius: 4px;
    color: white;
}
    .thumb-menu-caption a:hover {
        background-color: rgba(192, 192, 192, 0.90);
    }
.thumb-menu-caption a:link {
    color: black;
}
.thumb-menu-caption h4 {
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 18px;
    color: navy;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 4px;
}
.thumb-btn {
    background-color: green;
    padding: 6px 6px;
    color: lightyellow;
    margin: 4px 3px;
    border-radius: 4px;
    box-shadow: rgba(121, 103, 6, 0.70) 2px 2px 4px;
    vertical-align: top;
}
.thumb-btn:hover {
    color: gold;
    text-decoration: none;
}
    .thumb-btn:link {
        color: yellow;
        text-decoration: none;
    }
.thumb-price {
    font-weight: bold;
    font-size: 15px; 
    color: darkgreen;
}
.dropdown-header {
    background-color: rgb(233, 245, 208);
    border-bottom: 1px solid silver;
}
.dropdown-menu p {
    text-align: left;
    border: 1px solid silver;
    margin: 5px;
    border-radius: 4px;
    padding:1px 4px;
    background-color: snow;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.thumb-view {
    float: right;
    margin: 2px 2px;
    background-color: blue;
    padding: 4px 8px;
    border-radius: 5px;
    color: white;
    box-shadow: rgba(121, 103, 6, 0.70) 2px 2px 4px;
    margin-top: 5px;
}
    .thumb-menu-btn li > a {
        background-color: white;
        padding: 3px 5px;
        border-radius: 5px;
        border: 1px solid green;
        margin: 1px 2px;
    }
.thumb-menu-price {
    background-color: white;
    color: darkgreen;
    padding: 2px 5px;
}
.thumbox {
    width: 120px;
    margin: 4px;
    padding: 3px;
    display: inline-block;
    border: 1px solid black;
}
.btn-menu {
    display: inline-block; 
    /*margin: 1px auto;*/
}
    .btn-menu .thumb-btn {
        padding: 6px 9px;
        margin: 0 3px;
    }
    .panel-thumbnail {
    display: inline-block;
    width: 170px;
    margin: 5px;
    padding: 1px;
    vertical-align: top;
}
.thumbnail {
    padding: 8px;
    min-height: 170px;
}
.thumbnail:hover { 
    background-color: greenyellow;
}
.thumbnail-caption {
    text-overflow:ellipsis;
    white-space: nowrap;
    border: 4px double yellow;
    padding: 2px;
    background-color: whitesmoke;
}
.thmbs {
    width: 100%;
}
.thmbs:hover {
    cursor: pointer;
}

.thumbox-image {
    margin: 2px auto;
    padding: 2px;
}
.thumbox-image:hover {
    background-color: rgba(0, 0, 0, 0.47);
}
.thumbox-foot {
    background-color: aliceblue;
    text-align: right;
    padding: 2px;
}
.thumb-menu-likes {
    position: absolute;
    bottom: 40px;
    right: 0;
    padding: 0;
}
.thumb-menu-likes:hover {
    background-color: rgba(0, 0, 0, 0.41);
}
.emotion-bar {
    /*background-color: lightyellow;
    background: linear-gradient(lightyellow,snow);*/
    padding-left: 2px;
    /*float: left;*/
}

    .emotion-bar li {
        display: inline-block;
        padding: 1px 3px;
        /*border: 1px solid green;*/
        /*margin: 1px 6px;*/
        border-radius: 5px;
        /*background: linear-gradient(snow,lightyellow,goldenrod);*/
        /*box-shadow: rgba(154, 205, 50, 0.64) 1px 1px 8px;*/
    }

.emotion-navbar {
    display: inline-block;
    padding: 3px 2px;
    min-height: 40px;
    transition: height 3s;
    float: left;
}

.emotion-tm-navbar {
    display: inline-block;
    width: 60px;
}

.emotion-tm-bar {
    background-color: rgba(0, 0, 0, 0.21);
    padding-left: 2px;
    transition: background-color 2s;
}
    .emotion-tm-bar li {
        white-space: nowrap;
        display: block;
        background-color: transparent;
        color: yellow;
        box-shadow:none;
    }
        .emotion-tm-bar li > span {
            display: inline-block;
            /*background-color: rgba(0, 0, 0, 0.29);*/
            padding: 0 4px;
        }
        .checked {
            color: orange;
        }

.star-box {
    display: inline-block;
    margin: auto 4px;
    font-size: 12px;
}
    .star-box .fa {
        font-size: 11px;
        color: darkgray;
    }
.star-box-sm {
    display: inline-block;
    margin: auto 4px;
}
.star-box-md {
    display: inline-block;
    margin: auto 4px;
}
.star-box-md .fa {
    font-size: 18px;
}
    .star-box-sm .fa {
        font-size: 12px;
    }
.star-box-lg .fa {
    font-size: 25px;
}
.star-box-sm .fa {
    font-size: 9px;
    color: darkgray;
}
.star-text {
    font-size: 12px;
}
.star-textsm {
    font-size: 12px;
}
.del-button {
    padding: 2px;
    width: 20px;
}
.del-button:hover {
    cursor: pointer; 
}
.herbman-loader {
    background-image: url('/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px 100px;
    height: 150px;
}

.herbman-loader-sm {
    background-image: url('/images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    height: 60px;
}
.textbox {
    margin: 2px 18px;
    width: 130px;
}
.form-control-static {
    border: 1px solid silver;
    background: white;
    width: 100px;
    border-radius: 4px;
}
.delivery {
    border: 1px solid silver;
    border-radius: 4px;
    padding: 3px 8px;
    margin: 5px auto;
}
.deliver-prompt {
    font-size: 15px; 
    font-weight: bold;
}
.deliver-to {
    padding: 5px 2px;
    margin-top: 5px;
}
.payment {
    border: 1px solid silver;
    border-radius: 4px;
    padding: 3px 8px;
    margin: 5px auto;
    height: 95px;
}
.total { 
    float: right;
    text-align: right;
}
.ttl-opt {
    font-size: 16px;
    color: darkgreen;
    font-weight: bold;
    width: 60px;
    display: inline-block;
    text-align: center;
}
.total-price {
    font-size: 16px;
    color: darkgreen;
    width: 60px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.pin-icon {
    font-size: 12px;
    border: 3px double white;
    padding: 0 2px;
    border-radius: 50%; 
    color: white;
    font-weight: bold;
}
.pin-icon-d {
    background-color: blue;
}
.pin-icon-a {
    background-color: darkgreen;
}
.pin-icon-b {
    background-color: darkorange;
}
.pin-icon-c {
    background-color: red;
}
#myBtn:hover {
    background-color: green;
}
.price-tag {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial Narrow';
    color: black;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}
.price-recurring {
    font-size: 14px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: navy;
    font-weight: normal;
}
.price-recurring-1 {
    font-size: 15px;
    font-family: 'Arial Narrow', Arial, sans-serif;
    color: navy;
}

.addtocart {
    text-decoration: none;
    position: relative;
    display: inline-block;
    background-color: green;
    padding: 4px 6px;
    padding-left: 13px;
    color: lightyellow;
    margin: 4px 6px;
    border-radius: 4px;
    box-shadow: rgba(121, 103, 6, 0.70) 2px 2px 4px;
}

    .addtocart:hover {
        color: gold;
    }

    .addtocart .badge {
        position: absolute;
        top: 5px;
        right: 20px;
        padding: 2px 4px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, 0.45);
        color: yellow;
        border: 1px solid yellow;
    }

.card {
    box-shadow: rgba(121, 103, 6, 0.50) 1px 1px 4px;
}
.paper {
    box-shadow: rgba(121, 103, 6, 0.70) 2px 2px 4px;
    padding: 4px 8px;
    background-color: white;
}

.panel-bar {
    border: 3px double skyblue;
    background-color: transparent;
    background: linear-gradient(transparent, #a4b6ff);
    box-shadow: rgba(121, 103, 6, 0.70) 2px 2px 4px;
    padding: 3px;
    display: none;
}
.credit-card {
    width: 180px;
    margin: 1px auto;
    display: block;
}
.list-group-item a {
    text-decoration: none;
}
.list-group-heading{
    /*margin-top: 10px;*/
    border-bottom: 1px inset silver;
    padding-bottom: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .list-group-heading small {
        color: black;
        font-size: 75%;
    }
.list-group-icon {
    max-width: 100%;
    max-height: 100%;
}
.list-group-iconbox {
    float: left;
    border-radius: 5px;
    /*border: 2px double silver;*/
    box-shadow: rgba(0, 0, 0, 0.50) 1px 1px 4px;
    padding: 2px;
    /*margin: 2px;*/
    margin-right: 10px;
    margin-top: 3px;
}
.addto-cart {
    text-decoration: none;
    position: relative;
    background-color: green;
    padding: 6px 8px;
    padding-left: 13px;
    color: lightyellow;
    margin: 4px 8px;
    border-radius: 4px;
    box-shadow: rgba(121, 103, 6, 0.70) 2px 2px 4px;
    display: inline-block;
    vertical-align: middle;
}

    .addto-cart:hover {
        color: gold;
    }

    .addto-cart:link {
        color: aqua;
    }

    .addto-cart .badge {
        position: absolute;
        top: 5px;
        right: 20px;
        padding: 2px 4px;
        border-radius: 100%;
        background-color: rgba(0, 0, 0, 0.45);
        color: yellow;
        border: 1px solid yellow;
    }


@media only screen and (max-width: 1200px) {
    .thumb-menu li {
        width: 196px;
        margin: 14px;
    }
    .thumb-menu-image {
        height: 196px;
    }
    .thumb-menu-caption {
        padding: 2px 4px;
    }
    .special-box-30off {
        margin-top: 10px;
    }

    .special-box-text {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .about-image {
        width: 30%;
    }

    .about-textbox {
        width: 66%;
    }
}

@media only screen and (max-width: 980px) {
    .thumb-menu li {
        width: 192px;
    }
   .thumb-menu-image {
        height: 192px;
    }
     .panel-thumbnail {
        width: 165px;
    }

     .special-box {
        width: 500px;
        margin: 4px auto;
    }

    .special-box-title {
        margin: 18px auto;
        font-size: 24px;
    }

    .special-box-30off {
        font-size: 36px;
    }

    .special-box-text {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 20px;
    }

    .about-image {
        width: 15%;
    }

    .about-textbox {
        width: 81%;
    }
    .jumbo-image {
        max-height: 230px;
    }
}

@media only screen and (max-width: 780px) {
    .jumbotron {
        margin-top: 15px;
    }
    .panel-thumbnail {
        width: 163px;
    }
    .thumbnail {
        padding: 8px;
        min-height: 160px;
    }
    .jumbo-image {
       max-height: 250px;
    }
    .thumb-menu-image {
        height: 305px;
    }
    .topbar {
        /*min-height: 55px;*/
    }
    .company-logo {
        width: 65px;
    }
    .thumb-menu li {
        width: 46%;
        margin: 2%;
    }
    .company-brand {
        font-size: 30px;
    }
    .company-slogan {
        font-size: 19px;
    }
}

@media only screen and (max-width: 680px) {
    .about-image {
        width: 22%;
    }

    .about-textbox {
        width: 76%;
    }
    .panel-thumbnail {
        width: 177px;
    }
    .thumbnail {
        padding: 8px;
        min-height: 175px;
    }
    .thumb-menu-image {
        height: 223px;
    }
}

@media only screen and (max-width: 580px) {
    .topbar {
        min-height: 70px;
    }
   .panel-thumbnail {
        width: 110px;
    }

    .thumbnail {
        min-height: 100px;
    }

    .special-box {
        width: 100%;
    }

    .special-box-title {
        margin: 18px auto;
        font-size: 24px;
    }

    .special-box-30off {
        font-size: 36px;
    }

    .special-box-text {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 20px;
    }

    .about-image {
        width: 100%;
    }

    .about-textbox {
        width: 100%;
    }
    .jumbo-image {
        max-width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 480px) {
   .album-imagebox {
        padding: 0;
    }
   .thumb-menu {
       padding-left: 0;
   }
    .thumb-menu li {
        display: block;
        width: 100%;
        margin: 10px auto;
        padding: 0;
    }

    .thumb-menu-caption {
        width: 100%;
        margin: 3px 0;
        padding: 2px 1px;
        left: 0;
    }
    .thumb-menu-image {
        height: 190px;
    }
    .panel-thumbnail {
        width: 129px;
    }

    .thumbnail {
        min-height: 129px;
    }
    .thumbnail-caption {
        border: 2px double yellow;
        padding: 2px;
        width: 95%;
    }
    .special-box-title {
        margin: 10px auto;
        font-size: 20px;
    }

    .special-box-30off {
        font-size: 36px;
    }

    .special-box-text {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 18px;
    }
    .jumbo-image {
        max-height: 160px;
    }
    .thumbox {
        width: 47%;
    }
    .list-group-heading small {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
        color:black;
    }
    .list-group-body p {
        height: 80px;
        overflow: hidden;
    }
    .company-brand {
        font-size: 25px;
    }

    .company-slogan {
        font-size: 16px;
    }
    .company-panel {
        display: block;
    }
    .thumb-menu-buttons .price-tag .price-recurring {
        font-size: 13px;
    }

    .thumb-menu-buttons .price-tag {
        font-size: 16px;
    }
}

@media only screen and (max-width: 380px) {
    .topbar {
        min-height: 60px;
    }
    .album-imagebox {
        padding: 0;
    }
    .thumb-view {
        display: none;
    }

    .thumb-menu-image {
        height: initial;
    }
    .panel-thumbnail {
        width: 138px;
    }

    .thumbnail {
        min-height: 139px;
    }
    .jumbo-image {
        max-height: 140px;
    }

}