body{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #474747;
}

a, button, input, select, textarea{
    text-decoration: none !important;
    outline: none !important;
}
a, button{
    transition: all ease-in-out 300ms;
}
a{
    color: inherit;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.category-listing-2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

b,strong{
    font-weight: 600;
}

.back-to-top {
    border-radius: 5px;
    text-align: center;
    background: #000;
    color: #fff;
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}
.back-to-top i {
    position: relative;
    top: 2px;
}
.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#header{
    position: relative;
    background: #000;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
#header a{
    color: #fff;
}
.menu-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-list li{
    display: inline-block;
}
.menu-list li a{
    display: block;
}
.top-menu{
    display: flex;
    align-items: center;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
}
.top-menu>*{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.brand{
    text-align: center;
}
.top-menu .right-menu{
    text-align: right;
}
.top-menu .menu-list li a{
    font-size: 0.75rem;
    line-height: 1.8;
    padding: 0 0.5rem;
    letter-spacing: 0.025em;
}
.top-menu .left-menu li a{
    font-size: 1rem;
}
.top-menu .menu-item-shopping-cart a:after{
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: url("../img/icon-shopping cart.png") no-repeat center;
    background-size: auto;
    width: 27px;
    height: 18px;
    margin-left: 8px;
}
.cart-icon{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.bottom-menu .main-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    text-align: center;
}
.bottom-menu .main-menu li{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.bottom-menu .main-menu li a{
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 .2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 0.937rem;
    letter-spacing: 0.025em;
    text-align: center;
}
.bottom-menu .main-menu li.current-menu-item>a{
    background: #f2f2f2;
    color: #202124 !important;
    text-align: center;
}
.mobile-nav-bar{
    position: relative;
}
.mobile-nav{
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.open-mobile-nav{
    position: absolute;
    top: 5px;
    right: 0;
    border: 0;
    background: none;
    padding: 5px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 0;
}

.mobile-nav-content{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 991;
    background: #000;
    height: 100vh;
    overflow: auto;
    color: #fff;
    transition: all ease-in-out 300ms;
    transform: translateX(100%);
}
body.mobile-nav-open{
    overflow: hidden;
}
body.mobile-nav-open .mobile-nav-content{
    transform: translateX(0);
}
.mobile-nav-content .bar{
    text-align: right;
}
.mobile-nav-content .close-mobile-nav{
    padding: .5rem 1rem;
    line-height: 0;
    border: 0;
    background: none;
    color: #fff;
    font-size: 2rem;
}
.mobile-nav-content a{
    color: #fff;
}
.mobile-nav-content ul{
    list-style: none;
    padding: 0;
    margin: 0 0 .6rem;
}
.mobile-nav-content ul li{
    display: block;
}
.mobile-nav-content ul li a{
    display: block;
    padding: .4rem 1rem;
}
.mobile-nav-content ul.social-nav{
    text-align: center;
}
.mobile-nav-content ul.social-nav li{
    display: inline-block;
}
.mobile-nav-content ul li.current-menu-item a{
    background-color: #fff;
    color: #000;
}

.line{
    height: 1px;
    background: #8c8c8c;
}
#footer{
    padding-top: 2.265rem;
    padding-bottom: 2.265rem;
}
.footer-brand{
    margin-bottom: 2.625rem;
}

.druk-wide{
    font-family: 'Druk Wide', sans-serif;
    font-weight: 500;
}


.footer-widget{
    margin-bottom: 2.8rem;
}
.footer-widget .content{
    font-size: 0.837rem;
    line-height: 1.6;
}
.footer-widget .content h3{
    text-transform: uppercase;
    font-size: 0.837rem;
    margin-bottom: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.025em;
    font-weight: 400;
}
.footer-widget .content .druk-wide{
    font-size: 0.75rem;
}
.footer-widget .content p{
    margin-bottom: 1.5rem;
}
.footer-widget .content table{
    margin-bottom: 1.5rem;
}
.footer-widget .content table tr td{
    padding-right: .6rem;
}
.footer-widget .content>*:last-child{
    margin-bottom: 0;
}


.footer-widget .strong{
    font-weight: 600;
}
.footer-widget address em{
    font-weight: 300;
}
.footer-widget address a{
    color: #000 !important;
}
.footer-widget .head h3{
    color: #000;
    font-size: 0.937rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin-bottom: 1rem;
}
.footer-widget .content a{
    color: #000;
}
.footer-widget .social{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widget .social li{
    display:inline-block;
    vertical-align: middle;
    margin-right: 1rem;
}
.footer-widget .social li a{
    font-size: 1.125rem;
    color: #474747 !important;
}
.footer-widget .partners .item{
    margin-bottom: 1.5rem;
}
.footer-widget .partners .item a{
    display: inline-block;
}
.footer-widget .partners p{
    font-size: 0.562rem;
    line-height: 1.3;
}
.footer-widget .partners img{
    display: block;
    max-width: 100%;
    height: auto;
}
.footer-widget .partners.partners-1 .item{
    margin-bottom: 0.75rem;
}
.footer-widget .partners.partners-1 a{
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
}

.footer-widget .menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widget .menu li{
    display: block;
}
.footer-widget .menu li a{
    color: #474747;
}

.page-breadcrumb{
    position: relative;
    font-size: 0.75rem;
    line-height: 2.5;
    color: #e30613;
    font-weight: 600;
    padding: 0.9375rem 0;
    text-transform: uppercase;
}
.page-breadcrumb a{
    color: #e30613;
}
.page-title .title{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.025em;
}
.page-title .sub-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-bottom: 0;
}
.page-title .top-title{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.025em;
    margin-bottom: 0;
    color: #e30613;
}
.mt-large{
    margin-top: 2.625rem;
}
.mb-large{
    margin-bottom: 2.625rem;
}
.mt-small{
    margin-top: 0.75rem;
}
.mb-small{
    margin-bottom: 0.75rem;
}
.product-box{
    display: block;
}
.product-box .image{
    min-height: 193px;
}
.product-box img{
    display: block;
    max-width: 100%;
    max-height: 193px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.product-box a{
    display: block;
}
.product-box .d1{
    color: #e30613;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.025em;
}
.product-box .d2{
    font-size: 1rem;
    line-height: 1.5em;
    letter-spacing: 0.025em;
    color: #474747;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.product-box .d3{
    color: #8c8c8c;
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 400;
}
.product-box .d4{
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #8c8c8c;
    font-weight: 300;
}
.page-title-pb{
    padding-bottom: 2.125rem;
}

.sl-opening-content{
    max-width: 1196px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9375rem;
}
.sl-opening-content>*:last-child{
    margin-bottom: 0;
}

.section-title{
    margin-bottom: 2.625rem;
}
.section-title .title{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #e30613;
    margin-bottom: 2.3rem;
}
.section-line{
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background: #8c8c8c;
}
.partner-logo{
    position: relative;
    margin-bottom: 0.625rem;
}
.partner-logo img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.partner-logo.partner-logo-inline{
    text-align: center;
}
.partner-logo.partner-logo-inline .item{
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}

.studio-wrapper{
    max-width: 1196px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.25rem;
}
.studio-wrapper .title h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #e30613;
    margin-bottom: 3.375rem;
    text-transform: uppercase;
    text-align: center;
}

.bg-cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.studio-box{
    position: relative;
    display: block;
    transform-style: preserve-3d;
    perspective: 1px;
}
.studio-box:before{
    content: '';
    display: block;
    padding-bottom: 66.44%;
}
.studio-box:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 400ms;
}
.studio-box:hover:after{
    background-color: rgba(0, 0, 0, 0);
}
.studio-box .content{
    position: absolute;
    top: 50%;
    -webkit-backface-visibility: hidden;
    transform: translateY(-50%) scale(1) perspective(1px);
    left: 0;
    width: 100%;
    text-align: center;
    padding: 12px;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
}
.studio-box.studio-box-large{
    height: 24.625rem;
}
.studio-box.studio-box-large:after{
    background-color: rgba(0, 0, 0, 0.3);
}
.studio-box.studio-box-large:before{
    display: none;
}
.studio-box h3{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.025em;
    position: relative;
}
.studio-box h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.57rem;
    line-height: 3.3;
    margin-bottom: 2px;
    letter-spacing: 0.025em;
    position: relative;
}
.studio-box .line{
    max-width: 290px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    background-color: #fff;
}
.studio-box.studio-box-large .line{
    margin-top: 0;
}
.studio-box .st-button{
    display: block;
    max-width: 290px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    background: transparent;
    line-height: 1.12;
    padding: 0.719rem 0.75rem;
    font-size: 1.25rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: all ease-in-out 300ms;
}
.studio-box:hover .st-button{
    background-color: #e30613;
    border-color: #e30613;
}

.up-box{
    display: block;
    position: relative;
}
.up-box .image{
    margin-bottom: 2.625rem;
}
.up-box .image img{
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.up-box .content{
    font-size: 0.9375rem;
    letter-spacing: -0.03em;
}
.up-box .content h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
    letter-spacing: 0.025em;
    position: relative;
    margin-bottom: 1.875rem;
    color: #e30613;
    text-transform: uppercase;
}
.up-box .content p{
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
}
.up-box .content>*:last-child{
    margin-bottom: 0;
}
.text-underline{
    text-decoration: underline;
}

.formular-wrapper{
    display: block;
    max-width: 894px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9375rem;
}
.input-wrapper{
    position: relative;
    margin-bottom: 1.3125rem;
    padding-bottom: 1px;
}
.input-wrapper .input{
    display: block;
    width: 100%;
    border: 1px solid #8c8c8c;
    height: 2.2625rem;
    line-height: 2.2625rem;
    padding: 0 1rem;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}
.input-wrapper textarea.input{
    height: auto;
    min-height: 73px;
    line-height: 1.125;
    padding: .8rem 1rem;
}
.input-wrapper .input::placeholder{
    color: #8c8c8c;
    font-size: 1rem;
    font-style: italic;
}
.input-wrapper .input-label{
    display: block;
    margin-bottom: 1.25rem;
    color: #474747;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9375rem;
    line-height: 1;
}
.input-wrapper .input-label sup{
    color: #e60316;
}
.input-wrapper .error{
    display: block;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #e60316;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}
.input-wrapper .icheck-wrapper{
    display: block;
    width: 100%;
    margin-bottom: 0.6875rem;
    line-height: 1;
    position: relative;
    padding-left: 1.7rem;
    cursor: pointer;
}
.input-wrapper .icheck-wrapper .input-inline{
    display: inline-block;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 0;
    border-bottom: 1px solid #8c8c8c;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    margin-left: 2px;
}
.icheck-wrapper input.icheck-input{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -100;
}
.icheck-wrapper div.icheck-input{
    width: 15px;
    height: 15px;
    border: 1px solid #e60316;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all ease-in-out 300ms;
}
.icheck-wrapper div.icheck-input.icheck-radio{
    border-radius: 180%;
}
.icheck-wrapper div.icheck-input.hover{
    background-color: #e60316;
}
.icheck-wrapper div.icheck-input.checked{
    background-color: #e60316;
}
.icheck-wrapper div.icheck-check.checked:after{
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -1px;
    color: #fff;
    font-size: 9px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 13px;
}
.icheck-wrapper .input-inline::placeholder{
    color: #8c8c8c;
    font-style: italic;
    font-size: 0.925rem;
}
.icheck-wrapper span{
    font-size: 0.9rem;
}

.icheck-wrapper .p{
    font-size: 0.9375rem !important;
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.6 !important;
    position: relative;
    top: -5px;
}
.icheck-wrapper .p a{
    font-weight: 600;
    color: #e60316 !important;
}
.formular-submit-wrapper{
    padding-left: 1.7rem;
}

.button{
    display: inline-block;
    padding: 0.5625rem 1rem;
    font-size: 1.25rem;
    line-height: 1.2;
    background-color: #e60316;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: center;
    border: 0;
}
.button-large{
    max-width: 290px;
    width: 100%;
}

.pp-tab-nav{
    justify-content: center;
    min-height: 90px;
}
.pp-tab-nav li{
    padding: 0 1rem;
}
.pp-tab-nav .nav-link{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 0.9375rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 0;
    color: inherit;
    border-bottom: 1px solid transparent;
}
.pp-tab-nav .nav-link.active{
    border-color: #8c8c8c;
}
.pp-tab-content{
    max-width: 1196px;
    margin-left: auto;
    margin-right: auto;
}
.pp-tab-content table{
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #8c8c8c;
}
.pp-tab-content table tr td{
    border-bottom: 1px solid #8c8c8c;
    padding: 1rem;
    line-height: 1.2;
    vertical-align: top;
    font-size: 1.3125rem;
}
.pp-tab-content table tr:last-child td{
    border-bottom: 0;
}
.pp-tab-content table tr:first-child td{
    padding-top: 54px;
}
.pp-tab-content table tr:last-child td{
    padding-bottom: 54px;
}
.pp-tab-content table tr td:first-child{
    width: 44%;
    text-transform: uppercase;
    font-weight: 600;
}
.pp-tab-content ul{
    padding-inline-start: 1.5rem;
}

.carousel{
    height: 0;
    overflow: hidden;
}
.carousel.slick-initialized{
    height: auto;
}
.slick-initialized .slick-slide{
    outline: none !important;
}
.slick-slide img{
    display: block !important;
    width: 100%;
    height: auto;
}
.mp-carousel-nav .slick-list{
    margin-left: -6px;
    margin-right: -6px;
}
.mp-carousel-nav .slick-slide{
    padding-left: 6px;
    padding-right: 6px;
}

.option-image{
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-right: 1.25rem;
}
.option-image input{
    position: absolute;
    left: -50px;
    top: -50px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #eeeeee;
    outline: none !important;
    height: 42px;
    line-height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    outline: none !important;
    line-height: 42px;
    font-size: 1.3125rem;
    padding-left: 20px;
}
.pm-desc-box .select2-container{
    width: 100% !important;
}
.pm-desc-box select{
    opacity: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px;
    width: 40px;
}
.product-page-main .pm-1{
    color: #e30613;
    font-size: 0.75rem;
    line-height: 2.5;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.product-page-main .pm-2{
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.428;
    padding-bottom: 0.75rem;
    margin-bottom: 1.562rem;
    border-bottom: 1px solid #8c8c8c;
}
.product-page-main .pm-3{
    font-size: 1.875rem;
    line-height: 1;
}
.product-page-main .pm-4{
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.875rem;
    font-weight: 300;
}
.product-page-main .pm-5{
    margin-bottom: 1.875rem;
}
.product-page-main .pm-6{
    margin-bottom: 2.2625rem;
}
.pm-desc-box{
    position: relative;
    margin-bottom: 0.75rem;
    min-height: 90px;
    font-size: 0.9375rem;
    line-height: 1.6;
}
.pm-desc-box>*:last-child{
    margin-bottom: 0;
}
.pm-desc-box h4{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 0.9375rem;
    margin-bottom: 1.1875rem;
}
.pm-input-spinner>input{
    opacity: 0;
}
.product-carousel-wrapper{
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
}
.pm-input-spinner{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-right: 12px;
}
.pm-input-spinner .btn{
    height: 42px;
    line-height: 42px;
    width: 42px;
    padding: 0;
    border-radius: 0;
    border: 1px solid #8c8c8c;
    background-color: #f2f2f2 !important;
    color: #8c8c8c !important;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
}
.pm-input-spinner .btn strong{
    font-weight: 300 !important;
    position: relative;
    top: -2px;
}
.pm-input-spinner .form-control{
    height: 42px;
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}

.mp-detail-table{
    margin-bottom: 4.25rem;
}
.mp-detail-table tr td{
    padding-right: 1.875rem;
    font-size: 0.9375rem;
}
.mp-detail-table tr td:first-child{
    font-weight: 600;
}

.hc-mb{
    margin-bottom: 3.375rem;
}
.img-fw{
    display: block;
    width: 100%;
    height: auto;
}
.hc-box{
    display: block;
    position: relative;
}
.hc-box .image{
    margin-bottom: 2.375rem;
}
.hc-box .image img{
    display: block;
    max-width: 100%;
    height: auto;
}
.hc-box h2{
    font-size: 0.9375rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.hc-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #8c8c8c;
    font-size: 0.9375rem;
    line-height: 1.4;
}
.left-align-slick > .slick-list > .slick-track {
    margin-left:0;
}

.carousel-nav .slick-list{
    margin-left: -6px;
    margin-right: -6px;
}
.carousel-nav .slick-slide{
    padding-left: 6px;
    padding-right: 6px;
}

.hc-tab-nav{
    position: relative;
}
.hc-tab-nav img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.625rem;
}
.hc-tab-nav span{
    display: block;
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #e30613;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.line-narrow{
    max-width: 290px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.tz-box{
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.6;
}
.tz-box>*:last-child{
    margin-bottom: 0;
}
.tz-box h2{
    font-size: 1.875rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 0;
}
.ts-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.ts-nav li{
    display: inline-block;
    padding-left: 1rem;
    padding-right: 1rem;
}
.ts-nav li a{
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid transparent;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: inherit;
}
.ts-nav li.active a{
    border-color: #e30613;
    color: #e30613;
}
.ts-carousel{
    margin-bottom: 3.75rem;
}

.user-testimony{
    background: #f2f2f2;
    padding-top: 2.625rem;
    padding-bottom: 1.875rem;
}
.testimonial-content{
    position: relative;
}
.testimonial-content>p{
    font-size: 1.875rem;
    font-weight: 300;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 2rem;
}
.testimonial-content .cite{
    font-size: 0.9375rem;
    line-height: 1.5;
}
.testimonial-content .cite h3{
    font-size: 0.9375rem;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.team-box{
    position: relative;
}
.team-box .image img{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.team-box h3{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.6;
}
.team-box p{
    color: #8c8c8c;
    font-weight: 600;
    font-size: 0.9375rem;
}
.team-box a{
    color: inherit;
}

.team-box .links a{
    display: inline-block;
    vertical-align: middle;
    padding-left: .3rem;
    padding-right: .3rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .75rem;
}
.team-box .links a i{
    font-size: 1.125rem;
}
.team-box .links a span{
    padding-left: 5px;
}

@media(min-width: 1600px){
    .container{
        max-width: 1500px;
    }
    .top-menu .right-menu li a{
        padding-left: 3.1rem;
        padding-right: 3.1rem;
    }

    .col-lg-20{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .partner-logo.partner-logo-inline .item{
        padding-left: 50px;
        padding-right: 50px;
    }
    .partner-logo.partner-logo-inline .item{
        padding-left: 50px;
        padding-right: 50px;
    }
    .pp-tab-content table tr td:first-child{
        padding-left: 75px;
    }
    .product-grid-left{
        -ms-flex: 0 0 604px;
        flex: 0 0 604px;
        max-width: 604px;
    }
    .hc-tab-nav .nav-item{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .hc-tab-nav .nav-link{
        padding-left: 0;
        padding-right: 0;
    }
    .ts-nav li{
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}

@media(max-width: 1600px){
    .product-grid-item{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width: 992px) and (max-width: 1601px){
    .bottom-menu .main-menu li a{
        font-size: 0.7rem;
    }
    .col-xl-10{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-xl-1{
        margin-left: 0;
    }
}


@media(min-width: 992px){
    .top-menu .right-menu li:last-child a{
        padding-right: 0;
    }
    .top-menu .left-menu li:first-child a{
        padding-left: 0;
    }
    .top-menu .menu-item-email{
        padding-left: 1rem;
    }
    .container{
        padding-left: 6px;
        padding-right: 6px;
    }
    .container .row{
        margin-left: -6px;
        margin-right: -6px;
    }
    .container .row>div{
        padding-left: 6px;
        padding-right: 6px;
    }
    .no-gutters>.col, .no-gutters>[class*=col-]{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .no-gutters {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .studio-box.studio-box-large .content{
        width: 50%;
    }
    .studio-box.studio-box-large:after{
        width: 50%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .up-box .content{
        padding-right: 12px;
    }
    .pl-small{
        padding-right: 0.75rem;
    }
    .input-wrapper .input{
        padding-left: 2.625rem;
        padding-right: 2.625rem;
    }
    .input-wrapper{
        padding-right: 1rem;
    }
    .pmdb-narrow{
        max-width: 471px;
    }
}
@media(max-width: 991px){
    .m-mb-small{
        margin-bottom: 0.75rem;
    }
}
@media(max-width: 767px){
    .pp-tab-content table tr td{
        display: block;
        width: 100% !important;
    }
}