/*
Theme Name: 	Basix
Theme URI: 		http://themeforest.net/artivity
Description: 	Responsive WordPress Theme
Version: 		1.9.10
Author:			Artivity
Author URI: 	http://www.artivity.co.uk
License: 		This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: 	License.txt
Tags: 			drag-and-drop, multipurpose, multi-purpose, wordpress, theme, responsive, right-sidebar, fixed-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, theme-options, translation-ready
*/

/* --------------------------------------------------------------------------------- */
/* CSS Table of Contents
/* --------------------------------------------------------------------------------- */
/*
	* CSS Reset
	* General CSS
	* Containers
	* Custom Scrollbars (Webkit Only)
	* Top Bar
	* Top Bar Navigation
	* Mobile Navigation
	* Home Page CTA Bar
	* Imagery
	* Shortcodes
	* Portfolio
	* Blog
	* Search Results
	* Contact Form
	* Footer
	* Basix Widgets
	* WordPress Standard Widgets
	* Top of Page Link
	* 404 Error Page
	* Visual Composer
	* Revolution Slider
	* Basix Shortcodes
	* Stretched Page Template
	* bbPress
	* Tablet & Low Res Desktop CSS
	* Smartphones CSS
*/
/* --------------------------------------------------------------------------------- */
/* CSS Reset
/* --------------------------------------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-webkit-tap-highlight-color: transparent;
}

/* --------------------------------------------------------------------------------- */
/* General CSS (body, links, common classes etc.)
/* --------------------------------------------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.light-bg {
	color: #6F6F6F;
}

.dark-bg .main-content {
	color: rgba(255, 255, 255, 0.8);
}

.dark-bg .main-content a:hover {
	color: #FFFFFF !important;
}

body {
	-webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
	from {
		padding: 0;
	}
	to {
		padding: 0;
	}
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a, a:after {
	text-decoration: none;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

a:hover {
	text-decoration: none;
}

a:hover.accent-color {
	color: inherit !important;
}

a.underline {
	border-bottom: 1px dotted;
}

a img {
	border: none;
}

h1 {
	letter-spacing: -0.06em;
}

h2 {
	letter-spacing: -0.06em;
}

h3, h2.inner-title {
	letter-spacing: -0.04em;
}

body {
	letter-spacing: -0.01em;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg h1 a, .dark-bg h2 a, .dark-bg h3 a, .dark-bg h4 a, .dark-bg h5 a, .dark-bg h6 a {
	color: #FFFFFF;
}

.dark-bg .main-content a:hover {
	color: #FFFFFF;
}

h2 a.accent-color {
	border-bottom: 1px dotted;
}

.main-content h1, .blog-post h2.inner-title {
	line-height: 1.4em;
	width: 100%;
}

.main-content h1 {
	margin-bottom: 0.6em;
}

.main-content h1.bordered {
	padding-bottom: 52px;
	margin: 0 auto 0 auto;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.page-template-template-blog-standard .main-content h1.bordered {
		padding-bottom: 0 !important;
	}
}

.main-content h1.bordered:after {
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: none;
}

/*.light-bg .main-content h1.bordered {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dark-bg .main-content h1.bordered {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}*/
.main-content .title-container {
	display: inline-block;
	width: 100%;
	text-align: left;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main-content .title-container.custom:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.08);
	position: absolute;
	bottom: -1px;
	display: block;
}

.main-content .title-container h1, .main-content .title-container h2 {
	line-height: 1.4em;
	margin-bottom: 0;
}

.main-content .title-container h1 {
	color: #FFFFFF;
	padding: 1.45em 0 1.4em 0;
}

h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}

h2 {
	margin-bottom: 0.8em;
	line-height: 1.4em;
	width: 100%;
}

h3, th, h2.widgettitle, .wpb_teaser_grid h2.post-title, h2.wpb_heading {
	margin-bottom: 1.1em;
	line-height: 1.45em;
}

h4 {
	margin-bottom: 1.1em;
	line-height: 1.6em;
}

.light-bg h4 {
	opacity: 0.65;
}

.dark-bg h4 {
	color: rgba(255, 255, 255, 0.8) !important;
	opacity: 1;
}

h5 {
	font-size: 1em !important;
	margin-bottom: 1.1em;
	line-height: 1.6em;
}

h6 {
	font-size: 0.9em !important;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.6em;
}

.vc_separator h4 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.6em;
}

p {
	margin-bottom: 2.5em;
	line-height: 1.9em;
}

p:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

q {
	font-style: italic;
	width: 100%;
	display: block;
}

blockquote {
	font-size: 1.4em;
	padding-left: 1.2em;
	border-left: 2px solid;
	margin-bottom: 1em;
	line-height: 1.6em;
}

.blog-post blockquote {
	margin-bottom: 2em;
}

blockquote:last-child {
	margin-bottom: 0;
}

blockquote p {
	line-height: 1.6em;
}

blockquote cite {
	display: block;
	margin-top: 1em;
	font-size: 0.8em;
	opacity: 0.6;
}

address {
	margin-bottom: 1.6em;
	line-height: 1.6em;
}

abbr {
	font-weight: bold;
}

pre {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 14px;
	width: 100%;
	overflow-x: auto;
	margin-top: 0.5em;
	margin-bottom: 2.5em;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

pre:first-child {
	margin-top: 6px;
}

pre:last-child {
	margin-bottom: 0;
}

.light-bg pre {
	background: #EEEEEE;
}

.dark-bg pre {
	background: rgba(255, 255, 255, 0.1) !important;
	color: rgba(255, 255, 255, 0.8) !important;
}

ins {
	border-bottom: 1px dotted;
}

code {
	font-weight: bold;
}

iframe {
	max-width: 100%;
}

table {
	width: 100%;
	margin-bottom: 2em;
	margin-top: 1em;
}

table:only-child {
	margin-bottom: 0;
	margin-top: 0;
}

table thead {
	font-weight: bold;
}

table th, table td {
	padding-bottom: 0.8em;
	padding-right: 1em;
}

.hidden {
	display: none;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	text-align: center;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

embed {
	max-width: 100%;
}

.table {
	display: table;
	float: left;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.middle {
	vertical-align: middle;
}

.fullheight {
	height: 100%;
}

.fullwidth {
	width: 100%;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.relative {
	position: relative;
}

.no-margin {
	margin-bottom: 0 !important;
}

.vertical-center {
	vertical-align: middle !important;
}

.content-width {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 1110px) {
	.content-width {
		width: 1042px;
	}

	body.contained .content-width {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (min-width: 1346px) {
	.content-width {
		width: 1240px;
	}

	body.contained .content-width {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.content-container {
	float: left;
	width: 100%;
}

hr {
	margin-top: 44px;
	margin-bottom: 44px;
	height: 1px;
	border: none;
}

.divider {
	margin-top: 0;
	margin-bottom: 12px;
	height: 1px;
	width: 100%;
	position: relative;
	clear: both;
	float: left;
	border: none;
}

.wpb_row .divider {
	margin-top: 16px;
	margin-bottom: 40px;
}

body.single .divider {
	margin-top: 38px;
	margin-bottom: 40px !important;
}

.light-bg .divider, .light-bg hr {
	background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .divider, .dark-bg hr {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.divider:after {
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.spacer {
	clear: both;
	display: block;
	height: 20px;
}

.image-wrapper {
	margin-bottom: 10px;
}

.image-wrapper img {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.inline-block {
	display: inline-block;
}

.screen-reader-text {
	overflow: hidden;
}

/* --------------------------------------------------------------------------------- */
/* Containers
/* --------------------------------------------------------------------------------- */
/* Main Container
/* -------------------------------- */
.main-container {
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	overflow: hidden;
}

.light-bg .main-container, .light-bg .jcarousel-nav.separator-with-text, .light-bg .footer-shortcode {
	background-color: #F9F9F9;
}

.light-bg.wh .main-container, .light-bg.wh .jcarousel-nav.separator-with-text, .light-bg.wh .footer-shortcode {
	background-color: #FFFFFF;
}

.wpb_row.light-bg .jcarousel-nav {
	background-image: none;
	background-color: transparent;
}

/*.dark-bg .main-container, .dark-bg .jcarousel-nav, .dark-bg .footer-shortcode {
	background-image: url(images/dark-content-bg-overlay.png);
}*/
.wpb_row.dark-bg .jcarousel-nav {
	background-image: none;
	background-color: transparent;
}

.wpb_row.dark-bg a {
	color: #FFFFFF;
}

@media only screen and (min-width: 1110px) {
	body.contained .main-container {
		width: 1042px;
	}
}

@media only screen and (min-width: 1346px) {
	body.contained .main-container {
		width: 1240px;
	}
}

/* -------------------------------- */
/* Content Container
/* -------------------------------- */
.main-content {
	width: 100%;
	height: 100%;
	text-align: center;
}

.main-content-inner {
	padding-top: 55px;
	padding-bottom: 30px;
	display: inline-block;
	text-align: left;
	margin: 0 auto;
}

.main-content-inner img {
	max-width: 100%;
}

.main-content-inner.title-block {
	padding-top: 45px;
}

body.page-template-template-home-php .main-content-inner {
	padding-top: 0;
}

i:before {
	padding: 1px;
}

/* --------------------------------------------------------------------------------- */
/* Top Bar
/* --------------------------------------------------------------------------------- */
.header {
	width: 100%;
	z-index: 300;
	position: fixed;
	top: 0;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
}

.header:before {
	content: '';
}

body.admin-bar .header.dark:before {
	content: '';
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	height: 1px;
	top: 0;
	position: absolute;
}

.header.sticky {
	position: fixed;
}

@media only screen and (min-width: 1025px) {
	body.admin-bar .header {
		top: 32px !important;
	}
}

@media only screen and (min-width: 1110px) {
	body.contained .header {
		width: 1042px;
	}
}

@media only screen and (min-width: 1346px) {
	body.contained .header {
		width: 1240px;
	}
}

.topbar {
	margin: 0 auto 0 auto;
	opacity: 1 !important;
	position: relative;
}

/* -------------------------------- */
/* Topbar Height
/* -------------------------------- */
.topbar, .topnav, .topnav li, .topnav li a, .topsocial, .topsocial li {
	height: 60px;
}

/* -------------------------------- */
/* Search
/* -------------------------------- */
.header .search {
	float: right;
}

@media only screen and (max-width: 1024px) {
	.header .search {
		position: absolute;
		right: 60px;
	}

	.header.stretched .search > i {
		border-left: none !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-right: 0.5em !important;
	}
}

.header .search i {
	height: 60px;
	line-height: 60px;
	font-size: 1.2em;
	margin-left: 2em;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

.header.dark .search > i {
	color: rgba(255, 255, 255, 0.8);
}

.header.dark .search i:hover {
	color: rgba(255, 255, 255, 1);
}

.header .search_overlay {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 5%;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	z-index: 99999;
	align-items: center;
	justify-content: center;
}

.header .search_overlay.active {
	display: block;
	display: flex;
}

.header .search .search_container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.header .search .close_search {
	position: absolute;
	right: 0;
	height: 40px;
	margin: 0;
	top: 0.5em;
}

.header .search .close_search i {
	margin: 0;
}

.header .search .searchbox {
	position: relative;
	width: 100%;
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
}

.header .search .searchbox input[type="text"] {
	margin-bottom: 0;
	padding: 1em 0 !important;
	width: 100%;
	font-size: 1.4em;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent;
}

@media only screen and (max-width: 767px) {
	.header .search .searchbox input[type="text"] {
		font-size: 1em;
	}

	.header .search .close_search {
		top: -0.2em;
	}
}

.header .search ::-webkit-input-placeholder {
	color: #6F6F6F;
	opacity: 1;
}

.header .search :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6F6F6F;
	opacity: 1;
}

.header .search ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6F6F6F;
	opacity: 1;
}

.header .search :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #6F6F6F;
	opacity: 1;
}

/* -------------------------------- */
/* White Top Bar Properties
/* -------------------------------- */
.header.white {
	background-color: #FFFFFF;
	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .03);
}

.header.white:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.06);
	position: absolute;
	bottom: -1px;
}

/* -------------------------------- */
/* Logo
/* -------------------------------- */
.header .logo {
	font-family: inherit;
	font-size: 23px;
	font-weight: 800; /* Ultra Bold */
	margin-right: 20px;
	letter-spacing: -0.08em;
}

.header .logo > a {
	float: left;
	line-height: 0;
}

.header .dark .logo, .dark .logo a, .header .dark .logo a:hover {
	color: #FFFFFF;
}

.transparent_header .dark .logo span, .transparent_header .dark .logo a span {
	color: #FFFFFF !important;
}

/* -------------------------------- */
/* Top Bar Social Icons
/* -------------------------------- */
.topsocial {
	display: table;
	float: left;
	margin-left: 5px;
}

.topsocial li {
	list-style: none;
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
	/*padding-top: 0.01em;*/
}

.topsocial li i {
	font-size: 1.6em;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

ul.topsocial li a {
	margin-top: 2px;
}

.topsocial li a i {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

/* -------------------------------- */
/* White Top Bar Social Icons
/* -------------------------------- */
.header.white .topsocial li i {
	color: #C7C7C7;
}

/* -------------------------------- */
/* Dark Top Bar Social Icons
/* -------------------------------- */
.header.dark .topsocial li i {
	color: #FFFFFF;
	opacity: 0.4;
}

.header.dark .topsocial li i:hover {
	opacity: 1;
}

/* -------------------------------- */
/* Transparent Top Bar
/* -------------------------------- */
body.transparent_header .header {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Increase this for space above transparent header */
body.transparent_header .header {
	margin-top: 0px;
}

body.transparent_header .header:after {
	content: '';
	display: none;
}

/* --------------------------------------------------------------------------------- */
/* Top Bar Navigation
/* --------------------------------------------------------------------------------- */
.topnav {
	display: flex;
	float: right;
}

.topnav li {
	list-style: none;
	display: table-cell;
	float: left;
	vertical-align: middle;
	margin-left: 2em;
	font-weight: 500; /* Medium */
	text-transform: none;
	position: relative;
}

/* Safari & Firefox still dont place nice with rgba backgrounds */
.topnav li a {
	-webkit-backface-visibility: hidden !important;
	-webkit-perspective: 1000px !important;
	/*-webkit-font-smoothing: antialiased !important;*/
	-webkit-transform-style: preserve-3d !important;
	-webkit-transform: translateZ(0) !important;
	backface-visibility: hidden !important;
	perspective: 1000px !important;
	/*font-smoothing: antialiased !important;*/
	transform-style: preserve-3d !important;
	transform: translateZ(0) !important;
}

.topnav li a {
	vertical-align: middle;
	float: left;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.topnav li a i {
	margin-right: 6px;
	color: inherit;
	line-height: inherit;
	position: relative;
	font-weight: normal !important;
	top: 0;
	-webkit-backface-visibility: hidden;
}

.topnav li li i {
	width: 18px;
	display: inline-block;
}

.topnav li.menu-item-has-children a {
	position: relative;
}

.topnav > li.menu-item-has-children > a:after {
	content: '\f078';
	font-family: 'FontAwesome';
	font-size: 0.6em;
	font-weight: normal !important;
	display: inline-block;
	padding-left: 0.5em;
	float: right;
}

.header.white .topnav li.menu-item-has-children a:after {
	opacity: 0.4;
}

.header.white .topnav li a:hover:after {
	opacity: 1;
}

.topnav > li:hover > a, .topnav > li:hover > a:after {
	opacity: 1 !important;
}

.header .topnav > li > ul > li a {
	opacity: 0.8 !important;
}

.header .topnav > li > ul > li a:hover {
	opacity: 1 !important;
}

/* -------------------------------- */
/* Dark Top Bar Navigation
/* -------------------------------- */
.header.dark .topnav > li > a {
	color: #FFFFFF;
	opacity: 0.85;
}

.header.dark .topnav li.current-menu-item > a,
.header.dark .topnav li.current-menu-ancestor > a,
.header.dark .topnav li.current_page_parent > a,
.header.dark .topnav li.current-menu-parent > a {
	color: #FFFFFF !important;
	opacity: 1 !important;
}

.header.dark .topnav li:hover a {
	color: #FFFFFF;
	opacity: 1;
}

/*.header.dark .topnav li.menu-item-has-children.current_page_parent a:after, .header.dark .topnav li.menu-item-has-children.current-menu-parent a:after {
	opacity: 1;
}*/

.header.dark .topnav li.menu-item-has-children a:after {
	color: #FFFFFF !important;
	opacity: 0.5;
}

.header.dark .topnav li.current-menu-item > a:after {
	color: #FFFFFF;
	opacity: 1;
}

.header.dark .topnav li a:hover:after {
	color: #FFFFFF;
	opacity: 1;
}

/* -------------------------------- */
/* Sub Menus
/* -------------------------------- */
.topnav li > ul {
	list-style: none;
	max-height: 0 !important;
	margin: 0;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: -0.6em;
	z-index: 1;
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	/*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);*/
	-moz-backface-visibility: hidden; /* Fixes flicker on mouseover in Firefox */
	-webkit-transition: max-height .2s ease, opacity .1s ease;
	-moz-transition: max-height .2s ease, opacity .1s ease;
	-o-transition: max-height .2s ease, opacity .1s ease;
	-ms-transition: max-height .2s ease, opacity .1s ease;
	transition: max-height .2s ease, opacity .1s ease;
}

.topnav > li > ul {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.header.dark .topnav > li > ul {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.transparent_header .header.dark .topnav > li > ul {
	border-top: none;
}

.topnav ul:before, .topnav ul:after {
	content: "";
	display: table;
}

.topnav ul:after {
	clear: both;
}

.topnav li > ul li {
	max-height: 0 !important;
	position: relative;
	display: none;
	opacity: 0;
	-webkit-transition: max-height .25s ease;
	-moz-transition: max-height .25s ease;
	-o-transition: max-height .25s ease;
	-ms-transition: max-height .25s ease;
	transition: max-height .25s ease;
}

body.dark-bg .topnav li > ul {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

body.dark-bg .topnav li > ul li {
	background-color: rgba(0, 0, 0, 0.1);
}

body.transparent_header .topnav li > ul {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.topnav > li:last-child > ul {
	right: -8px;
	left: auto;
	text-align: right;
}

.topnav li:hover ul {
	visibility: visible;
	opacity: 1;
	max-height: 999px !important;
}

.topnav li:hover ul li {
	max-height: 80px !important;
	opacity: 1;
	float: left;
	-webkit-transition: max-height .25s ease, opacity .25s ease;
	-moz-transition: max-height .25s ease, opacity .25s ease;
	-o-transition: max-height .25s ease, opacity .25s ease;
	-ms-transition: max-height .25s ease, opacity .25s ease;
	transition: max-height .25s ease, opacity .25s ease;
}

.topnav li > ul li {
	display: flex;
	float: left;
	min-width: 100%;
	width: 12em;
	line-height: 1.3em !important;
	height: auto;
	padding: 0;
	margin: 0;
	border-top: none;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	-moz-backface-visibility: hidden; /* Fixes flicker on mouseover in Firefox */
}

.topnav li > ul li:last-child {
	border-bottom: none;
}

.topnav li > ul li a {
	display: block;
	width: 100%;
	height: auto;
	white-space: normal;
	padding: 1em 0.7em 1em 0.7em !important;
	color: rgba(255, 255, 255, 1) !important;
}

.topnav li > ul li a:after {
	content: '';
	display: none;
}

.topnav li > ul li.current-menu-item a {
	color: #FFFFFF !important;
	opacity: 1 !important;
}

.topnav li > ul li a:hover {
	color: #FFFFFF !important;
	opacity: 1;
	/*background-color: rgba(255,255,255, 0.02);*/
}

.topnav:hover li a:before,
.topnav:hover li a:before,
.topnav:hover li a:before,
.topnav:hover li a:before {
	display: none;
}

/* -------------------------------- */
/* Inner Sub Menus
/* -------------------------------- */
.topnav ul li > ul {
	max-height: 999px !important;
	left: 100% !important;
	right: auto !important;
	position: absolute;
	margin: 0 !important;
	opacity: 0 !important;
	visibility: hidden !important;
	border-radius: 0 !important;
}

.topnav ul li:hover > ul {
	opacity: 1 !important;
	visibility: visible !important;
}

.topnav ul li:hover > ul li {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.topnav ul li.menu-item-has-children:after {
	content: '\f054';
	font-family: 'FontAwesome';
	color: #FFFFFF;
	opacity: 0.7;
	position: absolute;
	right: 10px;
	top: 1.6em;
	font-size: 8px;
}

.topnav ul li.menu-item-has-children:hover:after {
	opacity: 1;
}

body.dark-bg .topnav ul li > ul {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-left: none;
	top: -1px;
}

/* -------------------------------- */
/* Wide & Mega Menus
/* -------------------------------- */
@media only screen and (min-width: 1025px) {
	.topnav li.wide, .topnav li.mega {
		position: static;
	}

	.topnav li.wide > ul, .topnav li.mega > ul {
		left: 0 !important;
		right: 0 !important;
		text-align: left !important;
		display: flex;
		flex-wrap: wrap;
	}

	body.contained .topnav li.wide > ul, body.contained .topnav li.mega > ul {
		left: 40px !important;
		right: 40px !important;
	}

	.header.stretched .topnav li.wide > ul, .header.stretched .topnav li.mega > ul {
		left: 20px !important;
		right: 20px !important;
	}

	.topnav li.wide > ul li, .topnav li.mega > ul li {
		padding-left: 0 !important;
		padding-right: 0 !important;
		display: block;
		min-width: auto;
		margin-left: 0 !important;
		margin-right: 0 !important;
		border-right: 1px solid rgba(255, 255, 255, 0.08);
		-webkit-transition: max-height .25s ease, opacity .25s ease;
		-moz-transition: max-height .25s ease, opacity .25s ease;
		-o-transition: max-height .25s ease, opacity .25s ease;
		-ms-transition: max-height .25s ease, opacity .25s ease;
		transition: max-height .25s ease, opacity .25s ease;
	}

	.topnav li.wide.col-2 > ul li, .topnav li.mega.col-2 > ul li {
		width: 50%;
	}

	.topnav li.wide.col-3 > ul li, .topnav li.mega.col-3 > ul li {
		width: 33.33333333333333%;
	}

	.topnav li.wide.col-4 > ul li, .topnav li.mega.col-4 > ul li {
		width: 25%;
	}

	.topnav li.wide.col-5 > ul li, .topnav li.mega.col-5 > ul li {
		width: 20%;
	}

	.topnav li.wide.col-6 > ul li, .topnav li.mega.col-6 > ul li {
		width: 16.6%;
	}

	.topnav li.mega > ul > li > a {
		opacity: 1 !important;
	}

	.topnav li.mega > ul > li > ul {
		width: 100% !important;
		position: relative !important;
		left: 0 !important;
		right: 0 !important;
		top: 0 !important;
		visibility: inherit;
		opacity: inherit;
		background: none !important;
	}

	.topnav li.mega > ul > li > ul li {
		width: 100% !important;
		position: relative;
		display: block;
		clear: both;
	}

	.topnav li.mega ul li.menu-item-has-children:after {
		content: '';
		display: none;
	}

	/* No borders where inappropriate */
	.topnav li.wide.col-2 > ul li:nth-last-child(-n+1), .topnav li.mega > ul li:nth-last-child(-n+1) {
		border-bottom: none;
	}

	.topnav li.wide.col-3 > ul li:nth-last-child(-n+2), .topnav li.mega > ul li:nth-last-child(-n+2) {
		border-bottom: none;
	}

	.topnav li.wide.col-4 > ul li:nth-last-child(-n+3), .topnav li.mega > ul li:nth-last-child(-n+3) {
		border-bottom: none;
	}

	.topnav li.wide.col-5 > ul li:nth-last-child(-n+4), .topnav li.mega > ul li:nth-last-child(-n+4) {
		border-bottom: none;
	}

	.topnav li.wide.col-6 > ul li:nth-last-child(-n+5), .topnav li.mega > ul li:nth-last-child(-n+5) {
		border-bottom: none;
	}

	.topnav li.wide.col-2 > ul li:nth-child(2n), .topnav li.mega > ul li:nth-child(2n) {
		border-right: none;
	}

	.topnav li.wide.col-3 > ul li:nth-child(3n), .topnav li.mega > ul li:nth-child(3n) {
		border-right: none;
	}

	.topnav li.wide.col-4 > ul li:nth-child(4n), .topnav li.mega > ul li:nth-child(4n) {
		border-right: none;
	}

	.topnav li.wide.col-5 > ul li:nth-child(5n), .topnav li.mega > ul li:nth-child(5n) {
		border-right: none;
	}

	.topnav li.wide.col-6 > ul li:nth-child(6n), .topnav li.mega > ul li:nth-child(6n) {
		border-right: none;
	}

}

/* --------------------------------------------------------------------------------- */
/* Top Info Bar
/* --------------------------------------------------------------------------------- */
.top-info-bar {
	padding: 10px 0;
	border-bottom: 1px solid #DDDDDD;
}

.header.dark .top-info-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.5);
}

/* --------------------------------------------------------------------------------- */
/* Mobile Navigation
/* --------------------------------------------------------------------------------- */
.mobilenav-container {
	display: none;
	float: left;
	width: 100%;
	height: auto !important;
}

.mobilenav {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 18px 0 18px;
	z-index: 0;
	overflow-y: scroll !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}

.mobilenav li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* New Icon */
.mobilenav > li > ul.sub-menu > li.new {
	position: relative;
}

.mobilenav > li > ul.sub-menu > li.new:after {
	content: 'new';
	font-size: 0.6em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	background: #DC4E5B;
	position: absolute;
	right: 26px;
	top: 2.4em;
	line-height: 0.8em;
	color: #FFFFFF;
}

.mobilenav li i {
	display: none;
}

.dark .mobilenav li:first-child {
	border-top: 0;
}

.mobilenav li a {
	display: block;
	padding: 2em 0;
	position: relative;
}

.mobilenav li > ul {
	display: none;
}

.mobilenav li > ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
	cursor: pointer;
}

.mobilenav li > ul li a {
	padding-left: 14px;
}

.mobilenav li > ul li ul li a {
	padding-left: 28px;
}

.mobilenav li > ul li ul li ul li a {
	padding-left: 42px;
}

.mobilenav li a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 1.2em;
	color: #CCCCCC;
	position: absolute;
	top: 1.7em;
	right: -10px;
	width: 20px;
	height: 14px;
}

.mobilenav > li.menu-item-has-children > a:after {
	content: '\f107';
	right: -6px;
}

.mobilenav > li.mega.menu-item-has-children > ul > li.menu-item-has-children > a:after {
	content: '\f107';
	right: -6px;
}

.mobilenav-button-container {
	width: 20px;
	height: 100%;
	display: none;
	position: absolute;
	right: 20px;
}

.mobilenav-button-inner {
	width: 20px;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.mobilenav-button {
	width: 20px;
	position: relative;
	display: block;
	height: 4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.mobilenav-button:before {
	content: '';
	width: 20px;
	height: 4px;
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.mobilenav-button:after {
	content: '';
	width: 20px;
	height: 4px;
	position: absolute;
	top: 6px;
	left: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* -------------------------------- */
/* Dark Nav Bar Settings
/* -------------------------------- */
.dark .mobilenav-button, .dark .mobilenav-button:before, .dark .mobilenav-button:after {
	background-color: #FFFFFF;
}

/* --------------------------------------------------------------------------------- */
/* Home Page CTA Bar (Call to action)
/* --------------------------------------------------------------------------------- */
.home-cta-bar {
	padding: 20px 500%;
	line-height: 1.4em;
	margin: 0px -500% 0 -500% !important;
	font-size: 1.34em;
	z-index: 20;
	position: relative;
}

.home-cta-bar .text {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	line-height: 1.4em;
	padding-right: 20px;
	width: 100%;
}

.home-cta-bar .button-container {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: right;
}

.home-cta-bar a.button {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	font-size: 0.78em;
	font-weight: 600;
	margin-top: 0;
	padding: 0 1em;
}

.home-cta-spacer {
	content: '';
	width: 100%;
	height: 42px;
}

/* --------------------- */
/* White
/* --------------------- */
.home-cta-bar.white {
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.02);
}

/* --------------------- */
/* Accent
/* --------------------- */
.home-cta-bar.accent {
	color: #FFFFFF;
}

/* --------------------- */
/* Main
/* --------------------- */
.home-cta-bar.main {
	color: #FFFFFF;
	background-image: url(images/cta-bar-main-overlay.png);
}

/* --------------------- */
/* Grey
/* --------------------- */
.home-cta-bar.grey {
	background-color: #E2E2E2;
}

/* --------------------- */
/* White & Grey Top Border
/* --------------------- */
.home-cta-bar.grey:before, .home-cta-bar.white:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.1);
	height: 1px;
	width: 100%;
	top: -1px;
	left: 0;
	position: absolute;
}

/* --------------------------------------------------------------------------------- */
/* Imagery
/* --------------------------------------------------------------------------------- */
.link_image {
	position: relative;
	float: left;
	display: block;
	line-height: 0;
	margin-bottom: 30px !important;
	padding-bottom: 0 !important;
	max-width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-size: 100%;
	-webkit-background-size: 100%;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

a.link_image:hover {
	/*-webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);*/
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

a.link_image img {
	padding-bottom: 0 !important;
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.link_image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	border-radius: inherit;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a.link_image:after {
	font-family: 'FontAwesome';
	content: '\f067';
	font-size: 28px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	color: #FFFFFF !important;
	width: 100%;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a.link_image.mini:after {
	font-size: 14px;
}

a.link_image:hover:after {
	opacity: 1;
}

img.attachment-large, img.attachment-medium, img.attachment-thumbnail {
	max-width: 100%;
	height: auto;
}

/* --------------------------------------------------------------------------------- */
/* Shortcodes
/* --------------------------------------------------------------------------------- */
/* Bullet List
/* -------------------------------- */
.main-content-inner ul {
	list-style: disc;
	list-style-position: outside;
	margin-left: 18px;
}

.main-content-inner ul li {
	line-height: 1.8em;
	margin-bottom: 0.9em;
}

.main-content-inner ul, .main-content-inner ol, .main-content-inner dl {
	margin-bottom: 2.2em;
}

.main-content-inner ul:last-child, .main-content-inner ol:last-child, .main-content-inner dl:last-child {
	margin-bottom: 0;
}

.main-content-inner li ul, .main-content-inner li ol {
	margin-top: 0.9em;
}

/* -------------------------------- */
/* Ordered List
/* -------------------------------- */
.main-content-inner ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 18px;
}

.main-content-inner ol li {
	display: list-item;
	line-height: 1.8em;
	margin-bottom: 0.9em;
}

/* -------------------------------- */
/* Definition List
/* -------------------------------- */
.main-content-inner dl {
	line-height: 1.8em;
}

.main-content-inner dl dt {
	font-weight: bold;
}

.main-content-inner dl dt {
	margin-bottom: 0.4em;
}

.main-content-inner dl dd {
	margin-bottom: 1.8em;
}

/* -------------------------------- */
/* Form Elements
/* -------------------------------- */
.form-submit {
	margin-bottom: 0;
	margin-top: 2em;
}

form {
	clear: both;
}

input, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	padding: 0.9em 0.5em !important;
	border: none;
	font-size: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 1em 0;
	outline: none;
	display: block;
}

.light-bg.white-form-inputs input, .light-bg.white-form-inputs textarea, .light-bg.white-form-inputs select {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

input[type="checkbox"] {
	padding: 0.6em !important;
	padding-left: 0.4em !important;
	display: inline-block;
	float: left;
	margin-right: 0.4em !important;
	line-height: 0.4em !important;
	height: 1.6em !important;
	width: 1.6em;
}

input[type="checkbox"]:checked:before {
	content: '\2713';
}

select:after {
	content: '\2713';
}

.sidebar input, .sidebar textarea, .sidebar select, .footer input, .footer textarea, .footer select {
	width: 100%;
}

.light-bg input, .light-bg textarea, .light-bg select {
	background-color: rgba(0, 0, 0, 0.08);
	color: #6F6F6F;
}

.light-bg.white-form-inputs .main-content input[type="text"],
.light-bg.white-form-inputs .main-content textarea,
.light-bg.white-form-inputs .main-content select,
.white-form-inputs .footer.white input[type="text"],
.white-form-inputs .footer.light input[type="text"],
.white-form-inputs .footer.white textarea,
.white-form-inputs .footer.light textarea,
.white-form-inputs .footer.white select,
.white-form-inputs .footer.light select,
.light-bg.white-form-inputs input, .light-bg.white-form-inputs textarea, .light-bg.white-form-inputs select,
.light-bg.white-form-inputs input:focus, .light-bg.white-form-inputs textarea:focus, .light-bg.white-form-inputs select:focus {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.light-bg.white-form-inputs .main-content input[type="text"]:focus,
.light-bg.white-form-inputs .main-content textarea:focus,
.light-bg.white-form-inputs .main-content select:focus,
.white-form-inputs .footer.white input[type="text"]:focus,
.white-form-inputs .footer.light input[type="text"]:focus,
.white-form-inputs .footer.white textarea:focus,
.white-form-inputs .footer.light textarea:focus,
.white-form-inputs .footer.white select:focus,
.white-form-inputs .footer.light select:focus {
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.dark-bg input, .dark-bg textarea, .dark-bg select {
	background-color: rgba(255, 255, 255, 0.14) !important;
	color: rgba(255, 255, 255, 0.6) !important;
}

.light-bg input:focus, .light-bg textarea:focus, .light-bg select:focus {
	background-color: rgba(0, 0, 0, 0.12);
}

.dark-bg input:focus, .dark-bg textarea:focus, .dark-bg select:focus {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

input[type="submit"] {
	outline: none;
	border: none;
	margin: 0;
	color: #ffffff;
}

.light-bg input[type="submit"], .dark-bg input[type="submit"] {
	color: #ffffff;
}

input[type="submit"]:focus {
	color: #FFFFFF;
}

textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px 6px;
	height: 100px;
	clear: both;
}

select {
	margin-left: 0;
	margin-right: 0;
	padding: 8px 6px 8px 3px;
}

label.error {
	color: #DD4952;
	font-weight: inherit;
	font-weight: 500;
}

/*------------------------*/
/* Form Labels
/*------------------------*/
form label {
	display: block;
}

/*------------------------*/
/* Form Placeholders
/*------------------------*/
.light-bg ::-webkit-input-placeholder, .dark-bg .footer ::-webkit-input-placeholder {
	color: #6F6F6F;
	opacity: 1;
}

.light-bg :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #6F6F6F;
	opacity: 1;
}

.light-bg ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #6F6F6F;
	opacity: 1;
}

.light-bg :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #6F6F6F;
	opacity: 1;
}

.dark-bg ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.85) !important;
	opacity: 1 !important;
}

.dark-bg :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.85) !important;
	opacity: 1 !important;
}

.dark-bg ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.85) !important;
	opacity: 1 !important;
}

.dark-bg :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: rgba(255, 255, 255, 0.85) !important;
	opacity: 1 !important;
}

/* -------------------------------- */
/* Buttons
/* -------------------------------- */
a.button, input[type="submit"], button {
	color: #FFFFFF;
	padding: 1em 1.4em !important;
	line-height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	border: none;
	font-family: inherit;
	font-size: 1em;
	font-weight: 600;
	display: inline-block;
	margin: 0 4px 30px 0;
	cursor: pointer;
	white-space: nowrap;
	letter-spacing: -0.015em;
	box-shadow: none !important;
	background-image: url(images/trans.png);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a.button:focus, input[type="submit"]:focus, button:focus {
	box-shadow: none !important;
	border: inherit !important;
}

a.button, input[type="submit"] {
	margin-right: 4px !important;
}

form input[type="submit"] {
	margin-top: 1em;
}

.light-bg form input[type="submit"], .dark-bg form input[type="submit"] {
	border: 0;
}

a.button:hover, button:hover, input[type="submit"]:hover {
	background-image: url(images/button-hover.png);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

a.button.accent, button.accent, input.accent[type="submit"] {
	color: #FFFFFF !important;
}

a.button.main, button.main, input.main[type="submit"] {
	color: #FFFFFF !important;
}

a.button.blue, button.blue, input.blue[type="submit"] {
	color: #FFFFFF !important;
	background-color: #3757AC;
}

a.button.green, button.green, input.green[type="submit"] {
	color: #FFFFFF !important;
	background-color: #439460;
}

a.button.red, button.red, input.red[type="submit"] {
	color: #FFFFFF !important;
	background-color: #CA4047;
}

a.button.purple, button.purple, input.purple[type="submit"] {
	color: #FFFFFF !important;
	background-color: #443A6B;
}

a.button.cyan, button.cyan, input.cyan[type="submit"] {
	color: #FFFFFF !important;
	background-color: #3EA7C1;
}

a.button.yellow, button.yellow, input.yellow[type="submit"] {
	background-color: #ECD9A0 !important;
	color: #575140;
}

a.button.transparent, button.transparent, input.transparent[type="submit"] {
	background-color: transparent;
	color: #FFFFFF !important;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0) !important;
	-moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0) !important;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1.0) !important;
}

a.button.transparent:hover, button.transparent:hover, input.transparent[type="submit"]:hover {
	-webkit-box-shadow: inset 0 0 0 2px #FFFFFF !important;
	-moz-box-shadow: inset 0 0 0 2px #FFFFFF !important;
	box-shadow: inset 0 0 0 2px #FFFFFF !important;
	background-color: #FFFFFF !important;
	background-image: none;
}

a.button.grey, button.grey, input.grey[type="submit"] {
	background-color: rgba(0, 0, 0, 0.1);
	color: #555555;
}

a.button.white, button.white, input.white[type="submit"] {
	background-color: #FFFFFF;
}

a.button.bordered, button.bordered, input.bordered[type="submit"] {
	background-color: transparent;
	background-image: none;
}

a.button i, button i, input[type="submit"] i {
	margin-right: 0.7em;
	color: inherit;
	position: relative;
	line-height: 0;
}

a.button.yellow i, button.yellow i, input.yellow[type="submit"] i {
	color: #575140;
}

a.button.grey i, button.grey i, input.grey[type="submit"] i {
	color: #555555;
}

a.button.accent:hover, a.button.main:hover, a.button.blue:hover, a.button.green:hover, a.button.red:hover, a.button.purple:hover, a.button.cyan:hover, button.accent:hover, button.main:hover, button.blue:hover, button.green:hover, button.red:hover, button.purple:hover, button.cyan:hover, input.accent[type="submit"]:hover, input.main[type="submit"]:hover, button.blue[type="submit"]:hover, input.green[type="submit"]:hover, input.red[type="submit"]:hover, input.purple[type="submit"]:hover, input.cyan[type="submit"]:hover {
	color: #FFFFFF;
}

/* --------------- */
/* Small
/* --------------- */
a.button.small {
	font-size: 0.8em !important;
	line-height: 0.8em;
}

/* --------------- */
/* Large
/* --------------- */
a.button.large, input[type="submit"].button.large {
	font-size: 1.2em !important;
}

/* -------------------------------- */
/* Tooltips
/* -------------------------------- */
ul.topsocial li a, ul.social li a, ul.footer-social li a, ul.post-sharing li a {
	position: relative;
	display: inline-block;
}

.basix-tooltip {
	position: absolute;
	top: -35px;
	left: -5px;
	padding: 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: inherit;
	letter-spacing: normal;
	line-height: 11px;
	color: #FFFFFF;
	white-space: nowrap;
	opacity: 0;
	display: none;
	z-index: 1;
}

.basix-tooltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent transparent transparent;
	top: 20px;
	left: 4px;
}

ul.topsocial li a:hover > .basix-tooltip, ul.social li a:hover > .basix-tooltip, ul.footer-social li a:hover > .basix-tooltip, ul.post-sharing li a:hover > .basix-tooltip {
	opacity: 1;
	display: block;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

ul.topsocial .basix-tooltip {
	top: 36px;
	left: -5px;
}

ul.topsocial .basix-tooltip:after {
	border-color: transparent transparent transparent;
	top: -12px;
	left: 4px;
}

@media only screen and (min-width: 768px) {
	.button_bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin-bottom: 3em;
	}
}

/* -------------------------------- */
/* Columns
/* -------------------------------- */
.column-container {
	margin-right: -20px !important;
	margin-left: -20px !important;
}

.column-container:before, .column-container:after {
	content: " ";
	display: table;
}

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

.column-one-half {
	width: 50% !important;
}

.column-one-third {
	width: 33.33333333333333% !important;
}

.column-one-fourth {
	width: 25% !important;
}

.column-one-fifth {
	width: 20% !important;
}

.column-one-sixth {
	width: 16.666666666666664% !important;
}

.column-three-qtr {
	width: 75% !important;
}

.column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-three-qtr {
	float: left;
	display: inline-block;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.column-container [class*="column"] .wp-caption {
	max-width: 100% !important;
}

/* -------------------------------- */
/* CTA Bars
/* -------------------------------- */
.cta-bar {
	display: table;
	width: 100%;
	padding: 22px 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.cta-bar-text {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	font-weight: 500;
}

.cta-bar-button {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	padding-left: 30px;
}

.cta-bar p {
	margin: 0;
}

.cta-bar-button a.button {
	margin: 0 !important;
	float: right;
	font-size: 0.84em;
	font-weight: 600;
}

/* -------------------------------- */
/* Main Color CTA Bar
/* -------------------------------- */
.light-bg .cta-bar.main {
	color: #FFFFFF;
}

.dark-bg .cta-bar.main {
	background-color: rgba(255, 255, 255, 0.1);
	color: #FFFFFF;
}

/* -------------------------------- */
/* Accent Color CTA Bar
/* -------------------------------- */
.cta-bar.accent {
	color: #FFFFFF;
}

/* -------------------------------- */
/* Grey Color CTA Bar
/* -------------------------------- */
.light-bg .cta-bar.grey {
	background-color: #E2E2E2;
}

.dark-bg .cta-bar.grey {
	background-color: rgba(255, 255, 255, 0.2);
}

.dark-bg .cta-bar.grey .cta-bar-text {
	color: #FFFFFF;
}

/* -------------------------------- */
/* Tables
/* -------------------------------- */
.table-style-1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	table-layout: fixed;
}

.dark-bg .table-style-1 th {
	color: rgba(255, 255, 255, 0.9) !important;
}

.table-style-1 th, .table-style-1 td {
	text-align: left;
	padding: 14px 8px 14px 14px;
	border-left: 1px solid;
	display: table-cell;
}

.table-style-1 th:first-child, .table-style-1 td:first-child {
	border-left: 0;
	padding-left: 0;
}

.table-style-1 tr {
	border-bottom: 1px solid;
}

.light-bg .table-style-1 tr:first-child, .dark-bg .table-style-1 tr:first-child {
	border-top: none;
}

.light-bg .table-style-1 tr:last-child, .dark-bg .table-style-1 tr:last-child {
	border-bottom: none;
}

.light-bg .table-style-1 th, .light-bg .table-style-1 td, .light-bg .table-style-1 tr {
	border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .table-style-1 th, .dark-bg .table-style-1 td, .dark-bg .table-style-1 tr {
	border-color: rgba(255, 255, 255, 0.1);
}

/* -------------------------------- */
/* Alerts
/* -------------------------------- */
.alert {
	padding: 1em 38px 1em 1em;
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	font-weight: 500;
	line-height: 18px;
	color: #FFFFFF;
}

.alert.accent {
	color: #FFFFFF;
}

.alert.red {
	background-color: #DD7272;
	color: #FFFFFF;
}

.alert.amber {
	background-color: #ECD9A0;
	color: #60583E;
}

.alert.green {
	background-color: #BCD6B0;
	color: #5A754D;
}

.alert.transparent {
	background-color: transparent;
	color: inherit;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.light-bg .alert.transparent {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .alert.transparent {
	border: 1px solid rgba(255, 255, 255, 0.15);
	background-color: rgba(255, 255, 255, 0.01);
}

.alert span.close {
	position: absolute;
	right: 1em;
	top: 14px;
	cursor: pointer;
	display: inline;
}

.alert span.close:after {
	font-size: 14px;
	content: '\f00d';
	font-family: 'FontAwesome';
	color: inherit;
}

/* -------------------------------- */
/* Google Maps
/* -------------------------------- */
.basix-map {
	width: 100% !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* -------------------------------- */
/* Testimonials
/* -------------------------------- */
.jcarousel.testimonials li.jcarousel-item {
	padding-bottom: 1em;
}

.testimonial-text {
	line-height: 1.7em;
	margin-bottom: 1.2em;
}

.testimonial-name {
	display: inline-block;
	font-size: 0.9em;
}

.dark-bg .testimonial-name a {
	border-bottom: 1px dotted #FFFFFF;
}

/* --------------------------------------------------------------------------------- */
/* Portfolio
/* --------------------------------------------------------------------------------- */
.portfolio-grid li.grid-item {
	margin-bottom: 2em;
}

#portfolio {

}

#portfolio .column-one-third {
	width: 33.325% !important;
}

#portfolio > li {
	margin-bottom: 35px;
}

/* -------------------------------- */
/* Filtering
/* -------------------------------- */
.portfolio-filtering {
	position: absolute;
	right: 0;
	top: 0.5em;
}

.portfolio-details .wpb_row:nth-last-child(2) {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.title-container .portfolio-filtering {
		top: 3.6em;
	}
}

#portfolio-filters {
	list-style: none;
	margin-left: 0;
}

#portfolio-filters li {
	float: left;
	margin-right: 20px;
}

#portfolio-filters li:last-child {
	margin-right: 0;
}

#portfolio-filters li span {
	cursor: pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.dark-bg #portfolio-filters li span:hover {
	color: #FFFFFF !important;
}

.dark-bg #portfolio-filters li span.active {
	color: #FFFFFF !important;
}

.title-container #portfolio-filters li span {
	color: #FFFFFF !important;
	opacity: 0.6;
}

.title-container #portfolio-filters li span.active, .title-container #portfolio-filters li span:hover {
	opacity: 1;
}

/* -------------------------------- */
/* Navigation
/* -------------------------------- */
.jcarousel-nav.portfolio {
	top: 8px;
	background-color: transparent !important;
}

.title-container .jcarousel-nav.portfolio {
	top: 2.6em;
}

.title-container .jcarousel-nav.portfolio a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

/* -------------------------------- */
/* Portfolio Details
/* -------------------------------- */
.portfolio-details {
	padding-bottom: 20px;
}

.portfolio-cats {
	float: left;
	display: block;
	margin-top: 45px;
	font-size: 0.9em;
	width: 100%;
}

.portfolio-cats-title {
	float: left;
	display: inline;
	margin-right: 5px;
}

.dark-bg .portfolio-cats-title {
	color: rgba(255, 255, 255, 0.5) !important;
}

.portfolio-cats-title:before {
	font-family: 'FontAwesome';
	content: '\f02b';
	float: left;
	display: inline;
	margin-right: 4px;
}

.dark-bg .portfolio-cats-title:before {
	color: rgba(255, 255, 255, 0.7) !important;
}

.portfolio-cats a {
	display: inline;
}

/* -------------------------------- */
/* Carousel
/* -------------------------------- */
.portfolio-related .divider {
	margin-top: 54px !important;
}

.portfolio-related {
	clear: both;
}

@media only screen and (max-width: 767px) {
	.portfolio-related .jcarousel-outer {
		margin-bottom: 0;
	}
}

/* --------------------------------------------------------------------------------- */
/* Blog
/* --------------------------------------------------------------------------------- */
/* Blog Post
/* -------------------------------- */
ul.blog-list {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.blog-post {
	display: block !important;
	float: left;
	padding-bottom: 48px;
	margin-bottom: 48px !important;
	width: 100%;
	position: relative;
}

.light-bg .blog-post {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .blog-post {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.blog-post:after {
	content: "";
	width: 94px;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.blog-post:last-child {
	margin-bottom: 20px !important;
	border-bottom: none !important;
	padding-bottom: 0;
}

.blog-post:last-child:after, .actual-post:after {
	display: none;
}

.blog-post.actual-post {
	margin-bottom: 10px !important;
	padding-bottom: 0;
	border-bottom: none;
}

.blog-post.actual-post .blog-content {
	float: left;
	display: block;
}

.blog-post.actual-post .link_image,
.blog-post .grid-item .link_image {
	margin-bottom: 2.4em !important;
}

.blog-post h1 {
	margin-bottom: 0.5em;
}

.blog-post h1.quote, .blog-post h2.inner-title.quote, body.single .title-container h1.quote {
	font-style: normal;
}

.blog-post .sticky h1:before, .blog-post .sticky h2:before {
	content: '\f08d';
	font-family: 'FontAwesome';
	margin-right: 0.2em;
}

.format-link .blog-content a {
	font-size: 1.2em;
	font-weight: bold;
}

/* -------------------------------- */
/* Blog Meta
/* -------------------------------- */
.blog-meta {
	width: 100%;
	margin-bottom: 1.0em;
	float: left;
	line-height: 24px;
	display: block;
	position: relative;
	font-size: 0.9em;
}

.actual-post .blog-meta {
	margin-bottom: 3.0em;
}

.blog-meta.title-block {
	margin-bottom: 24px;
	padding: 0 0 0 0;
	border-bottom: none;
	margin-top: -12px;
}

.blog-meta.title-block:after {
	height: 0;
	display: none;
}

.light-bg .blog-meta.title-block {
	margin-bottom: 0;
	padding: 14px 0 14px 0;
	border-bottom: none;
	margin-top: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-meta .meta-item {
	float: left;
	padding: 0 10px 0 0;
	margin-right: 10px;
}

.blog-meta .meta-item:last-child {
	border-right: none;
}

.blog-meta .meta-item .meta-title {
	display: inline;
	margin: 4px 3px 0 0;
}

.dark-bg .blog-meta .meta-item .meta-title {
	color: rgba(255, 255, 255, 0.5) !important;
}

.blog-meta.title-block .meta-item {
	color: #FFFFFF;
}

.blog-meta.title-block .meta-item a {
	color: #FFFFFF;
}

.blog-meta.title-block .meta-item a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

.blog-meta.title-block .meta-item .meta-title:before {
	color: #FFFFFF;
}

.blog-meta .meta-item .meta-title:before {
	font-family: 'FontAwesome';
	display: inline;
	margin-right: 2px;
	font-size: 14px;
	position: relative;
	top: 1px;
}

.dark-bg .blog-meta .meta-item .meta-title:before {
	color: rgba(255, 255, 255, 0.7) !important;
}

.blog-meta .meta-item .meta-title.published:before {
	content: '\f017';
}

.blog-meta .meta-item .meta-title.author:before {
	content: '\f007';
}

.blog-meta .meta-item .meta-title.views:before {
	content: '\f06e';
}

.blog-meta .meta-item .meta-title.comments:before {
	content: '\f0e6';
}

.blog-meta .meta-item .meta-title.cats:before {
	content: '\f114';
}

/* Titled Border Style Only */
.title_bordered .blog-meta {
	padding-bottom: 0;
}

.blog-list .blog-post:after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.light-bg .blog-list .blog-post {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .blog-list .blog-post {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.blog-list .blog-post:last-child {
	border-bottom: none !important;
}

/* -------------------------------- */
/* Blog Content
/* -------------------------------- */
.blog-post .blog-content {
	width: 100%;
	clear: both;
}

.blog-post .blog-content p:last-child {
	margin-bottom: 0 !important;
}

.blog-post .blog-content a.button {
	margin-bottom: 0;
	margin-top: 5px;
}

video, audio {
	float: left;
	max-width: 100%;
}

.blog-post a.read-more {
	margin-top: 2.0em;
	clear: both;
	display: inline-block;
}

.blog-post .blog-content .size-large, .blog-post .blog-content .size-medium, .blog-post .blog-content .size-small, .blog-post .blog-content .size-full {
	margin-top: 6px;
}

/* --------------------- */
/* External Video
/* --------------------- */
.external-video-embed-wrapper {
	margin-bottom: 30px;
	display: block;
	width: 100%;
}

.external-video-embed {
	padding-top: 56%;
	position: relative;
}

.external-video-embed iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* --------------------- */
/* Self-Hosted Video
/* --------------------- */
.self-hosted-video-embed {
	margin-top: 6px;
	display: inline-block;
	max-width: 100%;
}

/* --------------------- */
/* Self-Hosted Audio
/* --------------------- */
.self-hosted-audio-embed {
	margin-bottom: 30px !important;
	padding-top: 6px;
}

/* --------------------- */
/* Media Element Media Player
/* --------------------- */
.mejs-container {
	margin-bottom: 30px !important;
}

.mejs-container, .mejs-embed, .mejs-embed body {
	background: rgba(0, 0, 0, 0.2) !important;
}

.mejs-container:only-child {
	margin-bottom: 0 !important;
}

.mejs-time-total {
	background: rgba(255, 255, 255, 0.1) !important;
}

.mejs-time-loaded {
	background: rgba(255, 255, 255, 0.2) !important;
}

.mejs-controls {
	overflow: hidden;
}

.mejs-controls button {
	outline: none !important;
}

.mejs-overlay-button {
	background: none !important;
}

.mejs-overlay-play {
	display: table;
	width: 100% !important;
	height: 100% !important;
}

.mejs-overlay-play:after {
	display: table-cell;
	vertical-align: middle;
	font-family: 'FontAwesome';
	content: '\f144';
	font-size: 68px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.mejs-overlay-play {
		display: none !important;
	}
}

/* -------------------------------- */
/* Grid
/* -------------------------------- */
@media only screen and (min-width: 768px) {
	.blog-list.grid {
		display: flex;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.blog-list.grid .blog-post {
	display: flex !important;
	float: left;
	width: 100%;
	border: none !important;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 3em !important;
	padding-bottom: 0;
}

@media only screen and (min-width: 1024px) {
	.blog-list.grid.boxed {
		margin-left: -10px;
		margin-right: -10px;
	}

	.blog-list.grid.boxed .blog-post {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px !important;
	}
}

@media only screen and (min-width: 1024px) {
	.page-template-template-blog-grid-boxed-no-sidebar .blog-list.grid .blog-post,
	.page-template-template-blog-grid-no-sidebar .blog-list.grid .blog-post {
		width: 33.33333%;
	}
}

@media only screen and (min-width: 768px) {
	.blog-list.grid .blog-post {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.blog-list.grid {
		margin-left: -10px;
		margin-right: -10px;
	}

	.blog-list.grid .blog-post {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.blog-list.grid .blog-post .post {
	width: 100%;
}

.blog-list.grid .blog-post .blog-meta {
	margin-bottom: 0;
	margin-top: -0.5em;
}

.blog-list.grid .blog-post a.read-more {
	margin-top: 1em;
	display: none;
}

.blog-list.grid .blog-content {
	display: flex;
	flex-direction: column; /* vertical */
}

.blog-list.grid .blog-content p {
	display: none;
}

.blog-list.grid .the-content {
	display: none;
}

.blog-list.grid .link_image,
.blog-list.grid .external-video-embed-wrapper {
	margin-bottom: 1.2em !important;
}

@media only screen and (min-width: 767px) {
	.blog-meta .meta-item {
		padding-right: 6px;
	}
}

.blog-list.grid .blog-meta .meta-item.cats,
.blog-list.grid .blog-meta .meta-item.author {
	display: none;
}

.blog-list.grid .blog-meta .meta-item.comments {
	padding-right: 0;
	margin-right: 0;
}

/* Boxed */

@media only screen and (max-width: 1024px) {
	.blog-list.grid.boxed .blog-post {
		margin-bottom: 20px !important;
	}
}

.light-bg .blog-list.grid.boxed .blog-post .post:hover {
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}

.blog-list.grid.boxed .blog-post .post {
	float: left;
	padding: 10px 10px 2.0em 10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	position: relative;
}

.light-bg .blog-list.grid.boxed .blog-post .post {
	background: #FFFFFF;
	border-color: rgba(0, 0, 0, 0.15);
}

.dark-bg .blog-list.grid.boxed .blog-post .post {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
}

.blog-list.grid.boxed .blog-post .blog-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 0;
	padding-top: 0;
}

/*.light-bg .blog-list.grid.boxed .blog-post .blog-meta {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .blog-list.grid.boxed .blog-post .blog-meta {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}*/

.jcarousel-item .date:before, .grid-item .date:before, .jcarousel-item .categories:before, .grid-item .categories:before {
	font-family: 'FontAwesome';
	display: inline;
	margin-right: 0.4em;
	padding-left: 1px;
	font-size: 1em;
	position: relative;
	float: left;
}

.jcarousel-item .date:before, .grid-item .date:before {
	content: '\f017';
}

.jcarousel-item .categories:before, .grid-item .categories:before {
	content: '\f114';
}

/* -------------------------------- */
/* Blog Navigation
/* -------------------------------- */
.blog-nav {
	display: block;
	float: left;
	margin-top: 1em;
}

.blog-nav a.prev-posts {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

.blog-nav .old-and-new {
	display: inline;
}

.light-bg .blog-nav .old-and-new a.prev-posts {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg .blog-nav .old-and-new a.prev-posts {
	border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.blog-nav a.next-posts {
	float: left;
}

.blog-nav a.prev-posts:before, .blog-nav a.next-posts:after {
	font-family: 'FontAwesome';
	font-size: 10px;
}

.light-bg .blog-nav a:hover.back:before, .light-bg .blog-nav > a:hover.next:after {
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

.dark-bg .blog-nav a:hover.back:before, .dark-bg .blog-nav a:hover.next:after {
	color: #FFFFFF !important;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-o-transition: color .1s linear;
	-ms-transition: color .1s linear;
	transition: color .1s linear;
}

.blog-nav a.prev-posts:before {
	content: '\f053';
	padding-right: 6px;
}

.blog-nav a.next-posts:after {
	font-family: 'FontAwesome';
	content: '\f054';
	padding-left: 6px;
}

/* -------------------------------- */
/* Blog Comments
/* -------------------------------- */
#comments {
	display: inline-block;
	width: 100%;
}

#comments ul {
	list-style: none;
	padding-bottom: 0;
	list-style: none;
	margin: 0 0 0 0;
}

#comments .comment-body {
	margin-bottom: 30px;
}

#comments .comment-body:last-child {
	margin-bottom: 0;
}

#comments .avatar {
	float: left;
	margin-right: 9px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-top: 0.4em;
}

#comments p {
	clear: both;
}

#comments .fn {
	font-style: normal;
}

#comments .comment-meta {
	line-height: 18px;
	font-size: 11px;
	margin-bottom: 10px;
}

.light-bg #comments .comment-meta a:first-child {
	color: #AAAAAA;
}

.dark-bg #comments .comment-meta a:first-child {
	color: rgba(255, 255, 255, 0.3) !important;
}

#comments .comments-closed {
	padding: 14px 38px 14px 12px;
	display: block;
	width: 100%;
	clear: both;
	float: left;
	margin: 14px 0 20px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	font-weight: 500;
	line-height: 18px;
}

.light-bg #comments .comments-closed {
	background-color: #E2E2E2;
}

.dark-bg #comments .comments-closed {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

#comments .comment-reply-title a {
	float: none;
	display: inline;
}

#comments a#cancel-comment-reply-link {
	font-size: 11px;
	float: right;
}

#comments .children {
	margin-left: 30px;
}

#comments .children:last-child {
	padding-bottom: 0 !important;
}

#comments .pingback {
	margin-bottom: 1.6em;
}

/* -------------------------------- */
/* Blog Comment Form
/* -------------------------------- */
#comments #respond {
	display: block;
	margin-bottom: 25px;
}

.comment-form input[type="submit"] {
	margin-top: 10px;
}

/* -------------------------------- */
/* Blog Post Tags
/* -------------------------------- */
.post-tags {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 2.4em;
}

.post-tags-title {
	float: left;
	line-height: inherit;
	margin: 4px 0.8em 0 0 !important;
	font-weight: bold;
}

a.post-tag {
	display: inline;
	margin: 4px 0.6em 0 0;
	float: left;
}

/* -------------------------------- */
/* Blog Post Pagination
/* -------------------------------- */
.blog-pagination {
	margin-top: 2em;
	display: inline-block;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
}

.blog-pagination .page {
	margin-right: 0.6em;
	float: left;
}

/* -------------------------------- */
/* Blog Post Sharing
/* -------------------------------- */
ul.post-sharing {
	display: block;
	float: left;
	clear: both;
	list-style: none;
	margin: 20px 0 0 0;
}

.post-sharing li {
	position: relative;
	float: left;
	margin-right: 14px;
	margin-left: 0;
	font-size: 1.6em;
	line-height: inherit !important;
}

.dark-bg .post-sharing a i {
	color: rgba(255, 255, 255, 0.4) !important;
}

.dark-bg .post-sharing a:hover i {
	color: #FFFFFF !important;
}

/* -------------------------------- */
/* Blog Sidebar
/* -------------------------------- */
.main-content .widget {
	width: 100%;
	display: block;
	margin-bottom: 35px !important;
	float: left;
}

.sidebar {
	float: right;
}

.sidebar.left {
	float: left;
}

.main-column {
	float: left;
}

.main-column.right {
	float: right;
}

.sidebar ul {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}

/* Uncomment this section for 2 column sidebar menu on high res screens
@media only screen and (min-width: 1346px) {
	.sidebar ul {
		-webkit-column-count: 2;
		column-count: 2;
	}
}*/
.sidebar .widget form {
	clear: both;
}

.sidebar .widget h3 {
	margin-bottom: 1em;
}

.sidebar .widget h3.sub-title {
	margin-bottom: 2px;
	line-height: 18px;
	font-size: 13px;
}

.dark-bg .sidebar .widget h3.sub-title, .dark-bg .sidebar .widget h3.sub-title a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.dark-bg .sidebar .widget h3.sub-title a:hover {
	color: #FFFFFF !important;
}

.sidebar .widget li:last-child {
	margin-bottom: 0;
}

.light-bg .sidebar span {
	color: #9E9E9E;
}

.dark-bg .sidebar span {
	color: rgba(255, 255, 255, 0.4) !important;
}

/* -------------------------------- */
/* Quote Format
/* -------------------------------- */
.blog-post.actual-post .format-quote blockquote:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	font-size: 2em;
}

.blog-post.actual-post cite {
	opacity: 0.7;
}

/* --------------------------------------------------------------------------------- */
/* Search Results
/* --------------------------------------------------------------------------------- */
body.search ol {
	list-style-type: none;
	margin: 0;
}

body.search ol > li:last-child {
	margin-bottom: 0;
	border-bottom: none !important;
}

.search-results li.search-result {
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-bg.search-results li.search-result {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.search-results h3 {
	margin-bottom: 0.6em !important;
}

.search-results .blog-meta {
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: none !important;
}

.search-results .blog-meta:after {
	content: "";
	display: none;
}

.search-results .search-result-text {
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.search-results .meta-title.cats {
	display: none;
}

/* --------------------------------------------------------------------------------- */
/* Contact Form
/* --------------------------------------------------------------------------------- */
.contactform .holder {
	margin-left: -5px;
	margin-right: -5px;
}

.contactform .column-full-width, .contactform .column-one-half, .contactform .column-one-third, .contactform .column-one-fourth, .contactform .column-one-fifth {
	padding-left: 5px !important;
	padding-right: 5px !important;
	position: relative;
}

.contactform input[type="text"] {
	width: 100%;
	float: left;
	margin-right: 10px;
}

.contactform input:nth-child(3n+3) {
	margin-right: 0;
}

.contactform input[type="submit"] {
	margin-top: 10px;
	margin-right: 0 !important;
	float: left;
}

.contactform label.error {
	position: absolute;
	right: 14px;
	top: 0;
	padding: 0.9em 0;
	font-size: 1em;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.contactform .alert {
	margin-bottom: 10px !important;
	display: none;
}

.contactform .alert i {
	margin-right: 8px;
}

/* --------------------------------------------------------------------------------- */
/* Footer
/* --------------------------------------------------------------------------------- */
.footer-container {
	display: table-row;
	width: 100%;
}

.footer-container .footer-shortcode {
	padding-bottom: 40px;
}

.footer-container .footer-shortcode .vc_separator {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.footer {
	padding: 4.2em 0 0 0;
	font-size: 1em;
	float: left;
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
	-webkit-backface-visibility: hidden;
}

.footer.dark {
	color: rgba(255, 255, 255, 0.65);
	background-color: rgba(0, 0, 0, 0.20);
}

.footer.white {
	background-color: #FFFFFF;
	background-image: none;
}

.footer.light .footer-lower-container.solid, .footer.white .footer-lower-container.solid {
	background-color: rgba(0, 0, 0, 0.05);
}

.footer.light {
	background-color: #EFEFEF;
	background-image: none;
}

.footer.white:before {
	content: '';
	height: 1px;
	width: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: -1px;
	z-index: 0;
}

.footer .logo {
	margin-bottom: 15px;
	max-width: 150px;
}

.footer.dark h3 {
	color: #FFFFFF;
}

.footer p {
	margin-bottom: 15px;
}

.footer p:last-child {
	margin-bottom: 0 !important;
}

.footer.dark a:hover {
	color: #FFFFFF;
}

.footer .column-container {
	padding-bottom: 5em;
	float: left;
	width: 100%;
}

.footer-lower-container {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-size: 1em;
}

.footer.dark .footer-lower-container.solid {
	background-color: rgba(0, 0, 0, 0.25);
}

.footer-lower-inner {
	padding: 1.8em 0;
	display: inline-block;
	text-align: left;
	line-height: 1.6em;
	position: relative;
}

.footer.dark .footer-lower-inner.trans:before {
	content: '';
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	background: rgba(255, 255, 255, 0.15);
}

body.contained .footer.dark .footer-lower-inner.trans:before {
	left: 40px;
	right: 40px;
}

.footer.light .footer-lower-inner.trans:before, .footer.white .footer-lower-inner.trans:before {
	background rgba(0, 0, 0, 0.12);
}

.footer-lower li {
	float: left;
	margin-right: 25px;
}

.footer.dark .footer-lower li a,
.footer.dark .footer-copyright a {
	color: inherit;
	color: rgba(255, 255, 255, 0.65);
}

.footer.dark .footer-lower li a:hover,
.footer.dark .footer-copyright a:hover {
	color: #FFFFFF;
}

.footer-copyright {
	float: right;
}

.footer.dark .footer-copyright {
	color: rgba(255, 255, 255, 0.5);
}

.footer.no-widgets {
	padding-top: 0 !important;
}

.footer-lower-container.no-widgets {
	border-top: none !important;
}

/* --------------------- */
/* Footer Infobar
/* --------------------- */
.footer-infobar {
	clear: both;
	width: 100%;
	font-size: 1.3em;
	text-align: left;
	line-height: 1.4em;
	padding: 26px 0 26px 0;
	margin: 0;
	position: relative;
	top: 0;
	z-index: 1;
}

.footer-infobar a {
	border-bottom: 1px dotted;
}

.footer-infobar.accent a, .footer-infobar.accent a:hover, .footer-infobar.main a, .footer-infobar.main a:hover {
	color: inherit !important;
	border-bottom: 1px dotted;
}

.footer-infobar.accent, .footer-infobar.main {
	color: #FFFFFF;
}

.light-bg .footer-infobar.alternate {
	background-color: #E7E7E7;
}

.light-bg.wh .footer-infobar.alternate {
	background-color: #E8E8E8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dark-bg .footer-infobar.alternate {
	background-color: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.8);
}

.light-bg .footer-infobar:after {
	content: '';
	position: absolute;
	top: -1px;
	z-index: 2;
	width: 40%;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 0 auto;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
}

.light-bg .footer-infobar:after {
	border-color: #F7F7F7 transparent transparent transparent;
}

.light-bg.wh .footer-infobar:after {
	border-color: #FFFFFF transparent transparent transparent;
}

/* --------------------------------------------------------------------------------- */
/* Basix Widgets
/* --------------------------------------------------------------------------------- */
/* Featured Portfolio Item
/* --------------------- */
.portfolio-featured-widget h3 {
	font-size: 1.1em !important;
	display: inline-block;
	width: 100%;
	margin-bottom: 0 !important;
}

.portfolio-featured-widget .link_image {
	margin-bottom: 16px !important;
}

.portfolio-featured-widget .categories {
	margin-top: 0.6em;
	font-size: 0.85em;
	line-height: 1em;
	padding-bottom: 4px;
}

.portfolio-featured-widget .categories .category {
	display: inline;
	margin: 0;
}

.portfolio-featured-widget .categories .category:after {
	content: ', ';
}

.portfolio-featured-widget .categories .category:last-child:after {
	content: '';
	display: none;
}

.main-content .light-bg .portfolio-featured-widget .categories .category, .footer.light .portfolio-featured-widget .categories .category, .footer.white .portfolio-featured-widget .categories .category {
	color: #9C9C9C;
}

.main-content .dark-bg .portfolio-featured-widget .categories .category, .footer.dark .portfolio-featured-widget .categories .category {
	color: rgba(255, 255, 255, 0.5) !important;
}

/* --------------------- */
/* Twitter
/* --------------------- */
.twitter-feed {
	width: 100%;
	float: left;
	list-style: none;
}

.footer .widget .twitter-feed li {
	margin-bottom: 2em;
}

.twitter-feed li:last-child {
	margin-bottom: 0;
}

.twitter-pic {
	float: left;
	width: 33px;
	height: 33px;
	margin-top: 4px;
	position: relative;
}

.twitter-pic img {
	width: 33px;
	height: 33px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.tweet-time a {
	clear: both;
}

.footer.dark .tweet-time a, .darg-bg .main-content .tweet-time a {
	color: rgba(255, 255, 255, 0.4);
}

.footer.dark .tweet-time a:hover, .darg-bg .main-content .tweet-time a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.footer.white .tweet-time a, .footer.light .tweet-time a, .light-bg .main-content .tweet-time a {
	color: inherit;
}

.footer.white .tweet-time a:hover, .footer.light .tweet-time a:hover, .light-bg .main-content .tweet-time a:hover {
	color: inherit;
}

.footer.dark .widget .twitter-feed .twitter-text a {
	font-weight: bold;
}

.footer.dark .widget .twitter-feed a[title*="http"] {
	font-weight: normal;
}

/* --------------------- */
/* Portfolio
/* --------------------- */
.portfolio-widget-container {
	overflow: hidden;
	width: auto;
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 4px;
}

.portfolio-widget-item {
	width: 33.333333%;
	padding: 0 5px 10px 5px;
	float: left;
}

.portfolio-widget-item a.link_image:after {
	font-size: 14px;
}

/* --------------------- */
/* Newsletter
/* --------------------- */
.widget_basix_newsletter_widget .container {
	position: relative;
	margin: 4px 0 6px 0;
	float: left;
	width: 100%;
}

.widget_basix_newsletter_widget .textbox {
	font-size: 1em;
	margin: 0 !important;
	width: 80%;
	float: left;
	-webkit-border-top-left-radius: 2px;
	-moz-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.widget_basix_newsletter_widget .text {
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.widget_basix_newsletter_widget label.error, .widget_basix_newsletter_widget .ajax-output {
	margin-bottom: 0.4em;
}

.widget_basix_newsletter_widget .button {
	width: auto;
	min-width: 20%;
	border: 0;
	color: #FFFFFF;
	font-size: 1em;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0.8em !important;
	height: 100%;
	margin: 0 !important;
	line-height: 0;
	-webkit-border-top-right-radius: 2px !important;
	-moz-border-top-right-radius: 2px !important;
	border-top-right-radius: 2px !important;
	-webkit-border-bottom-right-radius: 2px !important;
	-moz-border-bottom-right-radius: 2px !important;
	border-bottom-right-radius: 2px !important;
	-webkit-border-top-left-radius: 0 !important;
	-moz-border-top-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-bottom-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* Firefox is stuck in the 1990s */
@-moz-document url-prefix() {
	.widget_basix_newsletter_widget .button {
		padding: 18px 8px;
	}
}

.widget_basix_newsletter_widget input, .widget_basix_newsletter_widget input:focus {
	outline: 0;
}

.footer.dark .widget_basix_newsletter_widget input[type="text"], .footer.dark .widget_basix_newsletter_widget input[type="text"]:focus {
	background-color: #FFFFFF;
	border: none !important;
}

.footer.dark .widget_basix_newsletter_widget input[type="submit"] {
	border: none !important;
}

/* --------------------- */
/* Social Icons
/* --------------------- */
.footer-social i {
	font-size: 1.4em;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.footer-social li {
	display: inline-block;
	margin-left: 0.7em;
	line-height: 1.6em;
}

.footer-social li:first-child {
	margin-left: 0;
}

.footer.dark .footer-social li i {
	color: rgba(255, 255, 255, 0.5);
}

.footer.dark .footer-social li i:hover {
	color: #FFFFFF;
}

.footer-social li:last-child .basix-tooltip {
	left: inherit;
	right: 0;
}

.footer-social li:last-child .basix-tooltip:after {
	left: inherit;
	right: 4px;
}

/* --------------------- */
/* Form Processing Animation (Ajax)
/* --------------------- */
.basix-ajax-loader {
	-webkit-animation-name: basix-ajax-spin;
	-webkit-animation-duration: 400ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: basix-ajax-spin;
	-moz-animation-duration: 400ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: basix-ajax-spin;
	-ms-animation-duration: 400ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
}

@-moz-keyframes basix-ajax-spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes basix-ajax-spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes basix-ajax-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

/* --------------------------------------------------------------------------------- */
/* WordPress Standard Widgets
/* --------------------------------------------------------------------------------- */
.footer .widget {
	margin-bottom: 2.5em;
}

.footer div[class*='column-one'] .widget:only-child {
	margin-bottom: 0;
}

.footer .widget li {
	margin-bottom: 2em;
	clear: both;
}

.footer .widget li, .footer .widget li p {
	line-height: 1.8em !important;
}

.footer .widget li:last-child {
	margin-bottom: 0;
}

.footer .widget span {
	display: block;
}

.footer.dark .widget span {
	color: rgba(255, 255, 255, 0.4);
}

/* --------------------- */
/* Text Widget
/* --------------------- */
.main-content .textwidget {
	line-height: 1.8em;
}

.footer .textwidget {
	line-height: 18px;
}

/* --------------------- */
/* Archives
/* --------------------- */
.widget_archive select {
	width: 100%;
}

/* --------------------- */
/* Recent Entries
/* --------------------- */
.widget_recent_entries li span {
	font-size: 0.9em;
}

/* --------------------- */
/* Calendar
/* --------------------- */
.widget_calendar {
	position: relative;
	overflow: hidden;
}

.widget_calendar #calendar_wrap {
	margin-top: -2.7em;
}

.widget_calendar caption {
	font-size: 11px;
	font-size: 11px;
	text-align: right;
	margin-bottom: 2em;
	margin-right: 1em;
	padding-top: 0.1em;
}

.widget_calendar table {
	width: 100%;
	font-size: 11px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar thead {
	display: none;
}

.widget_calendar tbody td {
	padding: 0.8em 0;
}

.widget_calendar .pad {
	background: none !important;
}

.widget_calendar tfoot td {
	padding-top: 1.8em;
	background: none !important;
}

.widget_calendar #next {
	text-align: right;
	padding-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.widget_calendar tbody td {
		padding: 5px;
	}

	.widget_calendar #next {
		padding-right: 5px;
	}
}

/* --------------------- */
/* Tags
/* --------------------- */
.widget_tag_cloud a {
	display: inline;
	padding: 6px;
	font-size: inherit !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin: 0 4px 4px 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.widget_tag_cloud a {
	color: #FFFFFF !important;
}

.dark-bg .main-content .widget_tag_cloud a:hover, .footer.dark .widget_tag_cloud a:hover {
	background-color: #FFFFFF;
}

.light-bg .main-content .widget_tag_cloud a:hover, .footer.light .widget_tag_cloud a:hover {
	color: #FFFFFF;
}

/* --------------------- */
/* Search
/* --------------------- */
.widget_search .searchform {
	position: relative;
	float: left;
	width: 100%;
}

.widget_search #s {
	margin: 0 !important;
	width: 100%;
}

.widget_search #searchsubmit {
	font-family: 'FontAwesome';
	font-size: 13px;
	font-weight: normal;
	background-color: transparent !important;
	position: absolute;
	right: 5px;
	top: 0;
	line-height: 0;
	padding: 0;
	margin: 0 !important;
	height: 100%;
	width: 26px;
	border: none;
	background: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.widget_search label {
	display: none;
}

.light-bg .widget_search #searchsubmit, .dark-bg .footer .widget_search #searchsubmit {
	color: #999999 !important;
}

.dark-bg .widget_search #searchsubmit, .light-bg .footer .widget_search #searchsubmit {
	color: rgba(255, 255, 255, 0.4) !important;
}

/* --------------------- */
/* Menu
/* --------------------- */
.widget_nav_menu li.current-menu-item {
	position: relative;
}

.widget_nav_menu li.current-menu-item a {
	border-bottom: 1px dotted;
}

.dark-bg .widget_nav_menu li.current-menu-item a {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

/* --------------------- */
/* Gallery
/* --------------------- */
.gallery {
	margin-right: -20px !important;
	margin-left: -20px !important;
}

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

.gallery-item {
	display: inline-block;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-bottom: 34px;
}

.gallery-item img {
	border: none !important;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.33333333333333% !important;
}

.gallery-caption {
	margin-top: 8px;
}

body.attachment p.attachment {
	margin-top: 6px !important;
}

li.blog-post .gallery {
	display: none;
}

/* --------------------- */
/* Categories
/* --------------------- */
.light-bg .widget_categories {
	color: #BBBBBB;
}

.dark-bg .widget_categories {
	color: rgba(255, 255, 255, 0.4) !important;
}

/* --------------------- */
/* Misc
/* --------------------- */
.widget {
	width: 100%;
	float: left;
}

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

.widget li, .widget li.menu-item, .wpb_row .menu li.menu-item, .widget li.cat-item, .widget.widget_recent_entries li {
	margin-bottom: 1em;
	clear: both;
	line-height: 1.5em;
}

.footer.dark .widget li > a {
	color: rgba(255, 255, 255, 0.7);
}

.footer.dark .widget li > a:hover {
	color: rgba(255, 255, 255, 1);
}

.widget.widget_recent_entries li {
	margin-bottom: 2.0em;
}

.widget li > ul {
	margin-top: 12px;
	margin-left: 10px;
}

.widget .post-date, .widget .tweet-time {
	display: block;
	font-size: 0.9em;
	margin-top: 1em;
}

.widget .post-date:after, .widget .tweet-time:after {
	font-family: 'FontAwesome';
	display: inline;
	margin-right: 0.4em;
	padding-left: 1px;
	font-size: 1em;
	position: relative;
	content: '\f017';
	float: left;
}

.portfolio-widget-item a.link_image:hover:before {
	opacity: 0.9 !important;
}

/* --------------------- */
/* Required
/* --------------------- */
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
}

.wp-caption {
	margin-bottom: 1.6em;
}

/* --------------------------------------------------------------------------------- */
/* Top of Page Link
/* --------------------------------------------------------------------------------- */
.top-of-page-link {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 50px;
	line-height: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	z-index: 300;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.top-of-page-link i {
	font-size: 20px;
	color: #FFFFFF !important;
	line-height: 46px;
}

/* --------------------------------------------------------------------------------- */
/* 404 Error Page
/* --------------------------------------------------------------------------------- */
.error-404-container {
	text-align: center;
	margin-bottom: 35px;
}

.error-404-container i {
	font-size: 206px;
	margin-bottom: 20px;
	display: block;
}

.error-404-container h1 {
	margin-bottom: 6px;
}

.error-404-container p {
	font-size: 1.2em;
}

/* --------------------------------------------------------------------------------- */
/* Visual Composer
/* --------------------------------------------------------------------------------- */
.vc_row {
	margin-left: -20px !important;
	margin-right: -20px !important;
	clear: both;
}

.vc_row[data-vc-full-width] {
	overflow: visible !important;
}

.vc_row[data-vc-full-width].vc_parallax {
	overflow: hidden !important;
}

.wpb_button, .wpb_content_element {
	margin-bottom: 0;
}

.column_container.vertical-middle {
	display: table-cell;
	height: 100%;
	float: none !important;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	/* VC Composer targets 768 for some reason... bringing it down to 767px */
	.column_container.vertical-middle {
		display: block;
	}
}

.wpb_content_element {
	line-height: 1.8em;
	display: inline-block;
	width: 100%;
}

.wpb_content_element.wpb_revslider_element {
	display: block;
	margin-bottom: 0;
}

.wpb_row .categories_filter {
	margin-left: 20px !important;
	margin-bottom: 30px !important;
}

.dark-bg .categories_filter li.active a {
	color: #FFFFFF !important;
}

a.vc_read_more {
	display: block !important;
	margin-top: 20px !important;
}

.wpb_thumbnails a.link_image:after {
	font-size: 38px;
}

.vc_separator {
	margin-top: 30px;
	margin-bottom: 45px !important;
}

.light-bg .vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .vc_separator.vc_sep_color_grey .vc_sep_line {
	border-color: rgba(255, 255, 255, 0.2);
}

.wpb_alert {
	padding: 1em 14px !important;
}

.wpb_alert .messagebox_text, .wpb_alert-warning .messagebox_text {
	padding-left: 26px !important;
}

/* Image Gallery - Grid */
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
	width: 25%;
	margin: 0 !important;
	display: inline-block;
}

.wpb_image_grid .wpb_image_grid_ul {
	overflow: hidden;
	width: 99.91%;
}

@media only screen and (max-width: 767px) {
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wpb_image_grid .wpb_image_grid_ul .isotope-item {
		width: 33.333333%;
		margin-bottom: 10px;
	}
}

.wpb_image_grid img.attachment-large,
.wpb_image_grid img.attachment-medium,
.wpb_image_grid img.attachment-thumbnail {
	border-radius: 0;
}

.flexslider, .nivoSlider {
	margin: 0 !important;
	position: absolute;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.flexslider_fade {
	overflow: visible !important;
}

.flexslider .slides img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}

ol.flex-control-paging {
	list-style: none !important;
	margin: 0 !important;
	top: inherit !important;
	display: none;
}

.flexslider:hover ol.flex-control-paging {
	display: block;
}

.flex-control-paging li {
	display: inline-block !important;
	line-height: inherit !important;
	margin-bottom: 0 !important;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.3) !important;
	box-shadow: none !important;
}

.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.5) !important;
}

.flex-control-paging li a.flex-active {
	background: #FFFFFF !important;
}

.flex-control-nav {
	position: absolute;
	bottom: 2% !important;
	z-index: 10;
}

.wpb_slider_nivo {
	position: relative;
}

.nivoSlider img {
	height: auto !important;
}

.nivo-controlNav {
	position: absolute;
	bottom: 2% !important;
	width: 100%;
	left: 0;
	z-index: 10;
}

ul.wpb_thumbnails.wpb_thumbnails-fluid.vc_clearfix.isotope {
	overflow: hidden !important;
}

.vc_progress_bar .vc_single_bar {
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.vc_progress_bar .vc_single_bar .vc_label {
	text-shadow: none !important;
}

.vc_single_bar .vc_label, .vc_progress_bar.wpb_content_element.accent .vc_single_bar .vc_label, .vc_progress_bar.wpb_content_element.main .vc_single_bar .vc_label {
	color: #FFFFFF;
}

.dark-bg .vc_progress_bar.main .vc_single_bar .vc_bar {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.light-bg .vc_single_bar.bar_grey .vc_label {
	color: inherit;
}

.wpb_wrapper .vc_progress_bar {
	margin-bottom: 11px;
}

.wpb_wrapper .vc_progress_bar:only-child {
	margin-bottom: 35px;
}

.vc_column-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.popular .vc_column-inner:before {
	font-family: 'FontAwesome';
	font-size: 16px;
	content: '\f005';
	color: #FFFFFF;
	position: absolute;
	right: 32px;
	top: 10px;
	z-index: 9;
}

.no-spacing .popular .vc_column-inner:before {
	right: 14px;
	top: 10px;
	z-index: 9;
}

.popular .vc_column-inner:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 60px 60px 0;
	position: absolute;
	top: 0;
	right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.popular .vc_column-inner:after {
		right: 10px;
	}

	.popular .vc_column-inner:before {
		right: 22px;
	}
}

@media only screen and (min-width: 768px) {
	.no-spacing .popular .vc_column-inner:before {
		top: 12px;
		right: 12px;
	}

	.no-spacing .popular .vc_column-inner:after {
		right: 0;
	}
}

.vc_span1 h2, .vc_span2 h2, .vc_span3 h2, .vc_span4 h2, .vc_span5 h2, .aio-icon-header h3.aio-icon-title {
	margin-bottom: 18px !important;
}

.aio-icon-box.default-icon h3.aio-icon-title {
	margin-bottom: 0 !important;
}

.vc_span1, .vc_span2, .vc_span3, .vc_span4, .vc_span5, .vc_span6, .vc_span7, .vc_span8, .vc_span9, .vc_span10, .vc_span11, .vc_span12, .vc_span13, .vc_span14, .vc_span15, .vc_span16, .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.vc_span1 a.link_image:after, .vc_span2 a.link_image:after, .vc_span3 a.link_image:after, .vc_span4 a.link_image:after, .vc_span5 a.link_image:after {
	font-size: 24px;
}

li.isotope-item a.link_image {
	margin-bottom: 18px !important;
}

/* Lower decimal place figure to suit sidebar pages */
.isotope-item.vc_span4 {
	width: 33.33333% !important;
}

@media only screen and (max-width: 767px) {
	/* All columns apart from full width - Mobile Only */
	.vc_span1:last-child, .vc_span2:last-child, .vc_span3:last-child, .vc_span4:last-child, .vc_span5:last-child, .vc_span6:last-child, .vc_span7:last-child, .vc_span8:last-child, .vc_span9:last-child, .vc_span10:last-child, .vc_span11:last-child {
		margin-bottom: 0 !important;
	}
}

.wpb_gmaps_widget .wpb_wrapper {
	background-color: transparent !important;
	padding: 0 !important;
}

.vc_span1 .vc_pie_chart .vc_pie_chart_value, .vc_span2 .vc_pie_chart .vc_pie_chart_value {
	font-size: 100%;
}

@media only screen and (max-width: 767px) {
	.vc_pie_chart .vc_pie_chart_value {
		font-size: 180% !important;
	}
}

.vc_box_circle {
	border-radius: 50%;
}

.wpb_pie_chart_heading {
	margin-top: 0.6em;
}

@media only screen and (max-width: 1024px) {
	.flex-direction-nav, .nivo-directionNav {
		display: none;
	}
}

.flex-direction-nav a, .nivo-directionNav a {
	width: 25px !important;
	height: 40px !important;
	margin: -20px 0 0 0 !important;
	display: block !important;
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	font-family: 'FontAwesome' !important;
	font-size: 13px !important;
	color: #FFFFFF !important;
	top: 50% !important;
	z-index: 10 !important;
	cursor: pointer !important;
	text-indent: -9999px !important;
	text-align: inherit !important;
	opacity: 0;
	-webkit-transition: all .3s ease !important;
}

.flex-direction-nav a:before, .nivo-directionNav a:before {
	font-family: 'FontAwesome' !important;
	font-size: 13px !important;
	text-indent: 0;
	line-height: 40px !important;
	text-align: center;
	width: 25px !important;
	height: 40px !important;
	position: absolute;
	top: 0;
	left: 0;
}

.flex-direction-nav a.flex-prev, .nivo-directionNav a.nivo-prevNav {
	left: 0 !important;
	-webkit-top-right-border-radius: 0px;
	-moz-top-right-border-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-bottom-right-border-radius: 0px;
	-moz-bottom-right-border-radius: 0px;
	border-bottom-right-radius: 0px;
}

.flex-direction-nav a.flex-next, .nivo-directionNav a.nivo-nextNav {
	right: 0 !important;
	-webkit-top-left-border-radius: 0px;
	-moz-top-left-border-radius: 0px;
	border-top-left-radius: 0px;
	-webkit-bottom-left-border-radius: 0px;
	-moz-bottom-left-border-radius: 0px;
	border-bottom-left-radius: 0px;
}

.flex-direction-nav a.flex-prev:before, .nivo-directionNav a.nivo-prevNav:before {
	content: '\f053' !important;
}

.flex-direction-nav a.flex-next:before, .nivo-directionNav a.nivo-nextNav:before {
	content: '\f054' !important;
}

.vc-carousel-slideline {
	display: block;
	float: left;
}

.vc-carousel-indicators {
	display: none !important;
}

.vc_carousel_horizontal {
	float: left;
	display: inline-block;
	overflow: hidden !important;
	max-width: 100%;
}

.vc-carousel {
	margin-left: -20px !important;
	margin-right: -20px !important;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner {
	float: left;
	display: inline-block;
}

.vc-carousel.vc-build .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item {
	padding-left: 20px !important;
	padding-right: 20px !important;
	display: inline-block !important;
	float: left !important;
}

.vc-carousel.vc-per-view-more .vc-carousel-slideline .vc-carousel-slideline-inner > .vc-item > .vc-inner {
	margin: 0 !important;
}

.vc_toggle {
	background-color: inherit !important;
	margin-bottom: 4px !important;
}

.vc_toggle:last-child {
	margin-bottom: 35px !important;
}

.vc_toggle_title {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 1em 2.8em !important;
	padding-left: 0.6em !important;
	line-height: 1.4em !important;
	background-image: none !important;
	font-size: 1em !important;
	position: relative;
}

.vc_toggle_title:before {
	content: '\f055';
	font-family: 'FontAwesome';
	font-weight: normal;
	position: absolute;
	right: 0.7em;
	top: 1.1em;
	width: 16px;
	height: 16px;
}

.vc_toggle_active .vc_toggle_title:before {
	content: '\f056';
}

.vc_toggle {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
	width: 100%;
}

i.vc_toggle_icon {
	display: none;
	visibility: hidden;
}

.light-bg .vc_toggle_title {
	background-color: rgba(0, 0, 0, 0.04);
}

.light-bg .vc_toggle_title:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.dark-bg .vc_toggle_title {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-bg .vc_toggle_title:hover {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.dark-bg .vc_toggle_title:before {
	color: #FFFFFF !important;
}

.vc_toggle_content {
	padding-left: 0.6em !important;
}

.vc_toggle_content:before {
	content: '';
	height: 5px;
	width: 100%;
	float: left;
}

.vc_toggle_content:after {
	content: '';
	height: 5px;
	width: 100%;
	float: left;
}

h2.wpb_accordion_heading {
	margin-bottom: 22px !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.6em !important;
	padding-right: 2.8em !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	margin-bottom: 4px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 2px;
}

h3.wpb_accordion_header {
	width: 100%;
}

.wpb_accordion .wpb_accordion_wrapper .ui-icon {
	text-indent: 0 !important;
}

.dark-bg h3.wpb_accordion_header a {
	color: inherit !important;
}

.light-bg .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background-color: rgba(0, 0, 0, 0.04);
}

.light-bg .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.dark-bg .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-bg .wpb_accordion .wpb_accordion_wrapper .ui-state-default:hover {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.dark-bg .wpb_accordion .wpb_accordion_wrapper .ui-state-default:hover .ui-icon {
	color: #FFFFFF !important;
}

.wpb_accordion h3.ui-accordion-header-active {
	border: none !important;
}

.wpb_accordion h3.ui-accordion-header-active a {
	color: #FFFFFF !important;
}

.wpb_accordion h3.ui-accordion-header-active .ui-icon:before {
	color: #FFFFFF !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	padding-left: 0.6em !important;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content:after {
	content: '';
	height: 10px;
	width: 100%;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
	background-image: none !important;
	position: relative;
	top: 1.15em !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before {
	content: '\f055';
	font-family: 'FontAwesome';
	position: absolute;
	padding-left: 1px;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background-image: none !important;
	position: relative;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
	content: '\f056';
	font-family: 'FontAwesome';
	position: absolute;
	top: -2px;
}

.wpb_tab {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, .wpb_content_element .wpb_tabs_nav li:hover, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: rgba(0, 0, 0, 0.07);
}

.light-bg .wpb_tabs .wpb_tabs_nav li {
	background-color: rgba(0, 0, 0, 0.07) !important;
}

.light-bg .wpb_tabs .wpb_tabs_nav li.ui-state-active, .light-bg .wpb_tabs .wpb_tabs_nav li.ui-state-active:hover {
	background-color: #F7F7F7 !important;
}

.light-bg .wpb_tabs .wpb_tabs_nav li:hover {
	background-color: rgba(0, 0, 0, 0.09) !important;
}

.dark-bg .wpb_tabs .wpb_tabs_nav li {
	background-color: rgba(255, 255, 255, 0.04) !important;
}

.dark-bg .wpb_tabs .wpb_tabs_nav li:hover {
	background-color: rgba(255, 255, 255, 0.07) !important;
}

.dark-bg .wpb_tabs_nav li.ui-tabs-active a {
	color: #FFFFFF !important;
}

.dark-bg .wpb_tabs_nav a {
	color: rgba(255, 255, 255, 0.7) !important;
}

.dark-bg .wpb_tabs_nav a:hover {
	color: #FFFFFF !important;
}

.dark-bg .wpb_tab, .dark-bg .wpb_tabs .wpb_tabs_nav li.ui-tabs-active, .dark-bg .wpb_tabs .wpb_tabs_nav li.ui-tabs-active:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.wpb_tab:before {
	content: '';
	height: 5px;
	width: 100%;
}

.wpb_tab:after {
	content: '';
	height: 10px;
	width: 100%;
}

.wpb_tour .wpb_tabs_nav {
	width: 23.8% !important;
}

.wpb_tour .wpb_tab {
	width: 76.2% !important;
	background: transparent !important;
}

.wpb_tour .wpb_tab:before {
	content: '';
	height: 0;
	width: 100%;
}

.wpb_tour .wpb_tab:after {
	content: '';
	height: 0;
	width: 100%;
}

.wpb_tour .wpb_tabs_nav li {
	background: transparent !important;
	margin-bottom: 0 !important;
	position: relative;
	text-align: left;
	white-space: normal !important;
}

.light-bg .wpb_tour .wpb_tabs_nav li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dark-bg .wpb_tour .wpb_tabs_nav li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
	border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
	background: transparent !important;
	position: relative;
	border-right: 1px solid transparent !important;
}

.wpb_tour .wpb_tabs_nav li a {
	padding: 1em 12px 1em 0 !important;
	display: block;
	line-height: 1.4em;
}

@media only screen and (min-width: 1025px) {
	.wpb_tour .wpb_tabs_nav li:first-child a {
		padding-top: 2px !important;
	}
}

.wpb_tour .wpb_tabs_nav li:last-child:after {
	position: absolute !important;
	content: '' !important;
	width: 1px !important;
	height: 25px !important;
	right: -1px !important;
	bottom: -25px !important;
	display: block !important;
}

.light-bg .wpb_tour .wpb_tabs_nav li:last-child:after {
	background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .wpb_tour .wpb_tabs_nav li:last-child:after {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.wpb_tour_next_prev_nav {
	display: none;
}

.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
	border-top: none !important;
}

.pp_pic_holder {
	z-index: 999999 !important;
}

.pp_pic_holder .ppt {
	font-size: 0;
}

.wpb_video_widget {
	margin-bottom: 30px !important;
	margin-top: 6px;
}

.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
	padding-top: 56%;
	position: relative;
}

.wpb_video_widget iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vc_chart .vc_chart-legend {
	font-size: 13px !important;
}

.vc_tta-panels-container {
	margin-bottom: 35px;
}

.vc_tta-tab {
	font-weight: bold;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel-heading {
	background-color: #FFFFFF !important;
}

.vc_tta-color-white .vc_tta-panel .vc_tta-panel-heading:hover {
	background-color: #FBFBFB !important;
}

.vc_tta-panel-body:before, .vc_tta-panel-body:after {
	content: '' !important;
	height: 15px !important;
	width: 100% !important;
	display: block !important;
	float: left !important;
	position: relative !important;
}

.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-body,
.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #FFFFFF !important;
}

.vc_tta-color-grey * {
	border-color: rgba(0, 0, 0, 0.1) !important;
}

/* ------------------------------------------ */
/* Column Borders
/* ------------------------------------------ */
.border-bottom.wpb_column > .vc_column-inner {
	position: relative;
	margin-bottom: 35px !important;
}

.border-bottom.wpb_column > .vc_column-inner:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
}

.border-right.wpb_column > .vc_column-inner {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}

.border-right.wpb_column > .vc_column-inner:before {
	content: '';
	width: 1px;
	top: 0;
	bottom: 15px;
	position: absolute;
	right: -20px;
	display: block;
}

.light-bg .border-right.wpb_column > .vc_column-inner:before,
.light-bg .border-bottom.wpb_column > .vc_column-inner:after {
	background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .border-right.wpb_column > .vc_column-inner:before,
.dark-bg .border-bottom.wpb_column > .vc_column-inner:after {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Hide bottom borders on last-row class - Desktop and tablet only */
@media only screen and (min-width: 768px) {
	.last-row .border-bottom.wpb_column > .vc_column-inner:after {
		opacity: 0;
	}
}

.vc_grid-item .vc_gitem-zone {
	background: none !important;
	background-color: transparent !important;
}

.vc_row[data-vc-stretch-content="true"] .vc_column_container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* --------------------------------------------------------------------------------- */
/* Revolution Slider
/* --------------------------------------------------------------------------------- */
body.page-template-template-home-php .wpb_revslider_element {
	margin-bottom: 0px !important;
}

.rev_slider_wrapper ul {
	margin-left: 0 !important;
}

.vc_row[data-vc-full-width] .wpb_revslider_element {
	margin-bottom: 0;
}

.rev_slider_wrapper i {
	color: inherit;
}

/* ------------------------------------------ */
/* Custom Slide Element Styles
/* ------------------------------------------ */
/* Left Aligned Caption Container - Inserted via jQuery */
/* --------------------- */
.forcefullwidth_wrapper_tp_banner .left-inner-override {
	position: absolute;
	top: 0;
	left: 0;
}

.left-inner-override .tp-parallax-wrap {
	left: 0 !important;
}

/* --------------------- */
/* Titles
/* --------------------- */
.tp-caption.basix_center_aligned_title {
	color: #FFFFFF;
}

/* --------------------- */
/* Light Text
/* --------------------- */
.tp-caption.basix_center_aligned_text, .tp-caption.basix_left_aligned_text {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* --------------------- */
/* Dark Text
/* --------------------- */
.tp-caption[class*=dark_text] {
	color: rgba(0, 0, 0, 0.6);
}

/* --------------------- */
/* Bottom Aligned Image
/* --------------------- */
.bottom-override {
	height: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
}

.bottom-override div {
	top: auto !important;
	bottom: 0 !important;
}

.bottom-override .bottom_image {
	bottom: -10px !important;
}

/* ------------------------------------------ */
/* Slider Navigation
/* ------------------------------------------ */
.rev_slider_wrapper .tp-leftarrow, .rev_slider_wrapper .tp-rightarrow {
	width: 25px !important;
	display: block;
	transform: none !important;
	background: none !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	font-family: 'FontAwesome' !important;
	font-size: 13px !important;
	color: #FFFFFF !important;
	left: inherit !important;
	top: calc(50% - 20px) !important;
	z-index: 100 !important;
	cursor: pointer !important;
	text-indent: -9999px !important;
	opacity: 0 !important;
}

.rev_slider_wrapper:hover .tp-leftarrow, .rev_slider_wrapper:hover .tp-rightarrow {
	opacity: 0.5 !important;
}

.rev_slider_wrapper .tp-leftarrow:hover, .rev_slider_wrapper .tp-rightarrow:hover {
	opacity: 1 !important;
}

.rev_slider_wrapper .tp-leftarrow {
	left: 0 !important;
	-webkit-top-right-border-radius: 2px;
	-moz-top-right-border-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-bottom-right-border-radius: 2px;
	-moz-bottom-right-border-radius: 2px;
	border-bottom-right-radius: 2px;
}

.rev_slider_wrapper .tp-rightarrow {
	right: 0 !important;
	-webkit-top-left-border-radius: 2px;
	-moz-top-left-border-radius: 2px;
	border-top-left-radius: 2px;
	-webkit-bottom-left-border-radius: 2px;
	-moz-bottom-left-border-radius: 2px;
	border-bottom-left-radius: 2px;
}

.rev_slider_wrapper .tp-leftarrow:before, .rev_slider_wrapper .tp-rightarrow:before {
	text-indent: 0;
	font-family: FontAwesome;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	width: 25px !important;
	height: 40px !important;
	position: absolute;
	top: 0;
	left: 0;
}

.rev_slider_wrapper .tp-leftarrow:before {
	content: '\f053' !important;
	text-indent: -2px;
}

.rev_slider_wrapper .tp-rightarrow:before {
	content: '\f054' !important;
}

.rev_slider_wrapper .tp-bullets {
	bottom: 3% !important;
	z-index: 900;
}

.rev_slider_wrapper .tp-bullet {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.rev_slider_wrapper .tp-bullets .tp-bullet {
	background: transparent !important;
	border: 2px solid rgba(255, 255, 255, 0.2);
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
	float: none;
	display: inline-block;
}

.wpb_revslider_element.white-bg .tp-bullets .tp-bullet {
	border-color: rgba(0, 0, 0, 0.1);
}

.rev_slider_wrapper .tp-bullets .tp-bullet:last-child {
	margin-right: 0 !important;
}

.rev_slider_wrapper .tp-bullets .tp-bullet.selected {
	background: #FFFFFF !important;
}

.rev_slider_wrapper .tp-bullets .tp-bullet:hover {
	border: 2px solid rgba(255, 255, 255, 0.4);
}

.wpb_revslider_element.white-bg .tp-bullets .tp-bullet:hover {
	border: 2px solid rgba(0, 0, 0, 0.3);
}

.wpb_revslider_element.white-bg .tp-bullets .tp-bullet.selected {
	background: #FFFFFF !important;
	border: none !important;
}

@media only screen and (max-width: 768px) {
	.rev_slider_wrapper .tp-bullets .tp-bullet {
		width: 8px !important;
		height: 8px !important;
	}
}

@media only screen and (max-width: 480px) {
	.rev_slider_wrapper .tp-bullets .tp-bullet {
		width: 6px !important;
		height: 6px !important;
		margin-right: 2px;
		border-width: 1px;
	}
}

.rev_slider_wrapper .tp-leftarrow.round, .rev_slider_wrapper .tp-rightarrow.round {
	color: #FFFFFF;
	font-family: 'FontAwesome';
	background: none;
	width: 14px;
	height: 14px;
	line-height: 14px;
	position: relative;
	opacity: 0.6;
}

.rev_slider_wrapper .tp-leftarrow.round:hover, .rev_slider_wrapper .tp-rightarrow.round:hover {
	opacity: 1;
}

.rev_slider_wrapper .tp-leftarrow.round:before {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 8px;
	content: '\f053';
}

.rev_slider_wrapper .tp-rightarrow.round:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '\f054';
}

/* Contained Hack */
@media only screen and (min-width: 1110px) {
	body.contained.page-template-template-home-php .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
		left: -40px !important;
		right: -40px !important;
		width: 1042px !important;
	}
}

@media only screen and (min-width: 1346px) {
	body.contained.page-template-template-home-php .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
		left: -40px !important;
		right: -40px !important;
		width: 1240px !important;
	}
}

/* --------------------------------------------------------------------------------- */
/* Basix Shortcodes
/* --------------------------------------------------------------------------------- */
/* Carousels
/* ------------------------------------------ */
/* General
/* --------------------- */
.carousel-holder {
	position: relative;
}

.jcarousel-outer {
	width: 100%;
	position: relative;
	float: left;
	overflow: hidden;
}

.jcarousel-wrapper {
	margin: 0 -20px;
	position: relative;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.jcarousel > ul {
	width: 10000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel > ul:after {
	content: "";
	display: block;
	clear: both;
}

.jcarousel ul li.jcarousel-item {
	float: left;
	z-index: 10;
	margin-bottom: 0 !important;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}

li.jcarousel-item:last-child {
	padding-bottom: 0 !important;
}

.carousel-title {
	position: relative;
	padding-right: 52px;
	margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
	.carousel-title {
		padding-right: 0;
	}
}

.jcarousel-item .link_image {
	margin-bottom: 1.2em !important;
}

.image-carousel .jcarousel-item .link_image {
	margin-bottom: 0 !important;
}

.jcarousel-item .date, .grid-item .date, .grid-item .categories, .jcarousel-item .categories {
	margin-top: 1.1em;
	font-size: 0.9em;
	line-height: 1em;
	float: left;
	padding-bottom: 4px;
}

.jcarousel-item .category, .grid-item .category {
	float: left;
}

.jcarousel-item .category:before, .grid-item .category:before {
	content: '|';
	margin: 0 6px;
	opacity: 0.4;
}

.jcarousel-item .category:first-child:before, .grid-item .category:first-child:before {
	content: '';
	margin: 0;
}

.light-bg .jcarousel-item .date, .light-bg .jcarousel-item .date i {
	color: rgba(0, 0, 0, 0.5);
}

.dark-bg .jcarousel-item .date, .dark-bg .jcarousel-item .date i {
	color: rgba(255, 255, 255, 0.5) !important;
}

.jcarousel-item p, .grid-item p {
	margin-top: 14px;
	margin-bottom: 1.4em;
	float: left;
	width: 100%;
}

/* --------------------- */
/* Nav
/* --------------------- */
/* Only display on desktop */
.jcarousel-nav-holder {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	float: left;
}

@media only screen and (min-width: 1025px) {
	.jcarousel-nav {
		position: absolute;
		right: 0;
		line-height: 0;
		width: auto;
		height: 20px;
		padding-left: 10px;
		z-index: 10;
	}

	/* Align to title */
	.jcarousel-nav.shortcode-title {
		top: 0.1em;
	}

	/* Align to separator or accent divider */
	.jcarousel-nav.separator, .jcarousel-nav.accent-divider {
		top: -4.0em;
	}

	/* Align to separator with text */
	.jcarousel-nav.separator-with-text {
		top: -4.4em;
	}
}

/* Hide on mobile */
@media only screen and (max-width: 1024px) {
	.jcarousel-nav {
		display: none;
	}
}

a.jcarousel-next, a.jcarousel-prev, a.next, a.prev {
	float: left;
	width: 1.5em;
	height: 1.5em;
	margin-left: 3px;
	text-indent: -99999px;
	position: relative;
	font-family: 'FontAwesome';
	font-size: 1em;
	text-align: center;
	-webkit-transition: background-color .1s linear;
	-moz-transition: background-color .1s linear;
	-o-transition: background-color .1s linear;
	-ms-transition: background-color .1s linear;
	transition: background-color .1s linear;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 1.5em !important;
}

/* Fix for 1px difference on webkit browsers */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	a.jcarousel-next, a.jcarousel-prev, a.next, a.prev {
		line-height: 18px;
	}
}

a.jcarousel-next, a.next {
	margin-left: 5px;
}

a.jcarousel-prev:after, a.jcarousel-next:after, a.prev:after, a.next:after {
	color: #FFFFFF !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-indent: 0;
}

a.jcarousel-prev:after, a.prev:after {
	content: '\f104';
	left: -1px;
}

a.jcarousel-next:after, a.next:after {
	content: '\f105';
	left: 0;
}

.light-bg a.jcarousel-next, .light-bg a.jcarousel-prev, .light-bg a.next, .light-bg a.prev {
	background-color: rgba(0, 0, 0, 0.15);
}

.dark-bg a.jcarousel-next, .dark-bg a.jcarousel-prev, .dark-bg a.next, .dark-bg a.prev {
	background-color: rgba(255, 255, 255, 0.15) !important;
}

.dark-bg a.jcarousel-next:hover, .dark-bg a.jcarousel-prev:hover, .dark-bg a.next:hover, .dark-bg a.prev:hover {
	background-color: rgba(255, 255, 255, 0.4) !important;
}

.stretched-page .dark-bg a.standard-nav.jcarousel-next:hover, .stretched-page .dark-bg a.standard-nav.jcarousel-prev:hover,
.stretched-page .dark-bg a.standard-nav.jcarousel-next:hover:after, .stretched-page .dark-bg a.standard-nav.jcarousel-prev:hover:after,
.stretched-page .dark-bg .clients-carousel a.jcarousel-prev:hover:after, .stretched-page .dark-bg .clients-carousel a.jcarousel-next:hover:after,
.stretched-page .dark-bg .clients-carousel a.jcarousel-prev:hover, .stretched-page .dark-bg .clients-carousel a.jcarousel-next:hover {
	background-color: transparent !important;
	color: #FFFFFF !important;
}

.stretched-page.dark-bg a.standard-nav.jcarousel-next:hover:after, .stretched-page.dark-bg a.standard-nav.jcarousel-prev:hover:after {
	color: #FFFFFF !important;
}

.dark-bg .carousel-holder .mobile-pagination li.active {
	background-color: #FFFFFF !important;
}

/* --------------------- */
/* Standard Nav
/* --------------------- */
a.standard-nav.jcarousel-prev, a.standard-nav.jcarousel-next {
	width: 7px;
	height: 16px;
	position: absolute;
	top: 30%;
	font-family: 'FontAwesome';
	font-size: 22px;
	text-align: center;
	text-indent: -9999px;
	background-color: transparent !important;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	a.standard-nav.jcarousel-prev, a.standard-nav.jcarousel-next {
		top: 24%;
	}
}

@media only screen and (max-width: 1024px) {
	a.standard-nav.jcarousel-prev, a.standard-nav.jcarousel-next {
		display: none;
	}
}

a.standard-nav.jcarousel-prev {
	left: -20px;
	margin-left: 0;
}

a.standard-nav.jcarousel-next {
	right: -19px;
	margin-left: 0;
}

@media only screen and (min-width: 1024px) {
	a.standard-nav.jcarousel-prev {
		left: -3em;
		margin-left: 0;
	}

	a.standard-nav.jcarousel-next {
		right: -3em;
		margin-left: 0;
	}
}

a.standard-nav.jcarousel-prev:after, a.standard-nav.jcarousel-next:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-indent: 0;
}

.light-bg a.standard-nav.jcarousel-prev:after, .light-bg a.standard-nav.jcarousel-next:after {
	color: #CCCCCC !important;
	text-indent: 0;
}

.dark-bg a.standard-nav.jcarousel-prev:after, .dark-bg a.standard-nav.jcarousel-next:after {
	color: rgba(255, 255, 255, 0.4) !important;
}

a.standard-nav.jcarousel-prev:after {
	content: '\f104';
}

a.standard-nav.jcarousel-next:after {
	content: '\f105';
}

.testimonials-carousel a.standard-nav.jcarousel-prev, .testimonials-carousel a.standard-nav.jcarousel-next {
	margin-top: -1em;
}

@media only screen and (max-width: 767px) {
	.testimonials-carousel a.standard-nav {
		display: none;
	}
}

.image-carousel a.standard-nav.jcarousel-prev, .image-carousel a.standard-nav.jcarousel-next {
	top: 50%;
	margin-top: -11px;
}

@media only screen and (max-width: 1024px) {
	.image-carousel a.standard-nav {
		display: none;
	}
}

/* --------------------- */
/* Mobile Pagination / Status
/* --------------------- */
.carousel-holder .mobile-pagination {
	display: block;
}

/*@media only screen and (min-width: 1025px) {
	.carousel-holder .mobile-pagination {
		display: none;
	}
}*/

/*@media only screen and (min-width: 1025px) {
	.stretched-page .carousel-holder .mobile-pagination {
		display: block;
	}
}*/

.carousel-holder .mobile-pagination {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.carousel-holder .mobile-pagination ul {
	list-style: none;
}

.carousel-holder .mobile-pagination li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 50%;
	line-height: 0;
	cursor: pointer;
}

.carousel-holder .mobile-pagination li:last-child {
	margin-right: 0;
}

.light-bg .carousel-holder .mobile-pagination li {
	background-color: #DDDDDD;
}

.dark-bg .carousel-holder .mobile-pagination li {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

/* ------------------------------------------ */
/* Clients Carousel
/* ------------------------------------------ */
.clients-carousel {
	position: relative;
	display: flex;
	float: none;
}

.clients-carousel .jcarousel {
	float: left;
}

.clients-carousel.bottom .jcarousel {
	float: none;
}

.clients-carousel-title {
	display: table;
	margin-top: 20px;
	margin-bottom: 36px;
}

.clients-carousel-title h4 {
	line-height: 1em;
	font-weight: normal;
	font-size: 1em;
	display: table-cell;
	white-space: pre;
	padding: 0 0.8em;
	margin-bottom: 20px;
}

.clients-carousel-title-side {
	display: table-cell;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}

.clients-carousel-title-line {
	height: 1px;
	border-top: 1px solid;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.light-bg .clients-carousel-title-line {
	border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .clients-carousel-title-line {
	border-color: rgba(255, 255, 255, 0.15) !important;
}

.clients-carousel .jcarousel-nav {
	background-color: transparent !important;
}

.clients-carousel li {
	display: table !important;
	height: 40px;
}

.clients-carousel .logo-inner {
	display: table-cell;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.clients-carousel .logo-inner img {
	position: relative;
}

/* --------------------- */
/* Aspect Ratios
/* --------------------- */
.aspect_16-9 {
	height: 0;
	padding-bottom: 56.25% !important;
}

.aspect_16-10 {
	height: 0;
	padding-bottom: 62.5% !important;
}

.aspect_4-3 {
	height: 0;
	padding-bottom: 75% !important;
}

.aspect_square {
	height: 0;
	padding-bottom: 100% !important;
}

/* --------------------- */
/* Nav
/* --------------------- */
.clients-carousel a.jcarousel-prev, .clients-carousel a.jcarousel-next {
	width: 7px;
	height: 16px;
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 22px;
	top: 50%;
	margin-top: -0.55em;
	text-align: center;
	text-indent: -9999px;
	background-color: transparent !important;
}

.clients-carousel a.jcarousel-prev {
	left: -30px;
	margin-left: 0;
}

.clients-carousel a.jcarousel-next {
	right: -30px;
	margin-left: 0;
}

.clients-carousel.bottom a.jcarousel-prev, .clients-carousel.bottom a.jcarousel-next {
	margin-top: -26px;
}

.clients-carousel a.jcarousel-prev:after, .clients-carousel a.jcarousel-next:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-indent: 0;
}

.light-bg .clients-carousel a.jcarousel-prev:after, .light-bg .clients-carousel a.jcarousel-next:after {
	color: rgba(0, 0, 0, 0.2) !important;
	text-indent: 0;
}

.dark-bg .clients-carousel a.jcarousel-prev:after, .dark-bg .clients-carousel a.jcarousel-next:after {
	color: rgba(255, 255, 255, 0.4) !important;
}

.clients-carousel a.jcarousel-prev:after {
	content: '\f104';
}

.clients-carousel a.jcarousel-next:after {
	content: '\f105';
}

@media only screen and (max-width: 1023px) {
	.clients-carousel a.jcarousel-prev, .clients-carousel a.jcarousel-next {
		display: none;
	}
}

/* ------------------------------------------ */
/* Grids
/* ------------------------------------------ */
.grid-title {
	margin-bottom: 1.1em;
}

.stretched-page .grid-title {
	margin-bottom: 2em;
}

.grid-holder .grid-title h3 {
	margin-bottom: 1.1em !important;
}

.grid-holder {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 0 !important;
	width: auto;
	min-width: 100%;
}

.grid-holder.no-spacing,
.carousel-holder.no-spacing,
.carousel-holder.no-spacing .jcarousel-wrapper {
	margin-left: 0 !important;
	margin-right: 0 !important;
	display: block;
}

.carousel-holder.no-spacing {
	float: left;
}

.no-spacing a.link_image:before {
	border-radius: 0;
}

.stretched-page .grid-holder.no-spacing {
	margin-bottom: 0;
}

.grid-wrapper {
	margin: 0;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.grid-holder {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.main-content .grid-holder.no-spacing .grid-wrapper > ul > li.grid-item,
.main-content .carousel-holder.no-spacing .jcarousel-wrapper ul > li.jcarousel-item {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
}

.grid-holder ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

.main-content .grid-holder .grid-item {
	float: left;
	display: inline-block;
	margin-bottom: 2.4em;
}

@media only screen and (max-width: 767px) {
	.grid-item {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.grid-item .link_image, .jcarousel-item .link_image {
	margin: 0 !important;
	background-size: cover;
	background-position: center center;
	opacity: 1;
	float: none;
}

.grid-item h3, .jcarousel-item h3 {
	display: inline-block;
	width: 100%;
	margin-top: 1.2em;
	margin-bottom: 0;
}

.grid-item p {
	margin-bottom: 1.4em;
}

.light-bg .grid-item .date, .light-bg .grid-item .date i {
	color: #9C9C9C;
}

.dark-bg .grid-item .date, .dark-bg .grid-item .date i {
	color: rgba(255, 255, 255, 0.7) !important;
}

.page-template-template-portfolio-3-col .grid-item .categories,
.page-template-template-portfolio-4-col .grid-item .categories {
	display: inline;
	margin-top: 0.5em;
}

.light-bg .grid-item .categories .category, .light-bg .categories i {
	color: rgba(0, 0, 0, 0.5);
}

.dark-bg .grid-item .categories .category, .dark-bg .categories i {
	color: rgba(255, 255, 255, 0.7) !important;
}

/* ------------------------------------------ */
/* Icon List Item
/* ------------------------------------------ */
.basix_icon_list_container {
	line-height: 0;
	margin-top: 2px;
}

.basix_icon_list_item {
	display: inline-block !important;
	width: 100%;
	line-height: 1.8em !important;
	margin-bottom: 0.9em !important;
}

.basix_icon_list_item .icon {
	display: table-cell;
	vertical-align: top;
	font-size: 1em;
	width: 1.6em;
}

.basix_icon_list_item .text {
	display: table-cell;
	vertical-align: top;
}

.basix_identical_icon_list ul {
	list-style: none;
	margin-left: 0;
}

/* ------------------------------------------ */
/* Icon & Text
/* ------------------------------------------ */
.basix_icon_text {
	display: inline-block;
	width: 100%;
	position: relative;
}

.basix_icon_text.center {
	text-align: center;
}

.basix_icon_text.left-icon .icon {
	display: table-cell;
	vertical-align: top;
	padding-top: 1px;
	text-align: center;
}

.basix_icon_text.left-icon .text {
	display: table-cell;
	vertical-align: top;
	padding-left: 1.0em;
}

.basix_icon_text.left-icon h3 {
	margin-bottom: 0.6em !important;
}

.basix_icon_text.title-left-icon .title-holder {
	display: table;
	margin-bottom: 1.1em;
}

.basix_icon_text.title-left-icon .icon {
	display: table-cell;
	vertical-align: middle;
}

.basix_icon_text.title-left-icon .icon i {
	display: block;
	margin-top: -0.05em;
}

.basix_icon_text.title-left-icon .title {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}

.basix_icon_text.title-left-icon .title h3, .basix_icon_text.title-left-icon .title h2 {
	margin-bottom: 0 !important;
}

.basix_icon_text.top-icon .icon {
	display: inline-block;
	padding-bottom: 2em;
}

.basix_icon_text.top-icon .title {
	display: block;
}

.basix_icon_text h3, .basix_icon_text h2 {
	margin-bottom: 0.6em !important;
}

.basix_icon_text p a:only-child {
	margin-top: 20px;
	display: inline-block;
}

.basix_icon_text .icon-bg {
	display: table;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.07);
	text-align: left;
}

.basix_icon_text .icon-bg .icon-holder {
	display: table;
	text-align: center;
	vertical-align: middle !important;
	height: 100%;
}

.basix_icon_text .icon-bg .icon-holder-inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	line-height: 1em;
}

.basix_icon_text .icon-bg i {
	display: inline-block;
}

.basix_icon_text .icon-bg img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.basix_icon_text.top-icon .icon-bg, .basix_icon_text.left-icon .icon-bg {
	padding: 1em;
}

.basix_icon_text.title-left-icon .icon-bg {
	padding: 0.4em;
}

/* ------------------------------------------ */
/* Contact Form 7
/* ------------------------------------------ */
div.wpcf7 {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 35px;
}

div.wpcf7 p {
	margin-bottom: 1em;
}

/*div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 textarea, div.wpcf7 select {
	width: 100%;
}*/

div.wpcf7 input[type="submit"] {
	padding-left: 1.4em !important;
	padding-right: 1.4em !important;
}

.wpcf7 br {
	display: none;
}

.wpcf7-form-control-wrap {
	display: block !important;
	margin-bottom: 1.4em;
}

.wpcf7 .wpcf7-not-valid-tip {
	margin-bottom: 1em !important;
	margin-top: -9px;
}

.wpcf7 .wpcf7-validation-errors {
	padding: 14px 38px 14px 12px;
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	font-weight: 500;
	line-height: 18px;
	background-color: #ECD9A0;
	color: #60583E;
}

.wpcf7 .wpcf7-mail-sent-ok {
	padding: 14px 38px 14px 12px;
	display: block;
	width: 100%;
	clear: both;
	margin: 0;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	font-weight: 500;
	line-height: 18px;
	background-color: #BCD6B0;
	color: #5A754D;
}

/* ------------------------------------------ */
/* Headings - No Margin
/* ------------------------------------------ */
h1.nm {
	margin-bottom: 0.1em !important;
}

h2.nm {
	margin-bottom: 0.1em !important;
}

h3.nm {
	margin-bottom: 0.1em !important;
}

h1.nm.center {
	text-align: center;
}

h2.nm.center {
	text-align: center;
}

h3.nm.center {
	text-align: center;
}

h1.nm.right {
	text-align: right;
}

h2.nm.right {
	text-align: right;
}

h3.nm.right {
	text-align: right;
}

/* ------------------------------------------ */
/* Mini Divider
/* ------------------------------------------ */
.mini-divider {
	height: 2px;
	width: 3em;
	display: inline-block;
	border-radius: 2px;
}

/* --------------------------------------------------------------------------------- */
/* Misc
/* --------------------------------------------------------------------------------- */
.categories i, .date i {
	float: left;
	display: block;
	font-size: 14px;
	opacity: 0.75;
}

.categories i {
	margin-right: 0.4em;
	line-height: 0.9em;
}

.date i {
	margin-right: 0.2em;
	line-height: 0.85em;
}

/* --------------------------------------------------------------------------------- */
/* Stretched Page Template
/* --------------------------------------------------------------------------------- */
.main-content.stretched-page {
	text-align: left;
}

.stretched-page h2:only-child, .stretched-page h3:only-child {
	margin-bottom: 0;
}

.vc_row[data-vc-full-width] {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.stretched-page .vc_row {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.vc_row-fluid[data-vc-full-width="true"] {
	background-size: auto;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.vc_row .vc_column-inner .vc_row.vc_inner.no-spacing {
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding: 0 !important;
}

.stretched-page .vc_row_outer > .vc_row {
	padding-top: 50px;
	padding-bottom: 35px;
}

.stretched-page .vc_row[data-vc-full-width="true"] > .vc_column_container > .vc_column-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.vc_row[data-vc-stretch-content=true] .vc_column-inner .vc_row.vc_inner.no-spacing {
	margin-right: -20px !important;
	margin-left: -20px !important;
}

.stretched-page .vc_row .vc_column-inner .vc_row.vc_inner.no-spacing .vc_col-has-fill {
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 0;
}

.stretched-page .vc_row .vc_column-inner .vc_row.vc_inner.no-spacing .vc_col-has-fill .vc_column-inner {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.stretched-row .vc_row[data-vc-full-width=true] {
	margin-left: 25px !important;
	margin-right: 25px !important;
}

.stretched-page .vc_row-has-fill .vc_column-inner .vc_row.vc_inner .vc_col-has-fill {
	margin-bottom: 35px;
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.stretched-page img.attachment-large,
.stretched-page img.attachment-medium,
.stretched-page img.attachment-thumbnail {
	border-radius: 0;
}

.stretched-page .vc_column_container > .vc_column-inner {
	padding-left: 25px;
	padding-right: 25px;
}

.stretched-page blockquote {
	border-left: none;
	padding-left: 0;
	font-size: 1.8em;
}

.stretched-page .dark-bg blockquote {
	color: #FFFFFF;
}

.stretched-page .dark-bg {
	color: rgba(255, 255, 255, 0.9);
}

/* Fit column contents to main container (VC column setting) */
.vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
	width: calc(962px / 2);
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
		width: 100%;
		/*padding-left:  20px;
		padding-right: 20px;*/
	}
}

@media only screen and (max-width: 767px) {
	.vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
		width: 100%;
		/*padding-left:  20px;
		padding-right: 20px;*/
	}
}

@media only screen and (min-width: 1110px) {
	.vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
		width: calc(1042px / 2);
	}
}

@media only screen and (min-width: 1346px) {
	.vc_column_container.fit-column > .vc_column-inner > .wpb_wrapper {
		width: calc(1240px / 2);
	}
}

/* --------------------------------------------------------------------------------- */
/* bbPress
/* --------------------------------------------------------------------------------- */
#bbpress-forums {
	overflow: visible;
	position: relative;
}

.bbp-forums, .bbp-topics, .forums, #bbpress-forums fieldset.bbp-form {
	border-radius: 2px;
}

div.bbp-template-notice, mark {
	border: none;
	background-color: #ECE6D7;
	padding: 0.25em 0.5em;
	color: inherit;
}

div.bbp-template-notice p {
	padding: 0;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-body ul.topic {
	padding: 0.5em 0.8em;
}

#bbpress-forums li.bbp-body ul.forum {
	padding: 0.8em;
}

div.bbp-template-notice.info {
	background-color: #D9E8F5 !important;
	border-color: rgba(0, 0, 0, 0.1);
	margin-top: 1em !important;
	float: left;
	display: inline-block;
	width: 100%;
}

.dark-bg div.bbp-template-notice.info {
	border-color: rgba(255, 255, 255, 0.1);
	background-color: rgba(255, 255, 255, 0.03) !important;
}

.dark-bg .forum-titles {
	color: #FFFFFF;
}

.dark-bg .bbp-header {
	color: #FFFFFF;
}

#bbpress-forums li.bbp-header {
	background-color: rgba(0, 0, 0, 0.08);
}

.dark-bg #bbpress-forums li.bbp-header {
	background-color: transparent;
	font-size: 0.9em;
}

#bbpress-forums li.bbp-footer {
	display: none;
}

.bbp-breadcrumb a:nth-child(1), .bbp-breadcrumb span:nth-child(2) {
	display: none;
}

#bbpress-forums > ul {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	background: #FFFFFF !important;
}

.dark-bg #bbpress-forums > ul {
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background: transparent !important;
}

#bbpress-forums {
	font-size: inherit;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
	font-family: inherit;
	font-size: 1em;
	margin-top: 1em;
}

.dark-bg #bbpress-forums ul.bbp-lead-topic,
.dark-bg #bbpress-forums ul.bbp-topics,
.dark-bg #bbpress-forums ul.bbp-forums,
.dark-bg #bbpress-forums ul.bbp-replies,
.dark-bg #bbpress-forums ul.bbp-search-results {
	border: none;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
	border-top: none;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg #bbpress-forums li.bbp-body ul.forum,
.dark-bg #bbpress-forums li.bbp-body ul.topic,
.dark-bg #bbpress-forums li.bbp-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-bg #bbpress-forums div.bbp-forum-header,
.dark-bg #bbpress-forums li.bbp-header {
	background-color: rgba(0, 0, 0, 0.1);
}

.dark-bg #bbpress-forums div.bbp-reply-header,
.dark-bg #bbpress-forums div.bbp-topic-header {
	background-color: rgba(255, 255, 255, 0.09);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#bbpress-forums div.bbp-reply-header {
	background-color: transparent;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
	background-color: transparent;
}

.dark-bg div.bbp-forum-header,
.dark-bg div.bbp-topic-header,
.dark-bg div.bbp-reply-header {
	border-top: none;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#bbp_topic_title {
	width: 100%;
}

.dark-bg div.bbp-forum-header,
.dark-bg div.bbp-topic-header,
.dark-bg div.bbp-reply-header {
	border-top: none;
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
	background-color: transparent;
}

#bbpress-forums div.even, #bbpress-forums ul.even {
	background-color: transparent;
}

.dark-bg #bbpress-forums div.odd,
.dark-bg #bbpress-forums ul.odd {
	background-color: rgba(255, 255, 255, 0.03);
}

.dark-bg #bbpress-forums div.even,
.dark-bg #bbpress-forums ul.even {
	background-color: rgba(255, 255, 255, 0.06);
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
	font-size: inherit;
}

.bbp-reply-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#bbpress-forums fieldset.bbp-form legend,
#bbpress-forums fieldset.bbp-form label {
	font-weight: 500;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	margin: 0 0 0 0;
	clear: both;
}

#bbpress-forums .bbp-forums-list {
	margin: 0;
	padding-left: 0;
	border-left: none;
}

#bbpress-forums .bbp-forums-list li {
	display: inline-block;
	font-size: 0.9em;
	width: 100%;
}

div.bbp-breadcrumb, div.bbp-breadcrumb p {
	line-height: 1.4em !important;
}

div.bbp-breadcrumb, div.bbp-topic-tags {
	font-size: inherit;
	display: inline-block;
	width: 100%;
	margin-bottom: 1em;
}

div.bbp-template-notice p {
	font-size: 0.9em;
}

#bbpress-forums div.bbp-search-form {
	margin-top: -0.5em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
	#bbpress-forums div.bbp-search-form {
		margin-top: -5.5em;
	}
}

@media only screen and (max-width: 767px) {
	#bbpress-forums div.bbp-search-form {
		display: block;
		width: 100%;
	}

	#bbp_search, #bbp_search_submit {
		margin-bottom: 2em;
	}

	.bbp-breadcrumb {
		display: block;
		float: left;
		margin-bottom: 1em;
	}
}

#bbpress-forums > #subscription-toggle {
	position: absolute;
	right: 0;
	top: -5em;
}

#subscription-toggle a {
	color: #FFFFFF;
	font-size: 0.7em;
	padding: 0.4em;
	font-weight: bold;
	letter-spacing: 0.08em;
	border-radius: 2px;
}

.forums.bbp-replies #subscription-toggle {
	margin: 0;
}

.forums.bbp-replies #subscription-toggle a {
	padding: 0;
	font-weight: normal;
	font-size: inherit;
	color: inherit;
	letter-spacing: normal;
}

#wp-bbp_reply_content-editor-container input {
	color: inherit;
	border-color: inherit;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dark-bg #wp-bbp_reply_content-editor-container input {
	border: none;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
	background-color: rgba(0, 0, 0, 0.02) !important;
}

.dark-bg .bbp-topics-front ul.super-sticky,
.dark-bg .bbp-topics ul.super-sticky,
.dark-bg .bbp-topics ul.sticky,
.dark-bg .bbp-forum-content ul.sticky {
	background-color: rgba(255, 255, 255, 0.09) !important;
}

.dark-bg #bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log,
.dark-bg #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,
.dark-bg #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	border-color: rgba(255, 255, 255, 0.2);
}

#bbpress-forums fieldset.bbp-form {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-bg #bbpress-forums fieldset.bbp-form {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-bg .bbp-template-notice {
	background-color: #947D5A;
	border: 0 !important;
	padding: 1px 8px;
}

div.bbp-template-notice, div.indicator-hint {
	color: inherit;
}

.dark-bg div.bbp-template-notice.info {
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
	background-color: transparent;
}

.dark-bg div.bbp-template-notice.error {
	border: 0;
	background-color: #D04C4C;
}

#bbp_search_submit {
	color: #FFFFFF !important;
}

#bbp-search-form input {
	padding: 0.4em !important;
	line-height: 1em !important;
}

#bbp-search-form input[type="submit"] {
	border: none !important;
	padding: 0.65em 0.8em 0.50em !important;
	line-height: 1em !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.bbp-body .bbp-topic-title {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

.bbp-topic-meta {
	font-weight: normal;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
	font-size: 0.9em;
	margin-top: 0.4em;
}

.bbp-forum-title {
	line-height: 1.3em;
	letter-spacing: -0.04em;
	display: inline;
	border: none !important;
}

.bbp-forum-title:hover {
	border-bottom: 1px dotted;
}

ul.forum-titles > li {
	margin-top: 0.2em !important;
	line-height: 1.4em !important;
}

.main-content li.bbp-forum-info, .bbp-topic-title {
	line-height: 1.4em !important;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
	margin-bottom: -2px;
}

#bbpress-forums li.bbp-footer {
	background: transparent;
}

#bbpress-forums .bbp-forum-content {
	line-height: 1.6em;
}

.dark-bg div.bbp-template-notice a {
	color: #FFFFFF;
}

.dark-bg .bbp-topic-title a {
	color: #FFFFFF;
}

.dark-bg #bbpress-forums fieldset.bbp-form label, .dark-bg #bbpress-forums fieldset.bbp-form legend {
	color: #FFFFFF;
}

.bbp-breadcrumb p {
	display: inline;
	line-height: 1em;
	font-weight: normal;
}

.bbp-breadcrumb:before {
	content: 'You are here:';
	display: inline;
	margin-right: 0.3em;
}

.dark-bg .quicktags-toolbar {
	border: none;
	background: transparent;
}

.bbp-pagination-links a, .bbp-pagination-links span.current, .bbp-pagination-links a.page-numbers {
	padding: 0.7em;
	width: auto;
	height: auto;
	margin: auto;
	margin-left: 0.5em;
	line-height: 0.5em !important;
	border-radius: 2px;
	border: 1px solid;
	opacity: 1 !important;
}

.light-bg .bbp-pagination-links a, .light-bg .bbp-pagination-links span.current, .light-bg .bbp-pagination-links a.page-numbers {
	border-color: rgba(0, 0, 0, 0.1);
}

.dark-bg .bbp-pagination-links a, .dark-bg .bbp-pagination-links span.current, .dark-bg .bbp-pagination-links a.page-numbers {
	border-color: rgba(255, 255, 255, 0.1);
}

.bbp-pagination-links a.page-numbers:after {
	top: 0.65em;
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
	border-radius: 50%;
}

span.bbp-admin-links a {
	font-size: 0.8em;
	text-transform: none;
}

#bbpress-forums li.bbp-header .bbp-search-author, #bbpress-forums li.bbp-footer .bbp-search-author, #bbpress-forums li.bbp-header .bbp-forum-author, #bbpress-forums li.bbp-footer .bbp-forum-author, #bbpress-forums li.bbp-header .bbp-topic-author, #bbpress-forums li.bbp-footer .bbp-topic-author, #bbpress-forums li.bbp-header .bbp-reply-author, #bbpress-forums li.bbp-footer .bbp-reply-author {
	width: 108px;
}

#bbpress-forums li.bbp-header .bbp-search-content, #bbpress-forums li.bbp-footer .bbp-search-content, #bbpress-forums li.bbp-header .bbp-forum-content, #bbpress-forums li.bbp-footer .bbp-forum-content, #bbpress-forums li.bbp-header .bbp-topic-content, #bbpress-forums li.bbp-footer .bbp-topic-content, #bbpress-forums li.bbp-header .bbp-reply-content, #bbpress-forums li.bbp-footer .bbp-reply-content {
	margin-left: 126px;
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
	padding: 0;
	background: none;
	background-color: transparent;
	border-bottom: none;
}

#bbpress-forums div.bbp-the-content-wrapper input {
	margin-right: 4px !important;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
	box-shadow: none;
}

.bbp-pagination-count {
	border: none;
	line-height: 2em;
}

.bbp-reply-form {
	float: left;
	margin-top: 1em;
	display: inline-block;
	width: 100%;
}

.bbp-pagination-links span.current, .bbp-pagination-links .prev, .bbp-pagination-links .next {
	background-color: transparent !important;
}

#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log, #bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log {
	font-size: 0.8em;
}

.bbp-topic-started-by .bbp-author-avatar {
	display: none;
}

.light-bg #subscription-toggle {
	color: rgba(0, 0, 0, 0.2)
}

.dark-bg #subscription-toggle {
	color: rgba(255, 255, 255, 0.2)
}

.dark-bg .forum-titles li {
	color: #FFFFFF;
}

.dark-bg .bbp-forum-title {
	color: rgba(255, 255, 255, 0.9);
}

#bbpress-forums fieldset.bbp-form p, #bbpress-forums fieldset.bbp-form textarea, #bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form input {
	margin-bottom: 1em;
}

label[for="bbp_topic_subscription"] {
	font-weight: inherit !important;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
	padding: 16px;
}

li.bbp-body div.hentry {
	padding-top: 0;
	padding-bottom: 0;
}

li.bbp-body div.hentry .bbp-topic-content, li.bbp-body div.hentry .bbp-reply-content {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 16px !important;
	padding-bottom: 24px !important;
}

.dark-bg li.bbp-body div.hentry .bbp-topic-content, .dark-bg li.bbp-body div.hentry .bbp-reply-content {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
	padding-bottom: 16px;
}

.wp-core-ui .quicktags-toolbar input.button.button-small {
	line-height: 0 !important;
	height: 2em !important;
	box-shadow: none !important;
}

/* --------------------------------------------------------------------------------- */
/* Tablet & Low Res Desktop CSS
/* --------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	.basix_icon_text.title-left-icon .icon i {
		display: block;
		line-height: 1.4em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/* --------------------- */
	/* Main Container
	/* --------------------- */
	.main-container {
		width: 100%;
		margin: 0 auto 0 auto;
	}

	body.contained .main-container {
		width: 100%;
	}

	body.contained .header {
		width: 100%;
	}

	body.contained {
		background-image: none;
	}

	/* --------------------- */
	/* Tablet Content Width
	/* --------------------- */
	.content-width {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* --------------------- */
	/* Hide Desktop Navigation
	/* --------------------- */
	.topnav {
		display: none;
	}

	/* --------------------- */
	/* Top Bar
	/* --------------------- */
	.header {
		overflow: visible;
	}

	/* --------------------- */
	/* Mobile Nav
	/* --------------------- */
	.mobilenav-container {
		display: block;
	}

	.mobilenav-button-container {
		display: table;
	}

	.mobilenav {
		padding: 0 20px;
	}

	.mobilenav li {
		width: 100%;
		margin: 0 auto;
	}

	.mobilenav li:first-child {
		border-top: none;
	}

	/* --------------------- */
	/* Footer
	/* --------------------- */
	.widget_basix_newsletter_widget .textbox {
		padding-right: 40%;
	}

	/* --------------------- */
	/* Sliders
	/* --------------------- */
	.slide-outer {
		padding-top: 0 !important;
	}

	.slide-style-1 h1 {
		font-size: 48px;
		line-height: 52px;
		width: 90%;
	}

	.slide-style-1 p {
		font-size: 20px;
		line-height: 30px;
		margin-top: 16px;
		width: 60%;
	}

	.slide-style-3 .left-column {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/* --------------------- */
	/* Column Gaps
	/* --------------------- */
	.vc_row, .column-container, .jcarousel-wrapper, .grid-holder {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}

	.vc_span1, .vc_span2, .vc_span3, .vc_span4, .vc_span5, .vc_span6, .vc_span7, .vc_span8, .vc_span9, .vc_span10, .vc_span11, .vc_span12, .vc_span13, .vc_span14, .vc_span15, .vc_span16, .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-xs-1, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-three-qtr {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/* --------------------------------------------------------------------------------- */
/* Smartphones CSS
/* --------------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	body {
		/* Stop iPhone increasing text size as it sees fit! */
		-webkit-text-size-adjust: 100%;
	}

	/* --------------------- */
	/* Main Container
	/* --------------------- */
	.main-container {
		margin: 0 auto 0 auto;
	}

	body.contained .main-container {
		width: 100%;
	}

	body.contained .header {
		width: 100%;
	}

	body.contained {
		background-image: none;
	}

	/* --------------------- */
	/* Content Container
	/* --------------------- */
	.main-content {
		width: 100%;
	}

	.main-content-inner.title-block {
		padding-top: 30px;
	}

	/* --------------------- */
	/* Dividers
	/* --------------------- */
	.wpb_row .divider {
		margin-bottom: 50px;
	}

	/* --------------------- */
	/* Mobile Padding Classes
	/* --------------------- */
	.mobile-top-margin {
		margin-top: 10px;
	}

	/* --------------------- */
	/* Grids
	/* --------------------- */
	.grid-holder ul li {
		display: inline-block;
		margin-bottom: 26px;
	}

	/* --------------------- */
	/* Title Bar
	/* --------------------- */
	.main-content .title-container {
		margin-top: 0;
	}

	body.page-template-template-home-php .main-content-inner {
		padding-top: 0;
	}

	/* --------------------- */
	/* Mobile Content Width
	/* --------------------- */
	.content-width {
		width: 100%;
		padding-left: 18px;
		padding-right: 18px;
	}

	.wpb_row .content-width {
		padding-left: 0;
		padding-right: 0;
	}

	/* --------------------- */
	/* Hide Desktop Navigation
	/* --------------------- */
	.topnav {
		display: none;
	}

	/* --------------------- */
	/* Mobile Nav
	/* --------------------- */
	.mobilenav-container {
		display: block;
	}

	.mobilenav-button-container {
		display: table;
	}

	.mobilenav li:first-child {
		border-top: none;
	}

	/* --------------------- */
	/* Columns
	/* --------------------- */
	.column-container {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.column-full-width, .column-one-half, .column-one-third, .column-one-fourth, .column-one-fifth, .column-one-sixth, .column-three-qtr {
		width: 100% !important;
		margin-bottom: 35px;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* --------------------- */
	/* Footer Infobar
	/* --------------------- */
	.footer-infobar {
		font-size: 1em;
	}

	/* --------------------- */
	/* Portfolio Filtering
	/* --------------------- */
	.portfolio-filtering {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		display: inline-block;
		padding-bottom: 20px;
	}

	#portfolio-filters li {
		padding-bottom: 7px;
	}

	/* --------------------- */
	/* Footer
	/* --------------------- */
	.footer-lower-container {
		padding-top: 12px;
		border-top: 0 !important;
		margin-top: 0;
	}

	.footer-lower-inner {
		padding-top: 12px;
	}

	.footer {
		font-size: 1em;
	}

	.footer .column-one-half, .footer .column-one-third, .footer .column-one-fourth, .footer .column-one-fifth, .footer .column-one-sixth {
		margin-bottom: 30px;
	}

	.footer.light .column-one-half, .footer.light .column-one-third, .footer.light .column-one-fourth, .footer.light .column-one-fifth, .footer.light .column-one-sixth {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.footer .column-container {
		padding-bottom: 0;
	}

	.footer.dark .column-container > div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footer .column-container > div:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	.footer.dark .footer-lower-inner.trans {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.footer-lower li {
		float: none;
		margin: 0;
		border: 0;
	}

	.footer-lower li a {
		float: none;
		margin-right: 0;
		display: block;
		padding: 16px 0;
		width: 100%;
	}

	.footer-lower li:last-child {
		margin-bottom: 30px;
	}

	.footer.light .footer-lower li a {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.footer.dark .footer-lower li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footer-copyright {
		float: left;
		display: block;
	}

	.footer .widget {
		padding-bottom: 30px;
	}

	.footer .widget:last-child {
		margin-bottom: 0;
	}

	/* --------------------- */
	/* Widgets
	/* --------------------- */
	.portfolio-widget-container {
		overflow: hidden;
		width: auto;
		margin-left: -5px;
		margin-right: -5px;
	}

	.portfolio-widget-item {
		width: 33.3333%;
		padding: 0 5px 10px 5px !important;
		float: left;
	}

	.portfolio-widget-item img {
		width: 100%;
		height: auto;
	}

	.widget_basix_newsletter_widget .textbox {
		padding-right: 62px;
	}

	.footer-social li {
		margin-left: 14px
	}

	.footer-social i {
		font-size: 24px;
	}

	/* --------------------- */
	/* Top of Page Link
	/* --------------------- */
	.top-of-page-link {
		right: 18px;
		bottom: 18px;
		text-align: center;
		width: 30px;
		height: 30px;
		background-color: #333333;
		background-color: rgba(0, 0, 0, 0.3);
		color: #FFFFFF;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	.top-of-page-link i {
		line-height: 28px;
		font-size: 14px;
	}

	/* --------------------- */
	/* Sidebar
	/* --------------------- */
	.sidebar {
		margin-top: -20px;
		padding-top: 35px;
	}

	.light-bg .sidebar {
		border-top: 3px solid #E2E2E2;
	}

	.dark-bg .sidebar {
		border-top: 3px solid rgba(255, 255, 255, 0.15);
	}

	/* --------------------- */
	/* Sidebar Widgets
	/* --------------------- */
	.sidebar .widget:last-child {
		margin-bottom: 0;
	}

	/* --------------------- */
	/* Blog Comment Form
	/* --------------------- */
	.comment-form input {
		width: 100%;
	}

	/* --------------------- */
	/* Contact Form
	/* --------------------- */
	.contactform input {
		width: 100%;
		margin-right: 0;
	}

	.contactform .column-full-width, .contactform .column-one-half, .contactform .column-one-third, .contactform .column-one-fourth, .contactform .column-one-fifth {
		margin-bottom: 0;
	}

	/* --------------------- */
	/* Home CTA Bar
	/* --------------------- */
	.home-cta-bar {
		line-height: 1.2em;
		font-size: 1.2em;
		padding: 24px 500%;
	}

	.home-cta-bar .text {
		display: block;
	}

	.home-cta-bar .button {
		float: left;
		display: block;
		margin-top: 17px !important;
		margin-bottom: 5px !important;
	}

	/* --------------------- */
	/* CTA Bars
	/* --------------------- */
	.cta-bar-text {
		display: block;
	}

	.cta-bar-button {
		display: block;
		padding-left: 0;
		margin-top: 20px;
	}

	.cta-bar-button a.button {
		float: left;
	}

	/* --------------------- */
	/* Carousels
	/* --------------------- */
	.wpb_column:last-child .jcarousel-outer {
		margin-bottom: 0 !important;
	}

	/* --------------------- */
	/* Vertical Tabs
	/* --------------------- */
	.wpb_tour .wpb_tabs_nav {
		width: 100% !important;
	}

	.light-bg .wpb_tour .wpb_tabs_nav li, .dark-bg .wpb_tour .wpb_tabs_nav li {
		float: none !important;
		border-top: 1px solid !important;
		border-right: none !important;
		border-bottom: none !important;
		background-color: transparent !important;
	}

	.wpb_tour .wpb_tabs_nav li:first-child {
		border-top: none !important;
	}

	.light-bg .wpb_tour .wpb_tabs_nav li:last-child {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
	}

	.dark-bg .wpb_tour .wpb_tabs_nav li:last-child {
		border-bottom: rgba(255, 255, 255, 0.15) !important;
	}

	.light-bg .wpb_tour .wpb_tabs_nav li {
		border-color: rgba(0, 0, 0, 0.1) !important;
	}

	.dark-bg .wpb_tour .wpb_tabs_nav li {
		border-color: rgba(255, 255, 255, 0.15) !important;
	}

	.wpb_tour .wpb_tabs_nav li a {
		position: relative;
		padding: 10px 0 10px 0 !important;
	}

	.wpb_tour .wpb_tabs_nav li a:after {
		content: '\f107';
		font-family: 'FontAwesome';
		position: absolute;
		color: inherit;
		font-size: 8px;
		top: 10px;
		right: 0;
		width: 8px;
		height: 20px;
		font-weight: normal;
	}

	.wpb_tour .wpb_tab {
		width: 100% !important;
		padding: 14px 0 0 0 !important;
	}

	.wpb_tour_next_prev_nav {
		display: none;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 1em !important;
	}

	.wpb_tour .wpb_tabs_nav li:last-child:after {
		display: none !important;
	}

	.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
		font-weight: 600;
	}

	/* --------------------- */
	/* Horizontal Tabs
	/* --------------------- */
	.light-bg .wpb_tabs .wpb_tabs_nav li, .dark-bg .wpb_tabs .wpb_tabs_nav li {
		float: none !important;
		border-top: 1px solid !important;
		background-color: transparent !important;
	}

	.light-bg .wpb_tabs .wpb_tabs_nav li:last-child, .dark-bg .wpb_tabs .wpb_tabs_nav li:last-child {
		border-bottom: 1px solid transparent;
	}

	.light-bg .wpb_tabs .wpb_tabs_nav li:hover, .dark-bg .wpb_tabs .wpb_tabs_nav li:hover {
		background-color: transparent !important;
	}

	.wpb_tabs .wpb_tabs_nav li a {
		position: relative;
		padding: 10px 0 10px 0 !important;
	}

	.wpb_tabs .wpb_tabs_nav li a:after {
		content: '\f107';
		font-family: 'FontAwesome';
		position: absolute;
		color: inherit;
		font-size: 8px;
		top: 10px;
		right: 0;
		width: 8px;
		height: 20px;
		font-weight: normal;
	}

	.light-bg .wpb_tabs .wpb_tabs_nav li {
		border-color: rgba(0, 0, 0, 0.1) !important;
	}

	.dark-bg .wpb_tabs .wpb_tabs_nav li {
		border-color: rgba(255, 255, 255, 0.15) !important;
	}

	.wpb_tabs .wpb_tabs_nav li.ui-tabs-active {
		background-color: transparent !important;
		font-weight: 600;
	}

	.wpb_tabs .wpb_tab {
		background-color: transparent !important;
		padding: 14px 0 0 0 !important;
	}

	/* --------------------- */
	/* Vertical & Horizontal Tabs
	/* --------------------- */
	.wpb_tour .wpb_tab:before {
		content: '';
		height: 24px;
		width: 100%;
	}

	/* --------------------- */
	/* Portfolio
	/* --------------------- */
	#portfolio > li:last-child {
		padding-bottom: 0;
	}

	/* --------------------- */
	/* Portfolio Back/Next
	/* --------------------- */
	.jcarousel-nav.portfolio {
		top: 54px;
	}
}
