@charset "UTF-8";
body {

}

.bannerSlides img {
    transition: all 0.5s ease-in-out;
}
.bannerSlides:hover img {
    transform: scale(1.05, 1.05);
  
}


* {box-sizing: border-box;}
.bannerSlides {display:block;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1800px;
  position: relative;
  margin: auto;
  display:inline-block;
  overflow:hidden;
  padding-top:10px;
}

/* Caption text */


/* Number text (1/3 etc) */


/* The dots/bullets/indicators */
.dot {
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  bottom:50px;
  transition: background-color 0.6s ease;
}

.dot:hover {
cursor:	pointer;
}

.active {
 /* background-color: rgb(170,20,40);*/
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
#pageheader {
z-index:99999;	
}

.sticky {
  position:fixed;
  top: 0;
  background:linear-gradient(90deg,#b7b0b0,#666662);
  left:0%;
  right:0%;

}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
#wpbanner-130{
    transition: transform .5s linear;
    transform-origin: center center;
    transform: scale(1);
}
#wpbanner-130:hover{
    transform: scale(1.05);
}
.buyStepIntro{
    /* text-align: left; */
    padding: 0 27px;
    text-align: justify;
}
.buyStepIntro strong{
    display: block;
    text-align: left;
}

.square-content div.list-item {
    height: auto !important;
    overflow: hidden;
}