html,
body {
    font-family: 'Titillium Web', sans-serif;
}

.headerLogo {
    background: #fdfdfd;
    border-bottom: solid 2px #f5f5f5;
    margin-bottom: 20px;
}


/* MENÜ BAŞLIKLAR */

.menuBaslik {
    position: relative;
    text-align: center;
}

.menuBaslik h3 {
    position: relative;
    text-align: center;
    display: block;
    font-size: 1em;
}

.menuBaslik h3 a {
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 7px 0;
    margin-top: 7px;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: Ellipsis;
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}


/* MENÜ LİSTELE */

.menuListele {
    position: relative;
    margin-top: 20px;
}

.menuListele div {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.menuListele div h3 {
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 7px;
    padding-bottom: 0;
    font-size: 1.10em;
    font-weight: 600;
    line-height: 1.10;
    margin-bottom: 3px;
    letter-spacing: -0.03em;
    color: #333;
}

.menuListele div span {
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: .90em;
    letter-spacing: -0.03em;
    color: rgb(163, 163, 163);
}

.menuListele a img {
    position: relative;
    border-radius: 12px;
}

.menuListeleBaslik {
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    padding: 7px 0;
    margin-top: 7px;
    font-size: 1.40em;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgb(218, 29, 29);
    border-top: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5;
}