.custom_slider {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #000;
	padding-bottom: 5rem;
}
.custom_slider h3{
	font-size: 30px;
	font-weight: 600;
	color: #000; 
	margin: 0 0 15px; 
	text-align: center; 
	text-transform: uppercase;
}
.custom_slider h5.title {
	font-family: inherit;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 0;
	text-transform: capitalize;
}
.custom_slider .info span{
	font-style: italic;
}
.custom_slider .info p {
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
}
.custom_slider .slider-container {
	position: relative;
}
.custom_slider a.button{
	text-transform: uppercase;
	background-color: #ffc424;
	color: #000;
	font-family: inherit;
	font-weight: 500;
	font-size: 18px;
	padding: .6rem .5rem;
	border-radius: 10px;
	display: block;
	margin: 1rem auto;
	width:200px;
}
.custom_slider a.button:hover{
	background-color: #d79f08;
}
.custom_slider .slides {max-width: 967px; margin: 0 auto;}
.custom_slider .slide.columns{padding: 0 12px;}
.custom_slider .slide-int {
	position: relative; 
	margin: 0 auto;
}

.custom_slider .slider-nav .arrow {
	position: absolute; 
	top: 34%; 
	z-index: 50;
	color: #FFF;
	font-size: 55px;
	font-weight: 100;
	width: 19px;
	height: 33px;
	background-image: url(/includes/public/assets/images/icon-arrow-grey-large-r.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.custom_slider .slider-nav .arrow.prevSlide {left: 16px; background-image: url(/includes/public/assets/images/icon-arrow-grey-large-l.png);}
.custom_slider .slider-nav .arrow.nextSlide {background-position: right center; right: 16px;}
.custom_slider .arrow.slick-disabled {opacity: 0.3;}


/*.custom_slider ul.slick-dots {list-style: none; width: 100%; margin: 20px 0 30px; text-align: center; }
.custom_slider ul.slick-dots li {display: inline-block; margin: 0px 10px;}
.custom_slider ul.slick-dots li button {
    font-size: 0px;
    padding: 0px;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    display: block;
    background-color: #959595;
    opacity: 1;
    margin-bottom: 10px;
}
.custom_slider ul.slick-dots li.slick-active button { background-color: #636363; }
.custom_slider ul.slick-dots li button:before {content: ""; display: none;}


.custom_slider .bottom-buttons { text-align: center; clear: both; margin: 0px 0px 40px; }
.custom_slider .bottom-buttons a { background-color: #ffc424; padding: 10px 30px; display: inline-block; color: #000; font-size: 14px; text-transform: uppercase; margin: 0px 50px; font-weight: 400; font-family: 'Roboto', sans-serif; }
.custom_slider .bottom-buttons a:hover { background:#d79f08; color:#000000; }*/

/*
.custom_slider .border {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	border: 0px #6d9f11 solid;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.custom_slider .slider-nav .arrow {
	position: absolute; 
	top: 95px; 
	z-index: 50;
	color: #FFF;
	font-size: 55px;
	font-weight: 100;
	width: 46px;
	height: 60px;
	background-image: url("/includes/public/assets/images/widget-nav-slider.png");
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.custom_slider .slider-nav .arrow.prevSlide {left: 16px;}
.custom_slider .slider-nav .arrow.nextSlide {background-position: right center; right: 16px;}
.custom_slider .arrow.slick-disabled {opacity: 0.3;}*/





/*@media only screen and (max-width: 1080px) {
	.custom_slider .slides {max-width: 700px;}
	.custom_slider .slider-nav .arrow.prevSlide {left: 2px;}
	.custom_slider .slider-nav .arrow.nextSlide {right: 2px;}
}*/
@media only screen and (max-width: 40em) { 

}

@media only screen and (max-width: 64em) { 
	.custom_slider .slide-int {
		position: relative; 
		margin: 0 auto;
		max-width: 320px;
	}
	.custom_slider a.button{
		border-radius: 0;
	}

}
.custom_slider .dots-container{
	margin: 1rem 0;
} 
.custom_slider ul.slick-dots{
	position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 50%;
    text-align: center;
    z-index: 2;
}
.custom_slider .slick-dots li{
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}
.custom_slider .slick-dots li:last-child{margin-left: 0;}
.custom_slider .slick-dots li span {
    display: block;
    width: 13px;
    height: 13px;
    background-color:#959595;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-border-radius: 99px;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slick-dots li span:hover, .slick-dots li span:active, .slick-dots li span:focus {text-decoration: none;}
.slick-dots li:last-child {margin: 0;}
.slick-dots li.slick-active>span {background-color: #636363;}
/*.slick-dots li:hover:not(.slick-active)>span, .slick-dots li:active:not(.slick-active)>span, .slick-dots li:focus:not(.slick-active)>span {
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
}*/