@import url('reset.css');
/*
* Folder v1.0
*
*/
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* IMPORT ------------------------------------------------------------*/
/* aditional */
/* Fonts ----------------------------------------------------*/
@font-face {
	font-family: 'mensch';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/mensch-webfont.eot');
}
/* For real web browsers */
@font-face {
	font-family: 'mensch';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/mensch-webfont.ttf');
}
/* GENERAL ------------------------------------------------------------*/
.cf:after, .cf:before {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.wrapper {
	margin: 0 auto;
	width: 976px;
	position: relative;
}
.clearfix {
	clear:both;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	background: #d0d0d0 url(../img/bg-b.png);
}
body a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
body p {
	margin-bottom: 21px;
}
img a, a:hover, a:active {
	outline: none;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	font-family: mensch;
	line-height: 1.3em;
	word-spacing: -0.2em;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
a {
	outline:none;
}
/* HEADER ----------------------------------------------------*/
header {
	background: url(../img/header-bg.png) repeat-x -2px;
	min-height: 160px;
}
header #logo {
	display: block;
	margin: 0px auto;
	background-image: url(../img/Green-Olive-Tree-Logo-back.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	max-width: 660px;
	max-height: 160px;
}
header #logo:hover {
	background-image: url(../img/Green-Olive-Tree-Logo-back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
header #logo img {
	display: block;
	margin: 0px auto;
}
.social-media {
	position: absolute;
	height: 35px;
	width: 155px;
	left: 20px;
	top: 10px;
	z-index: 100;
}
.psm img {
	float: left;
	opacity: 0.7 !important;
}
.psm img:hover {
	opacity: 1 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.phone {
	position: absolute;
	height: 35px;
	width: 155px;
	top: 10px;
	right: 20px;
	z-index: 100;
}
/* NAVIGATION ------------------------------------------------------------*/

.dropdown {
	position: relative;
}
.dropdown-toggle {
 *margin-bottom: -3px;
}
.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 7px solid #000000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.dropdown .caret {
	margin-top: 10px;
	margin-left: 2px;
}
.dropdown:hover .caret, .open .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 4px 0;
	margin: 1px 0 0;
	list-style: none;
	background-color: #f2f3e7;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
 *border-right-width: 2px;
 *border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu .divider {
 *width: 100%;
	height: 1px;
	margin: 6px 1px 5px;


 *margin: -5px 0 5px;
	overflow: hidden;
	background-color: #E3E6CC;
	border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
	display: block;
	padding: 3px 30px 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #81855C;
}
.dropdown-menu-sub a {
	display: block;
	padding: 4px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
	white-space: nowrap;
	font-size: 90%;
}
.open {
 *z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.nav {
	margin-bottom: 18px;
	margin-left: 0;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover {
	text-decoration: none;
	background-color: #F2F3E7;
}
.nav > .dropdown.active > a:hover {
	color: #000000;
	cursor: pointer;
}
.navbar {
 *position: relative;
 *z-index: 2;
	overflow: visible;
}
.navbar-inner {
	min-height: 70px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/navbar-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.navbar .container {
	width: 944px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1px;
}
.nav-collapse.collapse {
	height: auto;
}
.navbar {
	color: #999999;
}
.navbar .navbar-text {
	margin-bottom: 0;
	line-height: 40px;
}
.navbar .navbar-link {
	color: #999999;
}
.navbar .navbar-link:hover {
	color: #ffffff;
}
.navbar .btn, .navbar .btn-group {
	margin-top: 5px;
}
.navbar .btn-group .btn {
	margin: 0;
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0;
}
.navbar .nav > li {
	display: block;
	float: left;
}
.navbar .nav > li > a {
	float: none;
	padding: 10px 35px 13px;
	line-height: 25px;
	color: #dde2a8;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}
.navbar .btn {
	display: inline-block;
	padding: 4px 10px 4px;
	margin: 5px 5px 6px;
	line-height: 18px;
}
.navbar .btn-group {
	padding: 5px 5px 6px;
	margin: 0;
}
.navbar .nav > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/active.png);
	background-repeat: no-repeat;
	background-position: center -1px;
}
.navbar .divider-vertical {
	width: 1px;
	height: 48px;
	margin: 0 9px;
	overflow: hidden;
	background-color: #22221D;
	border-right: 1px solid #333333;
}
.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #2c2c2c;
 *background-color: #222222;
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	background-color: #222222;

 *background-color: #151515;
	cursor: pointer;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
	background-color: #080808 \9;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar .dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.navbar .dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #f2f3e7;
	border-left: 6px solid transparent;
	content: '';
}
.navbar .dropdown-submenu > .dropdown-menu:before {
	display: none;
}
.navbar .dropdown-submenu > .dropdown-menu:after {
	display: none;
}
.navbar .nav li.dropdown .dropdown-toggle .caret, .navbar .nav li.dropdown.open .caret {
	border-top-color: #f2f3e7;
	border-bottom-color: #f2f3e7;
}
.navbar .nav li.dropdown.active .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: transparent;
}
.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
	color: #ffffff;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 5px;
	margin-right: -25px;
	border-color: transparent;
	border-left-color: #BEC08D;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
}
.dropdown-submenu:hover > a:after {
	border-left-color: #F2F3E7;
}


/* MAIN ----------------------------------------------------*/
#main .wrapper {
	margin-top: 10px;
	color: #444;
	font-size: 16px;
	line-height: 1.5em;
	min-height: 500px;
}
/* HEADLINE ----------------------------------------------------*/
.headline {
	color: #23241B;
	text-align: center;
	font-family: mensch;
	font-size: 47px;
	line-height: 1.3em;
	word-spacing: -0.1em;
	text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.homePage {
	color: #23241B;
	text-align: justify;
	line-height: 1.6em;
	text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
}
/* PRAISE ----------------------------------------------------*/
#praise {
	background: #f2f3e7 url(../img/quote-mark.png) no-repeat 20px 10px;
	margin: 40px 20px;
	padding: 20px;
	border: 2px solid #a8ac81;
	-webkit-box-shadow: 0px 1px 5px 0px #5B5E42;
	-moz-box-shadow: 0px 1px 5px 0px #5B5E42;
	box-shadow: 0px 1px 5px 0px #5B5E42;
	font-size: 13px;
}
#praise blockquote {
	font-family: Georgia, Times, serif;
	width: auto; /* required */
	margin: 0 auto;
	padding-left: 90px;
	font-size: 14px;
}
#praise blockquote cite {
	font-style: normal;
	display: block;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#praise blockquote cite a {
	font-style: normal;
	display: block;
	text-align: right;
	letter-spacing: 2px;
	color: #718235;
}
/* FEATURE ----------------------------------------------------*/
.feature {
	width: 980px;
	margin-left: -8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.feature li {
	position: relative;
	background: #f2f3e7;
	width: 290px;
	margin-bottom: 0;
	margin-left: 29px;
	border: 2px solid #a8ac81;
	-webkit-box-shadow: 0px 1px 5px 0px #5B5E42;
	-moz-box-shadow: 0px 1px 5px 0px #5B5E42;
	box-shadow: 0px 1px 5px 0px #5B5E42;
	float: left;
}
.feature li .thumb {
	display: block;
	margin: 10px 10px 0px;
	width: 270px;
	position: relative;
}
.feature li .thumb img {
	max-width: 100%;
}
.feature li .caption {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	margin: 5px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #696C50;
	padding-top: 10px;
}
.feature li a {
	color: #cb5432;
}
.feature li .box {
	padding: 10px 10px 0px;
}
.feature li .box p {
	line-height: 1.8em;
	border: none;
	width: auto;
	margin: 0px;
	padding-left: 22px;
	background-image: url(../img/bullets/check.png);
	background-position: 2px center;
	display: block;
	background-repeat: no-repeat;
	font-size: 14px;
}
.feature li .box a {
	line-height: 1.8em;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 22px;
	background-image: url(../img/bullets/star.png);
	background-position: 2px 12px;
	display: block;
	background-repeat: no-repeat;
	font-size: 14px;
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A8AC81;
	font-weight: bold;
}
/* PAGE CONTENT ----------------------------------------------------*/
.page-content {
	position: relative;
	background: #f2f3e7;
	color: #585246;
	padding: 50px 30px 60px;
	border: 2px solid #a8ac81;
	-webkit-box-shadow: 0px 1px 5px 0px #5B5E42;
	-moz-box-shadow: 0px 1px 5px 0px #5B5E42;
	box-shadow: 0px 1px 5px 0px #5B5E42;
	margin-bottom: 40px;
}
.page-content .heading {
	border-bottom: 5px solid #585246;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.page-content .c-1, .page-content .c-2, .page-content .c-3, .page-content .c-4 {
	position: absolute;
	width: 48px;
	height: 50px;
}
.page-content .c-1 {
	top: 0px;
	left: 0px;
	background: url(../img/corner-1.png) no-repeat top left;
}
.page-content .c-2 {
	top: 0px;
	right: 0px;
	background: url(../img/corner-2.png) no-repeat top left;
}
.page-content .c-3 {
	bottom: 0px;
	left: 0px;
	background: url(../img/corner-3.png) no-repeat top left;
}
.page-content .c-4 {
	bottom: 0px;
	right: 0px;
	background: url(../img/corner-4.png) no-repeat top left;
}
/* CONTACT ------------------------------------------------------------*/
#map_canvas {
	display: block;
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
}
/* PORTFOLIO ----------------------------------------------------*/
.portfolio-content {
	margin-bottom: 40px;
}
.portfolio-content .project-content {
	float: left;
	width: 660px;
}
.portfolio-content .project-info {
	float: right;
	width: 160px;
	font-size: 14px;
	padding-left: 30px;
	border-left: 1px solid #585246;
}
.portfolio-content .project-info p {
	margin-bottom: 10px;
}
.portfolio-content .project-info strong {
	font-weight: bold;
	display: block;
}
.portfolio-content .project-info a {
	color: #cb5432;
}
/* RELATED PROJECTS ------------------------------------------------------------*/
.related-projects {
	margin-bottom: 80px;
}
.related-projects .related-heading {
	text-align: center;
	margin-bottom: 10px;
}
.related-projects a {
	color: #444444;
}
.related-projects .related-list li {
	float: left;
	width: 300px;
	text-align: center;
	margin-right: 20px;
}
.related-projects .related-list li .thumb {
	background: #f3e4c8;
	padding: 10px;
	display: block;
	line-height: 0em;
	margin-bottom: 10px;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.related-projects .related-list li .thumb img {
	max-width: 100%;
}
.related-projects .related-list li:last-child {
	margin-right: 0px;
}

/* ENTRY CONTENT ------------------------------------------------------------*/
.entry-content a {
	color: #cb5432;
	font-weight: bold;
	text-decoration: underline;
}
.entry-content strong {
	font-weight: bold;
}


/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation {
	position: relative;
	left: 50%;
	display: block;
	margin-bottom: 100px;
	float: left;
}
#main .page-navigation div {
	position: relative;
	right: 50%;
	box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#main .page-navigation div span {
	margin-bottom: 15px;
	display: inline-block;
}
#main .page-navigation a {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #cb5432;
	display: block;
	padding: 10px 15px;
}
#main .page-navigation .nav-next {
	float: left;
	margin-right: 20px;
	background: #f3e4c8 url(../img/arrow-left.png) no-repeat left 12px;
	padding-left: 20px;
}
#main .page-navigation .nav-previous {
	float: right;
	background: #f3e4c8 url(../img/arrow-right.png) no-repeat right 12px;
	padding-right: 20px;
}
/* SIDEBAR ------------------------------------------------------------*/
#sidebar {
	position: relative;
	width: 260px;
	float: right;
	font-size: 14px;
}
#sidebar .block {
	margin-bottom: 40px;
	padding-bottom: 5px;
}
#sidebar .heading {
	border-top: 5px solid #444444;
	border-bottom: 5px solid #444444;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 1.1em;
	text-align: center;
}
#sidebar li {
	margin-bottom: 7px;
}
#sidebar a {
	color: #cb5432;
}
/* FILTERED ITEMS ----------------------------------------------------*/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
#filter-buttons {
	text-align: center;
	background: url(../img/filter.png) no-repeat top center;
	height: 47px;
	margin-bottom: 20px;
}
#filter-buttons li {
	display: inline-block;
	margin-bottom: 0px;
}
#filter-buttons li a {
	display: block;
	text-decoration: none;
	margin-bottom: 0px;
	margin-right: 5px;
	line-height: 47px;
	color: #cb5432;
}
#filter-buttons li .selected {
	background: url(../img/filter-arrow.png) no-repeat center top;
}
/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-half, .one-third, .one-fourth, .one-fifth {
	float: left;
	margin-bottom: 20px;
	margin-right: 2.1276%;
	position: relative;
}
.one-half {
	width: 48.9361%;
}
.one-third {
	width: 31.9148%;
}
.one-fourth {
	width: 23.4042%;
}
.one-fourth p {
	font-size: 18px;
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.one-fourth ul {
	display: block;
	list-style-type: none;
	margin-left: 0 !important;
	padding-bottom: 10px;
}
.one-fourth ul li {
	display: block;
	list-style-type: none;
	padding-bottom: 3px;
	padding-top: 5px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #585246;
}
.one-fifth {
	width: 18.2979%;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
#PageImage img {
	width: 100%;
	-webkit-box-shadow: 0 3px 8px rgba(53,54,48,0.8);
	-moz-box-shadow: 0 3px 8px rgba(53,54,48,0.8);
	box-shadow: 0px 3px 8px rgba(53,54,48,0.8);
	margin-top: 5px;
}
/* FOOTER ----------------------------------------------------*/
footer {
	background: url(../img/footer-dst.png) repeat-x;
	color: #EDE7E0;
	padding-bottom: 60;
	padding-top: 50px;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #cb5432;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
	color: #f9f5ed;
	font-family: mensch;
	word-spacing: -0.1em;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
	line-height: 1.3em;
}
footer .sb-holder {
	position: relative;
	left: 50%;
	text-align: center;
	float: left;
}
footer #social-bar {
	display: block;
	position: relative;
	float: left;
	right: 50%;
	margin: -7px 5px 0px 5px;
	background: url(../img/social-bg.png) repeat-x;
	height: 46px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
}
footer #social-bar li {
	float: left;
	line-height: 1em;
	margin-left: 3px;
	margin-right: 3px;
}
footer #social-bar li a {
	display: block;
	line-height: 0em;
}
footer #social-bar li a:hover {
	-webkit-transform: translate(0px, -2px);
	-moz-transform: translate(0px, -2px);
	-o-transform: translate(0px, -2px);
	transform: translate(0px, -2px);
}
footer #social-bar .left-corner {
	position: absolute;
	top: 0px;
	left: -10px;
	display: block;
	width: 10px;
	height: 18px;
	background: url(../img/social-left-corner.png) no-repeat left top;
}
footer #social-bar .right-corner {
	position: absolute;
	top: 0px;
	right: -13px;
	display: block;
	width: 10px;
	height: 18px;
	background: url(../img/social-right-corner.png) no-repeat left top;
}
footer #footer-bottom {
	font-size: 13px;
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding-bottom: 15px;
	padding-top: 5px;
}
.footer {
	background-color: #2E2E2E;
}
/* WIDGET COLS ------------------------------------------------------------*/
.widget-cols {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 14px;
}
.widget-cols h1, .widget-cols h2, .widget-cols h3, .widget-cols h4, .widget-cols h5, .widget-cols h6 {
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
	border-bottom: 0px solid #ada18e;
	border-top: 0px solid #ada18e;
	padding-top: 0px;
	padding-bottom: 0px;
}
.widget-cols > li {
	width: 220px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
/**
     * Prev-Next Navigation Styles
     */
.quovolve-nav:before, .quovolve-nav:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.quovolve-nav:after {
	clear: both;
}
.quovolve-nav {
	margin: 20px 0 0;
	line-height: 30px;
	zoom: 1;
}
.quovolve-nav span {
	float: left;
	margin-right: 5px;
}
.quovolve-nav a {
	line-height: 20px;
	color: #7C7D76;
	display: block;
	padding: 5px 15px 0;
	border: 0 none;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.quovolve-nav a:hover {
	color: #cb5432;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: black !important;
	box-shadow: none !important;
	text-shadow: none !important;
	filter: none !important;
	-ms-filter: none !important;
} /* Black prints faster: h5bp.com/s */
a, a:visited {
	text-decoration: underline;
}
/*a[href]:after {
	content: " (" attr(href) ")";
}*/
a[href]:after {
	display: none;
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
	.navbar {
		display:none;
}
	#praise {
		display:none;
}
	#wrapper-slider {
		display:none;
}
	.psm {
		display:none;
}
}
