/* Add here all your CSS customizations */
.page-header-custom-background {
	padding: 110px 0;
	border-top:3px solid #fd8000;
	border-bottom:3px solid #fd8000;
	background-image: url(../img/slides/header2560.jpg);
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	text-transform: none;
	font-style: normal;
	font-weight: normal;
}

.thumb-info .thumb-info-inner em {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #f09100;
}

@media (max-width: 1920px) {
	.page-header-custom-background {
	background-image: url(../img/slides/header.jpg);
	}
}

@media (max-width: 1199px) {
	.page-header-custom-background {
	background-image: url(../img/slides/header1199.jpg);
	}
}

@media (max-width: 991px) {
	.page-header-custom-background {
	background-image: url(../img/slides/header991.jpg);
	}
}

@media (max-width: 575px) {
	.page-header-custom-background {
	background-image: url(../img/slides/header575.jpg);
	}
}
