/** sprite: buckle; sprite-image: url('../../images/bucklesprite.png'); sprite-layout: vertical */

.bold {
  font-weight: bold
}

#seoCopy {
    background: #fff;
    font-size: 11px;
    margin-top: 20px;
    color: #999;
}

#seoCopy h1 {
    font-size: 15px;
    margin-bottom: 5px;
}

#footer-social a {
    display: block;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    margin: 0 auto;
}

#footer-social a:hover {
    text-decoration: none;
}

.stay-in-touch .blogspot {
    background-image: url(../../images/30x30/30x30_blog-hr.png); /** sprite-ref:buckle; sprite-margin-bottom:1px; */
}

.stay-in-touch .facebook {
    background-image: url(../../images/30x30/30x30_facebook-hr.png); /** sprite-ref:buckle; sprite-margin-bottom:1px; */
}

.stay-in-touch .instagram {
    background-image: url(../../images/30x30/30x30_instagram-hr.png); /** sprite-ref:buckle; sprite-margin-bottom:1px; */
}

.stay-in-touch .linkedin {
    background-image: url(../../images/30x30/30x30_linkedin-hr.png); /** sprite-ref:buckle; sprite-margin-bottom:1px; */
}

.stay-in-touch .pinterest {
    background-image: url(../../images/30x30/30x30_pinterest-hr.png); /** sprite-ref:buckle; sprite-margin-bottom:1px; */
}

.stay-in-touch .twitter {
    background-image: url(../../images/30x30/30x30_twitter-hr.png); /** sprite-ref:buckle; sprite-margin-bottom:1px; */
}

.stay-in-touch .youtube {
    background-image: url(../../images/30x30/30x30_youtube-hr.png); /** sprite-ref:buckle; sprite-margin-bottom:1px; */
}

#social-links {
    margin-top: 10px;
    z-index: 100;
    position: relative;
}

.social-link {
    display: inline-block;
    margin-right: 17px;
    height: 21px;
    max-height: 21px;
    overflow: hidden;
    margin-bottom: 5px;
    float: left;
}

[class^="icon-"] + [class^="icon-"] {
    margin-left: 5px;
}

[class^="icon-"].icon-large {
    height: 24px;
    width: 24px;
}

[class^="icon-"].icon-account {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_my-account.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-accountbars {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_my-account_9.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-paymentoptions {
    background-position: 0 0;
    background-image: url(../../images/icon_paymentoptions.png); /** sprite-ref:buckle; sprite-margin-bottom:30px; */
}

[class^="icon-"].icon-bucklecard {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_credit-card-9.png); /** sprite-ref:buckle; sprite-margin-bottom:30px; */
}

[class^="icon-"].icon-international {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_international_9.png); /** sprite-ref:buckle; sprite-margin-bottom:30px; */
}

[class^="icon-"].icon-storelocator {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_store-locator-pin.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-storelocator6 {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_store-locator-pin_6.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-bucklelogo {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_buckle-icon_9.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-questionmark {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_question-mark_9.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-jcbriefcase {
    background-position: 0 0;
    background-image: url(../../images/24x24/24x24_briefcase_9.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-printpage {
    background-position: 0 0;
    background-image: url(../../images/24x24/icon_print_med.png); /** sprite-ref: buckle; */
}

[class^="icon-"].icon-printpage:hover {
    background-position: 0 0;
    background-image: url(../../images/24x24/icon_print_med-ro.png); /** sprite-ref: buckle; */
}

[class^="icon-"].icon-emaillink {
    background-position: 0 0;
    background-image: url(../../images/24x24/icon_email_med.png); /** sprite-ref: buckle; */
}

[class^="icon-"].icon-emaillink:hover {
    background-position: 0 0;
    background-image: url(../../images/24x24/icon_email_med-ro.png); /** sprite-ref: buckle; */
}

[class^="icon-"].icon-offertag {
    width: 17px;
    height: 17px;
    background-position: 0 0;
    background-image: url(../../images/icon_tag.png); /** sprite-ref: buckle; */
}

[class^="icon-"].icon-guestservices {
    width: 30px;
    height: 30px;
    background-position: 0 0;
    background-image: url(../../images/30x30/icon_sm_guest_services.png); /** sprite-ref:buckle; */
}

[class^="icon-"].icon-playvideo {
    width: 36px;
    height: 36px;
    background-position: 0 0;
    background-image: url(../../images/icon_play.png); /** sprite-ref:buckle; */
}

/* Denim Fit Indicator */
.fit-indicator {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent;
    display: inline-block;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.fit-message {
    position: absolute;
    bottom: 20px;
    right: 6px;
    background: #eee;
    border: 1px solid #ccc;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    display: none;
}
.fit-guide:hover .fit-message {
    display: inline-block;
}
#nav .fit-indicator, #product-nav-container .fit-indicator {/*[desktop&mobile] indicator in nav*/
    position: inherit;
}
#nav .remove .fit-indicator {/*[desktop] left nav fit is selected*/
    display: none;
}
#product-detail-carousel .fit-guide {/*[mobile] product detail*/
    position: absolute;
    bottom: 0;
    width: 100%;
}
#productName .fit-indicator {/*[desktop] product detail*/
    position: relative;
    bottom: auto;
    right: auto;
    float: none;
}
#productName .fit-guide, .productName .fit-guide {/*[desktop&mobile] product detail main*/
    display: inline-block;
    position: relative;
}
.bigImage .fit-indicator, #product-detail-carousel .fit-indicator {/*[desktop&mobile] product detail*/
    border-width: 0 0 33px 33px;
}
.bigImage .fit-message, #product-detail-carousel .fit-message {/*[desktop&mobile] product detail*/
    bottom: 30px;
    right: 12px;
}
.bn_g_result_image {/*[desktop] for baynote implementation of denim fit indicators*/
    position: relative;
}
#BN_CrossSell .fit-indicator {/*[desktop] product detail baynote recommendations*/
    right: -2px;
}
#pd-fitguide-wrap {/*[desktop] product detail main*/
    position: relative;
    margin-top: 6px;
    width: 15px;
}
#pd-fitguide-wrap .fit-message {/*[desktop] product detail main*/
    width: 100px;
    line-height: 2em;
    text-align: center;
}
.visible-phone .productName .fit-message {/*[mobile] product detail main*/
    right: auto;
    left: 6px;
}
/*utility classes*/
.margin-top-small {
    margin-top: 5px;
}

.margin-bottom-small {
    margin-bottom: 5px;
}

.margin-bottom-large {
    margin-bottom: 20px;
}

.margin-top-large,.page-header.margin-top-large {
    margin-top: 20px;
}

.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.tellAFriend textarea {
    height: 115px;
}

.playvideo {
    font-family: "Oswald", "Verdana", "Arial", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    display: inline;
    padding: 10px 20px;
    opacity: .9;
    color: #ffffff;
    height: 48px;
    line-height: 30px;
    background-color: #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    opacity: .7;
    cursor: pointer;
    filter:Alpha(opacity=70)
}

.playvideo:hover {
    opacity: .9;
    filter:Alpha(opacity=90)
}

a.styled {
    text-decoration: underline;
}

.modal [id^="video_"] {
    margin-left: auto;
    margin-right: auto;
}

.green {
    background-color: #5BB75B;
}
.color-green {
    color: #5BB75B;
}

.carousel.fade {
    opacity: 1;
}
.carousel.fade .item {
    -moz-transition: opacity ease-in-out .4s;
    -o-transition: opacity ease-in-out .4s;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}
.carousel.fade .item:first-child {
    top:auto;
    position:relative;
}
.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .4s;
    -o-transition: opacity ease-in-out .4s;
    -webkit-transition: opacity ease-in-out .4s;
    transition: opacity ease-in-out .4s;
    z-index:2;
}
.carousel.fade .carousel-control {
    z-index: 2;
}

#recaptcha_image {
    border: 1px solid #cccccc;
}

input.ng-invalid-required, select.ng-invalid-required, textarea.ng-invalid-required {
    border: 1px solid #961207;
}

input.ng-invalid-required, textarea.ng-invalid-required {
    background-color: #F2DEDE;
}

input.ng-valid-required.ng-valid, select.ng-valid-required, textarea.ng-valid-required {
    border-color: #51a351;
}

input.ng-valid-required.ng-valid, textarea.ng-valid-required {
    background-color: #dff0d8;
}

.sticky-bottom {
    z-index: 1;
    bottom: 0;
    top: auto;
    position: fixed;
}

.sticky-right {
    right: 20px;
}

.btn.btn-tab {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.red_text {
  color: #961206;
  font-weight: bold;
}

.small {
  font-size: 85%;
}