/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/
/*	



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
/* Vars ----------------------------------------------------*//* Mixins ----------------------------------------------------*//* Default General  ----------------------------------------------------*/
.wrapper {
	width: 976px;
}

/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* TABLET GENERAL  ----------------------------------------------------*/
.wrapper {
	width: 712px;
}
/* TABLE ISOTOPE ----------------------------------------------------*/
.feature {
	width: 712px;/* 712 + 20 gap */
	margin-left: -10px;
}
.feature li {
	width: 201px;
}
.feature li .thumb {
	width: 181px;
}
.feature li .thumb .date {
	left: 71px;
}
/* TABLET BLOG ------------------------------------------------------------*/
#posts-list {
	width: 420px;
}
#posts-list article {
	padding: 15px;
}
#posts-list article .tape {
	left: 150px;
}
#posts-list article .excerpt .post-heading {
	max-width: 330px;
}
/* TABLET PORTFOLIO ----------------------------------------------------*/
.portfolio-content .project-content {
	float: left;
	width: 430px;
}
.portfolio-content .project-info {
	width: 160px;
}
/* TABLET RELATED PROJECTS ------------------------------------------------------------*/
.related-projects .related-list li {
	width: 224px;
	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:last-child {
	margin-right: 0px;
}
/* TABLET WIDGETS  ----------------------------------------------------*/
.widget-cols > li {
	width: 163px;
	float: left;
	margin-right: 20px;
}
.widget-cols > li.fourth-col {
	margin-right: 0px;
}
}
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media only screen and (max-width: 767px) {
.wrapper {
	width: auto;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
/* MOBILE Logo ----------------------------------------------------*/
#logo {
	width: auto;
}
#logo img {
	width: 100%;
}
.social-media {
	position: absolute;
	height: 35px;
	width: 100%;
	top: 120px;
	z-index: 100;
	left: 0px;
}
.phone {
	position: absolute;
	height: 35px;
	width: 100%;
	top: 80px;
	z-index: 100;
	right: 0px;
}
.psm {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 155px;
}
.psm img{
	float: left;
}
/* MOBILE SLIDER ----------------------------------------------------*/
body .theme-default .nivo-directionNav a {
	display: none;
}
/* MOBILE HEALINE ----------------------------------------------------*/
.headline {
	font-family: mensch;
	font-size: 24px;
	line-height: 1.3em;
}
/* PRAISE ----------------------------------------------------*/
#praise {
	background: #f2f3e7 url(none);
	margin: 0 0 40px !important;
	padding: 15px !important;
	border: 2px solid #a8ac81;
}
#praise blockquote {
	font-family: Georgia, Times, serif;
	width: auto !important; /* required */
	margin: 0 auto !important;
	padding-left: 0 !important;
}
/* MOBILE ISOTOPE ----------------------------------------------------*/
#filter-buttons {
	font-size: 12px;
	background: #f3e4c8;
	height: auto;
}
.feature {
	width: 252px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 10px;
}
.feature li {
	width: 232px;
	margin-left: 8px;
	margin-bottom: 30px;
}
.feature li .thumb {
	width: 212px;
}

/* MOBILE COLUMNS ----------------------------------------------------*/
.one-half, .one-third, .one-fourth, .one-fifth {
	width: auto;
	margin-right: 0px;
	float: none;
}
/* MOBILE BLOG ------------------------------------------------------------*/
#posts-list {
	width: 252px;
}
#posts-list article {
	padding: 15px;
}
#posts-list article .tape {
	left: 66px;
}
#posts-list article .feature-image .entry-date {
	bottom: -66px;
	right: auto;
	left: 81px;
}
#posts-list article .excerpt {
	margin-top: 90px;
}
#posts-list article .excerpt .post-heading {
	max-width: auto;
	font-size: 24px;
}
#main .page-navigation {
	text-indent: -9000px;
}
#main .page-navigation div {
	width: 25px;
}
/* MOBILE SIDEBAR ----------------------------------------------------*/
#sidebar {
	width: 260px;
}
/* MOBILE PORTFOLIO ----------------------------------------------------*/
.portfolio-content .project-content {
	float: left;
	width: 192px;
}
.portfolio-content .project-info {
	width: 160px;
}
/* MOBILE RELATED PROJECTS ------------------------------------------------------------*/
.related-projects .related-list li {
	width: 252px;
	margin-bottom: 30px;
}
/* MOBILE WIDGETS  ----------------------------------------------------*/
.widget-cols > li {
	width: 252px;
	float: none;
	margin-right: auto;
	border-bottom: 1px solid #f3e4c8;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: auto;
}
.widget-cols > li:last-child {
	border-bottom: none;
}
/* MOBILE Social ----------------------------------------------------*/
footer #social-bar {
	margin: 20px 0px 30px 0px;
	background: none;
	height: 46px;
}
footer #social-bar li {
	margin-bottom: 5px;
}
footer #social-bar .left-corner, footer #social-bar .right-corner {
	display: none;
}
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wrapper {
	width: 436px;
}
/* WIDE MOBILE Logo ----------------------------------------------------*/
#logo {
	width: 436px;
}
#logo img {
	width: 100%;
}
.social-media {
	position: absolute;
	height: 35px;
	width: 155px;
	left: 20px;
	top: 110px;
	z-index: 100;
}
.phone {
	position: absolute;
	height: 35px;
	width: 155px;
	top: 110px;
	right: 20px;
	z-index: 100;
}
/* WIDE MOBILE NAV  ----------------------------------------------------*
/#nav {
	display: none;
}
#comboNav {
	display: block;
}
/* WIDE MOBILE HEALINE ----------------------------------------------------*/
.headline {
	font-family: mensch;
	font-size: 32px;
	line-height: 1.3em;
}
.homePage {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
/* PRAISE ----------------------------------------------------*/
#praise {
	background: #f2f3e7 url(none);
	margin-top: 20px;
	padding: 15px;
	border: 2px solid #a8ac81;
}
#praise blockquote {
	font-family: Georgia, Times, serif;
	width: auto; /* required */
	margin: 0 auto;
	padding: 0px;
}
/* WIDE MOBILE ISOTOPE ----------------------------------------------------*/
.feature {
	width: 437px;
	margin-left: -11px !important;
	padding: 10px;
}
.feature li {
	width: 433px;
	margin-left: 0px;
	margin-bottom: 30px;
	float: none;
}
.feature li .thumb {
	width: 413px;
}
/* WIDE MOBILE BLOG ------------------------------------------------------------*/
#posts-list {
	width: 436px;
}
#posts-list article {
	padding: 15px;
}
#posts-list article .tape {
	left: 156px;
}
#posts-list article .feature-image .entry-date {
	bottom: -66px;
	right: auto;
	left: 171px;
}
#posts-list article .excerpt {
	margin-top: 90px;
}
#posts-list article .excerpt .post-heading {
	max-width: auto;
	font-size: 24px;
}
/* WIDE MOBILE SIDEBAR ----------------------------------------------------*/
#sidebar {
	width: 436px;
}
/* WIDE MOBILE PORTFOLIO ----------------------------------------------------*/
.portfolio-content .project-content {
	float: left;
	width: 376px;
}
.portfolio-content .project-info {
	width: 346px;
}
/* WIDE MOBILE RELATED PROJECTS ------------------------------------------------------------*/
.related-projects .related-list li {
	width: 436px;
	margin-bottom: 30px;
}
/* WIDE MOBILE WIDGETS  ----------------------------------------------------*/
.widget-cols > li {
	width: 436px;
	margin-right: auto;
	margin-left: auto;
}
}



@media (max-width: 480px) {
.nav-collapse {
	-webkit-transform: translate3d(0, 0, 0);
}
#logo {
	width: auto;
	max-width: 256px !important;
	margin-right: auto;
	margin-left: auto;
}
}
 @media (max-width: 979px) {

.navbar {
	position: static;
	background-color: #55564E;
}
.navbar {
	margin-bottom: 18px;
}
.navbar .navbar-inner {
	padding: 5px;
}
.navbar .container {
	width: auto;
	padding: 0;
}
.nav-collapse {
	clear: both;
}
.nav-collapse .nav {
	float: none;
	margin: 4px 0 9px;
}
.nav-collapse .nav > li {
	float: none;
}
.nav-collapse .nav > li > a {
	margin-bottom: 2px;
}
.nav-collapse .nav > .divider-vertical {
	display: none;
}
.nav-collapse .nav .nav-header {
	color: #999999;
	text-shadow: none;
}
.nav-collapse .nav > li > a,  .nav-collapse .dropdown-menu a {
	padding: 6px 15px;
	font-weight: normal;
	color: #F3FB9E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.nav-collapse .btn {
	padding: 4px 10px 4px;
	font-weight: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.nav-collapse .dropdown-menu li + li a {
	margin-bottom: 2px;
}
.nav-collapse .nav > li > a:hover,  .nav-collapse .dropdown-menu a:hover {
	background-color: #222222;
}
.dropdown-menu-sub a {
	padding: 2px 15px 2px 40px !important;
}
.dropdown-submenu > a:after {
	display: none;
}
.caret {
	display: none;
}
.nav-collapse.in .btn-group {
	padding: 0;
	margin-top: 5px;
}
.nav-collapse .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: block;
	float: none;
	max-width: none;
	padding: 0;
	margin: 0 15px;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.nav-collapse .dropdown-menu:before,  .nav-collapse .dropdown-menu:after {
	display: none;
}
.nav-collapse .dropdown-menu .divider {
	display: none;
}
.navbar .nav-collapse {
	float: none;
	margin-left: 0;
}
.nav-collapse,  .nav-collapse.collapse {
	height: 0;
	overflow: hidden;
}
.navbar .btn-navbar {
	display: block;
}
.navbar-static .navbar-inner {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: none;
}
}
 @media (min-width: 980px) {
.nav-collapse.collapse {
	height: auto !important;
	overflow: visible !important;
}
}
 @media (max-width: 319px) {
.feature {
	width: 220px !important;
	margin-right: auto;
	margin-left: auto;
}
.feature li {
	width: 200px !important;
	margin-left: 0 !important;
}
.feature li .thumb {
	width: 180px;
}
.widget-cols > li {
	width: auto;
	float: none;
	margin-right: 0px;
	border-bottom: 1px solid #F2F3E7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}
