/*!
 * Template Name : simple-ver-50
 */

/**********************/
/* Simple Version 50
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-50.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}
/* 2 - Background Images Position */
.simple-ver-50.sz-slider[data-type=slider]:not([data-background=image]) > .carousel-inner > .carousel-item {
  background-position: center;
}

/*******************/
/* Simple Version 50
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-50-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Overlay color */
.simple-ver-50-layer::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: rgba(0,0,0,.4);
}
/* 3 - Overlay Image  */
.simple-ver-50-layer > img {
  bottom: 0;
  width: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 4 - Text - Container - left */
.simple-ver-50-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  width: 390px;
  height: 255px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 15%;
}
/* 5 - Text - Container - right */
.simple-ver-50-layer.simple-ver-50-layer-right > div {
  text-align: right;
  margin: auto 15% auto auto;
}
/* 6 - Heading - ( Universe is Infinite ) */
.simple-ver-50-layer > div > span {
  color: #fff;
  margin: auto;
  font-size: 62px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}
/* 7 - Play Button - center - wrapper */
.simple-ver-50-layer > div > div {
  position: relative;
  margin: 42px 0 0 0;
}
/* 8 - Play Button - left - link */
.simple-ver-50-layer > div > div > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 70px;
  height: 70px;
  position: relative;
  background: #e63838;
  display: inline-block;
  text-decoration: none;
  margin: auto 40px auto 17px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 9 - Play Button - right - link */
.simple-ver-50-layer.simple-ver-50-layer-right > div > div > a {
  margin: auto 40px auto auto;
}
/* 10 - Play Button - icon */
.simple-ver-50-layer > div > div > a > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  margin: auto;
  height: 18px;
  display: block;
  font-size: 18px;
  position: absolute;
}
/* 11 - Play Button - border */
.simple-ver-50-layer > div > div > a::before {
  top: -18px;
  left: -18px;
  content: "";
  margin: auto;
  width: 105px;
  height: 105px;
  position: absolute;
  background: transparent;
  border: 4px dashed #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 12 - Play Button - hover */
.simple-ver-50-layer > div > div > a:hover {
  animation: plsFwd 2s infinite linear;
  -webkit-animation: plsFwd 2s infinite linear;
}
/* 13 - Play Button - Text - ( I'm sure the universe is full of intelligent life... ) */
.simple-ver-50-layer > div > div > span {
  top: -7px;
  color: #fff;
  width: 255px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  letter-spacing: .2px;
  display: inline-block;
  font-family: 'Arimo', sans-serif;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - left */
  .simple-ver-50-layer > div {
    width: 358px;
    height: 228px;
  }
  /* Heading - ( Universe is Infinite ) */
  .simple-ver-50-layer > div > span {
    font-size: 52px;
  }
  /* Play Button - center - link */
  .simple-ver-50-layer > div > div > a {
    width: 60px;
    height: 60px;
    margin: auto 40px auto 17px;
  }
  /* Play Button - border */
  .simple-ver-50-layer > div > div > a::before {
    width: 95px;
    height: 95px;
  }
  /* Play Button - Text - ( I'm sure the universe is full of intelligent life... ) */
  .simple-ver-50-layer > div > div > span {
    width: 240px;
    font-size: 14px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - left & right */
  .simple-ver-50-layer > div,
  .simple-ver-50-layer.simple-ver-50-layer-right > div {
	margin: auto;
    width: 270px;
    height: 225px;
    text-align: center;
  }
  /* Heading - ( Universe is Infinite ) */
  .simple-ver-50-layer > div > span {
    font-size: 42px;
  }
  /* Play Button - center - wrapper */
  .simple-ver-50-layer > div > div {
    margin: 20px 0 0 0;
  }
  /* Play Button - center - link */
  .simple-ver-50-layer > div > div > a,
  .simple-ver-50-layer.simple-ver-50-layer-right > div > div > a {
    width: 50px;
    height: 50px;
	display: block;
    margin: auto auto 20px auto;
  }
  /* Play Button - border */
  .simple-ver-50-layer > div > div > a::before {
    top: -11px;
    left: -11px;
    width: 70px;
    height: 70px;
  }
  /* Play Button - Text - ( I'm sure the universe is full of intelligent life... ) */
  .simple-ver-50-layer > div > div > span {
    width: 100%;
    display: block;
    font-size: 13px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - left & right */
  .simple-ver-50-layer > div,
  .simple-ver-50-layer.simple-ver-50-layer-right > div {
	margin: auto;
    width: 190px;
    height: 172px;
    text-align: center;
  }
  /* Heading - ( Universe is Infinite ) */
  .simple-ver-50-layer > div > span {
    font-size: 22px;
  }
  /* Play Button - center - wrapper */
  .simple-ver-50-layer > div > div {
    margin: 20px 0 0 0;
  }
  /* Play Button - center - link */
  .simple-ver-50-layer > div > div > a,
  .simple-ver-50-layer.simple-ver-50-layer-right > div > div > a {
    width: 40px;
    height: 40px;
	display: block;
    margin: auto auto 20px auto;
  }
  /* Play Button - border */
  .simple-ver-50-layer > div > div > a::before {
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
  }
  /* Play Button - Text - ( I'm sure the universe is full of intelligent life... ) */
  .simple-ver-50-layer > div > div > span {
    width: 100%;
    display: block;
    font-size: 12px;
  }
}

/**************************/
/* Simple Version 50
/* Left And Right Buttons
/**************************/

/* 1 - Buttons */
.simple-ver-50-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 0;
  color: #e63838;
  display: block;
  font-weight: 500;
  text-align: left;
  background: #fff;
  letter-spacing: .5px;
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  transition: color .2s ease, background .2s ease;
  -webkit-transition: color .2s ease, background .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-50-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 15px auto auto 15px;
  border-radius: 0 0 40px 0;
  -webkit-border-radius: 0 0 40px 0;
}
/* 3 - Next - Button */
.simple-ver-50-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 15px 15px auto auto;
  border-radius: 0 0 0 40px;
  -webkit-border-radius: 0 0 0 40px;
}
/* 4 - Hover */
.simple-ver-50-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #e63838;
}
/* 5 - Icons */
.simple-ver-50-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 11px;
  color: #e63838;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Icon - Prev */
.simple-ver-50-btn.sz-slider .carousel-control-btn.carousel-control-prev > i {
  margin: 10px 18px auto auto;
}
/* 7 - Icon - next */
.simple-ver-50-btn.sz-slider .carousel-control-btn.carousel-control-next > i {
  margin: 10px auto auto 18px;
}
/* 8 - Icons - hover */
.simple-ver-50-btn.sz-slider .carousel-control-btn:hover > i {
  color: #fff;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Buttons */
  .simple-ver-50-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Buttons */
  .simple-ver-50-btn.sz-slider .carousel-control-btn {
    display: none;
  }
}

/*********************/
/* Simple Version 50
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-50-indicators.carousel-indicators {
  padding: 0;
  width: 85px;
  height: 24px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-50-indicators.carousel-indicators > li {
  margin: 2px;
  width: 15px;
  height: 15px;
  border: none;
  background: #fff;
  border-radius: 33px;
  -webkit-border-radius: 33px;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-50-indicators.carousel-indicators > li.active {
  background: #e63838;
}

/******************/
/* Responsiveness */
/******************/

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-50-indicators.carousel-indicators {
    margin: auto 15px 15px auto;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-50-indicators.carousel-indicators {
    display: none;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Indicators - wrapper */
  .sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-50-indicators.carousel-indicators {
    display: none;
  }
}