/* BEGIN blue_css_code */
.flexy-menu li:hover > a,
.flexy-menu li.active a,
.flexy-menu li.current-menu-ancestor a,
.flexy-menu li.current_page_item a {
	background: #bd4932;
	color: #fff;
}
body.light-layout .flexy-menu li:hover > a,
body.light-layout .flexy-menu li.active a,
body.light-layout .flexy-menu li.current-menu-ancestor a,
body.light-layout .flexy-menu li.current_page_item a {
	background: #bd4932 !important;
	color: #fff;
}

body {
	font-size: 14px;
}

.sidebar-section .widget h1.widget-title{
	padding: 8px 30px;
	background-color: #bd4932;
}
.home-aboutus-title {
	height: 40px;
	padding: 10px 25px;
	background-color: #bd4932;
}
.call-action {
    background-color: #db9d36;
}
.call-action-text {
    color: #ffffff;
}
a {
    color: #970000;
    text-decoration: none;
}
a:hover {
	color: #4f4f4f;
}
.page-title {
	background-color: #db9d36;
}
.page-navigation ul span {
	color: #ffffff;
}
.page-navigation ul span a:hover {
	color: #bd4932;
}

.home-aboutus-details {
	padding: 25px;
}

.home-aboutus-details p {
	margin-top: 60px;
}

.home-aboutus-content.synced-slider {
	height: 200px;
}

.site-slogan {
	display: table-cell;
	vertical-align: middle;
	font-size: 36px;
	font-weight: 300;
	color: #bdbdbd;
	line-height: 40px;
}

.call-action-text {
	display: table-cell;
	vertical-align: middle;
	margin-right: 30px;
	font-size: 36px;
	font-weight: 300;
	color: #4a4a4a;
	line-height: 40px;
}

.header-section.sticky {
    position: absolute;
}
/* END blue_css_code */
