@media (max-width: 991px) {
    .main-header .header-container .menu {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999;
        background: #d8a854;
        padding-top: 100px;
        transition: 300ms;
        transform: translate(0, -200vh);
    }

    .main-header .header-container .menu ul li {
        float: unset !important;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 5px 0px;
    }

    .main-header .header-container .socials {
        display: none;
    }

    .mobileMenu {
        background: #d8a854;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        border-radius: 100%;
        border: 0px;
        color: #fff;
        font-weight: lighter;
        transition: 300ms;
    }

    .product-figure .section-title strong {
        font-size: 20px;
    }

    .categories-section .categories-container .category {
        width: 100%;
        margin-bottom: 15px;
    }

    .categories-section .categories-container {
        flex-direction: column;
    }

    .parallax-about .about-container .title:After, .parallax-about .about-container .title:Before {
        display: none;
    }

    .home-articles .section-content article {
        width: 100%;
        margin-bottom: 15px;
    }

    .home-articles .section-content {
        flex-direction: column;
    }

    .main-footer .footer-bar {
        flex-direction: column;
        padding: 20px 0px;
    }

    .main-footer .footer-bar .widget {
        width: 100%;
        flex-direction: column;
        padding: 10px 0px;
    }

    .main-footer .footer-bar .widget > div {
        width: 100% !important;
        text-align: center;
    }

    .main-footer .footer-bar .widget .title {
        margin-top: 20px;
        margin-left: 0px;
    }

    .main-footer .footer-header > div:nth-child(2) {
        display: none;
    }

    .main-footer .footer-container .menu {
        width: 100%;
    }

    .main-footer .footer-container {
        flex-direction: column;
    }

    .parallax-about {
        margin-top: 150px;
    }

    .main-slider .slider-item .title {
        font-size: 20px;
        width: 50%;
        margin-top: 80px;
    }

    .main-slider .slider-item {
        height: 400px;
    }

    .main-slider .slider-item .title:Before,
    .main-slider .slider-item .title:After {
        content: none;
    }

    .main-slider .owl-dots {
        bottom: 50px;
    }

    .main-header .header-container .languages {
        width: 30px;
        height: 30px;
    }

    .main-header .logo-container img {
        max-width: 130px;
        margin-bottom: -170px;
    }

    .main-header.fixed-bar .logo-container img {
        margin-bottom: -120px;
    }

    .main-header.open-mobile-menu .menu {
        transform: translate(0, 0);
    }

    .main-header.open-mobile-menu .mobileMenu {
        position: fixed;
        right: 20px;
        z-index: 9999;
        background: transparent;
        color: #000;
        margin-right: 20px;
		top:80px;
    }

    .page-container {
        flex-direction: column-reverse;
    }

    .page-container .app-sidebar {
        width: 100%;
    }

    .page-container .app-content {
        width: 100%;
        padding-left: 0px;
    }

    .page-container .app-sidebar .menu {
        top: 0px;
        margin-top: 20px;
    }

    .page-container .app-content .page-images .image {
        width: calc(50% - 20px);
    }

    .main-header .header-container .languages .list ul li a {
        width: 30px;
        height: 30px;
    }

    .main-header .header-container .languages .list {
        width: 30px;
    }

    .gallery-container .image img {
        height: 100px;
    }

    .gallery-container .image {
        width: calc(50% - 10px);
    }

    .videos-container .video {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .files-container .file {
        width: 100%;
        margin: 10px 0px;
    }

    .articles-container article {
        width: 100%;
    }

    .products-container .product {
        width: 100%;
        margin: 10px 0px;
    }

    .breadcrumb ul {
        display: none;
    }

    .breadcrumb {
        min-height: 300px;
        overflow: hidden;
    }

    .breadcrumb .title h1 {
        font-size: 20px;
    }

    .products-container {
        margin-left: 0px;
        margin-right: 0px;
    }

    .product-detail .product-entry {
        max-width: 100%;
        overflow: scroll;
    }

    .home-articles .section-content > .blog {
        width: 100%;
        margin-bottom: 30px;
    }

    .home-articles .section-content > .videos {
        width: 100%;
        flex-direction: column;
        padding-left: 0px;
    }

    .home-articles .section-content > .videos a {
        width: 100%;
        margin: 10px 0px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .main-header .header-container .menu ul li a {
        padding: 0px 10px;
    }

    .main-footer .footer-bar {
        width: 90%;
    }

    .page-container .app-sidebar {
        width: 200px;
    }

    .page-container .app-content {
        width: calc(100% - 200px);
    }
}

@media (min-width: 1500px) {
    .main-footer .footer-bar {
        width: 1140px;
    }
}

@media (max-width: 700px) {
	.mobilgizle{display:none;}
	.ustcari{width:100%; padding:10px; text-align:center;}
}
@media (min-width: 701px) {
	.ustcari{padding:10px;}
}
