@font-face {
    font-family: "Veneer";
    src: url('/uif/css/fonts/veneer-regular.ttf');
}
.text-white {
    color: #FFF;
}
.row-no-padding {
    margin-left: 0px;
    margin-right: 0px;
}
.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.container-btm-padding {
    padding-bottom: 20px;
}
.ul-icons {
    padding-left: 10px;
}
.ul-icons li {
    list-style-type: none;
    line-height: 20px;
    margin-bottom: 20px;
}
.ul-icons li i {
    width: 20px;
    height: 20px;
    background: #D9CB11;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 20px;
    margin-right: 10px;
}
.btn-icon {
    border-radius: 50%;
    margin-bottom: 10px;
}
.btn-danger-hover:hover {
    background: #B81919;
}
.border-right {
    border-right: 1px solid #D9CB11;
}
.border-left {
    border-left: 1px solid #D9CB11;
}
h1.heading, h2.heading, h3.heading, h4.heading, h5.heading, h6.heading {
    display: inline-block;
    border-bottom: 5px solid #D9CB11;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/**********************************************************
  HEADER NAVIGATION
**********************************************************/
.navbar {
    border-bottom: 2px solid #D9CB11;
    border-radius: 0px;
    z-index: 2;
}

.navbar-default .navbar-nav>.open>a {
    background-color: rgba(217,203,17,.8);
}
.navbar ul.nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: solid 5px transparent;
}

.navbar ul.nav > li > a:hover,
.navbar ul.nav > li.open > a,
.navbar ul.nav > li.active > a {
    border-bottom: solid 5px #D9CB11;
}
@media (max-width: 768px) {
    .navbar ul.nav > li.active > a,
    .navbar ul.nav > li.open > a {
        border-top-color: transparent;
    }
    .navbar ul.nav > li > a:hover {
        border-top-color: transparent;
    }
}

.nav-dropdown >li.dropdown{
    position: inherit !important;
}
.navbar ul.nav > li a .caret,
.navbar ul.nav > li.acive > a:hover .caret,
.navbar ul.nav > li.open > a:hover .caret {
    color: #0477BF;
}
.navbar ul.nav > li a:hover .caret {
    color: #D9CB11;
}
.nav > li.dropdown.open {
    position: static;
}
.nav > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    height: 3em;
    text-align: center;
    left: 0;
    right: 0;
    background-color: rgba(217,203,17, .8);
    border: 0px;
    border-bottom: 2px solid #0477BF;
    border-radius: 0px;
    background: -webkit-linear-gradient(top,rgba(217,203,17,.7),rgba(217,203,17,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(bottom,rgba(217,203,17,1),rgba(217,203,17,.7)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(bottom,rgba(217,203,17,1),rgba(217,203,17,.7)); /*Fx 3.6-15*/
    background: linear-gradient(to bottom, rgba(217,203,17,1), rgba(217,203,17,.7)); /*Standard*/
}
@media (max-width: 768px) {
    .nav > li.dropdown.open .dropdown-menu {
        text-align: left;
    }
}
.nav > li.dropdown.open .dropdown-menu a {
    color: #262626;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
    display: block;
    padding-top: 10px;
    margin-bottom: -5px;
    padding-bottom: 6px;
    border-bottom: 5px solid transparent;
}
.nav > li.dropdown.open .dropdown-menu a:hover {
    background-color: rgba(217,203,17, .95);
    color: #FFF;
    border-bottom: 5px solid #0477BF;
}
.navbar-brand img {
    height: 50px;
    margin-top: -12.5px;
}
.navbar .search .form-group {
    margin-bottom: 0px;
}

/**********************************************************
  BREADCRUMBS
**********************************************************/
#header-breadcrumbs {
    background: url('/resources/uploads/images/snow-texture.jpg') center -285px;
    padding: 20px 0 30px;
    margin-top: -22px;
    margin-bottom: 40px;
}
#header-breadcrumbs h1{
    font-family: Veneer,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #0477BF;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .16em;
    margin-top: .67em;
}
.breadcrumb {
    padding: 20px 0;
    margin-bottom: 20px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .1em;
}
#header-breadcrumbs ul.breadcrumb {
    margin-top: 23px;
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    #header-breadcrumbs h1 {
        text-align: center;
    }
    .breadcrumb {
        padding: 20px 0;
        text-align: center;
        background-color: rgba(255,255,255,.5);
    }
    #header-breadcrumbs ul.breadcrumb {
        margin: 0px -15px 0px -15px;
    }
}

/**********************************************************
  HOME HERO
**********************************************************/
.home-hero {
    overflow: hidden;
    width: 100%;
}

.video-jumbo {
    height: 100vh;
    overflow-y: hidden;
    background-color: transparent;
    opacity: 1;
}

.video-jumbo .cta-wrap {
    position: absolute;
    top: 35%;
    z-index: 1;
}

.video-jumbo .cta {
    width: 30em;
    position: relative;
    margin: auto 0;
    -webkit-animation: fadein 4s;
    -moz-animation: fadein 4s;
    -ms-animation: fadein 4s;
    -o-animation: fadein 4s;
    animation: fadein 4s;
}

.video-jumbo .cta p {
    text-shadow: 0px 0px 6em #fff;
    width: 100%;
    margin-bottom: 0px;
}
.video-jumbo .cta p.cta-txt {
    font-family: Veneer,"Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    line-height: .8em;
    white-space: nowrap;
}
.video-jumbo .cta p.cta-txt:first-child {
    font-size: 10.2em;
}
.video-jumbo .cta p.cta-txt:nth-child(2) {
    font-size: 6.5em;
}
.video-jumbo .cta p.cta-txt:nth-child(3) {
    font-size: 6.45em;
    padding-top: .15em;
}
.video-jumbo .cta-wrap .btn-cta {
    text-transform: uppercase;
    width: 100%;
    font-size: 1em;
    line-height: 2em;
}

.bg-video {
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
    overflow: hidden;
}
main {
    background: #fff;
}
.heading {
    margin-bottom: 20px;
}

/**********************************************************
  FEATURE CARDS
**********************************************************/
.home-featured {
    border-top: 3px solid #D9CB11;
}

.feature-card {
    color: #DEE3E5;
}
.feature-card h3,
.feature-card h4 {
    color: #DEE3E5;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.feature-card img {
    clear: both;
    width: 100%;
}

/*** OVERLAY ***/
.card-overlay {
    background: rgba(0,0,0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;

}
.feature-card:hover .card-overlay {
    background: rgba(4,119,191, .65);
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

/*** SUMMARY  & DETAILS ***/
.card-details,
.card-summary {
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
    padding: 25px;
}

/*** SUMMARY ***/
.feature-card .card-summary h3:after {
    content: "";
    display: block;
    background: #D9CB11;
    height: .1em;
    margin: .5em auto;
    width: 8em;
}
.feature-card:hover .card-summary {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 2s, opacity 2s;
}

/*** DETAILS ***/
.card-details {
    display: none;
}
.card-details h4 {
    font-size: 1.5em;
}
.feature-card .card-details h4:after {
    content: "";
    display: block;
    background: #DEE3E5;
    height: .1em;
    margin: .5em auto;
    width: 16em;
}
.feature-card:hover .card-details {
    display: block;
    visibility: visible;
}

/**********************************************************
  FOOTER
**********************************************************/
#footer {
    background: #262626;
    color: #DEE3E5;
    padding: 50px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}
#footer p {
    margin: 0;
}

#footer .social {
    margin-top: 15px;
}
#footer .social a .fa {
    color: #262626;
}
#footer .social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    background-color: #0477BF;
}
#footer .social a:hover .fa{
    color: #fff;
}
#footer .social a:hover.facebook {
    background-color: #4460ae;
}
#footer .social a:hover.gplus {
    background-color: #c21f25;
}
#footer .social a:hover.twitter {
    background-color: #3cf;
}
#footer .social a i {
    vertical-align: middle;
    line-height: inherit;
}
.flex-site {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-site-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 auto;
}

.flex-site-wrapper{
    display: flex;
    flex-direction: column;
}

/**********************************************************
  FILTER SIDEBAR
**********************************************************/
.panel.sidebar-card {
    margin: 0 0 20px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}

.panel.sidebar-card .panel-heading {
    color: #0477BF;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: .1em;
    border-bottom: none;
}

.panel.sidebar-card .panel-heading h1,
.panel.sidebar-card .panel-heading h2,
.panel.sidebar-card .panel-heading h3,
.panel.sidebar-card .panel-heading h4,
.panel.sidebar-card .panel-heading h5 {
    display: inline-block;
    border-bottom: 5px solid #D9CB11;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.panel.sidebar-card ul.nav.category-filter {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
}

.panel.sidebar-card .panel-body {
    padding: 0;
}

.panel.sidebar-card ul.nav ul {
    list-style: none;
    padding-left: 0;
}

.panel.sidebar-card ul.nav li .badge {
    padding: 3px 6px 3px 7px;
}

.panel.sidebar-card ul.nav ul li{
    display: block;
}

.panel.sidebar-card ul.nav ul li a {
    font-weight: normal;
    text-transform: none !important;
    display: block;
    padding: 8px 15px;
    padding-left: 30px;
    font-size: 12px;
    color: #999999;
}
.panel.sidebar-card ul.nav ul li.active a {
    background-color: #0477BF;
    color: #fff;
}

.panel.sidebar-card ul.nav ul li a:hover {
    background-color: #999999;
    color: #fff;
    text-decoration: none;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: #0477BF;
}

.panel.sidebar-card .panel-heading .btn.btn-danger .fa {
    color: #fff;
}

.panel.sidebar-card .panel-body label {
    color: #999;
    font-size: 12px;
}

.panel.sidebar-card .panel-body span.color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

.panel.sidebar-card .panel-body span.color.white {
    background-color: #fff;
}
.panel.sidebar-card .panel-body span.color.blue {
    background-color: blue;
}
.panel.sidebar-card .panel-body span.color.green {
    background-color: green;
}
.panel.sidebar-card .panel-body span.color.yellow {
    background-color: yellow;
}
.panel.sidebar-card .panel-body span.color.red {
    background-color: red;
}

.btn-primary-inverse {
    color: #0477BF;
    background-color: #fff;
    border-color: #0477BF;
}

.btn-primary-inverse:hover,
.btn-primary-inverse:hover .fa {
    color: #fff;
    background-color: #0477BF;
}

/**********************************************************
  PRODUCTS
**********************************************************/
.product {
    border-bottom: 1px solid #D9CB11;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.product:hover {
    border-bottom: 1px solid #0477BF;
}

.product .image {
    overflow: hidden;
}

.product .image img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.product:hover .image img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product .product-overview h3 {
    text-transform: uppercase;
    height: 50px;
    font-size: 22px;
    letter-spacing: .1em;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.product:hover .product-overview h3 {
    font-size: 28px;
}

.product .product-overview .price {
    font-size: 20px;
}
.product .product-overview p.price del {
    color: #B81919;
}
.ribbon {
    position: absolute;
    top: 0px;
    text-align: center;
    padding-left: 51px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ribbon .theribbon {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 14px 3px;
    margin: 30px 10px 10px -66px;
    color: #0477bf;
    background-color: #D9CB11;
    border-radius: 50%;
}
.ribbon.new .theribbon {
    color: #d9CB11;
    background-color: #0477BF;
    top: 55px;
}

/**********************************************************
  PRODUCT DETAILS
**********************************************************/
.box {
    padding: 20px 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #D9CB11;
    margin: 30px 0px 30px;
}

.box-no-tm {
    margin-top: 0px;
}

#productOverview .sizes {
    text-align: center;
}
#productOverview .sizes h3 {
    text-transform: uppercase;;
    letter-spacing: .1em;
    margin-bottom: 20px;
}
#productOverview .sizes .link {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #0477BF;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    background-color: #DEE3E5;
}
#productOverview .sizes .link:hover,
#productOverview .sizes #active-size {
    background-color: #0477BF;
    color: #fff;
}
#productOverview .sizes input {
    display: none;
}
#productOverview .price {
    font-size: 45px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}


#product-social {
    text-align: center;
}

#product-social h4{
    font-weight: 300;
}

#product-social p {
    line-height: 30px;
}
#product-social p a {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;;
    margin: 0 10px 0 0;
    border-radius: 50%;
    transition: all .2s ease-out;
}
#product-social p a:hover {
    height: 33px;
    width: 33px;
    margin-bottom: -3px;
}
#product-social p a.facebook {
    background-color: #4460ae;
}
#product-social p a.gplus {
    background-color: #c21f25;
}
#product-social p a.twitter {
    background-color: #3cf;
}
#product-social p a.email {
    background-color: #D9CB11;
}

#reviews {
    margin-bottom: 30px;
}

#reviews .review {
    border-bottom: 1px solid #d9CB11;
    margin-bottom: 30px;
}

#reviews .review:last-child {
    border-bottom: 0px;
}

.rank {
    padding-bottom: 15px;
}

/**********************************************************
  CUSTOMER PROFILE
**********************************************************/
.personal-information h4,
.shipping-information h4,
.order-summary h4,
.billing-information h4 {
    border-top: 1px solid #D9CB11;
    border-bottom: 1px solid #D9CB11;
    padding: 10px 0 10px;
}

.shipping-information h4 .btn-sm.btn-icon,
.billing-information h4 .btn-sm.btn-icon,
.order-summary h4 .btn-sm.btn-icon{
    margin-top: -10px;
    margin-bottom: -5px;
}

.shipping-information .address,
.billing-information .cc-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #D9CB11;
    margin-bottom: 20px;
}

#order-history .btn-sm.btn-icon {
    margin-bottom: 0px;
}

/**********************************************************
  FULL IMAGE SCREEN W/ PANEL
**********************************************************/
#login,
#password-reset,
#register,
#error {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bg-image {
    background: url('/resources/uploads/images/ski-tracks-in-snow.jpg') no-repeat center center fixed;
}

#login .panel,
#password-reset .panel,
#error .panel {
    margin: 100px auto;
    max-width: 400px;
}

#register .panel
{
    margin-top: 100px;
}

#password-reset .or {
    margin-bottom: 15px;
    font-weight: 700;
}

#error h1 {
    font-family: Veneer,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 5em;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: -20px;
}

#error p {
    margin-bottom: 2em;
}

/**********************************************************
  AMBASSADORS
**********************************************************/
.ambassador {
    text-align: center;
    margin-bottom: 40px;
}
.ambassador h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
}
.ambassador h3 a {
    color: #262626;
}
.ambassador-detail h3 {
    display: inline-block;
    border-bottom: solid 5px #D9CB11;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    /*  letter-spacing: .08em;
    */}
.ambassador p.role {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ambassador .social a,
.ambassador-detail .social a {
    margin: 0 10px 0 0;
    color: #fff;
    background-color: #0477BF;
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    vertical-align: bottom;
}
.ambassador .social a.facebook:hover,
.ambassador-detail .social a.facebook:hover {
    background-color: #4460ae;
}
.ambassador .social a.gplus:hover,
.ambassador-detail .social a.gplus:hover {
    background-color: #c21f25;
}
.ambassador .social a.twitter:hover,
.ambassador-detail .social a.twitter:hover {
    background-color: #3cf;
}
.ambassador .social a.instagram:hover,
.ambassador-detail .social a.instagram:hover {
    background-color: #cd4378;
}
.ambassador .social a.email:hover,
.ambassador-detail .social a.email:hover {
    background-color: #4a7f45;
}
.ambassador .text p {
    color: #999;
    font-size: 12px;
}
.ambassador .social {
    margin-bottom: 15px;
}
.ambassador .social a i {
    vertical-align: bottom;
    line-height: 26px;
}

/**********************************************************
  DEALERS
**********************************************************/
#map {
    padding-bottom: 20px;
}

/**********************************************************
  MEDIA QUERIES
**********************************************************/
@media (max-width: 480px) {
    .ribbon.sale {
        top: -40px;
    }
    .ribbon.new {
        top: -15px;
    }
}
@media (max-width: 767px) {
    #top .login {
        float: left;
    }
    .video-jumbo .cta {
        margin: 0 auto;
        width: 18em;
    }
    .video-jumbo .cta p.cta-txt:first-child {
        font-size: 5.5em;
    }
    .video-jumbo .cta p.cta-txt:nth-child(2) {
        font-size: 3.175em;
    }
    .video-jumbo .cta p.cta-txt:nth-child(3) {
        font-size: 3.8em;
    }
    .product .image img.img-responsive {
        min-width: 100%;
    }
    .box {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #product-thumbs {
        margin: 30px 0px;
    }
    #footer .pull-left,
    #footer .pull-right {
        text-align: center;
        float: none !important;
    }
}
@media (max-width: 990px) {
    .navbar-brand img {
        height: 35px;
        margin-top: -5px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .feature-card h3 {
        font-size: 24px;
    }
    .feature-card h4 {
        font-size: 18px;
    }
}

/**********************************************************
  Animation
**********************************************************/
@keyframes fadein {
    0% { opacity: 0; left: -100px; }
    100%   { opacity: 1; left: 0px;}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    0% { opacity: 0; left: -100px; }
    100%   { opacity: 1; left: 0px;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    0% { opacity: 0; left: -100px; }
    100%   { opacity: 1; left: 0px;}
}

/* Internet Explorer */
@-ms-keyframes fadein {
    0% { opacity: 0; left: -100px; }
    100%   { opacity: 1; left: 0px;}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    0% { opacity: 0; left: -100px; }
    100%   { opacity: 1; left: 0px;}
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
#map {
    margin-bottom: 25px;
    height: 400px;
}
.video-overlay {
    background: url('/resources/uploads/images/video-overlay.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    margin-top: -20px;
    z-index: 0;
}
@media (max-width: 480px) {
    .bg-video {
        display: none;
    }
    .video-jumbo {
        background: url('/resources/uploads/images/video-stillframe.jpg');
        z-index: -1;
        margin-bottom: 0px;
    }
}
.sale-price {
    font-size: 20px;
}

body {
    background-color: #f2f2f2;
}
.well {
    background-color: #fff;
}
.navbar {
    border-top: 0px;
}
.navbar-small {
    min-height: 30px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.navbar-small .navbar-nav {
    margin: 0;
}
.navbar-small .navbar-text {
    margin: 5px 0px;
}
.navbar-small .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 0px;
}
.navbar-small .navbar-nav .dropdown .dropdown-menu {
    margin-top: 75px;
    text-align: center;
}
.navbar-small .dealer {
    text-align: center;
}
.table.order-inventory td {
    vertical-align: middle;
}
.panel.sidebar-card .panel-heading {
    padding: 20px;
    margin-bottom: 0px;
}
.radio-nav .radio {
    padding: 0 20px;
}
.sidebar-card .radio label {
    width: 100%;
}
.radio-nav li:hover {
    background-color: #999999;
}
.radio-nav li label a {
    font-size: 15px;
}
.radio-nav li:hover label a {
    color: #fff;
}
.product-price del {
    color: #B81919;
}
.msrp,
.wholesale,
.atp,
.instore-pickup {
    text-align: center;
}
.panel.sidebar-card .panel-heading {
    padding: 20px;
    margin-bottom: 0px;
}
.radio-nav .radio {
    padding: 0 20px;
}
.sidebar-card .radio label {
    width: 100%;
}
.radio-nav li:hover {
    background-color: #999999;
}
.radio-nav li label a {
    font-size: 15px;
}
.radio-nav li:hover label a {
    color: #fff;
}
.product-price del {
    color: #B81919;
}
.table-collapse .btn-icon.action span {
    display: none;
}
.table-collapse .btn-icon.action span {
    display: none;
}
.equal-height-div-parent {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal-height-div-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.shippingAddress li address {
    margin-top: 0px;
}
.list-group label {
    cursor: pointer;
}

.list-group input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.list-group label div {
    font-weight: 400;
}

.list-group input:hover + div {
    background-color: #dee3e5;
    margin: -11px -16px;
    padding: 11px 16px;
}

.list-group input:checked + div {
    color: #fff;
    background-color: #0477bf;
    margin: -11px -16px;
    padding: 11px 16px;
}
.input-group-btn .btn {
    padding: 11px 15px;
}
.input-lg .input-group-btn .btn {
    padding: 18.5px 20px;
}
.input-sm .input-group-btn .btn {
    padding: 4.5px 10px;
}
.table-collapse tbody tr td {
    padding-right: 10px;
}
@media (max-width: 767px) {
    .table-collapse thead {
        display: none;
    }
    .table-collapse tbody tr td{
        display: block;
        padding: 2px 0 2px 10px;
        border: none;
    }
    .table-collapse tbody tr td:first-child {
        padding-top: 10px;
    }
    .table-collapse tbody tr td:last-child {
        padding-bottom: 10px;
    }
    .table-collapse tbody tr td:before {
        padding-right: 10px;
        content: attr(data-th) ': ';
        display: inline-block;
        color: #262626;
        font-weight: 700;
    }
    .table-collapse .btn-icon.action {
        color: #0477bf;
        font-weight: 400;
        background-color: transparent;
        border: none;
        border-radius: 0;
        cursor: pointer;
        padding: 0 5px;

    }
    .table-collapse .btn-icon.action span {
        display: inline-block;
        padding-left: 5px;
    }
}
.panel.sidebar-card .panel-heading,
.panel-body form{
    padding: 20px;
    margin-bottom: 0px;
}
.radio-nav .radio,
.checkbox-nav .checkbox {
    padding: 0 20px;
}
.sidebar-card .radio label,
.sidebar-card .checkbox label {
    width: 100%;
}
.radio-nav li:hover,
.checkbox-nav li:hover {
    background-color: #999;
}
.radio-nav li label a,
.checkbox-nav li label a {
    font-size: 15px;
}
.radio-nav li:hover label a,
.checkbox-nav li:hover label {
    color: #fff !important;
}
.product-price del {
    color: #B81919;
}
.library-asset {
    width:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    margin-bottom: 10px;
    min-height: 125px;
}
.library-asset .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.library-asset img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}
.library-asset h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:10px;
    background:rgba(217,203,17,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}
.library-asset a.add,
.library-asset a.remove {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #D9CB11;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:5px 0 0;
    padding:7px 14px;
}
.library-asset a.remove {
    display: none;
    border-color: #b81919;
}
.library-asset a.add:hover {
    background-color: rgba(217,203,17,.2);
    box-shadow:0 0 5px #D9CB11;
}
.library-asset.is-added a.remove:hover {
    background-color: rgba(184,25,25,.2);
    box-shadow: 0 0 5px #b81919;
}
.library-asset:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
.library-asset:hover .overlay,
.library-asset.is-added .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}
.library-asset.is-added h2,
.library-asset.is-added:hover a.remove,
.library-asset:hover a.add
{
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}
.library-asset:hover a.add,
.library-asset.is-added:hover a.remove {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.library-asset.is-added:hover a.remove {
    display: inline-block;
}
.library-asset.is-added:hover a.add {
    opacity: 0;
    display: none;
}
.no-pointer-event {
    pointer-events: none;
}
.nav>li>span {padding:15px 20px}
.margin-right-10 {margin-right: 10px;}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.input-right {
  text-align: right;
}
.navbar-inverse ul.nav > li a .caret,
.navbar-inverse ul.nav > li.active > a:hover .caret,
.navbar-inverse ul.nav > li.open > a:hover .caret {
    color: #d9cb11;
}
h2 small a {
    font-weight: 400;
    line-height: 1;
}

.ajaxLoader{background: url(ajax-loader.gif) no-repeat center; display: inline-block; height:16px; width: 16px; position:absolute;}
button .ajaxLoader, a .ajaxLoader, div .ajaxLoader{background-color: rgba(255, 255, 255, 0.75); border-radius: 3px; height: 100%; width: 100%; bottom: 0; left: 0; right: 0; top: 0; z-index:1000;}

.validation-messages div {
  display: block;
}

.dialog-ajax-loader {margin-left: 47.8%;}

.error-messages {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 22px;
    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
    background-color: #fdeded;
    border-color: #f3aab6;
    color: #b81919;
}
.img-fixed {
    max-width:100%;
    max-height:100%;
}
.top-link, a.top-link:hover { position: fixed; right: 20px; bottom: 100px; color: white;}
.top-link { color:white; border-radius: 5px 5px 5px 5px; background:#0477bf; padding:5px 10px;}

.loading-text {text-align: center; background: #0477bf; color: white !important; padding: 10px; margin-bottom: 10px;}

.relative {position: relative;}

.collapse-toggle {
    background: transparent;
    text-align: center;
    padding: 10px;
    margin-left: -15px;
}

.collapse-toggle:hover {
    background: darken(#c4e8fe, 10%);
}

a.list-group-item {
    color: #0477bf;
}

.list-group-item.link:hover,
a.list-group-item.active:hover {
    background-color: #c4e8fe;
    color: rgb(38,38,38);
    cursor: pointer;
}

.list-group-item.active a {
    color: #fff;

}

.list-group-item.link.active .badge {
    background-color: #fff;
    color: #0477bf;
}

.list-group-item.link.active:hover a {
    color: #0477bf;
}

.list-group-item.link.active:hover .badge {
    background-color: #0477bf;
    color: #fff;
}
.navbar {
    border-top: 0px;
}
.navbar-small {
    min-height: 30px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
.navbar-small .navbar-nav {
    margin: 0;
}
.navbar-small .navbar-text {
    margin: 5px 0px;
}
.navbar-small .navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 0px;
}
.navbar-small .navbar-nav .dropdown .dropdown-menu {
    margin-top: 75px;
    text-align: center;
}
.navbar-small .dealer {
    text-align: center;
}
.sidebar-slider {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    width: 850px;
    max-width: 80%;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: .5s;
}
.sidebar-slider .cart-image {
    max-width: 100%;
}
.sidebar-slider .panel {
    margin-bottom: 0;
}
.sidebar-right {
    position: fixed;
    right: -1150px;
    webkit-transition: right .2s ease-out;
    transition: right .2s ease-out;
}
.sidebar-right.is-open {
    right: 0;
}
.sidebar-content {
    padding: 10px;
}
.panel.sidebar-card .panel-heading {
    padding: 20px;
    margin-bottom: 0px;
}
.media, .media-body { overflow: visible; }
.media .media-body { display: table-cell;}

/* Carrier Account Logo*/
.carrier {margin: 0;}
.carrier-label{margin-top:5px;}
.carrier span.image{display:inline-block;float:left;width:50px;height:30px;margin-right:5px;background-image:url(/uif/img/carrier-sprite.png);}
.USPS{background-position: 0px 0px;}
.FEDEX{background-position: 0px -40px;}
.UPS{background-position: 0px -80px; margin-left: -10px;}
.DHL{background-position: 0px -120px;}
.carrier span.NA{background-image:none;}
.carrier span.NA:before{content:'N/A';margin-left:0;}
.carrier span.NA:before{content:'N/A';margin-left:0;}

/*credit cards*/
.CCT_VISA, .CCT_MASTERCARD, .CCT_AMERICANEXPRESS, .CCT_DISCOVER, .card_diners, .card_jcb {
    display: inline-block;
    width: 50px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    text-indent: -999px;
    background: url(sprite-cards.png) 0 0 no-repeat;
}
.CCT_MASTERCARD {
    background-position: -55px 0;
}

.CCT_AMERICANEXPRESS {
    background-position: -110px 0;
}
.CCT_DISCOVER {
    background-position: -165px 0;
}
.card_diners {
    background-position: -220px 0;
}
.card_jcb {
    background-position: -660px 0;
}
/*Increased the z-index of Google API search results to be always on the front*/
.pac-container.pac-logo {
    z-index: 2000;
}
.toolbar{
    min-height: 50px;
    margin-bottom:30px;
    margin-top:10px;
}
.toolbar button {
    float: right;
}

.toolbar select {
    width:auto;
    float: left;
}
a {
    cursor: pointer;
}
a.collapsed .fa-caret-down {
    transform : rotate(-90deg);
}
a .fa-caret-down {
    transform : rotate(0deg);
}
.table .media .media-body {
    width : 0 !important;
}
.actions {
    float : right;
}
.wishlist-table {
    background-color: #fff;
}
.list-group form{
    margin-bottom : 0;
}
a.list-group-item{
    color : #555;
}
a.list-group-item .h4 {
    font-size : 18px;
    font-weight : normal;
    color : #555;
}
a.list-group-item:hover .h4, a.list-group-item:focus .h4, a.list-group-item:hover, a.list-group-item:focus{
    text-decoration: none;
    background-color: #337ab7;
    color: #fff;
}
.equal-height-div-child .list-unstyled li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
}
