/* SLIDER
   ========================================================================== */
    #slider {
        overflow: hidden;
    }
        #slider .item {
            position:            relative;
            background-size:     cover !important;
            background-position: center center !important;
            min-height:          225px;
        }
        #slider .item img {
            visibility: hidden;
            opacity:    0;
        }
        #slider .item .container {
            position: absolute;
            z-index:  3;
            top:      0px;
            bottom:   0px;
            left:     0px;
            right:    0px;
            margin:   0 auto;
        }
        #slider .slide-caption {
            margin:        0px;
            padding:       0px;
            display:       -ms-flexbox;
            display:       flex;
            -ms-flex-wrap: wrap;
            flex-wrap:     wrap;
            height:        100%;
            align-items:   center;
        }
        #slider .slide-caption .slide-caption-inner {
            clear:      both;
            width:      100%;
            text-align: left;
            font-family: 'Saira', sans-serif;

            font-size:   30px;
            color:       #fff;
            font-weight: 400;
            line-height: 1em;
            display:     block;
        }
        #slider .slide-caption .slide-caption-inner strong {
            font-size:   50px;
            color:       #fff;
            font-weight: 700;
            line-height: 1.1em;
            display:     block;
        }
        #slider .slide-caption .slide-caption-inner p {
            font-size:   20px;
            color:       #fff;
            font-weight: 400;
            line-height: 1em;
            display:     block;
        }
        #slider .slide-caption .slide-caption-inner span {
            border: 2px solid #fff;
            color: #fff;
            font-size: 18px; padding: 7px 35px;
        }
        #slider .slide-caption .slide-caption-inner span:hover {
            background-color: rgba(0, 0, 0, 0.5);
        }
        @media (max-width: 575px) {
            #slider .slide-caption .slide-caption-inner {
                font-size: 18px;
            }
            #slider .slide-caption .slide-caption-inner strong {
                font-size: 30px;
            }
            #slider .slide-caption .slide-caption-inner p {
                font-size: 18px;
            }
            #slider .slide-caption .slide-caption-inner br {
                display: none;
            }
        }
        @media (min-width: 576px) and (max-width: 767px) {
            #slider .slide-caption .slide-caption-inner {
                font-size: 25px;
            }
            #slider .slide-caption .slide-caption-inner strong {
                font-size: 40px;
            }
            #slider .slide-caption .slide-caption-inner p {
                font-size: 20px;
            }
        }

/* NEWS
   ========================================================================== */
    .news-wrapper{
        position:         relative;
        z-index: 7;
    }
        .news-wrapper .news{
            display: block;
            background: #dfdfdf url("/public/images/news-bg.png") center top repeat-y;
            margin-top: -76px;
        }
            .news-wrapper .news .div-table .div-table-col {
                padding: 14px;
                color: #000;
                vertical-align: middle;
                position: relative;
            }
            .news-wrapper .news .div-table .news-header{
                background-color: #0000;
                text-align: right;
                font-size: 34px;
                line-height: 1;
                padding-right: 20px;
                width: 314px;
                transition:       all .3s ease-in-out;
                font-weight: 600;
                color: #ffb715;
                vertical-align: middle;
            }
            .news-wrapper .news .news-list{
                background-color: #818181;
                position: relative;
                transition:       all .3s ease-in-out;
            }
                .news-wrapper .news .news-list .rooter{
                    position: absolute;
                    z-index: 9;
                    left: 15px;
                    width: 20px;
                    height: 49px;
                    top:50%;
                    transform: translateY(-50%);
                }
                    .news-wrapper .news .news-list .rooter a{
                        display: block;
                        width: 20px;
                        height: 20px;
                    }
                    .news-wrapper .news .news-list .rooter a.prew{
                        background: url("/public/images/prew.png") left top no-repeat;
                        margin-bottom: 8px;
                    }
                    .news-wrapper .news .news-list .rooter a.next{
                        background: url("/public/images/next.png") left top no-repeat;
                    }
                .news-wrapper .news .news-list .news-content {
                    padding-left: 29px;
                }
                .news-wrapper .news .news-list .news-content .news-media{
                    display: none;
                    overflow: hidden;
                }
                .news-wrapper .news .news-list .news-content .news-media:first-child{
                    display: block;
                }
                .news-wrapper .news .news-list .news-content .news-media .news-dates{
                    color: #ffffff;
                    font-size: 13px;
                    width: 94px;
                    padding: 7px;
                    text-align: right;
                    vertical-align: middle;
                }
                .news-wrapper .news .news-list .news-content .news-media .news-title{
                    color: #ffffff;
                    padding: 7px;
                    vertical-align: middle;
                }
                    .news-wrapper .news .news-list .news-content .news-media .news-title strong{
                        font-weight: 500;
                        line-height: 1.1;
                        display: block;
                    }
                .news-wrapper .news .news-list .news-content .news-media .news-links{
                    background: url("/public/images/news-slice.jpg") left center no-repeat;
                    color: #fff;
                    font-size: 15px;
                    width: 120px;
                    padding: 7px;
                    vertical-align: middle;
                    text-align: center;
                    font-weight: 600;
                }
                    .news-wrapper .news .news-list .news-content .news-media .news-links a{
                        display: inline-block;
                        color: #fff;
                    }
                        .news-wrapper .news .news-list .news-content .news-media .news-links a:hover{
                            color: #ffb715;
                        }
            /* 0px - 543px  */
            @media (max-width: 33.99em) {

                .news-wrapper .news{
                    margin-top: 0px;
                }
                .news-wrapper .news .div-table{
                    display: block;
                    width: 100%;
                }
                .news-wrapper .news .div-table .news-header{
                    display: block;
                    width: 100%;
                    border-right: none;
                    line-height: 36px;
                    background-color: #000000;
                    text-align: left;
                    vertical-align: middle;
                }
                .news-wrapper .news .news-list{
                    display: block;
                    width: 100%;
                    padding-bottom: 29px !important;
                }
                .news-wrapper .news .news-list .news-content {
                    padding-left: 29px;
                }

                .news-wrapper .news .news-list .news-content .news-media .div-table{
                    display: block;
                    width: 100%;
                }

                .news-wrapper .news .news-list .news-content .news-media .news-dates{
                    display: block;
                    width: 100%;
                    text-align: left;
                    padding-bottom: 2px;
                }
                .news-wrapper .news .news-list .news-content .news-media .news-title{
                    display: block;
                    width: 100%;
                    padding-top: 2px;
                }
                .news-wrapper .news .news-list .news-content .news-media .news-links{
                    display: block;
                    width: 100%;
                    background: none;
                    text-align: left;
                }
            }
            /* 544px - 767px  */
            @media (min-width: 34em) and (max-width: 47.99em) {
                .news-wrapper .news{
                    margin-top: 0px;
                }
                .news-wrapper .news .div-table{
                    display: block;
                    width: 100%;
                }
                .news-wrapper .news .div-table .news-header{
                    display: block;
                    width: 100%;
                    border-right: none;
                    line-height: 22px;
                    background-color: #000000;
                    text-align: left;
                }
                .news-wrapper .news .news-list{
                    display: block;
                    width: 100%;
                    padding-bottom: 29px !important;
                }
            }
            /* 768px - 991px  */
            @media (min-width: 48em) and (max-width: 61.99em) {
                .news-wrapper .news .div-table .news-header{
                    width: 242px;
                    line-height: 36px;
                }
            }

/* FUAR TAKVİMİ
   ========================================================================== */
.fuar-takvimi{
    background-color: rgba(185, 187, 190, 0.28);
    padding-bottom: 40px;
}
    .fuar-takvimi-wrapper{
        background: url("/public/images/yellow.jpg") repeat top center;
        padding-top: 62px;
    }
    .fuar-takvimi-header{
        display: block;
        overflow: hidden;
        margin-bottom: 27px;
    }
        .fuar-takvimi-header .header-title h2{
            font-size: 54px;
            font-weight: 700;
            color: #0066cc;
            line-height: 39px;
        }

        .fuar-takvimi-header .read-more{
            padding-top: 38px;
        }
        .fuar-takvimi-header .read-more a{
            display: block;
            text-align: right;
            border-bottom: 1px solid #cc9900;
            font-size: 17px;
            color: #993300;
            font-weight: 600;
        }
        .fuar-takvimi .fuar-takvimi-img a{
            display: block;
            overflow: hidden;
        }

    .fuar-takvimi-img [class*="col"], .fuar-takvimi-datas [class*="col"]{
        padding: 0 5px;
    }

    .fuar-takvimi-datas a{
         display: block;
         background-color: #ffffff;
         border: 1px solid #cccccc;
         width: 100%;
    }
    .fuar-takvimi-datas .img-area{
        display: none;
    }
    .fuar-takvimi-datas .text-area{
        display: block;
        border-top: none;
        text-align: center;
        font-size: 18px;
    }
    .fuar-takvimi-datas .text-area strong{
        display: block;
        font-size: 24px;
        color: #333333;
        font-weight: 700;
        padding: 12px 7px;
        border-bottom: 1px solid #cccccc;
        line-height: 1;
        min-height: 72px;
    }
    .fuar-takvimi-datas .text-area span{
        display: block;
        color: #003366;
        font-weight: 600;
        padding: 23px 14px 15px 14px;
        line-height: 1.2;
    }
    .fuar-takvimi-datas .text-area .time{
        display: block;
        color: #666666;
        padding: 0px 7px 15px 7px;
    }
    .fuar-takvimi-datas .text-area p{
        color: #cc0000;
        padding: 0px 14px 15px 14px;
        line-height: 1.2;

    }
            .fuar-takvimi-datas a:hover .text-area span{
                color: #cc0000;
            }
            .fuar-takvimi-datas a:hover .text-area p{
                color: #cc0000;
            }

    @media (max-width: 991px) {
        .fuar-takvimi-datas .text-area strong {
            font-size: 21px;
        }
        .fuar-takvimi-datas .text-area span {
            font-size: 16px;
        }
        .fuar-takvimi-datas .text-area .time {
            font-size: 16px;
        }

        .fuar-takvimi-datas .img-area{
            display: block;
        }
        .fuar-takvimi-datas .img-area img{
            width: 100%;
        }
        .fuar-takvimi-img{
            display: none;
        }
    }
    @media (max-width: 767px) {
        .fuar-takvimi-header .header-title h1{
            font-size: 46px;
        }


        .fuar-takvimi-datas .text-area strong {
            font-size: 17px;
        }
        .fuar-takvimi-wrapper {
            padding-top: 21px;
            padding-bottom: 21px;
        }
        .fuar-takvimi-header {
            margin-bottom: 0px;
        }
        .fuar-takvimi-datas [class*="col"]{
            margin-bottom: 11px;
        }

    }
    @media (max-width: 575px) {
        .fuar-takvimi-header .read-more{
            padding-top: 0px;
        }
        .fuar-takvimi-header .read-more a{
            text-align: left;
            border-bottom: none;
        }
        .fuar-takvimi-datas [class*="col"]{
           padding: 0;
        }
    }

/* HAKKIMIZDA
   ========================================================================== */
.about-us{
    padding: 90px 0px;
    /*background: url("/public/images/about-us-bg.jpg") bottom center no-repeat;*/
    text-align: center;
}
    .about-us h2{
        font-size: 54px;
        font-weight: 700;
        color: #ffcc33;
        line-height: 39px;
    }
    .about-us p{
       font-size: 20px;
       color: #333333;
       padding: 43px 0px;
    }
    .about-us a{
        border: 2px solid #ffcc33;
        border-radius: 8px;
        padding: 7px 62px;
        color: #ffcc33;
        font-size: 18px;
        font-weight: 600;
        transition: 0.6s;
    }
    .about-us a:hover{
        background-color: rgba(255, 204, 51, 0.49);
        color: #000000;
    }

    @media (max-width: 767px) {
        .about-us [class*="col"]:first-child{
            padding-bottom: 37px;
        }
    }

/* HİZMETLERİMİZ BOX
========================================================================== */
.services {
    padding : 50px 0px;
    text-align: center;
    background: url("/public/images/services.jpg") repeat-y top center;
    min-height: 474px;
    color: #ffffff;
}
    .services  h3 {
        display: block;
        font-weight: 700;
        font-size: 40px;
        line-height: 1.3;
        color: #4e9c2c;
        margin-bottom: 10px;
    }

    .services-list{
        margin-top: 20px;
        background: url("/public/images/green.jpg") center top repeat-y;
        text-align: center;
        position: relative;
    }
    .services .services-list .services-area {
        display: block;
        clear: both;
        overflow: hidden;
        /*max-width: 750px;
        left: 50%;
        transform: translateX(-50%);*/
        position: relative;
    }

    .services .services-list .services-area .servicesline{
        table-layout: fixed;
        margin-top: 20px;
        margin-bottom: 97px;
        clear: both;
        overflow: hidden;
    }
    .services .services-list .services-area .servicesline:last-child{
        margin-bottom: 0px;
    }
    .services .services-list .services-area .servicesline a{
        color: #ffffff;
    }
    .services .services-list .services-area .servicesline img{
        transition: all 0.3s ease-in-out;
    }
    .services .services-list .services-area .servicesline a h4{
        font-weight: 600;
        line-height: 25px;
    }
        .services .services-list .services-area .servicesline .div-table-col:hover img{
            transform: scale(1.05);
            opacity:   .7;
        }
        .services .services-list .services-area .servicesline .div-table-col:hover h4{
            color : #4e9c2c;
        }
        .services .services-list .services-area .servicesline .div-table-col:hover h4 a{
            color : #4e9c2c;
        }
    .services .services-list .services-area .div-table-col {
        position: relative;
    }
    .services .services-list .services-area .servicesline .services-ico {
        background: url("/public/images/services-ico.jpg") center center no-repeat;
        width: 44px;
        height: 37px;
        text-align: center;
    }

    .services .services-list .services-area .servicesline .services-left{
        text-align: left;
    }
    .services .services-list .services-area .servicesline .services-left img{
        float: left;
        margin-right: 31px;
    }

    .services .services-list .services-area .servicesline .services-right{
        text-align: right;
    }
    .services .services-list .services-area .servicesline .services-right img{
        float: right;
        margin-left: 31px;
    }

    .services  .read-more{
        vertical-align: middle;
        margin-top: 30px;
    }
    .services   .read-more a{
        display: inline-block;
        border: 2px solid #ffffff;
        border-radius: 8px;
        padding: 7px 25px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        transition: 0.6s;
    }
    .services .read-more a:hover{
        background-color: #4e9c2c;
    }

    @media (max-width: 991px) {
        .services .services-list .services-area .servicesline .services-left img, .services .services-list .services-area .servicesline .services-right img {
            float: none;
            margin: 12px 0px;
        }
    }
    @media (max-width: 611px) {
        .services-list, .services .services-list .services-area .servicesline .services-ico {
            background: none;
        }
        .services .services-list .services-area .servicesline{
            display: block;
            margin-bottom: 45px;
        }
        .services .services-list .services-area .servicesline .services-left, .services .services-list .services-area .servicesline .services-right, .services .services-list .services-area .servicesline .read-more{
            display: block;
            text-align: center;
        }
        .services .services-list .services-area .servicesline .read-more a {
            width: 100%;
        }
    }


/* CERTIFICATES
========================================================================== */
    .certificates-wrapper{
        background-color: #ffb715;
        padding: 77px 0px;
    }
        .certificates-wrapper .crt-list a img{
            transition:       all .3s ease-in-out;
        }
        .certificates-wrapper .crt-list a:hover img{
            transform: scale(1.1);
            opacity:   .7;
        }

        .certificates-wrapper .crt-list{}
            .certificates-wrapper .crt-list > div{ width: 100%}
                .certificates-wrapper .crt-list a{
                    display: inline-block;
                    overflow: hidden;
                }
                    .certificates-wrapper .crt-list a img{
                        max-width: 120px;
                    }
                .certificates-wrapper .crt-list a:not(:first-child){
                    margin-left: 7px;
                }
        .certificates-wrapper .crt-title{}
            .certificates-wrapper .crt-title > div{width: 100%}
                .certificates-wrapper .crt-title strong{
                    display: block;
                    clear: both;
                    text-align: center;
                    color: #fff;
                    font-size: 18px;
                    line-height: 1.2;
                    padding-right: 70px;
                }
                .certificates-wrapper .crt-title strong:not(:last-child){
                    margin-bottom: 15px;
                }
        .certificates-wrapper .crt-logo{}
            .certificates-wrapper .crt-logo > div{width: 100%}
                .certificates-wrapper .crt-logo a{
                    display: inline-block;
                    overflow: hidden;
                }
                    .certificates-wrapper .crt-logo a img{
                        max-width: 110px;
                    }
                .certificates-wrapper .crt-logo a:not(:first-child){
                    margin-left: 0px;
                }
    @media (max-width: 440px) {
        .certificates-wrapper .crt-list a img{
            max-width: 99px;
        }
    }
    @media (max-width: 767px) {
        .certificates-wrapper .crt-list > div{ text-align: center; padding-bottom: 28px; }
        .certificates-wrapper .crt-title > div{text-align: right; padding-bottom: 28px; }
        .certificates-wrapper .crt-title strong{
            text-align: center;
        }
        .certificates-wrapper .crt-logo > div{text-align: center;}
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .certificates-wrapper .crt-list > div{ text-align: center; padding-bottom: 28px; }
        .certificates-wrapper .crt-title > div{text-align: right;}
        .certificates-wrapper .crt-title strong{
            text-align: right;
        }
        .certificates-wrapper .crt-logo > div{text-align: left;}
    }
    @media (max-width: 1199px) {
        .certificates-wrapper .crt-title strong{
            padding-left: 0; padding-right: 0;
        }
    }

