@import  "http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300";

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {
	background-position: center 44px;
}

.header-tel span, .header-mail span, .header-address span {
	font-size: 13px;
}

.logo {
	height: 79px;
}

.logo img {
	width: 218px;
	height: 120px;
}

.bg-top-bar {
	border-bottom: 1px solid rgb(213,212,208);
	margin-bottom: 0;
}

.bg-menu nav ul li .sub-menu a:hover {
	color: #644F4D !important;
}

.sub-menu li a {
	padding-top: 18px !important;
	padding-bottom: 5px !important;
	margin-top: -18px;
}

.shortcodes h6 {
	margin-bottom: 0;
}

.team-title {
	color: #e85c2c;
	font-size: 14px;
	font-family: 'Crete Round', serif;
	line-height: 18px;
}

.team-title a {
	color: #6D5754;
}

.team-title a:hover {
	color: #e85c2c;
}

blockquote div, blockquote p {
	color: rgb(116,114,114) !important;
	font-size: 18px !important;
	border-left: 3px solid #a1bf50 !important;
}

div.sharedaddy div.sd-block {
	border: 0;
	margin-top: 20px;
}

.footer {
	border-top: 1px solid rgb(213,212,208);
	padding: 45px 0 25px;
}

.footer .footer_box h2 {
	color: rgb(105,107,104);
}

.footer-logo a, .footer-logo img {
	margin-left: -15px;
	margin-top: 1px;
	width: 47px;
}

.footer .footer_box ul li, .footer_box .box-twitter-center span, .footer .footer_box .textwidget, .footer .footer_box .textwidget p, .footer_box tbody, .footer_box thead, .footer_box #wp-calendar caption, .footer_box .twitter_ul span.twitter-links, .footer_box #recentcomments li, .footer_box .newsletter span {
	color: #6D5754;
}

.footer .footer_box ul li a, .footer_box .recentcomments .url, .textwidget a {
	color: #6D5754;
}

.footer-copyright {
	padding-bottom: 45px;
}

.footer-copyright-text {
	width: 90%;
}

.footer-madeby {
	display: block;
	text-align: right;
	margin-top: -18px;
}

.rev_slider .caption {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 35px !important;
}