/* PAGE HEADER AREA
   ========================================================================== */
    /* PAGE HEADER INFO AREA */
    .page-info-header {
        min-height:       250px;
        background-color: #ffb715;
        overflow:         hidden;
        color:            #fff;
        position:         relative;
    }
    .page-info-header .container, .page-info-header .container-full {
        min-height: 250px;
    }
    .page-info-header .page-title {
        position:  absolute;
        font-size: 50px;
        left:      0px;
        color: #005dba;
        font-weight: 700;
        line-height: 1;
        margin: 0px; padding: 0px;
        bottom:   20px;
    }
    .page-info-header .data-article {
        position: absolute;
        bottom:   18px;
        right:    15px;
    }
            /* PAGE BANNER */
            .page-banner {
                min-height:       250px;
                overflow:         hidden;
                position:         relative;
                color:            #fff;
                background: #ffb715 url("/public/images/page-banner.jpg") left center no-repeat;
                background-size: cover;
            }
            .page-banner .container, .page-banner .container-full {
                position: absolute;
                z-index:  3;
                top:      0px;
                bottom:   0px;
                left:     0px;
                right:    0px;
            }
            .page-banner .page-title {
                font-family: 'Saira Condensed', sans-serif;
                position:  absolute;
                font-size: 50px;
                color: #005dba;
                font-weight: 700;
                line-height: 1;
                margin: 0px; padding: 0px 0px 0px 110px;
                bottom:   20px;
                left: 15px;

                background: url("/public/images/globrandexpo-title.png") left center no-repeat;
            }
            .page-banner .data-article {
                position: absolute;
                bottom:   18px;
                right:    15px;
            }
                    /* PAGE HEADER SLIDER */
                    #page-slider {
                        overflow: hidden;
                        position: relative;
                    }
                    #page-slider-extra {
                        min-height:       250px;
                        overflow:         hidden;
                        position:         relative;
                        color:            #fff;
                        background-color: #ffb715;
                    }
                    #page-slider-extra .container, #page-slider-extra .container-full {
                        position: absolute;
                        z-index:  3;
                        top:      0px;
                        bottom:   0px;
                        left:     0px;
                        right:    0px;
                    }
                    #page-slider-extra .page-title {
                        font-family: 'Saira Condensed', sans-serif;
                        position:  absolute;
                        font-size: 50px;
                        left:      0px;
                        color: #005dba;
                        font-weight: 700;
                        line-height: 1;
                        margin: 0px; padding: 0px;
                        bottom:   20px;
                    }
                    #page-slider-extra .data-article {
                        position: absolute;
                        bottom:   18px;
                        right:    0px;
                    }
        @media (max-width: 575px) {
            .page-banner .page-title {
                top : 17%;
                bottom: auto;
                width: 94%;
                text-align: center;
            }
            .page-banner .data-article{
                right: 0px;
                left: 0px;
                text-align: center;
            }
                .page-banner .data-article .show_social{
                    display: inline-block;
                    float: none;
                }
        }
        @media (max-width: 767px) {
            .page-banner {
                min-height:       150px;
            }
            .page-banner .page-title {
                margin: 0px; padding: 0px 0px 0px 0px;
                background: none;
            }
        }
        @media (min-width: 768px) and (max-width: 991px) {
            .page-banner {
                min-height:       200px;
            }
        }


        .page-history{
            overflow: hidden;
            position: relative;
        }
            .page-history h1{
                font-size: 40px;
                font-weight: 500;
                color: #363636;
                line-height: 1;
                padding-right: 129px;
            }
            .page-history a{
                display: block;
                background-color: #ffb715;
                padding: 4px 9px;
                color: #fff;
                position: absolute;
                right: 15px; z-index: 3;
                top:5px;
            }
            .page-history a:hover{
                background-color: #444;
            }
        @media (max-width: 575px) {
            .page-history h1{
                font-size: 33px;
                padding-right: 0px;
            }
            .page-history a{
                position: relative;
                right: auto;  top:0px;
                margin-bottom: 10px;
                text-align: center;
                display: inline-block;
            }
        }



/* PAGE ROOTER
   ========================================================================== */
    .breadarea {
        background-color: #fff;
        box-shadow: 0px 2px 2px rgba(200,200,200,0.2);
        z-index: 3;
        position: relative;
    }
        .breadarea .breadcrumb{
            background: none;
            margin: 0px;
            padding: 10px 0px;
        }
            .breadarea .breadcrumb .breadcrumb-item{
                color: #3c3c3c;
                font-weight: 500;
                font-size: 14px;
            }
            .breadarea .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
                color: #797979;
                content: ">";
            }
                .breadarea .breadcrumb .breadcrumb-item a {
                    color: #797979;
                    font-weight: 300;
                    font-size: 12px;
                }


/* CONTENT LIST
   ========================================================================== */
    .content-list{
        padding-top: 37px;
        padding-bottom: 27px;
        background-color: #f5f5f5;
    }

/* CONTENT AREA
   ========================================================================== */
/* .container-full{} Full page icin atandi*/
    .content-page {
        padding-top: 37px;
        padding-bottom: 27px;
        background-color: #f5f5f5;
    }
    .gallery-page {
        padding-bottom: 37px;
        background-color: #f5f5f5;
    }

        .content-page h2 {
            margin-bottom: 10px;
        }
        .content-page h3 {
            margin-bottom: 7px;
        }
        .content-page h4 {
            margin-bottom: 4px;
        }
        .content-page h5,
        .content-page h6 {
            margin-bottom: 2px;
        }
        .content-page table {
            margin-bottom: 20px;
        }
        .content-page ul,
        .content-page ol {
            margin-bottom: 20px;
        }
        .content-page ul li, .content-page ol li {
            margin-bottom: 3px;
            line-height:   1.5em;
        }
        .content-page p {
            line-height: 1.5em;
        }


/* NEWS LIST
   ========================================================================== */
    .articles {
        padding:         0;
        margin:          0;
        transition: all 0.3s ease-in-out;
    }
    .articles .articles-wrapper{
        padding: 10px;
        background-color: #fff;
    }
    .articles:nth-child(even) .articles-wrapper{
        background-color: #e9e9e9;
    }
        .articles .article-links {
            display:     block;
            color:       #3f627b;
            font-size:   15px;
        }
            .articles .article-image {
                display:        block;
                padding:        4px;
                overflow: hidden;
            }
                .articles .article-image img{
                    transition: all 0.3s ease-in-out;
                    width: 100%;
                }
            .articles .article-content {
                padding: 7px 9px 15px;

            }
                .articles .article-content .article-timeago {
                    color:     #838383;
                    display: block;
                    text-align: center;
                }
                .articles .article-content .article-title {
                    display: block;
                    color: #003e7b;
                    text-align: center;
                    font-weight: 700;
                    font-size: 18px;
                }
            .articles .article-links:hover .article-image img{
                transform:  scale(1.1) rotate(-1deg);
            }


/* CONTACT PAGE
   ========================================================================== */
    #map iframe {
        width:  100%;
        height: 400px;
        border: 1px solid #dfdfdf;
    }
    .contact-address address {
        margin-bottom: 20px;
        font-style:    normal;
        line-height:   1.42857;
    }
    .contact-address i {
        font-size: 18px;
    }
    .contact-address .social-icons a {
        float:            left;
        padding:          6px 12px;
        display:          block;
        transition:       all 0.5s ease-in-out;
        background-color: #c1c1c1;
        margin-right:     2px;
        color:            #fff;
    }
    .contact-address .social-icons a:hover {
        background-color: #ea4a24;
        transition:       all 0.5s ease-in-out;
    }

/* CAREER | KARIYER FORM
   ========================================================================== */
    #career-list {
        display: block;
        clear:   both;
        margin:  15px 0px 0px 0px;
        padding: 0px;
    }
    #career-list li {
        display:       block;
        position:      relative;
        border-bottom: 1px solid #ccc;
        overflow:      hidden;
        padding:       4px 0px;
    }
    #career-list li strong {
        display: block;
        padding: 7px 4px;
        float:   left;
    }
    #career-list li a {
        display: block;
        padding: 7px 4px;
        float:   right;
    }

/* IFRAME EMBEDS
   ========================================================================== */
.embeds {
    width:      100%;
    min-height: 480px;
    border:     none;
}
/* PAGE CONTENT SLIDER
   ========================================================================== */
.owl-page-slider {
    overflow: hidden;
}
.owl-page-slider .item {
    position: relative;
}
/* SMILAR BLOGS AREA
   ========================================================================== */
.smilarcontent {
    clear:            both;
    background-color: #fff;
    padding-top:      25px;
    padding-bottom:   25px;
}
.smilarcontent .smilarcontent-title {
    display:          block;
    padding:          7px 7px;
    background-color: #138496;
    color:            #fff;
    font-weight:      400;
    margin-bottom:    7px;
}
.smilarcontent .smilarcontent-list a {
    display:  block;
    color:    #444;
    overflow: hidden;
}
.smilarcontent .smilarcontent-list a:hover {
    color: #82194d;
}
.smilarcontent .smilarcontent-list a span {
    margin-bottom: 5px;
    display:       block;
    overflow:      hidden;
}
.smilarcontent .smilarcontent-list a strong {
    font-weight: 400;
    font-size:   15px;
}
/* BRANDS TAGS
 ========================================================================== */
.brands-areea {
    background-color: #0c4da2;
    box-shadow:       inset 0 0 10px #0a3f84;
    border-radius:    2px;
    z-index:          1;
    padding:          25px 25px;
    overflow:         hidden;
}
.brands-areea .bayi-search {
    float:   left;
    display: block;
}
.brands-areea .bayi-search p {
    color:       #fff;
    font-weight: 400;
    font-size:   25px;
    margin:      0;
    line-height: 40px;
}
.brands-areea .select-box {
    float:   right;
    display: block;
}
.brands-areea .select-box select {
    display:       block;
    height:        40px;
    border:        none;
    border-radius: 3px;
    color:         #0c4da2;
    font-weight:   700;
    padding-left:  10px;
    width:         100%;
}
@media (max-width: 575px) {
    .brands-areea {
        height: auto;
    }
    .brands-areea .bayi-search {
        float: none;
        clear: both;
    }
    .brands-areea .select-box {
        float:   none;
        display: block;
        clear:   both;
    }
}
@media (min-width: 576px) {
    .brands-areea .select-box {
        width: 257px;
    }
}
.bayi-list {
    display:     block;
    clear:       both;
    padding-top: 15px;
}
.bayi-list > strong {
    color:       #b70000;
    font-weight: 500;
    font-size:   14px;
    padding-top: 7px;
    display:     block;
}
.bayi-list > div {
    display:          table;
    table-layout:     fixed;
    width:            100%;
    background-color: #faf9f9;
    font-family:      'Roboto', serif;
    margin-bottom:    13px;
}
.bayi-list > div .branch {
    display:        table-cell;
    vertical-align: middle;
    border-right:   #e3e1df solid 1px;
    font-size:      15px;
    color:          #8c8a86;
    padding:        10px 10px 10px 20px;
    line-height:    20px;
}
.bayi-list > div .address {
    display:        table-cell;
    vertical-align: middle;
    padding:        10px 10px 10px 20px;
    color:          #8c8a86;
}
.bayi-list > div .address .line1 {
    width:       100%;
    margin:      0px 0 5px 0;
    line-height: 15px;
}
.bayi-list > div .address .line2 {
    width:       100%;
    margin:      0px 0 5px 0;
    line-height: 15px;
}
.bayi-list > div .address .line3 {
    font-size: 15px;
    color:     #7a7875;
}
.bayi-list > div .mapwp {
    display:          table-cell;
    vertical-align:   middle;
    width:            115px;
    background-color: #e3e1e1;
    position:         relative;
    height:           85px;
}
.bayi-list > div .mapwp.active {
    background-color: #b7b7b7;
}
.bayi-list > div .mapwp.active:hover {
    background-color: #0c4da2;
}
.bayi-list > div .mapwp a {
    width:      115px;
    height:     100%;
    background: url(/public/images/mapsico.png) center center no-repeat;
    color:      #b7b7b7;
    position:   absolute;
    top:        0px;
    bottom:     0px;
}
@media (max-width: 575px) {
    .bayi-list > div {
        display: block;
        width:   100%;
    }
    .bayi-list > div .branch {
        display: block;
        width:   100%;
        padding: 10px 10px 10px 10px;
    }
    .bayi-list > div .address {
        display: block;
        width:   100%;
        padding: 10px 10px 10px 10px;
    }
    .bayi-list > div .mapwp {
        display: block;
        width:   100%;
        height:  33px;
    }
    .bayi-list > div .mapwp a {
        background-size: auto 80%;
        width:           100%;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .bayi-list > div .branch {
        width: 37%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .bayi-list > div .branch {
        width: 33%;
    }
}
@media (min-width: 1200px) {
    .bayi-list > div .branch {
        width: 33%;
    }
}


/* PAGE TO PAGE
 ========================================================================== */
.pagination-area{
    clear: both;
    text-align: center;
    background-color: #f5f5f5;
}
    .pagination-area .pagination{
        display: inline-block;
    }
        .pagination-area .pagination .page-item{
            display: inline-block;
        }



/* FUAR TAKVİMİ
   ========================================================================== */
    .fuar-takvimi-datas a{
         display: block;
         background-color: #ffffff;
         border: 1px solid #cccccc;
         width: 100%;
    }
        .fuar-takvimi-datas .text-area{
            display: block;
            border-top: none;
            text-align: center;
            font-size: 18px;
        }
        .fuar-takvimi-datas .img-area{
            overflow: hidden;
        }
        .fuar-takvimi-datas .img-area img{
            transition: all 0.3s ease-in-out;
        }
        .fuar-takvimi-datas .text-area strong{
            display: block;
            font-size: 24px;
            color: #333333;
            font-weight: 700;
            padding: 12px 7px;
            border-bottom: 1px solid #cccccc;
        }
        .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 img{
                    transform: scale(1.05);
                    opacity:   .7;
                }
                .fuar-takvimi-datas a:hover .text-area span{
                    color: #cc0000;
                }
                .fuar-takvimi-datas a:hover .text-area p{
                    color: #cc0000;
                }


/* HİZMETLERİMİZ
========================================================================== */
.services{
    margin-bottom: 31px;
}
    .services .services-title{
        display:          block;
        font-size:        19px;
        font-weight:      600;
        background-color: rgba(49, 62, 71, 0.58);
        padding:          7px;
        color:            #ffffff;
    }
    .services-description{
        margin-top: 12px;
        text-align: justify;
    }
    .services .services-title-ddd{
        background-color: rgba(49, 62, 71, 0.33);
        color:            #000000;
    }
    .gerekli-belgeler .services-title-gb{
        background-color: #000000;
        color:            #ffffff;
        margin-bottom: 21px;
    }
    .gerekli-belgeler a{
        color: #333333;
    }
    .gerekli-belgeler a strong{
        display: block;
        padding: 9px 0px;
    }

/* CONTACT
   ========================================================================== */
.contact{}
    .contact .maps{
        margin-bottom: 17px;
    }
        .contact strong{
            display: block;
        }
        .contact address{
            display: block;
            margin: 0px;
        }
        #maps iframe, .maps iframe {
            width: 100%;
            height: 392px;
            border: 1px solid #dfdfdf;
        }

/* DEVLET DESTEĞİ
   ========================================================================== */

    .devlet-destegi{
        text-align: center;
    }
    .devlet-destegi-links a{
        display: block;
        padding: 7px;
        width: 100%;
        margin-bottom: 11px;
    }
    .devlet-destegi-links strong{
        display: block;
        margin: 21px 0px 11px 0px;
        font-size: 19px;
    }
    .devlet-destegi thead tr th{
        background-color: #0066cc;
        color: #ffffff;
    }
    .devlet-destegi th, .devlet-destegi td {
        border: 1px solid #dee2e6;
        vertical-align: middle;
    }
    .devlet-destegi tbody th{
        background-color: #669933;
        color: #ffffff;
    }

/* GALLERY
   ========================================================================== */
    #galleryALL .col{
        position: relative;
    }
        #galleryALL .item{
            position: relative;
            overflow: hidden;
            width: 100%;
        }
        #galleryALL .item img{
            display: block;
            width: 100%;
            height: auto;
        }
        #galleryALL .item a{
            position: relative;
            display: block;
            overflow: hidden;
        }
        #galleryALL .item .overlay {
            position:         absolute;
            top:              0;
            bottom:           0;
            left:             0;
            right:            0;
            height:           100%;
            width:            100%;
            opacity:          0;
            filter: alpha(opacity=0);
            -webkit-transform: translate(460px, -100px) rotate(180deg);
            -ms-transform: translate(460px, -100px) rotate(180deg);
            transform: translate(460px, -100px) rotate(180deg);
            -webkit-transition: all 0.2s 0.4s ease-in-out;
            transition: all 0.4s 0.1s ease-in-out;
            background-color: rgba(0, 0, 0, 0.56);
        }
        #galleryALL .item:hover .overlay {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
        }
        #galleryALL .item .overlay .text {
            color: white;
            font-size: 19px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
        }
        #galleryALL .item .overlay .text strong{
            display: block;
        }
        #galleryALL .item .gally-title{
            display: block;
            text-align: center;
            padding-top: 3px;
        }


/* CERTIFICATES
========================================================================== */
    .certificates-wrapper{
    }
        .certificates-wrapper .crt-list{
            text-align: center;
        }
            .certificates-wrapper .crt-list > div{
                width: 100%;
            }
                .certificates-wrapper .crt-list a{
                   display: inline-block;
                    overflow: hidden;
                }
                .certificates-wrapper .crt-list a:hover img{
                    transform: scale(1.03);
                    opacity:   .7;
                }
                .certificates-wrapper .crt-list img{
                    transition:       all .3s ease-in-out;
                }
                .certificates-wrapper .crt-list strong{
                    text-align: center;
                    display: block;
                    padding-bottom: 10px;
                }

/* REFERENCES
========================================================================== */
ul.referenceList {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.referenceList > li {
    margin-bottom: 10px;
    padding: 7px 0px;
    padding-left: 0px;
    padding-left: 22px;
    background-image: url(/public/images/menu-ikon.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    color: #000;
    border-bottom: 1px solid #2993d1;
}