﻿
@media screen and (max-width: 600px) {

    #tcontent {
        display: none !important;
    }

    #tline {
        display: none !important;
    }

    .mobileMenu {
        position: fixed !important;
        background-color: transparent !important
    }

    .mobileMenuScroll {
        background-color: #ffffff !important
    }

    .navik-menu {
        text-align: center;
        background-color: #ffffff !important
    }

    .tQShop {
        line-height: 18px !important;
        height: 50px !important;
        border-radius: 50px !important;
    }
}

@media (min-width: 1200px) {
    .center-menu-1 .navik-menu > ul:first-child {
        width: 100% !important;
        display: inline-flex !important;
        padding: 0px !important;
        padding-right: 30px !important;
        font-size: 12px !important;
    }

    .center-menu-1 .navik-menu > ul:last-child {
        width: 100% !important;
        display: inline-flex !important;
        padding: 0px !important;
        padding-left: 30px !important;
        font-size: 12px !important;
    }

    .navik-menu > ul > li > a {
        padding: 0 16px !important;
    }

    .mobileMenu {
    }

    .tQShop {
        line-height: 50px !important;
        height: 50px !important;
        border-radius: 50px !important;
    }
}

.tQShop {
    line-height: 18px !important;
    height: 50px !important;
    border-radius: 50px !important;
}

.carousel-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    background: url(../images/nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}

.owl-carousel .next-slide {
    background: url(../images/nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

    span.img-text:hover {
        color: #2caae1;
    }

#hero-3 .slider,
#hero-6 .slider,
#hero-3 .slider .slides,
#hero-6 .slider .slides {
    max-height: 100% !important;
    height: 800px !important;
}

.logoCenter {
    width: 100% !important;
    margin: auto !important;
}
