/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/
.filter-style2 .filter-list > [data-filter] {
	font-family: "Montserrat", sans-serif;
	padding: 6px 20px;
	display: inline-block;
	cursor: pointer;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.1);
	margin: 3px;
}

.filter-style2 .filter-list > [data-filter]:hover {
	color: #333;
	background-color: rgba(255,255,255,1);
}
.filter-style2 .filter-list > .active {
	color: #fff;
	background-color: #0099e5;
}

.filter-style2 .filter-list > [data-filter] {
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.3);
}
.filter-style2 .filter-list > [data-filter]:hover,
.filter-style2 .filter-list > .active {
	color: #fff;
	background-color: #0099e5;
}
.hover-box1 {
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
}

@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

}
@media (min-width: 200px) and (max-width: 479px) {

}