html {
  position: relative;
  height: 100%;
}

body {
    animation: 0.8s ease-in-out 0s normal none 1 fadenavtwo;
    transition: color 0.1s ease-in-out 0s;
    max-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    background-color: #171717;
}

.site-wrapper {
    padding:0;

    position: relative;

}

.content-wrapper {
    background-color: #fff;
}

.layoutcontent {
    padding-bottom: 35px;
    padding-top: 15px;
}

.form-inline .form-group {
    margin-right: -10px;
    padding-right: 15px;
}

.password-meter {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

.password-rules {
    font-size: .8em;
}


.parallax-window {
    height: 50vh;
    min-height: 300px;
    max-height: 500px;
    background: transparent;

}

.homepage .parallax-window {
    height:90vh;
    max-height: initial;
}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(51, 51, 51, 0.85);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 1px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#fff;
 

}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 20px;
    top:9px;
    left:14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgb(51, 51, 51, 1);
}
#return-to-top:hover i {
    color: #fff;
    top:8px;

}


/* FONTS */

body {
    color: #666;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .4px;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;

}


h1, h2, h3 {
    color: #201713;
}

h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-align: center;
}

h1::after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #c7c7c7;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
}

a, a:visited, a:focus {
    /*outline: 0;*/
    color: #666;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:active, a:hover  {
    color: #666;
    text-decoration: underline;
}

a[href^=tel] {
    color: inherit;
}

a.load-local {
    color: inherit;
    cursor: text;
    text-decoration: none;
}

a.load-local:hover {
    text-decoration: none;
}

.error, .text-danger, .coupon, del, .min-order, .max-order,
.compliance-message, .statecompliancemessage, .inventory-message {
    color:#a94442;
}



/* HEADER */

header {
    background-color: transparent;
    position: relative;
    width:100%;
}


.custom-cart {
    color: rgba(255,255,255,.7);
    position: absolute;
    right: 15px;
    text-align: right;
    top: 10px;
    width: auto;
    z-index: 105;
}

.custom-cart ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.custom-cart li {
    display:inline-block;
}

.custom-cart li::before {
    /*content: "|";
    padding: 0 5px 0 2px;*/
}

.custom-cart li:first-child::before {
    content:none;
}

.custom-cart a, .custom-cart a:visited {
    color: rgba(255,255,255,.7);
    text-shadow: 0px 0px 9px rgba(0,0,0,.7);
}

.custom-cart a:hover {
    color: #fff;
    text-decoration:none;
}

/*MOBILE HEADER */

.mobile-header {
    position: absolute;
    width:100%;
    height:175px;
    background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%) repeat scroll 0% 0%;
    text-align: center;
}

.mobile-header .logo {
    position: absolute;
    z-index: 1005;
    width:174px;
    left:50%;
    margin-top:15px;
    margin-left:-87px;
  
}


/* MAIN NAV */

.nav > li.nav-logo > a > img {
    width: 100%;
    min-width: 80px;
    max-width: 200px;
    vertical-align: middle;
    transition: .25s;
}

.fixed .nav > li.nav-logo > a > img  {
    width: 70%;
}

.navbar {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    display: block;
    margin: 0;
    min-height: inherit;
    position: fixed;
    z-index: 101;
    width: 100%;
    text-align: center;
    height: 150px;
    transition: .25s;
    background: transparent linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%) repeat scroll 0% 0%;

}


.fixed .navbar {
    height: 100px;
    background-color: rgba(9,9,6,.90);
}


.navbar-nav {
    display: block;
    float:none;
    -webkit-transition: .5s;
    transition: .5s;
    height:100%;
}

.navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
        -webkit-transition: .4s;
    transition: .4s;
}

.navbar-inverse .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,255,255,.7);
    text-shadow: 0px 0px 9px rgba(0,0,0,.7);
    display: block;
    padding: 0.75em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

/* active nav items */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

/*for hover effect to stay on top level item during hover over dropdown*/
.navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: #fff;

}

.caret {
    display: none;
}



.navbar-nav > li > .dropdown-menu {
    background-color: rgba(0,0,0,.86);
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: 160px;
    display: inline-block;
    visibility:hidden;
    opacity:0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;

}

.fixed .navbar-nav > li > .dropdown-menu {
    background-color: rgba(9,9,6,.90);
    margin-top:33px;
    
}



.dropdown-menu > li {

}

.dropdown-menu > li > a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
    color: rgba(255,255,255,.7);
    line-height: 1em;
    padding: 0.5em 1.5em;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

/*active dropdown menu items */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

/* third level dropdowns */
ul.navbar-nav ul ul, ul.navbar-nav ul ul ul, ul.navbar-nav li:hover ul ul, ul.navbar-nav li:hover ul ul ul {
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.86);
    border: 0 none;
    border-radius: 0;
}

/* hide third level dropdowns */
ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu {
    /*display: none;
    visibility: hidden;*/
}

/* displays dropdown menus */
ul.navbar-nav li:hover ul, ul.navbar-nav li li:hover ul, ul.navbar-nav li ul ul li:hover ul{
    display: block;
    visibility: visible;
    opacity: 1;

}





/* MOBILE NAV */



/* hamburger */
.mobile-nav-toggle-label {
    color: #fff;
    cursor: pointer;
    height: 22px;
    left: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    width: 22px;
    z-index: 1003;
}

.active .mobile-nav-toggle-label {
    left: 20px;
    top: 20px;
}

.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
    background-color: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: 50% 50% 0;
    transition: transform 0.1s ease-in-out 0s, top 0.1s ease-in-out 0.1s;
    width: 22px;
}

.active .mobile-nav-toggle-label .top-bar {
    background-color: #fff;
    top: 7px;
    transform: rotate(45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

.mobile-nav-toggle-label .middle-bar {
    top: 7px;
    transition: opacity 0s linear 0.15s;
}

.active .mobile-nav-toggle-label .middle-bar {
    opacity: 0;
}

.mobile-nav-toggle-label .bottom-bar {
    top: 14px;
}

.active .mobile-nav-toggle-label .bottom-bar {
    background-color: #fff;
    top: 7px;
    transform: rotate(-45deg);
    transition: top 0.1s ease-in-out 0.1s, transform 0.1s ease-in-out 0.2s;
}

/* mobile menu */
.visible-xs .navbar {
    background-color: rgba(36, 36, 36, 0.97);
    box-sizing: border-box;
    height: auto;
    left: 0;
    line-height: 1em;
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    position: absolute;
    text-align: left;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0.14s;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
    margin: 0;
    padding:165px 25px 50px;
}

.active .visible-xs .navbar {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.14s ease-in-out 0.1s, visibility 0s linear 0s;
    visibility: visible;
}

.visible-xs .nav > li > a {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    text-align: left;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    margin-left:15px;
}

.visible-xs .nav > li > a > i {

}

.visible-xs .nav > li > a:hover {
    background-color: transparent;

}

.visible-xs .nav > li > ul > li > a  {
    font-size: 1em;
}

.visible-xs .nav > li > ul > li  > ul > li > a{
    text-transform: none;
}

.visible-xs .nav .menu-sub  {
    display: none;
}

.visible-xs .nav .show-submenu {
    display: block;
}

.open-submenu {
    cursor: pointer;
    position: absolute;
    color:#fff;
    top:10px;
}

.open-submenu {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;*/
}

.visible-xs .cart {
    color:#fff;
    height: 30px;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 12px;
    width: 30px;
}

/* SUBNAV */

ul.subnav {
    list-style: outside none none;
    margin:25px auto;
    padding: 0;
    text-align: center;
}

ul.subnav li.page-title {
    display: none;
}

ul.subnav li {
    display: inline-block;
    margin:2px 5px;
}

ul.subnav li a {
    text-transform: uppercase;
    font-weight: 700;
}

ul.subnav li a:hover {
    text-decoration: none;
    color: rgba(0,0,0,.9);
}

ul.subnav li.level-3 a{
    font-weight: normal;
    text-transform: none;
}

ul.subnav li.level-4, ul.subnav li.level-5 {
    display: none;
}



/* FOOTER */

footer {
    background-color: transparent;
    text-align: center;
}

.social {
    background-color: #1f1f1f;
    padding-top:30px;
    padding-bottom: 30px;
}


.footer-inner {
    background-color: #171717;
    color: rgba(255,255,255,.4);
    padding-top:50px;
    padding-bottom:50px;

}


.social [class*="fa fa-"] {
    background-color: #333;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: auto 3px;
    margin-bottom:2px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.social .fa:hover { 
    background-color: #666; 
}




footer .nav {
    margin: auto;
}

footer .nav li {
    color: rgba(255,255,255,.8);
    display: inline-block;
    float: none;
    padding: 10px 0;
    vertical-align: bottom;
}

footer .nav li::before {
    content: "|";
    float:left;
}

footer .nav li:first-child::before {
    content:none;
}

footer .nav li a {
    color: rgba(255,255,255,.8);
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 0 5px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

footer .nav li a:hover, footer .nav > li > a:focus {
    color: rgba(255,255,255,1);
    background-color: transparent;
}

footer .nav li:first-child a {
    padding-left: 5px;
}


footer .visible-xs .nav li::before {
    content: none;

}

footer .visible-xs .nav > li {
   display: block;
   text-align: center;
   padding:0;
}


footer .visible-xs .nav > li > a {
   font-size: 1em;
}


.site-info {
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    padding-top:10px;
    color: #999;
}

.site-info a, .site-info a:visited {
    color: #ccc;
    text-decoration: underline;
}

a.vinsuite {
    text-decoration: underline;
}




/* BUTTONS */

.btn {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border:1px solid transparent;
    border-radius:4px;
    transition: all 0.3s ease;
    text-transform: uppercase;

}

.btn.focus,.btn:focus,.btn:hover {
    color:#fff;
    text-decoration:none;
}

.btn.active,.btn:active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.125);
    box-shadow:inset 0 0px 0px rgba(0,0,0,.125);
}

.btn-default {
    color:#fff;
    background-color: #1f1f1f;
    border-color:#1f1f1f;
    font-weight: 600;
    letter-spacing: .05em;
}

.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default {
    color:#fff;
    background-color: #666;
    border-color: #666;
}

 .btn-default:active:focus, .btn-default:active:hover {
    color:#fff;
    background-color: #666;
    border-color: #666;
 }

.btn-primary {
    color:#fff;
    background-color: #1f1f1f;
    border-color:#1f1f1f;
    font-weight: 600;
    letter-spacing: .05em;
}

.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary {
    color:#fff;
    background-color: #666;
    border-color: #666;
}

.btn:visited {
    color:#fff;
}

.btn-group-sm>.btn,.btn-sm {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px;
}

.btn-block {
    display: inline-block;
    width: auto;
    min-width:200px;

}



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

.category-dropdown {
    margin: 15px 0;
    text-align: center;
}

.state-dropdown select {
    margin: 5px 0;
    width: auto;
}

.state-dropdown span, .state-dropdown {
    display: inline-block;
}

.state-dropdown .willCall {

}

.state-dropdown select option[value="MU"] {
    display: none;
}

.pagination {
    margin: 20px 0;
}

.store-pagination.pagination-bottom {
    float: right;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:  #666;
    border-color: #666;
    color: #000;
}

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #000;
}

.product-list {

}

.product {
    margin-bottom:35px;
    position: relative;
}



.product-list .product-image {
    min-height: 200px;
}

.product-list .product-image img {
    max-height: 400px;
    width: auto;
}



.product-list .title {

}

.product-list .title a {

}



.product-list .desktop-title {
     min-height: 68px;
     position: relative;
     margin-top:20px;
     margin-bottom:20px;
     padding-bottom: 15px;

}



.product-list .desktop-title a {

}

.product-list .desktop-title h3 {
    margin:0;
    text-align: center;
    line-height: 1.1em;

}

.product-list .mobile-title { /* outside .product-info */

}

.product-list .mobile-title a {

}

.product-list .mobile-title h3 {
    text-align: center;

}

.product-list .product-info .info {

}


/*DESKTOP ONLY ROLLOVER*/

@media (min-width: 991px) {


   .product-list .product {
        position: relative;
    }
    .product-list .product-info {
        position: static;
    }


    .product-list .product-info .teaser {
        display: none;
    }


    .product:hover .info {
        display: block;
        visibility: visible;
        opacity: 1;

    }

    .product-list .info {
        visibility:hidden;
        opacity:0;
        transition: all 0.5s ease 0s;
        -webkit-transition: all .5s ease;
           -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
             -o-transition: all .5s ease;
        background-color: rgba(9,9,6,.7);
        position: absolute;
        margin-left:15px;
        margin-right:15px;
        height:100%;
        top:0;
        left:0;
        right:0;
        bottom:0;
        padding-top:20px;
       
    }


    .product-list .title a:hover {
        text-decoration: none;
    }

    .product:hover .desktop-title h3 {
        position: relative;
        z-index: 100;
        color:#fff;
    }

    .product .add-to-cart .btn-primary {
    color:#000;
    background-color: rgba(255,255,255,.9);
    border-color:#fff;
    }

    .product .add-to-cart .btn-primary:hover {
        background-color: rgba(255,255,255,1);
    }

    .product .price-units {
        color:#fff;
    }

}



/* STORE CATEGORY/DRILLDOWN SHARED */

.teaser {

}

/* nav pills */
ul.nav-pills { /* hides nav pills for wines, which displays bottle size as a nav-tab */
    display:none;
}

.producttype-product ul.nav-pills, .drill-container.product ul.nav-pills { /* displays nav pills for non-wine product for multi-SKUs */
    display:block;
}

.nav-pills > li > a {
    padding: 0.5em 1em 0.7em;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #242424;
    border-radius: 0;
    color: #fff;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: transparent;
    color:#000;
    text-decoration: none;
}

.tab-content {
    margin-top:15px;
    width:100%;
}

.purchase-form {
    text-align: center;
    margin-bottom: 15px;
}

.quantity {
    margin-right: 5px;
    min-width: 36px;
    display: inline-block;
}

.quantity input {
    text-align: center;
    padding: 6px 4px;
    width: 36px;
}

.price-units {
    display: inline-block;
    font-size: 1em;
    padding-top: 5px;
    width: auto;
    vertical-align: top;
}

.price {
    display: inline-block;
    font-size: 1.2em;
    padding: 0;
    width: auto;
    font-weight: 700;
}

.unit {
    display: inline-flex;
    text-transform: capitalize;
    width: auto;
}

.unit select { /* for non-wine products using options */
    margin-left: 5px;
    margin-top: -8px;
}

.add-to-cart {
    clear:both;
    display: block;
    padding:10px 0 15px;
}

.min-order, .max-order {
    clear:both;
    display:block;
}



/* STORE DRILLDOWN */

.drill-container {
    padding-top: 15px;
}

.product-detail .product-image {

}

.product-detail .product-image img {
        max-height: 600px;
    }

@media (max-width: 640px) {

   .product-image img {
        max-height: 400px;
    }
}


.product-detail .purchase-form {
    width:auto;
    text-align: left;
    display: inline-block;
}

.product-detail .product-info {

}

.product-detail h2.product-title {
    margin-top: 0;
}

.product-detail .mobile-title {
    text-align: center;
    background-position: top center;
}

.product-detail .teaser {
    padding: 10px 0;
}

@media (min-width: 991px) {

.product-detail .tab-content form[data-type="purchase"]:first-child {
    margin-right: 20px;
}

.product-detail .tab-content form[data-type="purchase"] {
    float:left;
    width:auto;
}

}

.product-detail h4 { /* detail titles */
    font-weight: bold;
}

table.productDetails { /* wine profile table */
    margin: 5px 0px;
    width:auto;
}

table.productDetails td {
    padding: 5px 25px 5px 0;
}

table.productDetails td.DownloadWineNotes {
    padding: 0 0 10px;
}

table.productDetails td.wineNotesRight table td.wineNotesRight {
    padding: 0 15px 0 0;
}

.DownloadWineNotes, .wineNotesLeft {
    font-weight: bold;
    text-align: right;
}


.wineNotesLeft::after {
    content: ":";
}

.DownloadWineNotes, .wineNotesRight {
    text-align: left;
}


@media (max-width: 991px) {
    .product-detail, .product-detail .purchase-form {
        text-align: center;
    }

    table.productDetails {
        margin:auto;
    }

}


/* POPUP */

#circleG {
    height: 38px;
    margin: 20px auto 10px;
    width: 149.333px;
}

.circleG{
    background-color:#000;
    float:left;
    height:32px;
    margin-left:17px;
    width:32px;
    -moz-animation-name:bounce_circleG;
    -moz-animation-duration:0.75s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:linear;
    -moz-border-radius:21px;
    -webkit-animation-name:bounce_circleG;
    -webkit-animation-duration:0.75s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:linear;
    -webkit-border-radius:21px;
    -ms-animation-name:bounce_circleG;
    -ms-animation-duration:0.75s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:linear;
    -ms-border-radius:21px;
    -o-animation-name:bounce_circleG;
    -o-animation-duration:0.75s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:linear;
    -o-border-radius:21px;
    animation-name:bounce_circleG;
    animation-duration:0.75s;
    animation-iteration-count:infinite;
    animation-direction:linear;
    border-radius:21px;
}

#circleG_1{
    -moz-animation-delay:0.15s;
    -webkit-animation-delay:0.15s;
    -ms-animation-delay:0.15s;
    -o-animation-delay:0.15s;
    animation-delay:0.15s;
}

#circleG_2{
    -moz-animation-delay:0.35s;
    -webkit-animation-delay:0.35s;
    -ms-animation-delay:0.35s;
    -o-animation-delay:0.35s;
    animation-delay:0.35s;
}

#circleG_3{
    -moz-animation-delay:0.45s;
    -webkit-animation-delay:0.45s;
    -ms-animation-delay:0.45s;
    -o-animation-delay:0.45s;
    animation-delay:0.45s;
}

@-moz-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #666;
    }
    100% {}
}

@media (prefers-reduced-motion: reduce) {
  .circleG{
    -moz-animation-iteration-count:5;
    -webkit-animation-iteration-count:5;
    -ms-animation-iteration-count:5;
    -o-animation-iteration-count:5;
     animation-iteration-count:5;
  }
}

.modal-body #errorBoxWrapper {
    height: auto !important;
}

.modal-body #errorBox.error {
    height: auto !important;
}

.modal-body .cart-title h4 {
    font-size: 1em;
    line-height: 1.42857;
    margin: 0;
}

.modal-body .subtotal-row td {
   
}

.strikethru {
    text-decoration:line-through;
}



.modal-footer .btn + .btn {
    margin: 10px 0;
}



/* CART */

.storecart .layoutcontent p {
    padding: 10px 0;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

.table > thead > tr > th {
    border-width: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

.thead-total, .thead-price  {
    text-align: right;
    font-weight: 700;
}

.thead-qty {
    font-weight: 700;
}

.cart-image.hidden-xs {
    float: left;
    padding: 0 15px;
    width: auto;
}

.cart-image .image {
    max-width: 100px;
}

.storecart .cart-qty input {
    display: inline-block;
    padding: 0;
    text-align: center;
    width:35px;
}

.cart-price, .cart-total {
    text-align: right;
}

.subtotal-row td, .shipping-row td, .salestax-row td, .salestax-row td, .total-row td, .handling-row td, .bottledeposit-row td {
    text-align: right;
}

.cart-totals .table td {
  text-align: right;
}

@media (min-width: 768px) {
    .cart-totals .table td:nth-child(2) {
      text-align: left;
    }
}


.AllocationshowCart .cart-totals {
  text-align: right;
}

.special-offers {
    padding-bottom: 40px;
}

.special-offers .special-offers {
    padding-bottom: 0;
}

#divCoupon input, #divCoupon .btn {
    display: inline-block;
}

#shippingOptionsForm #divShipping select {
    width: auto;
}

#divFutureShipDate label {
    padding: 2px;
}

.checkout-row {
    text-align: right;
}

/* mobile cart - non-rco */

.mobile-summary.visible-xs div {
    padding-left: 0;
}

.mobile-summary .cart-title {
    font-size: 1.2em;
    padding: 1em 0;
    font-weight: 700;
}

.mobile-summary .cart-image {
    text-align: center;
}

.mobile-summary .cart-image > img {
    max-width: 80px;
}

.mobile-summary .cart-prices {
    /*display: inline-block;*/ /*remove for RCO */
    font-weight: bold;
    padding-top: 4px;
}

.thead-quanti

.cart-quantity {
    /*display: inline-block;*/ /*remove for RCO */
    padding-right:10px;
    vertical-align: top;
}

.cart-quantity input {
    padding: 0;
    text-align: center;
    width: 35px;
}

.cart-buttons {
    padding:5px 0;
    display: block;
}

.cart-buttons .btn {
    margin-bottom: 5px;
    width: 150px;
}

.mobile-summary .cart-totals {
    padding: 20px 0;
}

.cart-subtotal, .cart-shipping, .cart-taxes {
    padding: 3px 0;
    text-align: right;
}

.mobile-summary .cart-total {
    font-size: 1.2em;
    padding: 3px 0;
}

.mobile-summary .cart-total > strong::after {
    content: " ";
}



/* CHECKOUT - NON-RCO */
/*
#divLogin {
    max-width: 400px;
    padding-bottom: 20px;
}

#divLogin .forgot-link {
    padding: 10px 0 0;
}

#giftCertificateForm {
    display:none;
}

.showPaymentInformation th, .showPaymentInformation td{
    padding: 8px 0;
}

.cartpaymenttypetabs {
    padding: 30px;
}

.showPaymentInformation h3 {
    padding-top: 20px;
}

.cartpaymenttypetabs {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

.cartpaymenttypetabs .clearfix.container-fluid {
    padding: 15px 0;
}

.cartpaymenttypetabs .clearfix.container-fluid .container-fluid {
    padding: 0;
}

.showPaymentInformation .currentVintage {
    display: none;
}

#whatsThis > a {
    display: none;
}

.showConfirm .page-content {
    padding-bottom: 20px;
}
*/



/* CLUBS */

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}

.clubs .control-label.col-sm-1 {
    text-align: left;
}

.club-rate.list-group-item {
    border: medium none;
    padding: 0;
}

.clubs .list-group-item {
    background-color: transparent;
}

.member-login, .club-information, .gift-message, .personal-information, .user-pass, .payment-info {
    padding: 20px 0 0;
}

.clubs #divLogin {
    max-width: 400px;
}

.clubs .club-information select {
    width: auto;
}

.well .btn.btn-primary {
    display: block;
    max-width: 120px;
    margin: 10px 0;
}



/* PODS */

.pods {
    margin: 0 auto;
    padding-top:25px;
    padding-bottom: 25px;

}

.pod {
    margin-bottom: 20px;

}


@media only screen and (min-width: 992px) {
    .pods .row {
    display: flex;
    }

    .pod {
    flex: 1;
    }
}

.pods .panel-default > .panel-heading {
    background-color: #333;
    border: 0 none;
 
    padding: 1em;
}

.pods .panel-title {
    text-align: center;
    color:#fff;
}



.pods .panel {
    background-color: transparent;
    border: 1px solid #333;

    box-shadow: none;
    margin-bottom: 0;
    height:100%;
}

.pods .panel-body {
    padding: 15px;
}



/* FORMS, ETC */

.form-control {
   border: 1px solid #737373;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield; /* removes quantity arrows from field */
}

#sourceCodeForm {
    display: none;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.members .page-content {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: white;
}

.layClear {
    clear:both;
}

.tdLabel {
    font-weight: bold;
    padding: 12px 10px;
}

#locator_key {
    display: none;
}

.plocations.showpage .icons {
    display: none;
}





/* xs only */
@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    select[name="BirthMonth"], select[name="BirthDay"], select[name="BillBirthMonth"],
    select[name="BillBirthDay"], select[name="ShipBirthMonth"], select[name="ShipBirthDay"],
    select[name="cardexpirymo"] {
        margin-bottom: 10px;
    }


    #shippingForm {
        padding-top: 20px;
    }

    .product-image .img-responsive, .product-detail .product-image img {
        max-height: 300px;
        width: auto;
    }

    .product-list .info {
        padding-top: 20px;
    }

    /*.storecart .special-offers, .storecart .shipping-options {
        padding-left: 0;
    }

    .checkout-row {
        padding-left: 0;
        text-align: left;
    }*/

    .showPaymentInformation h5 {
        margin-top: 10px;
    }

    .showPaymentInformation table {
        font-size: 12px;
    }

    .showPaymentInformation th, .showPaymentInformation td {
        padding: 0;
    }

    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }
}

/* sm only */
@media (min-width: 768px) and (max-width: 991px) {
    .product-list .producttype-product ul.nav-pills {
        margin: 10px auto;
    }
}

/* md only */
@media (min-width: 992px) and (max-width: 1199px) {



}

/* lg only */
@media (min-width: 1200px) {



}


@media print {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }

    a[href]:after {
        content: none;
    }
}


/*shipping states width fix*/
select[name="ShippingStates"] {
    width:auto;
}

/*datepicker won't show without*/
.datepicker.dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin:inherit;
}

/*password meter fix*/
.password-meter {
    float: none !important;
    padding-top: 10px;
    width: 200px !important;
}

/* for CCV to show */
#whatsThisDetail {
    top:-50px!important;
    left:200px!important;
    z-index:500;
}


/* maintains mobile layout on ipads*/
@media only screen
    and (min-device-width : 768px)
    and (max-device-width : 1024px)  {
        .visible-xs {
        display: block !important;
        }
        .hidden-xs {
        display: none !important;
        }
}

/*image not found graphic size contstraints*/
.product-list .product-image .not-found {
    max-height: 100px;
    width: auto;
}

.product-detail .product-image .not-found {
    max-height: 150px;
}

/*additional class for an upcoming RCO update*/
.mb-2 {
  margin-bottom: 2rem;
}

.modal-header, .modal-footer {
    border:none;
}

.login-form input, #subscribeForm input {
    max-width: 600px;
}

legend {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.password-meter {
    display: none;
}

a.lightbox {
    background-color: transparent;
    display: inline-block;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 5px;
}
a.lightbox:hover {background-color: rgba(0, 0, 0, 0.4);}
a.lightbox img{height: 100px; width: auto;}
        

a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

/*table collapse*/
.site-content table:not(.data) td {
    vertical-align: top;
    padding: 10px 15px;
}

.site-content table:not(.data) td.left {
    padding: 10px 15px 10px 0;
}

.site-content table:not(.data) td.right {
    padding: 10px 0 10px 15px;
}

.site-content table:not(.data) img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

@media (max-width: 767px) {
    .site-content table:not(.data) td {
        width: 100% !important;
        display: block !important;
        padding: 10px 0 !important;
    }

    .site-content table:not(.data) img {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .site-content table:not(.data) .carousel img {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .site-content table:not(.data).reverse tr {
      display: flex;
      flex-wrap: wrap-reverse;
    }

    .site-content table:not(.data).reverse-odd tr:nth-child(odd) {
      display: flex;
      flex-wrap: wrap-reverse;
    }

    .site-content table:not(.data).reverse-even tr:nth-child(even) {
      display: flex;
      flex-wrap: wrap-reverse;
    }
}

