/*------------------------------------------------------*/
/* FULL WIDTH IMAGES LAYERS 011
/*------------------------------------------------------*/
#fw_il_011 {
  overflow: hidden;
  position: relative;
  background: #000000;
}
#fw_il_011:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#fw_il_011:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_halfr .carousel-control-prev,
.ps_control_halfr .carousel-control-next{
  top: 45%;
  opacity: 0;
  width: 35px;
  height: 75px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 24px;
  cursor: pointer;
  overflow: hidden;
  line-height: 75px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.ps_control_halfr:hover .carousel-control-prev,
.ps_control_halfr:hover .carousel-control-next{
  opacity: 1;
}
.ps_control_halfr .carousel-control-prev{
  left: 0;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;

}
.ps_control_halfr .carousel-control-next{
  right: 0;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 100px 0 0 100px;
}
.ps_control_halfr .carousel-control-prev:hover,
.ps_control_halfr .carousel-control-next:hover{
  color: #ffffff;
  background: rgba(234, 148, 205, 0.5);
}
.ps_control_halfr .carousel-control-prev > span:nth-child(1){
 margin-right: 10px;
}
.ps_control_halfr .carousel-control-next > span:nth-child(1){
  margin-left: 10px;
}
/*---------- SLIDE CAPTION ----------*/
/*---------- BACKGROUND IMAGES ----------*/
#fw_il_011 > .carousel-inner > .carousel-item img {
  width: 100%;
}
#fw_il_011 > .carousel-inner > .carousel-item > .row {
  margin: 0;
}
#fw_il_011 > .carousel-inner > .carousel-item > .row > div {
  opacity: 0.5;
  padding: 0;
}
#fw_il_011 > .carousel-inner > .carousel-item > .row > div:nth-child(1) > img {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
#fw_il_011 > .carousel-inner > .carousel-item > .row > div:nth-child(2) > img {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
#fw_il_011 > .carousel-inner > .carousel-item > .row > div:nth-child(3) > img {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
  animation-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
/*---------- TEXT ----------*/
.fw_il_011_slide {
  top: 27%;
  right: 0;
  left: 10%;
  width: 600px;
  padding: 10px;
  text-align: left;
  overflow: hidden;
  position: absolute;
}
.fw_il_011_slide_center{
  left: 0;
  margin: auto;
  text-align: center;
}
.fw_il_011_slide_right{
  left: auto;
  right: 10%;
  text-align: right;
}
.fw_il_011_slide > h2 {
  color: #ffffff;
  font-size: 50px;
  margin: 0 0 0 0;
  text-shadow: none;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  font-family: 'Niconne', cursive;
}
.fw_il_011_slide > h2 > span{
  color: #ea94cd;
}
.fw_il_011_slide > h1 {
  color: #ffffff;
  margin: 0 0 0 0;
  font-size: 60px;
  font-weight: 700;
  text-shadow: none;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: 'Josefin Sans', sans-serif;
}
.fw_il_011_slide > h1 > span{
  color: #ea94cd;
}
.fw_il_011_slide > p{
  left: 15px;
  width: 400px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  position: absolute;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Josefin Sans', sans-serif;
}
.fw_il_011_slide_center > p{
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.fw_il_011_slide_right > p{
  left: auto;
  right: 10px;
  text-align: right;
}
.fw_il_011_slide > a{
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  margin-top: 75px;
  text-shadow: none;
  padding: 11px 25px;
  position: relative;
  text-align: center;
  background: #ea94cd;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  font-family: 'Josefin Sans', sans-serif;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.fw_il_011_slide > a:hover,
.fw_il_011_slide > a:active{
  color: #ea94cd;
  background: #ffffff;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_il_011_slide {
    top: 1%;
    left: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .fw_il_011_slide_right{
    left: 0;
    right: 0;
    text-align: center;
  }
  .fw_il_011_slide > h2 {
	margin: 0;
    font-size: 20px;
  }
  .fw_il_011_slide > h1 {
    margin: 0;
	font-size: 22px;
  }
  .fw_il_011_slide > p {
    left: 0;
    padding: 0;
    width: 100%;
    position: relative;
    margin: 0 0 5px 0;
	letter-spacing: 1px;
  }
  .fw_il_011_slide_right > p {
    left: 0;
    right: 0;
    text-align: center;
  }
  .fw_il_011_slide > a {
    margin: 0 0 0 0;
  }
  /*---------- LEFT/RIGHT CONTROL ----------*/
  .ps_control_halfr .carousel-control-prev,
  .ps_control_halfr .carousel-control-next{
    display: none;
  }
}

/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_il_011_slide {
    top: 1%;
    left: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .fw_il_011_slide_right{
    left: 0;
    right: 0;
    text-align: center;
  }
  .fw_il_011_slide > h1 {
	font-size: 40px;
  }
  .fw_il_011_slide > p {
    left: 0;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .fw_il_011_slide_right > p {
    left: 0;
    right: 0;
    text-align: center;
  }
  .fw_il_011_slide > a {
    margin-top: 30px;
  }
}

/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px) {
  /*---------- SLIDE CAPTION ----------*/
  .fw_il_011_slide {
    top: 1%;
	left: 0;
  }
  .fw_il_011_slide_right{
    right: 0;
	left: auto;
  }
}

/*--------------------------------------------*/
/* 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);
}