/* =================================================================== */
/* Blue #0054a5
====================================================================== */


#current { background-color: #0054a5; border-right: 1px solid #0054a5; }
.ls-fullwidth .ls-nav-next:hover,
.ls-fullwidth .ls-nav-prev:hover { background-color: #0054a5; }
.caption-color { background: #0054a5; }
.flexslider .flex-next:hover,
.flexslider .flex-prev:hover { background-color: #0054a5; }
.arl.active:hover,
.arr.active:hover { background-color: #ff8e01; }
.portfolio-item:hover > figure > .item-description { border-top: 5px solid #ff8e01; }
.highlight.color,
.skill-bar-content { background: #0054a5; }
.dropcap,
.tabs-nav li.active a,
#breadcrumbs ul li a { color: #0054a5; }
.search-btn-widget { background-color: #0054a5; }
.tags a:hover { background: #0054a5; }
.latest-post-blog img:hover { background: #0054a5; border: 1px solid #0054a5; }
.flickr-widget-blog a:hover { border: 5px solid #0054a5; }
.selected { color: #0054a5 !important; }
.filters-dropdown.active,
#portfolio-navi a:hover {
	background-color: #ff8e01;
}
.button.gray:hover,
.button.light:hover,
.button.color,
input[type="button"],
input[type="submit"],
input[type="button"]:focus,
input[type="submit"]:focus {
	background-color: #ff8e01;
}
.tabs-nav li.active a { border-top: 1px solid #0054a5; }
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active { color: #0054a5; }
.ui-accordion-icon-active { background-color: #0054a5; }
.trigger.active a { color: #0054a5; }
.trigger.active .toggle-icon { background-color: #0054a5; }
.testimonials-author { color: #0054a5; }
.pagination .current { background: #0054a5 !important; }
.flickr-widget a:hover { border-color: #0054a5; }
.latest-shop-items img:hover { background: #0054a5; border: 1px solid #0054a5; }
.increase-value { background: #0054a5; }
.ui-widget-header { background: #0054a5; }

/* Pagination
====================================*/
.pagination {
	margin-top: 30px;
	margin-bottom: 60px;
    text-align: center;
}

.pagination ul li a {
	padding: 6px 10px;
	border-bottom: none;
	display: inline-block;
	color: #fff;
	float: left;
	margin-right: 4px;
	background-color: #0054a5;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	box-shadow:  inset 0px -1px 0px 0px rgba(0,0,0, 0.07);
	border-radius: 2px;
}

.pagination .current {
	background: #091970 !important;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

.pagination ul li a:hover {
	background-color: #ff8e01;
	color: #fff;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.1);
}