body { font-family: "Montserrat", Arial; }

.libWrap { padding-bottom: 680px; overflow: hidden; }
.libWrap select { padding:0 15px 0 0; max-width:150px; }
.libWrap .dirWrap { 
	margin: 15px 0 0 0; 
	display: block;
}
.libWrap .dirWrap img { width:100%; max-width:293px; }
.libWrap .dirWrap a { max-width:293px; height:293px; overflow:hidden; text-decoration:none; font-family: 'Montserrat' ,Arial; float:left; margin:10px 10px 0 0; }
.libWrap .dirWrap h2 { font-family: 'Montserrat', Arial; font-size: 30px; margin:15px 0 5px 0; clear:both; }
.libWrap .dirWrap a span { 	
	display:none;
	width: 293px;
	height: 293px;
	color: #FFF;
	text-decoration:none; 
	font-size:12px; 
	position: relative;
	top: -293px;
	padding: 15px;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	
}
.libWrap .dirWrap a:hover span { display:block !important; }
.libWrap .dirWrap .downbtn { 
    width: 103px;
	padding: 3px 0 3px 8px;
	margin: 10px 0;
	position: absolute;    
    bottom: 5px;
	background-color: #ff5f00;    
    color: #FFF;
    font-weight: bold;
	border: 0.5px solid #9b9b9b;
}
.libWrap .dirWrap .downbtn img { width:15px;  margin:-5px 5px 0 5px; }

#searchBox {
	background: #eeeeee;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: 27px;
    padding: 6px 12px;
    width: 190px;
}

.filters {
	margin: 15px 0 30px 0;
	display: inline-block;
}
.filters select {
	background: #eeeeee;
    border: 1px solid #c2c2c2;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    height: 27px;
    padding: 3px 6px;
    width: 190px;
    margin: 5px 15px 5px 0;
}

#searchBoxWrapper {
	display: inline-block;
    margin: 0 15px 0 0;
}

#searchBoxWrapper::after {
	content: " ";
    display: inline-block;
    height: 27px;
    border-radius: 0;
    background-color: #ff5f00;
    background-image: url(/themes/rx/images/magnifying-glass.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 27px;
    top: 8px;
    left: 0;
    position: relative;
}


.libWrap .dirWrap video {
	margin: 10px 10px 0 0;
    background: #000;
}

.libWrap  .dirWrapTrack {
	height: 280px;
    width: 2000px;
	position: relative;
}
.libWrap .dirWrap {
	position: relative;	
	overflow-y: hidden;
    overflow-x: hidden;
	max-width: 1200px;
}
.libWrap .slick-prev {
	left: 0;
    top: 180px;
    position: absolute;
	z-index:999989;
	    border: 0 !important;
    background: #FF5F00 !important;
    padding: 10px !important;
}

.libWrap .slick-next {
	right: 0;
    top: 180px;
    position: absolute;
	z-index:999999;
	    border: 0 !important;
    background: #FF5F00 !important;
    padding: 10px !important;
}

