/** main color: #2d5c88 **/
/** header **/
#navigation-wrapper, .dropdown-menu {
	background: #2d5c88;
}
/** carousel icon **/
.section-header h3 i, .section-header .section-nav .bullet.active {
	background: #2d5c88;
}
/** sidebar **/
.widget.widget-primary .widget-title, .sidebar .wpb_wrapper .widgettitle, .sidebar .wpb_wrapper .widget-title{
	background: #2d5c88;
}
/** footer **/
#footer {
	background: #2d5c88;
}
#footer .widget p, #footer .widget ul li a, .copyright p{
	color: #fff;
}
.copyright{
	border-top: 1px solid #1B4F80;
}
/** footer tag widget **/
#footer .mars-keycloud-widgets a, #footer .widget a.tag{
	background: #194369;
	color:#fff;
}
.tagcloud a:hover,
#footer .mars-keycloud-widgets a:hover,
#footer .widget a.tag:hover {
	background:#235B8D;
}

/** video single page **/
.video-info span.likes{
	color: #2d5c88;
}
.video-details .meta .meta-info, .post-info .meta .meta-info {
	background: #2d5c88;
}
.post-entry a.readmore{
	background: #2d5c88;
}
.item p a {
	color: #2d5c88;
}
/** navigation **/
.pagination span.current, .pagination>.active>a{
	background: #2d5c88!important;
	border-color: #2d5c88 !important;
}