
/********************** Theme colors **********************/
	.mfn-color-1 { background-color: rgba(29, 112, 183, 0.9); }
	.mfn-color-2 { background-color: rgba(29, 112, 183, 0.9); }
	.mfn-color-3 { background-color: rgba(149, 193, 30, 0.9); }
	.mfn-color-4 { background-color: rgba(0, 0, 0, 0.9); }
	.mfn-border-1 { border-color: #1D70B7; }
	.mfn-border-2 { border-color: #1D70B7; }
	.mfn-border-3 { border-color: #95C11E; }
	.mfn-border-4 { border-color: #000000; }
/********************** Backgrounds **********************/
	#Top_bar {
		background-color: #11304a;
	}
	#Footer {
		background-color: #11304a;
	}
/********************* Colors *********************/
/* Content font */
	body,
	.ui-tabs .ui-tabs-nav li a, .ui-accordion h3 a,
	.widget ul.menu li a, .widget_links ul li a, .widget_meta ul li a {
		color: #000000;
	}
/* Links color */
	a {
		color: #3BAA35;
	}
	a:hover {
		color: #1D8F18;
	}
/* Strong (dark) */
	.Recent_comments ul li strong, #Content .Recent_posts ul li a.title,
	#Content .Recent_posts ul li p i, .Recent_comments ul li p strong, .Recent_comments ul li p i,
	.Twitter ul li span {
		color: #000000;
	}
/* Dark green */
	.get_in_touch li.phone p, .pricing-box .plan-inside ul li strong,
	.error h4, .team p, blockquote p.author span, .Recent_comments li span.date .day {
		color: #22A23E;
	}
/* Grey notes */
	.Twitter ul li > a, .Recent_posts span.date,
	.wp-caption .wp-caption-text, .post .meta, .pager a,
	.post .meta .comments, .post .desc .r_meta, .single-post .tag-cat .category a, .single-post .tag-cat .category {
		color: #000000;
	}
/* Headings font */
	h1, h1 a, h1 a:hover { color: #000000; }
	h2, h2 a, h2 a:hover { color: #000000; }
	h3, h3 a, h3 a:hover { color: #000000; }
	h4, h4 a, h4 a:hover { color: #000000; }
	h5, h5 a, h5 a:hover { color: #000000; }
	h6, h6 a, h6 a:hover { color: #000000; }
	h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { color: #000000; }
/* Menu color */
	#Header #menu > ul > li > a {
		color: #393939;
	}
	#Header #menu > ul > li.current-menu-item,
	#Header #menu > ul > li.current_page_item,
	#Header #menu > ul > li.current-menu-ancestor,
	#Header #menu > ul > li.current_page_ancestor,
	#Header #menu > ul > li:hover,
	#Header #menu > ul > li.hover {
		background: #FCFCFC;
	}
	#Header #menu > ul > li.current-menu-item > a,
	#Header #menu > ul > li.current_page_item > a,
	#Header #menu > ul > li.current-menu-ancestor > a,
	#Header #menu > ul > li.current_page_ancestor > a,
	#Header #menu > ul > li > a:hover,
	#Header #menu > ul > li.hover > a {
		color: #95C11E;
		border-top-color: #95C11E;
	}
	#Header #menu > ul > li ul {
		background: #FCFCFC;
	}
	#Header #menu > ul > li ul li a {
		color: #393939;
	}
	#Header #menu > ul > li ul li a:hover,
	#Header #menu > ul > li ul li.hover > a {
		background: #ffffff;
		color: #95C11E;
	}
	#Header #menu > ul > li ul li:hover,
	#Header #menu > ul > li ul li.hover {
		border-left-color: #95C11E;
	}
/* Header addons */
	#Top_bar p.phone {
		color: #ffffff;
	}
	#Top_bar p.phone i,
	#Top_bar p.mail i {
		color: #D3D3D3;
	}
	#Top_bar p.mail a, #Top_bar p.phone a {
		color: #ffffff;
	}
	#Top_bar .social li a {
		color: #ffffff !important;
	}
	#Top_bar .social li a:hover {
		color: #d3d3d3 !important;
	}
/* Subheader */
	#Subheader {
		background-color: #1D70B7;
	}
	#Subheader h1 {
		color: #ffffff;
	}
	#Subheader ul.breadcrumbs li,
	#Subheader ul.breadcrumbs li a {
		color: #ffffff;
	}
	#Subheader ul.breadcrumbs li span {
		color: #00f01e;
	}
/* Frames and borders color */
	.Recent_comments li, .Recent_posts li, .get_in_touch li.label, .pricing-box .plan-inside ul li,
	.pricing-box, .ui-widget-header, #Content .ui-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-panel,
	.ui-tabs .ui-tabs-nav li, .ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content,
	.gallery .gallery-item .gallery-icon, .post .footer,
	#comments .commentlist > li .photo, #comments .commentlist > li,
	#comments .commentlist li .comment-body, .Twitter ul li, .Flickr .flickr_badge_image a,
	.single-post .post .date, .pager, .single-portfolio .photo,
	.single-portfolio .sp-inside .sp-inside-right, table thead th, table td, .widget ul.menu li a,
	.widget_links ul li a, .widget_meta ul li a, .our-offer .boxes .box.first, .our-offer .boxes .box.last, .testimonial .rslides_tabs li a,
	.pager a.page, .team .links a.link, .offer .header, .offer .box,
	blockquote div.text, .single-post .tag-cat, .get_in_touch p, .offer-page .offer-right {
		border-color: #ebebeb;
	}
/* Go to top */
	#Footer a#back_to_top {
		background: #39B54A;
	}
	#Footer a:hover#back_to_top {
		background: #258831;
	}
/* Blog */
	.post .date {
		color: #a5a5a5;
	}
	.post .meta .day,
	.post .meta .month {
		color: #31373C;
	}
	.post  .meta .year {
		color: #3cb24f;
	}
	.post .desc_w {
		border-color: #ebebeb;
	}
	.post .desc {
		background: #fdfdfd;
	}
	.post .desc .image {
		border-color: #39B54A;
	}
/* Footer headers and text */
	#Footer {
		border-color: #95C11E;
	}
	#Footer h1,
	#Footer h2,
	#Footer h3,
	#Footer h4,
	#Footer h5,
	#Footer h6  {
		color: #ffffff;
	}
	#Footer, #Footer .Recent_comments ul li p i, #Footer .Recent_comments ul li p strong {
		color: #ffffff !important;
	}
	#Footer a, #Footer .copyrights .menu_bottom > ul > li > a {
		color: #ffffff;
	}
	#Footer a:hover, #Footer .copyrights .menu_bottom > ul > li > a:hover {
		color: #ffffff;
	}
	#Footer .copyrights .menu_bottom > ul > li.current_page_item > a {
		color: #ffffff;
	}
	#Footer .social li a,
	#Footer .get_in_touch li i {
		color: #D3D3D3 !important;
	}
	#Footer .social li a:hover {
		color: #36BC54 !important;
	}
/* Footer strong */
	#Footer .Twitter li span, #Footer .copy strong, #Footer .Recent_posts ul li a.title,
	#Footer .Recent_posts ul li p i, #Footer .Recent_comments ul li p strong, #Footer .Recent_comments li span.date .day,
	#Footer .Recent_comments ul li p i, #Footer .widget_calendar caption, #Footer strong, #Footer .get_in_touch li.phone p {
		color: #ffffff;
	}
/* Footer grey notes */
	#Footer .Twitter ul li > a, #Footer .Recent_comments li span.date, #Footer .Recent_posts span.date {
		color: #A6A6A6;
	}
/* Footer frames, background & border color */
	#Footer .Twitter li, #Footer .Flickr .flickr_badge_image a, #Footer .Recent_comments ul li,
	#Footer .Recent_posts ul li, #Footer .widget ul.menu li a, #Footer .widget_meta ul li a,
	#Footer table thead th, #Footer table td,
	.footer-included #Footer .container:first-child, .footer-included #Footer .container .column .widget, #Footer .get_in_touch p {
		border-color: #3A3A3A;
	}
/* Call to action */
	.call_to_action h4 {
		color: #0b263c;
	}
	.call_to_action h4 span {
		color: #ffffff;
	}
	.call_to_action a.button {
		background-color: #1D70B7;
		color: #ffffff;
	}
/* Faq & Accordion */
	.accordion .question h5, .faq .question h5 {
		color: #393939;
	}
	.accordion .question .answer, .faq .question .answer {
		background-color: #FCFCFC !important;
	}
/* Tabs */
	.ui-tabs .ui-tabs-nav li a {
		color: #393939;
	}
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
		color: #ffffff;
	}
	.ui-tabs .ui-tabs-panel {
		background-color: #FCFCFC !important;
	}
/* Submenu */
	.widget ul.menu li a {
		color: #475363 !important;
	}
	.widget ul.menu li.current_page_item a,
	.widget ul.menu li a:hover {
		color: #ffffff !important;
	}
	.widget ul.menu li a i.icon-caret-right, .widget ul.menu li a i.icon-caret-left {
		color: #349642;
	}
/* Feature box */
	.feature_box .photo .desc .desc_i h4,
	.feature_box .photo .desc .desc_i span.icon {
		color: #ffffff;
	}
/* Our team */
	.team .photo .info h4 {
		color: #ffffff;
		background: #39B54A;
	}
	.team .photo .info p {
		color: #ffffff;
		background: #2E7A39;
	}
/* Buttons */
	a.button, input[type="submit"], input[type="reset"], input[type="button"],
	.widget_mfn_clients a.rslides_nav {
		background-color: #ffffff;
		color: #000000;
		text-shadow: 1px 1px 0 #ffffff;
	}
	a.button span, input[type="submit"] span, input[type="reset"] span, input[type="button"] span {
		color: #b6b6b6;
	}
/* Slider */
	#mfn-offer-slider ul.slider-wrapper > li .slide-desc h2 {
		color: #fff;
		background: rgba(57, 181, 74, 0.9);
	}
	#mfn-offer-slider ul.slider-wrapper > li .slide-desc p {
		color: #fff;
		background: rgba(46, 122, 57, 0.9);
	}
