/*
    Theme Name: D2 based on Follow Me
	Theme URI: http://www.diackdevelopment.co.nz
	Description: Follow Me is a two or three column child theme created for the Genesis Framework.
    Author: Diack Development
    Author URI: http://www.diackdevelopment.co.nz
 
    Version: 1.0 variant
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Genesis Slider Plugin
* Follow Me Light
* Responsive Design
* Genesis bootstrapped caoursel

*/

/* Import Fonts
------------------------------------------------------------ */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300);*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #aaa;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #888;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #f9c20a;
	text-decoration: none;
}

a:hover {
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
	
	
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

body.custom-background {
	background-attachment: fixed;
	background-size: 100% 100%;
}


/* Wrap
------------------------------------------------------------ */

#wrap {	
	margin: 0 auto;
	overflow: hidden;
}


/* Container
------------------------------------------------------------ */




/* Header
------------------------------------------------------------ */

.head-wrap {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background:url(bk.png) repeat;
	color: #fff;
    float: left;
    padding:20px;
    margin: 0 20px 0 0;
    text-align: left;
    width: 250px;	
}
.content-sidebar #content, .sidebar-content #content, .full-width-content #content, #sidebar {
    background: url(bk.png) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}

#header {
	background-position: center top !important;
	color: #000;
    float: left;
    width: 100%;
    word-wrap: break-word;
}

.home #header {
	background-position: left top !important;
}

#header p {
	color: #ccc;
}

#title-area {
    margin-bottom: 20px;
	width: auto;
}

#title {
	letter-spacing:0.1px;
    padding: 0;
	margin: 0;
}

#title a {
	color: #F9C20A !important;
    font-weight: bold;
    text-decoration: none;
}

#title a:hover {
	color: #aaa;
}

#description {
    margin:0;
	color:#fff !important;
	line-height: 1 !important;
}

#header .widget-area { }

#header .widget-area p {
	margin: 0 0 15px;
}

.widget-area .widget {
	clear: both;
	font-size: 13px;
	margin: 18px 0 0px;
	overflow: hidden;
	padding: 18px 0 0px;
}

#header .widget-area .widget {
 	margin: 5px 0 0;
   padding: 5px 0 0;

}

#header #custom_field_left_content .widget-area .widget {
 	margin: 18px 0 0;
    padding: 18px 0 0;
	border-top: 1px solid #666;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
    height: 76px;
    margin-bottom: 26px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 180px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
	background-color: rgba(0, 0, 0, 0.9);
	/*background:url(images/bk-nav.png) repeat;*/
}

#nav .wrap {
	margin: 0 auto;
	width:  960px;
}

.menu-primary,
.menu-secondary,
#header .menu,
.sidebar .menu {
	clear: both;
	color: #aaa;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
	float: left;
	width: auto;
}

.menu-primary { }

.menu-secondary { }

.menu-primary ul,
.menu-secondary ul,
#header .menu ul,
.sidebar .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li,
.sidebar .menu li {
	float: left;
	list-style-type: none;
	text-align: left;
}

#header .menu-primary li,
#header .menu-secondary li,
#header .menu li,
#header .sidebar .menu li {
	clear: both;
}

#header .menu li{
	clear: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a,
.sidebar .menu a {
	color: #888;
	display: block;
	font-size: 13px;
	font-weight: normal;
	padding: 0 15px 10px 0;
	position: relative;
	text-decoration: none;
}

.menu-primary a {
	padding: 7px 20px 6px 0;	
}

.menu-secondary a {
	color: #eee;
	padding: 7px 20px 6px 0;	
}

#header .menu a,
.sidebar .menu a {
	padding: 0 15px 0 0;	
}

#header .menu a {
	color: #eee;
	padding: 7px 0 6px 0;	
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a,
.sidebar .menu li a:active,
.sidebar .menu li a:hover,
.sidebar .menu .current_page_item a,
.sidebar .menu .current-cat a,
.sidebar .menu .current-menu-item a {
	color: #fff;
}

.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
	color: #aaa;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited,
.sidebar .menu li li a,
.sidebar .menu li li a:link,
.sidebar .menu li li a:visited {
	background: none;
	color: #aaa;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 140px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover,
.sidebar .menu li li a:active,
.sidebar .menu li li a:hover  {
	background-color: #222;
	color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul, 
.sidebar .menu li ul {
	background-color: #000;
	border: 1px solid #666;
	color: #aaa;
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	text-align: left;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -29px 0 0 161px;
}

.sidebar .menu li ul ul {
	margin: -29px 0 0 161px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul,
.sidebar .menu li:hover>ul,
.sidebar .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul,
.sidebar .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul {
margin-right: 10px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 12px;
	width: 16px;
}

#header .menu li a .sf-sub-indicator,
#header .menu li li a .sf-sub-indicator,
#header .menu li li li a .sf-sub-indicator {
	top: 6px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

#subnav {
	border-top: 1px solid #333;
}

#header .widget_nav_menu .widget-wrap div {
	border-top: 1px solid #666;
}

#subnav .wrap {
	margin: 0 auto 10px auto;
	width: 220px;
}
.home #subnav .wrap {
    width: 300px;
}

/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 7px 68px 6px;
}
.menu li.right h4{
	font-size:14px;
	margin:0px;
}
.menu li.right a {
	background: none;
	border: none;
	display: inline;
	color: #F9C20A;
	font-weight: bold;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #fff;
	text-decoration: none;
}

.menu li.search {
	padding: 0;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background:url(images/bk.png) repeat;
	float: left;
	padding: 10px 20px 40px;
	overflow: hidden;
	width: 65%;
}

.home #inner { 
	background: none;
	padding: 0;
}

#inner p {
	margin: 0 0 10px;
}


/* Welcome
------------------------------------------------------------ */

.welcome-wrap {	
	/*background-color: rgba(0, 0, 0, 0.8);*/
	background:url(images/bk.png) repeat;
	clear: both;
    margin: 0 auto;
   	padding: 0;
}

.welcome-inner {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 20px 20px;
    width: 100%;
}

.welcome-inner .widget {
	margin: 0 0 40px;
}

.welcome-inner h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;	
	margin: 0 0 5px;
}

.welcome-inner p {
    font-size: 18px;
    line-height: 26px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 5px 10px 5px 0px;
    border-bottom: 1px solid #666;
    border-radius: 2px 2px 2px 2px;
}


/* Portfolio
------------------------------------------------------------ */

#content .portfolio {
    float: left;
    margin: 0 25px 40px 0;
    overflow: hidden;
    padding: 0;
    width: 335px;
}
	
.page-template-pageportfolio-php #content .portfolio p {
	margin: 0;
	padding: 0;
}
	
#content .portfolio .entry-title a{
    font-size: 18px;
    font-weight: bold;
    line-height: 26px !important;
    margin: 0;
}

#content .portfolio p {
	font-size: 14px;
	margin: 0 0 12px;
}

#content .portfolio .more-link {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #666;
    border: 1px solid #333;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 15px 0 0;
    padding: 3px 15px;
    text-align: center;
    text-decoration: none;
    width: 90px;
}
	
#content .portfolio .more-link:hover {
	background: #999;
}

#content a:hover img {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: .5;
}

#content .portfolio img {
	border: none;
	width: 99%;
}

.port-img {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin: 0 0 10px !important;
	padding: 0 !important;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
	background:url(images/barcode-blackbg.png) repeat-y scroll top right;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 480px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 100%;
}

.post {
	margin: 0 0 60px;
}

.entry-title a, .entry-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 60px !important;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	clear: both;
}

blockquote {
	margin: 5px 5px 20px;
	padding: 20px;
}

blockquote p a{ 
	display: block; 
	text-decoration:none!important;
	color: #666!important;
}

blockquote p {
	color: #666;
	font-style: italic;
}
blockquote span {
	font-weight:bold;
	font-size:12px;
}
.quote {
	background: url(images/quote.png) no-repeat top left;
	color: #fff;
	padding: 0 0 10px 60px;
}

.quote strong {
    color: #333;    
}

code {
	background: #f5f5f5;
	font-size: 14px;
	overflow: auto;
}

pre {
	background: #f5f5f5;
	border: 1px solid #ddd;
	display: block;
	font-size: 14px;
	margin: 0 10px 20px 10px;
	overflow: auto;
	padding: 10px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #666;
	clear: both;
	margin: 0 0 25px;
}

.hr {
	clear: both;
	margin:50px 0;
}

strong {
	color: #fff;
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
#custom_field_left_content {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	line-height: 1.25;
	margin: 0 0 10px;
}

#custom_field_left_content {
	margin: 0;
}

h1 {
	color: #F9C20A;
	font-family: 'Open Sans Condensed',sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px !important;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 22px;
}

h2 a,
h2 a:visited {
	color: #fff;
}

h2 a:hover {
	color: #aaa;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 18px;
	margin-top: 20px;
	color: #F9C20A;
}

h4, #title, #description {
	font-size: 16px;
	font-weight: normal;
}

.taxonomy-description h1,
.widget-area h4,
.head-wrap .widgettitle{
	color: #F9C20A;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
}


#custom_field_left_content h2,
#custom_field_left_content h3{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    line-height: 20px !important;
    padding: 0;
}

#custom_field_left_content h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
    line-height: 22px !important;
    padding: 0;
}

.widget-area h1 a,
.widget-area h2 a,
.widget-area h3 a,
.widget-area h4 a {
	color: #F9C20A;
	font-weight: bold;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0;
}

h5 {
	font-size: 18px;
}

p {
	margin: 0 0 10px;
	letter-spacing: 0.05em;
}

#slidecaption h3 a:hover {
	color:#fff;
	text-decoration:none;
}
.white {
	color:#fff;
}

.gold {
	color: #F9C20A;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	border-bottom: 1px solid #666;
	color: #aaa;
	font-size: 10px;
	line-height: 11px;
	margin: 20px 0 15px;
	padding: 0 0 10px;
	text-align: left;
	text-transform: uppercase;
}

.post-info a {
	color: #fff;
}

.time {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 11px;
	overflow: hidden;
	padding: 10px 0 0;
}

.categories {
	float: left;
}

/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
}

.sidebar .post-comments,
.sidebar .tags {
	float: none;
	padding: 10px 0;
}

.post-comments a {
	background: url(images/comment-icon.png) no-repeat 0px 0px;
	color: #fff;
	padding: 0 0 0 20px;
}

.sidebar .post-comments a {
	background: none;
	padding: 0 0 0 10px;
}



/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar {
	width: auto !important;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #eee;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	float: none !important;
	clear: both;
	margin: 0 10px 10px 0;
	padding: 0;
}

.entry-content .post-image {
	border: none;
	float: none !important;
	clear: both;
	margin: 0 10px 10px 0 !important;
	padding: 0;
	width: 100%;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	color: #333;
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	background: #fff;
	color: #555;
	border: 1px solid #ddd;
	font-weight: normal;
	margin: 0 2px;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	box-shadow: 0 1px 2px #888;
	-moz-box-shadow: 0 1px 2px #888;
	-webkit-box-shadow: 0 1px 2px #888;
	background: url(images/rd-more.png);
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	color: #888;
	display: inline;
	float: right;
	font-size: 13px;
	padding: 63px 0 0 15px;
	width: 220px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}


.sidebar a {
	color:  #fff;
}

.sidebar .widget {
	border-bottom: 1px solid #666;
	border-top: none !important;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li, .widget_nav_menu ul li {
	list-style-type: square !important;
	margin: 0 0 0 20px;
	word-wrap: break-word;
}

.widget_nav_menu ul ul li {
	list-style-type: none !important;
	margin: 0;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

.sidebar .menu-item ul li {
	padding: 0;
}

.tagcloud a {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	background-color: #555;
	color: #fff;
	font-size: 11px !important;
	line-height: 18px;
	margin: 0 2px 6px 0;
	padding: 1px 10px;
	text-decoration: none !important;
}


.tagcloud a:hover {
	background-color: #aaa !important;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
    float: left;
    margin: 0 20px 0 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.featuredpost .post {
    float: left;
    margin: 0 20px 20px 0;
}

.featuredpage h2 a,
.featuredpost h2 a {
    font-size: 12px;
    font-weight: bold;
    line-height: 21px !important;	
    text-transform: uppercase;
}

.featuredpage h2,
.featuredpost h2 {
   margin: 10px 0 5px;
}

.featuredpage p,
.featuredpost p {
   font-size: 14px;
}

.sidebar .featuredpage h2 a,
.sidebar .featuredpost h2 a {
	font-size: 12px;
	text-transform: uppercase;	
}

.sidebar .featuredpage img, 
.sidebar .featuredpost img {
	background: none;
	margin: 0 0 10px;
	padding: 0;
	width: 98%;	
}

.sidebar .featuredpage .byline, 
.sidebar .featuredpost .byline {
	font-size: 10px;
	line-height: 16px;
	margin: 0 0 8px;
	overflow: hidden;
	padding: 0 0 5px;
}

.sidebar .featuredpage .page {
    float: left;
    margin: 0 20px 0 0;
}

.sidebar .featuredpost .post {
    float: left;
    margin: 0 20px 30px 0;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #666;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: 18px;
	padding: 6px 12px 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #aaa;
	text-decoration: none;
}

.searchsubmit {
	display: none;
}

a.button {
    background: #818080;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 2px #eee;
    -moz-box-shadow: 0 1px 2px #eee;
    -webkit-box-shadow: 0 1px 2px #eee;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;	
    line-height: 13px;
    margin: 20px 5px 10px;
    padding: 8px 14px;
    text-decoration: none;
}

a.button:hover {
	opacity: .8;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;	
}

a.button.small {
    font-size: 14px;
    font-weight: bold;	
    line-height: 14px;
    padding: 10px 12px;
}

a.button.medium {
    font-size: 20px;
    line-height: 20px;
    padding: 12px 20px;
}

a.button.large {
    font-size: 32px;
    line-height: 42px;
    padding: 10px 38px;
}


/* Message Boxes
------------------------------------------------------------ */

.download-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #d9eca5 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #c0d192;
    color: #3d5302;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
    text-shadow: 1px 1px #fff;	
}	

.info-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
    text-shadow: 1px 1px #fff;	
}	

.alert-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #ffadb9 url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #e8929f;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
    text-shadow: 1px 1px #eee;	
}	

.note-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #776827;
	margin: 0 2px 20px;
	padding: 20px 15px 20px 55px;
    text-shadow: 1px 1px #eee;	
}	

.gray-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;	
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
    color: #888;
	margin: 0 2px 20px;
	padding: 20px 15px 20px;
    text-shadow: 1px 1px #fff;	
}	


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	padding: 0;
	text-align: center;
}

.sidebar .searchform {
	padding: 0;
	text-align: center;
}

.s {
	box-shadow: 0 0 5px #ccc inset;
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 5px 15px 5px 5px;
	width: 146px;	
}

#header .s {
	width: 85%;
}

.sidebar .s {
	width: 85%;	
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 0 15px 5px 0;
}

.enews #subscribe {
	padding: 0;
}

.enews #subbox {
	box-shadow: 0 0 5px #ccc inset;
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background: #fff;
	color: #999;
	margin: 5px -7px 0 0;
	padding: 5px;
	width: 75%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Latest Tweets Widget
------------------------------------------------------------ */

.latest-tweets .widgettitle {
	background: url(images/twitter-bird.png) no-repeat left;
	border: none;
	padding: 0 0 5px 40px;
	margin: 0 0 10px;
}

#footer-widgets .latest-tweets .widgettitle {
	background: url(images/twitter-bird.png) no-repeat left;
	border: none;
	padding: 0 0 5px 40px;
	margin: 0 0 10px;
}

.latest-tweets ul li {
	border-bottom: 1px solid #666;
	list-style: none;
	margin: 0 0 20px 0 !important;
	padding: 0 0 15px;
}

.latest-tweets ul li:last-child {
	border: none !important;
	margin: 0;
	padding: 0;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: rgba(0, 0, 0, 0.7);
	clear: both;
	color: #aaa;
	font-size: 12px;
    margin: 0;
	overflow: hidden;
	padding: 0;
}

#footer-widgets .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0px;
	width: 980px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets a {
	color: #fff;
	text-decoration: none;
}

#footer-widgets p {
	color: #aaa;
	font-size: 13px;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	margin: 0 26px 0 0;
	width: 23%;
}

.footer-widgets-4 {
	float: right;
	width: 23%;
}


/* Footer
------------------------------------------------------------ */

#footer {
	/*background-color: rgba(0, 0, 0, 0.9);*/
	background:url(images/bk-nav.png) repeat;
	bottom: 0;
	clear: both;
	font-size: 12px;
    margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-left:5%;
}

.home #footer {
	position: fixed;
}

#footer .wrap {
	padding: 15px 0;
}

.content-sidebar #footer .wrap {
	margin-left: 310px;
	width:auto;
}

.content-sidebar #footer .wrap .creds{
	width:580px;
}

#footer p {
	color: #888;
	font-size: inherit;
}

#footer a,
#footer a:visited {
	color: #f9c20a;
	font-weight: normal;
}

#footer a:hover {
	color: #666;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: auto;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 96%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 5px 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: none;
}

.alt,
.depth-1 {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #333;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
	padding: 4px 12px !important;
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Genesis Slider Plugin
------------------------------------------------------------ */

.slider-wrap { }

.slider-inner {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 732px;
}

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 10px 0 0 !important;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}


.head-wrap .simple-social-icons .alignleft, 
.head-wrap.simple-social-icons .alignright {
	width: 100% !important;
}

.head-wrap .simple-social-icons ul li {
	display: inline-block !important;
	float: none !important;
}


/* Remove the following code if you plan to use the WP Supersized footer option.  This was "disabled" to -1 by default since the WP Supersized controls overlap the theme footer. */
#controls-wrapper {
	z-index: -1 !important;
}

/* New style options */
#nav{
	border-top: 1px solid #333333;
	background:none;
}

#nav .wrap {
    margin: 0 auto;
    width: auto;
}

.container {
	margin: 0 auto 0;
    max-width: 1020px;
    overflow: hidden;
    padding: 20px 0 0;
}

.head-wrap {
    border-radius: 4px;
    color: #FFFFFF;
    float: left;
    margin: 0 20px 0 0;
    padding: 20px;
	position:fixed;
    text-align: left;
	z-index:999;
}

#inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    float: none;
    margin-left: 310px;
    overflow: hidden;
    padding: 0 0 40px;
	width:auto;
}

#content-sidebar-wrap {
    background: none;
    float: none;
    width: auto;
}

.content-sidebar #content, .sidebar-content #content, .full-width-content #content,
#sidebar {
    background: url("images/bk.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 4px;
    color: #FFFFFF;
    float: left;
    margin: 0;
    padding: 7px 30px 20px;
	width: 570px;
}

.full-width-content #content {
	padding: 7px 40px 20px;
	width: 670px;
}



#sidebar {
	color: #888888;
	float: right;
	margin:0 0 0 20px;
    padding: 30px 20px 20px;
    position: fixed;
    width: 220px;
}

.container {
	margin: 2% 0 0 5%;
    max-width: none;
    padding: 14px 0 10px;
}

.head-wrap, #subnav .wrap {
	width: 250px;
}

.home .head-wrap, .home #subnav .wrap {
	width: 290px;
}

.menu-primary a {
    color: #fff;
}

.home .menu-primary li.home_link{
	display:none;
}

.menu-secondary li.last a, .menu-primary li.last a {
    padding: 7px 0px 6px 0;
}

.menu-primary li ul, .menu-secondary li ul, #header .menu li ul, .sidebar .menu li ul {
    width: 200px;
}

.menu-primary li a.sf-with-ul, .menu-secondary li a.sf-with-ul {
    margin-right: 0px;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited,
.sidebar .menu li li a,
.sidebar .menu li li a:link,
.sidebar .menu li li a:visited {
	width:180px;
}

.home #inner {
	display: none;
}

.breadcrumb {
    margin: 0 0 13px;
}

#footer {
    background: none;
}

#footer .creds {
    color: #000000;
    font-size: 12px;
	float: none;
    text-align: center;
    width: auto;
}

.home.full-width-content #footer .creds {
    color: #aaa;
	margin-left: 30%;
	width: 70%;
}

.full-width-content #footer .creds {
    color: #fff;
	margin-left: 308px;
	width: 690px;
}

.content-sidebar #footer .creds {
    color: #fff;
	width: 450px;
}

#controls {
    float: left!important;
}

#controls-wrapper {
    top: 7% !important;
	bottom: none !important;
}

#progress-bar {
   display: none;
}

#slidecaption {
	margin-right:0% !important;
	float:none !important;
}
	
#slidecaption h3 {
	text-transform:lowercase;
	font-size: 20px !important;
	margin-top: 0 !important;
	text-align:left;
	margin-left: 0.9em; text-indent:-1em
}

#bg { position: fixed; top: 0; left: 0; z-index: -999;}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#content .portfolio {
    float: left;
    margin: 0 25px 40px 0;
    overflow: hidden;
    padding: 0;
    width: 315px;
}

#content .portfolio.even{
	float: right;
	margin: 0 0 40px 0;
}

a.button.light-gray {
    background-color: #AAAAAA !important;
    border: 1px solid #B7B7B7 !important;
    color: #FFFFFF !important;
}

.single-projects blockquote{
	margin-top:30px;
}

.single-projects a.button{
	text-align: center;
    width: 140px;
}

#content img {
	max-width: 100%;
	border: 1px solid #666;
	border-radius: 2px;
}

#content img.no-border,
#content .flexslider img{
	border: none;
    border-radius: 0;
    max-width: 100%;
}

#content img.alignnone {
    display: inline;
    margin: 10px 0 20px;
}

.image {
    z-index: 1;
	overflow: hidden;
    position: relative;
}

.image img {
    backface-visibility: hidden;
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.image .image-extras:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.image .image-extras, .image:hover .image-extras {
}

.image .image-extras {
	background: #F9C20A;
	background: -moz-linear-gradient(center top , #cdab3b 0%, #F9C20A 50%);
	background: -webkit-gradient(center top , #cdab3b 0%, #F9C20A 50%);
	background: -webkit-linear-gradient(center top , #cdab3b 0%, #F9C20A 50%);
	background: -o-linear-gradient(center top , #cdab3b 0%, #F9C20A 50%);
	background: -ms-linear-gradient(center top , #cdab3b 0%, #F9C20A 50%);
	background: linear-gradient(center top , #cdab3b 0%, #F9C20A 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdab3b', endColorstr='#f9c20a',GradientType=0 );
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
   -moz-transform: translateY(-100%);
   -o-transform: translateY(-100%);
   -ms-transform: translateY(-100%);
   transform: translateY(-100%);
	 -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 101%;
}

.image .image-extras .image-extras-content {
	display: inline-block;
    height: auto;
    vertical-align: middle;
    width: 90%;
}
.image-extras-content h2 {
	color: #000;
	margin-bottom:5px;
}

.image-extras-content p {
	font-size: 0.8em !important;
	color: #000;
}

.image .image-extras .image-extras-content h3{
	color: #000;
}


.circle {
  	background: #000;
  	border-radius: 50%;
    display: inline-block;
    height: 36px;
    text-align: center;
    width: 36px;
	margin:0 5px;
}

.circle:hover {
  	background: #fff;
}

.image .image-extras .image-extras-content .icon, 
.image .image-extras .image-extras-content .icon img {
    color:#fff;
	display: inline-block;
	font-size:0.8em;
    height: 24px;
	margin: 7px auto 5px;
    text-indent: -10000px;
    width: 24px;
}

.image .image-extras .image-extras-content .circle:hover .icon{
	text-decoration:none;
	color:#000;
}
/*
.image .image-extras .image-extras-content .icon:hover{
	text-decoration:none;
	color:#000;
}
*/
.image-extras .link-icon {
	background:url(images/link.png) no-repeat top center;
}

.image-extras .circle:hover .link-icon{
	background:url(images/link-over.png) no-repeat top center;
}

.image-extras .gallery-icon {
	background:url(images/images.png) no-repeat top center;
	margin: 6px 0 !important;

}

.image-extras .circle:hover .gallery-icon {
	background:url(images/images-over.png) no-repeat top center;
}

.image:hover .image-extras {
	-webkit-transform: translateY(0%);
   -moz-transform: translateY(0%);
   -o-transform: translateY(0%);
   -ms-transform: translateY(0%);
   transform: translateY(0%);

   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;

   -webkit-transform-style: preserve-3d;
   -webkit-backface-visibility: hidden;
}

.ppt h3 span {
	color: #eee;
	font-size:0.8em;
	font-weight: 500;
}

.pp_nav {
    margin: 0 15px 0 0;
}

div.dark_rounded .pp_description {
    color: #FFFFFF;
    float: left;
    margin-right: 20px;
    width: 120px;
}

/*
.views-template-project_detail .container {
    padding: 60px 0 20px 0;
}

.views-template-project_detail #nav {
	display: block;
    position: fixed;
    width: 100%;
    z-index: 998;
}

.views-template-project_detail #nav .menu-primary a {
    padding: 14px 20px 8px 0;
}
*/

.views-template-project_detail .flexslider, .designProcess.flexslider, .block_50 .flexslider, .block_23 .flexslider{
    background: none;
    border: none;
    margin: 0 auto 35px;
    position: relative;
}

.designProcess.flexslider ul li {
	margin-left:0!important;
}

.views-template-project_detail #content img{
	max-width: 100%;
	border:0;
	border-radius:4px;
}

.designProcess.flexslider ul li img {
	max-width: 100%;
	border:0!important;
	border-radius:4px!important;
}

.designProcess .flex-control-paging li a {
    background: none repeat scroll 0 0 #F9C20A;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
    cursor: pointer;
    display: block;
    height: 11px;
    text-indent: -9999px;
    width: 11px;
}

.designProcess .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 rgba(249, 249, 249, 0.9);
}

.views-template-project_detail .post-info {
	display: none;
}

.views-template-project_detail .gold, .designProcess.flexslider .gold{
	color: #F9C20A;
}
/*
.views-template-project_detail  #nav .menu-primary .D2logo a {
	padding: 0;
}

.views-template-project_detail .D2logo {
	margin:9px 100px 9px 20px;
}

.views-template-project_detail .D2logo a img {
	width: 85px;
	height: auto;
}

.views-template-project_detail .head-wrap {
	display: none;
}

.views-template-project_detail #inner {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    float: left;
    margin-left: 0px;
    overflow: hidden;
    padding: 0 0 40px;
    width: 100%;
}

.views-template-project_detail #content {
    padding: 7px 20px 20px;
    width: 920px;
}

.views-template-project_detail #footer {
	background-color: rgba(0, 0, 0, 0.9);
}

.views-template-project_detail #footer .creds {
	margin-left: 0;
	width: auto;
}
*/
div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content{
background: #333 !important;
}

.block_columns:before, .block_columns:after
.top_block:before, .top_block:after{
	content:"";
	display:table;
}

.block_columns:after, .top_block:after{
	clear:both;
}

.block_columns, .top_block, .feature_block, .project_cta, .block, .block_23, .block_13, .block_line, .block_50, .mainimage {
	border: none;
	float: left;
	width: 100%;
}

.block_columns h2{
	margin-bottom:24px;
}

.block_23 img,  .feature_block .block img{
	width:100%;
	height: auto;
}

.block_columns {
    	border-top:1px solid #666;
    	float: left;
		margin: 15px 0 0;
    	padding: 15px 0 0;
}

.block_columns .first, .top_block .first, .top_block .block_50.first{
	margin-left:0;
}

#content .portfolio img {
    width: 100%!important;
}

#content .portfolio img.hidden {
	display: none;
}

.block h3{
	margin-bottom:5px;
}

.block h4{
	font-size: 14px;
}

.feature_block .block h4{
	color: #f9c20a;
    font-size: 14px;
    margin: 10px 0 5px;
}

.top_block .block_50 {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
.projects .top_block .block_50:first-child {
	margin: 0%;
}

.projects .top_block .block_50 .block_50:nth-of-type(1n + 1) {
	margin: 0%;
}
	
	
.block_50.mainimage {
		width: 48%;
		margin: 0 0 0 4%;
		float: right;
	}
	
	.top_block .block_50 .imagestack {
		width: 44%;
		margin: 3% 0 0 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack.last {
		margin: 3% 0 0 12%;
	}
	
	.top_block .block_50.textleft {
		clear: left;
		margin-left: 0;
	}
	
	.top_block .block_50.textright {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
	#content .project_cta .portfolio a {
		color: #fff;
	}
	
	.projects .top_block .block{
		width: 48%;
		margin-left:4%;
		float: left;
	}
	
	.projects .feature_block .block, #content .projects .project_cta .portfolio {
    	float: left;
    	margin-left: 4%;
    	width: 48%;
	}
	
	

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 760px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	body.custom-background {
		background-size: 100% 100%;
	}
	
	.archive-page,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#custom_field_left_content .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap,
	.page-id-252 .one-half {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0 auto;
		width:80%;
	}
	
	.home .container {
		background: none;
	}
	
	.home .head-wrap {
	width: 92%;
	margin: 3% 0 0 0;
	}
	
	.container {
		background: none;
		padding: 0;
		width: 100%;
		margin:0;
		padding: 14px 0 80px!important;
	}
	
	#controls-wrapper {
		display: none;
	}
	
	#description, 
	#title, 
	#title-area {
		float: none;
		text-align: center;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}
	
	.head-wrap {
		clear: both;
		float: left;
		margin: 0 auto;
		padding: 20px 0;
		position: relative;
		text-align: center;
		width: 100%;
	}
	
	#header { 
		width: 100%;
	}
	
	.head-wrap #header {
    	background-position: center top !important;
	}
	
	.home .head-wrap, .home #subnav .wrap {
		width: 100%;	
	}

	#header .wrap { 
		margin: 0 auto;
		width: 90%;
	}
	
	#custom_field_left_content {
		display: none;
	}
	
	.home #custom_field_left_content {
		display: block;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}
	
	
	#header .widget-wrap {
		margin: 0;
		overflow: hidden;
	}
	
	#header .menu {
		float: none;
		text-align: center;
		width: auto;
		margin: 10px 0;
	}

	#header .searchform {
		float: none;
		text-align: center;
	}

	#header .s {
		margin: 0 -7px 0 0;
		width: 80%;
	}
	
	#header .menu a {
		padding: 0 15px 10px;
	}
	
	#subnav .wrap {
		margin: 0 auto;
		text-align: center;
		width: 98%;
	}
	
	#nav .wrap {
		margin: 0 auto 0;
		text-align: center;
		width: 92%;
	}
	
	.menu-primary li ul, 
	.menu-secondary li ul, 
	#header .menu li ul {
		text-align: left;
	}
	
	.menu-primary li, .menu-secondary li, #header .menu li {
		clear: none;
		float: none;
		list-style-type: none;
		display: inline-block;
		margin:0;
	}

	.menu li.right {
		float: none;
		clear: both;
		margin: 0 auto;
		text-align: center;
		display:none;
	}
	
	.slider-wrap {
		background: none !important;
	}
	
	.slider-inner {
		padding: 0;
		overflow: hidden;
		width: 100%;
	}
	
	#genesis-slider, #slides, .genesis-slider-wrap {
		width: 100% !important;
	}	
	
	.welcome-wrap {
		border-bottom: 1px solid #666;
		clear: both;
		margin: 30px auto 40px;
		padding: 0;
	}
	
	.welcome-inner {
		text-align: center;
	}	
		
	.featuredpage .page, 
	.featuredpost .post {
		width:  100%;
	}
	
	.sidebar {
		padding: 0;
	}
	
	.sidebar .searchform {
		text-align: center;
	}
	
	.sidebar .s {
		width: 92%;
	}
	
	.sidebar .featuredpage img, 
	.sidebar .featuredpost img {
		width: auto;
	}
	
	.sidebar .featuredpage .page, .sidebar .featuredpost .post {
		float: none;
		margin: 0 auto 20px;
		padding: 0;
		width: auto;
	}

	#inner {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		float: left;
		margin: 0;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}
	
	#content {
		padding: 0;
	}
	
	.content-sidebar #content, .sidebar-content #content, .full-width-content #content, #sidebar {
    	margin: 0;
    	padding: 7px 5% 20px;
    	width: 90%;
	}
	
	#sidebar {
    	/*float: right;
    	margin: 20px 0;
 		position: relative;*/
		display: none;
	}
	
	.entry-title a, .entry-title {
		text-align: center;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#content .portfolio {
		float: none;
		margin: 0 auto 40px;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	#content .portfolio .entry-title a {
		font-size: 22px;
		line-height: 28px !important;
	}
	
	#content .portfolio .more-link {
		font-size: 18px;
		margin: 15px auto 0;
		line-height: 26px;
		width: 25%;
	}
	
	#supersized img {
		height: 100% !important;
		width: 100% !important;
	}
	
	#footer-widgets .widget {
		margin: 0 0 20px;
		padding: 20px 0 0;
	}

	#footer-widgets .wrap {
		width: 92%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: left;
		margin: 0;
		width: 100%;
	}
	
	#footer, .home #footer { 
		position: relative;
		margin:0!important;
	}
	
	body #wrap #footer .wrap {
		padding: 5px 0;
		text-align: center;
		width: 100%!important;
		margin:0!important;
	}
	
	#footer .creds {
		float: left;
		margin: 5px 0;
		text-align: center;
		width: 100% !important;
	}
	#footer .gototop {
		display:none;
	}
	
	.top_block .block_50 {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
	.block_50.mainimage, .top_block .block_50 {
		width: 100%;
		margin: 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack {
		width: 44%;
		margin: 3% 0 0 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack.last {
		margin: 3% 0 0 12%;
	}
	
	.projects .top_block .block{
		margin-left: 0;
		width: 100%;
	}
	
	.projects .feature_block .block, #content .projects .project_cta .portfolio {
    	margin-left:0;
		width: 100%;
	}
}


@media only screen and (min-width: 760px) and (max-width: 860px) {
	.content-sidebar #content, .full-width-content #content, #sidebar {
    	width: 84%;
	}
	
	#inner {
    	position: relative;
    	width: 60%;
		margin:0;
	}
	
	.top_block .block_50 {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
	.block_50.mainimage, .top_block .block_50 {
		width: 100%;
		margin: 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack {
		width: 44%;
		margin: 3% 0 0 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack.last {
		margin: 3% 0 0 12%;
	}
}

@media only screen and (min-width: 860px) and (max-width: 960px) {
	.content-sidebar #content, #sidebar {
    	width: 90%;
	}
	
	.full-width-content #content {
 		width: 86%;
	}
	
	#inner {
    	position: relative;
    	width: 65%;
		margin:0;
	}
	
	.top_block .block_50 {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
	.block_50.mainimage, .top_block .block_50 {
		width: 100%;
		margin: 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack {
		width: 44%;
		margin: 3% 0 0 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack.last {
		margin: 3% 0 0 12%;
	}
}

@media only screen and (min-width: 760px) and (max-width: 960px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	body.custom-background {
		background-size: 100% 100%;
	}
	
	.archive-page,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap,
	.page-id-252 .one-half {
		width: 100%;
	}
	
	#sidebar {
    	color: #888888;
    	float: left;
    	margin: 20px 0 0;
    	padding: 30px 30px 20px;
		position:relative;
	}
	
	.full-width-content #content {
 		width: 79%;
	}
	
	.full-width-content #footer .wrap .creds {
 		margin-left: 245px;
    	width: 64%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	.home .container {
		background: none;
		width: auto;
		padding: 14px 0 30px;
	}
	
	.container {
		background: none;
		padding: 0;
		width: 96%;
		margin:2%;
	}
	
	#description,
	#title,
	#title-area {
		float: none;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}
	
	.head-wrap {
		position:relative;
	}
	
	.head-wrap, #subnav .wrap {
    	width: 212px;
	}
	
	#header { }
	
	.home .head-wrap, .home #subnav .wrap {
    	width: 330px;
	}

	#header .widget-area {
		padding: 0 0 10px;
	}
	
	#header .widget-wrap {
		margin: 0;
		overflow: hidden;
	}
	
	#header .menu {
		float: none;
		width: auto;
	}

	#header .searchform {
		float: none;
	}

	#header .s {
		margin: 0;
		width: 85%;
	}
	
	#subnav .wrap {
		margin: 0 auto;
		width: 92%;
	}
	
	#nav .wrap {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.menu-primary li ul, 
	.menu-secondary li ul, 
	#header .menu li ul {
		text-align: left;
	}
	
	.slider-wrap {
		background: none !important;
	}
	
	.slider-inner {
		padding: 0;
		overflow: hidden;
		width: 100%;
	}
	
	#genesis-slider, #slides, .genesis-slider-wrap {
		width: 100% !important;
	}	
	
	.welcome-inner {
		text-align: left;
		width: 96%;
	}	
		
	.featuredpage .page, 
	.featuredpost .post {
		width:  100%;
	}
	
	.sidebar .featuredpage img, 
	.sidebar .featuredpost img {
		width: auto;
	}
	
	.sidebar .featuredpage .page, .sidebar .featuredpost .post {
		float: none;
		margin: 0 auto 20px;
		padding: 0;
		width: auto;
	}

	#content {
		padding: 0;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	.sidebar .searchform {
		text-align: center;
	}
	
	.sidebar .s {
		width: 92%;
	}
	
	#content .portfolio {
		float: none;
		width: 100%;
	}
	
	#content .portfolio .more-link {
		float: none;
		margin: 15px auto 0;
	}
	
	#footer-widgets .widget {
		margin: 0 0 20px;
		padding: 20px 20px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: left;
		margin: 0;
		width: 100%;
	}
	
	#footer, .home #footer {
		position: relative;
	}
	
	#footer .wrap {
		padding: 5px 0;
		text-align: center;
		width: 90%;
	}
	
	.home #footer .wrap {
		margin-left:0;
		width:auto;
	}
	
	#footer .creds {
		float: left;
		margin: 5px 0;
		text-align: center;
	}
	#footer .gototop {
		display:none;
	}
	
	.top_block .block_50 {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
	.block_50.mainimage, .top_block .block_50 {
		width: 100%;
		margin: 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack {
		width: 44%;
		margin: 3% 0 0 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack.last {
		margin: 3% 0 0 12%;
	}
	
	.projects .top_block .block{
		margin-left: 0;
		width: 100%
	}
	
	.projects .feature_block .block:nth-of-type(2n + 1) {
    	clear: both;
		margin-left:0;
	}
	
	#content .projects .project_cta .portfolio{
		float: left;
    	margin: 0 0 0 8%;
    	width: 46%;
	}
	
	#content .projects .project_cta .portfolio:nth-of-type(2n+1) {
    	clear: both;
    	margin-left: 0;
	}

}

@media only screen and (min-width: 960px) and (max-width: 1145px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	body.custom-background {
		background-size: 100% 100%;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}
	
	.content-sidebar #content, #sidebar {
 		width: 83%;
	}
	
	.full-width-content #content{
 		width: 79%;
	}
	
	.full-width-content #footer .wrap .creds {
 		width: 63%;
	}
	
	#sidebar {
    	color: #888888;
    	float: left;
    	margin: 20px 0 0;
    	padding: 30px 30px 20px;
		position:relative;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}
	
	.home .container {
		background: none;
		width: auto;
	}
	
	.container {
		background: none;
		padding: 0;
		width: 96%;
	}
	
	#description,
	#title,
	#title-area {
		float: none;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}
	
	.home .head-wrap, .home #subnav .wrap {
    	width: 330px;
	}
	
	#header .widget-wrap {
		margin: 0;
		overflow: hidden;
	}
	
	#header .menu {
		float: none;
		width: auto;
	}

	#header .searchform {
		float: none;
	}

	#header .s {
		margin: 0;
		width: 85%;
	}
	
	#subnav .wrap {
		margin: 0 auto;
		width: 92%;
	}
	
	#nav .wrap {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.menu-primary li ul, 
	.menu-secondary li ul, 
	#header .menu li ul {
		text-align: left;
	}

	.menu li.right {
		float: none;
		clear: both;
		margin: 0 auto;
		text-align: center;
	}
	
	.slider-wrap {
		background: none !important;
	}
	
	.slider-inner {
		padding: 0;
		overflow: hidden;
		width: 100%;
	}
	
	#genesis-slider, #slides, .genesis-slider-wrap {
		width: 100% !important;
	}	
	
	.welcome-inner {
		text-align: left;
		width: 96%;
	}	
		
	.featuredpage .page, 
	.featuredpost .post {
		width:  100%;
	}
	
	.sidebar .featuredpage img, 
	.sidebar .featuredpost img {
		width: auto;
	}
	
	.sidebar .featuredpage .page, .sidebar .featuredpost .post {
		float: none;
		margin: 0 auto 20px;
		padding: 0;
		width: auto;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	.sidebar .searchform {
		text-align: center;
	}
	
	.sidebar .s {
		width: 92%;
	}
	
	#content .portfolio {
		float: none;
		width: 100%;
	}
	
	#content .projects .project_cta .portfolio{
		float: left;
    	margin: 0 0 0 8%;
    	width: 46%;
	}
	
	#content .projects .project_cta .portfolio:nth-of-type(2n+1) {
    	clear: both;
    	margin-left: 0;
	}
	
	#content .portfolio .more-link {
		float: none;
		margin: 15px auto 0;
	}
	
	#footer-widgets .widget {
		margin: 0 0 20px;
		padding: 20px 20px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: left;
		margin: 0;
		width: 100%;
	}
	
	#footer { 
		position: relative;
	}
	
	#footer .wrap {
		width: 95%;
		padding: 15px 20px;
	}
	
	.block h3{
		line-height:1.1;
		margin: 25px 0 5px;
	}
	
	.top_block .block_50 {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
	.block_50.mainimage, .top_block .block_50 {
		width: 100%;
		margin: 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack {
		width: 44%;
		margin: 3% 0 0 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack.last {
		margin: 3% 0 0 12%;
	}
	
	.projects .top_block .block.noquote{
		margin-left: 0;
	}
	
	.projects .feature_block .block:nth-of-type(2n + 1) {
    	clear: left;
		margin-left:0;
	}
	
}




@media only screen and (min-width: 1145px) and (max-width: 1400px){
	.content-sidebar #content, .content-sidebar #footer .wrap .creds  {
 		width: 54%;
	}
	
	.full-width-content #content {
 		width: 88%;
	}
	
	.full-width-content #footer .wrap .creds {
 		width: 72%;
	}
	
	#content .portfolio {
    	margin: 20px 0 20px 6%;
    	width: 47%;
	}
	
	#content .portfolio:nth-of-type(2n + 1) {
		clear: left;
		margin-left:0;
	}
	
	.full-width-content .block {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.full-width-content .block:nth-of-type(2n+1){
		clear: left;
		margin-left:0;
	}
	
	.projects .feature_block .block p{
		display: none;
	}
	
	.top_block .block_23.mainimage {
		width: 100%;
		margin-left: 0;
		float: left;
	}
	
	.full-width-content .top_block .block_23.mainfeatureimage, .full-width-content .top_block .block_23.mainimage {
		width: 37%;
		margin-left: 5%;
		float: right;
	}

	.content-sidebar .top_block .block_13, .content-sidebar .block_columns .block {
		width: 100%;
	}
	
	.full-width-content .image12 .block_13{
		float: left;
		margin-left: 0;
		width: 58%;
	}
	
	.content-sidebar .image12 .block_13:nth-child(2){
		margin-left: 0;
	}
	
	.full-width-content .image12 .block_23.mainfeatureimage {
	width: 100%;
		margin-left: 0;
		float: left;
	}
	
	
	.full-width-content .image12 .block_13{
		clear: none;
		margin-left: 4%;
		width: 48%;
	}
	
	.full-width-content .image12 .block_13:nth-child(2){
		margin-left: 0;
	}
	
	.block_13 h4 {
    	font-size: 18px;
    	line-height: 1.2;
		margin-bottom:20px;
	}
	
	.projects .top_block .block .sub_block {
		width: 48%;
		margin-left: 4%;
		float: left
	}
	
	.projects .top_block .block_50:first-child {
		width: 100%;
		margin-bottom:20px;
	
	}
	
	.projects .top_block .block_50:nth-child(2) {
		width: 48%;
		margin-left:0;
		float: left;
	}
	
	.projects .top_block .block:nth-of-type(2n+1)
	{
		clear: none;
		float: left;
		margin-left:4%;
	}
	
	.projects .top_block .block .sub_block:nth-of-type(2n+1)
	{
		clear: left;
		margin-left:0;
	}
	
	.projects .feature_block {
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	
	.projects .num_4 .block, #content .projects .project_cta .portfolio {
		width: 40%;
		margin: 0 0 15px 10%;
	}
	
	.projects .num_4 .block p, .projects .num_4 .block h3{
		display: none;
	}
	
	.projects .num_4 .block:nth-of-type(2n + 1),
	#content .projects .project_cta .portfolio:nth-of-type(2n + 1){
		clear:both;
		margin-left: 0;
	}
	
	.project_cta {
		width: 48%;
		margin-left: 2%;
		float: right;
	}
	
	.projects .top_block .block h3{
		margin-top:0;
	}

}



@media only screen and (min-width: 1400px) and (max-width: 1500px){
	.content-sidebar #content, .content-sidebar #footer .wrap .creds {
 		width: 59%;
	}
	
	.image-extras-content h2 {
		font-size: 18px;
	}
	
	.top_block .block_13, .top_block .block_23 {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.top_block .block_23.mainfeatureimage, .top_block .block_23.mainimage {
		width: 100%;
		margin-left: 0;
		float: left;
	}
	
	.full-width-content .top_block .block_23.mainfeatureimage {
		width: 48%;
		margin-left: 0;
		float: right;
	}
	
	.content-sidebar .image12 .block_13{
		clear: none;
		margin-left: 4%;
		width: 48%;
	}
	
	.content-sidebar .image12 .block_13:nth-child(2){
		margin-left: 0;
	}
	
	.content-sidebar .left .block_13 {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.left .block_13.first{
		clear: none;
		margin-left: 0;
	}
	
	.full-width-content .block_13{
		clear: left;
		margin-left: 0;
	}
	
	.block_13 h4 {
    	font-size: 20px;
    	line-height: 1.5;
		margin-bottom:25px;
	}
	
	.full-width-content .block_13 h4 {
    	font-size: 18px;
    	line-height: 1.5;
		margin-bottom:25px;
	}
	
	.full-width-content .image12 .block_13{
		clear: none;
		margin-left: 0;
		width: 48%;
	}
}
	
	
@media only screen and (min-width: 1400px) and (max-width: 1700px){
	.full-width-content #content {
 		width: 88%;
	}
	
	.full-width-content #footer .wrap .creds {
 		width: 70%;
	}
	
	#content .portfolio {
    	margin: 20px 0 20px 5%;
    	width: 30%;
	}
	
	#content .portfolio:nth-of-type(3n + 1) {
		clear:both;
		margin-left:0;
	}
	
	#content .portfolio:nth-of-type(3n),
	.block_50:nth-of-type(2n) {
		margin-right: 0;
	}
	
	.full-width-content .block_13 h4 {
    	font-size: 18px;
    	line-height: 1.5;
		margin-bottom:25px;
	}
	
	.block_13 h4 {
    	font-size: 18px;
    	line-height: 1.5;
	}
	
	.full-width-content .block {
		width: 31%;
		margin-left: 3.5%;
		float: left;
	}
	
	.full-width-content .page .block:nth-of-type(3n+1){
		clear: left;
		margin-left:0;
	}
	
	.content-sidebar .block {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.content-sidebar .block:nth-of-type(2n+1){
		clear: left;
		margin-left:0;
	}
	
	.projects .top_block .block_50 h4{
    	font-size: 20px;
    	line-height: 1.5;
		margin-bottom:25px;
	}
	
	.projects .top_block .block{
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.projects .top_block .block .sub_block {
		width: 48%;
		margin-left: 4%;
		float: left
	}
	
	.projects .top_block .block:nth-of-type(2n+1),
	.projects .top_block .block .sub_block:nth-of-type(2n+1)
	{
		clear: left;
		margin-left:0;
	}
	
	.projects .feature_block {
		width: 48%;
		margin-right: 2%;
		float: left;
	}
	
	.feature_block.num_3 {
		width: 56%;
		margin-right: 4%;
		float: left;
	}
	
	.feature_block.num_3 .block {
		width: 30%;
		margin-left: 5%;
		float: left;
	}
	
	.project_cta.pf_3 {
		width: 37%;
		margin-left: 3%;
		float: right;
	}
	
	.projects .num_4 .block, #content .projects .project_cta .portfolio {
		width: 40%;
		margin: 0 0 15px 10%;
	}
	
	.projects .feature_block .block p{
		display: none;
	}
	
	.projects .num_4 .block:nth-of-type(2n + 1),
	.projects .num_3 .block:nth-of-type(3n + 1),
	#content .projects .project_cta .portfolio:nth-of-type(2n + 1){
		clear:both;
		margin-left: 0;
	}
	
	.project_cta {
		width: 48%;
		margin-left: 2%;
		float: right;
	}

}



@media only screen and (min-width: 1500px) and (max-width: 1600px){
	.content-sidebar #content, .content-sidebar #footer .wrap .creds  {
 		width: 63%;
	}
	
	.block_23 {
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.left .block_23.mainfeatureimage {
		margin: 0 5% 0 0;
		float: left;
	}
	
	.content-sidebar .left .block_23.mainfeatureimage {
		margin: 0 4% 0 0;
	}
	
	.full-width-content .block_23.mainimage, .full-width-content .block_23.mainfeatureimage {
		width: 48%;
		margin-left: 4%;
		float: right;
	}
	
	.content-sidebar .block_23.mainimage, .content-sidebar .block_23.mainfeatureimage 		   	   {
		float: left;
		margin-left: 0;
		width: 100%;
	}
	
	.block_13.second, .block_13.first{
		clear: left;
		margin-left: 0;
		width: 48%;
	}
	
	.block_13, .content-sidebar .left .block_13 {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.left .block_13.first{
		clear: none;
		margin-left: 0;
	}
	
	.left .block_13.second{
		clear: none;
	}
	
	.content-sidebar .block_13{
		width: 100%;
		margin-left: 0;
		float: left;
	}
	
	.content-sidebar .image12 .block_13{
		clear: none;
		margin-left: 4%;
		width: 48%;
	}
	
	.content-sidebar .image12 .block_13:nth-child(2){
		margin-left: 0;
	}
	
	.full-width-content .block_13{
		clear: left;
		margin-left: 0;
	}
	
	.full-width-content .image12 .block_13{
		clear: none;
		margin-left: 0;
		width: 48%;
	}
	
	.top_block .block_50 {
		width: 48%;
		margin: 0 0 0 4%;
		float: left;
	}
	
	.block_50.mainimage {
		width: 48%;
		margin: 0 0 0 4%;
		float: right;
	}
	
	.top_block .block_50 .imagestack {
		width: 44%;
		margin: 3% 0 0 0;
		float: left;
	}
	
	.top_block .block_50 .imagestack.last {
		margin: 3% 0 0 12%;
	}
	
	.top_block .block_50.textleft {
		clear: left;
		margin-left: 0;
	}
	
	
}

@media only screen and (min-width: 1600px) and (max-width: 1700px){
	.content-sidebar #content, .content-sidebar #footer .wrap .creds {
 		width: 67%;
	}
	
	.block_23 {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.full-width-content .block_23.mainimage, .full-width-content .block_23.mainfeatureimage {
		width: 62%;
		margin-left: 5%;
		float: right;
	}
	
	.content-sidebar .block_23.mainimage, .content-sidebar .block_23.mainfeatureimage 		   	   {
		width: 48%;
		margin-left: 4%;
		float: right;
	}
	
	.left .block_23.mainfeatureimage {
		margin: 0 5% 0 0;
		float: left;
	}
	
	.content-sidebar .left .block_23.mainfeatureimage {
		margin: 0 4% 0 0;
	}
	
	.block_13, .block_13.first{
		clear: left;
		margin-left: 0;
		width: 33%;
	}
	
	.content-sidebar .block_13 {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.top_block.image12 .block_13{
		margin-left: 0;
		float: left;
	}
	
	.left .block_13.second, .left .block_13.first{
		clear: none;
		margin-left: 0;
	}
	
	.content-sidebar .block_13.second, .content-sidebar .block_13.first{
		clear: none;
		margin-left: 0;
		width: 48%;
	}
}

@media only screen and (min-width: 1700px){
	
	
	.content-sidebar #content, .content-sidebar #footer .wrap .creds {
 		width: 70%;
	}
	
	.full-width-content #content{
 		width: 88%;
	}
	
	.full-width-content #footer .wrap .creds {
 		width: 72%;
	}
	
	#content .portfolio {
    	margin: 20px 0 20px 3.5%;
    	width: 31%;
	}
	
	.block {
		width: 31%;
		margin-left: 3.5%;
		float: left;
	}
	
	.page .block:nth-of-type(3n+1){
		clear: left;
		margin-left:0;
	}
	
	.projects .num_4 .block {
		width: 22%;
		margin-left: 4%;
	}
	
	.projects .top_block .block{
		width: 24%;
		margin-left: 4%;
		float: left;
	}
	
	.projects .top_block .block.noquote{
		width: 18%;
		margin-left: 4%;
		float: left;
	}
	.block_23 {
		width: 62%;
		margin-left: 5%;
		float: left;
	}
	
	.block_23.mainimage, .block_23.mainfeatureimage {
		width: 62%;
		margin-left: 5%;
		float: right;
	}
	
	.top_block.image12 .block_13{
		width: 33%;
		margin-left: 0;
		float: left;
	}
	
	.left .block_23.mainfeatureimage {
		margin: 0 5% 0 0;
		float: left;
	}
	
	.feature_block.num_3 {
		width: 56%;
		margin-right: 4%;
		float: left;
	}
	
	.projects .num_3 .block {
		width: 30%;
		margin-left: 5%;
		float: left;
	}
	
	.project_cta.pf_3 {
		width: 37%;
		margin-left: 3%;
		float: right;
	}
	
	.feature_block.num_4 {
		width: 72%;
		margin-right: 2.33%;
		float: left;
	}
	
	.project_cta.pf_4 {
		width: 24%;
		margin-left: 1%;
		float: right;
	}
	
	.projects .num_3 .block:nth-of-type(3n + 1){
		clear:both;
		margin-left: 0;
	}
	
	.projects .num_4 .block:nth-of-type(4n + 1){
		clear:both;
		margin-left: 0;
	}
	
	.block_13{
		width: 33%;
		margin-left: 5%;
		float: left;
	}
	
	.full-width-content .block_13{
		clear: left;
		margin-left: 0;
	}
	
	.left .block_13.second, .left .block_13.first{
		clear: none;
		margin-left: 0;
	}
	
	.block_50 {
		width: 48%;
		margin-left: 4%;
		float: left;
	}
	
	.block_50 .block_50 blockquote p {
		font-size: 1.1em;
	}
	
	.block_50 .block_50 blockquote span {
		display: inline-block;
    	font-size: 1em;
    	padding-top: 0.8em;
	}
	
	.block_50 .block_50 ul {
		padding-bottom: 0;
	}
	
	.feature_block .block {
		text-align:center;
	}
	
	#content .portfolio:nth-of-type(3n + 1) {
		clear:both;
		margin-left:0;
	}
	
	.content-sidebar #content .block_50:nth-of-type(2n + 1){
		clear:both;
		margin-left: 0;
	}
	
	.content-sidebar #content .block_50.textright {
    clear: none;
}

	.full-width-content .block_13 h4, .full-width-content .block_50 h4{
    	font-size: 20px;
    	line-height: 1.5;
		margin-bottom:25px;
	}
	
	.content-sidebar .block_13 h4, .content-sidebar .block_50 h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 18px;
}
	
	.block_13 h2, .block_50 h2{
    	font-size: 24px;
		font-weight: 500;
		margin:10px 0 25px 0;
	}
	
	.top_block .block_13 h3, .top_block .block_50 h3{
    	font-size: 18px;
		line-height: 1.5;
		margin-bottom:25px;
	}
	
	#content .project_cta .portfolio {
    	margin: 5px 6% 20px 0!important;
    	width: 43%!important;
	}

	.projects .top_block .block_50:nth-child(2) {
    margin-bottom: 20px;
}
	
	#content .project_cta .portfolio:nth-of-type(2n){
		margin-right:0;
	}
}