
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}


.blog-slider {
    min-height: 520px;
}

.blog-container p {
    font-size:18px;
    line-height: 28px;
}
.active { color: #368cac; }

/* Preload */
.preloader_hide {}
#preloader {background-color:#fff; position:fixed; left:0; top:0; width:100%; height:100%; opacity:.95; z-index:9999}
#preloader img {position:fixed; left:50%; top:50%; width:32px; height:32px; margin:-16px 0 0 -16px; display:block; z-index:40}
/* Preload End */

.product-text {
    background-color:none;
}
.active-link { color:#56c8da !important; }

.grid-5 {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;

}

.grid-2 {
    width: 100%;
    -ms-grid-columns: 0.6fr 0.3fr 2fr;
    grid-template-columns: 0.6fr 0.3fr 2fr;
    -ms-grid-rows: auto;
}
.grid-genel {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}
.heading-4 {
    font-size: 15px;
    line-height: 25px;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e2e2e2;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #cecece;
}


.label-link {
    cursor: pointer;
    background: none;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    -webkit-transition: font-weight 200ms ease;
    transition: font-weight 200ms ease;
    color: #030303;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    padding-top:5px;
    padding-bottom: 5px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #dadada;
}
.label-link:nth-last-child(1) {
    border-right: none;
}
.label-link:hover {
    color: #358cac;
}
.label-link.active {
    font-weight: bold;
}
.show {
    display: block !important;
}
.product-item {
    display: none;
    -webkit-transition: display 200ms ease;
    transition: display 200ms ease;
}

.image_h1 {
    height: 240px;
}
.image_h2 {
    height: 188px;
}

.image_h3 {
    height: 325px;
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {
    .grid-genel {
        width: 100%;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;

    }
}

