<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Surplus
Theme URI: http://www.wpexplorer.com
Description: Surplus, WordPress theme by &lt;a href="http://www.wpexplorer.com"&gt;WPExplorer.com&lt;/a&gt;
Author: WPExplorer
Author URI: http://themeforest.net/user/WPExplorer
Version: 1.4
License URI: README_License.txt
*/

/*Google Fonts*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700,700italic);

/*-----------------------------------------------------------------------------------*
/* = Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure img {
	max-width: 100%;
}


/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*jetback wpstats smiley hide*/
#wpstats{
	display: none;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes &amp; Wrap
/*-----------------------------------------------------------------------------------*/

body {
	background: #fff;
	background-repeat: repeat;
    font-size: 13px;
    line-height: 1.5em;
    color: #555;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #6c981a;
}
p {
	margin: 0 0 1em;
}
hr{
	outline: none;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	background: none;
	border: none;
	height: 1px;
	background: #eee;
	clear: both;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
pre {
	background: #fff url("images/pre-bg.png") repeat;
	margin: 30px 0px;
	padding: 25px 20px;
	line-height: 25px;
	border: 1px solid #eee;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word; 
}
address{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

blockquote{
	border-left: 4px solid #eee;
	padding-left: 20px;
    margin: 30px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #888;
	font-size: 14px;
	line-height: 1.4em;
}
.clear { clear: both }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.remove-margin { margin-right: 0 !important }


#breadcrumbs{
}
.breadcrumbs-title{
	margin-right: 5px;
}

.read-more{
	float: right;
	display: block;
	background: #222;
	color: #fff;
	padding: 3px 12px;
	text-transform: uppercase;
	font-size: 10px;
}
.read-more:hover{
	border: none;
	background: #95d224;
}

#page-featured-img{
	width: 100%;
	margin-bottom: 25px;
}

/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/
#wrapper{
	margin: 0 auto;
	width: 980px;
	background: #fff;
	position: relative;
	padding: 0 25px;
}
.wrapper-shadow{
	-moz-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 15px rgba(0,0,0,0.1);
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
}
#main{
	margin: 25px 0;
}
body.home #main{
	margin-bottom: 0;
}
body.home .post{
	margin-bottom: 25px;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    line-height: 1.2em;
	font-weight: bold;
	font-family: "Open Sans";
}
h1 {
	color: #000;
	font-size: 21px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}
h2 { font-size: 16px }
h3 { font-size: 14px }
h4 { font-size: 13px; }
h2,
h3,
h4,
h5,
h6 {
    margin-top: 35px;
    margin-bottom: 25px;
}
h2 a,
h3 a,
h4 a { color: #000 }
h2 a:hover,
h3 a:hover,
h4 a:hover { color: #8bc422; }

.single-title{ margin-bottom: 5px; }

#page-heading{
	position: relative;
	margin-bottom: 25px;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#page-heading h1,
#page-heading h2{
	margin: 0;
	color: #000;
	font-family: "Open Sans";
	font-size: 21px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
}

.heading h2{
	margin: 0;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 700;
	color: #222;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.heading span{
	color: #aaa;
	margin-right: 10px;
}

/*-----------------------------------------------------------------------------------*
/* = WordPress Styles
/*-----------------------------------------------------------------------------------*/

/*sticky*/
.sticky{}

/*gallery captio*/
.gallery-caption{}

/*by post author*/
.bypostauthor{}

/*aligns*/
.aligncenter{
	display:block;
	margin:0 auto;
}
.alignright{
	float:right;
	margin:0 0 10px 20px;
}
.alignleft{
	float:left; 
	margin:0 20px 10px 0;
}

/*floats*/
.floatleft{ float:left}
.floatright{ float:right}

/*text style*/
.textcenter{ text-align:center}
.textright{ text-align:right}
.textleft{ text-align:left}

/*captions*/
.wp-caption{ max-width: 100% !important; }
.wp-caption{
	border:1px solid #eee; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
}
.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;
	max-width: 100$;
}
.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}

/*smiley reset*/
.wp-smiley{
	margin:0 !important;
	max-height:1em;
}

/*blockquote*/
blockquote.left{
	margin-right:20px;
	text-align:right;
	margin-left:0;
	width:33%;
	float:left;
}
blockquote.right{
	margin-left:20px;
	text-align:left;
	margin-right:0;
	width:33%;
	float:right;
}

/*img attachment*/
#img-attch-page{
	text-align: center;
	overflow: hidden;
}
#img-attch-page img{
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}

#img-attach-page-content{
	text-align: center;
	margin-top: 25px;
}


/*-------------------------------------------------*
/* =  Navigation
/*-------------------------------------------------*/
#masternav{
	background: #eee;
	text-transform: uppercase;
	font-size: 11px;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 200px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 200px; /* match ul width */
    top: 0px;
}


/*** navigation skin ***/
.sf-menu a {
	color: #666;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;s
}
.sf-menu &gt; li{
	border-right: 2px solid #fff;
}
.sf-menu a:hover,
.sf-menu li.sfHover &gt; a,
.sf-menu .current-menu-item &gt; a{
	background: #000;
	color: #fff;
	border: none;
}

/*Subs*/
.sf-menu ul{
	padding: 0px;
}
.sf-menu ul a{
	background: #000;
	padding: 12px 20px;
	height: auto;
	line-height: 1em !important;
	color: #999;
	letter-spacing: normal;
	text-transform: none;
	font-size: 12px;
}
.sf-menu ul a:hover{
	background-color: #95d224;
	color: #fff;
}
.sf-menu ul li{
	border-bottom: 1px solid #333;
}
.sf-menu ul li:first-child {
	border-top: none;
}
.sf-menu ul li:last-child {
	border-bottom: none;
}
.sf-menu ul ul li:last-child a{
	border-bottom: none !important;
}


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

#masterhead {
	padding: 40px 0;
	text-align: center;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	position: relative;
}
/*logo*/
#logo a{
	font-family: "Open Sans";
    color: #222;
	padding: 0px;
	margin: 0px;
    text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#logo a:hover {
	color: #aaa;
}
#logo img{
	max-width: 100%;
	display: inline-block;
	margin: 0;
	line-height: 0;
}

#logo h1,
#logo h2{
	font-size: 32px;
	margin: 12px 0;
	padding: 0;
	line-height: 0;
}

.site-description{
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.site-description span{
	border-bottom: 1px dotted #666;
}


/*main search &amp; social*/
#headaside{
	position: absolute;
	top: 5px;
	right: 0px;
}
#headaside a{
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/*social toggle*/
.mastersocial-toggle{
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	background: #000;
	height: 25px;
	width: 25px;
	line-height: 25px;
}
.mastersocial-toggle-active,
.mastersocial-toggle:hover{
	background: #95d224;
}
.mastersocial-toggle-active:hover{
	background: #000 !important;
}

/*social links*/
.master-social-links{
	z-index: 101;
	display: none;
	width: 104px;
	padding: 10px 0 0 10px;
	position: absolute;
	right: 0;
	top: 0;
	background: #eee;
	border: 1px solid #ddd;
}
.master-social-links a{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.master-social-links a:hover{
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*search toggle*/
.mastersearch-toggle{
	display: block;
	float: left;
	margin-left: 5px;
	font-size: 14px;
	color: #fff;
	background: #000;
	height: 25px;
	width: 25px;
	line-height: 25px;
}
.mastersearch-toggle-active,
.mastersearch-toggle:hover{
	background: #95d224;
}
.mastersearch-toggle-active:hover{
	background: #000 !important;
}

/*search bar*/
#mastersearch-form{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}
.mastersearch-input{
	width: 140px;
	font-size: 11px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*notification toggle*/
.notification-toggle{
	display: block;
	float: left;
	margin-left: 5px;
	font-size: 14px;
	color: #fff;
	background: #000;
	height: 25px;
	width: 25px;
	line-height: 25px;
}
.notification-toggle-active,
.notification-toggle:hover{
	background: #95d224;
}
.notification-toggle-active:hover{
	background: #000 !important;
}

/*notification bar*/
#notification-bar{
	display: none;
	background: #000;
	padding: 10px;
	color: #ccc;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#notification-bar a{
	color: #fff;
	padding: 0 4px;
	border-bottom: 1px dotted #fff;
	font-style: italic;
}
#notification-bar a:hover{
	font-style: normal;
}




/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/

.home-wrap{}

/*tagline*/
#home-tagline{
	color: #444;
	padding: 25px 0;
	line-height: 1.4em;
	margin-bottom: 25px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-family: "Open Sans", Georgia, Times New Roman, Times, serif;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
#home-tagline a{
	background: #95d224;
	color: #fff;
	padding: 0 10px;
}
#home-tagline a:hover{
	background: #000;
	text-decoration: none;
}

/*static video*/
.home-video{
	margin: -25px -25px 25px;
}

/*static page*/
#home-static-page{
	margin-bottom: 30px;
}


/*highlights*/
#home-highlights{
	margin-right: -25px;
}
.hp-highlight{
	float: left;
	width: 310px;
	margin-right: 25px;
	margin-bottom: 30px;
}
.hp-highlight-img,
.hp-highlight-img img{
	width: 100%;
	display: block;
}
.hp-highlight-content{
	padding: 20px;
	background: #f6f6f6;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.hp-highlight p:last-child{
	margin-bottom: 0px;
}

.hp-highlight h3{
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	font-family: Open Sans;
	text-transform: uppercase;
	margin: -5px 0 15px 0;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.hp-highlight h3 span{
	margin-right: 10px;
	font-size: 16px;
}

.hp-highlight-link{
	display: block;
	background: #f2f2f2;
	color: #555;
}
.hp-highlight:hover .hp-highlight-content,
.hp-highlight-link:hover .hp-highlight-content{
	background: #000;
	color: #999;
}
.hp-highlight:hover .hp-highlight-content,
.hp-highlight-link:hover{
	text-decoration: none;
}
.hp-highlight:hover .hp-highlight-content h3,
.hp-highlight a:hover h3{
	color: #fff;
	border-color: #333;
}
.hp-highlight:hover .hp-highlight-content h3 span,
.hp-highlight a:hover h3 span{
	color: #95d224;
}


/*home portfolio*/
#home-portfolio {
	margin-right: -20px;
	margin-bottom: 5px;
}
#home-portfolio .heading{
	margin-top: 0;
	margin-right: 20px;
}


/*home blog*/
#home-blog{
	width: 100%;
	margin-bottom: 5px;
}
#home-blog-content{
	margin-right: -20px;
}
#home-blog .heading{
	margin-top: 0;
	margin-right: 20px;
}
.home-entry{
	margin-bottom: 25px;
	width: 230px;
	float: left;
	margin-right: 20px;
}
.home-entry .loop-entry-meta{
	margin-top: 5px;
	margin-left: -8px;
	margin-bottom: 5px;
}

.home-entry p:last-child{
	margin: 0;
}

.full-entry{
	width: 100% !important;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.home-entry img{
	width: 100%;
	margin-bottom: 10px;	
}
.home-entry h3{
	font-size: 14px;
	margin: 0 0 10px;
}

/*blog &amp; portfolio module*/
#home-blog-portfolio-wrap{
}
#home-blog-portfolio-wrap #home-blog{
	float: right;
	width: 470px;
}
#home-blog-portfolio-wrap #home-portfolio{
	float: left;
	width: 500px;
	margin-right: -20px;
	overflow: hidden;
}
#home-blog-portfolio-wrap #home-portfolio .heading{
	margin-right: 20px;
}
#home-blog-portfolio-wrap #home-blog .heading{
	margin-right: 0;
}

#home-blog-portfolio-wrap .home-entry{
	width: 225px;
}
#home-blog-portfolio-wrap .full-entry{
	width: 100%;
}

/*home services*/
#home-services{
	margin-bottom: 25px;
}

/*-----------------------------------------------------------------------------------*/
/* = Content Slider
/*-----------------------------------------------------------------------------------*/

.content-slider{
	margin-bottom: 25px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
	position: relative;
}
.home .content-slider{
	border-bottom: 1px solid #ddd; /*add bottom border to content slider on homepage only*/
	padding-bottom: 25px;
}
.slides_container {
	width:980px;
	display:none;
}
.slides_container div.content_slide {
	width:940px;
	padding: 0 20px;
	display:block;
	font-size: 14px;
	line-height: 1.5em;
}

.content-slider .slides_next,
.content-slider .slides_prev{
	position: absolute;
	background: #000;
    display: block;
    z-index: 101;
	font-size: 13px;
    height: 20px;
	line-height: 20px;
	width: 20px;
	color: #fff;
    display: block;
    position: absolute;
    top: 50%;
	margin-top: -10px;
    cursor: pointer;
	text-align: center;
}
.content-slider .slides_next:hover,
.content-slider .slides_prev:hover{
	background: #95d224;
}
.content-slider .slides_prev{
	left: -25px;
}
.content-slider .slides_next{
	right: -25px;
}

/*featured images*/
.content-slider-img-top{
	width: 100%;
	margin-bottom: 25px;
}
.content-slider-img-left{
	width: 45%;
	float: left;
	margin-right: 25px;
}
.content-slider-img-right{
	width: 45%;
	float: right;
	margin-left: 25px;
}


/*some styling for content slider elements*/

.content-slider p:last-child{
	margin: 0;
}
.content-slider-title{
	font-size: 21px;
	margin: 0 0 25px;
	text-transform: uppercase;
	text-align: center;
}
.content-slider-title span{
	border-bottom: 1px dotted #444;
}
.content-slider .pricing-table{
	margin: 30px 0 0 !important;
	font-size: 12px;
}


/*-----------------------------------------------------------------------------------*/
/* = Image Slider
/*-----------------------------------------------------------------------------------*/


/* FlexSlider necessary styles */
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides{ margin: 0; list-style: none; }
.flexslider .slides &gt; li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides &gt; li:first-child {display: block;}


/*slider wrap */
#slider-wrap{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

/*homepage specific*/
.full-slides img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.full-slides .slides_container {
	width: 970px;
	display: none;
}
.full-slides .slides_container .slide,
.full-slides .slides_container .video-slide div {
	display:block;
	width: 970px;
}
.full-slides .caption{
	position: absolute;
	left: 25px;
	top: 25px;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
}
.full-slides .caption h3{
	font-family: "Open Sans", Georgia, Times New Roman, Times, serif;
	font-weight: 700;
	font-size: 24px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.full-slides .caption h3 span{
	display: inline-block;
	padding: 7px 15px;
	background: #95d224;
}
.full-slides .caption p{
	background: #000;
	float: left;
	padding: 5px 10px;
	margin: 0;
}
.full-slides .caption a{
	color: #fd7f61;
}
.full-slides .caption a:hover{
	color: #fda894;
	text-decoration: none !important;
}

/*control nav &amp; arrows*/
.flex-control-nav{
	position: absolute;
	bottom: 15px;
	right: 60px;
	height: 20px;
	background: #000;
	padding-left: 5px;
	text-align: right;
}
.flex-control-nav li{
	display: inline-block;
}
.flex-control-nav a{
	background: #aaa;
	cursor: pointer;
	font-size: 11px;
    height: 8px;
    width: 8px;
    text-align: center;
	text-indent: -9999px;
    margin-right: 5px;
    display: block;
    float: left;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.flex-control-nav a:hover,
.flex-control-nav a.active{
	background: #fff;
	text-decoration: none;
}

.flex-direction-nav li a.next,
.flex-direction-nav li a.prev {
	text-align: center;
    position: absolute;
    display: block;
    z-index: 101;
	font-size: 10px;
	height: 20px;
	width: 20px; 
	color: #fff;
	background: #000;
    display: block;
    position: absolute;
	bottom: 15px;
	margin-top: -11px;
    cursor: pointer;
    right: 0px;
}
.flex-direction-nav li a.next {
    right: 15px;
}
.flex-direction-nav li a.prev {
    right: 35px;
}
.flex-direction-nav li a.prev:hover,
.flex-direction-nav li a.next:hover {
	text-decoration: none;
	background: #95d224;
}

/*-----------------------------------------------------------------------------------*
/* = Portfolio
/*-----------------------------------------------------------------------------------*/
#portfolio-wrap{
	width: 1000px;
	position: relative;
	overflow: hidden;
	margin-bottom: -20px;
	margin-right: -20px;
}

#portfolio-description{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
#portfolio-description p:last-child{
	margin: 0;
}

#portfolio-bycat-description{ }
#portfolio-bycat-description p:last-child{
	margin: 0;
}


/*Portfolio by Category - With Toggles */
#portfolio-toggles-wrap{
	margin: 0 0 -20px;
	overflow: hidden;
}
.portfolio-toggle{
	margin-bottom: 10px;
}
.portfolio-toggle h2{
	font-size: 21px;
	text-transform: uppercase;
	font-family: "Open Sans";
	margin: 0 0 10px;
}
.portfolio-toggle h2 span{
	font-size: 18px;
	margin-right: 5px;
	margin-left: -5px;
	color: #bbb;
}
.portfolio-toggle h2.active{
	margin: 0 0 20px;
}
.portfolio-toggle h2.active a{
	color: #95d224;
}

.portfolio-toggle-content{
	display: none;
	margin-right: -20px;
}
#portfolio-toggles-wrap li:first-child .portfolio-toggle-content{
	display: block;
}
	
/*Regular Portfolio */
#portfolio-wrap ul{
	margin: 0px;
	list-style: none;
}

.no-margin{
	margin-right: 0px !important;
}
.no-border{
	border-right: 0px !important;
}

/*portfolio filter*/
.portfolio-filter{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: 0px
}
.portfolio-toggle-link{
	display: block;
	height: 34px;
	line-height: 34px;
	background: #f2f2f2;
	color: #666;
	font-size: 12px;
	width: 110px;
	padding: 0 15px;
	text-align: right;
	text-transform: uppercase;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.portfolio-toggle-link span{
	padding-left: 6px;
}
.portfolio-toggle-link:hover,
.toggle-active{
	text-decoration: none;
	background: #000;
	color: #fff;
}
.toggle-active:hover{
	background: #f2f2f2;
	color: #666;
}
.portfolio-filter ul{
	z-index: 101;
	display: none;
	position: absolute;
	top: 35px;
	right: 0px;
	width: 140px;
	background: #000;
	background: rgba(0,0,0,0.9);
	argin: 0;
}
.portfolio-filter ul li{
	display: block;
	border-bottom: 1px solid #444;
	margin: 0;
	text-align: right;
}
.portfolio-filter ul li:last-child{
	border: none;
}
.portfolio-filter ul a{
	text-transform: uppercase;
	font-size: 12px;
	color: #888;
	display: block;
	padding: 6px 15px;
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.portfolio-filter ul a:hover{
	text-decoration: none;
	color: #fff;
	background: #95d224;
}



/*portfolio items*/
.portfolio-item{
	overflow: hidden;
	position: relative;
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.portfolio-item a{
	display: block;
	text-decoration: none;

}
.portfolio-item img{
	width: 100%;
	display: block;
}


/*single portfolio*/
#single-portfolio-left{
	float: left;
	width: 400px;
}
#single-portfolio-right{
	float: right;
	width: 550px;
	text-align: center;
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
#single-portfolio-right img:last-child{
	margin-bottom: 0px;
}


/*video*/
.portfolio-video{
	margin-bottom: 25px;
}


/*default - stacked images*/
#stacked-portfolio-imgs{
	text-align: center;
	list-style: none;
	margin-bottom: -25px;
}
.full-portfolio #stacked-portfolio-imgs,
.full-portfolio .portfolio-video{
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.full-portfolio .portfolio-video{
	padding-bottom: 25px;
}
#stacked-portfolio-imgs li{
	margin-bottom: 10px;
}

#stacked-portfolio-imgs img{
	display: inline-block;
	max-width: 100%;
}
#stacked-portfolio-imgs a img{
	max-width: 100%;
}
#stacked-portfolio-imgs a:hover img{
	border-color: #ddd;
}

#stacked-portfolio-imgs .portfolio-attachment-description{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*slider*/
#portfolio-slides-wrap{
	position: relative;
	width: 100%;
}
#portfolio-slides img{
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#portfolio-slides .slides_container {
	display: none;
}
#portfolio-slides-wrap .slides{
	margin: 0;
	list-style: none;
}
#portfolio-slides-wrap a img{
	max-width: 100%;
}
#portfolio-slides-wrap a:hover img{
	border-color: #ddd;
}


/*full portfolio*/
.full-portfolio #portfolio-slides-wrap{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.full-portfolio #portfolio-slides-wrap .flex-control-nav,
.full-portfolio .flex-direction-nav li a.next,
.full-portfolio .flex-direction-nav li a.prev{
	bottom: 40px;
}
#full-portfolio-content{
	float: right;
	width: 100%;
}


/*swap img portfolio*/
#thumb-swap-portfolio{
	text-align: center;
}
#thumb-swap-portfolio img{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#thumb-swap-portfolio .swap-sub{
	float: left;
	display: block;
	margin-right: 7px;
	margin-bottom: 10px;
	height: 60px;
	width: 60px;
}
#thumb-swap-portfolio .swap-sub img{
	height: 60px;
	width: 60px;
}
#thumb-swap-portfolio .swap-sub img{
	-moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#thumb-swap-portfolio .swap-sub img.active-swap,
#thumb-swap-portfolio .swap-sub img.active-swap:hover{
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#thumb-swap-portfolio .swap-sub img:hover,
#thumb-swap-portfolio #swap-main img:hover{
	border-color: #ddd;
}
#thumb-swap-portfolio #swap-main{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.full-portfolio #thumb-swap-portfolio{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

/*related projects*/
#single-portfolio-related{
	margin-top: 25px;
}
#single-portfolio-related .portfolio-item{
	margin-bottom: 0px;
}


/*-----------------------------------------------------------------------------------*
/* = Single Navigation - Next/Prev Links
/*-----------------------------------------------------------------------------------*/

#single-nav{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	height: 24px;

}
#single-nav div{
	float: left;
}
#single-nav a{
	font-size: 11px;
	float: left;
	display: block;
	height: 24px;
	line-height: 24px;
	width: 20px;
	color: #777;
	text-align: center;
	text-decoration: none;
}
#single-nav a:hover{
	color: #000;
}
#single-nav .prev a{

}
#single-nav .next a{
	float: right;

}
#single-nav a:hover{
	font-style: italic;
}
#single-nav .column-last{
	float: right;
	text-align: right;
}

/*-----------------------------------------------------------------------------------*
/* = Blog Entries
/*-----------------------------------------------------------------------------------*/

.loop-entry{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.loop-entry:last-child{
	border: none;
	margin: 0;
	padding: 0;
}

.loop-entry p:last-child{
	margin: 0;
}

.loop-entry-thumbnail img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.loop-entry h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.loop-entry-meta{
	color: #999;
	font-size: 11px;
	margin-top: -8px;
	margin-left: -8px;
	margin-bottom: 10px;
}
.loop-entry-meta a:hover{
	 text-decoration: underline;
}
.loop-entry-meta span{
	padding: 0 8px;
	color: #aaa;
	font-size: 14px;
}



/*-----------------------------------------------------------------------------------*
/* = Posts &amp; Pages
/*-----------------------------------------------------------------------------------*/
.post{
	float: left;
	width: 700px;

}
.full-width{
	float: none !important;
	width: 100% !important;
}

.single .post img{
	max-width: 100%;
}
.post ul,
.post ol {
    margin: 0 0 20px 20px;
	list-style: inherit;
}
.post ol{
	list-style: decimal;
}

/*post meta*/
.post-meta{
	color: #999;
	font-size: 11px;
	margin-top: 5px;
	margin-left: -8px;
}
.post-meta span{
	padding: 0 8px;
	color: #aaa;
	font-size: 14px;
}
.post-meta a:hover{
	text-decoration: underline;
}

/*thumbnail*/
.post-thumbnail{
	margin-bottom: 20px;
}
.post-thumbnail img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}


/*post bottom*/
#post-bottom{
	color: #444;
	font-size: 12px;
	margin-top: 25px;
	padding-top: 10px;
	background: url("images/light-dash.png") left top no-repeat;
}


#post-bottom a:hover{
	text-decoration: underline
}

/*-----------------------------------------------------------------------------------*
/* = Services
/*-----------------------------------------------------------------------------------*/

#services-wrap{
	margin-right: -20px;
	margin-bottom: -20px;
	overflow: hidden;
}

#services-description{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
#services-description p:last-child{
	margin: 0;
}
.service-item{
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.service-item-img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	/*box sizing*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
}
.service-item-img:hover{
	border-color: #ccc;
}
.service-item h2{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.service-item h2 span{
	margin-left: 4px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}
.service-item p:last-child{
	margin: 0;
}


/*-----------------------------------------------------------------------------------*/
/* = Gallery
/*-----------------------------------------------------------------------------------*/
#gallery-wrap{
	overflow: hidden;
	margin-right: -20px;
	margin-bottom: -20px;
}
#gallery-content{
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 25px;
}
.gallery-photo {
	float: left;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.post.gallery-wrap{
	width: 720px;
}
.post .gallery-photo {
	width: 220px;
}
.gallery-photo img{
	width: 100%;
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/* = Staff
/*-----------------------------------------------------------------------------------*/

#staff-description{
	margin-bottom: 25px;
}
#staff-description p:last-child{
	margin: 0;
}

/*staff page*/
#staff-wrap{
	margin-top: 25px;
	margin-bottom: -40px;
	overflow: hidden;
}
.staff-department-wrap{
	margin-right: -25px;
	overflow: hidden;
	margin-bottom: 20px;
}
#staff-wrap h2{
	margin: 0;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#staff-wrap span{
	color: #aaa;
	margin-right: 10px;
}
.staff-member{
	position: relative;
	width: 230px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.staff-img img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.staff-meta {
	margin: 0px;
	font-size: 12px;
	margin-top: 5px;
	padding: 15px;
	background: #eee;
	color: #999;
	border-top: 2px solid #000;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.staff-member:hover h3{
	color: #fff;
}
.staff-member:hover .staff-meta{
	background: #000;
	text-shadow: none;
}
.staff-meta h3{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	font-family: "Open Sans";
}

/*-----------------------------------------------------------------------------------*
/* = FAQ's
/*-----------------------------------------------------------------------------------*/

#faqs-description{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
#faqs-description p:last-child{
	margin: 0;
}
.faq-item{
	margin-bottom: 20px;
}
.faq-title{
	cursor: pointer;
	background-color: #eee;
	margin: 0;
	font-size: 12px;
	color: #666;
	border: 1px solid #ddd;
	padding: 15px;
	text-transform: uppercase;
	font-weight: normal;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.faq-title:hover{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.faq-title.active{
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.faq-title span{
	color: #ccc;
	position: relative;
	margin-right: 10px;
	font-weight: normal;
}

.faq-title:hover span,
.faq-title.active span{
	color: #fff;
}

.faq-content{
	display: none;
	padding: 20px;
	border: 1px solid #ddd;
}

.faq-content p:last-child{
	margin: 0;
}

/*-----------------------------------------------------------------------------------*
/* = Testimonials - Post Type
/*-----------------------------------------------------------------------------------*/
#testimonials-wrap{
	margin-bottom: -20px;
	overflow: hidden;
}
#testimonials-description{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
#testimonials-description p:last-child{
	margin-bottom: 0;
}
.testimonial {
	position: relative;
	padding: 20px;
	background: #eff7fb;
	border: 1px solid #caddde;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
.testimonial-img{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 4px solid #caddde;
	outline: 1px solid #fff;
}
.testimonial p:last-child{
	margin: 0;
}
.testimonial p:last-child {
	margin-bottom: 0px;
}
.testimonial-author {
	font-size: 12px;
	text-align: right;
	font-weight: 700;
	margin-top: 10px;
}
.testimonial-author span{
	margin-right: 5px;
	color: #80adb1;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
}


/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/


/*default*/
.page-pagination{
	margin-top: 20px;
}
.page-pagination a,
.page-pagination span{
	font-size: 11px;
    line-height: 23px;
    height: 23px;
    width: 23px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
	background: #eee;
	color: #666;
	border: 1px solid #ddd;
	text-decoration: none;
}
.page-pagination a:hover{
	border-color: #000;
	background: #000;
	color: #fff;
}
.page-pagination span.current{
	border-color: #000;
	background: #000;
	color: #fff;
}


/*post/page pagination*/
#post-page-navigation{
	margin-top: 20px;
}
#post-page-navigation span{
	font-size: 11px;
    line-height: 23px;
    height: 23px;
    width: 23px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
	background: #000;
	color: #fff;
	border: 1px solid #000;
	text-decoration: none;
}
#post-page-navigation a span{
	background: #eee;
	color: #666;
	border-color: #ddd;
	
}
#post-page-navigation a:hover span{
	background: #000;
	color: #fff;
}



/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: -20px;
	font-size: 13px;
}
#comments{
	margin: 0;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-shadow: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comments span{
	color: #aaa;
	font-size: 14px;
	margin-right: 10px;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
	margin-left: 75px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.comment-body p:last-child{
	margin-bottom: 0;
}

.reply{
}
.comment-reply-link {
	font-size: 11px;
}
.comment-reply-link:hover{
	font-style: italic;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -75px;
	border: 4px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-author {
	line-height: 1em;
	font-weight: bold;
    color: #555;
}
.comment-author a{
	color: #444;
}
.comment-author a:hover{
	color: #000;
}
.says { display: none }
.comment-meta{
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url("images/light-dash.png") left bottom no-repeat;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.comment-meta a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	color: #666;
	font-size: 11px;
}
#comments-respond-meta a{
	color: #000;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	font-size: 12px;
	width: 30%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 8px;
	margin-top: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff; 
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 100%;
	color: #666;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #bdbdbd !important;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
#commentSubmit {
	margin-top: -5px;
	margin-bottom: 20px;
}

.comment-waiting-moderation{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0 0;
	background: url("images/small-border.png") left top no-repeat;
}

/*WP JetPack*/
.comment-subscription-form{
	font-size: 12px;
}
.comment-subscription-form input{
	float: left;
	margin-right: 5px;
}



/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/

/*inputs*/
.wpcf7-form input{ margin-top: 10px; }
input[type="text"],
input[type="password"] { }
input[type="text"],
input[type="password"],
textarea {
    color: #999;
    padding: 7px;
   	border: 1px solid #ddd;
    background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background: #fff;
	border: 1px solid #bdbdbd !important;
	color: #444;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}


/*buttons*/
input[type="clean-button"],
.wpcf7-submit,
#commentSubmit {
	display: inline-block;
	background: #222;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
input[type="clean-button"]:hover,
.wpcf7-submit:hover,
#commentSubmit:hover {
	text-decoration: none;
	background: #95d224;
}
input[type="clean-button"]:active,
.wpcf7-submit:active,
#commentSubmit:active {
}

/*contact form 7 specific*/
.wpcf7-form{
}
.wpcf7 input[type="text"] {
	width: 250px;
}
.wpcf7 textarea {
    width: 95%;
	margin-top: 5px;
}
.wpcf7-form p {
	margin: 0;
	margin-bottom: 20px;
	font-weight: bold;
	}
.wpcf7-submit{
	margin-top: -5px;
}

div.wpcf7-validation-errors,
.wpcf7-not-valid-tip { 
	text-shadow: none;
	border: transparent !important;
	background: #f9cd00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	padding: 10px !important;
	font-weight: bold;
	color: #9C6533;
	text-shadow: 1px 1px 1px rgba(255,255,255, 0.4);
	text-align: center;
	margin: 0 !important;
} 
div.wpcf7-validation-errors{
	width: 95%;
	padding: 10px 5px !important;
}

.wpcf7-not-valid-tip {
	display: block;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	background: #FFF780 !important;
	font-size: 12px !important;
	margin-top: 8px !important;
	width: 40% !important;
}
span.wpcf7-not-valid-tip{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 11px;
	background: #ff5454 !important;
	border-color: #ff5454;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 10px;
	font-size: 11px;
	background: #59a80f !important;
	border-color: #59a80f;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}



/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
	font-size: 12px;
	width: 230px;
	float: right;
}
body.home #sidebar{
	margin-top: 0;
	border-top: 1px solid #ddd;
}
.sidebar-box {
	margin-bottom: 30px;
}
#sidebar .sidebar-box:last-child{
	margin: 0;
}
.sidebar-box h4 {
	margin: 0 0 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
}
#sidebar a{
	color: #777;
}
#sidebar a:hover{
	color: #000;
}

#sidebar #search{
}


/*-----------------------------------------------------------------------------------*/
/* = Widget Title Icons
/*-----------------------------------------------------------------------------------*/
#sidebar h4 span:before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
	color: #aaa;
	font-size: 13px;
	margin-right: 5px;
}
/*default widgets*/
.widget_search h4 span:before { content: "\f002"; }
.widget_categories h4 span:before { content: "\f07c"; }
.widget_nav_menu h4 span:before,
.widget_pages h4 span:before { content: "\f022"; }
.widget_tag_cloud h4 span:before { content: "\f02c"; }
.widget_recent_entries h4 span:before { content: "\f02d"; }
.widget_calendar h4 span:before { content: "\f073"; }
.widget_recent_comments h4 span:before { content: "\f086"; }
.widget_archive h4 span:before { content: "\f07b"; }
.widget_links h4 span:before { content: "\f08e"; }
.widget_meta h4 span:before { content: "\f007"; }

/*custom widgets*/
.widget_surplus_recent_portfolio h4 span:before { content: "\f07c"; }
.flickr_widget h4 span:before { content: "\f030"; }

/*-----------------------------------------------------------------------------------*/
/* = Widgets
/*-----------------------------------------------------------------------------------*/

#sidebar .widget_recent_entries ul,
#sidebar .widget_nav_menu ul,
#sidebar .widget_categories ul{
	margin: 0;
	list-style: none;
}
.widget_recent_entries a,
.widget_nav_menu a,
.widget_categories a,
.widget_pages a,
.widget_links a,
.widget_archive a,
.widget_meta a{

}
#sidebar .current-menu-item a,
#sidebar .current-cat a,
.widget_pages .current_page_item a{
	color: #000 !important;
}
#sidebar .widget_recent_entries a,
#sidebar .widget_nav_menu ul a,
#sidebar .widget_categories a{
}
.widget_recent_entries a:hover,
.widget_nav_menu ul a:hover,
.widget_categories a:hover{
	text-decoration: none;
	color: #000;
}

#footer .widget_recent_entries li,
#footer .widget_nav_menu ul li,
#footer .widget_categories li{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #333;
}

#footer .widget_nav_menu ul ul a{
	padding: 
}

/*tagcloud*/
.tagcloud a {
	line-height: 1em !important;
	display: block;
	float: left;
	padding: 7px 15px;
	background: #76a71d;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #fff !important;
	-moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.tagcloud a:hover{
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*calendar*/
#sidebar #wp-calendar caption { text-align: right; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
#sidebar #wp-calendar, #footer #wp-calendar tr{width: 100%;}
#sidebar #wp-calendar th{text-align: center;}
#sidebar #wp-calendar tbody { color: #666; }
#sidebar #wp-calendar tbody td { padding: 4px 0; text-align: center; background: #fff; border: 1px solid #ddd;}
#sidebar #wp-calendar tbody td:hover{ background: #eee; color: #000; }
#sidebar #wp-calendar tbody a { display: block; }

/*subscribe*/
#subscribe-blog #subscribe-field{
	margin-top: 5px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#subscribe-blog input{
	width: 100px !important;
}
#subscribe-blog #subscribe-field:focus{ }
#subscribe-blog input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	font-size: 11px;
    background: #ffd964 url("images/yellow-btn.png");
    border: 1px solid #F9B653;
    color: #9C6533 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover{
	opacity: 0.90;
}

#sidebar #subscribe-blog{
	font-size: 12px;
}
#sidebar #subscribe-blog #subscribe-field{
	font-size: 11px;
	width: 100% !important;
	padding: 10px 5px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #subscribe-blog #subscribe-field{
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus{
	background-color: #555;
	color: #fff;
}

/*twitter*/
ul.tweets li{
	margin-bottom: 10px;
}
#sidebar .tweets a{
	color: #444;
	font-weight: bold;
	-webkit-transition:all 0.2s ease-in-out; 
	-moz-transition:all 0.2s ease-in-out;
	 -o-transition:all 0.2s ease-in-out;
	 transition:all 0.2s ease-in-out;
}
#sidebar .tweets a:hover{
	text-decoration: none;
	text-shadow: none;
	color: #000;
	background: #f0b910;
}


/*flickr &amp; recent work*/
.surplus-flickr-widget,
.widget-recent-portfolio{
	margin-right: -6px;
}
.widget-recent-portfolio li{
	border: none;
	list-style: none;
}
.surplus-flickr-widget a,
.widget-recent-portfolio a{
	float: left;
	width: 42px;
	height: 42px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 5px solid #eee;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.surplus-flickr-widget img,
.widget-recent-portfolio img{
	display: block;
	width: 100%;
}
#footer .surplus-flickr-widget img,
#footer .widget-recent-portfolio img{
	display: block;

}
.surplus-flickr-widget a:hover,
.widget-recent-portfolio a:hover,
#footer .surplus-flickr-widget a:hover,
#footer .widget-recent-portfolio a:hover{
	border-color: #95d224;
}

#footer .surplus-flickr-widget a,
#footer .widget-recent-portfolio a{
	margin-right: 6px;
	margin-bottom: 6px;
	border-width: 4px;
}
#footer .surplus-flickr-widget a,
#footer .widget-recent-portfolio a{
	border-color: #444;
}

/*-----------------------------------------------------------------------------------*
/* = Footer
/*-----------------------------------------------------------------------------------*/
#footer{
	font-size: 12px;
	padding: 0 20px;
	min-height: 4px;
	background: #000;
	color: #999;
	position: relative;
}

/*footer widgets*/
#footer-widget-wrap a{
	color: #ccc;
	text-decoration: none;
}
#footer-widget-wrap a:hover{
	color: #fff;
}

#footer-widget-wrap  ul{
	margin-left: 0px !important;
}
#footer-widget-first,
#footer-widget-second,
#footer-widget-third,
#footer-widget-fourth{
	float: left;
	width: 220px;
	margin-right: 20px;
}
#footer-widget-fourth{
	margin: 0;
}

.footer-widget{
	margin: 30px 0;
}
.footer-widget h4{
	font-size: 12px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #444;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*footer bottom*/
#footer-bottom{
	padding: 10px 0;
	font-size: 12px;
	overflow: hidden;
	border-bottom: 4px solid #000;
}
#footer-bottom a{
	color: #666;
}
#footer-bottom a:hover{
	color: #333;
}
#copyright {
	float: left;
	width: 30%;
    font-size: 10px;
	color:#666;
}
#footer-menu{
	width: 65%;
	float: right;
	font-size: 10px;
	text-align: right;
}
#footer-menu li{
	display: inline;
}
#footer-menu a{
	margin-right: 5px;
	padding-right: 10px;
	text-decoration: none;
	background: url("images/square.png") right center no-repeat;
}
#footer-menu li:last-child a{
	margin: 0;
	padding: 0;
	background: none;
}

/*back to top link*/
.toplink{
	display: none;
	position: absolute;
	bottom: 0;
	right: -25px;
	height: 25px;
	line-height: 25px;
	width: 25px;
	color: #fff;
	background: #000;
	font-size: 13px;
	text-align: center;
}

.toplink:hover{
	background: #95d224;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*
/* = Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
}
#search {
	font-size: 11px;
    width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 0;
	background: #eee;
	color: #666;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#search:focus {
	border: none !important;
	background: #000;
	color: #fff;
}
#footer #search:focus {
	background: #fff;
	color: #000;
}
.search-portfolio-thumb{
	float: left;
	margin-right: 20px;
	padding: 4px;
	border: 1px solid #eee;
}
.search-portfolio-thumb img{
	margin: 0px;
	padding: 0px;
	display: block;
	-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.search-portfolio-thumb:hover img{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

/*-----------------------------------------------------------------------------------*/
/* = Shortcodes
/*-----------------------------------------------------------------------------------*/

/*google map*/
.google-map{ overflow: hidden; }

/*hr*/
hr.none{ border: none; outline: none; height: 1px; background: none; }
hr.double-line{ background: none; border-top: double #eee; }
hr.dotted-line{ background: none; border: none; border-top: 1px dotted #eee; }
hr.solid-line{ background: none; border: none; border-top: 1px solid #eee; }
hr.dashed-line{ background: none; border: none; border-top: 1px dashed #ddd; }

/*lists*/
.check ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/check.png'); }
.bullets-gray ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-gray.png'); }
.bullets-black ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-black.png'); }
.bullets-blue ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-blue.png'); }
.bullets-red ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-red.png'); }
.bullets-purple ul { margin: 25px 0 25px 20px; list-style-image: url('images/shortcodes/bullets-purple.png'); }

/*alerts*/
.alert-red,
.alert-yellow,
.alert-green,
.alert-blue {
	font-size: 13px;
    font-weight: bold;
    text-align: left;
    margin: 20px 0;
	color: #666; /*IE fail fix*/
	opacity: 0.9;
	color: rgba(0,0,0, .6);
	text-shadow: 0px 0px 1px rgba(255,255,255, 0.3);
	display: block;
	padding: 20px;
	text-align: center;
	border: 1px solid rgba(0,0,0, 0.2);
}
.alert-red.alignright,
.alert-yellow.alignright,
.alert-green.alignright,
.alert-blue.alignright{
	float: right;
	width: 50%;
	margin: 0 0 10px 20px;
}
.alert-red.alignleft,
.alert-yellow.alignleft,
.alert-green.alignleft,
.alert-blue.alignleft{
	float: left;
	width: 50%;
	margin: 0 20px 10px 0;
}
.alert-red p:last-child,
.alert-yellow p:last-child,
.alert-green p:last-child,
.alert-blue p:last-child{
	margin-bottom: 0;
}

.alert-title{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: rgba(0,0,0, .7);
}

.alert-red {
	background: #ef7b7a;
}
.alert-yellow {
	background-color: #f6d570;
}
.alert-green {
	background: #bfd887;
}
.alert-blue {
	background: #b7d3ee;
}

/*buttons*/
.button { margin-right: 5px }
.button {
	margin-top: 10px;
	display: inline-block;
	background: #222;
	color: #fff;
	padding: 6px 20px;
	font-size: 12px;
	font-weight: bold;
}
.button:hover,
.button.hover { opacity: 0.8; }
.button:active,
.button.active { top: 1px }
.button.black { background-color: #333 }
.button.gray { background-color: #666 }
.button.light-gray {color: #444;background-color: #D5D2D2;}
.button.red { background-color: #D4363A }
.button.orange { background-color: #f15a23 }
.button.blue { background-color: #025D8C }
.button.pink { background-color: #e22092 }
.button.green { background-color: #95d224 }
.button.rosy { background-color: #FE4365 }
.button.brown { background-color: #7B5C5D }
.button.purple { background-color: #66435F }
.button.gold { background-color: #febd4c }


/*toggle*/
.toggle-wrap{
	margin: 10px 0;
}
h3.trigger {
	margin: 0px;
}
h3.trigger a {
	display: block;
	border: 1px solid #ddd;
	background: #eee;
	padding: 10px 15px;
	outline: 0 !important;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
h3.trigger a:hover,
h3.active a{
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.toggle_container {
	background-color: #fff;
	overflow: hidden;
	padding: 20px;
    border: 1px solid #ddd;
	border-top: 0px;
}

/*accordion*/
.accordion h3 {
    margin-bottom: 0px;
    margin-top: 5px;
}
.accordion h3 a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #eee;
    outline: 0 !important;
    font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.ui-state-focus { outline: none; }
.accordion h3 a:hover,
.accordion .ui-state-active a {
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.accordion .ui-accordion-content {
    padding: 20px;
	background: #fff;
    border: 1px solid #ddd;
	border-top: 0px;
}
.accordion .ui-accordion-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.accordion .ui-accordion-content p:last-child { margin: 0px }

/*tabs*/
.tab-shortcode{ }
.tab-shortcode ul.ui-tabs-nav {
		display: block;
		margin: 0 !important;
		padding: 0;
		border-bottom: solid 1px #ddd;
		margin-left: 1px !important;
}
.tab-shortcode	ul.ui-tabs-nav li {
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0;
}
.tab-shortcode	ul.ui-tabs-nav li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 29px;
		padding: 0px 20px;
		line-height: 30px;
		border: solid 1px #ddd;
		border-width: 1px 1px 0 0;
		margin: 0;
		color: #666;
		background: #f5f5f5;
}
.tab-shortcode	ul.ui-tabs-nav li a:hover{
	background: #eee;
}
.tab-shortcode	ul.ui-tabs-nav .ui-state-active a {
		background: #fff;
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-left-width: 1px;
		margin: 0 0 0 -1px;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
}
.tab-shortcode	ul.ui-tabs-nav .ui-state-active a:hover{
	background: #fff;
}
.tab-shortcode ul.ui-tabs-nav li:first-child .ui-state-active a {
		margin-left: 0; }
.tab-shortcode ul.ui-tabs-nav li:first-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
}
.tab-shortcode ul.ui-tabs-nav li:last-child a {
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px;
}
		
.tab-shortcode .tab_content{
		background: #fff;
		padding: 20px;
		border-left: solid 1px #ddd;
		border-right: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
}

/* Clearfixing tabs for beautiful stacking */
ul.tab-shortcode:before,
ul.tab-shortcode:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
ul.tab-shortcode:after {
  clear: both; }
ul.tab-shortcode {
  zoom: 1; }
  
.ui-tabs-hide {  
	display: none;  
}
	
/*columns*/
.one-half,
.two-columns { width: 48% }
.one-third,
.three-columns { width: 30.66% }
.one-two-third { width: 65.33% }
.one-fourth,
.four-columns { width: 22% }
.one-three-fourths { width: 74% }
.one-fifth { width: 16.8% }
.one-sixth { width: 13.33% }

.two-columns,
.three-columns,
.four-columns ,
.one-two-third,
.one-three-fourths,
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth,
.one-fifth,
.one-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.column-last { margin-right: 0px }
.column-first { margin-left: 0px }

.column-last:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

	
/* Pricing Tables*/
.pricing-table{
	width: 100%;
	list-style: none !important;
	margin: 50px 0 !important;
	font-size: 12px;
}

.pricing-table li:last-child .pricing-content {
	border-right: 1px solid #ddd;
}

.pricing{
	float: left;
	text-align: center;
}
.pricing-table ul{
	list-style: none;
}

.pricing-table &gt; li:hover .pricing-content{
	background: #f9f9f9;
}

.pricing-content .pricing-button{
	background: #fff !important;
}

.pricing-content li,
.pricing-header,
.pricing-button{
	-webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.pricing:hover .pricing-content li,
.pricing:hover .pricing-button{	}

.pricing-third{
	width: 33%;
}
.pricing-fourth{
	width: 25%;
}
.pricing-fifth{
	width: 20%;
}

.pricing-header {
	background: #000;
	padding: 20px;
}
.pricing-header h4 {
	font-family: "Open Sans";
	font-size: 18px;
	color: #fff;
	margin: 0px;
}
.price {
	font-size: 14px;
	color: #999;
	margin: 0px;
}
.featured-pricing .pricing-content li{ }
.featured-pricing .pricing-header{
	margin-top: -18px;
	padding-top: 34px;
	border: 4px solid #95d224;
	border-bottom: none;
}
.featured-pricing .pricing-header h4{
	font-size: 21px;
	color: #95d224;
}

.featured-pricing .pricing-header .price{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.pricing-content{
	background: #fff;
	border: 1px solid #ddd;
	border-right: 0px;
}
.pricing-content ul{
	margin: 0;
	padding: 0;
}
.pricing-content li{
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.pricing-content li:last-child{
	border-bottom: 0px;
}

.pricing-button{
	padding: 20px;
	border-right: 0px;
	border-top: 0px;
}
.pricing-button .button{
	background: #999;
}
.pricing-button .button{
	margin: 0px;
}

.featured-pricing .pricing-button{
	margin-right: -1px;
	border: 1px solid #ddd;
	border-top: none;
}
.featured-pricing .pricing-content,
.featured-pricing .pricing-content li,
.featured-pricing .pricing-button{ background: #f9f9f9; }
.featured-pricing .pricing-button .button{ background: #80b51f; font-weight: bold; }

/*-----------------------------------------------------------------------------------*
/* Sitemap
/*-----------------------------------------------------------------------------------*/

.sitemap-container ul{
	margin-bottom: 25px;
}

#sitemap-wrap h2{
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Open Sans";
	margin-bottom: 10px;
	margin-top: 0px;
}

.sitemap-container li{
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
	border-bottom-color: rgba(192,192,192, 0.2);
}

.sitemap-container ul li:first-child{
	padding-top: 5px;
	border-top: 1px solid #eee;
	border-top-color: rgba(192,192,192, 0.2);
}

.sitemap-container a{
	color: #777;
}
.sitemap-container a:hover{
	color: #000;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*
/* = Gallery - WP Shortcode
/*-----------------------------------------------------------------------------------*/

.gallery-item img{
	border: 5px solid #eee !important;
	border-color: rgaba(192,192,192, 0.4) !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}


/*-----------------------------------------------------------------------------------*
/* 404 Page
/*-----------------------------------------------------------------------------------*/
#error-page-title{
	font-size: 300px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #D5D5D5;
	background: none;
	line-height: 1em;
	border: none;
}
#error-page-text{
	margin-top: -60px;
	text-align: center;
	font-size: 14px;
	color: #999;
}</pre></body></html>