@charset "UTF-8";

/* [2] */


/* [8] */


/*===============================================
 [SASS DIRECTORY ]
 [1] Minxin Link
 [2] Minxin Button
 [3] Minxin Triangle
 [4] Minxin LABEL PRODUCT
 [5] Minxin Scrollbars
 [6] Minxin Dev Custom
 ==============================================*/

.no-margin {
    margin: 0 !important;
}


/*Dev Custom */


/*====================================================*/

.lib-list-item-product2 {
    border: none;
}

.header-top-left {
    border-right: 1px #FFF solid;
    padding: 7px 25px;
}

.header-top-right {
    border-left: 1px #FFF solid;
    padding: 7px 25px;
}

.header-top-right a {
    color: #FFF;
}

.white-color {
    color: #FFF
}

.header-top-right a:hover {
    color: #FFF;
}

.header-top-center {
    padding: 5px 0px;
}

.header-top-center a {
    padding: 0px;
    background: #FFF;
    position: relative;
    z-index: 1;
}

.header-top-center a:after {
    content: '';
    width: 13px;
    height: 100%;
    /*
    background: url('../../../../../../images/l_logo.png') no-repeat;
    */
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 2;
}

.header-top-center a:before {
    content: '';
    width: 13px;
    height: 100%;
    /*
    background: url('../../../../../../images/r_logo.png') no-repeat;
    */
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
}

.megamenu-style-dev .navbar-default .horizontal .megamenu-wrapper ul.megamenu .btn-link-h {
    background: transparent;
    border: 0px;
    font-size: 13px;
    color: #3c6db0;
    font-weight: 400;
    padding: 10px 0 0px 0px;
}

.sicon {
    position: absolute;
    right: -35px;
    margin-top: 5px;
}

.lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
}

.lib-list-item-product2 .image-dev .list-button-dev li {
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
    background: #fff;
    position: relative;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    opacity: 0;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(40px);
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    z-index: 1;
    transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0.2s;
    z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0.2s;
    z-index: 2;
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    z-index: 1;
    transition-delay: 0s;
}

.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
    border-left: 1px solid #ddd;
}

.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    box-shadow: none;
    border: none;
    color: #555;
    width: 40px;
    padding: 0;
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover {
    background: #ff9800;
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
    color: #fff;
}

.lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px;
}

.lib-list-item-product2 .caption-dev .rating-dev {
    margin: 5px 0;
}

.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
    font-size: 11px;
}

.lib-list-item-product2 .caption-dev .title-dev {
    color: #444;
    font-size: 13px;
}

.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
    font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-new {
    font-size: 16px;
}

.lib-list-item-product2 .caption-dev .price-dev .price-old {
    font-size: 12px;
}

.lib-list-item-product2 .caption-dev .add-cart-dev {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 20px;
    margin: 0 0 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
    opacity: 1;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s;
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s;
}


/*EFECT PRODUCT NUMBER*/

.lib-two-img {
    position: relative;
    display: block;
}

.lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    right: 50%;
    transform: translateX(-50%);
    transform: translateX(50%);
}

.lib-two-img-over .img-1 {
    opacity: 0;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}

.lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out;
}


/*EFFECT SLIDERHOME*/

@keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-webkit-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-moz-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}


/*===============================================
 [SASS DIRECTORY ]
 [1] BLOCK HEADER
 http://dev.ytcvn.com/ytc_templates/opencart3/so_liveshop/index.php?layoutbox=boxed
 ==============================================*/

@media (min-width: 1650px) {
    .typeheader-1 .container {
        padding: 0;
        width: 1600px;
    }
    .wrapper-boxed .typeheader-1 .container {
        padding: 0 15px;
        width: auto;
    }
    .wrapper-boxed .typeheader-1 .container-megamenu.horizontal ul.megamenu>li {
        margin-left: 15px;
    }
    .wrapper-boxed .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart,
    .wrapper-boxed .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .items_cart2,
    .wrapper-boxed .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .items_carts {
        display: none;
    }
    .typeheader-1 .header-bottom #row3 {
        padding: 0px 0px;
        margin: 0px 0px;
        border-left: 1px #e3e3e3 solid;
        border-right: 1px #e3e3e3 solid;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart,
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .items_cart2,
    .typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .items_carts {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1649px) {
    .typeheader-1 .container {
        padding: 0;
        width: 95%;
    }
    .typeheader-1 .container-megamenu.horizontal ul.megamenu>li {
        margin-left: 10px;
    }
    .typeheader-1 .search-header-w {
        padding-right: 0px;
    }
}

.typeheader-1 {
    background-color: #fff;
    /*=====SEARCH ======*/
    /*BLOCK CART*/
    /*MENU MEGA*/
}

.typeheader-1.navbar-compact .header-bottom {
    padding: 10px 0;
}

.typeheader-1.navbar-compact .middle-right {
    padding-top: 5px;
}

.typeheader-1.navbar-compact .search-header-w #sosearchpro .search {
    top: -5px;
}

.typeheader-1 .header-top {
    font-size: 13px;
    border-bottom: 0px solid #e1e1e1;
    background: #FFF;
    color: #3c6db0;
    position: relative;
    /* overflow: hidden;*/
}

.typeheader-1 .header-top .module {
    display: table-cell;
    margin-bottom: 0;
}

.typeheader-1 .header-top .dropdown-menu li {
    line-height: 22px;
}

.typeheader-1 .header-bottom {
    padding: 0px 0;
    border-bottom: 1px #e3e3e3 solid;
}

.typeheader-1 .header-bottom #row3 {
    padding: 20px 0px;
    margin: 0px 0px;
}

.hs1 {
    border-left: 1px #e3e3e3 solid;
    padding: 10px 25px;
}

.typeheader-1 ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top;
    float: left;
    display: inline-flex;
}

.typeheader-1 ul.top-link>li {
    line-height: 44px;
    position: relative;
    list-style: none;
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 0px;
    margin-left: 0px;
}

.typeheader-1 ul.top-link>li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    top: 15px;
    right: 0;
    background-color: transparent;
}

.typeheader-1 ul.top-link>li .btn-group {
    line-height: 44px;
}

.typeheader-1 ul.top-link>li .btn-group .btn-link {
    padding: 0;
    border: none;
    color: #3c6db0;
    font-size: 12px;
}

.typeheader-1 ul.top-link>li>a {
    color: #494949;
    font-size: 12px;
}

.typeheader-1 ul.top-link>li>a i {
    margin-left: 5px;
    color: #494949;
}

.typeheader-1 ul.top-link>li.currency {
    padding-left: 0px;
    margin-left: 0px;
}

.typeheader-1 ul.top-link>li.login {
    margin-right: 0px;
    padding-right: 0px;
}

.typeheader-1 ul.top-link>li.login:after {
    display: none;
}

.typeheader-1 .top-log li {
    line-height: 44px;
}

.typeheader-1 .top-log li:first-child {
    padding-left: 0;
}

.typeheader-1 .top-log li i {
    margin-left: 5px;
}

.typeheader-1 .compare,
.typeheader-1 .top-link-wishlist {
    width: 44px;
    height: 44px;
    border: 2px solid #e5e5e5;
    font-size: 18px;
    color: #282828;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 44px;
}

.typeheader-1 .welcome-msg {
    line-height: 44px;
}

.typeheader-1 .middle-right {
    float: left;
}

.typeheader-1 .search-header-w {
    padding: 0px;
    position: relative;
    float: left;
    padding-top: 7px;
    padding-right: 7px;
}

.typeheader-1 .search-header-w:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 38px;
    background-color: #e1e1e1;
    top: 2px;
    right: 0px;
}


/*
.typeheader-1 .search-header-w .icon-search {
    width: 30px;
    height: 30px;
}
*/

.typeheader-1 .search-header-w .icon-search i {
    font-size: 24px;
    color: #3c6db0;
}

.typeheader-1 .search-header-w .icon-search:hover {
    cursor: pointer;
}

.typeheader-1 .search-header-w .icon-wishlist i {
    font-size: 24px;
    color: #3c6db0;
}

.typeheader-1 .search-header-w .icon-wishlist:hover {
    cursor: pointer;
}

.typeheader-1 .search-header-w #sosearchpro .search {
    display: none;
    position: absolute;
    z-index: 9999;
    top: -1px;
    left: 0px;
    right: auto;
    margin-left: 0;
    padding: 0;
    width: 470px;
}

.typeheader-1 .search-header-w #sosearchpro .search button {
    padding: 0 15px;
}

.typeheader-1 #sosearchpro .text-keyword {
    padding-right: 20px;
    margin-top: 5px;
}

.typeheader-1 #sosearchpro .text-keyword .title-key b {
    font-weight: 400;
    color: #545454;
}

.typeheader-1 #sosearchpro .text-keyword .item-key a {
    color: #898989;
    text-decoration: underline;
}

.typeheader-1 #sosearchpro .search {
    position: relative;
    margin: 0;
    width: 270px;
    border: 1px solid #ebebeb;
}

.typeheader-1 #sosearchpro .search .select_category {
    display: none;
}

.typeheader-1 #sosearchpro .search button {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 50px;
    text-align: center;
    line-height: 54px;
    padding: 0 8px;
    font-size: 14px;
    color: #ddd;
    border-radius: 0;
    background-color: #fff;
}

.typeheader-1 #sosearchpro .search button i {
    font-size: 18px;
    color: #444;
    font-weight: 600;
}

.typeheader-1 #sosearchpro .search button span {
    display: none;
}

.typeheader-1 #sosearchpro .search input {
    border: none;
    border-radius: 0px;
    background-color: #fff;
    z-index: 0;
    height: 51px;
    padding-right: 20px;
    font-size: 12px;
    width: 100%;
    background-color: #fff;
    color: #999;
}

.typeheader-1 #sosearchpro .search input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.typeheader-1 #sosearchpro .search input:-ms-input-placeholder {
    color: #999;
}

.typeheader-1 #sosearchpro .search input::-webkit-input-placeholder {
    color: #999;
}

.typeheader-1 #sosearchpro .search input:focus {
    z-index: 0;
}

.typeheader-1 .search-header-w #sosearchpro .search.nav-open {
    display: block;
}

.typeheader-1 .search-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.typeheader-1 .search-screen.nav-open {
    opacity: 1;
    visibility: visible;
}

.typeheader-1 .shopping_cart {
    margin: 3px 0px 0px 0px;
    padding: 0;
    float: left;
    position: relative;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart {
    line-height: 100%;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    float: right;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
    width: 35px;
    height: 35px;
    font-size: 24px;
    color: #3c6db0;
    display: inline-block !important;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart {
    display: inline-flex;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner {
    font-size: 13px;
    margin-right: 10px;
    padding-top: 5px;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart {
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: none;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart2 {
    font-weight: 500;
    color: #222;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_carts {
    font-weight: 600;
    display: none;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .shopcart-inner .total-shopping-cart .items_cart {
    background-color: #f57e20;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    font-size: 12px;
    color: #FFF;
    font-weight: 600;
    display: block;
    text-align: center;
    line-height: 17px;
    position: absolute;
    top: -1px;
    right: 30px;
}

.typeheader-1 .shopping_cart .dropdown-menu {
    top: 100%;
    left: -25px;
    right: auto;
    color: #666;
}

.typeheader-1 .shopping_cart .shoppingcart-box:before {
    right: 50px;
}

.typeheader-1 .main-menu2 .container-megamenu.horizontal ul.megamenu>li>a {
    font-size: 13px;
    color: #3c6db0;
    font-weight: 400;
    padding: 16px 0px 16px 0;
}

.typeheader-1 .main-menu2 .container-megamenu.horizontal ul.megamenu>li>a strong {
    font-weight: 400;
}

.typeheader-1 .megamenu-style-dev .navbar-default {
    background: transparent;
}

@media(min-width:992px) {
    .page-header__content {
        border-bottom: 1px solid #e3e3e3;
        background-color: #3c6db0;
    }
    .page-header__content:before,
    .page-header__content:after {
        display: table;
        content: "";
        line-height: 0
    }
    .page-header__content:after {
        clear: both
    }
    .page-header__content .container-top-wrap {
        border-left: 1px solid #FFF;
        border-right: 1px solid #FFF;
        position: relative;
        z-index: 2;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .page-header__content .minicart-wrapper,
    .page-header__content .block-search,
    .page-header__content .sm-header_customer-menu-container,
    .page-header__content .container-top-wrap>.logo,
    .page-header__content .tm-logo-container,
    .page-header__content .sm-header-nav-wrap {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .page-header__content .minicart-wrapper,
    .page-header__content .block-search,
    .page-header__content .sm-header_customer-menu-container {
        border-right: 1px solid #FFF;
        min-width: 80px;
        min-height: 80px
    }
    .page-header__content .container-top-wrap>.logo,
    .page-header__content .tm-logo-container {
        border-left: 1px solid #FFF;
        padding: 0 40px 0 46px
    }
    .page-header__content .sm-header-nav-wrap {
        -webkit-flex: 2 0 0;
        flex: 2 0 0;
        -ms-flex: 2 0 0;
        -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
        justify-content: baseline;
        justify-content: flex-start
    }
    .page-header__content .nav-toggle {
        display: none
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .page-header__content .container-top-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width:991px) {
    .page-header__content {
        padding: 32px 0;
        text-align: center;
        border-bottom: 1px solid #e3e3e3;
        background-color: #3c6db0;
    }
    .kjhkhkj {
        padding: 12px 0;
    }
}

.header-switchers:before,
.header-switchers:after {
    display: table;
    content: "";
    line-height: 0
}

.header-switchers:after {
    clear: both
}

.header-switchers .switcher {
    float: left
}

.header-switchers .switcher+.switcher {
    margin-left: 8px
}

.switcher-label {
    display: none
}

.switcher-options {
    display: inline-block
}

.switcher-options.active .switcher-dropdown {
    display: inline-block
}

.switcher-dropdown {
    display: none
}

.links li {
    display: inline-block
}

.page-top {
    margin-bottom: 2rem
}

.breadcrumbs {
    background: #f2f2f2;
    padding: 7px 0
}

.breadcrumbs .items .item {
    display: inline-block;
    margin-left: 1rem;
    padding-left: 1rem;
    position: relative
}

.breadcrumbs .items .item:after {
    content: '|';
    position: absolute;
    left: -4px;
    top: 0;
    color: #e3e3e3
}

.breadcrumbs .items .item:last-child {
    margin-right: 0;
    padding-right: 0
}

.breadcrumbs .items .item:last-child:after {
    display: none
}

.page-main {
    margin-top: 30px;
    margin-bottom: 30px
}

.block-static-block {
    margin-bottom: 60px;
    margin-top: 30px;
}

.featured {
    margin-bottom: 50px
}

.column>.widget.block:last-child {
    margin-bottom: 0
}

.theme1-block-row-1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media(max-width:767px) {
    .theme1-block-row-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.theme1-block-row-1 .custom-block-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.theme1-block-row-1 a {
    display: block;
    position: relative;
    overflow: hidden
}

@media(min-width:992px) {
    .theme1-block-row-1 a:before,
    .theme1-block-row-1 a:after {
        content: "";
        opacity: 0;
        pointer-events: none;
        position: absolute;
        transition: all .3s ease 0s;
        z-index: 1
    }
    .theme1-block-row-1 a:before {
        background: rgba(255, 255, 255, .1) none repeat scroll 0 0;
        border-left: 3px solid #8c8a8a;
        border-top: 3px solid #8c8a8a;
        bottom: 100%;
        left: 0;
        right: 100%;
        top: 0
    }
    .theme1-block-row-1 a:after {
        background: rgba(255, 255, 255, .1) none repeat scroll 0 0;
        border-bottom: 3px solid #8c8a8a;
        border-right: 3px solid #8c8a8a;
        bottom: 0;
        left: 100%;
        right: 0;
        top: 100%
    }
    .theme1-block-row-1 a:hover:before {
        bottom: 0;
        opacity: 1;
        right: 0
    }
    .theme1-block-row-1 a:hover:after {
        left: 0;
        opacity: 1;
        top: 0
    }
}

.theme1-block-row-1 img {
    transition: all .3s ease
}

.theme1-block-row-1 .custom-item-1 .custom-block-info,
.theme1-block-row-1 .custom-item-2 .custom-block-info,
.theme1-block-row-1 .custom-item-3 .custom-block-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.theme1-block-row-1 .custom-item-1 .title-1 {
    font-size: 120px;
    line-height: 130px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .2em
}

.theme1-block-row-1 .custom-item-2 .title-1,
.theme1-block-row-1 .custom-item-3 .title-1 {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff
}

.theme1-block-row-1 .custom-item-4 .custom-block-info {
    text-align: center;
    padding: 112px 15px 15px
}

.theme1-block-row-1 .custom-item-4 .title-1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 15px
}

.theme1-block-row-1 .custom-item-4 .slog-1 {
    color: #777;
    margin-bottom: 34px
}

.theme1-block-row-1 .custom-item-4 .action {
    background-color: #f2f2f2;
    color: #f1594b;
    font-weight: 700;
    padding: 6px 20px 8px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .3s ease
}

.theme1-block-row-1 .custom-item-4 .action:hover {
    background: #f1594b;
    color: #FFF
}

.theme1-block-row-1 .custom-item-4 .action span {
    vertical-align: middle
}

@media(max-width:991px) {
    .theme1-block-row-1 .custom-item-4 .custom-block-info {
        padding-top: 30px
    }
}

@media(max-width:1199px) {
    .theme1-block-row-1 .custom-item-1 .title-1 {
        font-size: 60px;
        line-height: 1
    }
    .theme1-block-row-1 .custom-item-4 .title-1 {
        font-size: 30px;
        line-height: 1
    }
    .theme1-block-row-1 .custom-item-2 .title-1,
    .theme1-block-row-1 .custom-item-3 .title-1 {
        font-size: 20px
    }
}

.theme1-block-row-2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.theme1-block-row-2 li {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

@media(max-width:767px) {
    .theme1-block-row-2 li {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
    .theme1-block-row-2 li:last-child {
        margin-bottom: 0
    }
}

.theme1-block-row-2 a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 65px 20px
}

.theme1-block-row-2 a:hover {
    border-color: #000
}

.theme1-block-row-2 i {
    font-size: 50px;
    margin-right: 28px;
    transition: all .3s ease
}

.theme1-block-row-2 .title-1 {
    font-size: 22px;
    line-height: 1;
    font-weight: bold
}

.theme1-block-row-2 .slog-1 {
    margin-top: 10px
}

@media(max-width:1399px) {
    .theme1-block-row-2 i {
        font-size: 34px;
        margin-right: 15px
    }
    .theme1-block-row-2 .title-1 {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .theme1-block-row-2 a {
        padding: 20px
    }
}

.theme2-block-row-1 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media(max-width:767px) {
    .theme2-block-row-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.theme2-block-row-1 a {
    display: block;
    position: relative;
    color: #222;
    overflow: hidden;
    z-index: 2
}

@media(min-width:992px) {
    .theme2-block-row-1 a:before,
    .theme2-block-row-1 a:after {
        content: "";
        pointer-events: none;
        position: absolute;
        transition: all .3s ease 0s;
        z-index: 1;
        opacity: 0
    }
    .theme2-block-row-1 a:before {
        background: rgba(255, 255, 255, .1) none repeat scroll 0 0;
        border-left: 3px solid #8c8a8a;
        border-top: 3px solid #8c8a8a;
        bottom: 100%;
        left: 0;
        right: 100%;
        top: 0
    }
    .theme2-block-row-1 a:after {
        background: rgba(255, 255, 255, .1) none repeat scroll 0 0;
        border-bottom: 3px solid #8c8a8a;
        border-right: 3px solid #8c8a8a;
        bottom: 0;
        left: 100%;
        right: 0;
        top: 100%
    }
    .theme2-block-row-1 a:hover:before {
        bottom: 0;
        opacity: 1;
        right: 0
    }
    .theme2-block-row-1 a:hover:after {
        left: 0;
        opacity: 1;
        top: 0
    }
}

.theme2-block-row-1 .action {
    background-color: #f2f2f2;
    color: #f1594b;
    font-weight: 700;
    padding: 6px 20px 8px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .3s ease
}

.theme2-block-row-1 .action:hover {
    background: #f1594b;
    color: #FFF
}

.theme2-block-row-1 .action span {
    vertical-align: middle
}

.theme2-block-row-1 .custom-item-2:not(.color-1) .custom-block-info {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    padding: 63px 30px 30px;
    z-index: 2
}

.theme2-block-row-1 .custom-item-2.color-1 .custom-block-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 2
}

.theme2-block-row-1 .custom-item-2 .title-1 {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 14px
}

.theme2-block-row-1 .custom-item-2 .slog-1 {
    margin-bottom: 36px
}

.theme2-block-row-1 .custom-item-4 .custom-block-info,
.theme2-block-row-1 .custom-item-1 .custom-block-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 112px 15px 15px
}

.theme2-block-row-1 .custom-item-4 .title-1,
.theme2-block-row-1 .custom-item-1 .title-1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 15px
}

.theme2-block-row-1 .custom-item-4 .slog-1,
.theme2-block-row-1 .custom-item-1 .slog-1 {
    color: #777;
    margin-bottom: 34px
}

.theme2-block-row-1 .color-1 {
    color: #fff
}

.theme2-block-row-1 .color-1 .slog-1,
.theme2-block-row-1 .color-1 .title-1 {
    color: #fff
}

@media(max-width:1399px) and (min-width:768px) {
    .theme2-block-row-1 .custom-item-4 .custom-block-info,
    .theme2-block-row-1 .custom-item-1 .custom-block-info {
        padding-top: 55px
    }
    .theme2-block-row-1 .custom-item-4 .title-1,
    .theme2-block-row-1 .custom-item-1 .title-1 {
        font-size: 36px;
        line-height: 40px
    }
    .theme2-block-row-1 .custom-item-4 .slog-1,
    .theme2-block-row-1 .custom-item-1 .slog-1 {
        margin-bottom: 20px
    }
    .theme2-block-row-1 .custom-item-2:not(.color-1) .custom-block-info {
        padding-top: 40px
    }
    .theme2-block-row-1 .custom-item-2 .title-1 {
        font-size: 24px;
        margin-bottom: 10px
    }
    .theme2-block-row-1 .custom-item-2 .slog-1 {
        margin-bottom: 15px
    }
}

@media(max-width:1399px) and (min-width:768px) and (max-width:991px) {
    .theme2-block-row-1 .custom-item-4 .custom-block-info,
    .theme2-block-row-1 .custom-item-1 .custom-block-info {
        padding-top: 35px
    }
    .theme2-block-row-1 .custom-item-4 .title-1,
    .theme2-block-row-1 .custom-item-1 .title-1 {
        font-size: 26px;
        line-height: 30px
    }
    .theme2-block-row-1 .custom-item-2:not(.color-1) .custom-block-info {
        padding-top: 25px
    }
    .theme2-block-row-1 .custom-item-2 .title-1 {
        font-size: 20px
    }
}

@media(max-width:381px) {
    .theme2-block-row-1 .custom-item-4 .custom-block-info,
    .theme2-block-row-1 .custom-item-1 .custom-block-info {
        padding-top: 35px
    }
    .theme2-block-row-1 .custom-item-4 .title-1,
    .theme2-block-row-1 .custom-item-1 .title-1 {
        font-size: 26px;
        line-height: 30px
    }
    .theme2-block-row-1 .custom-item-2:not(.color-1) .custom-block-info {
        padding-top: 25px
    }
    .theme2-block-row-1 .custom-item-2 .title-1 {
        font-size: 20px
    }
}