/*!
 * SLEEPY.COM.TR - 08/11/2018
 * Web Developer: Ferdi Tarakci / ferditarakci.com
 * Web Design : Erdogan Cakmak / erdogancakmak.com
 */
@import url("animate.min.css");
@import url("revolution.css");
@import url("owl.carousel.css");
@import url("../lightgallery/css/lightgallery.min.css");
.ft-three-bounce .ft-bounce2 {
  background-color: #cb5193;
}


.ft-three-bounce .ft-bounce1,
.ft-three-bounce .ft-bounce3 {
  background-color: #3b2482;
}

body,
input,
select,
textarea,
button,
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', Arial, Tahoma;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  background: #fff;
}

body {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3b;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 600;
}

a {
  color: #3a3a3b;
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
}
a:hover {
  color: #000;
}

.form {
  position: relative;
  float: left;
  width: 100%;
}

.label-div,
.label-divs {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.label-div > span,
.label-div > div,
.label-divs > span,
.label-divs > div {
  position: relative;
  float: left;
  width: 100%;
}

.label-divs {
  width: 102%;
  margin-left: -2%;
}
.label-divs .label-div {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 0;
}

select, textarea, input[type="text"] {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 28px;
  margin: 0;
  padding: 12px 20px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  font-weight: 400;
  color: #4f504e;
  background: #fff;
  border-radius: 6px;
  box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
select:focus,
textarea:focus,
input[type="text"]:focus {
  color: #2f3032;
  border-color: #8bcdfb;
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.error select,
.error textarea,
.error input[type="text"] {
  color: #2f3032;
  border-color: #f00;
  box-shadow: 0 0 8px rgba(236, 82, 82, 0.6);
}

textarea {
  min-height: 120px;
  height: 120px;
}

select {
  color: #666;
  background-image: url(../images/select_arrow_gray.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-position: -webkit-calc(100% - 15px) 50%;
  background-position: calc(100% - 15px) 50%;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.r2x select {
  background-image: url(../images/select_arrow_gray@2x.png);
}
.r3x select {
  background-image: url(../images/select_arrow_gray@3x.png);
}
select.s1 {
  color: #333;
}
.ie select::-ms-expand {
  display: none;
}

.submit-button {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.submit-button[disabled] {
  pointer-events: none;
  opacity: 0.4;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.submit-button span {
  display: block;
  padding: 14px 80px 14px 40px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #3b2482;
  text-align: center;
  border-radius: 26px;
  background: #ffcd16 url(../images/readmore_black.png) no-repeat 90% 50%;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x .submit-button span {
  background-image: url(../images/readmore_black@2x.png);
}
.r3x .submit-button span {
  background-image: url(../images/readmore_black@3x.png);
}
.submit-button:hover span {
  background-color: #ffba16;
}

.captcha {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 160px;
}
.captcha .cw {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  margin: 0;
}
.captcha .cw > span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
}
.captcha img {
  display: block;
  width: 104%;
  height: 112%;
  margin: -2% 0 0 -2%;
}
.captcha a {
  padding-left: 3px;
  font-size: 12px;
}

::-webkit-input-placeholder {
  color: #4f504e;
}

::-moz-placeholder {
  color: #4f504e;
}

:-ms-input-placeholder {
  color: #4f504e;
}

:-moz-placeholder {
  color: #4f504e;
}

/*
======================================================
	HEADER
======================================================
*/
#site-wrap {
  padding-top: 136px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fixed #header {
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.25);
}
#header .container_12 {
  height: 100%;
}
#header .container_12 > .grid_4 {
  width: 20%;
  height: 100%;
}
#header .container_12 > .grid_8 {
  width: 80%;
  height: 100%;
}
#header .top-bar,
#header .bottom-bar,
#header .res-bar {
  position: relative;
  z-index: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#header .top-bar {
  height: 58px;
  padding: 14px 0;
  background-color: #fff;
}
#header .bottom-bar {
  height: 78px;
  background-color: #7c65e7;
  box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.2);
}
#header .res-bar {
  display: none;
}
#header .r {
  float: right;
  height: 100%;
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#header .logo::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 340px;
  height: 78px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  pointer-events: none;
  background: url(../images/logo_shadow.png) no-repeat 50%;
  background-size: auto 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#header .logo a {
  position: relative;
  display: block;
  width: 186px;
  height: 186px;
  text-decoration: none;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x #header .logo a {
  background-image: url(../images/logo@2x.png);
}
.r3x #header .logo a {
  background-image: url(../images/logo@3x.png);
}
#header .info {
  float: left;
  margin: 2px 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#header .info > div {
  float: left;
}
#header .info a,
#header .info span {
  float: left;
  margin: 3px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #111416;
  text-align: right;
  text-decoration: none;
  background: none no-repeat 0 50%;
  background-size: auto 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#header .info a:hover {
  color: #000;
}
#header .info .phone {
  font-weight: 700;
  padding-left: 20px;
  background-image: url(../images/header_phone.png);
}
.r2x #header .info .phone {
  background-image: url(../images/header_phone@2x.png);
}
.r3x #header .info .phone {
  background-image: url(../images/header_phone@3x.png);
}
#header .info .mail {
  padding-left: 20px;
  background-image: url(../images/header_mail.png);
}
.r2x #header .info .mail {
  background-image: url(../images/header_mail@2x.png);
}
.r3x #header .info .mail {
  background-image: url(../images/header_mail@3x.png);
}
#header .info .divider {
  width: 1px;
  height: 14px;
  margin: 6px 15px;
  background-color: #9b89f3;
}
#header .main-nav {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  padding: 14px 0;
}
#header .main-nav > ul {
  float: right;
  height: 100%;
}
#header .main-nav > ul > li {
  position: relative;
  float: left;
  margin-left: 5px;
}

a.online-market img {
    max-width: 21px;
}

#header .main-nav > ul > li > a {
  position: relative;
  display: block;
  line-height: 20px;
  padding: 15px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  border-radius: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#header .main-nav > ul > li > a > span {
  position: relative;
  z-index: 1;
}
#header .main-nav > ul > li:hover > a, #header .main-nav > ul > li.selected > a {
  background-color: #9f8df3;
}
#header .main-nav > ul > li.online-market > a {
  color: #3b2482;
  background-color: #ffcd16;
}
#header .main-nav > ul > li.online-market:hover > a {
  background-color: #ffba16;
}
#header .main-nav > ul ul {
  display: none !important;
}

/*
======================================================
	// HEADER
======================================================
*/
/*
======================================================
	MAIN SLIDER
======================================================
*/
#main-slider {
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  background-color: #cfcaed;
}
#main-slider .tp-banner {
  max-width: 2560px;
  max-height: 1120px;
}
#main-slider .tp-bullets.simplebullets.round {
  display: none !important;
  right: 20px !important;
  width: 14px !important;
}
#main-slider .tp-bullets.simplebullets.round .container {
  width: 100% !important;
  padding: 0 !important;
}
#main-slider .tp-bullets.simplebullets.round .bullet {
  float: none;
  width: 14px;
  height: 14px;
  margin: 5px 0;
  border-radius: 50%;
  border: 2px solid #7c65e7;
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-slider .tp-bullets.simplebullets.round .bullet.selected {
  background: #7c65e7;
}
#main-slider .tp-leftarrow.default,
#main-slider .tp-rightarrow.default {
  top: 50% !important;
  width: 72px;
  height: 72px;
  margin-top: -50px !important;
  opacity: 1;
  border-radius: 50%;
  background: #fff none no-repeat 50%;
  background-size: 11px 16px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-slider .tp-leftarrow.default:hover,
#main-slider .tp-rightarrow.default:hover {
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.4);
}
#main-slider .tp-leftarrow.default {
  background-image: url(../images/slider_prev.png);
}
.r2x #main-slider .tp-leftarrow.default {
  background-image: url(../images/slider_prev@2x.png);
}
.r3x #main-slider .tp-leftarrow.default {
  background-image: url(../images/slider_prev@3x.png);
}
#main-slider .tp-rightarrow.default {
  background-image: url(../images/slider_next.png);
}
.r2x #main-slider .tp-rightarrow.default {
  background-image: url(../images/slider_next@2x.png);
}
.r3x #main-slider .tp-rightarrow.default {
  background-image: url(../images/slider_next@3x.png);
}
#main-slider .tp-arr-subtitleholder {
  display: none;
}
#main-slider .tp-caption.slidelink {
  left: 0 !important;
  top: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#main-slider .tp_text {
  max-width: 500px;
  white-space: normal !important;
  line-height: 1.2 !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: rgba(56, 33, 129, 0.8) !important;
  letter-spacing: -0.25px !important;
}
#main-slider .tp_text * {
  margin: 0;
}
#main-slider .tp_text h2 {
  position: relative;
  margin: 0;
  line-height: 1.2;
  font-family: 'Shrikhand', cursive;
  font-size: 52px;
  font-weight: 400;
  color: #9f8df3;
  text-transform: lowercase;
  white-space: nowrap !important;
  letter-spacing: -0.25px !important;
}
#main-slider .tp_text h2 strong {
  display: block;
  font-size: 61px;
  color: #7c65e7;
}
#main-slider .tp_text h2 + p {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}
#main-slider .btns {
  margin-top: 30px;
  white-space: nowrap;
  text-align: left;
}
#main-slider .btns a {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 56px 14px 36px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #3b2482;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background: #ffcd16 url(../images/readmore_purple.png) no-repeat 90% 50%;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-slider .btns a:hover {
  background-color: #ffba16;
}
.r2x #main-slider .btns a {
  background-image: url(../images/readmore_purple@2x.png);
}
.r3x #main-slider .btns a {
  background-image: url(../images/readmore_purple@3x.png);
}

/*
======================================================
	// MAIN SLIDER
======================================================
*/
/*
======================================================
	MAIN FOOTER SLIDER
======================================================
*/
#main-footer-slider {
  position: relative;
  z-index: -1;
  background-color: #e4e0f8;
}
#main-footer-slider .tp-banner {
  max-width: 2560px;
  max-height: 620px;
}
#main-footer-slider .tp-bullets.simplebullets.round {
  width: 14px !important;
  padding: 180px 0;
}
#main-footer-slider .tp-bullets.simplebullets.round::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 176px;
  margin-left: -1px;
  content: "";
  background: -moz-linear-gradient(top, rgba(215, 208, 248, 0) 0%, #d7d0f8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(215, 208, 248, 0)), color-stop(100%, #d7d0f8));
  background: -webkit-linear-gradient(top, rgba(215, 208, 248, 0) 0%, #d7d0f8 100%);
  background: -o-linear-gradient(top, rgba(215, 208, 248, 0) 0%, #d7d0f8 100%);
  background: -ms-linear-gradient(top, rgba(215, 208, 248, 0) 0%, #d7d0f8 100%);
  background: linear-gradient(to bottom, rgba(215, 208, 248, 0) 0%, #d7d0f8 100%);
}
#main-footer-slider .tp-bullets.simplebullets.round::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 176px;
  margin-left: -1px;
  content: "";
  background: -moz-linear-gradient(top, #d7d0f8 0%, rgba(215, 208, 248, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d7d0f8), color-stop(100%, rgba(215, 208, 248, 0)));
  background: -webkit-linear-gradient(top, #d7d0f8 0%, rgba(215, 208, 248, 0) 100%);
  background: -o-linear-gradient(top, #d7d0f8 0%, rgba(215, 208, 248, 0) 100%);
  background: -ms-linear-gradient(top, #d7d0f8 0%, rgba(215, 208, 248, 0) 100%);
  background: linear-gradient(to bottom, #d7d0f8 0%, rgba(215, 208, 248, 0) 100%);
}
#main-footer-slider .tp-bullets.simplebullets.round .container {
  width: 100% !important;
  padding: 0 !important;
}
#main-footer-slider .tp-bullets.simplebullets.round .bullet {
  float: none;
  width: 14px;
  height: 14px;
  margin: 5px 0;
  border-radius: 50%;
  border: 2px solid #7c65e7;
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-footer-slider .tp-bullets.simplebullets.round .bullet.selected {
  background: #7c65e7;
}
@media only screen and (max-width: 1440px) {
  #main-footer-slider .tp-bullets.simplebullets.round {
    left: 20px !important;
  }
}
#main-footer-slider .tp-leftarrow.default,
#main-footer-slider .tp-rightarrow.default {
  display: none !important;
  top: 50% !important;
  width: 72px;
  height: 72px;
  margin-top: -50px !important;
  opacity: 1;
  border-radius: 50%;
  background: #fff url(../images/slider_prev.png) no-repeat 50%;
  background-size: 11px 16px;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-footer-slider .tp-leftarrow.default:hover,
#main-footer-slider .tp-rightarrow.default:hover {
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.4);
}
#main-footer-slider .tp-rightarrow.default {
  background-image: url(../images/slider_next.png);
}
#main-footer-slider .tp-arr-subtitleholder {
  display: none;
}
#main-footer-slider .tp-caption.slidelink {
  left: 0 !important;
  top: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#main-footer-slider .tp_text {
  white-space: normal !important;
  line-height: 1.2 !important;
  font-size: 16px;
  font-weight: 400 !important;
  color: #382181 !important;
  letter-spacing: -0.25px !important;
}
#main-footer-slider .tp_text * {
  margin: 0;
}
#main-footer-slider .tp_text .grid_12 {
  position: absolute;
  left: 40px;
  bottom: 300px;
  width: 580px;
  max-width: 80%;
}
#main-footer-slider .tp_text h2 {
  position: relative;
  margin: 0;
  line-height: 1.2;
  font-family: 'Shrikhand', cursive;
  font-size: 52px;
  font-weight: 400;
  color: #7c65e7;
  text-transform: lowercase;
  white-space: nowrap !important;
  letter-spacing: -0.25px !important;
}
#main-footer-slider .tp_text h2 span {
  display: block;
  color: #9f8df3;
}
#main-footer-slider .tp_text h2 span + span {
  color: #7c65e7;
}
#main-footer-slider .tp_text h2 + p {
  margin-top: 10px;
  margin-bottom: 0;
}
#main-footer-slider .btns {
  margin-top: 30px;
  white-space: nowrap;
  text-align: left;
}
#main-footer-slider .btns a {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 56px 14px 36px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background: #80af00 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-footer-slider .btns a:hover {
  background-color: #698f01;
}
.r2x #main-footer-slider .btns a {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #main-footer-slider .btns a {
  background-image: url(../images/readmore_white@3x.png);
}
#main-footer-slider.s2 {
  background-color: #cbd6b4;
}
#main-footer-slider.s2 .tp-bullets.simplebullets.round::before {
  background: -moz-linear-gradient(top, rgba(202, 214, 175, 0) 0%, #cad6af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(202, 214, 175, 0)), color-stop(100%, #cad6af));
  background: -webkit-linear-gradient(top, rgba(202, 214, 175, 0) 0%, #cad6af 100%);
  background: -o-linear-gradient(top, rgba(202, 214, 175, 0) 0%, #cad6af 100%);
  background: -ms-linear-gradient(top, rgba(202, 214, 175, 0) 0%, #cad6af 100%);
  background: linear-gradient(to bottom, rgba(202, 214, 175, 0) 0%, #cad6af 100%);
}
#main-footer-slider.s2 .tp-bullets.simplebullets.round::after {
  background: -moz-linear-gradient(top, #cad6af 0%, rgba(202, 214, 175, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cad6af), color-stop(100%, rgba(202, 214, 175, 0)));
  background: -webkit-linear-gradient(top, #cad6af 0%, rgba(202, 214, 175, 0) 100%);
  background: -o-linear-gradient(top, #cad6af 0%, rgba(202, 214, 175, 0) 100%);
  background: -ms-linear-gradient(top, #cad6af 0%, rgba(202, 214, 175, 0) 100%);
  background: linear-gradient(to bottom, #cad6af 0%, rgba(202, 214, 175, 0) 100%);
}
#main-footer-slider.s2 .tp-bullets.simplebullets.round .bullet {
  border-color: #638918;
}
#main-footer-slider.s2 .tp-bullets.simplebullets.round.selected {
  background: #638918;
}
#main-footer-slider.s2 .btns a {
  background-color: #638918;
}
#main-footer-slider.s2 .btns a:hover {
  background-color: #79a423;
}

/*
======================================================
	// MAIN FOOTER SLIDER
======================================================
*/
/*
======================================================
	MAIN VERTICAL CAROUSEL
======================================================
*/
#main-vCarousel {
  position: relative;
  z-index: 0;
  margin-top: -40px;
  margin-bottom: 80px;
}
#main-vCarousel .inner {
  position: relative;
  z-index: 0;
  min-height: 430px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #aa9dea;
}
#main-vCarousel .inner::before, #main-vCarousel .inner::after {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 154px;
  margin-bottom: -1px;
  content: "";
  pointer-events: none;
  background: url(../images/main_vc1.png) no-repeat 50%;
  background-size: auto 100%;
}
#main-vCarousel .inner::after {
  top: 100%;
  bottom: auto;
  margin-top: -1px;
  margin-bottom: 0;
  background-image: url(../images/main_vc2.png);
}
#main-vCarousel a {
  text-decoration: none;
}
#main-vCarousel .verticalCarousel {
  margin-left: -180px;
  margin-right: 0;
}
#main-vCarousel .verticalCarouselHeader {
  display: none;
}
#main-vCarousel .vc_container {
  position: relative;
  overflow: hidden;
  -moz-transition: height 0.2s ease-in;
  -o-transition: height 0.2s ease-in;
  -webkit-transition: height 0.2s ease-in;
  transition: height 0.2s ease-in;
}
#main-vCarousel #vertical-carousel-image {
  position: absolute;
}
#main-vCarousel .vc_container > a {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 580px;
}
#main-vCarousel .vc_container > a img {
  display: block;
  width: 100%;
}
#main-vCarousel .points {
  position: absolute;
  left: 346px;
  top: -10px;
  z-index: 1;
  width: 47px;
  height: 398px;
  content: "";
  background: url(../images/vertical_carousel_points.png) no-repeat;
}
#main-vCarousel .vc_list {
  position: relative;
  float: left;
  width: 720px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-vCarousel .vc_list .item {
  float: left;
  width: 100%;
  height: 122px;
  margin: 0 0 2px;
  padding: 20px 220px 20px 220px;
  text-align: right;
  color: #fff;
  cursor: pointer;
  background: -moz-linear-gradient(left, rgba(162, 147, 233, 0) 0%, #a293e9 30%, #a293e9 70%, rgba(162, 147, 233, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(162, 147, 233, 0)), color-stop(30%, #a293e9), color-stop(70%, #a293e9), color-stop(100%, rgba(162, 147, 233, 0)));
  background: -webkit-linear-gradient(left, rgba(162, 147, 233, 0) 0%, #a293e9 30%, #a293e9 70%, rgba(162, 147, 233, 0) 100%);
  background: -o-linear-gradient(left, rgba(162, 147, 233, 0) 0%, #a293e9 30%, #a293e9 70%, rgba(162, 147, 233, 0) 100%);
  background: -ms-linear-gradient(left, rgba(162, 147, 233, 0) 0%, #a293e9 30%, #a293e9 70%, rgba(162, 147, 233, 0) 100%);
  background: linear-gradient(to right, rgba(162, 147, 233, 0) 0%, #a293e9 30%, #a293e9 70%, rgba(162, 147, 233, 0) 100%);
}
#main-vCarousel .vc_list .item.active {
  background: -moz-linear-gradient(left, rgba(206, 133, 197, 0) 0%, #ce85c5 30%, #ce85c5 70%, rgba(206, 133, 197, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(206, 133, 197, 0)), color-stop(30%, #ce85c5), color-stop(70%, #ce85c5), color-stop(100%, rgba(206, 133, 197, 0)));
  background: -webkit-linear-gradient(left, rgba(206, 133, 197, 0) 0%, #ce85c5 30%, #ce85c5 70%, rgba(206, 133, 197, 0) 100%);
  background: -o-linear-gradient(left, rgba(206, 133, 197, 0) 0%, #ce85c5 30%, #ce85c5 70%, rgba(206, 133, 197, 0) 100%);
  background: -ms-linear-gradient(left, rgba(206, 133, 197, 0) 0%, #ce85c5 30%, #ce85c5 70%, rgba(206, 133, 197, 0) 100%);
  background: linear-gradient(to right, rgba(206, 133, 197, 0) 0%, #ce85c5 30%, #ce85c5 70%, rgba(206, 133, 197, 0) 100%);
}
#main-vCarousel .vc_list .item-inner {
  position: relative;
  height: 100%;
}
#main-vCarousel .vc_list .item h3 {
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.7;
  color: #fff;
  letter-spacing: -0.25px;
}
#main-vCarousel .vc_list .item.active h3 {
  opacity: 1;
  font-size: 18px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-vCarousel .vc_list .item p {
  margin: 5px 0 0;
  line-height: 1.3;
  font-size: 13px;
  color: #fff;
  opacity: 0.77;
}
#main-vCarousel .vc_list .item.active p {
  opacity: 1;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-vCarousel .vc_list .item .image {
  display: none;
}
#main-vCarousel .vc_list .number {
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  line-height: 62px;
  font-family: 'Shrikhand', cursive;
  font-size: 24px;
  color: #3b2482;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
#main-vCarousel .vc_list .number::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
  border: 18px solid transparent;
  content: "";
}
#main-vCarousel .vc_list .item.active .number {
  right: -120px;
  width: 98px;
  height: 98px;
  margin-top: -49px;
  line-height: 98px;
  font-size: 40px;
  color: #fff;
  background-color: #3b2482;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-vCarousel .vc_list .item.active .number::after {
  right: -30px;
  border-left-color: #3b2482;
  -webkit-transition: all .3s linear .3s;
  transition: all .3s linear .3s;
}
#main-vCarousel .item {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 2px;
  padding: 20px 220px 20px 220px;
  text-align: right;
  color: #fff;
  cursor: pointer;
}
#main-vCarousel .owl-carousel {
  display: none !important;
}
#main-vCarousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main-vCarousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  padding: 0 20px;
}
#main-vCarousel .owl-item .item {
  margin: 0;
  padding: 0;
  text-align: center;
}
#main-vCarousel .owl-item .image {
  margin-bottom: 60px;
}
#main-vCarousel .owl-item .text {
  position: relative;
  padding-top: 60px;
}
#main-vCarousel .owl-item h3 {
  position: relative;
  margin: 0;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.25px;
}
#main-vCarousel .owl-item p {
  margin: 5px 0 0;
  line-height: 1.3;
  font-size: 13px;
  color: #fff;
  opacity: 0.77;
}
#main-vCarousel .owl-item .number {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -44px;
  line-height: 62px;
  font-family: 'Shrikhand', cursive;
  font-size: 24px;
  color: #3b2482;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
#main-vCarousel .owl-item .number::after {
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  content: "";
}

/*
======================================================
	// MAIN VERTICAL CAROUSEL
======================================================
*/
/*
======================================================
	MAIN CAROUSEL
======================================================
*/
#main-carousel {
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}
#main-carousel .section-title::before {
  background-image: url(../images/icon5.svg);
}
#main-carousel a {
  text-decoration: none;
}
#main-carousel .owl-wrapper {
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}
#main-carousel .owl-carousel {
  float: left;
  display: block;
}
#main-carousel .owl-stage-outer {
  overflow: visible;
}
#main-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  z-index: 0;
  padding: 35px 5px;
  opacity: 0;
  -webkit-transition: opacity .75s linear;
  transition: opacity .75s linear;
}
#main-carousel .owl-item.active {
  opacity: 1;
}
#main-carousel .owl-item:hover {
  z-index: 1;
}
#main-carousel .item {
  position: relative;
  float: left;
  padding-bottom: 50px;
}
#main-carousel .item:hover::after {
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  z-index: -1;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  content: "";
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
#main-carousel .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #f5f5f5;
  background: #f1f1f1 url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-carousel .item .image span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background: none no-repeat 50%;
  background-size: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-carousel .item .image img {
  display: none !important;
}
#main-carousel .item:hover .image span {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#main-carousel .item h3 {
  position: relative;
  min-height: 56px;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 20px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
  color: #383b41;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#main-carousel .item h3::before, #main-carousel .item h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 130px;
  content: "";
  border-bottom: 2px solid #f8db6c;
}
#main-carousel .item h3::after {
  left: 133px;
  width: 8px;
}
#main-carousel .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
  color: rgba(32, 32, 33, 0.8);
  text-align: left;
}
#main-carousel .item .readmore {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px 2px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #383b41;
  text-decoration: none;
  background: url(../images/readmore_orange.png) no-repeat 100% 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x #main-carousel .item .readmore {
  background-image: url(../images/readmore_orange@2x.png);
}
.r3x #main-carousel .item .readmore {
  background-image: url(../images/readmore_orange@3x.png);
}
#main-carousel .owl-carousel .owl-nav {
  display: none;
}
#main-carousel .owlNav {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
}
#main-carousel .owlNav .owl-next,
#main-carousel .owlNav .owl-prev {
  float: left;
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  border-radius: 18px;
  background: #aa9dea url(../images/owl_prev.png) no-repeat 50%;
  background-size: 9px 12px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-carousel .owlNav .owl-next:hover,
#main-carousel .owlNav .owl-prev:hover {
  background-color: #9f8df3;
}
#main-carousel .owlNav .owl-next {
  margin-left: 5px;
  background-image: url(../images/owl_next.png);
}
#main-carousel .owl-dots {
  display: none;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#main-carousel .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: 3px;
  margin-right: 3px;
  border: 2px solid #aa9dea;
  border-radius: 50%;
  background: #aa9dea;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-carousel .owl-dot.active {
  border-color: #9f8df3;
  background: #fff;
}

/*
======================================================
	// MAIN CAROUSEL
======================================================
*/
/*
======================================================
	MAIN TEXT
======================================================
*/
#main-text {
  position: relative;
  z-index: 0;
}
#main-text .inner,
#main-text .container_12,
#main-text .container_12 > div {
  height: 100%;
}
#main-text .container_12 > div {
  padding: 0 10px 0 70px;
}
#main-text .inner {
  position: relative;
  height: 360px;
  background: url(../images/main_text_bg.jpg) no-repeat 50%;
  background-size: auto 100%;
}
#main-text .circles-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -146px;
  width: 800px;
  height: 100%;
}
#main-text .circles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main-text .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  border: 60px solid #a89be8;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-name: circle;
  animation-name: circle;
}
#main-text .image {
  position: absolute;
  right: 8px;
  bottom: -14px;
  z-index: 1;
  width: 492px;
  height: 400px;
  background: url(../images/main_text_image.png) no-repeat;
  background-size: 100%;
}
#main-text .tb {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#main-text .text {
  float: left;
  width: 420px;
  max-width: 100%;
}
#main-text h2 {
  position: relative;
  z-index: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Shrikhand', cursive;
  font-size: 36px;
  font-weight: 400;
  color: #7c65e7;
  text-align: center;
  letter-spacing: -0.25px;
}
#main-text h2 strong {
  display: block;
  font-size: 78px;
  font-weight: 400;
}
#main-text p {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: rgba(51, 27, 125, 0.8);
  text-align: center;
}
#main-text .btns {
  margin-top: 30px;
  white-space: nowrap;
  text-align: center;
}
#main-text .btns a {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 56px 14px 36px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background: #7c65e7 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#main-text .btns a:hover {
  background-color: #9f8df3;
}
.r2x #main-text .btns a {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #main-text .btns a {
  background-image: url(../images/readmore_white@3x.png);
}

/*
======================================================
	// MAIN TEXT
======================================================
*/
@-webkit-keyframes circle {
  from {
    -webkit-transform: scale3d(0.46, 0.46, 0.46);
    transform: scale3d(0.46, 0.46, 0.46);
  }
  to {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0;
  }
}
@keyframes circle {
  from {
    -webkit-transform: scale3d(0.46, 0.46, 0.46);
    transform: scale3d(0.46, 0.46, 0.46);
  }
  to {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    opacity: 0;
  }
}
/*
======================================================
	PAGINATION
======================================================
*/
.pagination {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #fff;
}
.pagination > div {
  display: inline-block;
  vertical-align: top;
}
.pagination > div select {
  display: none;
  width: 120px;
}
.pagination > div a {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 40px;
  margin: 8px 4px;
  font-family: 'Shrikhand', cursive;
  font-size: 24px;
  font-weight: 400;
  color: #9f8df3;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid #9f8df3;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.pagination > div a:hover,
.pagination > div a.selected {
  color: #fff;
  border-color: #9f8df3;
  background-color: #9f8df3;
}
.pagination > div a.selected {
  pointer-events: none;
  width: 58px;
  height: 58px;
  line-height: 56px;
  margin: 0 4px;
}
.pagination .pagiselect-label {
  display: none;
  width: 160px;
  margin: 0 auto;
}

/*
======================================================
	// PAGINATION
======================================================
*/
/*
======================================================
	PAGE IMAGE
======================================================
*/
#page-image,
#page-bottom-image {
  position: relative;
  z-index: 0;
}
#page-image .bg-image,
#page-bottom-image .bg-image {
  position: relative;
  width: 100%;
  min-height: 140px;
  background: none no-repeat 50% 0;
  background-size: auto 100%;
}
#page-image .hidden-image,
#page-bottom-image .hidden-image {
  visibility: hidden;
  display: block;
}
#page-image .container-wrapper,
#page-bottom-image .container-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page-image .container,
#page-bottom-image .container {
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
#page-image .text,
#page-bottom-image .text {
  float: right;
  max-width: 100%;
  text-align: center;
}
#page-image .page-image-title,
#page-bottom-image .page-image-title {
  position: relative;
  margin: 0 0 0 40px;
  padding: 12px 0px 12px 14px;
  line-height: 26px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.25px;
  border-left: 6px solid #febe35;
}
#page-image h2,
#page-bottom-image h2 {
  position: relative;
  z-index: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Shrikhand', cursive;
  font-size: 58px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: -0.25px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.18);
}
#page-image h2 strong,
#page-bottom-image h2 strong {
  display: block;
  font-weight: 400;
  color: #7e68e7;
}
#page-image h2 img,
#page-bottom-image h2 img {
  max-width: 100%;
}
#page-image p,
#page-bottom-image p {
  max-width: 350px;
  margin: 20px 40px 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: rgba(51, 27, 125, 0.8);
}
#page-image .btns,
#page-bottom-image .btns {
  margin-top: 30px;
  white-space: nowrap;
  text-align: center;
}
#page-image .btns a, #page-bottom-image .btns a {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 56px 14px 36px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background: #7c65e7 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x #page-image .btns a,
.r2x #page-bottom-image .btns a {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #page-image .btns a, .r3x #page-bottom-image .btns a {
  background-image: url(../images/readmore_white@3x.png);
}
#page-image .btns a:hover, #page-bottom-image .btns a:hover {
  background-color: #9f8df3;
}
#page-image .green p,
#page-bottom-image .green p {
  color: rgba(51, 47, 0, 0.8);
}
#page-image .green .btns a,
#page-bottom-image .green .btns a {
  background-color: #638918;
}
#page-image .green .btns a:hover,
#page-bottom-image .green .btns a:hover {
  background-color: #80af00;
}
#page-image.islak-havlu p,
#page-bottom-image.islak-havlu p {
  color: rgba(51, 47, 0, 0.8);
}
#page-image.islak-havlu .btns a,
#page-bottom-image.islak-havlu .btns a {
  background-color: #638918;
}
#page-image.islak-havlu .btns a:hover,
#page-bottom-image.islak-havlu .btns a:hover {
  background-color: #80af00;
}
#page-image.bebek-bezi p,
#page-bottom-image.bebek-bezi p {
  color: rgba(40, 40, 40, 0.8);
}
#page-image.bebek-bezi .btns a,
#page-bottom-image.bebek-bezi .btns a {
  background-color: #d03892;
}
#page-image.bebek-bezi .btns a:hover,
#page-bottom-image.bebek-bezi .btns a:hover {
  background-color: #b8267d;
}
#page-image.kulot-bez p,
#page-bottom-image.kulot-bez p {
  color: rgba(255, 255, 255, 0.8);
}
#page-image.kulot-bez .btns a,
#page-bottom-image.kulot-bez .btns a {
  background-color: #9f8df3;
}
#page-image.kulot-bez .btns a:hover,
#page-bottom-image.kulot-bez .btns a:hover {
  background-color: #7c65e7;
}

/*
======================================================
	// PAGE IMAGE
======================================================
*/
/*
======================================================
	CONTENT
======================================================
*/
.sub-page {
  position: relative;
  z-index: 0;
}
.sub-page .inner {
  position: relative;
  z-index: 0;
  padding-top: 60px;
  padding-bottom: 120px;
}
.sub-page .inner::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 154px;
  margin-bottom: -1px;
  content: "";
  pointer-events: none;
  background: url(../images/page_top.png) no-repeat 50%;
  background-size: auto 100%;
}

.side-nav {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.side-nav .nav-title {
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 24px;
  font-weight: 400;
  color: #252525;
  letter-spacing: -0.25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.side-nav .nav-title span {
  font-weight: 700;
}
.side-nav .nav-title::before, .side-nav .nav-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 210px;
  content: "";
  border-bottom: 3px solid #f8db6c;
}
.side-nav .nav-title::after {
  left: 214px;
  width: 12px;
}
.side-nav .pagiselect-label {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.side-nav .pagiselect-label select {
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 34px;
  color: #4f504e;
  border-color: #d1d1d1;
  background: url(../images/aside_menu.png) no-repeat 90% 50%;
  background-position: calc(100% - 10px) 50%;
  background-size: auto 24px;
  box-shadow: inset 0px 3px 9px 0px rgba(35, 31, 32, 0.1);
}
.r2x .side-nav .pagiselect-label select {
  background-image: url(../images/aside_menu@2x.png);
}
.r3x .side-nav .pagiselect-label select {
  background-image: url(../images/aside_menu@3x.png);
}
.side-nav > ul ul {
  display: none;
}
.side-nav > ul a {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 18px 48px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.25px;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.side-nav > ul > li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.side-nav > ul > li:hover > a, .side-nav > ul > li.selected > a {
  color: #0b0d0a;
}
.side-nav > ul > li > a::before {
  position: absolute;
  top: 50%;
  left: 18px;
  z-index: 0;
  width: 6px;
  height: 6px;
  content: "";
  margin-top: -3px;
  border-radius: 50%;
  background-color: #9d9e9d;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.side-nav > ul > li:hover > a::before, .side-nav > ul > li.selected > a::before {
  background-color: #0b0d0a;
}
.side-nav > ul > li > a::after, .side-nav > ul > li.dropdown > a::after,
.side-nav > ul > li > ul > li > a::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 48px;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: url(../images/sidenav_arrow.png) no-repeat 50%;
  background-size: 4px 7px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.side-nav > ul > li:hover > a::after, .side-nav > ul > li.selected > a::after {
  opacity: 1;
}
.side-nav > ul > li > ul > li:hover > a::after, .side-nav > ul > li > ul > li.selected > a::after {
  background-image: url(../images/sidenav_arrow3.png);
}
.side-nav > ul > li.dropdown.selected > a::after, .side-nav > ul > li > ul > li.dropdown.selected > a::after {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.sub-page .grid_9 .aside-image {
  display: none;
}

.sub-page .aside-image {
  float: left;
  width: 100%;
}
.sub-page .aside-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.sub-page .container_12 {
  padding-left: 40px;
  padding-right: 40px;
}

.sub-page .grid_3 {
  width: 30%;
}

.sub-page .grid_9 {
  width: 70%;
  padding-left: 60px;
}

.article .grid_9 {
  text-align: justify;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  color: #343434;
  text-align: left;
  letter-spacing: -0.25px;
}

.article h2 {
  font-size: 18px;
}

.article h3 {
  font-size: 16px;
}

.article h4 {
  font-size: 15px;
}

.article h5 {
  font-size: 14px;
}

.article h6 {
  font-size: 13px;
}

.sub-page article {
  float: left;
  width: 100%;
}

.sub-page header {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.sub-page header .page-title {
  margin-bottom: 0;
}

.page-title,
.section-title {
  position: relative;
  z-index: 0;
  margin-bottom: 20px !important;
}
.page-title::before,
.section-title::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 50%;
  background: #9f8df3 url(../images/icon2.svg) no-repeat 50%;
  background-size: 36px auto;
}
.page-title > span,
.section-title > span {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 70px;
  line-height: 50px;
  font-family: 'Shrikhand', cursive;
  font-size: 30px;
  font-weight: 400;
  color: #9f8df3;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: -0.25px;
}

#page-carousel .mt50 {
  margin-top: 50px;
}
#page-carousel .section-title::before {
  background-image: url(../images/icon4.svg);
}
#page-carousel .owl-wrapper {
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}
#page-carousel .owl-carousel {
  float: left;
  display: block;
}
#page-carousel .owl-stage-outer {
  overflow: visible;
}
#page-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  z-index: 0;
  padding: 35px 5px;
  opacity: 0;
  -webkit-transition: opacity .75s linear;
  transition: opacity .75s linear;
}
#page-carousel .owl-item.active {
  opacity: 1;
}
#page-carousel .owl-item:hover {
  z-index: 1;
}
#page-carousel .item {
  position: relative;
  float: left;
  padding-bottom: 50px;
}
#page-carousel .item:hover::after {
  position: absolute;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  z-index: -1;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  height: -webkit-calc(100% + 40px);
  height: calc(100% + 40px);
  content: "";
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
#page-carousel .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #f5f5f5;
  background: #f1f1f1 url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#page-carousel .item .image span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background: none no-repeat 50%;
  background-size: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#page-carousel .item:hover .image span {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#page-carousel .item .image img {
  display: none !important;
}
#page-carousel .item h3 {
  position: relative;
  min-height: 56px;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 20px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
  color: #383b41;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#page-carousel .item h3::before, #page-carousel .item h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 130px;
  content: "";
  border-bottom: 2px solid #f8db6c;
}
#page-carousel .item h3::after {
  left: 133px;
  width: 8px;
}
#page-carousel .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
  color: rgba(32, 32, 33, 0.8);
  text-align: left;
}
#page-carousel .item .readmore {
  white-space: nowrap;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px 2px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #383b41;
  text-decoration: none;
  background: url(../images/readmore_orange.png) no-repeat 100% 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x #page-carousel .item .readmore {
  background-image: url(../images/readmore_orange@2x.png);
}
.r3x #page-carousel .item .readmore {
  background-image: url(../images/readmore_orange@3x.png);
}
#page-carousel .owl-carousel .owl-nav {
  display: none;
}
#page-carousel .owlNav {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
}
#page-carousel .owlNav .owl-next,
#page-carousel .owlNav .owl-prev {
  float: left;
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  border-radius: 18px;
  background: #aa9dea url(../images/owl_prev.png) no-repeat 50%;
  background-size: 9px 12px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#page-carousel .owlNav .owl-next {
  margin-left: 5px;
  background-image: url(../images/owl_next.png);
}
#page-carousel .owlNav .owl-next:hover,
#page-carousel .owlNav .owl-prev:hover {
  background-color: #9f8df3;
}
#page-carousel .owl-dots {
  display: none;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
#page-carousel .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: 3px;
  margin-right: 3px;
  border: 2px solid #aa9dea;
  border-radius: 50%;
  background: #aa9dea;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#page-carousel .owl-dot.active {
  border-color: #9f8df3;
  background: #fff;
}

/*
======================================================
	// CONTENT
======================================================
*/
/*
======================================================
	BLOGS
======================================================
*/
#blogs,
#blog-detail {
  margin-top: -40px;
}
#blogs .inner,
#blog-detail .inner {
  padding-top: 0;
}
#blogs .inner::before,
#blog-detail .inner::before {
  content: none;
}
#blogs header,
#blog-detail header {
  margin-bottom: 60px;
}
#blogs header .page-title::before,
#blog-detail header .page-title::before {
  content: none;
}
#blogs header .page-title span,
#blog-detail header .page-title span {
  padding-left: 0;
  line-height: 1.2;
}
#blogs .filters,
#blog-detail .filters {
  position: relative;
  float: left;
  width: 100%;
  height: 80px;
  border-radius: 16px;
  background-color: #b8abf6;
}
#blogs .filters .category,
#blog-detail .filters .category {
  position: relative;
  float: left;
  height: 100%;
}
#blogs .filters .category .radio,
#blog-detail .filters .category .radio {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100px;
  height: 100%;
  cursor: pointer;
}
#blogs .filters .category .radio:first-child,
#blog-detail .filters .category .radio:first-child {
  border-radius: 16px 0 0 16px;
}
#blogs .filters .category .radio .icon,
#blog-detail .filters .category .radio .icon {
  position: relative;
  display: block;
  height: 100%;
  font-size: 0;
  pointer-events: none;
  background: none no-repeat 50%;
  background-size: 36px auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#blogs .filters .category .radio .icon::after,
#blog-detail .filters .category .radio .icon::after {
  position: absolute;
  top: 20%;
  right: 0px;
  width: 1px;
  height: 60%;
  content: "";
  background-color: #ac9eef;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#blogs .filters .category .radio .icon.bebekler-kulubu,
#blog-detail .filters .category .radio .icon.bebekler-kulubu {
  background-image: url(../images/icon2.svg);
}
#blogs .filters .category .radio .icon.kizlar-kulubu,
#blog-detail .filters .category .radio .icon.kizlar-kulubu {
  background-image: url(../images/icon3.svg);
}
#blogs .filters .category .radio input[type="radio"],
#blog-detail .filters .category .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
#blogs .filters .category .radio input[type="radio"]:checked + .icon,
#blog-detail .filters .category .radio input[type="radio"]:checked + .icon {
  background-color: #7c65e7;
}
#blogs .filters .category .radio input[type="radio"]:checked + .icon::after,
#blog-detail .filters .category .radio input[type="radio"]:checked + .icon::after {
  background-color: #7c65e7;
}
#blogs .filters .sub-category,
#blog-detail .filters .sub-category {
  position: relative;
  float: left;
  height: 100%;
}
#blogs .filters .sub-category.ms,
#blog-detail .filters .sub-category.ms {
  display: none;
  width: 80%;
}
#blogs .filters .sub-category .radio,
#blog-detail .filters .sub-category .radio {
  position: relative;
  float: left;
  margin-left: 10px;
  height: 100%;
  padding: 26px 50px 26px 30px;
  cursor: pointer;
  border-radius: 0 16px 16px 0;
  background: #9f8df3;
  background: -moz-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(184, 171, 246, 0)), color-stop(6%, rgba(182, 169, 246, 0)), color-stop(100%, #9f8df3));
  background: -webkit-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: -o-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: -ms-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: linear-gradient(to right, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
}
#blogs .filters .sub-category .radio span,
#blog-detail .filters .sub-category .radio span {
  position: relative;
  display: block;
  height: 100%;
  padding-left: 36px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.77);
  text-transform: uppercase;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#blogs .filters .sub-category .radio span::before, #blogs .filters .sub-category .radio span::after,
#blog-detail .filters .sub-category .radio span::before,
#blog-detail .filters .sub-category .radio span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  content: "";
  border-radius: 50%;
  background-color: #9f8df3;
  box-shadows: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#blogs .filters .sub-category .radio span::after,
#blog-detail .filters .sub-category .radio span::after {
  top: -4px;
  left: 4px;
  opacity: 0;
  background: url(../images/radio_check.png) no-repeat 50%;
  background-size: 20px auto;
}
#blogs .filters .sub-category .radio input[type="radio"],
#blogs .filters .sub-category .radio input[type="checkbox"],
#blog-detail .filters .sub-category .radio input[type="radio"],
#blog-detail .filters .sub-category .radio input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
#blogs .filters .sub-category .radio input[type="radio"]:checked + span,
#blogs .filters .sub-category .radio input[type="checkbox"]:checked + span,
#blog-detail .filters .sub-category .radio input[type="radio"]:checked + span,
#blog-detail .filters .sub-category .radio input[type="checkbox"]:checked + span {
  color: #fff;
}
#blogs .filters .sub-category .radio input[type="radio"]:checked + span::before,
#blogs .filters .sub-category .radio input[type="checkbox"]:checked + span::before,
#blog-detail .filters .sub-category .radio input[type="radio"]:checked + span::before,
#blog-detail .filters .sub-category .radio input[type="checkbox"]:checked + span::before {
  background-color: #7c65e7;
}
#blogs .filters .sub-category .radio input[type="radio"]:checked + span::after,
#blogs .filters .sub-category .radio input[type="checkbox"]:checked + span::after,
#blog-detail .filters .sub-category .radio input[type="radio"]:checked + span::after,
#blog-detail .filters .sub-category .radio input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
#blogs .filters .sub-category .select,
#blog-detail .filters .sub-category .select {
  display: none;
  position: relative;
  float: left;
  width: 240px;
  height: 100%;
  margin-left: 10px;
  padding: 5px 10px 5px 30px;
  cursor: pointer;
  border-radius: 0 16px 16px 0;
  background-color: #9f8df3;
  background: -moz-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(184, 171, 246, 0)), color-stop(6%, rgba(182, 169, 246, 0)), color-stop(100%, #9f8df3));
  background: -webkit-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: -o-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: -ms-linear-gradient(left, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
  background: linear-gradient(to right, rgba(184, 171, 246, 0) 0%, rgba(182, 169, 246, 0) 6%, #9f8df3 100%);
}
#blogs .filters .sub-category .select select, #blog-detail .filters .sub-category .select select {
  overflow: hidden;
  height: 100%;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.77);
  text-transform: uppercase;
  background-color: transparent;
  background-image: url(../images/select_arrow_white.png);
  box-shadow: none;
}
.r2x #blogs .filters .sub-category .select select,
.r2x #blog-detail .filters .sub-category .select select {
  background-image: url(../images/select_arrow_white@2x.png);
}
.r3x #blogs .filters .sub-category .select select, .r3x #blog-detail .filters .sub-category .select select {
  background-image: url(../images/select_arrow_white@3x.png);
}
#blogs .filters .sub-category .select select option,
#blogs .filters .sub-category .select select optgroup, #blog-detail .filters .sub-category .select select option,
#blog-detail .filters .sub-category .select select optgroup {
  color: #000;
}

#blogs header + article {
  margin-top: -30px;
  margin-bottom: 40px;
}
#blogs header .page-title {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -30px !important;
}
#blogs a {
  text-decoration: none;
}
#blogs .boxs {
  float: left;
  width: 100%;
  margin-bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#blogs .boxs::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 120px;
  content: "";
  background-color: #fff;
}
#blogs ._404 {
  float: left;
  width: 80%;
  margin: 0 10% 60px;
  padding: 30px 40px;
  font-size: 16px;
  font-weight: 700;
  color: #383b41;
  cursor: default;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
#blogs .item {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 40px;
  padding: 5px 5px 60px;
  background-color: #fff;
}
#blogs .item:hover::after {
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  z-index: -1;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  height: -webkit-calc(100% + 30px);
  height: calc(100% + 30px);
  content: "";
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
#blogs .item:hover {
  z-index: 1;
}
#blogs .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 50px;
  border: 1px solid #f5f5f5;
  background: url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#blogs .item .image.loaded {
  background-image: none;
}
#blogs .item .image span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background: none no-repeat 50%;
  background-size: cover;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#blogs .item .image img {
  display: none !important;
}
#blogs .item:hover .image span {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#blogs .item h3 {
  position: relative;
  min-height: 56px;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 20px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
  color: #383b41;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#blogs .item h3::before, #blogs .item h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 130px;
  content: "";
  border-bottom: 2px solid #f8db6c;
}
#blogs .item h3::after {
  left: 133px;
  width: 8px;
}
#blogs .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
  color: rgba(32, 32, 33, 0.8);
  text-align: left;
}
#blogs .item .readmore {
  white-space: nowrap;
  position: absolute;
  bottom: 10px;
  left: 5px;
  padding: 0 16px 2px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #383b41;
  text-decoration: none;
  background: url(../images/readmore_orange.png) no-repeat 100% 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x #blogs .item .readmore {
  background-image: url(../images/readmore_orange@2x.png);
}
.r3x #blogs .item .readmore {
  background-image: url(../images/readmore_orange@3x.png);
}

/*
======================================================
	// BLOGS
======================================================
*/
/*
======================================================
	BLOG DETAIL
======================================================
*/
#blog-detail header + article {
  margin-top: -40px;
  margin-bottom: 40px;
}
#blog-detail a {
  text-decoration: none;
}
#blog-detail .grid_3 {
  width: 30%;
  padding-left: 50px;
  padding-right: 20px;
}
#blog-detail .grid_9 {
  width: 70%;
  padding-left: 20px;
  padding-right: 50px;
}

/*
======================================================
	// BLOG DETAIL
======================================================
*/
/*
======================================================
	PRODUCTS
======================================================
*/
#products-three-text {
  position: relative;
  z-index: 0;
  margin-top: -148px;
  margin-bottom: -130px;
  pointer-events: none;
}
#products-three-text .inner {
  position: relative;
  min-height: 740px;
  padding-top: 180px;
  padding-bottom: 180px;
}

#products-three-text .inner img.product{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  max-height: 45%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

@media only screen and (max-width: 1189px) {
  #products-three-text .inner img.product{
    max-height: 30%;
  }
}
@media only screen and (max-width: 991px) {
  #products-three-text .inner img.product{
    display: none;
  }
}
#products-three-text .inner::before, #products-three-text .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: url(../images/islak_havlu.png) no-repeat 50%;
  background-size: auto 100%;
}
.islakhavluyesil {
  z-index:0!important;
}
.islakhavluyesil .islkhvlinner {
  padding-top:40px;
  min-height:1000px!important; top:-50px!important;
}
.islakhavluyesil .inner::before, .islakhavluyesil .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: url(../images/islak-havlu/islakhavlubg1.png) no-repeat 50%!important;
  z-index:-1;
  background-size: auto 100%;
}
.islakhavluyesil .islkhvlinner::before, .islakhavluyesil .islkhvlinner::after {
  
  background-size: 100% 100%!important;
}

.islkhvlrnk {z-index:-1!important; margin-top:-250px!important;}
.islkhvlrnk .inner::before, .islkhvlrnk .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background: url(../images/islak-havlu/islakhavlubg2.png) no-repeat 50%!important;
  z-index:-1;
  background-size: auto 100%;
}

.islakhavluyesil article:nth-child(2)::after {
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
  width: 140%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background: -moz-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #f59dcc 30%, #f59dcc 70%, rgba(245, 157, 204, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 157, 204, 0)), color-stop(30%, #5b7711), color-stop(70%, #5b7711), color-stop(100%, rgba(245, 157, 204, 0)))!important;
  background: -webkit-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important;
  background: -o-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important;
  background: -ms-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important;
  background: linear-gradient(to right, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important
}

.islakhavluyesil article:nth-child(4)::after {
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
  width: 140%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background: -moz-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #f59dcc 30%, #f59dcc 70%, rgba(245, 157, 204, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 157, 204, 0)), color-stop(30%, #5b7711), color-stop(70%, #5b7711), color-stop(100%, rgba(245, 157, 204, 0)))!important;
  background: -webkit-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important;
  background: -o-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important;
  background: -ms-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important;
  background: linear-gradient(to right, rgba(245, 157, 204, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(245, 157, 204, 0) 100%)!important
}

#products-three-text .inner::after {
  background-image: url();
  background-size: auto 400px;
}
#products-three-text .left,
#products-three-text .right {
  position: absolute;
  top: 0;
  width: 350px;
  pointer-events: auto;
}
#products-three-text .left {
  left: 0;
  text-align: right;
}
#products-three-text .right {
  right: 0;
  text-align: left;
}
#products-three-text article {
  position: relative;
  height: 120px;
  padding: 20px 90px 20px 0;
  line-height: 1.4;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.77);
}
#products-three-text article:nth-child(2)::after {
  position: absolute;
  top: 0;
  left: -20%;
  z-index: -1;
  width: 140%;
  height: 100%;
  content: "";
  opacity: 0.3;
  background: -moz-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #f59dcc 30%, #f59dcc 70%, rgba(245, 157, 204, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 157, 204, 0)), color-stop(30%, #f59dcc), color-stop(70%, #f59dcc), color-stop(100%, rgba(245, 157, 204, 0)));
  background: -webkit-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #f59dcc 30%, #f59dcc 70%, rgba(245, 157, 204, 0) 100%);
  background: -o-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #f59dcc 30%, #f59dcc 70%, rgba(245, 157, 204, 0) 100%);
  background: -ms-linear-gradient(left, rgba(245, 157, 204, 0) 0%, #f59dcc 30%, #f59dcc 70%, rgba(245, 157, 204, 0) 100%);
  background: linear-gradient(to right, rgba(245, 157, 204, 0) 0%, #f59dcc 30%, #f59dcc 70%, rgba(245, 157, 204, 0) 100%);
}

#products-three-text article:last-child {
  background: none;
}
#products-three-text article h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
  letter-spacing: -0.25px;
}
#products-three-text article h3 a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
#products-three-text article p {
  margin: 0;
}
#products-three-text article .text {
  float: right;
  width: 100%;
}
#products-three-text article .image {
  position: absolute;
  top: 50%;
  right: 0;
  width: 76px;
  opacity: 0.8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#products-three-text article:nth-child(2) .image {
  opacity: 1;
}
#products-three-text article img {
  display: block;
  width: 100%;
}
#products-three-text .right article {
  padding-left: 90px;
  padding-right: 0;
}
#products-three-text .right article .image {
  left: 0;
  right: auto;
}
#products-three-text.kadin-pedi .inner::before {
  background-image: url(../images/kadin_pedi.png);
}
#products-three-text.kadin-pedi .inner::after {
  top: 40px;
  background-image: url();
  background-size: auto 530px;
}
#products-three-text.kadin-pedi article:nth-child(2)::after {
  background: -moz-linear-gradient(left, rgba(91, 119, 17, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(91, 119, 17, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(91, 119, 17, 0)), color-stop(30%, #5b7711), color-stop(70%, #5b7711), color-stop(100%, rgba(91, 119, 17, 0)));
  background: -webkit-linear-gradient(left, rgba(91, 119, 17, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(91, 119, 17, 0) 100%);
  background: -o-linear-gradient(left, rgba(91, 119, 17, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(91, 119, 17, 0) 100%);
  background: -ms-linear-gradient(left, rgba(91, 119, 17, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(91, 119, 17, 0) 100%);
  background: linear-gradient(to right, rgba(91, 119, 17, 0) 0%, #5b7711 30%, #5b7711 70%, rgba(91, 119, 17, 0) 100%);
}
#products-three-text.yetiskin-bezi .inner::before {
  background-image: url(../images/yetiskin_bezi.png);
}
#products-three-text.yetiskin-bezi .inner::after {
  background-image: url();
  background-size: auto 369px;
}
#products-three-text.yetiskin-bezi article:nth-child(2)::after {
  background: -moz-linear-gradient(left, rgba(53, 165, 165, 0) 0%, #35a5a5 30%, #35a5a5 70%, rgba(53, 165, 165, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(53, 165, 165, 0)), color-stop(30%, #35a5a5), color-stop(70%, #35a5a5), color-stop(100%, rgba(53, 165, 165, 0)));
  background: -webkit-linear-gradient(left, rgba(53, 165, 165, 0) 0%, #35a5a5 30%, #35a5a5 70%, rgba(53, 165, 165, 0) 100%);
  background: -o-linear-gradient(left, rgba(53, 165, 165, 0) 0%, #35a5a5 30%, #35a5a5 70%, rgba(53, 165, 165, 0) 100%);
  background: -ms-linear-gradient(left, rgba(53, 165, 165, 0) 0%, #35a5a5 30%, #35a5a5 70%, rgba(53, 165, 165, 0) 100%);
  background: linear-gradient(to right, rgba(53, 165, 165, 0) 0%, #35a5a5 30%, #35a5a5 70%, rgba(53, 165, 165, 0) 100%);
}
#products-three-text.bebek-bezi .inner::before {
  background-image: url(../images/bebek_bezi.png);
}
#products-three-text.bebek-bezi .inner::after {
  top: 30px;
  background-image: url();
  background-size: auto 454px;
}
#products-three-text.bebek-bezi article:nth-child(2)::after {
  background: -moz-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(89, 73, 164, 0)), color-stop(30%, #5949a4), color-stop(70%, #5949a4), color-stop(100%, rgba(89, 73, 164, 0)));
  background: -webkit-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: -o-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: -ms-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: linear-gradient(to right, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
}
#products-three-text.kulot-bez .inner::before {
  background-image: url(../images/bebek_bezi.png);
}
#products-three-text.kulot-bez .inner::after {
  top: 30px;
  background-image: url();
  background-size: auto 454px;
}
#products-three-text.kulot-bez article:nth-child(2)::after {
  background: -moz-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(89, 73, 164, 0)), color-stop(30%, #5949a4), color-stop(70%, #5949a4), color-stop(100%, rgba(89, 73, 164, 0)));
  background: -webkit-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: -o-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: -ms-linear-gradient(left, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
  background: linear-gradient(to right, rgba(89, 73, 164, 0) 0%, #5949a4 30%, #5949a4 70%, rgba(89, 73, 164, 0) 100%);
}

#products .inner::before {
  content: none;
}
#products header {
  margin-bottom: 40px;
}
#products header + article {
  margin-top: -30px;
  margin-bottom: 40px;
}
#products a {
  text-decoration: none;
}
#products .boxs {
  float: left;
  width: 100%;
  margin-bottom: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#products .boxs::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 120px;
  content: "";
  background-color: #fff;
}
#products .item {
  position: relative;
  float: left;
  width: 25%;
  margin-bottom: 40px;
  padding: 10px 10px 100px;
  background-color: #fff;
}
#products .item:hover::after {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
}
#products .item:hover {
  z-index: 1;
}
#products .item .image {
  overflow: hidden;
  position: relative;
  display: block;
  margin: -20px -20px 30px;
  padding: 40px 20px;
  background: url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#products .item .image.loaded {
  background-image: none;
}
#products .item .image span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background: none no-repeat 50%;
  background-size: contain;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#products .item .image img {
  display: none !important;
}
#products .item:hover .image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #eaeae9;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#products .item:hover .image span {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#products .item h3 {
  position: relative;
  min-height: 56px;
  margin: 0;
  padding: 0 10px;
  padding-bottom: 20px;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
  color: #383b41;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#products .item h3::before, #products .item h3::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 130px;
  margin-left: -68px;
  content: "";
  border-bottom: 2px solid #f8db6c;
}
#products .item h3::after {
  width: 8px;
  margin-left: 65px;
}
#products .item p {
  margin: 20px 0 0;
  line-height: 1.3;
  font-size: 13px;
  color: rgba(32, 32, 33, 0.8);
  text-align: center;
}
#products .item .readmore {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 20px;
  padding: 12px 56px 12px 36px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background: #c0b6f1 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  background-size: 5px 9px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x #products .item .readmore {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #products .item .readmore {
  background-image: url(../images/readmore_white@3x.png);
}
#products .item:hover .readmore {
  background-color: #9f8df3;
}
#products.islak-havlu .item:hover .readmore {
  color: #3b2482;
  background-color: #ffcd16;
  background-image: url(../images/readmore_purple.png);
}
.r2x #products.islak-havlu .item:hover .readmore {
  background-image: url(../images/readmore_purple@2x.png);
}
.r3x #products.islak-havlu .item:hover .readmore {
  background-image: url(../images/readmore_purple@3x.png);
}
#products.kadin-pedi .page-title::before {
  background-image: url(../images/icon3.svg);
}
#products.kadin-pedi .item:hover .image::before {
  background-color: #9f8df3;
}
@media only screen and (min-width: 769px) {
  #products.kadin-pedi .item {
    width: 33.333333333333333333333333333333333333%;
  }
}
#products.yetiskin-bezi .page-title::before {
  background-image: url(../images/icon3.svg);
}
#products.yetiskin-bezi .item .readmore {
  background-color: #cccecf;
}
#products.yetiskin-bezi .item:hover .readmore {
  background-color: #82cfcd;
}
@media only screen and (min-width: 769px) {
  #products.yetiskin-bezi .item {
    width: 33.333333333333333333333333333333333333%;
  }
}
#products.bebek-bezi .page-title::before {
  background-image: url(../images/icon2.svg);
}
#products.bebek-bezi .item:hover .image::before {
  background-color: #c0b6f1;
}
#products.bebek-bezi .item:hover .readmore {
  color: #3b2482;
  background-color: #ffcd16;
  background-image: url(../images/readmore_purple.png);
}
.r2x #products.bebek-bezi .item:hover .readmore {
  background-image: url(../images/readmore_purple@2x.png);
}
.r3x #products.bebek-bezi .item:hover .readmore {
  background-image: url(../images/readmore_purple@3x.png);
}
#products.kulot-bez .page-title::before {
  background-image: url(../images/icon2.svg);
}
#products.kulot-bez .item:hover .image::before {
  background-color: #c0b6f1;
}
#products.kulot-bez .item:hover .readmore {
  color: #3b2482;
  background-color: #ffcd16;
  background-image: url(../images/readmore_purple.png);
}
.r2x #products.kulot-bez .item:hover .readmore {
  background-image: url(../images/readmore_purple@2x.png);
}
.r3x #products.kulot-bez .item:hover .readmore {
  background-image: url(../images/readmore_purple@3x.png);
}

#products-video-text {
  position: relative;
}
#products-video-text .inner,
#products-video-text .container_12,
#products-video-text .container_12 > div {
  height: 100%;
}
#products-video-text .container_12 > div {
  padding: 40px 10px 40px 70px;
}
#products-video-text .inner {
  position: relative;
  height: 320px;
  background: #c983a8 url(../images/islak_havlu3.jpg) no-repeat 50%;
  background-size: auto 100%;
}
#products-video-text .video {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 640px;
  max-width: 96%;
  margin: -20px -20px 30px;
  border-radius: 20px;
  background: #fff url(../images/loading.svg) no-repeat 50%;
  background-size: 32px auto;
  box-shadow: 0px 5px 27px 0px rgba(77, 77, 77, 0.7);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#products-video-text .video span {
  position: relative;
  display: block;
  width: 102%;
  margin-left: -1%;
  padding-bottom: 56.25%;
  background: none no-repeat 50%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#products-video-text .video:hover span {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#products-video-text .video span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/play_btn.png) no-repeat 50%;
  background-size: 76px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#products-video-text .video:hover span::after {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
#products-video-text .video img {
  display: none !important;
}
#products-video-text .tb {
  position: relative;
  z-index: 0;
}
#products-video-text .text {
  float: left;
  width: 420px;
  max-width: 100%;
}
#products-video-text h2 {
  position: relative;
  z-index: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Shrikhand', cursive;
  font-size: 42px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: -0.25px;
}
#products-video-text h2 strong {
  display: block;
  font-size: 60px;
  font-weight: 400;
}
#products-video-text p {
  margin-top: 20px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
#products-video-text .btns {
  margin-top: 30px;
  white-space: nowrap;
  text-align: center;
}
#products-video-text .btns a {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 56px 14px 36px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  background: #d03892 url(../images/readmore_white.png) no-repeat 90% 50%;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  background-size: 5px 9px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.r2x #products-video-text .btns a {
  background-image: url(../images/readmore_white@2x.png);
}
.r3x #products-video-text .btns a {
  background-image: url(../images/readmore_white@3x.png);
}
#products-video-text .btns a:hover {
  background-color: #b8267d;
}
#products-video-text.kadin-pedi .inner {
  background-image: url(../images/kadin_pedi3.jpg);
}
#products-video-text.kadin-pedi .btns a {
  color: #3b2482;
  background-color: #ffcd16;
  background-image: url(../images/readmore_purple.png);
}
.r2x #products-video-text.kadin-pedi .btns a {
  background-image: url(../images/readmore_purple@2x.png);
}
.r3x #products-video-text.kadin-pedi .btns a {
  background-image: url(../images/readmore_purple@3x.png);
}
#products-video-text.kadin-pedi .btns a:hover {
  background-color: #ffba16;
}
#products-video-text.yetiskin-bezi .inner {
  background-image: url(../images/yetiskin_bezi3.jpg);
}
#products-video-text.yetiskin-bezi .btns a {
  background-color: #7c65e7;
}
#products-video-text.yetiskin-bezi .btns a:hover {
  background-color: #9f8df3;
}

/*
======================================================
	// PRODUCTS
======================================================
*/
/*
======================================================
	PHOTO GALLERY
======================================================
*/
/*
======================================================
	// PHOTO GALLERY
======================================================
*/
/*
======================================================
	CONTACT
======================================================
*/
#contact-map {
  position: relative;
  z-index: 0;
}
#contact-map #map-div,
#contact-map iframe {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  border: 0;
  background-color: #e5e3df;
}
#contact-map .google-map-directions {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  width: 80px;
  margin-left: -40px;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
}
#contact-map .google-map-directions .navigate-link {
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#contact-map .google-map-directions .navigate-link:hover {
  opacity: 0.7;
}
#contact-map .google-map-directions .navigate-text {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #19457a;
}
#contact-map .google-map-directions .navigate-icon {
  overflow: hidden;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background: url(../images/map_direction_icon2.png) no-repeat;
  background-size: 100%;
}

#contact .container_12 {
  padding-left: 70px;
  padding-right: 70px;
}
#contact .grid_12 {
  text-align: center;
}
#contact .grid_6 {
  width: 54%;
}
#contact .grid_6 + .grid_6 {
  width: 46%;
  padding-left: 50px;
}
#contact header {
  display: inline-block;
  float: none;
  width: auto;
  margin-bottom: 60px;
}
#contact .page-title::before {
  background-image: url(../images/icon1.svg);
}
#contact h2, #contact h4 {
  font-size: 20px;
  font-weight: 700;
}
#contact .address-directions {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e6e7ec;
}
#contact .address-list {
  float: left;
  width: 100%;
}
#contact .address-info {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e6e7ec;
}
#contact .address-info:first-child {
  padding-top: 0;
  border-top: 0;
}
#contact .address-info:last-child {
  padding-bottom: 0;
}
#contact .address-info a {
  text-decoration: none;
}
#contact .address-info a :hover {
  text-decoration: underline;
}
#contact .address-info > div {
  position: relative;
  float: left;
  width: 100%;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 30px;
}
#contact .address-info > div:last-child {
  margin-bottom: 0;
}
#contact .address-info > div::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  background: none no-repeat 50%;
  background-size: auto 100%;
}
#contact .address-info > div.address::before {
  background-image: url("../images/info_icon_address.png");
}
.r2x #contact .address-info > div.address::before {
  background-image: url("../images/info_icon_address@2x.png");
}
.r3x #contact .address-info > div.address::before {
  background-image: url("../images/info_icon_address@3x.png");
}
#contact .address-info > div.phone::before {
  background-image: url("../images/info_icon_phone.png");
}
.r2x #contact .address-info > div.phone::before {
  background-image: url("../images/info_icon_phone@2x.png");
}
.r3x #contact .address-info > div.phone::before {
  background-image: url("../images/info_icon_phone@3x.png");
}
#contact .address-info > div.fax::before {
  background-image: url("../images/info_icon_fax.png");
}
.r2x #contact .address-info > div.fax::before {
  background-image: url("../images/info_icon_fax@2x.png");
}
.r3x #contact .address-info > div.fax::before {
  background-image: url("../images/info_icon_fax@3x.png");
}
#contact .address-info > div.email::before {
  background-image: url("../images/info_icon_mail.png");
}
.r2x #contact .address-info > div.email::before {
  background-image: url("../images/info_icon_mail@2x.png");
}
.r3x #contact .address-info > div.email::before {
  background-image: url("../images/info_icon_mail@3x.png");
}

/*
======================================================
	// CONTACT
======================================================
*/
/*
======================================================
	FOOTER
======================================================
*/
#footer {
  position: relative;
  z-index: 0;
}
#footer .top-bar {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #aaa;
  background-color: #fff;
}
#footer .top-bar::before, #footer .top-bar::after {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 110px;
  content: "";
  pointer-events: none;
  background: url(../images/footer1.png) no-repeat 50%;
  background-size: auto 100%;
}
#footer .top-bar::after {
  top: 100%;
  bottom: auto;
  height: 91px;
  background-image: url(../images/footer2.png);
}
#footer .top-bar a {
  color: #aaa;
  text-decoration: none;
}
#footer .top-bar .container_12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer .top-bar .container_12 > div {
  min-height: 180px;
}
#footer .top-bar .grid_2,
#footer .top-bar .grid_3 {
  padding-left: 30px;
  padding-right: 30px;
}
#footer .top-bar .a {
  width: 23%;
  padding-left: 10px;
}
#footer .top-bar .b, #footer .top-bar .c, #footer .top-bar .d {
  width: 18%;
}
#footer .top-bar .e {
  width: 23%;
  padding-right: 10px;
}
#footer .top-bar .grid_2 > div,
#footer .top-bar .grid_2 > nav,
#footer .top-bar .grid_3 > div,
#footer .top-bar .grid_3 > nav {
  float: left;
  width: 100%;
}
#footer .top-bar .container_12 > div::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  content: "";
  border-left: 1px solid #e2e6e9;
}
#footer .top-bar .container_12 > div:last-child::after {
  content: none;
}
#footer .logo {
  text-align: center;
}
#footer .logo img {
  display: block;
  height: 82px;
  margin: 0 auto 20px;
}
#footer .logo p {
  margin: 0;
  line-height: 1.2;
  color: #a9a9a9;
}
#footer h6 {
  line-height: 1.2;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #444;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
#footer nav li {
  margin-bottom: 24px;
}
#footer nav li:last-child {
  margin-bottom: 0;
}
#footer nav li a {
  display: inline-block;
  line-height: 18px;
}
#footer nav li a:hover {
  text-decoration: underline;
}
#footer .address-info {
  float: left;
  width: 100%;
}
#footer .address-info > div {
  position: relative;
  clear: both;
  float: left;
  width: auto;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 32px;
  color: #8f8f8f;
}
#footer .address-info > div::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: none no-repeat 50%;
  background-size: 100%;
}
#footer .address-info > div a {
  color: #8f8f8f;
}
#footer .address-info > div.phone {
  white-space: nowrap;
  padding: 0 20px 0 32px;
  line-height: 30px;
  font-weight: 700;
  color: #7c65e7;
  border-radius: 15px;
  border: 1px solid #e2e6e9;
}
#footer .address-info > div.phone::before {
  position: absolute;
  left: -8px;
  top: -2px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #9f92df;
  background-image: url(../images/footer_icon_phone.png);
  background-size: 20px;
}
.r2x #footer .address-info > div.phone::before {
  background-image: url(../images/footer_icon_phone@2x.png);
}
.r3x #footer .address-info > div.phone::before {
  background-image: url(../images/footer_icon_phone@3x.png);
}
#footer .address-info > div.phone a {
  color: #7c65e7;
}
#footer .address-info > div.email::before {
  background-image: url(../images/footer_icon_mail.png);
}
.r2x #footer .address-info > div.email::before {
  background-image: url(../images/footer_icon_mail@2x.png);
}
.r3x #footer .address-info > div.email::before {
  background-image: url(../images/footer_icon_mail@3x.png);
}
#footer .socials + .socials,
#footer .address-info + .socials {
  margin-top: 30px;
}
#footer .socials {
  float: left;
  width: 100%;
}
#footer .socials h6 {
  margin-bottom: 10px;
}
#footer .socials > div {
  display: inline-block;
}
#footer .socials a {
  overflow: hidden;
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  background: url(../images/social_icons.png) no-repeat;
  background-size: auto 32px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
#footer .socials a:last-child {
  margin-right: 0;
}
.r2x #footer .socials a {
    background-image: url(../images/social_icons@2x.png);
}

.r3x #footer .socials a {
    background-image: url(https://www.sleepy-europe.fr/themes/site_themes/assets/images/social_icons@3x.png);
}

#footer .socials a:hover {
    background-image: url(https://www.sleepy-europe.fr/themes/site_themes/assets/images/social_icons2.png);
}

.r2x #footer .socials a:hover {
    background-image: url(https://www.sleepy-europe.fr/themes/site_themes/assets/images/social_icons2@2x.png);
}

.r3x #footer .socials a:hover {
    background-image: url(https://www.sleepy-europe.fr/themes/site_themes/assets/images/social_icons2@3x.png);
}
#footer .socials a.tw {
  background-position: -32px 0;
}
#footer .socials a.in {
  background-position: -64px 0;
}
#footer .socials a.li {
  background-position: -96px 0;
}
#footer .socials a.yt {
  background-position: -128px 0;
}
#footer .socials a.vm {
  background-position: -160px 0;
}
#footer .bottom-bar {
  position: relative;
  padding: 40px 0 20px;
  text-align: center;
}
#footer .copyright {
  display: inline-block;
  padding: 5px 0;
  line-height: 20px;
  color: #808080;
  vertical-align: middle;
}
#footer .divider {
  display: inline-block;
  width: 1px;
  height: 30px;
  margin: 0 20px;
  vertical-align: middle;
  background: #d5d5d5;
}
#footer .eruslu {
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 142px;
  height: 65px;
  font-size: 0;
  text-decoration: none;
  background-color: white;
  border: 10px solid white;
  box-sizing: content-box;
}


#footer .h20 {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 71px;
  height: 22px;
  font-size: 0;
  text-decoration: none;
  vertical-align: middle;
  background: url(../images/h20_dijital.png) no-repeat 0px 0px, url(../images/h20_dijital_h.png) no-repeat 0px 22px;
  background-size: auto 100%;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#footer .h20:hover {
  background-position: 0px -22px, 0px 0px;
}

/*
======================================================
	// FOOTER
======================================================
*/
/*
======================================================
	SYSTEM FORM MESSAGE
======================================================
*/
.ftAlert {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px 10px 10px 40px;
  font-size: 12px;
  font-weight: 400;
  color: #2b2b2b;
  text-align: left;
  border-radius: 3px;
  border: 1px solid #fff;
  background: url(../images/blank.gif) no-repeat 10px 50%;
  background-size: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.ftAlert.success {
  color: #398B03;
  border-color: #75b975;
  background-color: #dff0d8;
  background-image: url(../images/ft-form-mesaj/success.png);
}
.ftAlert.warning {
  color: #B17A01;
  border-color: #ffd293;
  background-color: #fcf8e3;
  background-image: url(../images/ft-form-mesaj/warning.png);
}
.ftAlert.error {
  color: #833;
  border-color: #c39595;
  background-color: #f2dede;
  background-image: url(../images/ft-form-mesaj/error.png);
}
.ftAlert.info {
  color: #1A4773;
  border-color: #80d0e8;
  background-color: #d9edf7;
  background-image: url(../images/ft-form-mesaj/info.png);
}
.ftAlert.loading {
  color: #1A4773;
  border-color: #cacaca;
  background-color: #f5f5f5;
  background-image: url(../images/ft-form-mesaj/loading.gif);
}
.ftAlert .close {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  opacity: 0.2;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.ftAlert .close:hover, .ftAlert .close:focus {
  opacity: 0.5;
}

/*
======================================================
	// SYSTEM FORM MESSAGE
======================================================
*/
/*
======================================================
	Global Clear Style
======================================================
*/
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http: //sonspring.com/journal/clearing-floats */
.clr, .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http: //www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.container:before,
.container:after,
.container_12:before,
.container_12:after,
.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.container:after,
.container_12:after,
.clearfix:after {
  clear: both;
}

.container,
.container_12,
.clearfix {
  display: inline-block;
}

* html .container,
* html .container_12,
* html .clearfix {
  height: 1%;
}

.container,
.container_12,
.clearfix {
  display: block;
}

/*
	The following zoom: 1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
.container,
.container_12,
.clearfix {
  zoom: 1;
}

.first, .alpha {
  margin-left: 0 !important;
}

.last, .omega {
  margin-right: 0 !important;
}

.hide, .hidden {
  display: none;
}

/*
======================================================
	End Global Clear Style
======================================================
*/

section.safsuSection.bgsafsu:after {content: '';position: absolute; z-index: 0; top: -300px;background: url('../images/saf_su.png')no-repeat center center;width: 100%;height: 100%;}


.safsuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.safsuBox__img {
  padding-right: 50px;
}

.safsuBox__content {
  line-height: 30px;
}

.safsuBox__content h3 {
  font-size: 50px;
  margin-bottom: 30px;
  line-height: 100%;
  color: #9f8df3;
  font-family: 'Shrikhand', cursive;
}

.safsuBox__content p {
  font-size: 20px;
  margin-bottom: 30px;
}

.safsuBox__content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.safsuBox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80%;
  margin: 30px auto;
}

.safsuBox__btn a {
  display: block;
  padding: 15px 70px;
  position: relative;
  color: #fff;
  background: #6fa305;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.safsuBox__btn a:hover {
  background: #a08eef;
}

.safsuBox__btn a:after {
  content: '>';
  position: absolute;
  right: 20px;
  top: 15px;
  bottom: 0;
  margin: auto;
  color: #fff;
}

img.content__img {
  float: right;
  margin-left: 30px;
}

.safsuSection {
  padding: 30px 0;
  position: relative;
}

.safsuSection--purple {
  background: #a08eef;
  color: #fff;
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .safsuBox {
    padding: 20px;
  }
  .safsuBox__btn a {
    padding: 15px 50px;
  }
}

@media screen and (max-width: 768px) {
  .safsuBox {
    padding: 20px;
  }
  .safsuBox__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .safsuBox__btn a {
    padding: 15px 50px;
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  img.content__img {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .safsuBox {
    padding: 20px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .safsuBox__img {
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .safsuBox__content h3 {
    font-size: 30px;
  }
  .safsuBox__content p {
    font-size: 16px;
  }
  .safsuBox__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .safsuBox__btn a {
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .safsuBox__btn a:after {
    display: none;
  }
}

#products-three-text .bebekbeziinner {
    min-height: 970px;
    top: -20px;
}

a.online-market:hover {
    background-color: #ffba16 !important;
}

#header a.online-market {
    color: #3b2482 !important;
    background-color: #ffcd16 !important;
    padding: 3px 13px;
    border-radius: 46px;
    float: initial !important;
    display: inline-block;
    font-weight: bold !important;
    margin: -13px 10px !important;
}

#header a.online-market span {
    font-weight: 600;
    color: #3b2482 !important;
}

#products-three-text.sleepy-ecologic {
    display: none;
}

#products-three-text.ecologic {
    display: block;
}


/* nav.main-nav ul li:nth-child(3) {
    display: none;
}

nav.mobil-nav ul li:nth-child(3) {
    display: none;
} */

























