﻿
@media (min-width: 1200px) {
}

/* Large desktops and laptops */
@media (min-width: 1303px) {
    .textBuyuk{
        font-size:30px;
    }

}

@media (min-width: 1051px) and (max-width: 1302px) {

    .textBuyuk {
        font-size: 30px;
    }

}

/* Landscape tablets and medium desktops */
@media (min-width: 810px) and (max-width: 1050px) {
    .textOrta {
        font-size: 20px;
    }

}


/* Portrait tablets and small desktops */
@media (min-width: 600px) and (max-width: 809px) {
    .textKucuk {
        font-size: 15px;
    }

}


/* Landscape phones and portrait tablets  - 591- 752*/
@media (max-width: 599px) {
    .textMinik {
        font-size: 12px;
    }

}

/* Portrait phones and smaller */
@media (max-width: 450px) {
    .textMinik {
        font-size: 12px;
    }
}




.text_mini2 { font-size: 75%;}
.text_mini {  font-size: 85%;}
.text10px {  font-size: 10px;}
.text11px {  font-size: 11px;}
.text12px {  font-size: 12px;}
.text14px {  font-size: 14px;}
.text16px {  font-size: 16px;}
.text18px {  font-size: 18px;}
.text20px {  font-size: 20px;}
.text24px { font-size: 24px; }
.text30px {  font-size: 30px;}
.pad5 {  padding: 5px;}
.satir25px {  line-height: 25px;}
.satir30px {  line-height: 30px;}
.satir35px {  line-height: 35px !important;}
.textJustify{text-align:justify}
.opacity-80{opacity:0.8}
.opacity-85 {opacity: 0.85}
.w100{width:100%}
