/* ------------------------------------------------------------------- */

/* Revolution Slider
---------------------------------------------------------------------- */

.container.home-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.tp-banner-container {
  margin: 0;
  overflow: visible;
}

.home-section img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}

.tp-bgimg.defaultimg {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Captions
------------------------------------- */
.caption {
  z-index: 1;
  position: absolute;
}

@media only screen and (min-width: 480px) and (max-width: 990px) {
  .carousel-info-inner h2 {
    font-size: 22px !important;
    margin-bottom: 20px;
  }

  .carousel-info-inner h3 {
    font-size: 18px !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .carousel-info-inner h2 {
    font-size: 16px !important;
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }

  .carousel-info-inner h3 {
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0 !important;
  }

  .home-slider .btn-mod.btn-large {
    margin-top: 4px !important;
    padding: 2px 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  #carousel-home .owl-navs {
    display: none;
  }
}

.carousel-info-inner p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
}

.carousel-info-inner a {
  text-decoration: none !important;
}

.carousel-info-inner.dark h2,
.carousel-info-inner.dark h3 {
  color: #505050;
  padding: 0 0 15px 0;
  letter-spacing: -1px;
  font-size: 52px;
}

.carousel-info-inner.dark h3 {
  font-size: 32px;
  padding: 0 0 20px 0;
  font-weight: 300;
}

.carousel-info-inner.dark p {
  color: #999;
}

/* Caption With Description */
.carousel-info-inner.description {
  padding: 30px;
  margin: 50px;
  width: 25%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  display: block;
}

.carousel-info-inner.description h3 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
  margin: 0;
  line-height: 22px;
  font-weight: 700;
  position: relative;
  display: block;
  letter-spacing: 0;
}

.carousel-info-inner.description p {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
  color: #bbb;
  display: none;
  display: block;
  position: relative;
  float: left;
}

.tp-simpleresponsive .caption {
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}

a.caption-btn {
  cursor: pointer;
  padding: 15px 25px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background-color: #fff;
  color: #555;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.caption-btn:hover {
  color: #fff;
  background: #808080;
}

/* Navigation Arrows
------------------------------------- */
.tparrows {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}

.tparrows.hidearrows {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.tp-leftarrow,
.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  -moz-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  -o-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  -ms-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
}

.tp-leftarrow::before,
.tp-rightarrow::before {
  font-size: 30px;
  top: 0;
  position: relative;
}

.tp-leftarrow::before {
  content: '‹';
  left: 17px;
}

.tp-rightarrow::before {
  content: '›';
  left: 19px;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-color: rgba(105, 105, 105, 0.7);
  color: #fff;
}

/* Basic Settings
------------------------------------- */
.tp-simpleresponsive img {
  max-width: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.tp-simpleresponsive a {
  text-decoration: none;
}

.tp-simpleresponsive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-simpleresponsive > ul > li {
  list-style: none;
  position: absolute;
  visibility: hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../images/coloredbg.png) repeat;
}

/* Loader
------------------------------------- */
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url('loader.gif') no-repeat center center;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/************************
-  NAVIGATION  -
*************************/

/** BULLETS **/

.tpclear {
  clear: both;
}

.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}

.tp-bullets.hidebullets {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url('bullet.png') no-repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0;
  float: left;
  margin-top: 0;
  margin-left: 3px;
}

.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}

#carousel-home .item .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#carousel-home .item.item-background {
  background-size: cover;
  background-position: center;
  height: 800px;
}

#carousel-home .carousel-info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

#carousel-home .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#carousel-home .carousel-info-inner {
  padding: 0 5%;
}

#carousel-home .owl-nav button.hidearrows {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#carousel-home .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#carousel-home .owl-dots button {
  width: 10px;
  height: 10px;
  background: #333;
  border: 1px solid #fff;
  z-index: 2;
  border-radius: 5px;
  margin: 0 5px;
}

#carousel-home:hover .owl-nav,
#carousel-home:hover .owl-dots {
  opacity: 1;
}

#carousel-home .owl-nav button.owl-next {
  right: 0;
}

#carousel-home .owl-nav button {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 100;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  -moz-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  -o-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  -ms-transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
  transition:
    background-color 0.2s ease-in-out,
    color 0.2s ease-in-out,
    opacity 0.2s ease-out;
}

#carousel-home .owl-nav button:hover {
  background-color: rgba(105, 105, 105, 0.7);
  color: #fff;
}

#carousel-home .owl-dots button.active,
#carousel-home .owl-dots button:hover {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  text-align: center;
}

#carousel-home .owl-dots button.active span,
#carousel-home .owl-dots button:hover span {
  background: #fff;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 4px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #carousel-home .item.item-background {
    height: 550px;
  }

  #carousel-home .owl-dots {
    opacity: 1;
    bottom: -30px;
  }

  .slider-mobile-without-button {
    height: 85vh;
    display: flex;
    display: -ms-flexbox !important;
    justify-content: center;
    -ms-flex-pack: center !important;
    align-items: center;
    -ms-flex-align: center !important;
    flex-direction: column;
    -ms-flex-direction: column !important;
  }
}

.home_slider .owl-dots {
  display: flex;
  display: -ms-flexbox !important;
  justify-content: center;
  -ms-flex-pack: center !important;
  align-items: center;
  -ms-flex-align: center !important;
}
