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

/**********************/
/* Simple Version 69
/* Main Carousel Style
/**********************/

/* 1 - Background color of carousel */
.simple-ver-69.sz-slider {
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
}

/********************/
/* Simple Version 69
/* Layer Settings
/********************/

/* 1 - Layer - wrapper */
.simple-ver-69-layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
  line-height: 1;
  background: #fff;
  position: absolute;
}
/* 2 - Side Image - left */
.simple-ver-69-layer > div:nth-child(1) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 90%;
  display: block;
  position: absolute;
  margin: 0 auto auto 68px;
  box-shadow: -122px 136px 0 50px #be2922;
  -webkit-box-shadow: -122px 136px 0 50px #be2922;
}
/* 3 - Side Image - right */
.simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(1) {
  margin: 0 68px auto auto;
  box-shadow: 122px 136px 0 50px #be2922;
  -webkit-box-shadow: 122px 136px 0 50px #be2922;
}
/* 4 - Outer Container - left */
.simple-ver-69-layer > div:nth-child(2) {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 355px;
  height: 315px;
  display: block;
  text-align: left;
  position: absolute;
  margin: auto 15% auto auto;
}
/* 5 - Outer Container - right */
.simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(2) {
  text-align: right;
  margin: auto auto auto 15%;
}
/* 6 - Text Container - left */
.simple-ver-69-layer > div:nth-child(2) > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  position: absolute;
}
/* 7 - Heading - ( Great Ideas and Animation ) */
.simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(1) {
  margin: auto;
  color: #1b1847;
  display: block;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.4px;
  text-transform: capitalize;
  font-family: 'Anton', sans-serif;
}
/* 8 - Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
.simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(2) {
  color: #666;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -.2px;
  margin: 30px auto auto auto;
  font-family: 'Arimo', sans-serif;
}
/* 9 - Button - ( more information ) */
.simple-ver-69-layer > div:nth-child(2) > div > a {
  color: #333;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
  position: relative;
  text-align: center;
  padding: 17px 39px;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #c5c5c5;
  font-family: 'Anton', sans-serif;
  transition: background .1s ease, color .1s ease, border .1s ease;
  -webkit-transition: background .1s ease, color .1s ease, border .1s ease;
}
/* 10 - Button - hover - ( more information ) */
.simple-ver-69-layer > div:nth-child(2) > div > a:hover {
  color: #fff;
  background: #d90c11;
  border-color: #d90c11;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Side Image - left */
  .simple-ver-69-layer > div:nth-child(1) {
    margin: 0 auto auto 58px;
  }
  /* Side Image - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(1) {
    margin: 0 58px auto auto;
  }
  /* Outer Container - left */
  .simple-ver-69-layer > div:nth-child(2) {
    margin: auto 10% auto auto;
  }
  /* Outer Container - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(2) {
    margin: auto auto auto 10%;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Side Image - left */
  .simple-ver-69-layer > div:nth-child(1) {
    margin: 0 auto auto 35px;
  }
  /* Side Image - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(1) {
    margin: 0 35px auto auto;
  }
  /* Outer Container - left */
  .simple-ver-69-layer > div:nth-child(2) {
    width: 300px;
    height: 285px;
    margin: auto 9% auto auto;
  }
  /* Outer Container - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(2) {
    margin: auto auto auto 9%;
  }
  /* Heading - ( Great Ideas and Animation ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 47px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 17px;
    margin: 30px auto auto auto;
  }
  /* Button - ( more information ) */
  .simple-ver-69-layer > div:nth-child(2) > div > a {
    font-size: 14px;
    margin-top: 24px;
    padding: 17px 39px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Side Image - left */
  .simple-ver-69-layer > div:nth-child(1) {
    width: 50%;
    height: 90%;
    margin: 0 auto auto 15px;
  }
  /* Side Image - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(1) {
    margin: 0 15px auto auto;
  }
  /* Outer Container - left */
  .simple-ver-69-layer > div:nth-child(2) {
    width: 210px;
    height: 238px;
    margin: auto 10% auto auto;
  }
  /* Outer Container - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(2) {
    margin: auto auto auto 10%;
  }
  /* Heading - ( Great Ideas and Animation ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 34px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 14px;
    margin: 20px auto auto auto;
  }
  /* Button - ( more information ) */
  .simple-ver-69-layer > div:nth-child(2) > div > a {
    font-size: 13px;
    margin-top: 20px;
    padding: 13px 26px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Side Image - left */
  .simple-ver-69-layer > div:nth-child(1) {
    width: 80%;
    height: 95%;
    margin: 0 auto auto 15px;
  }
  /* Side Image - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(1) {
    margin: 0 15px auto auto;
  }
  /* Outer Container - left - right */
  .simple-ver-69-layer > div:nth-child(2),
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(2) {
    margin: auto;
    width: 270px;
    height: 240px;
	text-align: center;
	background: rgba(255,255,255,.8);
  }
  /* Text Container - left */
  .simple-ver-69-layer > div:nth-child(2) > div {
	padding: 10px;
  }
  /* Heading - ( Great Ideas and Animation ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 38px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 15px;
    margin: 15px auto auto auto;
  }
  /* Button - ( more information ) */
  .simple-ver-69-layer > div:nth-child(2) > div > a {
    font-size: 13px;
    margin-top: 15px;
    padding: 13px 26px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Side Image - left */
  .simple-ver-69-layer > div:nth-child(1) {
    width: 90%;
    height: 95%;
    margin: 0 auto auto 10px;
  }
  /* Side Image - right */
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(1) {
    margin: 0 10px auto auto;
  }
  /* Outer Container - left - right */
  .simple-ver-69-layer > div:nth-child(2),
  .simple-ver-69-layer.simple-ver-69-layer-right > div:nth-child(2) {
    margin: auto;
    width: 190px;
    height: 205px;
	text-align: center;
	background: rgba(255,255,255,.8);
  }
  /* Text Container - left */
  .simple-ver-69-layer > div:nth-child(2) > div {
	padding: 10px;
  }
  /* Heading - ( Great Ideas and Animation ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(1) {
    font-size: 28px;
  }
  /* Paragraph - ( Alienum phaedrum torquatos nec eu,... ) */
  .simple-ver-69-layer > div:nth-child(2) > div > span:nth-child(2) {
    font-size: 12px;
    margin: 10px auto auto auto;
  }
  /* Button - ( more information ) */
  .simple-ver-69-layer > div:nth-child(2) > div > a {
    font-size: 11px;
    margin-top: 10px;
    padding: 10px 20px;
  }
}

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

/* 1 - Buttons */
.simple-ver-69-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 50px;
  height: 115px;
  display: block;
  line-height: 115px;
  text-align: center;
  background: #eeeeee;
  text-decoration: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  transform: none !important;
  -webkit-transform: none !important;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-69-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  top: 120px !important;
  right: 0 !important;
  margin: auto 5px auto auto !important;
}
/* 3 - Next - Button */
.simple-ver-69-btn.sz-slider .carousel-control-btn.carousel-control-next {
  top: -120px !important;
  margin: auto 5px auto auto !important;
}
/* 4 - Buttons - hover */
.simple-ver-69-btn.sz-slider .carousel-control-btn:hover {
  background: #202020;
}
/* 5 - Button - Text */
.simple-ver-69-btn.sz-slider .carousel-control-btn > span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  margin: auto;
  color: #202020;
  font-size: 22px;
  font-weight: 700;
  line-height: .75;
  position: absolute;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: color .2s ease;
  -webkit-transition: color .2s ease;
}
/* 6 - Buttons - hover */
.simple-ver-69-btn.sz-slider .carousel-control-btn:hover > span {
  color: #fff;
}

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

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Buttons */
  .simple-ver-69-btn.sz-slider .carousel-control-btn {
    width: 40px;
  }
}

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

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

/*********************/
/* Simple Version 69
/* Indicators Buttons
/*********************/

/* 1 - Indicators - wrapper */
.sz-slider[data-type=slider][data-ind-direction=x] .simple-ver-69-indicators.carousel-indicators {
  padding: 0;
  width: 95px;
  height: 28px;
  margin: auto auto 20px 20px;
}
/* 2 - Indicators - children */
.sz-slider[data-type=slider] .simple-ver-69-indicators.carousel-indicators > li {
  padding: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  border: none;
  line-height: 20px;
  background: #d4d4d4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  box-shadow: 0 0 0 2px #d4d4d4;
  -webkit-box-shadow: 0 0 0 2px #d4d4d4;
  transition: background .2s ease, border .2s ease, box-shadow .2s ease;
  -webkit-transition: background .2s ease, border .2s ease, -webkit-box-shadow .2s ease;
}
/* 3 - Indicator - active - child */
.sz-slider[data-type=slider] .simple-ver-69-indicators.carousel-indicators > li.active {
  border: none;
  background: transparent;
  box-shadow: 0 0 0 2px #202020;
  -webkit-box-shadow: 0 0 0 2px #202020;
}
/* 4 - Indicators - inside circle */
.sz-slider[data-type=slider] .simple-ver-69-indicators.carousel-indicators > li::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background: #d4d4d4;
  position: absolute;
  transform: scale(.8);
  -webkit-transform: scale(.8);
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
/* 5 - Indicator - active - inside circle */
.sz-slider[data-type=slider] .simple-ver-69-indicators.carousel-indicators > li.active::after {
  background: #202020;
}

/******************/
/* 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-69-indicators.carousel-indicators {
    margin: auto auto 10px 10px;
  }
}

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