body{
    margin: 0px;
    padding: 0px;
    font-size:18px;
    font-family: 'Open Sans', sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html{
    margin: 0px;
    padding: 0px;
}

h1{
    font-size: 26px;
    font-weight: bold;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: bold !important;
}

.header_full{
    background-color: #e4e4e4;
    padding: 10px 0px;
}

.menu {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}

.menu .active {
    text-align: center;
    background-color:
            #000;
    float: left;
    margin: 7px;
    padding: 7px 20px;
    font-size: 16px;
}

.menu div {
    text-align: center;
    float: left;
    margin: 7px;
    padding: 7px 20px;
    font-size: 16px;
}

a{
    text-decoration: none;
    color: #000;
}

a:hover{
    text-decoration: none;
}

.carousel{
    margin-bottom: 20px;
}

.div_alt_bosluk{
    margin-bottom:25px;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.footer{
    font-size: 11px;
}

.active a {
    color: #fff;
}

.is_ortagi_h2{
    font-size: 16px;
    font-weight: bold;
}

.list_detay_link{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 2px 20px;
}

.list_h2{
    font-size: 18px;
    font-weight: bold;
}

.list_ozet{
    text-align: justify;
    font-size: 15px;
}

.list_row{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #dedede;
}

.filmkutu{
    font-size: 15px;
    padding: 0px;
    margin-bottom: 10px;
}

.filmkutu_h2{
    font-size: 18px;
    font-weight: bold;
}

.icerik_detay_img{
    border:2px solid #B4B4B4;
    width: 250px;
    padding: 2px;
    margin-right:7px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.galeri_img{
    border:2px solid #B4B4B4;
    width: 100%;
    padding: 2px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}