/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.hastaliklarPage ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.hastaliklarPage ul li a {
    color: #666 !important;
}

/* Anasayfa kaymalar  */
.testi-image-anasayfa, .testi-image-anasayfa a, .testi-image-anasayfa img, .testi-image-anasayfa i {
    width: 64px !important;
    height: 94px !important;
}

@media (max-width: 1200px) {
    .ara-buton-sol {
        border-radius: 17px !important;
        margin-bottom: 20px;
    }

    .ara-buton-sag {
        border-radius: 17px !important;
    }
}

@media (min-width: 1200px) {
    .ara-buton-sol {
        border-radius: 17px 0px 0px 17px !important;
    }

    .ara-buton-sag {
        border-radius: 0px 17px 17px 0px !important;
    }
}

@media (min-width: 1200px) {
    .anasayfamodul1 {
        background: url('../images/bg2.jpg') center top no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .anasayfamodul1a {
        background: white;
        margin-top: 300px;
        padding-top: 100px;
    }

    .anasayfaguncelbilimsel {
        padding: 0px 50px;
    }

    .anasayfaguncelbilimsel h2 {
        font-size: 32px;
        font-weight: 500;
        line-height: 38px;
    }
}

@media (max-width: 1200px) {
    .anasayfamodul1 {
        background: url('../images/bg2a.jpg') no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .anasayfamodul1a {
        background: white;
        margin-top: 300px;
        padding-top: 100px;
    }

    .anasayfaguncelbilimsel {
        padding: 0px 20px;
    }

    .anasayfaguncelbilimsel h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 38px;
    }
}


.blog_icerik h1, .blog_icerik h2, .blog_icerik h3 {
    color: #50a89e;
}

.blog_icerik blockquote {
    background: #c2dcd9;
    border-left: none;
    width: 100%;
    color: #000;
}


.blog_icerik pre {
    background: #f67500;
    border-left: none;
    width: 100%;
    color: #fff;
    padding: 10px;
    border-radius: 15px;
}













