@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700|Satisfy');

html {
  position: relative;
  min-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%;
    overflow-x: hidden;
}

.site-wrapper {
    padding: 0 0 1.5em;
    /*margin-bottom: 1em;*/
}

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

.page-wrap {
    background-color: #fff;
}

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



@media (min-width: 992px) {
    .hero-small {
        background-color: #444444;
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        height: 20vh;
        max-height: 98px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }
}

.hero {
    background-color: #444444;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #fff;
    position: relative;
    padding: 0;
    height: 55vh;
    overflow: hidden;
}

.homepage .hero {
    height: 85vh;
}

@media (min-width: 992px) {
    .homepage .hero {
        max-height: 780px;
    }
}

a.scrollToTop {
    background: #FFF;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    bottom: 3.5px;
	color: #000;
    font-size: 16px;
    height: 25px;
    line-height: 21px;
    opacity: 1;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    width: 25px;
    z-index: 9999;
}

a.scrollToTop:focus{
line-height: 25px;
}


/* FONTS */

body {
    color: #111;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}


h1, .h1, h2, .h2, h3, .h3, h4, h5, h6 {
    color: #333;
    font-family: 'Satisfy', cursive;
}

h1 {
    font-size: 40px;
    position: relative;
    opacity: 1;
    transition: 2s;
}

h1.slid {
    opacity: 1;
	font-size: 40px;
}

h1.page-title {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 0px;
}

h4.form-name {
    font-size: 30px;
}

a, a:visited, a:focus {
    color: #666;
    text-decoration: underline;
}

a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 2px;
}

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, .strikethru {
    color:#a94442;
}

abbr[data-original-title], abbr[title] {
    cursor: text;
    border-bottom: none;
    text-decoration: none;
}



/* HEADER */

header {
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    position: relative;
    z-index: 1030;
    box-shadow: inset 0 -1px 0px transparent;
    padding: .5em 0;
    top: 0;
    background-image: url(../images/homepagefade.png);
    background-size: 100% 108%;
    background-repeat: no-repeat;
	height: 125px;
}

header .container{width: auto; max-width: none;}

header.active {
    box-shadow: none;
}

.header-small {
    background-color:transparent;
}

.header.header-fixed {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
}

.desktop-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.inner-header {
    position: relative;
    z-index: 1;
    float: left;
}

.inner-header.left {
    display: flex;
    justify-content: flex-start;
}

.inner-header.right {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.inner-brand {
    display: inline-block;
    height: auto;
    font-size: 18px;
    color: #000000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    max-width: 120px;
}

.inner-brand .brand-light {
    /*display: none;*/
}

.inner-brand img {
    width: 120px;
transition: .5s;
height: 289.317px;
}

.coll-nav-on .inner-brand img {
    width: 37.3333px;
	height: 90px;
}

.menu-extras {
    margin: 0 0 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 55px;
}


.visible-xs.visible-sm .inner-header.pull-right .menu-extras .menu-icons {
    padding-top: 37px;
}

.menu-extras > .menu-icons > div > a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    color: #999;
    padding: 33px 15px;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.menu-extras > .menu-icons > div > a:hover,
.menu-extras > .menu-icons > div > a:focus {
    color: #222222;
    -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}

.cart-badge {
    position: absolute;
    background: #15948b;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 50%;
    left: 23px;
    margin-top: -13px;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    font-size: 8px;
    color: #fff;
}

ul.cart-account {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

ul.cart-account li {
    display: inline-block;
    padding-left: 20px;
}

ul.cart-account li:first-child {
    padding-left: 0;
}

.visible-xs .cart-account {
    margin-right: 50px;
}

.menu-icons ul.cart-account li a i {color: white;}

.hidden-xs.hidden-sm.menu-large{}


@media (min-width: 992px) {
    /* Header small */
    header .header-small {
        background: #ffffff;
    }

    .header-small .inner-brand {
        /*height: 82px;*/
    }

    /* Header transparent */

    .header.header-transparent {
        background-color: transparent;
        -webkit-transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        transition: height 0.3s ease-out, background 0.3s ease-out, box-shadow 0s ease-out;
        /*background: rgba(0, 0, 0, .25);*/
        
    }

    .header.header-transparent .brand-light {
    display: inline;
    position: relative;
}

    .header.header-transparent .brand-dark {
        display: none;
    }

    .header.header-transparent .inner-nav > li > a,
    .header.header-transparent .menu-extras .menu-icons a,
    .header.header-transparent .inner-nav > li.active > a,
    .header.header-transparent .inner-nav > li.submenu-open > a,
    .header.header-transparent .menu-extras .menu-icons a:focus,
    .header.header-transparent .inner-nav > li > a:focus {
        background-color: transparent;
        color: #ffffff;
        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;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    }

    .header.header-transparent .menu-extras .menu-icons a:hover {
    color: #fff;
    opacity: .7;
}

    .header.header-transparent .inner-nav > li > a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: -5px;
    }

    .header.header-transparent .menu-extras .menu-icons a:focus {
        outline: 1px dotted;
        border: none;
        outline-offset: 5px;
    }

    .header-small .menu-extras .menu-icons a:hover, .header-small .menu-extras .menu-icons a:active,
    .header-small .menu-extras .menu-icons a:focus {
        color: #fff;
    opacity: .7;
    }
}


/* MAIN NAV */

.navbar {
    border: 0 solid transparent;
    border-radius: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    min-height: inherit;
    position: relative;
    text-align: right;
}

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

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

.navbar-nav > li > a {
color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 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 {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

.navbar-nav > li > a:focus, .navbar-nav > .active > a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: -5px;
    background-color: transparent;
}

/* active nav items */
.navbar-nav > .active > a, .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

/*for hover effect to stay on top level item during hover over dropdown*/
.navbar-nav > li.dropdown:hover > a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
}

.header-small .navbar-nav > li > a:hover, .header-small .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
	opacity: .7;
}

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

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

.caret {
    display: none;
}

.dropdown-menu {
    background-color: rgba(255,255,255,.6);
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0;
    min-width: 160px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
	padding: 0px;
}

.dropdown-menu > li {

}

.dropdown-menu > li > a {
    
    color: #000;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 0.5em 1.5em;
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: rgba(255,255,255,.6);
    color: #333;
    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: #000;
    text-decoration: none;
    font-weight: bold;
}

/* 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;
}

/* 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;
}

ul.navbar-nav li ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    top: 60px;
}

ul.navbar-nav li:hover ul {

    display: block;
    visibility: visible;
    opacity: 1;
    top: 40px;

}

ul.navbar-nav li:focus-within ul {

    display: block;
    visibility: visible;
    opacity: 1;
    top: 40px;

}

/* MOBILE NAV */

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

.active .mobile-nav-toggle-label {
    
}


/* mobile menu */
.visible-xs .navbar {

    background-color: #fff;
    box-sizing: border-box;
    height: auto;
    left: 0;
    line-height: 1em;
    opacity: 1;
    overflow: auto;
    pointer-events: none;
    text-align: left;
    transition: 1.2s;
    visibility: visible;
    width: 95%;
    z-index: 999999;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: -400%;

}

.header.active .visible-xs .navbar {
    
}

.active .visible-xs .navbar {
    opacity: 1;
    pointer-events: auto;
    transition: 1.2s;
    visibility: visible;
    top: 100px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
}

.visible-xs .nav.menu-top > li {
    border-bottom: 1px solid #eeeeee;
}

.visible-xs .nav > li > a {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
    text-align: right;
    color: #000;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    background-color: transparent;
    margin-left:5px;
    z-index: 10;
	width: 81%;
}

.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 .menu-sub.menu-level-2.show-submenu {
    margin-right: 15px;
}

.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: #555;
    top: 13px;
    right: 25px;
    z-index: 11;
}

.menu-level-1 .open-submenu, .menu-level-2 .open-submenu {
    top: 8px;
}

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

.open-menu .show-submenu {
    display: block !important;
}

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

/* SUBNAV */

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

ul.subnav ul {
    padding: 0;
    margin: 0;
	display: none;
}

ul.subnav li.page-title {
    display: none;
    font-size: 17px;
    text-transform: uppercase;
}

ul.subnav li {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 20px 10px;
    text-transform: uppercase;
}

ul.subnav li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 5px;
}

ul.subnav li a, ul.subnav li a:visited {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    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;
}

ul.subnav li a.current, ul.subnav li a:hover, ul.subnav li a:active {
    color: #555;
    text-decoration: none;
    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;
}

ul.subnav li a:hover{color: #888;}

ul.subnav li.level-3 {
    
}

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



/* FOOTER */

footer {
    bottom: -35px;
    font-family: 'Raleway', sans-serif;
    position: fixed;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 40;
}

footer.bottom {
    bottom: 0;
    transition: all 0.2s ease-in-out 0s;
}

footer .site-footer-secondary {
    background-color: rgba(0,0,0,.7);
    display: table;
    height: 1px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
	overflow: hidden;
}

footer.bottom .site-footer-secondary {
    height: 35px;
}

@media (min-width: 769px) {
    footer .site-footer-secondary {
        display: none;
        transition: all 0.2s ease-in-out 0s;
    }

    footer.bottom .site-footer-secondary {
        display: table;
        transition: all 0.2s ease-in-out 0s;
    }
}

.site-footer {
    transition: all 0.2s ease-in-out 0s;
}

.site-footer-primary {

    background-image: none;
    bottom: 0;
    position: fixed;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    background-size: 100% 100%;
    background-position: center 5px;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.7);

}

footer.bottom .site-footer-primary {
    bottom: 35px;
    transition: all 0.2s ease-in-out 0s;
}

.site-footer-primary__container {
    line-height: 0;
    padding-bottom: 0.325rem;
    padding-top: 0.325rem;
    text-align: justify;
    transition: all 0.2s ease-in-out 0s;
	text-align: center;
}

.site-footer-primary__container::after {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: -1;
}

.site-footer-primary .social-accounts, .site-footer-primary .site-location, .site-footer-primary .site-nav {
    display: inline-block;
    position: relative;
    z-index: 0;
}

.site-footer-primary .social-accounts {
    margin-bottom: 0;
    margin-right: 19px;
    top: 2.5px;
}

.site-footer-primary .social-accounts > li {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.site-footer-primary .site-nav {
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .site-footer-primary__container, .site-footer-primary .site-nav {
        text-align: center;
    }
}

.site-nav-menu {
    margin-bottom: 0;
}

.site-nav ul {
    list-style: outside none none;
    padding: 0;
}

.site-nav ul, .site-nav li {
    display: block;
}

.site-footer-primary .site-nav li {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 0.5em;
    line-height: normal;
}

.site-footer-primary .site-nav li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: 5px;
}

/*
.site-footer-primary .site-nav li.gen-foot:last-of-type {
    padding-right: 0;
}

.site-nav-menu > li.gen-foot:last-of-type::after, .site-nav-menu > span.address::after {
    content: "•";
}

.gen-foot:last-of-type::after {
    padding-left: .5em;
}
*/

.site-nav a, .site-nav a:hover {
    text-decoration: none;
}

.site-nav-menu a, .site-nav-submenu > span, .site-nav-submenu > a {
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}

.site-nav-menu > li > a:not(.btn), .site-nav-menu > li > button:not(.btn),
.site-nav-menu > span, .site-nav-submenu > span, .site-nav-submenu > a {
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: normal;
}

.site-nav-menu > li > a:not(.btn):hover, .site-nav-submenu > a:hover {
    color: #aaa;
}

footer .site-powered-by {
    color: #fff;
    display: table-cell;
    font-family: inherit;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

a.vinsuite {
    text-transform: none;
    text-decoration: underline;
	color: #CCC;
}

.social-accounts {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    list-style: outside none none;
    padding-left: 0;
    text-align: center;
}

.social-accounts > li {
    display: inline-block;
    height: 25px;
    line-height: 27px;
    margin: 0 2px 0.5em;
    width: 25px;
}

.social-accounts a {
    background-color: #fff;
    border-radius: 50%;
    color: #444444;
    display: inline-block;
    height: 100%;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.social-accounts a:hover {
    background-color: #aaa;
    color: #444444;
}

.social-accounts > li a:focus {
    outline: 1px dotted;
    border: none;
    outline-offset: -5px;
}


/* BUTTONS */

/*  buttons  */

.btn-primary, .btn-default, .btn, .btn-xs, .btn-group-xs > .btn, .btn-sm, .btn-group-sm > .btn {
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-color: rgba(255,255,255,.3);
	border-radius: 0px;
    box-shadow: 3px 3px 5px #999;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin: 5px 0;
    padding: 7px 21px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 3px white;
    text-transform: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

.btn-group-sm > .btn, .btn-sm {}

.btn-group-sm > .btn, .btn-sm:hover
{}

.btn:hover, .btn:focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: rgba(255,255,255,.2);
    border: 1px solid transparent;
    box-shadow: 1px 1px 1px #999;
	background-position: 0px 0px;
	padding: 9px 19px 5px 23px;
	color: #333;
}

.btn:active {
    background-color: rgba(255,255,255,.1);
    background-position: 0 0;
    border: 1px solid transparent;
    box-shadow: 0 0 1px #c0c0c0;
    padding: 10px 18px 4px 24px;
}

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


.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: rgba(255,255,255,.1);
    border-color: transparent;
}



/* STORE CATEGORY */

.category-content {
    margin: 0 auto;
}

.category-dropdown {
    font-size: 15px;
    margin: 30px auto 10px;
    text-align: center;
}

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

.state-dropdown .willCall {

}

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

.pagination {
    margin: 40px auto 20px;
    position: relative;
}

.pagination-top {
    display: none;
}

.pagination-bottom {
    text-align: center;
    overflow: hidden;
}

.pagination > li {
    display: inline-block;
}

.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: transparent;
    border-color: transparent;
    color: #000;
}

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

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

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: transparent;
}

.pagination::before, .pagination::after {
    content: "";
    position: absolute;
    top: 40%;
    height: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0 25px;
    width: 300px;
}

.pagination::before {
    right: 100%;
}

.pagination::after {
    left: 100%;
}

.product-list > .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.statecompliancemessage {
    text-align: center;
}

.product-list {

}

.product-list .product {
    margin-top: 55px;
	position: relative;
}

.product-list .product-image{overflow: hidden; border: 1px auto transparent; transition: 750ms;}

/*.product-list .product-image:hover{border: 1px solid black;}*/

.product-list .product-image img {
   transition: 750ms;
   max-height: 350px;
}


/*
.product .product-image a{outline: none;}

.product-list .product-image:hover img {
    transform: scale3d(2, 2, 1);
    transition: 750ms;
}

.product-list .FirstPartyWine .product-image:hover img {
    transform: scale3d(2, 2, 1) translateY(-78px);
    transition: 750ms;
}*/


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

.product-list .title {
    text-align: center;
    min-height: 60px;
}

.product-list .title a {
    display: inline-block;
    text-decoration: none;
}

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

.product-list .desktop-title {
    display: block !important;
}

.product-list .desktop-title a {
}

.product-list .desktop-title h3 {
    margin-top: 0;
}

.product-list .desktop-title {
    margin-top: 0; transition: 1.5s; top: 25px; position: relative; opacity: 0;
}

.product-list .desktop-title.slid {
    top: 0px; opacity: 1;
}

.product-list .mobile-title { /* outside .product-info */
    display: none !important;
}

.product-list .mobile-title a {

}

.product-list .mobile-title h3 {

}

.product-list .product-info .info {
    text-align: center;
    position: relative;
}

.product-list .product-info .teaser {
    display: block;
    position: absolute;
    background-color: white;
	top: -385px;
    padding: 20px 30px;
    opacity: 0;
    transition: 1.2s;
	border: 1px solid black;
	box-shadow: 0px -10px 10px rgba(50,50,50,0);

}

.product-list .product.slid:hover .product-info .teaser {
    display: block;
	opacity: 1;
	box-shadow: 0px 10px 15px rgba(50,50,50,.4);
}

.product-list .producttype-product .product-info .teaser {
    width: 90%;
    left: 5.1%;
    top: -336px;
}

.product-list .producttype-product:hover .product-info .teaser {

}


.product-list .purchase-form {
    text-align: center;
}

.product-list .quantity {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.product-list .add-to-cart .btn {
    margin: 0;
    width: 165px;
}

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

.product-list .inventory-available {
    display: none;
}


/* STORE CATEGORY/DRILLDOWN SHARED */

.teaser {

}

/* nav pills */
ul.nav-pills { /* hides nav pills for wines, which displays bottle size as a nav-tab */
    display: inline-block;
    margin: 0 auto 10px;
}

.producttype-kit .nav-pills, .drill-container.kit .nav-pills {
    display: none;
}

.nav-pills > li > a {
    padding: 6px 12px;
    border: 1px solid transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-decoration: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #fff;
    border-radius: 0;
    color: #444;
    border: 1px solid #444;
    text-decoration: none;
}

.nav-pills > li > a:focus, .nav-pills > li > a:hover {
    background-color: #fff;
    border-radius: 0;
    color: #444;
    border: 1px solid #444;
}

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

.FirstPartyWine .tab-content ul.nav{display:none;}

.purchase-form {

}

.quantity {
    margin-right: 1em;
    float:left;
}

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

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

.price {
    display: inline-block;
    padding: 0 0.25em 0 0;
    width: auto;
}

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

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

.add-to-cart .btn {
    margin: 0;
}

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

/* for non-wine products using options */
.producttype-product .unit, .drill-container.product .unit {
    margin: 5px auto;
}

.unit select { 
    margin-left: 10px;
    margin-top: -4px;
}



/* STORE DRILLDOWN */

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

.product-detail .product-image {
    margin-bottom: 20px;
}

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

@media (max-width: 640px) {

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

.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: 992px) {
    .product-detail .tab-content form[data-type="purchase"]:first-child {
        margin-right: 2%;
    }
    .product-detail .tab-content form[data-type="purchase"] {
        display: inline-block;
        width: 48%;
    }
}

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

table.productDetails { /* wine profile table */
    
}

table.productDetails td {
    padding: 5px 25px 5px 0;
    vertical-align: top;
}

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;
}

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



/* ALLOCATION */

.allocation-summary {
    display: none;
}

.showAllocationDetail .product-image img {
    max-width: 40px;
}

.showAllocationDetail .PriceByQTY {
    max-width: 60px;
    float: right;
}

.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(2),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(3),
.showAllocationDetail form thead.hidden-xs > tr:nth-child(1) > th:nth-child(4),
.showAllocationDetail form tr > td:nth-child(2),
.showAllocationDetail form tr > td:nth-child(3),
.showAllocationDetail form tr > td:nth-child(4) {
    text-align: right;
}

#allocationWishList td {
    padding: 5px 0;
}

#allocationWishList td.header {
    color: #555;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 5px;
}

.WishlistQuantity {
    text-align: center;
}

.AllocationshowCart #cart-summary select.PriceByQTY {
    max-width: 60px;
}

.AllocationshowCart #wishlist-table td.header {
    font-weight: 700;
}

.storecart.AllocationshowCart h1.page-title {
    display: block;
}

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


/* POPUP */

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

.circleG{
    background-color:#444;
    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: #aaa;
    }
    100% {}
}
@-webkit-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@-ms-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@-o-keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    100% {}
}
@keyframes bounce_circleG {
    0% {} 50% {
        background-color: #aaa;
    }
    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 {
    text-align: right;
}

.modal-body .cart-price {
    color: #fff;
}

.modal-body del, .modal-body .strikethru {
    display: block;
}

.modal-body .baseprice {
    color: #333;
}

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

.fixed {
    border-bottom: 1px solid #bdb29d;
    position: fixed !important;
    width: 100%;
    z-index: 1025;
}

.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;
}

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

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

.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;
}

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

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

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

#shippingOptionsForm #divShipping select {
    width: 100%;
}

#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;
}

.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;
}

.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;
}
*/

.storecheckout .contentarea {
    padding-top: 105px;
}


/* CLUBS */

.club-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.club-cell {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .club-container {
        flex-wrap: no-wrap;
    }

    .club-cell {
        width: 33%;
    }
}

.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;
}

.well .club-rate {
    font-weight: bold;
}

.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;
}

.clubs .mb-2 {
    padding: 20px 0 0;
}

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

.member-login.mb-2 h3:first-child, .member-login.mb-2 #divLogin {
    margin: 0px auto 12px;
    max-width: 400px;
}

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

.clubs .formSubmit .col-xs-12 {
    text-align: right;
}


/* PODS */

.pods {
    margin: 55px auto 0;
}

.pods .panel-default {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .pod-wrap {
        display: flex;
    }

    .pod {
        display: flex;
    }

    .pods .panel-default {
        flex: 1;
        margin-bottom: 0;
    }
}

.pods .panel-default > .panel-heading {

    background-color: #fff;
    border-radius: 0;
    padding: 0.8em;
    border: 0px solid transparent;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 0px;
    border-bottom: 2px solid #333;
    margin-bottom: 10px;

}

.pods .panel-title {
    text-align: center;
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.pods .panel {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
}

.pods .panel-body {
    overflow: hidden;
    padding: 10px;
}

.featured-pod {
    max-height: 270px;
}



/* BLOG */

.blog .subnavarea {
    margin-top: 25px;
}

.blog-nav {
    margin: 0;
    padding: 0;
    text-align: left;
}

.blog-nav-title.page-title {
    margin-bottom: 5px;
    font-family: 'Raleway', sans-serif;
    color: #555;
    text-transform: uppercase;
    font-size: 16px;
}

.blog-nav-links {
    margin-bottom: 10px;
}

.blog-navLink {
    display: block;
    margin-bottom: 5px;
    padding: 0;
}

.blog-navLink a, .blogEntryCommentCount a, .blogEntryPostedBy {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog .contentarea .layClear {
    display: none;
}

.blogEntryTitle, .blogLeftNavItemTitle {
    color: #555;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
    margin-top: 1em;
    text-align: left;
    text-transform: uppercase;
    font-size: 20px;
    line-height: normal;
}

.blogEntryTitle a {

}

.BlogDrilldown h1.page-title {
    display: none;
}

.BlogDrilldown .blogEntryTitle {
    margin-top: 20px;
    font-size: 30px;
	font-weight: bold;
}

.blogEntry {

}

.blogEntryDate {
    margin-bottom: 10px;
}

.blogEntryCommentCount {
    margin-top: 10px;
}

.blogEntryPostedBy {
    margin-top: 10px
}

#blogAddComments {
    display: none;
}

/* weird base left nav issue fix */
.layLeftNavItem {
    display: none;
}





/* FORMS, ETC */

.form-control {
    border-radius: 0;
    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 */
}

legend {
    border: none;
}

#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 .layoutcontent .icons {
    display: none;
}

.plocations .layoutcontent input, .plocations .layoutcontent select {
    max-width: 400px;
}

#radiusInput {
    display: block;
    margin-top: 20px;
}

.location a {
    padding: 5px 0 0 !important;
    display: block;
}

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

.checkbox-inline, .radio-inline {
    margin-right: 10px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}

.currentVintage {
    display: none;
}

.visible-xs.visible-sm.menu-small{}

.product-list .product-image{position: relative; top: 25px; transition: 2s; opacity:0;}

.product-list .product-image.slid{position: relative; top: 0px; opacity:1;}

.tornedge {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.tornedge img {
    width: 100%;
    height: auto;
}

/*.ekko-lightbox-nav-overlay a {
    outline: none;
}*/

.teaser.empty{display: none !important;}

.club-cell h2{transition: 1s;}

.club-cell:hover h2{transition: 1s; font-size: 2.6em;}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px solid #e5e5e5 !important;
    padding-left: 0px;
}

.menu-extras.hidden-xs.hidden-sm {
    margin: 0 15px 0 15px;
    float: right;
    z-index: 999;
    top: -15px;
}

li.cartli {
    position: relative;
}

.hovercart {
    position: absolute;
    border-radius: 10px;
    display: block;
    background-color: rgba(255,255,255,.5);
    height: 20px;
    width: auto;
    text-align: center;
    line-height: 18px;
    top: -12px;
    left: 30px;
	opacity: 0;
	transition: .75s;
	padding: 0px 4px;
}

li.cartli:hover .hovercart{opacity:1;}

.club-information h4, .user-pass h4, .payment-info h4{font-size: 24px;}

.contentImage{}


@media (max-width: 768px) {
    .site-wrapper {
        padding: 0;
    }

    .header.header-fixed {
        
       
    }

    .hero {
        height: 35vh;
    }

    .homepage .hero {
        height: 55vh;
    }

    h1 {
        font-size: 36px;
    }

    h2, h4.form-name {
        font-size: 26px;
    }

    h3, .BlogDrilldown .blogEntryTitle {
        font-size: 22px;
    }

    footer {
        bottom: 0;
        position: relative;
    }
	
	    footer .site-footer-primary {
    bottom: 0;
    background-position: center bottom;
    background-size: 100% 107%;
}

footer.bottom .site-footer-primary {
    bottom: 0;
    background-position: center bottom;
    background-size: 100% 107%;
    padding-top: 0px;
}

    .site-footer-primary {
        position: relative;
    }
}


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

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

    .header-logo a {
       max-width: 70%;
    }

    #shippingForm {
        padding-top: 20px;
    }

    .showDrilldown #hero.hero, .showdrilldown #hero.hero {

    }

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

    .product-detail h2.product-title {
        text-align: center;
    }

    .product-detail .purchase-form {
        text-align: center;
    }

    .product-detail .product-buttons {
        text-align: center;
    }

    .product-detail .quantity {
        margin-right: 1em;
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .product-list .title, .product-list .product-image {
        min-height: 1px;
    }

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

    .showPaymentInformation .modal-body table, .modal-body table#cart-summary {
        font-size: 11.3px;
    }

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

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

    footer {
        bottom: 0;
    }
	
ul.cart-account li {
    display: inline-block;
    padding-left: 20px;
}
	
	.inner-brand {
    max-width: 90px;
}

a.scrollToTop {
    
}

.mobile-nav-toggle-label {top: 5px;}

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

.visible-xs .cart-account {
    margin-right: 6px;
}

.visible-xs.visible-sm .inner-header.pull-right .menu-extras .menu-icons {
    padding-top: 40px;
    text-align: right;
}

.active .visible-xs .navbar {
    top: 78px;
}

a.lightbox {
    max-width: 50%;
}

.tornedge {
    bottom: -2%;
}

.product-list .product-info .teaser {
       top: 0px;
   
    opacity: 1;
    transition: 2s;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(50,50,50,0);
	position: relative;
}

.product-list .product:hover .product-info .teaser {
    opacity: 1;
    box-shadow: 0px 0px 0px rgba(50,50,50,0);
}

body.showForgot footer{
    bottom: 0;
    position: fixed;
}

.contentImage {
    margin: 0px auto 15px;
    max-width: 100%;
    height: auto;
}

.inner-brand img {
    width: 60px;
    height: 144.65px;
}
}


@media (max-width: 767px) {
footer .site-powered-by {
    padding-bottom: 10px;
}

}

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

    header {
        
    }
	
	a.scrollToTop {
    
}

.site-footer-primary__container {
    text-align: center;
    padding-top: 12px;
}

.site-nav ul, .site-nav li {
    display: block;
    text-align: center;
}

.site-footer-primary .site-nav li.address {width: 100%; clear: both;}

.product-list .product-info .teaser {
       top: 0px;
   
    opacity: 1;
    transition: 2s;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px rgba(50,50,50,0);
	position: relative;
}

.product-list .product:hover .product-info .teaser {
    opacity: 1;
    box-shadow: 0px 0px 0px rgba(50,50,50,0);
}
}

@media (min-width: 768px) and (max-width: 768px) {footer .site-powered-by {padding-bottom: 12px;}}

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

.site-footer-primary__container {
    text-align: center;
    padding-top: 10px;
}

a.scrollToTop {bottom: 7px;}

}

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


}

/* xl only */
@media (min-width: 1399px) {



}


@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 {
    padding-top: 10px;
    width: 200px;
}

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

/* openedge cc images */
.hide.available-cards {
    display: block !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;
}
.nav.navmenu-nav.menu-top {
    display: block;
	border-top: 1px solid transparent;
	transition: 1s;
}
header.active .nav.navmenu-nav.menu-top {
    display:block;
    border-top: 1px solid #eeeeee;
}

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;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

hr.admin {
    display: none;
}

.modal .modal-dialog { z-index: 20001; }

