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

/**********************/
/* Simple Version 41
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 41
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-41-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  position: absolute;
}
/* 2 - Text - Container - left */
.simple-ver-41-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  width: 420px;
  height: 278px;
  display: block;
  line-height: .98;
  text-align: left;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 3 - Text - Container - right */
.simple-ver-41-layer.simple-ver-41-layer-right > div {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 4 - Children */
.simple-ver-41-layer > div > span {
  display: block;
}
/* 5 - Heading - ( Creative Business Web Slide Show ) */
.simple-ver-41-layer > div > span:nth-child(1) {
  color: #333;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 6 - Description - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-41-layer > div > span:nth-child(2) {
  color: #787878;
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0 50px 0;
  letter-spacing: -.4px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 7 - Button - ( View Our Portfolio ) */
.simple-ver-41-layer > div > a {
  margin: auto;
  color: #787878;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-align: center;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #a6a6a6;
  text-transform: uppercase;
  padding: 19px 41px 18px 41px;
  font-family: 'Barlow Condensed', sans-serif;
  transition: background .1s ease, border .1s ease, color .1s ease;
  -webkit-transition: background .1s ease, border .1s ease, color .1s ease;
}
/* 8 - Button - hover - ( View Our Portfolio ) */
.simple-ver-41-layer > div > a:hover {
  color: #fff;
  background: #d90c11;
  border-color: #d90c11;
}
/* 9 - Button - line - left ( - ) */
.simple-ver-41-layer > div > a::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  background: #a6a6a6;
  margin: auto -15px auto auto;
  transition: background .1s ease;
  -webkit-transition: background .1s ease;
}
/* 10 - Button - line - right ( - ) */
.simple-ver-41-layer.simple-ver-41-layer-right > div > a::after {
  margin: auto auto auto -15px;
}
/* 11 - Button - line - hover ( - ) */
.simple-ver-41-layer > div > a:hover::after {
  background: transparent;
}

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

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - left */
  .simple-ver-41-layer > div {
    width: 375px;
    height: 265px;
  }
  /* Heading - ( Creative Business Web Slide Show ) */
  .simple-ver-41-layer > div > span:nth-child(1) {
    font-size: 48px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-41-layer > div > span:nth-child(2) {
    font-size: 20px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - left */
  .simple-ver-41-layer > div {
    width: 345px;
    height: 240px;
  }
  /* Heading - ( Creative Business Web Slide Show ) */
  .simple-ver-41-layer > div > span:nth-child(1) {
    font-size: 44px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-41-layer > div > span:nth-child(2) {
    font-size: 18px;
    margin: 20px 0 40px 0;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - left- right */
  .simple-ver-41-layer > div,
  .simple-ver-41-layer.simple-ver-41-layer-right > div {
    margin: auto;
    width: 270px;
    height: 228px;
    text-align: center;
  }
  /* Heading - ( Creative Business Web Slide Show ) */
  .simple-ver-41-layer > div > span:nth-child(1) {
    font-size: 36px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-41-layer > div > span:nth-child(2) {
    font-size: 17px;
    margin: 15px 0 10px 0;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-41-layer > div > a {
    font-size: 13px;
    padding: 15px 30px 15px 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - left- right */
  .simple-ver-41-layer > div,
  .simple-ver-41-layer.simple-ver-41-layer-right > div {
    margin: auto;
    width: 190px;
    height: 185px;
    text-align: center;
  }
  /* Heading - ( Creative Business Web Slide Show ) */
  .simple-ver-41-layer > div > span:nth-child(1) {
    font-size: 28px;
  }
  /* Description - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-41-layer > div > span:nth-child(2) {
    font-size: 14px;
    margin: 10px 0 10px 0;
  }
  /* Button - ( View Our Portfolio ) */
  .simple-ver-41-layer > div > a {
    font-size: 12px;
    padding: 13px 26px 13px 26px;
  }
}

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

/* 1 - Buttons */
.simple-ver-41-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  color: #787878;
  display: block;
  font-size: 16px;
  background: #999;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 4px solid rgba(225,225,225,.9);
  background: -webkit-linear-gradient(top,#fff 0%,rgba(225,225,225,.3) 100%);
  background: linear-gradient(to bottom,#fff 0%,rgba(225,225,225,.3) 100%);
  transition: background .2s ease, color .2s ease, border .2s ease;
  -webkit-transition: background .2s ease, color .2s ease, border .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-41-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: auto auto auto 20px;
}
/* 3 - Next - Button */
.simple-ver-41-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: auto 20px auto auto;
}
/* 5 - Buttons - hover */
.simple-ver-41-btn.sz-slider .carousel-control-btn:hover {
  color: #fff;
  background: #a6a6a6;
  border-color: #a6a6a6;
}
/* 6 - Buttons - Icon */
.simple-ver-41-btn.sz-slider .carousel-control-btn > i {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 8px;
  margin: auto;
  display: block;
  line-height: .5;
  position: absolute;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Prev - Button */
  .simple-ver-41-btn.sz-slider .carousel-control-btn.carousel-control-prev {
    margin: auto auto auto 5px;
  }
  /* Next - Button */
  .simple-ver-41-btn.sz-slider .carousel-control-btn.carousel-control-next {
    margin: auto 5px auto auto;
  }
}

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

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

/*********************/
/* Simple Version 41
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-41-indicators.carousel-indicators {
  padding: 0;
  width: 75px;
  height: 23px;
  margin: auto auto 20px auto;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-41-indicators.carousel-indicators > li {
  margin: 2px;
  width: 17px;
  height: 17px;
  background: #999;
  border: 1px solid #a6a6a6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: -webkit-linear-gradient(top,#fff 0%,rgba(225,225,225,.9) 100%);
  background: linear-gradient(to bottom,#fff 0%,rgba(225,225,225,.9) 100%);
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-41-indicators.carousel-indicators > li.active {
  background: #a6a6a6;
}

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

/*----- 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-41-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-41-indicators.carousel-indicators {
    display: none;
  }
}

/*********************/
/* Simple Version 41
/* Loading Bar
/*********************/

/*----- Loading Bar - Wrapper -----*/
.simple-ver-41 .sz-slide-bar-wrap {
  top: 0;
  width: 100%;
  height: 5px;
  bottom: auto;
  background: rgba(255,255,255,.5);
}
/*----- Loading Bar - Inner -----*/
.simple-ver-41 .sz-slide-bar-wrap > .sz-slide-bar {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.15);
}