#pop-boards .slide .content img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80vh;
}





@media all and (max-width: 991px) {
	#pop-boards .featured-slider.on {
		width: 100%;
	}
}


@media all and (min-width: 992px) {
	#pop-boards .featured-slider.on {
		max-width: 640px;
	}
}








#pop-boards .featured-slider.on .nav {
	background: rgba(0, 0, 0, .2);
}



#pop-boards .featured-slider.on .nav:hover {
	background: rgba(0, 0, 0, .5);
}

















/* 
#pop-boards {
	width: 0;
	height: 0;
} 

 */


#pop-boards {
	position: fixed;
	/* z-index: 999999999; */
	z-index: -100;
	opacity: 0;
	opacity: 0;
	display: flex;	
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all ease-in-out .3s;
	top: 0;
	width: 100vw;
	height: 100vh;
}

#pop-boards .display-none {
	display: none;
}



@media all and (max-width: 991px) {
	#pop-boards {
		background: rgba(0, 0, 0, .7);
	}
}

@media all and (min-width: 992px) {
	#pop-boards {
		background: rgba(0, 0, 0, .8);
	}
}







@media all and (min-width: 992px) {
	#pop-boards .slider-wrapper {
		justify-content: center;
	}

}



#pop-boards .pop-board {
	text-align: center;
}






#pop-boards .pop-board .view,
#pop-boards .pop-board .view p {
	display: inline-block;
	text-align: center;
}


@media all and (max-width: 991px) {
	#pop-boards .content.pop-board {
		padding: 0 4%;
	}
}

@media all and (min-width: 992px) {
	/* #pop-boards .content.pop-board {
		padding: 0 4%;
	} */
}


#pop-boards .pop-board p {
	margin-bottom: 0;
	text-align: center;
}




#pop-boards .pop-board-mobile .pop-board .view {
	background-color: #fff;
}















@media all and (max-width: 767px) {
	.pop-boards-slider {
		padding: 30px 0;
	}
}


@media all and (min-width: 768px) and (max-width: 991px) {
	.pop-boards-slider {
		padding: 35px 0;
	}
}







.pop-boards-slider .container {
	width: 100%;
	max-width: none;
}



.pop-boards-slider .slider-wrapper {
	padding: 0;
}




.pop-boards-slider .slider-wrapper {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	will-change: transform;
	user-select: none;
	cursor: pointer;
	transition: all ease-in-out .5s;
	visibility: visible;
}

.pop-boards-slider.center-slider .slider-wrapper .slide {
	width: 100%;
	pointer-events: none;
	opacity: .7;
}

.pop-boards-slider .slider-wrapper .slide {
	transition: all ease-in-out .5s;
}

.pop-boards-slider .slider-wrapper .slide a {
	display: block;
}


.pop-boards-slider .slider-wrapper .slide.active {
	pointer-events: auto;
	opacity: 1;
	cursor: pointer;
}


.pop-boards-slider .slider-wrapper .slide:last-child {
	margin-right: 0;
}











/*------ Slider Nav ------*/


@media all and (max-width: 991px) {
	#pop-boards .featured-slider.on .nav.prev {
		left: 4%;
	}

	#pop-boards .featured-slider.on .nav.next {
		right: 4%;
	}
}


@media all and (min-width: 992px) {
	#pop-boards .featured-slider.on .nav.prev {
		left: 0;
	}
	#pop-boards .featured-slider.on .nav.next {
		right: 0;
	}
}






/*------ Slider Dots ------*/



.pop-boards-slider .slider-dots {
	bottom: 10vh!important;
	justify-content: center;
}



.pop-boards-slider .slider-dots div {
	cursor: pointer;
	margin-right: 2.5px;
}

.pop-boards-slider .slider-dots div:last-child {
	margin-right: 0;
}

.pop-boards-slider .slider-dots div span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 20px;
	transition: all ease-in-out .3s;
	box-shadow: 0px 2.5px 5px rgba(0, 0, 0, .1);
}


.pop-boards-slider .slider-dots div.active span {
	background: #FFF !important;
}


@media all and (max-width: 991px) {
	.pop-boards-slider .slider-dots div span {
		background: rgba(255, 255, 255, .3);
	}

	.pop-boards-slider .slider-dots div:hover span,
	.pop-boards-slider .slider-dots div.active span {
		background: rgba(255, 255, 255, 1);
	}
}


@media all and (min-width: 992px) {
	.pop-boards-slider .slider-dots div span {
		background: rgba(0, 0, 0, .3);
	}

	.pop-boards-slider .slider-dots div:hover span,
	.pop-boards-slider .slider-dots div.active span {
		background: rgba(0, 0, 0, 1);
	}
}




.footer-board {
	position: relative;
	background-color: #777;
	/* color:#000000;  */
	font-size: 12px;
	text-align: right;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
}