﻿
/*TELEFON İÇİN-----------------*/
@media only screen and (max-width: 768px) {
    .resimYatay {
        width: 400px;
        height: 230px;
        margin-bottom: 3px;
    }
    .Youtube {
        width: 344px;
        height: 200px;
        margin-bottom: 3px;
    }

    .YoutubeBuyuk {
        width: 344px;
        height: 200px;
        margin-bottom: 3px;
    }

    .YoutubeDikey {
        width: 195px;
        height: 315px;
        margin-bottom: 3px;
    }

    .YoutubeDikeyG {
        width: 230px;
        height: 315px;
        margin-bottom: 3px;
    }

    .YoutubeDikeyKare {
        width: 315px;
        height: 315px;
        margin-bottom: 3px;
    }

    .YoutubeYatayDikey {        
        height: 300px;
        margin-bottom: 3px;
    }

    .YoutubeBuyukYanaKaydir {
        width: 333px;
        height: 196px;
        margin-bottom: 3px;
    }

    .YaziModeli {
        margin: 10px 0px 10px 4px;
        width: 93%;
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        text-align: left !important;
        text-decoration: none !important;
    }

    .ResimUstuYazi {
        position: absolute;
        z-index: 2;
        width: 90%;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        margin-top: -50px;
    }

    .ReklamStik {
        height: 120px;
    }
    .buyukResim {
        width: 100%;
    }
}

/*BİLGİSAYAR İÇİN---------------------------------*/
@media only screen and (min-width: 769px) {
    .resimYatay {
        width: 600px;
        height: 345px;
        margin-bottom: 3px;
    }
    .Youtube {
        width: 315px;
        height: 193px;
    }

    .YoutubeBuyuk {
        width: 500px;
        height: 285px;
        margin-bottom: 3px;
    }

    .YoutubeDikey {
        width: 195px;
        height: 315px;
    }

    .YoutubeDikeyG {
        width: 230px;
        height: 315px;
    }

    .YoutubeDikeyKare {
        width: 315px;
        height: 315px;        
    }

    .YoutubeYatayDikey {        
        height: 300px;        
    }

    .YoutubeBuyukYanaKaydir {
        width: 500px;
        height: 285px;
        margin-bottom: 3px;
    }

    .YaziModeli {
        margin: 10px 0px 10px 0px;
        width: 95%;
        font-family: Helvetica, sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        font-weight: normal;
        text-align: left !important;
        text-decoration: none !important;
        padding-left:20px;
    }
    .ResimUstuYazi {
        position: absolute;
        z-index: 2;
        font-size: 20px;
        font-weight: bold;
        color: #FFFFFF;
        margin-top: -50px;
        margin-left:80px;
    }

    .ReklamStik {
        height: auto;
    }
    
    .buyukResim {
        width: 70%;
    }
   
}

/*HEPSİ İÇİN---------------------------------------------*/
﻿﻿
.BaslikModeli {
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    justify-content: center;
    margin: 5px 0px 10px 0px;
    font-size: 20px;
    line-height: 22px;
}

.KucukYazilar {
    font-family: Helvetica, sans-serif;
    font-size: 15px;    
    color:white;    
}

Table.TabloStili {
    border-spacing: 0px;
    margin: 0px auto 0px auto;
    text-align: center;
    background-color: white;
}

.AltTabloModeli {
    border-top: 1px solid RGB(204,204,204);
    margin: 20px auto 0px auto;
    color: #000000;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.ResimModeli {
    position: relative;
    z-index: 1;
    width: 550px;
    border: 7px solid RGB(212,81,72);
}

.YaziResimAlti {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    font-family: Helvetica, sans-serif;
    color: #000000;
    text-decoration: none !important;
}

.FigureModeli {
    display: inline-block;
    width: 160px;
    margin: 0px auto 15px auto;
}

.FigureResim {
    width: 138px;
    border-radius: 5px;
}

.divOvalUst {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.divOvalAlt {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.icerikKoruma {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
}


