/*------------------------------------------------------*/
/* TEAM 089
/*------------------------------------------------------*/
.team_089{
  overflow: hidden;
  position: relative;
  padding: 70px 5px 50px 5px;
}
.team_089 > .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.team_089 > .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.team_089 > .carousel-inner > .carousel-item{
  overflow: hidden;
}
.team_089 > .carousel-inner > .carousel-item > .row{
  margin: 0;
}
/*---------- INDICATORS CONTROL ----------*/
.team_089_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: 150px;
  width: 90%;
  margin: auto;
  bottom: auto;
  height: 30px;
  font-size: 0;
  display: block;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.team_089_indicators > .carousel-indicators li{
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  margin: 0 5px;
  text-indent: 0;
  font-size: 11px;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  letter-spacing: 1px;
  background: #e8e8e8;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.team_089_indicators > .carousel-indicators .active{
  width: 30px;
  height: 30px;
  border: none;
  margin: 0 5px;
  text-indent: 0;
  font-weight: 700;
  background: #090909;
}
.team_089_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 4px;
}
.team_089_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.team_089_control_button .carousel-control-prev,
.team_089_control_button .carousel-control-next{
  top: auto;
  opacity: 1;
  width: 45px;
  bottom: 0;
  height: 45px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 45px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  letter-spacing: 0;
	border: 1px solid #dcdcdc;
  background: transparent;
  background: none;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.team_089_control_button .carousel-control-prev{
  left: 0;
  right: 55px;
  margin: auto;
}
.team_089_control_button .carousel-control-next{
  left: 55px;
  right: 0;
  margin: auto;
}
.team_089_control_button .carousel-control-prev:hover,
.team_089_control_button .carousel-control-next:hover{
  opacity: 1;
  color: #000;
  background: #fff;
}
/*---------- HEADER ----------*/
.team_089_header > h5,
.team_089_content > h5 > a,
.team_089_content > h6 > a{
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.team_089_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 0 auto 70px auto;
}
.team_089_header > h5{
  color: #f8f8f8;
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  position: relative;
  letter-spacing: 15px;
  padding: 5px 0 10px 0;
  text-transform: uppercase;
}
.team_089_header > h5 > span{ position: absolute; top: -10px; font-size: 40px; opacity: 0.1; left: 0; right: 0; }
/*---------- GRID ----------*/
.team_089_grid{
  padding: 20px;
}
/*---------- GRID FOR MOVING TWO ----------*/
.team_089_grid_mov_2{
  padding: 0;
}
.team_089_grid_mov_2 > .row{
  margin: 0;
}
.team_089_grid_mov_2 > .row > div{
  padding: 5px;
}
/*---------- WRAPPER ----------*/
.team_089_wrapper{
  overflow: hidden;
  position: relative;
}
/*---------- IMAGE ----------*/
.team_089_image{
  overflow: hidden;
  position: relative;
  background: #000000;
	transition:all 0.2s ease-in;
}
.team_089_image:after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  visibility: hidden;
  position: absolute;
  background: rgba(9,9,9,0.8);
  -webkit-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  -ms-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 1s cubic-bezier(0.3,1,0,1);
}
.team_089_wrapper:hover > .team_089_image:after{
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.team_089_image > img{
  width: 100%;
 transition:all 0.2s ease-in;
}
.team_089_image > ul{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  padding: 0;
  width: 37px;
  margin: auto;
  height: 130px;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  position: absolute;
  list-style-type: none;
  -webkit-transform: rotate(-360deg) scale(0);
  -ms-transform: rotate(-360deg) scale(0);
  transform: rotate(-360deg) scale(0);
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  -ms-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 1s cubic-bezier(0.3,1,0,1);
}
.team_089_image > ul > li{
  margin: 2px;
}
.team_089_image > ul > li > a{
  width: 30px;
  height: 30px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
.team_089_image > ul > li > a:hover{
  color: #090909;
  background: #fdff39;
}
.team_089_wrapper:hover > .team_089_image > ul{
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.team_089_image > ul::-webkit-scrollbar{
  width: 2px;
}
.team_089_image > ul::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- CONTENT ----------*/
.team_089_content{
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  height: 100%;
  margin: 30px 0 0 0;
  text-align: center;
  position: relative;
  padding: 15px;
	
}
.team_089_content > h5 > a{
  color: #9c9c9c;
  font-size: 20px;
  font-weight: 500;
	font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.team_089_content > h5 > a:hover{ color: #b1b1b1; }
.team_089_content > p{
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
	font-family: 'Montserrat', sans-serif;
}
.team_089_content > h6 > a{
  color: #505050;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 0.7s cubic-bezier(0.3,1,0,1);
	font-family: 'Montserrat', sans-serif;
}
.team_089_content > h6 > a:hover{ color: #6a6a6a; }
#tarih-alan{position: absolute; z-index: 9999; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100px; height: 90px; padding: 5px; border: 1px solid #f05323; left: 0; right: 0; margin: 0 auto; margin-top: -50px;}
#tarih-alan-ic{position: relative; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 100%; padding: 10px; background: #f05323; text-align: center;}
#tarih-alan-ic-day{position: relative; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'Montserrat', sans-serif;font-weight:800; font-size:24px; color:#fff;}
#tarih-alan-ic-month{position: relative; display: block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-family: 'Montserrat', sans-serif;font-weight:400; font-size:16px; color:#fff;}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  .team_089_header{
    width: 95%;
  }
  .team_089_header > h5{
    font-size: 25px;
  }
}
/*---------- MEDIA 481px - 768px ----------*/
@media (min-width: 481px) and (max-width: 768px){
  .team_089_header{
    width: 95%;
  }
  .team_089_header > h5{
    font-size: 16px;
    letter-spacing: 5px;
  }
  .team_089_header > h5 > span{ position: absolute; top: -10px; font-size: 30px; opacity: 0.1; left: 0; right: 0; }
}
/*--------------------------------------------*/
/* SLIDING TIMING FUNCTIONS
/*--------------------------------------------*/
/*----- ps_ease -----*/
.ps_ease .carousel-item{
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*----- ps_easeInOut -----*/
.ps_easeInOut .carousel-item{
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/*----- ps_speedy -----*/
.ps_speedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0,1,0,1);
  transition-timing-function: cubic-bezier(0,1,0,1);
}
/*----- ps_slowSpeedy -----*/
.ps_slowSpeedy .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1);
  transition-timing-function: cubic-bezier(0.3,1,0,1);
}
/*----- ps_easeOutInCubic -----*/
.ps_easeOutInCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
}
/*----- ps_swing -----*/
.ps_swing .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
  transition-timing-function: cubic-bezier(.02,.01,.47,1);
}
/*----- ps_easeOutCubic -----*/
.ps_easeOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
/*----- ps_easeInOutCubic -----*/
.ps_easeInOutCubic .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
/*----- ps_easeOutCirc -----*/
.ps_easeOutCirc .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
/*----- ps_easeOutExpo -----*/
.ps_easeOutExpo .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
/*----- ps_easeInQuad -----*/
.ps_easeInQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.55,.085,.68,.53);
  transition-timing-function: cubic-bezier(.55,.085,.68,.53);
}
/*----- ps_easeOutQuad -----*/
.ps_easeOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
/*----- ps_easeInOutQuad -----*/
.ps_easeInOutQuad .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.455,.03,.515,.955);
  transition-timing-function: cubic-bezier(.455,.03,.515,.955);
}
/*----- ps_easeOutQuart -----*/
.ps_easeOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
/*----- ps_easeInOutQuart -----*/
.ps_easeInOutQuart .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
}
/*----- ps_easeOutQuint -----*/
.ps_easeOutQuint .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
/*----- ps_easeInSine -----*/
.ps_easeInSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.47,0,.745,.715);
  transition-timing-function: cubic-bezier(.47,0,.745,.715);
}
/*----- ps_easeOutSine -----*/
.ps_easeOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
/*----- ps_easeInOutSine -----*/
.ps_easeInOutSine .carousel-item{
  -webkit-transition-timing-function: cubic-bezier(.445,.05,.55,.95);
  transition-timing-function: cubic-bezier(.445,.05,.55,.95);
}