.wf-loading body {
    visibility: hidden;
}
html,
body {
	height: 100% !important;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	height: auto !important;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #fff;
}
body,
input,
select,
textarea {
	font: 15px "proxima-nova",sans-serif;
	font-weight: 400;
	color: #4d4d4d;
	border-radius: 0!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #333;
}
a,
input,
select,
textarea,
button {
	outline: 0!important;
}
img {
	border: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.relative {
	position: relative;
}
table {
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 0;
}
textarea {
	resize: none;
}
header {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 114px;
	background: #fff;
}
header .logo {
	background-image: url("../images/layout/logo.svg");
	background-size: 100% 100%;
	width: 213px;
	height: 170px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -106px;
	text-indent: -9999px;
}
header nav {
	font: 15px "proxima-nova";
	font-weight: 700;
	background-color: #fff !important;
	border: 0 !important;
	width: 100%;
	z-index: 9999;
}
header nav ul {
	margin-top: 50px;
}
header nav ul li {
	display: inline-block;
	margin-right: 65px;
}
header nav ul li:first-child {
    margin-left: 15px;
}
header nav ul li:nth-child(4) {
	margin-left: 220px;
}
header nav ul li:last-child {
	margin-right: 0;
}
header nav ul li a {
	display: block;
	float: left;
}
header nav ul li a:hover {
	text-decoration: underline;
}
header nav ul li:nth-child(3),
header nav ul li:nth-child(4) {
	position: relative;
}
header nav ul li:nth-child(3):after {
	content: '';
	background-image: url("../images/layout/sepet.svg");
	background-size: 100% 100%;
	height: 19px;
	width: 20px;
	position: absolute;
	right: -24px;
	top: 0;
}
header nav ul li:nth-child(4):after {
	content: '';
	background-image: url("../images/layout/cafe.svg");
	background-size: 100% 100%;
	height: 19px;
	width: 25px;
	position: absolute;
	right: -24px;
	top: 0;
}
header .navbar.affix {
	height: 40px;
	animation: affixFadeIn 1s ease-in;
    -webkit-animation: affixFadeIn 1s;
}

@keyframes affixFadeIn {
    from { opacity: 0 }
	to { opacity: 1 }
}

@-webkit-keyframes affixFadeIn {
    from { opacity: 0 }
	to { opacity: 1 }
}

@-moz-keyframes affixFadeIn {
    from { opacity: 0 }
	to { opacity: 1 }
}

@-o-keyframes affixFadeIn {
    from { opacity: 0 }
	to { opacity: 1 }
}
header .navbar.affix .logo {
	background-image: url("../images/layout/logo-fixed.svg");
	width: 191px;
	height: 28px;
	left: 50%;
	top: 12px;
	margin-left: -95px;
	z-index: 999;
}
header .navbar.affix ul {
	margin-top: 16px;
}
/*header .navbar.affix ul li a {
	margin-top: 16px;
}*/
header .navbar.affix ul li a:hover,
header .navbar.affix ul li a.active {
	text-decoration: underline;
}
header .mobile-menu {
	display: none;
}
.scroll-down {
	position: absolute;
	display: block;
	z-index: 9;
	width: 80px;
	height: 80px;
	left: 50%;
	bottom: 60px;
	margin-left: -40px;
	cursor: pointer;
}
.scroll-down .circle {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #4D4D4D;
	border-radius: 50%;
}
.scroll-down .arrow {
	position: relative;
	width: 50px;
	height: 26px;
	margin-top: 45px;
	margin-left: 15px;
	background: url("../images/layout/scroll-down-arrow.svg") no-repeat;
	background-size: 100% 100%;
	display: block;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
	0%       {bottom:0px;}
	50%      {bottom:15px;}
	100%     {bottom:0px;}
}
@-moz-keyframes bounce {
	0%       {bottom:0px;}
	50%      {bottom:15px;}
	100%     {bottom:0px;}
}
@-o-keyframes bounce {
	0%       {bottom:0px;}
	50%      {bottom:15px;}
	100%     {bottom:0px;}
}
@-ms-keyframes bounce {
	0%       {bottom:0px;}
	50%      {bottom:15px;}
	100%     {bottom:0px;}
}
.disable-parallax {
	background-attachment: initial !important;
	background-position: 50% 50% !important;
}
.columns {
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
strong {
	font-family: "proxima-nova";
	font-weight: 700;
}

/* ===== Sections ===== */
/*.pulat-home .main-image {
	position: relative;
	height: 722px;
	background: url("../images/layout/main.jpg") no-repeat 50% 50%;
}*/
#main  {
	font-family: "garamond-premier-pro-display";
	font-style: italic;
	font-weight: 300;
}
#main .text-1 {
	margin-top: 50px;
	font-size: 34px;
	line-height: 45px;
	color: #006837;
	text-align: center;
}
#main .text-2 {
	margin-top: 20px;
	font-size: 24px;
	line-height: 22px;
	color: #333;
	text-align: center;
}
#main .zeynep-pulat {
	margin: 45px auto 0;
}
#ciftligimiz {
	padding-bottom: 100px;
}
#ciftligimiz h2 {
	font: 80px "garamond-premier-pro-display";
	font-style: italic;
	font-weight: 300;
	color: #736357;
}
#ciftligimiz p {
	font: 16px "proxima-nova";
	font-weight: 300;
	color: #333;
	line-height: 28px;
	text-indent: 35px;
	margin-bottom: 15px;
}
#ciftligimiz p.no-ind {
	text-indent: 0;
}
#benim-hayalim {
	padding-bottom: 100px;
}
#benim-hayalim h2,
#cafe h2,
#yetistirdiklerimiz h2,
#iletisim h2 {
	margin-bottom: 20px;
	font: 80px "garamond-premier-pro-display";
	font-weight: 300;
	color: #fff;
}
#benim-hayalim .text-1,
#cafe .text-1,
#benim-hayalim .text-3 {
	font-family: "garamond-premier-pro-display";
	font-style: italic;
	font-weight: 300;
}
#benim-hayalim .text-1,
#cafe .text-1 {
	line-height: 45px;
	font-size: 34px;
	color: #006837;
	text-align: center;
}
#benim-hayalim .text-2,
#cafe .text-2 {
	margin-top: 20px;
	font: 16px "proxima-nova";
	font-weight: 300;
	line-height: 28px;
	color: #333;
}
#cafe .text-2 {
    padding-bottom: 40px;
}
#benim-hayalim .text-2 p,
#cafe .text-2 p {
	text-indent: 40px;
	margin-bottom: 10px;
}
#benim-hayalim .text-3 {
	font-size: 24px;
	color: #333;
	text-align: right;
	margin-bottom: 40px;
}
#cafe {
	padding-bottom: 45px;
}
#cafe .cafe-images {
	padding: 70px 100px 30px;
}
#cafe .cafe-images p {
	font: 27px "garamond-premier-pro-display";
	font-weight: 300;
	color: #000;
	text-align: center;
}
#cafe .cafe-col {
	width: 33.33333333%;
	padding: 0 10px;
	float: left;
	position: relative;
}
#cafe .cafe-col p {
    position:
    absolute;
    top: 50%;
    transform: translate(0, -50%);
}
#cafe h3 {
	font: 37px "garamond-premier-pro-display";
	font-weight: 300;
	color: #000;
	display: inline-block;
	position: relative;
	margin-top: 35px;
	margin-left: -125px;
}
#cafe h3 span {
    font-family: "proxima-nova";
    font-weight: 700;
    font-size: 15px;
    text-align: left;
	position: absolute;
	right: -125px;
	top: 0;
}
#cafe .menu-yiyecek {
	background-image: url("../images/layout/menu-yiyecek.jpg");
	background-position: 0 0;
}
#cafe .menu-icecek {
	background-image: url("../images/layout/menu-icecek.jpg");
	background-position: 0 0;
}
#cafe .menu-yiyecek,
#cafe .menu-icecek {
	width: 130px;
	height: 130px;
	display: inline-block;
	margin: 25px 15px 12px 15px;
}
#cafe .menu {
	display: inline-block;
    font-family: "proxima-nova";
    font-weight: 700;
    font-size: 17px;
}
#cafe .menu-yiyecek:hover,
#cafe .menu-icecek:hover,
#cafe .menu:hover .menu-yiyecek,
#cafe .menu:hover .menu-icecek {
	background-position: 0 -130px;
}
#yetistirdiklerimiz span {
	display: block;
	font: 18px "proxima-nova";
	font-weight: 700;
	color: #333;
}
#yetistirdiklerimiz p {
	font: 18px "proxima-nova";
	font-weight: 300;
	color: #333;
}
#yetistirdiklerimiz {
	padding-bottom: 100px;
}
#belgelerimiz h2 {
	font: 60px "garamond-premier-pro-display";
	font-weight: 300;
	text-align: center;
	color: #736357;
	margin-bottom: 20px;
	margin-top: 50px;
}
#belgelerimiz a {
	display: inline-block;
	font: 25px "garamond-premier-pro-display";
	font-style: italic;
    line-height: 30px;
    height: 85px;
    color: #006837;
}
#iletisim {
	font: 17px "proxima-nova";
	font-weight: 300;
	line-height: 30px;
}
#iletisim .telefon:hover,
#iletisim .email:hover  {
	text-decoration: underline;
}
#iletisim .telefon {
	display: inline-block;
}
#iletisim .tel-icon {
	display: block;
	background: url("../images/layout/telefon-2.svg") no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 25px;
	margin-bottom: 10px;
}
#iletisim .email-icon {
	display: block;
	background: url("../images/layout/email.svg") no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 17px;
	margin-bottom: 18px;
}
#iletisim .pin {
	display: block;
	background: url("../images/layout/pin.svg") no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 23px;
	margin-bottom: 12px;
}
#iletisim .address-arrow {
	display:inline-block;
	background: url("../images/layout/address-arrow.svg") no-repeat;
	width: 21px;
	height: 21px;
	margin-left: 20px;
	cursor: pointer;
}
#map {
	position: relative;
	height: 650px;
	overflow: hidden;
	margin-top: 40px;
}
#map .google-maps {
	position: absolute;
	width: 100%;
	height: 103.7%;
	left: 0;
	top: 0;
}
#cafe-adres:hover,
#ciftlik-adres:hover {
	cursor: pointer;
	text-decoration: underline;
}
footer {
	background: url("../images/layout/footer.jpg") no-repeat 50% 90%;
	color: #fff;
	height: 150px;
	font-family: "proxima-nova";
	font-weight: 300;
}
footer .container {
	position: relative;
}
footer a {
	color: #fff;
}
footer .logo {
	background-image: url("../images/layout/logo-footer.svg");
	background-size: 100% 100%;
	width: 145px;
	height: 84px;
	text-indent: -9999px;
	margin: 25px 0 0 15px;
	float: left;
}
footer .copyright {
	font-size: 15px;
	margin: 10px 0 0 15px;
	position: absolute;
	left: 0;
	top: 110px;
}
footer .contact {
	font-size: 18px;
	top: 25px;
	left: 470px;
	position: absolute;
}
footer a:focus,
footer a:hover {
	color: #fff;
}
footer a:hover {
	text-decoration: underline;
}
footer .contact li {
	display: inline-block;
	margin-right: 30px;
}
footer .social {
	font-size: 17px;
	top: 105px;
	left: 470px;
	position: absolute;
}
footer .social li {
	width: 120px;
	height: 30px;
	float: left;
}
footer .social li a {
	margin-left: 38px;
	line-height: 30px;
	display: block;
}
footer .social li.facebook:hover > a,
footer .social li.twitter:hover > a,
footer .social li.instagram:hover > a {
	text-decoration: underline;
}
footer .social li.facebook {
	background: url("../images/layout/facebook.svg") no-repeat;
	background-position: 0 0;
}
footer .social li.twitter {
	background: url("../images/layout/twitter.svg") no-repeat;
	background-position: 0 0;
	margin-left: 10px;
}
footer .social li.instagram {
	background: url("../images/layout/instagram.svg") no-repeat;
	background-position: 0 0;
/*	margin-left: -15px;*/
	margin-left: 10px;
}
footer .social li.facebook:hover,
footer .social li.twitter:hover,
footer .social li.instagram:hover {
	background-position: 0px -32px;
	cursor: pointer;
}
footer .eps {
	text-align: right;
	top: 105px;
	position: absolute;
	right: 20px;
	font-size: 16px;
}
footer .eps span {
	display: block;
	font-size: 12px;
}


/* ===== Parallax ===== */

.parallax {
	overflow:hidden;
	clear:both;
	position:relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	height: 100%;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.parallax_inner {
	position: relative;
	padding-top: 330px;
}
.benim-hayalim-parallax {
	background: url("../images/layout/benim-hayalim.jpg");
}
.cafe-parallax {
	background: url("../images/layout/cafe.jpg");
}
.yetistirdiklerimiz-parallax {
	background: url("../images/layout/yetistirdiklerimiz.jpg");
}
.iletisim-parallax {
	background: url("../images/layout/iletisim.jpg");
}

/* ===== Masks ===== */

.mask {
	position: relative;
}
.mask-white {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 22px;
	left: 0;
	bottom: 0;
	background: url("../images/layout/mask-white.svg") repeat-x;
}
.mask-green {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 22px;
	left: 0;
	bottom: 0;
	background: url("../images/layout/mask-green.svg") repeat-x;
}
.divider {
	margin-top: 30px;
	position: relative;
}
.mask-seperator {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 22px;
	left: 0;
	top: 0;
	background: url("../images/layout/mask-seperator.svg") repeat-x;
}
.mask-green {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 22px;
	left: 0;
	bottom: 0;
	background: url("../images/layout/mask-green.svg") repeat-x;
}
.mask-slider-white {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 17px;
	left: 0;
	bottom: 0;
	background: url("../images/layout/mask-white.svg") 50px repeat-x;
	background-size: 101px 17px;
}
.mask-slider-green {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 17px;
	left: 0;
	bottom: 0;
	background: url("../images/layout/mask-green.svg") 50px repeat-x;
	background-size: 101px 17px;
}


/* ===== Slider ===== */

.slider {
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.slider .bx-prev {
	background-position: 10px 50%;
}
.slider .bx-next {
	background-position: 50px 50%;
}
.slider .bx-prev,
.slider .bx-next {
	opacity: 0;
	position: absolute;
	width: 180px;
	height: 100%;
	top: 0;
	text-indent: -9999px;
	z-index: 99;
}
.slider .bx-prev:hover,
.slider .bx-next:hover {
	opacity: 1;
}
.slider .bx-prev {
	left: 0;
	background: url("../images/layout/slider-buttons-prev.svg") no-repeat 15px 50%;
}
.slider .bx-next {
	right: 0;
	background: url("../images/layout/slider-buttons-next.svg") no-repeat 129px 50%;
}
.slider .bx-pager {
	position: absolute;
	width: 100%;
	height: 13px;
	left: 0;
	bottom: -24px;
	text-align: center;
}
.slider .bx-pager .bx-pager-item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
}
.slider .bx-pager .bx-pager-item .bx-pager-link {
	display: block;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background: transparent;
	border-radius: 50%;
	border: solid 1px #ccc;
}
.slider .bx-pager .bx-pager-item .bx-pager-link.active {
	border: solid 1px #666;
}
.slider img {
	display: block;
	width: 100%;
}
.slider.alternate .bx-pager .bx-pager-item .bx-pager-link {
	background: #fff;
}
.slider.alternate .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #676767;
}


/*--------- Swipper ---------*/

.swiper {
	max-width: 1920px;
	margin: 0 auto;
}

.swiper .swiper-container {
	height: 660px;
}

.swiper .swiper-slide img {
	margin-top: -170px;
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
	.swiper .swiper-container {
		height: 600px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.swiper .swiper-container {
		height: 600px;
	}
	.swiper .swiper-slide img {
		margin-top: -45px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.swiper .swiper-container {
		height: 500px;
	}
	.swiper .swiper-slide img {
		margin-top: 0;
	}
}
@media only screen and (max-width:767px) {
	.swiper .swiper-container {
		height: auto;
	}
	.swiper .swiper-slide img {
		margin-top: 0;
	}
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
	width: 100%;
	height: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 43px;
	height: 27px;
	margin-top: -27px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 43px 27px;
	-webkit-background-size: 43px 27px;
	background-size: 43px 27px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 39px;
	height: 30px;
	margin-top: -30px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 39px 30px;
	-webkit-background-size: 39px 30px;
	background-size: 39px 30px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("../images/layout/slider-prev.svg");
	background-size: 100% 100%;
	left: -55px;
	right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../images/layout/slider-next.svg");
	background-size: 100% 100%;
	right: -55px;
	left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #ccc;
	opacity: 0.5;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	-moz-transform: translate3d(0px, -50%, 0);
	-o-transform: translate(0px, -50%);
	-ms-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

/* Progress */
.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	/* Safari 4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Chrome 10+, Safari 5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 3.6-15 */
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Opera 11.10-12.00 */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
	-webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
	transform: rotate(360deg);
  }
}

.swiper-container {
	text-align: center;
}


@media only screen and (max-width: 767px) {
	header {
		height: 65px;
	}
	header .logo {
		background-image: url("../images/layout/logo-fixed.svg");
		width: 191px;
		height: 28px;
		left: 50%;
		top: 17px;
		margin-left: -95px;
	}
	header nav ul {
		padding: 8px 0;
		margin-top: 0;
	}
	header nav ul li {
		margin: 0!important;
		display: block;
	}
	header nav ul li:after {
		display: none;
	}
	header nav ul li a {
		float: none;
		display: block;
		color: #fff;
        padding:6px 0;
        margin:3px 5px;
	}
	header .navbar.affix ul li a {
		margin-top: 0;
	}
	header .navbar.affix ul li a:hover,
	header .navbar.affix ul li a.active {
		text-decoration: none;
	}
	header nav ul li a:hover,
	header nav ul li a.active {
		text-decoration: none;
		background: #333;
		color: #fff;
	}
	.navbar .navbar-collapse {
		border: 0;
		background-color: #736357;
		text-align: center;
	}
	.navbar .navbar-toggle {
		background-color: transparent;
		display: block;
		position: relative;
		overflow: hidden;
		margin-right: 20px;
		margin-top: 17px;
		margin-bottom: 19px;
		padding: 0;
		width: 40px;
		height: 29px;
		font-size: 0;
		text-indent: -9999px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		box-shadow: none;
		border-radius: 0;
		border: none;
		cursor: pointer;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.navbar.affix .navbar-toggle {
		margin-top: 8px;
		margin-bottom: 13px;
	}
	.navbar .navbar-toggle,
	.navbar .navbar-toggle:hover,
	.navbar .navbar-toggle:focus {
		background-color: #fff;
	}
	.navbar .navbar-toggle:focus {
		outline: none;
	}
	.navbar .navbar-toggle span {
		display: block;
		position: absolute;
		top: 16px;
		left: 7px;
		right: 7px;
		height: 2px;
		background: #333;
		-webkit-transition: background 0s 0.3s;
		        transition: background 0s 0.3s;
	}
	.navbar .navbar-toggle span::before,
	.navbar .navbar-toggle span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #333;
		content: "";
		-webkit-transition-duration: 0.3s, 0.3s;
		        transition-duration: 0.3s, 0.3s;
		-webkit-transition-delay: 0.3s, 0s;
		        transition-delay: 0.3s, 0s;
	}
	.navbar .navbar-toggle span::before {
		top: -6px;
		-webkit-transition-property: top, -webkit-transform;
		        transition-property: top, transform;
	}
	.navbar .navbar-toggle span::after {
		bottom: -6px;
		-webkit-transition-property: bottom, -webkit-transform;
		        transition-property: bottom, transform;
	}
	.navbar .navbar-toggle.active span {
		background: none;
	}
	.navbar .navbar-toggle.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.navbar .navbar-toggle.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
	.navbar .navbar-toggle.active span::before,
	.navbar .navbar-toggle.active span::after {
		-webkit-transition-delay: 0s, 0.3s;
		        transition-delay: 0s, 0.3s;
	}
	.pulat-home .main-image {
		height: 500px;
	}
	.pulat-home .main-image,
	.benim-hayalim-parallax,
	.yetistirdiklerimiz-parallax,
	.iletisim-parallax {
		background-size: auto 800px;
		background-position: 50% 50%;
	}
	.columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
	#iletisim p {
		margin-bottom: 10px;
	}
	#iletisim .telefon {
		margin-bottom: 5px;
	}
	#iletisim .email {
		margin-bottom: 15px;
	}
	.divider {
		margin-top: 10px;
	}
	.slider .bx-prev,
	.slider .bx-next {
		width: 80px;
		height: 100%;
		background-size: 20px 40px;
	}
	.slider .bx-prev {
		background-position: 10px 50%;
	}
	.slider .bx-next {
		background-position: 50px 50%;
	}
	#cafe .cafe-images {
	    padding: 45px 0 0;
	}
	#cafe .cafe-col:last-child {
		float: none;
		width: 100%;
	}
	#cafe .cafe-col {
		width: 50%;
		margin: 27px auto;
	}
	#cafe .cafe-col p {
	    position: static;
	    transform: initial;
	    font-size: 25px;
	}
	#cafe h3 {
		font-size: 33px;
	}
	#cafe .menu {
	    font-size: 16px;
	}
	#cafe h3 span {
		font-size: 14px;
	}
	#cafe .menu-yiyecek, #cafe .menu-icecek {
	    width: 100px;
	    height: 100px;
	    background-size: 100px 200px;
	}
	#cafe .menu-yiyecek:hover,
	#cafe .menu-icecek:hover,
	#cafe .menu:hover .menu-yiyecek,
	#cafe .menu:hover .menu-icecek {
	    background-position: 0 -101px;
	}
	#cafe .menu-yiyecek,
	#cafe .menu-icecek {
	    margin: 25px 30px 12px 30px;
	}
	#iletisim .email-icon,
	#iletisim .pin {
    	margin-top: 20px;
    	margin-bottom: 10px;
	}
	.swiper {
		padding-top: 65px;
	}
}


@media only screen and (max-width: 567px) {
	.pulat-home .main-image {
		height: 370px;
		background-size: auto 450px;
	}
	.scroll-down {
		width: 42px;
		height: 42px;
		margin-left: -21px;
		bottom: 40px;
	}
	.scroll-down .circle {
		width: 42px;
		height: 42px;
		background-size: auto 42px;
	}
	.scroll-down .arrow {
		width: 20px;
		height: 11px;
		margin-top: 25px;
		margin-left: 11px;
	}
	#main .text-1,
	#benim-hayalim .text-1,
	#cafe .text-1,
	#main .text-2 {
		font-size: 23px;
		line-height: 33px;
	}
	#ciftligimiz p,
	#benim-hayalim .text-2 p,
	#cafe .text-2 p,
	#yetistirdiklerimiz p,
	#iletisim {
		font-size: 14px;
		line-height: 20px;
	}
	#ciftligimiz h2,
	#benim-hayalim h2,
	#cafe h2,
	#yetistirdiklerimiz h2,
	#belgelerimiz h2,
	#iletisim h2 {
		font-size: 48px;
	}
	.notice {
		margin-left: 0;
		width: 419px;
	}
	.pulat-home .main-image,
	.benim-hayalim-parallax,
	.yetistirdiklerimiz-parallax,
	.iletisim-parallax {
		background-size: auto 300px;
		background-position: 50% 50%;
	}
	.parallax {
		margin-bottom: 20px;
	}
	.parallax_inner {
		padding-top: 220px;
	}
	.slider .bx-pager .bx-pager-item .bx-pager-link {
		width: 8px;
		height: 8px;
	}
	.mask-white, .mask-green, .mask-seperator {
	    height: 10px;
	    background-size: auto 10px;
	}
	.mask-slider-white, .mask-slider-green {
	    height: 7px;
	    background-size: auto 7px;
	}
	#map {
		height: 250px;
	}
	#map .google-maps {
		height: 109.5%;
	}
	footer .logo {
		width: 110px;
		height: 64px;
		background-size: auto 64px;
	}
	footer .contact {
		font-size: 15px;
		top: 25px;
		left: 150px;
	}
	footer .contact li {
		display: block;
	}
	footer .social {
		top: 75px;
		left: 150px;
	}
	footer .social li {
		width: 30px;
		margin-right: 15px;
	}
	footer .social li span {
		display: none;
	}
	footer .social li.facebook,
	footer .social li.instagram {
		margin-left: 0;
	}
	footer .eps {
		top: 107px;
		font-size: 13px;
	}
	#belgelerimiz a {
		height: 50px;
	}
}


@media only screen and (max-width: 480px) {
	#ciftligimiz,
	#benim-hayalim,
	#yetistirdiklerimiz {
		padding-bottom: 17px;
	}
	#map {
		margin-top: 17px;
	}
	#main .zeynep-pulat {
		max-width: 200px;
		margin-top: 20px;
	}
	.pulat-home .main-image,
	.benim-hayalim-parallax,
	.yetistirdiklerimiz-parallax,
	.iletisim-parallax {
		background-size: auto 400px;
		background-position: 50% 50%;
	}
	.parallax_inner {
		padding-top: 170px;
	}
	.slider {
		margin-top: 20px;
	}
	#benim-hayalim .text-3 {
		margin-bottom: 0;
	}
	.notice {
		margin-left: 0;
		width: 260px;
	}
	.select-urun {
		width: 280px;
	}
	.select-adet {
		width: 280px;
		margin-top: 15px !important;
	}
	#iletisim .address-arrow {
		width: 13px;
		height: 13px;
		margin-left: 5px;
		background-size: 13px 13px;
	}
	#map {
		height: 240px;
	}
	footer .copyright {
		font-size: 11px;
	}
	footer .contact li {
		margin-right: 0;
	}
	footer .eps {
		top: 108px;
		font-size: 11px;
	}
}


@media only screen and (max-width: 320px) {

}


@media only screen and (min-width:480px) and (max-width:567px) {
	#ciftligimiz,
	#benim-hayalim,
	#yetistirdiklerimiz {
		padding-bottom: 25px;
	}
	.pulat-home .main-image,
	.benim-hayalim-parallax,
	.yetistirdiklerimiz-parallax,
	.iletisim-parallax {
		background-size: auto 800px;
		background-position: 50% 50%;
	}
	#map {
		margin-top: 25px;
	}
}


@media only screen and (min-width:568px) and (max-width:767px) {
	header .mobile-menu {
		font-size: 15px;
	}
    header .mobile-menu ul li a {
        padding:6px 0;
        margin:3px 5px;
    }
	#ciftligimiz,
	#benim-hayalim,
	#yetistirdiklerimiz {
		padding-bottom: 30px;
	}
	.pulat-home .main-image,
	.benim-hayalim-parallax,
	.yetistirdiklerimiz-parallax,
	.iletisim-parallax {
		background-size: auto 850px;
		background-position: 50% 50%;
	}
	.slider .bx-pager .bx-pager-item .bx-pager-link {
		width: 10px;
		height:10px;
	}
	#map {
		height: 350px;
		margin-top: 30px;
	}
	#map .google-maps {
		height: 106.5%;
	}
	footer .contact {
		font-size: 16px;
	}
	footer .contact .phone {
		font-size: 15px;
	}
	footer .contact,
	footer .social {
		left: 210px;
	}
	footer .contact li {
		right: 23px;
	}
	footer .social {
		top: 55px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	header {
		height: 84px;
	}
	header nav {
		font-size: 12px;
	}
	header nav ul {
	    margin-top: 40px;
	}
	header nav ul li {
		display: inline-block;
		margin-right: 20px;
	}
	header nav ul li:first-child {
	    margin-left: 0px;
	}
	header nav ul li:nth-child(4) {
		margin-left: 161px;
		margin-right: 29px;
	}
	header nav ul li:nth-child(5) {
		margin-right: 16px;
	}
	header .logo {
		width: 130px;
		height: 104px;
		top: 10px;
		margin-left: -65px;
	}
	header .navbar.affix .logo {
		width: 122px;
		height: 18px;
		margin-left: -62px;
		top: 14px;
	}
	#ciftligimiz,
	#benim-hayalim,
	#yetistirdiklerimiz {
		padding-bottom: 40px;
	}
	#map {
		margin-top: 64px;
	}
	#map .google-maps {
		height: 104.7%;
	}
	#ciftligimiz p,
	#yetistirdiklerimiz p,
	#yetistirdiklerimiz span {
		font-size: 17px;
	}
	.pulat-home .main-image {
		height: 500px;
	}
	#main .text-1,
	#benim-hayalim .text-1,
	#cafe .text-1 {
		line-height: 38px;
	}
	.pulat-home .main-image,
	.benim-hayalim-parallax,
	.yetistirdiklerimiz-parallax,
	.iletisim-parallax {
		background-size: auto 900px;
		background-position: 50% 50%;
	}
	#iletisim {
		font-size: 15px;
	}
	#map {
		height: 500px;
	}
	footer .contact,
	footer .social {
		left: 210px;
	}

	#belgelerimiz a {
		height: 55px;
	}
	#cafe .cafe-images {
	    padding: 70px 0 30px;
	}
	#cafe .cafe-images p {
		font-size: 25px;
	}
	#cafe h3 {
		font-size: 33px;
	}
	#cafe .menu {
	    font-size: 16px;
	}
	#cafe h3 span {
		font-size: 14px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	header nav ul li {
		margin-right: 34px;
	}
	header nav ul li:first-child {
	    margin-left: 0;
	}
	header nav ul li:nth-child(4) {
		margin-left: 221px;
		margin-right: 34px;
	}
	header nav ul li:nth-child(5) {
		margin-right: 18px;
	}
	#ciftligimiz,
	#benim-hayalim,
	#yetistirdiklerimiz {
		padding-bottom: 60px;
	}
	.pulat-home .main-image {
		height: 600px;
	}
	.pulat-home .main-image,
	.benim-hayalim-parallax,
	.yetistirdiklerimiz-parallax,
	.iletisim-parallax {
		background-size: auto 850px;
		background-position: 50% 50%;
	}
	#map {
		height: 400px;
		margin-top: 60px;
	}
	#map .google-maps {
		height: 105.8%;
	}
	footer .contact,
	footer .social {
		left: 360px;
	}
	#cafe .cafe-images {
	    padding: 70px 0 30px;
	}
}