
/* #defpage-sidebar-booklets-carousel-onlyMobile.onlyMobile {
	display: none;
} */
.onlyMobile {
	display: none;
}

#defpage-sidebar-booklets-carousel .slick-arrow {
    position: absolute;
    bottom: auto;
    left: auto;
    top: -28px;
    background: transparent;
    line-height: 50px;
    border: 1px solid #24b0e3;
    height: 50px;
    width: 50px;
    border-radius: 12px;
    z-index: 999;
    font-size: 0;
    cursor: pointer;
}
/* #defpage-sidebar-booklets-carousel .slick-prev, #defpage-sidebar-booklets-carousel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
} */
#defpage-sidebar-booklets-carousel .slick-next {
    right: 6px;
}
.slick-prev::before {
    content: "‹" !important;
}
.slick-next::before {
    content: "›" !important;
}



/*Responsive Styles*/
@media only screen and ( max-width: 1822px) {
	
}
@media only screen and ( max-width: 1440px) {
	
}
@media only screen and ( max-width: 1367) {
	
}
@media only screen and ( max-width: 1180px) {
	
}
@media only screen and ( max-width: 1024px) {
	
}
@media only screen and ( max-width: 900px) {
	
}
@media only screen and ( max-width: 840px) {
	
}
@media only screen and ( max-width: 769px) {
	.notMobile {display: none;}
	.onlyMobile { display: block; }
	
}
@media only screen and ( max-width: 768px) {
	
}
@media only screen and ( max-width: 680px) {
	
}
@media only screen and ( max-width: 600px) {
	
}
@media only screen and ( max-width: 520px) {

}
@media only screen and ( max-width: 480px) {
	
}