@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700|Roboto:300,400,500,700&subset=latin-ext');
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('hover.css');
@import url('magnific-popup.css');
@import url('owl.carousel.css');
@import url('owl.transitions.css');
@import url('settings.css');
@import url('layers.css');
@import url('navigation.css');

.logo img{
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.2) 30%, #fff 50%, rgba(0,0,0,.2) 70%);
  -webkit-mask-size: 200%;
  animation: shine 4s infinite;
}

.loading-image{
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.2) 30%, #fff 50%, rgba(0,0,0,.2) 70%);
  -webkit-mask-size: 200%;
  animation: shine 4s infinite;
}


@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 50%;
  }

  to {
    -webkit-mask-position: -150%;
  }
}

html{
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: "Muli", sans-serif;
  font-size: 1em;
  line-height: 1.65;
  color: rgba(255,255,255,0.5);
  background-color: #272727;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c78b70;
}

::selection{
  background-color:#c78b70;
  color:#fff;
}

-webkit-::selection{
  background-color:#c78b70;
  color:#fff;
}

::-moz-selection{
  background-color:#c78b70;
  color:#fff;
}

img {
  max-width: 100%;
}

/* 1.2 Typography */

a:hover, a:active, a:focus, a:visited{
  text-decoration: none;
}



.thin {
  font-family: "Muli";
  font-size: 1.2em;
}

h1,
.h1{

  font-weight: 400;
  font-size: 8vmin;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #fff;
}

h2,
.h2{

  font-weight: 400;
  font-size: 2.1875em;
  letter-spacing: 0.2em;
  color: #fff;
}

h3,
.h3{

  font-size: 1.875em;
  line-height: 1.1;
  font-weight: normal;
  color:#fff;
}

h4,
.h4{

  font-size: 1.125em;
  line-height: 1.35;
  font-weight: normal;
  color:#fff;
  letter-spacing: 0.2em;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a{
  color:inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover{
  text-decoration: none;
}

p{
  margin-bottom: 1.6em;
  text-align: inherit;
}

b, strong{

}

ul{
  list-style: none;
  padding-left: 0;
}

a {
  color:#c78b70;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

a:hover,
a:focus {
  color:#c78b70;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.3 Fields */



.form-control,
textarea.form-control{
  font-size: 1em;
  height: 3.1em;
  border-radius: 0.75em;
  padding-left: 22px;
  color: #fff;
  background-color: #323232;
  border:1px solid #323232;
  -webkit-box-shadow:none;
  box-shadow:none;
  -webkit-appearance: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

textarea.form-control{
  height: 7.9em;
  padding-top:1.1em;
  resize:none;
}

.form-control:focus{
  border-color:#c78b70;
  outline: 0;
  -webkit-box-shadow:none;
  box-shadow:none;
}

.form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control.error{
  border-color:#c78b70;
}

.form-group{
  margin-bottom: 20px;
}

.wobble-error{
  -webkit-animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
  animation: hvr-wobble-horizontal 1s ease-in-out 0s 1 normal;
}

label.error{
  display: none!important;
}



/* 1.4 Buttons */



.btn{

  position: relative;
  display: inline-block;
  border:0.2em solid #c78b70;
  border-radius: 30px;
  padding:1.1em 2.2em 1.05em;
  font-size: 0.875em;
  color:#fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #c78b70;
  border:0;
  -webkit-transition: all .3s ease-out!important;
  transition: all .3s ease-out!important;
}

.btn:hover,
.btn:focus{
  color: #fff;
  background-color: #323232;
  -webkit-box-shadow:none;
  box-shadow: none;
  outline: none!important;
}

.btn .icon-next{
  position: relative;
  top:-0.1em;
  margin-left: 0.6em;
  vertical-align: middle;
}

.btn-gray{
  background-color: #323232;
  border-color: #323232;
}

.btn-gray:hover{

  background-color: #af7962;
}

.btn-shadow-1{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}

.btn-shadow-2{
  box-shadow:0 15px 34px rgba(0,0,0,0.18);
}



/* 1.5 Icons */



.icon-next{
  display: inline-block;
  width:0.94em;
  height: 0.75em;
  background:url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size:0.94em 0.75em;
}



/* 1.6 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#272727;
  color:#fff;
  text-align: center;
}

.loader-brand{
  position: absolute;
  left:0;
  width: 100%;
  top:50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c78b70;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
      transform: perspective(140px) rotateX(0deg);
      opacity: 1;
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
      }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
      transform: perspective(140px) rotateX(0deg);
      opacity: 1;
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
      }
}



/* 1.7 Content styles */



.layout{
  position: relative;
  overflow: hidden;
}

.text-primary{
  color:#c78b70;
}

.page-lines{
  position: absolute;
  z-index: -1;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.page-lines .col-line{
  padding: 0;
}

.page-lines .line{
  position: absolute;
  left: 0;
  width: 1px;
  height: 50000px;
  background-color:rgba(255,255,255,0.08);
}

.page-lines .col-line:last-child .line:last-child{
  left: auto;
  right: 0;
}

.row-base{
  margin-top: -3em;
}

.col-base{
  margin-top: 3em;
}

.section{
  position: relative;
  padding-top: 5.1em;
  padding-bottom: 5.1em;
}

.section-page {
  padding:3.1em 0;

}
.section-page.bilgi-bankasi{
  padding-bottom: 0px;
}

.section-page.projects{
  padding:0px;
}

.section-page.contact-details {
  padding:0px;
  direction: ltr;
}

.section-header{
  position: relative;
}

.section-title{
  text-align: center;
  margin:0;
  margin-left: 0.32em;
}

.fade-title-left,
.fade-title-right{

  font-weight: 700;
  font-size: 8.1em;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top:0.03em;
  opacity: 0.02;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fade-title-right{
  left:100%;
}

.section-content{
  margin-top: 4.1em;

}


.projects.section{
  /* padding-top:20px; */
  background-color: #272727;
  padding-bottom: 0px;
}


.slide-subtitle h3 {
  font-size: 58px !important;
  font-style: initial;
  font-weight: 700 !important;
}

.projects.section .section-content {
  margin-top:0px;
}


.projects.section .section-title{
  margin-bottom: 30px;
}
.projects.section .icon {
  margin:0 auto; display:block
}
/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



.header-inner .vertical-panel-content{
  bottom:auto;
  top: 17.3vmin;
  background-color: #131313;
}



/* 2.1 Brand */



.brand-panel{
  position: absolute;
  z-index: 35;
  left: 0;
  top:0;
  width: 31.47vmin;
  height: 20.7vmin;
  padding: 3.4vmin 4em;
  background-color: #131313;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 0 50px 0;
}

.brand{
  display: inline-block;

  font-weight: 700;
  font-size:4vmin;
  line-height: 1;
  color: #fff;
}

.brand:hover,
.brand:focus{
  color: #fff;
  text-decoration: none;
}

.brand-name{
  position: absolute;
  z-index: -1;
  bottom: -0.4em;
  right:-0.38em;


  font-weight: 700;
  font-size: 8.75em;
  line-height: 1;
  opacity: 0.04;
  color: #fff;
}

.slide-number{


  margin-top: 8vmin;
}

.slide-number .current-number{
  font-size: 8vmin;
  letter-spacing: 0.1em;
  line-height: 1;
}

.slide-number sup{
  display: inline-block;
  position: relative;
  top:-3px;
  font-size: 2vmin;
  letter-spacing: 0.1em;
  color: #5e5e5e;
  vertical-align: top;
  margin-left: 0.46em;
}

.slide-number sup .delimiter{
  display: inline-block;
  margin-right: 0.4em;
}

.header-phone{

  font-weight: 300;
  font-size: 0.81em;
  letter-spacing: 0.32em;
  position: absolute;
  z-index: 3;
  color: #fff;
  left: 50vmin;
  top:5.9vmin;
}

@media (max-width: 480px){
  .header-phone{
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .header-phone{
    display: none;
  }
}



/* 2.2 Vertical Panel */



.vertical-panel,
.vertical-panel-content{
  position: absolute;
  width: 12.735vmin;
  left: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vertical-panel{
  z-index: 33;
  height: 10000px;
  background-color: #131313;
}

.vertical-panel-content{
  z-index: 34;
}

.vertical-panel-info{
  margin-bottom: 3.5vmin;
}

.vertical-panel-info .line{
  height: 5vmin;
  width: 1px;
  margin:15px auto 0;
  background-color:#646464;
}

.vertical-panel-title{

  font-size: 11px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .7em;
  color: #fff;
  position: relative;
  left: -9px;
  margin: 0 auto;
  width: 1px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  font-weight: 700;
}

@media (max-height: 850px){

}

.social-list{
  margin-bottom: 3.5vmin;
}

.social-list li{
  margin-top: 3.8vmin;
}

.social-list .fa{
  font-size: 2.4vmin;
  color: #606060;
}

.social-list .fa:hover{
  color:#c78b70;
  text-decoration: none;
}



/* 2.3 Navbar Desctop */



.navbar-desctop{
  display: none;
  position: absolute;
  z-index: 2;
  top:0;
  left:0;
  width: 100%;
  padding:5.9vmin 0 0;
  padding-right: 3vmin;
}

.navbar-desctop .brand{
  display: none;
  float:left;
  position: relative;
  top:-3px;
  font-size: 1.6em;
}

.navbar-desctop-menu{
  float: right;

  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.navbar-desctop-menu li{
  position: relative;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.navbar-desctop-menu li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.navbar-desctop-menu > li > a{
  background-color: rgba(0,0,0,.5);
  color: #fff;
}

.navbar-desctop-menu li:hover > a,
.navbar-desctop-menu .active > a{
  background-color: #c78b70;
  color: #fff;
}



.navbar-desctop-menu  > li{
  float: left;
  margin-left: .7em;
}

.navbar-desctop-menu > li > a{
  color: #fff;
  background-color: rgba(0,0,0,.4);
  margin-bottom: 1.5em;
  padding: .7em .8em;
  font-size: 13px;
  font-weight: 500;
}

#footer .navbar-desctop-menu > li > a {
  background-color: transparent;
}

#footer .navbar-desctop-menu li a:hover, #footer .navbar-desctop-menu .active > a{
  background-color: #c78b70;
}

.navbar-desctop-menu li ul{
  position: absolute;
  z-index: 10;
  padding:0px;
  left: 100%;
  top:60%;
  visibility: hidden;
  min-width: 200px;
  opacity: 0;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  background:rgba(50, 50, 50, 0.95);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.navbar-desctop-menu > li > ul{
  left: 50%;
  margin-top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.navbar-desctop-menu li:hover > ul{
  top:0;
  visibility: visible;
  opacity: 1;
}

.navbar-desctop-menu > li:hover > ul{
  top:100%;
}

.navbar-desctop-menu li li{
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.navbar-desctop-menu li li:last-child{
  border-bottom: 0;
}

.navbar-desctop-menu li li a{
  color: #fff;
  padding: 12px 20px 10px;
  font-size: 13px;
}



/* 2.4 Navbar Desctop Affix */



.navbar-desctop.affix{
  position: fixed;
  z-index: 45;
  top:0;
  background-color:rgba(50, 50, 50, 0.95);
  padding:1.3em 0 0;
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
}

.navbar-desctop.affix.affix-top{
  padding-top:2.2em;
}

.navbar-desctop.affix .brand{
  display: inline-block;
}

.navbar-desctop.affix .navbar-desctop-menu li a{
  color: #fff;
  background-color: transparent;
}

.navbar-desctop.affix .navbar-desctop-menu li:hover >  a{
  color: #fff;
  background-color: #c78b70;
}


.navbar-desctop.affix .navbar-desctop-menu li > a:hover,
.navbar-desctop.affix .navbar-desctop-menu .active > a{
  color:#fff;
}


.navbar-desctop.affix .lang {
  display: none;
}


/* 2.5 Navbar Mobile */



.navbar-mobile{
  position: absolute;
  z-index: 2;
  left: 0;
  top:0;
  width: 100%;
  padding: 1.2em 0;
}

.navbar-mobile .brand{
  display: none;
  margin-left: 15px;
  font-size: 1.6em;
}

.navbar-collapse{
  border:0;
  background-color: rgba(50, 50, 50, 0.95);
  -webkit-box-shadow:none;
  box-shadow:none;
}

@media (max-height: 320px ){
  .navbar-collapse{
    max-height: 240px;
  }
}

.btn-lang-group-mobile {
  padding-top: 12px;
  border-top: 1px solid #444;
}

.btn-mobile-lang{
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #111;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  margin-right: 5px;
}

.btn-mobile-lang.active{
  background-color: #c78a70;
  color: #fff;
}

.navbar-toggle{
  padding: 0;
  /* margin-top: -34px; */
  margin-bottom: 0;
  border-radius: 0;
  border:0;
  display: block;
  float: right;
  position: relative;
  /* right: 0px; */
  background-color: rgba(50, 50, 50, 0.95);
  padding: 10px 6px;
  /* top: 0px; */
}

.navbar-mobile.affix .navbar-toggle{
  /* margin-top: -47px; */
  background-color: transparent;
}

.navbar-toggle .icon-bar{
  background-color:#fff;
  height: 2px;
  width: 30px;
}

.navbar-toggle .icon-bar + .icon-bar{
  margin-top:5px;
}

.navbar-toggle.collapsed .icon-bar{
  background-color: #fff;
}

.navbar-nav-mobile{

  font-weight: 300;
  font-size: 0.9em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding-top: 1.2em;
  margin-bottom: 0;
  margin-top: 0px;
}

.navbar-nav-mobile li{
  position: relative;
  border-top:1px solid rgba(255,255,255,0.1);
}

.navbar-nav-mobile li a{
  display: block;
  padding: 1em 1em;
  color: #fff;
  text-decoration: none;
}

.navbar-nav-mobile > .current > a{
  color: #c78b70;
}

.navbar-nav-mobile li a .fa-angle-down{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.navbar-nav-mobile > .current > a .fa-angle-down{
  top:-0.2em;
  left:-0.3em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav-mobile > .active > a,
.navbar-nav-mobile > .active > a:hover{
  background-color: #c78b70;
  color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.navbar-nav-mobile ul{
  display: none;
  padding-left: 15px;
}

.navbar-nav-mobile li a:hover,
.navbar-nav-mobile li .active > a{
  color: #c78b70;
}



/* 2.6 Navbar Mobile Affix */



.navbar-mobile.affix{
  position: fixed;
  z-index: 55;
  background-color:rgba(50, 50, 50, 0.95);
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
  padding: 1.2em 0;
}

.navbar-mobile.affix .brand{
  display: inline-block;
}

.navbar-mobile.affix .navbar-toggle .icon-bar{
  background-color:#c78b70;
}



/*-------------------------------------------------------------------------------
  3. Main
-------------------------------------------------------------------------------*/



.main{
  position: relative;
  overflow: hidden;
  min-height: 420px;
}

.main-inner{
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 33.7vmin 0 33.7vmin;
}


.main-inner .page-lines{
  z-index: 1;
}

.main-inner:after{
  content:'';
  position: absolute;
  left: 0;
  width: 100%;
  height: 101%;
  top:0;
  background: -webkit-linear-gradient(bottom,  rgba(39,39,39,1) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(39,39,39,1) 0%,rgba(39,39,39,0.95) 26%,rgba(39,39,39,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.8;
}

.main-projects,
.main-contacts{
  padding:28.2vmin 0 16vmin;
}

.sub-header {
  padding: 28.2vmin 0 16vmin;
  background-size: cover;
  background-position: center 0;

}


.sub-header.projects{
  padding-bottom: 0px;
}


.main-project{
  padding: 33.7vmin 0 11vmin;
  background-size: cover;
  background-position: center 0;
}

.main-header{
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: right;
  padding-left: 38.5vmin;
}

.main-header h1{
  color: #fff;
  margin:0;
  margin-right: -0.32em;
  font-size: 4vmin;
}



/* 3.1 Slider */



.rev_slider{
  color: #fff;
  min-height: 420px;
}

.rev_slider .btn{
  -webkit-transition: background-color .3s ease-out!important;
  transition: background-color .3s ease-out!important;
}

.tp-caption{
  padding: 0 20px;
  text-align: right;
}

.arrow-left,
.arrow-right{
  position: absolute;
  z-index: 4;
  bottom: 4vh;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arrow-left{
  left: 22vmin;
}

.arrow-right{
  right: 15px;
}

.arrow-left:after,
.arrow-right:before{
  content:'';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;


  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
}


.arrow-left:before,
.arrow-right:after{
  content:'';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 32px;
  opacity: 0.45;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


.arrow-left:hover:before,
.arrow-right:hover:after{
  opacity: 1;
}


.arrow-left:before{
  background: url(../img/img-icon/prev.png) 0 0 no-repeat;
  background-size: 40px 32px;
  margin-right: 0.82em;
}

.arrow-right:after{
  background: url(../img/img-icon/next.png) 0 0 no-repeat;
  background-size: 40px 32px;
  margin-left: 0.72em;
}

.slide-title{

  font-size: 50px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.slide-subtitle{
  line-height: 35px;

  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.12em;

}



/* ------------------------------------------------------------------------------- */
/*  4. About
/* ------------------------------------------------------------------------------- */



.bg-about{

  background-size: cover;
}

.section.about .section-content{
  border: 1px solid #393939;
  padding: 50px 50px 45px;
  background-color: #272727;

}




.section.about {
  background: url("../img/about-bg.png") no-repeat right center #131313;
  /* padding-bottom: 5.1em; */
}




.entry-title{
  font-size: 3.6em;
  margin:0 0 1em;
}

.entry-text{
  font-size: 1.6em;
  line-height: 1.6;
}

.about .fade-title-left{
  top:1.35em;
}

.col-about-title{
  margin-top: -11px;
  margin-bottom:1.1em;
}

.col-about-info p:last-child{
  margin-bottom: 0;
}

.col-about-img{
  position: relative;
}

.col-about-img img{
  display: block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}



/* 4.1 Services */



.row-services{
  margin-left: -4.1em;
  margin-right: -4.1em;
}

.col-service{
  padding: 0 4.1em;
}

.service-item{
  margin-bottom:2em;
  padding:0 15px;
}

.service-item:last-child{
  margin-bottom: 0;
}

.service-item h4{
  margin-top: 0.8em;
  margin-bottom: 1.1em;
  font-size: 1em;
}

.services .service-item h4{
  margin-top: 1.25em;
}

.service-item p:last-child{
  margin-bottom: 0;
}

.section.services h2.section-title {
  letter-spacing: .26em;
}


/* 4.2 Object Map */



.objects{
  position: relative;
}

.object-label{
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #e5bf93;
  box-shadow:0  0  70px 8px rgba(197,164,126,0.75);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.object-label:hover{
  box-shadow:none;
}

.popover.top{
  margin-top: -20px;
}

.object-info{
  position: absolute;
  display: none;
  z-index: 1;
  left: 50%;
  bottom: 40px;
  width: 12.4em;
  margin-left: -6.2em;
  padding: 1.1em 1.3em 3em;
  border:0;
  background-color: rgba(0,0,0,0.3);
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow:none;
}

.object-info.in{
  display: block;
}

.object-info:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 14px solid rgba(0,0,0,0.3);
}

.object-title{
  font-size: 1em;

  font-weight: normal;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color:#c78b70;
  padding: 0 0 1em;
  border-bottom:1px solid rgba(249,249,249,0.2);
  margin: 0 0 .5em;
}

.object-content{

  font-size: 0.75em;
  line-height: 2.6;
  color: #fff;
  padding: 0;
}

.popover.top>.arrow{
  border-top-color: transparent;
}

.popover.top>.arrow:after{
  border-top-color:rgba(0,0,0,0.6);
}




/* ------------------------------------------------------------------------------- */
/*  5. Projects
/* ------------------------------------------------------------------------------- */



.bg-projects{
  position: relative;

  background-size: cover;
}

.project{
  padding: 0;
  overflow: hidden;
}

.project figure{
  position: relative;
}

.collection figure {

  margin-bottom: 40px;
}

.project figure img{
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.collection figure img {
  width: 105%;
}


.gallery-show figure {
  overflow: hidden;

}


.project:not(.collection) figure:after{
  content:'';
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}


.project.project-light figure:after{
  opacity: 0;
}

.project.project-light .desc {
  width: auto;
  left: -100px;
  position: absolute;
  bottom: 30px;
  background-color: rgba(199, 138, 112, .7);
  font-size: 22px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

  font-weight: normal;
  line-height: 1.45;
  letter-spacing: 0.07em;
  opacity: 0;
  text-align: left;
  color: #fff;
  padding: 15px 30px;
}

.project.project-light .desc p {
  display: block;
  margin:0px;
  padding:0px;
  color:#fff;
  -webkit-transition: all 1s ease .6s;
  -moz-transition: all 1s ease .6s;
  -ms-transition: all 1s ease .6s;
  -o-transition: all 1s ease .6s;
  transition: all 1s ease .6s;
  opacity: 0;
  position: relative;
}

.project.project-light:hover .desc {
  left:0px;
  opacity: 1;
}

.project.project-light:hover .desc p{
  opacity: 1;
}

.project figcaption{
  position: absolute;
  left: 0;
  top:0;
  padding: 4.2em 3.6em;
}

.collection_all figcaption{
  right: 0;
  bottom:0;
  z-index: 2;
}
.collection figcaption{
  padding:1.2em 1.5em;
}

.project-title{
  position: relative;
  opacity: 1;
  top: 30px;
  left:0;
  margin:0;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.45;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-category{
  position: absolute;
  left: 0;
  bottom: 0;
  margin:0 0 -0.8em;

  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom{
  position: absolute;
  left: 50%;
  top:50%;
  width: 9em;
  height: 9em;
  margin:-4.5em;
  border-radius: 50%;
  background-color: rgba(199, 138, 112, .7);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform:scale(0.5);
  -o-transform:scale(0.5);
  transform:scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.collection .project-zoom{
  background-color: rgb(199, 138, 112);
  width: 5em;
  height: 5em;
  margin: -2.5em;
}

.project-zoom:after{
  content: '';
  position: absolute;
  left: 50%;
  top:50%;
  width: 2.625em;
  height:2.625em;
  background:url(../img/img-icon/zoom.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.collection .project-zoom:after {

  width: 2.325em;
  height: 2.325em;


}

.project:hover figure:after{
  opacity: 0.6;
}

.project:hover:not(.collection) figure img{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.project:hover figure .project-title{
  top: 0px;
  opacity: 1;
}


.detail-text{
  font-weight: 400;
  font-family: "Allura";
  font-size: 34px;
  margin-top: 5vmin;
  margin-bottom: 5vmin;
}

.project:hover figure .project-category{
  opacity: 0;
  letter-spacing: 2em;
}

.project:hover figure .project-zoom{
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
}

.project.collection .project-title {
  display: inline-block;
  background-color: #c7886e;
  padding: 8px 20px;
  font-size: 1.5em;
  left: 0;
}


/* 5.1 Carousel */



.owl-prev,
.owl-next{
  position: absolute;
  top:50%;

  font-size:1em;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-top:4px;
  padding-bottom: 4px;
}

.owl-prev:hover,
.owl-next:hover{
  opacity: 1;
}

.owl-prev{
  left: 0.8em;
  padding-left: 35px;
  background:  #c78b6f url(../img/img-icon/prev.png) 10% 50% no-repeat;
  background-size: 1.3em 1em;
  padding-right: 10px;
}

.owl-next{
  left: auto;
  right: 0.8em;
  padding-right: 33px;
  background: #c78b6f url(../img/img-icon/next.png) 90% 50% no-repeat;
  background-size: 1.3em 1em;
  padding-left: 10px;
}



/* 5.2 Magnific popup */



.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 460px;
}


.mfp-title{
  padding-right: 40px;
  font-size:1.2em;
  line-height: 1.2;
  margin-top: 3px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}

.mfp-counter{
  top:5px;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
  perspective: 1300px
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
  -ms-transform:rotateX(0);
  -o-transform:rotateX(0);
  transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);

}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur
.mfp-image-holder .mfp-close{
  cursor:url(../img/zoom-out.cur), zoom-out;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* 5.3 Project Details */



.project-title-info{

  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2.2em;
  margin-left: -1.8em;
}

.project-title-info .project-info-item{
  display: inline-block;
  margin-left: 1.8em;
}

.project-details-item{
  position: relative;
}

.project-details-img{
  position: relative;
  padding: 0;
}

.project-details-info{
  background-color: #c78b70;
  padding: 4.8em 3.1em 4.8em;
  color:#fff;
}

.project-details-title{
  position: relative;

  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7em;
}

.project-details-title:before{
  content: '';
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #ededed;
  left: -4.4em;
  width: 5.5em;
}

.project-details-descr{
  font-size: 1.1em;
  line-height: 1.62;
  height: 84px;
  overflow: hidden;
}

.b2b-button {
  position: absolute;
  right: 0px;
  top: -40px;
}


.navbar-desctop.affix .b2b-button{
  display: none;
}

.project-details-descr p:last-child{
  margin-bottom: 0;
}
.project-details-item:nth-child(odd) .project-details-title:before{
  left: auto;
  right: -4.4em;
}


.project-details-item:nth-child(even) .project-details-info{
  right:0;
  left: auto;
  top:13%;
  background-color: #212121;
}



/* ------------------------------------------------------------------------------- */
/*  6. Experience
/* ------------------------------------------------------------------------------- */



.experience{
  text-align: center;
}

.text-parallax {
  background: no-repeat 0 0;
  display: inline-block;
}

.text-parallax-content{

  font-weight: 700;
  font-size: 21.8em;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 0;
  background: #272727;
  color:#fff;
  mix-blend-mode: darken;
  -ms-mix-blend-mode:darken;
}

.experience-info{
  position: relative;
  top: -0.75em;

  font-size: 1.5625em;
  line-height: 1.45;
  letter-spacing: 0.06em;
  display: inline-block;
  text-align: left;
  margin:0 0 0 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  7. Clients
/* ------------------------------------------------------------------------------- */



.clients{
  text-align: center;
}

.clients-list{
  margin:-3.8em -1.95em 0;
}

.clients-list .client{
  display: inline-block;
  vertical-align: middle;
  padding: 3.8em 1.95em 0;
  margin:0;
}

.clients-list .client img{
  opacity: 0.3;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.clients-list .client a:hover img{
  opacity: 1;
}



/* ------------------------------------------------------------------------------- */
/*  8. Blog
/* ------------------------------------------------------------------------------- */




.bg-blog{

  background-size: cover;
}

.blog{
  position: relative;
  margin-bottom: 3em;
  margin-right: 1px;
  background-color: #373737;
  box-shadow:0 1px 15px rgba(0,0,0,0.08);
}

.blog:last-child{
  margin-bottom: 0;
}

.blog-thumbnail{
  position: static;
}

.blog-thumbnail-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border-radius: 0.25em 0 0 0.25em;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 0;
}

.blog-thumbnail-img img{
  border-radius: 0.25em 0.25em 0 0;
}

.blog-info{
  padding: 3.3em 3em;
}

.blog-info .blog-tags a{
  background-color: #434343;
}

.blog-tags{

  margin-top:-0.8em;
}

.blog-tags a{
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.77em 1.1em 0.77em;
  border-radius: 2em;
  background-color: #333333;
  text-transform: uppercase;
  color:#6f6f6f;
  margin-top: 0.8em;
  margin:0.8em 0.7em 0 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-tags a:hover{
  background-color:#c78b70;
  text-decoration: none;
  color: #fff;
}

.blog-title{

  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.333;
  margin: 1.8em 0 0.8em;
}

.blog-info p{
  margin-bottom: 0;
  color:#fff;
}

.blog-meta{
  font-size: 0.88em;
  color:#b4b4b4;
  overflow: hidden;
}

.blog-meta .author{
  color: #686868;
  float: left;
}

.blog-meta .author a{

  color:#686868;
}

.blog-meta .author a:hover{
  text-decoration: none;
  color:#c78b70;
}

.blog-meta .time{
  float: right;
  color:#686868;
}

.blog-info .blog-meta{
  border-top:1px solid #474747;
  margin-top: 1.7em;
  padding-top: 1.7em;
}

.read-more{
  display: inline-block;

  font-size: 0.88em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.read-more{
  padding-right: 2em;
  background:url(../img/img-icon/read-more.png) right 50% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more:hover{
  text-decoration: none;
  background-position: 95% 50%;
}

.blog-info .read-more{
  margin-top: 2.8em;
}



/* 8.1 Blog Details */





.col-secondary{
  margin-top: 7.1em;
}

.post-header{
  margin-bottom: 1em;
}

.post-header h3{

  font-weight: 400;
  font-size: 2.2em;
  line-height: 1.43;
  margin:0 0 0 0;
}

.post-header .blog-meta{
  margin-top: 2.45em;
}

.post-thumbnail{
  margin-bottom: 10px;
}

.post-thumbnail img{
  width: 100%;
  border-radius: 0.25em;
}

.post .blog-tags{
  margin-top: 5.4em;
}

.single-well strong, .single-well b {
  color:#c78a70;
}



/* 8.2 Widgets */



.widget{
  margin-bottom: 3.65em;
}

.widget-title{

  font-weight: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.25em 0;
}



/* 8.3 Widget Recent Post */



.recent-post{
  margin-bottom: 1.7em;
  overflow: hidden;
}

.recent-post:last-child{
  margin-bottom: 0;
}

.recent-post-thumbnail{
  width: 7.32em;
  float: left;
}

.recent-post-thumbnail img{
  border-radius: 0.25em;
  max-width: 100%;
}

.recent-post-body{
  padding-left: 2.2em;
}

.recent-post-title{

  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.45;
  text-transform: none;
  letter-spacing: 0;
  margin:0;
  position: relative;
}

.recent-post-time{
  font-size: 0.88em;
  color:#b4b4b4;
  margin-top: 0.9em;
}



/* ------------------------------------------------------------------------------- */
/*  9. Contacts
/* ------------------------------------------------------------------------------- */



.bg-contacts{

  background-size: cover;
}

.contacts .fade-title-right{
  left: 90%;
}

.row-field{
  margin-left: -5px;
  margin-right:-5px;
}

.col-field{
  padding: 0 5px;
}

.col-message{
  display: none;
  margin-top: 20px;
}

.col-address{
  font-size: 1.125em;
  line-height: 2.1;
  margin-top: 2em;
}

.form-submit{
  margin-top: 1.2em;
}

.success-message{
  display: none;
}

.error-message{
  display: none;
}

.success-message .fa{
  margin-right: 7px;
  font-size: 1.5em;
}

.contact-details{
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

.col-map{
  height: 35em;
}

.gmap{
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  padding: 0;
  height: 100%;
}

.map-info{
  padding: 1.2em;
}
.map-title{
  margin-bottom: 2em;
}

.map-title h3{
  margin:0;
}

.map-address-row{
  margin-top: 1em;
}

.map-address-row .fa{
  float: left;
  margin: 0.35em 0.6em 0 0;
  width: 1.1em;
  text-align: center;
  color: #c78b70;
  font-size: 1.2em;
}

.map-address-row  .text{
  display: block;
  overflow: hidden;
  font-size: 1.15em;
}

.contact-info{
  color:#fff;
  padding:0;
  background-size: cover;
}

.contact-info-content{
  padding: 3.5em 5.6em;
  background-color: rgba(199, 138, 112, .9);
}

.contact-info-title{

  font-size: 80px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color:#fff;
  opacity: 0.1;
  position: absolute;
  top:100%;
  left: 100%;
  margin-top: -0.5em;
  margin-left: -2.3em;
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.contact-row{
  position: relative;
  z-index: 1;
  margin-bottom: 2.3em;
}

.contact-row:last-child{
  margin-bottom: 0;
}

.contact-row h4{
  margin:0 0 0.8em;
  color:#fff;
}

.contact-row .fa{
  float: left;
  width: 1.1em;
  margin-top: -0.15em;
  padding: 1px;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.25;
}

.contact-body{
  padding-left: 2.6em;
}

.contact-content{
  font-size: 1.1em;
}

.phone-row{
  font-size: 1.3em;
  letter-spacing: 0.2em;
  margin-top: 0.5em;
}



/* ------------------------------------------------------------------------------- */
/*  10. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  text-align: center;
  padding: 7.1em 0 1.8em;
  font-size: 12px;
  color: #aaa;
  background-color: #1d1a17;
}

.footer .brand{
  margin-top: -0.45em;
  font-size: 3.4em;
}

.author-link{

  color: #d0d0d0;
}

.author-link:hover{
  text-decoration: none;
}

.footer-bottom{
  font-size: 15px;
  padding-top: 15px;
  border-top: 1px solid #292827;
}

.lang {
  float: right;
  margin-left: 10px;
  position: relative;
}

.lang a{
  display: inline-block;
  padding: .5em 0.9em;
  cursor:pointer;

  font-weight: 300;
  font-size: 1em;

}

.lang .dropdown-menu {
  min-width: auto;
  padding:0px;
  border-radius: 0px;
}

.lang .dropdown-menu li a {
  font-size: 15px;
  font-weight: 400;
}

.lang .dropdown-menu li {
  border-bottom: 1px solid #efefef;
}

.lang .dropdown-menu li:last-child{
  border-bottom:none;
}


.service-item a p {
  color:rgba(255,255,255,0.5);
}

.service-item:hover a h4{
  color:#c78b70;
}


.row-collection {
  margin:0px -10px 30px
}


.collection {
  width:25%;
  float: left;
  padding:0 20px;
}


.urunDetay {
  text-align: center;
  padding: 20px;
  font-size: 18px;
  color: #a0a0a0;
  border-bottom: 1px solid rgba(199, 136, 110, .7);
  border-top: 1px solid rgba(199, 136, 110, .7);
  margin: 20px 0;
}

.slide-overlay {
  position: absolute;
  z-index: 100;
  background-color: rgba(40,40,40,.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tp-parallax-wrap {
  z-index: 101 !important;
}

.slide-title {
  text-shadow: 2px 3px 5px #222;
}
.slide-subtitle {
  /*text-shadow: 2px 2px 1px #222;*/

  background-color: rgba(0,0,0,.3);
  padding:15px 55px !important;
  border-radius: 30px 0 0 0;
}

.section-page.kurumsal, .section-page.kariyer{
  background: url("../img/kurumsal-bg.png") no-repeat left bottom;
  background-size: contain;
}

.page-content .single-well{
  padding:0 20px;
}

.page-content.bilgi b,
.page-content.bilgi strong{
  color:#c78b70;
}

.brochure-box{
  position:relative;
  padding:11px 18px;
  margin-bottom:0px;
  border-bottom: 1px solid #222222;
  background-color: #292929;
}

.brochure-box:hover{
  background-color: #424242;
}

.brochure-box .inner{
  position:relative;
  padding-left:40px;
}

.brochure-box .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:block;
}

.brochure-box .inner .icon{
  position:absolute;
  left:0px;
  top:2px;
  color: #c1886e;
  font-size:24px;
  font-weight:300;
}

.brochure-box .inner .text{
  position:relative;
  font-size:17px;

}

.download-box {
  padding:10px;
  border: 1px solid #313131;
}

.left-menu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.left-menu ul li {
  display: block;
  margin:0px;
  padding: 0px;
  text-align: right;

}


.left-menu ul li a{
  display: block;
  color: #969696;
  border-bottom: 1px dashed #353535;
  padding: 13px 10px;

  font-size: 18px;
  font-weight: 400;
  text-align: right;
  background-color: #232323;
  border-left: 2px solid transparent;
}

.left-menu ul li:first-child a{
  /* padding-top: 0px; */
}

.left-menu ul li:last-child a{
  /* padding-bottom: 0px; */
  border-bottom: none;
}
.left-menu ul li.active a, .left-menu ul li a:hover {
  color: #ffffff;
  border-left-color: #c78b70;
}

.form-group.required label:after{
  content:"*";
  display: inline-block;
  font-size: 16px;
  color:#c78a70;
  margin-left: 5px;

}

.form-control.hata{
  border-color:#6b1316;
}

.form-control.ok{
  border-color:#323232;
}
.form-group label {
  font-weight: 400;
}

.bayiList .text{
  color: rgb(199, 138, 112);
  text-align: left;
  border-bottom: 1px solid rgb(37, 34, 31);
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.bayiList .download-box{
  background-color: #1d1a17; margin-bottom: 30px;
}

/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){



  html{
    font-size: 85%;
  }



  /* Slider */



  .arrow-left{
    top: 50%;
    bottom: auto;
  }

  .arrow-right{
    right: 30px;
    margin-left: 5em;
    top: 50%;
    bottom: auto;
  }



  /* About */



  .entry{
    padding: 0 7.5em;
  }

  .col-about-spec{
    padding: 0 4.4em;
  }



  /* Project Carousel */



  .owl-prev{
    left: 3.6em
  }

  .owl-next{
    right:3.6em;
  }



  /* Projects Deatails */





  .project-details-item{
    margin-bottom: 4.1em;
  }

  .project-details-info{
    position: absolute;
    z-index: 1;
    left: 0;
    top:10%;
    bottom: 10%;
    width: 55%;
  }

  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:15px;
    padding-left: 15px;
  }

}



/* 11.2 Min width 992px */

@media (min-width: 1200px){

  .navbar-mobile{
    position: absolute;
    left: -50000px;
    top: -50000px;
  }

  .navbar-toggle{
    display: none;
  }

}


@media (min-width: 992px){



  html{
    font-size: 92%;
  }



  /* Content styles */

  .text-center-md{
    text-align: center;
  }

  .text-right-md{
    text-align: right;
  }

  .text-left-md{
    text-align: left;
  }






  /* About */

  .col-about-img img{
    max-width: calc(100% + 5px);
    margin-top: 5px;
  }



  /* Project Details */
  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 5px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:5px;
    padding-left: 15px;
  }



  /* Blog Details */
  .col-primary{
    padding-right: 2.2em;
  }

  .col-secondary{
    margin-top: 10.62em;
    margin-left: -5px;
    padding:0 10px 0 0;
  }



  /* Contacts */
  .row-field{
    margin-left: -15px;
  }

  .col-map{
    position:static;
    height: 100%;
  }
}


/* 11.3 Min width 1200px */


@media (min-width: 1200px){


  html{
    font-size: 100%;
  }


  /* Header */
  .main-header{
    padding-left: 0;
    text-align: center;
  }



  /* Project Details */
  .project-details-info{
    width: 44%;
  }

}



@media (max-width: 1400px){
  .collection {
    width:20%;
  }

  .project figcaption {
    padding: 1.2em 1.6em;
  }

  .project.collection .project-title {
    padding: 5px 20px;
    font-size: 1.6em;
  }

  .navbar-desctop-menu > li {
    margin-left: .3em;
  }

  .navbar-desctop-menu > li > a {
    padding: .5em .3em;
  }


  .project-zoom {
    width: 6em;
    height: 6em;
    margin: -3em;
  }

  .project-zoom:after {
    width: 2.325em;
    height: 2.325em;
  }

}


@media (max-width: 1280px){
  .brand-panel {
    width: 28.47vmin;
    height: 19.7vmin;
    padding: 1vmin 2em;
  }

  .vertical-panel, .vertical-panel-content {
    width: 10.735vmin;
  }
}

@media (max-width: 1200px){
  .sub-header {
    padding: 27.9vmin 0 16vmin;
  }


  .select-city-map-vector {
    display: none;
  }

  .main-header {

    padding-left: 4.5vmin;
  }
  .header-inner .vertical-panel-content{
    top:16.3vmin;
  }
  .detail-text {
    font-size: 30px;
    margin-top: 3vmin;
    margin-bottom: 6.6vmin;
  }
}

@media (max-width: 1024px){
  .collection{
    width: 25%;
  }

  .mfp-arrow{
    background-color: #333 !important;
    width: 70px;
    height: 70px;
  }

  .mfp-arrow:after, .mfp-arrow .mfp-a{
    top: 0px;
    margin-top: 23px;
    margin-left: 26px;
  }

  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #c7886e;
  }

  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #c7886e;
  }
}



@media (max-width: 991px){
  .project-details-descr{
    height: 100px;
  }
  .collection{
    width: 33.333%;
  }

  .project-title{
    font-size: 3em;
    left: 15px;
  }


  .owl-prev, .owl-next{
    font-size: 1.3em;
  }
}

@media (max-width: 768px){
  .slide-subtitle h3 {
    font-size: 37px !important;
    margin-bottom: 20px !important;
  }

  .recent-post-body {
    padding-left: 9.2em;
  }


  .project:not(.gallery-show) figure:after{
    opacity: 0;
  }

  .project:not(.gallery-show):hover figure:after{
    opacity: .6;
  }

  #footer .navbar-desctop-menu {
    margin-top: 10px !important;
  }

  .project-details-info {
    margin-bottom: 60px;
  }

  .widget-title {
    text-align: left;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 30px;
  }


  .sub-header.projects .detail-text {
    font-size: 21px;
    margin-top: 3vmin;
    margin-bottom: 7.8vmin;
  }


  .project-details-descr{
    height: auto;
  }



  .sub-header {
    padding:28.7vmin 0 16vmin;
  }

  .owl-next {
    right: 2em;
  }
  .owl-prev{
    left: 2em;
  }


}



/* 11.4 Max height 480px  */

@media (max-width: 650px){
  .brand-panel {
    width: 37.47vmin;
    height: 26.7vmin;
    padding: 2vmin 1.8em;
  }

  .collection{
    width: 50%;
  }

  .header-inner .vertical-panel-content{
    top: 18.3vmin;
  }

  .vertical-panel-title {
    font-size: 9px;
    display: none;
  }

  .sub-header {
    padding: 38.7vmin 0 16vmin;
  }

  .section.about .section-content {
    padding:23px;
  }

  .navbar-desctop-menu > li {
    display: block;
    width: 100%;
    text-align: left;
  }


  .navbar-desctop-menu > li > a{
    margin-bottom: 0px;
  }


  .rev_slider .btn{
    font-size:1.5em;
  }

  .slide-title {
    padding:0 30px !important;
    font-size: 30px !important;
    height: 60px;
    line-height: 35px !important;
  }


  .slide-subtitle {
    padding: 15px 35px !important;
    line-height: 26px !important;
    font-size: 16px !important;
  }


}
@media (max-width: 550px){
  .sub-header {
    padding: 42vmin 0 16vmin;
  }

  .fullMobile {
    width: 100%;
    float: none;
  }
}

@media (max-width: 480px){
  .sub-header {
    padding: 43.7vmin 0 16vmin;
  }

  .sub-header.projects {
    padding: 41.7vmin 0 0;
  }
}



@media (max-width: 420px){
  .sub-header {
    padding: 46.7vmin 0 16vmin;
  }


}


@media (max-width: 380px){
  .sub-header {
    padding: 49.7vmin 0 16vmin;
  }
  .collection{
    width: 100%;
  }
}



@media (max-width: 340px){
  .sub-header {
    padding: 52.5vmin 0 16vmin;
  }


}


@media (max-height: 480px){

  /* Slider */


  .arrow-left{
    top: 43.5vmin;
    bottom: auto;
  }

  .arrow-right{
    left: 28vmin;
    right:auto;
    margin-left: 5em;
    top: 43.5vmin;
    bottom: auto;
  }
}


.alert {
  display: none;
}

.alert-success,
.alert-warning,
.alert-danger,
.alert-info{
  display: block;
}

body.lang_ar {
  direction: rtl;
  font-family: "Arial";
}
#rev_slider, #rev_slider * {
  direction: ltr;
}

.vertical-panel-content, .vertical-panel-content * {
  direction: ltr;
}

.owl-carousel, .owl-carousel *{
  direction: ltr;
}

#selectCityForShop,
#selectCity {
  color: #fff;
  background-color: #323232;
  border: 1px solid #323232;
  padding:10px 50px 10px 20px;
  outline:none;
  margin-left: 10px;
}

@media (max-height: 800px){

  .navbar-desctop{
    padding:6.9vmin 0 0;
    padding-right: 3vmin;
  }

  .b2b-button {
    top: -42px;
  }
}

@media (max-height: 680px){

  .b2b-button {
    top: -38px;
  }

  .brand-panel {

    height: 18.7vmin;
    padding: 2.4vmin 3em;

  }
}

.tooltip_new {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color:#333;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

}

.tooltip_new.active {
  opacity: 1;
}


#detail{
  display:none;
  position:absolute; /*for tooltip positions*/
  width:1050px;
  height:auto;
  margin:0 auto;
  background: #fff;
  border-top:1px solid #1669AD;
  border-bottom:3px solid #1669AD;
  z-index:999;
}


#map {
  clear:both;
  width:1050px;
  height:465px;
  position:relative;

}
#map svg {
  position: relative;
  top: 0px;
  left: 0px;
  top:-130px !important;
}

svg > a {
  cursor: pointer;
  display:block;
}


.new-collection{
  max-width: inherit;
  width: 60px;
  height: 60px;
  position: absolute;
}

.new-collection.positon-1{
  top:15px;
  left:15px;
}

.new-collection.positon-2{
  top:15px;
  right:15px;
}

.new-collection.positon-3{
  bottom:15px;
  left:15px;
}

.new-collection.positon-4{
  bottom:15px;
  right:15px;
}