/*------------------------------------------------------*/
/* JAVASCRIPT FORM 038
/*------------------------------------------------------*/
#js_frm_038 {
  overflow: hidden;
  max-height: 658px;
  position: relative;
}
#js_frm_038:hover {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#js_frm_038:active {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#js_frm_038 > .carousel-inner > .carousel-item > img,
#js_frm_038 > .carousel-inner > .carousel-item > a > img {
  width: 100%;
  margin: auto;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_smcartbrdr .carousel-control-prev,
.ps_control_smcartbrdr .carousel-control-next{
  top: 45%;
  opacity: 0;
  width: 25px;
  height: 25px;
  z-index: 100;
  color: #666666;
  display: block;
  font-size: 18px;
  cursor: pointer;
  overflow: hidden;
  line-height: 22px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: #1f1f1f;
  border: 1px solid #666666;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ps_control_smcartbrdr:hover .carousel-control-prev,
.ps_control_smcartbrdr:hover .carousel-control-next{
  opacity: 1;
}
.ps_control_smcartbrdr .carousel-control-prev{
  left: 1%;
}
.ps_control_smcartbrdr .carousel-control-next{
  right: 1%;
}
.ps_control_smcartbrdr .carousel-control-prev:hover,
.ps_control_smcartbrdr .carousel-control-next:hover{
  opacity: 0.5;
  color: #666666;
  background: #aeaeae;
  border: 1px solid #666666;
}
.ps_control_smcartbrdr .carousel-control-prev > span:nth-child(1){
 left: 45%;
}
.ps_control_smcartbrdr .carousel-control-next > span:nth-child(1){
 right: 45%;
}
/*---------- SLIDE CAPTION ----------*/
.js_frm_billing{
  top: 8%;
  right: 0;
  left: 6%;
  width: 60%;
  overflow: hidden;
  text-align: left;
  position: absolute;
  background: #1f1f1f;
  padding: 5px 20px 10px 20px;
  -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_billing_right{
  top: 8%;
  right: 6%;
  left: auto;
}
.js_frm_billing_center{
  left: 0;
  top: 8%;
  right: 0;
  margin: auto;
}
.js_frm_billing_transparent{
  background: #3E5C92;
}
.js_frm_billing_white{
  background: #ffffff;
}
.js_frm_billing > .row{
  margin: 0;
}
.js_frm_billing > form > .form-group {
  padding: 0;
}
.js_frm_billing > h3{
  padding: 0;
  color: #aeaeae;
  font-size: 22px;
  text-align: left;
  font-weight: 400;
  text-shadow: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.js_frm_billing_transparent > h3{
  color: #ffffff;
}
.js_frm_billing_white > h3{
  color: #fe6756;
}
.js_frm_billing > p{
  color: #666666;
  font-size: 12px;
  text-align: left;
  text-shadow: none;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.js_frm_billing_white > p{
  color: #636363;
}
.js_frm_billing_transparent > p{
  color: #ffffff;
}
.js_frm_billing > p > a{
  color: #aeaeae;
  text-decoration: none;
  margin-left: 10px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: color .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: color .5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_billing_white > p > a{
  color: #fe6756;
}
.js_frm_billing_transparent > p > a{
  color: #93a6c4;
}
.js_frm_billing > p > a:hover,
.js_frm_billing > p > a:active{
  color: #ffffff;
}
.js_frm_billing_white > p > a:hover,
.js_frm_billing_white > p > a:active{
  color: #636363;
}
.js_frm_billing_transparent > p > a:hover,
.js_frm_billing_transparent > p > a:active{
  color: #ffffff;
}
.js_frm_billing::-webkit-scrollbar{
  width: 5px;
  background: transparent;
}
.js_frm_billing::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #666666;
}
.js_frm_billing_white::-webkit-scrollbar-thumb {
  background: #e6e6e6;
}
.js_frm_billing_transparent::-webkit-scrollbar-thumb {
  background: #93a6c4;
}
/*---------- BUTTONS ----------*/
.js_frm_billing > form > div > div > button,
.js_frm_billing > form > div > div > button:focus{
  outline: none;
  color: #666666;
  box-shadow: none;
  padding: 7px 20px;
  letter-spacing: 1px;
  display: inline-block;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #666666;
  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);
}
.js_frm_billing_transparent > form > div > div > button,
.js_frm_billing_transparent > form > div > div > button:focus{
  border: none;
  color: #ffffff;
  background: #93a6c4;
}
.js_frm_billing_white > form > div > div > button,
.js_frm_billing_white > form > div > div > button:focus{
  color: #bababa;
  background: transparent;
  border: 1px solid #e6e6e6;
}
.js_frm_billing > form > div > div > button:hover,
.js_frm_billing > form > div > div > button:active{
  outline: none !important;
  color: #aeaeae !important;
  background: transparent !important;
  border: 1px solid #aeaeae !important;
}
.js_frm_billing_transparent > form > div > div > button:hover,
.js_frm_billing_transparent > form > div > div > button:active{
  border: none !important;
  color: #ffffff !important;
  background: #7b92b7 !important;
}
.js_frm_billing_white > form > div > div > button:hover,
.js_frm_billing_white > form > div > div > button:active{
  color: #6edb8a !important;
  background: transparent !important;
  border: 1px solid #6edb8a !important;
}
/*---------- INPUT FIELDS ----------*/
.js_frm_billing > form > div input{
  height: 38px;						/*---------- height is essential to show placeholder in firefox ----------*/
  color: #aeaeae;
  padding: 0 20px;
  font-weight: 400;
  background: #1f1f1f;
  letter-spacing: 1px;
  border: 1px solid #666666;
  font-family: 'Open Sans', sans-serif;
  -webkit-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_billing > form > .row{
  margin: 0;
}
.js_frm_billing > form > .row > div:nth-child(1){
  padding: 0 5px 0 0;
}
.js_frm_billing > form > .row > div:nth-child(2){
  padding: 0 0 0 5px;
}
.js_frm_billing_transparent > form > div input{
  border: none;
  color: #ffffff;
  background: #93a6c4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.js_frm_billing_white > form > div input{
  color: #636363;
  background: transparent;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.js_frm_billing > form > div input:focus {
  outline: none;
  background: transparent;
  border: 1px solid #aeaeae;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.js_frm_billing_transparent > form > div input:focus {
  border: none;
  background: #7b92b7;
}
.js_frm_billing_white > form > div input:focus{
  background: transparent;
  border: 1px solid #6edb8a;
}
/*---------- PLACE HOLDER ----------*/
.js_frm_billing > form > div input::-webkit-input-placeholder{
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -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_billing > form > div input::-moz-placeholder{
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  -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_billing > form > div input:-ms-input-placeholder{
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -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_billing > form > div input:-moz-placeholder{
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  -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_billing > form > div input:focus::-webkit-input-placeholder{
  color: #aeaeae;
}
.js_frm_billing > form > div input:focus::-moz-placeholder{
  color: #aeaeae;
}
.js_frm_billing > form > div input:focus:-ms-input-placeholder{
  color: #aeaeae;
}
.js_frm_billing > form > div input:focus:-moz-placeholder{
  color: #aeaeae;
}
.js_frm_billing_transparent > form > div input::-webkit-input-placeholder{
  color: #ffffff;
}
.js_frm_billing_transparent > form > div input::-moz-placeholder{
  color: #ffffff;
}
.js_frm_billing_transparent > form > div input:-ms-input-placeholder{
  color: #ffffff;
}
.js_frm_billing_transparent > form > div input:-moz-placeholder{
  color: #ffffff;
}
.js_frm_billing_transparent > form > div input:focus::-webkit-input-placeholder{
  color: #ffffff;
}
.js_frm_billing_transparent > form > div input:focus::-moz-placeholder{
  color: #ffffff;
}
.js_frm_billing_transparent > form > div input:focus:-ms-input-placeholder{
  color: #ffffff;
}
.js_frm_billing_transparent > form > div input:focus:-moz-placeholder{
  color: #ffffff;
}
.js_frm_billing_white > form > div input::-webkit-input-placeholder{
  color: #bababa;
}
.js_frm_billing_white > form > div input::-moz-placeholder{
  color: #bababa;
}
.js_frm_billing_white > form > div input:-ms-input-placeholder{
  color: #bababa;
}
.js_frm_billing_white > form > div input:-moz-placeholder{
  color: #bababa;
}
.js_frm_billing_white > form > div input:focus::-webkit-input-placeholder{
  color: #6edb8a;
}
.js_frm_billing_white > form > div input:focus::-moz-placeholder{
  color: #6edb8a;
}
.js_frm_billing_white > form > div input:focus:-ms-input-placeholder{
  color: #6edb8a;
}
.js_frm_billing_white > form > div input:focus:-moz-placeholder{
  color: #6edb8a;
}
/*---------- CHECKBOX ----------*/
.js_frm_billing > form .checkbox{
  -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_billing > form .checkbox label{
  color: #666666;
  font-size: 12px;
  cursor: initial;
  min-height: auto;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}
.js_frm_billing_white > form .checkbox label{
  color: #636363;
}
.js_frm_billing_transparent > form .checkbox label{
  color: #ffffff;
}
.js_frm_billing > form .checkbox label > a{
  color: #aeaeae;
  text-decoration: none;
  -webkit-transition: color 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: color 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.js_frm_billing > form .checkbox label > a:hover,
.js_frm_billing > form .checkbox label > a:active{
  color: #ffffff;
}
.js_frm_billing_white > form .checkbox label > a{
  color: #fe6756;
}
.js_frm_billing_transparent > form .checkbox label > a{
  color: #93a6c4;
}
.js_frm_billing > form .checkbox > div{
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.js_frm_billing > 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_billing > form .checkbox > div > span{
  top: 4px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  position: absolute;
  background: transparent;
  border: 1px solid #666666;
  -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);
  border-radius: 0;
  -webkit-border-radius: 0;
}
.js_frm_billing_white > form .checkbox > div > span{
  background: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.js_frm_billing_transparent > form .checkbox > div > span{
  background: #93a6c4;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.js_frm_billing > form .checkbox input[type=checkbox]:checked + span {
  background: transparent;
}
.js_frm_billing > form .checkbox input:checked + span {
  border: 1px solid #aeaeae;
}
.js_frm_billing_white > form .checkbox input[type=checkbox]:checked + span{
  background: transparent;
  border: 1px solid #fe6756;
}
.js_frm_billing_transparent > form .checkbox input:checked + span {
	background: #7b92b7;
}
.js_frm_billing > form .checkbox input:checked + span:before {
  opacity: 1;
}
.js_frm_billing > form .checkbox input + span:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 10px;
  color: #aeaeae;
  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_billing_white > form .checkbox input + span:before {
  color: #fe6756;
}
.js_frm_billing_transparent > form .checkbox input + span:before {
    color: #ffffff;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*---------- WRAPPER ----------*/
  #js_frm_038 {
    height: 550px;
  }
  #js_frm_038 > .carousel-inner,
  #js_frm_038 > .carousel-inner > .carousel-item{
    height: 550px;
  }
  #js_frm_038 > .carousel-inner > .carousel-item > img,
  #js_frm_038 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- LEFT/RIGHT CONTROL ----------*/
  .ps_control_smcartbrdr .carousel-control-prev,
  .ps_control_smcartbrdr .carousel-control-next{
    display: none;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_billing{
    top: 0%;
    left: 0;
	opacity: 0.9;
	margin: auto;
    height: 100%;
    width: 290px;
	overflow: auto;
  }
  .js_frm_billing > h3{
    font-size: 20px;
  }
  .js_frm_billing > form > .row > div:nth-child(1){
    padding: 0 0 0 0;
  }
  .js_frm_billing > form > .row > div:nth-child(2){
    padding: 0 0 0 0;
  }
  .js_frm_billing > form .checkbox label{
    font-size: 11px;
	letter-spacing: 0px;
  }
}

/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px) {
  /*---------- WRAPPER ----------*/
  #js_frm_038 {
    height: 550px;
  }
  #js_frm_038 > .carousel-inner,
  #js_frm_038 > .carousel-inner > .carousel-item{
    height: 550px;
  }
  #js_frm_038 > .carousel-inner > .carousel-item > img,
  #js_frm_038 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_billing{
    top: 0;
	left: 0;
	padding: 5px;
	opacity: 0.9;
    height: 100%;
    width: 100%;
	overflow: auto;
  }
  .js_frm_billing .checkbox{
    margin: 0 0 0 10px !important;
  }
  .js_frm_billing label{
    font-size:10px !important;
  }
  .js_frm_billing button{
    margin: 0 0 0 10px !important;
  }
  .js_frm_billing > form > .row > div:nth-child(1){
    padding: 0 0 0 0;
  }
  .js_frm_billing > form > .row > div:nth-child(2){
    padding: 0 0 0 0;
  }
}

/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px) {
  /*---------- WRAPPER ----------*/
  #js_frm_038 {
    height: 550px;
  }
  #js_frm_038 > .carousel-inner,
  #js_frm_038 > .carousel-inner > .carousel-item{
    height: 550px;
  }
  #js_frm_038 > .carousel-inner > .carousel-item > img,
  #js_frm_038 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_billing{
    top: 0;
	left: 0;
	padding: 5px;
	opacity: 0.9;
    height: 100%;
    width: 100%;
	overflow: auto;
  }
  .js_frm_billing .checkbox{
    margin: 0 0 0 10px !important;
  }
  .js_frm_billing label{
    font-size:10px !important;
  }
  .js_frm_billing button{
    margin: 0 0 0 10px !important;
  }
  .js_frm_billing > form > .row > div:nth-child(1){
    padding: 0 0 0 0;
  }
  .js_frm_billing > form > .row > div:nth-child(2){
    padding: 0 0 0 0;
  }
}

/*---------- MEDIA 768px - 875px ----------*/
@media (min-width: 768px) and (max-width: 875px) {
  /*---------- WRAPPER ----------*/
  #js_frm_038 {
    height: 600px;
  }
  #js_frm_038 > .carousel-inner,
  #js_frm_038 > .carousel-inner > .carousel-item{
    height: 600px;
  }
  #js_frm_038 > .carousel-inner > .carousel-item > img,
  #js_frm_038 > .carousel-inner > .carousel-item > a > img {
    height: 100%;
  }
  /*---------- SLIDE CAPTION ----------*/
  .js_frm_billing{
    width: 90%;
	opacity: 0.9;
  }
}

/*---------- MEDIA 876px - 1170px ----------*/
@media (min-width: 876px) and (max-width: 1170px) {

  /*---------- SLIDE CAPTION ----------*/
  .js_frm_billing{
    width: 80%;
	opacity: 0.9;
  }
}

/*--------------------------------------------*/
/* 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);
}