﻿body {
    font-family: 'Philosopher', sans-serif;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat-y;
}

.logoImg {
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.line {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 10s;
}

@-webkit-keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 0;
    }
}

.pageTitle {
    margin-top: 110px;
}

.contentDiv {
    margin-top: 30px;
    font-size: 17px;
    text-align: justify;
}

.divBaslik {
    margin-bottom: 20px;
    font-size: 30px;
    color: #07677f;
}


.line {
    position: fixed;
    z-index: 99;
    width: 100%;
}


.header {
    background: #0f599a;
    /*background: linear-gradient(90deg, rgba(6,105,123,1) 0%, rgba(11,116,135,1) 44%, rgba(0,212,255,1) 100%);*/
    height: 115px;
    position: fixed;
    top: 4px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 99;
}




@media screen and (max-width: 991px) {
    .imgSlogan {
        font-size: 35px !important;
        line-height: 55px;
        top: 30% !important;
        padding: 30px 30px 30px 30px !important;
    }

/*    .sliderItem {
        height: 450px !important;
    }*/

    .contentDiv {
        top: 540px !important;
    }
}


#owlSlider .owl-dots {
    position: absolute;
    bottom: 50%;
    right: 15px;
}

.owl-dot {
    float: left;
    clear: both;
    margin-bottom: 1px;
}

    .owl-dot span {
        width: 25px !important;
        height: 25px !important;
        background-color: white !important;
    }


    .owl-dot.active span {
        background-color: #f15922 !important;
        border: 4px solid white !important;
    }



.mainmenuUl {
    list-style: none;
}

.mainmenuLi {
    margin: 0;
    padding: 0;
    float: left;
    padding-bottom: 10px;
    cursor: pointer;
}


    .mainmenuLi:not(:last-child) {
        margin-right: 25px;
    }

.menuMainaHref {
    color: white;
}

    .menuMainaHref:hover {
        color: white;
        text-decoration: none;
        padding-bottom: 10px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        text-decoration: none;
        border-bottom: 3px solid #e6ff2c;
    }


.mainmenuLi:hover ul {
    display: block;
}

.submenuMain {
    display: none;
    list-style: none;
    background-color: #0f599a;
    margin-top: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
}


.submenuMainaHref {
    display: inline-block;
    text-align: center;
    color: white;
    cursor: pointer;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    color: white;
}

    .submenuMainaHref:hover {
        color: white;
        text-decoration: none;
        background-color: white;
        color: #04434e;
    }



.imgSloganBorderTopLeft {
    width: 3px;
    height: 70px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
}

.imgSloganBorderTopTop {
    width: 70px;
    height: 3px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
}

.imgSloganBorderBottomRight {
    width: 3px;
    height: 70px;
    position: absolute;
    bottom: 90px;
    right: 10px;
    background-color: #fff;
}


.imgSloganBorderBottomTop {
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: 90px;
    right: 10px;
    background-color: #fff;
}

.currentDay {
    text-align: center;
    padding: 10px 10px 10px 10px;
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}


.eventboxHeader {
    margin-bottom: 20px;
}


.eventBoxMain {
    background-color: white;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    border-right: 1px solid #cdcdcd;
}


.yerlesimPlaniItem {
    border: 1px solid rgb(6,105,123);
    border-radius: 25px 25px 25px 25px;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 17px;
    color: rgb(6,105,123);
}


    .yerlesimPlaniItem:hover {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        color: white !important;
        background-color: rgb(6,105,123);
        cursor: pointer;
    }

.galleryHref {
    color: rgb(6,105,123) !important;
    display: inline-block;
    width: 100%;
    padding: 20px 20px 20px 20px;
}

    .galleryHref:hover {
        color: white !important;
        text-decoration: none !important;
    }


.refBox {
    -webkit-box-shadow: 9px 18px 39px -16px rgb(212 212 212 / 50%);
    box-shadow: 9px 18px 39px -16px rgb(212 212 212 / 50%);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    height: 170px;
    background-color: white;
}

.hamburgerBox {
    cursor: pointer;
    margin-top: 38px;
    margin-right: 15px;
}

.lineBox {
    height: 5px;
    background-color: white !important;
    margin-bottom: 5px;
    width: 40px;
    border-radius: 10px 10px 10px 10px;
}


/*.sliderItem {
    height: 650px;
    background-size: cover;
}*/



#owlSlider {
    position: absolute !important;
    top: 118px !important;
}


.imgSlogan {
    display: inline-block !important;
    position: absolute !important;
    width: 100%;
    bottom: 25%;
    color: white !important;
    font-size: 50px;
    font-weight: bold;
    text-align: center !important;
    padding: 20px 20px 20px 20px !important;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}

.icon-scroll {
    width: 25px;
    height: 43px;
    margin-left: -20px;
    top: 50%;
    margin-top: -55px;
    box-shadow: inset 0 0 0 2px #fff;
    border-radius: 20px;
}

    .icon-scroll:before {
        content: '';
        width: 7px;
        height: 7px;
        background: #fff;
        margin-left: -4px;
        top: 8px;
        border-radius: 4px;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: scroll;
    }



.half-highlight {
    background-image: linear-gradient(to right, transparent 50%, #e6ff2c 50%);
    background-size: 200% 40%;
    background-repeat: repeat-x;
    background-position: -100% 100%;
    transition: background-position 0.5s;
    font-weight: bold;
    font-size: 38px;
    display: inline-block;
    margin-bottom: 30px;
}


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #FAFAFA;
}

::-webkit-scrollbar-thumb {
    background: #c00a27;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #e31444;
    }



@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}


.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}
