* {
    transition: all 3s ease-out;
}

@font-face {
    font-family: "TrebucetMS";
    src: url(/html/font/TrebuchetMS.ttf) format("truetype");
}
@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");
}
/*@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");
}*/

@media(max-width:767px){
    body {
        padding-top: 55px; 
    }
    #Logo { 
        background-image: url("/html/Temp/hilmidulkadir.com/resimler/hilmi_dulkadir_com.png");
        background-repeat: no-repeat;
        display: block;
        height: 40px;
        margin-top: 2px;
        overflow: hidden;
        text-decoration: none;
        text-indent: -1000px;
        width: 70px;
        background-position: -690px -5px;
    }
    
    .container {
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media(min-width:768px){
    body {
        padding-top: 140px; 
    }
    #Logo { 
        background-image: url("/html/Temp/hilmidulkadir.com/resimler/hilmi_dulkadir_com.png");
        background-repeat: no-repeat;
        display: block;
        height: 40px;
        /*margin-top: 5px;*/
        overflow: hidden;
        text-decoration: none;
        text-indent: -1000px;
        width: 195px;
        background-position: -240px -5px;
    }
}

#LogoAlt { 
    background-image: url("/html/Temp/hilmidulkadir.com/resimler/hilmi_dulkadir_com.png");
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    /*margin-top: 5px;*/
    overflow: hidden;
    text-decoration: none;
    text-indent: -1000px;
    width: 195px;
    background-position: -240px -5px;
}

.IcerikListeOge3 {
    min-height: 35px;
}

.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;
}