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

/**********************/
/* Simple Version 40
/* Main Carousel Style
/**********************/

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

/*******************/
/* Simple Version 40
/* Layer Settings
/*******************/

/* 1 - Layer - wrapper */
.simple-ver-40-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-40-layer > div {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  font-size: 0;
  width: 420px;
  height: 245px;
  display: block;
  line-height: 1;
  text-align: left;
  position: absolute;
  margin: auto auto auto 10%;
}
/* 3 - Text - Container - right */
.simple-ver-40-layer.simple-ver-40-layer-right > div {
  text-align: right;
  margin: auto 10% auto auto;
}
/* 4 - Product Image - left */
.simple-ver-40-layer > img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 50%;
  display: block;
  max-width: 545px;
  min-width: 200px;
  position: absolute;
  margin: auto 10% auto auto;
}
/* 5 - Product Image - right */
.simple-ver-40-layer.simple-ver-40-layer-right > img {
  margin: auto auto auto 10%;
}
/* 6 - Children */
.simple-ver-40-layer > div > span {
  display: block;
}
/* 7 - Heading - ( We are Creative HD Portfolio Agency ) */
.simple-ver-40-layer > div > span:nth-child(1) {
  color: #333;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 8 - Description - ( A small design agency based in Los Angeles. ) */
.simple-ver-40-layer > div > span:nth-child(2) {
  color: #333;
  font-size: 22px;
  font-weight: 400;
  margin: 12px 0 34px 0;
  letter-spacing: -.4px;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 9 - Button - ( Our Projects ) */
.simple-ver-40-layer > div > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 50px;
  text-align: center;
  background: #ef1616;
  letter-spacing: .5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 33px;
  -webkit-border-radius: 33px;
  transition: background .2s ease;
  -webkit-transition: background .2s ease;
  font-family: 'Barlow Condensed', sans-serif;
}
/* 10 - Button - hover - ( Our Projects ) */
.simple-ver-40-layer > div > a:hover {
  background: #9f0e0e;
}

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

/*----- When the screen size gets = 992px and < 1200px -----*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Text - Container - left */
  .simple-ver-40-layer > div {
    width: 387px;
    height: 235px;
    margin: auto auto auto 5%;
  }
  /* Text - Container - right */
  .simple-ver-40-layer.simple-ver-40-layer-right > div {
    margin: auto 5% auto auto;
  }
  /* Product Image - left */
  .simple-ver-40-layer > img {
    margin: auto 5% auto auto;
  }
  /* Product Image - right */
  .simple-ver-40-layer.simple-ver-40-layer-right > img {
    margin: auto auto auto 5%;
  }
  /* Heading - ( We are Creative HD Portfolio Agency ) */
  .simple-ver-40-layer > div > span:nth-child(1) {
    font-size: 52px;
  }
  /* Description - ( A small design agency based in Los Angeles. ) */
  .simple-ver-40-layer > div > span:nth-child(2) {
    font-size: 20px;
  }
}

/*----- When the screen size gets = 768px and < 992px -----*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Text - Container - left */
  .simple-ver-40-layer > div {
    width: 315px;
    height: 200px;
    margin: auto auto auto 4%;
  }
  /* Text - Container - right */
  .simple-ver-40-layer.simple-ver-40-layer-right > div {
    margin: auto 4% auto auto;
  }
  /* Product Image - left */
  .simple-ver-40-layer > img {
    margin: auto 4% auto auto;
  }
  /* Product Image - right */
  .simple-ver-40-layer.simple-ver-40-layer-right > img {
    margin: auto auto auto 4%;
  }
  /* Heading - ( We are Creative HD Portfolio Agency ) */
  .simple-ver-40-layer > div > span:nth-child(1) {
    font-size: 42px;
  }
  /* Description - ( A small design agency based in Los Angeles. ) */
  .simple-ver-40-layer > div > span:nth-child(2) {
    font-size: 18px;
    margin: 10px 0 30px 0;
  }
  /* Button - ( Our Projects ) */
  .simple-ver-40-layer > div > a {
    font-size: 16px;
    padding: 18px 50px;
  }
}

/*----- When the screen size gets = 576px and < 768px -----*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Text - Container - left */
  .simple-ver-40-layer > div {
    width: 245px;
    height: 175px;
    margin: auto auto auto 4%;
  }
  /* Text - Container - right */
  .simple-ver-40-layer.simple-ver-40-layer-right > div {
    margin: auto 4% auto auto;
  }
  /* Product Image - left */
  .simple-ver-40-layer > img {
    margin: auto 2% auto auto;
  }
  /* Product Image - right */
  .simple-ver-40-layer.simple-ver-40-layer-right > img {
    margin: auto auto auto 2%;
  }
  /* Heading - ( We are Creative HD Portfolio Agency ) */
  .simple-ver-40-layer > div > span:nth-child(1) {
    font-size: 32px;
  }
  /* Description - ( A small design agency based in Los Angeles. ) */
  .simple-ver-40-layer > div > span:nth-child(2) {
    font-size: 16px;
    margin: 10px 0 30px 0;
  }
  /* Button - ( Our Projects ) */
  .simple-ver-40-layer > div > a {
    font-size: 14px;
    padding: 18px 50px;
  }
}

/*----- When the screen size gets = 273px and < 576px -----*/
@media (min-width: 273px) and (max-width: 575.98px) {
  /* Text - Container - left-right */
  .simple-ver-40-layer > div,
  .simple-ver-40-layer.simple-ver-40-layer-right > div {
    top: 110px;
    margin: auto;
    width: 210px;
    height: 123px;
	text-align: center;
  }
  /* Product Image - left */
  .simple-ver-40-layer > img,
  .simple-ver-40-layer.simple-ver-40-layer-right > img {
    margin: auto;
    width: 210px;
    bottom: 125px;
    max-width: 210px;
    min-width: 210px;
  }
  /* Heading - ( We are Creative HD Portfolio Agency ) */
  .simple-ver-40-layer > div > span:nth-child(1) {
    font-size: 26px;
  }
  /* Description - ( A small design agency based in Los Angeles. ) */
  .simple-ver-40-layer > div > span:nth-child(2) {
    font-size: 13px;
    margin: 10px 0 10px 0;
  }
  /* Button - ( Our Projects ) */
  .simple-ver-40-layer > div > a {
    font-size: 13px;
    padding: 12px 30px;
  }
}

/*----- When the screen size gets <= 272px -----*/
@media (max-width: 272.98px) {
  /* Text - Container - left-right */
  .simple-ver-40-layer > div,
  .simple-ver-40-layer.simple-ver-40-layer-right > div {
    top: 105px;
    margin: auto;
    width: 190px;
    height: 110px;
	text-align: center;
  }
  /* Product Image - left */
  .simple-ver-40-layer > img,
  .simple-ver-40-layer.simple-ver-40-layer-right > img {
    margin: auto;
    width: 190px;
    bottom: 110px;
    max-width: 190px;
    min-width: 190px;
  }
  /* Heading - ( We are Creative HD Portfolio Agency ) */
  .simple-ver-40-layer > div > span:nth-child(1) {
    font-size: 22px;
  }
  /* Description - ( A small design agency based in Los Angeles. ) */
  .simple-ver-40-layer > div > span:nth-child(2) {
    font-size: 12px;
    margin: 10px 0 10px 0;
  }
  /* Button - ( Our Projects ) */
  .simple-ver-40-layer > div > a {
    font-size: 12px;
    padding: 10px 20px;
  }
}

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

/* 1 - Buttons */
.simple-ver-40-btn.sz-slider .carousel-control-btn {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  color: #333;
  width: 50px;
  height: 50px;
  display: block;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.5px;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  transition: background .2s ease, color .2s ease;
  -webkit-transition: background .2s ease, color .2s ease;
}
/* 2 - Prev - Button */
.simple-ver-40-btn.sz-slider .carousel-control-btn.carousel-control-prev {
  margin: 10px auto auto 20px;
}
/* 3 - Next - Button */
.simple-ver-40-btn.sz-slider .carousel-control-btn.carousel-control-next {
  margin: 10px 20px auto auto;
}
/* 5 - Buttons - hover */
.simple-ver-40-btn.sz-slider .carousel-control-btn:hover {
  color: #999;
  background: transparent;
}

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

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

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

/*********************/
/* Simple Version 40
/* Indicators Buttons
/*********************/

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

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