﻿@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Merriweather:400,400i,700,700i&subset=latin-ext);



html, body {
    height: 100%;

}

a[data-v-4dddc257]:hover {
    cursor: pointer
}

.alert.alert-danger strong[data-v-7b1d0db2] {
    font-size: 32px
}

@media (max-width:400px) {
    .alert.alert-danger strong[data-v-7b1d0db2] {
        font-size: 16px !important
    }
}

.mt-3[data-v-11b44180]:first-child {
    margin-top: 0 !important
}

.active > ul[data-v-3214a6d0], .active > ul[data-v-b34cbbd8] {
    display: block
}

#eskimo-sidebar::-webkit-scrollbar {
 
    width: 8px;

}



#eskimo-sidebar::-webkit-scrollbar-thumb {
    background-image: linear-gradient(#F2FFFF,#a3bebf);
    border-radius: 50px;
}



.navbar-toggle {
    outline: 0 !important
}

a:active, a:focus, button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, select::-moz-focus-inner {
    outline: 0
}

hr {
    border-color: #efefef;
    margin-top: 60px;
    margin-bottom: 55px
}

    hr.section-divider {
        margin-top: 100px;
        margin-bottom: 100px
    }

img {
    max-width: 100%;
    height: auto;
    color: transparent
}

#eskimo-sidebar {
    position: fixed;
    left: 0px;
    top: 38px;
    height: calc(100vh - 38px);
    z-index: 1;
    width: 300px;
    background-color: #f9f9f9;
    overflow-y: scroll;
    box-shadow: 0 0px 5px 5px #B8B9BA;
}


#eskimo-site-wrapper {
    width:100%;
    height:100%;
    overflow-y: scroll;
    position: fixed;
}
  
#eskimo-site-wrapper::-webkit-scrollbar {
    width: 0px; 
    height: 0px
}




.eskimo-menu-ul {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
    font-family: Candara, Arial, Helvetica, sans-serif;

}

    .eskimo-menu-ul li {
        margin: 0;
        padding: 15px 10px;
        display: block;
        width: 100%;
       
    }


     
    .eskimo-menu-ul > li {
        border-bottom: 1px solid rgba(0,0,0,.05)
    }

        .eskimo-menu-ul > li > a {
            padding: 0 1em 0 0
        }

    .eskimo-menu-ul li a {
        position: relative;
        display: block;
        outline: none;
        text-decoration: none;
        color: #333;
        padding: 0;

    }


        .eskimo-menu-ul li a.eskimo-menu-up, .eskimo-menu-ul li a:hover {
            outline: none;
            color: #51cbce
        }

    .eskimo-menu-ul > li > ul {
        margin: 20px 0 .5rem 0;
        padding: 0;
        list-style: none
    }

        .eskimo-menu-ul > li > ul > li > ul, .eskimo-menu-ul > li > ul > li > ul > li > ul {
            margin: 0 0 0 0;
            padding: 0 0 0 .75rem;
            list-style: none
        }

    .eskimo-menu-ul ul li {
        position: relative;
        font-size: 1rem;
        padding: 1rem 0 0 0;
        line-height: 1;
        font-weight: 400;
    }


    .eskimo-menu-ul > li > ul > li:first-of-type {
        padding-top: 0
    }

    .eskimo-menu-ul > li > a:before {
        z-index: 2;
        transform: rotate(90deg);
        transform-origin: 50% 50%
    }

    .eskimo-menu-ul > li > a:after, .eskimo-menu-ul > li > a:before {
        content: "";
        position: absolute;
        top: 50%;
        width: .8em;
        height: 3px;
        transition: all .2s linear;
        background: #ddd;
        right: 0;
        margin-top: -1px
    }

    .eskimo-menu-ul > li > a:after {
        transform-origin: 50% 50%;
        z-index: 1;
        transform: rotate(0deg)
    }

    .eskimo-menu-ul > li > a:hover:after {
        background: #51cbce;
        transform: rotate(90deg)
    }

    .eskimo-menu-ul > li > a:hover:before {
        background: #51cbce;
        transform: rotate(180deg)
    }

    .eskimo-menu-ul > li > a.eskimo-menu-up:before {
        transform: rotate(-45deg);
        background: #51cbce
    }

    .eskimo-menu-ul > li > a.eskimo-menu-up:after {
        transform: rotate(45deg);
        background: #51cbce
    }

    .eskimo-menu-ul > li > a:not([class]):after, .eskimo-menu-ul > li > a:not([class]):before {
        display: none
    }

    .eskimo-menu-ul > li > ul > li > ul > li {
        list-style: circle !important
    }

    .eskimo-menu-ul > li > ul > li a {
        position: relative
    }

    .eskimo-menu-ul > li > ul > li > ul > li a {
        position: relative;
        color: #343434;
        font-size: 13px;
    
    }





@media only screen and (max-width:1200px) {
    #eskimo-sidebar {
        display: none;
    }
    .maxparent {
        padding-left: 0px !important;
    }
    .icerikler {
        margin-left: 50px !important;

    }

    #bartop {
        display: flex !important;
    }

    #eskimo-site-wrapper {
        padding-left: 0px;
        top:0px;
    }
}

@media only screen and (max-width:1200px) {


    .maxparent {
        display: none !important;
    }

}
@media only screen and (max-width:1000px) {

    #flash {
        font-size: 3rem !important;
        line-height: 3rem !important;
        letter-spacing: 15px !important;
    }
}
@media only screen and (max-width:500px) {

    #flash {
        font-size: 2.2rem !important;
        line-height: 2.2rem !important;
        letter-spacing: 5px !important;
    }

    #light {
        font-size: 1rem !important;
        line-height: 1rem !important;
    }

    .mediabar {
        height: 76px !important;
        display: block !important;
    }

    .parent {
        top: 76px !important;
    }
    .eskisurm {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

@media only screen and (max-width:250px) {

    .mediabar {
        height: 114px !important;
     
    }
    .parent {
        top: 114px !important;
    }

    .eskisurm {
        display: inline-block !important;
    }
}

.eskimo-menu-ul ul {
    display: none
}


@-webkit-keyframes initAnimation {
    0% {
        transform: rotateY(-8deg)
    }

    to {
        transform: rotateY(-31deg)
    }
}

@keyframes initAnimation {
    0% {
        transform: rotateY(-8deg)
    }

    to {
        transform: rotateY(-31deg)
    }
}


