/*------------------------------------------------------*/
/* JAVASCRIPT FORM 033
/*------------------------------------------------------*/
#js_frm_033 {
  overflow: hidden;
  max-height: 658px;
  position: relative;
  background: #000000;
}
#js_frm_033:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#js_frm_033:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#js_frm_033 > .carousel-inner > .carousel-item > img,
#js_frm_033 > .carousel-inner > .carousel-item > a > img {
  width: 100%;
  opacity: 0.8;
  margin: auto;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_smsquare .carousel-control-prev,
.ps_control_smsquare .carousel-control-next{
  top: 45%;
  opacity: 0;
  width: 36px;
  height: 36px;
  z-index: 100;
  color: #1b344e;
  display: block;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  line-height: 32px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  border: 1px solid #1b344e;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.ps_control_smsquare:hover .carousel-control-prev,
.ps_control_smsquare:hover .carousel-control-next{
  opacity: 1;
}
.ps_control_smsquare .carousel-control-prev{
  left: 1%;
}
.ps_control_smsquare .carousel-control-next{
  right: 1%;
}
.ps_control_smsquare .carousel-control-prev:hover,
.ps_control_smsquare .carousel-control-next:hover{
 color: #ffffff;
 background: #1b344e;
}
.ps_control_smsquare .carousel-control-prev > span:nth-child(1){
 left: 45%;
}
.ps_control_smsquare .carousel-control-next > span:nth-child(1){
 right: 45%;
}
/*---------- SLIDE CAPTION ----------*/
.js_frm_signin{
  top: 5%;
  right: 0;
  left: 10%;
  width: 360px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  background: #011D3A;
  padding: 0 20px 20px 20px;
  border: 2px solid #1b344e;
}
.js_frm_signin_right{
  top: 5%;
  right: 10%;
  left: auto;
}
.js_frm_signin_center{
  top: 5%;
  right: 0;
  left: 0;
  margin: auto;
}
.js_frm_signin_white{
  border: none;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.75);
}
.js_frm_signin_transparent{
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 43px -10px rgba(0,0,0,0.75);
}
.js_frm_signin > form > .form-group {
  padding: 0;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -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);
}
.js_frm_signin > h3{
  color: rgba(255, 255, 255, 0.5);
  margin: 20px 0;
  font-size: 20px;
  text-shadow: none;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -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);
}
.js_frm_signin > h3:after{
  left: 0;
  width: 100%;
  content: "";
  right: atuo;
  height: 1px;
  margin: auto;
  bottom: -3px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
.js_frm_signin_white > h3{
  color: #ffffff;
  padding: 1px 5px;
  background: #fa882C;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.js_frm_signin_transparent > h3{
  color: #ffffff;
}
.js_frm_signin_white > h3:after{
  background: transparent;
}
.js_frm_signin_transparent > h3:after{
  background: rgba(255, 255, 255, 0.7);
}
/*---------- BUTTONS ----------*/
.js_frm_signin > form > button,
.js_frm_signin > form > button:focus{
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  border-radius: 0;
  padding: 9px 15px;
  width: 100%;
  letter-spacing: 1px;
  display: inline-block;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -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);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -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);
}
.js_frm_signin_white > form > button,
.js_frm_signin_white > form > button:focus{
  color: #ffffff;
  border: none;
  background: #22A41C;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.js_frm_signin_transparent > form > button,
.js_frm_signin_transparent > form > button:focus{
  border: none;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  -webkit-border-radius: 0;
}
.js_frm_signin > form > button:hover,
.js_frm_signin > form > button:active{
  outline: none !important;
  color: rgba(255, 255, 255, 0.8) !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
}
.js_frm_signin_white > form > button:hover,
.js_frm_signin_white > form > button:active{
  color: #ffffff !important;
  background: rgba(34, 164, 28, 0.7) !important;
  border-color: transparent !important;
}
.js_frm_signin_transparent > form > button:hover,
.js_frm_signin_transparent > form > button:active{
   opacity: 0.6;
  color: rgba(255, 255, 255, 0.8) !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-color: none !important;
}
.js_frm_signin > a{
  width: 100%;
  margin-top: 2px;
  padding: 9px 15px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
  border-bottom: 1px solid;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Open Sans', sans-serif;
  -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);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -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-decoration: none;
}
.js_frm_signin_white > a{
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.js_frm_signin > a:nth-child(4){
  color: #3b5e96;
  border-color: #3b5e96;
}
.js_frm_signin_white > a:nth-child(4){
  border: none;
  color: #ffffff;
  background: #3b5e96;
}
.js_frm_signin_transparent > a:nth-child(4){
  border: none;
  background: rgba(0, 0, 0, 0.7);
}
.js_frm_signin > a:nth-child(5){
  color: #57bed1;
  border-color: #57bed1;
}
.js_frm_signin_white > a:nth-child(5){
  border: none;
  color: #ffffff;
  background: #57bed1;
}
.js_frm_signin_transparent > a:nth-child(5){
  border: none;
  background: rgba(0, 0, 0, 0.7);
}
.js_frm_signin > a:nth-child(6){
  color: #df4a36;
  border-color: #df4a36;
}
.js_frm_signin_white > a:nth-child(6){
  border: none;
  color: #ffffff;
  background: #df4a36;
}
.js_frm_signin_transparent > a:nth-child(6){
  border: none;
  background: rgba(0, 0, 0, 0.7);
}
.js_frm_signin > a:nth-child(7){
  color: #51a5c7;
  border-color: #51a5c7;
}
.js_frm_signin_white > a:nth-child(7){
  border: none;
  color: #ffffff;
  background: #51a5c7;
}
.js_frm_signin_transparent > a:nth-child(7){
  border: none;
  background: rgba(0, 0, 0, 0.7);
}
.js_frm_signin > a:nth-child(8){
  color: #ffffff;
  border-color: #ffffff;
}
.js_frm_signin_white > a:nth-child(8){
  border: none;
  color: #ffffff;
  background: #22A41C;
}
.js_frm_signin_transparent > a:nth-child(8){
  border: none;
  background: rgba(0, 0, 0, 0.7);
}
.js_frm_signin > a:hover,
.js_frm_signin > a:active{
  opacity: 0.6;
}
/*---------- INPUT FIELDS ----------*/
.js_frm_signin > form > div > input{
  height: 42px;						/*---------- height is essential to show placeholder in firefox ----------*/
  padding: 0 20px;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  background: #011D3A;
  letter-spacing: 1px;
  border-bottom: 1px solid #1b344e;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_signin_white > form > div > input{
  border: none;
  color: #ffffff;
  background: #171F2E;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
}
.js_frm_signin_transparent > form > div > input{
  border: none;
  color: #000000;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.js_frm_signin > form > div > input:focus {
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.js_frm_signin_white > form > div > input:focus {
  background: rgba(23, 31, 46, 0.8);
  border: none;
}
.js_frm_signin_transparent > form > div > input:focus {
  border: none;
  background: rgba(255, 255, 255, 1);
}
/*---------- PLACE HOLDER ----------*/
.js_frm_signin > form > div > input::-webkit-input-placeholder{
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  -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);
}
.js_frm_signin > form > div > input::-moz-placeholder{
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  -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);
}
.js_frm_signin > form > div > input:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  -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);
}
.js_frm_signin > form > div > input:-moz-placeholder{
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  -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);
}
.js_frm_signin_white > form > div > input::-webkit-input-placeholder{
  color: rgba(255, 255, 255, 1);
}
.js_frm_signin_white > form > div > input::-moz-placeholder{
  color: rgba(255, 255, 255, 1);
}
.js_frm_signin_white > form > div > input:-ms-input-placeholder{
  color: rgba(255, 255, 255, 1);
}
.js_frm_signin_white > form > div > input:-moz-placeholder{
  color: rgba(255, 255, 255, 1);
}
.js_frm_signin_transparent > form > div > input::-webkit-input-placeholder{
  color: #000000;
}
.js_frm_signin_transparent > form > div > input::-moz-placeholder{
  color: #000000;
}
.js_frm_signin_transparent > form > div > input:-ms-input-placeholder{
  color: #000000;
}
.js_frm_signin_transparent > form > div > input:-moz-placeholder{
  color: #000000;
}
.js_frm_signin > form > div > input:focus::-webkit-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}
.js_frm_signin > form > div > input:focus::-moz-placeholder{
  color: rgba(255, 255, 255, 0.8);
}
.js_frm_signin > form > div > input:focus:-ms-input-placeholder{
  color: rgba(255, 255, 255, 0.8);
}
.js_frm_signin > form > div > input:focus:-moz-placeholder{
  color: rgba(255, 255, 255, 0.8);
}
.js_frm_signin_white > form > div > input:focus::-webkit-input-placeholder{
  color: #ffffff;
}
.js_frm_signin_white > form > div > input:focus::-moz-placeholder{
  color: #ffffff;
}
.js_frm_signin_white > form > div > input:focus:-ms-input-placeholder{
  color: #ffffff;
}
.js_frm_signin_white > form > div > input:focus:-moz-placeholder{
  color: #ffffff;
}
.js_frm_signin_transparent > form > div > input:focus::-webkit-input-placeholder{
  color: #000000;
}
.js_frm_signin_transparent > form > div > input:focus::-moz-placeholder{
  color: #000000;
}
.js_frm_signin_transparent > form > div > input:focus:-ms-input-placeholder{
  color: #000000;
}
.js_frm_signin_transparent > form > div > input:focus:-moz-placeholder{
  color: #000000;
}
/*---------- CHECKBOX ----------*/
.js_frm_signin > form > .checkbox{
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -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);
}
.js_frm_signin > form > .checkbox label{
  cursor: initial;
  min-height: auto;
  font-weight: 300;
  padding-left: 3px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Open Sans', sans-serif;
}
.js_frm_signin_white > form > .checkbox label{
  color: #222222;
}
.js_frm_signin_transparent > form > .checkbox label{
  color: #ffffff;
}
.js_frm_signin > form > .checkbox label > a{
  color: #f7f7f7;
  font-size: 12px;
  margin-left:30px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.js_frm_signin_white > form > .checkbox label > a{
  color: #000000;
}
.js_frm_signin_transparent > form > .checkbox label > a{
  color: #ffffff;
}
.js_frm_signin > form > .checkbox > div{
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.js_frm_signin > form > .checkbox input[type="checkbox"]{
  top: 0;
  left: 0;
  margin: 0;
  z-index: 5;
  opacity: 0;
  width: 12px;
  height: 12px;
  position: absolute;
  vertical-align: middle;
}
.js_frm_signin > form > .checkbox > div > span{
  top: 0;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  position: absolute;
  background: transparent;
  -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);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}
.js_frm_signin_white > form > .checkbox > div > span{
  background: transparent;
  border: 1px solid #171F2E;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.js_frm_signin_transparent > form > .checkbox > div > span{
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.js_frm_signin > form > .checkbox input[type=checkbox]:checked + span {
  background: transparent;
}
.js_frm_signin > form > .checkbox input:checked + span {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.js_frm_signin_white > form > .checkbox input[type=checkbox]:checked + span{
  background: #22A41C;
  border: 1px solid #22A41C;
}
.js_frm_signin_transparent > form > .checkbox input:checked + span {
  border: 1px solid #ffffff;
}
.js_frm_signin > form > .checkbox input:checked + span:before {
    opacity: 1;
}
.js_frm_signin > form > .checkbox input + span:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 10px;
  color: rgba(255, 255, 255, 0.8);
  content: '\f00c';
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_signin_white > form > .checkbox input + span:before {
  color: #ffffff;
}
.js_frm_signin_transparent > form > .checkbox input + span:before {
  color: #000000;
  background: #ffffff;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*---------- WRAPPER ----------*/
  #js_frm_033 {
    height: 570px;
  }
  #js_frm_033 > .carousel-inner,
  #js_frm_033 > .carousel-inner > .carousel-item{
    height: 570px;
  }
  #js_frm_033 > .carousel-inner > .carousel-item > img,
  #js_frm_033 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- LEFT/RIGHT CONTROL ----------*/
  .ps_control_smsquare .carousel-control-prev,
  .ps_control_smsquare .carousel-control-next{
    display: none;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_signin{
    top: 2%;
    left: 0;
	margin: auto;
    width: 290px;
    padding: 5px;
	opacity: 0.8;
  }
  .js_frm_signin > p{
    font-size: 11px;
	margin-bottom: 5px;
  }
  .js_frm_signin > form > .checkbox label{
    font-size: 12px;
  }
}

/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px) {
  /*---------- WRAPPER ----------*/
  #js_frm_033 {
    height: 610px;
  }
  #js_frm_033 > .carousel-inner,
  #js_frm_033 > .carousel-inner > .carousel-item{
    height: 610px;
  }
  #js_frm_033 > .carousel-inner > .carousel-item > img,
  #js_frm_033 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_signin{
	opacity: 0.8;
  }
}

/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px) {
  /*---------- WRAPPER ----------*/
  #js_frm_033 {
    height: 610px;
  }
  #js_frm_033 > .carousel-inner,
  #js_frm_033 > .carousel-inner > .carousel-item{
    height: 610px;
  }
  #js_frm_033 > .carousel-inner > .carousel-item > img,
  #js_frm_033 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_signin{
	opacity: 0.8;
  }
}

/*---------- MEDIA 768px - 875px ----------*/
@media (min-width: 768px) and (max-width: 875px) {
  /*---------- WRAPPER ----------*/
  #js_frm_033 {
    height: 610px;
  }
  #js_frm_033 > .carousel-inner,
  #js_frm_033 > .carousel-inner > .carousel-item{
    height: 610px;
  }
  #js_frm_033 > .carousel-inner > .carousel-item > img,
  #js_frm_033 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_signin{
	opacity: 0.8;
  }
}

/*--------------------------------------------*/
/* 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);
}