.navbar{
	padding: 0;
}

/* ============================================ *
 * HOME CATEGORIES
 * ============================================ */
.categories_block .block_title {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	border: 0;
}
.categories_block .block_title:after {
	display: block;
	width: 0;
	width: 50px;
	height: 1px;
	margin: 0 auto;
	margin-top: 15px;
	content: "";
	background: #23527c;
}
.categories_block .item .image {
	position: relative;
	text-align: center;
}
.categories_block .item .image .category-item {
	position: absolute;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	padding: 20px;
	margin-bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-box-direction: normal !important;
	-moz-box-flex: 1;
	-moz-box-orient: vertical !important;
	-webkit-box-pack: center !important;
	-moz-box-pack: center !important;
	-ms-flex-pack: center !important;
	background-color: rgba(0, 0, 0, 0.4);
}
.categories_block .item .image .category-item:hover {
	text-decoration: none;
}
.categories_block .item .image .category-item:before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	z-index: 0;
	display: block;
	content: "";
	background: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
}
.categories_block .item .image .category-item:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.categories_block .item .image .category-item .title {
	display: block;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
}
.categories_block .item .image .category-item .subtitle {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
}
.categories_block .item .image figure{
	margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
	div#n2-ss-1 .n2-ss-layer .n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover{
		font-size: 180%!important;
		letter-spacing: 5px!important;
	}
	div#n2-ss-1 .n2-ss-layer .n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover{
		font-size: 100%!important;
	}
}