/*261214*/
@font-face {
    font-family: "Jost";
    src: url(/html/font/Jost/Jost-VariableFont_wght.ttf) format("truetype");
}
@font-face {
    font-family: "OpenSans";
    src: url(/html/font/Open_Sans/static/OpenSans-Regular.ttf) format("truetype");
}/*
@font-face {
    font-family: "TrebucetMS";
    src: url(/html/font/TrebuchetMS.ttf) format("truetype");
}
.FontTrebucetMS {
    font-family: TrebucetMS;
}
@font-face {
  font-family: "OswaldRegular";
  src: url(/html/font/Oswald/Oswald-Regular.ttf) format("truetype");
}*/
@font-face {
    font-family: "OswaldLight";
    src: url(/html/font/Oswald/Oswald-Light.ttf) format("truetype");
}/*
@font-face {
    font-family: "RobotoCondensed-Regular";
    src: url(/html/font/Roboto_Condensed/RobotoCondensed-Regular.ttf) format("truetype");
}
.FontRobotoCondensed {
    font-family: RobotoCondensed-Regular;
}
/*@font-face {
    font-family: 'HelveticaNeueItalic';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue Italic'), url('/html/font/helvetica-neue-5/HelveticaNeueItalic.woff') format('woff');
}
@font-face {
font-family: 'HelveticaNeueMedium';
font-style: normal;
font-weight: normal;
src: local('Helvetica Neue Medium'), url('/html/font/helvetica-neue-5/HelveticaNeueMedium.woff') format('woff');
}
/*@font-face {
    font-family: "Segoe";
    src: url(/html/font/SegoeUI/segoeui.ttf) format("truetype");
}
@font-face {
    font-family: "Lato";
    src: url(/html/font/Lato/Lato-Regular.ttf) format("truetype");
}*/
html, body {
    /*font-family: Tahoma, Arial, sans-serif;*/
    font-family: 'Jost', sans-serif !important;
    font-size: 14px !important;
    color: #444;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Jost, Tahoma, Arial;
}
.SiteResimleri {
    background-image: url("resimler/uracos.png");
}
.genel {
    background-image:url(resimler/uracos.png);
    background-repeat:no-repeat;
    background-color:transparent;
}
.ResimYukleniyor {
    background: #333 url(/html/arkaplanlar/1s.jpg) no-repeat fixed center/cover;
}

@media(max-width:767px){
    body {
        padding-top: 45px;
    }
    #Logo {
        background-repeat: no-repeat;
        display: block;
        height: 44px;
        margin-top: 2px;
        overflow: hidden;
        text-decoration: none;
        text-indent: -1000px;
        width: 70px;
        background-position: -313px -21px;
    }

    .container {
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media(min-width:768px){
    body {
        padding-top: 65px;
    }
    #Logo {
        background-repeat: no-repeat;
        display: block;
        height: 45px;
        /*margin-top: 5px;*/
        overflow: hidden;
        text-decoration: none;
        text-indent: -1000px;
        width: 195px;
        background-position: -10px -19px;
    }
}

#LogoAlt {
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    /*margin-top: 5px;*/
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 293px; /*293px fazlasi cepte sorun*/
    background-position: -26px -229px;
}

.IcerikListeOge3 {
    min-height: 90px;
    background-size: cover;
}

/*.icerik_resim_stil {
    border: 1px solid #D4D4D4;
    margin: 5px 15px 15px 5px;
    /*padding: 10px;
    img-responsive*//*
    display: block;
    height: auto;
    max-width: 100%;
}

.GaleriListeOge {
    background-color: #f7f4f4;
    margin-bottom: 15px;
    padding: 15px;
}
.GaleriListeOge h5 {
    text-shadow: -1px 0 1px rgba(80, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.GaleriListeOge h5:hover {
    color: #337ab7;
}
.GaleriListeOge a{
    text-decoration: none;
}
.GaleriListeOge figure:hover img {
    -webkit-transform:scale(1.1) rotate(-2deg);
    transform:scale(1.1) rotate(-2deg);
}
.GaleriListeOge figure {
    overflow:hidden;
}
.GaleriListeOge img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}*/

.YukleniyorBar1 {
    width: 0;
    animation-name: YukleniyorBar1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@keyframes YukleniyorBar1 {
    0%   {
        width: 0;
    }
    25%  {
        width: 25%;
    }
    50%  {
        width: 50%;
    }
    100% {
        width: 100%
    }
}

#LogoGirisEkrani {
    background-repeat: no-repeat;
    display: block;
    height: 82px;
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 293px;
    background-position: -30px -359px;
    margin-bottom: 10px;
}

.Sirala::before {
    font-family: "Font Awesome 5 Free";
    position: relative;
    content: "\f0dc";
    opacity:.5;
    margin-right: 3px;
}
.Sirala:hover {
    cursor: pointer;
}

.btn {
    border-radius: 5px !important;
}