@import "../../../css/custom.css";

/*=======================================
Theme style
=========================================*/
.uk-main-content {
    padding-bottom: 30px;
}
.uk-panel-search {
	margin-left: auto;
	margin-right: 0;
	margin-top: -45px;
    padding-left: 0;
}
.uk-wrapper-header {
	background: url(/images/icons/bg-header-inner.jpg) center top no-repeat;
	border-bottom: 7px solid #ffd9e0;
	padding-bottom: 15px;
}
.uk-breadcrumb > li a {
	color: #4b4b4b;
}
.uk-breadcrumb > li:nth-child(n+2):before,.uk-breadcrumb > li > span {
	color: #b33d42;
}
@media (max-width: 779px) {
	.uk-wrapper-header {
	    background: #ffffff;
	}
	.uk-panel-search {
		margin-top: 10px;
		    margin-bottom: 10px;
	}
}
/*=======================================
End Theme style
=========================================*/






