/* GLOBALS
   ========================================================================== */
    body {
        font-family: 'Saira Condensed', sans-serif;
        font-size:   16px;
        color: #575757;
    }

/* WRAPPERS
   ========================================================================== */
    .wrapper {
        min-height:     100%;
        height:         auto !important;
        height:         100%;
        margin:         0px auto 0px auto;
        overflow-x:     hidden;
        -ms-overflow-x: hidden;
        transition:     all .5s ease-in-out;
    }

/* LOAD FONTS CSS
 ========================================================================== */
    /* <i class="fa fa-try"></i> */

/* MOBILE MENU ACTIVE
   ========================================================================== */
    html.mobile-navigation-active {
        position: absolute;
        width:    100%;
        height:   100%;
    }
    html.mobile-navigation-active .wrapper {
        position:   fixed;
        top:        0;
        left:       0;
        width:      100%;
        height:     100%;
        overflow:   hidden;
        transform:  translate(-375px, 0);
        transition: all .5s ease-in-out;
        opacity:    0.6;
    }
    html.mobile-navigation-active .wrapper::before {
        visibility: visible;
        opacity:    0;
        transition: all .5s ease-in-out;
    }
    html.mobile-navigation-active .mobile-navigation {
        visibility: visible;
        transform:  translate3d(0, 0, 0);
        transform:  translate(0, 0);
    }

/* SHORTCUT AREA
   ========================================================================== */
    .shortcut-area {
        background-color: #313e47;
        overflow:         hidden;
        padding-top: 13px; padding-bottom: 13px;
        color: #afc0cc;
    }

        /* LANG AREA  */
        .shortcut-area .shortcut-lang {
            float:       right;
            padding-left: 32px;
            line-height: 18px;
        }
            .shortcut-area .shortcut-lang span {
                padding-left: 2px;
            }
            .shortcut-area .shortcut-lang a {
                padding-left: 2px;
            }

        /* SOCIAL */
        .shortcut-area .shortcut-social {
            float:       right;
            line-height: 18px;
        }
            .shortcut-area .shortcut-social {
                float:       right;
            }
            .shortcut-area .shortcut-social li {
                display: inline-block;
            }
            .shortcut-area .shortcut-social li:not(:first-child) {
                padding-left: 8px;
            }
                .shortcut-area .shortcut-social li a{
                    color: #8cb9e7;
                }
                .shortcut-area .shortcut-social li a:hover{
                    color: #fff;
                }

        /* INFOS */
        .shortcut-area .shortcut-info {
            float:       left;
            line-height: 18px;
            font-size: 0.9em;
        }
            .shortcut-area .shortcut-info strong{
                color: #fff;
                font-weight: 500;
                display: block;
                font-size: 1em;
                padding-bottom: 2px;
            }
            .shortcut-area .shortcut-info em{
                color: #fff;
                font-weight: 500;
                font-style: normal;
            }
            @media(max-width: 767px) {
                .shortcut-area .shortcut-info {
                    float:       none;
                    text-align: center;
                    clear: both;
                }
            }

/* COLOR BAR
   ========================================================================== */
    .color-bar{
        height: 16px;
        display: block;
        clear: both;
        background: #000 url("/public/images/color-bar.png") center top repeat-y; overflow: hidden;
    }
    .color-bar2{
        display: block;
        clear: both; overflow: hidden;
        background: #e5e7e8;
        font-weight: 600;
        padding-bottom: 5px;

        .container{ padding-left: 75px;}
    }


/* HEADER AREA
   ========================================================================== */
    .header {
        background: #e5e7e8;
        min-height: 53px;
     }

/* NAV AREA
   ========================================================================== */
    .navbar {
        font-size: 18px;
        font-weight: 500;
        padding: 0px;
    }
    .navbar .navbar-brand {
        width:       310px;
        height:      58px;
        overflow:    hidden;
        text-indent: -9999px;
        cursor:      pointer;
        background:  url(/public/images/globrandexpo.jpg) center center no-repeat;
        position: absolute;
        z-index: 3;
        top: 22px;
        left: 0px;
        padding: 0px;
        margin-right: 0rem;
        margin-bottom: 0px;
    }
        .navbar .navbar-wrapper {
            padding-top: 36px;
            padding-bottom: 20px;
        }
            .navbar .navbar-wrapper .navbar-nav .nav-item {
                border-bottom: 2px solid transparent;
            }
                .navbar .navbar-wrapper .navbar-nav .nav-item .nav-link {
                    display: block;
                    padding-right: 0.6rem;
                    padding-left: 0.6rem;

                    line-height: 30px;
                    padding-top: 0px; padding-bottom: 0px;
                    color: #313e47;
                    border-right: 1px solid #c5c5c5;
                }
                    .navbar .navbar-wrapper .navbar-nav .nav-item .nav-link span{

                    }
                .navbar .navbar-wrapper .navbar-nav .nav-item:hover .nav-link,
                .navbar .navbar-wrapper .navbar-nav .nav-item.active .nav-link {
                    background-color: #005dba;
                    color: #fff;
                }
            .navbar .navbar-wrapper .navbar-nav .nav-item:first-child a{
                padding-right: 30px;
                width: 32px;
                overflow: hidden;
                text-indent: -9999px;
                background: url("/public/images/home.png") center center no-repeat;
            }
            .navbar .navbar-wrapper .navbar-nav .nav-item:first-child a:hover{
                background-color: transparent; !important;
                opacity: 0.8;
            }
                .navbar .navbar-wrapper .navbar-nav .nav-item .nav-btn {
                    display: none;
                    cursor: pointer;
                }
                .navbar .navbar-wrapper .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
                    display: block;
                }


            /* NAV DROPDOWN AREA */
            .navbar-wrapper .dropdown-menu {
                margin-top:    0px;
                border: 0px;
                border-top:    2px solid #005dba;
                border-radius: 0rem;
                background-color: #005dba;
                left: 0px;
            }
                .dropdown-menu .dropdown-item .dropdown-link {
                    color: #fff;
                }
                .dropdown-menu .dropdown-item:hover,
                .dropdown-menu .dropdown-item.active {
                    background-color: #fdb813 !important;
                }
                .dropdown-menu .dropdown-item:hover .dropdown-link,
                .dropdown-menu .dropdown-item.active .dropdown-link {
                    color: #fff !important;
                }

            .navbar-light .navbar-toggler{
                float: right;
                clear: left;
                margin-left: auto;

                color: #fff;
                border-color: #0254a8;
                background-color: #0254a8;
            }

            @media (max-width: 991px) {
                .navbar .navbar-brand {
                    width:       199px;
                    height:      37px;
                    top: 9px;
                    background-size: 80% auto;
                }
            }
            @media (min-width: 992px) and (max-width: 1023px) {
                .navbar .navbar-brand {
                    width:       280px;
                    height:      52px;
                    top: 18px;
                    background-size: 70% auto;
                }
                .navbar .navbar-wrapper {
                    padding-top: 26px;
                    padding-bottom: 10px;
                }
            }
            @media (min-width: 1024px) and (max-width: 1199px) {
                .navbar .navbar-wrapper {
                    padding-top: 32px;
                    padding-bottom: 16px;
                }
            }


/* MOBILE MENUS
   ========================================================================== */
    .mobile-navigation {
        width:            375px;
        height:           100%;
        overflow:         hidden;
        color:            #FFF;
        position:         fixed;
        z-index:          33;
        top:              0;
        right:            0;
        background-color: #0254a8;
        transform:        translate(100%, 0);
        transition:       all .5s ease-in-out;
    }
    .mobile-navigation .mobile-toggler-close {
        padding:          .5rem .7rem;
        font-size:        1.7rem;
        line-height:      1;
        border:           none;
        float:            right;
        background-color: #fff;
        color:            #0254a8;
        display:          block;
        clear:            both;
        position:         absolute;
        right:            20px;
        top:              24px;
        z-index:          2;
        border-radius:    0;
    }
    .mobile-navigation .mobile-navigation-wrapper {
        width:                      100%;
        height:                     100%;
        clear:                      both;
        padding:                    77px 20px 20px 20px;
        position:                   relative;
        top:                        0;
        left:                       0;
        overflow-y:                 auto;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-navigation .mobile-navigation-wrapper .dropdown-toggle::after {
        display: none;
        border:  none;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul {
        padding:       0px;
        list-style:    none;
        margin-bottom: 30px;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li {
        display:       block;
        overflow:      hidden;
        padding:       8px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.67);
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li:last-child {
        border-bottom: none;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > a {
        display:     block;
        color:       #fff;
        font-size:   16px;
        float:       left;
        line-height: 1.2;
        margin:      0px;
        padding:     4px 0px;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > a:hover {
        color: #e0a607;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li .nav-btn {
        display:          block;
        float:            right;
        padding:          0px;
        color:            #ffffff;
        font-size:        14px;
        line-height:      1;
        background-color: transparent;
        cursor:           pointer;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul {
        overflow:         hidden;
        clear:            both;
        list-style:       none;
        padding-left:     30px;
        display:          none;
        transition:       all .5s ease-in-out;
        position:         relative;
        float:            none;
        background-color: transparent;
        border:           none;
        border-radius:    0px;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li.active > ul {
        display: block;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li {
        display:       block;
        overflow:      hidden;
        padding:       6px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.67);
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.dropdown-item:focus, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.dropdown-item:hover, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.dropdown-item.active {
        background-color: transparent;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li:last-child {
        border-bottom: none;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > a {
        display:     block;
        color:       #fff;
        font-size:   15px;
        float:       left;
        line-height: 1.2;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > a:hover {
        color: #fff;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul {
        overflow:         hidden;
        clear:            both;
        list-style:       none;
        padding-left:     30px;
        display:          none;
        transition:       all .5s ease-in-out;
        position:         relative;
        float:            none;
        background-color: transparent;
        border:           none;
        border-radius:    0px;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li.active > ul {
        display: block;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li {
        display:       block;
        overflow:      hidden;
        padding:       4px 2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.67);
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li.dropdown-item:focus, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li.dropdown-item:hover, .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li.dropdown-item.active {
        background-color: transparent;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li:last-child {
        border-bottom: none;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li > a {
        display:     block;
        color:       #fff;
        font-size:   14px;
        float:       left;
        line-height: 1.2;
    }
    .mobile-navigation .mobile-navigation-wrapper > ul > li > ul > li > ul > li > a:hover {
        color: #fff;
    }

/* CONTENT AREA
   ========================================================================== */

/* ANIMATE
   ========================================================================== */

/* GALLERY BOX
   ========================================================================== */
    .gallery-wrapper {
        color:            #000000;
        background: url("/public/images/yellow.jpg") repeat top center;
        border-bottom: 1px solid #000000;
        text-align: center;
        padding-left: 5px;
    }
    .gallery-logo{
        vertical-align: middle;
    }
    .gallery-title{
        font-weight: 700;
        font-size: 43px;
        color: #000000;
        vertical-align: middle;
    }
    .gallery-links{
        vertical-align: middle;
    }
    .gallery-links .prew {
        display: block;
        float: left;
        background: url("/public/images/gallery-prev.png") left top no-repeat;
        width: 18px;
        height: 21px;
        margin-left: 6px;
        margin-right: 6px;
    }
    .gallery-links .next {
        display: block;
        float: left;
        background: url("/public/images/gallery-next.png") right top no-repeat;
        width: 18px;
        height: 21px;
    }

    #gallery .item{
        position: relative;
    }
    #gallery .item img{
        display: block;
        width: 100%;
        height: auto;
    }
    #gallery .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);
    }
    #gallery .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);
    }
    #gallery .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;
    }
    #gallery .item .overlay .text strong{
        display: block;
    }

    @media (min-width: 575px) and (max-width: 1200px) {
        .gallery-logo{
            display: none;
        }
        #gallery .item .overlay .text{
            font-size: 14px;
        }
        #gallery .item .overlay .text span{
            display: none;
        }
    }



/* MAILING LIST CSS
   ========================================================================== */
    #subscribe-box .input-group {
        border:  1px solid #545454;
        padding: 4px 6px;
    }
    #subscribe-box .result {
        font-size: 0.9em;
        padding:   4px;
        color:     #e6400c;
    }

/* SCROLL TOP
   ========================================================================== */
    .top-icon {
        display:    none;
        width:      32px;
        height:     19px;
        background: url(/public/images/scrolltop.png) no-repeat;
        position:   fixed;
        bottom:     17px;
        right:      17px;
        z-index:    10000;
        opacity:    0.5;
        cursor:     pointer;
    }
    .top-icon:hover {
        opacity: 1;
    }


/* FOOTER AREA
   ========================================================================== */
    .footer {
        background: url("/public/images/footer-bg.jpg") repeat top center;
        color:            #FFF;
        font-size:        12px;
        padding:          36px 0px;
    }
    .footer .copy-right{
        margin-top: 21px;
        padding: 0px 38px 0px 7px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    /* FOOTER NAVİGATE*/
    .footer .footer-navigation{
        border-left: 1px solid #ffffff;
    }
    .footer ul {
        margin:     0px;
        padding:    0px;
        list-style: none;
    }
    .footer ul li {
        display: block;
    }
    .footer ul li a {
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }
    .footer ul li a:hover {
        color: #f2b410;
    }
    .footer ul li > ul, .footer ul li.dropdown > ul {
        display: none !important;
    }

    /* FOOTER CONTACT*/
    .footer-contact{border-left: 1px solid #ffffff;}
    .footer-contact span{
        display: block;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 21px;
    }
    .footer-contact .address:not(:last-child){
        margin-bottom: 15px;
    }
    .footer-contact .address, .footer-contact .telephone, .footer-contact .e-mail{
        position: relative;
    }
    .footer-contact .icon{
        position: absolute;
    }
    .footer-contact .data{
        padding-left: 32px;
        font-size: 13px;
    }
    .footer-contact .telephone{
        margin: 21px 0px;
    }
    .footer-contact .e-mail a{
        color:  #FFF;
    }

    /* FOOTER LOGOS*/
    .footer .footer-logoextra{
        clear: both;
        overflow: hidden;
        padding-top: 15px;
    }

    /* FOOTER SOCİAL*/
    .footer-social{
        border-left: 1px solid #ffffff;
    }
    .footer-social ul{
        display: inline-block;
    }
        .footer-social span{
            display: block;
            font-size: 17px;
            font-weight: 700;
            margin-bottom: 21px;
        }
        .footer-social ul li{
            position: relative;
            float: left;
        }
        .footer-social ul li a{
            font-size: 13px;
            margin-bottom: 11px;
        }
            .footer-social ul li a .fa{
                width: 26px;
                height: 26px;
                margin-right: 7px;
                font-size: 18px;
                text-align: center;
                padding: 4px 0px;
            }
                .footer-social ul li a .fa-facebook{
                    background-color: #336699;
                }
                .footer-social ul li a .fa-twitter{
                    background-color: #0099ff;
                }
                .footer-social ul li a .fa-youtube{
                    background-color: #990000;
                }
                .footer-social ul li a .fa-linkedin{
                    background-color: #0066cc;
                }
                .footer-social ul li a .fa-instagram{
                    background-color: #b800a1;
                }
                    @media (max-width: 991px) {
                        .color-bar2{
                            .container{ padding-left: 45px;}
                        }
                    }

                    @media (max-width: 991px) {
                        .footer {
                            text-align: center;
                         }
                         .footer .copy-right {
                            padding: 0px 5px;
                        }


                        .footer-contact .icon{
                             display: none;
                        }
                        .footer-contact .data {
                            padding-left: 0;
                        }


                    }
                    @media (max-width: 767px) {
                        .footer-contact, .footer-social{
                                margin-top: 49px;
                        }
                    }

                    @media (max-width: 575px) {
                        .footer-navigation{
                            margin-top: 29px;
                            border: none !important;
                        }
                    }
.footer .nav-btn{
    display: none;
    cursor: pointer;
}
.footer .dropdown-toggle:after{
    display: none;
    cursor: pointer;
}


/* PRINT CSS
 ========================================================================== */
/*
  @media print {
    .header, .footer, .pre-footer, .comments, .gallery-page, .breadcrumb, .data-article {
      display : none;
    }
  }
*/
