.h-img-nav-wrp div {
    /* transition: all 0.3s ease; */
    transition: none;
}

.story-wrap {
    transition: all 0.3s ease
}

.h-nav2-item {
    transition: all 0.3s ease
}

.hover {
    opacity: 1
}

.hover:hover {
    opacity: 1;
    box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.5)
}

.story-content {
    font-size: 14px
}

.h-category-container {
    padding: 60px 15px 40px 15px
}

.h-category-padding {
    margin: auto;
    max-width: 1280px;
    height: auto;
    border-top: solid 1px #e1e1e1;
    border-left: solid 1px #e1e1e1
}

.h-category-item {
    width: 16.66%;
    float: left;
    padding: 10px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1
}

.h-category-item img {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0
}

.h-category-name {
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    height: 40px;
    text-align: center;
    line-height: 19px;
    border-radius: 0;
    font-weight: 400
}

.h-special-container {
    padding: 40px 15px
}

.h-special-padding {
    margin: auto;
    max-width: 1280px;
    height: auto;
    border-left: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1
}

.h-pr-item {
    width: 16.66%;
    float: left;
    padding: 10px;
    border-right: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1
}

.h-pr-item img {
    width: 100%;
    height: auto
}

.h-product-name {
    height: 45px;
    text-align: center;
    margin: 10px 0 0;
    font-weight: 300;
    font-size: 16px
}

.h-product-price {
    text-align: center;
    padding: 10px 0 0;
    font-size: 20px;
    font-weight: 600
}

.h-product-original-price {
    text-decoration: line-through;
    font-size: 14px;
    color: rgba(127,127,127,1);
    font-weight: 300
}

.h-feature-container {
    padding: 40px 15px
}

.h-feature-padding {
    margin: auto;
    max-width: 1280px;
    height: auto;
    border-left: solid 1px #bdc3c7;
    border-top: solid 1px #bdc3c7
}

.h-brand-container {
    padding: 35px 15px 0 15px
}

.h-brand-padding {
    margin: auto;
    max-width: 1280px;
    height: auto;
    text-align: center
}

.h-brand-item {
    width: 10%;
    padding: 5px;
    display: inline-block;
    float: none
}

.h-brand-item img {
    width: 100%;
    height: auto
}

.h-img-brc {
    height: 15px;
    opacity: .6
}

.parallax-1-wrap {
    height: 500px;
    background: transparent;
    margin-top: 0
}

.parallax-1-text {
    z-index: 2;
    text-align: center
}

.parallax-1-pad {
    background-color: rgba(0,0,0,.7);
    z-index: 1;
    color: white;
    position: absolute;
    padding: 20px;
    width: 100%;
    bottom: 0
}

.parallax-1-header {
    width: 560px;
    margin: auto
}

.parallax-1-header img {
    width: 100%;
    height: auto
}

.parallax-1-content {
    padding: 10px 0 0;
    font-size: 22px;
    line-height: 25px;
    width: 100%!important
}

.h-intro-text {
    font-size: 1.4em;
    text-align: center;
    line-height: 38px;
    font-weight: 300;
    margin: 80px auto 80px auto
}

.h-img-nav img {
    width: 80%;
    max-width: 560px
}

.h-img-nav {
    float: left;
    width: 50%;
    height: 500px;
    line-height: 500px;
    background-position: center;
    background-size: cover
}

.story-wrap {
    height: 700px;
    background-size: cover;
    background-position: top;
    position: relative;
    max-width: 1280px;
    margin: auto
}

.story-pad {
    position: absolute;
    top: 42.5%;
    left: 25%;
    text-align: center;
    width: 50%;
    background-color: rgba(0,0,0,.4);
    padding: 20px;
    color: #FFF;
    height: 15%
}

.story-header {
    /* font-size: 25px; */
    margin-bottom: 5px;
    font-size: 18px;
    font-family:"Verdana";
}

.h-nav2-img img {
    width: 100%
}

.h-nav2-item {
    width: 33.33%;
    float: left;
    height: 270px;
    background-size: cover
}

.h-nav2-wr {
    max-width: 1280px;
    margin: 0 auto 50px auto
}

.h-nav2-tx-wp {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    border-radius: 3px;
}

.h-nav2-img {
    padding: 0
}

@media (max-width: 1024px) {
    .h-brand-item {
        width:16.66%
    }

    .h-category-item {
        width: 16.66%
    }
}

@media (max-width: 1023px) {
    .h-pr-item {
        width:33.33%
    }

    .h-category-item {
        width: 33.33%
    }
}

@media (max-width: 768px) {
    .h-brand-item {
        width:25%;
        float: left
    }

    .h-category-item {
        width: 33.33%
    }

    .h-pr-item {
        width: 33.33%
    }

    .h-img-nav {
        width: 100%;
        height: 500px;
        line-height: 500px
    }

    .story-wrap {
        height: 500px;
        background-size: cover;
        background-position: top
    }

    .h-nav2-item {
        width: 100%;
        float: left;
        height: 270px;
        background-size: cover;
        margin: 5px 0 5px 0
    }

    .h-nav2-tx-wp {
        top: 65%;
        width: 70%;
        left: 15%
    }
}

@media (max-width: 700px) {
    .h-pr-item {
        width:50%
    }
}

@media (max-width: 560px) {
    .parallax-1-header {
        width:100%;
        margin: none
    }

    .story-wrap {
        height: 400px;
        background-size: cover;
        background-position: top
    }

    .story-pad {
        top: 30%;
        left: 15%;
        width: 70%;
        padding: 20px;
        height: 40%
    }
}

@media (max-width: 460px) {
    .h-intro-text {
        font-size:25px;
        line-height: 30px
    }

    .h-img-nav {
        width: 100%;
        height: 400px;
        line-height: 400px
    }

    .story-wrap {
        height: 250px;
        background-size: cover;
        background-position: top
    }

    .h-category-item {
        width: 50%
    }

    .h-brand-item {
        width: 50%
    }
}

@media (max-width: 414px) {
    .parallax-1-header {
        font-size:37px
    }
}

@media (max-width: 320px) {
    .parallax-1-header {
        font-size:30px
    }

    .h-img-nav {
        width: 100%;
        height: 300px;
        line-height: 300px
    }
}

.carousel {
    background: black
}

.carousel-cell {
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
}

.carousel-cell a {
    height: 100%
}

.carousel-cell img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 6px 2px rgba(0,0,0,.14);
    -moz-box-shadow: 4px 4px 6px 2px rgba(0,0,0,.14);
    box-shadow: 4px 4px 6px 2px rgba(0,0,0,.14);
    opacity: 0;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s,transform 0.3s,-webkit-filter 0.3s,filter 0.3s;
    transition: opacity 0.3s,transform 0.3s,filter 0.3s
}

.carousel-cell.is-selected img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .carousel-cell {
        height:auto
    }
}

@media screen and (min-width: 960px) {
    .carousel-cell {
        width:65%
    }
}

.flickity-prev-next-button.previous {
    left: 24px!important
}

.flickity-prev-next-button.next {
    right: 24px!important
}

.story-wrap-x {
    padding: 32px 0
}

@media screen and (max-width: 768px) {
    .carousel-cell {
        height:auto
    }

    .story-wrap-x {
        padding: 32px 0
    }

    .carousel-cell img {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

    .flickity-button {
        display: none
    }

    .carousel-cell img {
        opacity: .5;
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }
}

/* body {
    background-color: #f5f5f5
} */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}

.row {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 25px;
}

.clearfix:before,.container:before,.container-fluid:before,.row:before {
    display: table;
    content: " "
}

.clearfix:after,.container:after,.container-fluid:after,.row:after {
    clear: both
}

hr {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-gradient(linear,left top,right top,from(#ccc),color-stop(#333),to(#ccc));
    background-image: -webkit-linear-gradient(left,#ccc,#333,#ccc);
    background-image: -o-linear-gradient(left,#ccc,#333,#ccc);
    background-image: linear-gradient(to right,#ccc,#333,#ccc);
}

.about-intro {
    margin-top: 60px
}

.about-writing h3 {
    font-size: 2em;
    text-align: center
}

/* .about-writing h4 {
    font-size: 1.4em
} */

.meet-the-team {
    margin-bottom: 0;
    padding-bottom: 0
}

.team-wrapper {
    padding-bottom: 30px
}

.section-card {
    background: #FFF;
    text-align: left;
    font-style: normal;
    padding: 0;
    margin-top: 35px;
    border: #f5f5f5 1px solid;
    height: 765px
}

.section-card img {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-width: calc(100% - 40px)
}

.section-card h4 {
    text-transform: none;
    /* font-size: 1.4em; */
    margin-block-end: .4em;
}

.section-card h5 {
    color: #de2b2b;
    text-transform: none;
    font-size: .85em;
    line-height: 1.4;
    margin-block-start: 0.4em;
}

.section-card-text {
    padding: 0 20px 10px 20px
}

.section-card-text p {
    line-height: 1.4em;
    margin: 0 0 10px;
}

.section-card-text a {
    font-weight: 500;
    color: #818181
}

.curve-shadow {
    position: relative
}

.curve-shadow:before,.curve-shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.curve-shadow:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.team-member {
    margin-bottom: 50px
}

.team-member img {
    width: 100%
}

.polaroid {
    border: 20px solid #fff
}

img {
    vertical-align: middle
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-10 {
        width: 83.33333333%
    }
}

@media (min-width: 1200px) {
    .col-lg-3 {
        width:25%;
        float: left
    }
}

@media (max-width: 1920px) {
    .team-member .section-card {
        /* height: 625px; */
        height: 712px;
    }
    .partner .section-card {
        height: 565px
        /* height: 635px; */
    }
}

.h-pr-item {
    background-color: #fff
}

.blog-wrap {
    background-color: transparent
}

.blog-post,.pagination_item {
    background-color: #fff
}

#twitter-widget-0 {
    margin-top: 56px!important
}

@media (max-width: 460px) {
    a .blog-read,.blog-read a {
        color:#fff!important
    }
}

.gen-wrap {
    background-color: transparent
}
