@charset "utf-8";
/* CSS Document */


/*******************************************************************************
			You can change color scheme by edit main color below
*******************************************************************************/

body.dark {
	background-color: #282828;
}
.flexy-menu li:hover > a,
.flexy-menu li.active a,
.dark .flexy-menu li:hover > a,
.dark .flexy-menu li.active a {
	background: #911938;
}


.flexy-menu ul li a:hover,
.flexy-menu li li:hover > a {
	background: #911938 !important;
}

.logo,
button,
.team-social li:hover,
.portfolio-status ul li:hover,
#shareme .share-this,
#shareme a:hover,
.page-count ul li:hover,
.page-count .page-active,
.contact-social li:first-child,
.contact-social li:hover,
.popular-tags li:hover,
.dark #shareme a:hover,
.dark .team-social li:hover,
.dark .page-count .page-active,
.dark .page-count .page-active:hover,
.dark .contact-social li:hover,
.dark .contact-social li:first-child,
.dark .popular-tags li:hover,
.subscribe-box .subscribe-button,
.comment-active .submit-button,
.dark .comment-active .submit-button,
.filter:hover, .filter.selected {
	background-color: #911938;
}

button:hover,
.subscribe-box .subscribe-button:hover,
.comment-active .submit-button:hover,
.dark .comment-active .submit-button:hover {
	background-color: #891735;
}

.dark .filter:hover, .filter.selected {
	background-color: #911938 !important;
}

.blog-header h2 a:hover,
.related-post li h4 a:hover,
.sidebar-list ul li a:hover,
.recent-detail h3 a:hover,
.dark .blog-header h2 a:hover {
	color: #911938;
}

#sync1 .item .caption.color2,
.feature-image-caption,
.mega-hover {
	background-color: rgba(222,65,106,0.80);
}

.thumbnail-hover {
	background-repeat: no-repeat;
	background-position: top center rgba(145,25,56,0.80);
	background-image: url(../images/link-icon.png);
}

.thumbnail-hover:hover {
	background-repeat: no-repeat;
	background-position: center center rgba(145,25,56,0.80);
	background-image: url(../images/link-icon.png);
	background-color: rgba(145,25,56,0.80);
}

.service-panel .thumbnail-hover {
	background: rgba(145,25,56,0.80);
}

.flexy-menu ul, 
.flexy-menu ul li ul {
	background: rgba(145,25,56,0.85);
}

.flexy-menu ul li a:hover,
.flexy-menu li.active li:hover > a,
.flexy-menu li li:hover > a {
	background-color: #B21E44;
}
