﻿/*
    CUSTOM STYLESHEETS
*/


/* Çerçeveli buton */
.cercevelibuton {
    display: inline-block;
    border: solid 3px rgb(26, 167, 187);
    padding: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .cercevelibuton:hover {
        border-color: #168594;
    }

    .cercevelibuton a {
        display: block;
        color: #ffffff;
        font: 18px/20px 'oswald';
        background-color: rgb(26, 167, 187);
        padding: 8px 30px;
        letter-spacing: 2px;
        border: solid 1px #fff;
    }

        .cercevelibuton a:hover {
            background: #168594;
        }


/* Preloader Style */
.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    background-color: rgba(255,255,255,.6);
    /*background: url('../../_ui/images/preloaders/Preloader_21.gif') center no-repeat #fff;*/
}

    .se-pre-con .preloader-container {
        top: 50%;
        position: absolute;
        transform: translateY(-50%) translateX(-50%);
        left: 50%;
    }

    .se-pre-con .preloader-wrapper {
        margin: 0 auto;
        top: 30%;
    }



/*Footer alanındaki newsletter kaldırıldığı için fazladan bırakılan boşluk sıfırlandı */
footer#footer {
    padding-top: 30px;
}

.footer_navigation {
    padding-top: inherit;
}

    .footer_navigation li a:hover {
        color: #00ccd6;
        text-shadow: 1px 1px 1px #000000;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

/*SVG Harita için barnak simgesi*/
.svg_fig path {
    cursor: pointer;
}

/* Magnific popup title üste*/
.mfp-bottom-bar {
    top: 40px !important;
    bottom: auto !important;
}

/*Slider için*/
.slick-dots {
    bottom: 5px;
}

.pos-relative {
    position: relative !important;
}

/*üst sosyal medya*/
ul.top-social li a {
    background-color: #000000;
    background-color: rgba(0,0,0,0.2);
    width: 34px;
    display: inline-block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    ul.top-social li a:hover {
        background-color: #fff;
        background-color: rgba(255,255,255,0.2);
    }

    ul.top-social li a img {
        display: inline-block;
        vertical-align: middle;
    }

h3 {
    font: 46px/66px 'abril_fatfaceregular';
}

/*Headings*/
hr.subline {
    width: 15%;
    min-width: 150px;
    height: 5px;
    margin: 0 auto;
    border: none;
}

    hr.subline.green {
        background-color: #1e916b;
    }

    hr.subline.blue {
        background-color: #06578f;
    }

    hr.subline.turquoise {
        background-color: #1993a4;
    }


/*BOX SEPERATORS*/
hr.seperator {
    border: none;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 60px;
    z-index: -1;
}

    hr.seperator.seperator-turq {
        background-color: #1993a4;
    }

    hr.seperator.seperator-green {
        background-color: #1e916b;
    }

    hr.seperator.seperator-blue {
        background-color: #06578f;
    }


/*Colors*/
.bg-gri {
    background-color: #eee;
}

.color-turquoise {
    color: #1993a4;
}

.color-green {
    color: #1e916b;
}

.color-blue {
    color: #06578f;
}

.bg-pattern-1 {
    background-image: url('../images/bgpattern/OI4KYV2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}






/* MK Arama Formu */
.btn-custom {
    background-color: #304756;
    background-color: rgba(48, 71, 86, 0.6);
    font-size: 22px;
    width: 100px;
    color: #fff;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .btn-custom:hover {
        color: #3a5261;
    }

.tooltip {
    width: 125px;
    height: 109px;
}

.arama-icon button > h3 {
    font: 14px/28px 'ralewayregular';
}

.btn-tooltip {
    background: none;
    border: none;
    margin-top: -45px;
}

    .btn-tooltip > img {
        vertical-align: middle !important;
    }

@media (min-width: 1240px) {
    .mk-arama {
        width: 40%;
        margin: 0 auto;
    }
}

@media (max-width: 1240px) {
    .mk-arama {
        width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mk-arama {
        width: 66%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .mk-arama {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .mk-arama {
        width: 100%;
        margin: 0 auto;
    }
}
/* END: MK Arama Formu */










/* Anasayfa banner altı kutucuk */
#modul-container {
    clear: left;
}

    #modul-container .col-md-2 {
        margin-bottom: 30px;
    }

    #modul-container .item-box {
        width: 100%;
        display: block;
        margin-bottom: 0;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

        #modul-container .item-box figure {
            width: 100%;
            display: block;
            margin-bottom: 0;
            overflow: hidden;
            position: relative;
            text-align: center;
        }

        #modul-container .item-box .border {
            position: absolute;
            left: 3%;
            top: 3%;
            width: 94%;
            height: 94%;
            border: solid 1px #ffffff;
            border: solid 1px rgba(255, 255, 255, .7);
            z-index: 1; /* required for IE */
        }

        #modul-container .item-box:hover .border {
            border: solid 1px #ffffff;
            transition: all 1s;
        }

        #modul-container .item-box .golge {
            background: #000000;
            background: rgba(0,0,0, 0.4);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 1; /* required for IE */
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

        #modul-container .item-box:hover .golge {
            background: #000000;
            background: rgba(0,0,0, 0.1);
        }

        #modul-container .item-box:hover .text {
            text-shadow: 1px 1px 1px rgb(0, 0, 0);
        }

        #modul-container .item-box.fixed-box img {
            width: 100%;
            height: auto;
        }
        /* hover */
        #modul-container .item-box .item-hover {
            opacity: 1;
            filter: alpha(opacity=1);
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            text-align: center;
            color: #fff;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }



            #modul-container .item-box .item-hover .text {
                position: relative;
                display: block;
                padding: 0 5%;
                top: 50%;
                width: 100%;
                z-index: 100;
                line-height: 150%;
                font-family: 'ralewaysemibold';
                font-size: 16px;
                transform: translateY(-50%);
                -moz-transition: 0.3s ease;
                -webkit-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
            }

        #modul-container .item-box:hover .item-hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

@media (max-width: 978px) {
    #modul-container .col-sm-4 {
        margin-bottom: 30px;
    }

    #modul-container .row {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
}

/*end*/








/* Medya Kütüphanesi Kategoriler */
#home_widgets {
    color: rgba(255,255,255,0.6);
    background: #6d7b84;
    background: -moz-linear-gradient(top, #8c969c 0%, #6d7b84 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c969c), color-stop(100%, #6d7b84));
    background: -webkit-linear-gradient(top, #8c969c 0%, #6d7b84 100%);
    background: -o-linear-gradient(top, #8c969c 0%, #6d7b84 100%);
    background: -ms-linear-gradient(top, #8c969c 0%, #6d7b84 100%);
    background: linear-gradient(to bottom, #8c969c 0%, #6d7b84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c969c', endColorstr='#6d7b84',GradientType=0 );
}

    #home_widgets a {
        color: #ebf0f2;
        padding: 5px 10px;
        font: 14px/22px 'ralewaysemibold';
    }

        #home_widgets a:hover {
            color: #FFFFFF;
        }

    #home_widgets li a:hover {
        background-color: #676e73;
    }

    #home_widgets ul {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: hidden;
    }

#quad li {
    width: 25%;
}

#home_widgets li {
    line-height: 32px;
    float: left;
    display: inline;
    text-align: center;
}
/*end*/







/*ÖNE ÇIKANLAR*/
.onecikan {
}

    .onecikan .oc-outer {
        /*border: solid 1px #eee;*/
    }

    .onecikan .oc-item {
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 2px #000000;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 2px #000000;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        position: relative;
        margin-bottom: 30px;
        font-family: 'ralewayregular', Arial, Tahoma;
    }

        .onecikan .oc-item > a {
            display: block;
            position: relative;
            height: 300px;
            overflow: hidden;
        }

            .onecikan .oc-item > a:hover .image {
                -moz-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

            .onecikan .oc-item > a:hover .description,
            .onecikan .oc-item > a:hover .location,
            .onecikan .oc-item > a:hover .itemlabel {
                will-change: transform;
                -moz-transform: translateY(-3px);
                -ms-transform: translateY(-3px);
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
            }

            .onecikan .oc-item > a:hover .itemheader {
                will-change: transform;
                -moz-transform: translateY(-60%);
                -ms-transform: translateY(-60%);
                -webkit-transform: translateY(-60%);
                transform: translateY(-60%);
            }

                .onecikan .oc-item > a:hover .itemheader h3 {
                    will-change: transform;
                }

                .onecikan .oc-item > a:hover .description h4,
                .onecikan .oc-item > a:hover .itemheader h4 {
                    will-change: transform;
                }

            .onecikan .oc-item > a .itemheader {
                -moz-transition: 0.3s ease;
                -webkit-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                position: relative;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 90%;
                margin: auto;
                color: #fff;
                text-align: center;
            }


                .onecikan .oc-item > a .itemheader::before,
                .onecikan .oc-item > a .itemheader::after {
                    content: " ";
                    height: 2px;
                    width: 13%;
                    background-color: #fff;
                    display: inline-block;
                    margin-bottom: 4px;
                }

                .onecikan .oc-item > a .itemheader h3 {
                    text-shadow: 1px 1px 2px #000000;
                    text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
                    color: #fff;
                    font: 21px/30px 'ralewaysemibold';
                    font-weight: bold;
                    margin: 0;
                }

                .onecikan .oc-item > a .itemheader h4 {
                    text-shadow: 1px 1px 1px #000000;
                    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
                    font-size: 14px;
                    font-weight: normal;
                    margin: 0;
                }

            .onecikan .oc-item > a .location {
                -moz-transition: 0.3s ease;
                -webkit-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                position: absolute;
                bottom: 10px;
                left: 0;
                color: #fff;
                margin-left: 20px;
                font: 14px/20px 'ralewayregular';
                background-image: url("../images/marker-white-32.png");
                -ms-background-repeat: no-repeat;
                background-repeat: no-repeat;
                background-position-x: center;
                padding-top: 35px;
            }

            .onecikan .oc-item > a .itemlabel {
                -moz-transition: 0.3s ease;
                -webkit-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                position: absolute;
                bottom: 10px;
                right: 0;
                color: #fff;
                margin-right: 20px;
                letter-spacing: .1em;
                font-weight: 400;
            }

            .onecikan .oc-item > a .description {
                -moz-transition: 0.3s ease;
                -webkit-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                position: absolute;
                bottom: 20px;
                left: 20px;
                color: #fff;
            }

                .onecikan .oc-item > a .description figure {
                    text-shadow: 0px 1px 1px #000000;
                    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
                    font-size: 12px;
                    font-weight: bold;
                }

                    .onecikan .oc-item > a .description figure i {
                        margin-right: 5px;
                    }

                    .onecikan .oc-item > a .description figure span {
                        margin-right: 10px;
                    }

                .onecikan .oc-item > a .description h3 {
                    text-shadow: 0px 1px 1px #000000;
                    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
                    color: #fff;
                    font-size: 21px;
                    font-weight: bold;
                    margin-bottom: 2px;
                    margin-top: 5px;
                }

                .onecikan .oc-item > a .description h4 {
                    text-shadow: 0px 1px 1px #000000;
                    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
                    font-size: 14px;
                    font-weight: normal;
                    margin: 0;
                }

            .onecikan .oc-item > a .image {
                -moz-transition: 0.6s ease;
                -webkit-transition: 0.6s ease;
                -ms-transition: 0.6s ease;
                -o-transition: 0.6s ease;
                transition: 0.6s ease;
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transform: scale(1.01, 1.01);
                -ms-transform: scale(1.01, 1.01);
                -webkit-transform: scale(1.01, 1.01);
                transform: scale(1.01, 1.01);
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .onecikan .oc-item > a .image:after {
                    -moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                    -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                    -ms-opacity: 0.7;
                    opacity: 0.7;
                    background: -moz-linear-gradient(top, transparent 0%, black 100%);
                    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
                    background: linear-gradient(to bottom, transparent 0%, black 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
                    background-color: rgba(0, 0, 0, 0.2);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    content: "";
                    will-change: transform;
                    transition: 0.6s ease;
                }

        .onecikan .oc-item:hover > a .image:after {
            opacity: 0.5;
        }

        .onecikan .oc-item.featured .label {
            background-color: transparent;
            border: 1px solid #fff;
            color: #fff;
        }


.bg-transfer {
    -ms-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    width: 100%;
}

    .bg-transfer img {
        display: none !important;
    }
/* end */
















/* KUTULAR MODÜLLER */
.kutular {
}

    .kutular .kutu-item {
        -webkit-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 2px #000000;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 2px #000000;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
        position: relative;
        margin-bottom: 30px;
        font-family: 'ralewayregular', Arial, Tahoma;
    }

        .kutular .kutu-item > a {
            display: block;
            position: relative;
            height: 140px;
            overflow: hidden;
        }

            .kutular .kutu-item > a:hover .image {
                -moz-transform: scale(1.1, 1.1);
                -ms-transform: scale(1.1, 1.1);
                -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
            }

            .kutular .kutu-item > a:hover .itemheader {
                will-change: transform;
                -moz-transform: translateY(-60%);
                -ms-transform: translateY(-60%);
                -webkit-transform: translateY(-60%);
                transform: translateY(-60%);
            }

                .kutular .kutu-item > a:hover .itemheader h3 {
                    will-change: transform;
                }

            .kutular .kutu-item > a .itemheader {
                -moz-transition: 0.3s ease;
                -webkit-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                position: relative;
                top: 50%;
                -ms-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 90%;
                margin: auto;
                text-align: center;
            }


                .kutular .kutu-item > a .itemheader::before,
                .kutular .kutu-item > a .itemheader::after {
                    content: " ";
                    height: 2px;
                    width: 13%;
                    background-color: #fff;
                    display: inline-block;
                    margin-bottom: 4px;
                }

                .kutular .kutu-item > a .itemheader h3 {
                    text-shadow: 0 1px 1px #000000;
                    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
                    color: #fff;
                    font: 16px/24px 'ralewaysemibold';
                    margin: 0;
                }

            .kutular .kutu-item > a .image {
                -moz-transition: 0.6s ease;
                -webkit-transition: 0.6s ease;
                -ms-transition: 0.6s ease;
                -o-transition: 0.6s ease;
                transition: 0.6s ease;
                -moz-backface-visibility: hidden;
                -webkit-backface-visibility: hidden;
                -ms-backface-visibility: hidden;
                backface-visibility: hidden;
                -moz-transform: scale(1.01, 1.01);
                -ms-transform: scale(1.01, 1.01);
                -webkit-transform: scale(1.01, 1.01);
                transform: scale(1.01, 1.01);
                position: absolute;
                width: 100%;
                height: 100%;
            }

                .kutular .kutu-item > a .image:after {
                    -moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                    -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
                    -ms-opacity: 0.7;
                    opacity: 0.7;
                    background: -moz-linear-gradient(top, transparent 0%, black 100%);
                    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
                    background: linear-gradient(to bottom, transparent 0%, black 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=0 );
                    background-color: rgba(0, 0, 0, 0.4);
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    height: 100%;
                    width: 100%;
                    content: "";
                    will-change: transform;
                    transition: 0.6s ease;
                }

        .kutular .kutu-item:hover > a .image:after {
            opacity: 0.5;
        }

        .kutular .kutu-item .border {
            position: absolute;
            left: 3%;
            top: 3%;
            width: 94%;
            height: 94%;
            border: solid 1px #ffffff;
            border: solid 1px rgba(255, 255, 255, .7);
            z-index: 1; /* required for IE */
        }

        .kutular .kutu-item:hover .border {
            border: solid 1px #ffffff;
            transition: all 1s;
        }

@media (max-width: 480px) {
    .kutular .kutu-item > a {
        height: 120px;
    }

        .kutular .kutu-item > a .itemheader h3 {
            font: 14px/20px 'ralewaysemibold';
        }
}

/* end */























/*Menu dropdown menu items */
div.mega-menu .mega-menu-item .dropdown-menu a {
    color: #111;
    text-shadow: none !important;
}

div.mega-menu img.bgimage {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .25;
}

div.mega-menu .main_menu li > a:hover,
div.mega-menu .main_menu li > a:focus,
div.mega-menu .main_menu .dropdown.open > a:hover,
div.mega-menu .main_menu .dropdown.open > a:focus {
    background: none !important;
    border-color: transparent !important;
}

div.mega-menu ul.main_menu .dropdown > .dropdown-menu,
div.mega-menu ul.main_menu .dropdown-submenu > .dropdown-menu {
    visibility: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

div.mega-menu ul.main_menu .dropdown:hover > .dropdown-menu,
div.mega-menu ul.main_menu .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

div.mega-menu .main_menu .mega-menu-item ul li i {
    padding-left: 3px;
    font-size: 14px;
    margin-right: 3px;
    text-align: center;
    width: 22px;
}

nav.main_menu .mega-menu-item ul li.dropdown > a > i {
    margin-right: 0px;
}

div.mega-menu .main_menu .mega-menu-item .dropdown-menu {
    /*min-width: 500px;*/
    /*max-width: 700px;*/
    top: auto;
    background-color: #ffffff;
    padding: 0;
    /*border-style: solid none none;
    border-width: 3px 0 0;*/
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 2px 3px 0px #323232;
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.45);
}

    div.mega-menu .main_menu .mega-menu-item .dropdown-menu li a {
        font: 12px/20px "ralewayregular", sans-serif;
        font-weight: 400;
        height: auto;
        padding: 0;
        position: relative;
        text-transform: none;
        -webkit-transition: padding .3s ease-in-out;
        transition: padding .3s ease-in-out;
        white-space: nowrap;
    }

        div.mega-menu .main_menu .mega-menu-item .dropdown-menu li a:hover {
            background-color: #d3d3d3 !important;
            background-color: rgba(211, 211, 211, 0.1) !important;
            color: #1aa7bb;
            padding-left: 10px;
        }


    /*div.mega-menu .main_menu .mega-menu-item .dropdown-menu .mega-menu-content a {
        white-space: nowrap;
    }

        div.mega-menu .main_menu .mega-menu-item .dropdown-menu .mega-menu-content a:hover {
            padding-left: 12px;
        }*/

    div.mega-menu .main_menu .mega-menu-item .dropdown-menu i {
        margin-left: -2px;
        padding-right: 6px;
    }
/* Mega Menu */
ul.main_menu {
    position: relative;
}

div.mega-menu .dropdown {
    position: static;
}

div.mega-menu .nav,
div.mega-menu .dropup,
div.mega-menu .collapse {
    position: static;
}

.main_menu li.mega-menu-item .dropdown-menu {
    left: 30px;
    right: 15px;
}

div.mega-menu .mega-menu-item li ul {
    list-style: none;
    padding: 0;
    display: inline;
}

div.mega-menu .mega-menu-item .dropdown-menu a,
div.mega-menu .mega-menu-item .dropdown-submenu > span.dropdown-menu-title-only {
    text-transform: none;
    display: block;
    text-decoration: none;
}

div.mega-menu .mega-menu-item .dropdown-submenu > span.dropdown-menu-title-only {
    line-height: 18px;
}

    div.mega-menu .mega-menu-item .dropdown-submenu > span.dropdown-menu-title-only:hover {
        cursor: pointer;
    }

div.mega-menu .mega-menu-item .dropdown-menu {
    margin-top: 0;
}

    div.mega-menu .mega-menu-item .dropdown-menu > li {
        display: block
    }

div.mega-menu .mega-menu-item .mega-menu-content {
    padding: 15px !important;
}

    div.mega-menu .mega-menu-item .mega-menu-content:before {
        display: table;
        content: "";
        line-height: 0;
    }

    div.mega-menu .mega-menu-item .mega-menu-content:after {
        display: table;
        content: "";
        line-height: 0;
        clear: both;
    }

    div.mega-menu .mega-menu-item .mega-menu-content ul li {
        display: inline-block;
    }

div.mega-menu > ul li.dropdown.mega-menu-item ul li ul li {
    display: block;
}






@media (min-width: 767px) {
    .header_ri1_right.mega-menu {
        float: left !important;
    }

    .mega-menu ul.dropdown-menu {
        min-width: 700px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .header_ri1_right.mega-menu ul.dropdown-menu {
        min-width: 500px;
    }
}

@media (max-width: 767px) {
    div.mega-menu ul.main_menu .dropdown > .dropdown-menu {
        display: none;
    }
}

/* end */




/* Anasayfa Masrony Pagination */
.pagination > li > a, .pagination > li > span {
    color: #0fabc1;
    font-family: oswaldlight;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #0fabc1;
    border-color: #129baf;
}

@media (max-width: 480px) {
    .pagination-lg > li > a {
        padding: 6px 12px !important;
        font-size: 100% !important;
        line-height: 1 !important;
    }
}



.banner {
    float: none !important;
}



/*
	Language  Changer Homepage
*/
select.ddldildesktop {
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    border-color: transparent;
    color: #fff;
    height: 30px;
}

.langchanger-container-mobile {
    right: 55px;
    position: absolute;
    top: 10px;
    display: none;
}

    .langchanger-container-mobile select {
        background-color: rgba(0,0,0,0.2);
        border-radius: 5px;
        border-color: transparent;
        color: #fff;
        height: 30px;
    }



.banner .travelling .bannerbg {
    background-size: cover;
    background-position: center center;
    display: block;
    opacity: .9;
    height: 100vh;
}
.banner .travelling a {
    display: block;
}
@media (min-width: 1200px) {
    .banner .travelling a {
        /*height: 100vh;*/
    }
}
@media (max-width: 1199px) {
    .banner .travelling a {
        /*height: 550px;*/
    }
}
@media (max-width: 991px) {
    .banner .travelling a {
        /*height: 400px;*/
    }
}


@media (max-width: 768px) {
    .langchanger-container-mobile {
        display: block;
    }

    .morphsearch {
        right: 120px !important;
    }

        .morphsearch.open {
            right: 0 !important;
        }
    .banner .travelling a {
        /*height: 330px;*/
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .langchanger-container-mobile {
        right: 80px;
        top: 29px;
    }

        .langchanger-container-mobile select {
            height: 40px;
        }

    .morphsearch {
        right: 135px !important;
    }
}

@media (max-width: 480px) {
    .morphsearch {
        right: 120px !important;
    }

        .morphsearch.open {
            right: 0 !important;
        }
    .banner .travelling .bannerbg {
        height: 400px;
    }
}
