/* Minification failed. Returning unminified contents.
(452,1): run-time error CSS1019: Unexpected token, found '}'
 */
/* Move down content because we have a fixed navbar that is 50px tall */


/* Ensures that the carousel items have the correct size immediately when the page loads */


.img-full {
    width: 100%;
    height: 100%;
    
}

/* 3 Image Carousel */
.card3 {
    width: 32%;
    height: 32%;
    margin-left: 1%;
}

/* Medium devices (tablets, 768px and smaller) */
@media (max-width: 768px) {
    .card3 {
        /* styles for medium screens */
        width: 100%;
        height: 100%;
    }
}


/* 2 Image Carousel */
.card2 {
    width: 49%;
    height: 49%;
    margin-left: 1%;
}

/* Medium devices (tablets, 768px and smaller) */
@media (max-width: 768px) {
    .card2 {
        /* styles for medium screens */
        width: 100%;
        height: 100%;
    }
}



.card .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}


.card-text-4 {
    line-height: 1.3em;
    height: 5.2em;
    overflow: hidden;
}

.card-text-2 {
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
}

.form-control:focus::placeholder {
    color: white !important;
    opacity:0 !important;
}

.form-control::placeholder {
    color: white !important;
    opacity: 0.6 !important;
}

.hero {
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

label {
    margin-top: 6px;
    margin-bottom :6px;
}

.card-header {
    background-color :#eee; 
    padding:6px;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block
        }
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
    display: flex
}


/* carousel images */


@media (max-width: 767px) {
    .card .carousel-img-wrapper {
        height: 17em;
    }
}

/* carousel 2 slides */

@media (min-width: 768px) {
    .carousel-two .carousel-inner .carousel-item-end.active, .carousel-two .carousel-inner .carousel-item-next {
        transform: translateX(50%)
    }

    .carousel-two .carousel-inner .carousel-item-start.active, .carousel-two .carousel-inner .carousel-item-prev {
        transform: translateX(-50%)
    }
}

.carousel-two .carousel-inner .carousel-item-end, .carousel-two .carousel-inner .carousel-item-start {
    transform: translateX(0)
}

/* carousel 3 slides */
@media (min-width: 768px) {
    .carousel-three .carousel-inner .carousel-item-end.active, .carousel-three .carousel-inner .carousel-item-next {
        transform: translateX(33%);
       
    }

    .carousel-three .carousel-inner .carousel-item-start.active, .carousel-three .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
        
    }
}

.carousel-three .carousel-inner .carousel-item-end, .carousel-three .carousel-inner .carousel-item-start {
    transform: translateX(0)
}

/* carousel 4 slides */

@media (min-width: 768px) {
    .carousel-four .carousel-inner .carousel-item-end.active, .carousel-four .carousel-inner .carousel-item-next {
        transform: translateX(25%)
    }

    .carousel-four .carousel-inner .carousel-item-start.active, .carousel-four .carousel-inner .carousel-item-prev {
        transform: translateX(-25%)
    }
}

.carousel-four .carousel-inner .carousel-item-end, .carousel-four .carousel-inner .carousel-item-start {
    transform: translateX(0)
}




.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type="radio"],
    .btn-group-toggle > .btn input[type="checkbox"],
    .btn-group-toggle > .btn-group > .btn input[type="radio"],
    .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
    }

.card-img-top {
    height: 100%;
}

.checkTrue {
    background-color: #e1e1e1;
}

.dropdown {
    position: relative;
    display: inline-block;
}

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

h1 {
    font-family: 'Glyphicons Halflings', 'Open Sans',sans-serif;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 6vw;
        color: #FFD600;
        cursor: pointer;
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0;
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important;
        }

    .rating > input:checked ~ label:before {
        opacity: 1;
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4;
    }

.articles {
    font-size: 18px;
}

.grecaptcha-badge removetoenable{
    visibility :hidden; 
}

.black, .black a:visited, .black a:hover, .black a:active {
    color: #000 !important;
    text-decoration: none;
}

.minus, .plus {
    width: 0px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-top: -10px;
}

.btn-right {
    border-radius: 5px 50px 50px 5px;
    width: 30px;
    border: 1px solid #e1e1e1;
    height: 30px;
    background-color: #f7f7f7;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.btn-left {
    border-radius: 50px 5px 5px 50px;
    width: 30px;
    border: 1px solid #e1e1e1;
    height: 30px;
    background-color: #f7f7f7
}

.required-fields {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
    display: none;
    visibility: hidden;
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    font-family: 'Open Sans',sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.42857143;
}


.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: 0;
}


.product_container {
    /* This can be just any element with responsive W/H */
    min-height: 450px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_container_sm {
    /* This can be just any element with responsive W/H */
    min-height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}


.cards-wrapper {
    display: flex;
    justify-content: center;
}

.card img {
    width: 100%;
    height: auto;


}



.carousel-inner {
    padding: 1em;
}

@media (max-width: 767px) {

    .carousel-inner {
        padding: 1px;
        padding-bottom: 1em;
        padding-top: 1em;
       
    }
}


.carousel-control-prev {
    left: -12px;
}

.carousel-control-next {
    right: -12px;
}


    .carousel-control-prev,
    .carousel-control-next, .carousel-control-prev:hover, .carousel-control-next:hover {
        border: 1px solid #444;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        opacity: 0.65;
        color: #444;
    }

    



@media (min-width: 768px) {
    .card img {
        
       
    }
}



.description p {
    font-size:large;
}






.breadcrumb {
    margin-bottom: 6px;
    margin-top: 6px;
    background-color: #fefefe;
    padding-left:6px;  

}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\00BB";
    font-weight: 200;
}


.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: transparent !important;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

    
}

.ErrorControl {
    border: 2px solid red;
}

.xs {
    font-size: 30%;
    vertical-align: middle;
}

.payment_footer{
height:52px;
width:52px;
}

.img-small {
    height: 50px;
    width: 50px;
    min-width: 50px;
    max-height:50px;
}
.mw-25{
    max-width:25%; 
}


.follow-circle-icon {
    height: 32px;
    margin-left:6px;
}

.circle {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height:32px; 
    padding-top: 8px;
    background: #ff6a00;
    border: 0px solid #000;
    color: #fff;
    text-align: center;
   
    font: 16px Arial, sans-serif;
  
}


.circle_user {
    display: inline-block;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 32px;
    padding-top: 6px;
    background: #ff6a00;
    border: 0px solid #000;
    color: #fff;
    text-align: center;
    font: 16px Arial, sans-serif;
    margin-bottom:6px;
}



.aspNetDisabled{
    visibility:hidden;  
}

.gray{
    background-color:#c6c3c3; 
}

.gray-text, gray-text:hover {
    color: #818181;
}

.light-gray-text, light-gray-text:hover {
    color: #ccc;
}

.A {
    background: #ff0000;
}
.B {
    background: #ff4000;
}
.C {
    background: #ff8000;
}

.D {
    background: #ffbf00;
}

.E {
    background: #ffff00;
}

.F {
    background: #bfff00;
}

.G {
    background: #80ff00;
}

.H {
    background: #40ff00;
}
.I {
    background: #00ff00;
}

.J {
    background: #00ff40;
}

.K {
    background: #00ff80;
}

.L {
    background: #00ffbf;
}

.M {
    background: #00ffff;
}

.N {
    background: #00bfff;
}

.O {
    background: #0080ff;
}

.P {
    background: #0066ff;
}

.Q {
    background: #0040ff;
}

.R {
    background: #0000ff;
}

.S {
    background: #4000ff;
}
.T {
    background: #8000ff;
}

.U {
    background: #bf00ff;
}

.V {
    background: #ff00ff;
}

.W {
    background: #ff00bf;
}

.X {
    background: #ff0080;
}

.Y {
    background: #ff0040;
}

.Z {
    background: #ff0000;
}


.NIL {
    background: #fff;
    color:#000;
}


/* fix for modal shifting bug (modal-open and html) */
.modal-open {
    padding-right: 0 !important;
}

html {
    overflow-y: scroll !important;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 76px;
}

.inline {
    display: inline;
}

tagline {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-bottom: 10px; 
    margin-top: -.5em;
    margin-bottom: 1.33em; 
    font-size: 1em;
}

.navbar {
    border-left: 0;
    border-radius: 0px;
    border-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 1px;
    height: 56px;
    
}




/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* Responsive: Portrait tablets and up */
    @media screen and (min-width: 768px) {
        .jumbotron {
            margin-top: 20px;
        }

        .body-content {
            padding: 0;
        }
    }

    .container-fluid{
    padding-left: 15px;
    padding-right: 15px;
}


.CurrencySelection {

    text-align-last: center;
    color: #000;
    padding-top: 10px;
    height: 28px;
    width: 42px;
    -webkit-appearance: none;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    margin-top:12px;
    margin-left:3px;
    font-size:12px;
}

.flag {
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    height: 14px;
    width: 21px;
}


.pic_price {
    font-size: 1.2em;
    background-color: #fefefe;
    opacity: .9;
    border-radius: 6px;
    margin-right: 5px;
    margin-top: -48px;
    padding: 3px
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.leftshift {
    margin-left: -10px;
}

.leftshift-sm {
    margin-left: -15px;
}

.upshift {
    margin-top: -10px;
}

.upshift-sm {
    margin-top: -15px;
}

.upshift-md {
    margin-top: -25px;
}

.upshift-lg {
    margin-top: -30px;
}

.upshift-sup {
    margin-top: -45px;
}

.downshift {
    margin-bottom: 0 !important;
}

.downshift-sm {
    margin-bottom: 10px !important
}

.downshift-md {
    margin-bottom: 20px !important
}

.downshift-lg {
    margin-bottom: 30px !important
}

.whiteshadow {
    text-shadow: 2px 0 0 rgba(255,255,255, 0.9), -2px 0 0 rgba(255,255,255, 0.9), 0 2px 0 rgba(250,250,250, 0.8), 0 -2px 0 rgba(245,245,245, 0.7), 1px 1px rgba(235,235,235, 0.5), -1px -1px 0 rgba(225,225,225, 0.5), 1px -1px 0 rgba(225,225,225, 0.5), -1px 1px 0 rgba(225,225,225, 0.5);
}

.darkshadow {
    text-shadow: 1px 0 0 #000, 0px 0 0 #000, 0 1px 0 #000, 0 0px 0 #000, 1px 1px #000, 0px 0px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000;
}

.softshadow {
    text-shadow: black 0.1em 0.1em 0.1em;
}

soften {
    opacity: 0.5;
}

.rounded-pill-right {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

.icon {
    font-size: 24px;
    opacity:.80;
    color:#fff;
}

/* corrects b-ground shift when modal opens */
.modal {
    overflow-y: auto;
}
/* corrects b-ground shift when modal opens */
.modal-open {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    
}



/* story listings */
.story {
    color: black;
    width: 98%;
}

.story-small {
    color: black;
    width: 46%;
    min-height: 480px;
}

.story-fixed {
    min-height: 480px;
    color: black;
}


.showme:link {
    color: grey
}

/* product listings */
.product {
    
    height: 450px;
    color: black;
  
}


    .product h2 a, .product tagline {
        color: black;
    }


.product-buttons {
    position:absolute;
    bottom:0;
    right:0;
}

.thumb {
    border: 1px solid #ddd;
   padding-bottom: 5px;
   padding-top:5px;
}

.imgbar {
    
    width: 100%;
    min-width: calc(calc(100% / 2) - 2px);
    height: 26px;
    background-color: #ddd;
    opacity: .6;
    text-align: right;
    padding-bottom:15px;
  
}

/* product adjustments */
@media (max-width:1920px) and (min-width:1000px) {
    .product {
        position: relative;
        height: 460px;
        width: calc(calc(100% / 2) - 15px);
        color: black;
    }

    .story-fixed {
        position: relative;
        min-height: 460px;
        width: calc(calc(100% / 2) - 15px);
        color: black;
    }

        .product h2 {
            font-size: 24px;
        }

        .product p {
            font-size: 14px;
        }
}  

    @media (min-width:1921px) {
        .product {
            position: relative;
            height: 475px;
            width: calc(calc(100% / 3) - 15px);
            color: black;
        }

        .story-fixed {
            position: relative;
            min-height: 480px;
            width: calc(calc(100% / 3) - 15px);
            color: black;
        }

            .product h2 {
                font-size: 24px;
            }

            .product p {
                font-size: 14px;
            }
}

@media (max-width:999px) and (min-width:0px)  {
    .product {
        position: relative;
        height: 475px;
        width: 98%;
        color: black;
    }
    .story-small {
        color: black;
        width: 98%;
    }
}


/*Gallery*/

.arrow-right {
    width: 10px;
    height: 80px;
    border-top: 60px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #eee
}

/* postioning for menu settings */



#menu-settings {
    top: 28px;
    z-index: 10000050;
}

#menu-cart {
    top: 28px;
    z-index: 10000050;
}

    @media screen and (min-width:575px) {
       

        .about-reliks {
            position: fixed;
            margin: auto;
            width: 320px;
            height: 100%;
            right: 10px;
        }
    }



.modal_menu {
    position: fixed;
    top: 28px;
    right: 0;
    bottom: 0;
    left: 60%;
    z-index: 1500000;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

/*Corner ribbons*/

.ribbon {
    
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    text-shadow: 2px 2px 2px #808080;
  
 }

    .ribbon span {
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 100px;
        display: block;
        position: absolute;
        top: 19px;
        left: -21px;
    }

    .ribbon-sale span {
        font-size: 19px;
        line-height: 20px;
        background: #79A70A;
        background: linear-gradient(#FF0000 0%, #FF0D25 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        
    }

.ribbon-disco span {
    font-size: 9.5px;
    line-height: 10px;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   
}

.ribbon-preorder span {
    font-size: 9.5px;
    line-height: 10px;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  }

.ribbon-new span {
    font-size: 19px;
    line-height: 20px;
    background: #79A70A;
    background: linear-gradient(#F0E80E 0%, #D1C400 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}

/* side ribbon*/

.ribbon-feature {
    width: 150px;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    position: absolute;
    left: -8px;
    top: 10px;
    color: white;
    background: #79A70A;
    z-index: 2;
}

    .ribbon-feature:before, .ribbon-feature:after {
        content: "";
        position: absolute;
    }

    .ribbon-feature:before {
        height: 0;
        width: 0;
        top: -8.5px;
        left: 0.1px;
        border-bottom: 9px solid black;
        border-left: 9px solid transparent;
    }

.ribbon-cat {
    width: 80px;
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
    position: absolute;
    left: -1px;
    top: 6px;
    color: white;
    background: #79A70A;
    z-index: 2;
    opacity: 0.7;
}

    .ribbon-cat:before, .ribbon-cat:after {
        content: "";
        position: absolute;
    }
       

/*Small Corner ribbons*/

.ribbon_s {
    position: absolute;
    left: 14px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    width: 62px;
    height: 62px;
    text-align: right;
    text-shadow: 1px 1px 1px #808080;
}

    .ribbon_s span {
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 60px;
        display: block;
        position: absolute;
        top: 8px; 
        left: -14px; 
    }

.ribbon-sale_s span {
    font-size: 12.67px;
    line-height: 15px;
    background: #79A70A;
    background: linear-gradient(#FF0000 0%, #FF0D25 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}

.ribbon-new_s span {
    font-size: 12.67px;
    line-height: 15px;
    background: #79A70A;
    background: linear-gradient(#F0E80E 0%, #D1C400 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}

.ribbon-disco_s span {
    font-size: 7.5px;
    line-height: 8px;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}

.ribbon-preorder_s span {
    font-size: 7.5px;
    line-height: 8px;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}
    

/*Small Corner ribbons*/

.ribbon_s {
    position: absolute;
    left: 14px;
    top: 10px;
    z-index: 1;
    overflow: hidden;
    width: 62px;
    height: 62px;
    text-align: right;
    text-shadow: 1px 1px 1px #808080;
}

    .ribbon_s span {
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 60px;
        display: block;
        position: absolute;
        top: 8px; 
        left: -14px; 
    }

.ribbon-sale_s span {
    font-size: 12.67px;
    line-height: 15px;
    background: #79A70A;
    background: linear-gradient(#FF0000 0%, #FF0D25 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}

.ribbon-new_s span {
    font-size: 12.67px;
    line-height: 15px;
    background: #79A70A;
    background: linear-gradient(#F0E80E 0%, #D1C400 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}

.ribbon-disco_s span {
    font-size: 7.5px;
    line-height: 8px;
    background: #79A70A;
    background: linear-gradient(#2989d8 0%, #1e5799 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}

.ribbon-preorder_s span {
    font-size: 7.5px;
    line-height: 8px;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 1.5px 5px -2.5px rgba(0, 0, 0, 1);
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff;
    opacity: .98;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 30px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    
}

  
    /* The navigation small screen menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
        left: 0;
        text-align: left;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 5px;
        font-size: 36px;
        
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 25px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

/*VIDEO STYLES*/

.youtube {
    cursor: pointer;
    position: relative
}

    .youtube img {
        max-height: 360px;
        max-width: 640px;
        width: 100%;
        left: 0;
        top: 0;
    }

    .youtube i {
        color: #fff;
        font-size: 72px;
        left: 50%;
        margin: -33px 0 0 -31px;
        position: absolute;
        text-shadow: 0 0 8px rgba(0, 0, 0, .5);
        top: 50%
    }

.embed-responsive {
    height: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

    .youtube .play-button:before {
        content: "";
        border-style: solid;
        border-width: 15px 0 15px 26px;
        border-color: transparent transparent transparent #fff
    }

.youtube .play-button,
.youtube img {
    cursor: pointer
}

    .youtube .play-button,
    .youtube .play-button:before,
    .youtube iframe,
    .youtube img {
        position: absolute
    }

        .youtube .play-button,
        .youtube .play-button:before {
            top: 50%;
            left: 50%;
            transform: translate3d(-50%, -50%, 0)
        }

.med-window {
    width: 75%;
    clear: both; 
    max-width:640px;
    max-height:360px;
    
}

.small-window {
    width: 50%;
    clear: both;
    max-width:640px;
    max-height: 360px;
}


.right-wallpaper {
    background-image: url('https://cdn.reliks.com/images/right-panel-min.jpg');
    padding: 0;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
}

.right-edge {
    background-image: url('https://cdn.reliks.com/images/right-paper.jpg');
    background-repeat: repeat-y;
    opacity: .95;
    float: left;
    width: 37px;
    height: 100%;
}



a {
    color: #820038;
    text-decoration: none
}

    a:focus,
    a:hover {
        color: #820038;
        text-decoration: underline
    }

    a:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

/*large screen munu*/

@media screen and (min-width:768px) {

    .menu-left-wp {
        float: right;
        background-image: url('https://cdn.reliks.com/images/lmenu_cb-min.jpg');
        padding: 0;
        margin-top: -20px;
        margin-left: 0;
        margin-right: 0;
        background-position: top right;
    }

    .menu-pad {
        float: right;
        margin-top: -20px;
        width: 270px;
        padding: 0;
        right: 0;
    }

    .list-group {
        color: #000;
        text-align: center;
        padding-left: 16px;
        margin-right: 0px;
        overflow-wrap: break-word;
    }

    /*parent*/
    .menu-item {
        position: relative;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: -1px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #820038;
        font-size: large;
        font-weight: bold;
        margin-right: 30px;
        margin-left: 30px;
    }

    #menulist ul {
        list-style-type: none;
        padding: 0;
    }

    .menu-sub-item {
        position: relative;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: -1px;
        background-color: transparent;
        border: none;
        border-radius: 0;
        color: #000;
        font-size: medium;
        font-weight: bold;
        margin-right: 30px;
        margin-left: 30px;
    }

    .list-group {
        padding-top: 15%;
        position: relative;
        text-align: center;
        margin-left: 12px;
    }

    .parent-tab {
        border-top-left-radius: 2em;
        border-bottom-left-radius: 2em;
        background-color: #fff;
        opacity: .75;
        margin-left: 0px;
       
    }

    .child-tab {
        border-top-left-radius: 2em;
        border-bottom-left-radius: 2em;
        background-color: #ddd;
        opacity: .65;
        margin-left: 0px;
    
    }

    .mobile {
        display: none;
    }
}


    /*small screen munu*/
    @media screen and (max-width:767px) {

        #mySidenav {
            overflow-y: scroll;
            border-right: double;
        }

        .list-group {
            color: #000;
            text-align: left;
            padding-left: 0px;
            margin-right: 0px;
            overflow-wrap: break-word;
            left: 0;
            top: -80px;
        }

        /*parent*/
        .menu-item {
            position: relative;
            display: block;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-bottom: -1px;
            background-color: transparent;
            border: none;
            border-radius: 0;
            color: #111;
            font-size: x-large;
            font-weight: bold;
        }

        .menu-sub-item {
            position: relative;
            display: block;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-bottom: -1px;
            margin-left: 15px;
            background-color: transparent;
            border: none;
            border-radius: 0;
            color: #111;
            font-size: large;
            font-weight: bold;
            z-index: 10000;
        }

        #menulist ul {
            list-style-type: none;
            padding: 0;
        }

        #menulist li {
            padding-top: 7px;
            padding-bottom: 7px;
        }

        #menulist ul li {
            padding-top: 7px;
            padding-bottom: 7px;
        }

        .list-group {
            padding-top: 15%;
            position: relative;
            text-align: left;
            margin-left: 0px;
        }

        .parent-tab {
            background-color: #eee;
            opacity: .6;
            margin-left: 0px;
            padding-top: 7px;
            padding-bottom: 7px;
        }

        .child-tab {
            background-color: #eee;
            opacity: .5;
            margin-left: 0px;
            
            padding-top: 7px;
            padding-bottom: 7px;
        }

        /*mobile*/
        .mobile {
            list-style-type: none;
        }

            .mobile .glyphicon {
                padding-right: 6px;
            }


        .ul.mobile li sub-item {
            padding-left: 0px;
        }


        ul.mobile li a,
        ul.nav li a:visited {
            color: #000 !important;
            font: 16px Arial, sans-serif;
            text-align: left;
            display: inline;
        }

            ul.mobile li a:hover,
            ul.nav li a:active {
                color: #000 !important;
                font: 16px Arial, sans-serif;
                text-align: left
            }

        ul.mobile li.active a {
            color: #000 !important;
            font: 16px Arial, sans-serif;
            text-align: left
        }

        span.mobile {
            color: #000 !important
        }
    }

    /*footer*/

.sub_links {
    margin-top: 25px;
    list-style-type: none;
    padding-left: 0;
    font-size: 1em;
    line-height: 2em
}

        .sub_links a {
            color: #820038
        }


    /*Screen Size Changes*/

    /* lg or laptop screens and smaller*/
    @media screen and (max-width:992px) {

        .sub_links a {
            margin-top: 25px;
            list-style-type: none;
            font-size: 1em;
            line-height: 2em;
            color: #333
        }

        .sub_links li {
            margin-top: 3px;
            display: inline-block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.42857143;
            text-align: center;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            width: 100%
        }

            .sub_links li:hover {
                color: #333;
                background-color: #e6e6e6;
                border-color: #adadad
            }
    }


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
    font-display: swap;
}



    /*order now bubble*/

/* order form*/
.readytoorder {
   
    min-width: 300px;
    color: black;
    margin-left:6px;
}

.wrapper {
    position: relative;
}

@media screen and (min-width:48em) {
    .wrapper:before {
        content: '';
        
        display: block;
        width: 270px;
        margin: 0 0 5px 15px
    }

    .readytoorder {
        margin-left: 6px;
        top: 0;
        right: 0;
        width: 270px
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


