/*
Theme Name: Skylab
Theme URI: demo.megathe.me/skylab/
Author: MegaTheme
Author URI: megathe.me
Description: Skylab is a premium responsive photography WordPress theme with an innovative, touch navigation super smooth hardware accelerated slider designed for photographers, illustrators, graphic designers, art and creative directors, architects, luxury businesses or bloggers. It’s equally adept at showcasing design or photography projects. Its page templates accommodates multiple galleries, each with as many images as you want.
Version: 3.8.2
License: GNU General Public License v3 or later
License URI: gnu.org/licenses/gpl-3.0.html
Text Domain: skylab
*/

/*
    1. CSS Reset
	2. Structure
	3. Widgets
	4. Comments
	5. Footer
	6. Shortcodes
	7. Responsive Structure
*/

/* =1. 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
th {
	padding: 12px 20px;
}
td {
	padding: 20px;
}
blockquote, q {
	quotes:'‘' '’';
}
a img {
	border: 0;
}
img {
	-webkit-user-select: none;
  	-moz-user-select: none;
  	user-select: none;
  	-webkit-user-drag: none;
  	-moz-user-drag: none;
  	user-drag: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =2. Structure
----------------------------------------------- */

body {
	padding: 0;
	overflow-x: hidden;
}
.page-transition-effect-up-down,
.page-transition-effect-left-right {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.page-transition-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	z-index: 10000;
}
.page-transition-effect-up-down .page-transition-overlay {
	transform: scaleY(1);
    transform-origin: bottom;
}
.page-transition-effect-left-right .page-transition-overlay {
	transform: scaleX(1);
    transform-origin: right;
}
#page {
	margin: 0 auto;
	width: 100%;
	position: relative;
	background: transparent;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: opacity ease .25s, visibility ease .25s, pointer-events ease .25s;
}
.header-position-left #page,
.header-position-right #page {
	height: auto;
}
.single-post #page {
	margin: 0 auto;
}
.single-post #main {
	max-width: none;
}
#content {
	margin: 0;
}
#primary {
	position: relative;
	box-sizing: border-box;
    margin: 0 auto;

    width: 100%;
}
#primary > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.main-sidebar-is-active #primary > .vc_column-inner {
	padding-right: 30px;
}
.wpb_row:not(.sticky-sidebar-enabled) .inner-wrapper .vc_column_container .vc_column-inner {
    position: relative !important;
    transform: none !important;
    left: auto !important;
}
.blog #primary {
	max-width: 1170px;
}
#main-content {
	max-width: 1170px;
    margin: 0 auto 50px;
}
.header-position-right #main-content {
	flex-direction: row-reverse;
}
.single-post.main-sidebar-is-active.header-position-left #primary > .vc_column-inner,
.single-post.main-sidebar-is-active.header-position-right #primary > .vc_column-inner,
.blog.main-sidebar-is-active.header-position-left #primary > .vc_column-inner,
.blog.main-sidebar-is-active.header-position-right #primary > .vc_column-inner {
	padding-left: 30px;
	padding-right: 30px;
}
.single-post.main-sidebar-is-active #primary {
	margin-bottom: 85px;
}
#secondary {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	position: relative;
	padding-top: 50px;
	box-sizing: border-box;
}
.header-position-left #secondary,
.header-position-right #secondary {}
#secondary > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.single-post.main-sidebar-is-active.header-position-left #secondary > .vc_column-inner,
.blog.main-sidebar-is-active.header-position-left #secondary > .vc_column-inner {
	padding-right: 30px;
}
.single-post.main-sidebar-is-active.header-position-right #secondary > .vc_column-inner,
.blog.main-sidebar-is-active.header-position-right #secondary > .vc_column-inner {
	padding-left: 30px;
}
.header-position-right #secondary {}

.sticky {
	background: #f2f2f2;
	padding: 30px;
}
.entry-header .entry-meta .entry-date-wrapper {
	width: auto;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto 100px;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 50px auto;
	max-width: 780px;
	text-align: center;
}

/* Blog, Search and Archive */
.archive #primary,
.search #primary,
.blog #primary {
	margin: 0;
	padding: 0;
	width: 100%;
}
#main #content .heading-wrapper {
	margin-top: 50px;
	margin-bottom: 0;
}
.blog #main .heading-wrapper {
	display: none;
}
#main .heading-wrapper .wpb_wrapper {
	text-align: left;
}
#main #content .heading-wrapper h1 {
	margin: 50px 0 1.05rem;
	max-width: 608px;
}
.blog .heading-wrapper {
	display: none;
}
.archive #primary,
.search #primary,
.blog #primary,
.single-post #primary {
	margin: 0;
	width: 100%;
}
.blog.main-sidebar-is-active #primary,
.single-post.main-sidebar-is-active #primary {
	width: 75%;
	float: left;
}
.blog.main-sidebar-is-active.header-position-right #page #primary,
.single-post.main-sidebar-is-active.header-position-right #page #primary {
	float: right;
}
.archive #page .nav-pagination,
.search #page .nav-pagination {
	margin: 50px auto 0;
}

.main-sidebar-is-active #main {
	float: none;
}
.entry-header .entry-meta {
	margin: 0 auto;
	text-align: center;
    color: #999;
}
.entry-header .entry-meta .cat-links {
	margin-left: 1em;
}
.entry-header .entry-meta .comments-link,
.entry-utility-prep {
	display: none;
}
.entry-header .entry-meta a {
	color: #000;
	box-shadow: 0 1px 0;
}
.entry-header .entry-meta a:hover {
	color: #000;
}
.post-thumbnail {
	text-align: center;
}
.post-thumbnail a {
	display: inline;
}
#content .post-thumbnail a {
	display: inline;
	border: none;
}
.post-thumbnail .wp-post-image {
	float: none;
	display: inline-block;
}
.entry-header-wrapper {
	display: block;
}
.below-content-entry-meta {
	text-align: center;
}
.single-post .below-content-entry-meta {
	margin-top: 26px;
}
.below-content-entry-meta a {
	color: #999;
}
.below-content-entry-meta a:hover {
	color: #999;
}
.below-content-entry-meta .sep {
	padding: 0 6px;
	color: #efefef;
}
.archive footer.entry-meta .tag-links a,
.search footer.entry-meta .tag-links a,
.blog footer.entry-meta .tag-links a,
.single-post footer.entry-meta .tag-links a {
	float: none;
	display: inline-block;
}

@media only screen and (min-width: 868px)  {
	.search-no-results #primary {
		width: 100%;
		margin: 0;
	}
}
.search-no-results #to-top {
	display: none;
}
.not-found {
	background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.not-found p {
	margin: 0;
}

/* Default Page Template */
.page-template-default #main #primary {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.page-template-default .entry-title-section {
	text-align: left;
}
.page-template-default .entry-title-section h1 {
	margin-top: 0;
}
.page-template-default #main #content {
	width: auto;
	max-width: 1170px;
	margin: 50px auto;
}
.page-template-default #main #content .type-page {
	width: auto;
	max-width: 960px;
	margin: 0 auto 50px;
}
.page-template-default #main #content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

/* Contact Form 7 */
.wpcf7 p {
	position: relative;
}
.wpcf7-form-control-wrap {
    display: block;
}
#content .wpcf7 {
	margin-bottom: 1.15rem;
    margin-bottom: calc(35px - 1.15rem);
}
#content .wpcf7:after {
	clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    content: ".";
}
.wpcf7-submit {
	cursor: pointer;
    margin: 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #000;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 17px 24px;
    min-width: 166px;
    letter-spacing: 2px;
    line-height: 0;
    height: 46px;
    font-weight: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#content .wpcf7-submit:hover {
	color: #fff;
	opacity: 1;

}
#content input[type=text].wpcf7-not-valid,
#content input[type=password].wpcf7-not-valid,
#content input[type=email].wpcf7-not-valid,
#content input[type=tel].wpcf7-not-valid,
#content textarea.wpcf7-not-valid,
#page select.error + .select2-container .select2-selection--single,
#page select.wpcf7-not-valid + .select2-container .select2-selection--single {
	border-color: #ff6161;
}
.wpcf7-not-valid-tip {
    color: #ff6161;
    margin-top: .575em;
    font-size: .875em;
    line-height: 1.45;
    font-size: 75%;
    display: inline-block;
    font-weight: inherit;

    float: left;
    clear: both;
}
#content .wpcf7-validation-errors,
#content .wpcf7-mail-sent-ok,
#content .wpcf7-response-output {
	border: none;
    margin: 0 0 1.15rem;
    padding: 0;
    float: left;
    clear: both;
    max-width: 608px;
}
#content .wpcf7 .ajax-loader {
	z-index: 2;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%) scale(0);
	transition: all ease .4s;
	border-radius: 0;
	background: transparent;
	border: none;
	animation: none;
	transform-origin: center;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	margin-left: 1em;
}
#content .wpcf7 .ajax-loader .path {
	stroke: #999;
}
#content .wpcf7 .ajax-loader.is-active {
	visibility: visible;
	opacity: 1;
	transform: translate(0, -50%) scale(1);
}
#content .wpcf7 .ajax-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.wpcf7-submit:disabled {
	opacity: .15;
	pointer-events: none;
}
#page .wpcf7-list-item {
	margin: 0 0 0.575em;
    display: block;
}
#page .wpcf7-list-item.last {
	margin-bottom: 0;
}
.wpcf7 .hint {
    margin-top: .575em;
    font-size: .875em;
    line-height: 1.45;
    font-size: 75%;
    display: inline-block;

    float: left;
    clear: both;
}

/* Jquery Validation For Contact Form 7 */
#page .wpcf7-form label.error {
    color: #ff6161;
    font-size: .875em;
    line-height: 1.45;
    padding: 0;
    margin-top: .5em;
    display: inline-block;
}
#page input.error {
    border-color: #ff6161;
}

/* Posts MT */
.mt-posts-container-wrapper,
.mt-posts-container-wrapper-2 {
	margin: 0 auto;
	position: relative;
}
.mt-posts-container-wrapper {
	-webkit-user-select: none;
  	-moz-user-select: none;
  	user-select: none;
  	-webkit-user-drag: none;
  	-moz-user-drag: none;
  	user-drag: none;
}
.mt-posts-container-wrapper.light-margin {
	margin-top: 20px;
}
.mt-posts-container-wrapper.no-margin-top {
	margin-top: 0;
}
.entry-content > .wpb_row.portfolio-padding > .wrapper {
  	padding: 0 30px;
  	box-sizing: border-box;
}
.header-position-left .entry-content > .wpb_row.full-width.portfolio-padding > .wrapper {
	padding-right: 3vw;
	padding-left: 30px;
}
.header-position-right .entry-content > .wpb_row.full-width.portfolio-padding > .wrapper {
	padding-left: 3vw;
	padding-right: 30px;
}
#page .infinite-scroll-enabled + .nav-pagination {
	display: none;
}
#page .infinite-scroll-enabled-with-button ~ .nav-pagination,
#page .infinite-scroll-enabled-with-button .nav-pagination {
	display: none;
}
#page .load-more {
	margin: 0;
	display: inline-block;
	cursor: pointer;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    font-style: normal;
    box-shadow: none;

    transition: color .2s ease, opacity .2s ease, background-color .2s ease, border-color .2s ease;
}
#page .wpb_grid-alternative .load-more {
	margin: 14px 0 0;
}
.load-more-button-text {
	font-weight: inherit;
	display: inline-block;
	transition: all .2s ease;
}
.load-more div span {
	display: inline-block;
}
.load-more div .load-more-button-text {
	float: right;
}
.load-more div {
	max-height: none;
}
.load-more #infscr-loading {
	position: relative;
	bottom: auto;
	left: auto;
	margin-left: 0;
	display: block;
    float: left;
    width: auto;
    margin-right: 16px;
}
.load-more #infscr-loading img {
	height: 13px !important;
    width: auto !important;
    float: left;
    margin-right: 0;

    display: none;
}
#infscr-loading {
	position: relative;
}
#infscr-loading img {
	width: auto;
    position: relative;
    transition: none;
    border-radius: 0;
    background: transparent;
    animation: standard .6s infinite linear;
    transform-origin: center;
    opacity: 1;
    border: none;
}
#infscr-loading div {
	display: inline-block;
}
#infscr-loading .loader {
	opacity: 1;
    visibility: visible;
    width: 28px;
}
#infscr-loading div em {
	display: none;
}
.wpb_grid-alternative #infscr-loading div {
	display: block;
}
.load-more #infscr-loading {
	opacity: 0;
	transform: scale(0, 0);
	width: auto;
	height: auto;
	margin-right: 0;
	position: absolute;
    left: 50%;
    display: block !important;
}
#page .load-more.is-animating {
	cursor: default;
	pointer-events: none;
}
.is-animating .load-more-button-text {
	opacity: 0;
	transform: scale(.85);
}
.load-more-wrapper {
	position: relative;
	margin-top: 1em;
	text-align: center;
}
#page .load-more.is-finished {
	opacity: 0;
    transform: scale(.85);
    transition: all ease .2s;
    visibility: hidden;
}
.is-finishedMsg {
	position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform: scale(.85);
    transition: all .2s ease;
    cursor: default;
}
.is-finished + .is-finishedMsg {
	opacity: 1;
    transform: scale(1);
}
.mt-posts-container-wrapper.col-3 .hentry {
	float: left;
	border: none;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}
.mt-posts-container-wrapper.col-2 .hentry {
	float: left;
	border: none;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}
.mt-posts-container-wrapper.col-3.title-hidden .hentry {
	margin-bottom: 2.5%;
}
.gutter-sizer {
	width: 2.5%;
	display: block;

	height: 0;
	position: absolute;
}
.grid-sizer {
	display: block;
	height: 0;
}
.layout-justified .grid-sizer {
	display: none;
}
.layout-justified .gutter-sizer {
	display: none;
}
.col-1 .gutter-sizer {
	width: 0;
}
.margin-0px .gutter-sizer {
	width: 0;
}
.margin-1px .gutter-sizer {
	width: .1%;
}
.margin-5px .gutter-sizer {
	width: .5%;
}
.margin-10px .gutter-sizer {
	width: 1%;
}
.margin-20px .gutter-sizer {
	width: 2%;
}
.mt-posts-container-wrapper.col-3 .hentry,
.mt-posts-container-wrapper.col-3 .grid-sizer {
	width: 31.66666666666667%;
}
.mt-posts-container-wrapper.col-2 .hentry,
.mt-posts-container-wrapper.col-2 .grid-sizer {
	width: 48.75%;
}
.mt-posts-container-wrapper.col-1 .hentry,
.mt-posts-container-wrapper.col-1 .grid-sizer {
	width: 100%;
}

.mt-posts-container-wrapper.col-3.margin-1px .hentry,
.mt-posts-container-wrapper.col-3.margin-1px .grid-sizer {
	width: 33.26666666666667%;
}
.mt-posts-container-wrapper.col-2.margin-1px .hentry,
.mt-posts-container-wrapper.col-2.margin-1px .grid-sizer {
	width: 49.9%;
}
.mt-posts-container-wrapper.margin-1px.title-hidden .hentry {
	margin-bottom: .1%;
}

.mt-posts-container-wrapper.col-3.margin-5px .hentry,
.mt-posts-container-wrapper.col-3.margin-5px .grid-sizer {
	width: 33%;
}
.mt-posts-container-wrapper.col-2.margin-5px .hentry,
.mt-posts-container-wrapper.col-2.margin-5px .grid-sizer {
	width: 49.75%;
}
.mt-posts-container-wrapper.margin-5px.title-hidden .hentry {
	margin-bottom: .5%;
}

.mt-posts-container-wrapper.col-3.margin-10px .hentry,
.mt-posts-container-wrapper.col-3.margin-10px .grid-sizer {
	width: 32.66666666666667%;
}
.mt-posts-container-wrapper.col-2.margin-10px .hentry,
.mt-posts-container-wrapper.col-2.margin-10px .grid-sizer {
	width: 49.5%;
}
.mt-posts-container-wrapper.col-4.margin-10px .hentry,
.mt-posts-container-wrapper.col-4.margin-10px .grid-sizer {
	width: 24.25%;
}
.mt-posts-container-wrapper.col-4.margin-10px.title-hidden .hentry {
	margin-bottom: 1%;
}
.mt-posts-container-wrapper.margin-10px.title-hidden .hentry {
	margin-bottom: 1%;
}

.mt-posts-container-wrapper.col-3.margin-20px .hentry,
.mt-posts-container-wrapper.col-3.margin-20px .grid-sizer {
	width: 32%;
}
.mt-posts-container-wrapper.col-3.margin-20px .hentry {
	margin-bottom: 20px;
}
.mt-posts-container-wrapper.col-3.title-visible .hentry,
.mt-posts-container-wrapper.col-4.title-visible .hentry {
	margin-bottom: 20px;
}
.mt-posts-container-wrapper.col-2.margin-20px .hentry,
.mt-posts-container-wrapper.col-2.margin-20px .grid-sizer {
	width: 49%;
}
.mt-posts-container-wrapper.margin-20px.title-hidden .hentry {
	margin-bottom: 2%;
}

.mt-posts-container-wrapper.col-1.title-hidden .hentry {
	margin-bottom: 50px;
}
.mt-posts-container-wrapper.col-2.margin-0px .hentry,
.mt-posts-container-wrapper.col-2.margin-0px .grid-sizer {
	width: 50%;
}
.mt-posts-container-wrapper.col-2.margin-10px .hentry {
	margin-bottom: 10px;
}
.mt-posts-container-wrapper.col-4 .post-thumbnail h2,
.mt-posts-container-wrapper.col-3 .post-thumbnail h2 {
	letter-spacing: 0;
	font-size: 16px;
	text-transform: none;
}
.mt-posts-container-wrapper.col-4 .hentry {
	float: left;
	border: none;
	margin: 0 0 40px;
	padding: 0;
	position: relative;
}
.mt-posts-container-wrapper.title-hidden .hentry {
	overflow: hidden;
}
.mt-posts-container-wrapper.col-4.title-hidden .hentry {
	margin-bottom: 2.5%;
}
.mt-posts-container-wrapper.col-4 .hentry,
.mt-posts-container-wrapper.col-4 .grid-sizer {
	width: 23.125%;
}
.mt-posts-container-wrapper.col-4.margin-20px .hentry,
.mt-posts-container-wrapper.col-4.margin-20px .grid-sizer {
	width: 23.5%;
}

/* Posts MT Full Width */
.full-width .mt-posts-container-wrapper.margin-0px.title-visible .hentry {
	margin: 0 0 30px;
}

#content .filters.filter-left {
	text-align: left;
	position: relative;
}
#content .filters.filter-left div {
	background: transparent;
	position: relative;
	z-index: 100;
	padding: 0;
	float: none;
	max-width: none;
	margin: 0;
}
#content .filters.filter-center {
	margin: 0 auto 1.15rem;
}

/* Posts MT Margin 0px */
.mt-posts-container-wrapper.margin-0px.title-hidden .hentry {
	margin: 0;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry,
.mt-posts-container-wrapper.col-4.margin-0px .grid-sizer {
	width: 25%;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry .post-thumbnail {
	overflow: visible;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry img {
	width: 100%;
}
.mt-posts-container-wrapper.col-4.margin-0px .hentry .posts-content-wrapper {
	width: 100%;
}
.mt-posts-container-wrapper.col-3.margin-0px .hentry,
.mt-posts-container-wrapper.col-3.margin-0px .grid-sizer {
	width: 33.33333333333333%;
}
.mt-posts-container-wrapper.margin-0px.title-visible .hentry {
	margin: 0 0 30px;
}
.mt-posts-container-wrapper .hentry img {
	display: block;
	max-width: 100%;
	width: 100%;
	float: left;
}
.mt-posts-container-wrapper .hentry .content-wrapper {
	padding-bottom: 0;
	border: none;
	opacity: 1;
	font-style: normal;
	text-decoration: none;
	display: block;
	position: relative;
	color: #000;
	float: left;
    width: 100%;
    box-shadow: none;
}
.title-visible .hentry .content-wrapper {
	padding-bottom: 1em;
}
.mt-posts-container-wrapper .hentry .content-wrapper > :last-child {
	margin-bottom: 0;
}
.mt-posts-container-wrapper .hentry .content-wrapper-helper {
	float: left;
	width: 100%;
	position: relative;
}
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link {
	display: block;
	box-shadow: none;
}
.mt-posts-container-wrapper .hentry .content-wrapper:before,
.mt-posts-container-wrapper .hentry .content-wrapper:after {
	display: none;
}
.posts-template-browser .hentry .content-wrapper {
	display: block;
}
.post-thumbnail-wrapper-2 {
	position: relative;
}
.post-thumbnail-wrapper-helper {
	position: relative;
    overflow: hidden;
}
.posts-template-browser .posts-item-content-wrapper {
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    display: none;
}
.posts-template-browser .post-thumbnail-wrapper-1 {
	position: relative;
	transition: transform ease .4s, box-shadow ease .4s;
	border: 1px solid #e6e6e6;
}
.mt-posts-container-wrapper .hentry .entry-meta {
	margin: .5em auto;
}
.posts-template-browser .post-thumbnail-wrapper-1 .browser-bar {
	background: transparent;
}
.posts-template-browser .browser-button {
	background: #e6e6e6;
	opacity: 1;
}
.posts-template-browser .hentry .content-wrapper:hover .post-thumbnail-wrapper-1 {
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.posts-template-browser .posts-item-content-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity ease .2s;
    top: 0;
}
.posts-template-browser .hentry a:hover .posts-item-content-wrapper:after {
    opacity: .7;
}
.posts-template-browser .posts-item-content-wrapper span {
    color: #fff;
    font-weight: 700;
    line-height: 1.65;
    font-size: 12px;
    position: relative;
    z-index: 100;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all cubic-bezier(.215, .61, .355, 1) .4s;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.posts-template-browser a:hover .posts-item-content-wrapper span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
#content .mt-posts-container-wrapper .special-button {
	margin-top: 20px;
}
#content .mt-posts-container-wrapper .special-button .vc_btn3 {
	font-size: 22px;
}
.mt-posts-container-wrapper .hentry a.content-wrapper:hover .post-thumbnail {
	opacity: 1;
}
.hentry .post-thumbnail-wrapper-1 {
	display: block;
}
.title-visible .hentry .post-thumbnail-wrapper-1,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link {
	margin: 1em auto;
}
.browser-bar {
	height: 21px;
	line-height: 22px;
	padding: 0 12px;
    box-sizing: border-box;
    transition: background ease .2s;
    position: relative;
    z-index: 1000;
    background: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
}
.browser-bar:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .5;
}
.browser-button {
    display: inline-block;
    font-size: inherit;
    margin-left: 4px;
    width: 4px;
	height: 4px;
	background: #999;
	border-radius: 50%;
	transition: background ease .2s;
	opacity: 1;
}
.browser-buttons {
	float: left;
    line-height: 1;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.browser-button:first-of-type {
	margin-left: 0;
}
.mt-posts-container-wrapper .post-thumbnail {
	position: relative;
	margin: 0;
	overflow: hidden;
}
.title-hidden .entry-header {
	margin: 0;
}
#page .mt-posts-container-wrapper.title-hidden .posts-content div:last-child {
	margin-bottom: 0;
}
.mt-posts-container-wrapper.meta-data-position-center .entry-meta,
.mt-posts-container-wrapper.meta-data-position-center .entry-excerpt {
    text-align: center;
}
.mt-posts-container-wrapper .entry-category .sep {
	padding: 0 5px;
}
.mt-posts-container-wrapper .entry-excerpt {
	color: #000;
	margin: .575em 0;
    text-align: left;
}
.mt-posts-container-wrapper .entry-excerpt p:last-of-type {
	margin-bottom: 0;
}
.mt-posts-container-wrapper.title-hidden .entry-excerpt {
	color: #fff;
}

.mt-posts-container-wrapper .more-link-wrapper {
	margin: .575em 0;
}

.title-visible .entry-header {
	margin: 0 auto .575em;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}
.title-visible .posts-content :last-child {
	margin-bottom: 0;
}
.title-visible .hentry .post-thumbnail-wrapper-1:first-child,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link:first-child {
	margin-top: 0;
}
.title-visible .hentry .post-thumbnail-wrapper-1:last-child,
.mt-posts-container-wrapper .hentry .content-wrapper-helper .post-thumbnail-link:last-child {
	margin-bottom: 0;
}
.title-visible.meta-data-align-left .entry-header {
	padding: 0;
	text-align: left;
	margin-left: 0;
}
.meta-data-align-center .posts-content-wrapper {
	text-align: center;
}
.meta-data-align-center .entry-meta,
.meta-data-align-center .entry-excerpt,
.meta-data-align-center .more-link-wrapper  {
	text-align: center;
}
.title-visible.meta-data-align-left .entry-header h2 {
	text-align: left;
}
.title-visible.meta-data-align-left .entry-header h2:after {
	display: none;
}
.mt-posts-container-wrapper.title-visible.meta-data-align-left .entry-meta,
.mt-posts-container-wrapper.title-visible.meta-data-align-left .entry-excerpt {
	text-align: left;
	margin-left: 0;
}
.title-visible .entry-header h2 {
	font-size: 18px;
    line-height: 1.25;
    margin: 0;
    display: inline-block;
    transition: all ease .2s;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    display: block;
}
.entry-header a {
	text-decoration: none;
}
.title-visible.title-underline-hover-enabled .entry-header h2 span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .2s cubic-bezier(.67, .02, .2, .97), opacity .2s ease, background .2s ease;
    display: block;
    opacity: 1;
    left: 0;
}
.title-visible.title-underline-hover-enabled .hentry .content-wrapper:hover .entry-header h2 span:after {
	transform-origin: bottom left;
    transform: scaleX(1);
}
.posts-template-browser.title-visible .entry-header h2 {
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
}
.posts-template-browser.title-visible .entry-header h2:after {
	display: none;
}
.title-visible a.content-wrapper h2 span {
	position: relative;
	display: inline-block;
}
.mt-posts-container-wrapper.title-visible .hentry img {
	max-width: 100%;
}
.title-visible .entry-view-wrapper {
	background-color: rgba(0, 0, 0, .92);

	position: absolute;
	width: 150%;
	height: 200%;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	top: 0;
	left: 0;

	transform: translate(100%, 100%) rotate(45deg);
	transition: all .7s ease-in-out;
}
.title-visible a:hover .entry-view-wrapper {
	visibility: visible;
	opacity: 1;

	transform: translate(-15%, -15%) rotate(45deg);
}

.title-visible a:hover .entry-view-wrapper {
	opacity: 1;
}

.entry-category .sep {
	padding: 0 5px;
}
.entry-excerpt {
	color: #999;
}
.entry-content .mt-posts-container .more-link {
    padding: 0;
}

/* Posts MT template title hidden 2 */
.posts-template-title_hidden2 .hentry .more-link-wrapper {
    margin-top: 1.15rem;
}

/* Posts MT 1 column */
.mt-posts-container-wrapper-2.col-1 .entry-content {
    position: relative;
    margin-top: 30px;
    margin-bottom: 35px;
}

/* Posts MT cellsByRow */
.layout-cellsbyrow .mt-posts-container {
	display: grid;
}
.layout-cellsbyrow .grid-sizer,
.layout-cellsbyrow .gutter-sizer {
	display: none;
}
.layout-cellsbyrow.col-2 .mt-posts-container {
	grid-template-columns: 1fr 1fr;
}
.layout-cellsbyrow.col-3 .mt-posts-container {
	grid-template-columns: 1fr 1fr 1fr;
}
.layout-cellsbyrow.col-4 .mt-posts-container {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.layout-cellsbyrow.col-1 .hentry,
.layout-cellsbyrow.col-2 .hentry,
.layout-cellsbyrow.col-3 .hentry,
.layout-cellsbyrow.col-4 .hentry {
	width: auto;
}

.layout-cellsbyrow .hentry .content-wrapper-helper {
	padding: 15%;
    box-sizing: border-box;

    height: 100%;
	width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.layout-cellsbyrow .hentry {
	margin-bottom: 0;
	display: inline-flex;
}

/* Title color */
.title-visible.title-underline-hover-enabled .content-wrapper .entry-header h2 span:after {
	background: var(--title-color);
}

/* Title color on hover */
.title-visible .hentry a.content-wrapper:hover .entry-header h2,
.title-visible .hentry .posts-content .entry-header a:hover {
	color: var(--title-color-on-hover) !important;
}
.title-visible.title-underline-hover-enabled a.content-wrapper:hover .entry-header h2 span:after,
.title-visible .hentry .posts-content .entry-header a:hover span:after {
	background: var(--title-color-on-hover) !important;
}

/* Title color on active */
.title-visible .hentry a.content-wrapper:hover:active .entry-header h2,
.title-visible .hentry .posts-content .entry-header a:active {
	color: var(--title-color-on-active) !important;
	transition: color ease 0s, opacity ease 0s;
}
.title-visible.title-underline-hover-enabled a.content-wrapper:hover:active .entry-header h2 span:after,
.title-visible .hentry .posts-content .entry-header a:hover:active span:after {
	background: var(--title-color-on-active) !important;
	transition: background ease 0s;
}

/* Posts MT Hover Scale Effect */
.hover-scale-effect-scale .hentry .content-wrapper .attachment,
.hover-scale-effect-scale .hentry .content-wrapper .gallery-attachment {
	transition: opacity .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.hover-scale-effect-scale .hentry a.content-wrapper:hover .attachment,
.hover-scale-effect-scale .hentry a.content-wrapper:hover .gallery-attachment,
.hover-scale-effect-scale .hentry .post-thumbnail-link:hover .attachment,
.hover-scale-effect-scale .hentry .post-thumbnail-link:hover .gallery-attachment {
	transform: scale(1.05);
}

/* Posts MT Hover Scale 2 Effect */
.hover-scale-effect-scale2 .hentry .content-wrapper .attachment,
.hover-scale-effect-scale2 .hentry .content-wrapper .gallery-attachment {
	transition: opacity .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.hover-scale-effect-scale2 .hentry .content-wrapper .post-thumbnail-wrapper-1 {
	transition: transform .4s ease;
	position: relative;
}
.hover-scale-effect-scale2 .hentry a.content-wrapper:hover .post-thumbnail-wrapper-1,
.hover-scale-effect-scale2 .hentry .post-thumbnail-link:hover .post-thumbnail-wrapper-1 {
	transform: scale(.99);
}
.hover-scale-effect-scale2 .hentry a.content-wrapper:hover .attachment,
.hover-scale-effect-scale2 .hentry a.content-wrapper:hover .gallery-attachment,
.hover-scale-effect-scale2 .hentry .post-thumbnail-link:hover .attachment,
.hover-scale-effect-scale2 .hentry .post-thumbnail-link:hover .gallery-attachment {
	transform: scale(1.05);
}

/* Posts MT Hover Scale 3 Effect */
.hover-scale-effect-scale3 .hentry .content-wrapper .post-thumbnail-wrapper-1 {
	transition: transform .4s ease;
	position: relative;
}
.hover-scale-effect-scale3 .hentry a.content-wrapper:hover .post-thumbnail-wrapper-1,
.hover-scale-effect-scale3 .hentry .post-thumbnail-link:hover .post-thumbnail-wrapper-1 {
	transform: scale(1.01);
}

/* Posts MT Click Scale Effect */
.click-scale-effect-scale .hentry .content-wrapper .post-thumbnail-wrapper-1 {
	transition: transform .4s ease;
	position: relative;
}
.click-scale-effect-scale .hentry a.content-wrapper:active .post-thumbnail-wrapper-1,
.click-scale-effect-scale .hentry .post-thumbnail-link:active .post-thumbnail-wrapper-1 {
	transform: scale(.99);
	transition: transform .1s ease;
}

/* Posts MT Click Scale 2 Effect */
.click-scale-effect-scale2 .hentry a.content-wrapper:active .attachment,
.click-scale-effect-scale2 .hentry a.content-wrapper:active .gallery-attachment,
.click-scale-effect-scale2 .hentry .post-thumbnail-link:active .attachment,
.click-scale-effect-scale2 .hentry .post-thumbnail-link:active .gallery-attachment {
	transform: scale(1.005);
	transition: transform .1s ease;
}

/* Posts MT Hover Opacity Effect */
.hover-opacity-effect-enabled .hentry a.content-wrapper:hover,
.hover-opacity-effect-enabled .hentry .post-thumbnail-link:hover {
	opacity: .7;
}

/* Posts MT Click Opacity Effect */
.click-opacity-effect-enabled .hentry a.content-wrapper:active,
.click-opacity-effect-enabled .hentry .post-thumbnail-link:active {
	opacity: .7;
	transition: opacity ease 0s;
}

/* Meta Data Mix Blend Mode Multiply */
.meta-data-mix-blend-mode-difference-enabled .posts-content-wrapper {
	mix-blend-mode: difference;
    filter: invert(1) grayscale(1) contrast(9);
}

/* Posts MT Gallery */
.mt-posts-container-wrapper .hentry .gallery-attachment {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity ease .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.mt-posts-container-wrapper .gallery-enabled .attachment {
	transition: opacity ease .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.mt-posts-container-wrapper .gallery-enabled a.content-wrapper:hover .gallery-attachment {
    opacity: 1;
}
.mt-posts-container-wrapper .gallery-enabled a.content-wrapper:hover .attachment {
    opacity: 0;
}

/* Posts MT Justified */
.layout-justified .mt-posts-container {
	display: flex;
  	flex-wrap: wrap;
}
.layout-justified .mt-posts-container .hentry,
.layout-justified .mt-posts-container:after {
	--ratio: calc(var(--w) / var(--h));
    --row-height: 38.8vh;
    --row-width: 20vw;
    flex-basis: calc(var(--ratio) * var(--row-width));
}
.layout-justified .mt-posts-container .hentry {
	flex-grow: calc(var(--ratio) * 100);
	width: 100% !important;
}
.layout-justified .mt-posts-container:after {
	--w: 2;
	--h: 1;
	content: '';
	flex-grow: 1000000;
}

.layout-justified .hentry {
	padding: 0 15px;
	width: 100%;
}
.layout-justified .title-hidden .hentry {
	margin-bottom: 30px;
}
.layout-justified .hentry .content-wrapper {
   	overflow: hidden;
}

.layout-justified.margin-0px .hentry {
	padding: 0;
}
.layout-justified.margin-0px.title-hidden .hentry {
	margin-bottom: 0;
}
.layout-justified.margin-0px {
    margin: 0;
}
.layout-justified.margin-1px .hentry {
	padding: 0 1px;
}
.layout-justified.margin-1px.title-hidden .hentry {
	margin-bottom: 2px;
}
.layout-justified.margin-1px {
    margin: 0 -1px;
}
.layout-justified.margin-5px .hentry {
	padding: 0 2px;
}
.layout-justified.margin-5px.title-hidden .hentry {
	margin-bottom: 4px;
}
.layout-justified.margin-5px {
    margin: 0 -2px;
}
.layout-justified.margin-10px .hentry {
	margin-bottom: 10px;
	padding: 0 5px;
}
.layout-justified.margin-10px.title-hidden .hentry {
	margin-bottom: 10px;
}
.layout-justified.margin-10px {
    margin: 0 -5px;
}
.layout-justified.margin-20px .hentry {
	padding: 0 10px;
}
.layout-justified.margin-20px.title-hidden .hentry {
	margin-bottom: 20px;
}
.layout-justified.margin-20px {
    margin: 0 -10px;
}

/* Header */
.entry-header-wrapper {
    margin: 0 auto;
}
.entry-header-wrapper .entry-header {
	margin: 50px auto 0;
}
#page .featured-image-wrapper {
	max-height: 685px;
	max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform ease .35s;
	transform: scale(1);
	margin-top: 30px;
}
.archive #page .featured-image-wrapper,
.search #page .featured-image-wrapper {
	max-width: 100px;
	margin: .5em auto;
	margin-left: 0;
}
#page .featured-image {
	width: 100%;
	max-width: 784px;
	overflow: hidden;
}

/* Alignment */
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}
.entry-content .wp-block-cover-image-text a,
.entry-content .wp-block-cover-image-text a:active,
.entry-content .wp-block-cover-image-text a:focus,
.entry-content .wp-block-cover-image-text a:hover,
.entry-content .wp-block-cover-text a,
.entry-content .wp-block-cover-text a:active,
.entry-content .wp-block-cover-text a:focus,
.entry-content .wp-block-cover-text a:hover,
.entry-content section.wp-block-cover-image h2 a,
.entry-content section.wp-block-cover-image h2 a:active,
.entry-content section.wp-block-cover-image h2 a:focus,
.entry-content section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
    margin: 0 0 1.5em;
    box-sizing: border-box;
}
.wp-block-cover video {
	width: 100%;
}
.alignleft {
	float: left;
	margin-right: 1.425em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.425em;
}
.aligncenter {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.widget .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* =Global
----------------------------------------------- */
body,
input,
textarea {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: 1.65;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #fff;
    
    display: flex;

    flex-wrap: wrap;

    overflow-anchor: none;
}
.footer-parallax-enabled {
    height: auto;
}

/* clearfix */
.clearfix:after { 
	clear: both; 
	display: block; 
	height: 0; 
	font-size: 0; 
	visibility: hidden; 
	content: "."; 
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: normal;
	line-height: 1.25;
	margin: .5em auto;
	margin: 2.75rem auto 1.05rem;
	clear: both;
	color: #000;
	word-wrap: break-word;
	width: 100%;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dt,
.entry-content dd,
.entry-content address,
.entry-content pre,
.entry-content table,
.entry-content .twitter-tweet {
	margin-bottom: 1.15rem;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dt,
.entry-content dd,
.entry-content address,
.entry-content pre,
.entry-content table,
.entry-content .twitter-tweet,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.tag-links,
.single-post #page .essb_template_skylab,
.more-link-wrapper {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;

	max-width: 700px;
	max-width: 608px;
}
.wp-block-image {
	margin: 0 auto 1em;
}
#page .entry-content .wp-block-button__link {
	color: #fff;
	box-shadow: none;
}
#page .entry-content .is-style-outline .wp-block-button__link,
#page .entry-content .wp-block-button__link.is-style-outline {
	border: 2px solid #32373c;
	color: #32373c;
}
#page .entry-content .is-style-squared .wp-block-button__link {
	border-radius: 0;
}
.entry-content .wp-block-image figure a,
.entry-content .wp-block-gallery a,
.entry-content dl.gallery-item dt a {
	box-shadow: none;
}
.entry-content .wp-block-gallery {
	padding: 0;
}
.wp-block-embed {
	margin: 0 auto 1em;
}
.blocks-gallery-item {
	padding: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}
.entry-content .slides,
.entry-content .flex-direction-nav {
	max-width: none;
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
	text-align: center;
    max-width: none;
}
.entry-content .flex-direction-nav li {
	position: inherit;
}
.entry-content .twitter-tweet {
	display: inline-block !important;
}
.entry-content .slides,
.entry-content .flex-direction-nav,
.esg-grid .mainul,
.esg-grid .mainul > li {
	max-width: none;
}
.wp-block-button {
	margin-bottom: .5em;
}
.wpb_text_column {
	width: 100%;
}
#page .entry-content h1 a,
#page .entry-content h2 a,
#page .entry-content h3 a,
#page .entry-content h4 a,
#page .entry-content h5 a,
#page .entry-content h6 a {
	text-decoration: none;
	color: #000;
	box-shadow: none;
	font-style: normal;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #000;
}
h1 {
	font-size: 3.052em;
	line-height: 1.15;
	font-weight: 700;
	text-transform: none;
	position: relative;
}
h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 2.441em;
	line-height: 1.25;
}
h1,
h2,
h3 {
	letter-spacing: -.015em;
}
h3 {
	font-size: 1.953em;
	line-height: 1.15;
}
h4 {
	font-size: 1.563em;
	line-height: 1.15;
}
h5 {
	font-size: 1.25em;
	line-height: 1.15;
}
h6 {
	font-size: 16px;
}

.error404 #content .wpb_content_element > h2,
.archive #content .wpb_content_element > h2,
.search #content .wpb_content_element > h2 {
	text-align: left;
    margin-bottom: 32px;
}

/* Text elements */
p {
	margin-bottom: 1.15rem;
}
#page p:empty {
	padding: 0;
	margin: 0;
	display: none;
}
aside,
aside p {
	font-style: italic;
}
ul, ol {
	margin: 1.825em 0 1.825em 2.5em;
}
ul {
	list-style: none;
}
ul > li {
	margin-bottom: .5em;
	padding-left: 33px; 
	position: relative;
}
.entry-content ul > li:before {
    content: "\2013";
    padding-right: 8px;
    position: absolute;
    transform: translateX(-17px);
}
.entry-content .widget ul > li:before,
.entry-content ul .blocks-gallery-item:before,
.entry-content .wpb_gallery_slides ul li:before,
.entry-content .esg-grid .mainul > li:before {
	display: none;
}
ul,
ol {
	margin-left: 0;
	margin-bottom: 1em;
	margin-top: 0;
}
dl {
	margin: 0 0 1em;
}
ol {
	list-style-type: decimal;
}
ol {
	list-style-type: decimal;
	padding-left: 33px;
	box-sizing: border-box;
}
ol > li {
	margin-bottom: .5em;
}

ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
#page ul ul,
#page ol ol,
#page ul ol,
#page ol ul {
	margin-bottom: 0;
}
dt {
	font-weight: inherit;
}
dd {
	margin-bottom: 1em;
}
strong {
	font-weight: 700;
}
b {
	font-weight: 700;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-weight: inherit;
    padding: 0;
    margin: .5em auto 1em;
    border-left: none;
    font-style: normal;
    font-size: 32px;
    text-transform: none;
    background: transparent;
    line-height: 1.25;
    position: relative;
    border: none;
    box-shadow: none;
    text-align: left;
    display: block;
}
blockquote p {
	margin: 0 auto;
    max-width: none;
    padding: 0;
}
#main blockquote p {
    max-width: 950px;
    padding: 0;
    margin: 0 auto;
    font-size: 32px;
    text-align: center;
}
blockquote p:before {
	content: '';
    display: block;
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #999;
    padding: 0;
    position: relative;
    top: auto;
    margin-bottom: 40px;

    display: none;
}
blockquote p:after {
	content: '';
    display: block;
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #999;
    padding: 0;
    position: relative;
    margin-top: 40px;

    display: none;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	text-transform: none;
    font-size: 16px;
}
pre {
	background: transparent;
    font: 16px Consolas, "Liberation Mono", Courier, monospace;
    margin: 0 0 1.825em;
    overflow: auto;
    padding: 8px 11px;
    border: 1px solid #e6e6e6;
    color: #999;
    box-sizing: border-box;
}
hr {
	display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 1em;
    max-width: 608px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	padding: 8px 11px;
    border: 1px solid #e6e6e6;
    color: #999;
    box-sizing: border-box;
    display: inline-block;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #999;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.825em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea {
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #000;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
	position: relative;
    z-index: 100;
    box-sizing: border-box;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=search]:hover,
textarea:hover {
	border-color: #999;
}
#page input[type=text]:focus,
#page input[type=password]:focus,
#page input[type=email]:focus,
#page input[type=number]:focus,
#page input[type=tel]:focus,
#page input[type=number]:focus,
#page input[type=search]:focus,
#page textarea:focus {
	color: #000;
	border-color: #000;
}
select {
	padding: 3px 20px 3px 7px;
	height: 42px;
	border: 1px solid #e6e6e6;
	background: #fff;
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
	cursor: pointer;

	width: 100%;

	transition: border-color ease .2s, color ease .2s;

}
select:hover {
	border-color: #999;
}
select:focus {
	color: #000;
	border-color: #000;
}
textarea {
	padding: 10px 11px;
	width: 100%;

	resize: none;
	overflow: hidden;

	display: block;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search] {
	padding: 3px 11px;
	height: 42px;
	box-sizing: border-box;
}
input,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea {
	transition: background-color ease .2s, border-color ease .2s, color ease .2s, opacity ease .2s;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input {
	transition: background-color ease .2s, border-color ease .2s, color ease .2s;
}
input[type=submit],
button {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius: 0;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}

/* Number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.search-form {
	position: relative;
}
input.search-field {
	padding: 3px 11px 3px 38px;
    border-radius: 0;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 400px;
}
.input-style-2 #page input.search-field {
	padding-left: 23px;
}
.search-icon {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 15px;
	color: #999;
	z-index: 1000;
}
.input-style-2 .search-icon {
	left: 0;
}
.search-icon:before {
	font-family: 'fontello';
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\E957";
	font-size: 12px;
	float: left;
    display: inline-block;
}
.search-icon-style-2 .search-icon:before,
.search-icon-style-2 .search-header-icon:before,
.search-icon-style-2 #page .search-wrapper .search-submit:before {
	content: "\E958";
}
.search-icon-style-3 .search-icon:before,
.search-icon-style-3 .search-header-icon:before,
.search-icon-style-3 #page .search-wrapper .search-submit:before {
	content: "\E959";
}
.search-icon-style-4 .search-icon:before,
.search-icon-style-4 .search-header-icon:before,
.search-icon-style-4 #page .search-wrapper .search-submit:before {
	content: "\e95a";
}
input.search-field:focus {
	color: #000;
	outline-width: 0;
}
input.search-field:after {
	border-bottom: 1px solid #000;
}
input.search-field:focus:after {
	border-bottom: 1px solid #000;
}
.search-submit {
	display: none;
}

/* =Input Style
----------------------------------------------- */
.input-style-2 input[type=text],
.input-style-2 input[type=password],
.input-style-2 input[type=email],
.input-style-2 input[type=tel],
.input-style-2 input[type=number],
.input-style-2 input[type=search],
.input-style-2 textarea,
.input-style-2 .select2-container--default .select2-selection--single {
	border-left: none;
	border-right: none;
	border-top: none;
	padding-left: 0;
	padding-right: 0;
}
.input-style-2 #page .select2-container .select2-selection--single {
	padding-left: 0;
}
.input-style-2 .datepicker-icon {
    right: 0;
}
.input-style-2 #page .select2-container--default .select2-selection--single .select2-selection__arrow b {
	justify-content: flex-end;
}

.input-focus-wrapper {
	display: block;
    width: 100%;
    position: relative;
    float: left;
}
.input-focus-wrapper:before,
.input-style-2 #page .select2-container .select2-selection--single:before {
	content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1001;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .2s cubic-bezier(.67, .02, .2, .97), opacity .2s ease, background .2s ease;
}
.input-style-2 #page .select2-container .select2-selection--single:before {
	bottom: -1px;
}
.input-style-2 .select2-container--open .select2-dropdown--below {
    margin-top: -1px;
}
.focused .input-focus-wrapper:before,
#page .select2-container--default.select2-container--open .select2-selection--single:before {
	transform-origin: bottom left;
    transform: scaleX(1);
}
.input-focus {
	position: absolute;
    z-index: 101;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 1px;
    display: inline-block;
    transition: color ease .1s, transform .15s cubic-bezier(.4, 0, .2, 1);
    transform-origin: top left;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-right: 33px;
    box-sizing: border-box;
}
.textarea-focus-transition .input-focus {
	transform: translateY(10px);
    top: 0;
}
.focused-placeholder .input-focus {
	transform: translateY(-106%) scale(.75);
}
.textarea-focus-transition.focused-placeholder .input-focus {
	transform: translateY(-30%) scale(.75);
}

/* =Placeholder
----------------------------------------------- */
::-webkit-input-placeholder {
	color: #999;
	transition: color ease .1s;
}
::-moz-placeholder {
	color: #999;
	transition: color ease .1s;
}
:input-placeholder {
	color: #999;
	transition: color ease .1s;
}

:focus::-webkit-input-placeholder {
	color: #999;
}
:focus::-moz-placeholder {
	color: #999;
}
:focus:input-placeholder {
	color: #999;
}

.require {
	color: #999;
}

/* Links */
a {
	text-decoration: none;
	position: relative;
	transition: color ease .2s, opacity ease .2s, background ease .2s, box-shadow ease .2s;
	font-style: normal;
}
.entry-content a,
.widget a,
.entry-summary a {
	color: #000;
	box-shadow: 0 1px 0;
}
.links-text-decoration-disabled a {
	text-decoration: none;
	box-shadow: none;
}
.links-font-style-italic a {
	font-style: italic;
}
a:hover {
	color: #000;
	opacity: 1;
}
#page .link-transition a {
	white-space: nowrap;
}
#page .link-transition a,
#page .link-transition a:hover {
	box-shadow: none;
}
#page .link-transition a:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.694, 0, .335, 1), opacity .2s ease, background .2s ease;
    display: block;
    opacity: 1;
    left: 0;
    bottom: -1px;
}
#page .link-transition a:hover:after {
	transform: scaleX(0);
	transform-origin: bottom right;
}
a[rel~="attachment"] {
	display: inline-block;
}
a[rel~="attachment"] img,
.store-button a img {
	transition: all ease .1s;
}
a[rel~="attachment"]:hover img,
.store-button a:hover img {
	box-shadow: inset 0 -100px 0 rgba(41, 41, 41, .15), 0 4px 6px 0 rgba(0, 0, 0, .1), 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .1);
}
.attachment a[rel~="attachment"]:hover img {
	box-shadow: none;
}
.entry-content .more-link {
	color: #000;
    font-weight: inherit;
    text-decoration: none;
    padding: 15px 40px;
    border: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: pre;
}
.more-link span {
    position: relative;
    display: inline-block;
    box-shadow: 0 1px 0;
    transition: box-shadow ease .2s;
}
.more-link:hover {
    color: #000;
}
.meta-nav {
	display: none;
}

/* Assistive text */
.assistive-text {
	display: none;
}

/* =Header
----------------------------------------------- */
#top-bar-wrapper {
	background: #000;
    position: relative;
    z-index: 1001;
    position: absolute;
    width: 100%;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#top-bar-wrapper.fixed {
	position: fixed;
    top: auto;
    outline: 0 solid transparent;
}
#top-bar {
	max-width: 1170px;
    margin: 0 auto;
    color: #fff;
    text-transform: none;
    position: relative;
    font-size: 12px;
    height: 100%;
}
.full-width-header-enabled #top-bar {
    padding: 0 30px;
    max-width: none;
}
.top-bar-enabled #main {
    margin-top: 50px;
}
.top-bar-menu {
	float: right;
	margin-left: auto;
}
.top-bar-menu ul {
	list-style: none;
	margin: 0;
}
.top-bar-menu li {
	display: inline-block;
}
.top-bar-menu li:before {
	content: "|";
    display: inline-block;
    margin: 0 10px;
}
.top-bar-menu li:first-of-type:before {
	display: none;
}
#top-bar .top-bar-menu li a {
	color: #fff;
}
#top-bar .top-bar-menu li a:hover {
	color: #999;
}
.info-header {
	float: left;
}
#top-bar a:hover,
#top-bar .info-header a:hover {
  	color: #fff;
}
.info-header span:first-child {
	margin-left: 0;
}
#page .info-header {
	font-size: inherit;
    float: right;
    height: 100%;
    margin-left: 50px;
    display: flex;
    position: relative;
    -webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
    align-items: center;
    color: #000;
}
.info-header p {
	margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

#top-bar .sep {
	padding: 0;
	color: #efefef;
}

/* =Top Bar Widget Area
-------------------------------------------------------------- */
#top-bar .info-top-bar {
	font-size: inherit;
    float: right;
    height: 100%;
    margin-left: 25px;
    display: flex;
    position: relative;
    -webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
    align-items: center;
}
#top-bar .info-top-bar-2 {
	float: left;
    margin-left: 0;
}
#top-bar .info-top-bar p {
	margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

#top-bar .social-links-wrapper {
	float: right;
    margin: 0;
    padding-left: 30px;
    padding-right: 0;
    line-height: 1.45;
    position: relative;
    z-index: 900;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.header .social-links-wrapper {
	float: right;
	padding-left: 30px;
	padding-right: 0;
	line-height: 1.45;
	position: relative;
	z-index: 900;
	display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.social-links .social {
	color: #000;
	text-decoration: none;
	display: inline-block;
	background: transparent;
	text-align: center;
	line-height: 1;
	margin-left: 1em;
	padding: 0;
	border: none;
	height: auto;
	float: left;
	box-shadow: none;
}
#page .social-links .social {
	box-shadow: none;
}
#content .social-links-wrapper.style-5 .social-links {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#content .social-links .social {
	color: #ccc;
    text-decoration: none;
    background: transparent;
    text-align: center;
    padding: 0;
    border: none;
}
#content .social-links li {
	margin-left: 30px;
	display: inline-block;
}
#content .style-5 .social-links li {
	margin: 10px 30px;
}
#content .style-5 .social-links li:first-child {
	margin-left: 30px;
}
#content .style-2 .social-links li {
	line-height: 1.7;
    margin-left: 57px;
}
#content .style-3 .social-links .social {
	color: #ccc;
    line-height: 5;
    width: 66px;
    height: 66px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
}
#content .style-4 .social-links li {
	margin: 0 15px 16px;
}
#content .style-4 .social-links li:first-child {
	margin-left: 15px;
}
#content .style-4 .social-links .social {
	color: #fff;
    line-height: 6.9;
    width: 96px;
    height: 96px;
    background: #000;
    border-radius: 50%;
    border: 2px solid #000;
}
#content .style-5 .social-links .social {
	color: #999;
}
#content .style-6 .social-links .social {
	height: 140px;
    background: #000;
    color: #666;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
}
#content .style-6 .social-links .twitter:hover {
	background: #55acee;
}
#content .style-6 .social-links .facebook:hover {
	background: #3664a2;
}
#content .style-6 .social-links .linkedin:hover {
	background: #0077B5;
}
#content .style-6 .social-links .pinterest:hover {
	background: #bd081c;
}
#content .style-6 .social-links .vimeo:hover {
	background: #1ab7ea;
}
#content .style-6 .social-links .social-text {
    text-indent: 0;
    display: block;
    line-height: 1;
    margin-top: 13px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all ease .3s;
}
#content .style-6 .social-links .social:hover .social-text {
	visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
#content .style-3 .social-icon {
    position: relative;
    bottom: 1px;
}
#content .style-4 .social-icon {
    position: relative;
    bottom: 1px;
}
#content .style-6 .social-icon {
	display: block;
    transform: translateY(15px);
    transition: transform ease .2s, color ease .1s;
}
#content .style-6 .social-links .social:hover .social-icon {
    transform: translateY(0);
}
#header-wrapper .social-links .social {
	color: #000;
	text-decoration: none;
	background: transparent;
	text-align: center;
	margin-left: 1em;
	float: left;
  	display: inline-block;
  	position: relative;
  	display: flex;
  	font-style: normal;
}
#header-wrapper .social-links .social:hover {
	color: #000;
}
.social-links .social:hover {
	color: #000;
	opacity: 1;
}
#content .social-links .social:hover {
	color: #000;
}
#content .style-2 .social-links .social:hover {
	color: #000;
}
#content .style-3 .social-links .social:hover {
	color: #999;
	border-color: #999;
}
#content .style-4 .social-links .social:hover {
	color: #fff;
	background: #999;
	border-color: #999;
}
#content .style-5 .social-links .social:hover {
	color: #999;
}
.style-5 .social-icon:before {
	font-size: 27px;
}
.style-6 .social-icon:before {
	font-size: 40px;
	display: block;
}
.style-5 .instagram .social-icon::before {
    font-size: 25px;
}
.style-5 .social-text {
	text-indent: 0;
    display: inline-block;
    font-size: 22px;
    margin-left: 16px;
    position: relative;
    bottom: 4px;
    border-bottom: none;
    border-color: transparent;
    position: relative;
}
.style-5 .social-text:before {
	content: '';
    background: transparent;
    margin: auto;
    width: 0;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: -1px;
}
.style-5 .social-links .social:hover .social-text {}
.style-5 .social-links .social:hover .social-text:before {
	background: #999;
    width: 100%;
}
#content .style-2 .social-links .social-icon:before {
    font-size: 27px;
    line-height: 1;
}
#content .style-3 .social-links .social-icon:before {
    font-size: 27px;
    line-height: 1;
}
#content .style-4 .social-links .social-icon:before {
    font-size: 27px;
    line-height: 1;
}
#content .social-links-wrapper {
	margin-bottom: 16px;
}
#content .social-links-wrapper.align-center {
	float: none;
}
#content .social-links-wrapper.align-right {
	float: right;
}
#content .social-links-wrapper.no-margin {
	margin-bottom: 0;
}
#content .social-links-wrapper.align-center .social-links {
    float: none;
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#content .social-links-wrapper.align-center.style-6 .social-links {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#content .social-links li:first-child {
	margin-left: 0;
}
#header-wrapper .social-links .social:first-child {
	margin-left: 0;
}
#top-bar .social-links .social {
	color: #fff;
    text-decoration: none;
    background: transparent;
    text-align: center;
    margin-left: .5em;
    float: left;
    display: inline-block;
    position: relative;
    display: flex;
    font-style: normal;
}
#top-bar .social-links .social:hover {
	color: #fff;
}
#top-bar .social-icon:before {
	font-size: 12px;
	float: left;
	vertical-align: middle;
}
#header-wrapper .social-icon:before {
	float: left;
	vertical-align: middle;
}
.social-icons-text {
	float: left;
	min-width: 70px;
    font-size: .875em;
    text-transform: uppercase;
    color: #999;
}
#top-bar .lang_sel-wrapper {
	float: right;
}
#top-bar #lang_sel {
	height: auto;
	font-family: inherit;
}
#top-bar #lang_sel:hover .lang_sel_sel {
	color: #fff;
}
#top-bar #lang_sel a,
#top-bar #lang_sel a:visited {
	display: block;
	font-size: 13px;
	color: #999;
	border: none;
	background: transparent;
	padding-left: 0;
	line-height: inherit;
}
#top-bar #lang_sel a:hover {
	color: #fff;
}
#top-bar #lang_sel:hover .lang_sel_sel span {
	text-decoration: underline;
}
#top-bar #lang_sel:hover .lang_sel_sel:after {
	text-decoration: none;
}
#top-bar #lang_sel a {
	padding: 0 10px;
	border-top: 1px solid #efefef;
}
#top-bar #lang_sel ul ul a:first-child {
	border-top: none;
}
#top-bar .lang_sel_sel {
	padding: 0 10px;
	border: none;
}
#top-bar .lang_sel_sel:hover {
	background: none;
}
#lang_sel a.lang_sel_sel:after {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: .1;
	vertical-align: baseline;
	margin-top: 0;
	content: "\f107";
	padding-left: .2em;
	font-size: 11px;
}
#top-bar #lang_sel ul ul {
	top: 41px;
	z-index: 5000;
	height: auto;
	border-top: none;
	background: #fff;
	box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .15);
	opacity: 0;
	margin-top: 15px;
	width: 140px;

	transition: all .15s ease-in-out;
}
#top-bar #lang_sel ul li:hover ul,
#top-bar #lang_sel ul a:hover ul {
	opacity: 1;
	margin-top: 0;
}
#top-bar #lang_sel li {
	width: auto;
	float: none;
}
#header-main-wrapper {
	width: 100%;
	display: flex;
    height: 100%;
    flex: 1;
}
.header-position-right #header-main-wrapper {
	flex-direction: row-reverse;
}
.header-wrapper {
	position: absolute;
	top: auto;
	left: auto;
	z-index: 1000;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	height: auto;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	display: flex;
    align-items: center;
}
.header-wrapper:not(.ghost-header) {
	transform: none !important;
}
#header-wrapper > .vc_column-inner {
	padding: 0;
	height: 100%;
	box-sizing: border-box;
	width: 100%;
}
#header-wrapper.fixed {
	position: fixed;
	top: auto;
	outline: 0 solid transparent;
}
.header-position-bottom #header-wrapper.fixed {
	bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
	#header-wrapper.fixed {
    	outline: none;
    }
}
@supports (-ms-ime-align:auto) {
  	/* Microsoft Edge Browser 12+ (All) */ 
  	#header-wrapper.fixed {
    	outline: none;
    }
}
.row-fixed-header #header {
	height: 72px;
}
.row-fixed-header #site-title {
	margin: 26px 0;
}
.header {
	position: relative;
	top: 0;
	left: auto;
	z-index: 500;
	padding: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	height: 100%;
}
.header {
	margin: 0 auto;
}
#header-wrapper,
.ghost-header {
	background: #fff;
	border-top: none;
	border-bottom: none;
}
.header-wrapper.ghost-header,
#top-bar-wrapper.ghost-top-bar {
	visibility: hidden;
	position: fixed;
    transform: translate(0, -100%);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1), visibility .2s cubic-bezier(.215, .61, .355, 1);
}
.center-logo-and-menu-disabled.top-bar-disabled .header-wrapper.ghost-header {
	opacity: 1;
}
.top-bar-enabled.non-sticky-top-bar .header-wrapper.ghost-header {
    position: fixed;
    top: 0;
}
.admin-bar.top-bar-enabled .header-wrapper.ghost-header,
.admin-bar.top-bar-enabled #top-bar-wrapper.ghost-top-bar {
    top: 32px;
}
.ghost-header-show .ghost-header,
.ghost-top-bar-show #top-bar-wrapper {
	visibility: visible;
	transform: translate(0, 0);
	transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}
.header-wrapper.ghost-header .logo-for-transparent-header {
	display: none;
}
.center-logo-and-menu-disabled.top-bar-disabled .header-wrapper {
	opacity: 0;
	opacity: 1;
}
.header-position-top.center-logo-and-menu-disabled.top-bar-disabled .header-init {
	transform: translate(0, -100%);
}
.header-position-bottom.center-logo-and-menu-disabled.top-bar-disabled .header-init {
	transform: translate(0, 100%);
}
.header-position-left.center-logo-and-menu-disabled.top-bar-disabled .header-init {
	transform: translate(-100%, 0);
	transform: none;
}
.header-position-right.center-logo-and-menu-disabled.top-bar-disabled .header-init {
	transform: translate(100%, 0);
	transform: none;
}

.top-bar-enabled.non-sticky-top-bar #header-wrapper.fixed {
    position: fixed;
    top: 0;
}
.admin-bar.top-bar-enabled #header-wrapper.fixed {
    top: 32px;
}
.non-sticky-header #main {
	padding-top: 0;
}
.non-sticky-header #header-wrapper {
	position: relative;
}
.center-logo-and-menu-enabled #site-title {
	float: none;
    justify-content: center;
    position: relative;
    margin: 0;
}
.center-logo-and-menu-enabled #branding {
	margin: 0 auto;
    padding: 0;
}
.center-logo-and-menu-enabled.top-bar-enabled #header-wrapper {
	top: auto;
}
.center-logo-and-menu-enabled #site-title img {
	max-height: 216px;
}
.center-logo-and-menu-enabled .mobile-menu-dropdown {
	float: none;
	text-align: center;
}
.center-logo-and-menu-enabled #access-wrapper {
	width: 100%;
	position: relative;
	background: #fff;
	margin-top: 20px;
}
.center-logo-and-menu-enabled #access {
	position: relative;
	height: 100%;
	margin: 0 auto;
	max-width: none;
	padding: 0;
	z-index: 500;
	box-sizing: border-box;
	max-width: 1170px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.center-logo-and-menu-enabled #access .nav-menu > ul {
	float: left;
}
.center-logo-and-menu-enabled #access .nav-menu {
	position: absolute;
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 100%;
    position: relative;
    float: none;
}
.center-logo-and-menu-enabled #nav-menu-wrapper {
	max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    padding: 0;
    height: 100%;
}
.center-logo-and-menu-enabled #access-wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.center-logo-and-menu-enabled #header-wrapper {
	padding: 40px 0;
	position: relative;
}
.center-logo-and-menu-enabled #header {
	border-top: none;
	border-bottom: none;
	height: auto;
}
#branding {
	padding: 0;
	position: relative;

	height: 100%;
}
.branding-helper {
	width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.full-width-header-enabled .header {
	padding: 0 30px;
}
.full-width-header-enabled .branding-helper {
	max-width: none;
}
.full-width-footer-enabled #supplementary {
	max-width: none;
	padding-left: 30px;
    padding-right: 30px;
}
.full-width-header-enabled #branding {
	max-width: none;
}
.full-width-header-enabled #access {
	max-width: none;
}
.full-width-footer-enabled #site-generator {
	max-width: none;
}
.full-width-footer-enabled #site-generator-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}
#site-title {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	position: relative;
	z-index: 100;
	letter-spacing: 0;
	line-height: 1;
	height: 100%;
	display: flex;
	align-items: center;
	margin-right: 30px;
}
#site-title a {
	color: #000;
	float: left;
	text-decoration: none;
    padding: 0;
    display: flex;
    font-style: normal;
}
#site-title path {
    transition: stroke ease .2s;
}
#custom-logo {
	display: flex;
	align-items: center;
}
#site-title a {
	transition: opacity ease .2s, color ease .2s;
	position: relative;
	opacity: 1;
}
.site-title {
	opacity: 1;
	position: relative;
	transition: color ease .2s, font-size .4s cubic-bezier(.215, .61, .355, 1);
	font-size: 24px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}
#site-title a:hover {
	opacity: 1;
}
#site-title .logo-default-wrapper {
	position: relative;
	display: inline-flex;
    align-items: center;
}
#site-title img {
	float: left;
	width: auto;
	height: auto;
	max-height: 99px;
}
.sticky-header #site-title img {}
#site-title .logo-svg,
.sticky-header #site-title .logo-svg,
#site-title .logo-default {
	height: 32px;
}
#site-title .logo-svg {
	pointer-events: none;
}
.logo-and-site-title-together .logo-default-wrapper {
	margin-right: .575em;
}
.site-title-description-wrapper {
	display: inline-flex;
    align-items: center;
}
.site-description {
	margin-left: 1em;
	position: relative;
	opacity: 1;
	transition: color ease .2s, font-size .4s cubic-bezier(.215, .61, .355, 1);
	font-size: 24px;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}
.logo-default-wrapper + .site-description {
	margin-left: .5em;
}
.site-description-below .site-title-description-wrapper {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.site-description-below .site-description {
	margin-left: 0;
	margin-top: 4px;
}
.search-header-wrapper {
	float: right;
	margin: 0;
	line-height: 1;
	padding-left: 0;
	margin-left: 30px;
	text-decoration: none;
	position: relative;
	top: 0;
	right: 0;
	z-index: 900;
	height: 100%;
    display: flex;
    align-items: center;
	box-sizing: border-box;
	justify-content: flex-end;
}
.search-position-top-bar .header .search-header-wrapper {
	display: none;
}
.search-header-icon:before {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    content: "\e958";
    color: #000;
    font-size: 14px;
    font-style: normal;
    float: left;
    position: relative;
    transition: transform ease .2s;
}
#top-bar .search-header-icon:before {
	color: #fff;
}
.search-header-icon:hover:before {
	transform: rotate(-20deg);
}
#page #branding .vc_btn3-container {
	margin-bottom: 0;
}

/* =Left Header
-------------------------------------------------------------- */
.header-position-left #header-wrapper,
.header-position-right #header-wrapper {
    margin-left: 0;
    padding: 40px 0 0;
    display: block;
    box-sizing: border-box;
    padding: 0;
    height: 100%;
}
.header-position-right #header-wrapper {
	margin-left: auto;
	margin-right: 0;
}
.header-position-left #branding,
.header-position-right #branding,
.header-position-left .branding-helper,
.header-position-right .branding-helper {}
.header-position-left #header-wrapper > .vc_column-inner,
.header-position-right #header-wrapper > .vc_column-inner {
    padding-left: 30px;
    left: auto !important;
    height: auto;

    height: 100%;
}
.header-position-left #header-wrapper > .vc_column-inner {
	padding-left: 3vw;
}
.header-position-right #header-wrapper > .vc_column-inner {
	padding-right: 3vw;
}
.header-position-left #header,
.header-position-right #header {
	padding: 0;
	transition: none;
	position: relative;

	height: auto;
}
.header-position-right #header {
	right: 0;
}
.header-position-left .site-title-description-wrapper,
.header-position-right .site-title-description-wrapper {
	align-items: normal;
}
.header-position-left #site-title,
.header-position-right #site-title {
	height: auto;
	display: inline-block;
	margin-right: auto;
}
.header-position-left .site-description,
.header-position-right .site-description {
	margin-left: 0;
	display: inline-block;
}
.header-position-left .header .menu-wrapper,
.header-position-right .header .menu-wrapper {
	display: block;
	height: auto;
	width: 100%;
    float: left;
    margin-left: 0;
}
.header-position-left .nav-menu-primary-header-wrapper,
.header-position-right .header .nav-menu ul-primary-header-wrapper,
.header-position-left .nav-menu-secondary-header-wrapper,
.header-position-right .header .nav-menu ul-secondary-header-wrapper {
	height: auto;
	width: 100%;
}
.header-position-left .header .nav-menu,
.header-position-right .header .nav-menu,
.header-position-left #sliding-menu-dropdown-wrapper,
.header-position-right #sliding-menu-dropdown-wrapper {
    float: left;
    margin-left: 0;
    height: auto;
    margin-top: 25px;
    clear: both;
}
.header-position-left #access .nav-menu,
.header-position-right #access .nav-menu {
	float: left;
	width: 100%;
}
.header-position-left .header .nav-menu ul li .sub-menu-wrapper,
.header-position-right .header .nav-menu ul ul li .sub-menu-wrapper {
	width: 100%;
}
.header-position-left .header .social-links-wrapper,
.header-position-right .header .social-links-wrapper {
	height: auto;
	padding-left: 0;
	clear: both;
	float: left;
	justify-content: flex-start;
}
.header-position-left #access .search-header-wrapper,
.header-position-right #access .search-header-wrapper {
	float: left;
    justify-content: flex-start;
    clear: both;
    height: auto;
}
.header-position-left #access .woocommerce-links-wrapper,
.header-position-right #access .woocommerce-links-wrapper {
	float: left;
    justify-content: flex-start;
    clear: both;
    margin-left: 0;
    margin-top: 25px;
    align-items: flex-start;
}
.header-position-left .product-list-cart,
.header-position-left .product-list-right {
	display: none;
}
.header-position-left .header .nav-menu ul,
.header-position-right .header .nav-menu ul,
.header-position-left .header .nav-menu ul ul,
.header-position-right .header .nav-menu ul ul {
	display: block;
	width: 100%;
    float: left;
}
.header-position-left .header .nav-menu ul li,
.header-position-right .header .nav-menu ul li,
.header-position-left .header .nav-menu ul ul li,
.header-position-right .header .nav-menu ul ul li {
    margin-left: 0;
    float: left;
    clear: both;
    margin-top: .575em;
}
.header-position-left .header .nav-menu ul li:first-of-type,
.header-position-right .header .nav-menu ul li:first-of-type,
.header-position-left .header .nav-menu ul ul li:first-of-type,
.header-position-right .header .nav-menu ul ul li:first-of-type {
	margin-top: 0;
}
.header-position-left #access,
.header-position-right #access {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.header-elements-wrapper {
	float: left;
	margin-top: auto;
	margin-top: 25px;
	clear: both;
}
.header-elements-wrapper > div {
	margin-top: 25px;
	margin-left: 0;
}
.header-elements-wrapper > div:first-of-type {
	margin-top: 0;
}
.header-position-left #page .info-header,
.header-position-right #page .info-header {
	padding-left: 0;
	margin-top: 1.15rem;
	float: left;
	display: block;
	text-align: left;
    clear: both;
    margin-left: 0;
}
.header-position-left #page .info-header p,
.header-position-right #page .info-header p {
	margin-bottom: .5em;
}
.header-position-left #page .info-header p:last-of-type,
.header-position-right #page .info-header p:last-of-type {
	margin-bottom: 0;
}
.header-position-left #page #sliding-menu-wrapper,
.header-position-right #page #sliding-menu-wrapper {
	display: none;
}
.header-position-left #page #sliding-menu-dropdown-wrapper,
.header-position-right #page #sliding-menu-dropdown-wrapper {
	display: none;
}

/* =Menu
-------------------------------------------------------------- */

/*** Structure ***/
#access {
	display: block;
	margin: 0 auto;
	padding: 0;
	float: none;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	position: relative;
}
.menu-wrapper {
	float: right;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.nav-menu-primary-header-wrapper,
.nav-menu-secondary-header-wrapper,
.nav-menu-top-bar-wrapper {
	display: inline-flex;
    align-items: center;
    float: left;
    height: 100%;
}
.nav-menu {
	float: right;
	height: 100%;
	position: relative;
    height: auto;
}
.nav-menu ul,
.nav-menu ul * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul ul {
	position: absolute;
	/* top: -999em; */
	min-width: 164px; /* left offset of submenus need to match (see below) */
	margin-top: 0;
	width: auto;
	max-width: 240px;
}
.nav-menu ul ul li {
	width: 100%;
	height: auto;
}
.nav-menu ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.nav-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 25px;
	float: none;
	height: auto;
    font-style: normal;
}
.nav-menu ul li:first-child {
	margin-left: 0;
}
.nav-menu ul li li {
	margin: 0;
}
.nav-menu-primary-header ul li li {
	margin-top: .5em;
}
.nav-menu ul li li a span:after {
	display: none;
}
.nav-menu .menu-item > span {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.nav-menu ul a {
	display: block;
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
    align-items: center;
    font-style: normal;
}
.header-wrapper .nav-menu ul a {}
.nav-menu ul ul li a {
	border-top: none;
	display: block;
}
.nav-menu ul ul li a span {
	display: inline-block;
}
.nav-menu ul li:hover ul,
.nav-menu ul li.sfHover ul {
	top: auto; /* match top ul list item height */
	z-index: 5000;
}
.nav-menu ul li li ul {
	left: 100%;
	top: 0 !important;
}
.nav-menu ul li:hover li ul,
.nav-menu ul li.sfHover li ul {
	top: -999em;
	left: 100%;
}
.nav-menu ul li li:hover ul,
.nav-menu ul li li.sfHover ul {
	left: 100%; /* match ul width */
	top: 0;
	margin-left: 30px;
    margin-top: -15px;
}
.nav-menu ul li li:first-child:hover ul,
.nav-menu ul li li:first-child.sfHover ul {
	top: 0;
}
.nav-menu ul li li:hover li ul,
.nav-menu ul li li.sfHover li ul {
	top: -999em;
}
.nav-menu ul li li li:hover ul,
.nav-menu ul li li li.sfHover ul {
	left: 100%; /* match ul width */
	top: 0;
}

/*** Style ***/
.menu {
	max-width: 959px;
	margin: 0 auto;
}
.nav-menu ul {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	float: none;
	text-transform: none;
	position: absolute;
    width: 100%;
   	display: inline-flex;
    align-items: center;
    height: 100%;
}
.nav-menu-primary-header ul {
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
}
.nav-menu ul a {
	text-decoration: none;
	padding: 0;
	float: none;
	clear: both;
}
.nav-menu ul a  {
	color: #000;
	line-height: inherit;
	padding: 0;
	border-top: 0;
}
#page .access-mobile-menu-wrapper .nav-menu-primary-header .sub-menu a,
#page .access-mobile-menu-wrapper .nav-menu-primary-header ul li a {
	color: #000;
}
.nav-menu ul a:not([href]) {
	cursor: default;
}
.nav-menu ul a span,
.access-mobile-menu-wrapper .nav-menu a span {
	vertical-align: middle;
	padding-top: 0;
	position: relative;
	display: block;
	padding: 0;
	display: inline;
	box-sizing: border-box;
}
.access-mobile-menu-wrapper .nav-menu a span {
	display: inline-block;
}
.nav-menu ul li ul {
	background: #000;
	padding: 0 25px;
	height: auto;
	box-shadow: none;
	box-shadow: none;
	border-top: none;
    margin-top: 0;
    box-sizing: border-box;
    top: 100% !important;
}
.nav-menu .sf-menu li ul {
	display: none;
}
.nav-menu ul li li:first-child {
	border-top: none;
	margin-top: 0;
}
.nav-menu ul li li {
	background: none;
	text-align: left;
	padding: 0;
	border-top: none;
	box-sizing: border-box;
}
.nav-menu ul li li a {
	margin: 0;
	border: none;
}
.nav-menu ul li li li {
	background: none;
}
.header .nav-menu > ul > li a:active,
.header .nav-menu > ul > li a:hover,
.header .nav-menu > ul li.sfHover a,
.header .nav-menu > ul .current-menu-item a,
.header .nav-menu > ul .current_page_item a,
.header .nav-menu > ul > .current-menu-ancestor a,
.header .access-mobile-menu-wrapper .nav-menu ul li a:hover {
	color: #000;
	outline: 0;
}
.header .nav-menu > ul > li a:active span:after,
.header .nav-menu > ul > li a:hover span:after,
.header .nav-menu > ul li.sfHover a span:after,
.header .nav-menu > ul > .current-menu-item > a span:after,
.header .nav-menu > ul > .current_page_item > a span:after,
.header .nav-menu > ul > .current-menu-ancestor > a span:after {
	background: #000;
}
.nav-menu > ul .current-menu-item > a span:after,
.nav-menu > ul .current_page_item > a span:after,
.nav-menu > ul .current-menu-ancestor > a span:after {
	transform-origin: bottom left;
    transform: scaleX(1);
}
.nav-menu > ul .current-menu-item > a span:before,
.nav-menu > ul .current_page_item > a span:before,
.nav-menu > ul .current-menu-ancestor > a span:before {
	transform-origin: bottom left;
    transform: scaleX(1);
}
.access-mobile-menu-wrapper .nav-menu > li > span a:active span:after,
.access-mobile-menu-wrapper .nav-menu > li > span a:hover span:after,
.access-mobile-menu-wrapper .nav-menu li.sfHover > span a span:after,
.access-mobile-menu-wrapper .nav-menu > .current-menu-item > span a span:after,
.access-mobile-menu-wrapper .nav-menu > .current_page_item > span a span:after,
.access-mobile-menu-wrapper .nav-menu > .current-menu-ancestor > span a span:after {
	background: #000;
}
.access-mobile-menu-wrapper .nav-menu .current-menu-item > span > a span:after,
.access-mobile-menu-wrapper .nav-menu .current_page_item > span > a span:after,
.access-mobile-menu-wrapper .nav-menu .current-menu-ancestor > span > a span:after {
	transform-origin: bottom left;
    transform: scaleX(1);
    background: #000;
}
.access-mobile-menu-wrapper .nav-menu .current-menu-item > span > a span:before,
.access-mobile-menu-wrapper .nav-menu .current_page_item > span > a span:before,
.access-mobile-menu-wrapper .nav-menu .current-menu-ancestor > span > a span:before {
	transform-origin: bottom left;
    transform: scaleX(1);
    background: #000;
}
.single-portfolio .header .nav-menu > ul .menu-item-portfolio a,
.single-post .header .nav-menu > ul .menu-item-blog a,
.single-portfolio #page .access-mobile-menu-wrapper .nav-menu .menu-item-portfolio > span a,
.single-post #page .access-mobile-menu-wrapper .nav-menu .menu-item-blog > span a {
    color: #000;
}
.single-portfolio .header-wrapper .nav-menu-primary-header > ul .menu-item-portfolio > a span:after,
.single-post .header-wrapper .nav-menu-primary-header > ul .menu-item-blog > a span:after,
.single-portfolio .header-wrapper .nav-menu-primary-header > ul .menu-item-portfolio > span a span:after,
.single-post .header-wrapper .nav-menu-primary-header > ul .menu-item-blog > span a span:after,
.single-portfolio .access-mobile-menu-wrapper .nav-menu-primary-header .menu-item-portfolio > span a span:after,
.single-post .access-mobile-menu-wrapper .nav-menu-primary-header .menu-item-blog > span a span:after {
    background: #000;
}
.single-portfolio #page .nav-menu > ul .menu-item-portfolio > a span:after,
.single-post #page .nav-menu > ul .menu-item-blog > a span:after,
.single-portfolio #page .nav-menu > ul .menu-item-portfolio > span a span:after,
.single-post #page .nav-menu > ul .menu-item-blog > span a span:after,
.single-portfolio #page .access-mobile-menu-wrapper .nav-menu .menu-item-portfolio > span a span:after,
.single-post #page .access-mobile-menu-wrapper .nav-menu .menu-item-blog > span a span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.nav-menu ul li a > span:after,
.access-mobile-menu-wrapper .nav-menu li a > span:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .25s cubic-bezier(.67, .02, .2, .97), opacity .2s ease, background .2s ease;
    display: block;
    opacity: 1;
    left: 0;
    bottom: 0;
}
.nav-menu ul li a > span:before,
.access-mobile-menu-wrapper .nav-menu li a > span:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .2s cubic-bezier(.67, .02, .2, .97), opacity .2s ease, background .2s ease;
    display: block;
    opacity: 1;
    left: 0;
    top: 0;
    display: none;
}
.nav-menu .sf-arrows .sf-with-ul:after {
    font-family: 'fontello';
    font-weight: 400;
    font-style: normal;
    display: table-cell;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background: none;
    background-repeat: repeat;
    margin-top: 0;
    content: '\e90f';
    font-size: 8px;
    padding-left: 0;
    vertical-align: middle;
    position: relative;
    display: inline !important;
    float: right;
    margin-left: 4px;
    transition: transform ease .15s;
    line-height: 1;
}
.nav-menu > .sf-arrows .sfHover > .sf-with-ul:after {
	transform: rotate(180deg);
	transform: perspective(100px) rotateX(180deg);
}
.nav-menu .sf-arrows ul li .sf-with-ul:after {
	content: '\e90c';

	position: absolute;
	right: 0;
}
.nav-menu > .sf-arrows ul .sfHover > .sf-with-ul:after {
	transform: none;
}
.nav-menu ul li a:hover span:after,
.access-mobile-menu-wrapper .nav-menu li a:hover span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.nav-menu ul li a:hover span:before,
.access-mobile-menu-wrapper .nav-menu li a:hover span:before {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.nav-menu ul .current-menu-ancestor a {
	outline: 0;
}
.nav-menu ul > .current-menu-ancestor > a span:after {
	transform: scaleX(1);
}
.nav-menu ul li .current-menu-ancestor > a {
	color: #fff;
    opacity: 1;
    background: transparent;
}
.nav-menu ul .menu-item-object-custom.current_page_item > a {
	color: #000;
	opacity: 1;
}
.nav-menu ul .menu-item-object-custom.current-menu-item a:hover,
.nav-menu ul .menu-item-object-custom.current_page_item a:hover {
	color: #000;
	opacity: 1;
}
.nav-menu ul li li:hover,
.nav-menu ul li li.sfHover,
.nav-menu ul li li.current-menu-item,
.nav-menu ul li li.current_page_item {
	background: none;
	box-shadow: none;
	border-radius: 0;
}
#page .nav-menu ul li li a:hover,
#page .nav-menu ul li li.sfHover > a,
#page .nav-menu ul li .current-menu-item > a,
#page .nav-menu ul li .current_page_item > a {
	color: #fff;
	background: transparent;
}
#page .nav-menu ul li .current-menu-ancestor > a,
#page .nav-menu ul li .current-menu-parent > a {
	color: #fff;
}
#page .nav-menu ul li li a {
	padding: 0;
	color: #999;
	border-bottom: none;
	float: none;
	display: inline-flex;
    align-items: center;

    width: 100%;
}
.nav-menu ul li li:last-child > a,
.nav-menu ul li:last-child li:last-child > a {
	border-bottom: none;
}

/* =Secondary Menu
-------------------------------------------------------------- */
#access .nav-menu-secondary-header {
	float: right;
}
.header .nav-menu-secondary-header > ul > li > a:active,
.header .nav-menu-secondary-header > ul > li > a:hover,
.header .nav-menu-secondary-header > ul > li.sfHover > a,
.header .nav-menu-secondary-header > ul > .current-menu-item > a,
.header .nav-menu-secondary-header > ul > .current_page_item > a,
.header .nav-menu-secondary-header > ul > .current-menu-ancestor > a,
.header .access-mobile-menu-wrapper .nav-menu-secondary-header ul li a:hover,
#page .access-mobile-menu-wrapper .nav-menu-secondary-header .sub-menu a,
#page .access-mobile-menu-wrapper .nav-menu-secondary-header ul li a {
	color: #000;
}
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header ul li > span a:active,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header ul li > span a:hover,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current-menu-item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current_page_item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current-menu-ancestor > span a {
	color: #000;
}
.nav-menu-secondary-header ul li li {
    margin-top: .5em;
}
.single-portfolio .header .nav-menu-secondary-header > ul .menu-item-portfolio > a span:after,
.single-post .header .nav-menu-secondary-header > ul .menu-item-blog > a span:after,
.single-portfolio #page .access-mobile-menu-wrapper .nav-menu-secondary-header ul .menu-item-portfolio > span a span:after,
.single-post #page .access-mobile-menu-wrapper .nav-menu-secondary-header ul .menu-item-blog > span a span:after {
	background: #000;
}

/* =Top Bar Menu
-------------------------------------------------------------- */
.nav-menu-top-bar {
	float: right;
}
.nav-menu-top-bar ul {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}
#top-bar .nav-menu-top-bar ul a {
	color: #fff;
}
#top-bar .nav-menu-top-bar ul li a span:after {
	background: #fff;
}
#top-bar .nav-menu-top-bar > ul > li > a:active,
#top-bar .nav-menu-top-bar > ul > li > a:hover,
#top-bar .nav-menu-top-bar > ul > li.sfHover > a,
#top-bar .nav-menu-top-bar > ul > .current-menu-item > a,
#top-bar .nav-menu-top-bar > ul > .current_page_item > a,
#top-bar .nav-menu-top-bar > ul > .current-menu-ancestor > a {
	color: #fff;
}
.access-mobile-menu-wrapper .nav-menu-top-bar ul li a:hover,
#page .access-mobile-menu-wrapper .nav-menu-top-bar .sub-menu a,
#page .access-mobile-menu-wrapper .nav-menu-top-bar ul li a {
	color: #000;
}
#page .access-mobile-menu-wrapper .nav-menu-top-bar ul li > span a:active,
#page .access-mobile-menu-wrapper .nav-menu-top-bar ul li > span a:hover,
#page .access-mobile-menu-wrapper .nav-menu-top-bar .current-menu-item > span > a,
#page .access-mobile-menu-wrapper .nav-menu-top-bar .current_page_item > span > a,
#page .access-mobile-menu-wrapper .nav-menu-top-bar .current-menu-ancestor > span > a {
	color: #000;
}
.nav-menu-top-bar ul li li {
    margin-top: .5em;
}
#top-bar .nav-menu > ul > li a:active span:after,
#top-bar .nav-menu > ul > li a:hover span:after,
#top-bar .nav-menu > ul li.sfHover a span:after,
#top-bar .nav-menu > ul > .current-menu-item > a span:after,
#top-bar .nav-menu > ul > .current_page_item > a span:after,
#top-bar .nav-menu > ul > .current-menu-ancestor > a span:after {
    background: #fff;
}
.single-portfolio #top-bar .nav-menu-top-bar > ul .menu-item-portfolio > a span:after,
.single-post #top-bar .nav-menu-top-bar > ul .menu-item-blog > a span:after {
	background: #fff;
}
.single-portfolio #top-bar .nav-menu > ul > .menu-item-portfolio > a,
.single-post #top-bar .nav-menu > ul > .menu-item-blog > a,
.single-portfolio #top-bar .nav-menu > ul > .menu-item-portfolio > span a,
.single-post #top-bar .nav-menu > ul > .menu-item-blog > span a {
    color: #fff;
}
.single-portfolio #page .access-mobile-menu-wrapper .nav-menu-top-bar ul .menu-item-portfolio > span a span:after,
.single-post #page .access-mobile-menu-wrapper .nav-menu-top-bar ul .menu-item-blog > span a span:after {
	background: #000;
}

/* =Full Width Menu
-------------------------------------------------------------- */
.nav-menu ul .menu-has-submenu-mega {
	position: initial;
}
.menu-has-submenu-mega > .sub-menu {
	width: 100vw;
    position: absolute;
    margin-left: calc(-50vw + 50%);
    min-width: auto;
    max-width: none;
    left: 0;
    background: rgba(0,0,0,.85);
}
.menu-has-submenu-mega > .sub-menu div:first-child {
    max-width: 1170px;
    margin: 20px auto 22px;
    column-count: 4;
    column-gap: 40px;
    column-rule: 1px solid rgba(255, 255, 255, .08);
}
.menu-has-submenu-mega.submenu-mega-3cols > .sub-menu div:first-child {
	column-count: 3;
}
.nav-menu ul .menu-has-submenu-mega li:first-child {
    padding-top: 0;
}
.nav-menu ul .menu-has-submenu-mega li:last-child {
    padding-bottom: 0;
}
.nav-menu .menu-has-submenu-mega ul .top-item {
	margin-top: 10px;
}

#page .nav-menu ul li .sub-menu-wrapper {
	position: relative;
    background: #000;
    padding: 15px 25px;
    float: left;
}
#page .sub-menu {
	padding: 8px 0 0;
	background: transparent;
}
#page li li .sub-menu {
	padding: 0;
}
.nav-menu ul li .sub-menu-wrapper:before {
	content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: #000;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: auto;
    left: 50%;
    transform: rotate(45deg);
    font-style: normal;
    margin-left: -5px;
    top: -5px;
    border: 1px solid #000;
}
.nav-menu ul li li .sub-menu-wrapper:before {
	display: none;
}
.header-position-bottom .nav-menu ul li ul {
	top: auto !important;
    bottom: 100%;
}
.header-position-bottom .nav-menu ul li li ul {
	bottom: 0;
}
.header-position-bottom #access .sub-menu {
	padding: 0 0 8px;
}
.header-position-bottom #access li li .sub-menu {
    padding: 0;
}
.header-position-bottom .header .nav-menu ul li .sub-menu-wrapper:before {
    top: auto;
    bottom: -5px;
}
.header-position-bottom #access .nav-menu .sf-arrows .sf-with-ul:after {
	transform: perspective(100px) rotateX(180deg);
}
.header-position-bottom #access .nav-menu .sf-arrows .sfHover .sf-with-ul:after {
	transform: perspective(100px) rotateX(0deg);
}

/* =Primary/Secondary Menu Style 2
-------------------------------------------------------------- */
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li ul {
	min-width: 184px;
}
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li .sub-menu-wrapper {
	background: #fff;
}
.primary-secondary-top-bar-menu-style-2 #page .nav-menu-primary-header ul li li a,
.primary-secondary-top-bar-menu-style-2 #page .nav-menu-secondary-header ul li li a {
	color: #000;
}
.primary-secondary-top-bar-menu-style-2 #page #top-bar .nav-menu ul li li a {
	color: #fff;
}
.primary-secondary-top-bar-menu-style-2 .nav-menu ul li .sub-menu-wrapper:before {
	display: none;
}
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li li a:hover,
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li li.sfHover > a,
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li .current-menu-item > a,
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li .current_page_item > a,
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li .current-menu-ancestor > a,
.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li .current-menu-parent > a {
	color: #000;
}
.primary-secondary-top-bar-menu-style-2 .nav-menu ul li li a span:after {
	display: block;
}
@media (min-width: 1024px) {
	.primary-secondary-top-bar-menu-style-2 #page .sub-menu {
	    padding: 1px 0 0;
	}
	.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li ul {
	    transform: translate(0, -6%) scale(1);
	    left: 0;
	    left: -25px;
	}
	.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul .sfHover > ul {
		transform: translate(0, 0) scale(1);
	}
}

/* =Custom Animation Menu
-------------------------------------------------------------- */
@media (min-width: 1024px) {
	#page .nav-menu ul li ul {
		opacity: 0;
	    visibility: hidden;
	    transform: translate(-6px, -6%) scale(.9);
	    transition-property: margin-top, opacity, visibility, max-height, padding, transform;
	    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
	    transition-duration: .1s;
	    display: inline-block !important;
	}
	.nav-menu ul > .menu-item-has-children {
		display: inline-flex;
    	justify-content: center;
	}
	.nav-menu ul li li:first-child {
	    padding-top: 0;
	}
	.nav-menu ul li li:last-child {
	    padding-bottom: 0;
	}
	#page .nav-menu ul .sfHover > ul {
		opacity: 1;
		visibility: visible;
		transform: translate(-6px, 0) scale(1);
		transition-duration: .2s;
	}
}

.menu-wrapper {
	margin-left: 30px;
}
.nav-menu {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}
.nav-menu ul {
	text-align: left;
	position: relative;
	float: left;
}

/* Left/Right Header Submenu
-------------------------------------------------------------- */
.header-position-left #page #access .nav-menu ul li ul,
.header-position-right #page #access .nav-menu ul li ul,
.header-position-left #page #access li li .sub-menu,
.header-position-right #page #access li li .sub-menu {
    background: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition-property: margin-top, opacity, visibility, max-height, padding;
    transition-timing-function: cubic-bezier(.57,.06,.05,.95);
    transition-duration: .3s;
    transition-delay: 0s;
    position: relative;
    width: 100%;
    margin-left: 0;
    display: block;
    max-width: none;
    visibility: visible;
    opacity: 1;
    float: left;
    transform: none;
    left: auto;
}
.header-position-left #page #access li li .sub-menu,
.header-position-right #page #access li li .sub-menu {
	left: auto;
}
.header-position-left #page .header .nav-menu ul li li:hover ul,
.header-position-left #page .header .nav-menu ul li li.sfHover ul,
.header-position-right #page .header .nav-menu ul li li:hover ul,
.header-position-right #page .header .nav-menu ul li li.sfHover ul {
	margin-top: 0;
}
.header-position-left #page #access .nav-menu ul > .menu-item-has-children,
.header-position-right #page #access .nav-menu ul > .menu-item-has-children {
    display: inline-block;
}
.header-position-left #page #access .nav-menu .menu-item-has-children.active > .sub-menu,
.header-position-right #page #access .nav-menu .menu-item-has-children.active > .sub-menu {
    max-height: 5000px;
}
.header-position-left #page #access .nav-menu .drop-icon,
.header-position-right #page #access .nav-menu .drop-icon {
    margin-left: .5em;
    right: auto;
}
.header-position-left .header .nav-menu ul li .sub-menu-wrapper:before,
.header-position-right .header .nav-menu ul li .sub-menu-wrapper:before {
	display: none;
}
.header-position-left #page .nav-menu-primary-header ul li a > span:after,
.header-position-right #page .nav-menu-primary-header ul li a > span:after,
.header-position-left #page .nav-menu-secondary-header ul li a > span:after,
.header-position-right #page .nav-menu-secondary-header ul li a > span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .2s cubic-bezier(.67, .02, .2, .97), opacity .2s ease, background .2s ease;
    display: block;
    opacity: 1;
    bottom: 0;
}
.header-position-left #page .nav-menu-primary-header ul li a:hover > span:after,
.header-position-right #page .nav-menu-primary-header ul li a:hover > span:after,
.header-position-left #page .nav-menu-primary-header > ul .current-menu-item > a > span:after,
.header-position-right #page .nav-menu-primary-header > ul .current-menu-item > a > span:after,
.header-position-left #page .nav-menu-primary-header > ul .current_page_item > a > span:after,
.header-position-right #page .nav-menu-primary-header > ul .current_page_item > a > span:after,
.header-position-left #page .nav-menu-primary-header > ul .current-menu-ancestor > a > span:after,
.header-position-right #page .nav-menu-primary-header > ul .current-menu-ancestor > a > span:after,
.header-position-left #page .nav-menu-primary-header > ul .current-menu-item > span a > span:after,
.header-position-right #page .nav-menu-primary-header > ul .current-menu-item > span a > span:after,
.header-position-left #page .nav-menu-primary-header > ul .current_page_item > span a > span:after,
.header-position-right #page .nav-menu-primary-header > ul .current_page_item > span a > span:after,
.header-position-left #page .nav-menu-primary-header > ul .current-menu-ancestor > span a > span:after,
.header-position-right #page .nav-menu-primary-header > ul .current-menu-ancestor > span a > span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.header-position-left #page .nav-menu-secondary-header ul li a:hover > span:after,
.header-position-right #page .nav-menu-secondary-header ul li a:hover > span:after,
.header-position-left #page .nav-menu-secondary-header > ul .current-menu-item > a > span:after,
.header-position-right #page .nav-menu-secondary-header > ul .current-menu-item > a > span:after,
.header-position-left #page .nav-menu-secondary-header > ul .current_page_item > a > span:after,
.header-position-right #page .nav-menu-secondary-header > ul .current_page_item > a > span:after,
.header-position-left #page .nav-menu-secondary-header > ul .current-menu-ancestor > a > span:after,
.header-position-right #page .nav-menu-secondary-header > ul .current-menu-ancestor > a > span:after,
.header-position-left #page .nav-menu-secondary-header > ul .current-menu-item > span a > span:after,
.header-position-right #page .nav-menu-secondary-header > ul .current-menu-item > span a > span:after,
.header-position-left #page .nav-menu-secondary-header > ul .current_page_item > span a > span:after,
.header-position-right #page .nav-menu-secondary-header > ul .current_page_item > span a > span:after,
.header-position-left #page .nav-menu-secondary-header > ul .current-menu-ancestor > span a > span:after,
.header-position-right #page .nav-menu-secondary-header > ul .current-menu-ancestor > span a > span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
.header-position-left #page .header .nav-menu ul li .sub-menu-wrapper,
.header-position-right #page .header .nav-menu ul li .sub-menu-wrapper {
    background: transparent;
    padding: 15px 0;
}
.header-position-left #page .header .nav-menu ul li li a,
.header-position-right #page .header .nav-menu ul li li a {
    width: auto;
}
.header-position-left #page .header .menu-item.active > span .drop-icon:before,
.header-position-right #page .header .menu-item.active > span .drop-icon:before {
	transform: rotate(180deg);
}

/* Menu Items Transition Hover
---------------------------------------------------------- */
.primary-secondary-top-bar-menu-items-transition-hover-enabled .nav-menu ul li a > span {
	transition: opacity cubic-bezier(.455,.03,.515,.955) .2s, transform cubic-bezier(.455,.03,.515,.955) .2s, visibility cubic-bezier(.455,.03,.515,.955) .2s;
}
.primary-secondary-top-bar-menu-items-transition-hover-enabled .nav-menu ul li a:hover > span {
	transform: translate(0, -75%);
	opacity: 0;
	visibility: hidden;
}
.primary-secondary-top-bar-menu-items-transition-hover-enabled .nav-menu ul li a:before,
.primary-secondary-top-bar-menu-items-transition-hover-enabled .access-mobile-menu-wrapper .nav-menu li a:before {
	display: inline-block;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 75%);
    transition: opacity cubic-bezier(.455,.03,.515,.955) .2s, transform cubic-bezier(.455,.03,.515,.955) .2s, visibility cubic-bezier(.455,.03,.515,.955) .2s;
    height: auto;
    background: transparent;
    left: auto;
    top: auto;
    transform-origin: initial;
    width: auto;
}
.primary-secondary-top-bar-menu-items-transition-hover-enabled .nav-menu ul li a:hover:before,
.primary-secondary-top-bar-menu-items-transition-hover-enabled .access-mobile-menu-wrapper .nav-menu li a:hover:before {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}
.primary-secondary-top-bar-menu-items-transition-hover-enabled .nav-menu ul li a:active:before,
.primary-secondary-top-bar-menu-items-transition-hover-enabled .access-mobile-menu-wrapper .nav-menu li a:active:before {
	transition: color ease 0s, opacity ease 0s, background ease 0s;
}

/* Post Info
---------------------------------------------------------- */
.post-info-layer {
	display: none !important;
}
.post-info-button {
	display: inline-block;
	width: 32px;
    height: 32px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    transition: background .2s ease, color .2s ease, opacity .2s ease;
}
.post-info-button:before {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
    position: relative;
    content: "\e91d";
    top: auto;
    left: auto;
}
.post-info-button:hover {
	opacity: 1;
}
.post-info-wrapper {
	background: #fff;
    height: 100%;
    position: fixed;
    width: 50%;
    z-index: 1000;
    margin: 0;
    transform: translate(100%, 0);
    top: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #e6e6e6;
    height: 100vh;

    display: none;
}
.header-wrapper .post-info-wrapper {
	display: block;
}
.post-info {
	float: left;
    padding: 75px 40px 40px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(50px, 0);
}
.post-info p {
	max-width: 608px;
}
.post-info .entry-title {
	text-align: left;
	margin-left: 0;
}
.overlay-for-post-info {
	display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    left: 0;
    margin: -1px 0;
    transition: all ease .2s;
    z-index: 1;
    top: 0;
    height: 100vh;
}
.close-button {
	display: inline-block;
	width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
    z-index: 1000;
    color: inherit;
}
.post-info-wrapper .close-button {
	position: absolute;
    top: 40px;
    right: 40px;
}
.close-button:before {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal;
    vertical-align: middle;
    position: relative;
    content: "\e911";
    top: auto;
    left: auto;
}

/* =Sliding menu
-------------------------------------------------------------- */
#sliding-menu-wrapper {
	background: #fff;
    height: 100%;
    position: fixed;
    width: 300px;
    z-index: 1000;
    margin: 0;
    transform: translate(-100%, 0);
    top: 0;
    border-left: 1px solid #e6e6e6;
    height: 100vh;
}
#sliding-menu-wrapper.align-left.center-and-full-width-disabled {
	border-left: none;
	border-right: 1px solid #e6e6e6;
}
.sliding-menu-wrapper-helper {
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.admin-bar #sliding-menu-wrapper {
	padding-top: 32px;
    box-sizing: border-box;
}
#sliding-menu-wrapper.center-and-full-width-enabled,
#sliding-menu-wrapper.align-left.center-and-full-width-enabled,
#sliding-menu-wrapper.align-right.center-and-full-width-enabled {
	width: 100%;
	left: 0;
	right: auto;
	top: auto;
	text-align: right;
	height: 0;
	opacity: 0;
	visibility: hidden;
}
#sliding-menu-wrapper.align-left.center-and-full-width-disabled {
	left: 0;
	transform: translate(-100%, 0);
}
#sliding-menu-wrapper.align-right.center-and-full-width-disabled {
	right: 0;
	transform: translate(100%, 0);
}
#access-sliding-menu-wrapper {
	padding: 75px 30px 40px;
	position: relative;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
}
.align-left #access-sliding-menu-wrapper {
	transform: translate(-50px, 0);
}
.align-right #access-sliding-menu-wrapper {
	transform: translate(50px, 0);
}
#sliding-menu-wrapper.align-left.center-and-full-width-enabled #access-sliding-menu-wrapper,
#sliding-menu-wrapper.align-right.center-and-full-width-enabled #access-sliding-menu-wrapper {
	transform: translate(0, 0);
}
#access-sliding-menu {
	height: 100%;
}
#access-sliding-menu > div {
	margin: .5em auto 30px;
	float: left;
	width: 100%;
	position: relative;
	height: auto;
}

#sliding-menu-wrapper .sliding-menu {
	list-style: none;
	margin: 0;
	text-align: left;
	line-height: 1.45;
	float: left;
	display: block;
}
#sliding-menu-wrapper.center-and-full-width-enabled .sliding-menu {
	text-align: center;
}
#sliding-menu-wrapper .sub-menu {
	margin: 0;
    list-style: none;
}
#sliding-menu-wrapper .menu-item .sub-menu {
	background: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition-property: margin-top, opacity, visibility, max-height, padding;
    transition-timing-function: cubic-bezier(.57,.06,.05,.95);
    transition-duration: .3s;
    transition-delay: 0s;
    position: relative;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    display: block !important;
    left: 0;
    max-width: none;
}
#sliding-menu-wrapper .menu-item-has-children.active > .sub-menu {
    max-height: 5000px;
}
#sliding-menu-wrapper .sliding-menu .menu-item {
	padding: 0;
	width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    border-top: 1px solid #e6e6e6;
    margin-top: 5px;
    padding-top: 5px;
}
#sliding-menu-wrapper .sliding-menu .menu-item > span {
	display: block;
    float: left;
    position: relative;
    width: 100%;
}
#sliding-menu-wrapper.center-and-full-width-enabled .sliding-menu .menu-item {
	text-align: center;
}
#sliding-menu-wrapper.align-left.center-and-full-width-enabled .sliding-menu > li,
#sliding-menu-wrapper.align-right.center-and-full-width-enabled .sliding-menu > li {
	transform: translate(0px, 50px);
	opacity: 0;
}
#sliding-menu-wrapper .sliding-menu .sub-menu li {
	padding-left: 10px;
	box-sizing: border-box;
}
#sliding-menu-wrapper .sliding-menu a {
    font-style: normal;
    display: inline-block;
    position: relative;
    left: 10px;
}
#sliding-menu-wrapper .nav-menu ul li li a span:after {
	display: block;
}
#page #sliding-menu-wrapper .sliding-menu a {
	color: #000;
}
#page #sliding-menu-wrapper .nav-menu-sliding a:active,
#page #sliding-menu-wrapper .nav-menu-sliding a:hover,
#page #sliding-menu-wrapper .nav-menu-sliding li.sfHover > span a,
#page #sliding-menu-wrapper .nav-menu-sliding > ul > .current-menu-item > span a,
#page #sliding-menu-wrapper .nav-menu-sliding > ul > .current_page_item > span a,
#page #sliding-menu-wrapper .nav-menu-sliding > ul > .current-menu-ancestor > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding ul li a:hover,
#page .access-mobile-menu-wrapper .nav-menu-sliding .sub-menu a,
#page .access-mobile-menu-wrapper .nav-menu-sliding ul li a,
.single-portfolio #page .header #sliding-menu-wrapper .nav-menu-sliding > ul .menu-item-portfolio > span a,
.single-post #page .header #sliding-menu-wrapper .nav-menu-sliding > ul .menu-item-blog > span a {
	color: #000;
}
#page #sliding-menu-wrapper .nav-menu-sliding > ul div > .current-menu-item > span a,
#page #sliding-menu-wrapper .nav-menu-sliding > ul div > .current_page_item > span a,
#page #sliding-menu-wrapper .nav-menu-sliding > ul div > .current-menu-ancestor > span a {
	color: #000;
}
#sliding-menu-wrapper .nav-menu-sliding li a:active span:after,
#sliding-menu-wrapper .nav-menu-sliding li a:hover span:after,
#sliding-menu-wrapper .nav-menu-sliding li.sfHover > span a span:after,
#sliding-menu-wrapper .nav-menu-sliding > ul > .current-menu-item > span a span:after,
#sliding-menu-wrapper .nav-menu-sliding > ul > .current_page_item > span a span:after,
#sliding-menu-wrapper .nav-menu-sliding > ul > .current-menu-parent > span a span:after,
#sliding-menu-wrapper .nav-menu-sliding ul > div > .current-menu-item > span a span:after,
#sliding-menu-wrapper .nav-menu-sliding ul > div > .current_page_item > span a span:after,
#sliding-menu-wrapper .nav-menu-sliding ul > div > .current-menu-ancestor > span a span:after,
.single-portfolio #page .header #sliding-menu-wrapper .nav-menu-sliding > ul .menu-item-portfolio > span a span:after,
.single-post #page .header #sliding-menu-wrapper .nav-menu-sliding > ul .menu-item-blog > span a span:after,
.single-portfolio #page .access-mobile-menu-wrapper .nav-menu-sliding ul .menu-item-portfolio > span a span:after,
.single-post #page .access-mobile-menu-wrapper .nav-menu-sliding ul .menu-item-blog > span a span:after {
	background: #000;
}
#page #sliding-menu-wrapper .nav-menu-sliding ul > div > .current-menu-item > span a span:after,
#page #sliding-menu-wrapper .nav-menu-sliding ul > div > .current_page_item > span a span:after,
#page #sliding-menu-wrapper .nav-menu-sliding ul > div > .current-menu-ancestor > span a span:after {
	background: #000;
}
#sliding-menu-wrapper ul > .current-menu-item > span a span:after,
#sliding-menu-wrapper ul > .current_page_item > span a span:after,
.single-portfolio #page .header #sliding-menu-wrapper .nav-menu-sliding > ul .menu-item-portfolio > span a span:after,
.single-post #page .header #sliding-menu-wrapper .nav-menu-sliding > ul .menu-item-blog > span a span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
#sliding-menu-wrapper ul div > .current-menu-item > span a span:after,
#sliding-menu-wrapper ul div > .current_page_item > span a span:after,
.single-portfolio #page .header #sliding-menu-wrapper .nav-menu-sliding ul div > .menu-item-portfolio > span a span:after,
.single-post #page .header #sliding-menu-wrapper .nav-menu-sliding ul div > .menu-item-blog > span a span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
#sliding-menu-wrapper ul div > .current-menu-ancestor > span a span:after,
#sliding-menu-wrapper ul div > .current-menu-parent > span a span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
}
#sliding-menu-wrapper .sliding-menu a span {
	padding: 8px 0;
	display: inline-block;
}
#sliding-menu-wrapper.center-and-full-width-enabled .sliding-menu a {
	padding: 0 10px;
}
#sliding-menu-wrapper .sliding-menu a:hover {
    opacity: .7;
}
#sliding-menu-wrapper .menu-item .sub-menu div:first-child {
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .2s, transform .2s;
}
#sliding-menu-wrapper .menu-item.active .sub-menu div:first-child {
	opacity: 1;
    transform: translateY(0);
}
#sliding-menu-wrapper .menu-item.active > span .drop-icon:before {
	transform: rotate(180deg);
}

#sliding-menu-dropdown-wrapper {
	margin: 0;
    float: right;
    position: relative;
    margin-left: 30px;
    display: inline-flex;
    height: 100%;
    align-items: center;
    width: 24px;
}
.sliding-menu-align-left #sliding-menu-dropdown-wrapper {
	float: left;
	margin-left: 0;
	margin-right: 30px;
}
.sticky-header.full-width-header-enabled.top-bar-disabled #sliding-menu-dropdown-wrapper {
	z-index: 1000;
}
#sliding-menu-dropdown {
    display: block;
    margin: auto;
    width: 24px;
    height: 16px;
    cursor: pointer;
    position: relative;
    transition: all ease .2s;
}
#sliding-menu-dropdown:hover {
	opacity: .7;
}
#sliding-menu-dropdown .menu-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    margin-top: -1px;
    transition-duration: .25s;
    width: 24px;
}
#sliding-menu-dropdown .menu-line:before,
#sliding-menu-dropdown .menu-line:after {
    transition-duration: .25s;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    content: "";
    left: 0;
}
#sliding-menu-dropdown .menu-line:before {
    transform: translateY(-7px);
}
#sliding-menu-dropdown .menu-line:after {
    transform: translateY(7px);
}
.sticky-header.full-width-header-enabled.top-bar-disabled #sliding-menu-dropdown.open .menu-line {
    background: transparent;
    width: 0;
}
.sticky-header.full-width-header-enabled.top-bar-disabled #sliding-menu-dropdown.open .menu-line:before {
    background: #000;
    transform: matrix(.7071, -.7071, .7071, .7071, 0, 0) !important;
    top: 50% !important;
    margin-top: -1px;
}
.sticky-header.full-width-header-enabled.top-bar-disabled #sliding-menu-dropdown.open .menu-line:after {
    background: #000;
    transform: matrix(.7071, .7071, -.7071, .7071, 0, 0) !important;
    top: 50% !important;
    margin-top: -1px;
}
#sliding-menu-dropdown:hover i:before {
	opacity: .7;
}
#sliding-menu-dropdown:hover .menu-line:before {
	transform: matrix(1, 0, 0, 1, 0, -9);
}
#sliding-menu-dropdown:hover .menu-line:after {
	transform: matrix(1, 0, 0, 1, 0, 9);
}
.center-logo-and-menu-enabled #sliding-menu-dropdown-wrapper {
	width: auto;
	display: block;
}
.center-logo-and-menu-enabled #sliding-menu-dropdown {
	width: auto;
	height: auto;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-logo-and-menu-enabled #secondary-nav-menu-wrapper {
	background: #fff;
    padding: 0;
    position: absolute;
    top: auto;
    min-width: 160px;
    box-sizing: border-box;
    left: -66px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
#sliding-menu-dropdown-wrapper #secondary-nav-menu-wrapper {
	visibility: hidden;
	opacity: 0;
    transform: translateY(15px);
    transition: all .1s ease;
    transition-delay: .6s;
}
#sliding-menu-dropdown-wrapper:hover #secondary-nav-menu-wrapper {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s;
	transition-duration: .35s;
}
#sliding-menu-dropdown:hover {
	opacity: .7;
}
.center-logo-and-menu-enabled #secondary-nav-menu-wrapper em {
	position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: -4px;
    left: 75px;
    transform: rotate(45deg);
}
.center-logo-and-menu-enabled #secondary-nav-menu-wrapper li {
	padding: 19px 23px 18px;
    border-top: 1px solid #f2f2f2;
}
.center-logo-and-menu-enabled #secondary-nav-menu-wrapper li:first-of-type {
    border-top: none;
}
.center-logo-and-menu-enabled #secondary-nav-menu-wrapper li a {
	color: #3a3d3f;
}
.center-logo-and-menu-enabled #secondary-nav-menu-wrapper li a:hover {
	opacity: .7;
	color: #3a3d3f !important;
}
#sliding-menu-dropdown .menu-circle {
    position: relative;
    left: 0;
    width: 100%;
    height: 6px;
    background: #000;
    margin-top: -1px;
    transition-duration: .25s;
    width: 6px;
    display: block;
    float: left;
    margin-left: 5px;
    border-radius: 50%;
}
#sliding-menu-dropdown .menu-circle:first-of-type {
	margin-left: 0;
}
.center-logo-and-menu-enabled #access .sliding-menu {
	list-style: none;
    margin: 0;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
#sliding-menu-wrapper .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100;
    border: none;
}
#sliding-menu-wrapper.align-left.center-and-full-width-disabled .close-button {
	right: auto;
	left: 30px;
}
#sliding-menu-wrapper .close-button:hover {
	transform: scale(1.15);
}
.sticky-header.full-width-header-enabled.top-bar-disabled #sliding-menu-wrapper .close-button {
	display: none;
}
#sliding-menu-wrapper .widget {
    text-align: left;
}

/* =Menu for mobile devises
-------------------------------------------------------------- */
#header-wrapper .mobile-menu-wrapper .search-form {
	width: 40px auto 0;
	margin: 0 auto 40px;
	height: auto;
	position: relative;
}
.mobile-menu-wrapper {
	display: none;
	background: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-right: 1px solid #e6e6e6;

	background: #fff;
    height: 100%;
    position: fixed;
    width: 50%;
    z-index: 1000;
   	margin: 0;
   	top: 0;
    left: 0;
    height: 100vh;

	opacity: 0;
	visibility: hidden;
	transition: visibility ease .2s, opacity ease .2s;

	will-change: visibility, opacity;
}
.show-responsive-nav .mobile-menu-wrapper {
	opacity: 1;
	visibility: visible;
}
#access-mobile {
	display: none;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0;
}
.mobile-menu-dropdown-wrapper {
	display: none;
    height: 100%;
    align-items: center;
    width: 35px;
    margin-left: -15px;
    float: left;
    position: relative;
    z-index: 100;
    margin-right: 30px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: initial;
    background: transparent;
}
.mobile-menu-dropdown-wrapper > div {
	width: 100%;
}
.mobile-menu-dropdown-wrapper.align-right {
    float: right;
    margin-left: 30px;
    margin-right: 0;
}
.mobile-menu-wrapper.align-right {
    right: 0;
    left: auto;
    transform: translate(100%, 0);
}
.mobile-menu-wrapper.align-right .access-mobile-menu-wrapper {
	padding-right: 15px;
	padding-left: 30px;
}
.mobile-menu-wrapper.align-right .close-button {
	left: auto;
    right: 15px;
}
.mobile-menu-dropdown {
    display: block;
    margin: auto;
    width: 35px;
    height: 35px;
    transition: opacity ease .2s;
    position: relative;
    height: 100%;
}
.mobile-menu-dropdown .menu-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 0;
    transition-duration: .25s;
    width: 35px;
    transform: translateY(-5.5px);
}
.mobile-menu-dropdown .menu-line:nth-of-type(2) {
	transform: translateY(5.5px);
}
.mobile-menu-dropdown.open .menu-line {}
.mobile-menu-dropdown .menu-line:before,
.mobile-menu-dropdown .menu-line:after {
    transition-duration: .25s;
    position: absolute;
    width: 35px;
    height: 1px;
    background: #000;
    content: "";
    left: 0;
}
.mobile-menu-dropdown .menu-line:before {
    transform: translateY(-7px);

    display: none;
}
.mobile-menu-dropdown .menu-line:after {
    transform: translateY(7px);

    display: none;
}
.sticky-header.full-width-header-enabled.top-bar-disabled #sliding-menu-dropdown.open .menu-line {
    background: transparent;
    width: 0;
}
.mobile-menu-dropdown i:before {
	font-family: 'fontello';
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	line-height: 1.36;
	-webkit-font-smoothing: antialiased;
	content: "\e903";
	color: #fff;
	font-size: .875em;
	font-style: normal;
	position: relative;
	vertical-align: middle;
	transition: none;
}
.mobile-menu-wrapper .close-button {
    position: absolute;
    z-index: 100;
    border: none;
    padding: 15px;
    width: 65px;
    height: 62px;
}
.mobile-menu {
	border-bottom: none;
}
.social-links-wrapper-mobile {
	padding: 0;
	float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
    display: none;
}
.mobile-menu-wrapper .social-links-wrapper-mobile + div .widget_social_accounts_widget {
	display: none;
}
#access-mobile ul {
	list-style: none;
	margin: 0 auto;
	display: block;
	padding: 0;
	background: transparent;
	text-align: center;
	position: relative;
	text-transform: none;
}
#access-mobile ul ul {
	display: block;
	margin: 0 0 16px;
	padding: 0;
}
#access-mobile ul ul li a {
	padding-left: 20px;
}
#access-mobile li {
	border-top: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
#access-mobile li li {}
#access-mobile li:first-of-type {
	padding: 0;
}
#access-mobile li:last-of-type {
	padding: 0;
}
#access-mobile li li:first-of-type {
	padding: 0;
}
#access-mobile li li:last-of-type {
	padding: 0;
}
#access-mobile li a {
	border: none;
	color: #000;
	display: block;
	line-height: 1.35em;
	text-decoration: none;
	font-weight: 700;
	font-size: 26px;
	padding: 13px 20px;
	letter-spacing: -1px;
	text-transform: none;
}
#access-mobile li li a {
	font-size: .875em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

#access-mobile ul a:hover {
	opacity: .7;
}
#access-mobile .info-header a:hover {
	border-color: #000;
}
#access-mobile .current-menu-item > a,
#access-mobile .current_page_item > a {
	opacity: .7;
}
#access-mobile .current-menu-ancestor > a {
	color: #000;
	background: transparent;
}
#access-mobile .m-hover {
	color: #000
}
#access-mobile li .collapsible {
	cursor: pointer;
}
#access-mobile li .collapsible:after {
	font-family: 'fontello';
	font-weight: 400;
	font-style: normal;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	margin-top: 0;
	content: '\edc6';
	font-size: .875em;
	padding-left: .3em;
	position: relative;

	display: none;

}
.header-position-bottom .mobile-menu-wrapper {
	bottom: 0;
	top: auto;
}
.admin-bar .mobile-menu-wrapper {
	padding-top: 32px;
    box-sizing: border-box;
}
.mobile-menu-wrapper-helper {
	height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
.mobile-menu-wrapper .nav-menu > .menu-item {
    float: left;
    clear: both;
    display: inline-block;
    max-width: 100%;
    width: auto;
}
.access-mobile-menu-wrapper {
	float: left;
    padding: 75px 30px 40px 15px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    height: auto;
}
.mobile-elements-wrapper {
	float: left;
    margin-top: auto;
    margin-bottom: 30px;
    margin-bottom: 0;
}
.mobile-elements-wrapper > div:last-of-type {
	margin-bottom: 0;
}
.mobile-elements-wrapper .search-header-wrapper {
	margin-left: 0;
}
#header .mobile-menu-wrapper .info-top-bar {
    font-size: inherit;
    float: left;
    height: 100%;
    margin-left: 0;
    position: relative;
    -webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
    clear: both;
}
#header .mobile-menu-wrapper .info-top-bar p {
	margin: 1em 0 0 !important;
	float: left;
    clear: both;
}
.mobile-menu-wrapper .info-top-bar ul li {
	float: left;
    clear: both;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
}
#access-mobile-menu {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.access-mobile-menu {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.mobile-menu-wrapper .menu-item .sub-menu div:first-child {
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .2s, transform .2s;
}
.mobile-menu-wrapper .menu-item.active .sub-menu div:first-child {
	opacity: 1;
    transform: translateY(0);
}
#page .access-mobile-menu-wrapper .menu-item > .sub-menu {
    background: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    max-height: 0;
    transition-property: margin-top, opacity, visibility, max-height, padding;
    transition-timing-function: cubic-bezier(.57,.06,.05,.95);
    transition-duration: .3s;
    transition-delay: 0s;
    position: relative;
    width: 100%;
    margin-left: 0;
    display: block;
    max-width: none;
    left: 0;
    margin-top: 0;
}
#page .access-mobile-menu-wrapper .menu-item-has-children.active > .sub-menu {
	max-height: 5000px;
}
.nav-menu .drop-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    transition: all ease .2s;
    transform-style: preserve-3d;
    z-index: 1;
    cursor: pointer;
    right: 0;
    padding: 6px;
    border: none;
    border-radius: 0;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#page .access-mobile-menu-wrapper .menu-item.active > span .drop-icon:before {
	transform: rotate(180deg);
	transform: perspective(100px) rotateX(180deg);
}
.nav-menu .drop-icon:before {
    font-family: 'fontello';
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    margin-top: 0;
    content: '\e90f';
    font-size: 8px;
    padding-left: 0;
    vertical-align: middle;
    position: relative;
    display: inline;
    transition: transform ease .15s;
    opacity: 1;
    width: 8px;
}
#page .access-mobile-menu-wrapper .nav-menu {
	float: left;
    line-height: 1.45;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
}
.access-mobile-menu-wrapper .nav-menu ul {
	display: block;
	float: none;
}
.nav-menu-mobile-wrapper {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
#page .mobile-menu-wrapper .nav-menu .menu-item {
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding-top: 10px;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: inline-block;
	float: left;
}
#page .mobile-menu-wrapper .nav-menu ul li:first-of-type {
	margin-top: 0; 
}
.mobile-menu-wrapper .nav-menu .menu-item > span {
	display: block;
    float: left;
    position: relative;
    width: 100%;
}
#page .mobile-menu-wrapper .nav-menu ul li li:first-of-type {
    margin-top: 10px;
}
.access-mobile-menu-wrapper .sub-menu {
	margin: 0;
	list-style: none;
}
.access-mobile-menu-wrapper .nav-menu a {
	position: relative;
    left: 10px;
    text-decoration: none;
    float: left;
    font-style: normal;
}
.access-mobile-menu-wrapper .nav-menu a:not([href]) {
	cursor: pointer;
}
.access-mobile-menu-wrapper .sub-menu a {
    margin-left: 10px;
    min-width: 46px;
}
.access-mobile-menu-wrapper .sub-menu .sub-menu a {
	margin-left: 20px;
}
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header ul li > span a:active,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header ul li > span a:hover,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header > ul > .current-menu-item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header > ul > .current_page_item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header > ul > .current-menu-ancestor > span a {
	color: #000;
}
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header ul li > span a:active,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header ul li > span a:hover,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header > ul > .current-menu-item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header > ul > .current_page_item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-primary-header > ul > .current-menu-ancestor > span a {
	color: #000;
}
#page .access-mobile-menu-wrapper .nav-menu-primary-header .sub-menu .current-menu-item > span a,
#page .access-mobile-menu-wrapper .nav-menu-primary-header .sub-menu .current_page_item > span a,
#page .access-mobile-menu-wrapper .nav-menu-primary-header .sub-menu .current-menu-ancestor > span a {
	color: #000;
}
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header ul li > span a:active,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header ul li > span a:hover,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current-menu-item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current_page_item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current-menu-ancestor > span a {
	color: #000;
}
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header ul li > span a:active,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header ul li > span a:hover,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current-menu-item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current_page_item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-secondary-header > ul > .current-menu-ancestor > span a {
	color: #000;
}
#page .access-mobile-menu-wrapper .nav-menu-secondary-header .sub-menu .current-menu-item > span a,
#page .access-mobile-menu-wrapper .nav-menu-secondary-header .sub-menu .current_page_item > span a,
#page .access-mobile-menu-wrapper .nav-menu-secondary-header .sub-menu .current-menu-ancestor > span a {
	color: #000;
}
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding ul li > span a:active,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding ul li > span a:hover,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding > ul > .current-menu-item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding > ul > .current_page_item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding > ul > .current-menu-ancestor > span a {
	color: #000;
}
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding ul li > span a:active,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding ul li > span a:hover,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding > ul > .current-menu-item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding > ul > .current_page_item > span a,
#page .header-wrapper .access-mobile-menu-wrapper .nav-menu-sliding > ul > .current-menu-ancestor > span a {
	color: #000;
}
#page .access-mobile-menu-wrapper .nav-menu-sliding .sub-menu .current-menu-item > span a,
#page .access-mobile-menu-wrapper .nav-menu-sliding .sub-menu .current_page_item > span a,
#page .access-mobile-menu-wrapper .nav-menu-sliding .sub-menu .current-menu-ancestor > span a {
	color: #000;
}

/* =Transparent Header
-------------------------------------------------------------- */
#site-title .logo-for-transparent-header-wrapper {
	position: absolute;
	left: 0;
	top: 0;
}
@media (min-width: 1024px) {
	.non-sticky-header.transparent-header #header-wrapper {
		position: absolute;
	}
	.transparent-header #header-wrapper {
		background: transparent;
		border-color: transparent;
		
		background-clip: padding-box !important;
		-moz-background-clip: padding !important;
	}
	.transparent-header .header #site-title a,
	.transparent-header .header .search-header-icon:before,
	.transparent-header .header .nav-menu ul a,
	.transparent-header .header .nav-menu > ul > li > a,
	.transparent-header .header #branding .search-header-icon:hover i:before,
	.transparent-header .header #access ul .current-menu-ancestor > a,
	.transparent-header .header .nav-menu > ul > li > a:active,
	.transparent-header .header .nav-menu > ul > li > a:hover,
	.transparent-header .header .nav-menu > ul > li.sfHover > a,
	.transparent-header .header .nav-menu > ul > .current-menu-item > a,
	.transparent-header .header .nav-menu > ul > .current_page_item > a,
	.transparent-header .header #access .social-links .social,
	.transparent-header .header #branding .info-header a {
		color: #fff;
	}
	.transparent-header #header-wrapper:not(.ghost-header) {
		border-bottom: none;
	}
	.transparent-header .header #branding .info-header a {
		border-color: rgba(255, 255, 255, .4);
	}
	.transparent-header .header #branding .info-header a:hover {
		border-color: #fff;
	}
	.transparent-header .header .search-header-icon:hover i:before {
		color: #fff;
	}
	.transparent-header .header #access ul li li a,
	.transparent-header .header #access ul li li.current-menu-ancestor > a {
		color: #000;
	}
	.transparent-header #site-title .logo-default-wrapper {
		opacity: 0;
	}
	#site-title .logo-for-transparent-header-wrapper {
		opacity: 0;
	}
	.transparent-header #site-title .logo-for-transparent-header-wrapper {
		opacity: 1;
	}
	.transparent-header .header .nav-menu ul li a:active span:after,
	.transparent-header .header .nav-menu ul li a:hover span:after,
	.transparent-header .header .nav-menu ul li.sfHover > a span:after,
	.transparent-header .header .nav-menu ul .current-menu-item a span:after,
	.transparent-header .header .nav-menu ul .current_page_item a span:after,
	.transparent-header .header .nav-menu ul .current-menu-ancestor a span:after {
		background: #fff;
		transform: scaleX(1);
	}
	.transparent-header .header .nav-menu ul li a span:after {
		background: #fff;
	}
	.transparent-header .header .nav-menu ul li a:active,
	.transparent-header .header .nav-menu ul li a:hover,
	.transparent-header .header .nav-menu ul li.sfHover a,
	.transparent-header .header .nav-menu ul .current-menu-item a,
	.transparent-header .header .nav-menu ul .current_page_item a {
		color: #fff;
		opacity: 1;
	}
	.transparent-header .header .nav-menu ul a {
		opacity: 1;
	}
	.transparent-header .header .nav-menu ul .current-menu-ancestor a {
		color: #fff;
		opacity: 1;
	}
	.transparent-header .nav-menu ul li li a {
		opacity: 1;
		color: #fff;
	}
	.transparent-header #sliding-menu-dropdown .menu-line,
	.transparent-header #sliding-menu-dropdown .menu-line:before,
	.transparent-header #sliding-menu-dropdown .menu-line:after {
	    background: #fff;
	}
	.sticky-header.full-width-header-enabled.top-bar-disabled.transparent-header #sliding-menu-dropdown.open .menu-line {
	    background: transparent;
	    width: 0;
	}
	.sticky-header.full-width-header-enabled.top-bar-disabled.transparent-header #sliding-menu-dropdown.open .menu-line:before {
	    background: #000;
	    transform: matrix(.7071, -.7071, .7071, .7071, 0, 0) !important;
	    top: 50% !important;
	    margin-top: -1px;
	}
	.sticky-header.full-width-header-enabled.top-bar-disabled.transparent-header #sliding-menu-dropdown.open .menu-line:after {
	    background: #000;
	    transform: matrix(.7071, .7071, -.7071, .7071, 0, 0) !important;
	    top: 50% !important;
	    margin-top: -1px;
	}
	.sticky-header.full-width-header-enabled.top-bar-disabled.transparent-header #sliding-menu-dropdown.open .menu-line:before {
	    background: #000;
	}
	.transparent-header #sliding-menu-dropdown .menu-circle {
	    background: #fff;
	}
	.transparent-header.primary-secondary-top-bar-menu-style-2 #page .nav-menu ul li .sub-menu-wrapper {
	    background: transparent;
	}
}

@media (max-width: 1024px) {
	.transparent-header #site-title .logo-default-wrapper {
		opacity: 1;
	}
	.transparent-header #site-title .logo-for-transparent-header-wrapper {
		opacity: 0;
	}
}

/* Search Form */
#page .search-wrapper {
	float: left;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    max-width: none;
    transition: all ease .2s;
    height: 100%;
    left: 0;
    z-index: 1002;
    max-height: 100vh;
    top: 0;
}
.admin-bar #page .search-wrapper {
	padding-top: 32px;
    box-sizing: border-box;
}
#page .search-wrapper-helper {
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}
#page .search-wrapper.active {
	opacity: 1;
	visibility: visible;
}
#page .search-form-wrapper {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	background: transparent;
	opacity: 0;
	transition: all .2s ease;
	display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.full-width-header-enabled #page .search-form-wrapper {
	max-width: none;
	padding-left: 40px;
	padding-right: 40px;
}
#page .search-wrapper.active .search-form-wrapper {
	opacity: 1;
}
#page .search-wrapper .search-field {
	width: 100%;
	float: none;
	opacity: 1;
}
#page .search-wrapper .search-field::-webkit-input-placeholder {
	transform: translateX(50px);
	opacity: 0;
	transition: all cubic-bezier(0, .9, .3,1) .2s;
	transition-delay: 0s;
}
#page .search-wrapper .search-field::-moz-placeholder {
	transform: translateX(50px);
	opacity: 0;
	transition: all cubic-bezier(0, .9, .3, 1) .2s;
	transition-delay: 0s;
}
#page .search-wrapper .search-field:input-placeholder {
	transform: translateX(50px);
	opacity: 0;
	transition: all cubic-bezier(0, .9, .3, 1) .2s;
	transition-delay: 0s;
}
#page .search-wrapper.active .search-field::-webkit-input-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#page .search-wrapper.active .search-field::-moz-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#page .search-wrapper.active .search-field:input-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#page .search-wrapper.active .search-field {
	width: 100%;
}
.search-header-icon {
	cursor: pointer;
	transition: color ease .2s, opacity ease .2s, transform ease .2s;
}
.search-wrapper .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100;
    border: none;
}
.search-wrapper .close-button:hover {
	transform: scale(1.15);
}
#page .search-wrapper .search-form {
	padding: 0;
	height: auto;
	float: none;
	width: 100%;
	max-width: 608px;
}
#page .search-wrapper .search-field {
    box-sizing: border-box;
    border: none;
    font-size: 18px;
    background: transparent;
    text-transform: none;
    font-weight: inherit;
    border-radius: 0;
    padding: 3px 0;
    border-bottom: 2px solid #e6e6e6;
    max-width: 608px;
}
#page .search-wrapper .search-icon {
	display: none;
}
#page .search-wrapper label[for=search-field] {
	display: none;
}
#page .search-wrapper .search-submit {
	display: block;
	position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: color ease .2s, opacity ease .2s, transform ease .2s;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 0;
    background: transparent;
    z-index: 100;
    color: inherit;
}
#page .search-wrapper .search-submit:before {
    font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e958";
    font-size: 18px;
    float: left;
    display: inline-block;
    transition: transform ease .2s;
}
#page .search-wrapper .search-submit:hover:before {
	transform: rotate(-20deg);
}

/* =Content
----------------------------------------------- */
#main-wrapper {
	background: transparent;
    position: relative;
    margin: 0 auto;
    width: 100%;
    flex: 1 1 auto;

    background: #fff;

    z-index: 2;

    box-sizing: border-box;
}
#main-wrapper > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
#main {
	clear: both;
	padding: 0;
	margin: 0 auto;
	position: relative;
	float: left;
    width: 100%;
    box-sizing: border-box;
}
.page-header {
	padding: 0 0 1.825em;
}
.entry-format-wrapper {
	max-width: 125px;
	margin: 1.825em auto;
}
.entry-format-wrapper img {
	float: left;
	max-width: 100%;
	height: auto;
}
.entry-title {
	max-width: 850px;
	max-width: 608px;
	margin-top: 0;
}
.entry-title,
.entry-title a {
	color: #000;
	text-decoration: none;
	text-align: center;
	display: inherit;
}
#content .entry-title a {
	font-style: normal;
}
#content .entry-title a:before,
#content .entry-title a:after {
	display: none;
}
.entry-meta {
	color: #999;
    clear: both;
    text-align: left;
    margin-top: 1em;
}
footer.entry-meta {
	padding: 0;
	margin: 0;
}
.archive footer.entry-meta a,
.search footer.entry-meta a,
.blog footer.entry-meta a,
.single-post footer.entry-meta a {
	color: #999;
}
.archive footer.entry-meta a:hover,
.search footer.entry-meta a:hover,
.blog footer.entry-meta a:hover,
.single-post footer.entry-meta a:hover {
	color: #999;
	text-decoration: none;
}
.archive footer.entry-meta a i:before,
.search footer.entry-meta a i:before,
.blog footer.entry-meta a i:before,
.single-post footer.entry-meta a i:before {
	margin-right: .1em;
	width: auto;
	vertical-align: -10%;

	transition: all ease .1s;
}
.archive footer.entry-meta a:hover i:before,
.search footer.entry-meta a:hover i:before,
.blog footer.entry-meta a:hover i:before,
.single-post footer.entry-meta a:hover i:before {
	color: #999;
}
.entry-meta .sep,
.sep {
	padding: 0 .5em;
	color: #999;
	display: inline-block;
}
.entry-meta .icon-calendar {
	font-size: 11px;
	padding: 0 2px 0 0;
}
.entry-meta p {
	display: inline;
	padding: 0;
}
.entry-meta a > span {
	position: relative;
}
.entry-meta a:hover {
	color: #999;
}
.cat-links a:first-of-type {
	margin-left: 0;
}
.tag-links {
    display: inline-block;
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 1em auto;
    display: block;
}
.entry-content .tag-links {
	margin-top: 35px;
}
.tag-links a {
	float: none;
    display: inline-block;
    margin: 0 1em .5em 0;
    color: #999;
    font-size: 10px;
    font-weight: inherit;
    border: none;
    padding: 2px 5px;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 14px;
    font-style: normal;
    background: #f2f2f2;
    text-decoration: none;
    box-shadow: none;
}
#page .tag-links a {
	color: #999;
}
#page .tag-links a {
	box-shadow: none;
}
#content .tag-links a:hover {
	color: #999;
	opacity: 1;
	background: #e6e6e6;
}
.tag-links a:before,
.tag-links a:after {
	display: none;
}
.tag-links .tag-title {
    color: #000;
    font-size: .875em;
    font-weight: 400;
    text-transform: none;
    display: none;
}
.archive footer.entry-meta .tag-links a:first-child,
.search footer.entry-meta .tag-links a:first-child,
.blog footer.entry-meta .tag-links a:first-child,
.single-post footer.entry-meta .tag-links a:first-child {
	margin-left: 0;
}
.single-post .tag-links a:first-child {
	margin-left: 0;
}
.archive #content footer.entry-meta .tag-links a:hover,
.search #content footer.entry-meta .tag-links a:hover,
.blog #content footer.entry-meta .tag-links a:hover,
.single-post #content footer.entry-meta .tag-links a:hover {
	color: #838d8f;
}
.single-post #content .tag-links a:hover:after {
	background: #000;
    width: 100%;
}
.single-author .entry-meta .by-author,
.single-author .by-author {
	display: none;
}
.comment-content h1,
.comment-content h2 {}
.comment-content h3 {}
.entry-content table,
.comment-content table {
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	border-top: 1px solid #e6e6e6;
}
.entry-content th,
.comment-content th {
    border-left: 1px solid #e6e6e6;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #e6e6e6;
	padding: 12px 20px;
	border-left: 1px solid #e6e6e6;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.825em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
#page dl.gallery-item dt {
	text-align: center;
	margin-bottom: 0;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {}
.commentlist .edit-link a:before {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 2.1;
    -webkit-font-smoothing: antialiased;
    content: "\e91f";
    font-size: 10px;
    margin-right: 6px;
    color: #999;

    display: none;
}
.social-buttons-wrapper {
	display: block;
	margin: 0 0 14px;
}
.social-buttons {
	display: block;
	margin-top: 1.825em;
}
.social-buttons a {
	transition: none;
}
.social-button-wrapper {
	float: left;
	margin-left: 1em;
}
.social-button-wrapper:first-child {
	margin-left: 0;
}
.social-button-wrapper iframe {
	max-width: none;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
.wp-caption {
	margin-top: .5em;
	max-width: 100%;
	margin-bottom: .5em;
	position: relative;
	text-align: center;
}
.wp-caption a {
	box-shadow: none;
}
.wp-caption img {
	display: inline-block;
	margin: 0;
	max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	display: none;
}
.gallery-caption {
	font-size: .875em;
	color: #999;
}
#page .wp-caption-text {
	margin: 0 auto .5em;
	padding: 8px 15px 0;
	position: relative;
	font-size: .875em;
	color: #999;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	max-width: 400px;
}
.wp-caption-text a {
	color: #999;
}
.post-gallery a,
.post-gallery a img {
	float: left;
	box-shadow: 0 0 0 transparent;
}
.post-gallery a img {
	max-width: 100%;
}

#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.825em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image styles */
.widget img,
img[class*="avatar"],
.format-gallery .gallery-thumb img {
	transition: none;
}

/* Make sure embeds and iframes fit their containers */
embed,
.entry-content iframe,
.fluid-video iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.singular .post-password-required {
	margin-top: 50px;
}
.post-password-required .entry-header .comments-link {
    margin: 1.825em 0 0
}
.post-password-required input[type=password] {
    width: auto;
    float: none;
    width: 230px;
    display: inline-block;
    max-width: 400px;
}
.post-password-form .submit-button-wrapper {
	float: none;
    background: #000;
    border-radius: 0;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
    padding: 17px 24px;
    min-width: 166px;
    cursor: pointer;
    line-height: 1;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1em;
    -webkit-font-smoothing: antialiased;
}
.post-password-form input[type=submit] {
	background: transparent;
    border-color: transparent;
    min-width: auto;
    float: none;
    transform: none;
    padding: 0;
    border-radius: 0;
    color: #fff;
    line-height: 1;
    box-shadow: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1), transform .2s cubic-bezier(.215, .61, .355, 1) !important;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.post-password-form .submit-button-wrapper:hover {
	background: #000;
	color: #fff;
}
.post-password-form label {
	display: none;
}
#page .post-password-form p {
	text-align: center;
}
#page .post-password-form p:nth-of-type(2) {
	display: flex;
    justify-content: center;
}

/*
Post Formats Headings
*/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	visibility: hidden;
	opacity: 0;
	display: block;
	top: 0;
	left: 0;
	z-index: 3;
	transition: opacity ease .2s, visibility ease .2s;
	transform: scale(1.1);
}
.mt-posts-container-wrapper .hentry .content-wrapper:hover .overlay,
.mt-posts-container-wrapper .hentry .post-thumbnail-link:hover .overlay  {
	visibility: visible;
	opacity: 1;
}
.title-hidden .posts-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	height: 100%;
	text-align: center;
	text-shadow: none;
	width: 100%;
	overflow: hidden;
	z-index: 4;
	display: flex;
    justify-content: center;
    align-items: center;
}
.meta-data-position-top-left .posts-content-wrapper {
	align-items: start;
    justify-content: left;
}
.meta-data-position-top-left .post-thumbnail h2 {
	text-align: left;
}
.posts-content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: 304px;
}
.col-1 .posts-content,
.col-2 .posts-content {
	max-width: 608px;
	max-width: 75%;
}
.title-hidden .posts-content {
	z-index: 2;
	padding: 4%;
	opacity: 0;
    visibility: hidden;
    transition: opacity ease .35s, visibility ease .35s;
    box-sizing: border-box;
}
.title-hidden .hentry .content-wrapper:hover .posts-content {
    visibility: visible;
    opacity: 1;
}

/* Meta data animation FadeIn */
.title-hidden .meta-data-animation-fadein .posts-content {
	opacity: 1;
    visibility: visible;
    transition: none;
}
.meta-data-animation-fadein .animated-item {
	opacity: 0;
    visibility: hidden;
    transition: all cubic-bezier(.215,.61,.355,1) .4s;
}
.meta-data-animation-fadein .hentry .content-wrapper:hover .animated-item {
    visibility: visible;
    opacity: 1;
    transition-delay: var(--delay);
}

/* Meta data animation FadeInUp */
.title-hidden .meta-data-animation-fadeinup .posts-content {
	opacity: 1;
    visibility: visible;
    transition: none;
}
.meta-data-animation-fadeinup .animated-item {
	opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all cubic-bezier(.215,.61,.355,1) .4s;
}
.meta-data-animation-fadeinup .hentry .content-wrapper:hover .animated-item {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--delay);
}

/* Meta data animation FadeInFlip */
.title-hidden .meta-data-animation-fadeinflip .posts-content {
	opacity: 1;
    visibility: visible;
    transition: none;
}
.meta-data-animation-fadeinflip .animated-item {
	opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transition: all cubic-bezier(.215,.61,.355,1) .2s;
}
.meta-data-animation-fadeinflip .hentry .content-wrapper:hover .animated-item {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    transition-delay: var(--delay);
}

.post-thumbnail h2 {
	font-size: 18px;
	line-height: 1.25;
	margin: 0 auto;
	letter-spacing: 0;
	text-align: center;
}
.title-hidden .post-thumbnail h2 {
	color: #fff;
}

/* Singular content styles for Posts and Pages */
.single-post .post .entry-content  {
	position: relative;
	margin-top: 30px;
	padding: 0;
}
blockquote.pull {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.6125em;
	margin: 0 0 1.825em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.825em;
}
.pull.alignleft {
	margin: 0 1.825em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.825em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.825em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.825em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.entry-meta .edit-link {
	display: none;
}

/* =error404
----------------------------------------------- */
.error404 #content h1 {
	text-align: center;
}
.error404 #content h1,
.error404 #content .wpb_content_element p {
	text-align: center;
}

/* =Navigation
-------------------------------------------------------------- */
.nav-pagination-single-wrapper {
	max-width: 608px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
#page nav {
	clear: both;
	overflow: visible;
	padding: 0;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	user-select: none;
}
#page #nav-pagination-single {
	clear: none;
    float: none;
    width: auto;
    margin: 0 auto;
    box-sizing: border-box;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-next i {
	padding-left: 0;
	padding-right: 4px;
}
.nav-previous i {
	padding-right: 0;
	padding-left: 4px;
}

/* =Navigation with pagination
-------------------------------------------------------------- */
#page .nav-pagination {
	clear: both;
    overflow: visible;
    padding: 0;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 100px;
    cursor: default;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#page .entry-content .nav-pagination {
	margin-top: 1.15rem;
	margin-bottom: 0;
}
#page .nav-pagination a,
.dots,
#page .nav-pagination > span {
 	padding: 11px 18px;
 	line-height: 1;
	color: #000;
	margin: 0 0 0 1em;
	float: none;
	background: transparent;
	border: none;
	font-weight: inherit;
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    box-sizing: border-box;
    position: relative;
    box-shadow: none;
}
#page .nav-pagination a:before,
#page .nav-pagination a:after {
	display: none;
}
#page .nav-pagination a:first-child,
#page .nav-pagination > span:first-child {
	margin-left: 0;
}
#page .nav-pagination .next,
#page .nav-pagination .prev {
	border: none;
	display: inline-flex;
	align-items: center;
    min-height: 38px;
    box-sizing: border-box;
    text-decoration: none;
}
#page .nav-pagination .next:before,
#page .nav-pagination .prev:before {
	font-family: 'fontello';
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    height: auto;
    width: auto;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 12px;
    display: inline-block;
    background: transparent;
    margin: 0;
    opacity: 1;
    bottom: auto;
}
#page .nav-pagination .next:before {
	content: "\e90c";
}
#page .nav-pagination .prev:before {
	content: "\e90b";
}
#page .nav-pagination .next:after,
#page .nav-pagination .prev:after {
	display: none;
}
#page .nav-pagination .next {
	margin-left: 1em;
}
#page .nav-pagination .next:hover,
#page .nav-pagination .prev:hover {
	background: transparent;
	border-color: transparent;
}
#page .nav-pagination > span {
	background: transparent;
	color: #000;
	border-color: transparent;
	cursor: default;
}
#page .nav-pagination > .current {
	color: #999;
}
#page .nav-pagination a span,
#page .nav-pagination span span {
	position: relative;
}
#page .nav-pagination span span:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 1;
    bottom: -1px;
    display: block;

    display: none;
}
#page .nav-pagination a:hover {
	background: transparent;
	color: #999;
	border-color: transparent;
}
.comments-nav {
	float: left;
    width: 100%;
    padding: 0;
    border-top: none;
    margin: 35px auto 1em;
}
.comments-nav .comment-navigation {
	float: left;
    width: 100%;
}
.comments-nav .nav-previous {
	float: right;
}
.comments-nav .nav-next {
	float: left;
}
.comments-nav a {
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	 font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}
.comments-nav .nav-next a:before,
.comments-nav .nav-previous a:after {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    transform: none;
    transition: all .1s ease;
    padding: 0 1px;
}
.comments-nav .nav-next a:before {
	content: "\e90b";
    margin-right: 10px;
}
.comments-nav .nav-previous a:after {
    content: "\e90c";
    margin-left: 10px;
}
.comments-nav .nav-next i {
	padding-left: 0;
	padding-right: 4px;
}
.comments-nav .nav-previous i {
	padding-right: 0;
	padding-left: 4px;
}

#page #nav-pagination-single a {
	color: #000;
    font-weight: inherit;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: none;
    overflow: visible;
    position: relative;
    padding: 0;
    float: none;
    display: inline-block;
    text-rendering: optimizelegibility;
    box-shadow: none;
    display: flex;
    width: 38px;
    height: 52px;
    align-items: center;
    justify-content: center;
}
#page #nav-pagination-single .not-active {
	display: flex;
    width: 38px;
    height: 52px;
    align-items: center;
    justify-content: center;
}
#page #nav-pagination-single a:before,
#page #nav-pagination-single a:after,
.tparrows.skylab a:before,
.tparrows.skylab a:after {
	display: none;
}
#page #nav-pagination-single .previous:before,
#page #nav-pagination-single .next:before {
	font-family: 'fontello';
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-size: 32px;
    color: #000;
    margin: 0;
    background: transparent;
    opacity: 1;
    bottom: auto;
    transform: scale(1);
    transition: color ease .2s, opacity ease .2s, background ease .2s, transform ease .2s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.nav-next .next:before {
	content: "\e909";
}
.nav-previous .previous:before {
	content: "\e904";
}
.tparrows.skylab .nav-next,
.tparrows.skylab .nav-previous {
	width: 100%;
    height: 100%;
    position: absolute;
}
.tparrows.skylab a {
	font-style: normal;
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 1;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: none;
    overflow: visible;
    position: relative;
    padding: 0;
    float: none;
    display: inline-block;
    text-rendering: optimizelegibility;
    box-shadow: none;
    display: flex;
}
#page #nav-pagination-single .text-wrapper,
.tparrows.skylab .text-wrapper {
	display: none;
}
#page #nav-pagination-single a .content-wrapper:before,
#page #nav-pagination-single a .content-wrapper:after {
	display: none;
}
#page #nav-pagination-single .content-wrapper,
.tparrows.skylab a .content-wrapper {
	display: block;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    flex-direction: column;
    transition: all .2s cubic-bezier(0, .9, .3, 1);
    transition-delay: .6s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-6%) scale(1);
    width: 150px;
}
#page #nav-pagination-single a:hover .content-wrapper,
.tparrows.skylab .active a:hover .content-wrapper,
.tparrows.skylab .show a .content-wrapper {
	visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
    transition: all .2s cubic-bezier(0, .9, .3, 1);
    transition-delay: 0s;
}
#page #nav-pagination-single .nav-previous .content-wrapper,
.tparrows.skylab .nav-previous .content-wrapper {
	margin-left: 38px;
	left: 0;
	transform: translateY(-50%) translateX(-6%) scale(1);
}
#page #nav-pagination-single .nav-next .content-wrapper,
.tparrows.skylab .nav-next .content-wrapper {
	margin-right: 38px;
	right: 0;
	transform: translateY(-50%) translateX(6%) scale(1);
}
#page #nav-pagination-single .not-active {
	cursor: default;
    color: #000;
    font-weight: 400;
    text-align: center;
    background: transparent;
    border: none;
    overflow: visible;
    position: relative;
    padding: 0;
    display: inline-block;
    float: none;
    display: inline-block;
    text-rendering: optimizelegibility;
    box-shadow: none;
    display: flex;
    opacity: .2;
}
#page #nav-pagination-single a:hover {
	background: transparent;
	border-color: transparent;
	color: #000;
	box-shadow: none;
}
#page #nav-pagination-single a span {
	position: relative;
	display: inline-block;
    width: 100%;
}
#page #nav-pagination-single a:hover {
	opacity: 1;
}
#page #nav-pagination-single a:hover:before {
	opacity: 1;
	transform: scale(1.15);
	color: #000;
}
#nav-pagination-single i:before {
	vertical-align: 5%;
	line-height: 1.825;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;

	transition: all ease .1s;
}
#nav-pagination-single #nav-pagination-single-left:before {
	content: '\2190';
}
#nav-pagination-single #nav-pagination-single-right:before {
	content: '\2192';
}
#page #nav-pagination-single .nav-previous,
#page #nav-pagination-single .nav-next {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
#page #nav-pagination-single .nav-previous {
	left: 30px;
}
#page #nav-pagination-single .nav-next {
	right: 30px;
}
#page #nav-pagination-single .featured-image-wrapper,
#page .tparrows.skylab a .featured-image-wrapper {
	display: inline-block;
	margin: .5em 0 0;
	width: 150px;
    flex-shrink: 0;
}
#page #nav-pagination-single .nav-previous .featured-image-wrapper,
.tparrows.skylab .nav-previous .featured-image-wrapper {
	float: left;
}
#page #nav-pagination-single .nav-next .featured-image-wrapper,
.tparrows.skylab .nav-next .featured-image-wrapper {
	float: right;
}
#page #nav-pagination-single .featured-image-wrapper .featured-image {
	max-width: 100%;
}
#page #nav-pagination-single .featured-image-wrapper .featured-image .loader {
	display: none;
}
#page #nav-pagination-single .featured-image-wrapper img {
	width: auto;
}
#page #nav-pagination-single .title-wrapper,
.tparrows.skylab .title-wrapper {
	display: block;
	line-height: 1.2;
	margin-bottom: 0;
	max-width: 200px;
    word-wrap: break-word;
    font-weight: 700;
}
#page #nav-pagination-single .nav-previous .title-wrapper,
.tparrows.skylab .nav-previous .title-wrapper {
	float: left;
	margin-left: 0;
    text-align: center;
    padding: 0 1em;
}
#page #nav-pagination-single .title-wrapper {
	color: #000;
	font-size: 10px;
    letter-spacing: 2px;
}
#page #nav-pagination-single .nav-next .title-wrapper,
.tparrows.skylab .nav-next .title-wrapper {
	float: right;
	margin-right: 0;
    text-align: center;
}
#page #nav-pagination-single .title-wrapper:before,
#page #nav-pagination-single .title-wrapper:after,
.tparrows.skylab .title-wrapper:before,
.tparrows.skylab .title-wrapper:after {
	display: none;
}

/* Navigation Style 2 */
.single-post-navigation-style-2 {
    max-width: 1170px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
    z-index: 100;
}
.single-post .single-post-navigation-style-2 {
	margin-top: 0;
    padding-bottom: 85px;
    padding-bottom: 50px;
}
.single-post-navigation-style-2.single-post-navigation-full-width-enabled {
	max-width: none;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
#page .single-post-navigation-style-2 #nav-pagination-single {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-previous,
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next {
    position: inherit;
    top: auto;
    transform: none;
    max-width: 304px;
    position: relative;
    margin-bottom: 1.15rem;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-previous {
    left: auto;
    margin-right: 1.15rem;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next {
    right: auto;
    margin-left: 1.15rem;
}
#page .single-post-navigation-style-2 #nav-pagination-single a,
#page .single-post-navigation-style-2 #nav-pagination-single .not-active {
	text-transform: none;
	letter-spacing: 0;
	width: auto;
	height: auto;
	position: inherit;

    display: inline-flex;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-previous a,
#page .single-post-navigation-style-2 #nav-pagination-single .nav-previous .not-active {
    padding-left: 0;
    justify-content: flex-start;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next a,
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next .not-active {
    padding-right: 0;
    justify-content: flex-end;
}
#page .single-post-navigation-style-2 #nav-pagination-single .not-active {
	display: none;
}
#page .single-post-navigation-style-2 #nav-pagination-single .text-wrapper {
    display: inline-block;
    text-align: left;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-previous .text-wrapper {
    margin-left: .575em;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-next .text-wrapper {
    text-align: right;
    margin-right: .575em;
}
#page .single-post-navigation-style-2 #nav-pagination-single .next:before {
	display: none;
}
#page .single-post-navigation-style-2 #nav-pagination-single .next:after {
	content: '';
	font-family: 'fontello';
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-size: 32px;
    margin: 0;
    background: transparent;
    opacity: 1;
    bottom: auto;
    transform: scale(1);
    transition: color ease .2s, opacity ease .2s, background ease .2s, transform ease .2s;
    display: inline-flex;
    content: "\e909";

    justify-content: center;
    align-items: center;
}
#page .single-post-navigation-style-2 #nav-pagination-single .content-wrapper {
	padding: 0;
	position: absolute;
	transform: scale(.65);
	transition: visibility .2s ease, opacity .2s ease, transform .25s ease;
	margin: 0;
	z-index: 100;
	top: 0;
	display: none;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-hover .content-wrapper {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}
#page .single-post-navigation-style-2 #nav-pagination-single .featured-image-wrapper img {
    transform: scale(1.35) rotate(-2deg);
    transition: opacity .2s, transform ease .35s;
}
#page .single-post-navigation-style-2 #nav-pagination-single .nav-hover .featured-image-wrapper img {
    transform: scale(1.005);
}
#page .single-post-navigation-style-2 #nav-pagination-single a:hover .content-wrapper {
    visibility: visible;
    opacity: 1;
    transform: none;
    margin: 0;
    background: transparent;
}
#page .single-post-navigation-style-2 #nav-pagination-single a:hover:before,
#page .single-post-navigation-style-2 #nav-pagination-single a:hover:after {
    transform: scale(1.15);
}
#page .single-post-navigation-style-2 #nav-pagination-single .featured-image-wrapper {
	margin: 0;
	transition: none;
	position: relative;
}
#page .single-post-navigation-style-2 #nav-pagination-single .featured-image {
	position: relative;
}

/* Navigation Style 3 */
.single-post-navigation-style-3 {
    max-width: 1170px;
    padding-bottom: 50px;
    position: relative;
    z-index: 2;
}
.single-post .single-post-navigation-style-3 {
	margin-top: 0;
    padding-bottom: 85px;
    padding-bottom: 50px;
}
.single-post-navigation-style-3.single-post-navigation-full-width-enabled {
	max-width: none;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
#page .single-post-navigation-style-3 #nav-pagination-single {
    width: 100%;
    text-align: center;
}
#page .single-post-navigation-style-3 #nav-pagination-single .nav-next {
    position: inherit;
    top: auto;
    transform: none;
    max-width: none;
    position: relative;
    margin-bottom: 1.15rem;
    float: none;
}
#page .single-post-navigation-style-3 #nav-pagination-single .nav-next {
    right: auto;
    margin-left: auto;
    margin-right: auto;
}
#page .single-post-navigation-style-3 #nav-pagination-single a {
	text-transform: none;
	letter-spacing: 0;
	width: auto;
	height: auto;
	position: inherit;

    display: inline-block;
}
#page .single-post-navigation-style-3 #nav-pagination-single a:hover h2 {
	color: #999;
}
#page .single-post-navigation-style-3 #nav-pagination-single .nav-next a {
    padding-right: 0;
}
#page .single-post-navigation-style-3 #nav-pagination-single .nav-next h2 {
    text-align: center;
    margin-top: 0;
    transition: color ease .2s;
    max-width: 608px;
}
#page .single-post-navigation-style-3 #nav-pagination-single .next:before,
#page .single-post-navigation-style-3 #nav-pagination-single .next:after {
	display: none;
}

/* Customizer Edit Icon */
.customize-partial-edit-shortcut,
.widget .customize-partial-edit-shortcut {
	left: 0;
}

/* =3. Widgets
----------------------------------------------- */
.widget {
	clear: both;
    margin: 0 auto;
    width: auto;
    float: none;
    padding: 0;
    font-style: normal;
    position: relative;
}
.widget:first-of-type {
	margin-top: 0;
}
.widget:last-of-type {
	margin-bottom: 0;
}
.widget p {
	font-style: normal;
}
.widget-title,
.widgettitle {
    display: inline-block;
}
.widget:first-of-type .widget-title {
	margin-top: 0;
}
.widget .widget-title a {
	color: #000;
}
.widget-title span {
	padding: 0;
}
.widget ul {
	margin: 0;
	list-style: none;
	cursor: default;
}
.widget ul ul {
	margin-left: .8em;
	margin-top: 1em;
}
.widget .menu li {
	text-transform: none;
}
.widget ul li {
	margin-bottom: .5em;
	padding-left: 0;
}
.widget ul li:first-child {
	border-top: 0;
	padding: 0;
}
[class^="wp-block-"] li {
	padding-left: 0;
}
[class^="wp-block-"] li:before {
	display: none;
}
.widget cite {
	font-style: normal;
	font-size: 13px;
}
.widget a {
  	padding-bottom: 0;
  	position: relative;
}
.post-date {
	display: block;
    margin: 4px 0 0;
    font-size: 13px;
    color: #acacac;
}
.widget img {
	margin: .3em 0 0;
	display: block;
	width: auto;
}
.widget .entry-meta {
	clear: right;
}

/* Search Widget */
.widget_search form {
	margin: 0;
	display: inline-block;
	width: 100%;
}
.widget_search label[for="s"] {
	top: 30%;
}
.widget_search .search-submit {}
.wp-block-search__button {
	cursor: pointer;
    margin: 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #000;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 17px 24px;
    letter-spacing: 2px;
    line-height: 1;
    font-weight: inherit;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: none;
    transition: background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease;

    height: 46px;
}
.wp-block-search__button:hover {
    color: #fff;
    opacity: .7;
}

/* Tags Widget */
.tagcloud a,
.wp-block-tag-cloud a {
	float: none;
    display: inline-block;
    margin: 0 1em .5em 0;
    color: #999;
    font-size: 10px !important;
    font-weight: inherit;
    border: none;
    padding: 2px 5px;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 14px;
    font-style: normal;
    background: #f2f2f2;
    text-decoration: none;
    box-shadow: none;
}
#page .tagcloud a,
#page .wp-block-tag-cloud a {
	box-shadow: none;
}
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
	color: #999;
	opacity: 1;
	background: #e6e6e6;
}

/* Menu */
.widget_nav_menu .current-menu-item a {
	font-weight: 700;
}

/* RSS */
.widget .rss-widget-icon {
	display: none;
}
.widget_rss ul li {
	margin-bottom: 16px;
}
.rss-date {
	display: block;
    margin: 2px 0 6px;
    font-size: 13px;
}
.rssSummary {
	margin-bottom: 6px;
}

/* Social Accounts */
.social-links {
	float: left;
	margin: 0;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.social-links .social {
	display: inline-flex;
}
.social-links .social:first-of-type {
	margin-left: 0;
}
.social-icon {
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	float: left;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-text {
    display: none;
}
.social-icon:before {
	font-family: 'fontello';
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	display: inline-block;
	float: left;
}
.social-links-style-7 .social-icon:before,
.social-links-style-8 .social-icon:before {
	font-size: 14px;
}

.nav-menu ul .social-icon:before {
	display: none;
}
.nav-menu ul .social-icon:before {
	display: none;
}
.nav-menu ul .social-icon a span:before {
	font-family: 'fontello';
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 13px;
	display: inline-block;
	float: left;
	margin-right: .5em;
}

.nav-menu ul .social-icon.twitter a span:before {
	content: "\eef5";
}
.nav-menu ul .social-icon.facebook a span:before {
	content: "\E887";
}
.nav-menu ul .social-icon.instagram a span:before {
	content: "\ea92";
}
.nav-menu ul .social-icon.linkedin a span:before {
	content: "\ef28";
}
.nav-menu ul .social-icon.pinterest a span:before {
	content: "\ef30";
}
.nav-menu ul .social-icon.vimeo a span:before {
	content: "\ef00";
}
.nav-menu ul .social-icon.flickr a span:before {
	content: "\ef05";
}
.nav-menu ul .social-icon.tumblr a span:before {
	content: "\ef18";
}
.nav-menu ul .social-icon.youtube a span:before {
	content: "\eefc";
}
.nav-menu ul .social-icon.dribbble a span:before {
	content: "\ef06";
}
.nav-menu ul .social-icon.behance a span:before {
	content: "\ef08";
}
.nav-menu ul .social-icon.px a span:before {
	content: "\ef0a";
}
.nav-menu ul .social-icon.vk a span:before {
	content: "\eef7";
}
.nav-menu ul .social-icon.email a span:before {
	content: "\ea32";
}

.twitter .social-icon:before {
	content: "\eef5";
}
.facebook .social-icon:before {
	content: "\E806";
}
.instagram .social-icon:before {
	content: "\ea92";
}
.linkedin .social-icon:before {
	content: "\E803";
}
.pinterest .social-icon:before {
	content: "\E805";
}
.vimeo .social-icon:before {
	content: "\ef00";
}
.flickr .social-icon:before {
	content: "\ef05";
}
.tumblr .social-icon:before {
	content: "\ef18";
}
.youtube .social-icon:before {
	content: "\eefc";
}
.dribbble .social-icon:before {
	content: "\ef06";
}
.behance .social-icon:before {
	content: "\ef08";
}
.five-hundred-px .social-icon:before {
	content: "\ef0a";
}
.vk .social-icon:before {
	content: "\eef7";
}
.email .social-icon:before {
	content: "\ea32";
}

.social-links-style-2 .facebook .social-icon:before,
.social-links-style-8 .facebook .social-icon:before {
	content: "\e906";
}
.social-links-style-2 .linkedin .social-icon:before {
    content: "\e916";
}
.social-links-style-2 .vimeo .social-icon:before {
    content: "\e918";
}
.social-links-style-2 .flickr .social-icon:before {
    content: "\e919";
}
.social-links-style-2 .pinterest .social-icon:before {
    content: "\e91a";
}
.social-links-style-2 .behance .social-icon:before {
    content: "\e91b";
}
.social-links-style-2 .vk .social-icon:before {
    content: "\e91c";
}

.social-links-style-9 .facebook .social-icon:before {
	content: "\e93f";
}
.social-links-style-9 .twitter .social-icon:before {
	content: "\e941";
}
.social-links-style-9 .instagram .social-icon:before {
	content: "\e940";
}

.social-links-style-10 .social-icon:before {
	font-size: 18px;
}
.social-links-style-10 .facebook .social-icon:before {
	content: "\e969";
}
.social-links-style-10 .twitter .social-icon:before {
	content: "\e96d";
}
.social-links-style-10 .instagram .social-icon:before {
	content: "\e96a";
}
.social-links-style-10 .linkedin .social-icon:before {
	content: "\e96b";
}
.social-links-style-10 .tumblr .social-icon:before {
	content: "\e96c";
}
.social-links-style-10 .youtube .social-icon:before {
	content: "\e96e";
}

.social-links-style-3 .social-links .social,
.social-links-style-6 .social-links .social {
	padding: 6px;
	border-radius: 50%;
	transition: color ease .2s, opacity ease .2s, background ease .2s;
	color: #fff;
	background: #000;
}
.social-links-style-3 .social-icon:before,
.social-links-style-6 .social-icon:before {
	font-size: 12px;
}
.social-links-style-6 .social-links .social {
	border-radius: 0;
}
#header-wrapper .social-links-style-3 .social-links .social,
#header-wrapper .social-links-style-6 .social-links .social {
	color: #fff;
	background: #000;
}
#header-wrapper .social-links-style-3 .social-links .social:hover,
#header-wrapper .social-links-style-6 .social-links .social:hover {
	background: #000;
}
.social-links-style-3 .facebook .social-icon:before,
.social-links-style-6 .facebook .social-icon:before {
	content: "\e906";
}
.social-links-style-3 .linkedin .social-icon:before,
.social-links-style-6 .linkedin .social-icon:before {
    content: "\e916";
}
.social-links-style-3 .vimeo .social-icon:before,
.social-links-style-6 .vimeo .social-icon:before {
    content: "\e918";
}
.social-links-style-3 .flickr .social-icon:before,
.social-links-style-6 .flickr .social-icon:before {
    content: "\e919";
}
.social-links-style-3 .behance .social-icon:before,
.social-links-style-6 .behance .social-icon:before {
    content: "\e91b";
}
.social-links-style-3 .vk .social-icon:before,
.social-links-style-6 .vk .social-icon:before {
    content: "\e91c";
}

#access .social-links-style-4,
#access .social-links-style-4 {
	line-height: inherit;
}
.social-links-style-4 .social-links,
.social-links-style-5 .social-links {
	line-height: inherit;
}
.social-links-style-4 .social-links .social,
.social-links-style-5 .social-links .social {
	font-size: 14px;
	padding: 2px 0;
	clear: both;
    margin: 0;
    line-height: inherit;
}
#header-wrapper .social-links-style-4 .social-links .social,
#header-wrapper .social-links-style-5 .social-links .social {
	margin: 0;
}
.social-links-style-4 .social-text {
	display: inline-block;
	margin-left: .5em;
}
.social-links-style-5 .social-text {
	display: inline-block;
}
.social-links-style-5 .social-icon {
	display: none;
}
.social-links-style-4 .facebook .social-icon:before {
	content: "\e906";
}
.social-links-style-4 .linkedin .social-icon:before {
    content: "\e916";
}
.social-links-style-4 .vimeo .social-icon:before {
    content: "\e918";
}
.social-links-style-4 .flickr .social-icon:before {
    content: "\e919";
}
.social-links-style-4 .behance .social-icon:before {
    content: "\e91b";
}
.social-links-style-4 .vk .social-icon:before {
    content: "\e91c";
}

/* Archives Widget */
.widget ul .current-cat,
.widget ul .current-cat a {
	color: #000;
}
.widget ul .current-cat a:after {
	background: #000;
    width: 100%;
}
#page .wp-block-archives {
    margin-bottom: 1em;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	max-width: 250px;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar th,
#wp-calendar td {
	padding: 8px 0;
	text-align: center;
}
#wp-calendar td {
	border-bottom: none;
	border-left: none;
}
#wp-calendar th {
	color: #999;
	background: #f2f2f2;
}
#wp-calendar tfoot td {
	font-weight: 400;
}
#wp-calendar td:first-of-type {
	border-left: none;
}
#wp-calendar tr:last-of-type td {
	border-bottom: none;
}
#wp-calendar tfoot td {
	border-left: none;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev,
#wp-calendar #next {
	padding-top: 8px;
}
#wp-calendar #today {
	color: #fff;
	background: #000;
}
#wp-calendar #today a {
	color: #fff;
	text-decoration: none;
}
#wp-calendar caption {
	margin-bottom: 1em;
}
.wp-block-calendar a {
	text-decoration: none;
}
.wp-calendar-nav {
	text-align: left;
	margin-top: 1.15rem;
}

/* Latest Comments Widget */
#page .wp-block-latest-comments {
	padding-left: 0;
}
#page .wp-block-latest-comments article {
	float: none;
}
.wp-block-latest-comments__comment-meta {
	margin-bottom: .5em;
}
.wp-block-latest-comments__comment-date {
    margin-top: .5em;
}

/* Latest Posts Widget */
.wp-block-latest-posts__post-date {
	margin-top: .5em;
}

[class^="wp-block"] {
	margin-bottom: 1.15rem;
}
.wp-block-table {
    width: 100%;
    margin-left: 0;
}

/* reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}
#page .grecaptcha {
	font-size: .875em;
    color: #999;
    line-height: 1.45;
    max-width: 455px;
}
#page .grecaptcha a {
	color: #999;
	box-shadow: 0 1px 0;
}
#page .grecaptcha a:hover {
	color: #000;
}

/* =4. Comments
----------------------------------------------- */
#comments-wrapper {
	background: #fff;
    padding: 50px 0;
    border-top: 1px solid #e6e6e6;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}
.header-position-left #comments-wrapper,
.header-position-right #comments-wrapper {
    padding-top: 0;
    border: none;
    max-width: 1170px;
    margin: 0 auto;
}
#comments {
	padding: 0;
    margin: 0 auto;
    float: none;
    max-width: 608px;
    margin-bottom: 35px;
}
#comments .sep {
	display: none;
}
#comments-title {
    padding: 0;
    text-align: left;
}
#comments-title span {
	font-size: .5em;
    position: relative;
    top: -1em;
    font-weight: 400;
}
.nopassword,
.nocomments {
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.content .commentlist {
	width: 100%;
}
.commentlist > li.comment {
	margin: 0;
	padding: 0;
	border-top: none;
	float: left;
	width: 100%;
}
.commentlist > li.comment > .comment {
	padding: 1.15rem 0 0;
	border-top: 1px solid #e6e6e6;
}
.commentlist li.comment .fn {
	color: #999;
    margin: 0 0 1em;
    font-weight: inherit;
    text-transform: none;
    letter-spacing: 0;
    margin-right: 1em;
}
.commentlist .on {
	display: none;
}
.commentlist .pingback {
	margin: 0 0 1em;
    padding: 0;
}
.commentlist .pingback .edit-link {
	display: block;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
}
.commentlist .children li.comment {
	margin: 0;
	padding: 0;
	border-top: none;
}
.commentlist .children li.comment > .comment {
	padding: 1.15rem 0 0;
	border-top: 1px solid #e6e6e6;
}
.commentlist .children li.comment .fn {
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	float: left;
}
.comment-author {
	margin: 0 0 1.15rem;
	text-transform: none;
}
.comment-edit-link,
.comment-author .fn .url {
	color: #999;
    margin: 0 0 1em;
    font-weight: inherit;
    text-transform: none;
    letter-spacing: 0;
    position: relative;
}
.comment-reply-link span,
.comment-edit-link span,
.comment-time span,
.comment-author .fn .url span {
	position: relative;
}
.comment-reply-link {
	margin-right: 1em;
	font-style: normal;
	font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: inherit;
    text-decoration: none;
    color: #000;
    -webkit-font-smoothing: antialiased;
}
.comment-reply-link span:before,
.comment-reply-link span:after {
	display: none;
}
.comment-reply-link:before {
    font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 2.1;
    -webkit-font-smoothing: antialiased;
    content: "\e91e";
    color: #999;
    font-size: 12px;
    margin-right: 6px;
    margin-left: 1px;
    position: relative;
    top: 2px;

    display: none;
}
.comment-reply-link:hover {
	color: #999;
}
.comment-content {
	margin: 0 0 0 66px;
	padding: 0 0 1.15rem;
}
.comment-content p {
	padding: 0;
    margin-bottom: 1.15rem;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.825em;
	margin-left: 66px;
	margin-bottom: 0;
}
.commentlist .children li.comment .comment-content {
	margin: 0 0 0 132px;
}
.commentlist .children .avatar {
}
.comment-awaiting-moderation {
	margin-left: 14px;
}
a.comment-reply-link > span {
	position: relative;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-meta {
	color: #000;
}
.avatar.vcard {
	float: left;
}
.commentlist img.avatar {
	border-radius: 50%;
	max-width: 48px;
	max-height: 48px;
	box-shadow: none;
	float: left;
}
#content .comment-reply-link,
#content .comment-edit-link,
#content .comment-author a {
	color: #999;
	padding-bottom: 0;
}
.comment-author a {
	box-shadow: 0 1px 0;
}
#content .comment-reply-link:hover,
#content .comment-edit-link:hover,
#content .comment-author a:hover {
	color: #999;
}
.comment-author a:hover {
	color: #000;
}
.comment-time {
	color: #999;
    margin-right: 1em;
}

/* Comment Form */
#respond {
	padding: 0;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 16px;
}
#respond input[type="text"],
#respond textarea {
	display: block;
	box-sizing: border-box;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-url {
	float: left;
    width: 100%;
}
#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
	float: left;
}
#respond .comment-form-author,
#respond .comment-form-email {
	width: 48.75%;
	float: left;
	margin-left: 2.5%;
}
.comment-form-cookies-consent {
	float: left;
}
#respond .comment-form-author {
	margin-left: 0;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: none;
}
span.required {
	font-size: .875em;
	display: none;
}
#respond input[type="text"]:focus,
#respond textarea:focus {}
#respond textarea {
	resize: vertical;
	width: 100%;
	display: block;
	min-height: 115px;
	resize: none;
}
#respond a {
	color: #000;
	box-shadow: 0 1px 0;
}
#respond a:hover {
	color: #999;
}
#respond a span {
	position: relative;
}
#respond .form-submit {
	margin: 0 0 1em;
	width: 100%;
	clear: both;
	display: inline-block;
}
#respond #submit {
	cursor: pointer;
	margin: 0;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: #000;
	border: none;
	overflow: hidden;
	position: relative;
	padding: 17px 24px;
	min-width: 166px;
	letter-spacing: 2px;
	line-height: 0;
    height: 46px;
	font-weight: inherit;
	text-transform: uppercase;
	box-shadow: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease;
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
#respond #submit span {
	position: relative;
}
#respond #submit:hover {
    opacity: 1;
}
#respond #cancel-comment-reply-link {
	border-bottom: 0;
    padding-bottom: 0;
    color: #999;
    font-size: 10px;
    line-height: 1;
    margin: 0 0 1.15rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
}
#page #respond #cancel-comment-reply-link:hover {
	color: #000;
	opacity: 1;
}
.commentlist #respond {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	box-sizing: border-box;

	margin-top: 0;
	margin-bottom: 16px;
}
.commentlist .children #respond {
	margin-top: 0;
	margin-bottom: 16px;
}
#reply-title {
	position: relative;
    padding: 0;
    font-size: 12px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin: 0;
}
#reply-title span {
	position: relative;
	z-index: 100;
	padding: 0;
}
#reply-title > span {
	display: none;
}
#reply-title small {
    z-index: 100;
    background: transparent;
    display: block;
}
#respond input[type=text] {
	display: block;
	width: 100%;
}
#respond .form-allowed-tags,
#respond .form-allowed-tags code {
	font-size: 11px;
	color: #999;
	display: none;
}

/* Radio */
#page .input-radio-custom {
    display: none;
}
#page .input-radio-custom + label,
#page .input-radio-custom + span {
    position: relative;
    transition: all ease .2s;
    cursor: pointer;
}
#page .input-radio-custom + label .radio-custom,
#page .input-radio-custom + span .radio-custom {
    position: relative;
    border: 1px solid #e6e6e6;
    background: transparent;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: .575em;
    float: left;
    margin-top: .4em;
}
#page .input-radio-custom + label:hover .radio-custom,
#page .input-radio-custom + span:hover .radio-custom {
	border-color: #999;
}
#page .input-radio-custom + label .radio-custom:after,
#page .input-radio-custom + span .radio-custom:after {
    content: "";
    display: block;
    border: none;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease .2s;
    opacity: 0;
    transform: scale(0);
}
#page .input-radio-custom:checked + label .radio-custom:hover,
#page .input-radio-custom:checked + span .radio-custom:hover {
    opacity: 1;
}
#page .input-radio-custom:checked + label .radio-custom,
#page .input-radio-custom:checked + span .radio-custom {
	border-color: #000;
}
#page .input-radio-custom:checked + label .radio-custom:after,
#page .input-radio-custom:checked + span .radio-custom:after {
    opacity: 1;
    transform: scale(1);
}

/* Checkbox */
#page .input-checkbox-custom {
    display: none;
}
.checkbox-checkmark {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .2s cubic-bezier(.4, 0, .6, 1);
}
.checkbox-checkmark-path {
    transition: stroke-dashoffset .2s 0s cubic-bezier(.4, 0, .6, 1);
    stroke: #fff;
    stroke-width: 3.12px;
    stroke-dashoffset: 29.7833385;
    stroke-dasharray: 29.7833385;
}
#page .input-checkbox-custom + label,
#page .input-checkbox-custom + span {
	cursor: pointer;
	display: block;
}
#page .input-checkbox-custom + label .checkbox-custom,
#page .input-checkbox-custom + span .checkbox-custom {
    position: relative;
    display: inline-block;
    border: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    width: 13px;
    height: 13px;
    border-radius: 0;
    box-sizing: border-box;
    transition: all ease .2s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-right: .575em;
    float: left;
    margin-top: .4em;
}
#page .input-checkbox-custom + label span,
#page .input-checkbox-custom + span span {
	overflow: hidden;
    display: block;
}
#page .input-checkbox-custom + label:hover .checkbox-custom,
#page .input-checkbox-custom + span:hover .checkbox-custom {
	border-color: #999;
}
body #page .input-checkbox-custom:checked + label .checkbox-custom,
body #page .input-checkbox-custom:checked + span .checkbox-custom {
    background: #000;
    border-color: #000;
}
#page .input-checkbox-custom:checked + label .checkbox-checkmark,
#page .input-checkbox-custom:checked + span .checkbox-checkmark {
    opacity: 1;
}
#page .input-checkbox-custom:checked + label .checkbox-checkmark-path,
#page .input-checkbox-custom:checked + span .checkbox-checkmark-path {
    stroke-dashoffset: 0;
}

/* Lazy Load */
[style*="--aspect-ratio"]::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
}
.mt-posts-container-wrapper .hentry .lazy,
.mt-gallery-container-wrapper .mt-gallery-item .lazy,
#content .wpb_thumbnails-fluid article .lazy,
.wpb_single_image .lazy,
.mt-slider-item .lazy,
.portfolio-carousel .owl-item .lazy,
.slick-slide .lazy-item,
.owl-item .lazy,
.person .lazy,
.featured-image.lazy {
	position: relative;
	background: #f2f2f2;
	transition: background .35s;
}
#page .slick-slide .lazy-item {
	background: transparent;
}
.lightbox-video.lazy {
	background: #f2f2f2;
}
.wpb_single_image .lazy {
	width: 100%;
}
.mt-testimonials .lazy,
.person .lazy {
	background: transparent;
}
.mt-posts-container-wrapper .hentry .lazy img,
.mt-gallery-container-wrapper .mt-gallery-item .lazy img,
#content .wpb_thumbnails-fluid article .lazy img,
.wpb_single_image .lazy img,
.lightbox-video.lazy img,
.mt-slider-item .lazy img,
.portfolio-carousel .owl-item .lazy img,
.slick-slide .lazy-item img,
.owl-item .lazy img,
.person .lazy img,
.featured-image.lazy img {
	position: absolute;
	height: 100%;
	z-index: 2;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    margin: 0 auto;

    transform: scale(1.01);
}
.wpb_single_image .lazy img,
.mt-slider-item .lazy-slide img {
	transform: scale(1.02);
}
.wpb_single_image .lazyload-enabled {
    width: 100%;
}
.lightbox-video.lazy img {
	height: 100% !important;
    width: 100% !important;
}
.lazyload-enabled .slick-slide .team-slider-person-image {
	max-width: 470px;
	margin: 0 auto;
}
.slick-slide .lazy-item img {
	height: auto;

	margin: 0 auto;

	opacity: 0;
	transition: opacity ease .35s;
}
.lazyload-enabled .slick-slide .attachment {
	opacity: 0;
	transition: opacity ease .35s;
}
.slick-loading + .loader-lg {
	opacity: 1;
    visibility: visible;
}

#page .color-thief {
	visibility: hidden;
}

/* Lazy Load XT v1.1.0 2016-01-12
 * ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}
.lazy-loaded {
    transition: opacity ease .35s;
    opacity: 1;
}

/* Animated Loading Spinner */
.loader {
  position: absolute;
  margin: 0 auto;
  width: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity ease .2s, visibility ease .2s;
  opacity: 0;
  visibility: hidden;
}
.lazy-hidden + .loader {
	opacity: 1;
	visibility: visible;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

/* Animated Loading Spinner Large */
.loader-lg {
  position: absolute;
  margin: 0 auto;
  width: 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity ease .2s, visibility ease .2s;
  opacity: 0;
  visibility: hidden;
}
.lazy-hidden + .loader-lg {
	opacity: 1;
	visibility: visible;

	opacity: 1;
}
.loader-lg:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.mt-slider-item .lazy-hidden + .loader-lg {
	opacity: 1;
}
.mt-slider-item .loader-lg .path {
	stroke: #999;
}

.circular {
  animation: rotate 1s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke: #000;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  transition: stroke .2s;

  stroke-width: 4;
}

.background--dark .path {
	stroke: #fff;
}
.background--light .path {
	stroke: #000;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

/* Animated Loading Spinner fancybox */
.fancybox-container .loader-lg {
	visibility: visible;
	opacity: .6;
	width: 40px;
}
.fancybox-container .loader-lg .path {
	stroke: #fff;
}

/* Animated Loading Spinner Slider Revolution */
.wpb_revslider_element .loader-lg {
	z-index: 100;
	width: 40px;

  	transform: translate(-50%, -50%) !important;
  	animation: visible .2s forwards ease;
}
@keyframes visible {
    0% {
    	opacity: 0;
    	visibility: hidden;
    }
    100% {
    	opacity: 1;
    	visibility: visible;
    }
}
@keyframes hidden {
    0% {
    	opacity: 1;
    	visibility: visible;
    }
    100% {
    	opacity: 0;
    	visibility: hidden;
    }
}
.wpb_revslider_element .loader-lg.hidden {
	animation: hidden .2s forwards ease;
}

/* Slider Revolution */
.rev_slider li.tp-revslider-slidesli:before {
	display: none;
}
#page .rev_slider .tp-static-layers .tp-caption {
	opacity: 0;
	visibility: hidden;
}
.rev_slider .rev-slider-custom-buttons {
	position: fixed;
	top: 40px;
}

/* Slider Revolution Navigation */
#page rs-carousel-wrap {
	cursor: default;
}

.skylab.tparrows {
	background: transparent;
	width: 38px;
	height: 52px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	transition: opacity ease .2s, background ease .2s, color ease .2s, transform ease .2s;
	text-align: center;
	overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;

    opacity: 0;
}
.skylab.tparrows:before {
	font-family: 'fontello';
  	speak: none;
  	font-weight: 400;
  	line-height: 0;
  	-webkit-font-smoothing: antialiased;
  	height: auto;
  	width: auto;
  	text-align: center;
  	vertical-align: middle;
  	-webkit-font-smoothing: antialiased;
  	position: relative;
  	font-size: 32px;
  	display: block;
  	color: #000;
  	margin: 0;
	transition: color ease .2s, opacity ease .2s, transform ease .2s;
}
.skylab.tparrows.tp-rightarrow:before {
	content: "\e909";
	right: 0;
}
.skylab.tparrows.tp-leftarrow:before {
	content: "\e904";
	left: 0;
}
.skylab.tparrows:hover:before {
	opacity: .7;
	transform: scale(1.15);
	color: #000;
}
.skylab.tparrows.not-active:hover:before {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}
.skylab.tparrows.mt-fadeIn {
	opacity: 1;
}
.skylab.tparrows.not-active,
.skylab.tparrows.not-active.mt-fadeIn {
	cursor: default;
	opacity: .2;
	transform: translateY(-50%);
}

/* =5. Footer
----------------------------------------------- */
#colophon {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
	z-index: 500;
	border-top: none;
	width: 100%;
	box-sizing: border-box;
	margin-top: auto;
}
#supplementary-wrapper {
	position: relative;
}
#supplementary {
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 0;
}
#supplementary .widget-title {
	background: none;
	color: #000;
	position: relative;
}
#supplementary .widget img {
    margin-top: 0;
}
#colophon .widget-title span {
	background: transparent;
	position: relative;
	z-index: 100;
	padding: 0;
}
#colophon .widget-title:after {
	content: "";
	position: absolute;
	height: 0;
}
#colophon .widget .tagcloud a {
    color: #999;
}
#colophon .widget .tagcloud a:hover {
    color: #999;
}
#colophon .widget {
	border: none;
	padding: 0;
}
#colophon .widget ul {}
#colophon .widget ul li {
	border-style: none;
}
#colophon .widget a:first-child {
	margin-left: 0;
}

#colophon.footer-parallax-init {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.footer-parallax-opacity {
	opacity: 1 !important;
}

.supplementary .widget-area {
	color: #000;
}
.supplementary a {
	color: #000;
}
.supplementary a:hover {
	color: #000;
}
#supplementary .widget time {
	color: #999;
}
#supplementary .widget #wp-calendar #today {
	color: #999;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 48.75%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 31.66666666666667%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 23.125%;
}
#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator-wrapper {
	position: relative;
	margin: 0 auto;
	background: #fff;
	border-top: none;
	padding: 0;
}
#site-generator {
	max-width: 1170px;
	margin: 0 auto;
	color: #000;
	padding: 40px 0;
	position: relative;
	text-transform: none;
}
#subfooter-supplementary {
	float: left;
    width: 100%;
}
#subfooter-supplementary .widget {
	color: #000;
}
#site-generator p {
	padding: 0;
	float: none;
	font-size: .875em;
	margin-bottom: .5em;

	position: relative;

	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}
#site-generator p:last-of-type {
	margin-bottom: 0;
}
#site-generator a,
#site-generator .widget a {
	border-bottom: none;
	position: relative;
}

#colophon .social-links .social {
    color: #000;
}
#colophon .social-links-style-3 .social-links .social,
#colophon .social-links-style-6 .social-links .social {
	color: #fff;
	background: #000;
}
#colophon .social-links .social:hover {
	color: #000;
}
#colophon .social-links-style-3 .social-links .social:hover,
#colophon .social-links-style-6 .social-links .social:hover {
	color: #fff;
	background: #000;
}

#colophon .widget_social_accounts_widget.align-right,
#colophon .social-links-wrapper.align-right {
	float: right;
}
#colophon .social-links-wrapper.align-center {
	float: none;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
}
#colophon .widget_social_accounts_widget.align-center,
#colophon .social-links-wrapper.align-center .social-links {
	float: none;
	text-align: center;
}
#colophon .social-links-wrapper.center .social-links {
	float: none;
	text-align: center;
}

#colophon .social-links-style-3 .social-links .social,
#colophon .social-links-style-6 .social-links .social {
	color: #fff;
    background: #000;
}
#colophon .social-links-style-3 .social-links .social:hover,
#colophon .social-links-style-6 .social-links .social:hover {
	background: #000;
}

/* Subfooter Widget Area */
#subfooter-supplementary .widget-area {
	float: left;
	width: 100%;
}

/* Two Subfooter Widget Areas */
#subfooter-supplementary.two .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 48.75%;
}
#subfooter-supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Subfooter Widget Areas */
#subfooter-supplementary.three .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 31.66666666666667%;
}
#subfooter-supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

#site-generator-wrapper .widget {
	font-size: .875em;
	margin-top: 8px;
}
#site-generator-wrapper .widget:first-of-type {
    margin-top: 0;
}
#site-generator p:last-of-type {
	margin-bottom: 0;
}
#site-generator-wrapper .sep {
	color: #000;
	font-size: 18px;
	display: inline-block;
}
#site-generator-wrapper .widget img {
	margin-top: 0;
}
#subfooter-supplementary .widget {
	margin-bottom: 1.15rem;
}
#subfooter-supplementary .widget:last-of-type {
    margin-bottom: 0;
}

.mt-posts-container-wrapper > .loader-lg,
.mt-gallery-container-wrapper > .loader-lg {
	top: 100px;
	opacity: 1;
    visibility: visible;
    opacity: .6;
	width: 40px;
}
.lazyload-enabled > .loader-lg {
	display: none;
}
.mt-posts-container-wrapper > .loader-lg .path,
.mt-gallery-container-wrapper > .loader-lg .path {
	stroke: #999;
}

/* =6. Shortcodes
----------------------------------------------- */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  	z-index: 2;
}

.isotope-item:not(.new-elements) {}

.isotope-hidden.isotope-item {
  	pointer-events: none;
  	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    transition-duration: .4s;
}
.isotope {
    transition-property: height;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope-item {
 	z-index: 2;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */


/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    transition: none;
}

/**** Filters ****/
#content .filters {
  	clear: both;
	width: 100%;
	margin: 0 0 1.15rem;
	text-align: center;
	max-width: 1170px;
}
#content .full-width .filters {
	padding: 0 30px;
}
#content .filters a {
	clear: none;
	margin: 0 25px 10px 0;
	text-decoration: none;
	letter-spacing: 0;
	font-style: normal;
	text-transform: none;
	padding: 0;
	float: none;
	border: none;
	display: inline-block;
	color: #000;
  	text-rendering: optimizeLegibility;
  	visibility: visible;
  	padding: 0;
    box-shadow: none;
    color: #999;
}
.filters .sep {
	padding: 0;
	display: none;
}
#content .filters a:first-child {
  	margin-left: 0;
}
#content .filters a:hover {
  	color: #000;
  	background: transparent;
  	opacity: 1;
}
#content .filters a.selected {
  	color: #000;
	background: transparent;
	opacity: 1;
}

/* =fancybox
----------------------------------------------- */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

	.fancybox-slide--image {
        padding: 6px 0;
    }

	.fancybox-close-small {
        right: -6px;
    }

	.fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

	.fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
		.fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
        width: 110px;
    }

	.fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

	.fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* =fancybox custom skin
----------------------------------------------- */
.fancybox-button {
	display: inline-flex;
	align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .37);
}
.fancybox-button:not([disabled]):hover {
	background: rgba(0, 0, 0, .46);
	background: var(--buttons-bg-color-on-hover) !important;
}
.fancybox-navigation .fancybox-button:hover {
	background-clip: content-box !important;
}
.fancybox-button:not([disabled]):active {
	background: rgba(0, 0, 0, .46);
	background: var(--buttons-bg-color-on-active) !important;
	transition: color ease 0s, background ease 0s;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button:active {
	transition: color ease 0s, background ease 0s;
	background-clip: content-box !important;
}
.fancybox-button i {
	font-style: normal;
    line-height: 1;
    display: flex;
    float: left;
}
.fancybox-button i:before {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-style: normal;
    vertical-align: middle;
    float: left;
}
.fancybox-button--close i:before {
	content: "\e911";
}
.fancybox-button svg path {
    stroke-width: 2;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #fff;
}
.fancybox-button,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s ease 0s, visibility 0s ease 0s, background .2s ease 0s;
}
.fancybox-button svg path,
.fancybox-button i {
    opacity: 1;
}
.fancybox-button:focus svg path,
.fancybox-button:hover svg path,
.fancybox-button:focus i,
.fancybox-button:hover i {
    opacity: 1;
}
.fancybox-navigation .fancybox-button {
	display: inline-flex;
	align-items: center;
    justify-content: center;
}
.fancybox-navigation .fancybox-button i:before {
	font-size: 16px;
}
.fancybox-button--arrow_left i:before {
	content: "\e904";
}
.fancybox-button--arrow_right i:before {
	content: "\e909";
}
.fancybox-navigation .fancybox-button svg {
	width: 18px;
}
.fancybox-navigation .fancybox-button svg path {
    fill: #fff;
    stroke: none;
    stroke-linejoin: unset;
    stroke-width: unset;
    transition: fill .2s, opacity .2s;
    opacity: .8;
}
.fancybox-navigation .fancybox-button:focus svg path,
.fancybox-navigation .fancybox-button:hover svg path {
    fill: #fff;
    opacity: 1;
}
.fancybox-navigation .fancybox-button[disabled] svg path,
.fancybox-navigation .fancybox-button[disabled]:hover svg path,
.fancybox-navigation .fancybox-button[disabled] i,
.fancybox-navigation .fancybox-button[disabled]:hover i {
    fill: #fff;
}
.fancybox-navigation .fancybox-button[disabled],
.fancybox-navigation .fancybox-button[disabled]:hover {
    opacity: .4;
}
.fancybox-infobar {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
.fancybox-bg {
	background: rgba(30, 30, 30, .87);
}
.fancybox-is-open .fancybox-bg {
  	opacity: 1;
}
.fancybox-next-on-image-click .fancybox-content,
.fancybox-next-on-image-click.fancybox-can-swipe .fancybox-content,
.fancybox-next-on-image-click.fancybox-can-pan .fancybox-content {
	cursor: pointer;
}
.fancybox-next-on-image-click .last-slide .fancybox-content,
.fancybox-next-on-image-click.fancybox-can-swipe .last-slide .fancybox-content,
.fancybox-next-on-image-click.fancybox-can-pan .last-slide .fancybox-content {
	cursor: default;
}
.fancybox-is-open .fancybox-stage {
    cursor: zoom-out;
}

/* =To top
----------------------------------------------- */
#to-top {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
#to-top.fixed {
    position: fixed;
    top: auto;
    bottom: 30px;
    right: 30px;
    z-index: 900;
    transition: transform .2s cubic-bezier(.67, .02, .2, .97), opacity .2s cubic-bezier(.67, .02, .2, .97), visibility .2s cubic-bezier(.67, .02, .2, .97), background ease .2s, color ease .2s, mix-blend-mode ease .2s, filter ease .2s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.back-to-top-button-mix-blend-mode-enabled #to-top.fixed {
	mix-blend-mode: difference;
    filter: invert(1) grayscale(1) contrast(9);
}
.header-position-bottom #to-top.fixed {
	top: 40px;
	bottom: auto;
}
.header-position-right #to-top.fixed {
	left: 40px;
	right: auto;
}
#to-top.fixed.to-top-show {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
}
#to-top.left {
	right: auto;
	left: 0;
}
#to-top i {
	display: block;
    transition: transform .2s ease, opacity .2s ease, color .2s ease;
    line-height: 0;
    font-style: normal;
    color: #000;
    position: relative;
    transform: scale(1) translate(0, 0);
}
#to-top .background--dark {
	color: #fff;
}
#to-top .background--light {
	color: #000;
}
#to-top i:before {
    font-family: 'fontello';
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-style: normal;
    content: "\e907";
    display: block;
}
#to-top:hover i {
	transform: scale(1.15);
	opacity: 1;
	color: #000;
}

/* =General Arrows Button Style
----------------------------------------------- */
.general-arrows-buttons-style-2 #to-top,
.general-arrows-buttons-style-2 .skylab.tparrows,
.general-arrows-buttons-style-3 #to-top,
.general-arrows-buttons-style-3 .skylab.tparrows {
	background: #f2f2f2;
	width: 32px;
    height: 32px;
    box-sizing: border-box;
}
.general-arrows-buttons-style-2 .slick-prev,
.general-arrows-buttons-style-2 .slick-next,
.general-arrows-buttons-style-3 .slick-prev,
.general-arrows-buttons-style-3 .slick-next {
	width: 32px;
    height: 32px;
}
.general-arrows-buttons-style-2 .slick-prev:before,
.general-arrows-buttons-style-2 .slick-next:before,
.general-arrows-buttons-style-3 .slick-prev:before,
.general-arrows-buttons-style-3 .slick-next:before {
	font-size: 16px;
}
.general-arrows-buttons-style-2 .skylab.tparrows.not-active:hover,
.general-arrows-buttons-style-3 .skylab.tparrows.not-active:hover {
	background: #f2f2f2;
}
.general-arrows-buttons-style-2 #to-top i:before,
.general-arrows-buttons-style-3 #to-top i:before {
	font-size: 16px;
}
.general-arrows-buttons-style-2 .skylab.tparrows:before,
.general-arrows-buttons-style-3 .skylab.tparrows:before {
	font-size: 16px;
}
.general-arrows-buttons-style-2 #to-top:hover,
.general-arrows-buttons-style-2 .skylab.tparrows:hover,
.general-arrows-buttons-style-3 #to-top:hover,
.general-arrows-buttons-style-3 .skylab.tparrows:hover {
    background: #000;
}
.general-arrows-buttons-style-2 #page #to-top:active,
.general-arrows-buttons-style-2 #page #page #nav-pagination-single a:active,
.general-arrows-buttons-style-2 #page .skylab.tparrows:active,
.general-arrows-buttons-style-3 #page #to-top:active,
.general-arrows-buttons-style-3 #page #main #nav-pagination-single a:active,
.general-arrows-buttons-style-3 #page .skylab.tparrows:active {
    background: #000;
    transition: background ease 0s;
}
.general-arrows-buttons-style-2 #to-top:hover i,
.general-arrows-buttons-style-2 .skylab.tparrows:hover:before,
.general-arrows-buttons-style-3 #to-top:hover i,
.general-arrows-buttons-style-3 .skylab.tparrows:hover:before {
    transform: none;
    opacity: 1;
    color: #000;
}

.general-arrows-buttons-style-3 #to-top,
.general-arrows-buttons-style-3 #page #nav-pagination-single a,
.general-arrows-buttons-style-3 .slick-prev,
.general-arrows-buttons-style-3 .slick-next {
	border-radius: 50%;
}

/* =General Arrows Icons Style
----------------------------------------------- */
.general-arrows-icons-style-2 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-2 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-2 .slick-next:before,
.general-arrows-icons-style-2 .fancybox-button--arrow_right i:before,
.general-arrows-icons-style-2 #page .single-post-navigation-style-2 #nav-pagination-single .next:after {
	content: "\e92e";
}
.general-arrows-icons-style-2 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-2 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-2 .slick-prev:before,
.general-arrows-icons-style-2 .fancybox-button--arrow_left i:before {
	content: "\e92b";
}
.general-arrows-icons-style-2 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-2 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-2 .slick-next:before,
.general-arrows-icons-style-2 #page .single-post-navigation-style-2 #nav-pagination-single .next:after,
.general-arrows-icons-style-2 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-2 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-2 .slick-prev:before {
	width: 14px;
}
.general-arrows-icons-style-2 #to-top i:before {
	content: "\e92f";
}

.general-arrows-icons-style-3 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-3 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-3 .slick-next:before,
.general-arrows-icons-style-3 .fancybox-button--arrow_right i:before {
	content: "\e926";
}
.general-arrows-icons-style-3 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-3 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-3 .slick-prev:before,
.general-arrows-icons-style-3 .fancybox-button--arrow_left i:before {
	content: "\e925";
}
.general-arrows-icons-style-3 #to-top i:before {
	content: "\e928";
}

.general-arrows-icons-style-4 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-4 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-4 .slick-next:before,
.general-arrows-icons-style-4 .fancybox-button--arrow_right i:before {
	content: "\e933";
}
.general-arrows-icons-style-4 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-4 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-4 .slick-prev:before,
.general-arrows-icons-style-4 .fancybox-button--arrow_left i:before {
	content: "\e932";
}
.general-arrows-icons-style-4 #to-top i:before {
	content: "\e934";
}

.general-arrows-icons-style-5 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-5 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-5 .slick-next:before,
.general-arrows-icons-style-5 .fancybox-button--arrow_right i:before {
	content: "\e95e";
}
.general-arrows-icons-style-5 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-5 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-5 .slick-prev:before,
.general-arrows-icons-style-5 .fancybox-button--arrow_left i:before {
	content: "\e95d";
}
.general-arrows-icons-style-5 #to-top i:before {
	content: "\e95f";
}

.general-arrows-icons-style-6 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-6 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-6 .slick-next:before,
.general-arrows-icons-style-6 .fancybox-button--arrow_right i:before {
	content: "\e962";
}
.general-arrows-icons-style-6 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-6 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-6 .slick-prev:before,
.general-arrows-icons-style-6 .fancybox-button--arrow_left i:before {
	content: "\e960";
}
.general-arrows-icons-style-6 #to-top i:before {
	content: "\e963";
}

.general-arrows-icons-style-7 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-7 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-7 .slick-next:before,
.general-arrows-icons-style-7 .fancybox-button--arrow_right i:before {
	content: "\e966";
}
.general-arrows-icons-style-7 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-7 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-7 .slick-prev:before,
.general-arrows-icons-style-7 .fancybox-button--arrow_left i:before {
	content: "\e964";
}
.general-arrows-icons-style-7 #to-top i:before {
	content: "\e967";
}

.general-arrows-icons-style-8 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-8 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-8 .slick-next:before,
.general-arrows-icons-style-8 .fancybox-button--arrow_right i:before,
.general-arrows-icons-style-8 #page .single-post-navigation-style-2 #nav-pagination-single .next:after {
	content: "\E884";
}
.general-arrows-icons-style-8 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-8 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-8 .slick-prev:before,
.general-arrows-icons-style-8 .fancybox-button--arrow_left i:before {
	content: "\E883";
}
.general-arrows-icons-style-8 #page #nav-pagination-single .next:before,
.general-arrows-icons-style-8 .skylab.tparrows.tp-rightarrow:before,
.general-arrows-icons-style-8 .slick-next:before,
.general-arrows-icons-style-8 #page .single-post-navigation-style-2 #nav-pagination-single .next:after,
.general-arrows-icons-style-8 #page #nav-pagination-single .previous:before,
.general-arrows-icons-style-8 .skylab.tparrows.tp-leftarrow:before,
.general-arrows-icons-style-8 .slick-prev:before {
	font-size: 40px;

	width: 11px;
}
.general-arrows-icons-style-8 #to-top i:before {
	content: "\E882";
	font-size: 40px;
}

/* =Easy Social Share Buttons
----------------------------------------------- */
.share-helper {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
#page .essb_links a {
	box-shadow: none;
}
.essb_links li:before {
	display: none;
}
#page .essb_links_list {
	text-align: left;
	max-width: none;
}
#page .essb_links_center .essb_links_list {
	text-align: center;
}
#page .essb_links ul,
#page .essb_links li {
	font-weight: inherit;
}

/* =Easy Social Share Buttons for WordPress skylab Template
----------------------------------------------- */
#page .essb_template_skylab {
    margin: 0 auto 35px;
    width: 100%;
}
.single-post #page .essb_template_skylab {
	margin-bottom: 0;
}
.single-post.main-sidebar-is-active #page .essb_template_skylab {
	margin-bottom: 0;
}
#page .essb_template_skylab .essb-location-customize {
	display: none;
}
#page .essb_template_skylab li {
    display: inline-block;
    vertical-align: middle;
}
#page .essb_template_skylab li,
#page .essb_template_skylab li a,
#page .essb_template_skylab li a .essb_icon,
#page .essb_template_skylab li a .essb_network_name,
#page .essb_template_skylab ul  {
	line-height: 1.65;
}
#page .essb_template_skylab li,
#page .essb_template_skylab li a,
#page .essb_template_skylab li a .essb_icon,
#page .essb_template_skylab li a .essb_network_name,
#page .essb_template_skylab ul {
    font-family: inherit !important;
}
#page .essb_template_skylab li a .essb_network_name {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 8px;
    font-weight: inherit;
    position: relative;
}
#page .essb_template_skylab li a .essb_network_name:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(1);
    transform-origin: bottom left;
    transition: transform .5s cubic-bezier(.694, 0, .335, 1),opacity .2s ease,background .2s ease;
    display: block;
    opacity: 1;
    left: 0;
    bottom: -1px;
}
#page .essb_template_skylab li a:hover .essb_network_name:after {
	transform: scaleX(0);
    transform-origin: bottom right;
}
#page .essb_template_skylab .essb_force_hide_name .essb_network_name,
#page .essb_template_skylab .essb_hide_icon .essb_icon {
    display: none;
}
#page .essb_template_skylab li {
	margin-right: .5em !important;
	margin-bottom: .5em !important;
	padding: 0;
}
#page .essb_nospace li {
	margin-right: 0 !important;
}
#page .essb_template_skylab li:last-of-type {
	margin-right: 0 !important;
}
#page .essb_template_skylab li a {
    color: #000 !important;
    margin: 0;
    transition: color ease .2s, opacity ease .2s, background ease .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    background: transparent !important;
    min-width: 104px;
    min-width: auto;
    opacity: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
#page .essb_template_skylab .essb_force_hide_name li a {
	min-width: auto;
}
#page .essb_template_skylab li a:hover {
	background: transparent !important;
	color: #000 !important;
}
#page .essb_template_skylab .essb_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}
.single-post #page .essb_template_skylab li {
	margin-right: 1em !important;
}
.single-post #page .essb_template_skylab .essb_icon {
	width: auto;
	margin-right: 10px;
}
#page .essb_template_skylab [class*=" essb_icon_"]:before,
#page .essb_template_skylab [class^=essb_icon_]:before,
#page .essb_template_skylab [data-icon]:before {
    font-family: 'fontello' !important;
    content: attr(data-icon);
    speak: none;
    font-weight: normal !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal !important;
    vertical-align: middle;
    position: relative;
}
#page .essb_template_skylab .essb_icon_facebook:before {
    content: "\E806";
}
#page .essb_template_skylab .essb_icon_twitter:before {
    content: "\eef5";
}
#page .essb_template_skylab .essb_icon_pinterest:before {
    content: "\EF30";
}
#page .essb_template_skylab .essb_icon_tumblr:before {
    content: "\E802";
}
#page .essb_template_skylab .essb_icon_vk:before {
    content: "\e968";
}
#page .essb_template_skylab .essb_icon_linkedin:before {
    content: "\E803";
}
#page .essb_template_skylab .essb_icon:before {
    font-size: 16px !important;
    top: auto;
    left: auto;
}

/* =Easy Social Share Buttons for WordPress skylab Minimal Template
----------------------------------------------- */
#page .essb_template_skylab-minimal {
    margin: 0 0 35px;
}
#page .essb_template_skylab-minimal li,
#page .essb_template_skylab-minimal li a,
#page .essb_template_skylab-minimal li a .essb_icon,
#page .essb_template_skylab-minimal li a .essb_network_name,
#page .essb_template_skylab-minimal ul  {
	line-height: 1.65;
}
#page .essb_template_skylab-minimal li,
#page .essb_template_skylab-minimal li a,
#page .essb_template_skylab-minimal li a .essb_icon,
#page .essb_template_skylab-minimal li a .essb_network_name,
#page .essb_template_skylab-minimal ul {
    font-family: inherit !important;
}
#page .essb_template_skylab-minimal li {
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}
#page .essb_template_skylab-minimal li:last-of-type {
	margin-right: 0 !important;
}
#page .essb_template_skylab-minimal li a {
    color: #000 !important;
    background: transparent !important;
    margin: 0;
    transition: opacity .2s ease;
    display: inline-flex;
    align-items: center;
    font-style: normal;
}
#page .essb_template_skylab-minimal .essb_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
#page .essb_template_skylab-minimal [class*=" essb_icon_"]:before,
#page .essb_template_skylab-minimal [class^=essb_icon_]:before,
#page .essb_template_skylab-minimal [data-icon]:before {
    font-family: 'fontello' !important;
    content: attr(data-icon);
    speak: none;
    font-weight: normal !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal !important;
    vertical-align: middle;
    position: relative;
}
#page .essb_template_skylab-minimal .essb_icon_facebook:before {
    content: "\e906";
}
#page .essb_template_skylab-minimal .essb_icon_twitter:before {
    content: "\eef5";
}
#page .essb_template_skylab-minimal .essb_icon_pinterest:before {
    content: "\ef30";
}
#page .essb_template_skylab-minimal .essb_icon_tumblr:before {
    content: "\ef18";
}
#page .essb_template_skylab-minimal .essb_icon:before {
    font-size: 26px !important;
    top: auto;
    left: auto;
}

/* =Easy Social Share Buttons for WordPress Custom Style
----------------------------------------------- */
#page .easy-social-share-button-custom .essb_links li,
#page .easy-social-share-button-custom .essb_links li a,
#page .easy-social-share-button-custom .essb_links li a .essb_icon,
#page .easy-social-share-button-custom .essb_links li a .essb_network_name,
#page .easy-social-share-button-custom .essb_links ul  {
	line-height: 1.45;
}
#page .easy-social-share-button-custom .essb_links li a .essb_network_name {
	margin-right: 0;
    font-size: 16px;
    margin-left: 10px
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a .essb_network_name {
	margin-left: 10px;
	font-style: normal;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
}
#page .easy-social-share-button-custom .essb_links ul {
	float: left;
	display: flex;
    align-items: center;
    width: auto;

    max-height: 32px;
    margin: 0;
}
#page .easy-social-share-button-custom .essb_t_nb_after {
	display: none;
}
#page .easy-social-share-button-custom .essb_totalcount_item {}
#page .easy-social-share-button-custom .essb_links .essb_totalcount_item .essb_t_l_big,
#page .easy-social-share-button-custom .essb_links .essb_totalcount_item .essb_t_r_big {
	font-size: 13px;
    font-weight: 400;
}
#page .easy-social-share-button-custom .essb_links .essb_icon {
    width: auto;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
}
#page .easy-social-share-button-custom .essb_links.essb_sharebtn_text .essb_link_sharebtn .essb_icon {
	visibility: visible;
}
#page .easy-social-share-button-custom [class*=" essb_icon_"]:before,
#page .easy-social-share-button-custom [class^=essb_icon_]:before,
#page .easy-social-share-button-custom [data-icon]:before {
    font-family: 'fontello' !important;
    content: attr(data-icon);
    speak: none;
    font-weight: normal !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal !important;
    vertical-align: middle;
    position: relative;
}
#page .easy-social-share-button-custom .essb_icon_share:before {
    content: "\e90a";
}
#page .easy-social-share-button-custom .essb_icon_facebook:before {
    content: "\e906";
}
#page .easy-social-share-button-custom .essb_icon_twitter:before {
    content: "\eef5";
}
#page .easy-social-share-button-custom .essb_icon_pinterest:before {
    content: "\ef30";
}
#page .easy-social-share-button-custom .essb_icon_tumblr:before {
    content: "\ef18";
}
#page .easy-social-share-button-custom .essb_link_sharebtn a {
	margin: 0;
	min-width: auto;
}
#page .easy-social-share-button-custom .essb_links {
	clear: none;
    margin: 0;
    position: relative;
    z-index: 500;
    float: left;
    width: auto;
}
#page .easy-social-share-button-custom .essb_links .essb_icon:before {
    font-size: 14px !important;
    top: auto;
    left: auto;
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn .essb_icon:before {
	font-size: 12px !important;
}
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina .essb_links_list:hover li a {
    opacity: 1;
}
#page .essb_links li a:before,
#page .essb_links li a:after {
	display: none;
}
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina li a {
    box-shadow: none;
    border-radius: 0;
    background: transparent !important;
    color: #000 !important;
    float: left;
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a {
	display: flex;
    align-items: center;
    background: transparent !important;
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a:hover {
	color: #000 !important;
}
#page .easy-social-share-button-custom .essb_links li a {
	transition: color ease .2s, background ease .2s, opacity ease .2s;
}
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina a:focus,
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina a:hover {
	opacity: .8 !important;
}
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina .essb_link_sharebtn a:focus,
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina .essb_link_sharebtn a:hover {
	opacity: 1 !important;
}
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina .essb_link_sharebtn a:focus .essb_network_name,
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina .essb_link_sharebtn a:hover .essb_network_name {
	opacity: .8 !important;
}
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina a:hover .essb_icon {
	background: #ebebeb !important;
    color: #999 !important;
}
#page .easy-social-share-button-custom .essb_links.essb_template_default-retina .essb_links_list-drop a:hover .essb_icon {
	background: transparent !important;
	color: #000 !important;
}
#page .easy-social-share-button-custom .essb_links.essb_counter_modern_right .essb_counter_right {
	visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn.active a {
	opacity: .7;
}
.single-product #page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a:hover {
	opacity: .7;
}
#page .easy-social-share-button-custom .essb_links .essb_icon {
    width: auto;
    height: auto;
}
#page .easy-social-share-button-custom .essb_links .essb_links_list-drop .essb_icon {
	background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
}
#page .easy-social-share-button-custom .essb_links .essb_icon:after {
	display: none;
}
#page .easy-social-share-button-custom .essb_links_list-drop {
	position: absolute;
    font-size: 14px;
    line-height: 1.45;
    border: none;
    background: #f2f2f2;
    border-radius: 0;
    border: none;
    max-width: 208px;
    left: -100%;
    box-sizing: border-box;
    transition: all cubic-bezier(.165, .84, .44, 1) .2s;
    display: inline-block !important;
   	padding: 20px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6%) scale(.9);
    z-index: 1;
    top: calc(100% + 12px);
    box-shadow: none;
}
#page .easy-social-share-button-custom.ess-top .essb_links_list-drop {
	top: auto;
	bottom: calc(100% + 12px);
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn.active + .essb_links_list-drop,
#page .easy-social-share-button-custom .essb_links .essb_links_list.active .essb_links_list-drop {
	visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}
#page .easy-social-share-button-custom .essb_links_list-drop:before {
	content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: #f2f2f2;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: auto;
    left: 50%;
    transform: rotate(45deg);
    font-style: normal;
    margin-left: -5px;
    top: -6px;
    border: 1px solid #f2f2f2;
}
#page .easy-social-share-button-custom.ess-top .essb_links_list-drop:before {
	top: auto;
    bottom: -6px;
}
#page .easy-social-share-button-custom .essb_links_list-drop:after {
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 9px;
    background: #f2f2f2;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 0;
    font-style: normal;

    display: none;
}
#page .easy-social-share-button-custom.ess-top .essb_links_list-drop:after {
	top: auto;
    bottom: 0;
}
#page .easy-social-share-button-custom .essb_links_list-drop li {
	width: 100%;
	border-top: none;
	margin: 1em 0 0 !important;
	float: left;
	white-space: nowrap;
}
#page .easy-social-share-button-custom .essb_links_list-drop li:first-of-type {
	border-top: none;
	margin-top: 0 !important;
}
#page .easy-social-share-button-custom .essb_links_list-drop li a {
	margin: 0;
    width: 100%;
    text-align: left;
    display: inline-flex;
    padding: 0;
    box-sizing: border-box;
    min-width: auto;
    background: transparent !important;
    justify-content: left;
    color: #000 !important;
}
#page .easy-social-share-button-custom .essb_links_list-drop li a:hover {
	opacity: .7;
}
#page .easy-social-share-button-custom .essb_links_list-drop li a:hover {
	color: #000 !important;
	background: transparent !important;
}
#page .easy-social-share-button-custom .essb_links_list-drop li a .essb_network_name {
	font-size: 14px;
	font-style: normal;
	text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
#page .easy-social-share-button-custom .essb_links_list-drop li a .essb_network_name:before,
#page .easy-social-share-button-custom .essb_links_list-drop li a .essb_network_name:after {
	display: none;
}
#page .easy-social-share-button-custom .essb_links_list-drop li:last-of-type a {
	margin-right: 0;
}
#page .easy-social-share-button-custom .essb_links .essb_after_more,
#page .easy-social-share-button-custom .essb_links .essb_link_less a .essb_network_name,
#page .easy-social-share-button-custom .essb_links .essb_link_more a .essb_network_name,
#page .easy-social-share-button-custom .essb_links .essb_link_more_dots a .essb_network_name {
    display: inline-block;
}

#page .easy-social-share-button-custom .essb_links .essb_after_more:not(:first-child):not(:last-child) {
	display: none;
}
#page .easy-social-share-button-custom .essb_links .essb_links_list-drop .essb_after_more:not(:first-child):not(:last-child) {
	display: inline-block;
}

/* =Easy Social Share Buttons for WordPress Addition for Custom Style
----------------------------------------------- */
.easy-social-share-button-custom-addition .essb_link_sharebtn .essb_network_name {
	display: none;
}
#page .easy-social-share-button-custom-addition .essb_template_skylab li {
	margin-bottom: 0 !important;
}
#page .easy-social-share-button-custom-addition .essb_links .essb_link_sharebtn a,
#page .easy-social-share-button-custom-addition .essb_template_skylab .essb_links_list-drop li a {
	background: transparent !important;
}
#page .easy-social-share-button-custom-addition .essb_links .essb_link_sharebtn a .essb_icon {
	transition: color ease .2s, background ease .2s, opacity ease .2s;
}
#page .easy-social-share-button-custom-addition .essb_links .essb_link_sharebtn a:hover {
	opacity: .7;
}
#page .easy-social-share-button-custom-addition .essb_links .essb_link_sharebtn a .essb_icon,
#page .easy-social-share-button-custom-addition .essb_links .essb_link_sharebtn a:focus .essb_icon,
#page .easy-social-share-button-custom-addition .essb_links .essb_link_sharebtn a:hover .essb_icon {
	border-radius: 50%;
    background: #000 !important;
    color: #fff !important;
}
#page .easy-social-share-button-custom-addition .essb_links .essb_icon {
	width: 32px;
    height: 32px;
}
#page .easy-social-share-button-custom-addition .essb_links .essb_link_sharebtn .essb_icon:before {
    font-size: 12px !important;
}
#page .easy-social-share-button-custom.easy-social-share-button-custom-addition .essb_links_list-drop {
	left: auto;
    right: 0;
}
#page .easy-social-share-button-custom.easy-social-share-button-custom-addition .essb_links_list-drop:before {
    left: auto;
    right: 9px;
}

/*
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, .2);
  transition: all .5s ease-out;
  transition-property: transform, opacity;
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.background--dark .waves-ripple {
  background: rgba(255, 255, 255, .2);
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, .4);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, .2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, .4);
}
.waves-notransition {
  transition: none !important;
}
.waves-button,
.waves-circle {
  transform: translateZ(0);
}
.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}
.waves-button-input {
  margin: 0;
  padding: .85em 1.1em;
}
.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}
.waves-input-wrapper.waves-button {
  padding: 0;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}
.waves-float {
  transition: all 300ms;
}
.waves-float:active {}
.waves-block {
  display: block;
}

/* =Waves Custom Style
----------------------------------------------- */
.waves-effect {
  	display: block;
}
.waves-ripple {
	z-index: 1000;
	z-index: 3;
}
.overlay-background--dark .waves-ripple {
  background: rgba(255, 255, 255, .2);
}
.overlay-background--light .waves-ripple {
  background: rgba(0, 0, 0, .2);
}

/* Transitions
---------------------------------------------------------- */
.transition-header,
.transition-top-bar {
	transition: height .4s cubic-bezier(.215, .61, .355, 1), background .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}
.transition {
	transition: color .4s cubic-bezier(.215, .61, .355, 1), background .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

@keyframes visible {
    0% {
    	opacity: 0;
    	visibility: hidden;
    }
    100% {
    	opacity: 1;
    	visibility: visible;
    }
}
@keyframes hidden {
    0% {
    	opacity: 1;
    	visibility: visible;
    }
    100% {
    	opacity: 0;
    	visibility: hidden;
    }
}

@keyframes visibleScale {
    0% {
    	opacity: 0;
    	visibility: hidden;
    	transform: scale(.97);
    }
    100% {
    	opacity: 1;
    	visibility: visible;
    	transform: scale(1);
    }
}
@keyframes hiddenScale {
    0% {
    	opacity: 1;
    	visibility: visible;
    	transform: scale(1);
    }
    100% {
    	opacity: 0;
    	visibility: hidden;
    	transform: scale(.97);
    }
}

/* Animation
---------------------------------------------------------- */
.fadeIn {
    animation-name: fadeIn
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
#page .animated {
    animation-duration: .35s;
    animation-fill-mode: both;
}

/** js_composer_front.css **/

/* Grid systems
---------------------------------------------------------- */
.entry-content > .wpb_row > .vc_col-sm-12 {
	margin: 60px 0;
}
.vc_col-sm-12 .wpb_content_element {
	margin-bottom: 30px;
}
#content .wpb_content_element.light-margin {
	margin-bottom: 16px;
}
#content .wpb_content_element,
.wpb_thumbnails-fluid article,
.last_toggle_el_margin,
.wpb_button {
	margin-bottom: 35px;

	position: relative;
    z-index: 500;
}
.search-no-results #content .wpb_content_element {
	margin-bottom: 0;
}
#page .wpb_thumbnails-fluid > article {
	margin-bottom: 50px;
	box-sizing: border-box;
}
#content .clearfix .wpb_content_element:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ".";
}
#content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
#content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
#content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
#content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
	margin-bottom: 0;
}
.entry-content > .wpb_row.light-margin-bottom > .vc_col-sm-12 {
	margin-bottom: 30px;
}
.entry-content > .wpb_row.light-margin > .vc_col-sm-12 {
	margin: 30px 0;
}
.entry-content > .wpb_row.no-margin-bottom > .vc_col-sm-12 {
	margin-bottom: 0;
}
.entry-content > .wpb_row.no-margin-top > .vc_col-sm-12 {
	margin-top: 0;
}
.entry-content > .wpb_row.light-margin-top > .vc_col-sm-12 {
	margin-top: 30px;
}
.wpb_row.no-margin-bottom .vc_col-sm-12 .wpb_wrapper > .wpb_row {
	margin: 0 auto;
}
.no-margin > .vc_col-sm-12,
.no-margin .vc_col-sm-12 .wpb_content_element,
.no-margin .vc_col-sm-12 > .wpb_wrapper {
	margin: 0 auto;
	padding: 0;
}
.full-width .vc_col-sm-12 {
	padding: 0;
}
.entry-content > .wpb_row > .wrapper,
.entry-content > .wpb_row > .fp-tableCell > .wrapper,
.entry-content > .wpb_row .fp-scrollable .fp-scroller > .wrapper {
	max-width: 1170px;
	margin: 100px auto;
	float: none;
	position: relative;
	z-index: 100;

	max-width: 1230px;
    padding: 0 30px;
    box-sizing: border-box;
}
.header-position-left .entry-content > .wpb_row > .wrapper {
	padding-right: 3vw;
}
.header-position-right .entry-content > .wpb_row > .wrapper {
	padding-left: 3vw;
}
.entry-content > .wpb_row > .fp-tableCell > .wrapper,
.entry-content > .wpb_row .fp-scrollable .fp-scroller > .wrapper {
	max-width: 1200px;
}
.vc_parallax .vc_parallax-inner {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.entry-content > .wpb_row > .wrapper > .inner-wrapper,
.entry-content > .wpb_row > .fp-tableCell > .wrapper > .inner-wrapper,
.entry-content > .wpb_row .fp-scrollable .fp-scroller > .wrapper > .inner-wrapper {
	margin: 0 -15px;
}
.blog .entry-content > .wpb_row > .wrapper > .inner-wrapper,
.search .entry-content > .wpb_row > .wrapper > .inner-wrapper,
.archive .entry-content > .wpb_row > .wrapper > .inner-wrapper,
.single-post .entry-content > .wpb_row > .wrapper > .inner-wrapper {
	margin: 0;
}
.blog .entry-content > .wpb_row > .wrapper > .inner-wrapper > .wpb_column .vc_column-inner,
.search .entry-content > .wpb_row > .wrapper > .inner-wrapper > .wpb_column .vc_column-inner,
.archive .entry-content > .wpb_row > .wrapper > .inner-wrapper > .wpb_column .vc_column-inner,
.single-post .entry-content > .wpb_row > .wrapper > .inner-wrapper > .wpb_column .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

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

.entry-content .inner-wrapper {
	margin: 0 -15px;
}
.entry-content > .full-width > .wrapper > .inner-wrapper {
	margin: 0;
}
.entry-content .full-width .inner-wrapper {
	margin: 0;
}

#content .wpb_row {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;

	float: left;
	width: 100%;

	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	box-sizing: border-box;

    overflow: visible;
}
#content .vc_inner {
	overflow: visible;
}
#content .wpb_row.add_margin {
	margin-bottom: 30px;
}
.entry-content > .wpb_row.light-margin > .wrapper {
	margin: 50px auto;
	position: relative;
}
.entry-content > .wpb_row.no-margin > .wrapper,
.entry-content > .wpb_row.no-margin > .fp-tableCell > .wrapper,
.entry-content > .wpb_row.no-margin .fp-scrollable .fp-scroller > .wrapper {
	margin: 0 auto;
}

#content .vc_col-sm-12 .wpb_single_image.wpb_content_element.no-margin {
	margin-bottom: 0;
}
#content .wpb_gallery.wpb_content_element.no-margin {
	margin-bottom: 0;
}
@media (min-width: 868px) {
	#page .vc_col-sm-12 .wpb_content_element.no-margin,
	#page .wpb_content_element.no-margin,
	#content .vc_col-sm-12 .wpb_content_element.no-margin {
		margin-bottom: 0;
		overflow: visible;
	}
}
#content .vc_col-sm-12 .wpb_content_element.no-margin {
    margin-bottom: 0
}
.entry-content > .no-margin-bottom > .wrapper {
	margin-bottom: 0;
}
.entry-content > .wpb_row.padding-row > .wrapper > .inner-wrapper {
  	margin: 0 0;
}
.entry-content > .wpb_row.padding-row > .wrapper > .inner-wrapper > .vc_col-sm-12 {
  	padding-left: 0;
  	padding-right: 0;
}
.entry-content > .no-margin-top > .wrapper {
	margin-top: 0;
}
.entry-content > .light-margin-top > .wrapper {
	margin-top: 50px;
}
.entry-content > .light-margin-bottom > .wrapper {
	margin-bottom: 50px;
}
.entry-content > .light-margin.no-margin-top > .wrapper {
	margin-top: 0;
}
.entry-content > .full-width > .wrapper {
	max-width: 100%;
	padding: 0;
}
.header-position-left .entry-content > .full-width > .wrapper {
	padding-left: 30px;
	padding-right: 0;
}
.header-position-right .entry-content > .full-width > .wrapper {
	padding-right: 30px;
	padding-left: 0;
}
.full-width .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.wpb_animate_when_almost_visible {
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
}

/* Single Image
---------------------------------------------------------- */
.wpb_single_image .vc_single_image-wrapper {
    overflow: hidden;
}

/* Buttons
---------------------------------------------------------- */
#page .vc_general.vc_btn3.vc_btn3-style-modern:focus,
#page .vc_general.vc_btn3.vc_btn3-style-modern:hover {
    border: none !important;
}

#page .vc_btn3.vc_btn3-color-from-customizer.vc_btn3-style-modern {
	color: #fff;
    border-color: #000;
    background-color: #000;
}

#page .vc_btn3.vc_btn3-color-from-customizer.vc_btn3-style-outline {
	color: #000;
    border-color: #000;
}

.buttons-style-outline .wpcf7-submit,
.buttons-style-outline #respond #submit,
.buttons-style-outline .post-password-form .submit-button-wrapper {
	border: 1px solid #000;
	background: transparent;
}

#page .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
#page .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
    border-color: #000;
    background-color: #000;
}

#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    border-color: #fff;
    background-color: #fff;
}

#page .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: auto;
    margin-left: 1em;
}
#page .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: auto;
    margin-right: 1em;
}
#page .vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
#page .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
	display: inline-block;
	position: relative;
}
#page .vc_general.vc_btn3 .vc_btn3-icon {
	line-height: 1;
    transform: none;
    height: auto;
    top: auto;
    vertical-align: middle;
    font-size: 10px;
    -webkit-text-fill-color: initial;
}
#page .vc_general.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
	font-size: 18px;
}
#page .vc_general.vc_btn3 .vc_btn3-placeholder {
	display: none;
}

.vc_btn3-container.no-margin {
    margin-bottom: 0;
}
#page .vc_btn3-container {
	position: relative;
    z-index: 100;
    margin-bottom: 35px;
}
.vc_btn3-container.vc_btn3-inline {
	margin-right: 1em;
}
.vc_btn3-container.vc_btn3-inline:only-of-type {
	margin-right: 0;
}
.vc_btn3-container.vc_btn3-inline ~ .vc_btn3-container.vc_btn3-inline {
	margin-right: 0;
}
#page .vc_btn3-container.align-right {
	float: right;
}
#page .vc_btn3-container.align-left {
	float: left;
}
#page .vc_btn3-center {
	display: inline-block;
    width: 100%;
}

#page .vc_general.vc_btn3 {
 	transition: all .2s ease;
 	font-style: normal;
 	-webkit-font-smoothing: antialiased;
 	box-shadow: none;
 	line-height: 0;
 	display: inline-flex;
 	align-items: center;
    justify-content: center;
}
#page .vc_btn3.vc_btn3-style-modern {
	background-image: none;
	box-shadow: none;
	border: 0 solid transparent;
	overflow: hidden;
	font-style: normal;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

#page .vc_btn3.vc_btn3-style-outline,
#page .vc_btn3.vc_btn3-style-outline-custom,
#page .vc_btn3.vc_btn3-style-outline-custom:focus,
#page .vc_btn3.vc_btn3-style-outline-custom:hover,
#page .vc_btn3.vc_btn3-style-outline:focus,
#page .vc_btn3.vc_btn3-style-outline:hover {
    border-width: 1px;
}

#page .vc_btn3.vc_btn3-style-custom {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.65;
}
#page .vc_general.vc_btn3.vc_btn3-style-modern:hover,
#page .vc_general.vc_btn3.vc_btn3-style-custom:hover {
    border: 0 solid transparent;
    opacity: 1;
    background: #999;
}
#page .vc_btn3.vc_btn3-size-md {
    font-size: 10px;
    height: 46px;
    padding: 17px 24px;
    min-width: 166px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#page .vc_btn3.vc_btn3-style-custom {
	background-image: none;
	font-style: normal;
	border: none;
}

#page .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
	right: auto;
	margin-left: .5em;
}
#page .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
	left: auto;
	margin-right: .5em;
}

#page .special-button .vc_btn3.vc_btn3-style-modern,
#page .special-button-2 .vc_btn3.vc_btn3-style-modern {
	background-image: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 !important;
    border: none;
    background: transparent;
    color: #000;
    min-width: auto;
}
#page .special-button-2 .vc_btn3.vc_btn3-style-modern:hover,
#page .special-button-2 .vc_btn3.vc_btn3-style-modern:focus {
	opacity: .7;
	box-shadow: none;
}
#page .special-button .vc_btn3.vc_btn3-color-grey {
	color: #d4e2eb;
}
#page .special-button .vc_btn3.vc_btn3-color-blue .vc_btn3-icon {
	color: rgb(98,112,255);
}

#page .special-button-2 .vc_btn3 {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}
#page .special-button .vc_btn3 span,
#page .special-button-2 .vc_btn3 span {
	position: relative;
    display: inline-block;
    transform: none;
}
#page .special-button .vc_btn3.vc_btn3-size-md {
    font-size: 12px;
}
#page .special-button-2 .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
}
#page .special-button .vc_btn3.vc_btn3-size-lg {
    font-size: 34px;
}
#page .special-button-2 .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
	color: #6270ff;
}
#page .special-button .vc_general.vc_btn3.vc_btn3-style-modern:focus,
#page .special-button .vc_general.vc_btn3.vc_btn3-style-modern:hover {
	box-shadow: none;
	opacity: .7;
	background-color: transparent;
}
#page .special-button .vc_btn3:hover span,
#page .special-button-2 .vc_btn3:hover span {}
#page .special-button .vc_btn3:hover span:before,
#page .special-button-2 .vc_btn3:hover span:before {}
#page .title-visible a.content-wrapper:hover .special-button .vc_btn3 span {}
#page .title-visible a.content-wrapper:hover .special-button .vc_btn3 span:before {
	background: #838383;
	width: 100%;
}
#page .title-visible a.content-wrapper:hover .special-button .vc_btn3:after {
	background: #838383;
    color: #fff;
}
#page .special-button-2 .vc_btn3:after {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 2.9;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    margin-left: 9px;
    border-color: #838383;
    transform: none;
    opacity: 1;

    display: none;
}

#page .vc_btn3.vc_btn3-shape-round,
.buttons-shape-round .wpcf7-submit,
.buttons-shape-round #respond #submit,
.buttons-shape-round .post-password-form .submit-button-wrapper {
    border-radius: 30px;
}
#page .vc_btn3.vc_btn3-shape-superround,
.buttons-shape-superround .wpcf7-submit,
.buttons-shape-superround #respond #submit,
.buttons-shape-superround .post-password-form .submit-button-wrapper {
    border-radius: 50%;
}
#page .vc_btn3.vc_btn3-shape-superround,
#page .vc_btn3.vc_btn3-shape-superround.vc_btn3-color-from-customizer.vc_btn3-style-outline:hover,
.buttons-shape-superround #page #content .wpcf7-submit,
.buttons-shape-superround #page #content #respond #submit,
.buttons-shape-superround #page #content .post-password-form .submit-button-wrapper {
    background: transparent;
    color: inherit;
    border: none;
    overflow: visible;
}
#page .vc_btn3.vc_btn3-shape-superround .border-helper,
.buttons-shape-superround #page #content .wpcf7-submit .border-helper,
.buttons-shape-superround #page #content #respond #submit .border-helper,
.buttons-shape-superround #page #content .post-password-form .submit-button-wrapper .border-helper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease .2s;
}
#page .vc_btn3.vc_btn3-shape-superround:hover .border-helper,
.buttons-shape-superround #page #content .wpcf7-submit:hover .border-helper,
.buttons-shape-superround #page #content #respond #submit:hover .border-helper,
.buttons-shape-superround #page #content .post-password-form .submit-button-wrapper:hover .border-helper {
    transform: scale(.97);
}
#page .vc_btn3.vc_btn3-shape-superround:active,
.buttons-shape-superround #page #content .wpcf7-submit:active,
.buttons-shape-superround #page #content #respond #submit:active,
.buttons-shape-superround #page #content .post-password-form .submit-button-wrapper:active {
    transform: scale(.97);
    transition: all ease .1s;
}
#page .vc_btn3.vc_btn3-shape-superround span,
.buttons-shape-superround #page #content .wpcf7-submit span,
.buttons-shape-superround #page #content #respond #submit span,
.buttons-shape-superround #page #content .post-password-form .submit-button-wrapper span {
    display: inline-block;
    position: relative;
    transition: .2s;
    transform: translateY(0);
    line-height: 1;
}
#page .vc_btn3.vc_btn3-shape-superround:hover .char:nth-child(odd),
.buttons-shape-superround #page #content .wpcf7-submit:hover .char:nth-child(odd),
.buttons-shape-superround #page #content #respond #submit:hover .char:nth-child(odd),
.buttons-shape-superround #page #content .post-password-form .submit-button-wrapper:hover .char:nth-child(odd) {
    transform: translateY(-14%);
}
#page .vc_btn3.vc_btn3-shape-superround:hover .char:nth-child(even),
.buttons-shape-superround #page #content .wpcf7-submit:hover .char:nth-child(even),
.buttons-shape-superround #page #content #respond #submit:hover .char:nth-child(even),
.buttons-shape-superround #page #content .post-password-form .submit-button-wrapper:hover .char:nth-child(even) {
    transform: translateY(14%);
}
#page .wpb_revslider_element .vc_btn3 {
	min-width: auto;
}
#page .vc_btn3.vc_btn3-shape-rounded,
.buttons-shape-rounded .wpcf7-submit,
.buttons-shape-rounded #respond #submit,
.buttons-shape-rounded .post-password-form .submit-button-wrapper {
    border-radius: 3px;
}
#page .vc_btn3.vc_btn3-size-sm {
    font-size: 10px;
    line-height: 1.2;
    min-width: 127px;
    padding: 11px 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}
#page .vc_btn3.vc_btn3-size-lg {
	font-size: 12px;
    padding: 18px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    min-width: 166px;
    height: 58px;
}

#page .transparent-button .vc_btn3.vc_btn3-style-modern {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #000;
	margin-right: 22px;
}
#page .transparent-button .vc_btn3.vc_btn3-style-modern:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #000;
}

/* Icons
---------------------------------------------------------- */
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    border: none;
    width: auto;
    height: auto;
    line-height: 1 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
    line-height: 1 !important;
}
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	float: left;
}
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: .875em !important;
}
ul .vc_icon_element {
	display: inline-block;
	margin: 0;
}
ul .vc_icon_element.vc_icon_element-align-left {
	margin-right: .5em;
}

/** Tabs/Tour/Accordion Common **/
#content .vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: #999;
   	border-color: #999;
}
#content .vc_pagination.vc_pagination-style-outline .vc_pagination-trigger {
    border: 1px solid transparent;
}
#content .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: #000;
}
#content .vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger:hover {
    background-color: transparent;
}
#content .vc_general.vc_pagination .vc_pagination-trigger {
	width: 17px;
    height: 17px;
    margin: 5px 10px;
}

#content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
#content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
#content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels:after {
	border-color: transparent;
}
#content .special .vc_tta-tab:before {
	transition: all ease .1s;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border-color: transparent;
    background-color: transparent;
    color: #000;
    text-transform: none;
    font-size: 24px;
    border-radius: 0;

    transition: all ease .2s;
    border-width: 0;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:after {
	content: '';
    background: #e6e6e6;
    display: inline;
    margin: auto;
    width: 100%;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:before {
	content: '';
    background: #000;
    display: inline;
    margin: auto;
    width: 0;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:before {
	background: #999;
	width: 100%;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover:before {
	width: 100%;
}
#content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
	border-width: 0;
}
#content .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    border-bottom: 1px solid #efefef;
}
#content .vc_tta.vc_general .vc_tta-panel-title {
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
}
#content .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
#content .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
	border-radius: 0;
}
#content .vc_tta.vc_general .vc_tta-panel-title > a {
	transition: all ease .1s;
}
#content .vc_tta.vc_general .vc_tta-panel-title > a:after {
    content: '';
    background: #e6e6e6;
    display: inline;
    margin: auto;
    width: 100%;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}
#content .vc_tta.vc_general .vc_tta-panel-title > a:before {
	content: '';
    background: #000;
    display: inline;
    margin: auto;
    width: 0;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #000;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:before {
	background: #999;
    width: 100%;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
#content .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #000;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before,
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon:after {
	border-color: #000;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #000;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: transparent;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 0;
}
#content .vc_tta.vc_general .vc_tta-panel-body {
	padding-top: 30px;
	border-color: transparent;
}
.wpb-js-composer #content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: transparent;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus {
    background-color: transparent;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover {
    color: #000;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover:before {
    width: 100%;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a:hover {
    color: #000;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent;
    background-color: transparent;
}
@media (max-width: 768px) {
	.vc_tta.vc_tta-tabs .vc_tta-panel-heading {
	    display: inline-block;
	}
	#page .easy-social-share-button-custom .essb_links_list-drop {
	    left: 0;
	}
	#page .easy-social-share-button-custom .essb_links_list-drop:before {
	    left: 22px;
	}
}

#content .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
	color: #999;
}
#content .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before  {
	content: "\f00c";
	position: relative;
	left: 6px;
}
#content .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
#content .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	background: transparent;
	left: .7em;
	top: 9px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #303636;
}
#content .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
	border-color: #999;
	color: #999;
}
#content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
	padding-left: 2.9em;
}
#content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:focus,
#content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:active,
#content .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
	color: #999;
}


#content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
#content .wpb_content_element .wpb_accordion_header a {
	font-weight: 400;
	color: #000;
	font-size: 15px;
}

#content .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	color: #999;
}
#content .wpb_tour.wpb_content_element .wpb_tour_tabs_wrapper li.ui-tabs-active a {
	background-color: #efefef;
}

#content .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
#content .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: #efefef;
}
#content .wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
#content .wpb_content_element .wpb_tabs_nav li:hover {
	background-color: #efefef;
}

#content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
#content .wpb_content_element .wpb_accordion_header a {
	padding: .5em 1.2em;
}

/** Tabs custom style **/
#content .wpb_content_element.tabs-custom {
	margin-bottom: 0;
}
#content .wpb_content_element.wpb_tabs.tabs-custom .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: transparent;
}
.wpb_tabs.tabs-custom .wpb_tabs_nav li {
	text-align: center;
	margin: 0;
	border: 1px solid #efefef;
	display: table-cell;
	float: none;
	background: #F5F9FC;

	transition: color .1s ease, background-color .1s ease;
}
#content .wpb_content_element.tabs-custom .wpb_tabs_nav {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
#content .wpb_content_element.tabs-custom .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 5% 2%;
	font-size: 18px;
}
#content .wpb_content_element.tabs-custom .wpb_tabs_nav li.ui-tabs-active,
#content .wpb_content_element.tabs-custom .wpb_tabs_nav li:hover {
	background-color: #fff;
}
#content .wpb_content_element.tabs-custom .wpb_tabs_nav li.ui-tabs-active {
	border-bottom: 3px solid #999;
}
.wpb_content_element.tabs-custom .wpb_tour_tabs_wrapper .wpb_tab {
	padding: 30px 1em 1em;
}

/** Tour **/
.wpb_tour_next_prev_nav a {
	display: none;
}
#content .wpb_content_element .wpb_tour_tabs_wrapper {
	display: table;
}
#content .wpb_tour .wpb_tabs_nav {
	display: table-cell;
	vertical-align: top;
	float: none;
	border-right: 1px solid #efefef;
}
#content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	width: auto;
}
#content .wpb_tour .wpb_tabs_nav li {
	margin: 0;
	border-bottom: 1px solid #efefef;
	background: transparent;
}
#content .wpb_tour.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
#content .wpb_tour.wpb_content_element .wpb_tabs_nav li:hover {
	background-color: transparent;
}
#content .wpb_tour.wpb_content_element .wpb_tabs_nav li a.ui-tabs-active,
#content .wpb_tour.wpb_content_element .wpb_tabs_nav li a:hover {
	color: #999;
}
#content .wpb_tour .wpb_single_image {
	margin-bottom: 3%;
}

/* Team
---------------------------------------------------------- */
.person {
    margin: 0 auto 30px;
}
.person.person-style-1 {
	max-width: 370px;
}
.person.person-style-2 {
	background: #fff;
	padding: 50px 30px 30px;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
	display: block;
	position: relative;
	transition: all ease .2s;
	max-width: 356px;
	box-sizing: border-box;
}
.person.person-style-2:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
	background: #fafafa;
}
.person.person-style-3 {
	padding: 50px 30px 40px;
	display: block;
	position: relative;
	max-width: 328px;
	box-sizing: border-box;
	transition: all ease .2s;
}
.person.person-style-5 {
	float: left;
	display: flex;
    align-items: center;
}
.person.person-style-6 {
	background: #fff;
	padding: 0 0 41px;
	display: block;
	position: relative;
	max-width: 306px;
	transition: all ease .3s;
}
.person.person-style-7 {
	background: #fff;
	padding: 50px 30px 42px;
	display: block;
	position: relative;
	transition: all ease .2s;
	max-width: 270px;
	box-sizing: border-box;
}
.person.person-style-3:hover {
	box-shadow: 0 13px 20px 0 rgba(0, 0, 0, .2);
}
.person.person-style-6:hover {
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);

	transform: translate(0px, -30px);
}
.person.person-style-7:hover {
	background: #025db9;
	box-shadow: 0 15px 30px 0 #e6e6e6;

	transform: translate(0px, -30px);
}
.person.person-style-7:hover .person-author,
.person.person-style-7:hover .person-author-wrapper h3 {
	color: #fff;
}
.person.no-margin {
    margin-bottom: 0;
}
.person-img-wrapper {
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 26px;
    overflow: hidden;
}
.person-style-2 .person-img-wrapper {
	max-width: 270px;
}
.person-style-3 .person-img-wrapper {
	max-width: 250px;
}
.person-style-4 {
	width: 100%;
	max-width: 348px;
}
.person-style-5 .person-img-wrapper {
	float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    width: 170px;
}
.person-style-6 .person-img-wrapper {
    margin-bottom: 35px;
}
.person-style-7 .person-img-wrapper {
    margin-bottom: 33px;
    max-width: 170px;
}
.person-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .7);
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 1;

    transition: all cubic-bezier(.215, .61, .355, 1) .2s;
}
.person-img-wrapper:hover .person-bg {
	visibility: visible;
	opacity: 1;
}
.person-style-1 .person-img-wrapper img {
	transition: all ease .4s;
}
.person-style-1 .person-img-wrapper:hover img {
	transform: scale(1.15);
}
.person-view-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    text-align: center;
    text-shadow: none;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.person-view-wrapper:before {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.person-view-content {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    width: 80%;
}
.person-view-animate {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: all cubic-bezier(.215, .61, .355, 1) .3s;
}
.person-img-wrapper:hover .person-view-animate {
	opacity: 1;
	visibility: visible;
    transform: translateY(0);
}
.person-img-wrapper ul {
	list-style: none;
}
.person.person-style-1 .person-img-wrapper ul {
	text-align: right;
}
.person-img-wrapper li {
	float: none;
	margin-left: 28px;
	display: inline-block;
}
.person.person-style-1 .instagram .social-icon:before {
    min-width: 18px;
}
.person-img-wrapper li:first-of-type {
	margin-left: 0;
}
.person.person-style-1 .person-img-wrapper li {
   visibility: hidden;
   opacity: 0;

   transform: translateY(-40px) scale(.85);

   transition: visibility 0s cubic-bezier(.215, .61, .355, 1) .6s, transform cubic-bezier(.215, .61, .355, 1) .6s, opacity cubic-bezier(.215, .61, .355, 1) .6s, background ease .1s, border-color ease .1s;

   padding: 0 1px;
}
.person.person-style-1 .person-img-wrapper li {
   transition-delay: .3s;
}
.person.person-style-1 .person-img-wrapper li:nth-child(2) {
   transition-delay: .2s;
}
.person.person-style-1 .person-img-wrapper li:nth-child(3) {
   transition-delay: .1s;
}

.person.person-style-1 .person-img-wrapper:hover li {
	transition-delay: 0s;
}
.person.person-style-1 .person-img-wrapper:hover li:nth-child(2) {
	transition-delay: .1s;
}
.person.person-style-1 .person-img-wrapper:hover li:nth-child(3) {
	transition-delay: .2s;
}

.person.person-style-1 .person-img-wrapper:hover li {
	visibility: visible;
	opacity: 1;
	transform: translateY(0) scale(1);
}
.person-img-wrapper li a {
	color: #969696;
}
.person-img-wrapper li a:hover {
	color: #fff;
}
.person-img-wrapper img,
.mt-owl-carousel-container .owl-item .person-img-wrapper img {
	width: auto;
	margin: 0 auto;
	float: none;
	display: block;
}
.person-img {
    margin: 0;
    display: block;
}
.person-style-2 img {
    border-radius: 50%;
    max-width: 270px;
}
.person-style-3 img {
    border-radius: 50%;
    max-width: 250px;
}
.person-style-4 img {
    border-radius: 50%;
    max-width: 348px;
}
.person-style-5 img {
    border-radius: 50%;
    max-width: 170px;
}
.person-style-7 img {
    border-radius: 50%;
    max-width: 170px;
}
.person-author {
    margin-top: 16px;
    color: #999;
}
.person-style-4 .person-author {
	font-weight: 400;
}
.person-style-7 .person-author {
	color: #999;

	transition: all ease .1s;
}
.person-author-wrapper {
    margin: 0;
    text-align: center;
}
.person-style-2 .person-author-wrapper {
	font-weight: 400;
	margin-bottom: 16px;
}
.person-style-5 .person-author-wrapper {
	text-align: left;
}
.person-style-7 .person-author-wrapper h3 {
	transition: all ease .1s;
}
.person-author-wrapper p {
    margin: 0;
}
.person-author-wrapper span {
    display: block;
    color: #999;
    float: none;
    margin-top: 16px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}
.person-style-3 .person-author-wrapper span {
	margin-top: 0;
}
.person-style-2 .person-author-wrapper span {
	display: inline;
	font-weight: 400;
}
.person-style-4 .person-desc-wrapper ul {
	margin-top: 16px;
}
h4.person-name {
    text-align: center;
	margin-bottom: 6px;
}
.person-title {
    text-align: center;
    display: block;
}
.person-style-6 .person-title {
	font-size: 13px;
	color: #999;
	margin-top: 0;
}
.person-content {
    margin: 0;
    text-align: center;
}
.person-style-2 .person-content {
	color: #000;
	margin-bottom: 30px;
}
.person-style-5 .person-content {
	text-align: left;
	font-weight: 400;
	color: #999;
	max-width: 365px;
    margin-left: auto;
    margin-right: auto;
}
.person-style-5 .person-desc-wrapper {
	float: left;
    width: 64%;
}
.person-desc-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.person-style-3 .person-desc-wrapper ul {
	margin-top: 16px;
}
.person-style-5 .person-desc-wrapper ul {
	text-align: left;
}
.person-desc-wrapper a {
    color: #999;
    text-decoration: none;
}
.person-desc-wrapper li {
    display: inline-block;
    position: relative;
    margin-left: 36px;
    float: none;
    vertical-align: middle;
}
.person-desc-wrapper li:first-child {
    margin-left: 0;
}
.person-desc-wrapper .social {
	color: #ccc;
	text-decoration: none;
	margin-right: 0;
	border: none;
	width: auto;
	height: auto;
	text-align: center;
	line-height: 2.3;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}
.person-desc-wrapper .social-icon:before {
	font-size: 17px;
}
.person-desc-wrapper .dribbble .social-icon:before {
    top: 0;
    min-width: 18px;
}
.person-desc-wrapper .social:hover {
	color: #999;
}
.person-style-5 .person-desc-wrapper .social:hover {
	color: #000;
}
.person-full-width .person-desc-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
.person-full-width .person-desc-wrapper > div {
	display: table;
	width: 100%;
	height: 100%;
}
.person-full-width .person-img-wrapper img {
	float: left;
}
@media only screen and (min-width: 1441px) {
	.person-full-width .person-img-wrapper img {
		width: 100.04%;
		max-width: none;
	}
}
.person-full-width .person-desc {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 20px;
	width: 100%;
	height: 100%;

	opacity: 0;

	transform: translateY(1.875rem);
	transition-delay: .4s;
	transition: all .3s ease .4s;
}
.person-full-width .person:hover .person-desc {
	opacity: 1;

	transform: translateY(0);
}
.person-desc-bg {
	display: none;
}
.person-full-width .person-desc-bg {
	position: absolute;
	width: 150%;
	height: 150%;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	top: 0;
	left: 0;
	transform: translate(100%, 100%) rotate(45deg);
	transition: all .7s ease-in-out;
}
.person-full-width .person:hover .person-desc-bg {
	visibility: visible;
	opacity: 1;

	transform: translate(-15%, -15%) rotate(45deg);
}
.person-full-width .person-title,
.person-full-width .person-desc-wrapper ul {
	text-align: center;
}
.person-full-width .person-content {
	display: none;
}
.person-full-width .vc_col-sm-3 {
	padding-right: 0;
	padding-left: 0;
}
.person-author-wrapper h3 {
	float: none;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.person-style-2 .person-author-wrapper h3 {
	font-size: 16px;
	font-weight: 700;
}
.person-style-5 .person-author-wrapper h3 {
	margin-bottom: 16px;
}
.person-style-6 .person-author-wrapper h3 {
	font-size: 18px;
	font-weight: 700;
}
.person-full-width .person-author-wrapper h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 100;
}
.person-full-width .person-author-wrapper span {
	color: #999;
}
.person-full-width .person-desc-wrapper .social {
	color: #fff;
}
.person-full-width .person-desc-wrapper .social:hover {
	color: #000;
	border-color: #fff;
}

.mt-animate_when_almost_visible-enabled-for-person .person.mt-animate_when_almost_visible {
	transition: all ease .7s !important;
	opacity: 0;
	transform: translate(0px, 40px);
}
.mt-owl-carousel-container.persons-style-3 .owl-nav .owl-next,
.mt-owl-carousel-container.persons-style-3 .owl-nav .owl-prev {
    margin-top: -15px;
}

/* Icon Box MT
---------------------------------------------------------- */
#content .marketing-tour-wrapper {
    margin-bottom: 50px;
	position: relative;
	min-height: 174px;
}
#content .vc_col-sm-3 .marketing-tour-1 {
	max-width: 270px;
}
#content .marketing-tour-4 {
	max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
#content .marketing-tour-1 .marketing-tour .custom-pack-icon {
    transition: color ease .1s;
    padding-top: 1px;
}
#content .marketing-tour-1:hover .marketing-tour .custom-pack-icon {
    color: #999;
}
#content .full-width .marketing-tour-wrapper {
	overflow: visible;
}
#content .full-width .marketing-tour-8 {
	padding: 100px 20%;
	border-left: 1px solid #e9e9e9;

    transition: all cubic-bezier(.215, .61, .355, 1) .2s;

    text-align: center;

    box-sizing: border-box;
    overflow: hidden;
}
#content .full-width .marketing-tour-8:hover {
	background: #999;
}
#content .full-width .marketing-tour-9 {
	overflow: visible;
}
#content .entry-content > .full-width > .wrapper > .inner-wrapper .wpb_column:first-of-type .marketing-tour-8 {
	border-left: none;
}
#content .marketing-tour-wrapper.marketing-tour-2 {
    margin-bottom: 50px;
    min-height: auto;
}
#content .marketing-tour-wrapper.marketing-tour-5 {
    margin-bottom: 50px;
    min-height: auto;
}
#content .marketing-tour-wrapper.marketing-tour-6 {
    display: inline-block;
    min-height: auto;
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
}
#content .marketing-tour-wrapper.marketing-tour-7 {
    margin-bottom: 30px;
    min-height: auto;
    float: left;
}
#content .marketing-tour-wrapper.marketing-tour-9 {
    margin-top: 50px;
    padding: 0 30px;
}
#content .marketing-tour-wrapper.marketing-tour-10 {
	display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
    margin: 0 0 -1px -1px;
    position: relative;
    width: 50%;
    float: left;
    box-sizing: border-box;
    min-height: 230px;
    padding: 30px;
    max-width: 285px;
}
#content .marketing-tour-wrapper.marketing-tour-11 {
    margin-bottom: 50px;
    min-height: auto;
}
#content .marketing-tour-wrapper.marketing-tour-12 {
    margin-bottom: 35px;
}
#content .marketing-tour-wrapper.marketing-tour-11 .marketing-tour-title-wrapper {
	float: left;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.marketing-tour-content-wpb-button-wrapper {
	visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 100%;
    padding: 20px 30px 30px;
    box-sizing: border-box;
    background: #fff;
    color: #999;
    border: 1px solid #999;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    z-index: 1;

    transition: all ease .2s;
    max-width: 285px;
    max-height: 230px;
}
.marketing-tour-content-wpb-button-wrapper .marketing-tour-content {
	transition: all ease .3s;
	transform: translate(30px, 0);
}
.marketing-tour-content-wpb-button-wrapper .vc_btn3-container {
	transition: all ease .4s;
	transform: translate(30px, 0);
}
#content .marketing-tour-wrapper.marketing-tour-10:hover .marketing-tour-content-wpb-button-wrapper {
	visibility: visible;
	opacity: 1;
}
#content .marketing-tour-wrapper.marketing-tour-10:hover .marketing-tour-content {
	transform: translate(0, 0);
}
#content .marketing-tour-wrapper.marketing-tour-10:hover .vc_btn3-container {
	transform: translate(0, 0);
}
#content .marketing-tour-wrapper.no-margin {
    margin-bottom: 0;
}
.marketing-tour {
    float: none;
	position: relative;
	display: block;
	margin: 0 auto 10px;
	width: 60px;
  	height: 40px;
  	text-align: center;
}
.marketing-tour-wrapper.marketing-tour-2 .marketing-tour {
    float: left;
    margin: 8px 0 0;
    max-width: 47px;
    position: absolute;
    width: auto;
    height: auto;
}
.marketing-tour-3 .marketing-tour {
    margin: 0;
    text-align: left;
    height: auto;
 	margin-bottom: 22px;
}
.marketing-tour-5 .marketing-tour {
    float: left;
    margin: 8px 0 0;
    max-width: 58px;
    position: absolute;
    width: auto;
    height: auto;
}
.marketing-tour-9 .marketing-tour {
	margin: 0 auto 3px;
    height: auto;
}
.marketing-tour-wrapper.marketing-tour-11 .marketing-tour {
    float: left;
    margin: 0;
    max-width: 47px;
    position: relative;
    width: auto;
    height: auto;
}
.marketing-tour-8 .wpb-button-wrapper {
	margin-top: 34px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	
    transform: translateY(40px);
	
    transition: transform cubic-bezier(.215, .61, .355, 1) .7s, opacity cubic-bezier(.215, .61, .355, 1) .7s;

   	height: 31px;

   	display: inline-block;
}
.marketing-tour-8:hover .wpb-button-wrapper {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}
#content .full-width .marketing-tour-8 .marketing-tour-content-wrapper h3 {
	transform: translateY(40px);
	transition: color ease .1s, opacity ease .1s, transform cubic-bezier(.215, .61, .355, 1) .4s;
}
#content .full-width .marketing-tour-8:hover .marketing-tour-content-wrapper h3 {
	color: #fff;
}
#content .full-width .marketing-tour-8 .marketing-tour-content p {
	opacity: .5;
	transform: translateY(40px);
	transition: color ease .1s, opacity ease .1s, transform cubic-bezier(.215, .61, .355, 1) .5s;
}
.marketing-tour-8:hover .marketing-tour,
#content .full-width .marketing-tour-8:hover .marketing-tour-content-wrapper h3,
#content .full-width .marketing-tour-8:hover .marketing-tour-content p {
	transform: translateY(0);
}
#content .full-width .marketing-tour-8:hover .marketing-tour-content p {
	color: #fff;
	opacity: 1;
}
.marketing-tour-8:hover .marketing-tour-content-wrapper .custom-pack-icon {
	color: #fff !important;
}
.marketing-tour-9 .wpb-button-wrapper {
	text-align: center;
	margin-top: 34px;
	margin-bottom: 18px;
	display: flex;
    justify-content: center;
}
.marketing-tour-wrapper .wpb_button_a {
    float: left;
    overflow: hidden;
    border-color: #fff;
    padding: 6px 21px 8px;
    color: #fff;
    text-shadow: none;
    background: #111f21;
    border: 1px solid #111f21;
    border-radius: 30px;
    box-shadow: none;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    min-width: 131px;
    box-sizing: border-box;
}
.marketing-tour-wrapper .wpb_button_a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.marketing-tour-wrapper .wpb_button_a span {
	display: inline-block;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1);
    transform: translateX(9px);
}
.marketing-tour-wrapper .wpb_button_a:hover span {
	transform: translateX(0);
}
.marketing-tour-wrapper .wpb_button_a:after {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    margin-left: 8px;
    border-color: #999;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    transform: translateX(-9px);
}
.marketing-tour-wrapper .wpb_button_a:hover:after {
	opacity: 1;
    transform: translateX(0);
}
.marketing-tour-wrapper.marketing-tour-9 .wpb_button_a {
	min-width: 131px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.3;
    background: rgba(0,0,0,.85);
    border: 1px solid transparent;
}
.marketing-tour-wrapper.marketing-tour-9 .wpb_button_a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a {
	min-width: auto;
    background: transparent;
    border: none;
    color: #999;
    font-size: 16px;
    padding: 0;
    overflow: visible;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a span {
	transform: none;
	position: relative;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a span:before {
	content: '';
    background: transparent;
    display: block;
    margin: auto;
    width: 0;
    height: 1px;
    transition: width .2s ease, background-color .2s ease;
    position: absolute;
    bottom: -1px;
}
#content .marketing-tour-wrapper.marketing-tour-10:hover .wpb_button_a span:before {
	background: #999;
    width: 100%;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a:hover {
    background: transparent;
    border-color: transparent;
    border: none;
    color: #999;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a:after {
	opacity: 1;
    transform: translateX(0);
}
.marketing-tour-8:hover {
	background: #999;
}
.svg-icon {
	max-width: 65px;
	width: 58px;
	height: 100%;
}
.svg-animation-enabled .svg-icon {
	opacity: 0;
}
.marketing-tour-1 .svg-icon {
	max-width: 43px;
   	max-height: 32px;
}
.marketing-tour-2 .svg-icon {
	max-width: 43px;
   	max-height: 32px;
}
.marketing-tour-4 .svg-icon {
	max-width: 48px;
   	max-height: 35px;
}
.marketing-tour-5 .svg-icon {
	max-width: 100px;
	width: 58px;
}
.marketing-tour-6 .marketing-tour {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.marketing-tour-7 .marketing-tour {
    float: left;
    margin: 25px 0 0;
    max-width: 47px;
    position: absolute;
    width: auto;
    height: auto;
}
.marketing-tour-8 .marketing-tour {
	width: auto;
    height: 70px;
    display: table;
    transform: translateY(40px);
    transition: color ease .2s, transform cubic-bezier(.215, .61, .355, 1) .3s;
}
.marketing-tour-11 .svg-icon {
	max-width: 43px;
   	max-height: 32px;
}
@media (max-width: 868px) {
	#content .marketing-tour-wrapper.no-margin {
		margin-bottom: 40px;
	}
	#content .vc_col-sm-4:last-child .marketing-tour-wrapper.no-margin {
		margin-bottom: 0;
	}
}
.marketing-tour img {
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
	max-width: 47px;

	max-width: none;
	max-height: 49px;
	width: auto;
}
.marketing-tour-2 .marketing-tour img {
    position: relative;
	top: auto;
	bottom: auto;
	margin: auto;
	left: auto;
	right: auto;
}
.marketing-tour-5 .marketing-tour img {
    position: relative;
	top: auto;
	bottom: auto;
	margin: auto;
	left: auto;
	right: auto;
}
.marketing-tour-3 .marketing-tour img {
    margin: auto 0;
}
.marketing-tour .custom-pack-icon {
	font-size: 32px;
	color: #ccc;
	display: block;
}
.marketing-tour-4 .marketing-tour {
	width: auto;
    height: auto;
}
.marketing-tour-4 .custom-pack-icon {
	font-size: 52px;
}
.marketing-tour-5 .custom-pack-icon {
	font-size: 58px;
}
.marketing-tour-7 .custom-pack-icon {
	font-size: 65px;
}
.marketing-tour-8 .custom-pack-icon {
	font-size: 64px;

	display: table-cell;
    vertical-align: middle;
}
.marketing-tour-9 .custom-pack-icon {
	font-size: 30px;
}
.marketing-tour-11 .custom-pack-icon {
	font-size: 29px;
}
.marketing-tour-11 .marketing-tour img {
    position: relative;
	top: auto;
	bottom: auto;
	margin: auto;
	left: auto;
	right: auto;
}
.marketing-tour-content h3 {
    clear: none;
	margin: 0 0 .67em;
	text-align: center;
	font-weight: 700;
}
.marketing-tour-content p:last-child {
    margin-bottom: 0;
}
.marketing-tour-2 .marketing-tour-content h3 {
	text-align: left;
}
.marketing-tour-3 .marketing-tour-content h3 {
	text-align: left;
}
.marketing-tour-5 .marketing-tour-content h3 {
	text-align: left;
}
.marketing-tour-7 .marketing-tour-content h3 {
	text-align: left;
}
.marketing-tour-10 h3 {
	text-align: center;
	max-width: 168px;
}
.marketing-tour-11 h3 {
	text-align: left;
	float: left;
    clear: none;
    margin-left: 17px;
    margin-top: 0;
    margin-bottom: 0;
}
.marketing-tour-12 h2 {
	text-align: center;
    font-size: 70px;
    margin-bottom: 50px;
}
.marketing-tour-content {
	text-align: center;
	margin-top: 13px;
}
.mt_animate_when_almost_visible.mt_bottom-to-top {
    transform: translateY(40px);
    transition: 1.4s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.mt_bottom-to-top.mt_start_animation {
    transform: translateY(0);
    opacity: 1;
}
.marketing-tour-2 .marketing-tour-content {
	margin-top: 0;
    margin-left: 65px;
    text-align: left;
    max-width: 305px;
}
.marketing-tour-3 .marketing-tour-content {
    text-align: left;
    margin-top: 13px;
}
.marketing-tour-4 .marketing-tour-content {
	margin-top: 21px;
}
.marketing-tour-4 .marketing-tour-content h3 {
	font-size: 12px;
}
.marketing-tour-4 .marketing-tour-content p {
	text-align: center;
}
.marketing-tour-5 .marketing-tour-content {
	margin-top: 0;
    margin-left: 86px;
    text-align: left;
    max-width: 284px;
}
.marketing-tour-6 .marketing-tour-content {
	display: inline-block;
}
.marketing-tour-7 .marketing-tour-content {
	margin-top: 0;
    margin-left: 73px;
    text-align: left;
}
.marketing-tour-9 .marketing-tour-content {
	max-width: 410px;
    margin: 0 auto;
}
.marketing-tour-10 .marketing-tour-content {
	text-align: left;
	margin-bottom: 9px;
}
.marketing-tour-11 .marketing-tour-content {
	margin-top: 0;
    margin-left: 0;
    text-align: left;
    float: left;
    clear: both;
}
.marketing-tour-wrapper.no-margin {
	margin-bottom: 0;
}

.marketing-tour-big {
	text-align: center;
	margin-bottom: 27px;
}
.marketing-tour-big .marketing-tour {
	text-align: center;
	float: none;
	max-width: none;
	position: relative;
	display: inline-block;
}
.marketing-tour-big .custom-pack-icon {
	font-size: 86px;
}

/* Content Animation
---------------------------------------------------------- */
.mt_start_animation .animated-item:nth-child(1),
.wpb_start_animation .animated-item:nth-child(1) {
    transform: translate(0, 0);
    opacity: 1;
}
.mt_start_animation .animated-item:nth-child(2),
.wpb_start_animation .animated-item:nth-child(2) {
    transform: translate(0, 0);
    opacity: 1;
}
.mt_start_animation .animated-item:nth-child(3),
.wpb_start_animation .animated-item:nth-child(3) {
    transform: translate(0, 0);
    opacity: 1;
}
.mt_start_animation .animated-item:nth-child(4),
.wpb_start_animation .animated-item:nth-child(4) {
    transform: translate(0, 0);
    opacity: 1;
}
.mt_start_animation .animated-item:nth-child(5),
.wpb_start_animation .animated-item:nth-child(5) {
    transform: translate(0, 0);
    opacity: 1;
}
.mt_start_animation .animated-item:nth-child(6),
.wpb_start_animation .animated-item:nth-child(6) {
    transform: translate(0, 0);
    opacity: 1;
}
.mt_start_animation .animated-item:nth-child(7),
.wpb_start_animation .animated-item:nth-child(7) {
    transform: translate(0, 0);
    opacity: 1;
}
.mt_start_animation .animated-item:nth-child(8),
.wpb_start_animation .animated-item:nth-child(8) {
    transform: translate(0, 0);
    opacity: 1;
}

.marketing-tour-4 .animated-item:nth-child(1) {
    transition: .7s ease;
    transform: translate(0, 20px);
    opacity: 0;
    transition-delay: .1s;
}
.marketing-tour-4 .animated-item:nth-child(2) {
    transition: .7s ease;
    transform: translate(0, 30px);
    opacity: 0;
    transition-delay: .2s;
}
.marketing-tour-4.mt_start_animation .animated-item:nth-child(1) {
    transform: translate(0, 0);
    opacity: 1;
}
.marketing-tour-4.mt_start_animation .animated-item:nth-child(2) {
    transform: translate(0, 0);
    opacity: 1;
}

.marketing-tour-5 .animated-item:nth-child(1) {
    transition: .7s ease;
    transform: translate(0, 20px);
    opacity: 0;
    transition-delay: .1s;
}
.marketing-tour-5 .animated-item:nth-child(2) {
    transition: .7s ease;
    transform: translate(0, 30px);
    opacity: 0;
    transition-delay: .2s;
}
.marketing-tour-5.mt_start_animation .animated-item:nth-child(1) {
    transform: translate(0, 0);
    opacity: 1;
}
.marketing-tour-5.mt_start_animation .animated-item:nth-child(2) {
    transform: translate(0, 0);
    opacity: 1;
}

.counting-style-1 .animated-item:nth-child(1) {
    transition: .6s ease;
    transform: translate(0, 20px);
    opacity: 0;
    transition-delay: .2s;
}
.counting-style-1 .animated-item:nth-child(2) {
    transition: .6s ease;
    transform: translate(0, 10px);
    opacity: 0;
    transition-delay: .1s;
}
.counting-style-2 .animated-item:nth-child(1) {
    transition: .6s ease;
    transform: translate(0, 2px);
    opacity: 0;
    transition-delay: .1s;
}
.counting-style-2 .animated-item:nth-child(2) {
    transition: .6s ease;
    transform: translate(0, 4px);
    opacity: 0;
    transition-delay: .2s;
}
.counting-style-2 .count-value.animated-item {
    transition: .6s ease;
    transform: translate(0, 6px);
    opacity: 0;
    transition-delay: .3s;
}
.counting-style-4 .animated-item:nth-child(1) {
    transition: .6s ease;
    transform: translate(0, 20px);
    opacity: 0;
    transition-delay: .2s;
}
.counting-style-4 .animated-item:nth-child(2) {
    transition: .6s ease;
    transform: translate(0, 10px);
    opacity: 0;
    transition-delay: .1s;
}
.counting-style-1.mt_start_animation .animated-item:nth-child(1),
.counting-style-1.mt_start_animation .animated-item:nth-child(2),
.counting-style-2.mt_start_animation .animated-item:nth-child(1),
.counting-style-2.mt_start_animation .animated-item:nth-child(2),
.counting-style-2 .count-value.animated-item,
.counting-style-4.mt_start_animation .animated-item:nth-child(1),
.counting-style-4.mt_start_animation .animated-item:nth-child(2) {
    transform: translate(0, 0);
    opacity: 1;
}

/* Content Animation 2
---------------------------------------------------------- */
.animation-special-2 .animated,
.animation-special-2.animated {
	opacity: 0;
	transform: translateY(40px);
}

/* Testimonial
---------------------------------------------------------- */
.testimonial-single-wrapper {
	margin: 0 auto;
}
.testimonial-single-wrapper.testimonial-single-style-1 {
	border: none;
	margin-bottom: 50px;
	border-radius: 0;
	box-shadow: none;
	max-width: 585px;
}
.testimonial-single-style-1 .testimonial-single {
	padding: 30px;
	color: #000;
	font-size: 15px;
	padding: 0;
}
.testimonial-single-style-2 .testimonial-single {
	padding: 30px;
	font-size: 24px;
	padding: 0;
	max-width: 585px;
	margin: 0 auto;
}
.testimonial-single-style-1 .testimonial-single-content {
	margin-bottom: 16px;
	text-align: center;
}
.testimonial-single-style-2 .testimonial-single-content {
	margin-bottom: 22px;
	text-align: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
}
.testimonial-single-style-2 .testimonial-single-content:before {
	content: '\201D';
    display: block;
    font-size: 82px;
    color: #999;
    height: 22px;
    line-height: .78;
    margin-bottom: 10px;
    font-weight: 400;
    float: left;
    position: absolute;
    top: 10px;
}
.testimonial-single-style-2 .testimonial-single-content p {
	margin-left: 50px;
	line-height: 1.45;
}
.testimonial-single-style-1 .testimonial-single-title {
	margin-bottom: 4px;
}
.testimonial-single-style-1 .testimonial-single-name,
.testimonial-single-style-1 .testimonial-single-title {
	display: inline;
}
.testimonial-single-style-1 .testimonial-single-name {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 600;
	margin: 0 0 7px;
	font-size: 16px;
	color: #000;
}
.testimonial-single-style-2 .testimonial-single-name {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 0 7px;
	font-size: 16px;
	color: #000;
}
.testimonial-single-style-1 .testimonial-single-title {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}
.testimonial-single-style-2 .testimonial-single-title {
	color: #666;
	font-size: 16px;
	font-weight: 400;
}
.testimonial-single-style-1 .testimonial-single-image-wrapper {}
.testimonial-single-style-1 .testimonial-single-image-wrapper img {
	margin: 17px auto 0;
	display: block;
	max-width: 70px;
	border-radius: 50%;
}
.testimonial-single-name-title-wrapper {
	float: none;
    text-align: center;
    margin-bottom: 10px;
    color: #999;
    font-weight: 400;
}
.testimonial-single-style-2 .testimonial-single-name-title-wrapper {
	text-align: left;
	color: #000;
	font-size: 16px;
	margin-left: 50px;
}
.testimonial-single-style-1 .testimonial-single-name-title-wrapper:before {
	font-family: 'fontello';
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\e903";
    display: block;
    font-size: 32px;
    color: #000;
    margin-bottom: 16px;
}
.testimonial-single-wrapper.no-margin {
	margin-bottom: 0;
}

/* Owl Carousel
---------------------------------------------------------- */
.mt-owl-carousel-container-wrapper,
.mt-owl-carousel-container,
.mt-owl-carousel-container .owl-stage-outer {
	float: left;
	width: 100%;
}
.mt-owl-carousel-container .animated {
    animation-duration: 350ms;
    animation-fill-mode: both;
}
.mt-owl-carousel-container .owl-animated-in {
    z-index: 0;
}
.mt-owl-carousel-container .owl-animated-out {
    z-index: 1;
}
.owl-height {
    transition: height 500ms ease-in-out;
}
.mt-owl-carousel-container {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.mt-owl-carousel-container .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.mt-owl-carousel-container .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.mt-owl-carousel-container .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
}
.mt-owl-carousel-container .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.mt-owl-carousel-container.center-true .owl-item {
    transform: scale(.5);

    transition: transform ease .6s;
}
.mt-owl-carousel-container.center-true .owl-item.center {
    transform: scale(1);
}
.mt-owl-carousel-container.center-true .owl-item .person-desc {
	opacity: 0;
}
.mt-owl-carousel-container.center-true .owl-item.center .person-desc {
    opacity: 1;
}
.mt-owl-carousel-container .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.mt-owl-carousel-container .owl-dots.disabled,
.mt-owl-carousel-container .owl-nav.disabled {
    display: none;
}
.mt-owl-carousel-container .owl-dot,
.mt-owl-carousel-container .owl-nav .owl-next,
.mt-owl-carousel-container .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mt-owl-carousel-container .owl-nav .owl-next,
.mt-owl-carousel-container .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);

    transition: all ease .1s;

    z-index: 1000;
}
.mt-owl-carousel-container.center-true .owl-nav .owl-next,
.mt-owl-carousel-container.center-true .owl-nav .owl-prev {
    top: 43%;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next,
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    border: 2px solid #ccc;
    border-radius: 50%;
    transition: all ease .2s;
    text-align: center;
}
.mt-owl-carousel-container .owl-nav .owl-next:before,
.mt-owl-carousel-container .owl-nav .owl-prev:before {
    font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-style: normal;
    color: #000;
    vertical-align: middle;
    transition: all ease .2s;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next:before,
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev:before {
	font-size: 12px;
    line-height: 3.5;
}
.mt-owl-carousel-container .owl-nav .owl-next:before {
	content: "\e909";
}
.mt-owl-carousel-container .owl-nav .owl-prev:before {
	content: "\e904";
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next:before {
	content: "\e909";
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev:before {
	content: "\e904";
}
.mt-owl-carousel-container .owl-nav .owl-next:hover:before,
.mt-owl-carousel-container .owl-nav .owl-prev:hover:before {
    color: #000;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next:hover:before,
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev:hover:before {
    color: #999;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next.disabled:hover:before,
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev.disabled:hover:before {
    color: #000;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next.disabled:hover,
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev.disabled:hover {
    border-color: #000;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next:hover,
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev:hover {
    border-color: #999;
}
.mt-owl-carousel-container.nav-true {
	max-width: 1084px;
	margin: 0 auto;
}
.mt-owl-carousel-container.nav-true.nav-style-2 {
	max-width: 1018px;
}

.mt-owl-carousel-container .owl-nav .owl-next {
	right: -43px;
}
.mt-owl-carousel-container .owl-nav .owl-prev {
	left: -43px;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next {
	right: -76px;
}
.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev {
	left: -76px;
}
.mt-owl-carousel-container.owl-loaded {
    display: block;
}
.mt-owl-carousel-container.owl-loading {
    opacity: 0;
    display: block;
}
.mt-owl-carousel-container.owl-hidden {
    opacity: 0;
}
.mt-owl-carousel-container.owl-refresh .owl-item {
    display: none;
}
.mt-owl-carousel-container.owl-drag .owl-item {
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mt-owl-carousel-container.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.mt-owl-carousel-container.owl-rtl {
    direction: rtl;
}
.mt-owl-carousel-container.owl-rtl .owl-item {
    float: right;
}
.no-js .mt-owl-carousel-container {
    display: block;
}
.mt-owl-carousel-container .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.mt-owl-carousel-container .owl-item img {
    transform-style: preserve-3d;
}
.mt-owl-carousel-container .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.mt-owl-carousel-container .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease;
}
.mt-owl-carousel-container .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3);
}
.mt-owl-carousel-container .owl-video-playing .owl-video-play-icon, .mt-owl-carousel-container .owl-video-playing .owl-video-tn {
    display: none;
}
.mt-owl-carousel-container .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.mt-owl-carousel-container .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/* 
 * 	Owl Carousel Theme
 */
.owl-mt-theme .owl-nav {
  	margin-top: 0;
 	 text-align: center;
  	-webkit-tap-highlight-color: transparent;
}
.owl-mt-theme .owl-nav [class*='owl-'] {
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border: none;
}
.owl-mt-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    opacity: .7;
}
.owl-mt-theme .owl-nav .disabled {
   	opacity: .2;
    cursor: default;
}
.owl-mt-theme .owl-nav .disabled:hover {
   	opacity: .2;
}
.owl-mt-theme .owl-nav .disabled:hover:before {
   	color: #000;
}
.owl-mt-theme .owl-nav.disabled + .owl-dots {
  	margin-top: 25px;
}
.owl-mt-theme .owl-dots {
  	text-align: center;
  	-webkit-tap-highlight-color: transparent;
}
.owl-mt-theme .owl-dots .owl-dot {
   	display: inline-block;
    zoom: 1;
}
.owl-mt-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 10px;
    background: #666;
    border: 2px solid #666;
    opacity: .5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    border-radius: 30px;
}
.owl-mt-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.owl-mt-theme .owl-dots .owl-dot.active span {
    background: transparent;
    border-color: #999;
    opacity: 1;
}
.mt-animate_when_almost_visible-enabled .owl-item.mt-animate_when_almost_visible {
	opacity: 0;
	transform: translate(0px, 40px);
}

.mt-owl-carousel-container.lazy-hidden,
.owl-item.lazy-hidden {
	opacity: 1;
}

/* =Easy Forms for MailChimp
----------------------------------------------- */
#page .yikes-mailchimp-preloader {
	display: none;
}
#page .yikes-easy-mc-submit-button .loading-dots {
    width: auto;
    position: relative;
    transition: none;
    border-radius: 0;
    background: transparent;
    animation: standard .6s infinite linear;
    transform-origin: center;
    opacity: 1;
    border: none;
    max-width: 14px;
    min-width: 14px;
    top: 2px;

    display: none;
}
#page .yikes-easy-mc-submit-button i {
	display: block;
    z-index: 2;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transition: all ease .4s;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
#page .yikes-easy-mc-submit-button i:after {
	display: block;
    z-index: 2;
    font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e920";
    font-size: .875em;
    font-style: normal;
    vertical-align: middle;
    color: #fff;
    animation: standard .5s infinite linear;
    transform-origin: center;
}
#page .yikes-mc-submitted-form-loading .yikes-easy-mc-submit-button i {
	visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
#page .yikes-mc-submitted-form-loading .yikes-easy-mc-submit-button-helper {
	opacity: .5;
}
#page .yikes-easy-mc-submit-button {
	opacity: 1 !important;
	position: relative;
}
#content .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    display: flex;
}
#page .yikes-easy-mc-error-message {
    color: #000;
    background: transparent;
    padding: 0;
    text-align: center;
}
#page .yikes-easy-mc-success-message {
	opacity: 1 !important;
	animation: mt-fadeInHeight-anim .2s;
}
#page .invalid-api-key-error {
	text-align: center;
	margin-top: 35px;
}

/* Slider */
.mt-slick-slider-container-wrapper {
	margin-bottom: 35px;
	position: relative;
}
.mt-slick-slider-container-wrapper.no-margin {
	margin-bottom: 0;
}
.mt-slick-slider-container {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

    opacity: 0;
    transition: opacity ease .2s;
}
.slick-initialized {
	opacity: 1;
}
.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.mt-slick-slider-container .slick-track,
.mt-slick-slider-container .slick-list {
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 38px;
    height: 52px;
    margin-top: -26px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, .12);

    z-index: 1;

    transition: opacity ease .2s, background ease .2s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before {
    transform: scale(1.15);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0;

    visibility: hidden;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before,
.slick-next:before {
    line-height: 1;
    vertical-align: middle;
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-family: 'fontello';
    content: attr(data-icon);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 32px;
    transition: all ease .2s;
    transform: scale(1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.slick-prev {
    left: 30px;
}
[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}
.slick-prev:before {
    content: "\e904";
}
[dir='rtl'] .slick-prev:before {
    content: "\e904";
}
.slick-next {
    right: 30px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}
.slick-next:before {
    content: '\e909';
}
[dir='rtl'] .slick-next:before {
    content: '\e909';
}

/* Dots */
.slick-dotted.mt-slick-slider-container {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content: '';
    width: 6px;
    height: 6px;
    margin: 0;
    background: #fff;
    border: 2px solid #fff;
    opacity: .5;
    display: block;
    transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    border-radius: 30px;
}
.slick-dots li.slick-active button:before {
    background: transparent;
    border-color: #fff;
    opacity: 1;
}

/* Paging Info  */
.mt-slick-slider-container-wrapper .paging-info {
	color: #000;
    position: absolute;
    top: 0;
    z-index: 100;
    font-size: 12px;
    line-height: 1;
    background: rgba(0,0,0,.12);
    padding: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: auto;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
    min-width: 76px;
    left: 0;
}
.mt-slick-slider-container-wrapper .paging-info .slash {
	margin: 0 3px;
}

/* Max Height  */
.mt-slider-item img,
.mt-slider-item .lazy img {
	height: auto;

	margin: 0 auto;
}

/* Button  */
.mt-slick-slider-container-wrapper .mt-btn-container {
	margin-top: 1em;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mt-slick-slider-container-wrapper .mt-btn {
	text-align: center;
}
.mt-slick-slider-container-wrapper .mt-btn span {
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: color ease .2s, opacity ease .2s;
}
.mt-slick-slider-container-wrapper .mt-btn span:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .2s cubic-bezier(.67, .02, .2, .97), opacity .2s ease, background .2s ease;
    display: block;
    opacity: 1;
}
.mt-slick-slider-container-wrapper .mt-btn span:hover:after {
	transform-origin: bottom left;
    transform: scaleX(1);
}

/* Lightbox Video
---------------------------------------------------------- */
.lightbox-video-wrapper {
	max-width: none;
    margin: 0 auto 30px;
    position: relative;
}
.image-disabled .lightbox-video-wrapper {
	width: none;
}
.lightbox-video {
	position: relative;
}
.image-disabled .lightbox-video {
	box-shadow: none;
}
.lightbox-video-wrapper .play-button {
	background: transparent;
	width: 96px;
	height: 96px;
	display: block;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    border-width: 2px !important;
    overflow: visible;
    box-shadow: none;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button {
	background: #999;
	border-color: #999;
}
.rev_slider .lightbox-video-wrapper .play-button {
	width: 96%;
	height: 0;
	padding-top: 96% !important;
}
.rev_slider .lightbox-video-wrapper.image-enabled .play-button {
	width: 25.948%;
    height: 0;
    padding-top: 25.948% !important;
    margin: 0 !important;
    line-height: 0 !important;
    transform: translate(-50%, -50%);
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button {
	background: #999;
	border-color: #999;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-3 .play-button {
	width: 14.865%;
    height: 0;
    padding-top: 14.865% !important;
    margin: 0 !important;
    line-height: 0 !important;
    transform: translate(-50%, -50%);
}
@media only all and (min-width: 1024px) and (min-height: 598px) {
	.rev_slider .lightbox-video-wrapper.lightbox-video-style-3 .play-button {
		min-width: 50px;
		box-sizing: border-box;
		min-height: 50px;
	}
}
.lightbox-video-wrapper.image-disabled .play-button {
	position: relative;
	top: auto;
	left: auto;
	margin: 19px auto 9px;
}
.lightbox-video-wrapper .play-button:hover {
	background: #fff;
	box-shadow: none;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button:hover {
	background: #fff;
	border-color: #fff;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button:hover {
	background: #fff;
	border-color: #fff;
}
.lightbox-video-wrapper .play-button:before {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    display: none;
}
.lightbox-video-wrapper .play-button i {
	display: inline-block;
	position: relative;
    top: auto;
    font-style: normal;
    line-height: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightbox-video-wrapper .play-button i:before {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: .825;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
    color: #fff;
    font-style: normal;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.lightbox-video-wrapper .play-button i {
	font-size: 30px;
}
.rev_slider .lightbox-video-wrapper,
.rev_slider .lightbox-video {
	font-size: 100% !important;
}
.rev_slider .lightbox-video-wrapper .play-button i {
	font-size: 150% !important;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button i:before {
	color: #fff;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-2 .play-button i {
	font-size: 150% !important;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-2.image-enabled .play-button i {
	font-size: 185% !important;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button i:before {
	color: #fff;
	content: "\e905";
	line-height: .925;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button i {
	font-size: .875em;
}
.rev_slider .lightbox-video-wrapper.lightbox-video-style-3 .play-button i {
	font-size: 70% !important;
}
.lightbox-video-wrapper .play-button:hover i:before {
	color: #000;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button:hover i:before {
	color: #999;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button:hover i:before {
	color: #999;
}
.lightbox-video-text {
	text-align: center;
	font-size: 24px;
}
.lightbox-video-overlay {
	position: absolute;
	background: #000;
	opacity: .5;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.lightbox-video img,
.tp-simpleresponsive .lightbox-video img,
.rev_slider .lightbox-video img {
	width: auto;
    margin: 0 auto;
    display: block;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/* Scroll Down Button
----------------------------------------------- */
@keyframes arrowDown {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(5px)
    }
}
.scroll-down-button-icon {
	animation-name: arrowDown;
   	animation-iteration-count: infinite;
   	animation-duration: 1s;
   	animation-timing-function: ease;
   	display: inline-block;
}
.scroll-down-button-wrapper {
	text-align: center;
}
@media (max-width: 767px) {
	.scroll-down-button-wrapper {
		display: none;
	}
}
.scroll-down-button {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #e6e6e6;
	display: inline-block;
	cursor: pointer;
	transition: all ease .1s;
}
#content .scroll-down-button:hover {
	color: #000;
	opacity: .7;
}
.scroll-down-button-text {
	display: block;
	margin-bottom: 15px;
}
.scroll-down-button-icon:after {
	font-family: 'fontello';
    speak: none;
    font-weight: 400;
    line-height: .8;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-style: normal;
    content: "\e908";
    display: block;
}

/* Mouse Icon */
.mouse {
  text-align: center;
}
.mouse div:first-of-type {
  opacity: 1;  
  color: #fff;
  transition: opacity ease .1s !important;
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  width: 26px;
  height: 43px;
  box-sizing: border-box;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 23px;
}
.mouse div:first-of-type i {
    position: absolute;
    display: block;
    transform: translateY(0);
    top: 29%;
    left: 50%;
    width: 2px;
    height: 6px;
    margin: -3px 0 0 -1px;
    background: rgba(255,255,255,.8);
  	opacity: 0;
    animation: ani-mouse 1.1s ease infinite;
    animation-delay: 2s;
    border-radius: 50%;
}
.mouse span {
  font-size: 16px;
  display: block;
  margin-top: 11px;
  font-weight: 400;
  transition: opacity ease .1s !important;
}
@keyframes ani-mouse {
	0% {opacity: 1; transform: translateY(0);}
	15% {opacity: 1; transform: translateY(5px);}
	50% {opacity: 0; transform: translateY(5px);}
	100% {opacity: 0; transform: translateY(0);}
}
.mouse.mt_animate_when_almost_visible.mt_top-to-bottom {
    transform: translateY(-50px);
    transition: 2.5s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
    transition-delay: .65s;
}
.mouse.mt_top-to-bottom.mt_start_animation {
    transform: translateY(0);
    opacity: 1;
}

/* Down Button */
.down-button {
    cursor: pointer;
    opacity: 1;
    transition: opacity ease .1s !important;
    animation-name: arrowDown;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.down-button:hover {
    opacity: 1;
}
.down-button i {
    display: block;
    transition: transform .2s ease, opacity .2s ease !important;
    line-height: 0;
    font-style: normal;
}
.down-button i:before {
    font-family: 'fontello';
    speak: none;
    font-weight: 400;
    line-height: .8;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-style: normal;
    content: "\e908";
    display: block;
}
.down-button:hover i {
    transform: scale(1.15);
    opacity: .7;
}
.down-button svg {
	fill: #000;
    transition: transform ease .2s !important;
}
.down-button:hover svg {
    transform: scale(1.15);
}

@keyframes arrowDown {
    0%, 100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }
}

@media (max-width: 1023px) {
	.down-button {
        display:none
    }
}

/* Image Link */
a[rel~="attachment"] img {
	transition: box-shadow ease .1s !important;
}

/* =Icons
----------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
    font-size: 26px;
}
a [class^="icon-"],
a [class*=" icon-"] {
    font-size: 16px;
}

/* =Typed.js
----------------------------------------------- */
.typed-cursor {
	opacity: 1;
	font-weight: 100;
	animation: blink 1.7s infinite;
}
@keyframes blink {
	0% { opacity: 1; }
	40% { opacity: 1; }
	50% { opacity: 0; }
	90% { opacity: 0; }
	100% { opacity: 1; }
}

/* =Counting
----------------------------------------------- */
.count-wrapper {
	text-align: left;
	border-right: 1px solid rgba(255,255,255,.25);
}
.count-wrapper.mt-animate_when_almost_visible-enabled {
    transform: translateY(40px);
    transition: 1.4s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.count-wrapper.mt-animate_when_almost_visible-enabled.mt_start_animation {
    transform: translateY(0);
    opacity: 1;
}
.count-wrapper.counting-style-3 {
	text-align: center;
	border-right: none;
}
.count-wrapper.counting-style-4 {
	text-align: left;
    border-right: 1px solid rgba(255,255,255,.25);
    color: #000;
    display: inline-flex;
    align-items: center;
}
.count-wrapper.counting-style-5 {
	text-align: left;
    color: #000;
    margin-top: 50px;
    border-right: none;
}
.vc_col-sm-4:last-of-type .count-wrapper {
	border-right: none;
}
.count-wrapper img {
	margin: 0 auto 18px;
	display: block;
}
.count-wrapper [class^="icon-"],
.count-wrapper [class*=" icon-"] {
	font-size: 30px;
	margin: 0 auto 18px;
	color: #000;
}
.count-wrapper.counting-style-2 [class^="icon-"],
.count-wrapper.counting-style-2 [class*=" icon-"] {
	margin: 0 auto 5px;
}
.count-wrapper.counting-style-6 [class^="icon-"],
.count-wrapper.counting-style-6 [class*=" icon-"] {
	margin: 7px 0 5px;
	font-size: 64px;
	float: left;
	padding: 0 1px;
}
.count-value {
	font-size: 100px;
	line-height: 70px;
	font-weight: 100;
	display: inline;
	display: inline-block;
}
.counting-style-2 .count-value {
	font-size: 74px;
	line-height: 50px;
}
.counting-style-3 .count-value {
	font-weight: 400;
}
.counting-style-4 .count-value {
	font-size: 70px;
    font-weight: 400;
    float: left;
}
.counting-style-5 .count-value {
	font-size: 100px;
    font-weight: 400;
    float: left;
}
.counting-style-5 .count-value:nth-of-type(2) {
	font-size: 50px;
	line-height: 2.1;
	position: relative;
    top: 4px;
}
.counting-style-6 .count-value {
	font-size: 50px;
	line-height: 50px;
	font-weight: 400;
}
.count-caption {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.counting-style-3 .count-caption {
	font-size: 24px;
	margin-top: 1px;
}
.counting-style-4 .count-caption {
	font-size: 24px;
	float: left;
    max-width: 120px;
    margin-left: 20px;
    line-height: 29px;
    margin-top: 5px;
    margin-bottom: 0;
}
.counting-style-5 .count-caption {
	font-size: 34px;
	float: left;
    max-width: 120px;
    margin-left: 20px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.23;
}
@media (max-width: 1024px) and (min-width: 868px) {
	.counting-style-5 .count-caption {
		clear: both;
		margin: 0 0 1.15rem;
	}
}
.counting-style-6 .count-caption {
	font-size: 24px;
	float: none;
    max-width: none;
    margin-left: 0;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.23;
    display: block;
}
.count-caption-wrapper {
	float: left;
	margin-right: 1.15rem;
}
.counting-style-6 .count-caption-wrapper {
	margin-right: 0;
	margin-left: 30px;
}

/* Image Gallery MT
---------------------------------------------------------- */
.entry-content > .wpb_row.gallery-padding > .wrapper {
    padding: 0 30px;
    box-sizing: border-box;
}
.header-position-left .entry-content > .wpb_row.gallery-padding > .wrapper {
	padding-right: 3vw;
}
.header-position-right .entry-content > .wpb_row.gallery-padding > .wrapper {
	padding-left: 3vw;
}
.mt-gallery-container-wrapper {
	max-width: 1170px;
	margin: 0 auto;
}
.mt-gallery-container {
	margin: 0 auto;
}
.full-width .mt-gallery-container-wrapper {
	width: auto;
    padding: 0;
    max-width: none;
    -webkit-user-select: none;
  	-moz-user-select: none;
  	user-select: none;
  	-webkit-user-drag: none;
  	-moz-user-drag: none;
  	user-drag: none;
}
.mt-gallery-item .caption {
	margin: 0 auto .5em;
    padding: 8px 0 0;
    position: relative;
    font-size: .875em;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    max-width: 400px;
    margin-left: 0;
}
.mt-gallery-item .mt-gallery-item-helper {
	margin: 0 auto;
}
.mt-gallery-item .content-wrapper-helper {
	display: block;
	position: relative;
	float: left;
    width: 100%;
}
.mt-gallery-item .thumbnail-wrapper-helper {
	display: block;
	position: relative;
	float: left;
    width: 100%;
    overflow: hidden;
}
.mt-gallery-item .thumbnail-wrapper-1 {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.mt-gallery-item .thumbnail-wrapper-2 {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.mt-gallery-item .content-wrapper img {
    position: relative;
}
.mt-gallery-item .thumbnail-wrapper {
	float: left;
	overflow: hidden;
	width: 100%;
}
#content .mt-gallery-container-view-content .wpb_button_a {
    float: left;
    overflow: hidden;
    border-color: #fff;
    padding: 6px 13px 8px;
    color: #fff;
    text-shadow: none;
    background: #999;
    border: 1px solid #999;
    border-radius: 30px;
    box-shadow: none;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    min-width: 131px;
    box-sizing: border-box;
}
#content .mt-gallery-container-view-content .wpb_button_a span {
	display: inline-block;
	transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1);
	transform: translateX(9px);
}
#content .mt-gallery-container-view-content .wpb_button_a:hover span {
	transform: translateX(0);
}
#content .mt-gallery-container-view-content .wpb_button_a:after {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    margin-left: 8px;
    border-color: #999;
    transition: opacity .3s cubic-bezier(.215, .61, .355, 1), transform .3s cubic-bezier(.215, .61, .355, 1);
    opacity: 0;
    transform: translateX(-9px);
}
#content .mt-gallery-container-view-content .wpb_button_a:hover:after {
	opacity: 1;
    transform: translateX(0);
}
#content .mt-gallery-container-view-content .wpb_button_a:hover {
	background: #000;
    border-color: #000;
    color: #fff;
}

.margin-0px .mt-gallery-item {
    margin: 0;
}

.mt-gallery-container-wrapper.col-4 .grid-sizer,
.col-4 .mt-gallery-item {
	width: 23.125%;
}
.mt-gallery-item {
	float: left;
	margin: 0 0 2.5%;

	width: 100%;
}
.mt-gallery-container-wrapper.col-1 .mt-gallery-item {
	margin-bottom: 30px;
	width: 100%;
	text-align: left;
}
.mt-gallery-container-wrapper.col-1.margin-20px .mt-gallery-item {
	margin-bottom: 20px;
}
.mt-gallery-container-wrapper.col-1.margin-15px .mt-gallery-item {
	margin-bottom: 15px;
}
.mt-gallery-container-wrapper.col-1.margin-0px .mt-gallery-item {
	margin-bottom: 0;
}
.mt-gallery-container-wrapper.col-1 .mt-gallery-item-helper {
	width: 100%;
	margin: 0 auto;
}
.mt-gallery-item .content-wrapper,
.mt-gallery-item img {
	float: left;
	width: 100%;
}
.mt-gallery-item .content-wrapper {
	position: relative;
	display: block;
}
#page .mt-gallery-item .content-wrapper {
	box-shadow: none;
}
.mt-gallery-item [data-fancybox] {
	cursor: zoom-in;
}
.mt-gallery-item .content-wrapper:hover {
	opacity: 1;
}
.mt-gallery-item .link-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    min-height: 89px;
}
.mt-gallery-item img {
	width: auto;
	width: 100%;
	display: block;
}
.mt-gallery-container-view-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    text-align: left;
    text-shadow: none;
    width: 100%;
    overflow: hidden;
}
.mt-gallery-container-view-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mt-gallery-container-view-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 80%;
}
.mt-gallery-item .entry-header {
    margin: 0 0 9px;
}
.mt-gallery-item h2 {
    font-size: 24px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;

    transform: translateY(22px);
    transition: all cubic-bezier(.215, .61, .355, 1) .3s;
}
.mt-gallery-item .entry-excerpt {
	color: #999;
	text-transform: uppercase;
	font-weight: 500;
}

.mt-gallery-container-wrapper.col-1 .grid-sizer,
.mt-gallery-container-wrapper.col-1 .mt-gallery-item {
	width: 100%;
}
.mt-gallery-container-wrapper.col-2 .grid-sizer,
.mt-gallery-container-wrapper.col-2 .mt-gallery-item {
	width: 48.75%;
}
.mt-gallery-container-wrapper.col-2.margin-0px .grid-sizer,
.mt-gallery-container-wrapper.col-2.margin-0px .mt-gallery-item {
    width: 50%;
}
.mt-gallery-container-wrapper.col-3 .grid-sizer,
.mt-gallery-container-wrapper.col-3 .mt-gallery-item {
	width: 31.66666666666667%;
}

.mt-gallery-container-wrapper.col-3.margin-1px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-1px .grid-sizer {
	width: 33.26666666666667%;
}
.mt-gallery-container-wrapper.col-2.margin-1px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-1px .grid-sizer {
	width: 49.9%;
}
.mt-gallery-container-wrapper.margin-1px .mt-gallery-item {
	margin-bottom: .1%;
}

.mt-gallery-container-wrapper.col4.margin-5px .mt-gallery-item,
.mt-gallery-container-wrapper.col4.margin-5px .grid-sizer {
	width: 24.625%;
}

.mt-gallery-container-wrapper.col-3.margin-5px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-5px .grid-sizer {
	width: 33%;
}
.mt-gallery-container-wrapper.col-2.margin-5px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-5px .grid-sizer {
	width: 49.5%;
}
.mt-gallery-container-wrapper.margin-5px .mt-gallery-item {
	margin-bottom: .5%;
}

.mt-gallery-container-wrapper.col-4.margin-10px .mt-gallery-item,
.mt-gallery-container-wrapper.col-4.margin-10px .grid-sizer {
	width: 24.25%;
}
.mt-gallery-container-wrapper.col-3.margin-10px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-10px .grid-sizer {
	width: 32.66666666666667%;
}
.mt-gallery-container-wrapper.col-2.margin-10px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-10px .grid-sizer {
	width: 49%;
}
.mt-gallery-container-wrapper.margin-10px .mt-gallery-item {
	margin-bottom: 1%;
}

.mt-gallery-container-wrapper.col-4.margin-20px .mt-gallery-item,
.mt-gallery-container-wrapper.col-4.margin-20px .grid-sizer {
	width: 23.5%;
}
.mt-gallery-container-wrapper.col-3.margin-20px .mt-gallery-item,
.mt-gallery-container-wrapper.col-3.margin-20px .grid-sizer {
	width: 32%;
}
.mt-gallery-container-wrapper.col-2.margin-20px .mt-gallery-item,
.mt-gallery-container-wrapper.col-2.margin-20px .grid-sizer {
	width: 49%;
}
.mt-gallery-container-wrapper.margin-20px .mt-gallery-item {
	margin-bottom: 2%;
}

/* cellsByRow Gallery
---------------------------------------------------------- */
.layout-cellsbyrow .mt-gallery-container {
	display: grid;
}
.layout-cellsbyrow .grid-sizer,
.layout-cellsbyrow .gutter-sizer {
	display: none;
}
.layout-cellsbyrow.col-2 .mt-gallery-container {
	grid-template-columns: 1fr 1fr;
}
.layout-cellsbyrow.col-3 .mt-gallery-container {
	grid-template-columns: 1fr 1fr 1fr;
}
.layout-cellsbyrow.col-4 .mt-gallery-container {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.layout-cellsbyrow.col-1 .mt-gallery-item,
.layout-cellsbyrow.col-2 .mt-gallery-item,
.layout-cellsbyrow.col-3 .mt-gallery-item,
.layout-cellsbyrow.col-4 .mt-gallery-item {
	width: auto;
}

.layout-cellsbyrow .mt-gallery-item .content-wrapper-helper {
	padding: 15%;
    box-sizing: border-box;
}
.layout-cellsbyrow .mt-gallery-item {
	margin-bottom: 0;
	display: inline-flex;
}
.layout-cellsbyrow .mt-gallery-item-helper {
	height: 100%;
	width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Justified Gallery
---------------------------------------------------------- */
.layout-justified .mt-gallery-container {
	display: flex;
  	flex-wrap: wrap;
  	margin: 0 auto;
}
.layout-justified .mt-gallery-container > .mt-gallery-item,
.layout-justified .mt-gallery-container:after {
	--ratio: calc(var(--w) / var(--h));
	--row-height: 38.8vh;
	--row-width: 20vw;
	flex-basis: calc(var(--ratio) * var(--row-width));
}
.layout-justified .mt-gallery-container > .mt-gallery-item {
	flex-grow: calc(var(--ratio) * 100);
}
.layout-justified .mt-gallery-container:after {
	--w: 2;
	--h: 1;
	content: '';
	flex-grow: 1000000;
}

.layout-justified .mt-gallery-item {
	margin-bottom: 30px;
	padding: 0 15px;
}

.layout-justified.margin-0px .mt-gallery-item {
	margin-bottom: 0;
	padding: 0;
}
.layout-justified.margin-0px {
    margin: 0;
}
.layout-justified.margin-1px .mt-gallery-item {
	margin-bottom: 2px;
	padding: 0 1px;
}
.layout-justified.margin-1px {
    margin: 0 -1px;
}
.layout-justified.margin-5px .mt-gallery-item {
	margin-bottom: 4px;
	padding: 0 2px;
}
.layout-justified.margin-5px {
    margin: 0 -2px;
}
.layout-justified.margin-10px .mt-gallery-item {
	margin-bottom: 10px;
	padding: 0 5px;
}
.layout-justified.margin-10px {
    margin: 0 -5px;
}
.layout-justified.margin-20px .mt-gallery-item {
	margin-bottom: 20px;
	padding: 0 10px;
}
.layout-justified.margin-20px {
    margin: 0 -10px;
}

/* Gallery Overlay */
.mt-gallery-item .content-wrapper:hover .overlay {
	visibility: visible;
    opacity: 1;
}

/* Gallery Hover Scale Effect */
.hover-scale-effect-scale .mt-gallery-item .content-wrapper .attachment {
	transition: opacity .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.hover-scale-effect-scale .mt-gallery-item .content-wrapper:hover .attachment {
	transform: scale(1.05);
}

/* Gallery Hover Scale 2 Effect */
.hover-scale-effect-scale2 .mt-gallery-item .content-wrapper .attachment {
	transition: opacity .2s, transform .45s cubic-bezier(.455, .03, .515, .955);
}
.hover-scale-effect-scale2 .mt-gallery-item .content-wrapper .thumbnail-wrapper-1 {
	transition: transform .4s ease;
	position: relative;
}
.hover-scale-effect-scale2 .mt-gallery-item .content-wrapper:hover .thumbnail-wrapper-1 {
	transform: scale(.99);
}
.hover-scale-effect-scale2 .mt-gallery-item .content-wrapper:hover .attachment {
	transform: scale(1.05);
}

/* Gallery Hover Scale 3 Effect */
.hover-scale-effect-scale3 .mt-gallery-item .content-wrapper .thumbnail-wrapper-1 {
	transition: transform .4s ease;
}
.hover-scale-effect-scale3 .mt-gallery-item .content-wrapper:hover .thumbnail-wrapper-1 {
	transform: scale(1.01);
}

/* Gallery Click Scale Effect */
.click-scale-effect-scale .mt-gallery-item .content-wrapper .thumbnail-wrapper-1 {
	transition: transform .4s ease;
	position: relative;
}
.click-scale-effect-scale .mt-gallery-item .content-wrapper:active .thumbnail-wrapper-1 {
	transform: scale(.99);
	transition: transform 0s ease;
}

/* Gallery Hover Opacity Effect */
.hover-opacity-effect-enabled .mt-gallery-item .content-wrapper:hover {
	opacity: .7;
}

/* Gallery Click Opacity Effect */
.click-opacity-effect-enabled .mt-gallery-item .content-wrapper:active {
	opacity: .7;
	transition: opacity ease 0s;
}

/* Gallery Thumbs */
#content .mt-thumbs-container {
    position: fixed;
    width: calc(100% - 214px);
    z-index: 100;
    height: 100%;
    transform: translate(0, 100%);
}
#content .mt-thumbs-container > .wrapper-helper {
	overflow-y: auto;
    height: 100%;
}
#content .mt-thumbs-container > .wrapper-helper > .wrapper {
    padding-top: 75px;
    padding-top: 0;
}
.mt-thumbs-container .close-button {
    position: absolute;
    top: 40px;
    right: 40px;
    display: none;
}
.entry-content > .wpb_row.gallery-padding > .wrapper-helper > .wrapper {
    padding: 0 30px;
    box-sizing: border-box;
}

/* Portfolio Carousel
---------------------------------------------------------- */
.portfolio-carousel .post-thumbnail {
	overflow: hidden;
}
.portfolio-carousel .owl-item img {
    width: 100%;

    transition: all ease .4s;
}
.portfolio-carousel .owl-item .post-thumbnail:hover img {
	transform: scale(1.15);
}
.portfolio-carousel .owl-item .overlay {
	background-color: rgba(0,0,0,.8);
}
.portfolio-carousel .post-thumbnail h2 {
	font-size: 24px;
}
.portfolio-carousel .owl-item i {
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateY(-30px);
    transition: transform cubic-bezier(.215, .61, .355, 1) .5s, opacity cubic-bezier(.215, .61, .355, 1) .5s, background ease .1s, border-color ease .1s;
    transition-delay: .2s;
    width: 42px;
    height: 42px;
    border: 2px solid;
    border-radius: 50%;
    border-color: #fff;
}
.portfolio-carousel .posts-content {
	vertical-align: bottom;
	margin-bottom: 40px;
}
.portfolio-carousel .entry-header {
    margin: 0 0 1px;
    text-align: left;
    float: left;
    clear: both;
}
.portfolio-carousel .entry-excerpt,
.portfolio-carousel .entry-category {
    text-align: left;
    float: left;
    clear: both;
}

#content .portfolio-carousel-alternative-style-2 .posts-content-wrapper {
    text-align: left;
    height: auto;
    top: auto;
    bottom: 0;
    background: #fff;
    opacity: 0;
    bottom: -80px;
    transition: all cubic-bezier(.215, .61, .355, 1) .4s;
}
#content .portfolio-carousel-alternative-style-2 .hentry:hover .posts-content-wrapper {
    opacity: 1;
    bottom: 0;
}
#content .portfolio-carousel-alternative-style-2 .posts-content-wrapper:before {
    display: none;
}
#content .portfolio-carousel-alternative-style-2 .posts-content {
    vertical-align: bottom;
    display: block;
    width: auto;
    padding: 20px;
    position: relative;
    opacity: 1;
    visibility: visible;
    max-width: none;
    width: 100%;
}
#content .portfolio-carousel-alternative-style-2 .entry-header {
    margin: 0;
    float: left;
}
#content .portfolio-carousel-alternative-style-2 .post-thumbnail h2 {
    font-size: 11px;
    left: 2px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#content .portfolio-carousel-alternative-style-2 .entry-category {
    float: left;
    clear: left;
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.45;
    color: #999;
}
#content .post-thumbnail .wpb_button_a {
	float: left;
    float: none;
    display: inline-block;
    overflow: hidden;
    border-color: #000;
    padding: 14px 40px;
    color: #fff;
    text-shadow: none;
    background: #000;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    box-shadow: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    opacity: 1;
    font-weight: 700;
    line-height: 1.5;
    transition: transform cubic-bezier(.215, .61, .355, 1) .6s, opacity cubic-bezier(.215, .61, .355, 1) .6s, background ease .1s, border-color ease .1s;
}
#content .portfolio-carousel-alternative-style-2 .post-thumbnail .wpb_button_a {
    margin-right: 0;
    position: absolute;
    right: 20px;
    top: 15px;
    background: transparent;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .3);
    visibility: visible;
}
#content .portfolio-carousel-alternative-style-2 .post-thumbnail .wpb_button_a:hover {
    opacity: .7;
}

/* Image Carousel Alternative
---------------------------------------------------------- */
.mt-owl-carousel-container .owl-item img {
    width: auto;
   	margin: 0 auto;
   	float: left;
}
.mt-owl-carousel-container .owl-item .svg-image {
	width: 100%;
}
.mt-owl-carousel-container.no-margin .owl-item img {
	margin: 0 auto;
}
.mt-owl-carousel-container .owl-item {
    display: flex;
	align-items: center;
	float: left;
}
.full-width .mt-owl-carousel-container .owl-item {
	display: block;
}
.mt-slider-item {
	width: 100%;

    float: left;
}
.onclick-true .slick-slide {
	cursor: pointer;
}
.onclick-true .slick-slide:only-child {
	cursor: default;
}
.mt-slider-item .thumbnail-helper {
	position: relative;
    float: left;
    width: 100%;
}
.mt-slider-item .thumbnail-wrapper {
	float: left;
    width: 100%;
    position: relative;
}
.lazyload-enabled.color-palette-enabled .mt-slider-item .thumbnail-wrapper {
	background: #f2f2f2;
    transition: background .35s;
}
.lazyload-enabled.color-palette-enabled .mt-slider-item .loader-lg .path {
    stroke: #000;
}
.lazyload-enabled.color-palette-enabled .mt-slider-item .background--dark .loader-lg .path {
    stroke: #fff;
}
.mt-slider-item a {
	opacity: 1;
	float: left;
    width: 100%;
    font-style: normal;
}
.mt-owl-carousel-container-view-content {
	padding: 0 20px 17px;
}
.mt-slider-item h3 {
	font-size: 16px;
	float: left;
	clear: none;
	margin: 0;
	word-break: break-all;
}
.mt-owl-carousel-container-captions-heading-wrapper {
	float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.mt-slider-item .mt-owl-carousel-container-captions {
	color: #000;
    font-size: 50px;
    float: left;
    margin-right: 10px;
}
.mt-slider-item .mt-owl-carousel-container-additional-captions {
	color: #000;
	font-size: 27px;
	vertical-align: 13%;

	-webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.mt-slider-item a:hover {
	opacity: 1;
}

/* Team Slider
---------------------------------------------------------- */
.mt-team-slider-person {
	display: flex;
    align-items: center;
    width: 100%;
    /* flex-direction: row-reverse; */
    padding: 0 30px;
    box-sizing: border-box;
}
.team-slider-person-name h3 {
	font-size: 50px;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: .925;
	text-transform: none;
	margin-top: 0;
}
.team-slider-person-name-title-wrapper {
    margin-bottom: 38px;

    transform: translateX(-40px);
    transition: transform cubic-bezier(.215, .61, .355, 1) .3s;
}
#content .team-slider-wrapper .wpb_content_element {
	line-height: 1.5;
	margin-bottom: 35px;
	padding: 0;
	font-size: 24px;
    color: #000;

    transform: translateX(-40px);
    transition: transform cubic-bezier(.215, .61, .355, 1) .4s;
}
#content .team-slider-wrapper .wpb_content_element p {
	line-height: 1.45;
}
.team-slider-person-title {
	font-size: .875em;
	font-weight: 400;
}
.team-slider-person-image-wrapper {
	float: left;
    width: 50%;
    text-align: center;
    line-height: 0;
    padding-left: 15px;
}
.team-slider-person-image-wrapper img {
	display: inline-block;
	width: 100%;
	max-width: 470px;
}
.team-slider-person-wrapper {
	float: left;
    width: 50%;
    margin-top: 0;
    text-align: center;
    padding-right: 15px;
}
.team-slider-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;

    transform: translateX(-40px);
    transition: transform cubic-bezier(.215, .61, .355, 1) .5s;
}
.slick-active .team-slider-person-name-title-wrapper,
#content .team-slider-wrapper .slick-active .wpb_content_element,
.team-slider-wrapper .slick-active ul {
    transform: translateX(0);
}
.team-slider-wrapper a {
    color: #999;
    text-decoration: none;
}
.team-slider-wrapper li {
    display: inline-block;
    position: relative;
    margin-left: 36px;
    float: none;
    vertical-align: middle;
}
.team-slider-wrapper li:first-child {
    margin-left: 0;
}
.team-slider-wrapper .social {
	color: #ccc;
	text-decoration: none;
	margin-right: 0;
	border: none;
	width: auto;
	height: auto;
	text-align: center;
	line-height: 1.7;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
    background: transparent;
    display: block;
    border-radius: 0;
}
.team-slider-wrapper .social-icon:before {
	font-size: 17px;
}
.team-slider-wrapper .twitter {
	line-height: 1.65;
}
.team-slider-wrapper .twitter .social-icon:before {
	font-size: 15px;
}
.team-slider-wrapper .dribbble .social-icon:before {
	top: 0;
}
.team-slider-wrapper .social:hover {
	color: #999;
}

.team-slider .slick-prev,
.team-slider .slick-next {
    width: auto;
    height: auto;
    background: transparent;
    top: 50%;
    margin-top: -20px;
}
.team-slider .slick-prev:before,
.team-slider .slick-next:before {
    color: #ccc;
    font-size: 38px;
}
.team-slider .slick-next:before {
    content: '\e909';
}
.team-slider .slick-prev:before {
    content: "\e904";
}
.team-slider .slick-prev:hover:before,
.team-slider .slick-next:hover:before {
    color: #000;
}
.team-slider {
	padding: 0 44px;
}

/* Testimonials Slider
---------------------------------------------------------- */
.mt-testimonial {
	border: 1px solid #e6e6e6;
    margin: 0 auto 30px;
    border-radius: 0;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
    min-height: 236px;
    padding: 30px;
    color: #000;
    font-size: 24px;
    padding: 60px 30px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.mt-testimonial .testimonial-image-wrapper {
    padding: 0;
}
.testimonial-wrapper {
	text-align: center;
    font-size: 34px;
}
.mt-testimonial .testimonial-name-title-wrapper {
    float: none;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}
.mt-testimonial .testimonial-name {}
.mt-testimonial .testimonial-title {
	font-size: .875em;
	color: #999;
}
.owl-item .mt-testimonial img {
    width: auto;
   	margin: 0 auto 32px;
}

.mt-testimonials-style-1 .mt-testimonial:before {
	content: '\201D';
    display: inline-block;
    font-size: 100px;
    color: #999;
    height: 24px;
    line-height: .78;
    margin-bottom: 0;
    font-weight: 400;
    position: absolute;
    top: -12px;
    background: #fafafa;
    padding: 0 15px;
    margin: 0 -30px;
    left: 50%;
}
.mt-testimonials-style-1 .mt-testimonial {
	padding: 0 30px 43px;
}
.mt-testimonials-style-1 .testimonial-wrapper {
	max-width: 740px;
    margin: 44px auto 0;
    line-height: 1.3;
}
#content .mt-testimonials-style-1 .testimonial-wrapper .wpb_content_element {
	margin-bottom: 16px;
}
.mt-owl-carousel-container.mt-testimonials-style-1 .owl-item {
	padding-top: 13px;
}
.mt-owl-carousel-container.mt-testimonials-style-1 .owl-dots {
	margin-top: 12px;
}

.mt-testimonials-style-2 .testimonial-wrapper {
    text-align: left;
    font-size: 24px;
    padding-left: 6.5%;
}
.mt-testimonials-style-2 .mt-testimonial .testimonial-name-title-wrapper {
	text-align: left;
}
#content .mt-testimonials-style-2 .wpb_content_element {
	margin-bottom: 16px;
}
#content .mt-testimonials-style-2 .wpb_content_element p {
	line-height: 1.45;
}
.mt-testimonials-style-2 .owl-item .mt-testimonial img {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.mt-testimonials-style-2 .owl-item .mt-testimonial .svg-image {
	width: 100%;
}
.mt-testimonials-style-2 .mt-testimonial .testimonial-image-wrapper {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mt-testimonials-style-2 .testimonial-content-name-title-wrapper {
	display: flex;
    align-items: center;
}
.mt-testimonials-style-2 .mt-testimonial {
	display: flex;
    align-items: center;
    padding: 30px 5.9%;
}
.mt-testimonials-style-2 .owl-nav .owl-next,
.mt-testimonials-style-2 .owl-nav .owl-prev {
	margin-top: -15px;
}
.mt-testimonials-style-1 .owl-nav .owl-next,
.mt-testimonials-style-1 .owl-nav .owl-prev {
	margin-top: -21px;
}

.mt-testimonials-style-3 .owl-item .mt-testimonial img {
	margin: 0 auto;
	display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    max-width: 70px;
}
.mt-testimonials-style-3 .mt-testimonial .testimonial-name-title-wrapper {
	display: inline-block;
	vertical-align: middle;
    text-align: left;
    margin-left: 20px;
}
.mt-testimonials-style-3 .mt-testimonial:before {
    content: '\201D';
    display: inline-block;
    font-size: 86px;
    color: #999;
    height: 23px;
    line-height: .78;
    margin-bottom: 0;
    font-weight: 400;
    position: absolute;
    top: -12px;
    background: transparent;
    padding: 0 15px;
    margin: 0 -30px;
    left: 50%;
}
.mt-owl-carousel-container.mt-testimonials-style-3 .owl-stage {
    padding-top: 13px;
}
.mt-testimonials-style-3 .mt-testimonial {
    padding-top: 0;
    border-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 13px;
}
.mt-testimonials-style-3 .testimonial-wrapper {
    margin-top: 50px;
   	font-size: 24px;
}
.mt-testimonials-style-3 .wpb_content_element p {
	line-height: 1.45;
}
.mt-testimonials-style-3 .mt-testimonial .testimonial-name {
    font-weight: 400;
    text-transform: uppercase;
}
.mt-owl-carousel-container.mt-testimonials-style-3.nav-style-2 .owl-nav .owl-next,
.mt-owl-carousel-container.mt-testimonials-style-3.nav-style-2 .owl-nav .owl-prev {
	margin-top: -21px;
}
.mt-owl-carousel-container.mt-testimonials-style-5.nav-style-1 .owl-nav .owl-next,
.mt-owl-carousel-container.mt-testimonials-style-5.nav-style-1 .owl-nav .owl-prev {
	margin-top: -26px;
}
.mt-testimonials-style-4 .testimonial-wrapper {
    text-align: left;
    font-size: 24px;
    padding-left: 60px;
    width: 73%;
    float: left;
}
.mt-testimonials-style-4 .mt-testimonial .testimonial-name-title-wrapper {
	text-align: left;
}
#content .mt-testimonials-style-4 .wpb_content_element {
	margin-bottom: 16px;
}
#content .mt-testimonials-style-4 .wpb_content_element p {
	line-height: 1.45;
}
.mt-testimonials-style-4 .owl-item .mt-testimonial img {
    width: auto;
    max-width: 170px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    height: auto;
}
.mt-testimonials-style-4 .mt-testimonial .testimonial-image-wrapper {
	height: 100%;
	width: 170px;
}
.mt-testimonials-style-4 .testimonial-content-name-title-wrapper {
	display: flex;
	align-items: center;
    justify-content: center;
}
.mt-testimonials-style-4 .mt-testimonial {
	padding: 0 6.2%;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mt-testimonials-style-5 .testimonial-wrapper {
    text-align: left;
    font-size: 24px;
    padding-right: 6.2%;
    width: 70%;
}
.mt-testimonials-style-5 .mt-testimonial .testimonial-name-title-wrapper {
	text-align: left;
    padding-left: 30px;
}
.mt-testimonials-style-5 .testimonial-title {
	display: inline-block;
    float: left;
}
#content .mt-testimonials-style-5 .wpb_content_element {
	margin-bottom: 16px;
}
#content .mt-testimonials-style-5 .wpb_content_element p {
	line-height: 1.45;
}
.mt-testimonials-style-5 .owl-item .mt-testimonial img {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    max-width: 100px;
}
.mt-testimonials-style-5 .testimonial-image-name-title-wrapper {
	display: flex;
    align-items: center;
}
.mt-testimonials-style-5 .testimonial-image-wrapper {
	float: left;
	width: 100px;
}
.mt-testimonials-style-5 .testimonial-content-name-title-wrapper {
	display: flex;
    align-items: center;
}
.mt-testimonials-style-5 .mt-testimonial {
	display: flex;
    align-items: center;
    padding: 30px 5.8%;
    height: 100px;
}

.mt-testimonials-style-6 .testimonial-wrapper {
    text-align: left;
    font-size: 24px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 7%;
}
.mt-testimonials-style-6 .mt-testimonial .testimonial-name-title-wrapper {
	text-align: left;
}
#content .mt-testimonials-style-6 .wpb_content_element {
	margin-bottom: 16px;
}
#content .mt-testimonials-style-6 .wpb_content_element p {
	line-height: 1.45;
}
.mt-testimonials-style-6 .owl-item .mt-testimonial img {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 270px;
}
.mt-testimonials-style-6.lazyload-enabled .mt-testimonial .testimonial-image-wrapper {
	width: 270px;
}
.mt-testimonials-style-6 .mt-testimonial .testimonial-image-wrapper {
	height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.mt-testimonials-style-6 .testimonial-content-name-title-wrapper {
	display: table-row;
}
.mt-testimonials-style-6 .mt-testimonial {
	padding: 0 6.2%;
    display: table;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.mt-testimonials-style-6 .mt-testimonial .testimonial-name {
	font-size: 24px;
}
.mt-testimonials-style-6 .testimonial-title {
	color: #999;
}

.mt-testimonials-style-7 .owl-item .mt-testimonial img {
	margin: 0 auto;
	display: inline-block;
    vertical-align: middle;
}
.mt-testimonials-style-7 .mt-testimonial .testimonial-name-title-wrapper {
	display: inline-block;
	vertical-align: middle;
    text-align: left;
    margin-left: 20px;
}
.mt-owl-carousel-container.mt-testimonials-style-7 .owl-item {
    padding-top: 0;
}
.mt-testimonials-style-7 .mt-testimonial {
    padding-top: 0;
    border-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 36px;

}
.mt-testimonials-style-7 .testimonial-wrapper {
    margin-top: 0;
    font-size: 50px;
    line-height: 1.125;
}
.mt-testimonials-style-7 .mt-testimonial .testimonial-name {
    font-weight: 400;
    text-transform: uppercase;
}
#content .mt-testimonials-style-7 .wpb_content_element {
	margin-bottom: 16px;
}

.mt-testimonials-style-8 .owl-stage-outer {
	padding-bottom: 6px;
}
.mt-testimonials-style-8 .testimonial-wrapper {
    text-align: left;
    font-size: 24px;
    padding: 52px 5.78% 52px 10.4%;
    border: 1px solid #e6e6e6;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .05);
    width: 71%;
    float: left;
}
.mt-testimonials-style-8 .testimonial-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
}
.mt-testimonials-style-8 .mt-testimonial .testimonial-name-title-wrapper {
	text-align: left;
	margin-bottom: 14px;
	line-height: 1.5;
}
#content .mt-testimonials-style-8 .wpb_content_element {
	margin-bottom: 16px;
	position: relative;
}
#content .mt-testimonials-style-8 .wpb_content_element p {
	line-height: 1.5;
}
#content .mt-testimonials-style-8 .wpb_content_element:before {
	content: '\201D';
    display: block;
    font-size: 100px;
    color: #999;
    height: 24px;
    line-height: .78;
    margin-bottom: 10px;
    font-weight: 400;
    float: left;
    position: absolute;
    left: -57px;
    margin-top: 9px;
}
.mt-testimonials-style-8 .owl-item .mt-testimonial img {
    width: auto;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 270px;
    border-radius: 50%;
}
.mt-testimonials-style-8 .mt-testimonial .testimonial-image-wrapper {
	height: 100%;
    padding-right: 30px;
    width: 270px;
	float: left;
}
.mt-testimonials-style-8 .testimonial-content-name-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mt-testimonials-style-8 .mt-testimonial {
	padding: 0;
    display: block;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
}
.mt-testimonials-style-8 .mt-testimonial .testimonial-name {
	font-size: 16px;
}
.mt-testimonials-style-8 .testimonial-title {
	color: #999;
}
.mt-testimonials-style-8 .owl-nav .owl-next,
.mt-testimonials-style-8 .owl-nav .owl-prev {
    margin-top: -3px;
}
.mt-testimonials-style-9 {
	margin-bottom: 0;
}
.mt-testimonials-style-9 .mt-testimonial {
	border: none;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 236px;
    padding: 30px;
    font-size: 24px;
    padding: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}
.mt-testimonials-style-9 .testimonial-wrapper-helper {}
.mt-testimonials-style-9 .slick-active .testimonial-wrapper-helper {}
.mt-testimonials-style-9 .testimonial-wrapper-helper:before {
	font-family: 'fontello';
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    content: "\e903";
    display: block;
    margin-bottom: 16px;
    opacity: .2;
}
.mt-testimonials-style-9 .testimonial-wrapper {
	text-align: center;
    font-size: 32px;
    line-height: 1.32;
    position: relative;
    padding: 0 0 6px;
    max-width: 655px;
    margin: 0 auto;
}
.mt-testimonials-style-9 .testimonial-wrapper p {
	text-align: center;
}
.mt-testimonials-style-9 .testimonial-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    background: #000;
    height: 1px;
    width: 100px;
    z-index: 100;
    opacity: .1;
}
.mt-testimonials-style-9 .mt-testimonial .testimonial-image-wrapper {
	margin: 40px auto .67em;
}
.mt-testimonials-style-9 .mt-testimonial .testimonial-image-wrapper img {
	width: auto;
    margin: 40px auto 22px;
    border-radius: 50%;
    max-width: 50px;
}
.mt-testimonials-style-9 .mt-testimonial .testimonial-name {
    display: block;
}
.mt-testimonials .slick-prev,
.mt-testimonials .slick-next {
	width: auto;
	height: auto;
	background: transparent;
}

.mt-owl-carousel-container.mt-testimonials.dots-true .owl-nav .owl-next,
.mt-owl-carousel-container.mt-testimonials.dots-true .owl-nav .owl-prev {
    transform: translateY(-50%);
}

/* OwlCarousel Animations */ 
.animated  {
  animation-duration: 1000 ms;
  animation-fill-mode: both;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }

@keyframes mt-fadeIn-animLeft-anim {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.mt-fadeIn-animLeft-anim {
  	animation-name: mt-fadeIn-animLeft-anim;
}

@keyframes mt-fadeIn-animRight-anim {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.mt-fadeIn-animRight-anim {
  animation-name: mt-fadeIn-animRight-anim;
}

@keyframes mt-fadeOut-anim {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mt-fadeOut-anim {
  animation-name: mt-fadeOut-anim;
}

@keyframes mt-fadeIn-anim {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mt-fadeIn-anim {
  animation-name: mt-fadeIn-anim;
}

@keyframes mt-fadeInHeight-anim {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: auto;
  }
}

@keyframes mt-slideInUp-anim {
  0% {
    opacity: 0;
    transform: translate(-50%, 15px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes mt-slideInDown-anim {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 15px);
    visibility: hidden;
  }
}

.mt-slideInDown-anim {
	animation: mt-slideInDown-anim .35s forwards !important;
}

/* =RevSlider
----------------------------------------------- */
.tp-bullets.skylab {
  	opacity: 0;
}
#page .tp-bullets.skylab {
	z-index: 500;
}
.wpb_revslider_element {
	text-align: left;
}
.wpb_revslider_element ul {
	max-width: none;
}

/* Lightbox Video */
.lightbox-video-wrapper .play-button {
  	transition: background-color ease .2s, border-color ease .2s, color ease .2s !important;
}

/* hover3d */
.hover-in {
	transition: .3s ease-out;
}
.hover-out {
	transition: .3s ease-in;
}

/* Letter Hover Animations */
#page .letter-wrap {
	display: block;
	position: relative;
}
#page .letter-wrap * {
	pointer-events: none;
}
#page .letter-wrap__word {
	display: -webkit-inline-box;
	display: inline-flex;
	position: relative;
	overflow: hidden;
}
#page .letter-wrap__char {
	display: inline-block;
	position: relative;
}
#page .letter-wrap__char-inner {
	display: inline-block;
}
#page .letter-wrap__char-inner:after{
	content: attr(data-letter);
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	background: transparent !important;
}

/* skrollr */
.scrolling-enabled {
	opacity: 1;
    transform: translate(0, 0);
}

/* =7. Responsive Structure
----------------------------------------------- */
@media (max-width: 1023px) {
	.full-width-header-enabled .header,
	.full-width-header-enabled #top-bar {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.site-description-below .site-title-description-wrapper {
		align-items: center;
    	justify-content: center;
	}
	.single-post #comments,
	.page-template-default #comments {
	    padding: 0 15px;
	}
	.blog #primary > .vc_column-inner,
	.single-post #primary > .vc_column-inner,
	.search #primary > .vc_column-inner,
	.archive #primary > .vc_column-inner,
	.page-template-default #primary > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	#secondary > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sticky {
		padding-left: 15px;
		padding-right: 15px;
	}
	.mt-owl-carousel-container.mt-testimonials.nav-true,
	.mt-owl-carousel-container.mt-owl-carousel-container.nav-true,
	.mt-owl-carousel-container.nav-true {
	    max-width: 90%;
	}
	.mt-owl-carousel-container.mt-testimonials.nav-true.nav-style-2,
	.mt-owl-carousel-container.nav-true.nav-style-2 {
	    max-width: 84%;
	}
	.mt-owl-carousel-container .owl-nav .owl-next {
	    right: -5%;
	}
	.mt-owl-carousel-container .owl-nav .owl-prev {
	    left: -5%;
	}
	.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-next {
	    right: -9%;
	}
	.mt-owl-carousel-container.nav-style-2 .owl-nav .owl-prev {
	    left: -9%;
	}

	/* Blog, Search and Archive */
	.mt-posts-container-wrapper {
		padding: 0;
	}

	.entry-content > .wpb_row > .wrapper,
	.header-position-left .entry-content > .wpb_row > .wrapper {
		padding: 0;
	}
	.entry-content > .wpb_row.padding-row > .wrapper {
		padding: 0 15px;
	}
	.entry-content > .wpb_row.full-width.padding-row > .wrapper {
		padding: 0 15px;
	}
	.entry-content > .wpb_row.full-width.portfolio-padding > .wrapper,
	.header-position-left .entry-content > .wpb_row.full-width.portfolio-padding > .wrapper {
		padding: 0 15px;
	}
	.single-portfolio .padding-row .nav-previous {
		  left: 15px;
	}
	.single-portfolio .padding-row .nav-next {
		  right: 15px;
	}
	.entry-content > .wpb_row.full-width > .wrapper {
		padding: 0;
	}
	.entry-content > .wpb_row.full-width.row-padding > .wrapper,
	.entry-content > .wpb_row.full-width.portfolio-padding > .wrapper,
	.entry-content > .wpb_row.full-width.gallery-padding > .wrapper {
		padding: 0 15px;
	}
	#page .entry-content > .wpb_row > .wrapper > .inner-wrapper {
		margin: 0;
	}
	.entry-content .inner-wrapper {
		margin: 0;
	}
	#page .vc_col-sm-12 {
		padding-left: 0;
		padding-right: 0;

		width: 100%;
		float: left;
	}
	.vc_col-sm-12 .vc_col-sm-4 .wpb_text_column {
		padding: 0;
	}
	.header-position-left #header-wrapper > .vc_column-inner,
	.header-position-right #header-wrapper > .vc_column-inner {}
	.single-post.main-sidebar-is-active.header-position-left #secondary > .vc_column-inner,
	.blog.main-sidebar-is-active.header-position-left #secondary > .vc_column-inner {
	    padding-right: 15px;
	}
	.single-post.main-sidebar-is-active.header-position-right #secondary > .vc_column-inner,
	.blog.main-sidebar-is-active.header-position-right #secondary > .vc_column-inner {
		padding-left: 15px;
	}
	.single-post.main-sidebar-is-active.header-position-left #primary > .vc_column-inner,
	.single-post.main-sidebar-is-active.header-position-right #primary > .vc_column-inner,
	.blog.main-sidebar-is-active.header-position-left #primary > .vc_column-inner,
	.blog.main-sidebar-is-active.header-position-right #primary > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	#supplementary-wrapper,
	#site-generator-wrapper,
	.full-width-footer-enabled #site-generator-wrapper {
		padding: 0 15px;
	}
	#content .full-width .filters {
		padding: 0 15px;
	}
	#to-top.fixed {
		right: 15px;
	}
	#header-wrapper {
		height: auto;
		top: auto;
	}
	#header {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.header-position-left #header,
	.header-position-right #header {
	    padding-left: 0;
	    padding-right: 0;
	}
	.single-post-navigation-style-2.single-post-navigation-full-width-enabled {
	    padding-left: 15px;
    	padding-right: 15px;
	}
	.full-width .mt-gallery-container-wrapper {
		margin-left: 15px;
		margin-right: 15px;
	}
	.full-width .mt-gallery-container-wrapper.layout-justified {
		margin-left: -5px;
		margin-right: -5px;
	}
	#top-bar {
		padding: 0 15px;
	}
	#page .entry-content > .wpb_row > .wrapper > .inner-wrapper {
		margin: 0;
	}
	.center-logo-and-menu-enabled #site-title img {
		max-height: 166px;
	}
	.center-logo-and-menu-enabled #access {
		margin: 0;
	}
	.more-scroll {
		display: none;
	}
	.rev_slider .rev-slider-custom-buttons {
		position: relative;
    	top: auto;
	}
	
	/* Transitions
	---------------------------------------------------------- */
	.transition-header,
	.transition-top-bar {
		transition: none;
	}
	.transition {
		transition: none;
	}
	#site-title a .site-title,
	#site-title a .site-description {
		transition: none;
	}

	#page .mobile-menu-wrapper .info-header {
		margin-left: 0;
		float: left;
		display: block;
	}
	#page .mobile-menu-wrapper .info-header > span {
		float: left;
		clear: both;
		display: block;
		margin-bottom: 1em;
    	margin-left: 0 !important;
	}
	.mobile-menu-wrapper .vc_btn3-container {
	    margin: 0;
	    float: left;
	}
	#page #site-title img,
	#page #site-title .logo-svg,
	.sticky-header #page #site-title .logo-svg,
	#page #site-title .logo-default,
	#page #site-title .logo-for-transparent-header {
		max-height: 40px;
	}
	#header-wrapper,
	.header-height-on-scrolling #page #header-wrapper,
	.header-position-left #header-wrapper,
	.header-position-right #header-wrapper {
		position: fixed !important;
		height: 60px;
	}
	.center-logo-and-menu-enabled #header-wrapper {
		padding: 0;
	}
	.center-logo-and-menu-enabled #header {
		height: 100%;
	}
	.header-position-left #header-wrapper > .vc_column-inner,
	.header-position-right #header-wrapper > .vc_column-inner,
	.header-position-left #header,
	.header-position-right #header,
	.header-position-left #branding,
	.header-position-right #branding,
	.header-position-left .branding-helper,
	.header-position-right .branding-helper,
	.header-position-left #access,
	.header-position-right #access {
		height: 100%;
	}
	.header-position-left #header-wrapper,
	.header-position-right #header-wrapper {
	    padding: 0;
	    z-index: 1000;
	}
	.header-position-left.center-logo-and-menu-disabled.top-bar-disabled .header-init {
		transform: translate(0, -100%);
		transform: none;
	}
	.header-position-right.center-logo-and-menu-disabled.top-bar-disabled .header-init {
		transform: translate(0, -100%);
		transform: none;
	}
	.header-wrapper.ghost-header,
	#top-bar-wrapper.ghost-top-bar {
		display: none;
	}
	#page #header {
	    position: relative;
	    top: auto;
	    outline: 0 solid transparent;
	    transition: none;
	    padding-top: 0;
    	padding-bottom: 0;
    	width: 100%;
    	left: 0;
	}
	.full-width-header-enabled #page .search-form-wrapper {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.header-position-left #header,
	.header-position-right #header {
		padding-left: 15px;
    	padding-right: 15px;
	}
	.header-position-left #header-wrapper > .vc_column-inner,
	.header-position-right #header-wrapper > .vc_column-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.header-position-left #access,
	.header-position-right #access {
		flex-direction: row;
    	align-items: center;
    	padding: 0;
	}
	.header-position-left #page .site-description,
	.header-position-left #page #access .info-header,
	.header-position-left #page .header .social-links-wrapper,
	.header-position-right #page .site-description,
	.header-position-right #page #access .info-header,
	.header-position-right #page .header .social-links-wrapper {
		display: none;
	}
	.header-position-left #site-title,
	.header-position-right #site-title {
		display: flex;
		height: 100%;
	}
	.header-elements-wrapper {
		display: none;
	}
	.header-position-left #access .woocommerce-links-wrapper,
	.header-position-right #access .woocommerce-links-wrapper {
		align-items: center;
		margin-top: 0;
	}

	.mobile-search-align-left .search-header-wrapper {
		float: left;
	}

	#page #main,
	#page #header-wrapper .search-wrapper,
	#page #top-bar-wrapper .search-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	#page #main {
		padding-top: 60px;
		margin-top: 0;
	}
	.header-position-bottom #page #main {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.slick-next {
	    right: 0;
	}
	.slick-prev {
	    left: 0;
	}
	#page #nav-pagination-single .nav-next {
	    right: 15px;
	}
	#page #nav-pagination-single .nav-previous,
	.header-position-left #page .nav-pagination-single-wrapper #nav-pagination-single .nav-previous {
	    left: 15px;
	}
	.single-post.main-sidebar-is-active #primary {
	    margin-bottom: 50px;
	}
	#to-top.fixed,
	.header-position-right #to-top.fixed {
		bottom: 15px;
   		right: 15px;
   		left: auto;
	}
	.header-position-bottom #to-top.fixed {
	    top: 15px;
	}
	#page .single-post-navigation-style-1 #nav-pagination-single .nav-previous,
	#page .single-post-navigation-style-1 #nav-pagination-single .nav-next {
	    bottom: 15px;
	    top: auto;
	    transform: none;
	}
	#page.header-position-bottom .single-post-navigation-style-1 #nav-pagination-single .nav-previous,
	#page.header-position-bottom .single-post-navigation-style-1 #nav-pagination-single .nav-next {
	    bottom: auto;
	    top: 15px;
	}
	#page .single-post-navigation-style-1 #nav-pagination-single .nav-next {
	    right: auto;
	    left: 58px;
	}
	.header-position-left #page #main-wrapper .single-post-navigation-style-1 #nav-pagination-single .nav-previous,
	.header-position-right #page #main-wrapper .single-post-navigation-style-1 #nav-pagination-single .nav-previous {
		left: 15px;
	}
	#page #nav-pagination-single .nav-next .content-wrapper,
	#page #nav-pagination-single .nav-previous .content-wrapper {
		display: none;
	}
	#subfooter-supplementary.two .widget-area,
	#subfooter-supplementary.three .widget-area {
	    margin-right: 0;
	    width: 100%;
	    margin-bottom: 1em;
	}
	#colophon #site-generator .social-links-wrapper {
	    position: relative;
	    float: none;
	}
	.mt-testimonials-style-9 .testimonial-wrapper {
	    padding-left: 40px;
	    padding-right: 40px;
	}

	#page #branding .vc_btn3-container {
		display: none;
	}
	.mobile-menu-wrapper {
		display: block;
	}
	.mobile-menu-dropdown-wrapper {
		display: flex;
	}
	#access-wrapper {
		display: none;
	}
	#branding .social-links-wrapper {
		display: none;
	}
	.social-links-wrapper-mobile {
		display: block;
	}
	#access {
		margin: 0;
	}
	#site-title,
	.center-logo-and-menu-enabled #site-title {
		margin: 0 auto;
	    position: absolute;
	    left: 50%;
	    transform: translate(-50%,0);
	}
	#access .nav-menu,
	#top-bar .nav-menu {
		display: none;
	}
	#access .info-header {
		display: none;
	}
	#sliding-menu-dropdown-wrapper {
		display: none;
	}
	#top-bar .social-links-wrapper {
		display: none;
	}
	#top-bar .info-header {
		display: none;
	}
	#top-bar-wrapper {
		display: none;
	}
	.header-elements-wrapper {
		margin-top: 0;
	}
	.search-header-icon:before {
		font-size: 14px;
	}
	.search-position-top-bar .header .search-header-wrapper {
		display: flex;
	}
	.center-logo-and-menu-enabled #header {
		max-height: none;
	}
	#top-bar {
		padding: 0 15px;
	}
	
	/* Blog */
	#main-content {
		display: block;
	}
	.commentlist #respond,
	.commentlist .children #respond {
		width: auto;
	}

	#secondary {
		width: 100%;
		float: none;
		margin: 0 auto 50px;
	}
	.blog.main-sidebar-is-active #secondary > .vc_column-inner,
	.single-post.main-sidebar-is-active #secondary > .vc_column-inner {
    	padding: 0 15px;
	}
	#comments-wrapper,
	.header-position-left #comments-wrapper,
	.header-position-right #comments-wrapper {
	    padding-bottom: 0;
	}
	.single-post.main-sidebar-is-active #main #secondary {
	    margin-top: 50px;
	}
	.blog.main-sidebar-is-active #primary,
	.single-post.main-sidebar-is-active #primary {
	    width: 100%;
	    margin: 0 auto;
    	float: none;
    	padding: 0;
    	padding-top: 40px;
	}
	#main-content {
		padding: 0;
	}
	.page-template-default #main #primary {
		padding: 0 15px;
	}
	#primary > .vc_column-inner {
	    padding-right: 0;
	}
	.single-post.main-sidebar-is-active.header-position-left #primary > .vc_column-inner,
	.single-post.main-sidebar-is-active.header-position-right #primary > .vc_column-inner,
	.blog.main-sidebar-is-active.header-position-left #primary > .vc_column-inner,
	.blog.main-sidebar-is-active.header-position-right #primary > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 944px) {
	.mt-team-slider-person {
	    display: block;
	}
	.team-slider-person-wrapper {
	    width: 100%;
	    margin-bottom: 32px;
	    margin-top: 0;
	    padding-right: 0;
	}
	.team-slider-person-image-wrapper {
	    width: 100%;
	    padding-left: 0;
	}
}

@media (max-width: 963px) {
	.persons-style-2[data-items-on-small-screens^="2"] {
		max-width: 742px;
	    margin: 0 auto;
	}
}
@media (max-width: 782px) {
	.admin-bar .mobile-menu-wrapper {
		padding-top: 46px;
	}
	.admin-bar.top-bar-enabled #header-wrapper.fixed {
	    top: 46px;
	}
	.admin-bar #page .search-wrapper {
		padding-top: 46px;
	}
}
@media (min-width: 768px) {
	.wpb-js-composer #page .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
	    display: none;
	}
	.wpb-js-composer #page .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
	    display: inline-block;
	}
}
@media (min-width: 868px) {
	.wpb-js-composer #page .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
	    display: block;
	}
	.wpb-js-composer #page .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
	    display: none;
	}
}
@media (max-width: 768px) {
	.posts-template-title_visible3 .featured-image.lazy img {
	    left: 0;
	    transform: none;
	}
	.posts-template-title_visible3 .hentry-text-wrapper {
		display: flex;
    	flex-flow: row wrap;
    	padding-left: 0;
    	padding-right: 0;
    	flex-direction: column;
	}
	.posts-template-title_visible3 .hentry-text-wrapper .entry-meta,
	.posts-template-title_visible3 .featured-image-wrapper {
		width: 100%;
		max-width: none;
	}
	.mt-posts-container-wrapper.posts-template-title_visible3 .entry-meta {
	    float: left;
	}
	.posts-template-title_visible3 .featured-image-wrapper {
		margin-bottom: 1em;
	}
	.site-title-description-wrapper {
		display: inline-flex;
    	flex-direction: column;
    	text-align: center;
	}
	.entry-content .vc_row-flex .wrapper > .inner-wrapper,
	.entry-content .vc_row-flex .vc_column_container > .vc_column-inner,
	.entry-content .vc_inner.vc_row-flex > .wrapper {
	    display: block;
	}
	#page .entry-content > .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	#page .entry-content > .full-width > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.inner-wrapper .vc_column_container .vc_column-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.search #primary .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner,
	.archive #primary .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.blog.main-sidebar-is-active #primary .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner,
	.single-post.main-sidebar-is-active #primary .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.mobile-menu-wrapper,
	.post-info-wrapper {
		width: 80%;
	}
	#content .marketing-tour-1 {
		margin-left: auto;
		margin-right: auto;
	}
	#content .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	    margin-left: 0 !important;
	}
	#page #respond .comment-form-author,
	#page #respond .comment-form-email,
	#page #respond .comment-form-url {
		width: 100%;
	}
	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url {
		margin-left: 0;
	}
	.marketing-tour-wrapper.marketing-tour-2 .marketing-tour {
		float: none;
		position: relative;
	}
	.marketing-tour-2 .marketing-tour-content {
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
	}
	.lightbox-video-wrapper {
		margin: 0 auto;
	}
	.vc_tta.vc_general .vc_tta-panel {
	    text-align: center;
	}
	#content .vc_tta.vc_general .vc_tta-panel-body {
	    text-align: left;
	}
	.mt-testimonials-style-2 .testimonial-content-name-title-wrapper {
	    display: block;
	}
	.hide-on-small-screen {
		display: none !important;
	}
	#content .social-links-wrapper.align-center.style-3 .social-links {
		display: block;
	}
	#content .social-links-wrapper.style-5.align-right {
		float: none;
	}
	#content .social-links-wrapper.style-5 .social-links {
		width: 100%;
	}
	#content .marketing-tour-wrapper {
		min-height: auto;
	}
	.marketing-tour-2 .marketing-tour-content {
	    text-align: center;
	}
	.marketing-tour-2 .marketing-tour-content h3 {
	    text-align: center;
	}
	.marketing-tour-wrapper.marketing-tour-2 .marketing-tour {
	    margin: 0 auto;
	}
	#content .marketing-tour-wrapper.marketing-tour-8.no-margin {
	    margin-bottom: 0;
	}
	#content .full-width .marketing-tour-8 {
		width: 100%;
	}
	#content .full-width .marketing-tour-8 {
		border-bottom: 1px solid #e9e9e9;
	}
	#content .entry-content > .full-width > .wrapper > .inner-wrapper .wpb_column:last-of-type .marketing-tour-8 {
		border-bottom: none;
	}
	.marketing-tour-8 .marketing-tour {
		height: auto;
	}
	#content .marketing-tour-wrapper.marketing-tour-11 .marketing-tour-title-wrapper {
		display: block;
		width: 100%;
		text-align: center;
	}
	.marketing-tour-wrapper.marketing-tour-11 .marketing-tour {
	    float: none;
	    display: inline-block;
	}
	.marketing-tour-11 h3 {
	    margin-left: 0;
	    margin-top: 16px;
	    clear: both;
	    width: 100%;
    	text-align: center;
	}
	.marketing-tour-11 .marketing-tour-content {
	    text-align: center;
	}
	.count-wrapper.counting-style-4 {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-direction: column;
	}
	#content .style-6 .social-links .social {
		display: flex;
	    justify-content: center;
	    align-items: center;
	    width: 33.33333333333333%;
	    float: left;
	}
	.counting-style-4 .count-caption {
	    margin-bottom: 0;
	    text-align: center;
	}
	.counting-style-6 .count-caption-wrapper {
	    margin-left: 0;
	}
	#page .vc_btn3-container.vc_btn3-right {
	    text-align: left;
	    float: left;
	    margin-bottom: 16px;
	}
	.vc_btn3-right .vc_general {
		float: left;
	}
	.person.no-margin {
	    margin-bottom: 50px;
	}
	.person.person-style-7 {
		margin-bottom: 50px;
	}
	.mt-testimonials-style-5 .mt-testimonial {
		padding: 5.8%;
	}
	.mt-testimonials-style-5 .testimonial-content-name-title-wrapper {
		display: block;
	}
	.mt-testimonials-style-5 .testimonial-wrapper {
		display: block;
    	width: 100%;
	}
	.mt-testimonials-style-5 .testimonial-title {
	    display: inherit;
	    float: none;
	}
	#content .mt-testimonials-style-5 .wpb_content_element {
	    margin-bottom: 32px;
	}
	.mt-testimonials-style-2 .mt-testimonial {
	    padding: 10%;
	}
	.mt-testimonials-style-2 .testimonial-wrapper {
	    padding-left: 0;
	}
	.mt-testimonials-style-2 .mt-testimonial .testimonial-image-wrapper {
		display: block;
	    text-align: left;
	    margin-bottom: 20px;
	}
	.mt-testimonials-style-4 .testimonial-wrapper {
	    padding-left: 0;
	    width: 100%;
	    display: block;
	    text-align: center;
	}
	.mt-testimonials-style-4 .testimonial-content-name-title-wrapper {
		display: block;
	}
	.mt-testimonials-style-4 .mt-testimonial .testimonial-name-title-wrapper {
	    text-align: center;
	}
	.mt-testimonials-style-4 .mt-testimonial .testimonial-image-wrapper {
	    display: block;
	}
	.mt-testimonials-style-4.lazyload-enabled .mt-testimonial .testimonial-image-wrapper {
	    margin: 0 auto 16px;
	    display: block;
	}
	.mt-testimonials-style-6 .mt-testimonial {
	    padding: 0;
	}
	.mt-testimonials-style-6.lazyload-enabled .mt-testimonial .testimonial-image-wrapper {
	    display: block;
	    margin: 0 auto 32px;
	}
	#content .mt-testimonials-style-6 .wpb_content_element {
		text-align: center;
	}
	.mt-testimonials-style-6 .mt-testimonial .testimonial-name-title-wrapper {
	    text-align: center;
	}
	.mt-testimonials-style-6 .testimonial-wrapper {
	    padding-left: 0;
	    display: block;
	    float: left;
	}
	#content .marketing-tour-wrapper.marketing-tour-10 {
	    float: none;
	    margin: 0 auto -1px;
	}
	.mt-testimonials-style-8 .testimonial-content-name-title-wrapper {
	    display: block;
	}
	.mt-testimonials-style-8 .testimonial-wrapper {
	    width: 100%;
	    padding: 5% 5.78% 5% 16.4%;
	}
	.mt-testimonials-style-8.lazyload-enabled .mt-testimonial .testimonial-image-wrapper {
	    display: block;
	    margin: 0 auto 30px;
	    padding: 0;
	    float: none;
	}
	.full-width .mt-posts-container-wrapper.layout-justified {
		margin-left: 0;
		margin-right: 0;
	}
	.mt-posts-container-wrapper.col-2 .hentry,
	.mt-posts-container-wrapper.col-2 .grid-sizer,
	.mt-posts-container-wrapper.col-3 .hentry,
	.mt-posts-container-wrapper.col-3 .grid-sizer,
	.mt-posts-container-wrapper.col-4 .hentry,
	.mt-posts-container-wrapper.col-4 .grid-sizer,
	.mt-posts-container-wrapper.col-2.margin-0px .hentry,
	.mt-posts-container-wrapper.col-2.margin-0px .grid-sizer,
	.mt-posts-container-wrapper.col-3.margin-0px .hentry,
	.mt-posts-container-wrapper.col-3.margin-0px .grid-sizer,
	.mt-posts-container-wrapper.col-4.margin-0px .hentry,
	.mt-posts-container-wrapper.col-4.margin-0px .grid-sizer,
	.mt-posts-container-wrapper.col-2.margin-1px .hentry,
	.mt-posts-container-wrapper.col-2.margin-1px .grid-sizer,
	.mt-posts-container-wrapper.col-3.margin-1px .hentry,
	.mt-posts-container-wrapper.col-3.margin-1px .grid-sizer,
	.mt-posts-container-wrapper.col-4.margin-1px .hentry,
	.mt-posts-container-wrapper.col-4.margin-1px .grid-sizer,
	.mt-posts-container-wrapper.col-2.margin-5px .hentry,
	.mt-posts-container-wrapper.col-2.margin-5px .grid-sizer,
	.mt-posts-container-wrapper.col-3.margin-5px .hentry,
	.mt-posts-container-wrapper.col-3.margin-5px .grid-sizer,
	.mt-posts-container-wrapper.col-4.margin-5px .hentry,
	.mt-posts-container-wrapper.col-2.margin-10px .hentry,
	.mt-posts-container-wrapper.col-2.margin-10px .grid-sizer,
	.mt-posts-container-wrapper.col-3.margin-10px .hentry,
	.mt-posts-container-wrapper.col-3.margin-10px .grid-sizer,
	.mt-posts-container-wrapper.col-4.margin-10px .hentry,
	.mt-posts-container-wrapper.col-4.margin-10px .grid-sizer,
	.mt-posts-container-wrapper.col-2.margin-20px .hentry,
	.mt-posts-container-wrapper.col-2.margin-20px .grid-sizer,
	.mt-posts-container-wrapper.col-3.margin-20px .hentry,
	.mt-posts-container-wrapper.col-3.margin-20px .grid-sizer,
	.mt-posts-container-wrapper.col-4.margin-20px .hentry,
	.mt-posts-container-wrapper.col-4.margin-20px .grid-sizer,
	.mt-posts-container-wrapper.layout-cellsbyrow.col-2 .hentry,
	.mt-posts-container-wrapper.layout-cellsbyrow.col-2 .grid-sizer,
	.mt-posts-container-wrapper.layout-cellsbyrow.col-3 .hentry,
	.mt-posts-container-wrapper.layout-cellsbyrow.col-3 .grid-sizer,
	.mt-posts-container-wrapper.layout-cellsbyrow.col-4 .hentry,
	.mt-posts-container-wrapper.layout-cellsbyrow.col-4 .grid-sizer {
	    width: 100%;
	}
	.mt-posts-container-wrapper.layout-cellsbyrow .mt-posts-container {
		height: auto;
    	display: block;
	}
	#page .layout-justified .mt-posts-container {
		max-width: 370px;
    	margin: 0 auto;
    	display: block;
	}
	#page .layout-justified .hentry {
	    padding: 0;
	}
	.mt-posts-container-wrapper.col-2 {
		max-width: 570px;
		margin: 0 auto;
	}
	.mt-posts-container-wrapper.col-2.margin-10px {
		max-width: 580px;
		margin: 0 auto;
	}
	.mt-posts-container-wrapper.col-3 {
		max-width: 370px;
		margin: 0 auto;
	}
	.mt-posts-container-wrapper.col-3.margin-20px {
		max-width: 374px;
		margin: 0 auto;
	}
	.mt-posts-container-wrapper.col-4 {
		max-width: 270px;
		margin: 0 auto;
	}
	.full-width .mt-posts-container-wrapper.col-2,
	.full-width .mt-posts-container-wrapper.col-3,
	.full-width .mt-posts-container-wrapper.col-4 {
		max-width: none;
	}
	.mt-posts-container-wrapper.col-3.title-hidden .hentry,
	.mt-posts-container-wrapper.col-4.title-hidden .hentry {
	    margin-bottom: 20px;
	}
	.mt-posts-container-wrapper.col-2.margin-0px .hentry,
	.mt-posts-container-wrapper.col-3.margin-0px .hentry,
	.mt-posts-container-wrapper.col-4.margin-0px .hentry {
		margin-bottom: 0;
	}
	.mt-posts-container-wrapper.col-2 .hentry,
	.mt-posts-container-wrapper.col-2 .grid-sizer,
	.mt-gallery-container-wrapper.col-4 .grid-sizer,
	.col-4 .mt-gallery-item,
	.mt-gallery-container-wrapper.col-2.margin-0px .grid-sizer,
	.col-2.margin-0px .mt-gallery-item,
	.mt-gallery-container-wrapper.col-3 .grid-sizer,
	.col-3 .mt-gallery-item {
	    width: 100%;
	}
	.mt-gallery-container-wrapper.col-4 .grid-sizer,
	.col-4 .mt-gallery-item {
	    width: 100%;
	}
	.col-2.margin-30px .mt-gallery-item,
	.col-3.margin-30px .mt-gallery-item,
	.col-4.margin-30px .mt-gallery-item {
		margin-bottom: 20px;
	}
	#subfooter-supplementary {
		display: block;
	}
	#colophon .social-links-wrapper.align-right {
	    float: left;
	}
	#subfooter-supplementary.two .widget-area,
	#subfooter-supplementary.three .widget-area {
	    margin-right: 0;
	    width: 100%;
	    margin-bottom: 1em;
	}
	.count-wrapper {
	    border: none;
	    margin-bottom: 50px;
	    text-align: center;
	}
	.counting-style-5 {
		margin-bottom: 0;
	}
	.count-caption-wrapper {
		float: none;
		margin-bottom: 16px;
		margin-right: 0;
	}
	.vc_col-sm-4:last-of-type .count-wrapper {
	    margin-bottom: 0;
	}
	.person.person-style-5 {
	    width: 100%;
	    display: block;
	}
	.person-style-5 .person-desc-wrapper {
	    width: 100%;
	}
	.person-style-5 .person-author-wrapper {
	    text-align: center;
	}
	.person-style-5 .person-content {
	    text-align: center;
	}
	.person-style-5 .person-desc-wrapper ul {
	    text-align: center;
	}
	.person-style-5 .person-img-wrapper {
	    margin: 0 auto 10px;
    	float: none;
	}
	.person-author-wrapper span {
	    display: block;
	    margin-left: 0;
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 16px;
	}
	.skylab-navigation {
		float: left;
		position: relative;
		top: auto;
		right: auto;
		top: auto;
		margin: 0;
		width: auto;
		display: block;
	}
	.row-header-full-width .skylab-navigation {
	  	top: auto;
	}
	#supplementary.one .widget-area,
	#supplementary.two .widget-area,
	#supplementary.three .widget-area,
	#supplementary.four .widget-area {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	#colophon #site-generator p {
		float: none;
	}
	#colophon #site-generator .social-links-wrapper {
		position: relative;
		float: none;
	}
	#colophon #site-generator .social-links-wrapper.style-2 {
		margin-top: 16px;
	}
	#colophon #site-generator .social-links-wrapper .social-links {
		float: none;
	}

	.entry-content > .wpb_row > .wrapper > .inner-wrapper {
		margin: 0;
	}

	/* Image Gallery MT
	---------------------------------------------------------- */
	.full-width .mt-gallery-container-wrapper.layout-justified {
		margin-left: 0;
		margin-right: 0;
	}
	#page .mt-gallery-container-wrapper.col-2 .mt-gallery-item,
	#page .mt-gallery-container-wrapper.col-2 .grid-sizer,
	#page .mt-gallery-container-wrapper.col-3 .mt-gallery-item,
	#page .mt-gallery-container-wrapper.col-3 .grid-sizer,
	#page .mt-gallery-container-wrapper.col-4 .mt-gallery-item,
	#page .mt-gallery-container-wrapper.col-4 .grid-sizer {
	    width: 100%;
	}
	#page .layout-justified .mt-gallery-container {
    	margin: 0 auto;
    	display: block;
	}
	#page .layout-justified .mt-gallery-item {
	    padding: 0;
	}
	.mt-gallery-container-wrapper.col-2 {
		max-width: 570px;
		margin: 0 auto;
	}
	.mt-gallery-container-wrapper.col-3 {
		max-width: 370px;
		margin: 0 auto;
	}
	.mt-gallery-container-wrapper.col-4 {
		max-width: 270px;
		margin: 0 auto;
	}
	.mt-gallery-container-wrapper.layout-cellsbyrow.col-4 .grid-sizer {
	    height: auto;
	}
	.layout-cellsbyrow .mt-gallery-item {
	    position: relative;
	    top: auto;
	}
	.mt-gallery-container-wrapper.layout-cellsbyrow .mt-gallery-container {
		height: auto;
		display: block;
	}
}

/* =Mobile Landscape Size to Tablet Portrait
----------------------------------------------- */
@media only screen and (max-width: 680px) {
	#content .style-6 .social-links .social {
	    width: 50%;
	}
	.marketing-tour-7 .marketing-tour {
	    position: relative;
	    margin-bottom: 16px;
	}
	.marketing-tour-7 .marketing-tour-content {
	    margin-left: 0;
	}
	.gallery-item {
	    width: 100% !important;
	}
	.commentlist .children li.comment .comment-meta {
	    margin-left: 0;
	}
	.commentlist .children li.comment .comment-content {
	    margin: 0 0 0 66px;
	}
	.post-password-form p:nth-of-type(2) {
		flex-direction: column;
	}
	.post-password-required input[type=password] {
		width: 100%;
		margin: 0 auto;
	}
	.post-password-form .submit-button-wrapper {
		margin: 1em auto 0;
	}
	#page .easy-social-share-button-custom .essb_links_list-drop {
	    left: 0;
	}
	#page .easy-social-share-button-custom .essb_links_list-drop:before {
	    left: 22px;
	}
}

/* =Mobile Portrait Size to Mobile Landscape Size
----------------------------------------------- */
@media (max-width: 600px) {
	.info-header {
		float: none;
	}
	#content .vc_col-sm-12 .vc_col-sm-4 .wpb_content_element.no-margin {
		margin-bottom: 40px;
	}
	#content .wpb_content_element.wpb_revslider_element.no-margin,
	#content .vc_col-sm-4:last-child .wpb_content_element.no-margin {
		margin-bottom: 0;
	}
	#top-bar #lang_sel ul ul {
		left: -15px;
	}
	.person.no-margin {
	    margin-bottom: 30px;
	}
	.info-header {
		float: none;
	}

}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both;
		display: block;
		float: none;
		max-width: 100%;
		position: relative;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #e6e6e6;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.825em;
		padding: 1.825em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.825em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.825em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #000;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #000;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #efefef;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #000;
	}

}