body {
    background: url('../../images/kioti2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
    margin: 0!important;
    padding: 0!important;
    padding-bottom: 15px!important;
    position: relative;
}

html {
    min-height: 100%;
}

.logo {
    text-align: center;
    margin: 40px auto;
    position: relative;
    z-index: 2;
    /*filter: grayscale(100) brightness(100);*/
}

body:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(207, 64, 23, .3);
    z-index: 1;
}

.hakkimizda {
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
    border-radius: 5px;
    font-size: 20px;
    padding: 15px;
}

.iletisim {
    margin-top: 15px;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    padding: 15px 15px 10px;
}

.iletisim-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.iletisim-icon {
    display: inline-block;
    float: left;
    font-size: 20px;
    margin-right: 10px;
}

.iletisim-text {
    display: inline-block;
    float: left;
    font-size: 17px;
    line-height: 27px;
}

.harita {
    margin-top: 15px;
    position: relative;
    z-index: 2;
}

.harita iframe {
    height: 215px;
}

.urunler {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.urunler-item {
    display: inline-block;
    width: 100%;
    border-bottom: dotted 1px #ddd;
}

.urunler-resim {
    float: left;
}

.urunler-text p {
    font-size: 17px;
    display: inline-block;
    width: 100%;
}

.urunler-text p:before {
    content: '*';
    font-size: 25px;
    margin: 0 5px 0;
    float: left;
    font-weight: 700;
}

.urunler-resim h2 {
    text-align: center;
    font-weight: bold;
}

.urunler-text {
    margin-top: 45px;
}

img {
    max-width: 100%;
}
@media only screen and (max-width: 767px){
    .harita{
        padding: 0;
    }
}