/*
Theme Name: Moderno
Theme URI: http://www.wpexplorer.com
Description: WordPress theme by <a href="http://www.wpexplorer.com">WPExplorer.com</a>
Author: WPExplorer
Author URI: http://themeforest.net/user/WPExplorer
Version: 1.1
License URI: README_License.txt
*/

/*-----------------------------------------------------------------------------------*
/* = 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%;
}
img{
	max-width: 100%;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}

/*jetback wpstats smiley hide*/
#wpstats{
	display: none;
}

/*list*/
.post ul,
.post ol {
    margin: 0 0 20px 20px;
	list-style: inherit;
}
.post ol{
	list-style: decimal;
}

/*-----------------------------------------------------------------------------------*
/* = Body, Common Classes & Wrap
/*-----------------------------------------------------------------------------------*/

body {
    font-size: 12px; /* main body font size*/
    line-height: 1.5em;
    color: #555;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: #ccc;
}
a {
    text-decoration: none;
    color: #ff0033;
}
a:hover{
	text-decoration: underline;
}
p {
	margin: 0 0 10px;
}
hr{
	outline: none;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	background: none;
	border: none;
	height: 1px;
	background: #ddd;
	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: 1.167em; /* 14px / 12px */
	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 }

.read-more{
	float: left;
	display: block;
	background: #222;
	color: #fff;
	padding: 2px 10px;
	font-size: 0.917em; /* 11px / 12px */
}
.read-more:hover{
	border: none;
	background: #fed205;
	color: #000;
	text-decoration: none;
}

#page-featured-img{
	display: block;
	margin-bottom: 20px;
}
#page-featured-img img{
	width: 100%;
}

.thumb-overlay{
	display: block;
	width: 100%;
	background: url("images/thumb-overlays/02.png") repeat;
}
.thumb-overlay img{
	display: block;
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.thumb-overlay:hover img{
	display: block;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*carousel*/
.caroufredsel_wrapper{
	width: 765px !important;
	overflow: hidden;
}
#related-posts .caroufredsel_wrapper{
	width: 550px !important;
}
.carousel_next,
.carousel_prev{
	position: absolute;
	top: 12px;
	display: block;
	float: left;
	background: #aaa;
	color: #fff;
	font-size: 10px; /* fixed font size for icon */
	text-decoration: none !important;
	height: 20px;
	line-height: 20px;
	width: 18px;
	text-align: center;
}
.carousel_next{
	right: 0;
}
.carousel_prev{
	right: 20px;
}
.carousel_next:hover,
.carousel_prev:hover{
	background: #000;
}


#single-portfolio-related .carousel_next,
#single-portfolio-related .carousel_prev{
	top: -42px;
}
/*-----------------------------------------------------------------------------------*
/* = Structure
/*-----------------------------------------------------------------------------------*/
#wrapper{
	margin: 0 auto;
	margin-bottom: 30px;
	width: 980px;
	background: #fff;
	position: relative;
	padding: 20px 15px 0;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
#main{ }

.post.center-column{
	width: 550px;
}

/*-----------------------------------------------------------------------------------*
/* = Headings
/*-----------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    line-height: 1.2em;
	font-weight: bold;
}
h1 {
	color: #222;
	font-size: 1.500em; /* 18px / 12px */
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 25px;
}
h2 {
	font-size: 1.167em; /* 14px / 12px */
}
h3 {
	font-size: 1.083em; /* 13px / 12px */
}
h4 {
	font-size: 1em; /* 12px / 12px */
}
h2,
h3,
h4,
h5,
h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}
h2 a,
h3 a,
h4 a { color: #000 }
h2 a:hover,
h3 a:hover,
h4 a:hover { text-decoration: none; }

.single-title{ margin-bottom: 5px; }

#page-heading{
	position: relative;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url("images/dotted-border.png") top repeat-x;
}
#page-heading:after{
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	background: url("images/dotted-border.png") bottom repeat-x;
}
#page-heading h1,
#page-heading h2{
	margin: 0;
	color: #222;
	font-size: 1.333em; /* 16px / 12px */
	line-height: 1.3em;
	
}

.center-column #page-heading h1,
.center-column #page-heading h2{
	margin-right: 65px;
}

.heading {
	margin: 0;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 15px;
	background: url("images/dotted-border.png") top repeat-x;
}
.heading:after{
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	background: url("images/dotted-border.png") bottom repeat-x;
}
.heading span{
	color: #aaa;
	font-size: 14px; /* fixed icon font */
	margin-right: 10px;
	margin-left: 2px;
}

h2.subtitle{
	margin: 0 0 15px;
	font-size: 13px;
	background: url("images/dotted-border.png") left center repeat-x;
}
h2.subtitle span{
	background: #f4f4f4;
	padding-right: 15px;
}

#print-page{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	color: #555;
	font-size: 10px;
	height: 24px;
	line-height: 25px;
}
#print-page a{
	color: #555;
	text-transform: uppercase;
}
#print-page a:hover{
	color: #ff0033;
	text-decoration: none;
}
#print-page span{
	margin-right: 5px;
}

/*-----------------------------------------------------------------------------------*
/* = 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:0.917em; 
	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;
}



/*-------------------------------------------------*
/* = Toplinks
/*-------------------------------------------------*/

#toplinks{
	background: #000;
}
#toplinks-inner{
	width: 1010px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
}
#topnav ul{
	float: left;
}
#topnav li{
	display: block;
	float: left;
	text-align: center;
	margin-left: 5px;
	font-size: 0.917em; /* 11px / 12px */
	padding-right: 10px;
	background: url("images/menu-dash.png") right center no-repeat;
}
#topnav li:last-child{
	padding-right: 0;
	background: none;
}
#topnav a{
	color: #aaa;
}
#topnav a:hover{
	color: #fff;
	text-decoration: none;
}

#top-bar-callout{
	float: right;
	display: block;
	color: #000;
	background: #fed827;
	padding: 0 20px;
	margin-left: 15px;
	font-weight: bold;
}
#top-bar-callout:hover{
	text-decoration: none;
	background: #ff0033;
	color: #fff;
}

/*-------------------------------------------------*
/* = Header
/*-------------------------------------------------*/
#masterhead {
	width: 980px;
	margin: 0 auto;
	padding: 35px 15px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

/*logo*/
#logo{
	float: left;
}
.text-logo{
	display: block;
	float: left;
    color: #000;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 32px;
	line-height: 1em;
	letter-spacing: -1px;
}
#logo a{
	text-decoration: none;
}

#logo img{
	display: block;
}

/*contact*/
#masterhead-aside {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	max-width: 400px;
}

#masterhead-aside #searchbar{
	float: right;
	width: 170px;
}

#masterhead-aside #header-address{
	line-height: 1.2em;
	font-size: 0.917em; /* 11px / 12px */
	font-style: italic;
	margin-bottom: 5px;
}

#masterhead-aside #header-phone{
	font-size: 1.167em; /* 14px / 12px */
	font-weight: bold;
	margin-bottom: 10px;
	color: #222;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------------------*
/* = Social - Header
/*-----------------------------------------------------------------------------------*/
#mastersocial{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}
#mastersocial li{
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
}

/*-------------------------------------------------*
/* =  General Superfish Styles
/*-------------------------------------------------*/
.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 {
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
	top: 50px;
    z-index: 99999;
}
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;
    top: 0px;
}

/*-------------------------------------------------*
/* =  Main Menu
/*-------------------------------------------------*/

/*** main navigation skin ***/
#mainnav{
	position: relative;
	width: 1010px; 
	margin: 0 auto;
	height: 50px;
	background: #000;
}
#mainnav .sf-menu{ }
#mainnav .sf-menu > li{
	float: left;
	border-right: 1px solid #333;
}
#mainnav .sf-menu a {
	color: #bbb;
	text-decoration: none;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-weight: bold;
}
#mainnav .sf-menu a:hover,
#mainnav .sf-menu li.sfHover > a,
#mainnav .sf-menu .current-menu-item > a,
#mainnav .sf-menu .current-menu-parent > a{
	background-color: #fed205;
	color: #000;
}

#mainnav .sf-menu ul{
	padding: 0px;
}
#mainnav .sf-menu ul a{
	background: #000;
	padding: 10px 15px;
	height: auto;
	line-height: 1em !important;
	color: #999;
	letter-spacing: normal;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}
#mainnav .sf-menu ul li{
	border-bottom: 1px solid #333;
}
#mainnav .sf-menu ul li:first-child {
	border-top: none;
}
#mainnav .sf-menu ul li:last-child {
	border-bottom: none;
}
#mainnav .sf-menu ul ul li:last-child a{
	border-bottom: none !important;
}

#mainnav .sf-menu a.sf-with-ul {
    padding-right: 2.25em;
    min-width: 1px;
}
#mainnav .sf-sub-indicator {
    position: absolute;
    display: block;
	top: 50%;
	margin-top: -2px;
    right: 6px;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    overflow: hidden;
	background: url('images/arrow-down.png') no-repeat;
	opacity: 0.6;
}
#mainnav a:focus >.sf-sub-indicator,
#mainnav a:hover >.sf-sub-indicator,
#mainnav a:active >.sf-sub-indicator,
#mainnav li:hover >a >.sf-sub-indicator,
#mainnav li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}
/* point right for anchors in subs */
#mainnav .sf-menu ul .sf-sub-indicator {
	top: 50%;
	margin-top: -2px;
	background: url('images/arrow-right.png') no-repeat;
	opacity: 0.6;
}
#mainnav.sf-menu ul a:focus >.sf-sub-indicator,
#mainnav .sf-menu ul a:hover >.sf-sub-indicator,
#mainnav .sf-menu ul a:active >.sf-sub-indicator,
#mainnav .sf-menu ul li:hover >a >.sf-sub-indicator,
#mainnav .sf-menu ul li.sfHover >a >.sf-sub-indicator {
	opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/* = Home
/*-----------------------------------------------------------------------------------*/
.home-wrap{
	float: left;
	width: 765px;
}

/*tagline*/
#home-tagline{
	padding: 20px 0;
	margin-bottom: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #fed205 ;
	background: #232728;
	text-align: center;
	line-height: 1.3em;
}

/*video*/
#home-video{
	margin-bottom: 20px;
}

/*static page*/
#home-static-page{
	margin-bottom: 15px;
}

/*highlights*/
#home-highlights{
	position: relative;
	margin-bottom: 15px;
}
.hp-highlight{
	float: left;
	width: 180px;
	margin-right: 15px;
}
.hp-highlight-img,
.hp-highlight-img img{
	width: 100%;
	display: block;
}
.hp-highlight-content{
	font-size: 0.917em; /* 11px / 12px */
	padding: 10px;
	background: #f4f4f4;
	line-height: 1.2em;
}

.hp-highlight p:last-child{
	margin-bottom: 0px;
}

.hp-highlight h3{
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}
.hp-highlight:hover .hp-highlight-content{
	background: #fed205;
	text-decoration: none;
}

.hp-highlight a{
	color: #555;
	text-decoration: none;
}


/*home portfolio*/
#home-portfolio {
	margin-bottom: 15px;
	position: relative;
}
#home-portfolio .heading{
	margin-top: 0;
}
#home-portfolio ul{
	margin: 0;
}
#home-portfolio .portfolio-entry{
	margin-bottom: 0;
}

/*home blog*/
#home-blog{
	margin-bottom: 15px;
	position: relative;
}
.home-entry{
	width: 180px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.home-entry img{
	display: block;
}
.home-entry a{
	color: #555;
	text-decoration: none;
}
.home-entry h3{
	font-size: 1em;
	margin: 0;
}
.home-entry-content{
	font-size: 0.917em; /* 11px / 12px */
	padding: 10px;
	background: #f4f4f4;
	line-height: 1.2em;
}
.home-entry a:hover .home-entry-content{
	background: #fed205;
}

/*home services*/
#home-services{
	margin-bottom: 15px;
	position: relative;
}
#home-services ul{
	margin: 0;
	list-style: none;
}


/*-----------------------------------------------------------------------------------*/
/* = Main Slider
/*-----------------------------------------------------------------------------------*/

#slider-wrap{
	width: 980px;
	height: 380px;
	position: relative;
	margin:  0 0 20px;
}
#slider .slides_container {
	width: 980px;
	height: 380px;
	overflow: hidden;
	display: none;
	margin-left: 0;
}
#slider .slides_container div.single_slide {
	width: 980px;
    display: block;
}
#slider div.slides_container img{
	display: block;
	width: 100%;
}


/*slider arrows*/
#slider a.slides_prev,
#slider a.slides_next {
	display: none;
    position: absolute;
    z-index: 101;
	font-size: 21px;
	height: 80px;
	width: 50px; 
	line-height: 80px;
	color: #fff;
	background: #000;
	top: 50%;
	margin-top: -40px;
    cursor: pointer;
	text-align: center;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
#slider a.slides_next {
    right: 0;
}
#slider a.slides_prev {
    left: 0;
}
#slider a.slides_prev:hover,
#slider a.slides_next:hover {
	color: #000;
	text-decoration: none;
	background: #fed205;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*slider pagination*/
#slider .pagination{
	position: absolute;
	bottom: 19px;
	right: 19px;
	z-index: 99;
}
#slider .pagination li{
	list-style: none;
	float: left;
	margin-left: 5px;
}
#slider .pagination a{
	display: block;
	background: #fff;
	height: 10px;
	width: 10px;
	text-align: center;
	color: #999;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
#slider .pagination a:hover,
#slider .pagination .current a{
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
	text-decoration: none;
	color: #000;
}
#slider .pagination .current a{
	position: relative;
}


/*slider captions*/
#slider .caption p:last-child{
	margin: 0;
}

#slider .caption{
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-align: center;
	font-size: 1.167em; /* 14px / 12px */
	font-weight: bold;
	color: #fff;
	background: #000;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


/*-----------------------------------------------------------------------------------*/
/* = Portfolio Slider
/*-----------------------------------------------------------------------------------*/

.portfolio-slider{
	position: relative;
	height: 475px;
	text-align: left;
}
.portfolio-slider .slides_container {
	width: 475px;
	height: 475px;
	overflow: hidden;
	position:relative;
	display:none;
	margin-left: 0;
}
.portfolio-slider .slides_container div.single_slide {
	display: block;
	width: 475px;
	height: 475px;
	display: block;
	list-style: none;
}
.portfolio-slider .slides_container img{
	display: block;
	width: 100%;
}

/*slider arrows*/
.portfolio-slider a.slides_prev,
.portfolio-slider a.slides_next {
	display: none;
    position: absolute;
    z-index: 101;
	font-size: 12px;
	height: 45px;
	width: 30px; 
	line-height: 45px;
	color: #fff;
	background: #000;
	top: 50%;
	margin-top: -20px;
    cursor: pointer;
	text-align: center;
	-moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
.portfolio-slider a.slides_next {
    right: 0;
}
.portfolio-slider a.slides_prev {
    left: 0;
}
.portfolio-slider a.slides_prev:hover,
.portfolio-slider a.slides_next:hover {
	color: #000;
	text-decoration: none;
	background: #fed205;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*slider caption*/
.portfolio-slider .caption{ display: none; }

/*-----------------------------------------------------------------------------------*
/* = Portfolio
/*-----------------------------------------------------------------------------------*/
#portfolio-wrap{
	position: relative;
	overflow: hidden;
	margin-right: -15px;
	margin-bottom: -15px;
}
.portfolio-content{
	position: relative;
	overflow: hidden;
}
#portfolio-description{
	margin-bottom: 20px;
	padding-bottom: 26px;
	background: url("images/dotted-border.png") bottom repeat-x;
}

#portfolio-description p:last-child{
	margin: 0;
}

#portfolio-pagination{
	margin-top: 20px;
	padding-top: 20px;
	background: url("images/dotted-border.png") top repeat-x;
}
	
/*Regular Portfolio */
#portfolio-wrap ul{
	margin: 0;
	list-style: none;
}

.no-margin{
	margin-right: 0px !important;
}
.no-border{
	border-right: 0px !important;
}


/*portfolio filter*/
nav#portfolio-filter-wrap{
	position: absolute;
	height: 22px;
	line-height: 22px;
	right: 11px;
	top: 50%;
	margin-top: -11px;
}
#filter-items-txt{
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	background: #000;
	padding: 0 8px;
	color: #eee;
	height: 22px;
	line-height: 22px;
}
#filter-items-txt span{
	margin-left: 5px;
	font-size: 10px;
	color: #fed205;
}
ul.portfolio-filter{
	position: relative;
	float: left;
	width: 130px;
	margin: 0;
	list-style: none;
}
.portfolio-toggle-link{
	display: block;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #000;
	width: 130px;
	padding: 0 5px;
	text-align: left;
	-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;
	position: relative;
}
.portfolio-toggle-link span{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #ccc;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 0.917em; /* 11px / 12px */
}
.portfolio-toggle-link:hover{
	border-color: #999;
	text-decoration: none;
}
.toggle-active{
	text-decoration: none;
	-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); 
}
.toggle-active:hover{
}
.portfolio-filter ul{
	z-index: 101;
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 140px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0;
}
.portfolio-filter ul li{
	display: block;
	margin: 0;
}
.portfolio-filter ul li:last-child{
	border: none;
}
.portfolio-filter ul a{
	color: #555;
	display: block;
	padding: 2px 5px;
}

.portfolio-filter ul a:hover{
	text-decoration: none;
	color: #000;
	background: #f4f4f4;
}


/*Portfolio With Details*/
.portfolio-entry-with-details{
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url("images/dotted-border.png") left bottom repeat-x;
}
.portfolio-entry-with-details-left{
	margin-bottom: 15px;
	float: left;
	width: 475px;
}
.portfolio-entry-with-details-right{
	float: right;
	width: 240px;
	background: #f4f4f4;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
.portfolio-entry-with-details-right:after{
	position: absolute;
	top: 15px;
	left: -15px;
	content: "";
	width:0px; 
	height:0px;
	border-left: 15px solid transparent;  /* left arrow slant */
	border-right: 15px solid transparent; /* right arrow slant */
	border-bottom: 15px solid #f4f4f4; /* bottom, add background color here */
	font-size:0px;
	line-height:0px;
}

/*portfolio items*/
.portfolio-entry{
	overflow: hidden;
	position: relative;
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.portfolio-entry-content{
	font-size: 0.917em; /* 11px / 12px */
	padding: 10px;
	background: #f4f4f4;
	line-height: 1.2em;
}
.portfolio-entry-content p:last-child{
	margin-bottom: 0px;
}
.portfolio-entry-content h3{
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}
.portfolio-entry a:hover .portfolio-entry-content{
	background: #fed205;
	text-decoration: none;
}
.portfolio-entry a{
	color: #555;
	text-decoration: none;
}
.portfolio-entry img{
	width: 100%;
	display: block;
}


/*single portfolio post*/
#single-portfolio-media{
	margin-bottom: 15px;
	float: left;
	width: 475px;
}
#single-portfolio-content{
	float: right;
	width: 240px;
	background: #f4f4f4;
	padding: 15px;
	margin-bottom: 20px;
	position: relative;
}
#single-portfolio-content:after{
	position: absolute;
	top: 15px;
	left: -15px;
	content: "";
	width:0px; 
	height:0px;
	border-left: 15px solid transparent;  /* left arrow slant */
	border-right: 15px solid transparent; /* right arrow slant */
	border-bottom: 15px solid #f4f4f4; /* bottom, add background color here */
	font-size:0px;
	line-height:0px;
}

#single-portfolio-tabs{ }

#single-portfolio-tabs .tab-shortcode .tab_content{ }

#single-portfolio-tabs .tab-shortcode	ul.ui-tabs-nav li span{
	margin-right: 5px;
}

#single-portfolio-tabs .tab-shortcode	ul.ui-tabs-nav li a {
		display: block;
		text-decoration: none;
		width: auto;
		padding-left: 7px;
		padding-right: 15px;
}


#single-portfolio-related{
	position: relative;
}
#single-portfolio-related .portfolio-entry{
	margin-bottom: 0px;
}

/*video*/
.portfolio-video{
	margin-bottom: 25px;
}


/*default - stacked images*/
#stacked-portfolio-imgs{
	list-style: none;
	margin: 0;
	margin-bottom: -15px;
	text-align: center;
}
.full-portfolio #stacked-portfolio-imgs,
.full-portfolio .portfolio-video{
	padding-bottom: 15px;
	margin-bottom: 15px;
	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:hover img{
	border-color: #ddd;
}

/*-----------------------------------------------------------------------------------*
/* = Single Navigation - Next/Prev Links
/*-----------------------------------------------------------------------------------*/

#single-nav{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	height: 24px;

}
#single-nav div{
	float: left;
}
#single-nav a{
	font-size: 8px;
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 18px;
	color: #fff;
	background: #aaa;
	text-align: center;
	text-decoration: none;
}
#single-nav a:hover{
	background: #000;
}
#single-nav .prev a{
}
#single-nav .next a{
	float: right;
	margin-left: 5px;
}
#single-nav a:hover{
	font-style: italic;
}
#single-nav .column-last{
	float: right;
	text-align: right;
}

/*-----------------------------------------------------------------------------------*
/* = Blog Entries
/*-----------------------------------------------------------------------------------*/

.loop-entry{
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url("images/dotted-border.png") bottom repeat-x;
}

.loop-entry p:last-child{
	margin: 0;
}
.loop-entry-left{
	float: left;
	width: 180px;
}
.loop-entry-right{
	float: right;
	width: 355px;
}
.loop-entry h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.167em; /* 14px / 12px */
}

ul.loop-entry-meta{
	color: #666;
	font-size: 10px;
	margin: 5px 0 0;
	list-style: none;
}
ul.loop-entry-meta li{
	background: #f4f4f4;
	margin-bottom: 5px;
	padding: 2px;
}
.loop-entry-meta a{
	color: #000;
}
.loop-entry-meta a:hover{
	 text-decoration: underline;
}
.loop-entry-meta span{
	padding: 0 5px;
	color: #aaa;
}
.loop-entry-meta span:first-child{
	padding-left: 0;
}


/*-----------------------------------------------------------------------------------*
/* = Posts & Pages
/*-----------------------------------------------------------------------------------*/
.post{
	float: left;
	width: 765px;
	margin-bottom: 15px;
}
.post.full-width{
	float: none;
	width: 100%;
}

.single .post img{
	max-width: 100%;
}

/*post meta*/
ul.post-meta{
	color: #666;
	font-size: 10px;
	margin: 5px 0 0;
	list-style: none;
}
ul.post-meta li{
	background: #f4f4f4;
	margin-bottom: 5px;
	padding: 2px;
}
.post-meta a{
	color: #000;
}
.post-meta a:hover{
	 text-decoration: underline;
}
.post-meta span{
	padding: 0 5px;
	color: #aaa;
}
.post-meta span:first-child{
	padding-left: 0;
}

/*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: 30px 0;
	padding-top: 10px;
	background: url("images/light-dash.png") left top no-repeat;
}
#post-bottom a:hover{
	text-decoration: underline
}
#post-bottom strong{
	margin-right: 5px;
}

/*-----------------------------------------------------------------------------------*
/* = Related Posts
/*-----------------------------------------------------------------------------------*/

#related-posts{
	position: relative;
}
.related-entry{
	width: 176px;
	float: left;
	margin-right: 11px;
}
.related-entry img{
}
.related-entry-content{
	font-size: 0.917em; /* 11px / 12px */
	padding: 10px;
	background: #f4f4f4;
	line-height: 1.2em;
}
.related-entry a:hover .related-entry-content{
	background: #fed205;
	text-decoration: none;
}
.related-entry-content p:last-child{
	margin-bottom: 0px;
}
.related-entry-content h5{
	font-size: 12px;
	font-weight: 700;
	margin: 0;
}
.related-entry a{
	color: #555;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*
/* = Services
/*-----------------------------------------------------------------------------------*/

#services-wrap{
	margin-right: -20px;
	margin-bottom: -15px;
	overflow: hidden;
}

#services-description{
	margin-bottom: 20px;
	padding-bottom: 26px;
	background: url("images/dotted-border.png") bottom repeat-x;
}
#services-description p:last-child{
	margin: 0;
}
.service-entry{
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.service-entry-content{
	font-size: 0.917em; /* 11px / 12px */
	padding: 10px;
	background: #f4f4f4;
	line-height: 1.2em;
}
.service-entry-content p:last-child{
	margin-bottom: 0px;
}
.service-entry-content h3{
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}
.service-entry a:hover .service-entry-content{
	background: #fed205;
	text-decoration: none;
}
.service-entry a{
	color: #555;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/* = Gallery
/*-----------------------------------------------------------------------------------*/
#gallery-wrap{
	overflow: hidden;
	margin-right: -15px;
}
#gallery-content{
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.gallery-photo a{
	display: block;
	float: left;
	width: 180px;
	height: 110px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.post.gallery-wrap{
	margin-right: -15px;
}
.gallery-photo img{
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/* = Staff
/*-----------------------------------------------------------------------------------*/

#staff-description{
	margin-bottom: 20px;
	padding-bottom: 26px;
	background: url("images/dotted-border.png") bottom repeat-x;
}
#staff-description p:last-child{
	margin: 0;
}

/*staff page*/
#staff-wrap{
	overflow: hidden;
}
.staff-department-wrap{
	margin-right: -25px;
	overflow: hidden;
	margin-bottom: 20px;
}
#staff-wrap h2{
	font-size: 1.083em; /* 13px / 12px */
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#staff-wrap span{
	color: #aaa;
	margin-right: 10px;
}
.staff-member{
	position: relative;
	width: 141px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.staff-img img{
	display: block;
}

.staff-meta{
	font-size: 0.917em; /* 11px / 12px */
	padding: 10px;
	background: #f4f4f4;
	line-height: 1.2em;
}
.staff-meta p:last-child{
	margin-bottom: 0px;
}
.staff-meta h3{
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}
.staff-member a:hover .staff-meta{
	background: #fed205;
	text-decoration: none;
}
.staff-member a{
	color: #555;
	text-decoration: none;
}

/*single staff*/
#staff-member-img,
#staff-member-details{
	float: left;
}
#staff-member-img{
	width: 380px;
}
#staff-member-details{
	width: 335px;
	float: right;
	background: #f4f4f4;
	padding: 15px;
	position: relative;
}
#staff-member-details:before{
	position: absolute;
	top: 15px;
	left: -15px;
	content: "";
	width:0px; 
	height:0px;
	border-left: 15px solid transparent;  /* left arrow slant */
	border-right: 15px solid transparent; /* right arrow slant */
	border-bottom: 15px solid #f4f4f4; /* bottom, add background color here */
	font-size:0px;
	line-height:0px;
}
#staff-member-details span{
	color: #444;
	font-weight: bold;
	margin-right: 4px;
}
#staff-member-details p{
	margin-bottom: 8px;
}
#staff-member-content{
	margin-top: 20px;
	padding-top: 20px;
	background: url("images/dotted-border.png") center top repeat-x;
}

#staff-social{
}
#staff-social h4{
	margin: 0 0 10px;
}
#staff-social ul{
	margin: 0;
}
#staff-social ul li{
	display: block;
	list-style: none;
	margin-right: 3px;
	float: left;
}
#staff-social ul a,
#staff-social ul img{
	display: block;
	height: 15px;
	width: 15px;
}

#related-staff{
	margin-top: 20px;
	position: relative;
}

#related-staff ul{
	margin: 0;
}
#related-staff li{
	list-style: none;
}

/*-----------------------------------------------------------------------------------*
/* = Testimonials - Post Type
/*-----------------------------------------------------------------------------------*/
#testimonials-wrap{
	overflow: hidden;
}
#testimonials-description{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
#testimonials-description p:last-child{
	margin-bottom: 0;
}
.testimonial {
	margin-bottom: 20px;
}
.sidebar-box .testimonial{
	margin-bottom: 0;
}
.testimonial-content{
	position: relative;
	padding: 15px;
	background: #f4f4f4;
}
.testimonial-shortcode{
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.testimonial p:last-child{
	margin: 0;
}
.testimonial p:last-child {
	margin-bottom: 0px;
}
.testimonial-author {
	display: block;
	font-weight: bold;
	color: #333;
	margin-top: 18px;
	margin-left: 22px;
}
.testimonial-content:before{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	bottom: -15px;
	width: 0px; 
	height: 0px; 
	border-bottom: 15px solid transparent;
	border-top: 15px solid transparent;
	border-right: 15px solid #f4f4f4;
	font-size: 0px;
	line-height: 0px;
	outline: none;
}


/*-----------------------------------------------------------------------------------*
/* = Pagination
/*-----------------------------------------------------------------------------------*/


/*default*/
.page-pagination{
}
.page-pagination a,
.page-pagination span{
	font-size: 10px;
    line-height: 17px;
    height: 17px;
    width: 17px;
    text-align: center;
    margin-right: 5px;
    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: 0.917em; /* 11px / 12px */
    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: 30px;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
.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: 15px;
	margin-bottom: 30px;
	background: #f4f4f4;
}
.comment-body:before{
	position: absolute;
	top: 10px;
	left: -15px;
	content: "";
	width:0px; 
	height:0px;
	border-left: 15px solid transparent;  /* left arrow slant */
	border-right: 15px solid transparent; /* right arrow slant */
	border-bottom: 15px solid #f4f4f4; /* bottom, add background color here */
	font-size:0px;
	line-height:0px;
}
.comment-body p:last-child{
	margin-bottom: 0;
}
.comment-reply-link {
	font-size: 0.917em; /* 11px / 12px */
}
.comment-reply-link:hover{
	font-style: italic;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -75px;
	border: 5px solid #f4f4f4;
}
.comment-author {
	line-height: 1em;
	font-weight: bold;
    color: #555;
}
.says { display: none }
.comment-meta{
	margin-bottom: 10px;
}
.comment-meta a {
    font-size: 0.917em; /* 11px / 12px */
    color: #666;
}
.comment-meta a:hover{
	color: #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: 1.167em; /* 14px / 12px */
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	color: #666;
	font-size: 0.917em; /* 11px / 12px */
}
#comments-respond-meta a{
	color: #000;
}
#commentform label {
    display: block;
}
#commentform{
	margin-bottom: 40px;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 30%;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	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%;
	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 {
	display: block;
	float: none;
	margin-bottom: 15px;
}

.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{
	clear: left;
	display: block;
	float: none;
	font-size: 12px;
}
.comment-subscription-form input,
.comment-subscription-form label{
	float: left;
	margin-right: 5px;
	margin-top: 10px;
}


/*-----------------------------------------------------------------------------------*
/* = Comments - Portfolio Styling
/*-----------------------------------------------------------------------------------*/

#single-portfolio #commentsbox {
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#single-portfolio #comments{
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/* = Form Styling
/*-----------------------------------------------------------------------------------*/

/*inputs*/
input[type="text"],
input[type="password"] {
	margin-top: -12px;
}
input[type="text"],
input[type="password"],
textarea {
	font-size: 0.917em; /* 11px / 12px */
    color: #999;
    padding: 5px 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*/
.wpcf7-submit,
#commentSubmit {
	float: left;
	display: block;
	background: #222;
	color: #fff;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-size: 0.917em; /* 11px / 12px */
	border: 0;
	outline: 0;
	cursor: pointer;
}
.wpcf7-submit:hover,
#commentSubmit:hover {
	text-decoration: none;
	background: #fed205;
	color: #000;
}

/*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: #FFF780;
	color: #c03500;
	padding: 10px !important;
	font-weight: bold;
	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-shadow: none;
	border: transparent !important;
	background: #FFF780;
	color: #c03500;
	padding: 10px !important;
	font-weight: bold;
	text-align: center;
	margin: 0 !important;
}
.wpcf7-mail-sent-ok{
	text-shadow: none;
	border: transparent !important;
	background: #bfd887;
	border-color: #81a235;
	color: #fff !important; /*IE fail fix*/
	color: rgba(0,0,0, .6) !important;
	color: #c03500;
	padding: 10px !important;
	font-weight: bold;
	text-align: center;
	margin: 0 !important;
}



/*-----------------------------------------------------------------------------------*
/* = Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
	font-size: 0.917em; /* 11px / 12px */
	width: 195px;
	float: right;
	margin-bottom: 20px;
	margin-top: -4px;
}
#sidebar-left{
	font-size: 0.917em; /* 11px / 12px */
	width: 195px;
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.sidebar-box {
	margin-bottom: 20px;
}
.sidebar-box:last-child{
	margin: 0;
}
.sidebar-box h4 {
	margin: 0 0 15px;
	font-size: 1em;
	font-weight: bold;
	background: url("images/dotted-border.png") center repeat-x;
}
.sidebar-box h4 span{
	background: #fff;
	padding-right: 10px;
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
}
.sidebar-box a{
	color: #777;
}
.sidebar-box a:hover{
	color: #000;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/
/* = Widgets
/*-----------------------------------------------------------------------------------*/

.sidebar-box .widget_recent_entries ul,
.sidebar-box .widget_nav_menu ul,
.sidebar-box .widget_categories ul{
	margin: 0;
	list-style: none;
}
.widget_recent_entries 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-box .widget_nav_menu a:hover
.sidebar-box .widget_recent_entries a,
.sidebar-box .widget_categories a{ }
.widget_recent_entries a:hover,
.widget_categories a:hover{
	text-decoration: none;
	color: #000;
}
.widget_nav_menu ul > li,
.widget_recent_entries li,
.widget_categories li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}
.widget_nav_menu ul > li:first-child,
.widget_recent_entries li:first-child,
.widget_categories li:first-child{
	border-top: 1px solid #eee;
	padding-top: 5px;
}
#footer .widget_nav_menu li,
#footer .widget_recent_entries li,
#footer .widget_categories li{
	border-color: #333;
}

.widget_nav_menu ul ul li{
	border: none;
	padding: 0;
	padding-left: 10px;
}
.widget_nav_menu ul ul li:first-child{
	border-top: 0;
}

/*tagcloud*/
.tagcloud a,
#footer .tagcloud a{
	line-height: 1em;
	display: block;
	float: left;
	padding: 7px 15px;
	background: #fed205;
	margin-bottom: 5px;
	margin-right: 5px;
	color: #000;
	-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,
#footer .tagcloud a:hover{
	color: #fff;
	text-decoration: none;
	background: #ff0033;
	-moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*calendar*/
#wp-calendar caption { text-align: right; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
#wp-calendar, #footer #wp-calendar tr{width: 100%;}
#wp-calendar th{text-align: center;}
#wp-calendar tbody { color: #666; }
#wp-calendar tbody td { padding: 4px 0; text-align: center; background: #fff; border: 1px solid #ddd;}
#wp-calendar tbody td:hover{ background: #eee; color: #000; }
#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: 4px;
	font-size: 0.917em; /* 11px / 12px */
    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: 1em;
}
#sidebar #subscribe-blog #subscribe-field{
	font-size: 0.917em; /* 11px / 12px */
	width: 100% !important;
	padding: 7px !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 & recent work*/
.moderno-flickr-widget,
.widget-recent-portfolio{
	margin-right: -6px;
}
.widget-recent-portfolio li{
	border: none;
	list-style: none;
}
.moderno-flickr-widget a,
.widget-recent-portfolio a{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.moderno-flickr-widget img,
.widget-recent-portfolio img{
	display: block;
	width: 60px;
	height: 60px;
}


#footer .moderno-flickr-widget a,
#footer .widget-recent-portfolio a{
	width: 53px;
	height: 53px;
	margin-right: 6px;
	margin-bottom: 6px;
}
#footer .moderno-flickr-widget img,
#footer .widget-recent-portfolio img{
	width: 53px;
	height: 53px;
	display: block;
}

/*-----------------------------------------------------------------------------------*
/* = Footer
/*-----------------------------------------------------------------------------------*/
#footer{
	min-height: 4px;
	position: relative;
	margin: 0 -15px;
	padding: 0 15px;
	background: #222;
	position: relative;
	color: #777;
	font-size: 0.917em; /* 11px / 12px */
}

/*footer widgets*/
#footer-widget-wrap{ }
#footer-widget-wrap a{
	text-decoration: none;
	color: #999;
}
#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: 230px;
	margin-right: 20px;
}
#footer-widget-fourth{
	margin: 0;
}

.footer-widget{
	margin: 20px 0;
}
.footer-widget h4{
	color: #fff;
	font-size: 1em;
	margin: 0 0 15px;
}

/*back to top link*/
.backup{
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	color: #fff;
	background: #000;
	padding: 10px 15px;
	font-size: 1.083em; /* 13px / 12px */
	text-align: center;
	font-weight: bold;
}
.backup:hover{
	color: #000;
	background: #fed205;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*
/* = Search
/*-----------------------------------------------------------------------------------*/

/*searchbar*/
#searchbar {
    display: block;
	position: relative;
}
#searchsubmit{
	display: block;
	width: 25px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	background: #000 url('images/search.png') no-repeat;
	outline: none;
	border: none;
	cursor: pointer;
}
#searchsubmit:hover{
	background-color: #5e5e5e;
}
#search {
	height: 22px;
	line-height: 22px;
	font-size: 0.917em; /* 11px / 12px */
	color: #777;
    width: 100%;
    padding: 0 30px 0 5px;
    outline: none;
    border: none;
	border: 1px solid #777;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#masterhead input#search:focus{
	border-color: #777 !important;
}
#footer #search:focus {
	background: #fff;
	border-color: #666;
	color: #000;
}

/*search results page*/
nav#search-filter-wrap{
	position: relative;
	height: 22px;
	line-height: 22px;
	padding-bottom: 26px;
	margin-bottom: 15px;
	background: url("images/dotted-border.png") bottom repeat-x;
}
#search-filter-items-txt{
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin-right: 10px;
	background: #000;
	padding: 0 8px;
	color: #eee;
	height: 22px;
	line-height: 22px;
}
#search-filter-items-txt span{
	margin-left: 5px;
	font-size: 10px;
	color: #fed205;
}
ul.search-filter{
	position: relative;
	float: left;
	width: 130px;
	margin: 0;
	list-style: none;
}
.search-filter-link{
	display: block;
	height: 20px;
	line-height: 20px;
	border: 1px solid #ccc;
	font-size: 1em;
	color: #000;
	width: 130px;
	padding: 0 5px;
	text-align: left;
	-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;
	position: relative;
}
.search-filter-link span{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #ccc;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 0.917em; /* 11px / 12px */
}
.search-filter-link:hover{
	border-color: #999;
	text-decoration: none;
}
.toggle-active{
	text-decoration: none;
	-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); 
}

.search-filter ul{
	z-index: 101;
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 140px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0;
}
.search-filter ul li{
	display: block;
	margin: 0;
}
.search-filter ul li:last-child{
	border: none;
}
.search-filter ul a{
	color: #555;
	display: block;
	padding: 2px 5px;
}
.search-filter ul a:hover{
	text-decoration: none;
	color: #000;
	background: #f4f4f4;
}

.search-entry{
	margin-bottom: 15px;
	padding-bottom: 21px;
	background: url("images/dotted-border.png") bottom repeat-x;
}
.search-entry h3{
	font-size: 1.167em; /* 14px / 12px */
	margin: 0;
}
.search-entry h3 a{
	color: #1122cc;
}
.search-entry h3 span.search-entry-post-type{
	font-size: 0.917em; /* 11px / 12px */
	margin-left: 0;
	color: #555;
	font-weight: normal;
}
.search-entry-permalink{
	display: block;
	font-size: 0.917em; /* 11px / 12px */
	color: #009933;
}
.highlight-yellow{
    background-color: #FFF7A8;
}

.search-entry-img{
	float: right;
	margin-left: 15px;
}

/*-----------------------------------------------------------------------------------*/
/* = 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 #ddd; }
hr.dotted-line{ height: 6px; background: url("images/dotted-border.png") top repeat-x; border: none; }
hr.solid-line{ background: none; border: none; border-top: 1px solid #ddd; }
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 {
    text-align: left;
    margin: 15px 0;
	color: #666; /*IE fail fix*/
	opacity: 0.9;
	color: rgba(0,0,0, .6);
	display: block;
	padding: 10px 15px;
	text-align: center;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.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: 1.333em; /* 16px / 12px */
	color: rgba(0,0,0, .7);
}

.alert-red {
	background: #ffe7e0;
	color: #c03500;
	border-color: #fb947b;
}
.alert-yellow {
	background-color: #f6d570;
	border-color: #e1ae0e;
}
.alert-green {
	background: #bfd887;
	border-color: #81a235;
}
.alert-blue {
	background: #b7d3ee;
	border-color: #65a1db;
}

/*buttons*/
.button { margin-right: 5px }
.button {
	margin-top: 10px;
	display: inline-block;
	background: #222;
	color: #fff;
	padding: 6px 20px;
	font-size: 1em;
	font-weight: bold;
}
a.button:hover { opacity: 0.8; text-decoration: none; }
.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: #18ad5e }
.button.rosy { background-color: #FE4365 }
.button.brown { background-color: #7B5C5D }
.button.purple { background-color: #66435F }
.button.gold { background-color: #fed205; color: #000; }


/*toggle*/
.toggle-wrap{
	margin: 10px 0;
}
h3.trigger {
	margin: 0px;
}
h3.trigger a {
    display: block;
    padding: 0 10px;
	height: 30px;
	line-height: 30px;
    border: 1px solid #ccc;
    outline: 0 !important;
    font-weight: bold;
	font-size: 1em,;
	color: #999;
}
h3.trigger a:hover,
h3.active a{
	background-color: #f4f4f4;
	color: #000;
}
.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: 0 10px;
	height: 30px;
	line-height: 30px;
    border: 1px solid #ccc;
    outline: 0 !important;
    font-weight: bold;
	font-size: 1em;
	color: #999;
}
.ui-state-focus { outline: none; }
.accordion h3 a:hover,
.accordion .ui-state-active a {
	background-color: #f4f4f4;
	color: #000;
}
.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 #ccc;
		height: 30px;
}
.tab-shortcode	ul.ui-tabs-nav li {
		display: block;
		width: auto;
		padding: 0;
		float: left;
		margin-bottom: 0;
}
.tab-shortcode	ul.ui-tabs-nav li a {
		display: block;
		text-decoration: none;
		width: auto;
		padding: 0 25px;
		height: 30px;
		line-height: 30px;
		border: solid 1px #ccc;
		border-bottom: none;
		margin-right: 5px;
		color: #999;
		font-weight: bold;
}
.tab-shortcode	ul.ui-tabs-nav li a:hover{
	color: #000;
}
.tab-shortcode	ul.ui-tabs-nav .ui-state-active a {
	background: #fff;
	position: relative;
	overflow: hidden;
	color: #000;
	height: 30px;
	line-height: 30px;
}
.tab-shortcode	ul.ui-tabs-nav .ui-state-active a:hover{
	background: #fff;
}
		
.tab-shortcode .tab_content{
		padding: 15px 0;
}

/* 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-fourth { width: 74% }
.one-fifth { width: 16.8% }
.one-sixth { width: 13.33% }

.two-columns,
.three-columns,
.four-columns ,
.one-two-third,
.one-three-fourth,
.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;
}

/*-----------------------------------------------------------------------------------*
/* Sitemap
/*-----------------------------------------------------------------------------------*/
#sitemap-wrap h2{
	font-size: 1.083em; /* 13px / 12px */
	margin-bottom: 10px;
	margin-top: 0px;
}
.sitemap-container ul{
	margin-left: 0;
	list-style-position: inside;
	margin-bottom: 25px;
}
.sitemap-container li{
	margin-bottom: 5px;
}

.sitemap-container a{
	color: #777;
}
.sitemap-container a:hover{
	color: #000;
	text-decoration: none;
}

/*-----------------------------------------------------------------------------------*
/* = Gallery - WP Shortcode
/*-----------------------------------------------------------------------------------*/

.gallery-item img{
	border: 5px solid #ddd !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{
	margin-bottom: 55px;
}
#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: 1.167em; /* 14px / 12px */
	color: #999;
}

/*-----------------------------------------------------------------------------------*
/* View JS
/*-----------------------------------------------------------------------------------*/
.viewer li{
    -webkit-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: width 500ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.viewer .caption{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}
.viewer .current .caption{
    opacity: 100;
    visibility: visible;
}
.viewer .close{
	font-size: 28px;
}