/* Add here all your CSS customizations */

.homepage-category-item {
	height: 245px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 220px;
	text-align: center;
	color: #666;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 20px solid #000;
	position: relative;
}
.homepage-category-item span {
	margin-top: 15px;
	display: inline-block;
}
.homepage-category-item:hover .inner-wrapper {
	opacity: 1;
}
.homepage-category-item .inner-wrapper {
	padding-top: 15px;
	padding-left: 7.5px;
	padding-right: 7.5px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
}
.homepage-category-item .inner-wrapper small {
    text-transform: none;
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
    line-height: 18px;
}

img.color-theme {
	max-width: 200px;
}

.f-header-ico-group {
    top: 36px;
    right: 15px;
    bottom: 0px;
    padding-top: 0;
}

.f-header-ico-group .fa {
    font-size: 13px;
    margin-right: 13px;
}

span.before {
	width: 15px;
    background: #333;
    height: 15px;
    float: left;
    display: inline-block;
    margin-right: 7.5px;
    margin-top: 8px;
}

.flag-icon-contact {
	width: 30px !important;
	height: 30px !important;
	border-radius: 50% !important;
	margin-right: 10px !important;
}

.b-google-map__info-window-address-title.flags {
	margin: 0;
	font-size: 11px;
}

.b-google-map__info-window-address ul li.flags {
    margin-bottom: 7.5px;
}

@media (max-width: 670px) {
	.homepage-category-item {
		font-size: 14px;
	}
	.homepage-category-item .inner-wrapper small {
		font-size: 11px;
	}
}

@media (max-width: 979px) {
	.flag-icon-contact {
		width: 45px !important;
		height: 45px !important;
		border-radius: 50% !important;
		margin-right: 10px !important;
	}
	
	.b-google-map__info-window-address ul li.flags {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.b-google-map__info-window-address-title.flags {
		font-size: 13px;
		line-height: 2.2 !important;
	}
}