﻿.sub-banner {
    width: 100%;
    height: 250px;
    background-image: url('/Content/HomePage/img/slider_1.jpg');
    background-repeat: no-repeat;
    background-attachment: unset;
    background-size: cover;
    background-position: center top -460px;
}


@media (max-width: 1200px) {
    .sub-banner {
        background-position: center top -150px;
    }
}

@media (max-width: 800px) {
    .sub-banner {
        background-position: center top -50px;
    }
}

@media (max-width: 600px) {
    .sub-banner {
        background-position: center top;
    }
}

   @media (min-width: 1600px) {
    .container {
        width: 1350px;
    }
}


#content h2 {
    margin: 0px 0px 45px 0px !important;
}

#content .container .child-container {
    background: #fff;
    margin-top: -30px;
    padding: 30px;
}

#section-services a {
    min-height: 236px !important;
}


#slider-news .item {
    margin-bottom: 30px;
    border: 1px #ccc solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    #slider-news .item img {
        border: none !important;
    }

.content-detail img {
    /*max-width: 50px;*/
    /*float: left;*/
    margin-right:10px;
    margin-bottom: 10px;
    /*width: 100%;*/
}

.content-detail .text {
    text-align: justify;
    color: #2f2f2f !important;
}

    .content-detail .text > * {
        color: #2f2f2f !important;
        font-size: 12px !important;
    }

.content-date {
    position: absolute;
    top: -50px;
    right: 50px;
    font-size: 12px;
}


form {
    padding: 0 !important;
}
  
    .widget-item {
    width: 100%;
    height: auto;
}
    .w-header {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.extra-post-box {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-radius: 4px;
    /* box-shadow: 0 1px 6px rgba(0,0,0,.03); */
    /* margin-bottom: 10px; */
}
 article{
     display:block
 }

 .w-title {
     color:black;
    margin: 0;
    padding: 0;
    padding-top:16px;
    font-weight: 600;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 10px;
}
 .w-seperator {
    display: table-cell;
    height: 10px;
    width: 100%;
    background-image: url(https://www.saglikliolmak.com/Asset/Theme1/img/seperator.png);
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 6px;
    top: 19px;
    position: relative;
    opacity: .6;
}

.extra-post-box .post-title {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px 20px 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
 
}

 .extra-post-box .post-image {
    display: table-cell;
    width: 110px;
    vertical-align: middle;
    padding: 15px;
}
 .extra-post-box .extra-post-link {
    display: table;
    width: 100%;
    color: #333;
    text-decoration: none;
}
 .extra-post-box .post-date {
    display: block;
    opacity: .5;
    font-size: 13px;
    font-weight: 400;
    padding-top: 5px;
}
 .extra-post-box:hover .post-date {
    color: #333;
}
 .extra-post-box .post-image {
    display: table-cell;
    width: 110px;
    vertical-align: middle;
    padding: 15px;
}

 .extra-post-box .post-image img {
    display: block;
    object-fit: cover;
}
 .extra-post-box .post-image span {
    display: block;
    /*border-radius: 50%;*/
    width: 80px;
    height: 80px;
    overflow: hidden;
}

 .mySubMenu{
     max-height:350px;
     overflow-x:auto;
     box-shadow: 0 1px 6px rgba(0,0,0,.2);
 }

    .extra-post-box-checked  {
       
    -webkit-transition: ease-in-out .2s;
     border-left: 3px solid #00a2ff;
        background-color: rgba(0,83,159,0.02);  
    }

    .extra-post-box:hover
     {
    color: #00a2ff;
    opacity: 0.85;
    transition: .2s ease-in-out;
    -webkit-transition: ease-in-out .2s;
     border-left: 3px solid #00a2ff;
}
    

    .yanMenu {
        overflow-x: hidden;
        overflow-y: auto;
        /*border:1px solid rgba(0,0,0,.1);*/
        border-bottom:none;
        margin-left:-16px;
        min-height:150px;
            padding-left: 0px;
    padding-right: 0px;
    }

    .yanMenu::-webkit-scrollbar {
            width: 5px;
        }

        .yanMenu::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
            border-radius: 10px;
        }

        .yanMenu::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
        }
        

        
