.homepage-slider {
-webkit-box-shadow: 10px 10px 21px -2px rgba(0,0,0,0.61);
-moz-box-shadow: 10px 10px 21px -2px rgba(0,0,0,0.61);
box-shadow: 10px 10px 21px -2px rgba(0,0,0,0.61);
}
/* Slider Animate 1*/
.hero-text {
    overflow: hidden;
}
.hero-text h2 {
  margin-bottom: 50px;
}
.hero-text .hero {
  position: relative;
  height: 576px;
}
.hero-text .hero .hero-slide a:hover span {
  color: #fff;
}
.hero .hero-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top center;
}
.hero .hero-slide .header-content {
  top: 20%;
  margin-left: 8rem;
  max-width: 550px;
  width: 100%;
  padding: 2rem;
  position: relative;
  top: -350px;
  color: #fff !important;
  text-shadow: 2px 2px 4px black;
}
.slide-content {
  padding: 10px 20px 10px 0;
}
.slide-content .h1 {
  font-size: 62px
}
.btn-primary {
  background-color: #ff9933;
  border: #111;
  border-radius: 0;
  padding:15px;
}
/** Text Animation **/
@-webkit-keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}

@keyframes fadeInUpSD {
  0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
      transform: translateY(100px)
  }

  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
.slick-active .slide-content {
  animation-name: fadeInUpSD;
  animation-duration: 1s;
  opacity: 1;
  width: 100%;
  padding: 10px 20px 30px 0;
}
/* Text Animation End **/

/* Slick Dots */
.slick-dots {
  bottom: 10px !important;
  display: block!important;
  width: 100% !important;
  padding: 0 !important;
  list-style: none !important;
  text-align: center !important;
}
.slick-dots li button {
  list-style-type: none !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 18px !important;
  border: 1px #bbb solid !important;
  background: #999 !important;
}
.slick-dots li.slick-active button {
  width: 22px !important;
  height: 22px !important;
  margin-left: -2px !important;
  border: 1px #ccc solid !important;
  background: #f93 !important;
}
.slick-dots li button:before {
  content: '' !important;
}
/* Media Queries */
@media (max-width: 768px) {
  .hero-text .hero .hero-slide a {
    padding-top: 0.8rem;
  }
  .hero-text .hero .hero-slide a span {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  .hero .hero-slide .header-content {
    margin: 0 auto;
  }
}

/* promo Block */
.mini-block-top {
  padding-bottom:35px;

}
.static-collection { position:relative; }
.static-collection .promo-title {
  margin:0;
  display:inline-block;
  height:34px;
  vertical-align:middle;
  width:100%;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  line-height:20px;
  padding:25px 0;
  font-weight:bold;
  letter-spacing:0.5px;
}
.static-collection .promo-text-wrap { position:relative; }
.static-collection .promo-text-wrap:before {
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:rgba(0,0,0,0.25);
  z-index:1;
}
.static-collection .promo-text-wrap .promo-info {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  text-align:center;
  color:#ffffff;
  max-width:350px;
  width:100%;
  padding:0 15px;
  z-index:2;
}
.static-collection .promo-text-wrap .promo-info h3 {
  margin:0 0 30px;
  font-size:30px;
  font-weight:bold;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
.static-collection .promo-text-wrap .promo-info .promo-text { margin-bottom:50px; }
.static-collection .promo-text-wrap .promo-info .btn-ex {
  font-size:13px;
  height:42px;
  font-weight:bold;
  border:1px solid #ffffff;
  text-transform:uppercase;
  display:inline-block;
  vertical-align:top;
  padding:10px 20px;
  line-height:20px;
  color:#ffffff;
}
.static-collection .promo-links {
  width:100%;
  height:211px;
  background-size:cover;
  display:block;
  position:relative;
  text-align:center;
}
.static-collection .promo-links span {
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  padding:0 15px;
  max-width:400px;
  display:inline-block;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  color:#ffffff;
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.static-collection .promo-links:before {
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  right:50%;
  bottom:50%;
  background:rgba(0,0,0,0.5);
  opacity:0;
  visibility:hidden;
  -webkit-transition:all 250ms ease;
  transition:all 250ms ease;
}
.static-collection .promo-links:hover:before {
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  opacity:1;
  visibility:visible;
}
.static-collection .promo-links:hover span {
  opacity:1;
  visibility:visible;
}
.static-collection iframe {
  width:100%;
  display:block;
  height:377px;
}
.promo-links, .promo-text-wrap {
-webkit-box-shadow: 10px 10px 21px -2px rgba(0,0,0,0.61);
-moz-box-shadow: 10px 10px 21px -2px rgba(0,0,0,0.61);
box-shadow: 10px 10px 21px -2px rgba(0,0,0,0.61);
}
.promo-text {
	font-size: 16px;
	color: #fff;
	font-weight:bold !important;
}
.promo-title {
	color: #f93;
}
/*responsiv*/
@media (min-width: 576px) {
  .promo-col-1 {
    max-width: 100%;
  }
  .promo-col-2 {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .promo-col-1 {
    max-width: 100%;
  }
  .promo-col-2 {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .promo-col-1 {
    width: 39%;
	float: left;
  }
  .promo-col-2 {
    width: 59%;
	float: right;
  }
}
@media (min-width: 1200px) {
  .promo-col-1 {
    width: 39%;
	float: left;
  }
  .promo-col-2 {
    width: 59%;
	float: right;
  }
}
/*widget*/
.featured-block {
	font-size: 20px;
	color: #f93 !important;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase !important;
	font-weight:bold !important;
	text-align: center;
}
#slider-1 .slick-track {
	height:	540px !important;
    margin-top: 10px !important;
}
#slider-1 .slick-slide {
    margin-right: 15px !important;
    margin-left: 10px !important;
}
/* SLICK Arrows */
.slick-prev{
  left: 40px !important;
  z-index:400 !important;
  	  position: relative;
	  top:250px;
	  border: solid #ff9933 !important;
	  border-width: 0 20px 20px 0 !important;
	  display: inline-block !important;
	  padding: 3px;	
	  transform: rotate(135deg) !important;
	  -webkit-transform: rotate(135deg) !important;
	  transition: transform .5s;
	  width: 40px !important;
	  height: 40px !important;
	  box-shadow: 5px 5px #ccc !important;
	  transition: all 500ms ease !important;
}
.slick-prev:before{
	content:"";
}
.slick-prev:hover{
	border-width: 0 20px 20px 0 !important;
    left: 30px !important;
	box-shadow: 0px 0px #ccc !important;
}
.slick-next{
  float:right !important;
  right: 40px !important;
  z-index:400 !important;
  	  position: relative;
	  top:-360px;
	  border: solid #ff9933 !important;
	  border-width: 0 20px 20px 0 !important;
	  display: inline-block !important;
	  padding: 3px;	
	  transform: rotate(-45deg) !important;
	  -webkit-transform: rotate(-45deg) !important;
	  width: 40px !important;
	  height: 40px !important;
	  box-shadow: 5px 5px #ccc !important;
	  transition: all 500ms ease !important;
}
.slick-next:before{
	content:"";
}
.slick-next:hover{
	border-width: 0 20px 20px 0 !important;
    right: 30px !important;
	box-shadow: 0px 0px #ccc !important;
}
/* newsletter */
.line-top{
width:100%;
	border-bottom:solid 1px #ff9933;
}
.block.newsletter {
	max-width:100% !important;
	margin:auto;
}
.title-newsletter {
	text-align: center;
	margin:auto;
	padding-top:20px;
}
.title-newsletter h3 {
	color: #ff9933;
	margin:auto;
	text-transform: uppercase;
}
.title-newsletter h4 {
	color: #ccc;
}