/* hero slider */
#hero-slider {
    position: relative;
}


.owl-carousel {
    display: none;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    height: 100%;
}

.owl-stage-outer {
    height: 100%;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    height: 100%;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-item {
    background-image: url("https://2.bp.blogspot.com/-5VB61zkRvTg/Vq3jyfoJGYI/AAAAAAAAAaU/S3Yvl_OuXa8/s1600/loadingfinal1.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.owl-lazy {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50%;
}

/* @media (min-height: 950px) {
    .owl-lazy {
        height: 100%;
        padding: 0;
    }
} */

.owl-nav {
    font-size: 60px;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    padding: 10px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 6px;
    color: white;
}

.owl-prev:hover,
.owl-next:hover {
    /* background-color: orange; */
}

.owl-next {
    right: 8px;
    left: auto;
}

.hero-slider-content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    padding: 16px 32px;
    color: #fff;
}

@media (max-width: 630px){
    .hero-slider-content {
        right: 0;
        padding-bottom: 30px ;
        color: #fff !important;
    }
    .owl-nav {
        font-size: 40px;
    }

}
#hero-content h1 {
    font-size: 6vw;
    margin: 0;
}

.owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 12;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.owl-dot {
    border-radius: 50%;
    background-color: #e5e5e5;
    display: inline-block;
    width: 14px;
    height: 14px;
    transition: all 200ms ease-in-out;
}

.owl-dot:not(:first-child) {
    margin-left: 10px;
}

.owl-dot.active {
    background-color: #fff;
}

.photo-credit {
    color: #FFF;
    font-size: 16px;
    /* padding: 8px 12px; */
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: right;
}









.BornHS__Wrapper {
    position: relative;
}

.BornHS__Wrapper .BornHS__Close {
    display: none;
}

.BornHS__Wrapper .Content__Wrapper {
    position: relative;
}

.BornHS__Wrapper .BornHS__Modal__Content {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
    color: #fff;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    /* width: 360px; */
    width: 250px;
    z-index: 4;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper {
    padding: 20px;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper .BornHS__Title {
    font-size: 16px;
    text-transform: uppercase;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper p {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.BornHS__Wrapper .BornHS__Input {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    width: 0;
    z-index: -1;
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label {
    background: #b4cbdf;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: absolute;
    transition: all 300ms ease;
    z-index: 2;
}

@media (max-width: 768px) {
    .BornHS__Wrapper .BornHS__Input+.BornHS__Label {
        height: 15px;
        width: 15px;
        margin-left: -5px;
        /* background: #f50000; */
    }
}
@media (min-width: 768px) {
    .BornHS__Wrapper .BornHS__Input+.BornHS__Label {
        height: 30px;
        width: 30px;

    }
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label:before,
.BornHS__Wrapper .BornHS__Input+.BornHS__Label:after {
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label:before {
    height: 2px;
    width: 40%;
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label:after {
    height: 40%;
    width: 2px;
}

.BornHS__Wrapper .BornHS__Input~.BornHS__Overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
}

.BornHS__Wrapper .BornHS__Input:checked+.BornHS__Label {
    transform: rotate(45deg);
}

.BornHS__Wrapper .BornHS__Input:checked~.BornHS__Modal__Content {
    opacity: 1;
    visibility: visible;
}

.BornHS__Wrapper .BornHS__Input:checked~.BornHS__Overlay {
    display: block;
}

.BornHS__Wrapper.BornHS__Blur figure {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
    display: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input+.BornHS__Label {
    opacity: 0.5;
    pointer-events: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
    display: inline-block;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked+.BornHS__Label {
    opacity: 1;
    pointer-events: auto;
}

.BornHS__Modal {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

@media (max-width: 768px) {
    .BornHS__Wrapper .BornHS__Modal__Content {
        bottom: auto !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close {
        background: #ec2256;
        border-radius: 50%;
        cursor: pointer;
        display: block;
        height: 20px;
        right: -5px;
        position: absolute;
        top: -5px;
        transition: all 300ms ease;
        transform: rotate(45deg);
        width: 20px;
        z-index: 5;
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before,
    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
        background: #fff;
        content: "";
        cursor: pointer;
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before {
        height: 2px;
        width: 40%;
    }

    .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
        height: 40%;
        width: 2px;
    }
}



.sports-hr-lines {
    position: relative;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.sports-hr-lines:before {
    content: " ";
    height: 1px;
    width: 45%;
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.sports-hr-lines:after {
    content: " ";
    height: 1px;
    width: 45%;
    background: #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
}


.sports-card {
    border: none;
}

.sports-img {
    width: 50%;
    display: block;
    margin: auto;
}




/* menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    /* margin-right: -10px; */
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* size charts */

.size-charts-table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.size-charts-table th {
    color: #2d2a2a;
    text-transform: uppercase;
}

.size-charts-table td {
    color: #777;
}

.size-charts-table th,
.size-charts-table td {
    text-align: center;
    border: 1px solid;
    padding: 10px;
}


.contact-us {
    text-align: center;
    color: #777;
}


.contact-us h4 {
    color: #2d2a2a;
}

.contact-us a {
    font-weight: bold;
    color: #0d5796;
}


.contact-us-inquiry h5 {
    color: #989898;
}

.contact-us-inquiry h4 {
    text-transform: uppercase;
}


.terms-of-use {
    padding: 40px;
    border: 1px solid #e7e7e7;
}

.terms-of-use p {
    color: #777;

}


.how-to-measure-description {
    color: #777;
}

.how-to-measure-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}



/* blog */

.published-date {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: inline-block;
    min-width: 53px;
    background-color: #FFF;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    color: #333;
    text-align: center;
    line-height: 1;
}

.published-day {
    display: block;
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 20px;
}

.published-month {
    display: block;
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 20px;
}

.blog-category {
    background-color: #AAD0EB;
    position: relative;
    /* position: absolute; */
    /* top: -13px; */
    top: -26px;
    /* right: 15px;
    left: 15px; */
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-title {
    text-align: center;
    color: #2D2A2A;
    font-weight: bold;
}


.blog-author {
    text-align: center;
    color: #A4A4A4;
}

.blog-description {
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #777;
}

.blog-link {
    position: relative;
    display: inline-block;
    border-bottom: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 800;
    font-size: 13px;
    color: #AAD0EB;
}

.blog-image {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

.blog-post-category {
    margin-top: 0;
    margin-bottom: 15px;
    background-color: #AAD0EB;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    color: #FFF;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin-inline: auto;
    width: max-content;
}

.blog-post-title {
    /* display: block;
    margin-inline: auto;
    width: max-content; */
    text-align: center;

}

.blog-post-author {
    display: block;
    margin-inline: auto;
    width: max-content;
    margin-bottom: 20px;
    color: #777;
}

.blog-post-img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-post-description {
    margin-bottom: 20px;
    text-align: left;
    color: #777;
    font-size: 15px;
    line-height: 1.6;

}

.blog-post-hr {
    height: 1px;
    color: #777;
    margin-top: 50px;
    margin-bottom: 50px;
}
#shop_ddp_btn {
   background-color: #0D5796;
   width: 150px;
   text-align: center;
   top: 85%;
   position: absolute;
   z-index: 12;
   transform: translateX(-50%);
   text-align: center;
   left: 50%;
}
#contact_us_btn {
   background-color: #0D5796;
   width: 150px;
   text-align: center;
   top: 85%;
   position: relative;
   z-index: 12;
   transform: translateX(-50%);
   text-align: center;
   left: 50%;
}
@media (max-width: 1168px){
#contact_us_btn,
#shop_ddp_btnbtn {
        width: 120px;
        top: 60%;
    }
}

.blog-post-btn {
    color: #FFF;
    background-color: #AAD0EB;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;

}


.blog-post-btn:hover {
    color: #FFF;
    background-color: #9BBED6;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;

}

.blog-comment-hr {
    height: 1px;
    color: #777;
    margin-top: 15px;
    margin-bottom: 15px;
}

.commentor {
    font-weight: bold;
    color: #0d5796;
}


.comment {
    color: #777;
}

.blog-post-list {
    padding-left: 0;
}

.blog-post-list li {
    display: block;
    color: #727272;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: stretch;
    flex-direction: row;

}

.blog-category-hr {
    height: 1px;
    color: #777;
    margin-top: 50px;
    margin-bottom: 50px;
}

.blog-post-sub-title {
    text-transform: uppercase;
}

.blog-recent-post-img {
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 15px;
}

.blog-recent-post-img img {
    width: 60px;
}

.recent-post-title {
    color: #333;
    font-weight: 600;
}

.recent-post-date {
    font-size: 12px;
    color: #bbb;
}
