.sitemargin {
    margin: 50px 0;
}

.reset {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Avrupakoleji';
    src: url('../../Assets/fonts/Avrupakoleji_8qfmjh.eot');
    src: url('../../Assets/fonts/Avrupakoleji_8qfmjh.eot#iefix') format('embedded-opentype'), url('../../Assets/fonts/Avrupakoleji_8qfmjh.ttf') format('truetype'), url('../../Assets/fonts/Avrupakoleji_8qfmjh.woff') format('woff'), url('../../Assets/fonts/Avrupakoleji_8qfmjh-Avrupakoleji.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Asap-SemiBold';
    src: url('../Fonts/Asap-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Asap-Regular';
    src: url('../Fonts/Asap-Regular.otf') format('opentype');
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Avrupakoleji' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-paper-plane:before {
    content: "\e914";
}

.icon-direction:before {
    content: "\e916";
}

.icon-phone:before {
    content: "\e915";
}

.icon-contact:before {
    content: "\e915";
}

.icon-list2:before {
    content: "\e900";
}

.icon-news:before {
    content: "\e901";
}

.icon-book:before {
    content: "\e902";
}

.icon-two-fingers-swipe-right:before {
    content: "\e903";
}

.icon-two-fingers-swipe-left:before {
    content: "\e904";
}

.icon-one-finger-click:before {
    content: "\e905";
}

.icon-trophy:before {
    content: "\e906";
}

.icon-quotes-right:before {
    content: "\e907";
}

.icon-quotes-left:before {
    content: "\e908";
}

.icon-check-square-o:before {
    content: "\e909";
}

.icon-external-link:before {
    content: "\e90a";
}

.icon-search:before {
    content: "\e90b";
}

.icon-menu:before {
    content: "\e90c";
}

.icon-twitter:before {
    content: "\e90d";
}

.icon-facebook:before {
    content: "\e90e";
}

.icon-calendar:before {
    content: "\e90f";
}

.icon-flag:before {
    content: "\e910";
}

.icon-graduation-cap:before {
    content: "\e911";
}

.icon-bank:before {
    content: "\e912";
}

.icon-equalizer:before {
    content: "\e913";
}


body {
    font-family: 'Asap-Regular';
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s all;
}

    /*@media (min-width: 768px) {
    .navbar-nav {
        margin: 0 0;
    }
}*/

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: transparent;
    }

header {
    margin-top: 100px;
}

.navbar {
    text-align: right;
    position: fixed;
    z-index: 9999999;
}

    .navbar img {
        float: left;
    }

    .navbar ul, .navbar li {
        list-style-type: none;
        padding: 0;
    }

.dropnav.navbar li {
    padding: 0;
}

.navbar li {
    display: inline-block;
    padding: 10px;
}

.dropnav.navbar .main-menu > li > .sub-menu {
    top: 28px;
    background: #000;
}

.sub-menu li {
    margin: 0;
}

.navbar li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    display: block;
}

.navbar i {
    font-size: 14px;
    transition: all 1s;
    color: #fff;
}
/*.navbar img {
        margin-top:-30px
    }
    */
/*.main-menu {
    margin-top: 50px
}*/

.navbar .main-menu > li {
    position: relative;
}

    .navbar .main-menu > li a:hover {
        color: #fff;
    }

    .navbar .main-menu > li:hover > i {
        transform: rotate(270deg);
        color: #fff;
    }

    .navbar .main-menu > li:hover:after {
        width: 100%;
    }

    .navbar .main-menu > li:hover > .sub-menu {
        visibility: visible;
        opacity: 1;
        width: auto;
        overflow: visible;
        background: rgba(248,80,50,0);
        background: -moz-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(208,67,42,0) 16%, rgba(0,0,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,0)), color-stop(16%, rgba(208,67,42,0)), color-stop(100%, rgba(0,0,0,1)));
        background: -webkit-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(208,67,42,0) 16%, rgba(0,0,0,1) 100%);
        background: -o-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(208,67,42,0) 16%, rgba(0,0,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(248,80,50,0) 0%, rgba(208,67,42,0) 16%, rgba(0,0,0,1) 100%);
        background: linear-gradient(to bottom, rgba(248,80,50,0) 0%, rgba(208,67,42,0) 16%, rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#000000', GradientType=0 );
        padding: 10px;
        top: 21px;
        z-index: 999;
        display: block;
    }

    .navbar .main-menu > li > .asub.sub-menu {
        left: -36%;
    }

    .navbar .main-menu > li > .bsub.sub-menu {
        left: -50%;
    }

    .navbar .main-menu > li > .csub.sub-menu {
        left: -18%;
    }

    .navbar .main-menu > li > .dsub.sub-menu {
        left: 8%;
    }

    .navbar .main-menu > li > .esub.sub-menu {
        left: -40%;
    }

    .navbar .main-menu > li > .fsub.sub-menu {
        left: -12%;
    }

.dropnav.navbar .main-menu > li > .dsub.sub-menu {
    left: 3%;
}

.dropnav.navbar .main-menu > li > .csub.sub-menu {
    left: -26%;
}

.dropnav.navbar .main-menu > li > .bsub.sub-menu {
    left: -58%;
}

.dropnav.navbar .main-menu > li > .asub.sub-menu {
    left: -42%;
}

.dropnav.navbar .main-menu > li > .esub.sub-menu {
    left: -52%;
}

.dropnav.navbar .main-menu > li > .fsub.sub-menu {
    left: -37%;
}

/*.navbar .main-menu > li:last-child, .dropnav.navbar li:last-child {
    margin: 5px 0 5px 10px;
}*/

.navbar-right {
    margin-right: 0;
}

.navbar .main-menu > li > .sub-menu {
    text-align: left;
    position: absolute;
    display: block;
    width: 0;
    top: 35px;
    visibility: hidden;
    transition: all 0.5s ease;
    opacity: 0;
    overflow: hidden;
}

    .navbar .main-menu > li > .sub-menu > li {
        display: block;
        white-space: nowrap;
    }

        .navbar .main-menu > li > .sub-menu > li > .sub-menu {
            text-align: center;
            position: absolute;
            width: auto;
            top: 0;
            left: 100%;
            visibility: hidden;
            transform: rotate(360deg);
            transition: all 1s;
            opacity: 0;
            white-space: normal;
        }

            .navbar .main-menu > li > .sub-menu > li > .sub-menu li {
                display: block;
            }

                .navbar .main-menu > li > .sub-menu > li > .sub-menu li a {
                    white-space: nowrap;
                }

        .navbar .main-menu > li > .sub-menu > li:hover > i {
            transform: rotate(270deg);
        }

        .navbar .main-menu > li > .sub-menu > li:hover > .sub-menu {
            visibility: visible;
            opacity: 1;
            transform: rotate(0deg);
        }

        .navbar .main-menu > li > .sub-menu > li:hover > .sub-menu-2 {
            visibility: visible;
            opacity: 1;
            transform: rotate(0deg);
        }

        .navbar .main-menu > li > .sub-menu > li:after {
            background-color: red;
        }

/*.navbar .main-menu > li:after {
        content: "";
        position: absolute;
        width: 0;
        bottom: -10px;
        left: 0;
        height: 2px;
        background: #fff;
        transition: all 0.5s;
    }*/

/*.dropnav .main-menu > li:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: #f9ca05;
    transition: all 0.5s;
}*/

.navbar .main-menu > li input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.navbar .main-menu > li label .fa {
    position: absolute;
    top: 5px;
    font-size: 18px;
    transition: all 1s;
}

.navbar .main-menu > li label > .fa + .fa {
    opacity: 0;
}

.navbar .main-menu > li label:hover {
    cursor: pointer;
}

.navbar .main-menu > li .search-bar {
    position: absolute;
    right: 0;
    width: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.1);
    margin-right: -15px;
    margin-top: 15px;
    border-bottom-left-radius: 20px;
    transition: all 1s;
    overflow: hidden;
}

    .navbar .main-menu > li .search-bar input {
        transition: all 1s;
        width: 100%;
        border: none;
        outline: 0;
    }

        .navbar .main-menu > li .search-bar input:focus + .line {
            width: 100%;
        }

        .navbar .main-menu > li .search-bar input[type="submit"] {
            opacity: 0;
        }

    .navbar .main-menu > li .search-bar .line {
        width: 0;
        height: 3px;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0.5;
        transition: all 1s;
    }

.navbar:after {
    content: "";
    display: block;
    clear: both;
}

#checkbox:checked + label > .fa + .fa {
    opacity: 1;
    color: #f33;
    animation: heart-beat 2s infinite;
}

#checkbox:checked + label > .fa {
    opacity: 0;
    transform: rotate(720deg);
}

#checkbox:checked ~ .search-bar {
    width: 300px;
}

@keyframes heart-beat {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(2, 2);
    }

    100% {
        transform: scale(1, 1);
    }
}

#bootstrap-touch-slider {
    margin-top: 0px;
    height: auto;
    position: relative;
}

    #bootstrap-touch-slider:before {
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 52%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(52%, rgba(255,255,255,0.32)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 52%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 52%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 52%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 52%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
        height: 40vh;
        width: 100%;
        position: absolute;
        content: "";
        bottom: 0;
        z-index: 999;
        pointer-events: none;
    }

.bs-slider .bs-slider-overlay {
    background-image: url(../../Assets/img/sliderback.png);
    background-repeat: repeat;
    background-size: contain;
}

.bs-slider {
    max-height: 100vh;
}

.dotstyle-hop li a {
    border: 2px solid #c44d48;
    background: transparent;
}

    .dotstyle-hop li a::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        border-radius: 50%;
        visibility: hidden;
        background: #fff;
        opacity: 0;
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
        -webkit-transform-origin: -200% 50%;
        transform-origin: -200% 50%;
        -webkit-transition: -webkit-transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
        transition: transform 0.3s ease 0.3s, opacity 0.3s ease, visibility 0s 0.3s ease;
    }

    .dotstyle-hop li a:focus {
        background: rgba(255, 255, 255, 0.2);
    }

.dotstyle-hop li.current-from-right a::after {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    -webkit-transform-origin: 300% 50%;
    transform-origin: 300% 50%;
}

.dotstyle-hop li.current a::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.nav > li > a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}


.slide-text {
    top: 47%;
    padding: 0;
}

    .slide-text > a.btn-primary {
        border: 1px solid #fff;
        background-color: transparent;
        color: #fff;
    }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    border: 1px solid #f9ca05;
    background-color: #f9ca05;
    color: #242422;
}

.slide-text > h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    line-height: 0;
    text-shadow: 2px -1px 1px rgba(149, 150, 150, 0.63);
}

.slide-text > p {
    margin-bottom: 10px;
    font-weight: 100;
    letter-spacing: 2px;
    font-family: 'Asap-Regular';
}

.slide-text i {
    font-size: 25px;
}

.slide-text span {
    position: relative;
    font-family: 'Asap-Regular';
    top: -5px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 2px;
}

.slide-text > a.btn-primary {
    margin-left: 0;
    padding: 8px 30px 8px 10px;
    border-radius: 0;
    text-transform: capitalize;
}

.okullarliste {
    position: relative;
    top: -50px;
    z-index: 9999;
}

    .okullarliste .okullarlistedetail {
        position: relative;
        overflow: hidden;
    }

    .okullarliste .okullisteresim img {
        border-radius: 8px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(161,161,161,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(161,161,161,1);
        box-shadow: 0px 0px 5px 0px rgba(161,161,161,1);
    }

    .okullarliste .okullarlistedetail .okullistetext {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        text-shadow: -1px -1px 8px rgba(0, 0, 0, 0.63);
    }
/*.okullistebutton{
    position:relative
}*/
.okullistebutton a {
    border: 2px solid #fff;
    padding: 5px 20px;
    background-color: transparent;
    color: #fff;
    position: absolute;
    top: -40px;
    text-align: center;
    transition: .5s all;
    text-decoration: none;
    font-size: 16px;
    text-shadow: -1px -1px 8px rgba(0,0,0,.63);
    display: block;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(161,161,161,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(161,161,161,1);
    box-shadow: 0px 0px 5px 0px rgba(161,161,161,1);
}

.okullarlistedetail:hover .okullistebutton a {
    top: 10px;
    z-index: 5;
    transition: .5s ease-in-out;
}

.okullistebutton a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    color: #fff;
    transition: all 0.5s;
}

.okullistebutton a:hover {
    color: #fff;
}

    .okullistebutton a:hover:before {
        width: 100%;
        background-color: #f9ca05;
        z-index: -1;
        transition: all 0.5s;
    }

.headermenu a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    left: 0;
    color: #fff;
    transition: all 0.5s;
    text-shadow: -1px -1px 8px rgba(0,0,0,.63);
}

.headermenu a:hover {
    color: #fff;
    border: 1px solid #fff;
}

    .headermenu a:hover:before {
        width: 100%;
        background-color: #f9ca05;
        z-index: -1;
        transition: all 0.5s;
    }

.headermenu {
    margin-top: 30px;
}

    .headermenu ul li {
        float: left;
        list-style-type: none;
        margin-right: 15px;
        font-family: 'Asap-Regular';
        letter-spacing: 1.5px;
    }

        .headermenu ul li a {
            text-decoration: none;
            font-size: 13px;
            border: 1px solid #b6b6b6;
            padding: 5px;
            color: #b6b6b6;
            text-shadow: -1px -1px 8px rgba(0,0,0,.63);
            position: relative;
        }

.dropnav {
    background-color: #000;
    padding-bottom: 2px;
    transition: 0.5s all;
}

    .dropnav .headermenu {
        margin-top: 5px;
    }

    .dropnav.navbar li {
        margin: 5px 10px !important;
    }

        .dropnav.navbar li a {
            font-size: 14px !important;
        }

    .dropnav .sub-menu li {
        margin: 0;
    }


    .dropnav.navbar img {
        width: 100px !important;
        margin-top: -15px;
    }

.anasayfasliderimg img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 220px;
    height: 165px;
}

.sitebaslik {
    margin: 0 0 80px 0;
}

    .sitebaslik span {
        background-color: #f9ca05;
        padding: 15px;
        font-size: 20px;
        border-radius: 100%;
        float: left;
        color: #fff;
        margin-right: 15px;
    }

    .sitebaslik h3 {
        position: relative;
        top: 10px;
        color: #999;
        letter-spacing: 1px;
    }

.anasayfahaberbaslik a {
    text-decoration: none;
}

.anasayfahaberbaslik {
    display: table;
}

    .anasayfahaberbaslik h4 {
        max-height: 65px;
        min-height: 70px;
        height: 68px;
        overflow: hidden;
        color: #878787;
        font-size: 15px;
        border-bottom: 1px solid rgba(242, 190, 11, 0.36);
    }

.anasayfahaberlink a {
    text-decoration: none;
    color: #878787;
    transition: 1s ease-in-out;
}

.anasayfasliderimg {
    position: relative;
}

    .anasayfasliderimg:before {
        height: 100%;
        width: 100%;
        content: "";
        position: absolute;
        bottom: 0;
        background: rgba(255,175,75,0);
        background: -moz-linear-gradient(top, rgba(255,175,75,0) 0%, rgba(255,146,10,0.63) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,0)), color-stop(100%, rgba(255,146,10,0.63)));
        background: -webkit-linear-gradient(top, rgba(255,175,75,0) 0%, rgba(255,146,10,0.63) 100%);
        background: -o-linear-gradient(top, rgba(255,175,75,0) 0%, rgba(255,146,10,0.63) 100%);
        background: -ms-linear-gradient(top, rgba(255,175,75,0) 0%, rgba(255,146,10,0.63) 100%);
        background: linear-gradient(to bottom, rgba(255,175,75,0) 0%, rgba(255,146,10,0.63) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
    }

.anasayfahabertext p {
    text-align: left;
    max-height: 80px;
    min-height: 80px;
    overflow: hidden;
    font-weight: 100;
    color: #878787;
    line-height: 1.4;
}

.anasayfahaberlink span {
    margin-left: 15px;
    font-size: 25px;
    position: relative;
    top: 5px;
    opacity: 0;
    transition: 1s ease-in-out;
}

.anasayfahaberitem:hover span {
    background: -webkit-linear-gradient(#f9ca05, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 1s ease-in-out;
    opacity: 1;
}

.anasayfahaberlink a:hover {
    color: #f9ca05;
    transition: 1s ease-in-out;
}

#anasayfahaberSlider .owl-dots {
    display: none;
}

#anasayfahaberSlider .owl-nav {
    position: absolute;
    top: -115px;
    right: 0;
}

.owl-nav span {
    font-size: 25px;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 100%;
    position: relative;
    background-color: #f9ca05;
}

    .owl-theme .owl-nav [class*=owl-]:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 0%;
        left: 0;
        color: #fff;
        transition: all 0.5s;
        text-shadow: -1px -1px 8px rgba(0,0,0,.63);
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        color: #fff;
        background-color: transparent;
    }

        .owl-theme .owl-nav [class*=owl-]:hover:before {
            height: 100%;
            background-color: #000;
            z-index: -1;
            transition: all 0.5s;
            border-radius: 100%;
        }


.baslikorta {
    text-align: center;
    position: relative;
    top: 10px;
    color: #999;
    overflow: hidden;
    letter-spacing: 1px;
}

    .baslikorta h3 {
        background-color: #fff;
        padding: 0 15px;
        width: 35%;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }

    .baslikorta:before {
        background-color: #f9ca05;
        content: "";
        position: absolute;
        top: 15px;
        height: 3px;
        width: 100%;
        left: 0;
    }

/*****************************GRİD******************************************/
.grid {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-left: 0;
}

.grid-item {
    padding: 0;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style-type: none;
    display: table;
    position: relative;
    overflow: hidden;
}

@media (min-width: 450px) {
    .grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 650px) {
    .grid {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .grid {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 960px) {
    .grid {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .grid {
        -webkit-column-count: 3;
        -moz-column-count: 4;
        column-count: 3;
    }
}
/*****************************GRİD******************************************/

.defaultsanat {
    margin-top: 50px;
}

.sanatalan {
    /*background-image: url(../../Assets/img/Default/pattern.png);
    background-position: center;
    background-color: #fff;*/
    padding: 30px 0;
    overflow: hidden;
    /* background-repeat-x: repeat;
    background-repeat-y: no-repeat;*/
}

.grid-item span {
    text-align: center;
    position: absolute;
    z-index: 25;
    font-size: 40px;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.grid-item:hover span {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.grid-item:before {
    position: absolute;
    content: "";
    background: rgba(249,200,5,0.64);
    background: -moz-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,200,5,0.64)), color-stop(100%, rgba(39,174,95,0)));
    background: -webkit-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: -o-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: -ms-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: linear-gradient(to right, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c805', endColorstr='#27ae5f', GradientType=1 );
    width: 100%;
    height: 100%;
    left: -200%;
    transition: 0.5s ease-in-out;
}

.grid-item:hover:before {
    transition: 0.5s ease-in-out;
    left: 0;
}

.fancybox-container {
    z-index: 9999999992;
}

/*BAŞARILAR*/
.basarilar {
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    position: relative;
}


.flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100px;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.input {
    width: 25px;
    height: 25px;
    background-color: #f9ca05;
    position: relative;
    border-radius: 50%;
}

    .input:hover {
        cursor: pointer;
    }

    .input::before, .input::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        top: 50%;
        transform: translateY(-50%);
        background-color: #f9ca05;
        width: 8.5714285714vw;
        height: 5px;
        max-width: 85.7142857143px;
    }

    .input::before {
        left: calc(-8.5714285714vw + 12.5px);
    }

    .input::after {
        right: calc(-8.5714285714vw + 12.5px);
    }

    .input.active {
        background-color: #2C3E50;
    }

        .input.active::before {
            background-color: #2C3E50;
        }

        .input.active::after {
            background-color: #AEB6BF;
        }

        .input.active span {
            font-weight: 700;
        }

            .input.active span::before {
                font-size: 15px;
            }

            .input.active span::after {
                font-size: 15px;
            }

        .input.active ~ .input, .input.active ~ .input::before, .input.active ~ .input::after {
            background-color: #AEB6BF;
        }

    .input span {
        width: 1px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        visibility: hidden;
        color: rgba(0, 0, 0, 0.24);
        text-align: center;
    }

        .input span::before, .input span::after {
            visibility: visible;
            position: absolute;
            left: 50%;
        }

        .input span::after {
            content: attr(data-year);
            top: 25px;
            transform: translateX(-50%);
            font-size: 14px;
        }

        .input span::before {
            content: attr(data-info);
            top: -85px;
            width: 70px;
            transform: translateX(-5px) rotateZ(-45deg);
            font-size: 12px;
            text-indent: -10px;
            color: rgba(0, 0, 0, 0.24);
            text-align: center;
        }

    .input.active span::before, .input.active span {
        color: #000;
    }

.description-flex-container {
    width: 60vw;
    font-weight: 400;
    font-size: 12px;
    margin-top: 100px;
}

    .description-flex-container p {
        margin-top: 0;
        display: none;
    }

        .description-flex-container p.active {
            display: block;
        }

@media (min-width: 1000px) {
    .input::before {
        left: -73.2142857143px;
    }

    .input::after {
        right: -73.2142857143px;
    }
}

@media (max-width: 850px) {
    .input {
        width: 17px;
        height: 17px;
    }

        .input::before, .input::after {
            height: 3px;
        }

        .input::before {
            left: calc(-8.5714285714vw + 8.5px);
        }

        .input::after {
            right: calc(-8.5714285714vw + 8.5px);
        }
}

@media (max-width: 600px) {
    .flex-parent {
        justify-content: initial;
    }

    .input-flex-container {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: auto;
        margin-top: 15vh;
    }

    .input {
        width: 60px;
        height: 60px;
        margin: 0 10px 50px;
        background-color: #AEB6BF;
    }

        .input::before, .input::after {
            content: none;
        }

        .input span {
            width: 100%;
            height: 100%;
            display: block;
        }

            .input span::before {
                top: calc(100% + 5px);
                transform: translateX(-50%);
                text-indent: 0;
                text-align: center;
            }

            .input span::after {
                top: 50%;
                transform: translate(-50%, -50%);
                color: #ECF0F1;
            }

    .description-flex-container {
        margin-top: 30px;
        text-align: center;
    }
}

.basariback {
    background-image: url(../../Assets/img/Default/patternbasari.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
    overflow: hidden;
}

.etkinlikalanbaslik h2 {
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0;
}

.etkinlikalanbaslik h4 {
    font-weight: 100;
    margin-bottom: 25px;
    line-height: 20px;
    padding-right: 10px;
}

    .etkinlikalanbaslik h4 span {
        font-weight: bold;
        padding-right: 10px;
        color: #f9ca05;
    }

    .etkinlikalanbaslik h4 i {
        font-size: 25px;
        padding-right: 5px;
        font-weight: bold;
        color: #808080;
    }

.etkinlikalanicerik p {
    font-weight: 100;
    color: #878787;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: left;
}

.etkinlikalanicerik span {
    color: rgba(249, 202, 5, 0.59);
    padding-right: 10px;
}

.etkinlikdetay {
    border-radius: 100%;
    margin-left: 120px;
    display: block;
    height: 100px;
    width: 100px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
    position: relative;
}

    .etkinlikdetay img {
        position: absolute;
        top: 25%;
        transform: scale(2);
    }

.etkinlikdetayaciklama p {
    max-height: 100px;
    height: 100px;
    overflow: hidden;
    font-weight: 100;
    color: #878787;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-align: right;
}

.etkinlikdetayaciklama {
    margin: 30px 0 20px;
}

    .etkinlikdetayaciklama h4 {
        color: #000;
        text-align: right;
    }

.etkinlikdetay span {
    position: relative;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    left: 25px;
    bottom: -100px;
    z-index: 2;
    transition: 0.5s ease-in-out;
}

.etkinlikdetay a {
    text-decoration: none;
}

.etkinlikdetay:before {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    position: absolute;
    top: -100%;
    content: "";
    z-index: 1;
    transition: 0.5s ease-in-out;
}

.etkinlikalanlaridetay .col-md-4:hover .etkinlikdetay:before {
    top: 0;
    transition: 0.5s ease-in-out;
}

.etkinlikalanlaridetay .col-md-4:hover .etkinlikdetay span {
    bottom: -40px;
    transition: 0.5s ease-in-out;
}

.icon1 {
    bottom: -37px;
    font-weight: bold;
    font-size: 22px !important;
}

.abonemail {
    padding: 50px;
    background-image: url(../../Assets/img/Default/pattern.png);
    background-repeat: repeat;
    background-position: center;
    border: 1px solid #f9ca05;
    position: relative;
    margin-top: 50px;
}

.defaultmailform {
    float: left;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #f9ca05;
}

.haberbultenalan .btn {
    background-color: #f9ca05 !important;
    border-color: #f9ca05 !important;
    padding: 10px 12px !important;
    border-radius: 0 !important;
}

.haberbultenalan h3 {
    color: #1d1d1b;
    margin-right: 15px;
    margin-top: 7px;
}

input:focus, textarea:focus, select:focus, .haberbultenalan .btn-primary {
    outline-offset: 0;
    outline: none;
}

.beforealan {
    position: relative;
}

    .beforealan:before {
        position: absolute;
        content: "";
        right: 50px;
        background-image: url(../../Assets/img/Default/cocuk.png);
        width: 250px;
        height: 270px;
        background-repeat: no-repeat;
        top: -68px;
    }

.footer {
    background-color: #1d1d1b;
    padding: 50px;
    margin-top: 50px;
    color: #fff;
    text-align:center
}

    .footer ul {
        padding: 0;
    }

        .footer ul li {
            list-style-type: none;
        }

    /*.footer ul li a, .footer ul li a:hover {
                color: #fff;
                text-decoration: none;
            }*/
    .footer p a, .footer p a:hover {
        color: #fff;
        text-decoration: none;
    }

    .footer h4 {
        color: rgba(249, 202, 5, 0.45);
    }

    .footer .col-xs-12 {
        margin-bottom: 25px;
    }

.detaybaslik {
    padding: 88px 0;
    background-color: #023ba1;
    background-image: url(../../Assets/img/Default/patternbasari.png);
    background-position: center;
    -moz-box-shadow: inset 0px 0px 22px -1px rgba(120,120,120,1);
    background-size: cover;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    box-shadow: inset 0px 0px 22px -1px rgba(120,120,120,1);
    position: relative;
}

    .detaybaslik:before {
        background: rgba(0,0,0,0.75);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.53) 20%, rgba(0,0,0,0) 68%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(20%, rgba(0,0,0,0.53)), color-stop(68%, rgba(0,0,0,0)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.53) 20%, rgba(0,0,0,0) 68%);
        background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.53) 20%, rgba(0,0,0,0) 68%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.53) 20%, rgba(0,0,0,0) 68%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.53) 20%, rgba(0,0,0,0) 68%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detailpagetittle h4 {
    font-style: italic;
    float: left;
}

.detailpagetittle h5 {
    text-align: right;
    margin-top: 18px;
}

    .detailpagetittle h5 a {
        text-decoration: none;
        color: #1d1d1b;
        padding-right: 3px;
    }

        .detailpagetittle h5 a span {
            color: #f9ca05;
            padding-left: 3px;
        }


.dropbtn {
    background-color: transparent;
    color: #f9ca05;
    padding: 9px 35px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border: 1px solid #f9ca05;
}

a.dropbtn {
    text-decoration: none;
    color: #f9ca05;
}


/*.dropbtn:hover, .dropbtn:focus {
        background-color: #f9ca05;
        color:#fff
    }*/


#myInput {
    border-box: box-sizing;
    background-image: url('https://avrupakoleji.com/assets/Css/searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.52);
    min-width: 230px;
    overflow: auto;
    border: 1px solid #f7c905;
    z-index: 1;
    margin-top: 15px;
    transition: 0.5s ease-in-out;
}

    .dropdown-content a {
        color: #f7c905;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer;
        text-shadow: -1px -0px 3px rgba(0,0,0,.10);
    }

.dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.52);
    transition: 0.5s ease-in-out;
}

.show {
    display: block;
}

.haberfiltre {
    margin: 30px 0;
}

.filterDiv {
    display: none;
}

.filtershow {
    display: block;
}

.detailpagetittle {
    padding-bottom: 55px;
    -webkit-box-shadow: 0px 17px 10px -19px rgba(0,0,0,1);
    -moz-box-shadow: 0px 17px 10px -19px rgba(0,0,0,1);
    box-shadow: 0px 17px 10px -19px rgba(0,0,0,1);
}

.haberlistealan span {
    float: right;
    margin-top: 26px;
    font-size: 30px;
    color: #f7c905;
    text-shadow: -1px -0px 3px rgba(0,0,0,.10);
}

.haber.col-md-12 .habergorsel {
    float: left;
    padding-right: 15px;
    width: 300px;
}

.haberliste {
    margin-top: 100px;
    min-height: calc(100vh - 571px);
}

.haber.col-md-12 .haberaciklama {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 13px -2px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 1px 13px -2px rgba(0,0,0,1);
    box-shadow: 0px 1px 13px -2px rgba(0, 0, 0, 0.32);
}

.haber.col-md-12 .haberaciklama {
    height: 213.75px;
    overflow: hidden;
}

.haber.col-md-12 .habertarih {
    position: relative;
    right: 70px;
    top: 5px;
}

    .haber.col-md-12 .habertarih .habergun {
        position: absolute;
        right: 0;
        top: -60px;
        font-size: 35px;
        font-weight: bold;
        color: #414140;
        opacity: 0.2;
    }

    .haber.col-md-12 .habertarih .haberay {
        position: absolute;
        right: 40px;
        top: -60px;
        font-size: 35px;
        font-weight: bold;
        color: #414140;
        opacity: 0.2;
    }

    .haber.col-md-12 .habertarih .haberyil {
        position: absolute;
        right: 0;
        top: -88px;
        font-size: 35px;
        font-weight: bold;
        color: #f7c905;
        opacity: 0.3;
    }

.haber.col-md-12 .haberbaslik h4 {
    font-size: 20px;
    opacity: 0.6;
    color: #acacac;
    text-indent: 15px;
    height: 40px;
    width: 70%;
}

.haber.col-md-12 .habertext p {
    text-align: left;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    font-weight: 100;
    color: #878787;
    line-height: 1.4;
    text-indent: 15px;
}

.haber.col-md-12 .haberbuttor a {
    padding: 6px 15px;
    background-color: rgba(247, 201, 5, 0.73);
    float: right;
    margin-right: 70px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 45px;
    transition: 0.5s ease-in-out;
}

.haber.col-md-12:hover .haberbuttor a {
    margin-top: -20px;
    transition: 0.5s ease-in-out;
}


/***********************************/
.haber.col-md-3 .habergorsel {
    width: 100%;
    padding-right: 0;
}

.habergorsel img {
    margin: 0 auto;
    display: block;
    max-height: 156px;
}

.haber.col-md-12 {
    margin: 8px 0;
}

.haber.col-md-3 {
    padding: 8px 8px;
    margin: 0 0 25px 0;
}

    .haber.col-md-3 .haberaciklama {
        background-color: #fff;
        padding: 20px;
        -webkit-box-shadow: 0px 1px 13px -2px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: 0px 1px 13px -2px rgba(0,0,0,1);
        box-shadow: 0px 1px 13px -2px rgba(0, 0, 0, 0.32);
    }

    .haber.col-md-3 .haberaciklama {
        height: 240.75px;
        overflow: hidden;
    }


    .haber.col-md-3 .habertarih {
        position: relative;
        right: 12px;
        top: -40px;
    }

        .haber.col-md-3 .habertarih .habergun {
            position: absolute;
            right: 0;
            top: -50px;
            font-size: 18px;
            font-weight: bold;
            color: #414140;
            opacity: 0.2;
        }

        .haber.col-md-3 .habertarih .haberay {
            position: absolute;
            right: 25px;
            top: -50px;
            font-size: 18px;
            font-weight: bold;
            color: #414140;
            opacity: 0.2;
        }

        .haber.col-md-3 .habertarih .haberyil {
            position: absolute;
            right: 90px;
            top: -50px;
            font-size: 18px;
            font-weight: bold;
            color: #f7c905;
            opacity: 0.3;
        }

    .haber.col-md-3 .haberbaslik h4 {
        font-size: 17px;
        opacity: 0.6;
        color: #acacac;
        margin-top: 42px;
        height: 38px;
        overflow: hidden;
        text-indent: 0;
        width: 100%;
    }

    .haber.col-md-3 .habergorsel img {
        max-height: 120px;
    }

    .haber.col-md-3 .habertext p {
        text-align: left;
        max-height: 75px;
        min-height: 75px;
        overflow: hidden;
        font-weight: 100;
        color: #878787;
        line-height: 1.4;
        text-indent: 15px;
    }

    .haber.col-md-3 .haberbuttor a {
        padding: 6px 15px;
        background-color: rgba(247, 201, 5, 0.73);
        float: right;
        margin: 0 auto;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        margin-top: 55px;
        transition: 0.5s ease-in-out;
    }

    .haber.col-md-3:hover .haberbuttor a {
        margin-top: 0;
        transition: 0.5s ease-in-out;
    }

.haberdetayalan {
    margin: 30px 0;
}

.haberdetayaciklama p {
    text-align: justify;
    overflow: hidden;
    font-weight: 100;
    color: #878787;
    line-height: 1.4;
    text-indent: 15px;
}

.haberdetayaciklama {
    margin-bottom: 30px;
}

.sonhaberler h5 {
    background-color: #20201e;
    padding: 10px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,1);
}

.sonhaberler ul {
    padding: 0;
}

.sonhaberler li {
    list-style-type: none;
    height: 90px;
    margin: 10px 0;
}

    .sonhaberler li a {
        text-decoration: none;
        color: #20201e;
    }


    .sonhaberler li img {
        float: left;
        padding-right: 5px;
        max-width: 80px;
        max-height: 80px;
        overflow: hidden;
    }

.sonhaberler .kucukhaberbaslik p {
    display: table-cell;
    vertical-align: middle;
}

.sonhaberler .kucukhaberbaslik {
    height: 55px;
    display: table;
    overflow: hidden;
}

.habertarihsosyal {
    width: 100%;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: table;
    margin-bottom: 30px;
}

    .habertarihsosyal ul {
        padding: 0;
        margin: 0;
    }

    .habertarihsosyal li {
        list-style-type: none;
        display: inline-block;
        margin-left: 15px;
    }

.haberdetaytarih {
    float: left;
    width: 50%;
}

.haberdetaysosyal {
    width: 50%;
    float: left;
    text-align: right;
    margin-left: -7px;
}

.habertarihsosyal a, .habertarihsosyal a:hover {
    text-decoration: none;
    color: #20201e;
}

/****************************************/

#accordian {
    background: #f6f6f6;
    width: 100%;
    margin: 0 auto 35px auto;
    color: white;
    /*box-shadow: 0 5px 7px 0px rgba(0, 0, 0, 0.6), 0 0 200px 1px rgba(255, 255, 255, 0.5);*/
}

    #accordian h3 {
        /*background: linear-gradient(#003040, #002535);*/
        background: #1d1d1b;
        margin: 0;
        border-bottom: 1px solid #fff;
    }

        #accordian h3 a {
            padding: 0 12px;
            font-size: 14px;
            line-height: 50px;
            display: block;
            color: white;
            text-decoration: none;
        }

        #accordian h3:hover {
            text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
            color: #fff;
        }

    #accordian i {
        margin-right: 10px;
    }

    #accordian li {
        list-style-type: none;
    }

    #accordian ul ul .activeli a,
    #accordian h4 {
        color: #fff;
    }

    #accordian ul ul li a,
    #accordian h4 {
        color: #000;
        text-decoration: none;
        font-size: 13px;
        line-height: 35px;
        display: block;
        padding: 0 15px;
        transition: all 0.15s;
        position: relative;
    }

    #accordian ul ul li.activeli {
        background: #f7c905;
        border-left: 5px solid #3c3c3b;
        color: #fff;
    }


    #accordian ul ul li a:hover {
        background: #1d1d1b;
        border-left: 5px solid #f7c905;
        color: #fff;
    }

    #accordian ul {
        padding: 0;
    }

        #accordian ul ul {
            display: none;
        }

    #accordian li.active > ul {
        display: block;
    }

    #accordian ul ul ul {
        margin-left: 15px;
        border-left: 1px dotted #f7c905;
    }

    #accordian a:not(:only-child):after {
        content: "\f104";
        font-family: fontawesome;
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 14px;
    }

    #accordian .active > a:not(:only-child):after {
        content: "\f107";
    }

.kurumsalalan {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .kurumsalalan h4 {
        margin: 0 0 25px;
        background-color: rgba(186, 186, 186, 0.13);
        padding: 15px;
        margin: 20px 0;
    }

    .kurumsalalan p {
        text-align: justify;
        font-weight: 100;
        color: #878787;
        line-height: 1.4;
        /*text-indent:15px*/
    }

.kurumsalimage {
    position: relative;
}

    .kurumsalimage img {
        width: 100%;
    }

.kurumsalalan h5 {
    color: #c7a100;
    margin: 20px 0;
}

.kurumsalalan a, .kurumsalalan a:hover {
    text-decoration: none;
    color: #c7a100;
}

.yorumliste {
    position: relative;
    top: 10px;
    right: 0;
}

.yorumliste {
    position: relative;
    left: 30px;
    top: 0px;
}

.yorumlistead {
    /*position: absolute;*/
    /*left: 100px;
    top: -108px;*/
    font-size: 22px;
    font-weight: bold;
    color: #414140;
    opacity: 0.2;
}

.yorumlisteson {
    /*position: absolute;*/
    /*left: 205px;
    top: -107px;*/
    font-size: 22px;
    font-weight: bold;
    color: #f7c905;
    opacity: 0.3;
}

.kurumsalalan .haberbaslik h4 {
    font-size: 20px;
    opacity: 0.6;
    color: #acacac;
    text-indent: 15px;
    margin: 5px 0;
}

.kurumsalalan .habergorsel {
    width: 160px !important;
}

.kurumsalimage span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 30px;
}

#etkinlikAlanlari .haber.col-md-3 .habergorsel {
    width: 100% !important;
}

#etkinlikAlanlari .yorumliste {
    left: 0;
    text-align: center;
}

#etkinlikAlanlari .haber.col-md-3 .haberbaslik h4 {
    margin-top: 0;
    height: 55px;
    text-align: center;
}

#etkinlikAlanlari .haber.col-md-3 .haberaciklama {
    height: auto;
}


#etkinlikAlanlari .habergorsel {
    overflow: hidden;
    position: relative;
}

    #etkinlikAlanlari .habergorsel span {
        text-align: center;
        position: absolute;
        z-index: 25;
        font-size: 40px;
        top: 50%;
        left: 0;
        right: 0;
        color: #fff;
        opacity: 0;
        transition: 0.5s ease-in-out;
    }

#etkinlikAlanlari .haber:hover span {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

#etkinlikAlanlari .habergorsel:hover span {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

#etkinlikAlanlari .habergorsel:before {
    position: absolute;
    content: "";
    background: rgba(249,200,5,0.64);
    background: -moz-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249,200,5,0.64)), color-stop(100%, rgba(39,174,95,0)));
    background: -webkit-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: -o-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: -ms-linear-gradient(left, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    background: linear-gradient(to right, rgba(249,200,5,0.64) 0%, rgba(39,174,95,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c805', endColorstr='#27ae5f', GradientType=1 );
    width: 100%;
    height: 100%;
    left: -200%;
    transition: 0.5s ease-in-out;
}

#etkinlikAlanlari .haber:hover .habergorsel:before {
    transition: 0.5s ease-in-out;
    left: 0;
}

#etkinlikAlanlari .habergorsel:hover:before {
    transition: 0.5s ease-in-out;
    left: 0;
}

.ogrencikayit {
    text-align: center;
}


textarea {
    resize: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.formbutton {
    position: relative;
    top: 40px;
    border: 1px solid #c7a100;
    padding: 10px;
    transition: 0.5s ease-in-out;
}

    .formbutton:before {
        content: "";
        width: 0;
        background-color: #c7a100;
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        color: #fff;
        transition: 0.5s ease-in-out;
    }

    .formbutton:hover:before {
        width: 100%;
        transition: 0.5s ease-in-out;
        z-index: -1;
        color: #fff;
    }

    .formbutton:hover {
        color: #fff !important;
        transition: 0.5s ease-in-out;
    }

.form-control:focus {
    border-color: #c7a100;
    outline: 0;
    box-shadow: none;
}

.form-control {
    border-radius: 0;
}

.adresalan h3 {
    margin-bottom: 60px;
    text-align: left;
    margin-left: 50px;
}

.adresalan p {
    text-indent: 0;
    margin-bottom: 25px;
    margin-left: 50px;
}

    .adresalan p a {
        color: #878787;
    }

.adresalan span {
    margin-right: 10px;
    color: #c7a147;
    font-size: 18px;
}

.harita1 {
    margin-bottom: 50px;
}

/* latin */
@font-face {
    font-family: 'Indie Flower';
    font-style: normal;
    font-weight: 400;
    src: local('Indie Flower'), local('IndieFlower'), url(../../s/indieflower/v9/m8JVjfNVeKWVnh3QMuKkFcZVaUuH.woff) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.loading {
    text-align: center;
    height: 100vh;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    background: #fff;
}

    .loading p {
        font-size: 4em;
        font-family: "Indie Flower";
        color: #e1b704;
    }

    .loading img {
        margin-top: 8%;
    }

.sayfaicerik {
    position: relative;
}

    .sayfaicerik img {
        max-width: 100%;
        height: auto !important;
    }

.haberresim {
    margin-bottom: 20px;
}

.errorinput, .errorinput:focus {
    border-color: #e74c3c !important;
    outline: none;
}

.validinput, .validinput:focus {
    border-color: #4CAF50 !important;
    outline: none;
}

.input-message {
    display: none;
    color: #e74c3c;
}

/*.slide-text > p{
    width:50%
}*/