﻿/*
iPad-Pro
 */
@media only screen and (max-width: 834px) and (min-height: 1112px) {
    .duyuru-ana{
        position: absolute;
        width: 99%;
        height: 80px;
        line-height: 50px;
        background: #0b1b2c;
        padding: 15px;
        text-align: center;
        left: 4px;
        top: -65px;
        color: #FFFFFF;
        font-size: 29px;
    }
    .duy-yazi{
        padding-left: 1px;
        padding-right: 1px;
        height: 66px;
        line-height: 30px;
        width: 100%;
        font-size: 30px;
    }
    .carousel_ileri {
        position: absolute;
        right: 5px;
        top: -100px;
    }
    .owl-theme .owl-controls .carousel_ileri [class*=owl-]{
        color: #fff;
        background: #9aa0a8;
        font-size: 14px;
        margin: 5px;
        padding: 10px;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
    }
}
