.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333333333332%;
}
.col-2 {
  width: 16.666666666666664%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333333333%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8 {
  width: 66.66666666666666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333333334%;
}
.col-11 {
  width: 91.66666666666666%;
}
.col-12 {
  width: 100%;
}
/* Reset Styles */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
}
html {
  overflow-y: scroll;
  /* 1 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
/* Form */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: 35px;
  -webkit-appearance: button;
  font-size: 14px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: uppercase;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4c5c7;
  height: 25px;
  font-size: 12px;
  padding: 5px;
  color: #5f6062;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
/* Float & Align */
.float-left {
  float: left  !important;
}
.float-right {
  float: right !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* Clearfix */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
/* Links  */
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
/* Framework TYPO */
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: none;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre,
.story code {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 15px 10px 0px;
}
.story address {
  display: inline-block;
  padding: 20px;
  background: #eaeaea;
  line-height: 20px;
  margin-bottom: 15px;
}
.story blockquote {
  font-style: italic;
  border-left: 2px dotted #9b9b9b;
  padding-left: 15px;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story .wp-caption {
  box-shadow: 1px 1px 2px #bebebe;
  width: auto;
}
.story .wp-caption p.wp-caption-text {
  background: #ffffff;
  text-align: center;
  color: #a1a1a1!important;
  margin: 0!important;
}
.story dl {
  background: #ffffff;
  padding: 20px;
  box-shadow: 1px 1px 2px #d0d0d0;
  color: #4a4a4a;
  display: block;
  margin: 10px 20px 10px 0px;
}
.story dl dt {
  width: 150px;
  float: left;
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  text-transform: uppercase;
}
.story dl dd {
  margin-left: 160px;
  margin-bottom: 10px;
  line-height: 18px;
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
/* Flexslider Default Styles */
.flexslider {
  position: relative;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  position: relative;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  height: auto;
  -webkit-appearance: button;
  font-size: 16px;
  background: transparent;
  letter-spacing: 1px;
  border: 1px;
  text-transform: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #c4bebc;
  height: 45px;
  font-size: 16px;
  font-family: 'PT Serif', serif;
  padding: 0 2.71186440678%;
  color: #c5c5c5;
  letter-spacing: 1px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
  height: 123px;
  padding: 2.71186440678%;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  font-family: 'PT Serif', serif;
  color: #575555;
  line-height: 1;
}
p {
  text-align: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.marginLeft {
  margin-left: 15.7291666667%;
}
.marginLeft_secondType {
  margin-left: 20.3778677463%;
}
.noPadding {
  padding: 0;
}
.titleSecond {
  font: 2em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin: 0;
  letter-spacing: 1px;
  margin: 5.80296896086% 0 4.72334682861% 0;
}
.title {
  font: 2.375em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin-bottom: 0;
}
.linkOpacity {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.linkOpacity:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.header {
  background: url(images/aboutNavBg.jpg);
  text-align: center;
}
.bg_first .header .nav_firstType, .bg_first .header .insSocial { z-index: 3; }
.bg_first .header .insLang { z-index: 4; }
.container .insLang { text-align: center;margin-bottom: -15px; margin-top:15px; }
.header > .container {
  /* height: 260px; */ height: 200px;
  position: relative;
}
.logo {
  display: inline-block;
  /* margin-top: 3.7%; */ /*margin-top: 2%;*/
}
.logo_footer {
  margin-top: 8.02083333333%;
}
.nav {
 /* margin-top: 1.7%; */
 margin-top: 0.5%;
  position: relative;
  z-index: 1;
}
.nav_secondType {
  background: url(images/aboutNavBg.jpg);
  margin-top: 75px;
  padding: 0;
  display: none;
  /*height: 95px;*/ height: 85px;
}
.nav_thirdType {
  background: #333334;
  margin-top: 75px;
  padding: 0;
  display: none;
  height: 80px;
/*   top: 95px !important; */
  top: 85px !important;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  transition: top 0.5s;
}
.fixe {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: block;
  width: 100%;
  margin-top: 0;
}
.ha-header-hide {
	/* height: 70px; */ height: 56px;
	-webkit-transform: translateY(-290px);
	-moz-transform: translateY(-290px);
	transform: translateY(-290px);
	
	/* opacity: 0; */
	-webkit-transition: top 0.5s, opacity 0s 0.5s;
	-moz-transition: top 0.5s, opacity 0s 0.5s;
	transition: top 0.5s, opacity 0s 0.5s;
}

.ha-header-show {
	/* height: 70px; */ height: 56px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	transition: top 0.5s;
}

.headerSocialLang { position: absolute; right: 0; width: 600px; z-index: 3;}
.insSocial {
  text-align: right;
  font-family: inherit;
  font-size: 10px;
  /*padding: 10px 10px 0 0;*/ padding: 3px 10px 0 0;
  color: #c5c5c5;
  position: relative;
  float: right;

}
a.socialheader__item { cursor: pointer; padding-top: 20px; }
.insNav__item .insSocial { margin-top: 30px; margin-left: 5px; }
.insLang {
  text-align: right;
  font-family: inherit;
  font-size: 10px;
  padding: 10px 10px 0 0;
  color: #c5c5c5;
  position: relative;
}
a.insLang__item { color: #c5c5c5; padding: 0 5px; font-size:14px; }
a.insLang__item:hover { color: #ffffff; }
a.insLang__item.active { color: #ffffff; }
.insNav {
  text-align: center;
}
.insNav__item {
  display: inline-block;
  vertical-align: top;
  margin-left: -6px;
  position: relative;
}
.insNav__item:first-child {
  margin-left: 0;
}
.insNav__item:hover > .subNav {
  display: block;
}
.insNav__link {
  display: block;
  text-align: center;
  text-transform: uppercase;
  /* font-size: 1.1875em; */ font-size: 1em;
  color: #c5c5c5;
  /* padding: 38px 14px; *//* 38px 24px */ padding: 38px 14px 19px 14px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.insNav__link.insNav__link_thirdType {
  text-transform: none;
  /* font-family: 'Snell Roundhand','Parisienne',cursive; */
  padding: 20px 10px;
  /* font-size: 25px; */
}
.insNav__link:hover {
/*
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
*/
  color: #fff;
}
.insNav__link_secondType:hover {
/*
  background: #281711;
  background: rgba(40, 23, 17, 0.5);
*/
}
.insNav__link_active {
/*
  background: #281711;
  background: rgba(40, 23, 17, 0.5);
*/
color: #fff;
border-bottom: 4px double #ffffff;
}
.insNav__link_thirdType.insNav__link_active { border: none; }
.subNav {
  width: 161px;
  display: none;
  position: absolute;
  top: 90px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  z-index: 9999;
  padding: 5px 0;
  background: #281711;
}
.subNav_secondType {
  width: 192px;
  background: #281711;
  border: none;
  top: 95px;
  padding: 0;
}
.subNav__item {
  position: relative;
  border-bottom: 1px solid #321f18;
}
.subNav__item:last-child {
  border-bottom: none;
}
.subNav__item:hover > .subNav {
  display: block;
  top: -9px;
  left: 161px;
}
.subNav__item_secondType {
  border-bottom: 1px solid #321f18;
  position: relative;
}
.subNav__item_secondType:hover > .subNav {
  display: block;
  top: 0;
  left: 192px;
}
.subNav__link {
  display: block;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 8px 12px;
}
.subNav__link:hover {
  background: rgba(40, 23, 17, 0.5);
}
.subNav__link_secondType {
  padding: 12px 24px;
  position: relative;
}
.subNav__link_secondType:hover {
  text-decoration: none;
  background: rgba(40, 23, 17, 0.5);
}
.subNav__link_secondType:hover:after {
  content: "";
  background: url(images/subNavArrow.png) no-repeat;
}
.subNav__link_secondType:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  background: url(images/subNavArrow.png) no-repeat -49px 0;
  width: 8px;
  height: 15px;
}
.navToggle {
  position: relative;
  display: none;
  width: 100%;
  font: 28px 'PT Serif', serif;
  color: #fff;
  text-align: left;
  padding: 2px 42px 4px 10px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
/*
.navToggle:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(images/responsiveNavIcon.png) no-repeat;
}
*/
.navToggle_link {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(images/responsiveNavIcon.png) no-repeat;
}

.navToggle_phone {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: url(images/responsivePhoneIcon.png) no-repeat;
}
.navToggle_pin {
  content: "";
  position: absolute;
  top: 10px;
  left: 40px;
  width: 20px;
  height: 20px;
  background: url(images/responsivePinIcon.png) no-repeat;
}

.footer {
  background: url(images/aboutNavBg.jpg);
  color: #fff;
  text-align: center;
  position: relative;
}
.footer .mapcode {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 468px;
  background: #000;
}
.footer .mapcode iframe {
  width: 100%!important;
  height: 468px;
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45;
}
.footer .container {
  height: 390px;
  text-align: center;
  position: relative;
  padding: 0;
}
.footer__entry {
  margin-top: 3.02083333333%;
}
.footer__entry p {
  letter-spacing: .4px;
}
.social {
  display: inline-block;
  margin-top: 2.5%;
  	margin-bottom: 2.5%;
}
.social__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.social__link {
  display: block;
  color: #fff;
}
.social__icon {
  display: block;
/*   background: url(images/social2.png) no-repeat; */
  background: url(images/social3.png) no-repeat;
  width: 48px;
  height: 46px;
}
.socialheader__icon {
  display: inline-block;
  display: -webkit-inline-block;
  background: url(images/socialheader.png) no-repeat;
  width: 25px;
  height: 25px;
}
/*
.social__icon_facebook:hover {
  background-position: 0 -80px;
}
*/
.social__icon_instagram {
  background-position: -80px 0;
}
.socialheader__icon_instagram {
  background-position: -25px 0;
}
/*
.social__icon_instagram:hover {
  background-position: -80px -80px;
}
*/
.social__icon_foursquare {
  background-position: -160px 0;
}
.socialheader__icon_foursquare {
  background-position: -50px 0;
}
/*
.social__icon_foursquare:hover {
  background-position: -160px -80px;
}
*/
.social__icon_vkontakte {
  background-position: -240px 0;
}
.socialheader__icon_vkontakte {
  background-position: -75px 0;
}
/*
.social__icon_vkontakte:hover {
  background-position: -240px -80px;
}
*/
.social__icon_pinterest {
  background-position: -320px 0;
}
.socialheader__icon_pinterest {
  background-position: -100px 0;
}
/*
.social__icon_pinterest:hover {
  background-position: -320px -80px;
}
*/
.social__icon_twitter {
  background-position: -400px 0;
}
.socialheader__icon_twitter {
 background-position: -125px 0;
}
/*
.social__icon_twitter:hover {
  background-position: -400px -80px;
}
*/
.footerMiddle {
	background-color: #ffffff;
}
.footerMiddle .container {
  /* height: 85px; */ /* height: 65px; */
}
.footerMiddle .container img.firstyear{ height:25px;position: absolute;right: 20px;margin-top: 20px; }
.calisma_ortaklari {
  text-align: center;
  font-family: 'Parisienne', cursive;
  color: #3c2820;
  letter-spacing: .7px;
  padding: 10px 0px;
  margin: 0;
}
.footerBottom {
  background:#F6F6F6;
}
.footerBottom .container {
  height: 60%;
}
.saglik_uyari, .distributor {
  text-align: center;
  font-family: 'PT Serif', serif;
  color: #9b9b9b;
  padding-top: 1%;
  font-size: 9px;
  font-weight: lighter;
}
.distributor{
  font-size: 11px;
}
.copyright {
  text-align: center;
  font-family: 'Parisienne', cursive;
  color: #fff;
  letter-spacing: .7px;
  padding-top: 3.75%;
}
body.nargileler, body.tutunler { background-image: url(images/lightbg.png); background-position: initial initial; background-repeat: initial initial; }
body.hakkimizda { }

.about {
  padding: 13.75% 0;
}
.about__row {
  margin-bottom: 8.75%;
}
.smallSlider {
  position: relative;
  width: 48.6458333333%;
  min-height: 385px;
  border: 1px solid #3c2820;
  padding: 1px;
}
.smallSlider:last-child {
  margin-bottom: 0;
}
.smallSlider .bx-viewport {
  height: auto !important;
}
.smallSlider .bx-controls-direction a {
  position: absolute;
  bottom: -18px;
  outline: 0;
  width: 48px;
  height: 46px;
  text-indent: -9999px;
  z-index: 101;
}
.smallSlider_left {
  float: left;
  margin-right: 1.25%;
}
.smallSlider_left .bx-prev {
  left: 10px;
  background: url(images/sliderArrow.png) no-repeat;
}
.smallSlider_left .bx-prev:hover {
  background-position: 0 -80px;
}
.smallSlider_left .bx-next {
  left: 68px;
  background: url(images/sliderArrow.png) no-repeat -80px 0;
}
.smallSlider_left .bx-next:hover {
  background-position: -80px -80px;
}
.smallSlider_right {
  float: right;
  margin-left: 1.25%;
}
.smallSlider_right .bx-prev {
  right: 10px;
  background: url(images/sliderArrow.png) no-repeat -80px 0;
}
.smallSlider_right .bx-prev:hover {
  background-position: -80px -80px;
}
.smallSlider_right .bx-next {
  right: 68px;
  background: url(images/sliderArrow.png) no-repeat;
}
.smallSlider_right .bx-next:hover {
  background-position: 0 -80px;
}
.insSmallSlider__item {
  min-height: 385px;
}
.insSmallSlider__item_aboutImg {
  background: url(http://placehold.it/463x385) no-repeat center;
}
.insSmallSlider__item_aboutImgSecond {
  background: url(http://placehold.it/463x385) no-repeat center;
}
.insSmallSlider__item_aboutImgThird {
  background: url(http://placehold.it/463x385) no-repeat center;
}
.insSmallSlider__item_aboutImgFourth {
  background: url(http://placehold.it/463x385) no-repeat center;
}
.post {
  width: 48.6458333333%;
  min-height: 385px;
  border-top: 4px double #c4bebc;
  border-bottom: 4px double #c4bebc;
  color: #333;
}
.post p {
  letter-spacing: .4px;
}
.post_left {
  float: left;
  margin-right: 1.25%;
}
.post_right {
  float: right;
  margin-left: 1.25%;
}
.post__title {
  font: 2.375em 'Parisienne', cursive;
  color: #c5c5c5;
  margin: 4.71092077088% 0 2.99785867238%;
  text-transform: none;
  letter-spacing: 1.3px;
}
.pageHeader {
  padding: 2.5% 0;
  text-align: center;
}
.pageHeader_general { padding: 8.75% 0; }
.pageHeader_homegeneral { padding: 0; }
.pageHeader_tutunler_main { padding: 0.75% 0; }
.pageHeader_contact { }
.pageHeader_events {
  padding-top: 8.75%;
}
.pageHeader_gallery { }
.pageHeader_galleryOpen {
  padding: 0;
}
.pageHeader_menusOpen {
  padding: 11.875% 0 9.79166666667%;
}
.pageHeader_team { }
.pageHeader_team2, .pageHeader_team3 { }
.pageHeader_team .imgdiv { border: 1px solid #cccccc; padding: 10px;display: inline-block; float:left; /* margin: 0 35px; */ margin: 0 35px 0 0; }
.pageHeader_team .textp { text-align: left; }

.pageHeader_aboutHome {
/*   padding: 14.375% 0 11.875%; */
}

.pageHeader__icon {
  background: url(images/genel/pageHeaderIcon.png) no-repeat;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.pageHeader__icon_tutunler {}
.pageHeader__icon_iletisim {
  background-position: -120px 0;
}
.pageHeader__icon_galeri {
  background-position: -240px 0;
}
.pageHeader__icon_nargileler {
  background-position: -360px 0;
}
.pageHeader__icon_hakkimizda {
  background-position: -480px 0;
}
.pageHeader__icon_menu {
  background-position: -600px 0;
}
.insPageHeader {
  display: inline-block;
  margin-top: 2.5%; margin-bottom: 2.5%;
  padding: 2.5% 0;
  position: relative;
}
.insPageHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-top: 4px double #c4bebc;
}
.insPageHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-bottom: 4px double #c4bebc;
}
.insPageHeader.insPageHeader_home:before{ border:none; }
.insPageHeader.insPageHeader_home__nargileler:after { border-bottom: 4px double #333334; }
.insPageHeader.insPageHeader_home__tutunler:after { border-bottom: 4px double #ffffff; }
.insPageHeader.insPageHeader_nargileler__collection:before, .insPageHeader.insPageHeader_nargileler__collection:after { border:none; }

.insPageHeader_team {
  margin-bottom: 2.5%;
}
.insPageHeader_aboutHome {
/*   margin-top: 7.39583333333%; */
}
.insPageHeader_paddingBottom {
  padding-bottom: 0;
}
.insPageHeader__title {
  font: 3.5625em 'Snell Roundhand','Parisienne',cursive;
  color: #c5c5c5;
  display: inline-block;
  text-transform: none;
  letter-spacing: 2px;
  margin: 0 5px;
}
.insPageHeader_team2 .insPageHeader__title { color: #858585; }
.insPageHeader.insPageHeader_team2:before { border-top: 4px double #ffffff; }
.insPageHeader.insPageHeader_team2:after { border-bottom: 4px double #ffffff; }
.insPageHeader__title.insPageHeader__title__nargileler { color: #333334; }
.insPageHeader__title.insPageHeader__title__tutunler { color: #ffffff; }
.insPageHeader__title.insPageHeader__title_gallery {
	width: 185px;
}
.insPageHeader__title_aboutHome {
  margin-bottom: 2.08333333333%;
}
.insPageHeader__subTitle {
  font-family: 'Snell Roundhand','Parisienne',cursive;
  color: #57555;
  text-transform: initial;
  margin-bottom: 0.5em;
}
.insPageHeader__price {
  font: 23px 'Parisienne', cursive;
  color: #63534d;
  margin-top: 25px;
}
.blogItem {
  background: url(http://placehold.it/1900x521) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.blogItem:nth-child(even) {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
.blogItem .container {
  height: 523px;
  position: relative;
}
.blogItem_second {
  background: url(http://placehold.it/1900x523/333) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.blogItem_third {
  background: url(http://placehold.it/1900x523) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.blogItem_fourth {
  background: url(http://placehold.it/1900x523/333) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.wrapInsBlogItem {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding: 1px;
  width: 52%;
  position: absolute;
  bottom: -1px;
}
.wrapInsBlogItem_left {
  left: 20px;
}
.wrapInsBlogItem_right {
  right: 20px;
}
.insBlogItem {
  background: #fff;
  text-align: center;
  padding: 7% 8% 7% 7%;
}
.insBlogItem__header {
  color: #d7d6d6;
  letter-spacing: .7px;
  margin-bottom: 7.07762557078%;
}
.insBlogItem__title {
  font: 2.375em 'Parisienne', cursive;
  color: #3c2820;
  text-transform: none;
  letter-spacing: 1.5px;
  margin: 0 0 0 1.3698630137%;
}
.insBlogItem__title a {
  color: #3c2820;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.insBlogItem__entry {
  margin-bottom: 7.53424657534%;
}
.insBlogItem__more {
  font: 1.375em 'Parisienne', cursive;
  color: #3c2820;
  border-bottom: 4px double #c4bebc;
  display: inline-block;
  padding: 0 1.59817351598%;
}
.loading .container {
  height: 287px;
  position: relative;
}
.loading__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -29px;
}
.contact {
  position: relative;
}
.contact .mapcode {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 945px;
  background: #000;
}
.contact .mapcode.mapcode__main { background: transparent; }
.contact .mapcode iframe {
  width: 100%!important;
  height: 945px!important;
  -moz-opacity: 0.45;
  -khtml-opacity: 0.45;
  -webkit-opacity: 0.45;
  opacity: 0.45;
}
.contact .mapiframe iframe {
  width: 100%!important;
  height: 350px!important;
}
.contact .container {  }
.insContact {
  position:relative;
  background: #fff;

}
.insContact__image {
  width: 59%;
  min-height: 363px;
  float: right;
  margin: 1.5% 2% 1.5% 0;
/*
  margin-right: 2%;
  margin-top: 1.5%;
*/
  padding-top: 2.050847%;
}
.insContact__form {
  width: 34.9%;
  min-height: 363px;
  float: left;
  margin: 1.5% 2%;
/*   margin-top: 1.5%; */
  padding-top: 2.050847%;
}
.form {
  text-align: center;
}
.form .form__title {
  margin: 0;
  text-transform: none;
  font: 2em 'Parisienne', cursive;
  color: #3c2820;
  letter-spacing: 1.3px;
  font-size: 1.750em;
}
.form .form__title.bordered {
  border-bottom: 4px double #c4bebc;
  padding-bottom: 4px;
}
.form input {
  width: 30.5084745763%;
}
.form input:nth-child(1) {
  float: left;
}
.form input:nth-child(3) {
  float: right;
}
.form textarea {
  width: 100%;
  margin: 4.74576271186% 0 3.22033898305% 0;
}
.form .form__btn {
  display: inline-block;
  font: 1.375em 'Parisienne', cursive;
  color: #3c2820;
  border-bottom: 4px double #c4bebc;
  padding: 0 30px;
  width: auto;
}
.form fieldset.form_content {
	width: 100%;
}
.insContact__entry {
  clear: both;
  background: #ececec;
  padding: 5.5% 2.5% 3.3% 2.3%;
  color: #707070;
}
.insContact__entry p {
  line-height: 1.2;
}
.event__image {
  width: 50%;
  min-height: 439px;
}
.event__image_left {
  float: left;
}
.event__image_right {
  float: right;
}
.event__image_first {
  background: url(http://placehold.it/955x439) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__image_second {
  background: url(http://placehold.it/955x439) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__image_third {
  background: url(http://placehold.it/955x439) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__image_fourth {
  background: url(http://placehold.it/955x439) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.event__container {
  width: 50%;
  min-height: 439px;
  background: #f5f5f5;
}
.event__container_left {
  float: left;
}
.event__container_right {
  float: right;
}
.insEvent {
  width: 47.4%;
  text-align: center;
  border-bottom: 4px double #bdb7b5;
  margin: 3.15457413249% 3.15457413249% 0;
  padding-bottom: 2.10094637224%;
  color: #333;
}
.insEvent_left {
  float: left;
}
.insEvent_right {
  float: right;
}
.insEvent__header {
  border-bottom: 4px double #bdb7b5;
  margin-bottom: 6.20842572062%;
  padding-bottom: 6.20842572062%;
}
.insEvent__title {
  font: 2.375em 'Parisienne', cursive;
  color: #3c2820;
  margin: 0;
  text-transform: none;
  letter-spacing: 1.5px;
  line-height: 1;
}
.insEvent__date {
  color: #d7d6d6;
  padding-top: 1.33037694013%;
}
.gallery {
  margin: 2.5% 0 5%;
}
.galleryItem {
  float: left;
  max-height: 224px;
  position: relative;
  overflow: hidden;
  width: 31.3%; margin:1%;
}
.galleryItem:nth-child(even) {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.galleryItem:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.galleryItem img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.galleryItem__title {
  font-family: 'Snell Roundhand','Parisienne',cursive;
  font-size: 1.875em;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: hidden;
}
.overlay_visible {
  opacity: 1;
}
.wrapBigSlider {
  overflow: hidden;
}
.bigSlider {
  position: relative;
 /*  margin-bottom: 4.16666666667%; */
}
.bigSlider .bx-viewport {
  overflow: visible !important;
}
.bigSlider .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  outline: 0;
  width: 48px;
  height: 46px;
  text-indent: -9999px;
  z-index: 102;
}
.bigSlider .bx-prev {
  left: 50%;
  margin-left: -505px;
  background: url(images/sliderArrow.png) no-repeat;
}
.bigSlider .bx-prev:hover {
  background-position: 0 -80px;
}
.bigSlider .bx-next {
  right: 50%;
  margin-right: -505px;
  background: url(images/sliderArrow.png) no-repeat -80px 0;
}
.bigSlider .bx-next:hover {
  background-position: -80px -80px;
}
.insBigSlider .active-slide:before {
  background: transparent;
}
.insBigSlider__item {
  position: relative;
}
.insBigSlider__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #000; background: rgba(0, 0, 0, 0.45); */
  background: transparent;
}
.menu .container {
  padding: 0;
}
.menuList {
  margin: 2.5% 0 5%;
}
.menuList_open {
  margin: 0 0 15.2% 0;
}
.menuList__item {
  max-width: 301px;
  width: 30.1%;
  float: left;
  overflow: hidden;
  margin: 0 1.6% 3.2%;
}
.menuList__image {
  max-height: 227px;
  position: relative;
}
.menuList__image:hover .overlay {
  opacity: 0;
}
.menuList__price {
  font-family: 'Snell Roundhand','Parisienne',cursive;
  font-size: 1.875em;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}
.menuList__more {
  padding: 6.64451827243% 0 7.64119601329%;
}
.menuList__cook {
  float: left;
  width: 78px;
  height: 74px;
}
.menuList__about {
  margin-left: 90px;
}
.menuList__dishName {
  font-size: 1.2375em;
  color: #333;
  margin: 0;
  text-transform: none;
  letter-spacing: .9px;
  margin-top: -2px;
}
.menuList__dishName a {
  color: #333;
}
.menuList__cookName {
  font-size: .875em;
  color: #959191;
  margin: 0;
  text-transform: none;
  margin-top: 1.99335548173%;
  letter-spacing: .4px;
}
.openBlogHeader {
  background: url(images/nargileler/craftcollectionbg.jpg) no-repeat center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  /* margin-top: -9px; */
}
.openBlogHeader.meduse_craftcollection {  background: url(images/nargileler/medusecraft.jpg) no-repeat center fixed; }
.openBlogHeader.meduse_sepiacollection {  background: url(images/nargileler/medusesepia.jpg) no-repeat center fixed; }
.openBlogHeader .container {
  /* height: 725px; */ height: 400px;
  padding: 0;
  position: relative;
}
.insOpenBlogHeader {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -235px;
  margin-top: -82px;
  padding: 2% 0 3.2%;
}
.insOpenBlogHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-top: 4px double #c4bebc;
}
.insOpenBlogHeader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  border-bottom: 4px double #c4bebc;
}
.insOpenBlogHeader span {
  color: #d7d6d6;
}
.insOpenBlogHeader__subTitle {
  margin-bottom: 5px;
}
.insOpenBlogHeader__title {
  font: 3.5625em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin: 0;
  letter-spacing: 2px;
}
.insOpenBlogHeader__date {
  color: #d7d6d6;
}
.content {
  width: 74.1%;
  float: left;
  margin: 0 2%;
  padding: 4.18353576248% 0 12.8205128205%;
}
.comments {
  padding-left: 2.69905533063%;
}
.commentsList {
  margin-bottom: 10.5263157895%;
}
.comment {
  padding: 3.23886639676% 0;
  border-bottom: 4px double #c4bebc;
}
.comment:first-child {
  padding-top: 0;
}
.comment__thumb {
  float: left;
}
.comment__thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.comment__reply {
  display: block;
  font: 1.25em 'Parisienne', cursive;
  margin: 16.25% 0 0 18.75%;
  letter-spacing: 1px;
  color: #575555;
}
.comment__content {
  margin-left: 106px;
}
.comment__header {
  letter-spacing: 1px;
}
.comment__name {
  margin: 0;
  text-transform: none;
  display: inline-block;
  font: 1.25em 'Parisienne', cursive;
  color: #3c2820;
}
.comment__date {
  display: inline-block;
  color: #c5c5c5;
}
.form__btn_comments {
  float: left;
}
.sidebar {
  width: 19.8%;
  float: right;
  margin-left: 2%;
  padding: 4% 0;
}
.widget {
  margin-bottom: 11.1111111111%;
}
.widget__title {
  overflow: hidden;
  margin-bottom: 3.0303030303%;
}
.insWidget__title {
  font: 1.625em 'Parisienne', cursive;
  color: #3c2820;
  text-transform: none;
  margin: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.insWidget__title:after {
  content: "";
  position: absolute;
  top: 46%;
  left: 113%;
  width: 250px;
  border-top: 4px double #c4bebc;
}
.search {
  position: relative;
}
.search .search__field {
  position: relative;
  width: 100%;
  font-size: 1.125em;
  padding: 0 55px 0 15px;
}
.search .search__btn {
  position: absolute;
  top: 2px;
  right: 0;
  width: 60px;
  height: 41px;
  display: inline-block;
  background: url(images/searchBtn.png) no-repeat center;
}
.recentPosts a {
  display: block;
  color: #575555;
}
.recentPost {
  font-size: .9375em;
}
.archives__item {
  margin-bottom: 7.07070707071%;
}
.archives__link {
  font-size: .875em;
  color: #575555;
}
.tags__item {
  float: left;
  margin: 0 10.101010101% 5.05050505051% 0;
}
.tags__link {
  color: #575555;
}
.teamMember {
  width: 33.33%;
  float: left;
  position: relative;
}
.teamMember:hover .overlay {
  opacity: 0;
}
.teamMember__name {
  font-size: 1.75em;
  color: #d7d6d6;
  margin-bottom: 1.8927444795%;
}
.teamMember__position {
  font: 1.4375em 'Parisienne', cursive;
  color: #d7d6d6;
}
.description {
  display: inline-block;
  border-top: 4px double #c4bebc;
  border-bottom: 4px double #c4bebc;
  padding: 3.54166666667% 0;
  margin-top: 11.9791666667%;
  margin-bottom: 11.9791666667%;;
  
  display: block;
}
.description p:last-child {
  margin-bottom: 0;
}
.description blockquote {
  border: 4px double #c4bebc;
  padding: 20px;
  margin: 2em;
  margin-right: 0;
  text-align: right;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
}
.textabut {
  font-size: 14px;
  line-height: 1.5;
}
.textabut img {
  margin-bottom: 20px;
}
.homePage .header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.scrollNav {  }
.scrollNav .active .scrollNav__ball {  }
.scrollNav__item {  }
.scrollNav__link {  }
.scrollNav__ball {  }
.scrollNav__ball:hover {  }
.scrollNav__insBall {  }
.bg {
  width: 100%;
  height: 100%;
  min-height: 800px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  /* background-position: 0 !important; */  background-position: center center !important;
  position: relative;
}
body.anasayfa .bg, body.hakkimizda .bg, body.menu .bg, body.galeri .bg, body.nargileler .bg, body.tutunler .bg { height: auto; min-height: 120px;}
body.iletisim .bg { height: auto; /* min-height: 410px; */ min-height: 470px; }
.bg_nargileler__main { height: 20%; min-height: 160px; }
.bg_tutunler__main { height: 20%; min-height: 160px; }
.bg_first {
  overflow: hidden;
  background: url(images/anasayfa/anasayfa/homepic.jpg) center no-repeat fixed;
  background-size: cover;
}
.bg_first .blackmask, .bg_homepic.blackmask {
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  width: 100%;
  height: 100%;
  z-index: 3;
}
.bg_first video,
.bg_first object {
  top: 0;
  left: 0;
  width: 1920px!important;
  margin-top: 0!important;
  height: auto!important;
  position: absolute;
}
.bg_seventh { background: #333334; }
.bg_third {
  background: url(images/anasayfa/bg/nargilelerbg3.jpg) center no-repeat fixed;
  background-size: cover;
}
.bg_fifth {
  background: url(images/anasayfa/bg/testbg.png) center no-repeat fixed;
  background-size: cover;
}
.bg_twentyfirst { background: #e7e7e7; }
.bg_twentysecond {
  background: url(images/anasayfa/bg/tutunlerbg.jpg) center no-repeat fixed;
  background-size: cover;
}
.bg_twentythird { background: #ffffff; }
.wrapLayerTitle {
  /* width: 395px; */ width: 355px;
  /* height: 395px; */ height: 355px;
  background: #333334;
  background: rgba(51, 51, 52, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-top: -195px; */ margin-top: -177.5px;
  /* margin-left: -197.5px; */ margin-left: -177.5px;
  display: table;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.bg_nargileler_light { background: url(images/nargileler/bg/light.jpg); background-size: cover; min-height: 456px !important; }
.bg_nargileler_lightdark { background: url(images/nargileler/bg/lightdark.jpg); background-size: cover; min-height: 456px !important; }
.bg_nargileler_dark { background: url(images/nargileler/bg/dark.jpg); background-size: cover; min-height: 456px !important; }

.bg_first .wrapLayerTitle, .bg_first .wrapLayerTitle:hover { z-index: 3; /* background: none; */ top: 55%; }
.wrapLayerTitle_nargileler { width: 230px; height: 230px; margin-left: -115px; background: #333334; background: rgba(51, 51, 52, 0.8); border-radius: 50%; position: absolute; top: 50%; margin-top: -105px; display: table; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
}
.wrapLayerTitle_nargileler_meduse { left: 25%; }
.wrapLayerTitle_nargileler_fumo { left: 40%; }
.wrapLayerTitle_nargileler_turkish { left: 50%; }
.wrapLayerTitle_nargileler_arabic { left: 75%; }
.wrapLayerTitle_nargileler.wrapLayerTitle_nargileler__main { top:25%; margin-top: -30px; }
.wrapLayerTitle_tutunler { width: 230px; height: 230px; margin-left: -115px; background: #ffffff; background: rgba(255, 255, 255, 0.8); border-radius: 50%; position: absolute; top: 50%; margin-top: -105px; display: table; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; background: url(images/aboutNavBg.jpg); }
.wrapLayerTitle_tutunler_meduse { left: 20%; }
.wrapLayerTitle_tutunler_alfakher { left: 40%; }
.wrapLayerTitle_tutunler_starbuzz { left: 60%; }
.wrapLayerTitle_tutunler_argelini { left: 80%; }
.wrapLayerTitle_tutunler.wrapLayerTitle_tutunler__main { top:25%; margin-top: -30px; }
.wrapLayerTitle_tutunler:hover .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
  /* background: url(images/aboutNavBg.jpg); */
  background: #ffffff;
}
.wrapLayerTitle_tutunler .overlay {
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
  /* background: url(images/aboutNavBg.jpg); */
  background: #ffffff;
}
.wrapLayerTitle_tutunler img { width: 100%; }
.wrapLayerTitle_menu { width: 350px; height: 350px; margin-left: -175px; background: #333334; background: rgba(51, 51, 52, 0.8); border-radius: 50%; position: absolute; top: 50%; left: 50%; margin-top: 40px; display: table; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.wrapLayerTitle_menu1 {   background: url(images/anasayfa/menu/menu1.png) no-repeat center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; background-size: cover; text-align: center; }
.wrapLayerTitle_menu2 {   background: url(images/anasayfa/menu/menu2.png) no-repeat center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; background-size: cover; text-align: center; }
.wrapLayerTitle_menu3 {   background: url(images/anasayfa/menu/menu3.png) no-repeat center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; background-size: cover; text-align: center; }
.wrapLayerTitle_menu4 {   background: url(images/anasayfa/menu/menu4.png) no-repeat center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; background-size: cover; text-align: center; }
.wrapLayerTitle:hover, .wrapLayerTitle_nargileler:hover { background: rgba(51, 51, 52, 0.95); -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); transform: scale(0.9); }
.wrapLayerTitle_tutunler:hover { /* background: url(images/aboutNavBg.jpg); */ background: #ffffff; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); transform: scale(0.9); }
.wrapLayerTitle_blog {
  margin-top: -180px;
}
.layerTitle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 11.7647058824%;
}
.insLayerTitle {
  font: 4.625em 'Parisienne', cursive;
  color: #c5c5c5;
  text-transform: none;
  margin: 0;
  display: inline-block;
  border-top: 4px double rgba(255, 255, 255, 0.3);
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  line-height: 1;
  padding-top: 2%;
}
.insLayerTitle_menu { font-size: 3.625em; border: none; }
.testimonialblock {
  margin-top: 200px;
  width: 100%;
  text-align: center;
}
.testimonialblock .testimonialfixer {
  margin: 0 auto;
  position: relative;
  height: 435px;
}
.testimonialblock .testimonialslider {
  width: 500px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
.testimonialblock .testimonialslider .slides {
  /* height: 435px; */ height: 390px;
}
.testimonialblock .testimonialslider .flex-control-nav {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.testimonialblock .testimonialslider .flex-control-nav li {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.testimonialblock .testimonialslider .flex-control-nav li a {
  border: 2px solid #858585;
  width: 10px;
  height: 10px;
  font-size: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.testimonialblock .testimonialslider .flex-control-nav li a:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.testimonialblock .testimonialslider .flex-control-nav li a.flex-active {
  background: #858585;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem {
  width: 500px;
  height: 500px;
  background: #333334;
  background: rgba(51, 51, 52, 0.85);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem.menu1 {
	background: url(images/anasayfa/menu/menu1.png) center no-repeat fixed; background-size:inherit;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem.menu2 {
	background: url(images/anasayfa/menu/menu2.png) center no-repeat fixed; background-size:inherit;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem.menu3 {
	background: url(images/anasayfa/menu/menu3.png) center no-repeat fixed; background-size:inherit;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem.menu4 {
	background: url(images/anasayfa/menu/menu4.png) center no-repeat fixed; background-size:inherit;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .title {
  margin-top: 90px;
  color: #FFF;
  margin-bottom: 40px;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc {
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 16px;
  color: #FFF;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc::before {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  height: 1px;
  margin-bottom: 20px;
}
.testimonialblock .testimonialslider ul.slides li .testimonialitem .desc::after {
  content: "";
  display: block;
  width: 50%;
  margin: 0 auto;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  height: 1px;
  margin-top: 20px;
}
.blogPosts {
  margin: 13.4% 0 10%;
  text-align: center;
}
.blogPosts .blog_item {
  margin-left: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #cccccc;
  padding: 10px;
  display: inline-block;
}
.blogPosts .blog_item figure.blog_mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.blogPosts .blog_item figure.blog_mask figcaption.hovermask {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: #333334;
}
.blogPosts .blog_item figure.blog_mask figcaption.hovermask h1.insBlogPost__title {
  text-transform: none;
  margin: 5px 10px;
  font-family: 'Snell Roundhand','Parisienne',cursive;
}
.blogPosts .blog_item figure.blog_mask figcaption.hovermask .insBlogPost__date {
  color: #cccccc;
}
.blogPosts .blog_item figure.blog_mask:hover figcaption.hovermask {
  top: 85%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.wrapBlogPost {
  padding: 2px;
  border: 1px solid #3c2820;
  width: 27.9%;
  display: inline-block;
  vertical-align: top;
  margin: 0 2% 4% 2%;
  overflow: hidden;
}
.blogPost {
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.blogPost img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blogPost:hover .insBlogPost {
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.blogPost:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.insBlogPost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.insBlogPost__header {
  text-transform: uppercase;
  padding: 19.7132616487% 0 17.2043010753%;
  margin: 0 5.73476702509%;
}
.insBlogPost__title {
  display: inline-block;
  margin-bottom: 2.07468879668%;
  letter-spacing: .8px;
  font-size: 1.5em;
}
.insBlogPost__title a {
  color: #fff;
}
.insBlogPost__date {
  font-size: .75em;
  letter-spacing: 1px;
}
.insBlogPost__content {
  background: url(images/blog_bottom.png) bottom center no-repeat;
  margin: 0 5.73476702509%;
  padding: 6.09318996416% 0;
  padding-bottom: 30px;
}
.insBlogPost__content p {
  color: #fff;
}
.insBlogPost__content p:last-child {
  margin-bottom: 0;
}
.galleryonhome {
  margin: 10% 0 10% 0;
  text-align: center;
}
.galleryonhome h1.insPageHeader__title {
  margin-bottom: 50px;
  border-bottom: 4px double #c4bebc;
}
.menuItems {
  /* margin: 3.5% 0 3.5% .9%; */ margin: 0.5% 0 5.5% .9%;
  text-align: center;
}
.menuItems__last { margin-bottom: 11%; }
.menuItems .menu-flex-slider {
  width: 100%;
  position: relative;
}
.menuItems .menu-flex-slider .flex-control-nav {
  position: absolute;
  top: 100%;
  /* margin-top: 15px; */
  width: 100%;
  text-align: center;
}
.menuItems .menu-flex-slider .flex-control-nav li {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.menuItems .menu-flex-slider .flex-control-nav li a {  
  width: 16px;
  height: 16px;
  font-size: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
/*
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3c2820;
*/
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  
  border: 2px solid #333334;
  border-radius: 15px;
  width: 10px;
  height: 10px;  
  
}
.menuItems .menu-flex-slider .flex-control-nav li a:hover {
  /* background: #c5c5c5; */
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menuItems .menu-flex-slider .flex-control-nav li a.flex-active {
  /* background: #c5c5c5; */ background: #333334;
}
.menuItems .menu-flex-slider ul.slides li {
  display: none;
  margin: 0;
}
.menuItem {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 30%; margin: 1%;
}
.menuItem:hover .overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}
.menuItem:hover .menuItem__title {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.menuItem:hover .menuItem__price {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menuItem .overlay {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0;
}
.menuItem__title {
  /* font-size: 1.75em; */ font-size: 1.5em;
  color: #fff;
  margin-bottom: 4%;
  position: relative;
  letter-spacing: 1px;
  padding-bottom: 7%;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menuItem__title:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  margin-right: -118px;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
  width: 235px;
}
.menuItem__price {
  font: 1.4375em 'Parisienne', cursive;
  color: #888787;
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  transform: scale(10);
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.wrapPopupTxt {
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.popupTxt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /* padding: 0 13.4375%; */
}
.insPopupTxt {
  position: relative;
  /* padding: 7.8125% 0; */
  letter-spacing: 1.3px;
}
.insPopupTxt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 233px;
  margin-left: -118px;
  border-top: 4px double rgba(255, 255, 255, 0.3);
}
.insPopupTxt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 233px;
  margin-left: -118px;
  border-bottom: 4px double rgba(255, 255, 255, 0.3);
}
.insPopupTxt_team {
  padding: 5.1724137931% 0;
}
.insPopupTxt_homeMenu:before {
  border: none;
}
.insPopupTxt_homeMenu:after {
  border: none;
}
.read_more {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.read_more_home {
  /* padding: 7% 8% 0 7%; */ padding: 7% 8% 7% 7%;
  margin-top: 0;
}
.read_more a {
  font: 1.375em 'Parisienne', cursive;
  color: #333334;
}
.read_more_home a {
  color: #c5c5c5;
  border-bottom: 4px double #c4bebc;
  padding: 2px 2px;
}
.read_more_home.read_more_home__nargileler a { color: #333334; border-bottom: 4px double #333334;}
.read_more_home.read_more_home__tutunler a { color: #ffffff; border-bottom: 4px double #ffffff; }
.read_more a.fromblog {
  border-bottom: 4px double #c4bebc;
}
.read_more a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.read_more.read_more_home a:hover {
  color: #ffffff;
}
.read_more_home.read_more_home__nargileler a:hover { color: #858585; }
.read_more_home.read_more_home__tutunler a:hover { color: #c5c5c5; }
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 99999;
  font-family: 'PT Serif', serif;
}
.preloader .img {
  position: absolute;
  /* top: 46%; */
  font-size: 16px;
  text-transform: uppercase;
  color: #c9c9c9;
  text-align: center;
  width: 100%;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  left: 0;
  top: 50%;
  margin-top: -94px;
}
.preloader .img img.default {
  max-width: 267px;
  margin-bottom: 20px;
}
.preloader .img img.defaulttext {
  max-width: 267px;
  margin-bottom: 0;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

#ll-kalyanlogo, #ll-loungelogo { margin: auto; }
.bx-controls { display: none; }

.collection__title { padding-left: .5em; color: #fff;  }
.collection__title.collection__title_odd {  }
.collection__title.collection__title_even {  }
.collection__item { display: inline-table; }
.collection__item_image { /* width:100px; */ width:150px; margin-right:10px; margin-left:10px; }
.collection__item_title { margin: 0; color: #fff; }
.collection__item_odd .collection__item_image { margin-top:0; }
.collection__item_even .collection__item_image { margin-top:50px; }
.collection__item_onlyone .collection__item_image { width:200px; margin-top:50px; }

.collection__item .insNav__link_active { border:none; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7;
  }
}
/* MAX-WIDTH: 1920PX */
@media screen and (max-width: 1920px) {
  .insEvent__title {
    font-size: 2em;
  }
}
/* MAX-WIDTH: 1280PX */
@media screen and (max-width: 1280px) {
  .insEvent {
    width: 93%;
  }
  .wrapLayerTitle {
    /* width: 410px; */ width: 355px;
    /* height: 410px; */ height: 355px;
    /* margin-left: -205px; */ margin-left: -177.5px;
    /* margin-top: -205px; */ margin-top: -177.5px;
  }
  .wrapLayerTitle_nargileler, .wrapLayerTitle_tutunler {
  	width: 200px; height: 200px; margin-left: -100px;
  	margin-top: -55px;
  }
  .insLayerTitle {
    font-size: 4em;
  }
  .insLayerTitle_menu { 
  	font-size: 3em; 
  }
  .insEvent__title {
    font-size: 2.375em;
  }
}

@media only screen and (max-width: 1180px) {
	.insSmallSlider__item_aboutImg, .insSmallSlider__item_aboutImgSecond, .insSmallSlider__item_aboutImgThird, .insSmallSlider__item_aboutImgFourth, .blogItem, .blogItem_second, .blogItem_third, .blogItem_fourth, .insContact__image, .event__image_first, .event__image_second, .event__image_third, .event__image_fourth, .openBlogHeader, .bg_first, .bg_third, .bg_fifth, .bg_twentysecond, .wrapLayerTitle_menu1, .wrapLayerTitle_menu2, .wrapLayerTitle_menu3, .wrapLayerTitle_menu4 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
}

/* MAX-WIDTH: 1024PX */
@media screen and (max-width: 1024px) {
  .header .container {
    height: auto;
  }
  .insNav__link {
    padding: 38px 10px;
  }
  .insNav__link_active { 
    padding: 38px 10px 15px;
  }
  .smallSlider .bx-controls-direction a {
    top: -1%;
  }
  .about__row {
    width: 46%;
    float: left;
    margin: 0 2% 4%;
  }
  .smallSlider,
  .post {
    float: none;
    width: 100%;
    margin: 0;
  }
  .smallSlider {
    margin-bottom: 2.5%;
  }
  .post__title {
    padding-left: 5%;
  }
  
  .wrapLayerTitle_nargileler, .wrapLayerTitle_tutunler {
  	width: 150px; height: 150px; margin-left: -75px;
  	margin-top: -45px;
  }
    
}

@media screen and (max-width: 1100px) {
	.headerSocialLang .insSocial { display: none; }
}

@media screen and (max-width: 940px) {
/* 	.nav_thirdType { display: none !important; } */
  .insNav__link.insNav__link_thirdType {
  	padding: 5px 10px;
  }
  body.tutunler .insNav__link.insNav__link_thirdType {
	padding: 19px 10px;
  }
}

@media screen and (max-width: 880px) {
  .insNav__item_insSocial, .insNav__item_secondType_insSocial {
  	display: none;
  }
}

/* MAX-WIDTH: 800PX */
@media screen and (max-width: 800px) {
  .insNav__item {
    width: 20%;
  }
  .openBlogHeader .container {
    height: 480px;
  }
  .wrapBlogPost {
    width: 34%;
  }
  .nav_secondType {
    height: auto;
  }
  .insNav__link_secondType {
    /* padding: 20px 10px; */ padding: 13px 10px;
  }
  .insNav__link_secondType.insNav__link_active {
	/* padding: 20px 10px 10px; */ padding: 13px 10px 10px;
  }  
  .subNav_secondType {
    top: 59px;
  }
  .event {
    float: left;
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .event__image,
  .event__container {
    float: none;
    width: 100%;
  }
}
/* MAX-WIDTH: 768PX */
@media screen and (max-width: 768px) {
  .insNav__item {
    width: 25%;
  }
  
  .testimonialblock .wrapLayerTitle_nargileler_meduse, .testimonialblock .wrapLayerTitle_tutunler_meduse { left: 30%; margin-top: -135px !important; }
  .testimonialblock .wrapLayerTitle_nargileler_fumo, .testimonialblock .wrapLayerTitle_tutunler_alfakher { left: 30%; margin-top: 45px !important; }
  .testimonialblock .wrapLayerTitle_nargileler_turkish, .testimonialblock .wrapLayerTitle_tutunler_starbuzz { left: 70%; margin-top: -135px !important; }
  .testimonialblock .wrapLayerTitle_nargileler_arabic, .testimonialblock .wrapLayerTitle_tutunler_argelini { left: 70%; margin-top: 45px !important; }
  
  .nargileler .wrapLayerTitle_nargileler_meduse, .tutunler .wrapLayerTitle_tutunler_meduse { left: 30%; margin-top: -80px !important; }
  .nargileler .wrapLayerTitle_nargileler_fumo, .tutunler .wrapLayerTitle_tutunler_alfakher { left: 30%; margin-top: 80px !important; }
  .nargileler .wrapLayerTitle_nargileler_turkish, .tutunler .wrapLayerTitle_tutunler_starbuzz { left: 70%; margin-top: -80px !important; }
  .nargileler .wrapLayerTitle_nargileler_arabic, .tutunler .wrapLayerTitle_tutunler_argelini { left: 70%; margin-top: 80px !important; }
  
  .menuItems__last { margin-bottom: 8%; }
  .bg_nargileler__main, .bg_tutunler__main { min-height: 280px !important; }
    
  .pageHeader_homegeneral { padding: 5% 0; }
  .menuItem {width: 48%}
  .galleryItem__title { font-size: 1.2em; }

}
/* MAX-WIDTH: 600PX */
@media screen and (max-width: 600px) {
  .about__row {
    float: none;
    width: 80%;
    margin: 0 auto 4% auto;
  }
  .testimonialblock .testimonialslider {
    width: 300px;
  }
  .testimonialblock .testimonialslider ul.slides li .testimonialitem {
    width: 300px;
    height: 600px;
  }
  .smallSlider,
  .post {
    width: 100%;
    float: none;
  }
  .menuList__item {
    width: 46.8%;
  }
  .content {
    width: 96%;
    float: none;
    margin: 0 2%;
    padding: 31px 0 95px;
  }
  .sidebar {
    width: 96%;
    float: none;
    margin: 0 2%;
    padding: 40px 0;
  }
  .widget {
    width: 45%;
    margin: 0 2% 11.1111111111% 2%;
    display: inline-block;
    vertical-align: top;
  }
  .openBlogHeader .container {
    height: 380px;
  }
  .teamMember {
    width: 50%;
  }
  .wrapLayerTitle, .wrapLayerTitle_menu {
    width: 320px;
    height: 320px;
    /* margin-left: -155px; */ margin-left: -160px;
    margin-top: -160px;
  }
  .wrapLayerTitle_menu { margin-top: 30px; }
  .testimonialblock .testimonialslider .slides {
    height: 360px;
  }
  .wrapBlogPost {
    width: 43%;
  }
}
/* MAX-WIDTH: 568PX */
@media screen and (max-width: 568px) {
  .wrapInsBlogItem {
    position: initial;
    width: 94%;
    margin: 0 auto;
  }
  .insBlogItem {
    background: rgba(255, 255, 255, 0.8);
  }
  .insBlogItem__header span {
    color: #3c2820;
  }
  .insBlogItem__date {
    color: #3c2820;
  }
  .insContact {
    position: initial;
    width: 100%;
    margin: 0 auto;
  }
  .insContact__image {
    width: 100%;
/*     min-height: 285px; */
    min-height: 363px;
    margin: 1.5% 2% 10.5% 0;
    float: none;
  }
  .insContact__form {
    width: 100%;
    float: none;
    margin: 0;
    padding: 2.050847%;
  }
  .contact .container {
    height: auto;
    padding: 10% 0;
  }
  .form input {
    width: 100%;
    margin-bottom: 4.74576271186%;
  }
  .form textarea {
    margin-top: 0;
  }
  .galleryItem {
    width: 48%; margin: 1%;
  }
  .menuItems { margin: 0.5% 0 8.5% .9%; }
  .menuItem {
    /* width: 88%; */ width: 98%;
  }
  .nav_firstType {
    display: none;
  }
  .navToggle {
    display: block;
  }
  .logo {
    margin: 8.7% 8.7% 15%;
  }
  .event {
    float: none;
    width: 100%;
    margin: 0 0 2% 0;
  }
  .event__image {
    min-height: 325px;
  }
  .subNav {
    display: none !important;
  }
  .nav.nav_secondType ul.insNav { display: none; }
  .nav_thirdType { display: none !important; }
  .footer__entry { display: none; }
}
/* MAX-WIDTH: 480PX */
@media screen and (max-width: 480px) {
  .openBlogHeader .container {
    height: 280px;
  }
  .comments {
    padding-left: 0;
  }
  .insNav__item_secondType {
    width: 35%;
  }
  .insNav__link_secondType {
    padding: 10px;
  }
  .insNav__link_active, .insNav__link_secondType.insNav__link_active {
	padding: 10px 10px 5px;
  }
  .insPageHeader__title {
	  font-size: 2em;
  }
  .wrapLayerTitle, .wrapLayerTitle_menu {
    width: 290px;
    height: 290px;
    margin-left: -145px;
    margin-top: -145px;
  }
  .wrapLayerTitle_menu { margin-top: 20px; }
  .testimonialblock .testimonialslider .slides {
    height: 330px;
  }
/*
  .wrapLayerTitle_nargileler, .wrapLayerTitle_tutunler {
  	width: 75px; height: 75px; margin-left: -37.5px;
  	margin-top: -65px;
  }
*/
  .wrapLayerTitle_nargileler, .wrapLayerTitle_tutunler {
  	width: 100px; height: 100px; margin-left: -50px;
  	margin-top: -25px;
  }
  
  .bg_nargileler__main, .bg_tutunler__main { height: 20%; min-height: 120px; }
  .wrapLayerTitle_nargileler.wrapLayerTitle_nargileler__main { top:40%; }
  .wrapLayerTitle_tutunler.wrapLayerTitle_tutunler__main { top:40%; }
  
  .nargileler .wrapLayerTitle_nargileler_meduse, .tutunler .wrapLayerTitle_tutunler_meduse { left: 30%; margin-top: -80px !important; }
  .nargileler .wrapLayerTitle_nargileler_fumo, .tutunler .wrapLayerTitle_tutunler_alfakher { left: 30%; margin-top: 40px !important; }
  .nargileler .wrapLayerTitle_nargileler_turkish, .tutunler .wrapLayerTitle_tutunler_starbuzz { left: 70%; margin-top: -80px !important; }
  .nargileler .wrapLayerTitle_nargileler_arabic, .tutunler .wrapLayerTitle_tutunler_argelini { left: 70%; margin-top: 40px !important; }

  .menuItems { margin: 0.5% 0 11.5% .9%; }
  .menuItems .menu-flex-slider .flex-control-nav li { margin-right: 3px; margin-left: 3px; }
  .menuItem {
    width: 90%;
  }
  .pageHeader_team .imgdiv { float: none; margin: 15px auto 0 auto; }
  .pageHeader_team .textp { text-align: inherit; }
  .pageHeader_homegeneral { padding: 20% 0; }
  
  .insPageHeader:before, .insPageHeader:after { width: 250px; margin-left: -125px; }
  .menuItem { width: 100%; margin: 1% auto; }
  
  .enlarge_on_mobile { width: 100%;height: auto; margin: 0 auto; overflow: hidden; }
  .enlarge_on_mobile img { position: relative; left: -25%; max-height: 100%; max-width: 150%; }
  
  
  .calisma_ortaklari span { display: inline-block; width: 150px; text-align: center; }
  .footerMiddle .container img.firstyear{ margin-top: 45px; }

}

@media screen and (max-width:407px)  {
	.collection__item { margin-top:20px; }
	.collection__item_even .collection__item_image { margin-top:0px; }
}

@media screen and (max-width: 345px) {
	.footerMiddle .container img.firstyear { margin-top: 65px;}
}

/* MAX-WIDTH: 320PX */
@media screen and (max-width: 320px) {
  .about__row {
    width: 100%;
    margin-bottom: 10%;
  }
  .wrapInsBlogItem {
    width: 100%;
  }
  .insContact {
    width: 88%;
  }
  .insContact__image {
    min-height: 225px;
  }
  .galleryItem {
    width: 100%; margin: 5px 0;
  }
  .menuList__item {
    width: 100%;
    margin: 0 3% 3% 3%;
  }
  .insOpenBlogHeader {
    margin-left: -155px;
  }
  .insOpenBlogHeader__title {
    font-size: 2.5625em;
  }
  .marginLeft_secondType {
    margin: 0;
  }
  .widget {
    width: 96%;
  }
  .teamMember {
    width: 100%;
  }
  .insNav__item {
    width: 94%;
  }
  .insLayerTitle {
    line-height: .8;
  }
  .wrapBlogPost {
    width: 87%;
  }
/*   .menuItem { width: 87%; } */
  .event__container {
    min-height: 475px;
  }
  .nargileler .container {
	  /* padding: 0 5px; */
  }
  .nargileler .container .description p {
	  padding: 0 15px;
  }
}