.swiper-wrap-custom .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-wrap-custom .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
	min-height: calc(100vh - 123px);
	background-color:#9E9E9E;
}
.swiper-wrap-custom .swiper-slide:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.35);
}
.swiper-wrap-custom .swiper-button-prev, .swiper-wrap-custom .swiper-button-next {
    position: absolute;
    bottom: 16px;
    transform: translateY(-50%);
    display: none;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    cursor: pointer;	
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
    background-image: none;
    outline: none;
}
.swiper-button-next, .swiper-button-prev {
    background-size: inherit;
    height:24px;
    width:60px;
}
.swiper-wrap-custom .swiper-button-prev {
    left: 20px;
	background-image: url(../images/prev.png);
}
.swiper-wrap-custom .swiper-button-next {
    right: 20px;
	background-image: url(../images/next.png);
}
.swiper-wrap-custom .swiper-button-prev:hover, .swiper-wrap-custom .swiper-button-next:hover, .swiper-wrap-custom .swiper-button-prev:focus, .swiper-wrap-custom .swiper-button-next:focus {
	border:none
}

.swiper-wrap-custom .swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
	bottom: 25px;
    left: 0;
    width: 100%;
	height:13px;
}
.swiper-wrap-custom .swiper-pagination .swiper-pagination-bullet {
    width: 66px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: white;
    transition: .2s;
	opacity:1;
	position:relative
}
.swiper-wrap-custom .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-wrap-custom .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-wrap-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-wrap-custom .swiper-pagination .swiper-pagination-bullet:hover, .swiper-wrap-custom .swiper-pagination .swiper-pagination-bullet:focus {
	opacity:0.3;
	border:none;
}
.swiper-pagination-bullet .knob {
    height: 100%;
    width: 0;
    
    position: absolute;
    left: 0;
    top: 0;
   /* transition: width linear;*/
}
.swiper-pagination-bullet-active .knob {
    width: 0;
	background: #717171;
  /*  transition: width 4.5s linear;
	transition-duration: 4500ms !important;*/
}
.btn.btn-rounded.btn-small {
    padding: 5px 29px;
	 line-height: 24px;
	 text-decoration:none
}
.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {
    background: #ffffff;
    border-color: #ffffff;
    color: #232323;
}
.btn.btn-small {
    font-size: 11px;
    padding: 4px 24px;
}
.btn.btn-rounded {
    border-radius: 50px;
}
.btn {
    display: inline-block;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
 h1.text-white, p.text-white, a.btn-rounded{ opacity:0}
.text-white {
    color: #fff;
}
a.btn-rounded{    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
h1 {
    font-size: 70px;
	white-space:normal;
    line-height: 70px;
	margin: 0 0 25px;
}
.offset-30px-top {
    margin-top: 30px;
}
@media (min-width: 768px){
.swiper-wrap-custom .swiper-button-prev, .swiper-wrap-custom .swiper-button-next {
    display: block;
}
.lead {
    font-size: 21px;
}
}