/* Add here all your CSS customizations */

.hp-categories-wrapper h4 {
    color: #fff;
    font-weight: bold;
    background-color: #4495d1;
    padding-left: 5px;
}

.hp-categories-wrapper .hp-categories-links a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 2px;
    text-shadow: 1px 1px 1px #fff;
}

.hp-categories-wrapper .item {
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	background-color: #fff;
	margin: 10px 10px;
	padding: 25px 5px;
	width: calc(33% - 20px);
	height: 335px;
}

.hp-categories-links div {
	margin: 10px 0px;
}

.iframe-wrapper {
    width: 100% !important;
    position: relative !important;
    display: inline-block !important;
}

.iframe-wrapper iframe {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.iframe-wrapper:after {
    padding-top: 56.25% !important;
    display: block !important;
    content: '' !important;
}

.b-bottom-nav li {
    display: inline-block;
}

body {
	color: #000;
}

.bnr:hover {
	opacity: 0.8;
}

.download-item h3 {
	cursor: pointer;
}

.article-item {
	margin-bottom: 10px;
	margin-top: 10px;
    	float: left;
    	width: 100%;
    	border-bottom: 1px solid #ddd;
}
.article-item h3 {
	font-size: 14px;
    	text-transform: none;
    	font-weight: 600;
}
.article-item h3 small {
	font-size: 75%;
}
.article-item img {
	margin: 0 auto;
	height: 70px;
	margin-bottom: 10px;
}
.article-item .col-md-4 {
	padding: 0px;
}

.b-r {
	width: 73%;
    	float: right;
}

#price_list_request input,select {
	padding: 3px 5px !important;
    font-size: 12px !important;
    height: auto !important;
}
#price_list_request label {
	font-weight: bold;
    font-size: 12px;
    margin-bottom: 2.5px;
}
.homepage-category-item2 {
	height: 55px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 240px;
	text-align: center;
	color: #666;
	font-size: 17px;
	font-weight: bold;
	//border-bottom: 20px solid #428bca;
	border-bottom: none;
	overflow: hidden;
	position: relative;
}
.homepage-category-item2:hover {
	color: #000 !important;
}

.homepage-category-item {
	height: 240px;
    background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 240px;
	text-align: center;
	color: #666;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	//border-bottom: 20px solid #428bca;
	border-bottom: none;
	position: relative;
}
.homepage-category-item span {
	margin-top: 15px;
	display: inline-block;
	color: #000;
}
.homepage-category-item:hover .inner-wrapper {
	opacity: 1;
}
.homepage-category-item .inner-wrapper {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	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: 300px;
	margin-top: 5px;
}

.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: 767px) {
	.hp-categories-wrapper .item {
		width: 100%;
	}
}

@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;
	}
}

.slideshowPlugin
{
    max-width: 75%;
    margin: 0 auto;
    background: #333;
    border-radius: 10px;
    padding-top: 20px;
}

a.pdf-file {
	color: #000;
	font-weight: bold;
}
a.pdf-file:hover {
	text-decoration: underline;
}
a.pdf-file span {
	color: #666;
	font-size: 11px;
	font-weight: normal;
}

.b-product-preview__content.higher {
	height: 105px;
}
