.banner img{
	width: 100%;
}

/*---------------------------------- Slideshow ---------------------------------*/
.orbit-bullets{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.orbit-bullets button{
	width: 1rem;
	height: 1rem;
	margin: 0.25rem;
	background: #ededed;
}
.orbit-bullets button.is-active{
	background: #e94c26;
}
#block-views-block-front-page-banner-slideshow-block-1{
	width: 100%;
	overflow: hidden;
	margin: 0;
	position: relative;
}
#block-views-block-front-page-banner-slideshow-block-1 img{
	display: block;
	margin:0;
	width: 175%;
	max-width: unset;
	margin-left: -150px;
}
.views-slideshow-controls-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li{
	background: #fff;
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active{
	background: #e94c26;
}
.views-slideshow-controls-bottom .views-slideshow-pager-bullets,
#views_slideshow_controls_text_pause_front_page_banner_slideshow-block_1{
	display: none;
}
#views_slideshow_controls_text_front_page_banner_slideshow-block_1{
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
}
.views_slideshow_controls_text_previous a,
.views_slideshow_controls_text_next a{
	font-size: 0;
	background: url("../img/arrows/arrow-prev.png") no-repeat 0 0;
	width: 45px;
    height: 45px;
	position: absolute;
	left: 0;
	display: block;
	z-index: 100;
}
.views_slideshow_controls_text_next a{
	background-image: url("../img/arrows/arrow-next.png");
	right: 0;
	left: unset;
}
.views_slideshow_controls_text_previous a:hover{
	background-image: url("../img/arrows/arrow-prev-active.png");
	transform: translateX(-5px);
}
.views_slideshow_controls_text_next a:hover{
	background-image: url("../img/arrows/arrow-next-active.png");
	transform: translateX(5px);
}
.views_slideshow_controls_text_next{
	float: right;
}
.views-slideshow-pager-bullets{
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 100%;
}



.views_slideshow_cycle_main {
  width: 100%;
  float: left;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
.views_slideshow_cycle_slide{
	width: 100% !important;
}
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
  height: auto;
}
.banner-content-wrapper .views-content-wrapper{
	width: 100% !important;
	display: block !important;
	height: auto;
	float: left;
	position: relative;
}
#views_slideshow_cycle_teaser_section_front_page_banner_slideshow-block_1{
	width: 100% !important;
}
.views_slideshow_cycle_main .field-content {
  max-width: 100%;
  width: 100%;
}
.views_slideshow_cycle_main .field-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}


@media(min-width: 769px){
	#block-views-block-front-page-banner-slideshow-block-1 img{
		width: 100%;
		overflow: hidden;
		margin: 0;
	}
}
@media(min-width: 992px){
	.views-slideshow-controls-bottom .views-slideshow-pager-bullets{
		display: block;
	}
}