/*
Theme Name: Collab
Theme URI: http://designerthemes.com/themes/collab/
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: 1.2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: engine
*/

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin: 0 0 15px 0;
    color: #333;
    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,
.main-content .featured-area:before,
.related .entry-wrap,
.masonry .entry-wrap,
.single-engine_portfolio .back-to-portfolio:before,
.entry-content .gallery-caption {
    -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: #E67E22; }

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

p { margin: 0 0 15px; }

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

.main,
.boxed .main > .container { background: #eee; }

.boxed .main { background: transparent; }

.main .content { margin: 30px 0; }

.main-content .hentry {
	margin-top: 30px;
	padding: 30px;
	background: #fff;
	border-bottom: 2px solid #ddd;
}

.main-content .hentry:first-child,
.boxed .main-content .hentry { margin-top: 0; }

.container,
.boxed .header-wrap,
.boxed .page-header-wrap,
.boxed .page-header,
.boxed .home-slider,
.boxed .home-slider .featured-area-wrap,
.boxed .home-boxes,
.boxed .home-posts,
.boxed .home-postlist,
.boxed .portfolio-related,
.boxed .footer-callout,
.boxed .footer {
	width: 1000px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

body.engine input[type="submit"],
body.engine .btn,
body.engine .button > a,
body.engine .filter a {
    border: 2px solid transparent;
    border-radius: 3px;
    padding: 10px 20px;
    text-shadow: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: none;
    background: #e67e22;
    background-image: none;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body.engine .btn.alt:hover,
body.engine .button.alt > a:hover {
	color: #fff;
	background: #e67e22;
	border-color: transparent;
}

body.engine input[type="submit"]:hover,
body.engine .btn:hover,
body.engine .button > a:hover,
body.engine .filter a:hover,
body.engine .filter .active a,
body.engine .btn.alt,
body.engine .button.alt > a {
	background: transparent;
	color: #333;
	border-color: #e67e22;
}

body.engine input[type="submit"]:hover,
body.engine .btn:hover,
body.engine .button > a:hover,
body.engine .filter a:hover,
body.engine .filter .active a,
body.engine .btn.alt:hover,
body.engine .button.alt > a:hover { box-shadow: 0 2px 2px rgba(0,0,0,.1); }

body.engine .menu-item.button > a { padding: 8px 16px; }

body.engine textarea,
body.engine input,
body.engine .uneditable-input {
    height: auto;
    border: 2px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    font-family: inherit;
    margin-bottom: 0;
}

body.engine textarea:focus,
body.engine input:focus,
body.engine .uneditable-input:focus {
    outline: 0;
    box-shadow: none;
    border: 2px solid #E67E22;
}

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

form { margin: 0 }

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

.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);
}

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

.entry-content .wpcf7 { margin: 20px 0; }

.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 {
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #ddd;
}

.header-wrap a { color: #333 }

.header { padding-top: 32px; }

.header-fixed { margin-top: 138px; }

.header-fixed .header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	background: #fff;
}

.boxed.header-fixed .header-wrap {
	left: 50%;
	margin-left: -500px;
}

.scrolling .header-wrap { box-shadow: 0 2px 2px rgba(0,0,0,.2); }

.logo {
	padding: 0 30px;
	margin-top: -8px;
}

.logo h1 { font-size: 24px; }

.logo h1:before {
	font: normal 34px/1.3 FontAwesome;
	-webkit-font-smoothing: antialiased;
	content: '\f0db';
	vertical-align: middle;
	margin: -2px 12px 0 0;
	display: none;
}

.logo .site-description {
	font-size: 12px;
	font-weight: normal;
	color: #888;
}

.dropdown-menu {
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    border-radius: 0;
    border: none;
    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 { padding-right: 30px; }

.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;
    padding-bottom: 36px;
    text-transform: uppercase;
}

.secondary-menu a {
	color: #333;
	letter-spacing: 1px;
	font-weight: 600;
}

.secondary-menu ul:not(.dropdown-menu) > .menu-item:not(.button):hover > a {
    border-bottom: 2px solid #E67E22;
    padding-bottom: 10px;
}

.secondary-menu .dropdown-menu {
    background-color: #E67E22;
    margin-left: -20px;
    padding: 10px 0;
}

.secondary-menu .dropdown-menu a {
    margin: 0;
    padding: 0;
    color: #fff;
    color: rgba(255,255,255,.7);
}

.secondary-menu .dropdown-menu a:hover,
.secondary-menu .dropdown-menu a:focus {
    background: none;
    filter: none;
    color: #fff;
}

.secondary-menu .dropdown-menu li {
    margin: 0;
    padding: 10px 20px;
    filter: none;
    display: block;
    text-transform: none;
}

.primary-menu {
    margin: 0;
    font-size: 12px;
    background: #eee;
}

.primary-menu .container { position: relative; }

.primary-menu ul {
    margin: 0;
    padding: 14px 30px 0;
    background: #eee;
}

.primary-menu ul > li {
    display: inline-block;
    margin: 0 30px 0 0;
    padding-bottom: 18px;
    font-size: 12px;
    line-height: 1;
    position: relative;
}

.primary-menu ul > li.menu-parent-item:last-child .dropdown-menu { margin-left: -100%; }

.primary-menu ul > li a {
    color: #333;
    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 .dropdown-menu a:focus,
body:not(.home) .primary-menu ul.dropdown-menu > .current-menu-item > a { color: #E67E22; }

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

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

.primary-menu .dropdown-menu li {
    margin: 0;
    display: block;
    padding: 10px 20px;
}

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

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

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

.container .social {
    position: absolute;
    top: 12px;
    right: 30px;
    padding: 0;
    background: none;
}

.container .social li {
    display: inline;
    font-size: 14px;
    margin: 0 0 0 5px;
}

.container .social a {
    border-radius: 3px;
    background-color: #ccc;
    background-color: rgba(0,0,0,.2);
    color: #fff;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.container .social a:hover { color: #fff; }

.container .social i:after,
.container .social i:before { padding: 6px 0 0 }

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

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

.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 li a.flex-active {
    background-color: #aaa;
    background-color: rgba(255,255,255,.4);
    border: 2px solid transparent;
}

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

/* slider arrows */
.flexslider .flex-direction-nav {
	-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: #ccc; background: rgba(0,0,0,.2); }

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

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

.flexslider .flex-direction-nav li a {
	width: 30px;
	height: 40px;
	background-position: center center;
	background-size: 15px;
	background-color: #ccc;
	background-color: rgba(255,255,255,.5);
	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 .flex-direction-nav li a.flex-prev {
	left: 0;
	background-image: url(assets/images/larr-black@2x.png);
	border-radius: 0 3px 3px 0;
}

.flexslider .flex-direction-nav li a.flex-next {
	right: 0;
	background-image: url(assets/images/rarr-black@2x.png);
	border-radius: 3px 0 0 3px;
}

/* home slider */
.home-slider {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: #fff;
}

.home-slider .home-flexslider { overflow: visible; }

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

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

.home-slider .post-details-wrap {
	display: table;
	width: 600px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px; /* half of content */
}

.home-slider .post-details-wrap.slider_text_center {
	margin-left: -300px; /* half of box width */
	text-align: center;
}

.home-slider .post-details-wrap.slider_text_right {
	margin-left: -100px; /* half of content plus box width */
	text-align: right;
}

.home-slider .post-details-inner {
	display: table-cell;
	vertical-align: middle;
}

.home-slider .entry-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 600px;
    padding: 30px;
    background-color: #e67e22;
    background-color: rgba(230,126,34,.8);
    box-shadow: inset 0px 5px 0 rgba(0,0,0,.1);
}

/* slider box bg */
.home-slider .post-details-wrap.slider_boxbg_dark .entry-header { background-color: rgba(68,68,68,.8); }

.home-slider .post-details-wrap.slider_boxbg_light .entry-header { background-color: rgba(238,238,238,.8); }

.home-slider .post-details-wrap.slider_boxbg_light .subheading {
	color: rgba(0,0,0,.6);
	border-bottom: 1px dotted rgba(0,0,0,.4);
}

.home-slider .post-details-wrap.slider_boxbg_light .entry-title,
.home-slider .post-details-wrap.slider_boxbg_light .entry-title a,
.home-slider .post-details-wrap.slider_boxbg_light .entry-title a:hover { color: #333; }

.home-slider .post-details-wrap.slider_boxbg_light .entry-content { color: rgba(0,0,0,.6); }

.home-slider .post-details-wrap.slider_boxbg_light .btn.alt { color: #333; }

.home-slider .post-details-wrap.slider_boxbg_light .btn.alt:hover { color: #fff; }

.home-slider .post-details-wrap.slider_boxbg_none .entry-header {
	background: none;
	box-shadow: none;
}

.home-slider .subheading {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 10px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: rgba(255,255,255,.6);
	border-bottom: 1px dotted rgba(255,255,255,.3);
}

.home-slider .entry-title { margin: 0 0 15px; }

.home-slider .entry-title,
.home-slider .entry-title a,
.home-slider .entry-title a:hover {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
    color: #fff;
}

.home-slider .post-details-inner .entry-content {
    color: #eee;
    color: rgba(255,255,255,.7);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
}

.home-slider .format-video iframe {
    max-height: 500px;
    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 .post-details-wrap .btn {
	display: inline-block;
	margin-top: 25px;
	background: #fff;
	color: #E67E22;
}

.home-slider .post-details-wrap .btn:hover {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.home-slider .post-details-wrap .btn.alt {
	border-color: rgba(255,255,255,.4);
	color: #fff;
}

.home-slider .post-details-wrap .btn.alt:hover { border-color: #fff; }

/* home boxes */
.home-boxes {
	background: #444;
	text-align: center;
	padding: 30px 0;
}

.home-boxes .box { padding: 10px 20px; }

.home-boxes .box-icon {
    display: block;
    margin: 0 auto 20px;
}

.home-boxes i.box-icon {
	padding: 40px;
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 1;
	color: #E67E22;
	background: #fff;
	border-radius: 100%;
}

.home-boxes i.box-icon:before { margin-left: -2px; }

.home-boxes .box-title:after {
    border-bottom: 3px solid #E67E22;
    content: '';
    display: block;
    margin: 10px 40%;
}

.home-boxes .box-title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 15px;
}

.home-boxes .box-excerpt {
	font-size: 14px;
    color: #aaa;
    color: rgba(255,255,255,.5);
}

.home-boxes .box-excerpt a {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.home-boxes .box-excerpt a:hover { color: #fff; }

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

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

.home-posts .home-posts-header { padding: 0 30px; }

.home-posts .home-posts-title {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #222;
}

.home-posts .home-posts-title:after {
	margin: 10px 45% 0;
    border-bottom: 3px solid #E67E22;
    content: '';
    display: block;
    position: relative;
}

.home-posts .hentry { position: relative; }

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

.home-posts .span3 {
	width: 25%;
	border-top: 3px solid #E67E22;
	border-bottom: 3px solid #E67E22;
}

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

.home-posts .featured-area img {
	width: 250px;
	height: auto;
}

.home-posts .home-posts-description {
    margin-top: 30px;
    padding: 0 100px;
    color: #888;
    font-size: 16px;
}

.home-posts .home-posts-description p { margin: 0; }

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

.home-postlist {
    background: #eee;
    margin: 0;
}

.home-postlist .home-postlist-header { padding: 0 30px; }

.home-postlist .home-postlist-title {
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}

.home-postlist .home-postlist-header a i {
	margin-left: 10px;
	font-size: 18px;
	vertical-align: middle;
}

.home-postlist .area { padding: 35px 0 40px; }

.home-postlist-title {
    color: #333;
    font-size: 22px;
    font-weight: 600;
}

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

.home-postlist .postlist ul li {
	margin-top: 3px;
	padding: 0 30px;
	background: #fff;
}

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

.home-postlist .postlist .entry-title a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #E67E22;
    margin: 0;
    padding: 15px 15px 15px 0;
    position: relative;
}

.home-postlist .postlist .entry-title a:hover { color: #333; }

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

.home-postlist .category-list {
    padding: 30px;
    list-style: none;
    margin: 0;
    color: #aaa;
    font-size: 12px;
}

.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;
}

.footer-callout .container {
	position: relative;
	padding: 30px 30px 35px;
	margin-top: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-callout .callout-title {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 5px;
}

.footer-callout .callout-description {
	color: #fff;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    font-weight: 300;
}

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

.footer-callout .section .btn {
    margin-top: 14px;
    float: right;
    background: #fff;
    color: #E67E22;
    font-weight: bold;
}

.footer-callout .section .btn:hover {
	background: #fff;
	border-color: #fff;
	color: #333;
}

.footer {
	background: #eee;
	border-top: 1px solid #ddd;
}

.footer-widgets .span4 {
	margin: 0;
	width: 33.33%;
}

.footer-widgets .first { padding: 10px 10px 10px 30px; }

.footer-widgets .second { padding: 10px 20px; }

.footer-widgets .third { padding: 10px 30px 10px 10px; }

.footer-widgets .span4:empty { padding: 0; min-height: 0; }

.footer-widgets .widget {
	border-top: 1px solid #ddd;
	padding: 30px 0;
}

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

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

.bottom-bar {
    background: #fff;
    border-top: 2px solid #ddd;
}

.bottom-bar > .container {
	padding: 12px 30px 14px;
	position: relative;
	-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-block;
    font-size: 12px;
    line-height: 1;
    margin-right: 30px;
}

.footer-menu li a {
	color: #333;
	letter-spacing: 1px;
}

.footer-menu li a:hover { color: #E67E22 }

.footer-info {
	font-size: 12px;
	text-align: center;
	color: #aaa;
	padding: 30px;
	margin-top: -2px;
	border-top: 2px solid #ddd;
	background: #eee;
}

.footer-info a { color: #aaa; }

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

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

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

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

.sidebar .widget {
    padding: 30px 0 10px;
    color: #888;
}

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

.sidebar select { width: 100% }

.sidebar a:hover { color: #222 }

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

.widget li:not(:last-child) { margin-bottom: 10px }

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

.visit-wrap:before {
	content: '\f081';
	font-family: FontAwesome;
	margin-right: 2px;
	color: rgba(0,0,0,.3);
}

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

.page-header-wrap {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -2px;
}

.page-header {
    margin: -2px 0 0;
    padding: 30px 0;
    border: 0;
    background: #E67E22;
}

.page-header > .container { position: relative; }

.page-header .page-title,
.page-header .subheading,
.page-header .entry-byline,
.page-header .terms {
	margin: 2px 0 10px;
	padding: 0 150px 0 30px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	color: rgba(255,255,255,.7);
	text-transform: none;
}

.page-header .entry-byline a { color: rgba(255,255,255,.7); }

.page-header .entry-byline a:hover { color: #fff; }

.page-header-wrap[style*="background"] .page-header .container > *:not(.searchform) { padding-right: 30px; }

.single-engine_portfolio .page-header-wrap .page-header .container > .page-title,
.single-engine_portfolio .page-header-wrap .page-header .container > .subheading { padding-right: 180px; }

.single-engine_portfolio .page-header-wrap .page-header .container > .subheading { line-height: 1.5; }

.page-header .page-title {
    margin: 0;
    font-size: 44px;
    color: #fff;
}

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

.page-header .format-icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -45px;
	padding-right: 30px;
	color: rgba(255,255,255,.2);
	font-size: 90px;
}

.page-header-wrap[style*="background"] .page-header .format-icon { display: none; }

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

.single-engine_portfolio .page-header .terms {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
}

.single-engine_portfolio .page-header .terms li { display: block; border: 0; }

.single-engine_portfolio .page-header .terms li:after {
	content: '\f02b';
	font: normal 12px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    display: inline;
    padding-left: 10px;
    opacity: .5;
}

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

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

.main-content .featured-area {
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
	min-height: 100px;
}

/* loading spinner */
.main-content .featured-area:before {
	content: '\f021';
	font: normal 20px/1 FontAwesome;
	color: rgba(0,0,0,.3);
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    -moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
	z-index: -1;
}

.main-content .hentry:hover .featured-area:before { opacity: 0; }

.img-fill .main-content .featured-area { margin: -30px -30px 25px; }

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

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

.main-content .entry-content .read-more { margin-top: 10px; }

.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: #E67E22;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
}

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

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

.blog .entry-header,
.archive .entry-header,
.search .entry-header { margin: 0 0 20px; }

.entry-title,
.entry-title a {
	color: #222;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 5px;
}

.entry-wrap .entry-meta {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 2px solid #ddd;
	line-height: 1;
}

.entry-wrap .entry-byline,
.entry-wrap .entry-byline a,
.entry-wrap .entry-meta {
    font-size: 12px;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.entry-wrap .entry-meta a { color: #444; }

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

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

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

.intro,
blockquote p {
	font-size: 18px;
	line-height: 1.5;
}

/* formats */
.main-content .format-quote,
.main-content .format-link { background: #444; overflow: hidden; }

.format-quote .entry-content a,
.format-link .entry-content a {
	color: #fff;
	border: 0;
}

.format-quote .format-icon,
.format-link .format-icon {
	position: absolute;
	top: -40px;
	right: -40px;
	color: rgba(255,255,255,.1);
	font-size: 100px;
}

.format-quote .entry-content {
	font-size: 18px;
	line-height: 1.5;
	margin-top: -5px;
	color: rgba(255,255,255,.6);
}

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

.format-quote .entry-content .citation {
	font-size: 13px;
	color: rgba(255,255,255,.6);
	margin-top: 15px;
}

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

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

.format-link .entry-content a:after {
	content: attr(href);
	font: normal 12px monospace;
	color: rgba(255,255,255,.6);
	display: block;
	margin-top: 10px;
}

.format-audio .entry-content .wp-audio-shortcode:first-child { margin-top: -30px; }

.img-fill .format-audio .entry-content .wp-audio-shortcode { border: 30px solid #444; border-width: 0 30px; }

.img-fill .format-audio .entry-content .wp-audio-shortcode:first-child { margin: -30px -30px 10px; }

.entry-meta .entry-cats ul { margin: 0; display: inline; }

.entry-meta .entry-cats li { display: inline; }

.entry-meta .entry-cats li a:after { content: ',' }

.post-nav {
    color: #888;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.boxed .post-nav { padding: 0 30px; }

.post-nav a { color: #888; }

.post-nav i { color: #ccc; font-size: 10px; }

.post-nav .prev-post { float: left; width: 40%; }

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

.post-nav .next-post {
	float: right;
	text-align: right;
	width: 40%;
}

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

.single-engine_portfolio .post-nav {
    margin: 40px 0 0;
    padding: 28px 0 0;
    border-top: 2px solid #ddd;
}

.boxed.single-engine_portfolio .post-nav {
	margin-left: -30px; margin-right: -30px;
	padding-left: 30px; padding-right: 30px;
}

.single-engine_portfolio .back-to-portfolio {
    position: absolute;
    width: 28px;
    left: 50%;
    margin: -4px 0 0 -14px;
}

.single-engine_portfolio .back-to-portfolio i { font-size: 28px; margin: 0; }

.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: -20px;
	left: -86px;
	color: #ee9853;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: center;
	opacity: 0;
	z-index: 200;
}

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

.single-engine_portfolio .main-content .span8 { padding-right: 20px; }

.single-engine_portfolio .main-content .span4 { margin-left: 10px; }

.single-engine_portfolio.img-fill .main-content .featured-area { margin: -30px 0 25px -30px; }

.main .sidebar {
    margin: 0;
	position: relative;
}

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

/* Side Menu Template */
.page-template-template-sidemenu-php .sidemenu { border-right: 1px solid #ddd; }

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

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

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

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

.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: 640px;
	margin: 0 0 0 -1px;
	padding: 5px 0 20px 30px;
	border-left: 1px solid #ddd;
}

/* Landing Page Template */
.page-template-template-landingpage-php { margin: 60px auto; }

.page-template-template-landingpage-php .primary-menu,
.page-template-template-landingpage-php .secondary-menu,
.page-template-template-landingpage-php .footer-widgets,
.page-template-template-landingpage-php .bottom-bar > .container { display: none !important; }

.page-template-template-landingpage-php .container,
.page-template-template-landingpage-php .header-wrap,
.page-template-template-landingpage-php .page-header-wrap,
.page-template-template-landingpage-php .page-header,
.page-template-template-landingpage-php .footer-callout,
.page-template-template-landingpage-php .footer {
	width: 800px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-template-template-landingpage-php .header { padding: 30px; }

.page-template-template-landingpage-php .logo { padding: 10px 0 0; width: 100%; text-align: center; }

.page-template-template-landingpage-php .logo h1 { margin-bottom: 0; }

.page-template-template-landingpage-php .page-title,
.page-template-template-landingpage-php .subheading { padding: 0; text-align: center; }

.page-template-template-landingpage-php .main { background: transparent; }

.comments {
	position: relative;
	margin-top: 40px;
}

.boxed .comments { padding-left: 30px; }

.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-body {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    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;
}

#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 .form-allowed-tags { display: none }

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 > li > a { padding: 10px 20px; }

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

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

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

.alert { position: relative }

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

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

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

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

.post-type-archive-engine_portfolio .main .content,
.tax-portfolio_categories .main .content { padding: 0 30px; position: relative; min-height: 300px; }

.post-type-archive-engine_portfolio .main .content:before,
.tax-portfolio_categories .main .content:before {
	content: '\f021';
	font: normal 40px/1 FontAwesome;
	color: rgba(0,0,0,.2);
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 100px;
    left: 50px;
    -moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block;
}

.masonry {
	background: #eee;
	display: none;
}

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

.two-col { width: 50%; }

.three-col { width: 33.33%; }

.four-col { width: 25%; }

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

.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;
}

.home-posts .entry-wrap,
.masonry .entry-wrap,
.related .entry-wrap {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230,126,34,.8);
}

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

.home-posts .entry-header,
.masonry .entry-header,
.related .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: 0 20px 30px;
    margin: 0;
}

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

.masonry .two-col .entry-categories { margin-bottom: 5px; }

.masonry .two-col .entry-title { font-size: 24px; }

.masonry .two-col .entry-content {
	font-size: 14px;
	color: rgba(255,255,255,.7);
}

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

.home-posts .entry-categories,
.masonry .entry-categories,
.page-header .entry-categories,
.related .entry-categories {
    list-style: none;
    margin: 0 0 10px;
    text-align: center;
}

.home-posts .entry-categories li,
.masonry .entry-categories li,
.page-header .entry-categories li,
.related .entry-categories li {
    display: inline;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.6);
    border-bottom: 1px dotted rgba(255,255,255,.3);
    white-space: nowrap;
}

.entry-categories li:after { content: ',' }

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

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

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

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

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

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

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

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

.portfolio-related {
    padding: 40px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    background: #fff;
    color: #888;
}

.boxed .portfolio-related { margin-top: -31px; }

.portfolio-related-title {
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin-bottom: 25px;
}

.portfolio-related-title:after { margin: 8px 44% 0; }

.portfolio-related-description { margin: 0 0 30px; }

.portfolio-related .span3 {
	margin: 0;
	width: 25%;
	border-top: 3px solid #E67E22;
	border-bottom: 3px solid #E67E22;
}

.portfolio-related .featured-area img {
	width: 250px;
	height: auto;
}

/* Audio */
.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 .wp-caption-text {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 11px;
    font-style: italic;
    line-height: 1.5;
    text-align: center;
}

.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; }

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

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

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

.entry-content .gallery a:before {
	content: '\f00e';
	font: normal 12px/1 FontAwesome;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 101;
	opacity: 0;
}

.entry-content .gallery-item:hover a:before { opacity: 1; }

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

.entry-content .gallery dl { margin: 0 }

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

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

/* gallery hover caption */
.entry-content .gallery-item { position: relative; overflow: hidden; }
.entry-content .gallery-caption {
	position: absolute;
	background: none;
	background: rgba(0,0,0,.6);
	width: 100%;
	width: calc(100% - 1px);
	height: 100%;
	height: calc(100% - 1px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	padding: 30% 20px 0;
	margin: 0;
	text-align: center;
	font-style: normal;
	color: #ccc;
	opacity: 0;
	filter: alpha(opacity=0);
}

.entry-content .gallery-item:hover .gallery-caption { opacity: 1; filter: alpha(opacity=100); }

.error404 .content ul:not(:last-child) { margin-bottom: 25px; }

/* mediaelement.js player */
body .mejs-container .mejs-controls { background: #444; }

body .mejs-controls div.mejs-time-rail { width: 417px !important; }

body .mejs-controls .mejs-time-rail .mejs-time-total,
body .mejs-controls .mejs-time-rail .mejs-time-loaded { background: #aaa; }

body .mejs-controls .mejs-time-rail .mejs-time-current { background: #E67E22; }

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total { background: #888; }

body .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background: #000; }

body .mejs-controls .mejs-button button { background-image: url(assets/images/controls.png); }
