/*!
* Coded by Husnu Darici

/*------------------------------------------------------------------//
  Favorites                           
  .value(@value) { parameter: @value; parameter: @value; }      
//------------------------------------------------------------------*/
/* Common Width & Height || Ortak Width & Height */
/* Skew */
/* Rotate */
/* Black & White || Siyah & Beyaz */
/* Rotate &  Together || Rotate ve  Birlikte */
/* Placeholder Color */
/* Animation */
/*------------------------------------------------------------------//
  Other:                              
//------------------------------------------------------------------*/
* {
  outline: none;
}

ul {
  /* list-style-type: none !important; */
  margin-bottom: 0 !important;
}

main ul {
  /* list-style-type: none !important; */
  margin: 0 !important;
  padding: 0 !important;
}

img {
  pointer-events: none !important;
}

a {
  text-decoration: none !important;
}

/*------------------------------------------------------------------//
Bootstrap Edit:                             
//------------------------------------------------------------------*/
.row {
  margin: 0;
  width: 100%;
}

.right {
  float: right !important;
  display: block;
}

.left {
  float: left !important;
  display: block;
}

.no-background,
.container {
  background: none !important;
  position: relative !important;
}

.clear {
  clear: both;
  display: block;
}

.full-image img {
  width: 100% !important;
  display: block !important;
  height: auto !important;
}

.no-padding {
  padding: 0 !important;
}

.no-left {
  padding-left: 0 !important;
}

.no-right {
  padding-right: 0 !important;
}

.mobileClear {
  clear: both;
  display: none;
}

/*------------------------------------------------------------------//
Theme Options:                              
//------------------------------------------------------------------*/
@font-face {
  font-family: 'CentraNo2-Book';
  src: url('../fonts/CentraNo2-Book.eot');
  src: local(''), url('../fonts/CentraNo2-Book.woff') format('woff'), url('../fonts/CentraNo2-Book.ttf') format('truetype'), url('../fonts/CentraNo2-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.mContact {
  display: none;
  text-align: center;
  position: fixed;
  bottom: 5px;
  width: 97.4%;
  left: 5px;
  padding: 0px 0px;
  z-index: 99999999;
  border: none !important;
}

.mContact .col-md-6 {
  width: 50% !important;
  float: left;
}

.mContact .col-md-6 a {
  padding: 10px;
  font-size: 14px;
  display: block;
}

.mContact .col-md-6 span {
  font-weight: bold;
  color: #FFF;
  padding: 5px;
  position: relative;
}

.mContact .col-md-6 img {
  width: 30px;
}

.mContact .wp {
  background: #55cd6c;
}

.mContact .tl {
  background: #171717;
}

#mobile-menu {
  position: fixed;
  left: -300px;
  font-family: 'Oswald', sans-serif;
  top: 0;
  width: 250px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 999999999999;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0, 0, 0, 0.82);
  padding-right: 10px;
  padding-bottom: 30px;
}

#mobile-menu .menu-ana-menu-container{
  margin-top:60px;
}

#mobile-menu ul {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

#mobile-menu ul li a {
  color: #ffffff;
  border: none;
  font-size: 14px;
  /* border-bottom: 1px solid rgba(210, 210, 210, 0.17); */
  line-height: 45px;
  padding-left: 8px;
  display: block;
  letter-spacing: -0.2px;
  padding: 0 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 1px solid #87633c;
  margin-top: 7px;
}

#mobile-menu ul li a i {
  margin-right: 10px;
}

#mobile-menu ul li a:hover {
  background-color: #87633c;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#mobile-menu ul li ul {
  background: none;
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}

#mobile-menu ul li ul li a {
  position: relative;
  padding-left: 25px;
}

#mobile-menu ul li ul li a:before {
  position: absolute;
  left: -5px;
  top: 1px;
  line-height: 46px;
  width: 40px;
  height: 46px;
  display: block;
  color: #ffffff;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 600;
}

#mobile-menu ul li ul li ul li a {
  position: relative;
  padding-left: 45px;
}

#mobile-menu ul li ul li ul li a:before {
  left: 22px;
}

#mobile-menu ul li.acik > ul {
  max-height: 500px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

#mobile-menu ul li.menu-item-has-children a {
  position: relative;
  overflow: hidden;
}

#mobile-menu ul li.menu-item-has-children > a:after {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  width: 46px;
  height: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  /* font-family: 'Oswald', sans-serif; */
  content: "\f107";
  /* background: #012d74; */
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  right: 0;
  width: 43px;
  height: 45px;
  line-height: 45px;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 600;
}

#mobile-menu ul li.menu-item-has-children.acik > a:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #87633c;
}

#mobile-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #87633c;
}

#mobile-menu::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#mobile-menu.mobile-menu-active {
  left: 0 !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

html.mobile-menu-active {
  overflow: hidden;
}

body {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  left: 0%;
}

body.mobile-menu-active {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menuKapa {
  width: 100%;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 999999999999;
  top: 0;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menuKapa.mobile-menu-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menuAc {
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  z-index: 999;
  right: 25px;
  top: 50%;
  margin-top: -17.5px;
  background: #012d74;
}

.menuAc i {
  line-height: 35px;
}

/** Copyright **/
#copyright {
  background-color: #ccc;
  font-family: 'Oswald', sans-serif;
  display: none;
}

#copyright p {
  float: left;
  font-size: 12.5px;
  margin: 0;
  padding: 15px 0;
}

#copyright a {
  float: right;
  width: 100px;
  padding: 6px 0;
}

#copyright a img {
  width: 100%;
}

/*------------------------------------------------------------------//
Main.LESS:                              
//------------------------------------------------------------------*/
header {
  padding: 45px 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

header .menuOpen {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 6.5px 0;
}

header .menuOpen span {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  display: block;
  margin: 0 0 10px 0;
  position: relative;
  box-shadow: 0px 1px 3px 0px #0000006b;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

header .menuOpen span:last-child {
  margin-bottom: 0;
}

header .menuOpen.active span {
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .menuOpen.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  top: 12px;
}

header .menuOpen.active span:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

header .menuOpen.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  bottom: -10px;
}

header .social-accounts {
  float: right;
}

header .social-accounts a {
  color: #FFF;
  font-size: 20px;
  width: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

header .social-accounts a:hover {
  color: #87633c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  border: 5px solid #87633c;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  z-index: 2;
}

main.pianoPage:after{
  position:absolute;
  content:"";
  border:5px solid #87633c;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
}

main.active:before {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main .logo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 570px;
  margin-left: -265px;
  z-index: 9;
}

main .logo img {
  width: 100%;
  height: auto;
  display: block;
}

main aside.sidebar {
  position: absolute;
  left: -100%;
  width: 340px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 999;
}

main aside nav.menu {
  height: 60vh;
  overflow-y: scroll;
  padding-right: 10px
}

/*
*  STYLE 6
*/

main aside nav.menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #87633c;
  margin-left: 5px;
}

main aside nav.menu::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
  margin-left: 5px;
}

main aside nav.menu::-webkit-scrollbar-thumb
{
  margin-left: 5px;
  background-color: #fff;
}

main aside.sidebar nav.menu ul {
  /* height: 60vh; */
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

main aside.sidebar nav.menu ul::-webkit-scrollbar {
  width: 0px;
  height: 50px;
}

main aside.sidebar nav.menu ul::-webkit-scrollbar-track {
  background: transparent;
  overflow: hidden;
}

main aside.sidebar nav.menu ul::-webkit-scrollbar-thumb {
  background: transparent;
}

main aside.sidebar nav.menu ul::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

main aside.sidebar nav.menu ul li {
  width: 100%;
  position: relative;
  margin-bottom: 7.5px;
  border: 2px solid #87633c;
}

main aside.sidebar nav.menu ul li a {
  display: block;
  color: #FFF;
  font-size: 15px;
  line-height: 40px;
  padding: 0 30px;
  padding-right: 75px;
  position: relative;
  z-index: 99;
  text-shadow: 1px 1px 1px #000;
  background-color: rgba(0, 0, 0, 0.55);
}

main aside.sidebar nav.menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  height: 111%;
  width: 0;
  background-color: #87633c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

main aside.sidebar nav.menu ul li a:hover:before {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main aside.sidebar nav.menu ul li.menu-item-has-children a:after {
  content: "\f105";
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 600;
}

main aside.sidebar nav.menu ul li ul {
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main aside.sidebar nav.menu ul li ul > li {
  margin: 0;
  border: none;
  border-bottom: 2px solid #87633c;
}

main aside.sidebar nav.menu ul li ul > li a {
  padding-left: 40px;
}

main aside.sidebar nav.menu ul li ul > li a:after {
  content: "\f101" !important;
  left: 0;
}

main aside.sidebar nav.menu ul li ul > li:first-child {
  border-top: 2px solid #87633c;
}

main aside.sidebar nav.menu ul li ul > li:last-child {
  border: none;
}

main aside.sidebar nav.menu ul li.acik > a:before {
  width: 100%;
}

main aside.sidebar nav.menu ul li.acik > a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main aside.sidebar nav.menu ul li.acik > ul {
  height: auto;
  max-height: 2000px;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

main aside.sidebar nav.menu ul li.acik > ul li a {
  background-color: rgba(0, 0, 0, 0.70);
}

main aside.sidebar nav.menu ul li.acik > ul li a:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}

.language {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 15px 0;
}

.language a.active {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.language a {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #87633c;
  display: inline-block;
  line-height: 38px;
  color: #87633c;
  margin: 0 2.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.55);
}

.language a:hover {
  border-color: #FFF;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

main aside.sidebar.active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: -2px;
}

main .pageIn {
  width: 100%;
  height: 99vh;
  position: absolute;
  padding-top: 12%;
}

main .pageIn.wow{
  visibility:hidden;
}

main .pageIn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

main .pageIn .text {
  position: absolute;
  right: 50px;
  width: 53%;
  height: 60vh;
  padding: 50px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7294117647058823);
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #191919;
  box-shadow: 1px 1px 45px -6px #000;
  font-family: 'CentraNo2-Book';
}

main .pageIn .text .in {
  color: #FFF;
}

main .pageIn .text .in .content {
  height: 43vh;
  overflow-y: scroll;
  padding-right: 25px;
}

main .pageIn .text .in .content h2 {
  font-size:14px;
}

main .pageIn .text .in .content ul{list-style: disc;color: #fff;}

main .pageIn .text .in .content ul li{
  font-family: 'Roboto';
  font-size: 13px;
  position:relative;
  margin-left:14px;
  /* list-style-type: disc !important; */
}

main .pageIn .text .in .content blockquote {
  padding: 0 25px;
}

main.estetik-uygulama .pageIn .text {
  border: 2px solid #87633c;
}

main .pageIn .text .in .content::-webkit-scrollbar {
  width: 5px;
  height: 50px;
  border: 5px solid #000;
}

main .pageIn .text .in .content::-webkit-scrollbar-track {
  background: #1e1e1e;
  overflow: hidden;
}

main .pageIn .text .in .content::-webkit-scrollbar-thumb {
  background: #ffffff;
  - : 20px
}

main .pageIn .text .in .content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

main .pageIn .text .in h1 {
  font-family: 'Great Vibes', cursive;
  display: block;
  border-bottom: 1px solid #87633c;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-style: italic;
  font-size: 1.7rem;
}

main .pageIn .text .in p {
  font-size: 13px;
  pointer-events: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Roboto';
  margin-bottom: 5px !important;
}

/* main .pageIn .text .in p strong{
  margin-bottom:12px;
  display:block;
} */

main .whoMePage .col-lg-3 {
  width: 20%;
  margin-bottom: 10px;
}

main.gallery, main.videos {
  border: 2.5px solid #87633c !important;
}

/* main .page.gallery .col {
  border: 2.5px solid #87633c !important;
} */


main .page.gallery .col {
	position: relative;
}

main .page.gallery .col figure {
   width: 100%;
   height: 100vh;
   margin: 0px !important;
   display: flex;
   align-items: center;
   top: -4px;
   position: relative;
}

main .page.gallery .col figure img {max-width: 100%;border: 2px solid #87633c;}

main.videos .pages .page {
  height: 100vh;
}

main.videos .pages .page .owl-stage-outer {
  height: 100vh;
}

main.videos .page figure {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 33.333333vh;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

main.videos .page figure a {
  display: block;
}

main.videos .page figure a title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #FFF;
  width: 100%;
  padding: 15px;
}

main.videos .page iframe {
  pointer-events: none;
}

main.videos .page figure:nth-child(2) {
  left: 33.333333%;
}

main.videos .page figure:nth-child(3) {
  left: 66.666666%;
}

main.videos .page figure:nth-child(4) {
  left: 0;
  top: 33.333333vh;
}

main.videos .page figure:nth-child(5) {
  left: 33.333333%;
  top: 33.333333vh;
}

main.videos .page figure:nth-child(6) {
  left: 66.666666%;
  top: 33.333333vh;
}

main.videos .page figure:nth-child(7) {
  left: 0;
  top: 66.666666vh;
}

main.videos .page figure:nth-child(8) {
  left: 33.333333%;
  top: 66.666666vh;
}

main.videos .page figure:nth-child(9) {
  left: 66.666666%;
  top: 66.666666vh;
}

main.videos .page figure {
  border: 2.5px solid #87633c !important;
}

main.videos .page figure {
  margin: 0;
  /* pointer-events: none; */
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

main.videos .page figure img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

main.videos .page figure a {
  display: block;
  width: 100%;
  height: 100%;
}

main.videos .page figure a .title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  position: absolute;
  width: 100%;
  padding: 15px;
  bottom: 0;
}

main.videos .mobile-pages figure {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 33.333333vh;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

main.videos .mobile-pages figure a {
  display: block;
}

main.videos .mobile-pages figure a title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  color: #FFF;
  width: 100%;
  padding: 15px;
}

main.videos .mobile-pages figure {
  border: 2.5px solid #87633c !important;
}

main.videos .mobile-pages figure {
  margin: 0;
  /* pointer-events: none; */
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

main.videos .mobile-pages figure img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

main.videos .mobile-pages figure a {
  display: block;
  width: 100%;
  height: 100%;
}

main.videos .mobile-pages figure a .title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  position: absolute;
  width: 100%;
  padding: 15px;
  bottom: 0;
}

main.videos .page .item.active {
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  top: 0;
  flex: auto;
  left: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  z-index: 99999999;
}

main.videos .page .item.active figure img {
  top: 0;
  left: 0;
  height: 100vh !important;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  transform: translateX(0) translateY(0);
}

main .contactPage h1 {
  border: none !important;
  display: block;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
}

main .contactPage .contact .item {
  display: block;
  margin-bottom: 15px;
  padding-left: 0px !important;
  margin-left: -10px;
  color: #fff;
  margin-top: 25px;
}

main .contactPage .contact .item .icon {
  float: left;
  width: 10%;
  text-align: center;
}

main .contactPage .contact .item .info {
  float: left;
  padding-right: 10%;
  width: 90%;
}

main .contactPage .contact .item .info p {
  margin-bottom: 0px;
}

main .contactPage .contact .item .info a {
  color: #FFF;
}

main .contactPage .social-accounts a {
  width: 47px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  display: inline-block;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-left: -6px;
  font-size: 22px;
}

main .contactPage .social-accounts a:hover {
  color: #87633c;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

main .contactPage .social-accounts h1 {
  margin: 50px 0 0 0;
  margin-bottom: 30px;
}

main .contactPage .social-accounts {
  margin-bottom: 20px;
}

main .contactPage .map #map {
  border-left: 2px solid #87633c !important;
  width: 100%;
  height: 500px;
}

main.estetik-uygulama:after {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 50px;
  width: 200px;
  height: 40px;
  background-size: 100%;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
}

.sliderWrapper video {
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  margin-left: -50%;
}

.sliderWrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.videos .owl-nav {
  width: 100% !important;
  position: absolute;
  left: 0%;
  width: 100%;
  top: 42%;
  z-index: 9999;
}

.videos .owl-nav button {
  width: 40px;
  height: 65px;
  background: #87633c;
  text-align: center;
}

.videos .owl-nav .owl-prev {
  z-index: 99999;
  color: #fff !important;
  float: left;
  font-size: 40px !important;

  outline: none !important;
  margin: 0px !important;

  display: block;
  width: 40px;
  height: 65px;
  background-color: #87633c !important;
  text-align: center;
  border-radius: 0;
}

.videos .owl-nav .owl-next {
  z-index: 99999;
  color: #fff !important;
  float: right;
  font-size: 40px !important;

  outline: none !important;
  margin: 0px !important;

  display: block;
  width: 40px;
  height: 65px;
  background-color: #87633c !important;
  text-align: center;
  border-radius: 0;
}

.videos .owl-nav span {
  display: inline-block;
  height: 65px;
  width: 100%;
  padding: 0;
  line-height: 42px;
}

.gallery .gallery {
  position: relative;
}

.gallery .gallery .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -32.5px;
  z-index: 99999999;
}

.gallery .gallery .owl-nav button {
  margin: 0;
  display: block;
  background: #87633c;
  width: 40px;
  height: 65px;
  border-radius: 0;
  outline: none !important;
}

.gallery .owl-nav .owl-prev {
  margin: 0;
  display: block;
  background: #87633c;
  width: 50px;
  height: 65px;
}

.gallery .owl-nav .owl-next {
  margin: 0;
  display: block;
  background: #87633c;
  width: 50px;
  height: 65px;
}

.gallery .owl-nav button span {
  display: block;
  font-size: 55px;
  color: #FFF;
  width: 100%;
  height: 65px;
  line-height: 0.99;
  outline: none !important;
}

.gallery .owl-nav button.owl-prev {
  float: left;
}

.gallery .owl-nav button.owl-next {
  float: right;
}

.logos {
  position: absolute;
  bottom: 5%;
  right: 0;
  /* width: 603px; */
  margin-right: 45px;
}

.logos a {
  width: 85px;
  float: right;
  margin: 5px;
}

.logos a img {
  max-width: 100%;
}

#videoBG {
  position: fixed;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
}

main.contact .pageIn .text {
  padding: 0;
  border: 5px solid #87633c;
  height: auto;
}
main.contact .pageIn .text h1 {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}
main.contact .pageIn .text .item {
  margin-bottom: 35px;
}
main.contact .pageIn .text .item .icon {
  float: left;
  width: 30px;
  text-align: center;
  color: #FFF;
}
main.contact .pageIn .text .item .info {
  float: left;
  width: calc(100% - 30px);
}
main.contact .pageIn .text .item .info {
  color: #FFF;
}
main.contact .map {
  border-left: 5px solid #87633c;
}
main.contact .pageIn .text .item .info a {
  color: #FFF;
}
main.contact .pageIn .text .social-accounts a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #FFF;
}
main.contact .pageIn .text .social-accounts a:hover {
  color: #87633c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
main.contact .pageIn .text .social-accounts .realself {
  display: inline-block;
  margin-left: 10px;
}
main.contact .pageIn .text .social-accounts .realself a {
  background-image:url('../images/realself.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 90px !important;
  height: 25px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 3px;
}
main.contact .pageIn .text .social-accounts .realself a:hover {
  background-image:url('../images/realself-hover.png');
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-responsive{
  position:fixed;
  width:100%;
  height:100%;
}

.video-responsive video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.exitButton{
  position:absolute;
  left: 8px;
  top:10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999999;
  position: relative;
  color: #ffff;
}

.exitButton:before{
  position:absolute;
  content:"";
  background-color:#fff;
  width: 2px;
  height: 38px;
  left: 0;
  top: 0;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  left: 20px;
}

.exitButton:after{
  position:absolute;
  content:"";
  background-color:#fff;
  width: 2px;
  height: 38px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  left: 20px;
}
main.guncel-konular{background-position: 0 0; background-size: auto 100%; background-repeat: no-repeat;  }
main.guncel-konular .pageIn .text{    border: 2px solid #87633c;}
main.guncel-konular .pageIn h1{font-family: 'CentraNo2-Book' !important; }
main.guncel-konular:after {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 50px;
  width: 200px;
  height: 40px;
  background-size: 100%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
}