#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.carousel-reza {
    background: url("../img/sliderbg.png") no-repeat scroll ;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
main {margin-top: 50px;}
#slider {margin-bottom: 50px;}
#slider img{
    margin: 0 auto;
}
p.sol{
    background-color:white;
    padding: 5px 0 5px 20px;
    min-width: 200px;
    border-radius: 10px;
    margin:2px 0 2px 10px;
    font-size: 16px!important;
}
.baslik {
   /* float:left;*/
    padding:5px;
    border-radius: 10px;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 30%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(30%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}
.baslikp {
    color: #007E3E;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;
}
article .col-md-6 li h5{
    font-weight: bold;
}
article .col-md-6 li p{
    font-size: 12px;
    margin-top:15px;
    margin-bottom:15px;
}
article .col-md-6 li.son{
    text-align: right;
}
article .col-md-6 li a{
    color: #007E3E;
    font-weight: bold;
}


/**Media**/
@media (min-width: 1200px) {
    .baslik {
        margin-left: 10%;
    }
    .sagbaslik {
        margin-right: 10%;
    }
    p.sag{
        background-color:white;
        padding: 5px 20px 5px 100px;
        max-width: 200px;
        border-radius: 10px;
        margin:2px 10px 2px 0;
        font-size: 16px!important;
    }
    .sagbaslik {
        /*float:right;*/
        padding:5px;
        border-radius: 10px;
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 30%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(30%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* IE10+ */
        background: linear-gradient(to left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    }
    .pull-lg-right{
        float:right!important;
    }
    .pull-lg-left{
        float:left!important;
    }
    main ul:first-child{
        margin-left:15%;
    }
    main img{
        margin-right: 10%;
    }
    main ul:last-child{
        margin-right: 10%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .baslik {
        margin-left: 10%;
    }
    .sagbaslik {
        margin-right: 10%;
    }
    p.sag{
        background-color:white;
        padding: 5px 20px 5px 100px;
        max-width: 200px;
        border-radius: 10px;
        margin:2px 10px 2px 0;
        font-size: 16px!important;
    }
    .sagbaslik {
        /*float:right;*/
        padding:5px;
        border-radius: 10px;
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 30%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(30%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* IE10+ */
        background: linear-gradient(to left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    }
    .pull-md-right{
        float:right!important;
    }
    .pull-md-left{
        float:left!important;
    }
    main ul:first-child{
        margin-left:15%;
    }
    main img {
        margin-right: 5%;
    }
    main ul:last-child {
        margin-right: 5%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .baslik{
        margin-left: 5%;
    }
    .sagbaslik{
        margin-right: 5%;
    }
    p.sag{
        background-color:white;
        padding: 5px 20px 5px 100px;
        max-width: 200px;
        border-radius: 10px;
        margin:2px 10px 2px 0;
        font-size: 16px!important;
    }
    .sagbaslik {
        /*float:right;*/
        padding:5px;
        border-radius: 10px;
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 30%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(30%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* IE10+ */
        background: linear-gradient(to left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    }
    .pull-sm-right{
        float:right!important;
    }
    .pull-sm-left{
        float:left!important;
    }
    main article ul:first-child{
        margin-left:15%;
    }

}
@media (max-width:767px){
    main {margin-top: 25px;}
    p.sag{
        background-color:white;
        padding: 5px 0 5px 20px;
        min-width: 200px;
        border-radius: 10px;
        margin:2px 0 2px 10px;
        font-size: 16px!important;
    }
    .sagbaslik {
        /*float:right;*/
        padding:5px;
        border-radius: 10px;
        background: -moz-linear-gradient(left,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 30%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.15)), color-stop(30%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* IE10+ */
        background: linear-gradient(to right,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 30%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

    }
    .pull-xs-right{
        float:right!important;
    }
    .pull-xs-left{
        float:left!important;
    }

}