
/*General Theme Color Class
 *	Managment cat bve find in WP Admin -> Color Manager
 *	@see statement bellow. 
 *	@return CSS Class
*/


/*Social Buttons*/
section.social_buttons div.container-fluid span,
section.social_buttons div.container-fluid ul li a { color: #3099D9; }

		@font-face {
			font-family: 'icomoon';
			src:url('fonts/social/in_circle/icomoon.eot');
			src:url('fonts/social/in_circle/icomoon.eot?j3rxkc#iefix') format('embedded-opentype'),
				url('fonts/social/in_circle/icomoon.ttf') format('truetype'),
				url('fonts/social/in_circle/icomoon.woff') format('woff'),
				url('fonts/social/in_circle/icomoon.svg?j3rxkc#icomoon') format('svg');
			font-weight: normal;
			font-style: normal;
		}

		[class^="icon-"], [class*=" icon-"] {
		    /* use !important to prevent issues with browser extensions that change fonts */
			font-family: 'icomoon';
			speak: none;
			font-style: normal;
			font-weight: normal;
			font-variant: normal;
			text-transform: none;
			line-height: 1;

			/* Better Font Rendering =========== */
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon-google:before {
			content: "\e900";
		}
		.icon-delicious:before {
			content: "\e901";
		}
		.icon-facebook:before {
			content: "\e902";
		}
		.icon-myspace:before {
			content: "\e903";
		}
		.icon-pinterest:before {
			content: "\e904";
		}
		.icon-stumbleupon:before {
			content: "\e905";
		}
		.icon-twitter:before {
			content: "\e906";
		}

		

/*Price Tables*/

section.content_page_constructor ul.fc_price_tables li.price_per_time { background: #EAEAEA; }
section.content_page_constructor ul.fc_price_tables li.price_per_time span.description { color: #8F8F8F; }
section.content_page_constructor ul.fc_price_tables li a.quote_btn { background-color: #3DD2D7; color: #FFFFFF; }
section.content_page_constructor ul.fc_price_tables li a.quote_btn:hover { text-decoration: none; }

section.content_page_constructor ul.fc_price_tables.special li.price_per_time { background: #7EC1EB; color: #FFFFFF; }
section.content_page_constructor ul.fc_price_tables.special li.price_per_time span.description { color: #FFFFFF; }
section.content_page_constructor ul.fc_price_tables.special li a.quote_btn { background-color: #7EC1EB; }
section.content_page_constructor ul.fc_price_tables.special li span.title { color: #7EC1EB; }




