.news-box {
    overflow: hidden;
    padding-left: 0;
    padding-right: 10px;
    margin-top: 20px
}

.news-box a {
    cursor: default
}

.news-box a p {
    padding: 18px 5px 0;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    max-width: 500px
}

.news-box figure {
    overflow: hidden;
    max-width: 500px;
    max-height: 190px;
    position: relative;
    cursor: pointer
}

.news-box figure:hover::after {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.news-box figure:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -transition-delay: 300ms
}

.news-box figure::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(230, 37, 37, 0.75);
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}

.news-box figure::before {
    content: attr(data-title);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 45px;
    width: 128px;
    margin-left: -64px;
    margin-top: -22.5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    z-index: 1;
    opacity: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px
}

.fullScreen-slideShow,
.fullScreen-pattern {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5
}

.fullScreen-slideShow * {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fullScreen-pattern {
    background: url(images/pattern.png);
    z-index: 1
}

.intro-header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0 22px
}

.intro-header::after,
.intro-header::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -20px;
    height: 1px;
    width: 20px;
    background: rgba(255, 255, 255, 0.2)
}

.intro-header::before {
    left: auto;
    position: absolute;
    bottom: -1px;
    right: -20px
}

.intro-header #logo {
    height: 49px
}

.intro-header #logo img {
    position: absolute;
    top: -20px;
    left: -20px;
    /*width:156px;*/
    height: 85px
}

.nav-btn {
    display: none;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 20px;
    position: absolute;
    top: 35px;
    right: 10px
}

nav.navigation {
    display: block;
    margin-top: 6px
}

nav.navigation ul.navigation-list {
    overflow: hidden
}

nav.navigation li {
    margin-right: 20px
}

nav.navigation li.navigation-item {
    float: left
}

nav.navigation li.active a,
nav.navigation li:hover a {
    border: 1px solid rgba(255, 255, 255, 0.2)
}

nav.navigation li:last-child {
    margin-right: 0
}

nav.navigation li a {
    display: block;
    border: 1px solid transparent;
    padding: 8.5px 12px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

nav.navigation .navigation-link {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: em(80, 16);
    height: em(80, 16);
    padding: 0 1.5em;
    word-wrap: no-wrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.language {
    background: rgba(255, 255, 255, 0.2);
    padding: 3px 0 5.5px 11px;
    margin-top: 10.5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    right: -15px
}

.language a {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.language a.active {
    color: #000
}

.intro-btn {
    font-size: 14px;
    color: #fff;
    padding: 12px 20px;
    border: 2px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: table;
    margin: 15px auto 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.intro-btn:hover {
    background: #fff;
    color: #000
}

.box-wrapper {
    margin-top: 100px;
    overflow: hidden
}

#content-box {
    overflow: hidden
}

.box-top {
    padding-left: 0
}

.first {
    padding-left: 15px !important
}

a.box {
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    min-height: 166px;
    display: block
}

a.box .box-inner {
    position: relative;
    z-index: 10;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

a.box::after {
    content: '';
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    visibility: hidden;
    z-index: 9;
    opacity: 0
}

a.box:hover::after {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

a.box:hover h3 {
    color: #010101
}

a.box:hover .verticaly p {
    color: #010101
}

a.box .verticaly {
    width: 100%;
    display: table;
    margin-top: 30px;
    height: 85px
}

a.box .verticaly p {
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fly {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    top: 165px;
    z-index: 5
}

figure.page-picture {
    overflow: hidden;
    max-height: 187px;
    position: relative;
    padding: 0 !important;
    margin: 25px 0
}

figure.page-picture img {
    min-height: 100px
}

figure.page-picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(230, 37, 37, 0.75);
    z-index: 0;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: 10px solid rgba(230, 37, 37, 0.01);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

article#about {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    /*text-transform:uppercase*/
    ;
    margin-bottom: 30px
}

article#about p:last-child {
    margin-bottom: 0
}

.product-btn {
    width: 97.5%;
    margin: 15px 0 5px;
    background: #fff;
    display: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0
}

nav.product-menu {
    position: relative;
    display: block
}

nav.product-menu ul li {
    padding-left: 0;
    padding-right: 0;
    margin: 14px 0 4px
}

nav.product-menu ul li.active a {
    border-color: #fff;
    color: #e62525
}

nav.product-menu ul li a {
    display: block;
    padding: 9px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase
}

.product {
    min-width: 235px;
    min-height: 150px;
    padding-left: 0;
    padding-right: 10px;
    margin-top: 10px;
    overflow: hidden
}

.product:hover figure span {
    display: none
}

.product:hover figure::after {
    height: 100%
}

.product:hover figure::before {
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -transition-delay: 250ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.product figure {
    position: relative;
    overflow: hidden
}

.product figure span {
    width: 100%;
    height: 45px;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.product figure::after {
    content: '';
    height: 45px;
    width: 100%;
    background: rgba(230, 37, 37, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: height 0.2s ease-in;
    -moz-transition: height 0.2s ease-in;
    transition: height 0.2s ease-in;
    z-index: 0
}

.product figure::before {
    content: attr(data-name);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 45px;
    width: 115px;
    margin-left: -57.5px;
    margin-top: -22.5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    z-index: 1;
    opacity: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.5px
}

.mps {
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 25px
}

.google-maps {
    position: relative;
    padding-bottom: 100%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.contact {
    margin-top: 25px
}

.contact .contact-info {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.contact .contact-info label {
    color: #e62525;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.contact .contact-info p,
.contact .contact-info a {
    color: #fff;
    font-size: 14px;
    display: block
}

.news-detail {
    margin-top: 60px
}

.news-detail h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px
}

.news-detail figure {
    position: relative;
    max-width: 324px;
    max-height: 300px
}

.news-detail figure img {
    max-width: 324px;
    padding: 0;
    max-height: 300px;
    border: 5px solid #fff;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px
}

.news-detail p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0
}

a.tool-arrow {
    color: #fff;
    font-size: 14.5px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: -55px;
    left: 50%;
    background: #9c2122;
    border: 1px solid #fff;
    height: 34px;
    padding: 0 10px;
    line-height: 34px;
    animation: emrah linear 0.9s infinite alternate
}

a.tool-arrow:hover {
    text-decoration: underline;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

a.tool-arrow:after,
a.tool-arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

a.tool-arrow:after {
    border-color: rgba(156, 33, 34, 0);
    border-top-color: #9c2122;
    border-width: 7px;
    margin-left: -7px
}

a.tool-arrow:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

@keyframes emrah {
    from {
        top: 0
    }
    to {
        top: 10px
    }
}

.blur {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    filter: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%3Cdefs%3E%3Cfilter%20id%3D%22blur%22%3E%3CfeGaussianBlur%20stdDeviation%3D%2215%22%2F%3E%3CfeComponentTransfer%3E%3CfeFuncR%20type%3D%22linear%22%20slope%3D%220.3%22%2F%3E%3CfeFuncG%20type%3D%22linear%22%20slope%3D%220.3%22%2F%3E%3CfeFuncB%20type%3D%22linear%22%20slope%3D%220.3%22%2F%3E%3C%2FfeComponentTransfer%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E#blur");
    -webkit-filter: blur(15px) brightness(0.5);
    opacity: 0.6
}

.z-top {
    position: relative;
    height: 100%;
    z-index: 9999
}

.product-detail-header {
    width: 100%;
    background: #e62525
}

.product-detail-header h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    display: table;
    margin: 0 auto;
    padding-right: 15px
}

.product-detail-header h1 a.open-waleBox {
    color: #fff;
    font-size: 14.5px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    right: -110px;
    background: #9c2122;
    border: 1px solid #fff;
    height: 34px;
    padding: 0 10px;
    line-height: 34px
}

.product-detail-header h1 a.open-waleBox:hover {
    text-decoration: underline
}

.product-detail-header h1 a.open-waleBox:after,
.product-detail-header h1 a.open-waleBox:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.product-detail-header h1 a.open-waleBox:after {
    border-color: rgba(156, 33, 34, 0);
    border-right-color: #9c2122;
    border-width: 6px;
    margin-top: -6px
}

.product-detail-header h1 a.open-waleBox:before {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px
}

#sync1 .item img,
#sync2 .item img {
    display: block;
    width: 100%;
    height: auto
}

#sync1 .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%
}

.before-product {
    position: absolute;
    top: 149px;
    display: block;
    background: rgba(230, 37, 37, 0.8);
    padding: 15px 10px;
    left: 50%;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-left: -73.5px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in
}

.before-product:hover {
    color: #fff;
    background: #e62525;
    opacity: 1
}

.before-product i {
    margin-right: 3px;
    opacity: 1
}

.custom-navigation {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 40px
}

.left-arrow,
.right-arrow {
    background: rgba(230, 37, 37, 0.8);
    position: absolute;
    top: 50%;
    height: 37px;
    width: 33px;
    margin-top: -19.5px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
    left: 0
}

.left-arrow i,
.right-arrow i {
    font-size: 20px;
    color: #fff
}

.left-arrow:hover,
.right-arrow:hover {
    background: #e62525
}

.right-arrow {
    left: auto;
    right: 30px
}

.owl-next,
.owl-prev {
    display: none
}

#sync2 {
    margin: 15px 0;
    display:none;
    height:.1px;
    overflow:hidden;
}

.contact-img-area{padding:0px;padding-top:120px;}
.con-text .page-title{display:none;}
.con-text p {display:none;}
.header-area.home-2  {z-index:99999999;position:relative;background-color:rgba(202,202,202,.58)}
.contact-img-area{display:none;}
#sync2 .owl-item {
    max-height: 120px;
    max-width: 179px;
    min-width: 179px;
    min-height: 120px;
    overflow: hidden;
    margin-right: 12px;
    position: relative;
    cursor: pointer
}

#sync2 .owl-item img {
    max-height: 120px;
    max-width: 179px;
    min-width: 179px;
    min-height: 120px
}

.synced {
    position: relative
}

.synced::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(230, 37, 37, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid rgba(230, 37, 37, 0.01);
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff
}

@media (max-width: 992px) {
    .waleBox-inner .wale-product img {
        display: block;
        margin: 5px auto 0
    }
    .waleBox-inner .wale-product span {
        width: auto;
        min-height: 0;
        height: auto;
        float: none !important;
        display: block;
        padding: 10px 0
    }
    .waleBox-inner .wale-product span h6 {
        text-align: center;
        display: block
    }
    .waleBox-inner form .semi {
        padding: 0
    }
    .box-wrapper {
        margin-top: 30px;
        overflow: hidden
    }
    .first {
        padding-left: 0 !important
    }
    .box {
        margin-bottom: 20px
    }
    .language {
        display: none
    }
    .nav-btn {
        display: block
    }
    #logo img {
        left: 0 !important
    }
    nav.navigation {
        display: none
    }
    nav.navigation li {
        margin-top: 5px;
        margin-right: 0
    }
    nav.navigation li.navigation-item {
        display: block;
        float: none !important;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    nav.navigation li.navigation-item.navigation-play {
        display: block;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width: 680px) {
    .news-detail figure img {
        display: block;
        margin: 0 auto;
        float: none
    }
    .news-detail h2 {
        text-align: center;
        padding-top: 10px
    }
}

@media (max-width: 667px) {
    .product-detail-header h1 {
        text-align: left !important;
        font-size: 18px;
        padding-left: 10px;
        margin: 0
    }
}

@media (max-width: 660px) {
    .social-btn {
        display: block !important
    }
    .social {
        position: absolute;
        width: 100%;
        top: -2px;
        background: #fff;
        z-index: 9
    }
    .social .inner-social {
        display: table;
        margin: 0 auto
    }
    .social span:last-child {
        margin-right: 86px !important
    }
}

@media (max-width: 630px) {
    .news-box {
        width: 100% !important
    }
    .news-box a {
        display: table;
        margin: 0 auto
    }
}

@media (max-width: 560px) {
    nav.product-menu ul li a {
        font-size: 16px !important
    }
}

@media (max-width: 570px) {
    .waleBox-inner {
        width: 420px
    }
    .waleBox-inner .wale-product img {
        display: block;
        margin: 5px auto 0
    }
    .waleBox-inner .wale-product span {
        width: auto;
        min-height: 0;
        float: none;
        display: block;
        padding: 10px 0
    }
    .waleBox-inner .wale-product span h6 {
        text-align: center;
        display: block
    }
}

@media (max-width: 420px) {
    .waleBox-inner {
        width: 280px
    }
}

@media (max-width: 540px) {
    .contact .contact-info p,
    .contact .contact-info a {
        font-size: 13px
    }
    .product-detail-header h1 {
        text-align: left !important;
        font-size: 18px;
        padding-left: 10px;
        margin: 0
    }
    .left-arrow,
    .right-arrow {
        margin-top: -65.5px
    }
    h1 {
        font-size: 50px
    }
    .intro-header {
        padding: 15px 0 11px
    }
    .fly {
        top: 139px
    }
    .base-page h1 {
        text-align: center
    }
    footer.intro-footer span.copyright,
    footer.intro-footer p.waleinteractive {
        font-size: 11px
    }
    .nav-btn {
        top: 20px
    }
}

@media (max-width: 420px) {
    .product-btn {
        display: block
    }
    nav.product-menu {
        display: none;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in
    }
    nav.product-menu ul li {
        width: 100% !important
    }
    nav.product-menu ul li a {
        font-size: 16px !important;
        text-align: center !important
    }
    h1 {
        font-size: 40px
    }
    footer.intro-footer {
        padding-top: 15px
    }
    .social-btn {
        top: 2px !important
    }
    footer.intro-footer span.copyright {
        width: 85%
    }
    .social {
        position: absolute;
        width: 100%;
        top: 0px !important;
        padding-top: 8px;
        background: #fff;
        z-index: 9;
        height: 63px
    }
    .social .inner-social {
        margin: 0 !important
    }
    .social span p {
        top: -4px !important
    }
    .social span:first-child {
        margin-right: 10px !important
    }
    .social span i.telephone {
        font-size: 15px !important
    }
    .social span i {
        font-size: 20px !important
    }
    .social span:last-child {
        margin-right: 86px !important
    }
}

@media (max-width: 768px) {
    #sync2 {
        display: none !important
    }
    #sync1 {
        margin: 15px 0
    }
    .before-product {
        top: 15px
    }
    .box-top {
        margin-bottom: 15px
    }
    nav.product-menu ul li:nth-child(2n) a {
        text-align: right
    }
    nav.product-menu ul li a {
        text-align: left;
        padding: 9px 15px
    }
}

@media (min-width: 993px) {
    nav.navigation {
        display: block !important
    }
}