/*
Theme Name: Aspect
Theme URI: http://designerthemes.com/themes/aspect/
Author: DesignerThemes.com
Author URI: http://designerthemes.com/
Description: A responsive business theme.
Tags: two-columns, custom-background, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, threaded-comments, translation-ready
Version: 2.3.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: engine
*/

html { background-color: #ebeae9; }

body {
    font: 400 14px/1.7 'Open Sans', Helvetica, Arial, sans-serif;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #222;
    font-weight: bold;
}

h1 { font-size: 30px; }

h2 { font-size: 24px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

a,
i,
textarea,
input,
.bar,
.btn,
.btn:hover,
.filter a,
.commentlist .reply,
.home-posts .entry-wrap,
.related .entry-wrap,
.masonry .entry-wrap,
.single-engine_portfolio .back-to-portfolio:before {
    -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;
}

a { color: #ee9853; }

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

p { margin: 0 0 15px; }

.row-fluid [class*="span"] { min-height: 1px }

.main {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 100px;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0;
}

.table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

input[type="submit"],
.btn,
.filter a {
    border-width: 2px;
    border-color: transparent;
    border-radius: 3px !important;
    padding: 10px 20px;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
    background-image: none;
}

.btn.btn-large { padding: 20px 30px }

.btn.btn-small { padding: 5px 10px }

.btn.btn-mini {
    padding: 3px 8px;
    font-size: 9px;
}

.btn.default {
    background: #fff;
    color: #444;
    border: 2px solid #e5e5e5;
    padding: 8px 24px;
}

.btn.default:active { box-shadow: none;}

.btn.classic:hover { background-color: #fff; }

input[type="submit"],
.btn.transparent {
    background: none;
    border: 2px solid rgba(255,255,255,.4);
    box-shadow: none;
}

input[type="submit"]:hover,
.btn.transparent:hover {
    border-color: #fff;
    color: #fff;
}

.container { width: 980px }

form { margin: 0 }

table {
    width: 100%;
    text-align: center;
}

.wp-caption-text {
    text-align: center;
    font-size: 11px;
    margin-top: 5px;
    font-style: italic;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    height: auto;
    border: 2px solid #e5e5e5;
    box-shadow: none;
    font-family: inherit;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0;
    box-shadow: none;
    border: 2px solid #444;
}

textarea {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
}

label,
.wpcf7 { font-weight: bold; }

.wpcf7 input[type="text"],
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select { margin-top: 10px; }

.wpcf7-text,
.wpcf7-select { width: 50%; }

.wpcf7-quiz-label { margin-right: 10px; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
    position: static;
    display: block;
    padding: 5px 20px;
    margin-bottom: 20px;
    border: 1px solid #EED3D7;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-radius: 4px;
    font-size: 10px;
}

div.wpcf7-mail-sent-ok {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.header-wrap {
    background-color: #2a3945;
    color: #fff;
    padding: 40px 0 0;
    margin-bottom: 30px;
}

.header-wrap a { color: #fff }

.header-wrap .container { position: relative }

.logo { margin-bottom: 40px }

.logo h1 {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    min-height: 23px;
}

.logo .logo-image {
    line-height: 0.6em;
    min-height: 23px;
}

.logo .logo-image { line-height: 0.6em }

.logo .site-description {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	color: rgba(255,255,255,.3);
	text-transform: none;
}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0 0 5px 5px;
    border: none;
    padding: 20px;
    display: none;
}

.dropdown-menu .dropdown-menu { display: none !important; }

.dropdown-menu .menu-parent-item a {
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

.secondary-menu {
	position: absolute;
	top: 0;
	right: 0;
}

.secondary-menu ul { margin: 0 }

.secondary-menu ul > li {
    display: inline-block;
    margin: 0 0 0 30px;
    padding: 0 0 10px;
    font-size: 12px;
    position: relative;
}

.secondary-menu a {
	color: rgba(255,255,255,.5);
	letter-spacing: 1px;
}

.secondary-menu a:hover,
body:not(.home) .secondary-menu .current-menu-item a { color: #fff }

.secondary-menu ul > li a:hover,
.secondary-menu li > a:hover,
.secondary-menu ul > .menu-parent-item:hover > a,
.secondary-menu .dropdown-menu a:hover,
.secondary-menu .social a:hover,
body:not(.home) .secondary-menu ul.dropdown-menu > .current-menu-item > a { color: #fff; }

.secondary-menu ul > li.button > a {
    border: 2px solid rgba(255,255,255,.2);
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-shadow: none;
    background: none;
    border-radius: 3px;
    color: #fff;
}

.secondary-menu ul > .menu-parent-item:hover > a {
    border-bottom: 2px solid rgba(255,255,255,.1);
    padding-bottom: 10px;
    color: #fff;
}

.secondary-menu .dropdown-menu {
    background-color: #2a3945;
    margin-left: -20px;
}

.secondary-menu .dropdown-menu a {
    margin: 0;
    padding: 0;
}

.secondary-menu .dropdown-menu a:hover {
    background: none;
    filter: none;
}

.secondary-menu .dropdown-menu li {
    margin: 0 0 15px 0;
    padding: 0;
    filter: none;
    display: block;
}

.secondary-menu .dropdown-menu li:last-child { margin: 0 }

.primary-menu {
    background: rgba(255,255,255,.05);
    margin: 0;
    font-size: 12px;
}

.primary-menu ul {
    margin: 0;
    padding: 15px 0 0;
}

.primary-menu ul > li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 0 15px;
    font-size: 12px;
    position: relative;
}

.primary-menu ul > li a {
    color: rgba(255,255,255,.5);
    margin: 5px 20px 5px 0;
    letter-spacing: 1px;
}

.primary-menu ul > li a:hover,
.primary-menu li > a:hover,
.primary-menu ul > .menu-parent-item:hover > a,
.primary-menu .dropdown-menu a:hover,
.primary-menu .social a:hover,
body:not(.home) .primary-menu ul.dropdown-menu > .current-menu-item > a { color: #fff; }

.primary-menu ul > .menu-parent-item:hover > a {
    border-bottom: 2px solid rgba(255,255,255,.1);
    padding-bottom: 10px;
}

.primary-menu ul > .current-menu-item.menu-parent-item:hover > a {
    border-radius: none;
    padding-bottom: 5px;
}

.primary-menu .dropdown-menu {
    background-color: #2a3945;
    padding: 0;
    margin-left: -20px;
}

.primary-menu .dropdown-menu li {
    background-color: rgba(255,255,255,.05);
    margin: 0;
    display: block;
    padding: 15px 20px 0;
}

.primary-menu .dropdown-menu li:last-child { padding-bottom: 20px }

.primary-menu .dropdown-menu a {
    margin: 0;
    padding: 0;
}

.primary-menu .dropdown-menu a,
.primary-menu .dropdown-menu a:hover,
.primary-menu .dropdown-menu li:hover a,
.primary-menu ul ul .current-menu-item a { background: none }

.primary-menu .social {
    list-style: none;
    margin: 0;
    position: absolute;
    bottom: 50%;
    margin-bottom: -12px;
    right: 0;
    text-align: right;
    padding: 0;
}

.primary-menu .social li {
    display: inline;
    font-size: 14px;
    margin: 0 0 0 5px;
    border-radius: 100px;
}

.primary-menu .social a {
    border-radius: 100px;
    background-color: rgba(255,255,255,.1);
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.primary-menu .social i:after,
.primary-menu .social i:before { padding: 6px 0 0 }

.primary-menu .social i {
    width: auto;
    padding-top: 3px;
}

.flexslider {
    margin: 0;
    background: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    zoom: 1;
}

.home-flexslider .slides > li { position: relative; }

.gallery-stacked .flexslider .slides > li {
	display: block;
	margin-bottom: 30px;
}

/* slider dots */
.flexslider .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 30;
}

.flexslider .flex-control-nav li { margin: 0 5px; }

.flexslider .flex-control-nav li a {
    background: none;
    box-shadow: none;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 2px solid rgba(255,255,255,.4);
}

.flexslider .flex-control-nav.slider_text_dark li a { border-color: rgba(0,0,0,.4); }

.flexslider .flex-control-nav li a.flex-active {
    background-color: rgba(255,255,255,.4);
    border: 2px solid transparent;
}

.flexslider .flex-control-nav.slider_text_dark li a.flex-active { background-color: rgba(0,0,0,.4); }

.flexslider:hover .flex-control-nav li a:not(.flex-active):hover {
    background-color: #fff;
    border-color: transparent;
}

.flexslider:hover .flex-control-nav.slider_text_dark li a:not(.flex-active):hover { background-color: rgba(0,0,0,.8); }

/* slider arrows */
.flexslider:not(.home-flexslider) .flex-direction-nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.flexslider:not(.home-flexslider):hover .flex-direction-nav { background: rgba(0,0,0,.2); }

.flexslider:hover .flex-direction-nav li {
	width: 76px;
	height: 100%;
	z-index: 100;
	position: absolute;
	top: 0;
	border-radius: 5px 0 0 0;
}

.home-flexslider:hover .flex-direction-nav li {
	height: 287px;
	margin: 100px 0;
}

.flexslider:hover .flex-direction-nav li:last-child {
	border-radius: 0 5px 0 0;
	right: 0;
}

.flexslider .flex-direction-nav li a {
	width: 36px;
	height: 40px;
	background-position: center center;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 100;
}

.flexslider:hover .flex-direction-nav li a { opacity: .5; filter: alpha(opacity=50); }

.flexslider:hover .flex-direction-nav li a:hover { opacity: 1; filter: alpha(opacity=100); }

.flexslider:hover .flex-direction-nav.slider_text_dark li a:hover { opacity: .8; filter: alpha(opacity=80); }

.flexslider .flex-direction-nav li a.flex-prev {
	left: 20px;
	background-image: url(assets/images/larr-white@2x.png);
	background-size: 16px;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 20px;
	background-image: url(assets/images/rarr-white@2x.png);
	background-size: 16px;
}

.flexslider .flex-direction-nav.slider_text_dark li a.flex-prev { background-image: url(assets/images/larr-black@2x.png); }

.flexslider .flex-direction-nav.slider_text_dark li a.flex-next { background-image: url(assets/images/rarr-black@2x.png); }

.nivo-lightbox-image { overflow: auto; }
.nivo-lightbox-image img { max-height: none; }
.nivo-lightbox-theme-default.nivo-lightbox-overlay { background: rgba(0,0,0,.8); }
.nivo-lightbox-theme-default .nivo-lightbox-nav { border-radius: 0; }
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { background-color: transparent; }

.slider .caption {
	position: absolute;
	bottom: 0;
	display: block;
	width: 90%;
	padding: 10px 5%;
	text-align: center;
	color: #fff;
	color: rgba(255,255,255,.8);
	background-color: #444;
	background-color: rgba(0,0,0,.4);
}

/* slider content */
.home-slider { height: 487px; }

.home-slider .featured-area-wrap {
    overflow: hidden;
    max-width: 980px;
    max-height: 487px;
    position: relative;
}

.home-slider .featured-area-wrap img,
.home-slider .post-details-wrap { border-radius: 5px 5px 0 0; }

.home-slider .post-details-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0 80px;
    background: rgba(0,0,0,.1);
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.home-slider:hover .flex-active-slide .post-details-wrap { background: rgba(0,0,0,.2); }

.home-slider .post-details-wrap.slider_text_dark { background: rgba(255,255,255,.1); }

.home-slider:hover .post-details-wrap.slider_text_dark { background: rgba(255,255,255,.3); }

.home-slider .post-details-wrap .btn { text-shadow: none; }

.home-slider .subheading {
    display: inline-block;
    margin: 0 0 10px;
    padding-bottom: 2px;
    color: #888;
    color: rgba(255,255,255,.8);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.home-slider .slider_text_dark .subheading {
    color: #666;
    color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,.2);
}

.home-slider .entry-title {
    margin: 0 0 15px;
    font-size: 44px;
    line-height: 1.2;
    color: #fff;
}

.home-slider .entry-title a,
.home-slider .entry-title a:hover {
	color: #fff;
	font-size: 44px;
}

.home-slider .slider_text_dark .entry-title,
.home-slider .slider_text_dark .entry-title a,
.home-slider .slider_text_dark .entry-title a:hover { color: #222; }

.home-slider .entry-content {
    color: #eee;
    color: rgba(255,255,255,.8);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 30px;
}

.home-slider .slider_text_dark .entry-content {
    color: #444;
    color: rgba(0,0,0,.8);
}

.home-slider .slider_text_dark .btn.transparent {
	border-color: rgba(0,0,0,.4);
	color: #222;
}

.home-slider .slider_text_dark .btn.transparent:hover {
	border-color: rgba(0,0,0,.8);
	color: #222;
}

.home-slider .format-video iframe {
    max-height: 487px;
    border: 5px solid #000;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-slider .format-video .featured-area-wrap { z-index: 100; }

.home-slider .entry-header { margin: 0 40% 0 0; }

.home-slider .slider_text_right .entry-header {
	margin: 0 0 0 40%;
    text-align: right;
    float: right;
}

.home-slider .slider_text_center .entry-header {
	margin: 0 20%;
    text-align: center;
    float: none;
}

/* home boxes */
.home-boxes {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
}

.home-boxes [class*="span"] { margin: 0 }

.home-boxes .span4 { width: 33.33% }

.home-boxes .span6 { width: 50% }

.home-boxes .box {
    padding: 38px 30px 37px 30px;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-left: -1px;
}

.home-boxes [class*="span"]:last-child .box { border-right: none }

.home-boxes [class*="span"]:first-child .box {
    border-left: none;
    margin-left: 0;
}

.home-boxes .box-icon {
    float: left;
    font-size: 36px;
    color: #ccc;
    width: 34px;
    height: 34px;
}

.home-boxes .box-inner { padding-left: 55px }

.home-boxes .box-title {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    margin: 0 0 10px;
}

.home-boxes .box-excerpt { font-size: 13px; }

.home-boxes .box-excerpt a { font-weight: 600; }

.home-boxes .box-excerpt p:last-child { margin: 0 }

/* home posts */
.home-posts {
    background: #f7f7f7;
    text-align: center;
    padding: 40px;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}

.home-posts .home-posts-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    color: #222;
}

.home-posts .home-posts-title:after { margin: 5px 42.5% 0; }

.home-posts .home-posts-description {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.home-posts [class*="span"] { margin: 0 }

.home-posts .span3 { width: 25% }

.home-posts .hentry {
    position: relative;
    margin-right: 1px;
}

.home-posts .spna3:last-child .hentry { margin-right: 0 }

.home-posts .featured-area {
    position: relative;
    z-index: 10;
}

.home-posts .entry-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0,0,0,.7)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.home-posts .active.entry-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0,0,0,.7)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.home-posts .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 20px;
}

.home-posts .entry-title {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.home-posts .entry-categories {
    list-style: none;
    margin: 0;
    text-align: center;
}

.home-posts .entry-categories li {
    display: inline;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
}

.home-posts .entry-categories li:after { content: "," }

.home-posts .entry-categories li:last-child:after { display: none }

.home-posts .link-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.home-posts .btn { margin-top: 30px }

.home-posts .btn:active { box-shadow: none; }

.home-postlist {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}

.home-postlist .home-postlist-title {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

.home-postlist .categories .home-postlist-title { float: none }

.home-postlist .home-postlist-header { position: relative }

.home-postlist .home-postlist-header .btn {
	float: right;
	margin-top: -6px;
}

.home-postlist .area {
    border-right: 1px solid #e5e5e5;
    padding: 40px;
}

.home-postlist .postlist ul {
    margin: 0 0;
    list-style: none;
}

.home-postlist .postlist ul li { border-bottom: 1px solid #e5e5e5 }

.home-postlist .postlist ul li:first-child { margin-top: 10px; }

.home-postlist .postlist ul li:last-child { border: none }

.home-postlist .postlist .entry-title { margin: 0; }

.home-postlist .postlist .entry-title a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    padding: 15px 15px 15px 0;
    position: relative;
}

.home-postlist .postlist .entry-title a i {
    float: right;
    font-size: 16px;
    color: #e5e5e5;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 0;
}

.home-postlist .category-list {
    padding: 40px;
    list-style: none;
    margin: 0 0 0 -1px;
    color: #888;
    font-size: 12px;
    border-left: 1px solid #e5e5e5;
}

.home-postlist .category-list ul {
    margin: 5px 0 0 15px;
    list-style-type: square;
}

.home-postlist .category-list ul ul { margin-top: 0; }

.home-postlist .category-list ul li { line-height: 2; }

.home-postlist .category-list a {
    font-weight: 600;
    font-size: 14px;
    color: #888;
}

.home-postlist .span4 {
    margin: 0;
    width: 33.33%;
}

.home-postlist .span8 {
    margin: 0;
    width: 66.66%;
}

.home-postlist .span8,
.home-postlist .span8:first-child { margin-left: -2px; }

.home-callout {
    position: relative;
    margin: -1px 0 0;
    color: #fff;
    color: rgba(255,255,255,.7);
    padding: 20px 40px;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.home-callout .callout-title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.home-callout .callout-description p:last-child { margin: 0 }

.home-callout .btn-callout {
    background: none;
    border-color: rgba(255,255,255,.5);
    color: #fff;
    padding: 10px 25px 8px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    right: 40px;
}

.home-callout .callout-button .btn-callout:hover {
	background-color: #fff;
	border-color: #fff;
}

.footer-widgets {
    background: #f7f7f7;
    position: relative;
    border-top: 1px solid #e5e5e5;
}

.footer-widgets .border {
    position: absolute;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    top: 0;
}

.footer-widgets .b1 { left: 329px }

.footer-widgets .b2 { left: 650px }

.footer-widgets .widget {
	border-top: 1px solid #e5e5e5;
	padding: 40px;
}

.footer-widgets .widget:first-child { border: 0; }

.footer-widgets [class*="span"] { margin: 0 }

.footer-widgets .span4 {
    width: 330px;
    position: relative;
}

.footer-widgets .span4.second { width: 320px }

.footer-widgets a:hover { color: #444 }

.bottom-bar {
    padding: 25px 40px;
    background: none;
    border-top: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-menu ul {
    margin: 0;
    list-style: none;
}

.footer-menu li {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    margin-right: 30px;
}

.footer-menu a { color: #888 }

.footer-menu a:hover { color: #000 }

.footer-info { font-size: 12px }

.footer-info a { color: #888 }

.footer-info a:hover { color: #000 }

.footer-info p { margin: 0 }

.widget-title {
    font-size: 16px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.widget-title:after {
	content: "";
	display: block;
	margin: 5px 80% 0 0;
	border: 1px solid #e5e5e5;
}

.sidebar .widget-title {
    font-size: 15px;
    text-transform: uppercase;
}

.sidebar .widget {
    padding: 40px;
    margin: 0 -40px;
    border-bottom: 1px solid #e5e5e5;
    color: #888;
}

.sidebar select { width: 100% }

.sidebar .widget:first-child { padding-top: 0 }

.sidebar .widget:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar a { color: #222 }

.sidebar a:hover { color: #ee9853 }

.widget > ul,
.DT_Twitter ul,
.Engine_Twitter ul {
    margin: 0;
    list-style: none;
}

.widget li { margin-bottom: 10px }

.visit-wrap { margin-top: 10px; }

input[type="text"].search-query {
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    height: 30px;
}

.main .content {
    width: 650px;
    margin: 0;
    padding: 40px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.engine_single_sidebar_none .main .content,
.post-type-archive-engine_portfolio .main .content,
.single-engine_portfolio .main .content,
.tax-portfolio_categories .main .content,
.error404 .main .content { width: 100% }

.single-engine_portfolio .main .content .featured-area { margin: 0 }

.post-type-archive-engine_portfolio .two-col .entry-title { font-size: 20px; }

.post-type-archive-engine_portfolio .two-col .entry-categories li { font-size: 11px; }

.post-type-archive-engine_portfolio .two-col .entry-content {
	font-size: 13px;
	color: #ccc;
}

.page-header-wrap {
    margin: -10px -40px 40px -40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 40px 30px 40px;
}

.single-post .page-header-wrap .page-title { line-height: 1.2; }

.single-post .page-header-wrap .entry-meta { margin: 10px 0 0; }

.page-header-wrap .searchform { margin-top: 30px; }

.page-header-wrap .subheading {
    display: inline-block;
    color: #888;
    color: rgba(0,0,0,.4);
    font-weight: 600;
    font-size: 13px;
    line-height: 2;
    margin: 0 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
    vertical-align: text-bottom;
}

.page-header-wrap .subheading p { margin: 0; }

.page-title {
    margin: 0;
    display: inline;
    font-size: 30px;
    line-height: 1;
    color: #222;
}

.page-title-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #e5e5e5;
}

.main-content .hentry {
    margin: 0 -40px 40px -40px;
    padding: 0 40px 40px 40px;
    border-bottom: 1px solid #e5e5e5;
}

.single.main-content .hentry { margin-bottom: 0 }

.single-engine_portfolio .main-content .hentry,
.page .main-content .hentry {
    border: none;
    margin: 0;
    padding: 0;
}

.single-engine_portfolio .main-content .hentry .entry-title { margin-top: -5px }

.single-engine_portfolio .main-content .hentry .entry-categories { margin: -5px 0 20px }

.single-engine_portfolio .main-content .entry-categories li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    background-color: #e5e5e5;
    color: #444;
    border-radius: 2px;
    font-weight: bold;
    line-height: 1;
}

.single-engine_portfolio .main-content .hentry .details {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin: 0;
    padding-left: 30px;
    width: 355px;
}

.single-engine_portfolio .main-content .hentry .image-wrap {
    margin: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    width: 545px;
}

.single-engine_portfolio .main-content .hentry .entry-content {
    margin: 0;
    padding: 0;
}

.main-content .featured-area { margin-bottom: 30px }

.main-content .entry-wrap { position: relative }

body:not(.page) .main-content .entry-content,
body:not(.page) .main-content .entry-header,
body:not(.page) .main-content .entry-tags {
    padding-left: 20%;
    margin-left: 20px;
}

.main-content .entry-meta-side {
    float: left;
    width: 20%;
    margin: 0;
    padding: 5px 10px 0 0;
    text-align: right;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main-content .entry-meta-side .entry-comments {
	margin-top: 10px;
	font-size: 11px;
}

.main-content .entry-categories { margin: 15px 0 0 }

.main-content .entry-categories li {
    display: block;
    float: none;
    font-size: 9px;
    text-transform: uppercase;
}

.main-content .entry-categories a {
    display: inline-block;
    margin-right: 0;
    padding: 3px 10px 2px;
    background-color: #2a3945;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
}

input[type="submit"],
.main-content .transparent {
    border-color: #e5e5e5;
    color: #444;
    padding: 5px 15px;
    margin-top: 15px;
}

input[type="submit"]:hover,
.main-content .transparent:hover { color: #222; }

.entry-meta-side .format-icon,
.quote-wrap .format-icon {
    font-size: 50px;
    line-height: 0.8em;
    color: #e5e5e5;
}

.blog .entry-header,
.archive .entry-header,
.search .entry-header { margin-top: -5px; }

.single-post .main-content .entry-header { display: none; }

.entry-title,
.entry-title a {
	color: #222;
	font-size: 30px;
}

.entry-title,
.page-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 { font-weight: 300; }

.entry-meta {
    font-size: 12px;
    color: #888;
    margin: -10px 0 15px;
}

.featured-image a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

.entry-content { margin-top: -5px; }

.single .entry-content { margin-top: -3px }

.blog .entry-content,
.archive .entry-content,
.search .entry-content { margin-top: 0 }

/* quote format */
.format-quote .entry-content {
	font-size: 18px;
	margin-top: -5px;
}

.format-quote .entry-content a { color: #222; }

.format-quote .entry-content p { margin-bottom: 0; }

.format-quote .entry-content .citation {
	font-size: 13px;
	color: #888;
	margin-top: 15px;
}

/* link format */
.format-link .entry-content p { margin: -5px 0 0; }

.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.4;
	color: #222;
}

.format-link .entry-content a:after {
	content: attr(href);
	font: normal 10px monospace;
	color: #888;
	display: block;
	margin-top: 10px;
}

.post-nav {
    margin: -20px 0;
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
}

.post-nav a {
	color: #aaa;
	font-weight: 600;
	letter-spacing: 1px;
}

.post-nav i { color: #ddd; }

.post-nav .prev-post { float: left; }

.post-nav .prev-post i { margin-right: 5px; }

.post-nav .next-post { float: right; }

.post-nav .next-post i { margin-left: 5px; }

.single-engine_portfolio .post-nav {
    margin: 40px -40px -40px -40px;
    padding: 20px 40px;
    border-top: 1px solid #e5e5e5;
}

.single-engine_portfolio .post-nav.top {
    margin: -40px -40px 40px -40px;
    border-bottom: 1px solid #e5e5e5;
    background: #f7f7f7;
}

.single-engine_portfolio .back-to-portfolio {
    font-size: 28px;
    position: absolute;
    width: 28px;
    left: 50%;
    margin-top: -8px;
    margin-left: -14px;
}

.single-engine_portfolio .back-to-portfolio:hover i { color: #ee9853 }

.single-engine_portfolio .back-to-portfolio:before {
	content: attr(title);
	position: absolute;
	width: 200px;
	top: -35px;
	left: -86px;
	color: #aaa;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	opacity: 0;
	z-index: 200;
}

.single-engine_portfolio .back-to-portfolio:hover:before { opacity: 1; }

.single-engine_portfolio .post-nav.top .back-to-portfolio:before {
	top: auto;
	bottom: -35px;
}

.main > .container {
    position: relative;
    overflow: hidden;
}

.main .sidebar {
    width: 330px;
    margin: 0;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.main .sidebar-inner {
    padding: 40px;
    position: relative;
    z-index: 20;
}

.sidebar-bg {
    position: absolute;
    background: #f7f7f7;
    height: 100%;
    width: 330px;
    z-index: 10;
    top: 0;
    border-radius: 0 5px 0 0;
    border-left: 1px solid #e5e5e5;
}

.engine_page_sidebar_left .sidebar-bg,
.engine_post_sidebar_left .sidebar-bg,
.engine_archive_sidebar_left .sidebar-bg,
.engine_single_sidebar_left .sidebar-bg {
    border-radius: 5px 0 0 0;
    border-left: none;
    border-right: 1px solid #e5e5e5;
    margin-left: 0;
    margin-right: 0;
    width: 329px;
}

/* Side Menu Template */
.page-template-template-sidemenu-php .main .content { padding-bottom: 0; }

.page-template-template-sidemenu-php .page-header-wrap { margin-bottom: 0; }

.page-template-template-sidemenu-php .sidemenu {
	width: 290px;
	border-right: 1px solid #e5e5e5;
}

.sidemenu .menu {
    list-style: none;
    margin: 0;
    padding: 25px 0 40px;
    text-align: right;
}

.sidemenu .menu li { margin-left: -40px; }

.sidemenu .menu li a {
	padding: 10px 40px;
	margin-bottom: 1px;
	color: #888;
	display: block;
}

.sidemenu .menu li.parent.current_page_item { padding: 10px 40px; }

.sidemenu .menu li.parent,
.sidemenu .menu li.parent a {
	color: #222;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.sidemenu .menu li:not(.parent) a:hover,
.sidemenu .menu li.current_page_item a {
	background: #f7f7f7;
	color: #222;
}

.sidemenu .menu li.current_page_item a:hover { cursor: default; }

.page-template-template-sidemenu-php .entry-content {
	width: 610px;
	margin: 0 0 0 -1px;
	padding: 35px 0 40px 40px;
	border-left: 1px solid #e5e5e5;
}

.comments { position: relative }

.comments #reply-title,
.comments .comments-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.comments .leave-comment {
    position: absolute;
    top: -15px;
    right: 0;
}

.commentlist {
    margin: 40px 0;
    list-style: none;
}

.commentlist .avatar {
    float: left;
    margin-right: 25px;
    margin-top: 5px;
    border-radius: 5px;
}

.commentlist .says { display: none }

.commentlist .comment-body { min-height: 63px }

.commentlist .comment-body p {
    padding-left: 83px;
    margin: 10px 0 0 0;
    font-size: 12px;
}

.commentlist .fn {
    font-weight: bold;
    font-size: 14px;
    color: #444;
    margin-right: 5px;
}

.commentlist .fn a { color: #444 }

.commentlist .comment-author { display: inline }

.commentlist .comment-meta {
    display: inline;
    font-weight: bold;
    font-size: 11px;
}

.commentlist .comment-meta a { color: #aab0b5 }

.commentlist .comment-body {
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    position: relative;
}

.commentlist .children {
    margin: 0 0 0 25px;
    list-style: none;
}

.commentlist .reply {
    position: absolute;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    opacity: 0;
    filter: alpha(opacity=0);
}

.commentlist .comment-body:hover .reply {
    opacity: 1;
    filter: alpha(opacity=100);
}

.commentlist #respond { margin-bottom: 25px }

#respond textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    width: 33.33%;
    padding-right: 30px;
    float: left;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 20px;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    height: 30px;
}

#respond .comment-form-url { padding-right: 0 }

#respond label {
    font-weight: bold;
    font-size: 11px;
}

#respond .form-allowed-tags { display: none }

#respond .comment-notes {
    margin-bottom: 20px;
    font-size: 11px;
}

input[type="submit"] {
    border-radius: 3px;
    margin: 10px 0 0;
}


/* accordions */
.accordion { margin: 5px 0 20px; }

.accordion .accordion-toggle { border: 0; }

.accordion .accordion-body { color: #888; }


/* tabs */
.nav-tabs { margin-bottom: 0; }

.nav-tabs > .active > a { font-weight: bold; }

.tab-content {
	padding: 20px 12px;
	border-radius: 0 0 4px 4px;
	border: 1px solid #ddd;
	border-top: 0;
	color: #888;
}


.sc.row-fluid { margin-bottom: 25px }

.alert { position: relative }

.alert .close {
    position: absolute;
    right: 10px;
    top: 2px;
}

.masonry .item {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
    padding: 0 1px 1px 0;
}

.two-col { width: 50%; }

.four-col { width: 25%; }

.related .hentry,
.masonry .hentry {
    position: relative;
    text-align: center;
}

.related .entry-content,
.masonry .entry-content {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 10px;
}

.related .spna3:last-child .hentry,
.masonry .spna3:last-child .hentry { margin-right: 0 }

.related .featured-area,
.masonry .featured-area {
    position: relative;
    z-index: 10;
}

.related .entry-wrap,
.masonry .entry-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0,0,0,.7)), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.7) 45%, #000000 100%);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.related .active.entry-wrap,
.masonry .active.entry-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
}

.related .entry-header,
.masonry .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 20px;
}

.masonry .two-col .entry-header { padding: 30px; }

.related .entry-title,
.masonry .entry-title {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.related .entry-categories,
.masonry .entry-categories {
    list-style: none;
    margin: 0;
    text-align: center;
}

.related .entry-categories li,
.masonry .entry-categories li {
    display: inline;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
}

.related .entry-categories li:after,
.masonry .entry-categories li:after { content: "," }

.related .entry-categories li:last-child:after,
.masonry .entry-categories li:last-child:after { display: none }

.related .link-wrap,
.masonry .link-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.filter {
    margin: 0 0 40px 0;
    list-style: none;
}

.filter ul {
    margin: 0;
    list-style: none;
    display: inline;
}

.filter li {
    float: left;
    margin-right: 20px;
    font-size: 12px;
}

.filter a {
    float: left;
    border-radius: 3px;
    border: 2px solid #e5e5e5;
    color: #444;
    padding: 8px 15px;
}

.filter a:hover { border-color: #444 }

.filter .active a {
    color: #fff;
    border-color: transparent;
}

.portfolio-related {
    padding: 40px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 0;
    text-align: center;
}

.portfolio-related-title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.portfolio-related-title:after { margin: 5px 42.5% 0; }

.portfolio-related-description { margin-bottom: 30px }


/* Audio */

.engine-audio { margin-bottom: 30px; }

.engine-audio .fluid-width-video-wrapper { padding: 0 }

.engine-audio .fluid-width-video-wrapper iframe[src*='spotify'] { height: 80px; }


/* icon links */

.entry-content .grid a[href*='twitter.com'],
.entry-content .grid a[href*='facebook.com'] {
    font-size: 0;
    border: 0;
    display: inline-block;
    width: 20px;
}

.entry-content .grid a[href*='twitter.com']:before,
.entry-content .grid a[href*='facebook.com']:before {
    font: normal 14px/2 FontAwesome;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

.entry-content .grid a[href*='twitter.com']:before { content: '\f099'; }

.entry-content .grid a[href*='facebook.com']:before { content: '\f09a'; }



/* = WordPress Stuff
-------------------------------------------------------------- */

.alignnone { margin: 5px 20px 20px }

.aligncenter {
    display: block;
    margin: 5px auto 20px;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    border: 1px solid #f0f0f0;
    padding: 20px;
    text-align: center;
}

.wp-caption.alignnone { margin: 20px 20px 20px 0 }

.wp-caption.alignleft { margin: 20px 20px 20px 0 }

.wp-caption.alignright { margin: 20px 0 20px 20px }

p > img.alignnone,
p > img.alignleft,
p > img.alignright { margin-bottom: 5px }

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 0 0;
    font-style: italic;
    margin-bottom: -10px;
}

.sticky { width: auto }

.bypostauthor { width: auto }

.entry-content p { margin-bottom: 15px; }

.entry-content > p:last-child { margin-bottom: 0; }

.entry-content > p:first-child img:first-child,
.grid [class*='col-'] > p:first-child img:first-child { margin-top: 0; }

.content .gallery { padding: 15px 0; }

.content .gallery .gallery-item {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 1px 1px 0;
}

.content .gallery-columns-2 .gallery-item { width: 100%; }
.content .gallery-columns-2 .gallery-item { width: 50%; }
.content .gallery-columns-3 .gallery-item { width: 33.33%; }
.content .gallery-columns-4 .gallery-item { width: 25%; }
.content .gallery-columns-5 .gallery-item { width: 20%; }
.content .gallery-columns-6 .gallery-item { width: 16.66%; }
.content .gallery-columns-7 .gallery-item { width: 14.28%; }
.content .gallery-columns-8 .gallery-item { width: 12.5%; }
.content .gallery-columns-9 .gallery-item { width: 11.11%; }

.content .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.content .gallery dl,
.gallery dt { margin: 0 }

.content .gallery br.content .gallery br + br { display: none }

.mejs-container { margin-bottom: 15px; }







