@import url('https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap&subset=latin-ext');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('hover.css');
@import url('responsive.css');
@import url('https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css');

.d-none {
    display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Exo', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: 'Exo', sans-serif;
}

body {
    line-height: 1;
    font-family: 'Exo', sans-serif;
}

ol,
ul {
    list-style: none;
    font-family: 'Exo', sans-serif;
}

blockquote,
q {
    quotes: none;
    font-family: 'Exo', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
    font-family: 'Exo', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Exo', sans-serif;
}



.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #000; */
    height: 118px;
}

.uzat-menu {
    width: 74%;
}

.menu-header {
    width: 100%;
    height: 118px;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 1px solid #000;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    box-shadow: 0px 0px 2px 1px rgba(41, 41, 41, .15);
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}

.logo {
    margin-top: 15px;
    float: left;
}

.menus {
    float: right;
    /* height: 118px; */
    padding-top: 50px;
}

.menus-ayrac {
    width: 1px;
    height: 55px;
    background-color: #e3e3e3;
    float: left;
    margin-left: 33px;
    margin-right: 33px;
    margin-top: -18px;
}

.custom-navbar {
    float: left;
}

.dil {
    float: left;
}

.dil img {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.dil a {
    color: #929292;
    text-decoration: none;
}

span.toggle-overlay {
    color: #929292;
    margin-right: 10px;
    cursor: pointer;
}

p.lead {
    font-size: 20px;
    font-weight: 100;
    top: 25px;
    margin-top: 25px;
}

h2.display-4 {
    /* background-image: url(../img/line.png); */
    background-position: center 42px;
    background-repeat: repeat-x;
    display: initial;
    padding-left: 10px;
    padding-right: 10px;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 60px;
    margin-left: -16px;
    top: 850px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.scrol-line {
    width: 1px;
    height: 61px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
    top: -62px;
}

.rezervasyon {
    width: 100%;
    height: 232px;
    background-color: #fff;
    margin-top: -62px;
    background-image: url('../img/dots-small-pattern.png');
    background-repeat: repeat;
}

.rezervasyon .container {
    height: 232px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    width: 1100px;
}

.rezervasyon .container div {
    float: left;
    margin-top: 60px;
    margin-right: 59px;
}

.giris-tarihi-cer {
    width: 230px;
}

.cikis-tarihi-cer {
    width: 230px;
}

.yetiskin-sayisi-cer {
    width: 230px;
}

.cocuk-sayisi-cer {
    width: 230px;
}

.giris-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
    /* font-size: 16px; */
}

.cikis-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.yetiskin-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.cocuk-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

input.giris-tarihi {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;

}

input.cikis-tarihi {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;

}

.yetiskin-sayisi-cer select {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
}

.cocuk-sayisi-cer select {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
}

.rezervasyon-line {
    width: 100%;
    float: left;
    background-color: #875e32;
    height: 1px;
}

.rezervasyon .container div:nth-child(4) {
    margin-right: 0px;
}

.rezervasyon-buton {
    float: left;
    width: 100%;
    text-align: center;
}

.rezervasyon-buton a {
    background-color: #875e32;
    height: 65px;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 65px;
    top: -36px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.genel-tanitim {
    float: left;
    width: 100%;
    margin-top: 85px;
}

.genel-tanitim-sol {
    float: left;
    width: 600px;
    margin-right: 125px;
}

.tntm-sag {
    width: 455px;
    float: left;
    background-image: url('../img/otel-genel-arkaplan.png');
    height: 545px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 20px;
}

.genel-tanitim-metin {
    float: left;
    width: 600px;
}

.genel-tanitim-metin h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.genel-tanitim-metin h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.genel-tanitim-metin div {
    width: 100%;
    float: left;
}

.genel-tanitim-metin div p {
    float: left;
    width: 100%;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 24px;
}

li.hvr-trim.lslide.active {
    width: 370px !important;
}

::selection {
    background: #875e32;
    color: #ffffff;
}

::-moz-selection {
    background: #875e32;
    color: #ffffff;
}

.odalar-genel {
    float: left;
    width: 100%;
    margin-top: 210px;
    margin-bottom: 250px;
}

.odalar-baslik {
    width: 100%;
    background-image: url(../img/odalar-genel-baslik.png);
    background-repeat: repeat;
    height: 180px;
    padding-top: 50px;
}

.odalar-baslik .container h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.odalar-baslik .container h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.odalar-baslik .container p {}

.odalar-baslik .container {
    text-align: center;
}

.odalar-cerceve {
    float: left;
    width: 100%;
    margin-top: 75px;
    height: auto;
}

.odalar-cerceve .container {
    border: 1px solid #e4e4e4;
    height: 870px;
    background-image: url(../img/odalar-genel-baslik.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.oda-buyuk-cerceve {
    float: left;
    width: 109%;
}

.oda-galeri {
    float: left;
    margin-left: -100px;
    margin-top: 50px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.oda-galeri img {
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.oda-aciklama {
    float: left;
    width: 447px;
    margin-top: 57px;
    margin-left: 54px;
}

.oda-aciklama h1 {
    width: 100%;
    color: #875e32;
    font-size: 32px;
    font-weight: 400;
    float: left;
    margin-bottom: 18px;
}

.oda-aciklama h1 span {
    font-weight: 200;
}

.oda-aciklama p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: justify;
    font-size: 15px;
}

.oda-galeri img {
    height: 475px;
}

.oda-button {
    float: left;
    /* width: 647px; */
    margin-left: -45px;
    margin-top: 178px;
    position: relative;
}

.oda-button a {
    background-color: #875e32;
    float: left;
    color: #fff;
    text-decoration: none;
    width: 269px;
    height: 65px;
    line-height: 65px;
    padding-left: 25px;
    /* border-bottom: 10px solid #fff; */
}

.oda-button a i {
    float: right;
    margin-right: 25px;
    margin-top: 24px;
}

a.sizi-arayalim {
    background-color: #ffffff;
    float: left;
    color: #875e32;
    text-decoration: none;
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    margin-right: 0px;
    border: 1px solid #875e32;
}

a.sizi-arayalim:after {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -9px;
}

a.sizi-arayalim:before {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -11px;
}

a.sizi-arayalim span {
    position: relative;
    top: -9px;
}

a.sizi-arayalim i {
    margin-top: 15px;
}

.oda-car {
    float: left;
    margin-right: 46px;
}

.oda-car:nth-child(3) {
    margin-right: 0px;
}

.oda-car:nth-child(1) {
    margin-left: 20px;
}

.alt-odalar-cerceve {
    margin-top: 65px;
    float: left;
}

.oda-car-ad {
    float: left;
    width: 353px;
    border: 1px solid #875e32;
    background-color: #fff;
    text-decoration: none;
    color: #875e32;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

.oda-car-ad a {
    color: #875e32;
    text-decoration: none;
}

.etkinlikler-cerceve {
    float: left;
    width: 100%;
}

.etkinlikler-baslik {
    width: 100%;
    float: left;
    text-align: center;
}

.etkinlikler-baslik .container h1 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
}

.etkinlikler-baslik .container h2 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
    margin-left: 5px;
}

.etkinlikler-baslik .container p {
    width: 100%;
    float: left;
}

@import url('https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('hover.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Exo', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: 'Exo', sans-serif;
}

body {
    line-height: 1;
    font-family: 'Exo', sans-serif;
}

ol,
ul {
    list-style: none;
    font-family: 'Exo', sans-serif;
}

blockquote,
q {
    quotes: none;
    font-family: 'Exo', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
    font-family: 'Exo', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Exo', sans-serif;
}



.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #000; */
    height: 118px;
}

.uzat-menu {
    width: 74%;
}

.menu-header {
    width: 100%;
    height: 118px;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 1px solid #000;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    box-shadow: 0px 0px 2px 1px rgba(41, 41, 41, .15);
}

.logo {
    margin-top: 15px;
    float: left;
}

.menus {
    float: right;
    /* height: 118px; */
    padding-top: 50px;
}

.menus-ayrac {
    width: 1px;
    height: 55px;
    background-color: #e3e3e3;
    float: left;
    margin-left: 33px;
    margin-right: 33px;
    margin-top: -18px;
}

.custom-navbar {
    float: left;
}

.dil {
    float: left;
}

.dil img {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.dil a {
    color: #929292;
    text-decoration: none;
}

span.toggle-overlay {
    color: #929292;
    margin-right: 10px;
    cursor: pointer;
}

p.lead {
    font-size: 20px;
    font-weight: 100;
    top: 25px;
    margin-top: 25px;
}

h2.display-4 {
    /* background-image: url(../img/line.png); */
    background-position: center 42px;
    background-repeat: repeat-x;
    display: initial;
    padding-left: 10px;
    padding-right: 10px;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 60px;
    margin-left: -16px;
    top: 850px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.scrol-line {
    width: 1px;
    height: 61px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
    top: -62px;
}

.rezervasyon {
    width: 100%;
    height: 232px;
    background-color: #fff;
    margin-top: -62px;
    background-image: url('../img/dots-small-pattern.png');
    background-repeat: repeat;
}

.rezervasyon .container {
    height: 232px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    width: 1100px;
}

.rezervasyon .container div {
    float: left;
    margin-top: 60px;
    margin-right: 59px;
}

.giris-tarihi-cer {
    width: 230px;
}

.cikis-tarihi-cer {
    width: 230px;
}

.yetiskin-sayisi-cer {
    width: 230px;
}

.cocuk-sayisi-cer {
    width: 230px;
}

.giris-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
    /* font-size: 16px; */
}

.cikis-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.yetiskin-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.cocuk-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

input.giris-tarihi {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;

}

input.cikis-tarihi {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;

}

.yetiskin-sayisi-cer select {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
}

.cocuk-sayisi-cer select {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
}

.rezervasyon-line {
    width: 100%;
    float: left;
    background-color: #875e32;
    height: 1px;
}

.rezervasyon .container div:nth-child(4) {
    margin-right: 0px;
}

.rezervasyon-buton {
    float: left;
    width: 100%;
    text-align: center;
}

.rezervasyon-buton a {
    background-color: #875e32;
    height: 65px;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 65px;
    top: -36px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.genel-tanitim {
    float: left;
    width: 100%;
    margin-top: 85px;
}

.genel-tanitim-sol {
    float: left;
    width: 600px;
    margin-right: 125px;
}

.tntm-sag {
    width: 455px;
    float: left;
    background-image: url('../img/otel-genel-arkaplan.png');
    height: 545px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 20px;
}

.genel-tanitim-metin {
    float: left;
    width: 600px;
}

.genel-tanitim-metin h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.genel-tanitim-metin h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.genel-tanitim-metin div {
    width: 100%;
    float: left;
}

.genel-tanitim-metin div p {
    float: left;
    width: 100%;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 24px;
}

li.hvr-trim.lslide.active {
    width: 370px !important;
}

::selection {
    background: #875e32;
    color: #ffffff;
}

::-moz-selection {
    background: #875e32;
    color: #ffffff;
}

.odalar-genel {
    float: left;
    width: 100%;
    margin-top: 210px;
    margin-bottom: 120px;
}

.odalar-baslik {
    width: 100%;
    background-image: url(../img/odalar-genel-baslik.png);
    background-repeat: repeat;
    height: 180px;
    padding-top: 50px;
}

.odalar-baslik .container h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.odalar-baslik .container h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.odalar-baslik .container p {}

.odalar-baslik .container {
    text-align: center;
}

.odalar-cerceve {
    float: left;
    width: 100%;
    margin-top: 75px;
    height: auto;
}

.odalar-cerceve .container {
    border: 1px solid #e4e4e4;
    height: 870px;
    background-image: url(../img/odalar-genel-baslik.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.oda-buyuk-cerceve {
    float: left;
    width: 109%;
}

.oda-galeri {
    float: left;
    margin-left: -100px;
    margin-top: 50px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.oda-galeri img {
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.oda-aciklama {
    float: left;
    width: 447px;
    margin-top: 57px;
    margin-left: 54px;
}

.oda-aciklama h1 {
    width: 100%;
    color: #875e32;
    font-size: 32px;
    font-weight: 400;
    float: left;
    margin-bottom: 18px;
}

.oda-aciklama h1 span {
    font-weight: 200;
}

.oda-aciklama p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: justify;
    font-size: 15px;
}

.oda-galeri img {
    height: 475px;
}

.oda-button {
    float: left;
    /* width: 647px; */
    margin-left: -45px;
    margin-top: 178px;
    position: relative;
}

.oda-button a {
    background-color: #875e32;
    float: left;
    color: #fff;
    text-decoration: none;
    width: 269px;
    height: 65px;
    line-height: 65px;
    padding-left: 25px;
    /* border-bottom: 10px solid #fff; */
}

.oda-button a i {
    float: right;
    margin-right: 25px;
    margin-top: 24px;
}

a.sizi-arayalim {
    background-color: #ffffff;
    float: left;
    color: #875e32;
    text-decoration: none;
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    margin-right: 0px;
    border: 1px solid #875e32;
}

a.sizi-arayalim:after {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -9px;
}

a.sizi-arayalim:before {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -11px;
}

a.sizi-arayalim span {
    position: relative;
    top: -9px;
}

a.sizi-arayalim i {
    margin-top: 15px;
}

.oda-car {
    float: left;
    margin-right: 46px;
}

.oda-car:nth-child(3) {
    margin-right: 0px;
}

.oda-car:nth-child(1) {
    margin-left: 20px;
}

.alt-odalar-cerceve {
    margin-top: 65px;
    float: left;
}

.oda-car-ad {
    float: left;
    width: 353px;
    border: 1px solid #875e32;
    background-color: #fff;
    text-decoration: none;
    color: #875e32;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

.oda-car-ad a {
    color: #875e32;
    text-decoration: none;
}

.etkinlikler-cerceve {
    float: left;
    width: 100%;
    background-image: url(../img/odalar-genel-baslik.png);
    background-position-y: 795px;
    background-repeat: repeat-x;
    padding-bottom: 100px;
}

.etkinlikler-baslik {
    width: 100%;
    float: left;
    text-align: center;
}

.etkinlikler-baslik .container h1 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
}

.etkinlikler-baslik .container h2 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
    margin-left: 5px;
}

.etkinlikler-baslik .container p {
    width: 100%;
    float: left;
}

.etkinlik-a {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.etkinlik-a .container ul li {
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    /* border-bottom: 0px solid #fff; */
    position: relative;
    z-index: 999;
}

.etkinlik-a .container ul li a .resim-etkinlik {}

.etkinlik-a .container ul li a span {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    top: -48px;
    left: 20px;
    color: #fff;
    /* font-weight: 700; */
    font-size: 26px;
}

.etkinlik-a .container ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
}

.etkinlik-a .container ul li:nth-child(1) {
    width: 598px;
    height: 262px;
    border-bottom: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(2) {
    width: 598px;
    height: 262px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(3) {
    width: 598px;
    height: 262px;
    border-bottom: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(4) {
    width: 298px;
    height: 526px;
    border-left: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(5) {
    width: 300px;
    height: 526px;
    border-left: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(6) {
    width: 598px;
    height: 262px;
    margin-top: -262px;
}

.hover {
    display: block !important;
}

.etkinlik-a .container ul li a span {
    font-weight: 100;
}

.etkinlik-a .container ul li a span b {
    font-weight: 600;
}

.instagram-baslik {
    width: 100%;
    float: left;
    text-align: center;
}

.instagram-baslik .container h1 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
    width: 541px;
    float: left;
}

.instagram-baslik .container h2 {
    font-size: 31px;
    color: #875e32;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
}

.instagram-baslik .container p {
    width: 100%;
    float: left;
    text-align: center;
}

.genel-baslik-alani {
    width: 100%;
    float: left;
    text-align: center;
}

.genel-baslik-alani .container h1 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
    width: 541px;
    float: left;
}

.genel-baslik-alani .container h2 {
    font-size: 31px;
    color: #875e32;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
}

.genel-baslik-alani .container p {
    width: 100%;
    float: left;
    text-align: center;
}

.genel-baslik-alani .container h1 b {
    font-weight: bold;
    margin-left: 8px;
}

.genel-baslik-alani .container {
    width: 533px;
}

.instagram {
    float: left;
    width: 100%;
    margin-top: 75px;
}

.instagram-baslik .container a {
    color: #4a4949;
    text-decoration: none;
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
    font-weight: 400;
}

.instagram-baslik .container {
    width: 541px;
}

.instagram-baslik .container h1 b {
    font-weight: bold;
    margin-left: 8px;
}

.instagram-a {
    width: 100%;
    float: left;
}

.instagram-a ul {}

.ekip-cerceve {
    width: 100%;
    float: left;
}

.ekip {
    width: 250px;
    float: left;
    margin-right: 45px;
    margin-bottom: 45px;
}

.ekip img {
    width: 250px;
    float: left;
}

.ekip h1 {
    float: left;
    color: #353535;
    font-size: 23px;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.ekip p {
    float: left;
    color: #353535;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 20px;
}

.instagram-a ul li {
    float: left;
    background-color: #000;
    height: 95px;
    width: 95px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.instagram-a ul li:nth-child(12n) {
    /* margin-right: 0px; */
}

@import url('https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('hover.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Exo', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: 'Exo', sans-serif;
}

body {
    line-height: 1;
    font-family: 'Exo', sans-serif;
}

ol,
ul {
    list-style: none;
    font-family: 'Exo', sans-serif;
}

blockquote,
q {
    quotes: none;
    font-family: 'Exo', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
    font-family: 'Exo', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Exo', sans-serif;
}

.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #000; */
    height: 118px;
}

.uzat-menu {
    width: 74%;
}

.menu-header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 1px solid #000;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    box-shadow: 0px 0px 2px 1px rgba(41, 41, 41, .15);
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
}

.logo {
    margin-top: 15px;
    float: left;
}

.menus {
    float: right;
    /* height: 118px; */
    padding-top: 50px;
}

.menus-ayrac {
    width: 1px;
    height: 55px;
    background-color: #e3e3e3;
    float: left;
    margin-left: 33px;
    margin-right: 33px;
    margin-top: -18px;
}

.custom-navbar {
    float: left;
}

.dil {
    float: left;
}

.dil img {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.dil a {
    color: #929292;
    text-decoration: none;
}

span.toggle-overlay {
    color: #929292;
    margin-right: 10px;
    cursor: pointer;
}

p.lead {
    font-size: 20px;
    font-weight: 100;
    top: 25px;
    margin-top: 25px;
}

h2.display-4 {
    /* background-image: url(../img/line.png); */
    background-position: center 42px;
    background-repeat: repeat-x;
    display: initial;
    padding-left: 10px;
    padding-right: 10px;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 60px;
    margin-left: -16px;
    top: 850px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.scrol-line {
    width: 1px;
    height: 61px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
    top: -62px;
}

.rezervasyon {
    width: 100%;
    height: 232px;
    background-color: #fff;
    margin-top: -62px;
    background-image: url('../img/dots-small-pattern.png');
    background-repeat: repeat;
}

.rezervasyon .container {
    height: 232px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    width: 1100px;
}

.rezervasyon .container div {
    float: left;
    margin-top: 60px;
    margin-right: 59px;
}

.giris-tarihi-cer {
    width: 230px;
}

.cikis-tarihi-cer {
    width: 230px;
}

.yetiskin-sayisi-cer {
    width: 230px;
}

.cocuk-sayisi-cer {
    width: 230px;
}

.giris-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
    /* font-size: 16px; */
}

.cikis-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.yetiskin-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.cocuk-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

input.giris-tarihi {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;

}

input.cikis-tarihi {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;

}

.yetiskin-sayisi-cer select {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
}

.cocuk-sayisi-cer select {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
}

.rezervasyon-line {
    width: 100%;
    float: left;
    background-color: #875e32;
    height: 1px;
}

.rezervasyon .container div:nth-child(4) {
    margin-right: 0px;
}

.rezervasyon-buton {
    float: left;
    width: 100%;
    text-align: center;
}

.rezervasyon-buton a {
    background-color: #875e32;
    height: 65px;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 65px;
    top: -36px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.genel-tanitim {
    float: left;
    width: 100%;
    margin-top: 85px;
}

.genel-tanitim-sol {
    float: left;
    width: 600px;
    margin-right: 125px;
}

.tntm-sag {
    width: 455px;
    float: left;
    background-image: url('../img/otel-genel-arkaplan.png');
    height: 545px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 20px;
}

.genel-tanitim-metin {
    float: left;
    width: 600px;
}

.genel-tanitim-metin h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.genel-tanitim-metin h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.genel-tanitim-metin div {
    width: 100%;
    float: left;
}

.genel-tanitim-metin div p {
    float: left;
    width: 100%;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 24px;
}

li.hvr-trim.lslide.active {
    width: 370px !important;
}

::selection {
    background: #875e32;
    color: #ffffff;
}

::-moz-selection {
    background: #875e32;
    color: #ffffff;
}

.odalar-genel {
    float: left;
    width: 100%;
    margin-top: 210px;
    margin-bottom: 250px;
}

.odalar-baslik {
    width: 100%;
    background-image: url(../img/odalar-genel-baslik.png);
    background-repeat: repeat;
    height: 180px;
    padding-top: 50px;
}

.odalar-baslik .container h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.odalar-baslik .container h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.odalar-baslik .container p {}

.odalar-baslik .container {
    text-align: center;
}

.odalar-cerceve {
    float: left;
    width: 100%;
    margin-top: 75px;
    height: auto;
}

.odalar-cerceve .container {
    border: 1px solid #e4e4e4;
    height: 870px;
    background-image: url(../img/odalar-genel-baslik.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.oda-buyuk-cerceve {
    float: left;
    width: 109%;
}

.oda-galeri {
    float: left;
    margin-left: -100px;
    margin-top: 50px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.oda-galeri img {
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.oda-aciklama {
    float: left;
    width: 447px;
    margin-top: 57px;
    margin-left: 54px;
}

.oda-aciklama h1 {
    width: 100%;
    color: #875e32;
    font-size: 32px;
    font-weight: 400;
    float: left;
    margin-bottom: 18px;
}

.oda-aciklama h1 span {
    font-weight: 200;
}

.oda-aciklama p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: justify;
    font-size: 15px;
}

.oda-galeri img {
    height: 475px;
}

.oda-button {
    float: left;
    /* width: 647px; */
    margin-left: -45px;
    margin-top: 178px;
    position: relative;
}

.oda-button a {
    background-color: #875e32;
    float: left;
    color: #fff;
    text-decoration: none;
    width: 269px;
    height: 65px;
    line-height: 65px;
    padding-left: 25px;
    /* border-bottom: 10px solid #fff; */
}

.oda-button a i {
    float: right;
    margin-right: 25px;
    margin-top: 24px;
}

a.sizi-arayalim {
    background-color: #ffffff;
    float: left;
    color: #875e32;
    text-decoration: none;
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    margin-right: 0px;
    border: 1px solid #875e32;
}

a.sizi-arayalim:after {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -9px;
}

a.sizi-arayalim:before {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -11px;
}

a.sizi-arayalim span {
    position: relative;
    top: -9px;
}

a.sizi-arayalim i {
    margin-top: 15px;
}

.oda-car {
    float: left;
    margin-right: 46px;
}

.oda-car:nth-child(3) {
    margin-right: 0px;
}

.oda-car:nth-child(1) {
    margin-left: 20px;
}

.alt-odalar-cerceve {
    margin-top: 65px;
    float: left;
}

.oda-car-ad {
    float: left;
    width: 353px;
    border: 1px solid #875e32;
    background-color: #fff;
    text-decoration: none;
    color: #875e32;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

.oda-car-ad a {
    color: #875e32;
    text-decoration: none;
}

.etkinlikler-cerceve {
    float: left;
    width: 100%;
}

.etkinlikler-baslik {
    width: 100%;
    float: left;
    text-align: center;
}

.etkinlikler-baslik .container h1 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
}

.etkinlikler-baslik .container h2 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
    margin-left: 5px;
}

.etkinlikler-baslik .container p {
    width: 100%;
    float: left;
}

@import url('https://fonts.googleapis.com/css?family=Exo:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('hover.css');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Exo', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: 'Exo', sans-serif;
}

body {
    line-height: 1;
    font-family: 'Exo', sans-serif;
}

ol,
ul {
    list-style: none;
    font-family: 'Exo', sans-serif;
}

blockquote,
q {
    quotes: none;
    font-family: 'Exo', sans-serif;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
    font-family: 'Exo', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'Exo', sans-serif;
}



.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #000; */
    height: 118px;
}

.uzat-menu {
    width: 74%;
}

.menu-header {
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #fff;
    box-shadow: 1px solid #000;
    -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
    box-shadow: 0px 0px 2px 1px rgba(41, 41, 41, .15);
}

.logo {
    margin-top: 15px;
    float: left;
}

.menus {
    float: right;
    /* height: 118px; */
    padding-top: 50px;
}

.menus-ayrac {
    width: 1px;
    height: 55px;
    background-color: #e3e3e3;
    float: left;
    margin-left: 33px;
    margin-right: 33px;
    margin-top: -18px;
}

.custom-navbar {
    float: left;
}

.dil {
    float: left;
}

.dil img {
    float: left;
    margin-top: 5px;
    margin-right: 6px;
}

.dil a {
    color: #929292;
    text-decoration: none;
}

span.toggle-overlay {
    color: #929292;
    margin-right: 10px;
    cursor: pointer;
}

p.lead {
    font-size: 23px;
    font-weight: 100;
    /* top: 52px; */
    margin-top: 25px;
    /* background-image: url(../img/line.png); */
    background-position: center 42px;
    background-repeat: repeat-x;
    display: table-cell;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #716c68e0;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    /* margin-top: 15px; */
    /* float: left; */
}

h2.display-4 {
    font-size: 50px;
    /* background-image: url(../img/line.png); */
    background-position: center 42px;
    background-repeat: repeat-x;
    display: initial;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #875932e0;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    /* float: left; */
    /* display: table-cell; */
    position: relative;
    top: -18px;
    /* left: -373px; */
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 30px;
    height: 60px;
    margin-left: -16px;
    top: 850px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}

.scrol-line {
    width: 1px;
    height: 61px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 999;
    top: -62px;
}

.rezervasyon {
    width: 100%;
    height: 232px;
    background-color: #fff;
    margin-top: -62px;
    background-image: url('../img/dots-small-pattern.png');
    background-repeat: repeat;
    position: relative;
    z-index: 99999999;
}

.rezervasyon .container {
    height: 232px;
    background-color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    width: 1100px;
}

.rezervasyon .container div {
    float: left;
    margin-top: 60px;
    margin-right: 135px;
}

.giris-tarihi-cer {
    width: 234px;
}

.cikis-tarihi-cer {
    width: 230px;
}

.yetiskin-sayisi-cer {
    width: 230px;
}

.cocuk-sayisi-cer {
    width: 230px;
}

.giris-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
    /* font-size: 16px; */
}

.cikis-tarihi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.yetiskin-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

.cocuk-sayisi-cer span {
    width: 230px;
    float: left;
    margin-bottom: 15px;
}

input.giris-tarihi {
    width: 320px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
    background-image: url('../img/date.png');
    background-repeat: no-repeat;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
    background-position-x: 295px;
    background-position-y: center;
    border: 1px solid #777777;
}




input.cikis-tarihi {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;

    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
}

.yetiskin-sayisi-cer select {
    width: 379px;
    height: 60px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
    border: 1px solid #777777;
}

.cocuk-sayisi-cer select {
    width: 230px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
}

.rezervasyon-line {
    width: 100%;
    float: left;
    background-color: #875e32;
    height: 1px;
}

.rezervasyon .container div:nth-child(4) {
    margin-right: 0px;
}

.rezervasyon-buton {
    float: left;
    width: 100%;
    text-align: center;
}

.rezervasyon-buton a {
    background-color: #875e32;
    height: 65px;
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 65px;
    top: -36px;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.genel-tanitim {
    float: left;
    width: 100%;
    margin-top: 85px;
}

.genel-tanitim-sol {
    float: left;
    width: 600px;
    margin-right: 125px;
}

.tntm-sag {
    width: 455px;
    float: left;
    background-image: url('../img/otel-genel-arkaplan.png');
    height: 545px;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 20px;
}

.genel-tanitim-metin {
    float: left;
    width: 600px;
}

.genel-tanitim-metin h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.genel-tanitim-metin h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.genel-tanitim-metin div {
    width: 100%;
    float: left;
}

.genel-tanitim-metin div p {
    float: left;
    width: 100%;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 24px;
}

li.hvr-trim.lslide.active {
    width: 370px !important;
}

::selection {
    background: #875e32;
    color: #ffffff;
}

::-moz-selection {
    background: #875e32;
    color: #ffffff;
}

.odalar-genel {
    float: left;
    width: 100%;
    margin-top: 210px;
    margin-bottom: 120px;
}

.odalar-baslik {
    width: 100%;
    background-image: url(../img/odalar-genel-baslik.png);
    background-repeat: repeat;
    height: 180px;
    padding-top: 50px;
}

.odalar-baslik .container h1 {
    width: 100%;
    color: #875e32;
    font-size: 31px;
}

.odalar-baslik .container h2 {
    width: 100%;
    float: left;
    font-weight: 800;
    color: #875e32;
    font-size: 60px;
}

.odalar-baslik .container p {}

.odalar-baslik .container {
    text-align: center;
}

.odalar-cerceve {
    float: left;
    width: 100%;
    margin-top: 75px;
    height: auto;
}

.odalar-cerceve .container {
    border: 1px solid #e4e4e4;
    height: 870px;
    background-image: url(../img/odalar-genel-baslik.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

.oda-buyuk-cerceve {
    float: left;
    width: 109%;
}

.oda-galeri {
    float: left;
    margin-left: -100px;
    margin-top: 50px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.oda-galeri img {
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.oda-aciklama {
    float: left;
    width: 447px;
    margin-top: 57px;
    margin-left: 54px;
}

.oda-aciklama h1 {
    width: 100%;
    color: #875e32;
    font-size: 32px;
    font-weight: 400;
    float: left;
    margin-bottom: 18px;
}

.oda-aciklama h1 span {
    font-weight: 200;
}

.oda-aciklama p {
    width: 100%;
    margin-bottom: 10px;
    line-height: 26px;
    text-align: justify;
    font-size: 15px;
}

.oda-galeri img {
    height: 475px;
}

.oda-button {
    float: left;
    /* width: 647px; */
    margin-left: -45px;
    margin-top: 178px;
    position: relative;
}

.oda-button a {
    background-color: #875e32;
    float: left;
    color: #fff;
    text-decoration: none;
    width: 269px;
    height: 65px;
    line-height: 65px;
    padding-left: 25px;
    /* border-bottom: 10px solid #fff; */
}

.oda-button a i {
    float: right;
    margin-right: 25px;
    margin-top: 24px;
}

a.sizi-arayalim {
    background-color: #ffffff;
    float: left;
    color: #875e32;
    text-decoration: none;
    height: 63px;
    line-height: 63px;
    padding-left: 25px;
    margin-right: 0px;
    border: 1px solid #875e32;
}

a.sizi-arayalim:after {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -9px;
}

a.sizi-arayalim:before {
    content: '';
    background-color: #ffffff;
    height: 10px;
    position: relative;
    right: -240px;
    width: 10px;
    display: grid;
    top: -11px;
}

a.sizi-arayalim span {
    position: relative;
    top: -9px;
}

a.sizi-arayalim i {
    margin-top: 15px;
}

.oda-car {
    float: left;
    margin-right: 46px;
}

.oda-car:nth-child(3) {
    margin-right: 0px;
}

.oda-car:nth-child(1) {
    margin-left: 20px;
}

.alt-odalar-cerceve {
    margin-top: 65px;
    float: left;
}

.oda-car-ad {
    float: left;
    width: 353px;
    border: 1px solid #875e32;
    background-color: #fff;
    text-decoration: none;
    color: #875e32;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}

.oda-car-ad a {
    color: #875e32;
    text-decoration: none;
}

.etkinlikler-cerceve {
    float: left;
    width: 100%;
    background-image: url(../img/odalar-genel-baslik.png);
    background-position-y: 795px;
    background-repeat: repeat-x;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.etkinlikler-baslik {
    width: 100%;
    float: left;
    text-align: center;
}

.etkinlikler-baslik .container h1 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
}

.etkinlikler-baslik .container h2 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
    margin-left: 5px;
}

.etkinlikler-baslik .container p {
    width: 100%;
    float: left;
}

.etkinlik-a {
    float: left;
    width: 100%;
    margin-top: 35px;
}

.etkinlik-a .container ul li {
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    /* border-bottom: 0px solid #fff; */
    position: relative;
    z-index: 999;
}

.etkinlik-a .container ul li a .resim-etkinlik {}

.etkinlik-a .container ul li a span {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    top: -48px;
    left: 20px;
    color: #fff;
    /* font-weight: 700; */
    font-size: 26px;
}

.etkinlik-a .container ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 1;
}

.etkinlik-a .container ul li:nth-child(1) {
    width: 598px;
    height: 262px;
    border-bottom: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(2) {
    width: 598px;
    height: 262px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(3) {
    width: 598px;
    height: 262px;
    border-bottom: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(4) {
    width: 298px;
    height: 526px;
    border-left: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(5) {
    width: 300px;
    height: 526px;
    border-left: 2px solid #fff;
}

.etkinlik-a .container ul li:nth-child(6) {
    width: 598px;
    height: 262px;
    margin-top: -262px;
}

.hover {
    display: block !important;
}

.etkinlik-a .container ul li a span {
    font-weight: 100;
}

.etkinlik-a .container ul li a span b {
    font-weight: 600;
}

.instagram-baslik {
    width: 100%;
    float: left;
    text-align: center;
}

.instagram-baslik .container h1 {
    font-size: 31px;
    color: #875e32;
    /* float: left; */
    width: 541px;
    float: left;
}

.instagram-baslik .container h2 {
    font-size: 31px;
    color: #875e32;
    float: left;
    margin-left: 5px;
    margin-bottom: 10px;
}

.instagram-baslik .container p {
    width: 100%;
    float: left;
    text-align: center;
}

.instagram {
    float: left;
    width: 100%;
    margin-top: 75px;
}

.instagram-baslik .container a {
    color: #4a4949;
    text-decoration: none;
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 7px;
    font-weight: 400;
}

.instagram-baslik .container {
    width: 541px;
}

.instagram-baslik .container h1 b {
    font-weight: bold;
    margin-left: 8px;
}

.instagram-a {
    width: 100%;
    float: left;
}

.instagram-a ul {
    width: 1200px;
    float: left;
    text-align: center;
}

.instagram-a ul li {
    float: left;
    background-color: #d8d8d8;
    height: 95px;
    width: 95px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.instagram-a ul li:nth-child(12n) {
    /* margin-right: 0px; */
}

.instagram-a ul:nth-child(2) {
    width: 1100px;
    padding-left: 100px;
}

.instagram-a ul:nth-child(3) {
    width: 1000px;
    padding-left: 200px;
}

.hastag {
    float: left;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}

.hastag a {
    color: #875e32;
    text-decoration: none;
}

.hastag a:hover {
    color: #666;
    text-decoration: none;
}

.takipet {
    width: 100%;
    float: left;
    text-align: center;
}

.takipet .container a img {
    float: left;
}

.takipet .container a span {
    float: left;
    color: #545454;
    height: 59px;
    line-height: 59px;
    margin-left: 15px;
    font-size: 19px;
}

.takipet .container {
    width: 324px;
}

.footer {
    background-color: #f5f5f5;
    float: left;
    width: 100%;
    position: relative;
}

.footer:after {
    display: block;
    content: '';
    background-image: url(../img/nehir.webp);
    background-repeat: no-repeat;
    background-position: 0;
    position: absolute;
    left: 0px;
    width: 471px;
    height: 360px;
    top: -66px;
}


.adres {
    float: left;
    border-right: 1px solid #6d6d6d;
    height: 197px;
    padding-right: 45px;
    width: 300px;
    line-height: 25px;
}

.adres h1 {
    font-size: 19px;
    color: #6d6d6d;
    font-weight: 400;
}

.adres p {
    color: #3a424b;
    font-size: 15px;
}

.footer .container {
    padding-bottom: 65px;
    padding-top: 65px;
}

.telefon {
    float: left;
    /* border-right: 1px solid #666; */
    height: 100px;
    /* padding-right: 30px; */
    /* padding-left: 30px; */
    width: 416px;
    line-height: 25px;
    border-bottom: 1px solid #6d6d6d;
    margin-bottom: 25px;
}

.telefon h1 {
    font-size: 19px;
    color: #6d6d6d;
    font-weight: 500;
}

.telefon p {
    color: #6d6d6d;
    font-size: 15px;
}

.faks-mail .faks {
    float: left;
    border-right: 1px solid #6d6d6d;
    height: 70px;
    padding-right: 30px;
    /* padding-left: 30px; */
    line-height: 25px;
}

.faks-mail .faks h1 {
    font-size: 19px;
    color: #6d6d6d;
    font-weight: 500;
}

.faks-mail .faks p {
    color: #3a424b;
    font-size: 15px;
}

.faks-mail .mail {
    float: left;
    /* border-right: 1px solid #666; */
    height: 100px;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 25px;
}

.faks-mail .mail h1 {
    font-size: 19px;
    color: #6d6d6d;
    font-weight: 500;
}

.faks-mail .mail p {
    color: #6d6d6d;
    font-size: 15px;
}

.footer-grup {
    float: left;
    padding-left: 45px;
}

.maps {
    float: right;
    margin-top: -248px;
    border-left: 20px solid #fff;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 13px;
    font-size: 38px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.navbar-shrink {}

.hvr-trim-s {
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.hvr-trim-z {
    outline: 2px solid #fff;
    outline-offset: -10px;
}

.saga-yasla-2 {
    left: auto !important;
    right: -15px !important;
    margin-top: 39px !important;
}

.header-detay {
    float: left;
    height: 140px;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 118px;
}

.header-detay .container h1 {
    color: #353535;
    font-size: 29px;
    height: 140px;
    float: left;
    line-height: 140px;
}

.header-detay .container ul {
    float: right;
    margin-top: 66px;
}

.header-detay .container ul li {
    float: left;
    margin-right: 10px;
    color: #888888;
}

.header-detay .container ul li a {
    color: #888888;
    text-decoration: none;
    font-size: 14px;
}

.header-detay .container ul li:first-child a {
    color: #bdbdbd;
}

.header-detay .container ul li:last-child {
    margin-right: 0px;
}

.fs-container {
    margin: 0px auto 50px auto;
    position: relative;
    width: 100%;
    max-width: 1117px;
    min-width: 220px;
    height: 623px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fs-container:before {
    content: '';
    position: absolute;
    bottom: -40px;
    height: 90px;
    width: 90%;
    left: 5%;
    opacity: 0.8;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.fs-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.fs-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.fs-block {
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.fs-block:nth-child(1) {
    -webkit-transform-origin: top right;
    -webkit-transform: translateX(-100%) rotateY(-0deg);
    -moz-transform-origin: top right;
    -moz-transform: translateX(-100%) rotateY(-0deg);
    -o-transform-origin: top right;
    -o-transform: translateX(-100%) rotateY(-0deg);
    -ms-transform-origin: top right;
    -ms-transform: translate(-100%);
    transform-origin: top right;
    transform: translateX(-100%) rotateY(-0deg);
}

.no-touch .fs-block:nth-child(1):hover {}

.fs-block:nth-child(2) {
    z-index: 100;
}

.fs-block:nth-child(3) {
    -webkit-transform-origin: top left;
    -webkit-transform: translateX(100%) rotateY(0deg);
    -moz-transform-origin: top left;
    -moz-transform: translateX(100%) rotateY(0deg);
    -o-transform-origin: top left;
    -o-transform: translateX(100%) rotateY(0deg);
    -ms-transform-origin: top left;
    -ms-transform: translate(100%);
    transform-origin: top left;
    transform: translateX(100%) rotateY(0deg);
}

.no-touch .fs-block:nth-child(3):hover {}

.fs-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-left: 1px solid rgba(119, 119, 119, 1);
    border-right: 1px solid rgba(119, 119, 119, 1);
    left: -1px;
}


/* Borders are only needed if we have the 3d look */

.no-csstransforms3d .fs-block:after {
    border: none;
}

.fs-block:nth-child(1):after {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.fs-block:nth-child(2):after {
    opacity: 0.8;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 21%, rgba(0, 0, 0, 0.03) 31%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 70%, rgba(0, 0, 0, 0.12) 81%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(21%, rgba(0, 0, 0, 0.12)), color-stop(31%, rgba(0, 0, 0, 0.03)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.03)), color-stop(81%, rgba(0, 0, 0, 0.12)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 21%, rgba(0, 0, 0, 0.03) 31%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 70%, rgba(0, 0, 0, 0.12) 81%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 21%, rgba(0, 0, 0, 0.03) 31%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 70%, rgba(0, 0, 0, 0.12) 81%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 21%, rgba(0, 0, 0, 0.03) 31%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 70%, rgba(0, 0, 0, 0.12) 81%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.12) 21%, rgba(0, 0, 0, 0.03) 31%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.03) 70%, rgba(0, 0, 0, 0.12) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.fs-block:nth-child(3):after {
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.fs-block figure {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.fs-block figure:first-child {
    z-index: 10;
}

.fs-block figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.fs-block figcaption {
    padding: 0 20px;
    margin: 0;
    position: absolute;
    width: 100%;
    top: 46%;
    overflow: hidden;
    height: 0%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 700ms cubic-bezier(0, 0, .15, 1);
    -moz-transition: all 700ms cubic-bezier(0, 0, .15, 1);
    -o-transition: all 700ms cubic-bezier(0, 0, .15, 1);
    -ms-transition: all 700ms cubic-bezier(0, 0, .15, 1);
    transition: all 700ms cubic-bezier(0, 0, .15, 1);
}

.fs-block figcaption.fs-transition {
    height: 35%;
    opacity: 1;
}

.fs-block figcaption h3 {
    font-size: 37px;
    line-height: 40px;
    margin: 0;
    color: #fff;
    font-family: 'Open Sans', serif;
    font-weight: 700;
}

.fs-block figcaption p {
    color: #fff;
    margin: 0;
    font-family: 'Open Sans', serif;
    font-weight: 300;
    font-size: 33px;
}

.fs-navigation {
    position: absolute;
    z-index: 2000;
    bottom: 261px;
    right: -18px;
    margin-right: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-navigation span {
    float: left;
    width: 45px;
    height: 88px;
    text-indent: -90000px;
    cursor: pointer;
    margin-right: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: auto;
}

span.left-slider {
    background-image: url(../img/slider-left.png);
    background-repeat: no-repeat;
    left: -1024px;
    position: relative;
}

span.right-slider {
    background-image: url(../img/slider-right.png);
    background-repeat: no-repeat;
}

.fs-navigation span:nth-child(2) {}

.fs-navigation span:hover {
    opacity: 1;
}


/* Transitions */

.fs-block:nth-child(1) figure {
    -webkit-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
    -moz-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
    -o-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
    -ms-transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
    transition: width 900ms cubic-bezier(0, 0, .15, 1) 600ms;
    opacity: 0.5;
}

.fs-block:nth-child(2) figure {
    -webkit-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
    -moz-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
    -o-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
    -ms-transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
    transition: width 900ms cubic-bezier(0, 0, .15, 1) 300ms;
}

.fs-block:nth-child(3) figure {
    -webkit-transition: width 900ms cubic-bezier(0, 0, .15, 1);
    -moz-transition: width 900ms cubic-bezier(0, 0, .15, 1);
    -o-transition: width 900ms cubic-bezier(0, 0, .15, 1);
    -ms-transition: width 900ms cubic-bezier(0, 0, .15, 1);
    transition: width 900ms cubic-bezier(0, 0, .15, 1);
    opacity: 0.5;
}


/* Media Queries */

@media screen and (max-width: 1024px) {
    .fs-block figcaption h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .fs-block figcaption {
        padding: 0 10px;
    }

    .fs-block figcaption h3 {
        font-size: 16px;
        padding: 10px 0;
    }

    .fs-block figcaption p {
        font-size: 13px;
    }
}

.slider {
    float: left;
    width: 100%;
    /* margin-top: 80px; */
}

.foto-div-a {
    float: left;
    width: 100%;
    margin-top: 25px;
}

ul#aniimated-thumbnials li img {
    width: 220px;
}

ul#aniimated-thumbnials ul li {
    float: left;
    width: 220px;
}

.foto-div-a .container ul li {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.foto-div-a .container ul li:nth-child(6) {
    margin-right: 0px;
}

.foto-div-a .container ul li:first-child {
    margin-right: 0px;
}

.foto-div-a .container ul li:first-child img {
    width: 1200px !important;
}

.foto-div-a .container ul li:nth-child(11) {
    margin-right: 0px;
}

.metin {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: -5px;
    background-color: #f5f5f5;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/re-png.png);
    background-repeat: no-repeat;
}

.restoran {
    background-image: url(../img/res-png.png);
    background-repeat: no-repeat;
    padding-bottom: 166px;
    background-color: transparent;
    z-index: 2;
    position: relative;
}

.restoran .container p {
    color: #fff !important;
}

.verona {
    margin-top: -105px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.metin .container p {
    width: 100%;
    float: left;
    line-height: 27px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 24px;
}

.metin .container h1 {
    font-size: 37px;
    color: #353535;
    font-weight: 300;
    /* line-height: 55px; */
    margin-bottom: 35px;
    text-align: center;
    line-height: 43px;
}

.metin .container {
    /* margin-left: 105px; */
    width: 1200px;
}

i.fas.fa-baby {
    font-size: 62px;
    color: #e2e2e2;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.metin-2 {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 135px;
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #f5f5f5;
}

.metin-2 .container p {
    width: 100%;
    float: left;
    line-height: 27px;
    font-size: 17px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 25px;
    color: #a7a3a3;
}

.metin-2 .container h1 {
    font-size: 37px;
    color: #353535;
    font-weight: 300;
    /* line-height: 55px; */
    margin-bottom: 35px;
    text-align: center;
    line-height: 43px;
}

.metin-2 .container {
    /* margin-left: 105px; */
    width: 1200px;
    height: 0px;
}

.block {
    /* so one can see fadeBgColor properly */
}

.animatable {
    /* initially hide animatable objects */
    visibility: hidden;
    /* initially pause animatable objects their animations */
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}


/* show objects being animated */

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}


/* CSS Animations (extracted from http://glifo.uiparade.com/) */

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
    }

    60% {
        -webkit-transform: translateX(20px);
    }

    80% {
        -webkit-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px);
    }

    60% {
        -moz-transform: translateX(20px);
    }

    80% {
        -moz-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px);
    }

    60% {
        opacity: 1;
        -o-transform: translateX(20px);
    }

    80% {
        -o-transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px);
    }

    60% {
        transform: translateX(20px);
    }

    80% {
        transform: translateX(-5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
    }

    50% {
        -webkit-transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3);
    }

    50% {
        -moz-transform: scale(1.05);
    }

    70% {
        -moz-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3);
    }

    50% {
        -o-transform: scale(1.05);
    }

    70% {
        -o-transform: scale(.9);
    }

    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        transform: scale(1.05);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 1;
        -moz-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 1;
        -o-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@-o-keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

@keyframes fadeBgColor {
    0% {
        background: none;
    }

    70% {
        background: none;
    }

    100% {
        background: #464646;
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    -moz-animation-name: fadeBgColor;
    -o-animation-name: fadeBgColor;
    animation-name: fadeBgColor;
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    -moz-animation-name: moveUp;
    -o-animation-name: moveUp;
    animation-name: moveUp;
}

.ozellikler {
    float: left;
    width: 100%;
    margin-top: -136px;
    margin-bottom: 90px;
}

.ozellikler ul li {
    float: left;
    width: 263px;
    border: 1px solid #f5f5f5;
    height: 80px;
    padding: 25px;
    text-align: center;
    line-height: 80px;
    border-right: 0px;
}

.marg-in {
    margin-top: 45px;
}

.ozellikler ul li:hover {
    background-color: #875e32;
    z-index: 9999;
    position: relative;
}

.ozellikler ul li i {
    font-size: 80px;
    float: left;
    color: #e2e2e2;
}

.ozellikler ul li span {
    font-size: 19px;
    color: #29292966;
    font-weight: 500;
}

.ozellikler ul li:nth-child(6) {
    width: 282px;
    border-right: 0px;
}

.ozellikler ul li:hover i {
    color: #fff;
}

.ozellikler ul li:hover span {
    color: #fff;
}

.gene-cerceve-yazi {
    float: left;
    width: 100%;
}

.gene-cerceve-yazi .container p {
    width: 100%;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 24px;
}

.gene-cerceve-yazi .container {
    border-bottom: 1px solid #cecece;
    height: auto;
    padding-bottom: 65px;
    margin-bottom: 75px;
    border-top: 1px solid #cecece;
    margin-top: 45px;
    padding-top: 65px;
}

.marg-in .container {
    height: auto;
}

.odalarimiz {
    float: left;
    /* background-color: #f5f5f5; */
    width: 100%;
    margin-bottom: 45px;
    height: 530px;
    margin-top: 127px;
    position: relative;
}

.odalar-resim {
    width: 934px;
    background-color: #353535;
    height: 350px;
    margin-top: -42px;
    left: -15px;
    position: absolute;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    z-index: 2;
}

.sola-yasla {
    float: left;
}

.saga-yasla {
    float: right;
}

.odalar-yazi {
    width: 558px;
    padding-top: 45px;
    border: 1px solid #cecece;
    padding: 45px;
    margin-top: -75px;
    height: 364px;
    left: -15px;
    z-index: 1;
}

.odalarimiz:after {
    width: 99px;
    height: 203px;
    content: '';
    display: block;
    position: relative;
    background-image: url(../img/ling.png);
    background-repeat: repeat-y;
    background-position: left;
    top: -320px;
    margin-left: auto;
    margin-right: auto;
}

.odalarimiz:nth-child(2n+1):after {
    width: 99px;
    height: 203px;
    content: '';
    display: block;
    position: relative;
    background-image: url(../img/ling.png);
    background-repeat: repeat-y;
    background-position: left;
    top: 246px;
    margin-left: auto;
    margin-right: auto;
}

.odalarimiz:nth-child(4n+1):after {
    width: 99px;
    height: 203px;
    content: '';
    display: none;
    position: relative;
    background-image: url(../img/ling.png);
    background-repeat: repeat-y;
    background-position: left;
    top: 337px;
    margin-left: auto;
    margin-right: auto;
}

.odalar-yazi h1 {
    color: #875e32;
    font-size: 31px;
    margin-top: 5px;
    /* margin-bottom: 55px; */
}

.odalar-yazi p {
    text-align: justify;
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 15px;
}

.odalar-yazi ul {
    float: left;
    width: 100%;
    margin-top: 45px;
}

.odalar-yazi ul li {
    width: 242px;
    float: left;
    border: 1px solid #875e32;
    margin-right: 45px;
    height: 50px;
    line-height: 54px;
    margin-bottom: 20px;
    padding-left: 12px;
    /* background-color: #ffffff; */
    color: #875e32;
}

.odalar-yazi ul li:nth-child(2n) {
    margin-right: 0px;
}

.odalar-yazi ul li span b {
    font-weight: 600;
}

.luxery-oda {
    background-image: url(../img/luxery.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.corner-suit {
    background-image: url(../img/corner-suit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.deluxe-suit {
    background-image: url(../img/deluxe-suit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.superior-suit {
    background-image: url(../img/superior-suit.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.butonlar-rez-det {
    /* position: absolute; */
    /* left: 11px; */
    /* float: left; */
    /* top: 341px; */
    /* z-index: 99; */
}

.butonlar-rez-det {
    position: absolute;
    left: 11px;
    float: left;
    top: 341px;
    z-index: 99;
}

.butonlar-rez-det a:nth-child(2) {
    display: block;
    border: 1px solid #875e32;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 21px;
    min-width: 185px;
    margin-right: 15px;
    background-color: #875e32;
    font-size: 17px;
}

.butonlar-rez-det a {
    display: block;
    border: 1px solid #875e32;
    color: #875e32;
    text-decoration: none;
    float: left;
    padding: 21px;
    min-width: 185px;
    margin-right: 15px;
    background-color: #fff;
    font-size: 17px;
}

.butonlar-rez-det a i {
    float: right;
}

.but-2 {
    top: 464px;
    right: 5px;
    left: inherit;
    float: right;
    top: 355px;
    position: absolute;
}

.pagers-t {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cecece;
    margin-bottom: 75px;
}

.pagers-t .container a {
    color: #cecece;
    text-decoration: none;
    width: 200px;
    text-align: center;
    display: block;
    float: left;
}

.pagers-t .container a:hover {
    background-color: #cecece;
    color: #fff;
}

.pagers-t .container a.active {
    background-color: #cecece;
    color: #fff;
}

.pagers-t .container {
    line-height: 70px;
    height: 70px;
    text-align: center;
    width: 800px;
}

.odalar-resim a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}

.tops-d {
    margin-top: 100px;
}

.saatler-ve-sef {
    float: left;
    background-image: url(../img/bgg.jpg);
    height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.saatler-ve-sef:after {}

.item h2 {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 42px;
}

.sef a {
    border: 1px solid #3a2f2d;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    width: 310px;
    height: 70px;
    line-height: 70px;
    display: block;
    float: left;
    margin-left: 8px;
    background-color: #3a2f2d;
    margin-top: 225px;
}

.sef a span {
    float: left;
    margin-left: 20px;
    font-weight: 200;
}

.sef a i {
    float: right;
    line-height: 70px;
    margin-right: 25px;
}

.sef a:nth-child(2n+1) {
    background-color: #fff;
    color: #3a2f2d;
}

.sl {
    width: 45%;
    /* background-color: #666; */
    float: left;
    /* height: 425px; */
}

.davet-metin-govde {
    float: left;
    width: 100%;
    margin-bottom: 270px;
    margin-top: 45px;
}

.sg {
    width: 55%;
    background-color: #fff;
    float: left;
    height: 425px;
}

.item li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    margin-bottom: 36px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.item li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.item li span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item {
    float: right;
    margin-right: -235px;
    width: 500px;
    /* background-color: aliceblue; */
}

.pull-right {
    float: right;
}

.sef {
    float: left;
    width: 660px;
    text-align: center;
    font-size: 29px;
    line-height: 35px;
    font-weight: 100;
    margin-top: 115px;
    margin-left: 65px;
}

.sl img {
    width: 100%;
}

.sg .as {
    width: 825px;
    padding: 8%;
    border: 1px solid #c1c1c1;
    margin-top: 135px;
    position: relative;
    left: -85px;
    /* border-left: 5px solid #fff; */
    padding-left: 97px;
    padding-right: 75px;
}

.sg .as:before {
    content: '';
    background-color: white;
    width: 83px;
    height: 402px;
    display: block;
    left: 1px;
    position: absolute;
    top: 1px;
}

.sg .as p {
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 24px;
    text-align: justify;
}

.sg .as h1 {
    font-size: 33px;
    color: #875e32;
    width: 100%;
    text-align: center;
}

.forms-iletisim {
    float: left;
    margin-top: 175px;
    width: 493px;
    margin-left: 225px;
}

.forms-iletisim ul li {
    float: left;
    width: 100%;
}

.forms-iletisim ul li span {
    width: 100%;
    float: left;
}

.forms-iletisim ul li input {
    width: 500px;
    height: 50px;
}

.forms-iletisim ul li span {
    width: 100%;
    margin-bottom: 14px;
    margin-top: 15px;
}

.forms-iletisim ul li input[type="button"] {
    background-color: #875e32;
    border: 1px solid #875e32;
    color: #fff;
    margin-top: 15px;
    width: 155px;
}

.forms-iletisim h1 {
    float: left;
    color: #000;
    margin: 0px;
    font-size: 28px;
    width: 100%;
    margin-bottom: 20px;
}

.forms-iletisim ul {
    float: left;
    width: 100%;
}

.as h1 i {
    font-size: 10px;
    margin-left: 1px;
    position: relative;
    top: -8px;
}

.header-detay .container h1 i {
    font-size: 10px;
    margin-top: 66px;
    float: right;
    margin-left: 9px;
}

.detay-metin-alani {
    float: left;
    width: 100%;
    position: relative;
    top: 57px;
    z-index: 99;
}

.detay-metin-a {
    background-color: #fff;
    min-height: 750px;
    position: relative;
    z-index: 999999;
    /* padding: 65px; */
    padding-top: 0px;
}

.detay-baslik {
    /* background-image: url("../img/odalar-line-a.jpg"); */
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    height: 206px;
    width: 100%;
}

.detay-baslik h1 {
    color: #666;
    font-weight: 300;
    padding-top: 66px;
    font-size: 30px;
    line-height: 15px;
    margin-bottom: 30px;
}

.detay-baslik p {
    color: #666;
    margin-top: 25px;
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    color: #444;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 26px;
}

.sayfa-detay-p {
    float: left;
    width: 100%;
}

.sayfa-detay-p p {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    color: #444;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 26px;
    float: left;
    width: 100%;
}

.sayfa-detay-p strong {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    color: #444;
    text-align: justify;
    margin-bottom: 25px;
    line-height: 26px;
    text-align: center;
    float: left;
    width: 100%;
}

.iletisim-bilgileri {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 135px;
}

.iletisim-bilgileri .adres {
    border-right: 1px solid #eee;
    float: left;
    width: 495px;
    height: 135px;
}

.iletisim-bilgileri .adres i {
    font-size: 45px;
    color: #5c5858;
    line-height: 135px;
    float: left;
    margin-right: 35px;
}

.iletisim-bilgileri .adres span {
    line-height: 135px;
    font-size: 17px;
}

.iletisim-bilgileri .telefon {
    border-right: 1px solid #eee;
    float: left;
    width: 255px;
    height: 135px;
    padding-left: 55px;
}

.iletisim-bilgileri .telefon i {
    font-size: 45px;
    color: #5c5858;
    line-height: 135px;
    float: left;
    margin-right: 35px;
}

.iletisim-bilgileri .telefon span {
    line-height: 23px;
    font-size: 17px;
    margin-top: 50px;
    float: left;
    width: 165px;
}

.iletisim-bilgileri .mail {
    /* border-right: 1px solid #eee; */
    float: left;
    width: 286px;
    height: 135px;
    padding-left: 55px;
}

.iletisim-bilgileri .mail i {
    font-size: 45px;
    color: #5c5858;
    line-height: 135px;
    float: left;
    margin-right: 35px;
}

.mail span {
    line-height: 135px;
    font-size: 17px;
}

input.texboxform-text {
    width: 47%;
    border: 1px solid #d6d6d6;
    height: 52px;
    padding-left: 23px;
    font-size: 16px;
    margin-right: 15px;
    margin-bottom: 25px;
}

.right-bosluk {
    margin-right: -4px !important;
}

.form-full {
    width: 97.9% !important;
    margin-right: 0px !important;
}

.green-button {
    color: #1e2024 !important;
}

.button-group-center {
    text-align: left;
}

.forms-text-area {
    padding-top: 23px;
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 140px;
    padding-left: 23px;
    font-size: 16px;
    font-family: 'Roboto ', sans-serif;
}

a.dolgulu-button {
    background-color: #875e32;
    color: #fff;
    /* padding: 16px; */
    /* border-radius: 4px; */
    font-size: 17px;
    /* padding-left: 40px; */
    border: 1px solid #6e7a30;
    /* padding-right: 40px; */
    padding-bottom: 14px;
    padding-top: 14px;
    position: relative;
    width: 218px;
    text-align: center;
    left: 0px;
    height: 35px;
    line-height: 35px;
    margin-top: 19px;
}

.dolgulu-button {
    background-color: #875e32;
    color: #fff;
    /* padding: 16px; */
    /* border-radius: 4px; */
    font-size: 17px;
    /* padding-left: 40px; */
    border: 1px solid #875e32;
    /* padding-right: 40px; */
    padding-bottom: 14px;
    padding-top: 14px;
    position: relative;
    width: 218px;
    text-align: center;
    left: 0px;
    height: 63px;
    /* line-height: 45px; */
    margin-top: 15px;
}

.iletisim-bilgileri .telefon {
    border-bottom: none;
}

.hizmet-basliks {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.hizmet-basliks h3,
.hizmet-basliks h2 {
    font-weight: 300;
    font-size: 30px;
    color: #202125;
    /* font-family: 'Open Sans', sans-serif; */
}

.instagram-a ul li a img {
    width: 95px;
    height: 95px;
}

.tntm-sag .item {
    margin-right: auto !important;
    float: left !important;
    width: inherit !important;
}

.hizmet-basliks p {
    color: #545558;
    line-height: 2;
    font-weight: 200;
    text-align: -webkit-center;
}

.instagram-a ul li:nth-child(13) {
    margin-left: 100px;
}

.instagram-a ul li:nth-child(23) {
    margin-left: 100px;
}

.instagram-a ul li:nth-child(23) {
    margin-left: 200px;
}

.tntm-sag .item li {
    border: none;
    margin-bottom: inherit;
}

.instagram-a ul li:nth-child(30) {
    margin-left: 400px;
}

.tntm-sag .item li {
    padding: inherit;
}

.oda-detays {
    margin-top: 195px;
    margin-bottom: 0px;
}

.carousel-item {
    background-color: #fff;
}

.oda-detays .container .genel-tanitim-sol .genel-tanitim-metin {
    width: 765px;
}

.oda-detays .container .genel-tanitim-sol {
    width: 765px;
    margin-right: 25px;
}

.oda-detays .container {}

.oda-detays .container .genel-tanitim-sol .genel-tanitim-metin div .carousel .carousel-inner .carousel-item {
    height: inherit !important;
}

.etk-cer {
    margin-top: 208px;
    margin-bottom: 100px;
}

.etk-cer .container {
    border-bottom: 1px solid #d8d8d8;
    min-height: 700px !important;
    position: relative;
}

.tntm-sag .item .lSSlideOuter .lSPager.lSpg {
    display: none;
}





.oda-detays .container .tntm-sag {
    width: 390px;
    background-position: right;
    height: 500px;
}

.oda-detays .container .genel-tanitim-sol .genel-tanitim-metin div .carousel .carousel-inner .carousel-item img {
    width: 765px;
    cursor: pointer;
}

.hoers-oda {
    display: block;
    width: 100%;
    z-index: 999;
    position: relative;
}

.carousel-item:hover .hoers-oda {
    display: block;
}

.hoers-oda {
    display: none;
    width: 100%;
    height: 428px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    text-align: center;
    line-height: 428px;
}

.hoers-oda i {
    font-size: 36px;
    color: #fff;
}

.hoers-oda {
    background: rgba(0, 0, 0, 0.2);
}

.oda-detays .container .tntm-sag h1 {
    font-size: 30px;
    color: #fff;
    padding-left: 60px;
    float: left;
    width: 350px;
    margin-bottom: 27px;
}

.oda-rez-form {
    float: left;
    width: 350px;
    padding-left: 60px;
}

.oda-rez-form input {
    background-color: #875e32;
    border: 1px solid #fff;
    color: #fff;
    height: 45px;
    margin-bottom: 15px;
    width: 290px;
}

.oda-rez-form input::placeholder {

    color: #fff;
    padding-left: 15px;

}

.oda-rez-form-tarih input {
    background-color: #875e32;
    background-image: url(../img/date-b.png);
    background-repeat: no-repeat;
    background-position-x: 240px;
    background-position-y: center;
    border: 1px solid #fff;
    color: #fff;
    height: 60px;
    margin-bottom: 15px;
    width: 283px;
    float: left;
    padding-left: 15px;
    font-size: 17px;
    width: 83%;
}

.oda-rez-form-tarih {
    margin-left: 61px;
}

.oda-rez-form input[type="button"] {
    width: 295px;
    height: 58px;
    font-size: 19px;
}

input:focus {
    outline: none !important;
    border-color: #d6d6d6;
}

.oda-rez-form-tarih select option {
    background-color: #875e32;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.otel-yazi-tn-meti {
    float: left;
    width: 100%;
    line-height: 24px;
}

.otel-yazi-tn-meti .container {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 39px;
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
}

.ikocc .container ul li i {
    font-size: 6px;
    font-weight: 500;
    float: left;
    margin-top: 26px;
    margin-right: 10px;
}

.ikocc .container ul li {
    float: left;
    margin-right: 14px;
    line-height: 55px;
    font-size: 14.2pt;
}

.ikocc .container ul li:hover {

    font-weight: 400;
}

.ikocc .container {
    height: 205px;
}

.detay-etkinlikler {
    margin-top: 165px;
    position: relative;
    z-index: 2;
}

.detay-etkinlikler .etkinlik-a .container ul li a {
    display: block;
    text-align: left;
    width: 100%;
    height: 100%;
    position: absolute;
}

.etk-cer .container .butonlar-rez-det {
    position: absolute;
    left: 0px;
    top: 550px;
}

ul#escape-menuz,
ul#escape-menuz ul {}

ul#escape-menuz li {
    float: left;
    position: relative;
    height: 75px;
    line-height: 75px;
}

ul#escape-menuz li ul {
    display: none;
    position: absolute;
    height: 445px;
}

ul#escape-menuz li > ul {
    /* top: 76px; */
    left: auto;
}

ul#escape-menuz li a {
    display: block;

}

ul#escape-menuz li a:hover {}

ul#escape-menuz li:hover ul,
ul#escape-menuz li.over ul {
    display: block;
}

ul.alt-acilir-menu {
    /* display: block !important; */
}

ul.alt-acilir-menu li a {
    color: #353535;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

ul.alt-acilir-menu li {
    background-color: #fff;
    padding: 0px;
    width: 265px;
    text-align: left;
    padding: 10px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    height: 40px !important;
    line-height: 40px !important;
}

ul.alt-acilir-menu {
    border: none !important;
    padding: 0px !important;
}

.otel-link {
    color: #353535;
    text-decoration: none;
}

.nonesayfa .item .lSSlideOuter .lSPager.lSpg {
    display: block;
}

.toplant-is.carousel-caption.d-md-block {
    display: block !important;
}

p.toplant-is.lead {
    font-size: 31px;
    font-weight: 300;
}

.toplanti-master {
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
    margin-top: -68px;
    background-image: url(../img/odalar-genel-baslik.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 605px;
}

.toplanti-form {
    float: left;
    background-color: #754613;
    width: 300px;
    padding: 25px;
    position: absolute;
    left: 0px;
    z-index: 10;
    top: -55px;
}

.toplanti-aciklama {
    float: left;
    background-color: #404040;
    width: 726px;
    color: #fff;
    padding: 100px;
    line-height: 28px;
    font-size: 15px;
    position: absolute;
    right: 0px;
    padding-left: 93px;
    top: -105px;
}

.toplanti-form input {
    width: 274px;
    height: 65px;
    border: none;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 15px;
}

.toplanti-master .container {
    position: relative;
}

.toplanti-aciklama H1 {
    margin-left: 85px;
    text-align: justify;
    float: left;
    margin-bottom: 24px;
    font-size: 35px;
    font-weight: 100;
}

.toplanti-aciklama p {
    margin-left: 85px;
    text-align: justify;
    float: left;
    margin-bottom: 24px;
}

.toplanti-aciklama ul {
    float: left;
    margin-left: 85px;
}

.toplanti-form h1 {
    font-size: 28px;
    font-weight: 200;
    margin-top: 45px;
    margin-bottom: 25px;
}

.toplanti-form input[type="button"] {
    background-color: #754613;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 15px;
}

.toplanti-form input::placeholder {

    color: #343434;
    padding-left: 25px;

}

.toplanti-salonu-ozellikler {
    width: 100%;
    height: 175px;
    background-color: #404040;
    float: left;
}





.toplanti-salonu-ozellikler .container ul li:first-child {
    padding-left: 0px;
}

.toplanti-salonu-ozellikler .container ul li:last-child {
    padding-right: 0px;
    border-right: none;
}




.toplanti-salonu-ozellikler .container ul li {
    float: left;
    color: #fff;
    width: 215px;
    height: 145px;
    border: 1px solid #fff;
    padding: 15px;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.toplanti-salonu-ozellikler .container ul li i {
    width: 100%;
    text-align: center;
    font-size: 47px;
    float: left;
    margin-top: 20px;
}


.toplanti-salonu-ozellikler .container ul li:hover {
    background-color: #875e32;
    z-index: 9999;
    position: relative;
    border: none;
}

.toplanti-salonu-ozellikler .container ul li span {
    width: 100%;
    text-align: center;
    font-size: 17px;
    float: left;
    margin-top: 25px;
}


.toplanti-galeri .container ul#aniimated-thumbnials li img {
    width: 220px;
}

.toplanti-galeri .container ul#aniimated-thumbnials ul li {
    float: left;
    width: 220px;
}

.toplanti-galeri .container ul li {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.toplanti-galeri .container ul li:nth-child(6) {
    margin-right: 0px;
}

.toplanti-galeri {
    float: left;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 650px;
    height: 237px;
}

.toplanti-galeri .container ul li:nth-child(7) {
    /* margin-left: 245px; */
}

.toplanti-galeri .container ul li:first-child {
    margin-right: 0px;
}



.toplanti.instagram {
    height: 326px;
}

.salon-ozellikleri {
    float: left;
}

.salon-ozellikleri ul:first-child {
    background-color: #292929;
    width: 1200px;
    height: 65px;
    color: #fff;
}

.salon-ozellikleri ul:first-child li {
    float: left;
    width: 128.5pt;
    /* background-color: #ce2b2b; */
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.salon-ozellikleri ul:nth-child(2) {
    /* background-color: #292929; */
    width: 1198px;
    height: 65px;
    color: #292929;
    border: 1px solid #292929;
}

.salon-ozellikleri ul:nth-child(2) li {
    float: left;
    width: 128.1pt;
    /* background-color: #ce2b2b; */
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.toplanti-galeri .container ul li:first-child img {
    width: 1200px !important;
}

.toplanti-galeri .container ul li:nth-child(11) {
    margin-right: 0px;
}

.salon-ozellikleri ul:first-child li:after {
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background-color: #fff;
    float: left;
    top: 24px;
    position: relative;
}

.firsss:after {
    display: none !important;

}

.salon-ozellikleri ul:nth-child(2) li:after {
    display: block;
    content: '';
    width: 1px;
    height: 20px;
    background-color: #292929;
    float: left;
    top: 24px;
    position: relative;
}

.forsss:after {
    display: none !important;

}

.toplanti.instagram-baslik .container h1 {
    color: #292929;
}

ul.referanslardan {}

.toplanti.instagram-baslik .container {
    height: 75px;
}

ul.referanslardan li {
    float: left;
    width: 198px;
    text-align: center;
    line-height: 95px;
    /* background-color: #000; */
    height: 95px;
    border: 1px solid #000;
    border-left: none;
}

.toggle-overlay {
    cursor: pointer;
}

ul.referanslardan li img {
    filter: grayscale(100%);
}

ul.referanslardan li img:hover {

    filter: grayscale(0%);
}

ul.referanslardan li:nth-child(1) img {
    height: 17px;
    top: 3px;
    position: relative;
}

ul.referanslardan li:nth-child(2) img {
    height: 23px;
    top: 5px;
    position: relative;
}

ul.referanslardan li:nth-child(3) img {
    height: 21px;
    top: 3px;
    position: relative;
}

ul.referanslardan li:nth-child(4) img {
    height: 26px;
    top: 10px;
    position: relative;
}

ul.referanslardan li:nth-child(5) img {
    /* height: 17px; */
    height: 22px;
    top: 6px;
    position: relative;
}

ul.referanslardan li:nth-child(6) img {
    /* height: 17px; */
    height: 35px;
    top: 12px;
    position: relative;
}

ul.referanslardan {
    border-left: 1px solid #000;
}

ul.referanslardan li:first-child {
    border-left: 1px solid #000 !important;
}

.maps iframe {
    width: 600px;
    height: 291px;
}

[type="date"] {
    background: #fff url(../img/date.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.hata {
    background-color: #875e32;
    width: 100%;
    height: 944px;
    display: block;
    float: left;
}

.hata .container {
    text-align: center;
    height: 426px;
    /* background-color: antiquewhite; */
    margin-top: 205px;
}

.hata .container img {
    float: right;
}

.hata-sol {
    float: left;
    width: 731px;
}

.hata-sol h1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 25px;
}

.hata-sol p {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 19px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 9px;
}

.hata-sol a {
    float: left;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    padding: 18px;
    width: 200px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 45px;
}

#social-media-icons {
    position: fixed;
    z-index: 999999999;
    top: 25%;
    right: 0px;
    width: 45px;
}

#social-media-icons a {
    width: 40px;
    height: 45px;
    float: left;
    /* text-align: center; */
    line-height: 45px;
    margin-bottom: 1px;
    color: #fff;
    padding-left: 15px;
    background-color: darkgray;
}

#social-media-icons a:nth-child(1) {
    padding-left: 19px;
}

#social-media-icons a:hover:nth-child(1) {
    background-color: #1877f2;
}

#social-media-icons a:hover:nth-child(2) {
    background-color: #1da1f2
}

#social-media-icons a:hover:nth-child(3) {
    background-color: #c32aa3
}

#social-media-icons a:hover:nth-child(4) {
    background-color: #007bb5
}

#social-media-icons a:hover:nth-child(5) {
    background-color: #ff0000
}

input.uzuzu {
    height: 265px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.4em !important;
    text-align: center !important;
    text-decoration: none;
    padding-top: 0.8em !important;
}

input.gonder-buttoss {
    position: relative;
    top: 51px;
    width: 317px;
    height: 65px;
    left: 392px;
    z-index: 9999999;
    opacity: 0;
    cursor: pointer;
}

.oda-rez-form-tarih span {
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}

textarea.uzuzum {
    height: 75px;
    width: 247px;
    padding: 25px;
    margin-bottom: 15px;

}

.oda-rez-form-tarih select {
    height: 65px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    padding-left: 15px;
    width: 300px;
    width: 88%;
}

.oda-rez-form input[type="submit"] {
    height: 60px;
    background-color: #fff;
    color: #875e32;
    width: 83%;
    margin-top: 15px;
}

input[type="submit"] {}

.forms-iletisim ul li input:focus {
    border: 1px solid #a9a9a9;
}

.forms-iletisim ul li input[type="submit"] {
    background-color: transparent;
    border: 1px solid #a9a9a9;
    margin-top: 20px;
}


span.apaostrof {
    font-size: 11px;
    position: relative;
    top: -5px;
    font-weight: 800;
}

.ani-container {
    float: left;
    width: 100%;
}

p.apaostrof-q {
    font-size: 15px !important;
}

.ani-item {
    border: 1px dashed #d8d5d5;
    padding: 45px;
    margin-bottom: 35px;
    width: 1200px !important;
    float: left;
    border: none !important;
    background-image: url(../img/wawe.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: 0px;
    padding-right: 0px;
}

.ani-item span {
    font-weight: 600;
    width: 100%;
    text-align: center !important;
    float: left;
    margin-bottom: 15px;
    font-size: 19px;
    color: #875e32;
}

.ani-item p {
    width: 100%;
    text-align: center !important;
    float: left;
    margin-bottom: 15px;
    /* font-size: 19px; */
}

.ani-def {
    width: 100% !important;
    margin-right: 0px;
}

.ani-item p {
    font-family: 'Playfair Display', serif;
}

.ani-container {
    width: 1200px !important;
}

.borderss {
    border: none !important;
}

.ani-item:nth-child(2n) {
    /* margin-left: 40px; */

}

.ani-item:nth-child(2) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(3) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(6) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(7) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(10) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(11) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(14) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(15) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(18) {
    border: 1px dashed #d8d5d5;
}

.ani-item:nth-child(19) {
    border: 1px dashed #d8d5d5;
}

.ani-def .genel-tanitim-metin {
    width: 100% !important;
}

span.date-a {
    float: left;
    text-align: right !important;
    font-size: 15px;
    font-weight: initial;
    width: 130px;
    text-align: center !important;
    position: relative;
    top: 63px;
    background-color: #fff;
    display: table;
    margin-left: 545px;
    color: #875e32;
}

.borderss .container {
    border: none !important;
}

span.date-a {
    float: left;
    text-align: right !important;
    font-size: 15px;
    font-weight: 300;
    width: 130px;
    text-align: center !important;
    position: relative;
    top: 63px;
    background-color: #fff;
    display: table;
    margin-left: 545px;
}

.pagination {
    padding: 30px 0;
    float: left;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pagination a {
    display: inline-block;
    padding: 13px 18px;
    color: #222;
    text-decoration: none;
    border: 1px solid #875e32;
}

.p12 .is-active {
    background-color: #875e32;
    color: #fff;
    /* font-weight: bold; */
}

a.ani-yaz-as {
    border: 1px solid #875e32;
    color: #222;
    /* padding: 10px; */
    float: left;
    margin-top: 30px;
    float: right;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

a.ani-yaz-as {
    border: 1px solid #875e32;
    color: #222;
    /* padding: 10px; */
    float: left;
    margin-top: 30px;
    float: right;
    height: 42px;
    line-height: 42px;
    text-decoration: none;
    width: 100px;
    text-align: right;
}

a.ani-yaz-as i {
    float: left;
    line-height: 42px;
}

#social-media-icons a:nth-child(6) {
    height: 155px;
    background-color: #875e32;
}

#social-media-icons a:nth-child(6) span {
    display: inline-block;
    vertical-align: middle;
    /* width: 5px; */
    float: left;
    font-size: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    line-height: 19px;
    margin-top: 23px;
    margin-left: -22px;
}

.anilarimi-yaz form input {
    border: 1px solid #c3c3c3;
    height: 57px;
    padding-left: 25px;
    width: 203px;
    float: left;
    margin-right: 15px;
    margin-bottom: 18px;
}

.anilarimi-yaz form textarea {
    border: 1px solid #c3c3c3;
    height: 180px;
    padding-left: 25px;
    width: 680px;
    float: right;
    font-size: 15px;
    font-family: cursive;
    font-family: 'Exo', sans-serif;
    padding-top: 25px;
}

.anilarimi-yaz form input[type="button"] {
    background-color: #875e32;
    color: #fff;
    font-size: 16px;
    height: 48px;
    border: 1px solid #875e32;
    width: 476px;
}

input.eposta-ani {
    width: 449px !important;
}



.thumb-dugun {
    margin-top: 18px;
}


.dugun-galleri a img {
    width: 100%;
}

.dugun-galleri a {
    border: none !important;
    background: transparent !important;
    display: block;
    float: left;
    margin-right: 5px;
    width: 66px;
    margin-bottom: 1px;
}

.dugun-galleri a:nth-child(13) {
    margin-right: -4px;
}

.dugun-galleri a:nth-child(25) {
    margin-right: -5px;
}

.dugun-galleri a:nth-child(37) {
    margin-right: -5px;
}

.dugun-galleri a:nth-child(49) {
    margin-right: -5px;
}

.giris-tarihi-cer.rez-adsoyad input {
    width: 320px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
    background-position-x: 295px;
    background-position-y: center;
    border: 1px solid #777777;
}

input.texboxform-text:active {
    border: 1px solid #875e32;
}

input.texboxform-text:focus-within {
    border: 1px solid #875e32;
}

input.texboxform-text:focus {
    border: 1px solid #875e32;
}

.giris-tarihi-cer.rez-tels input {
    width: 320px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
    background-position-x: 295px;
    background-position-y: center;
    border: 1px solid #777777;
}

.giris-tarihi-cer.rez-posta input {
    width: 354px;
    height: 55px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
    background-repeat: no-repeat;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
    background-position-x: 295px;
    background-position-y: center;
    border: 1px solid #777777;
}

.forms-liness {
    float: left;
    width: 100%;
    height: 135px;
}

.thumb-dugun a:nth-child(1) {
    width: 542px;
}

select#ulkekodu {
    width: 100px;
    height: 59px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 13px;
    background-repeat: no-repeat;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
    background-position-x: 295px;
    background-position-y: center;
    border: 1px solid #777777;
    float: left;
    margin-right: 15px;
}

input#telTextBox {
    width: 202px;
    float: left;
}

.rez-tels {
    margin-right: 25px !important;
    width: 340px;
}

.rezervasyon-bilgi-hatti {
    width: 100%;
    float: left;
    text-align: center;
    /* border-top: 1px solid #fff; */
    border-bottom: 1px solid #eee;
    padding-bottom: 65px;
    padding-top: 55px;
}

.rezervasyon-bilgi-hatti h2 {
    font-weight: 300;
    font-size: 30px;
    color: #202125;
}

i.fab.fa-whatsapp {
    color: #14b554;
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
}

.rezervasyon-bilgi-hatti a {
    color: #2abd2e;
    text-decoration: none;
    font-weight: 600;
}

a.hvr-backward {}

a.hvr-backward i.fab.fa-whatsapp {
    background-color: #14b554;
    color: #fff;
    font-size: 24px;
    margin-left: -15px;
    border-radius: 0px;
    width: 36px;
    text-align: center;
    height: 37px;
    line-height: 37px;
    margin-top: 0px;
}

#social-media-icons a:nth-child(7) {
    height: 155px;
    background-color: #14b554;
}

#social-media-icons a:nth-child(7) span {
    display: inline-block;
    vertical-align: middle;
    /* width: 5px; */
    float: left;
    font-size: 16px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    line-height: 19px;
    margin-top: 23px;
    margin-left: -29px;
}

.header-tel {
    background-image: url('../img/tel-header.png');
    background-repeat: no-repeat;
    width: 383px;
    height: 70px;
    position: relative;
    z-index: 9999;
    float: right;
    right: 18%;
}

span.tel-span-book {
    color: #fff;
    float: left;
    margin-left: 72px;
    font-size: 19px;
    font-weight: 300;
    line-height: 74px;
}

span.tel-span {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 300;
    margin-left: 33px;
    margin-top: 14px;
}

span.tel-span-1 {
    color: #fff;
    float: left;
    font-size: 17px;
    font-weight: 300;
    margin-left: 33px;
    margin-top: 9px;
}

.header-tel-cerceve {
    position: absolute;
    width: 100%;
    top: 118px;
    float: right;
}

.yetiskin-sayisi-cer {
    width: 100px;
    margin-right: 33px !important;
}

select.yetiskins {
    width: 130px;
}

.rez-oda-secenek {
    width: 100px;
    float: left;
    margin-right: 0px !important;
}

select#oda {
    width: 224px;
    height: 60px;
    background-color: #f7f6f6;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    /* font-weight: 100; */
    font-family: 'Exo', sans-serif;
    border: 1px solid #777777;
    margin-left: 18px;
}

.giris-tarihi-cer.rez-oda-secenek span {
    margin-left: 18px;
}

.nots-a {
    width: 100%;
    float: left;
}

.nots-a textarea {
    width: 98%;
    height: 75px;
    background-color: #f7f6f6;
    border: 1px solid #777;
    padding: 1%;
    font-size: 15px;
    font-family: sans-serif;
}

#popupContact {
    display: none;
    position: fixed;
    _position: absolute;
    height: 430px;
    width: 280px;
    background: #FFFFFF;
    border: 2px solid #efefef;
    border-radius: 5px;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}
			

#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute;
    /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 999999999;
}

#popupContact {
    display: none;
    position: fixed;
    _position: absolute;
    /* hack for internet explorer 6*/
    height: 384px;
    width: 408px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 9999999991;
    padding: 12px;
    font-size: 13px;
}

#popupContact h1 {
    text-align: left;
    color: #6FA5FD;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin-bottom: 20px;
}

#popupContactClose {
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}

#button {
    text-align: center;
    margin: 100px;
}
