body {
    overflow-x: hidden;
}

.font_baslik{
    font-size: 14pt;
}

.btn-warning{
    font-weight: bold;
    font-size: 11pt;
}

.btn-success {
    font-weight: bold;
    font-size: 11pt;
}

.btn-danger {
    font-weight: bold;
    font-size: 11pt;
}

.btn-info {
    font-weight: bold;
    font-size: 11pt;
}
a {
    font-family: 'Open Sans Condensed', sans-serif;
}


body {
    font-family: 'Open Sans Condensed', sans-serif;
    background-color: #ededed;
}



.one-time{
    width: 100%;
    padding: 0px;
}

.logo{
    width: 120px;
}

.display_ust{
    display: flex;
}

.display_ust_say {
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: flex-end;
    text-align: right;

}
.display_ust_say .btn{
    height: 35px !important;
    margin-right: 5px;
}

.sag_top{
    position: absolute;
    right: 0px;
    top: -10px;
    border-radius: 10px;
}

.btn_yeni{
    color: #CC0100;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #FFF;
    border: solid 1px #CC0100;
    border-radius: 20px;
    margin-right: 5px;
    position: relative;
}

.btn_yeni:hover{
    background-color: #CC0100;
    color: #fff;
}

.ust_pop{
    background-color: #CC0100;
    color: #fff;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 14pt;
}
.zil{
    color: #FFF;
    font-size: 12pt;
}

.lSSlideOuter .lSPager.lSGallery img {
    border-radius: 10px;
}

#menu{
    background-color: #000;
    height: 50px;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 50px;
    padding-right: 50px;
}

#menu li{ list-style: none; position: relative }
#menu li a{
    list-style: none;
    color:  #fff;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 11pt;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight:  800 !important;
}

#menu li:hover{
    background-color: #333;
}

#menu li:hover ul{
    background-color: #333;
}

li ul{
    list-style: none;
    padding: 0px;
    position: absolute;
    z-index: 99999;
    background-color: #000;
    display: none;
    width: 200px;
}

li ul li{
    position: relative;
}

li ul li ul{
    list-style: none;
    padding: 0px;
    position: absolute;
    z-index: 99999;
    background-color: #000;
    display: none;
    width: 200px;
    left: 200px;
    top: 0px;
}

li ul li a{
    list-style: none;
    color: #333;
    text-decoration: none;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 13pt;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border: none !important;
    display: block;
}

li ul li a:hover {
    background-color: #000;
}
li ul li a:focus {
    background-color: #000 !important;
}

li ul li:hover{
    background-color: #000;
}

li ul li:focus{
    background-color: #fafafa;
}

li:hover > ul{
    display: block;
}

.dropdown .btn-secondary {
    background: transparent !important;
    color: #000  !important;
    border: solid 1px #ededed !important;
    min-width: 100px;
}
.dropdown .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
}