body{
    font-family: 'Kurale', serif;
    font-size: 16px;
    color: #a7aaa3;
    font-style: italic;
    /* background: #f0eae1;*/
}

.yesil{
    color: #6A7456;
}

/* PADDİNG */
.plr0{
    padding-left:0px;
    padding-right:0px;
}
.plr5{
    padding-left:5px;
    padding-right:5px;
}
.pl0{
    padding-left:0px;
}
.pr0{
    padding-right:0px;
}
.pr5{
    padding-right:5px;
}
.pt40{
    padding-top: 60px;
}

.giris{
    min-height: 1000px;
    background: #fff;
}
.giris img{
    max-width: 100%;
    height: auto;
}

.rsvp-butonu{
    padding: 0px 30px;
    background: #ad9156;
    color: #fff!important;
    text-decoration: none;
    float: left;
    text-decoration: none!important;
    cursor: pointer;
    margin-left: 100px;
}
.rsvp-butonu:hover{
    background: #b28b37;
    color: #eee;
}
.rsvp-butonlar, .rsvp-yazi{
    font-size: 30px;
    line-height: 50px;
    margin-top: 50px;
    font-weight: 600;
}
.rsvp-yazi{
    text-align: right;
}

/* LOGO */
.logo h1{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
}
.logo h1:hover{
    opacity: 0.9;
}
.kmlogo{
    text-align: right;
}
.kmlogo a{
    margin-top: 135px;
    display: block
}
.kmlogo a:hover{
    opacity: 0.8;
}
.kmlogo a img{
    max-width: 100%;
    height: auto;
}

/* MENÜLER */
.menuler{
    background: #909a6d;
    height: 65px;
    position: relative;
}
/*.menuler:after{
    content: '';
    width: 64px;
    height: 65px;
    background: url('../images/menu-sol.png') no-repeat;
    position: absolute;
    top: 33px;
    left: -46px;
}
.menuler:before{
    content: '';
    width: 64px;
    height: 65px;
    background: url('../images/menu-sag.png') no-repeat;
    position: absolute;
    top: 33px;
    right: -46px;
}*/
.menuler ul{
    display: table;
    margin: 0px auto;
    padding: 20px 0;
}
.menuler ul li{
    list-style: none;
    float: left;
    padding: 0 10px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.menuler ul li:hover{
    padding: 3px 10px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.menuler ul li:hover:after{
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    bottom: -20px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.menuler ul li.aktif:after{
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    bottom: -23px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.menuler ul li.aktif:hover:after{
    content: '';
    position: absolute;
    left: calc(50% - 5px);
    bottom: -20px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.menuler ul li a{
    color: #fff;
    text-decoration: none;
}
.menuler ul li a:hover{
    color: #ddd;
}
.menuler ul li.aktif a{
    color: #ddd;
}

/* İÇERİKLER */
.icerikler{
    padding: 0 18px;
    margin-bottom: 20px;
    line-height: 20px;
}
.govde{
    border: 5px solid #909a6d;
    border-top: none;
    padding: 50px 100px;
    min-height: 500px;
    word-wrap: break-word;
}
.govde h2{
    font-size:36px;
    font-weight: 600;
    color: #99814B;
    margin-bottom:50px;
    font-family: 'Kurale', serif;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.govde h2 p{
    margin: 0 auto;
    max-width: 100%;
}
.govde h2 p:first-child{
    border-bottom: 4px solid #BFCE89;
    text-align: left;
    padding-bottom: 5px;
}
.govde h2 p:last-child{
    text-align: right;
    padding-top: 3px;
}
/*.govde h2:after{
    content: '';
    width: 500px;
    height: 2px;
    position: absolute;
    left: calc(50% - 250px);
    bottom: 0;
    background: url(../images/h2.png);
}*/
.govde h3{
    font-weight: 600;
    color: #bfce89;
    font-family: 'Lobster Two', cursive;
    letter-spacing: 1px;
    position: relative;
}
.govde a{
    color: #909a6d;
}
.rezervasyon{
    padding: 5px 30px;
    background: #ad9156;
    color: #fff;
    text-decoration: none;
    float: left;
    margin: 20px auto;
    cursor: pointer;
}
.rezervasyon:hover{
    background: #b28b37;
}
.rezerveet{
    padding: 7px 30px;
    background: #ad9156;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: none;
    box-shadow: none;
    outline: 0;
}
.rezerveet:hover{
    background: #b28b37;
}
.govde img{
    max-width: 100%;
    height: auto;
}

.rsvp-sol{
    margin-left:10%;
    width:40%; 
    float:left; 
    text-align:center;
}

.rsvp-sag{
    margin-right:10%;
    width:40%; 
    float:right; 
    text-align:center;
}
.solCizgi{
    border-left:solid #ccc thin;
}

.rsvp-alt{
    text-align: center;
    margin-top: 30px;
}
.rsvp-alt p{
    font-size: 24px;
    margin-bottom: 25px;
}
.rsvp-alt a{
    padding: 5px 30px;
    background: #ad9156;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.rsvp-alt a:hover{
    background: #b28b37;
}
textarea{
    resize: none;
}
.link{
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
}
.koyu{
    color: #ad9156;
    font-weight: 600;
}

.contactlink{
    text-decoration: none!important;
    letter-spacing: 1px;
    padding: 2px 10px;
    color: #fff!important;
    background: #909a6d;
    border-radius: 5px;
}
.contactlink:hover{
    background: #a4b079;
}

.eat-shop-relax h3{
    cursor: pointer;
}
.alticizili{
    text-decoration: underline;
}

/* RESPONSİVE*/
@media (max-width: 1199px) {
    .govde{
        padding: 50px;
    }
    .kmlogo a {
        margin-top: 115px;
    }
    .menuler ul{
        padding: 10px;
    }
    .menuler ul li.aktif:after{
        display: none;
    }
    .menuler ul li:hover{
        padding: 0px 10px;
    }
    .menuler ul li:hover:after{
        display: none;
    }
    .menuler ul li {
        width: 25%;
        padding: 0;
        text-align: center
    }
}

@media (max-width: 991px) {
    .kmlogo a {
        margin-top: 115px;
    }
    .govde{
        padding: 40px;
    }
    .govde:after{
        left: -140px;
    }
    .govde:before{
        right: -70px;
    }
    .menuler ul li {
        width: 25%;
        padding: 0;
        text-align: center
    }
    .oteller span{
        display: block;
        padding: 0!important;
    }
}



@media (max-width: 767px) {
    .govde h2:after {
        width: 280px;
        left: calc(50% - 140px);
    }
    .menuler{
        height: auto;
    }
    .menuler:after{
        display: none;
    }
    .menuler:before{
        display: none;
    }
    .menuler ul li {
        width: 100%!important;
        padding: 0;
        text-align: center
    }
    .menuler ul li a{
        font-size: 15px;
    }
    .kmlogo a {
        margin-top: 95px;
    }
    .govde{
        padding: 10px 15px;
    }
    .govde:after{
        display: none;
    }
    .govde:before{
        display: none;
    }
    .govde iframe{
        height: 300px;
    }
    .icerikler{
        padding: 0;
    }
    .govde h2 {
        font-size: 30px;
    }
    .oteller span{
        display: block;
        padding: 0!important;
    }
    .rsvp-yazi{
        text-align: center;
    }
    .rsvp-butonlar, .rsvp-yazi{
        font-size: 24px;
        line-height: 40px;
        margin-top: 50px;
        font-weight: 600;
    }
    .giris{
        min-height: 700px;
    }
    .govde>.plr0>img{
        margin-top: 30px;
    }
}
