/*
Theme Name: Skylab
Theme URI: http://demo.megathe.me/skylab/
Author: MegaTheme
Author URI: http://megathe.me
Description: Skylab is a premium responsive creative portfolio 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.0.5
License: GNU General Public License v3 or later
License URI: http://www.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 {
	font-weight: 400;
	text-align: left;
}
th {
	font-weight: 400;
	padding: 12px 20px;
}
td {
	padding: 20px 20px;
}
blockquote, q {
	quotes:'‘' '’';
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* =2. Structure
----------------------------------------------- */

body {
	padding: 0;
	overflow-x: hidden;
}
#page {
	margin: 0 auto;
	width: 100%;
	position: relative;
	background: transparent;
	transition: opacity ease .3s;
	display: flex;
    flex-direction: column;
    height: 100%;

    opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#page.header-position-left,
#page.header-position-right {
	height: auto;
}
.single-post #page {
	margin: 0 auto;
}
.single-post #main {
	max-width: none;
}
#content {
	margin: 0;
}
#wrapper {
	max-width: 1441px;
	margin: 0 auto;
	padding: 4em 0 0;
}
#primary {
	position: relative;
	box-sizing: border-box;
    margin: 0 auto;
}
#primary > .vc_column-inner {
	padding-left: 30px;
	padding-right: 30px;
}
.blog #primary {
	max-width: 1170px;
}
#main-content {
	max-width: 1170px;
    margin: 0 auto 50px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
}
.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: 40px;
	box-sizing: border-box;

	max-width: 255px;
}
.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: 0 30px 30px;
}
.columns_count_1 .wpb_thumbnails-alternative .sticky .more-link {
	background: #000;
    color: #fff;
}
.columns_count_1 .wpb_thumbnails-alternative .sticky .more-link:hover {
	opacity: .8;
}
.sticky .entry-header .entry-meta .cat-links a,
.sticky .entry-header .entry-meta .cat-links,
.sticky .entry-header .entry-meta .entry-date-wrapper,
.sticky .entry-header .entry-meta .comments-link,
.sticky .entry-header .author a,
.sticky .entry-meta .sep,
.sticky .sep {
    color: #000;
}
.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 50px;
	max-width: 780px;
	text-align: center;
}

/* Blog, Search and Archive */
.archive #primary,
.search #primary,
.blog #primary {
	margin: 0;
	padding: 0;
	width: 100%;
}
#main .heading-wrapper {
	margin-top: 50px;
}
#main .heading-wrapper .wpb_wrapper {
	text-align: left;
}
#main #content .heading-wrapper h1 {
	margin: 1em 0;
	max-width: 850px;
}
.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;

	max-width: 790px;
}

.main-sidebar-is-active #main {
	float: none;
}
.entry-content-meta-wrapper .entry-header {
	padding-left: 0;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 8px;
}
.single-post .entry-content-meta-wrapper .entry-header {
	margin-top: 6px;
}
.entry-meta {
	text-align: center;
	padding: 0;
	margin-top: 1em;
}
.entry-header .entry-meta {
	margin: 0 auto;
	text-align: center;
}
.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: #b2b2b2;
}
.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;
}
.entry-content-meta-wrapper .entry-content {
	padding-left:0;
	max-width: 810px;
	margin: 0 auto;
	max-width: none;
}

@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 #page {
	width: auto;
}
.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: 0;
	font-size: 48px;
	line-height: 1.6;
	display: inline;
	text-transform: none;
	letter-spacing: 0;
	float: none;
	margin-bottom: 0;
	color: #000;
}
.page-template-default #main #content {
	width: auto;
	max-width: 1170px;
	margin: 70px auto;
}
.page-template-default #main #content .type-page {
	width: auto;
	max-width: 1170px;
	margin: 0 auto 50px;
}
.page-template-default #main #content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

/* Contact */
#content div.wpcf7 {
	margin-bottom: 1em;
	display: inline-block;
	width: 100%;
}
.wpcf7-submit {
	cursor: pointer;
    margin: 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
    background: #000;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 15px 40px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}
#content .wpcf7-submit:hover {
	background: #000;
	color: #fff;
	opacity: .8;
}
.wpcf7-submit span {
	display: inline-block;
    position: relative;
}
.wpcf7-submit:hover span {
	transform: translateX(0);
}
.wpcf7-submit:after {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);

    display: none;
}
.wpcf7-submit:hover:after {
	opacity: 1;
    transform: translateX(0);
}
.input-block {
	margin: 0 0 20px 0;
}
.wpcf7-form label {
	cursor: pointer;
}
.wpcf7-form input {
	width: auto;
	box-sizing: border-box;
	min-width: 166px;
}
.wpcf7-form textarea {
	box-sizing: border-box;
}
.wpcf7-form .textarea-block {
	clear: both;
}
#content .wpcf7-form .textarea-block span.wpcf7-not-valid-tip {
	margin-top: -8px;
}
#content span.wpcf7-not-valid-tip {
	position: inherit;
	left: 0;
	top: 0;
	background: transparent;
	border: none;
	font-size: 12px;
	width: auto;
	padding: 0;
	display: block;
	margin-top: 6px;
	animation: mt-fadeInHeight .2s;
	font-weight: 400;
}
#content .dark span.wpcf7-not-valid-tip {
	color: #fff;
}
#content .wpcf7-response-output {
	float: left;
}
#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 {
	border-color:#ffc1c1;
}
#content div.wpcf7-validation-errors,
#content div.wpcf7-mail-sent-ok {
	border: none;
    margin: 16px 0 0;
    padding: 0;
    font-size: .875em;
    border-radius: 0;
    box-shadow: none;
}
.mandatory {
	float: left;
}
#content div.wpcf7 .watermark {
	color: #000;
	font-weight: 700;
}
.wpcf7 .wpcf7-not-valid.watermark {
	color: #fe362c;
}
#content div.wpcf7 .ajax-loader-wrapper {
    top: 50%;
    margin-top: -7px;
    display: inline-block;
    line-height: 0;
    margin-left: 16px;
    position: absolute;
    bottom: 1px;
}
#content div.wpcf7 .ajax-loader-wrapper {
	visibility: hidden;
    opacity: 0;
    transform: scale(0);
}
#content div.wpcf7 img.ajax-loader {
	z-index: 2;
	height: auto;
	width: auto;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 16px;
	position: relative;
	top: 0;
	-webkit-transition: none;
	transition: none;
	border-radius: 0;
	background: transparent;
	border: none;
	-webkit-animation: standard .6s infinite linear;
	animation: standard .6s infinite linear;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;

	max-width: 14px;
	min-width: 14px;

	opacity: 1;

	visibility: visible !important;
	margin: 0;
}
#content div.wpcf7 p {
	position: relative;
}
#content div.wpcf7 .ajax-loader {
	z-index: 2;
	height: auto;
	width: 14px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-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: 10px;
}
#content div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
	opacity: 1;
	transform: translateY(-50%) scale(1);
}
#content div.wpcf7 .ajax-loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

/* Portfolio */
.block-portfolio {
	max-width: 1170px;
	margin: 0 auto;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.block-portfolio.light-margin {
	margin-top: 20px;
}
.block-portfolio.no-margin-top {
	margin-top: 0;
}
.block-portfolio.full-width {
	max-width: none;
	width: 100%;
	overflow: hidden;
}
.entry-content > .wpb_row.portfolio-padding > .wrapper {
  	padding: 0 40px;
}
.entry-content > .wpb_row.portfolio-padding.narrow > .wrapper {
	padding: 0 1.5%;
}
.portfolio-padding .block-portfolio.full-width {
	width: auto;
	padding: 0;
	max-width: none;
}
.entry-content > .wide > .wrapper .block-portfolio.full-width {
	max-width: none;
}
.portfolio-padding.col3 .block-portfolio.full-width {
	padding: 0;
}
.portfolio-padding.col3.wide .block-portfolio.full-width {
	padding: 0;
}
.infinite-scroll-enabled + .nav-pagination {
	display: none;
}
.infinite-scroll-enabled-with-button ~ .nav-pagination,
.infinite-scroll-enabled-with-button .nav-pagination {
	display: none;
}
#page .load-more {
	margin: 0;

	-webkit-transition: background-color 0.1s ease, border-color 0.1s ease;
    transition: background-color 0.1s ease, border-color 0.1s ease;
}
#page .wpb_grid-alternative .load-more {
	margin: 14px 0 0;
}
.load-more-button-text {
	font-weight: 700;
	display: inline-block;
	transition: all .2s ease;
}
#page .infinite-scroll-button-style-2 .load-more.vc_btn3.vc_btn3-style-modern {
    text-transform: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 22px;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0 !important;
    border-color: transparent;
    background: transparent;
    color: #000;
    cursor: pointer;
}
#page .infinite-scroll-button-style-3 .load-more-wrapper {
	margin-top: 18px;
	margin-bottom: 0;
}
#page .wpb_grid-alternative.infinite-scroll-button-style-3 .load-more-wrapper {
	margin-top: 1px;
	height: 52px;
}
@-webkit-keyframes rotation {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes rotation {
  from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(360deg); }
}
@keyframes rotation {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
#page .infinite-scroll-button-style-3 .title-visible + .load-more-wrapper {
	margin-top: 0;
	margin-bottom: 16px;
}
#page .full-width.portfolio-padding .infinite-scroll-button-style-3 .load-more-wrapper {
	margin-top: 2px;
	margin-bottom: 11px;
}
#page .infinite-scroll-button-style-3 .load-more.vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    text-transform: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 22px;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0 !important;
    border-color: transparent;
    background: transparent;
    color: #bbb;
    margin-top: 0;
    min-width: auto;
}
#page .infinite-scroll-button-style-2 .load-more span {
    position: relative;
    display: inline-block;
    transform: none;
}
#page .infinite-scroll-button-style-2 .load-more:after {
	display: none;
}
#page .infinite-scroll-button-style-3 .load-more span {
    border: 2px solid;
    border-color: #bbb;
    -webkit-transition: border-color 0.1s ease;
    transition: border-color 0.1s ease;
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8;
    margin: auto;
    transform: none;
}
#page .infinite-scroll-button-style-3 .load-more:hover span {
    border-color: #999;
}
#page .infinite-scroll-button-style-3 .load-more span:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: .9;
    -webkit-font-smoothing: antialiased;
    content: "\e90e";
    color: #bbb;
    font-size: 12px;
    font-style: normal;
    transition: color ease .1s, transform ease .2s;
    display: inline-block;
}
#page .infinite-scroll-button-style-3 .load-more:hover span:before {
    color: #999;

    animation-name: rotation;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}
#page .infinite-scroll-button-style-3 .vc_btn3-style-modern:after {
	display: none;
}
#page .infinite-scroll-button-style-2 .load-more:hover span {}
#page .infinite-scroll-button-style-2 .load-more:hover span:before {
    background: #999;
    width: 100%;
}
#page .infinite-scroll-button-style-2 .load-more .load-more-button-text:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 2.9;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    border: 2px solid;
    border-radius: 50%;
    margin-left: 10px;
    border-color: #999;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-align: center;

    display: none;
}
#page .infinite-scroll-button-style-2 .load-more:hover .load-more-button-text:after {
    background: #999;
    color: #fff;
}
.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: absolute;
	bottom: -30px;
	left: 50%;
    margin-left: -16px;
}
#infscr-loading img {
	width: auto;
    position: relative;
    -webkit-transition: none;
    transition: none;
    border-radius: 0;
    background: transparent;
    -webkit-animation: standard .6s infinite linear;
    animation: standard .6s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    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;
}
#page .infinite-scroll-button-style-2 .load-more.vc_btn3.vc_btn3-shape-round,
#page .infinite-scroll-button-style-3 .load-more.vc_btn3.vc_btn3-shape-round {
	min-width: auto;
}
.load-more #infscr-loading {
	opacity: 0;
	transform: scale(0, 0);
	width: auto;
	height: auto;
	margin-right: 0;
	position: absolute;
	top: 50%;
    left: 50%;
    display: block !important;
}
.posts-style-9 .load-more #infscr-loading {
	left: 2px;
}
.infinite-scroll-button-style-3 .load-more #infscr-loading {
	line-height: 0;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -7px;
    
    margin: -10px 0 0 -10px;
    height: 20px;
    width: 20px;
    text-align: center;
    position: absolute;
    z-index: 10000;
    border-radius: 0;;
    background: transparent;
    box-shadow: none;
    border-top: none;
    -webkit-animation: none;
    animation: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    opacity: 1;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0 !important;
    transform: scale(0, 0) !important;
    transition: all ease .4s;
}
#page .infinite-scroll-button-style-3 .load-more.is-animating #infscr-loading {
	opacity: 1 !important;
    transform: scale(1) !important;
}
.infinite-scroll-button-style-3 .load-more #infscr-loading div {
	height: 20px;
    width: 20px;
    border-radius: 100%;
    background: #bbb;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
    -webkit-animation: mt-scaleout .7s infinite ease-in-out;
    animation: mt-scaleout .7s infinite ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: .7;
}
#page .load-more.is-animating {
	cursor: default;
	pointer-events: none;
}
#page .infinite-scroll-button-style-3 .load-more.is-animating span:before {
	transform: scale(0);
}
#page .infinite-scroll-button-style-3 .load-more:hover #infscr-loading:before {
    color: #999;
}
#page .infinite-scroll-button-style-3 .load-more:hover #infscr-loading {
    background: transparent;
}
#page .infinite-scroll-button-style-3 .load-more:hover #infscr-loading div {
    background: #999;
}
.is-animating .load-more-button-text {
	opacity: 0;
	transform: scale(.85);
}
.load-more-wrapper {
	font-weight: 400;
	font-size: 22px;
	color: #999;
	position: relative;
	margin-top: 26px;
}
#page .vc_general.vc_btn3.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;
}
.infinite-scroll-button-style-3 .is-finishedMsg  {
	color: #b6b6b6;
	bottom: 12px;
}
.is-finished + .is-finishedMsg {
	opacity: 1;
    transform: scale(1);
}
.block-portfolio .col3 .hentry {
	float: left;
	border: none;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
}
.block-portfolio .col2 .hentry {
	float: left;
	border: none;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
}
.block-portfolio .col3.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;
}
.col1 .gutter-sizer {
	width: 0;
}
.full-width.narrow .gutter-sizer {
	width: 1.5%;
}
.narrow .gutter-sizer {
	width: .9%;
}
.margin-disabled .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%;
}
.block-portfolio .col3 .hentry,
.block-portfolio .col3 .grid-sizer {
	width: 31.66666666666667%;
}
.block-portfolio .col2 .hentry,
.block-portfolio .col2 .grid-sizer {
	width: 48.75%;
}
.block-portfolio .col1 .hentry,
.block-portfolio .col1 .grid-sizer {
	width: 100%;
}

.block-portfolio .col3.margin-1px .hentry,
.block-portfolio .col3.margin-1px .grid-sizer {
	width: 33.26666666666667%;
}
.block-portfolio .col2.margin-1px .hentry,
.block-portfolio .col2.margin-1px .grid-sizer {
	width: 49.9%;
}
.block-portfolio .title-hidden.margin-1px .hentry {
	margin-bottom: .1%;
}

.block-portfolio .col3.margin-5px .hentry,
.block-portfolio .col3.margin-5px .grid-sizer {
	width: 33%;
}
.block-portfolio .col2.margin-5px .hentry,
.block-portfolio .col2.margin-5px .grid-sizer {
	width: 49.5%;
}
.block-portfolio .title-hidden.margin-5px .hentry {
	margin-bottom: .5%;
}

.block-portfolio .col3.margin-10px .hentry,
.block-portfolio .col3.margin-10px .grid-sizer {
	width: 32.66666666666667%;
}
.block-portfolio .col2.margin-10px .hentry,
.block-portfolio .col2.margin-10px .grid-sizer {
	width: 49%;
}
.block-portfolio .title-hidden.margin-10px .hentry {
	margin-bottom: 1%;
}

.block-portfolio .col3.margin-20px .hentry,
.block-portfolio .col3.margin-20px .grid-sizer {
	width: 31.66666666666667%;
}
.block-portfolio .col2.margin-20px .hentry,
.block-portfolio .col2.margin-20px .grid-sizer {
	width: 48%;
}
.block-portfolio .title-hidden.margin-20px .hentry {
	margin-bottom: 2%;
}

.block-portfolio .col1.title-hidden .hentry {
	margin-bottom: 50px;
}
.block-portfolio .col2.margin-disabled .hentry,
.block-portfolio .col2.margin-disabled .grid-sizer {
	width: 50%;
}
.block-portfolio .col2.title-hidden .hentry {
	margin-bottom: 2.5%;
}
.block-portfolio .col3 .portfolio-view-wrapper {}
.block-portfolio .col4 .portfolio-view-wrapper {
	width: 100%;
	height: 100%;
}
.block-portfolio .col4 .portfolio-view-content {
	text-align: center;
}
.block-portfolio .portfolio-view-content.meta_center {
	text-align: center;
}
.block-portfolio .portfolio-view-content.meta_left {
	text-align: left;
}
.block-portfolio .portfolio-view-content.meta_left_top {
	text-align: left;
	vertical-align: top;
}
.block-portfolio .col4 .post-thumbnail h2,
.block-portfolio .col3 .post-thumbnail h2 {
	letter-spacing: 0;
	font-size: 18px;
	text-transform: none;
}
.block-portfolio .col4 .hentry {
	float: left;
	border: none;
	margin: 0 0 40px 0;
	padding: 0;
	position: relative;
}
.block-portfolio .title-hidden .hentry {
	overflow: hidden;
}
.block-portfolio .col4.title-hidden .hentry {
	margin-bottom: 2.5%;
}
.full-width.narrow .block-portfolio .col4.title-hidden .hentry,
.full-width.narrow .block-portfolio .col3.title-hidden .hentry,
.full-width.narrow .block-portfolio .col2.title-hidden .hentry {
	margin-bottom: 1.5%;
}
.narrow .block-portfolio .col4.title-hidden .hentry,
.narrow .block-portfolio .col3.title-hidden .hentry,
.narrow .block-portfolio .col2.title-hidden .hentry {
	margin-bottom: .9%;
}
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .title-hidden .hentry {
	margin-bottom: 3.36%;
}
.block-portfolio .col4 .hentry,
.block-portfolio .col4 .grid-sizer {
	width: 23.125%;
}
.full-width.narrow .block-portfolio .col4 .hentry,
.full-width.narrow .block-portfolio .col4 .grid-sizer {
	width: 23.88%;
}
.narrow .block-portfolio .col2 .hentry,
.narrow .block-portfolio .col2 .grid-sizer {
	width: 49.55%;
}
.narrow .block-portfolio .col3 .hentry,
.narrow .block-portfolio .col3 .grid-sizer {
	width: 32.77%;
}
.entry-content > .full-width.narrow.portfolio-padding > .wrapper .block-portfolio .col3 .hentry,
.entry-content > .full-width.narrow.portfolio-padding > .wrapper .block-portfolio .col3 .grid-sizer {
    width: 32.35%;
}

/* Portfolio Full Width */
.block-portfolio.full-width .margin-disabled .hentry img  {
	width: 100%;
	max-width: none;
}
.block-portfolio.full-width .title-visible.margin-disabled .hentry {
	margin: 0 0 30px;
}
.block-portfolio.full-width .col4 .portfolio-view-wrapper,
.block-portfolio.full-width .col4 .entry-view-wrapper {
	width: 100%;
}

#content .filters.full-width {
	max-width: none;
	margin: 0 0 15px;
}
#content .filters.full-width div {
	margin: 0 auto;
	max-width: 1170px;
}
#content .block-portfolio.light-margin .filters.full-width {
	margin-bottom: 21px;
}
#content .filters.full-width a {
	float: none;
	display: inline-block;
}

#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 .dark .filters.filter-left div {
	background: transparent;
}
#content .dark .filters.filter-left:after {
	content: "";
	position: absolute;
	height: 0;
	border: none;
	top: 0;
	left: 0;
	width: 0;
}
#content .dark .filters a {
	color: #d9d9d9;
}
#content .dark .filters a:hover {
	color: #000;
	background: #d9d9d9;
}

/* Portfolio Margins Disabled */
.block-portfolio .title-hidden.margin-disabled .hentry {
	margin: 0;
	overflow: hidden;
}
.block-portfolio .col4.margin-disabled .hentry,
.block-portfolio .col4.margin-disabled .grid-sizer {
	width: 25%;
}
.block-portfolio .col4.margin-disabled .hentry.portfolio-50-width {
	width: 50%;
}
.block-portfolio .col4.portfolio-50-width-enabled .hentry.portfolio-50-width {
	width: 49%;
}
.block-portfolio .col4.margin-disabled .hentry .post-thumbnail {
	overflow: visible;
}
.block-portfolio .col4.margin-disabled .hentry img {
	width: 100%;
}
.block-portfolio .title-hidden .hentry img {
	transition: cubic-bezier(0.215, 0.61, 0.355, 1) .5s;
}
.block-portfolio .title-hidden .hentry .post-thumbnail:hover img {
	transform: scale(1.05);
}
.block-portfolio .margin-disabled .hentry img {
	max-width: none;
}
.block-portfolio.full-width .post-thumbnail {
	overflow: visible;
}
.block-portfolio .col4.margin-disabled .hentry .portfolio-view-wrapper {
	width: 100%;
}
.block-portfolio .col3.margin-disabled .hentry,
.block-portfolio .col3.margin-disabled .grid-sizer {
	width: 33.33333333333333%;
}
.block-portfolio .col3.margin-disabled .post-thumbnail {
	overflow: visible;
}
.block-portfolio .title-visible.margin-disabled .hentry {
	margin: 0 0 30px;
}
.block-portfolio .hentry img {
	display: block;
	max-width: 100%;
	width: 100%;
	float: left;

	-webkit-backface-visibility: visible;
	-moz-transform: rotate(0);
}
.block-portfolio .hentry .content-wrapper {
	padding-bottom: 0;
	border: none;
	opacity: 1;
	font-style: normal;
	text-decoration: none;
}
.block-portfolio .hentry .content-wrapper:before,
.block-portfolio .hentry .content-wrapper:after {
	display: none;
}
.portfolio-style-2 .hentry .content-wrapper {
	display: block;
	opacity: 1;
}
.portfolio-style-11 .hentry .content-wrapper {
	display: block;
}
.post-thumbnail-wrapper-2 {
	position: relative;
}
.portfolio-style-11 .portfolio-item-content-wrapper {
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    display: none;
}
.portfolio-style-11 .post-thumbnail-wrapper-1 {
	position: relative;
	transition: transform ease .4s, box-shadow ease .4s;
	border: 1px solid #e6e6e6;
}
.portfolio-style-11 .post-thumbnail-wrapper-1 .browser-bar {
	background: transparent;
}
.portfolio-style-11 .browser-button {
	background: #e6e6e6;
	opacity: 1;
}
.portfolio-style-11 .hentry .content-wrapper:hover .post-thumbnail-wrapper-1 {
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.portfolio-style-11 .portfolio-item-content-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity ease .2s;
    top: 0;
}
.portfolio-style-11 .hentry a:hover .portfolio-item-content-wrapper:after {
    opacity: .8;
}
.portfolio-style-11 .portfolio-item-content-wrapper span {
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    font-size: 12px;
    position: relative;
    z-index: 100;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-style-11 a:hover .portfolio-item-content-wrapper span {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
#content .block-portfolio .special-button {
	margin-top: 20px;
}
#content .block-portfolio .special-button .vc_btn3 {
	font-size: 22px;
}
.block-portfolio .hentry a.content-wrapper:hover .portfolio-data h2 {}
.block-portfolio .hentry a.content-wrapper:hover .post-thumbnail {
	opacity: 1;
}
.portfolio-style-2 .hentry .post-thumbnail-wrapper-1,
.portfolio-style-5 .hentry .post-thumbnail-wrapper-1 {
	position: relative;
	transition: opacity ease .2s;
}
.portfolio-style-2 .hentry a.content-wrapper:hover .post-thumbnail-wrapper-1,
.portfolio-style-5 .hentry a.content-wrapper:hover .post-thumbnail-wrapper-1 {
	opacity: .8;
}
.block-portfolio a.content-wrapper .post-thumbnail {
	transition: all ease .4s;
	-webkit-backface-visibility: hidden;
}
.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: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	transition: background ease .2s;
	opacity: .4;
}
.dark .browser-button {
	background: #fff;
}
.dark .browser-bar-light .browser-button {
	background: #000;
}
.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;
}
.block-portfolio .post-thumbnail {
	position: relative;
	margin: 0;
	overflow: hidden;
}
.block-portfolio .title-hidden .entry-header {
	margin: 0;
}
.block-portfolio .entry-category {
	font-size: .875em;
	max-width: 200px;
    margin: 0 auto;
    min-height: 44px;
}
.portfolio-view-animate {
	opacity: 1;
	visibility: visible;

	transform: none;

	transition: none;
}
.portfolio-view-animate .entry-header {
	opacity: 0;
	visibility: hidden;

	transform: translateY(10px);

	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}
.post-thumbnail:hover .portfolio-view-animate .entry-header {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.portfolio-view-animate .entry-excerpt,
.portfolio-view-animate .entry-category {
	opacity: 0;
	visibility: hidden;

	transform: translateY(15px);

	transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}
.post-thumbnail:hover .portfolio-view-animate .entry-excerpt,
.post-thumbnail:hover .portfolio-view-animate .entry-category {
	opacity: 1;
	visibility: visible;

	transform: translateY(0);
}
.post-thumbnail:hover .portfolio-view-animate {
	opacity: 1;
	visibility: visible;

	transform: none;
}
.block-portfolio .title-hidden .entry-category.categories-bottom {
	position: absolute;
	bottom: 30px;
}
.portfolio-style-6 .entry-category {
	margin: 1em 0 0;
}
.block-portfolio .title-hidden .portfolio-view-animate .entry-category.categories-bottom {
	bottom: 0;

	transition: all .1s ease;
}
.block-portfolio .title-hidden a:hover .portfolio-view-animate .entry-category.categories-bottom {
	bottom: 30px;
}
.block-portfolio .col4 .entry-category,
.block-portfolio .col3 .entry-category {
	font-size: .875em;
}
.block-portfolio .entry-category .sep {
	padding: 0 5px;
	color: #b2b2b2;
}
.block-portfolio .entry-excerpt {
	color: #b2b2b2;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
.block-portfolio .title-hidden .entry-excerpt {
	margin-top: 16px;
	color: #fff;
}
.block-portfolio .title-hidden .entry-category {
	margin-top: 1em;
}
.block-portfolio .entry-excerpt p {
	margin-bottom: 8px;
}
.block-portfolio .title-hidden .entry-excerpt p {
	margin-bottom: 0;
}

.title-visible .portfolio-view {
	position: relative;
	background: transparent;
}
.block-portfolio .title-visible .entry-excerpt,
.block-portfolio .title-visible .entry-category {
    text-align: center;
    margin-top: 4px;
    padding: 0 20px;
}
.block-portfolio .title-visible .portfolio-view-content {
	padding: 20px 0;
	text-align: center;
}
.block-portfolio .col4.title-hidden .portfolio-view-content {
	padding: 20px;
}
.title-visible .entry-header {
	margin: 1em 0 0;
    text-align: center;
    padding: 0 20px;
}
.title-visible.portfolio-text-left .entry-header {
	padding: 0 20px;
}
.full-width .title-visible.portfolio-text-left .entry-header {
	padding: 0 20px;
}
.title-visible.portfolio-text-left .entry-header h2 {
	text-align: left;
}
.title-visible.portfolio-text-left .entry-header h2:after {
	display: none;
}
.block-portfolio .title-visible.portfolio-text-left .entry-excerpt,
.block-portfolio .title-visible.portfolio-text-left .entry-category {
	text-align: left;
	margin-left: 0;
}
.title-visible .portfolio-view-animate .entry-header {
	margin: 0;
	max-height: 33px;
}
.title-visible .entry-header h2 {
	font-size: 24px;
    line-height: 1.25;
    margin: 0;
    display: inline-block;
    transition: all ease .2s;
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    text-align: center;
}
.dark .title-visible .entry-header h2 {
	color: #fff;
}
.block-portfolio .col4 .post-thumbnail h2,
.block-portfolio .col3 .post-thumbnail h2 {
	font-size: 16px;
}
.portfolio-style-2 .title-visible .entry-header h2 {
	font-size: 16px;
}
.portfolio-style-5 .title-visible .entry-header h2 {
	font-size: 18px;
}
.portfolio-style-5.full-width .title-visible.margin-disabled .hentry {
	margin: 0 0 50px;
}
.portfolio-style-5 .title-visible .entry-header {
    text-align: left;
}
.full-width .title-visible .entry-header {
    padding: 0 30px;
}
.portfolio-style-3 .title-hidden .hentry .post-thumbnail:hover img,
.portfolio-style-4 .title-hidden .hentry .post-thumbnail:hover img {
    transform: none;
}
.portfolio-style-3 .portfolio-view-wrapper {
	padding: 30px;
    box-sizing: border-box;
    text-align: left;
}
.portfolio-style-3 .portfolio-view-content {
	vertical-align: top;
}
.portfolio-style-14 .portfolio-view-wrapper {
	padding: 30px;
    box-sizing: border-box;
    text-align: left;
}
.portfolio-style-14 .portfolio-view-content {
	vertical-align: top;
}
.portfolio-style-6 .portfolio-view-wrapper {
	padding: 30px;
    box-sizing: border-box;
    text-align: left;
}
.portfolio-style-6 .portfolio-view-content {
	vertical-align: top;
}
.portfolio-style-6 .post-thumbnail h2 {
	font-size: 22px;
	color: #000;
	margin: 1em 0 0;
	text-align: left;
}
.portfolio-style-3 .post-thumbnail h2 {
	margin: 0;
	text-align: left;
}
.portfolio-style-3 .col4 .post-thumbnail h2,
.portfolio-style-3 .col3 .post-thumbnail h2 {
	font-size: 22px;
}
.portfolio-style-4 .post-thumbnail h2,
.portfolio-style-4 .post-thumbnail h2 {
	font-size: 22px;
}
.portfolio-style-11 .title-visible .entry-header h2 {
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
}
.portfolio-style-11 .hentry a.content-wrapper:hover .portfolio-data h2 {
	color: #000;
}
.portfolio-style-11 .title-visible .entry-header h2:after {
	display: none;
}
.portfolio-style-12 .col3 .post-thumbnail h2,
.portfolio-style-12 .col4 .post-thumbnail h2 {
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.portfolio-style-13 .post-thumbnail h2 {
	font-size: 24px;
}
.portfolio-style-14 .post-thumbnail h2 {
	margin: 0;
	text-align: left;
	font-style: italic;
    font-weight: 400;
    font-size: 16px;
}
.title-visible a.content-wrapper h2 span {
	position: relative;
}
.block-portfolio.full-width .col4.title-hidden .post-thumbnail h2 {
	font-size: 16px;
}
.title-visible .portfolio-data {
	color: #000;
	text-decoration: none;
}
.portfolio-data {
	margin: 20px 0 0;
	text-align: center;
}
.title-visible .portfolio-data:hover {
	color: #999;
}
.block-portfolio .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 0.7s ease-in-out;
}
.title-visible a:hover .entry-view-wrapper {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);

	transform: translate(-15%, -15%) rotate(45deg);
}
.full-width .col3.title-visible .entry-view-wrapper {
	width: 100.1%;
}

.title-visible a:hover .entry-view-wrapper {
	opacity: 1;
}

.entry-category {
	color: #999;
	font-size: .875em;
	text-transform: none;
}
.entry-category .sep {
	padding: 0 5px;
	color: #b2b2b2;
}
.entry-excerpt {
	color: #b2b2b2;
}

/* Justified Portfolio */
.layout-justified .portfolio-gallery {
	display: flex;
  	flex-wrap: wrap;
}
.layout-justified .portfolio-gallery .hentry,
.layout-justified .portfolio-gallery::after {
	--ratio: calc(var(--w) / var(--h));
	--row-height: 38vh;
	flex-basis: calc(var(--ratio) * var(--row-height));
}
.layout-justified .portfolio-gallery .hentry {
	flex-grow: calc(var(--ratio) * 100);
	width: 100% !important;
}
.layout-justified .portfolio-gallery::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 .portfolio-gallery {
    margin: 0 -15px;
}
.layout-justified .hentry .content-wrapper {
   	overflow: hidden;
}

.layout-justified .margin-1px .hentry {
	padding: 0 1px;
}
.layout-justified .title-hidden.margin-1px .hentry {
	margin-bottom: 2px;
}
.layout-justified .portfolio-gallery.margin-1px {
    margin: 0 -1px;
}
.layout-justified .margin-5px .hentry {
	padding: 0 2px;
}
.layout-justified .title-hidden.margin-5px .hentry {
	margin-bottom: 4px;
}
.layout-justified .portfolio-gallery.margin-5px {
    margin: 0 -2px;
}
.layout-justified .margin-10px .hentry {
	margin-bottom: 10px;
	padding: 0 5px;
}
.layout-justified .title-hidden.margin-10px .hentry {
	margin-bottom: 10px;
}
.layout-justified .portfolio-gallery.margin-10px {
    margin: 0 -5px;
}
.layout-justified .margin-20px .hentry {
	padding: 0 10px;
}
.layout-justified .title-hidden.margin-20px .hentry {
	margin-bottom: 20px;
}
.layout-justified .portfolio-gallery.margin-20px {
    margin: 0 -10px;
}

/* Password Protected  */
.password-protected {
	text-align: center;
	padding: 30px 0 20px;
	background: whiteSmoke;
	max-width: 50%;
	margin: 4em auto;
	color: #000;
}
.protected {
	text-transform: none;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto 1.825em;
}
.password-protected input[type="password"] {
	background: #fff;
	border-color: #b2b2b2;
	color: #000;
	margin: 0;
	padding: 5px 8px;
}
.password-protected input[type="password"]:focus {
	border-color: #000;
	background: #fafafa;
}
.password-protected input[type="submit"] {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
	box-shadow: none;
	border: none;
	color: white;
	padding: 6px 14px;
	cursor: pointer;
	margin: 0 0 0 5px;
	position: relative;
}
.password-protected input[type="submit"]:hover {
	background: #b2b2b2;
}

/* Single Portfolio */
.single-portfolio #content {
	padding: 0;
}
.single-portfolio .hentry {
	padding: 0;
	margin: 0;
}
.single-portfolio #main {
	max-width: 100%;
}

/* Header */
.entry-header-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	max-width: none;
	border-radius: 0;
	max-width: 1170px;
    margin: 0 auto;
}
.non-sticky-header.transparent-header #header-wrapper {
	position: absolute;
}
.center-logo-and-menu-enabled.sticky-header .entry-header-wrapper {
	margin-top: 70px;

    -webkit-backface-visibility: hidden;

    position: relative;
    width: 100%;
    height: 100%;
}
.non-sticky-header.entry-header-wrapper .entry-header {
	margin: 0 auto;
	padding: 5.2% 0 3.7%;
	text-align: center;
}
.entry-header-wrapper .entry-header {
	margin: 50px auto 0;
	padding: 0;
	text-align: center;
	position: relative;
    z-index: 100;
}
#page .featured-image-wrapper {
	max-height: 685px;
	max-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform ease .7s;
	transform: translate(0px, 0px) scale(1);
	margin-top: 50px;
}
#page .entry-header-wrapper .featured-image.lazy {
	padding-bottom: 60% !important;
    background: transparent;
}
#page .entry-header-wrapper .featured-image.lazy img {
	left: 50%;
    transform: translate(-50%, 0);
}
.featured-image-wrapper-helper {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}
.archive #page .featured-image-wrapper,
.search #page .featured-image-wrapper {
	max-width: 150px;
}
#page.hidden .entry-header-wrapper .featured-image-wrapper {
	transform: translate(0px, 40px) scale(1);
}
#page .featured-image {
	width: 100%;
}
.entry-header-wrapper .featured-image img {
	float: left;
}
.single-post .entry-header-wrapper .entry-header {}
.single-post .entry-header-wrapper .entry-header > div {
	width: 100%;
}
.entry-content-meta-wrapper .entry-header .entry-title {
	text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-align: center;
    display: block;
    font-size: 52px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.425em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.425em;
}
.aligncenter {
	display: block;
	margin: 0 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.6;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: none;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #fff;
    height: 100%;
}
.footer-parallax-enabled {
    height: auto;
}
body:after {
	display: none;
	content: 'big';
}
body:before {
    display: none;
}

/* 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;
}

.no-found {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 1.825em 0;
	text-transform: uppercase;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: normal;
	line-height: 1.25;
	margin: .5em auto;
	clear: both;
	color: #000;
	word-wrap: break-word;
	width: 100%;
	display: inline-block;
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	max-width: 750px;
}
.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 {
	max-width: 750px;
	margin: 0 auto 1em;
	width: 100%;
	text-align: left;
}
.entry-content .wp-block-gallery {
	max-width: 1170px;
}
.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;
}
.wpb_text_column {
	width: 100%;
}
.wpb_text_column .wpb_wrapper,
.entry-content {
	text-align: center;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #000;
}
h1 {
	font-size: 3em;
	line-height: 1.25;
	font-weight: 700;
	text-transform: none;
	position: relative;
}
h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 24px;
	line-height: 1.25;
}
h3 {
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: .67em auto;
}
h4 {
	font-size: 18px;
	font-weight: 400;
}
h5 {
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
}
h6 {
	font-size: 16px;
	text-transform: none;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-size: 60%;
	color: #b2b2b2;
	line-height: 0;
}

.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: 1em;
}
#content p:empty {
	padding: 0;
	margin: 0;
	display: none;
}
aside,
aside p {
	font-size: .875em;
	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 {
	display: none;
}
ul,
ol {
	margin-left: 0;
	margin-bottom: 1em;
	margin-top: 0;
	font-weight: 400;
}
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: 400;
}
dd {
	margin-bottom: 1em;
}
strong {
	font-weight: 700;
}
b {
	font-weight: 700;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-weight: 700;
    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: inline-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: 750px;
}
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 #b2b2b2;
	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],
textarea {
	background: #fff;
	border: 1px solid #e6e6e6;
	color: #000;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	width: 100%;
	margin: 0;
	font-size: 16px;
}
.dark input[type=text],
.dark input[type=password],
.dark input[type=email],
.dark input[type=tel],
.dark textarea {
	background: #fff;
	border-color: #fff;
	color: #000;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
	color: #000;
	border-color: #000;
}
.dark input[type=text]:focus,
.dark input[type=password]:focus,
.dark input[type=email]:focus,
.dark input[type=number]:focus,
.dark input[type=tel]:focus,
.dark textarea:focus {
	color: #000;
	background: #fff;
	border-color: #fff;
}
select {
	padding: 3px 7px;
	height: 40px;
	line-height: 18px;
	border: 1px solid #e6e6e6;
	color: #999;
	font-size: .875em;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none;

	width: 100%;

	transition: border-color ease .1s, color ease .1s;
}
.dark select {
	border-color: #fff;
}
select:focus {
	color: #000;
	border-color: #000;
}
textarea {
	padding: 10px 11px;
	width: 100%;
	line-height: 18px;

	resize: none;
	overflow: hidden;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
	padding: 3px 11px;
	height: 40px;
	line-height: 18px;
	box-sizing: border-box;
}
input,
input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
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 .1s, border-color ease .1s, color ease .1s;
}
input[type=submit] {
	-webkit-appearance: none;
	border-radius: 30px;
}
.searchform {
	position: relative;
}
input.s {
	padding: 3px 11px 3px 38px;
    border-radius: 0;
    text-shadow: none;
    -webkit-appearance: none;
    max-width: 400px;
}
.search-icon {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: 15px;
}
.search-icon:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	content: "\e913";
	font-size: 13px;
	float: left;
    display: inline-block;
}
input.s:focus {
	color: #000;
	outline-width: 0;
}
input.s:after {
	border-bottom: 1px solid #000;
}
input.s:focus:after {
	border-bottom: 1px solid #000;
}
input.searchsubmit {
	display: none;
}

/* =Placeholder
----------------------------------------------- */
::-webkit-input-placeholder {}
:-moz-placeholder {}
::-moz-placeholder {}
:-ms-input-placeholder {}
:input-placeholder {}

.dark ::-webkit-input-placeholder {}
.dark :-moz-placeholder {}
.dark ::-moz-placeholder {}
.dark :-ms-input-placeholder {}
.dark :input-placeholder {}

#page input::-webkit-input-placeholder,
#page textarea::-webkit-input-placeholder {
    transition: all ease .2s;
}
#page .dark input::-webkit-input-placeholder,
#page .dark textarea::-webkit-input-placeholder {}
#page input:focus::-webkit-input-placeholder,
#page textarea:focus::-webkit-input-placeholder {
    opacity: 0 !important;
}

/* Firefox > 19 */
#page input::-moz-placeholder,
#page textarea::-moz-placeholder {
    transition: all ease .2s;
}
#page .dark input::-moz-placeholder,
#page .dark textarea::-moz-placeholder {}
#page input:focus::-moz-placeholder,
#page textarea:focus::-moz-placeholder {
	opacity: 0 !important;
}

/* Internet Explorer 10 */
#page input:-ms-input-placeholder,
#page textarea:-ms-input-placeholder {
    transition: all ease .2s;
}
#page .dark input:-ms-input-placeholder,
#page .dark textarea:-ms-input-placeholder {}
#page input:focus:-ms-input-placeholder,
#page textarea:focus:-ms-input-placeholder {
    opacity: 0 !important;
}

.require {
	color: #999;
}

/* Links */
a {
	color: #000;
	text-decoration: underline;
	position: relative;
	transition: color ease .2s, opacity ease .2s, background ease .2s;
	font-style: italic;
}
a:hover {
	opacity: .8;
}
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,0.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-size: 10px;
    font-style: normal;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    background: #f2f2f2;
    border: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    margin-top: 1em;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: pre;
}
.wpb_thumbnails-alternative .more-link {
	padding: 0;
}
.wpb_thumbnails-alternative .more-link-wrapper .more-link:hover {
	background: transparent;
	color: #000;
	opacity: .8;
}
.columns_count_1 .wpb_thumbnails-alternative .more-link {
	padding: 15px 40px;
	background: #f2f2f2;
}
.more-link span {
    position: relative;
    display: inline-block;
    line-height: 1.2;
}
.more-link:hover {
    color: #000;
    opacity: .8;
}
.entry-content-meta-wrapper .more-link {
    display: inline-block;
}
.entry-content .more-link:before,
.entry-content .more-link:after {
	display: none;
}
.entry-content .more-link:after {
	font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    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: 6px;
    width: 8px;
    display: inline-block;
    color: #000;
    background: transparent;
    margin: 0;
    opacity: 1;
    bottom: auto;
    content: "\e90c";
    transform: translateX(6px);
    margin-left: 6px;
    display: none;
}
.entry-content .more-link:hover:after {
	transform: translateX(6px);
}
.entry-content .more-link:hover {
	opacity: 1;
	background: #000;
	color: #fff;
}
a:hover {
	color: #000;
	opacity: .8;
}
.meta-nav {
	font-size: .75em;
	vertical-align: 5%;
	display: none;
}

/* Assistive text */
.assistive-text {
	position: absolute;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	display: none;
}

/* =Header
----------------------------------------------- */
#top-bar-wrapper {
	background: #000;
	position: relative;
    z-index: 1000;
}
#top-bar {
	max-width: 1170px;
	min-height: 30px;
	height: 30px;
	margin: 0 auto;
	line-height: 1;
	color: #fff;
	text-transform: none;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	display: flex;
    align-items: center;
}
.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 .info-header {
	float: right;
	margin-left: 50px;
}
#top-bar a {
	border-bottom: 0 solid;
  	border-color: rgba(0, 0, 0, 0);
  	padding-bottom: 0;
  	color: #999;
}
#top-bar a:hover,
#top-bar .info-header a:hover {
  	color: #fff;
}
.info-header span:first-child {
	margin-left: 0;
}
#page .info-header {
	float: right;
	margin: 0;
	font-size: .875em;
	color: #000;
	position: relative;
  	z-index: 100;
  	padding-left: 50px;
  	line-height: 1.4;
  	display: flex;
    height: 100%;
    align-items: center;
}
#page .info-header img {
	margin: 0;
}
.mobile-menu-wrapper .info-header {
	float: none;
	margin: 0 20px 30px;
	font-size: .875em;
	color: #000;
	position: relative;
  	z-index: 100;
  	padding-left: 0;
  	text-align: center;
}
.mobile-menu-wrapper .vc_btn3-container {
	margin: 30px 0 0;
    float: left
}
#access-mobile > div:first-of-type {
	margin-bottom: 30px;
}
.info-header p {
	margin-bottom: 0;
}
.info-header [class^="icon-"],
.info-header [class*=" icon-"] {
	font-size: 12px;
	color: #999;
}
.info-header a {
	position: relative;
	width: auto;
	text-rendering: optimizeLegibility;
}
#page .info-header a:hover {
	border-color: #000;
}
.info-header .icomoon-phone:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\ea26";
	color: #000;
	font-size: 16px;
	font-style: normal;
	vertical-align: middle;
}
#top-bar .sep {
	padding: 0;
	color: #efefef;
}

#top-bar .social-links-wrapper {
	float: left;
	margin: 0;
	padding-right: 50px;
	padding-right: 0;
}
#access .social-links-wrapper {
	float: right;
	margin: 0;
	padding-left: 50px;
	padding-right: 0;
	line-height: 1.4;
	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: 5px;
	padding: 5px;
	border: none;
	height: auto;
}
#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 .dark .social-links .social {
	color: #fff;
}
#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 #f1f1f1;
}
#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 .dark .style-5 .social-links .social {
	color: #fff;
}
#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 .google:hover {
	background: #dd4b39;
}
#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;
    -webkit-backface-visibility: hidden;
}
#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;
	margin-left: 3px;
	background: transparent;
	text-align: center;
	margin-left: 10px;
	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: .8;
}
#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;
}
#content .dark .style-5 .social-links .social:hover {
	color: #fff;
}
.style-5 .social-icon:before {
	font-size: 27px;
}
.style-6 .social-icon:before {
	font-size: 40px;
	display: block;
}
.style-5 .google .social-icon:before {
	font-size: 24px;
}
.style-5 .instagram .social-icon::before {
    font-size: 25px;
}
.style-6 .google .social-icon:before {
	font-size: 36px;
}
.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;
    -webkit-transition: width .3s ease, background-color .3s ease;
    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%;
}
.dark .style-5 .social-links .social:hover .social-text {}
.dark .style-5 .social-links .social:hover .social-text:before {
	background: #fff;
}
#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 {
	float: left;
}
#top-bar .social-links {
	float: left;
}
#top-bar .social-links .social-icon {
	position: relative;
	top: 0;
}
#top-bar .social-icon:before {
	font-size: 12px;
}
#header-wrapper .social-icon:before {
	font-size: 14px;
	float: left;
	vertical-align: middle;
}
#header-wrapper .social-links-style-3 .social-icon:before,
#header-wrapper .social-links-style-6 .social-icon:before {
	font-size: 12px;
}
.social-icons-text {
	float: left;
	min-width: 70px;
    font-size: .875em;
    font-weight: 400;
    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: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	display: inline;
	width: auto;
	height: auto;
	line-height: 0.1;
	vertical-align: baseline;
	margin-top: 0;
	content: "\f107";
	padding-left: 0.2em;
	font-size: 11px;
}
#top-bar #lang_sel ul ul {
	top: 41px;
	z-index: 5000;
	height: auto;
	border-top: none;
	background: #fff;
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.15);
	opacity: 0;
	margin-top: 15px;
	width: 140px;

	transition: all 0.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;
	-o-user-select: none;
	user-select: none;
	-webkit-backface-visibility: hidden;
}
#header-wrapper > .vc_column-inner {
	padding: 0;
}
.fixed #header {
	position: fixed;
	top: auto;
	-webkit-backface-visibility: hidden;
	outline: 0 solid transparent;
}
.header-position-bottom .fixed #header {
	bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .fixed #header {
    	outline: none;
    }
}
@supports (-ms-ime-align:auto) {
  	/* Microsoft Edge Browser 12+ (All) */ 
  	.fixed #header {
    	outline: none;
    }
}
.transparent-header .header {
	background: transparent;
	border-color: transparent;
	
	background-clip: padding-box !important;
	-moz-background-clip: padding !important;
}
.row-fixed-header #header {
	height: 72px;
}
.row-fixed-header #site-title {
	margin: 26px 0px;
}
.transparent-header .header #site-title a,
.transparent-header .header #search-header-icon:before,
.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 #site-title path {
	stroke: #fff;
}
.transparent-header .header .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline,
#page.transparent-header .header .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
	color: #fff;
    border-color: #fff;
}
.transparent-header #header:not(.ghost-header) {
	border-bottom: none;
}
#page.transparent-header .header .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline.active,
#page.transparent-header .header .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,
#page.transparent-header .header .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus,
#page.transparent-header .header .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
	border-color: #fff !important;
    background-color: #fff !important;
    color: #000;
}
.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;
}
#header {
	position: relative;
	top: 0;
	left: auto;
	z-index: 500;
	padding: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
.header {
	margin: 0 auto;
}
.header,
.ghost-header {
	background: #fff;
	border-top: none;
	border-bottom: none;
}
#header.ghost-header {
	visibility: hidden;
	position: fixed;
    transform: translateY(-100%);
    transition: transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header.ghost-header-show {
	visibility: visible;
	transform: translateY(0);
	transition: transform .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.top-bar-disabled.center-logo-and-menu-disabled #header {
	opacity: 0;
}
.header-position-top.top-bar-disabled.center-logo-and-menu-disabled .header-init {
	transform: translateY(-100%);
}
.header-position-bottom.top-bar-disabled.center-logo-and-menu-disabled .header-init {
	transform: translateY(100%);
}
.header-position-left.top-bar-disabled.center-logo-and-menu-disabled .header-init {
	transform: translateX(-100%);
}
.header-position-right.top-bar-disabled.center-logo-and-menu-disabled .header-init {
	transform: translateX(100%);
}

.non-sticky-header #header-wrapper {
	height: auto;
}
.non-sticky-header.top-bar-enabled #header-wrapper {
	top: auto;
}
.top-bar-enabled #header-wrapper.fixed {
    top: 0;
}
.top-bar-enabled #header-wrapper {
	position: absolute;
	top: 30px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
     .top-bar-enabled #header-wrapper {
		top: 30px;
	}
}
.non-sticky-header #main {
	padding-top: 0;
}
.non-sticky-header #header-wrapper {
	position: relative;
}
.center-logo-and-menu-enabled #site-title,
.center-logo-and-menu-enabled #site-title {
	float: none;
    justify-content: center;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}
.center-logo-and-menu-enabled #branding {
	margin: 0 auto;
    padding: 0;
    height: 105px;
}
.center-logo-and-menu-enabled.top-bar-enabled #header-wrapper {
	top: auto;
}
.center-logo-and-menu-enabled #site-title a,
.center-logo-and-menu-enabled #site-title a {
	float: none;
	display: inline-block;
}
.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 {
	position: relative;
	height: 50px;
}
.center-logo-and-menu-enabled #access-wrapper {
	width: 100%;
	position: relative;
	height: 50px;
	background: #000;
}
.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;
}
.center-logo-and-menu-enabled #access .nav-menu {
	position: absolute;
    width: 100%;
    left: 0;
    margin-left: 0;
}
.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;
	-webkit-backface-visibility: hidden;
}
.center-logo-and-menu-enabled #header {
	border-top: none;
	border-bottom: none;
}
.center-logo-and-menu-enabled #header {
	height: auto !important;
	padding-left: 0;
    padding-right: 0;
}
#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 40px;
}
.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;
	padding-left: 40px;
	padding-right: 40px;
}
#site-title {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	position: relative;
	z-index: 100;
	letter-spacing: 0;
	line-height: 1;
	margin-right: 0;
	height: 100%;
	display: flex;
	align-items: center;
}
#site-title a {
	color: #000;
	float: left;
	text-decoration: none;
	font-size: 24px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    font-style: normal;
    padding: 0;
    transform: translate3d(0, 0, 0);
}
#site-title path {
	stroke: #000;
    transition: stroke ease .2s;
}
#custom-logo {
	display: flex;
	align-items: center;
}
#site-title a {
	transition: opacity ease .2s, color ease .2s;
	position: relative;
}
#site-title a:hover,
#site-title a:hover {
	opacity: .8;
}
#site-title img {
	float: left;
	width: auto;
	height: auto;
	max-height: 80px;

	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
@-moz-document url-prefix() {
	#site-title img {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	}
}
.sticky-header #site-title img {}
#site-title .logo-svg,
.sticky-header #site-title .logo-svg {
	height: 32px;
}
#site-title .logo-svg {
	pointer-events: none;
}
.logo-image-and-logo-text-together .logo {
	margin-right: 12px;
}
#site-title .logo-for-transparent-header {
	position: absolute;
	left: 0;
	top: 0;
}
.transparent-header #site-title .logo-default {
	opacity: 0;
}
#site-title .logo-for-transparent-header {
	opacity: 0;
}
.transparent-header #site-title .logo-for-transparent-header {
	opacity: 1;
}
.logo-caption {
	margin-left: 0;
}
.search-header-wrapper {
	float: right;
	margin: 0;
	line-height: 1;
	padding-left: 0;
	margin-left: 50px;
	text-decoration: none;
	position: relative;
	top: 0;
	right: 0;
	z-index: 900;
	height: 100%;
    display: flex;
    align-items: center;
	-webkit-backface-visibility: visible;
	box-sizing: border-box;
	justify-content: flex-end;
}
#search-header-icon:hover {
	text-decoration: none;
}
#search-header-icon:hover i:before {
	color: #999;
}
#search-header-icon:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1.7;
	content: "\e913";
	color: #000;
	font-size: 13px;
	font-style: normal;
	float: left;
	position: relative;
	transition: all ease .2s;
}
#top-bar #search-header-icon:before {
	position: relative;
	color: #fff;
}
#page #branding .vc_btn3-container {
	float: right;
	display: flex;
    align-items: center;
    height: 100%;
    margin-left: 50px;
    margin-bottom: 0;
    z-index: 500;
}

/* =Left Header
-------------------------------------------------------------- */
.header-position-left #header-wrapper,
.header-position-right #header-wrapper {
    position: relative;
    margin-left: 0;
    padding: 40px 0 0;
}
.header-position-right #header-wrapper {
	margin-left: auto;
	margin-right: 0;
}
.header-position-left #header-wrapper > .vc_column-inner,
.header-position-right #header-wrapper > .vc_column-inner {
    padding-left: 40px;
    padding-right: 40px;
}
.header-position-left #header,
.header-position-right #header {
	height: 100%;
	padding: 0;
	transition: none;
	position: relative;
}
.header-position-right #header {
	right: 0;
}
.header-position-left #site-title,
.header-position-right #site-title {
	height: auto;
	display: inline-block;
}
.header-position-left .logo-caption,
.header-position-right .logo-caption {
	margin-left: 0;
	display: inline-block;
}
.header-position-left .nav-menu,
.header-position-right .nav-menu {
    float: left;
    margin-left: 0;
    height: auto;
    margin-top: 30px;
    clear: both;
}
.header-position-left #access .nav-menu,
.header-position-right #access .nav-menu {
	float: left;
}
.header-position-left #access .social-links-wrapper,
.header-position-right #access .social-links-wrapper {
	height: auto;
	padding-left: 0;
}
.header-position-left #access .social-links-wrapper,
.header-position-right #access .social-links-wrapper {
	float: left;
	width: 100%;
	justify-content: flex-start;
}
.header-position-left .nav-menu ul,
.header-position-right .nav-menu ul {
	display: block;
}
.header-position-left .nav-menu ul li,
.header-position-right .nav-menu ul li {
    margin-left: 0;
    float: left;
    clear: both;
    margin-top: 0;
}
.header-position-left .nav-menu ul li:first-child,
.header-position-right .nav-menu ul li:first-child {
	margin-top: 0;
}
.header-position-left #access,
.header-position-right #access {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
}
.header-elements-wrapper {
	float: left;
	margin-top: auto;
	margin-top: 30px;
	clear: both;
}
#page.header-position-left .info-header,
#page.header-position-right .info-header {
	padding-left: 0;
	margin-top: 1em;
	float: left;
	font-size: .875em;
	display: block;
	text-align: left;
	float: left;
    clear: both;
}
#page.header-position-left .info-header p,
#page.header-position-right .info-header p {
	margin-bottom: .5em;
}
#page.header-position-left .info-header p:last-of-type,
#page.header-position-right .info-header p:last-of-type {
	margin-bottom: 0;
}

/* =Menu
-------------------------------------------------------------- */

/*** Structure ***/
#access {
	display: block;
	margin: 0 auto 0;
	padding: 0;
	float: none;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.nav-menu {
	float: right;
	height: 100%;
}
.wide {
	width: 100%;
}
.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: 30px;
	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;
}
#access .nav-menu ul li li a span:after {
	display: none;
}
.nav-menu ul a {
	display: block;
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
    align-items: center;
    transform: translate3d(0, 0, 0);
    font-style: normal;
}
.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: 124px;
	top: 0 !important;
}
.nav-menu ul li:hover li ul,
.nav-menu ul li.sfHover li ul {
	top: -999em;
	left: 124px;
}
.nav-menu ul li li:hover ul,
.nav-menu ul li li.sfHover ul {
	left: 124px; /* match ul width */
	top: 0;
	margin-top: 0;
}
.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: 124px; /* 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;
	height: 100%;
	text-transform: none;
	position: absolute;
    width: 100%;
   	display: inline-flex;
    align-items: center;
}
.nav-menu ul a {
	text-decoration: none;
	padding: 0;
	float: none;
	clear: both;
}
.nav-menu ul a  { /* visited pseudo selector so IE6 applies text colour*/
	color: #000;
	line-height: inherit;
	padding: 0;
	border-top: 0;
}
.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: 2px 0;
	display: inline;
	box-sizing: border-box;
}
.access-mobile-menu-wrapper .nav-menu a span {
	display: inline-block;
}
.menu-item-description {
	text-transform: none;
	color: #b2b2b2;
	font-weight: 400;
	display: block;
	clear: both;
	font-size: 13px;
}
.nav-menu ul li ul .menu-item-description {
	font-size: 11px;
	padding: 0 0 4px;
}
.nav-menu ul li ul {
	background: #000;
	padding: 0 25px;
	height: auto;
	box-shadow: none;
	font-size: 15px;
	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;
}
.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 {
	transform-origin: bottom left;
    transform: scaleX(1);
}
.access-mobile-menu-wrapper .nav-menu > li > a:active span:after,
.access-mobile-menu-wrapper .nav-menu > li > a:hover span:after,
.access-mobile-menu-wrapper .nav-menu li.sfHover > a span:after,
.access-mobile-menu-wrapper .nav-menu .current-menu-item > a span:after,
.access-mobile-menu-wrapper .nav-menu .current_page_item > a span:after,
.access-mobile-menu-wrapper .nav-menu .current-menu-ancestor > a span:after {
	background: #000;
}
.access-mobile-menu-wrapper .nav-menu .current-menu-item > a span:after,
.access-mobile-menu-wrapper .nav-menu .current_page_item > a span:after,
.access-mobile-menu-wrapper .nav-menu .current-menu-ancestor > a span:after {
	transform-origin: bottom left;
    transform: scaleX(1);
}
.single-portfolio .header .nav-menu > ul .menu-item-portfolio > a,
.single-post .header .nav-menu > ul .menu-item-blog > a,
.single-portfolio .access-mobile-menu-wrapper .nav-menu > .menu-item-portfolio > a,
.single-post .access-mobile-menu-wrapper .nav-menu > .menu-item-blog > a {
    color: #000;
}
.single-portfolio .header .nav-menu > ul .menu-item-portfolio > a span:after,
.single-post .header .nav-menu > ul .menu-item-blog > a span:after,
.single-portfolio .access-mobile-menu-wrapper .nav-menu > .menu-item-portfolio > a span:after,
.single-post .access-mobile-menu-wrapper .nav-menu > .menu-item-blog > a span:after {
    transform-origin: bottom left;
    transform: scaleX(1);
    background: #000;
}
.header .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 .3s cubic-bezier(0.67, 0.02, 0.2, 0.97), opacity .2s ease, background .2s ease;
    display: block;
    opacity: .8;
}
#access .nav-menu .sf-arrows .sf-with-ul:after {
    font-family: 'icomoon';
    font-weight: normal;
    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;
    float: right;
    margin-left: 4px;
    transition: transform ease .1s;
}
#access .nav-menu .sf-arrows .sfHover .sf-with-ul:after {
	transform: rotate(180deg);
}
#access .nav-menu .sf-arrows ul li .sf-with-ul:after {
	content: '\e90c';
}
.header .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);
}
.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 li li a:active,
.transparent-header .header .nav-menu ul li li a:hover,
.transparent-header .header .nav-menu ul li li.sfHover > a,
.transparent-header .header .nav-menu ul li .current-menu-item > a,
.transparent-header .header .nav-menu ul li .current_page_item > a {
	color: #9c9c9c;
}
.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;
}
.transparent-header .header .nav-menu ul .current-menu-ancestor > a {
	color: #fff;
	opacity: 1;
}
.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;
}
#branding .nav-menu ul li li a:hover,
#branding .nav-menu ul li li.sfHover > a,
#branding .nav-menu ul li .current-menu-item > a,
#branding .nav-menu ul li .current_page_item > a {
	color: #fff;
	background: transparent;
}
.nav-menu ul li li a {
	padding: 0;
	color: #999;
	border-bottom: none;
	float: none;
	display: inline-flex;
    align-items: center;
}
.nav-menu ul li li:last-child > a,
.nav-menu ul li:last-child li:last-child > a {
	border-bottom: none;
}
.transparent-header .nav-menu ul li li a {
	opacity: 1;
	color: #fff;
}

/* =Secondary Menu for Header
-------------------------------------------------------------- */
#access .nav-menu-secondary-header {
	float: right;
}

/* =Secondary Menu in Header
-------------------------------------------------------------- */
.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 {
	color: #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;
}
#access .sub-menu {
	padding: 8px 0 0;
	background: transparent;
}
.header .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;
}
.header-position-bottom .nav-menu ul li ul {
	top: auto !important;
    bottom: 100%;
}
.header-position-bottom #access .sub-menu {
	padding: 0 0 4px;
}
.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: rotate(180deg);
}
.header-position-bottom #access .nav-menu .sf-arrows .sfHover .sf-with-ul:after {
	transform: rotate(0);
}

/* =Custom Animation Menu
-------------------------------------------------------------- */
@media (min-width: 1024px) {
	#page .nav-menu ul li ul {
		opacity: 0;
	    visibility: hidden;
	    transform: translateY(-6%) scale(0.9) translate3d(0, 0, 0);
	    transition-property: margin-top, opacity, visibility, max-height, padding, transform;
	    transition-timing-function: cubic-bezier(0.165, 0.84, 0.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: translateY(0) scale(1) translate3d(0, 0, 0);
		transition-duration: .2s;
	}
}

.nav-menu {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 50px;
}
.nav-menu ul {
	text-align: left;
	position: relative;
}

/* Left/Right Header Submenu
-------------------------------------------------------------- */
#page.header-position-left #access .nav-menu ul li ul,
#page.header-position-right #access .nav-menu ul li ul {
    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;
}
#page.header-position-left #access .nav-menu ul > .menu-item-has-children,
#page.header-position-right #access .nav-menu ul > .menu-item-has-children {
    display: inline-block;
}
#page.header-position-left #access .nav-menu .menu-item-has-children.active > .sub-menu,
#page.header-position-right #access .nav-menu .menu-item-has-children.active > .sub-menu {
    max-height: 5000px;
}
#page.header-position-left #access .nav-menu .drop-icon,
#page.header-position-right #access .nav-menu .drop-icon {
    top: 9px;
    position: relative;
    margin-left: .5em;
    right: auto;
    padding: 4px;
}
.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;
}
#page.header-position-left .nav-menu ul li .sub-menu-wrapper,
#page.header-position-right .nav-menu ul li .sub-menu-wrapper {
    background: transparent;
    padding: 15px 0 0;
}
#page.header-position-left .nav-menu ul li li a,
#page.header-position-right .nav-menu ul li li a {
    color: #000;
}
#page.header-position-left .menu-item.active > .drop-icon,
#page.header-position-right .menu-item.active > .drop-icon {
	transform: translateY(-50%) rotate(90deg);
}
#page.header-position-left .menu-item.active > .drop-icon > .drop-icon-helper:before,
#page.header-position-right .menu-item.active > .drop-icon > .drop-icon-helper:before {
	transform: translateY(-50%) scale(0);
}

/* Post Info
---------------------------------------------------------- */
.post-info-button {
	display: inline-block;
	width: 32px;
    height: 32px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0,0,0);
    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: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-style: normal;
    vertical-align: middle;
    position: relative;
    content: "\e91d";
    top: auto;
    left: auto;
}
.post-info-button:hover {
	opacity: .8;
}
.post-info-wrapper {
	background: #fff;
    height: 100%;
    position: fixed;
    width: 50%;
    z-index: 1000;
    margin: 0;
    -webkit-backface-visibility: hidden;
    transform: translate(100%, 0px);
    top: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid #e6e6e6;

    display: none;
}
.header-wrapper .post-info-wrapper {
	display: block;
}
.post-info {
	float: left;
    padding: 75px 40px 40px 40px;
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transform: translate(50px, 0px);
}
.post-info p {
	max-width: 750px;
}
.post-info .entry-title {
	text-align: left;
}
.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;
}
.close-button {
	display: inline-block;
	width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0,0,0);
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}
.post-info-wrapper .close-button {
	position: absolute;
    top: 40px;
    right: 40px;
}
.close-button:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-style: normal;
    vertical-align: middle;
    position: relative;
    content: "\e911";
    top: auto;
    left: auto;
}
.close-button:hover {
	opacity: .8;
}
.post-info-wrapper .close-button:hover {
	transform: scale(1.15);
}

/* =Secondary menu
-------------------------------------------------------------- */
#secondary-menu-wrapper {
	background: #fff;
    height: 100%;
    position: fixed;
    width: 50%;
    z-index: 1000;
   	margin: 0;
   	-webkit-backface-visibility: hidden;
   	overflow-y: auto;
   	overflow-x: hidden;
   	border-left: 1px solid #e6e6e6;
   	width: 300px;
}
#secondary-menu-wrapper.center-and-full-width-enabled,
#secondary-menu-wrapper.align-left.center-and-full-width-enabled,
#secondary-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;
}
#secondary-menu-wrapper.align-left.center-and-full-width-disabled {
	left: 0;
	transform: translate(-100%, 0px);
}
#secondary-menu-wrapper.align-right.center-and-full-width-disabled {
	right: 0;
	transform: translate(100%, 0px);
}
.overlay-for-secondary-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    left: 0;
    margin: 0;
    transition: all ease .2s;
}
.overlay-for-primary-menu {
	display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    left: 0;
    margin: -1px 0;
    z-index: 100;
    transition: all ease .6s;
    transition-delay: .2s;
    top: 0;
}
.overlay-for-mobile-menu {
	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;
}
.overlay-for-mobile-menu.transparent-background-for-mobile-menu-enabled {
	background: rgba(255, 255, 255, .3);
}
.visible {
    opacity: .9;
    visibility: visible;
    height: 100%;
}
#access-secondary-menu-wrapper {
	padding: 75px 30px 40px 30px;
	position: relative;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
}
.align-left #access-secondary-menu-wrapper {
	transform: translate(-50px, 0px);
}
.align-right #access-secondary-menu-wrapper {
	transform: translate(50px, 0px);
}
#access-secondary-menu {
	height: 100%;
}
#access-secondary-menu > div {
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

#secondary-menu-wrapper .secondary-menu {
	list-style: none;
	margin: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	line-height: 1.4;
}
#secondary-menu-wrapper.center-and-full-width-enabled .secondary-menu {
	text-align: center;
}
#secondary-menu-wrapper .sub-menu {
	margin: 0;
    list-style: none;
}
#secondary-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;
}
#secondary-menu-wrapper .menu-item-has-children.active > .sub-menu {
    max-height: 5000px;
}
#secondary-menu-wrapper .secondary-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;
}
#secondary-menu-wrapper .secondary-menu .sub-menu li {
	padding-left: 10px;
	box-sizing: border-box;
	padding-right: 10px;
}
#secondary-menu-wrapper .secondary-menu a {
	color: #000;
	text-decoration: none;
    font-style: normal;
    display: inline-block;
    position: relative;
    left: 10px;
}
#secondary-menu-wrapper .secondary-menu a span {
	padding: 8px 0;
	display: inline-block;
}
#secondary-menu-wrapper.center-and-full-width-enabled .secondary-menu a {
	padding: 0 10px;
}
#secondary-menu-wrapper .secondary-menu a:hover {
    opacity: .8;
}
#secondary-menu-wrapper .menu-item .sub-menu div:first-child {
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .3s, transform .3s;
}
#secondary-menu-wrapper .menu-item.active .sub-menu div:first-child {
	opacity: 1;
    transform: translateY(0);
}
#secondary-menu-wrapper .drop-icon {
	top: 24px;
}
#secondary-menu-wrapper .menu-item.active > .drop-icon {
	transform: translateY(-50%) rotate(90deg);
}
#secondary-menu-wrapper .menu-item.active > .drop-icon > .drop-icon-helper:before {
	transform: translateY(-50%) scale(0);
}

#secondary-menu-dropdown-wrapper {
	margin: 0;
    float: right;
    position: relative;
    margin-left: 42px !important;
    display: flex;
    height: 100%;
    align-items: center;
    width: 24px;
}
.sticky-header #secondary-menu-dropdown-wrapper {
	z-index: 1000;
}
#secondary-menu-dropdown {
    display: block;
    margin: auto;
    width: 24px;
    height: 16px;
    cursor: pointer;
    position: relative;
    transition: all ease .2s;
}
#secondary-menu-dropdown:hover {
	opacity: .8;
}
#secondary-menu-dropdown .menu-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    top: 50%;
    margin-top: -1px;
    transition-duration: 0.25s;
    width: 24px;
}
#secondary-menu-dropdown .menu-line:before,
#secondary-menu-dropdown .menu-line:after {
    transition-duration: 0.25s;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    content: "";
    left: 0;
    -webkit-backface-visibility: hidden;
}
.transparent-header #secondary-menu-dropdown .menu-line,
.transparent-header #secondary-menu-dropdown .menu-line:before,
.transparent-header #secondary-menu-dropdown .menu-line:after {
    background: #fff;
}
#secondary-menu-dropdown .menu-line:before {
    transform: translateY(-7px);
}
#secondary-menu-dropdown .menu-line:after {
    transform: translateY(7px);
}
.sticky-header #secondary-menu-dropdown.open .menu-line,
.sticky-header.transparent-header #secondary-menu-dropdown.open .menu-line {
    background: transparent;
    width: 0;
}
.sticky-header #secondary-menu-dropdown.open .menu-line:before,
.sticky-header.transparent-header #secondary-menu-dropdown.open .menu-line:before {
    background: #000;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0) !important;
    top: 50% !important;
    margin-top: -1px;
}
.sticky-header #secondary-menu-dropdown.open .menu-line:after,
.sticky-header.transparent-header #secondary-menu-dropdown.open .menu-line:after {
    background: #000;
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0) !important;
    top: 50% !important;
    margin-top: -1px;
}
.sticky-header #secondary-menu-dropdown.open .menu-line:before,
.sticky-header.transparent-header #secondary-menu-dropdown.open .menu-line:before {
    background: #000;
}
#secondary-menu-dropdown:hover i:before {
	opacity: .8;
}
#secondary-menu-dropdown:hover .menu-line:before {
	transform: matrix(1, 0, 0, 1, 0, -9);
}
#secondary-menu-dropdown:hover .menu-line:after {
	transform: matrix(1, 0, 0, 1, 0, 9);
}
.center-logo-and-menu-enabled #secondary-menu-dropdown-wrapper {
	width: auto;
	display: block;
}
.center-logo-and-menu-enabled #secondary-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);
}
#secondary-menu-dropdown-wrapper #secondary-nav-menu-wrapper {
	visibility: hidden;
	opacity: 0;
    transform: translateY(15px);
    transition: all .1s ease;
    transition-delay: .6s;
}
#secondary-menu-dropdown-wrapper:hover #secondary-nav-menu-wrapper {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	transition-delay: .1s;
	transition-duration: .35s;
}
#secondary-menu-dropdown:hover {
	opacity: .8;
}
.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;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    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: .8;
	color: #3a3d3f !important;
}
#secondary-menu-dropdown .menu-circle {
    position: relative;
    left: 0;
    width: 100%;
    height: 6px;
    background: #000;
    margin-top: -1px;
    transition-duration: 0.25s;
    width: 6px;
    display: block;
    float: left;
    margin-left: 5px;
    border-radius: 50%;
}
.transparent-header #secondary-menu-dropdown .menu-circle {
    background: #fff;
}
#secondary-menu-dropdown .menu-circle:first-of-type {
	margin-left: 0;
}
.center-logo-and-menu-enabled #access .secondary-menu {
	list-style: none;
    margin: 0;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
#secondary-menu-wrapper .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 100;
    border: 1px solid #e6e6e6;
}
.sticky-header #secondary-menu-wrapper .close-button {
	display: none;
}

#secondary-menu-wrapper .widget {
    text-align: left;
}

/* =Menu for mobile devises
-------------------------------------------------------------- */
#header-wrapper .mobile-menu-wrapper .searchform {
	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;
}
#access-mobile {
	display: none;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 30px;
}
.mobile-menu-dropdown-wrapper {
	display: none;
    height: 100%;
    align-items: center;
    width: 20px;
    margin-left: 0;
    float: left;
    position: relative;
    z-index: 100;
}
.mobile-menu-dropdown-wrapper.align-right {
    float: right;
    margin-left: 35px;
}
.mobile-menu-wrapper.align-right {
    right: 0;
    left: auto;
    transform: translate(100%, 0px);
}
.mobile-menu-dropdown {
    display: block;
    margin: auto;
    width: 20px;
    height: 14px;
    cursor: pointer;
    transition: opacity ease .2s;
}
.mobile-menu-dropdown:hover {
	opacity: .8;
}
.mobile-menu-dropdown .menu-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    top: 50%;
    margin-top: -1px;
    transition-duration: 0.25s;
    width: 20px;
}
.mobile-menu-dropdown.open .menu-line {}
.mobile-menu-dropdown .menu-line:before,
.mobile-menu-dropdown .menu-line:after {
    transition-duration: 0.25s;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #000;
    content: "";
    left: 0;
}
.mobile-menu-dropdown .menu-line:before {
    transform: translateY(-6px);
}
.mobile-menu-dropdown .menu-line:after {
    transform: translateY(6px);
}
.sticky-header #secondary-menu-dropdown.open .menu-line {
    background: transparent;
    width: 0;
}
.mobile-menu-dropdown.open .menu-line:before {}
.mobile-menu-dropdown.open .menu-line:after {}
.mobile-menu-dropdown.open .menu-line:before {}
.mobile-menu-dropdown:hover .menu-line:before {
	transform: matrix(1, 0, 0, 1, 0, -8);
}
.mobile-menu-dropdown:hover .menu-line:after {
	transform: matrix(1, 0, 0, 1, 0, 8);
}
.mobile-menu-dropdown:hover i:before {}
.mobile-menu-dropdown i:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	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;
    top: 20px;
    left: 15px;
    z-index: 100;
    border: 1px solid #e6e6e6;
}
.mobile-menu {
	border-bottom: none;
}
.social-links-wrapper-mobile {
	padding: 0;
	float: left;
    width: 100%;
    margin: 0;
    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: .8;
}
#access-mobile .info-header a:hover {
	border-color: #000;
}
#access-mobile .current-menu-item > a,
#access-mobile .current_page_item > a {
	opacity: .8;
}
#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: 'icomoon';
	font-weight: normal;
	font-style: normal;
	width: auto;
	height: auto;
	line-height: normal;
	vertical-align: baseline;
	margin-top: 0;
	content: '\edc6';
	font-size: .875em;
	padding-left: 0.3em;
	position: relative;

	display: none;

}
.mobile-menu-wrapper {
	background: #fff;
    height: 100%;
    position: fixed;
    width: 50%;
    z-index: 1000;
   	margin: 0;
   	-webkit-backface-visibility: hidden;
   	transform: translate(-100%, 0px);
   	top: 0;
    left: 0;
    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 40px 40px 15px;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    transform: translate(-50px, 0px);
}
.mobile-elements-wrapper {
	float: left;
    margin-top: auto;
    margin-bottom: 30px;
}
#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 .3s, transform .3s;
}
.mobile-menu-wrapper .menu-item.active .sub-menu div:first-child {
	opacity: 1;
    transform: translateY(0);
}
.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;
}
.access-mobile-menu-wrapper .menu-item-has-children.active > .sub-menu {
	max-height: 5000px;
}
.nav-menu .drop-icon {
	display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    transition: all ease .2s;
    transform-style: preserve-3d;
    z-index: 1;
    cursor: pointer;
    right: 10px;
    padding: 6px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
}
.nav-menu .drop-icon:hover {
	opacity: .8;
}
.nav-menu .drop-icon-helper {
	display: block;
	height: 10px;
    width: 10px;
    position: relative;
}
#page .access-mobile-menu-wrapper .menu-item.active > .drop-icon {
	transform: translateY(-50%) rotate(90deg);
}
.nav-menu .drop-icon-helper:before {
    content: '';
    display: block;
    box-sizing: border-box;
    border-style: solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-width: 2px 0 0;
    border-color: #000;
    border-width: 1px 0 0;
    width: 10px;
    transform: translateY(-50%) scale(1);
    transition: all .2s ease;
}
#page .access-mobile-menu-wrapper .menu-item.active > .drop-icon > .drop-icon-helper:before {
	transform: translateY(-50%) scale(0);
}
.nav-menu .drop-icon-helper:after {
    content: '';
    display: block;
    box-sizing: border-box;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    border-width: 0 0 0 2px;
    border-color: #000;
    border-width: 0 0 0 1px;
    transition: all .2s ease;
}
.access-mobile-menu-wrapper .nav-menu {
	float: left;
    line-height: 1.4;
    width: 100%;
    height: auto;
    margin: 0 0 30px;
}
.access-mobile-menu-wrapper .nav-menu ul {
	display: block;
}
.nav-menu-mobile-wrapper {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.mobile-menu-wrapper .nav-menu .menu-item {
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	padding-top: 13px;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: inline-block;
}
.mobile-menu-wrapper .nav-menu .drop-icon {
	top: 24px;
}
.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 > .current-menu-item > a {
	color: #000;
}
.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;
}
.access-mobile-menu-wrapper .sub-menu .current-menu-item a {
	color: #000;
}

/* Search Form */
#top-bar-wrapper .search-header-wrapper {
	margin: 0 0 0 30px;
	padding: 16px 0;
	line-height: 1.3;
}
#header-wrapper .search-form-wrapper,
#top-bar-wrapper .search-form-wrapper {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	background: transparent;
	opacity: 0;
	transition: all .3s ease;
}
#header-wrapper .search-wrapper.active .search-form-wrapper,
#top-bar-wrapper .search-wrapper.active .search-form-wrapper {
	opacity: 1;
}
#header-wrapper .search-wrapper,
#top-bar-wrapper .search-wrapper {
	float: left;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100vw;
    left: 50%;
    top: 0;
    background: #fff;
    height: 100%;
    max-width: none;
    transform: translate(-50%, 0);
    transition: all ease .3s;
}
#top-bar-wrapper .search-wrapper  {
	width: 0;
	left: auto;
	right: 0;
	background: #fff;
	height: 44px;
}
#header-wrapper .search-wrapper.active,
#top-bar-wrapper .search-wrapper.active {
	top: 0;
	opacity: 1;
	visibility: visible;
}
#top-bar-wrapper .search-wrapper.active {
	width: 312px;
	left: auto;
}
.center-logo-and-menu-enabled #header-wrapper .search-wrapper {
	margin-top: 0;
}
#header-wrapper .search-wrapper .s {
	width: 100%;
	float: right;
	opacity: 1;
}
#header-wrapper .search-wrapper .s::-webkit-input-placeholder {
	transform: translateX(75px);
	opacity: 0;
	transition: all cubic-bezier(0,0.9,0.3,1) .7s;
	transition-delay: .2s;
}
#header-wrapper .search-wrapper .s:-moz-placeholder {
	transform: translateX(75px);
	opacity: 0;
	transition: all cubic-bezier(0,0.9,0.3,1) .7s;
	transition-delay: .2s;
}
#header-wrapper .search-wrapper .s::-moz-placeholder {
	transform: translateX(75px);
	opacity: 0;
	transition: all cubic-bezier(0,0.9,0.3,1) .7s;
	transition-delay: .2s;
}
#header-wrapper .search-wrapper .s:-ms-input-placeholder {
	transform: translateX(75px);
	opacity: 0;
	transition: all cubic-bezier(0,0.9,0.3,1) .7s;
	transition-delay: .2s;
}
#header-wrapper .search-wrapper .s:input-placeholder {
	transform: translateX(100px);
	opacity: 0;
	transition: all cubic-bezier(0,0.9,0.3,1) .7s;
	transition-delay: .2s;
}
#header-wrapper .search-wrapper.active .s::-webkit-input-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#header-wrapper .search-wrapper.active .s:-moz-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#header-wrapper .search-wrapper.active .s::-moz-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#header-wrapper .search-wrapper.active .s:-ms-input-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#header-wrapper .search-wrapper.active .s:input-placeholder {
	opacity: 1 !important;
	transform: translateX(0);
}
#header-wrapper .search-wrapper.active .s {
	width: 100%;
	color: #000;
}
#remove-search {
	right: 0;
    opacity: 0;
    position: absolute;
    color: #000;
    transition: opacity .2s cubic-bezier(.645,.045,.355,1), transform .2s cubic-bezier(.645,.045,.355,1);
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    transform: scale(.85);
    visibility: hidden;
    cursor: pointer;
}
#remove-search i {
	width: 18px;
    height: 18px;
    position: relative;
    font-style: normal;
    display: inline-block;
    transition: opacity ease .2s;
}
#remove-search i:before,
#remove-search i:after {
	content: '';
	height: 15px;
    width: 1px;
    background: #000;
    position: absolute;
    display: block;
    z-index: 1;
    transition: all ease .2s;
    top: 0;
}
#remove-search i:before {
	right: 3px;
    transform: scale3d(1,.65,1);
    transform-origin: 0 100%;
}
#remove-search i:after {
	left: 3px;
    transform: scale3d(1,.65,1);
    transform-origin: 100% 100%;
}
#header-wrapper #remove-search.search-form-active i:before {
	transform: rotate(-45deg);
}
#header-wrapper #remove-search.search-form-active i:after {
	transform: rotate(45deg);
}
#remove-search i:hover {
	opacity: .8;
}
#remove-search i:hover:before,
#remove-search i:hover:after {
	background: #000;
}
#header-wrapper #remove-search.search-form-active {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
#search-header-icon {
	cursor: pointer;
	transition: color ease .2s, opacity ease .2s, transform ease .2s;
}
#search-header-icon:hover {
	opacity: .8;
}
#search-header-icon.search-form-active {
	transform: scale(.85);
	opacity: 0;
	visibility: hidden;
}
#remove-search:hover {
	color: #000;
	opacity: .8;
}
#header-wrapper .searchform,
#top-bar-wrapper .searchform {
	padding: 0;
	height: auto;
	float: left;
	width: 100%;
	margin-top: 50px;
}
#header-wrapper .s,
#top-bar-wrapper .s {
	padding: 15px 0;
    box-sizing: border-box;
    height: 100%;
    border: none;
    font-size: 3.385416666666667vw;
    line-height: 1;
    background: transparent;
    padding-right: 20px;
    text-transform: none;
    font-weight: 400;
    padding-left: 20px;
    border-radius: 0;
}
#top-bar-wrapper .s {
	padding: 4px 0 4px 12px;
	font-size: .875em;
	line-height: 20px;
	text-transform: none;
	font-weight: 400;
	text-transform: none;
	background-color: #fff;
	height: 44px;
	border-bottom: 1px solid #000;
}
#top-bar-wrapper .s:focus {
	border-bottom-color: #999;
}
#top-bar-wrapper #remove-search {
	padding: 0 11px 0 0;
	line-height: 2;
	font-size: 22px;
	color: #000;
}
#top-bar-wrapper #remove-search:hover {
	color: #999;
}
#header-wrapper label[for=s],
#top-bar-wrapper label[for=s] {
	display: none;
}
#header-wrapper .searchsubmit,
#top-bar-wrapper .searchsubmit {
	display: none;
}

#header-wrapper .mobile-menu-wrapper label[for=s] {
	display: inherit;
}
#header-wrapper .mobile-menu-wrapper .s {
	color: #b2b2b2;
	height: 24px;
	line-height: 18px;
	padding: 4px 6px 4px 33px;
	text-shadow: none;
	background: #fff;
	border: 1px solid #000;
	font-size: .875em;
	font-weight: 400;
	text-transform: none;
	box-sizing: initial;

	border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
#header-wrapper .mobile-menu-wrapper .s:focus {
	color: #000;
	border-color: #999;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
#header-wrapper .mobile-menu-wrapper label[for=s]:before {
	position: relative;
	top: -3px;
}

/* =Content
----------------------------------------------- */
#main-wrapper {
	background: transparent;
    position: relative;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    flex: 1;
}
#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;
}
.entry-title,
.entry-title a {
	color: #000;
	text-decoration: none;
	text-align: center;
}
#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;
    text-transform: none;
}
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: #b2b2b2;
}
.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 6px;
	color: #999;
	line-height: 1.6;
	display: inline-block;
}
.entry-meta .icon-calendar {
	font-size: 11px;
	padding: 0 2px 0 0;
}
.entry-meta p {
	display: inline;
	color: #999;
	padding: 0;
}
.entry-meta a > span {
	position: relative;
}
.entry-meta a:hover {
	color: #999;
}
.dark .entry-header-wrapper .entry-meta a:hover > span:after {
	background: #fff;
}
.entry-header .entry-meta .cat-links a {
	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;
    max-width: 750px;
    margin: 1em auto;
}
.tag-links a {
	float: none;
    display: inline-block;
    margin: 0 15px 6px 0;
    color: #999;
    font-size: 10px;
    font-weight: 400;
    border: none;
    padding: 2px 5px;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 13px;
    font-style: normal;
    background: #f2f2f2;
    text-decoration: none;
}
#content .tag-links a:hover {
	color: #999;
	opacity: .8;
}
.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;
    opacity: .8;
}
.single-post #content .tag-links a:hover:after {
	background: #000;
    width: 100%;
}
.single-author .entry-meta .by-author,
.single-author .by-author {
	display: none;
}
.entry-content-meta-wrapper .entry-content {
	padding: 16px 0 0 0;
	margin: 0 0 16px;
	position: relative;
	color: inherit;
	text-align: left;
}
.format-standard .entry-content-meta-wrapper .entry-content {
	padding-top: 0;
}
.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;
}
.entry-content th,
.comment-content th {
	color: #000;
}
.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;
	color: #000;
	padding: 12px 20px;
	border-left: 1px solid #e6e6e6;
}
.entry-content .dark td {
	color: #fff;
}
.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: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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 */
img {
	/* box-shadow: #000 0em 0em 0em; */
}
.entry-content img,
.comment-content img,
.widget img,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
	width: 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;
}
p img.alignleft,
p img.alignright,
p img.aligncenter {
	margin-bottom: 0;
}
.wp-caption {
	margin-top: .5em;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: .5em;
	position: relative;
	text-align: center;
}
.wp-caption img {
	display: inline-block;
	margin: 0;
	max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;

	display: none;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: .875em;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.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 */
.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-color: #000;
    border-radius: 0;
    text-align: center;
    box-sizing: border-box;
    line-height: 0;
    overflow: hidden;
    position: relative;
    transition: opacity .1s ease;
    min-width: 166px;
    padding: 15px 40px;
    cursor: pointer;
    max-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 1em;
}
.post-password-form .submit-button-wrapper:after {
	line-height: 1.2;
}
.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(0.215, 0.61, 0.355, 1), transform .2s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    font-size: 10px;
    font-style: normal;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}
.post-password-form .submit-button-wrapper:hover {
	background: #000;
    border-color: #000;
    opacity: .8;
}
.post-password-form .submit-button-wrapper:hover input[type=submit] {
	color: #fff;
    border-color: #000;
    background-color: #000;
    transform: translateX(0);
}
.post-password-form input[type=submit]:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.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-password-required .tag-links {
	text-align: center;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #efefef;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 2px #b2b2b2;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/*
Post Formats Headings
*/
.entry-format {
	font: normal normal 10px Georgia, Times, serif;
	color: #000;

}
.entry-header {
	margin: 0 0 1em;
}
.entry-content-meta-wrapper .entry-header {
	padding-left: 0;
}
.single .entry-header {}
.single h1:before,
.single h1:after {
	display: none;
}
.entry-header .entry-meta .cat-links,
.entry-header .entry-meta .entry-date-wrapper,
.entry-header .entry-meta .comments-link,
.entry-header .author a {
	margin-right: 0;
	font-size: .875em;
	font-weight: 400;
	color: #999;
}
.entry-header .entry-date-wrapper a {
	color: #999;
}
.entry-date-wrapper {
	font-size: .875em;
}
.entry-header .entry-meta .comments-link {
	margin-left: 1.08em;
	display: none;
}
.entry-header .entry-meta .comments-link a > span {
	font-size: 13px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    bottom: 2px;
}
.cat-links {
	margin-bottom: 18px;
    display: inline-block;
}
.entry-header .entry-meta .cat-links {
	margin-bottom: 0;
	display: none;
}
.entry-header-wrapper .entry-header .entry-meta .cat-links {
	display: inline-block;
    margin: 0;
    max-width: 750px;
}
.entry-header-wrapper .entry-meta a:hover {
	opacity: .8;
}
.dark .entry-header-wrapper .entry-header .entry-meta .cat-links a,
.dark .entry-header-wrapper .entry-date,
.dark .entry-header-wrapper .entry-header .entry-meta .entry-date-wrapper:before,
.dark .entry-header-wrapper .entry-meta a,
.dark .entry-header-wrapper .entry-header .entry-meta .comments-link a:before,
.dark .entry-header-wrapper .entry-header .entry-meta .post-edit-link:before {
	color: #fff;
}
#page .entry-header-wrapper .entry-header .entry-meta a:hover {
	color: #000;
}
#page .dark .entry-header-wrapper .entry-header .entry-meta a:hover {
    color: #fff;
}
.entry-header-wrapper .cat-links a:hover {
	opacity: .8;
}
#page .entry-header-wrapper .entry-header .entry-meta .cat-links a:hover {
	color: #000;
}
#page .dark .entry-header-wrapper .entry-header .entry-meta .cat-links a:hover {
	color: #fff;
}
.entry-header .entry-meta .entry-date-wrapper:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 2.1;
    -webkit-font-smoothing: antialiased;
    content: "\e90d";
    color: #444;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    top: 1px;

    display: none;
}
.entry-header .entry-meta .comments-link a:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    content: "\e91e";
    color: #444;
    font-size: 12px;
    margin-right: 6px;
    position: relative;
    padding: 0 1px;

    width: 11px;
    display: inline-block;
}
.entry-header .entry-meta .post-edit-link:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 2.1;
    -webkit-font-smoothing: antialiased;
    content: "\ef30";
    color: #999;
    font-size: 10px;
    margin-right: 0;

    display: none;
}
.entry-header .entry-meta .vc_inline-link {
	display: none;
}
.entry-header .entry-meta .avatar {
	max-width: 25px;
    height: auto;
}
.entry-header .entry-meta .post-edit-link span {
	margin-left: 6px;
}
.entry-header .entry-meta .by {
	display: none;
}
.entry-header .entry-meta .edit-link {
	display: none;
}
.entry-header .entry-meta .comments-link a .comments {
	display: none;
}
.entry-utility-prep-cat-links {
	display: none;
}
article.format-link .entry-content,
article.format-quote .entry-content {}
.entry-content-meta-wrapper {
	padding: 0;
}
.post-thumbnail {
	position: relative;
	margin: 0 0 11px;
}
.post-gallery {
	margin: 0 0 20px;
}
.post-thumbnail a {
	display: block;
}
.post .post-thumbnail a:hover img {
	opacity: 1;
    transform: scale(1.1);
}
.post-thumbnail img[class*="attachment-"] {
	max-width: 100%;
	float: left;
	transition: all ease .4s;
}
.format-image .post-thumbnail img[class*="attachment-"] {
	width: 100%;
}
.entry-view-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .85);
	color: white;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	opacity: 0;
	transition: all ease .1s;
	text-shadow: none;
	-webkit-tap-highlight-color: transparent;
}
.entry-view {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.entry-view-content {
	display: table-cell;
	vertical-align: middle;
}
.entry-view-content i {
	font-size: 23px;
}
a:hover .entry-view-wrapper {
	opacity: .95;
}
.gallery-item {
	overflow: hidden;
}
.portfolio-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	visibility: hidden;
	opacity: 0;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all ease .3s;
	-webkit-backface-visibility: hidden;
}
.portfolio-style-1 .portfolio-bg {
	background-color: rgba(0,0,0,.8);
}
.portfolio-link {
	font-style: normal;
	vertical-align: middle;
	position: relative;
    top: 1px;
    right: 2px;
}
.portfolio-link:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 0.8;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    content: "\e90e";
    color: #f9f9f9;
}
.post-thumbnail:hover .portfolio-bg {
	visibility: visible;
	opacity: 1;
}
.portfolio-view-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	height: 100%;
	text-align: center;
	text-shadow: none;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}
.block-portfolio.full-width .col4 .portfolio-view-wrapper {
    width: 100.1%;
}
.portfolio-view-wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.portfolio-view {}
.portfolio-view-content {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 80%;
	z-index: 2;
}
.block-portfolio.full-width .portfolio-view-content {
	width: 60%;
}
.post-thumbnail h2 {
	font-size: 18px;
	line-height: 1.25;
	margin: 0 auto;
	letter-spacing: 0;
	color: #fff;
	max-width: 350px;
	text-align: center;
}
.block-portfolio.portfolio-style-1 .post-thumbnail h2 {
	font-size: 16px;
}
.post-thumbnail:hover .portfolio-view-animate span {
	opacity: 1;
	transform: translateY(0);
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.single-post .post .entry-content  {
	position: relative;
	margin-top: 50px;
	padding: 0;
}
.singular .hentry {
	position: relative;
}
.singular .entry-title {}
.singular .post-thumbnail {}
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	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%;
}
.singular .entry-meta .edit-link a {}


/* =Image
----------------------------------------------- */
.format-image footer.entry-meta .entry-meta {
		padding: 0 0 1.825em;
}

/* =Video
----------------------------------------------- */
.format-video footer.entry-meta .entry-meta {
		padding: 0 0 1.825em;
}

/* =Audio
----------------------------------------------- */
.post-audio {
	position: relative;
	margin: 0 0 1.825em;
}

/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #efefef;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #000;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #000;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #efefef;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #000;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}

/* =error404
----------------------------------------------- */
.error404 #header-wrapper,
.error404 .fixed #header {}
.error404 .entry-header-wrapper .entry-header {}
.error404 #main {}
.error404 #primary {
	width: 100%;
	margin: 0;
}
.error404 #to-top {
	display: none;
}
.error404 #content h1 {
	text-align: center;
}
.error404 #content .wpb_content_element p {
	text-align: center;
}

/* =Attachments
----------------------------------------------- */
.image-attachment .hentry {
	padding: 0;
}
.image-attachment .entry-header {
	padding: 1.825em 1.825em 0;
}
.image-attachment div.attachment {
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.image-attachment div.attachment a {
	display: inline-block;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	width: auto;
}
.image-attachment .entry-caption p {
	margin-bottom: 0.6em;
    padding: 8px 0 0;
    position: relative;
    font-size: .875em;
    color: #999;
}

/* =Navigation
-------------------------------------------------------------- */
.nav-pagination-single-wrapper {
	max-width: 750px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 1000;
}
#page nav {
	clear: both;
	overflow: visible;
	padding: 0;
}
#page #nav-pagination-single {
	clear: none;
    float: none;
    width: auto;
    text-align: left;
    max-width: 1170px;
    margin: 0;
    box-sizing: border-box;
    margin-left: 0;
    line-height: 1.6;
}
#page .nav-single-below {
	margin: 50px 0 30px;
}
#page .nav-single-below .nav-next {
	margin-left: 2.5%;
}
#page .nav-single-below a {
	text-decoration: underline;
}
.nav-single a {
	color: #000;
	margin: 0 0 8px 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
	border: 2px solid #efefef;
	width: 24px;
	height: 28px;
	display: block;
	padding: 1px 3px;
	line-height: 1.5;
}
#nav-above {
	padding: 0 0 1.825em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.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;
}
.single-portfolio .nav-next a:after,
.single-portfolio .nav-previous a:before,
.single-portfolio .nav-next .not-active:after,
.single-portfolio .nav-previous .not-active:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    transform: none;
    transition: all .1s ease;
    padding: 0;

    display: none;
}
.single-portfolio .nav-next a:after,
.single-portfolio .nav-next .not-active:after {
	content: "\e909";
    margin-left: 0;
}
.single-portfolio .nav-previous a:before,
.single-portfolio .nav-previous .not-active:before {
	content: "\e904";
    margin-right: 0;
}

/* Singular navigation */
.single-post .nav-single {
	padding: 0;
	margin: 0 0 0 2.5%;
	float: none;
	text-align: right;
	float: right;
	position: relative;
	top: 10px;
}
.single-post .nav-single .nav-previous,
.single-post .nav-single .nav-next {
	float: left;
}
.single-post .nav-single .nav-previous,
.single-post .nav-single .nav-next {
	height: 30px;
}
.single-post .nav-single .nav-next {
	float: right;
	padding: 0;
}
.single-post .nav-single .nav-previous {
	margin-right: 5px;
}
.single-post .nav-single .nav-previous a,
.single-post .nav-single .nav-next a {
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0;
	border: none;
	width: 24px;
	height: 28px;
	display: block;
	padding: 1px 3px;
	line-height: 1.5;
}
.single-post .nav-single a i {
	color: #b2b2b2;
	font-size: 22px;
	vertical-align: 0%;
	font-style: normal;

	transition: all ease .1s;
}
.single-post .nav-single a i:before {
	color: #b2b2b2;
	font-size: 22px;
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	transition: all ease .1s;
}
.single-post .nav-single .nav-previous a i:before {
	content: "\e012";
}
.single-post .nav-single .nav-next a i:before {
	content: "\e010";
}
.single-post .nav-single .nav-previous a,
.single-post .nav-single .nav-next a {
	text-decoration: none;
}
.single-post .nav-single .nav-previous a:hover,
.single-post .nav-single .nav-next a:hover {
	border-color: #303636;
	color: #000;
}
.single-post .nav-single .nav-previous a:hover i:before,
.single-post .nav-single .nav-next a:hover i:before {
	color: #000;
}
.single-post .nav-single .nav-previous i,
.single-post .nav-single .nav-next i {
	position: relative;
	right: 1px;
	padding: 0;
}
.expandable-wrapper {
	position: fixed !important;
	left: 0;
    bottom: 0;
    max-width: 46px !important;
    min-width: 46px !important;
    min-height: 0 !important;
    background: #fafafa;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;

    transition-property: min-height, max-height, min-width, max-width !important;
    transition-timing-function: cubic-bezier(.57,.06,.05,.95) !important;
    transition-duration: .7s !important;
    transition-delay: 0s !important;
}
.expandable-wrapper.active {
	min-height: 40% !important;
	max-height: 900px !important;
	max-width: 546px !important;
    min-width: 35vw !important;

    min-height: 400px !important;
}
.expandable-container-wrapper {
    max-width: 100% !important;
    max-height: 100% !important;
    max-height: 400px !important;
    min-height: 100% !important;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
}
.expandable-container {
	padding: 36px 49px !important;
	opacity: 0;
	transform: translateY(-15px);
}
.expandable {
	padding: 0 1px !important;
	max-width: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    min-height: 400px !important;

    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(.57,.06,.05,.95) !important;
    transition-duration: .7s !important;
    transition-delay: 0s !important;
    opacity: 0;

    overflow: hidden;

    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}
.expandable-wrapper.active .expandable {
    opacity: 1;
}
.expandable-wrapper p {
	font-size: 16px;
	font-weight: 400;
}
#page .easy-social-share-button-custom .expandable .essb_links_list-drop {
	left: 82px;
}
#page .easy-social-share-button-custom .expandable .essb_links_list-drop:before {
    left: 38px;
}
.expandable-button {
	background: #fafafa;
    height: 46px;
    position: absolute;
    width: 100%;
    top: -46px;
    display: flex;
    align-items: center;
    z-index: 1;
    border-bottom: 1px solid #e6e6e6;
}
.expandable-button i {
	top: 0;
    right: 0;
    position: absolute;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.expandable-button i:hover:before {
	color: #999;
}
.expandable-button i:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e930";
    font-size: 18px;
    font-style: normal;
    vertical-align: middle;
    transform: rotate(-45deg);
    transition: color ease .1s, transform ease .2s;
}
.expandable-button.active i:before {
	transform: rotate(135deg);
}

/* =Navigation with pagination
-------------------------------------------------------------- */
#content .block-portfolio .nav-pagination {
	padding: 0 0 2px;
	margin: 25px auto 0;
}
#content .nav-pagination {
	clear: both;
    overflow: visible;
    padding: 0;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 100px;
    cursor: default;
}
#content .nav-pagination a,
.dots,
#content .nav-pagination > span {
	font-size: 12px;
 	padding: 11px 18px;
 	line-height: 1;
	color: #000;
	margin: 0 0 0 4px;
	float: none;
	text-transform: none;
	background: transparent;
	border: none;
	font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    box-sizing: border-box;
    position: relative;
}
#content .nav-pagination a:before,
#content .nav-pagination a:after {
	display: none;
}
#content .nav-pagination a:first-child,
#content .nav-pagination > span:first-child {
	margin-left: 0;
}
#content .nav-pagination .next,
#content .nav-pagination .prev {
	border: none;
	display: inline-flex;
	align-items: center;
    min-height: 38px;
    box-sizing: border-box;
    text-decoration: none;
}
#content .nav-pagination .next:before,
#content .nav-pagination .prev:before {
	font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    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;
    width: 12px;
    display: inline-block;
    color: #000;
    background: transparent;
    margin: 0;
    opacity: 1;
    bottom: auto;
}
#content .nav-pagination .next:before {
	content: "\e90c";
}
#content .nav-pagination .prev:before {
	content: "\e90b";
}
#content .nav-pagination .next:after,
#content .nav-pagination .prev:after {
	display: none;
}
#content .nav-pagination .next {
	margin-left: 8px;
}
#content .nav-pagination .prev {
	margin-right: 8px;
}
#content .nav-pagination .next:hover,
#content .nav-pagination .prev:hover {
	background: transparent;
	color: #9c9c9c;
	border-color: transparent;
}
#content .nav-pagination > span {
	background: transparent;
	color: #000;
	border-color: transparent;
	opacity: .5;
	cursor: default;
}
#content .nav-pagination a span,
#content .nav-pagination span span {
	position: relative;
}
#content .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;
}
#content .nav-pagination a:hover {
	background: transparent;
	color: #000;
	border-color: transparent;
	opacity: .8;
}
.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: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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-size: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    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;
    -webkit-backface-visibility: hidden;
    text-rendering: optimizelegibility;
    box-shadow: none;
    display: flex;
    width: 38px;
    height: 52px;
}
#page #nav-pagination-single .not-active {
	display: flex;
    width: 38px;
    height: 52px;
}
#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: 'icomoon';
    speak: none;
    font-weight: normal;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 0;
    background: transparent;
    opacity: 1;
    bottom: auto;
    transform: none;
    transition: color ease .2s, opacity ease .2s, background ease .2s;
}
.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;
    -webkit-backface-visibility: hidden;
    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 a .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 .3s cubic-bezier(0, 0.9, 0.3, 1);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-6%) scale(1);
}
#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 .6s cubic-bezier(0, 0.9, 0.3, 1);
}
#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);
}
#main .dark #nav-pagination-single a {
	color: #fff;
}
#page #nav-pagination-single .not-active {
	cursor: default;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: none;
    overflow: visible;
    position: relative;
    padding: 0;
    display: inline-block;
    float: none;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    text-rendering: optimizelegibility;
    box-shadow: none;
    display: flex;
    opacity: .2;
}
#page .dark #nav-pagination-single .not-active {
	color: #fff;
}
#page #nav-pagination-single a:hover {
	background: transparent;
	border-color: transparent;
	color: #000;
	box-shadow: none;
}
#page #nav-pagination-single a span {
	position: relative;
}
#page #nav-pagination-single a:hover {
	opacity: 1;
}
#page #nav-pagination-single a:hover:before {
	opacity: .8;
}
#page nav i {
	color: #000;
	font-style: normal;
}
#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: 40px;
}
#page #nav-pagination-single .nav-next {
	right: 40px;
}
#page.header-position-left #nav-pagination-single .nav-previous {
	left: 250px;
}
#page.header-position-right #nav-pagination-single .nav-next {
	right: 250px;
}
#page #nav-pagination-single a .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 img {
	width: auto;
}
#page #nav-pagination-single .title-wrapper,
.tparrows.skylab .title-wrapper {
	display: block;
	min-width: 130px;
	line-height: 1.2;
	margin-bottom: 0;
	font-weight: 700;
	max-width: 200px;
    word-wrap: break-word;
}
#page #nav-pagination-single .nav-previous .title-wrapper,
.tparrows.skylab .nav-previous .title-wrapper {
	float: left;
	margin-left: 0;
    text-align: center;
}
#page #nav-pagination-single .title-wrapper {
	color: #000;
}
#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;
}

/* =3. Widgets
----------------------------------------------- */
.widget-area {
	font-size: .875em;
}
.widget {
	clear: both;
    margin: 30px auto 0;
    width: 100%;
    float: none;
    padding: 0;
    font-style: normal;
    font-size: .875em;
    line-height: 1.4;
}
.widget:first-of-type {
	margin-top: 0;
}
.widget p {
	font-style: normal;
	font-size: .875em;
	line-height: 1.4;
}
.widget-title,
.widgettitle {
    font-size: 14px;
    line-height: 1.25;
    margin: 0 0 .67em 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: 0.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;
}
.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: 0.3em 0 0 0;
	display: block;
	width: auto;

	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
}
.widget .entry-meta {
	clear: right;
}

/* Search Widget */
.widget_search form {
	margin: 0;
}
.widget_search label[for="s"] {
	top: 30%;
}
.widget_search .searchsubmit {}

/* Tags Widget */
.tagcloud a {
	font-size: 13px !important;
	float: left;
	display: block;
	margin: 0 16px 6px 0;
	padding: 0;
	background: transparent;
	color: #000;
	border-radius: 0;
	text-transform: none;
}
.tagcloud a:hover {
	text-decoration: none;
	color: #999;
}

/* Menu */
.widget_nav_menu .current-menu-item a {
	font-weight: bold;
}

/* 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-block;
}
.social-icon {
	font-weight: normal;
	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: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	display: inline-block;
	float: left;
}
#site-generator .social-icon:before {
	line-height: 1;
}

.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: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	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: "\eef0";
}
.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.google a span:before {
	content: "\eeec";
}
.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: "\eef0";
}
.instagram .social-icon:before {
	content: "\ea92";
}
.linkedin .social-icon:before {
	content: "\ef28";
}
.pinterest .social-icon:before {
	content: "\ef30";
}
.google .social-icon:before {
	content: "\eeec";
}
.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";
}
.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 {
	content: "\e906";
}
.social-links-style-2 .linkedin .social-icon:before {
    content: "\e916";
}
.social-links-style-2 .google .social-icon:before {
    content: "\e917";
}
.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-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-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 .google .social-icon:before,
.social-links-style-6 .google .social-icon:before {
    content: "\e917";
}
.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 .google .social-icon:before {
    content: "\e917";
}
.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%;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar */
#wp-calendar {
	margin: 0;
	width: 100%;
}
#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 {
	font-size: 13px;
	border-bottom: 1px solid #e6e6e6;
}
#wp-calendar tr:last-of-type td {
	border-bottom: 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: #999;
}
#wp-calendar caption {
	margin-bottom: 16px;
}

/* =4. Comments
----------------------------------------------- */
#comments-wrapper {
	background: transparent;
    padding: 50px 0 84px;
    border-top: 1px solid #e6e6e6;
}
.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 0;
    float: none;
    max-width: 750px;
}
#comments .sep {
	display: none;
}
#comments-title {
    padding: 0;
    font-size: 22px;
    text-align: left;
    letter-spacing: 0;
    text-transform: none;
}
#comments-title span {}
.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.65em 0 0;
	border-top: 1px solid #e6e6e6;
}
.commentlist li.comment .fn {
	color: #999;
    margin: 0 0 16px 0;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    margin-right: 14px;
}
.commentlist .on {
	display: none;
}
.commentlist .pingback {
	margin: 0 0 16px;
    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.65em 0 0;
	border-top: 1px solid #e6e6e6;
}
.commentlist .children li.comment .fn {
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #000;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-author {
	margin: 0 0 8px;
	text-transform: none;
    font-size: .875em;
}
.comment-edit-link,
.comment-author .fn .url {
	color: #999;
    margin: 0 0 16px 0;
    font-weight: 400;
    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: 18px;
	font-style: normal;
	font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
}
.comment-reply-link span:before,
.comment-reply-link span:after {
	display: none;
}
.comment-reply-link:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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-author a:hover,
.comment-reply-link:hover {
	color: #000;
    opacity: .8;
}
.comment-reply-link:hover {
	opacity: .8;
}
.comment-content {
	margin: 0 0 0 66px;
	padding: 0 0 16px 0;
}
.comment-content p {
	padding: 0;
    margin-bottom: 6px;
    font-size: .875em;
    line-height: 1.6;
}
.comment-content p:last-child {
	margin: 0;
}
.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: 50px;
	max-height: 50px;
	box-shadow: none;
}
#content .comment-reply-link,
#content .comment-edit-link,
#content .comment-author a {
	color: #999;
	padding-bottom: 0;
  	border-bottom: 0 solid rgba(0,0,0,0);
}
#content .comment-reply-link:hover,
#content .comment-edit-link:hover,
#content .comment-author a:hover {
	color: #999;
}
.comment-time {
	color: #999;
    margin-right: 18px;
}
.comment-time:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 2.1;
    -webkit-font-smoothing: antialiased;
    content: "\e90d";
    color: #999;
    font-size: 10px;
    margin-right: 6px;
    font-style: normal;
    margin-left: 0;
    position: relative;
    top: 1px;

    display: none;
}

/* 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-comment {
	width: 100%;
	display: inline-block;
	margin-bottom: 17px;
	float: left;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	width: 32.4%;
	float: left;
	margin-left: 1.4%;
}
#respond .comment-form-author {
	margin-left: 0;
	margin-bottom: 17px;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	font-size: .875em;
	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;
}
#respond .comment-notes,
#respond .logged-in-as {
	color: #999;
    font-size: .875em;
}
#respond a {
    color: #999;
}
#respond a:hover {
    color: #000;
}
#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: 15px 40px;
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease;
}
#respond #submit span {
	position: relative;
}
#respond #submit:hover {
	color: #fff;
    background: #000;
    opacity: .8;
}
#respond #cancel-comment-reply-link {
	border-bottom: 0;
    padding-bottom: 0;
    color: #999;
    font-size: 10px;
    line-height: 1.2;
    margin: 0 0 16px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: normal;
}
#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: 11px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#reply-title span {
	position: relative;
	z-index: 100;
	padding: 0;
}
#reply-title small {
	position: absolute;
    top: 50%;
    right: 0;
    z-index: 100;
    padding: 0 0 0 16px;
    background: transparent;
    transform: translate(0, -50%);
}
#respond label {
	line-height: 2.2em;
	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;
}

/* Lazy Load */
.block-portfolio .hentry .lazy,
.block-gallery-alternative .gallery-alternative-item .lazy,
#content .wpb_thumbnails-fluid article .lazy,
.wpb_single_image .lazy,
.image-carousel-item .lazy,
.portfolio-carousel .owl-item .lazy,
.slick-slide .lazy,
.owl-item .lazy,
.person .lazy,
.featured-image.lazy {
	height: 0;
	position: relative;
	background: #f2f2f2;
}
.dark .block-portfolio .hentry .lazy,
.dark .block-gallery-alternative .gallery-alternative-item .lazy,
#content .dark .wpb_thumbnails-fluid article .lazy,
.dark .wpb_single_image .lazy,
.dark .image-carousel-item .lazy,
.dark .portfolio-carousel .owl-item .lazy,
.dark .slick-slide .lazy,
.dark .owl-item .lazy,
.dark .person .lazy,
.dark .featured-image.lazy {
	background: #262626;
}
.dark .slick-slide .lazy {
	background: transparent;
}
.lightbox-video.lazy {
	background: #f2f2f2;
}
.dark .lightbox-video.lazy {
	background: #000;
}
.wpb_single_image .lazy {
	width: 100%;
}
.mt-testimonials .lazy,
.person .lazy {
	background: transparent;
}
.block-portfolio .hentry .lazy img,
.block-gallery-alternative .gallery-alternative-item .lazy img,
#content .wpb_thumbnails-fluid article .lazy img,
.wpb_single_image .lazy img,
.lightbox-video.lazy img,
.image-carousel-item .lazy img,
.portfolio-carousel .owl-item .lazy img,
.slick-slide .lazy img,
.owl-item .lazy img,
.person .lazy img,
.featured-image.lazy img {
	position: absolute;
	height: 100%;
	z-index: 1;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.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 img {
	height: auto;

	margin: 0 auto;
}

/*! Lazy Load XT v1.1.0 2016-01-12
 * http://ressio.github.io/lazy-load-xt
 * (C) 2016 RESS.io
 * Licensed under MIT */
.lazy-hidden {
    opacity: 0;
}
.lazy-loaded {
    transition: opacity .3s;
    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;
}
.loader-lg:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          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;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

.dark .path {
	stroke: #fff;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-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;
  }
}
@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: 26px;

  	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;
}
.wpb_revslider_element .image-carousel-item a {
	width: 100% !important;
}
.wpb_revslider_element .slick-slide img {
    width: 100% !important;
    height: auto !important;
    transition: filter ease .4s !important;
}

/* 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 */
.skylab.tparrows:before {
	-webkit-backface-visibility: hidden;
}
.dark .skylab.tparrows:before {
	color: #fff;
}
#page .tp-carousel-wrapper {
	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;
}
.skylab.tparrows:before {
	font-family: 'icomoon';
  	speak: none;
  	font-weight: normal;
  	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;
}
.skylab.tparrows.tp-rightarrow:before {
	content: "\e909";
	right: 0;
}
.skylab.tparrows.tp-leftarrow:before {
	content: "\e904";
	left: 0;
}
.skylab.tparrows:hover:before {
	opacity: .8;
}
.skylab.tparrows.not-active {
	cursor: default;
}
.skylab.tparrows.not-active:before {
	opacity: .2;
}

/* =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;
}
#colophon:empty {
    display: none;
}
#supplementary-wrapper {
	position: relative;
}
#supplementary {
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 0 50px;
	display: flex;
    align-items: center;
}
#colophon .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 .entry-meta,
#colophon .widget a {}
#colophon h3 {}
#colophon .widget .menu a {
	text-transform: none;
	font-size: .875em;
	line-height: 1;
}
#colophon .widget .footer-menu a {
	color: #000;
	border-bottom: none;
	border-color: rgba(0,0,0,0);
	position: relative;
}
#colophon .widget .footer-menu a:hover {
	color: #000;
	border-color: #000;
}
#colophon .widget .footer-menu a:after {
	content: '';
    background: transparent;
    display: block;
    margin: auto;
    width: 0%;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: -1px;
}
#colophon .widget .footer-menu a:hover:after {
	background: #000;
	width: 100%;
}
#colophon .widget .tagcloud a {
	background: transparent;
    color: #000;
}
#colophon .widget {
	border: none;
	padding: 0;
}
#colophon .widget ul {}
#colophon .widget ul li {
	border-style: none;
}
#colophon .widget a:first-child {
	margin-left: 0;
}

.footer-parallax-enabled #colophon {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.footer-parallax-opacity {
	opacity: 0;
}

#supplementary p {
	color: #000;
	line-height: 1.4;
}
#supplementary .widget time {
	color: #b2b2b2;
}
#supplementary .widget #wp-calendar #today {
	color: #999;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 48.3%;
}
#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.6%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
#supplementary .widget-area {
    line-height: 1.4;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 23.1%;
}
#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: 50px 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: 13px;
	margin-bottom: 8px;

	position: relative;

	-webkit-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	-o-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-wrapper.align-right {
	float: right;
}
#colophon .social-links-wrapper.align-center {
	float: none;
}
#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;
	text-align: right;
}

/* 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;
	text-align: right;
}

#site-generator-wrapper .widget {
	font-size: 13px;
	margin-top: 8px;
}
#site-generator-wrapper .widget:first-of-type {
	margin-top: 0;
}
#site-generator-wrapper .sep {
	color: #000;
	font-size: 18px;
	display: inline-block;
}
#site-generator-wrapper .widget img {
	margin-top: 0;
}

/* =Subfooter Menu
-------------------------------------------------------------- */
#footer-access {
    display: block;
    margin: 0 auto 0;
    padding: 0;
    float: none;
    line-height: 1.225;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#footer-access .nav-menu {
    float: none;
    height: 100%;
    margin-left: 50px;
}
#footer-access ul {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    float: none;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    height: 100%;
}
#footer-access ul li:first-child {
    margin-left: 0;
}
#footer-access ul li {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    float: none;
    height: 100%;
    line-height: .8;
}
#footer-access ul a {
    color: #a7a7a7;
    line-height: inherit;
    padding: 0;
    border-top: 0;
    height: 100%;
    display: table;
    text-decoration: none;
    float: none;
    clear: both;
    position: relative;
    box-sizing: border-box;
}
#footer-access ul a span {
    display: table-cell;
    vertical-align: middle;
    padding-top: 2px;
    text-rendering: optimizelegibility;
}

.mt-loader {
	top: 100px;
	left: 50%; 
	z-index: 10000; 
	position: absolute;
}
.mt-loader.spinner3 {
  	margin: 20px 0px 0px -15px;
  	width: auto;
  	text-align: center;
  	top: auto;
}
.lazyload-enabled .mt-loader.spinner3 {
	display: none;
}

.mt-loader.spinner3 .bounce1,
.mt-loader.spinner3 .bounce2,
.mt-loader.spinner3 .bounce3 {
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-left: -20px;
    background-color: #bebebe;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    border-radius: 100%;
    -webkit-animation: load-mt 1.0s infinite ease-in-out;
    animation: load-mt .7s infinite ease-in-out;
    margin-left: auto;
}

.mt-loader.spinner3 .bounce1 {
  	display: none;
}

.mt-loader.spinner3 .bounce2 {
  	display: none;
}

@-webkit-keyframes mt-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes mt-bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* =6. Shortcodes
----------------------------------------------- */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  	z-index: 2;
}

.isotope-hidden.isotope-item {
  	pointer-events: none;
  	z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    transition-duration: 0.4s;
}
.isotope {
    transition-property: height;
}
.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope-item {
 	z-index: 2;
   	-webkit-backface-visibility: hidden;
}

/**** 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 15px;
	text-align: center;
}
#content .filters a {
	clear: none;
	margin: 0 20px 20px 0;
	text-decoration: none;
	letter-spacing: 0;
	font-size: .875em;
	font-style: normal;
	text-transform: none;
	padding: 0;
	float: none;
	border: none;
	display: inline-block;
	color: #000;
	line-height: 1.6;
	background-color: transparent;
	border-bottom: 0;
  	border-color: rgba(0, 0, 0, 0);
  	text-rendering: optimizeLegibility;
  	visibility: visible;
  	font-weight: 400;
  	padding: 0;
    border-radius: 0;
    opacity: .5;
}
.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-iosfix {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  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: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .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, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .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--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.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, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: .875em;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.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 {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  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(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #262626;
  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: .875em;
  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: .875em;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  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: transparent;
  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 > ul {
  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 > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* =fancybox custom skin
----------------------------------------------- */
.fancybox-button svg path {
    stroke-width: 2;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #fff;
}
.fancybox-button svg path {
    opacity: .8;
    transition: opacity .2s;
}
.fancybox-button:focus svg path,
.fancybox-button:hover svg path {
    opacity: 1;
}
.fancybox-navigation .fancybox-button {
	display: inline-flex;
	align-items: center;
    justify-content: center;
}
.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] svg path,
.fancybox-navigation .fancybox-button[disabled]:hover svg path {
    fill: #fff;
    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;
}

/* =IcoMoon Icon Fonts
----------------------------------------------- */
@font-face {
  	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* select2 */
.select2-container {
  	box-sizing: border-box;
  	display: inline-block;
  	margin: 0;
  	position: relative;
  	vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
  	background-color: white;
  	border: 1px solid #d9d9d9;
  	border-radius: 0;
  	box-sizing: border-box;
  	display: block;
  	position: absolute;
  	left: -100000px;
  	width: 100%;
  	z-index: 1051;

  	overflow: hidden;
}
.select2-results {
  	display: block;
}
.select2-results__options {
  	list-style: none;
  	margin: 0;
  	padding: 0;
}
.select2-results__option {
  	padding: 9px 11px;
  	user-select: none;
  	-webkit-user-select: none;
}
.widget .select2-results__option {
	margin: 0;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
  	left: 0;
}
.select2-container--open .select2-dropdown--above {
  	border-bottom: none;
  	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;

  	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;

  	margin-top: 1px;
}
.select2-container--open .select2-dropdown--below {
  	border-top: none;
  	border-top-left-radius: 0;
  	border-top-right-radius: 0;

  	border-bottom-left-radius: 4px;
  	border-bottom-right-radius: 4px;

  	margin-top: -1px;
}
.select2-search--dropdown {
  	display: block;
  	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
  	border: 0;
  	margin: 0;
  	padding: 0;
  	display: block;
  	position: fixed;
  	left: 0;
  	top: 0;
  	min-height: 100%;
  	min-width: 100%;
  	height: auto;
  	width: auto;
  	opacity: 0;
  	z-index: 99;
  	background-color: #fff;
  	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  	border: 0 !important;
  	clip: rect(0 0 0 0) !important;
  	height: 1px !important;
  	margin: -1px !important;
  	overflow: hidden !important;
  	padding: 0 !important;
  	position: absolute !important;
  	width: 1px !important;
}
.select2-container--default .select2-selection--single {
  	background-color: #fff;
  	border: 1px solid #aaa;
  	border-radius: 4px;

  	position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #242323;
	line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  	border-color: #888 transparent transparent transparent;
  	border-style: solid;
  	border-width: 5px 4px 0 4px;
  	height: 0;
  	left: 50%;
  	margin-left: -4px;
  	margin-top: -2px;
  	position: absolute;
  	top: 50%;
  	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  	right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  	background-color: #f2f2f2;
  	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  	border-color: transparent transparent #888 transparent;
  	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  	background-color: white;
  	border: 1px solid #aaa;
  	border-radius: 4px;
  	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  	color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  	margin-left: 5px;
  	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  	margin-left: 2px;
  	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  	border: solid black 1px;
  	outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  	background-color: #f2f2f2;
  	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  	border-top-left-radius: 0;
  	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  	background: transparent;
  	border: none;
  	outline: 0;
  	box-shadow: none;
  	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  	max-height: 200px;
  	overflow-y: auto;

  	font-size: .875em;
}
.select2-container--default .select2-results__option[role=group] {
  	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  	color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  	background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  	margin-left: -2em;
  	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  	margin-left: -4em;
  	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  	background-color: #000;
  	color: #fff;
}
.select2-container--default .select2-results__group {
  	cursor: default;
  	display: block;
  	padding: 6px;
}
.select2-container--classic .select2-selection--single {
  	background-color: #f7f7f7;
  	border: 1px solid #aaa;
  	border-radius: 4px;
  	outline: 0;
  	background-image: -webkit-linear-gradient(top, white 50%, #f2f2f2eee 100%);
  	background-image: -o-linear-gradient(top, white 50%, #f2f2f2eee 100%);
  	background-image: linear-gradient(to bottom, white 50%, #f2f2f2eee 100%);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #f2f2f2eee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #f2f2f2eee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #f2f2f2eee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  	border-color: #888 transparent transparent transparent;
  	border-style: solid;
  	border-width: 5px 4px 0 4px;
  	height: 0;
  	left: 50%;
  	margin-left: -4px;
  	margin-top: -2px;
  	position: absolute;
  	top: 50%;
  	width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  	border: none;
  	border-right: 1px solid #aaa;
  	border-radius: 0;
  	border-top-left-radius: 4px;
  	border-bottom-left-radius: 4px;
  	left: 1px;
  	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  	border-top: none;
  	border-top-left-radius: 0;
  	border-top-right-radius: 0;
  	background-image: -webkit-linear-gradient(top, white 0%, #f2f2f2eee 50%);
  	background-image: -o-linear-gradient(top, white 0%, #f2f2f2eee 50%);
  	background-image: linear-gradient(to bottom, white 0%, #f2f2f2eee 50%);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  	border-bottom: none;
  	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;
  	background-image: -webkit-linear-gradient(top, #f2f2f2eee 50%, white 100%);
  	background-image: -o-linear-gradient(top, #f2f2f2eee 50%, white 100%);
  	background-image: linear-gradient(to bottom, #f2f2f2eee 50%, white 100%);
  	background-repeat: repeat-x;
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  	background-color: white;
  	border: 1px solid #aaa;
  	border-radius: 4px;
  	cursor: text;
  	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
   	color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  	margin-left: 5px;
  	margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  	margin-left: 2px;
  	margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  	border-top: none;
  	border-top-left-radius: 0;
  	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  	border-bottom: none;
  	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  	border: 1px solid #aaa;
  	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  	outline: 0;
  	box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  	background-color: white;
  	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  	max-height: 200px;
  	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  	color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  	background-color: #3875d7;
  	color: white;
}
.select2-container--classic .select2-results__group {
  	cursor: default;
  	display: block;
  	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  	border-color: #5897fb;
}

/* =Post Likes
----------------------------------------------- */
#page .post-likes-wrapper {
    float: left;
    margin-left: 1.08em;
    line-height: 1.6;
    position: relative;
    display: flex;
    align-items: center;
}
#page .post-likes {
    background: transparent;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 2.6;
    position: relative;
    background: #f1f1f1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease .1s;
}
#page .post-likes:hover {
    color: #999;
    background: #ebebeb;
}
#page .post-likes:hover .post-likes-icon {
    color: #999;
}
#page .post-likes .post-likes-icon {
    margin-right: 7px;
    color: #000;
    position: relative;
    transition: all ease .1s;
    width: 19px;
    height: 19px;
    margin-right: 0;
    background: transparent;
    display: inline-block;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
#page .post-likes .post-likes-icon:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
    font-size: 19px;
    font-style: normal;
    vertical-align: middle;
    position: absolute;
    transition: all ease .1s;
    opacity: 1;
}
#page .post-likes .post-likes-icon:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e92d";
    font-size: 19px;
    font-style: normal;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease .1s;
}
.post-likes-count-wrapper {
	font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    margin-left: 5px;
}
.post-likes-count {
	display: inline-block;
	padding-right: 1px;
}

.text-is-visible {
  top: 0;
  opacity: 1;
  animation: slide-in .4s forwards;
}
.text-is-hidden {
  animation: slide-out .4s forwards;
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

#page .post-likes.unliked.loading .post-likes-icon:before,
#page .post-likes.liked .post-likes-icon:before {
    opacity: 0;
}
#page .post-likes.unliked.loading .post-likes-icon:after,
#page .post-likes.liked .post-likes-icon:after {
    visibility: visible;
    opacity: 1;
    color: #999;
}

#page .post-likes.liked.loading .post-likes-icon:before {
    opacity: 1;
}
#page .post-likes.liked.loading .post-likes-icon:after {
    visibility: hidden;
    opacity: 0;
    color: #000;
}

#page .post-likes.unliked.loading .post-likes-icon {
	animation: heartAnimationStart 1.4s ease-in-out forwards;
}
#page .post-likes.liked.loading .post-likes-icon {
	animation: heartAnimationUnliked 1.4s ease-in-out forwards;
}
@keyframes heartAnimationUnliked {
    25% {
	    transform: translate(-50%, -50%) scale(.8);
	}
	50% {
	    transform: translate(-50%, -50%) scale(1);
	}
}
.post-likes-icon-animated-1:after {
	animation-name: heartAnimation1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-delay: 0s;
    opacity: .8;
    bottom: 8px;
}
.post-likes-icon-animated-2:after {
	animation-name: heartAnimation2;
    animation-duration: 1s;
    animation-delay: .4s;
    opacity: .8;
    visibility: visible;
}
.post-likes-icon-animated-3:after {
	animation-name: heartAnimation3;
    animation-duration: 1s;
    animation-delay: .3s;
    opacity: .8;
    visibility: visible;
}

.single-post #page #content .post-likes-wrapper {
	margin: 0 12px 0 0;
	display: inline-flex;
    float: none;
    vertical-align: middle;
}
.single-post #page #content .post-likes.post-likes-2 {
	border-radius: 30px;
    margin: 2px 12px 2px 0;
    padding: 8px 25px 8px;
    min-width: 131px;
    box-sizing: border-box;
    border-width: 1px;
    text-align: center;
    position: relative;
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    transition: all .1s ease;
    margin-bottom: 12px !important;
    border-color: #f1f1f1;
    border-style: solid;
    position: relative;
    width: auto;
    height: 32px;
    background: #f1f1f1;
    color: #000;

    display: flex;
    justify-content: space-between;
}
.single-post #page #content .post-likes.post-likes-2:hover {
	color: #000;
    background: #ebebeb;
}
.single-post #page #content .post-likes.post-likes-2:hover .post-likes-icon {
    color: #999;
}
.single-post #page #content .post-likes.post-likes-2.unliked.loading .post-likes-icon:after,
.single-post #page #content .post-likes.post-likes-2.liked .post-likes-icon:after {
    color: #999;
}
.single-post #page #content .post-likes.post-likes-2 .post-likes-icon {}
.single-post #page #content .post-likes-2 .post-likes-count-wrapper {
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
    right: 19px;
    top: 0;
    overflow: hidden;
    line-height: 2.4;
}
.single-post #page #content .post-likes.post-likes-2 .post-likes-icon:before,
.single-post #page #content .post-likes.post-likes-2.unliked.loading .post-likes-icon:after,
.single-post #page #content .post-likes.post-likes-2.liked .post-likes-icon:after {
    font-size: 19px;
}
.single-post #page #content .post-likes.post-likes-2 .post-likes-text {}

/* =theia-sticky-sidebar
----------------------------------------------- */
.theiaStickySidebar {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/* =To top
----------------------------------------------- */
#to-top {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
#to-top.fixed {
    position: fixed;
    top: auto;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    transition: transform .4s cubic-bezier(0.67, 0.02, 0.2, 0.97), opacity .4s cubic-bezier(0.67, 0.02, 0.2, 0.97), visibility .4s cubic-bezier(0.67, 0.02, 0.2, 0.97);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}
.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: translateY(0);
	visibility: visible;
}
#to-top.left {
	right: auto;
	left: 0;
}
#to-top svg {
	fill: #000;
	transition: transform .2s ease !important;
}
#to-top:hover svg {
	transform: scale(1.15);
}
#to-top i {
	display: block;
    transition: transform .2s ease, opacity .2s ease, color .2s ease !important;
    line-height: 0;
    font-style: normal;
    -webkit-backface-visibility: hidden;
    color: #000;
    position: relative;
}
#to-top .background--dark {
	color: #fff;
}
#to-top .background--light {
	color: #000;
}
#to-top .dark {
	color: #fff;
}
#to-top i:before {
    font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    line-height: 0.8;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-style: normal;
    content: "\e907";
    display: block;
}
#to-top:hover i {
	transform: scale(1.15);
	opacity: .8;
	color: #000;
}
#to-top:hover .background--dark {
	color: #fff;
}
#to-top:hover .dark {
	color: #fff;
}


/* =Easy Social Share Buttons
----------------------------------------------- */
.essb-customizer-toggle {
	display: none;
}
.essb_links li:before {
	display: none;
}
.essb_links_list {
	text-align: left;
}
.essb_links_center .essb_links_list {
	text-align: center;
}

/* =Easy Social Share Buttons for WordPress Skylab Template
----------------------------------------------- */
#page .essb_template_skylab {
    margin: 0 auto 35px;
    max-width: 750px;
    width: 100%;
}
.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,
#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.6;
}
#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: 700;
}
#page .essb_template_skylab li {
	margin-right: 5px !important;
	margin-bottom: 5px !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: #f2f2f2 !important;
    min-width: 104px;
    opacity: 1;
}
#page .essb_template_skylab .essb_force_hide_name li a {
	min-width: auto;
}
#page .essb_template_skylab li a:hover {
	background: #000 !important;
	color: #fff !important;
}
#page .essb_template_skylab .essb_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}
#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: 'icomoon' !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: "\eef0";
}
#page .essb_template_skylab .essb_icon_twitter:before {
    content: "\eef5";
}
#page .essb_template_skylab .essb_icon_google:before {
    content: "\eeec";
}
#page .essb_template_skylab .essb_icon_pinterest:before {
    content: "\ef30";
}
#page .essb_template_skylab .essb_icon_tumblr:before {
    content: "\ef18";
}
#page .essb_template_skylab .essb_icon:before {
    font-size: 13px !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.6;
}
#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: 'icomoon' !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_google:before {
    content: "\eeec";
}
#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.4;
}
#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;
}
#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: 'icomoon' !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: "\eef0";
}
#page .easy-social-share-button-custom .essb_icon_twitter:before {
    content: "\eef5";
}
#page .easy-social-share-button-custom .essb_icon_google:before {
    content: "\eeec";
}
#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: .875em !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;
}
#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 a,
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a:focus .essb_icon,
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a:hover .essb_icon {
    background: transparent !important;
    color: #000 !important;
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a:hover .essb_icon {
	background: transparent !important;
    color: #000 !important;
    transition: color ease .2s, background ease .2s, opacity ease .2s;
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn.active a .essb_icon {
	opacity: .8;
}
#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.4;
    border: none;
    background: #f2f2f2;
    border-radius: 0;
    border: none;
    max-width: 208px;
    left: -100%;
    box-sizing: border-box;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
    display: inline-block !important;
   	padding: 20px 20px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6%) scale(0.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: .8;
}
#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 .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 .essb_icon {
	opacity: .8;
}
#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: 13px !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;
}

/* Transitions
---------------------------------------------------------- */
.transition {
	transition: all .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/** 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;
}
.dark,
.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
	color: #fff;
}
.dark a {
	color: #fff;
}
.entry-content .dark a:before,
.entry-content .dark a:after {
	background: #fff;
}
.dark a:hover {
	color: #fff;
}
#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;
}
#content .wpb_thumbnails-fluid article {
	margin-bottom: 50px;
	box-sizing: border-box;
}
#content .posts-style-10 .wpb_thumbnails-fluid article,
#content .posts-style-11 .wpb_thumbnails-fluid article {
	width: 100%;
}
#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;
}
.header-position-left .entry-content > .wpb_row,
.header-position-right .entry-content > .wpb_row {
	padding: 0 30px;
	box-sizing: border-box;
}
.blog .header-position-left .entry-content > .wpb_row,
.blog .header-position-right .entry-content > .wpb_row,
.single-post .header-position-left .entry-content > .wpb_row,
.single-post .header-position-right .entry-content > .wpb_row {
	padding: 0;
}
.header-position-left .entry-content > .full-width,
.header-position-right .entry-content > .full-width {
	padding: 0;
}
.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 > .wide > .wrapper {
	max-width: 1380px;
}
.entry-content > .wide > .wrapper .block-portfolio {
	max-width: none;
}
.entry-content > .wide > .wrapper .block-portfolio .col3 .gutter-sizer,
.entry-content > .wide > .wrapper .block-portfolio .col4 .gutter-sizer {
	width: 3%;
}
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col3 .gutter-sizer,
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col4 .gutter-sizer,
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col2 .gutter-sizer {
	width: 3%;
}
.entry-content > .wide > .wrapper .block-portfolio .col3.title-hidden .hentry,
.entry-content > .wide > .wrapper .block-portfolio .col4.title-hidden .hentry,
.entry-content > .wide > .wrapper .block-portfolio .col2.title-hidden .hentry {
	margin-bottom: 3%;
}
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col3.title-hidden .hentry,
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col4.title-hidden .hentry,
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col2.title-hidden .hentry {
	margin-bottom: 3%;
}
.entry-content > .wide > .wrapper .block-portfolio .col3 .hentry,
.entry-content > .wide > .wrapper .block-portfolio .col3 .grid-sizer {
	width: 31.3%;
}
.entry-content > .wide > .wrapper .block-portfolio .col4 .hentry,
.entry-content > .wide > .wrapper .block-portfolio .col4 .grid-sizer {
	width: 22.7%;
}
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col3 .hentry,
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col3 .grid-sizer {
	width: 31.3%;
}
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col2 .hentry,
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col2 .grid-sizer {
	width: 48.5%;
}
.entry-content > .wide > .wrapper .block-portfolio .title-visible .hentry {
	margin-bottom: 50px;
}
.entry-content > .wide > .wrapper .block-portfolio .hentry {
	margin-bottom: 50px;
}
.entry-content > .wide > .wrapper .block-portfolio .col3 .hentry {
	margin-bottom: 50px;
}
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .hentry {
	margin-bottom: 50px;
}
.entry-content > .portfolio-padding.wide > .wrapper .block-portfolio .col3 .hentry {
	margin-bottom: 50px;
}
.entry-content > .wpb_row.full-width-padding > .wrapper {
	max-width: none;
	padding: 0 2.5%;
}
.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;
}

.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: hidden;
}
#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%;
}
.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;
}

/* Buttons
---------------------------------------------------------- */
#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-blue.vc_btn3-style-modern {
    color: #fff;
    border-color: #276CF2;
    background-color: #276CF2;
}
#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    color: #fff;
    border-color: #019339;
    background-color: #019339;
}
#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    color: #000;
}
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
    border-color: #276CF2;
    background-color: #276CF2;
}
#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
    border-color: #000;
    background-color: #000;
}
#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
	color: #fff;
    border-color: #000;
    background-color: #000;
}

#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
	color: #999;
    border-color: #999;
}
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover,
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus {
	color: #fff;
	border-color: #000;
    background-color: #000;
}
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus {
	border-color: #999;
    background-color: transparent;
}
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
	border-color: #000 !important;
    background-color: #000 !important;
}

#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline {
	color: #019339;
    border-color: #019339;
}
#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover,
#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus {
	color: #fff;
	border-color: #000;
    background-color: #000;
}
#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus {
	border-color: #019339;
    background-color: transparent;
}
#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover {
	border-color: #000 !important;
    background-color: #000 !important;
}

#page .vc_btn3-style-modern span,
#page .vc_btn3-style-outline span {
    display: inline-block;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(0);
}
#page .vc_btn3-style-modern:hover span,
#page .vc_btn3-style-outline:hover span {
	transform: translateX(0);
}
#page .vc_btn3-style-modern:after,
#page .vc_btn3-style-outline:after {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);

    display: none;
}
#page .vc_btn3-style-modern:hover:after,
#page .vc_btn3-style-outline:hover:after {
	opacity: 1;
    transform: translateX(0);
}


.vc_btn3-container.no-margin {
    margin-bottom: 0;
}
#page .vc_btn3-container {
	position: relative;
    z-index: 100;
}
#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 {
	-webkit-transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease !important;
 	transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease !important;
}
#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: 1.6;
}
#page .vc_general.vc_btn3.vc_btn3-style-modern:focus,
#page .vc_general.vc_btn3.vc_btn3-style-modern:hover {
    border: 0 solid transparent;
    opacity: .8;
}
#page .vc_btn3.vc_btn3-size-md {
    font-size: 10px;
    line-height: 1.2;
    min-width: 131px;
    padding: 15px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

#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 .vc_btn3.vc_btn3-style-modern:hover,
#page .special-button-2 .vc_btn3.vc_btn3-style-modern:hover {
    background: transparent;
}

#page.transparent-header .special-button .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:hover,
#page.transparent-header .special-button .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:active,
#page.transparent-header .special-button .vc_btn3.vc_btn3-color-green.vc_btn3-style-outline:focus {
	border-color: transparent !important;
    background-color: transparent !important;
    color: #fff;
}

#page .posts-style-5 .special-button .vc_btn3,
#page .posts-style-5 .special-button-2 .vc_btn3 {
	color: #fff;
}
#page .posts-style-6 .link_image:hover .special-button .vc_btn3,
#page .posts-style-6 .link_image:hover .special-button-2 .vc_btn3 {
	color: #fff;
}
#page .posts-style-7 .link_image:hover .special-button .vc_btn3,
#page .posts-style-7 .link_image:hover .special-button-2 .vc_btn3 {
	color: #fff;
}
#page .dark .special-button .vc_btn3 {
    color: #fff;
}
#page .special-button-2 .vc_btn3 {
    font-size: 16px;
}
#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: 11px;
}
#page .special-button-2 .vc_btn3.vc_btn3-size-md {
    font-size: 16px;
}
#page .special-button .vc_btn3.vc_btn3-size-lg {
    font-size: 34px;
}
#page .special-button .vc_btn3:hover {}
#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: #999;
	width: 100%;
}
#page .title-visible a.content-wrapper:hover .special-button .vc_btn3:after {
	background: #999;
    color: #fff;
}
#page .special-button-2 .vc_btn3:after {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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: #999;
    transform: none;
    opacity: 1;
}

#page .vc_btn3 {
    min-width: 166px;
}
#page .vc_btn3.vc_btn3-shape-round {
    border-radius: 30px;
}
#page .wpb_revslider_element .vc_btn3 {
	min-width: auto;
}
#page .vc_btn3.vc_btn3-shape-rounded {
    border-radius: 2px;
}
#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: 11px;
    padding: 16px 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline.active,
#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:active,
#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:focus,
#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover {
    color: #000;
}

#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;
}

/* Blog Posts
---------------------------------------------------------- */
@-webkit-keyframes load-mt {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}
@keyframes load-mt {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}
#page .vc_grid-loading {
	width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-left: -20px;
    background-color: #bebebe;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    -webkit-animation: load-mt 1.0s infinite ease-in-out;
    animation: load-mt .7s infinite ease-in-out;
    margin-left: auto;
}
#page .vc_grid-loading:before,
#page .vc_grid-loading:after {
	display: none;
}

#page .wpb_thumbnails.isotope {
	transition-property: none;
}
#page .wpb_thumbnails .isotope-item {
    transition-duration: 0;
}
#page  .wpb_teaser_grid {
	margin-bottom: 0;
}
.full-width-padding .wpb_grid-alternative .teaser_grid_container {
	padding: 0px 2.5%;
}
.wpb_grid-alternative .teaser_grid_container {
	overflow-y: hidden;
}
.wpb_grid-alternative.posts-style-2 .teaser_grid_container {
	overflow-y: visible;
}
.wpb_grid-alternative.posts-style-4 .teaser_grid_container {
	overflow-y: visible;
}
.wpb_grid-alternative.posts-style-5 .teaser_grid_container {
	overflow-y: visible;
}
.wpb_grid-alternative.posts-style-6 .teaser_grid_container {
	overflow-y: visible;
}
.wpb_grid-alternative.posts-style-8 .teaser_grid_container {
	overflow-y: visible;
}
.wpb_grid-alternative.posts-style-9 .teaser_grid_container {
	margin-bottom: 50px;
}
.wpb_thumbnails-alternative {
	margin: 0;
	opacity: 0;
	list-style: none;
}
.vc_responsive .wpb_row .wpb_thumbnails-alternative .vc_span4 {
	padding-left: 0;
	padding-right: 0;
}
.entry-content > .wpb_row.blog-masonry > .wrapper > .inner-wrapper {
	margin-right: 0;
	margin-left: 0;
}
.wpb_thumbnails-alternative .more-link-wrapper {
	margin-top: 0;
	text-align: left;
}
.wpb_thumbnails-alternative .more-link-wrapper .more-link {
	margin-top: 0;
	background: transparent;
}
.columns_count_1 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .columns_count_1 .wpb_thumbnails-alternative article {
	width: 100%;
}
.columns_count_2 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .columns_count_2 .wpb_thumbnails-alternative article {
	width: 48.5%;
}
.columns_count_3 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .columns_count_3 .wpb_thumbnails-alternative article {
	width: 31.58%;
}
.columns_count_4 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .columns_count_4 .wpb_thumbnails-alternative article {
	width: 23%;
}
.entry-content > .wide > .wrapper .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .entry-content > .wide > .wrapper .wpb_thumbnails-alternative .vc_span4 {
	width: 30.4%;
}
.wpb_thumbnails-alternative .gutter-sizer {
	width: 2.6%;
}
.entry-content > .wide > .wrapper .wpb_thumbnails-alternative .gutter-sizer {
	width: 4.3%;
}
.wpb_thumbnails-alternative article {
	float: left;
	width: 100%;
}
.wpb_thumbnails-alternative article h2 a {
	font-style: normal;
}
.wpb_thumbnails-alternative article h2 a:before,
.wpb_thumbnails-alternative article h2 a:after {
	display: none;
}
.posts-style-5 .wpb_thumbnails-alternative article h2 {
	color: #fff;
}
.posts-style-6 .wpb_thumbnails-alternative article .link_image:hover h2 {
	color: #fff;
}
.posts-style-7 .wpb_thumbnails-alternative article .link_image:hover h2 {
	color: #fff;
}
.posts-style-8 .wpb_thumbnails-alternative article h2 {
	margin-bottom: 16px;
}
.posts-style-9 .wpb_thumbnails-alternative article h2 {
	float: none;
	clear: none;
	margin: 0;
	max-width: 500px;
	display: table-cell;
    vertical-align: middle;
}
.posts-style-9 .wpb_thumbnails-alternative article h2 a {
	font-style: normal;
	max-width: 500px;
    display: inline-block;
    word-break: break-word;
}
.posts-style-9 .wpb_thumbnails-alternative article h2 a:before,
.posts-style-9 .wpb_thumbnails-alternative article h2 a:after {
	display: none;
}
.posts-style-10 .wpb_thumbnails-alternative article h2,
.posts-style-11 .wpb_thumbnails-alternative article h2 {
	margin-bottom: 16px;
}
.dark .wpb_thumbnails-alternative .post-title a {
	color: #fff;
}
#page .posts-style-9 .featured-image-wrapper {
	margin: 0;
}
#page .posts-style-9 .featured-image.lazy {
	padding-bottom: 60% !important;
	background: transparent;
}
#page .posts-style-9 .featured-image.lazy img {
	left: 50%;
    transform: translate(-50%, 0);
}
.hentry-text-wrapper {
	float: left;
	background: transparent;
    padding: 1em 0 0;
}
.posts-style-2 .hentry-text-wrapper {
	width: 100%;
    text-align: center;
    padding: 28px 30px 0;
    box-sizing: border-box;
}
.posts-style-4 .hentry-text-wrapper {
	width: 100%;
    text-align: center;
    padding: 28px 30px 0;
    box-sizing: border-box;
}
.posts-style-4 .vc_btn3-container.vc_btn3-center {
	margin-bottom: 0;
}
.posts-style-9 .vc_btn3-container.vc_btn3-center {
	text-align: left;
}
.posts-style-5 .hentry-text-wrapper {
	width: 100%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8,9,10,.4);
    transition: all ease .3s;
    z-index: 1;
    flex-wrap: wrap;
}
.posts-style-6 .hentry-text-wrapper {
	padding: 28px 28px 8px;
}
.posts-style-7 .hentry-text-wrapper {
	padding: 28px 28px 8px;
}
.posts-style-8 .hentry-text-wrapper {
	width: 100%;
    text-align: center;
    padding: 28px 30px 0;
    box-sizing: border-box;
}
.posts-style-10 .hentry-text-wrapper,
.posts-style-11 .hentry-text-wrapper {
	position: relative;
    float: left;
    width: 50%;
    z-index: 500;
    text-align: center;
    padding: 0;
}
.posts-style-10 .hentry-text-content,
.posts-style-11 .hentry-text-content {
    padding: 0 5%;
    max-width: 396px;
    margin: 0 auto;
    box-sizing: border-box;
}
.posts-style-8 .vc_btn3-container.vc_btn3-center {
	margin-bottom: 0;
}
.posts-style-9 .hentry-text-wrapper {
	width: 100%;
	padding: 50px 4.3%;
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    position: relative;
    border-spacing: 10px;
    border-collapse: separate;
}
.posts-style-9 .hentry-text-wrapper .entry-meta {
	display: table-cell;
    vertical-align: middle;
    width: 25%;
}
.posts-style-10 .vc_btn3-container.vc_btn3-center,
.posts-style-11 .vc_btn3-container.vc_btn3-center {
	margin-bottom: 0;
}
#page .posts-style-5.wpb_grid-alternative .wpb_thumbnails-alternative .vc_btn3-container.vc_btn3-center {
	margin-bottom: 16px;
}
#page .wpb_grid-alternative.posts-style-5.infinite-scroll-button-style-2 .load-more-wrapper {
	margin-top: 28px;
}
#page .wpb_grid-alternative.posts-style-5.infinite-scroll-button-style-3 .load-more-wrapper {
	margin-top: 50px;
}
.posts-style-3 .hentry-text-wrapper {
	padding: 24px 0 0;
}
.posts-style-2 .entry-meta {
	text-align: center;
}
.posts-style-4 .entry-meta {
	text-align: center;
}
.posts-style-5 .entry-meta {
	text-align: center;
}
.posts-style-8 .entry-meta {
	text-align: center;
}
.wpb_thumbnails-alternative .post-thumb img,
.wpb_thumbnails-alternative .post-thumb a {
	float: left;

	-webkit-backface-visibility: hidden;
}
.wpb_thumbnails-alternative .link_image {
	transition: opacity ease .2s;
	float: left;
	float: left;
    width: 100%;

	transform-style: preserve-3d;
}
.wpb_thumbnails-alternative .link_image:before,
.wpb_thumbnails-alternative .link_image:after {
	display: none;
}
.posts-style-1 .wpb_thumbnails-alternative p,
.posts-style-1 .wpb_thumbnails-alternative ul,
.posts-style-1 .wpb_thumbnails-alternative ol,
.posts-style-1 .wpb_thumbnails-alternative dt,
.posts-style-1 .wpb_thumbnails-alternative dd,
.posts-style-1 .wpb_thumbnails-alternative address,
.posts-style-1 .wpb_thumbnails-alternative pre,
.posts-style-1 .wpb_thumbnails-alternative table,
.posts-style-1 .wpb_thumbnails-alternative .twitter-tweet {
	max-width: 750px;
    margin: 0 auto 1em;
    width: 100%;
    text-align: left;
}
.posts-style-1 .wpb_thumbnails-alternative .twitter-tweet {
	width: auto !important;
	max-width: 750px !important;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.posts-style-2 .wpb_thumbnails-alternative .link_image {
	background: #fff;
    float: left;
    padding-bottom: 30px;
}
.posts-style-4 .wpb_thumbnails-alternative .link_image {
	background: #fff;
    float: left;
    padding-bottom: 30px;
}
.posts-style-5 .wpb_thumbnails-alternative .link_image {
	background: #fff;
    float: left;
}
.posts-style-6 .wpb_thumbnails-alternative .link_image {
	background: #fafafa;
	float: left;
	transition: all ease .2s;
}
.posts-style-6 .wpb_thumbnails-alternative .link_image:hover {
	background: #999;
}
.posts-style-7 .wpb_thumbnails-alternative .link_image {
	background: #fafafa;
	float: left;
	transition: all ease .2s;
}
.posts-style-7 .wpb_thumbnails-alternative .link_image:hover {
	background: #999;
}
.posts-style-8 .wpb_thumbnails-alternative .link_image {
	background: #fff;
    float: left;
    padding-bottom: 30px;
}
.post-thumb {
	overflow: hidden;
	position: relative;
}
.posts-style-10 .post-thumbnail-wrapper,
.posts-style-11 .post-thumbnail-wrapper {
	position: relative;
    float: right;
    width: 50%;
    z-index: 500;
}
.post-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(51, 51, 51, .4);
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all ease .3s;
    -webkit-backface-visibility: hidden;
}
.wpb_thumbnails-alternative .content-wrapper {
	display: flex;
    height: 100%;
    align-items: center;
    background: #fff;
}
.posts-style-11 .wpb_thumbnails-alternative article:nth-child(even) .content-wrapper {
	flex-direction: row-reverse;
}
#page .posts-style-11 .wpb_thumbnails-fluid article {
    margin-bottom: 0;
}
#page .wpb_grid-alternative.posts-style-11.infinite-scroll-button-style-3 .load-more-wrapper {
	margin-top: 50px;
}
.wpb_thumbnails-alternative .link_image:hover .post-bg  {
	visibility: visible;
    opacity: 1;

    display: none;
}
.posts-style-1 .wpb_thumbnails-alternative .link_image img {
	transition: all ease .4s;
}
.wpb_thumbnails-alternative .link_image:hover {
	opacity: .8;
}
.posts-style-2 .wpb_thumbnails-alternative .link_image:hover {
	opacity: 1;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
}
.posts-style-4 .wpb_thumbnails-alternative .link_image:hover {
	opacity: 1;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
}
.posts-style-6 .wpb_thumbnails-alternative .link_image img {
	transition: all ease .4s;
}
.posts-style-6 .wpb_thumbnails-alternative .link_image:hover {
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translate(0px, -15px);
}
.posts-style-8 .wpb_thumbnails-alternative .link_image:hover {
	opacity: 1;
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	transform: translateY(-4px);
}
#page .posts-style-4 .wpb_thumbnails-alternative .link_image:hover .special-button-2 .vc_btn3 span:before {
    background: #999;
    width: 100%;
}
#page .posts-style-8 .wpb_thumbnails-alternative .link_image:hover .special-button-2 .vc_btn3 span:before {
    background: #999;
    width: 100%;
}
.posts-style-5 .wpb_thumbnails-alternative .link_image:hover {
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
#page .posts-style-5 .wpb_thumbnails-alternative .link_image:hover .special-button-2 .vc_btn3 span:before {
    background: #fff;
    width: 100%;
}
#page .posts-style-6 .wpb_thumbnails-alternative .link_image:hover .special-button-2 .vc_btn3 span:before {
    background: #fff;
    width: 100%;
}
#page .posts-style-7 .wpb_thumbnails-alternative .link_image:hover .special-button-2 .vc_btn3 span:before {
    background: #fff;
    width: 100%;
}
#page .posts-style-5 .wpb_thumbnails-fluid article:hover {
	z-index: 1000;
}
.posts-style-5 .wpb_thumbnails-alternative .link_image img {
	transition: all ease .3s;
}
#page .posts-style-5 .wpb_thumbnails-alternative .link_image:hover img {
	transform: scale(1.15);
}
#page .posts-style-5 .wpb_thumbnails-alternative .link_image:hover .hentry-text-wrapper {
	background: #999;
}
#page .posts-style-9 .wpb_thumbnails-fluid article {
	width: 100%;
	border-top: 1px solid #e6e6e6;
	margin: 0;
}
#page .posts-style-9 .wpb_thumbnails-fluid article:first-of-type {
	border-top: none;
}
.posts-style-5 .wpb_thumbnails-alternative .gutter-sizer {
	width: 0;
}
#page .posts-style-5 .wpb_thumbnails-fluid article {
    margin-bottom: 0;
}
.posts-style-5.columns_count_3 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .posts-style-5.columns_count_3 .wpb_thumbnails-alternative article {
	width: 33.2%;
}
.posts-style-5.columns_count_2 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .posts-style-5.columns_count_2 .wpb_thumbnails-alternative article {
	width: 50%;
}
#page .title_date_category_vc_span12 .isotope-item {
  	border-top: 1px dotted #efefef;
  	margin: 0 0 0.912em;
}
#page .title_date_category_vc_span12 .isotope-item:first-child {
  	border-top: none;
}
#page .title_date_category_vc_span12 .isotope-item:first-child h2 {
  	margin-top: 0;
}
#page .title_date_category_vc_span12 .isotope-item .entry-meta {
  	margin: 0;
}

#page .wpb_grid .wpb_thumbnails-fluid > .vc_span6,
#page .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6 {
	width: 47.35%;
}
#page .wpb_grid .wpb_thumbnails-fluid > .vc_col-sm-12,
#page .wpb_filtered_grid .wpb_thumbnails-fluid > .vc_col-sm-12 {
	width: 100%;
}

.wpb_thumbnails h2 {
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
	margin-bottom: 0;
}
.wpb_thumbnails h2 a {
	color: #000;
	text-decoration: none;
}
.wpb_thumbnails h2 a:hover {
	color: #999;
}
.wpb_thumbnails .link_image:hover {
	opacity: .75;
}

.wpb_thumbnails h3 a {
	color: #000;
	text-decoration: none;
}
.wpb_thumbnails h3 a:hover {
	color: #999;
}

.post-wrapper {
	margin-left: 70px;
	float: left;
}
.date-wrapper {
	background: #f4f4f4;
	color: #b2b2b2;
	width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0 0;
	float: left;
	margin: 0;
	position: absolute;
}
.date-wrapper .entry-date {
	display: block;
	background: #999;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	padding: 5px 0;
	margin: 10px 0 0;
	text-transform: uppercase;
	color: #efefef;
}
.title-text {
	float: left;
	clear: none;
	margin-top: 0;
}
.entry-content.title-text {
	width: auto;
}
.more-link-wrapper {
	margin: 0;
}
.wpb_content_element.grid_layout-title_text,
.grid_layout-title_text .wpb_thumbnails-fluid article {
	margin-bottom: 30px;
}

.post-categories {
	margin: 0;
}
.entry-date {}
.posts-style-2 .teaser_grid_container .entry-meta {
	margin: 0 0 4px;
}
.posts-style-4 .teaser_grid_container .entry-meta {
	margin: 0 0 4px;
}
.posts-style-5 .teaser_grid_container .entry-meta {
	margin: 4px 0 4px;
}
.posts-style-8 .teaser_grid_container .entry-meta {
	margin: 0 0 16px;
}
.posts-style-10 .teaser_grid_container .entry-meta,
.posts-style-11 .teaser_grid_container .entry-meta {
	margin: 0 0 16px;
}
.posts-style-5 .teaser_grid_container .entry-meta .entry-date {
	color: #fff;
}
.posts-style-6 .teaser_grid_container .link_image:hover .entry-meta .entry-date {
	color: #fff;
}
.posts-style-7 .teaser_grid_container .link_image:hover .entry-meta .entry-date {
	color: #fff;
}
.posts-style-3 .teaser_grid_container .entry-meta {
	margin: 0 0 16px;
}
.posts-style-3 .wpb_thumbnails-alternative .link_image img {
    transition: all ease .4s;
}
.posts-style-3 .wpb_thumbnails-alternative .link_image:hover img {
    transform: scale(1.15);
}
.posts-style-9 .teaser_grid_container .entry-category {
	max-width: 600px;
    display: inline-block;
}
.teaser_grid_container .comments-link {
	position: relative;
	right: 6px;
}
.teaser_grid_container .comments-link a {
	font-size: 11px;
}
.teaser_grid_container .comments-link i:before {
	margin-right: .1em;
	width: auto;
	vertical-align: -10%;
	font-size: 12px;

	transition: all ease .1s;
}
.teaser_grid_container .comments-link a:hover {
	text-decoration: none;
	color: #999;
}
.teaser_grid_container .comments-link a:hover i:before {
	color: #999;
}
.entry-meta .post-categories,
.entry-meta .post-categories li {
	display: inline;
}
.wpb_teaser_grid.posts-style-1 .entry-content {
	padding: 0;
	margin-top: 0;
	font-size: .875em;
}
.wpb_teaser_grid.columns_count_1 .entry-content {
	margin-top: 50px;
	font-size: 1em;
}
.wpb_teaser_grid.posts-style-7 .entry-content {
	margin-bottom: 6px;
}
.wpb_teaser_grid.posts-style-8 .entry-content {
	margin-bottom: 16px;
}
.posts-style-7 .wpb_thumbnails-alternative article .link_image:hover .entry-content {
	color: #fff;
}

/* =Post Author
----------------------------------------------- */
.post-author-wrapper  {
	border: 1px solid #e6e6e6;
	border-radius: 0;
	text-align: center;
	margin: 0 auto;
	max-width: 225px;
}
.post-author-image-wrapper {
	max-width: 100px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
    z-index: 1;
}
.post-author-image-wrapper img {
	float: left;
}
.post-author-name-title-wrapper {
	margin-top: 9px;
}
.post-author-name {
	display: inline-block;
    color: #000;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0;
}
.post-author {
	padding: 30px;
}
.post-author-title {
	color: #999;
    font-size: .875em;
    display: inherit;
    font-weight: 400;
    line-height: 1;
}
.post-author-wrapper ul {
	list-style: none;
    margin: 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #f2f2f2;
}
.post-author-wrapper ul li {
	display: table-cell;
    vertical-align: middle;
    height: 40px;
    border-left: 1px solid #e6e6e6;
}
.post-author-wrapper ul li:first-of-type {
	border-left: none;
}
.post-author-wrapper ul li a {
	color: #ccc;
}
.post-author-wrapper ul li a:hover {
	color: #999;
    opacity: 1;
}
.post-author-wrapper .social-icon:before {
	font-size: .875em;
	position: relative;
}
.post-author-wrapper .twitter .social-icon:before {
	font-size: .875em;
	top: auto;
}
.post-author-wrapper .dribbble .social-icon:before {
	font-size: 13px;
	min-width: 14px;
	top: auto;
}
.post-author-wrapper .instagram .social-icon:before {
	font-size: 13px;
	min-width: 14px;
}
.post-author-wrapper .facebook .social-icon:before {
	min-width: 6px;
}
.all-posts-link {
    height: 38px;
    display: table;
    width: 100%;
    border-top: 1px solid #f2f2f2;
}
.all-posts-link a {
	color: #666;
    font-size: .875em;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
}
.all-posts-link a:hover {
	color: #838c8d;
	opacity: .8;
}

/** 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 .1s;
    -webkit-transition: all ease .1s;
    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;
    color: #9c9c9c;
}
#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: 0.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: 0.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% 5%;
	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: 0px 4px 5px 0px rgba(0, 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: 0px 10px 20px 0px rgba(0, 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: 0px 13px 20px 0px rgba(0, 0, 0, .2);
}
.person.person-style-6:hover {
	background: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, .2);

	transform: translate(0px, -30px);
}
.person.person-style-7:hover {
	background: #025db9;
	box-shadow: 0px 15px 30px 0px #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;
    -webkit-backface-visibility: hidden;
    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(0.215, 0.61, 0.355, 1) .2s;
    -webkit-backface-visibility: hidden;
}
.person-img-wrapper:hover .person-bg {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.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(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1) .6s, transform cubic-bezier(0.215, 0.61, 0.355, 1) .6s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) .6s, background ease .1s, border-color ease .1s;

   -webkit-backface-visibility: hidden;

   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,
.owl-carousel .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;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.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;
	-webkit-backface-visibility: 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;
	filter: alpha(opacity=0);

	transform: translateY(1.875rem);
	transition-delay: 0.4s;
	transition: all 0.3s ease 0.4s;
}
.person-full-width .person:hover .person-desc {
	opacity: 1;
	filter: alpha(opacity=100);

	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 0.7s ease-in-out;
	-webkit-backface-visibility: hidden;
}
.person-full-width .person:hover .person-desc-bg {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);

	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: 0px;
	font-weight: 100;
}
.person-full-width .person-author-wrapper span {
	color: #b2b2b2;
}
.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);
}
.owl-carousel.persons-style-3 .owl-nav .owl-next,
.owl-carousel.persons-style-3 .owl-nav .owl-prev {
    margin-top: -15px;
}

/* Marketing Tour
---------------------------------------------------------- */
#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(0.215, 0.61, 0.355, 1) .2s;
    -webkit-backface-visibility: hidden;

    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, 0px);
}
.marketing-tour-content-wpb-button-wrapper .vc_btn3-container {
	transition: all ease .4s;
	transform: translate(30px, 0px);
}
#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(0px, 0px);
}
#content .marketing-tour-wrapper.marketing-tour-10:hover .vc_btn3-container {
	transform: translate(0px, 0px);
}
#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(0.215, 0.61, 0.355, 1) .7s, opacity cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.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(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.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: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.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;
    -webkit-transition: width .3s ease, background-color .3s ease;
    transition: width .3s ease, background-color .3s 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 .1s, transform cubic-bezier(0.215, 0.61, 0.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 .marketing-tour-content {
	-webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 1.4s cubic-bezier(.165,.84,.44,1);
    transition: 1.4s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.mt_bottom-to-top.mt_start_animation .marketing-tour-content {
	-webkit-transform: translateY(0);
    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
---------------------------------------------------------- */
.no-transition-for-animated-item .animated-item {
	transition: none !important;
	transition-delay: 0 !important;
}
.animated-item:nth-child(1) {
    transition: .7s ease;
    transform: translate(0, 40px);
    opacity: 0;
    transition-delay: .1s;
}
.animated-item:nth-child(2) {
    transition: .7s ease;
    transform: translate(0, 50px);
    opacity: 0;
    transition-delay: .2s;
}
.animated-item:nth-child(3) {
    transition: .7s ease;
    transform: translate(0, 60px);
    opacity: 0;
    transition-delay: .3s;
}
.animated-item:nth-child(4) {
    transition: .7s ease;
    transform: translate(0, 70px);
    opacity: 0;
    transition-delay: .4s;
}
.animated-item:nth-child(5) {
    transition: .7s ease;
    transform: translate(0, 80px);
    opacity: 0;
    transition-delay: .5s;
}
.animated-item:nth-child(6) {
    transition: .7s ease;
    transform: translate(0, 90px);
    opacity: 0;
    transition-delay: .6s;
}
.animated-item:nth-child(7) {
    transition: .7s ease;
    transform: translate(0, 100px);
    opacity: 0;
    transition-delay: .7s;
}
.animated-item:nth-child(8) {
    transition: .7s ease;
    transform: translate(0, 110px);
    opacity: 0;
    transition-delay: .8s;
}
.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;
}

/* 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;
}
.dark .testimonial-single-style-2 .testimonial-single {
	color: #A2A2A2;
}
.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;
}
.dark .testimonial-single-style-2 .testimonial-single-content {
	border-color: #3c3c3c;
}
.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;
}
.dark .testimonial-single-style-2 .testimonial-single-name {
	color: #fff;
}
.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: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	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
---------------------------------------------------------- */
.owl-carousel .animated {
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel.center-true .owl-item {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);

    -webkit-transition: transform ease .6s;
    -moz-transition: transform ease .6s;
    transition: transform ease .6s;
}
.owl-carousel.center-true .owl-item.center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.owl-carousel.center-true .owl-item .person-desc {
	opacity: 0;
}
.owl-carousel.center-true .owl-item.center .person-desc {
    opacity: 1;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);

    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;

    z-index: 1000;
}
.owl-carousel.center-true .owl-nav .owl-next,
.owl-carousel.center-true .owl-nav .owl-prev {
    top: 43%;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next,
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
    width: 42px;
    height: 42px;
    border: 2px solid #ccc;
    border-radius: 50%;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-style: normal;
    color: #000;
    vertical-align: middle;
    transition: all ease .2s;
}
.dark .owl-carousel .owl-nav .owl-next:before,
.dark .owl-carousel .owl-nav .owl-prev:before {
	color: #fff;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
	font-size: 12px;
    line-height: 3.5;
}
.owl-carousel .owl-nav .owl-next:before {
	content: "\e909";
}
.owl-carousel .owl-nav .owl-prev:before {
	content: "\e904";
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:before {
	content: "\e909";
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
	content: "\e904";
}
.owl-carousel .owl-nav .owl-next:hover:before,
.owl-carousel .owl-nav .owl-prev:hover:before {
    color: #000;
}
.dark .owl-carousel .owl-nav .owl-next:hover:before,
.dark .owl-carousel .owl-nav .owl-prev:hover:before {
    color: #fff;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:hover:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:hover:before {
    color: #999;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next.disabled:hover:before,
.owl-carousel.nav-style-2 .owl-nav .owl-prev.disabled:hover:before {
    color: #000;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next.disabled:hover,
.owl-carousel.nav-style-2 .owl-nav .owl-prev.disabled:hover {
    border-color: #000;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:hover {
    border-color: #999;
}
.owl-carousel.nav-true {
	max-width: 1084px;
	margin: 0 auto;
}
.owl-carousel.nav-true.nav-style-2 {
	max-width: 1018px;
}
.owl-carousel.nav-true.nav-style-2.image-carousel-alternative-style-3 {
	max-width: 1058px;
}

.owl-carousel .owl-nav .owl-next {
	right: -43px;
}
.owl-carousel .owl-nav .owl-prev {
	left: -43px;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next {
	right: -76px;
}
.owl-carousel.nav-style-2.image-carousel-alternative-style-3  .owl-nav .owl-next {
	right: -56px;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
	left: -76px;
}
.owl-carousel.nav-style-2.image-carousel-alternative-style-3 .owl-nav .owl-prev {
	left: -56px;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .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;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .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: .8;
}
.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;
}
.dark .owl-mt-theme .owl-nav .disabled:hover:before {
   	color: #ccc;
}
.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;
    *display: inline;
}
.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;
    -webkit-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -moz-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -ms-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -o-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.dark .owl-mt-theme .owl-dots .owl-dot span {
	background: #fff;
    border-color: #fff;
}
.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);
}

.owl-carousel.lazy-hidden,
.owl-item.lazy-hidden {
	opacity: 1;
}

/* =Easy Forms for MailChimp
----------------------------------------------- */
#content .dark .yikes-easy-mc-form label span {
	color: #fff;
}
#page .yikes-mailchimp-preloader {
	display: none;
}
#page .yikes-easy-mc-submit-button .loading-dots {
    width: auto;
    position: relative;
    -webkit-transition: none;
    transition: none;
    border-radius: 0;
    background: transparent;
    -webkit-animation: standard .6s infinite linear;
    animation: standard .6s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    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: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e920";
    font-size: .875em;
    font-style: normal;
    vertical-align: middle;
    color: #fff;
    -webkit-animation: standard .5s infinite linear;
    animation: standard .5s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    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 .dark .yikes-easy-mc-error-message {
    color: #fff;
}
#page .dark .yikes-easy-mc-error-message a {
	color: #fff;
}
#page .yikes-easy-mc-success-message {
	opacity: 1 !important;
	animation: mt-fadeInHeight .2s;
}
#page .invalid-api-key-error {
	text-align: center;
	margin-top: 35px;
}

/* Slider */
.slick-slider-wrapper {
	margin-bottom: 50px;
	position: relative;
}
.slick-slider
{
    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;
}

.dark .slick-slider.image-carousel-alternative {
	background: #000;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.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;
}
.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;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url(images/loading.gif) center center no-repeat;
}

/* 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;
    opacity: .8;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.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: 'icomoon';
    content: attr(data-icon);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 32px;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    transition: all ease .1s;
}
.dark .slick-prev:before,
.dark .slick-next:before {
	color: #fff;
}
.slick-prev
{
    left: 40px;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
.slick-prev:before
{
    content: "\e904";
}
[dir='rtl'] .slick-prev:before
{
    content: "\e904";
}

.slick-next
{
    right: 40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 0;
}
.slick-next:before
{
    content: '\e909';
}
[dir='rtl'] .slick-next:before
{
    content: '\e909';
}

/* Dots */
.slick-dotted.slick-slider
{
    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  */
.slick-slider-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: 44px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    min-width: 76px;
    left: 0;
}
.dark .paging-info {
	color: #fff;
}
.slick-slider-wrapper .paging-info .slash {
	margin: 0 3px;
}

/* Max Height  */
.image-carousel-item img,
.image-carousel-item .lazy img {
	max-height: 685px;
	height: 100%;

	-webkit-backface-visibility: hidden;
}
.image-carousel-item .thumbnail-wrapper {
    padding-bottom: 58.547008547009% !important;
}

/* 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 #000;
    border-width: 2px !important;
    overflow: visible;
}
.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;
	}
}
.dark .lightbox-video-wrapper.lightbox-video-style-1 .play-button {
	border-color: #fff;
}
.lightbox-video-wrapper.image-disabled .play-button {
	position: relative;
	top: auto;
	left: auto;
	margin: 19px auto 9px;
}
.lightbox-video-wrapper .play-button:hover {
	background: #000;
}
.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;
}
.dark .lightbox-video-wrapper .play-button:hover {
	background: #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;

    -webkit-backface-visibility: hidden;
}
.lightbox-video-wrapper .play-button i:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 0.825;
    -webkit-font-smoothing: antialiased;
    content: "\e905";
    color: #000;
    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: 0.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;
}
.dark .lightbox-video-wrapper .play-button i:before {
	color: #fff;
}
.lightbox-video-wrapper .play-button:hover i:before {
	color: #999;
}
.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: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/* Scroll Down Button
----------------------------------------------- */
@-webkit-keyframes arrowDown {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(5px)
    }
}

@keyframes arrowDown {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(5px)
    }
}
.scroll-down-button-icon {
	animation-name: arrowDown;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-timing-function: ease;
   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: #aaa;
	display: inline-block;
	cursor: pointer;
	transition: all ease .1s;
}
#content .scroll-down-button:hover {
	color: #000;
	opacity: .8;
}
.scroll-down-button-text {
	display: block;
	margin-bottom: 15px;
}
.scroll-down-button-icon:after {
	font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    line-height: 0.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.dark div:first-of-type {
     border-color: rgba(51,51,51,.8);
}
.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.dark div:first-of-type i {
    background: rgba(51,51,51,.8);   
} 
.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 {
	-webkit-transform: translateY(0);
    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: 'icomoon';
    speak: none;
    font-weight: normal;
    line-height: 0.8;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-style: normal;
    content: "\e908";
    display: block;
}
.down-button:hover i {
    transform: scale(1.15);
    opacity: .8;
}
.down-button svg {
	fill: #000;
    transition: transform ease .2s !important;
}
.down-button:hover svg {
    transform: scale(1.15);
}

@-webkit-keyframes arrowDown {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }
}

@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 {
	-webkit-transform: translateY(50px);
    transform: translateY(40px);
    -webkit-transition: 1.4s cubic-bezier(.165,.84,.44,1);
    transition: 1.4s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
}
.count-wrapper.mt-animate_when_almost_visible-enabled.mt_start_animation {
	-webkit-transform: translateY(0);
    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;
}
.dark .count-wrapper {
    color: #fff;
}
.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;
}
.dark .count-wrapper [class^="icon-"],
.dark .count-wrapper [class*=" icon-"] {
	color: #fff;
}
.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 16px 0;
	}
}
.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: 16px;
}
.counting-style-6 .count-caption-wrapper {
	margin-right: 0;
	margin-left: 30px;
}

/* Gallery Alternative
---------------------------------------------------------- */
.entry-content > .wpb_row.gallery-padding > .wrapper {
    padding: 0 40px;
}
.block-gallery-alternative {
	max-width: 1170px;
	margin: 0 auto;
}
.full-width .block-gallery-alternative {
	width: auto;
    padding: 0;
    max-width: none;
}
.full-width.wide .block-gallery-alternative {
	margin: 30px 3.15% 0;
}
.entry-content > .wide > .wrapper .block-gallery-alternative .gutter-sizer {
	width: 3%;
}
.gallery-alternative-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(51,51,51,.7);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: all ease .3s;
}
.gallery-view-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    text-align: center;
    text-shadow: none;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-view-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 80%;
    z-index: 2;
}
.gallery-view-animate {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
}
.gallery-alternative-item a:hover .gallery-view-animate {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.gallery-alternative-item .caption {
	margin: 0 auto .5em;
    padding: 8px 15px 0;
    position: relative;
    font-size: .875em;
    text-align: left;
    box-sizing: border-box;
    display: inline-block;
    max-width: 400px;
    margin-left: 0;
}
.gallery-view-animate i {
    opacity: 0;
    transform: scale(0);
    transition: all ease .3s;
}
.gallery-alternative-item a:hover .gallery-view-animate i {
    opacity: 1;
    transform: scale(1);
}
.gallery-alternative-item a:hover .gallery-alternative-bg {
	visibility: visible;
	opacity: 1;
}
.gallery-alternative-item a img {
    position: relative;
}
.gallery-alternative-item .thumbnail-wrapper {
	float: left;
	overflow: hidden;
	width: 100%;
}
.gallery-alternative-bg:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#content .gallery-alternative-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 .gallery-alternative-view-content .wpb_button_a span {
	display: inline-block;
	transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateX(9px);
}
#content .gallery-alternative-view-content .wpb_button_a:hover span {
	transform: translateX(0);
}
#content .gallery-alternative-view-content .wpb_button_a:after {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    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(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);
}
#content .gallery-alternative-view-content .wpb_button_a:hover:after {
	opacity: 1;
    transform: translateX(0);
}
#content .gallery-alternative-view-content .wpb_button_a:hover {
	background: #000;
    border-color: #000;
    color: #fff;
}
.gallery-alternative-item i:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 2.9;
    -webkit-font-smoothing: antialiased;
    content: "\e909";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    border: 2px solid;
    border-radius: 50%;
    border-color: #fff;
    transition: all .1s ease;
    color: #fff;
}

.margin-disabled .gallery-alternative-item {
    margin: 0;
}
.block-gallery-alternative.col6 .grid-sizer,
.col6 .gallery-alternative-item {
	width: 14.58333333333333%;
}
.entry-content > .wide > .wrapper .block-gallery-alternative.col6 .grid-sizer,
.entry-content > .wide > .wrapper .col6 .gallery-alternative-item {
	width: 14.16%;
}
.block-gallery-alternative.col1 .grid-sizer,
.col2 .gallery-alternative-item {
	width: 100%;
}
.block-gallery-alternative.col2 .grid-sizer,
.col2 .gallery-alternative-item {
	width: 48.75%;
}
.narrow .block-gallery-alternative.col2 .grid-sizer,
.narrow .block-gallery-alternative.col2 .gallery-alternative-item {
	width: 49.573%;
}
.block-gallery-alternative.col2 .margin-disabled .grid-sizer,
.col2 .margin-disabled .gallery-alternative-item {
    width: 50%;
}
.block-gallery-alternative.col3 .grid-sizer,
.col3 .gallery-alternative-item {
	width: 31.66666666666667%;
}
.narrow .block-gallery-alternative.col3 .grid-sizer,
.narrow .col3 .gallery-alternative-item {
	width: 32.73%;
}

.block-gallery-alternative.col3 .margin-1px .gallery-alternative-item,
.block-gallery-alternative.col3 .margin-1px .grid-sizer {
	width: 33.26666666666667%;
}
.block-gallery-alternative.col2 .margin-1px .gallery-alternative-item,
.block-gallery-alternative.col2 .margin-1px .grid-sizer {
	width: 49.9%;
}
.block-gallery-alternative .margin-1px .gallery-alternative-item {
	margin-bottom: .1%;
}

.block-gallery-alternative.col3 .margin-5px .gallery-alternative-item,
.block-gallery-alternative.col3 .margin-5px .grid-sizer {
	width: 33%;
}
.block-gallery-alternative.col2 .margin-5px .gallery-alternative-item,
.block-gallery-alternative.col2 .margin-5px .grid-sizer {
	width: 49.5%;
}
.block-gallery-alternative .margin-5px .gallery-alternative-item {
	margin-bottom: .5%;
}

.block-gallery-alternative.col3 .margin-10px .gallery-alternative-item,
.block-gallery-alternative.col3 .margin-10px .grid-sizer {
	width: 32.66666666666667%;
}
.block-gallery-alternative.col2 .margin-10px .gallery-alternative-item,
.block-gallery-alternative.col2 .margin-10px .grid-sizer {
	width: 49%;
}
.block-gallery-alternative .margin-10px .gallery-alternative-item {
	margin-bottom: 1%;
}

.block-gallery-alternative.col3 .margin-20px .gallery-alternative-item,
.block-gallery-alternative.col3 .margin-20px .grid-sizer {
	width: 31.66666666666667%;
}
.block-gallery-alternative.col2 .margin-20px .gallery-alternative-item,
.block-gallery-alternative.col2 .margin-20px .grid-sizer {
	width: 48%;
}
.block-gallery-alternative .margin-20px .gallery-alternative-item {
	margin-bottom: 2%;
}

.block-gallery-alternative.col4 .grid-sizer,
.col4 .gallery-alternative-item {
	width: 23.125%;
}
.narrow .block-gallery-alternative.col4 .grid-sizer,
.narrow .col4 .gallery-alternative-item {
	width: 24.34%;
}
.block-gallery-alternative.col5 .grid-sizer,
.col5 .gallery-alternative-item {
	width: 18%;
}
.entry-content > .wide > .wrapper .block-gallery-alternative.col5 .grid-sizer,
.entry-content > .wide > .wrapper .col5 .gallery-alternative-item {
	width: 17.59%;
}
.block-gallery-alternative.col7 .grid-sizer,
.col7 .gallery-alternative-item {
	width: 12.14285714285714%;
}
.entry-content > .wide > .wrapper .block-gallery-alternative.col7 .grid-sizer,
.entry-content > .wide > .wrapper .col7 .gallery-alternative-item {
	width: 11.71%;
}
.block-gallery-alternative.col8 .grid-sizer,
.col8 .gallery-alternative-item {
	width: 10.3125%;
}
.entry-content > .wide > .wrapper .block-gallery-alternative.col8 .grid-sizer,
.entry-content > .wide > .wrapper .col8 .gallery-alternative-item {
	width: 9.87%;
}
.gallery-alternative-item {
	float: left;
	margin: 0 0 2.5% 0;

	width: 100%;
}
.block-gallery-alternative.col1 .gallery-alternative-item {
	margin-bottom: 30px;
	width: 100%;
	text-align: left;

	display: inline-flex;
    align-items: center;
    flex-direction: column;
}
.block-gallery-alternative.col1 .gallery-alternative-item:last-of-type {
	margin-bottom: 0;
}
.block-gallery-alternative.col1 .margin-disabled .gallery-alternative-item {
	margin-bottom: 0;
}
.narrow .gallery-alternative-item {
	margin-bottom: .9%;
}
.entry-content > .wide > .wrapper .gallery-alternative-item  {
	margin-bottom: 3%;
}
.gallery-alternative-item a,
.gallery-alternative-item img {
	float: left;
	width: 100%;
}
.gallery-alternative-item a {
	overflow: hidden;
	position: relative;
	cursor: zoom-in;
}
.gallery-alternative-item a:hover {
	opacity: 1;
}
.gallery-alternative-item .link-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    min-height: 89px;
}
.gallery-alternative-item img {
	width: auto;
	width: 100%;
	display: block;
}
.gallery-alternative-view-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    text-align: left;
    text-shadow: none;
    width: 100%;
    overflow: hidden;
}
.gallery-alternative-view-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.gallery-alternative-view-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 80%;
}
.gallery-alternative-item .entry-header {
    margin: 0 0 9px;
}
.gallery-alternative-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(0.215, 0.61, 0.355, 1) .3s;
}
.gallery-alternative-item .entry-excerpt {
	color: #999;
	text-transform: uppercase;
	font-weight: 500;
}

/* Justified Gallery
---------------------------------------------------------- */
.layout-justified .gallery-alternative {
	display: flex;
  	flex-wrap: wrap;
}
.layout-justified .gallery-alternative > .gallery-alternative-item,
.layout-justified .gallery-alternative::after {
	--ratio: calc(var(--w) / var(--h));
	--row-height: 38vh;
	flex-basis: calc(var(--ratio) * var(--row-height));
}
.layout-justified .gallery-alternative > .gallery-alternative-item {
	flex-grow: calc(var(--ratio) * 100);
}
.layout-justified .gallery-alternative::after {
	--w: 2;
	--h: 1;
	content: '';
	flex-grow: 1000000;
}

.layout-justified .gallery-alternative-item {
	margin-bottom: 30px;
	padding: 0 15px;
}
.layout-justified .gallery-alternative {
    margin: 0 -15px;
}

.layout-justified .margin-1px .gallery-alternative-item {
	margin-bottom: 2px;
	padding: 0 1px;
}
.layout-justified .gallery-alternative.margin-1px {
    margin: 0 -1px;
}
.layout-justified .margin-5px .gallery-alternative-item {
	margin-bottom: 4px;
	padding: 0 2px;
}
.layout-justified .gallery-alternative.margin-5px {
    margin: 0 -2px;
}
.layout-justified .margin-10px .gallery-alternative-item {
	margin-bottom: 10px;
	padding: 0 5px;
}
.layout-justified .gallery-alternative.margin-10px {
    margin: 0 -5px;
}
.layout-justified .margin-20px .gallery-alternative-item {
	margin-bottom: 20px;
	padding: 0 10px;
}
.layout-justified .gallery-alternative.margin-20px {
    margin: 0 -10px;
}


/* 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 .portfolio-bg {
	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(0.215, 0.61, 0.355, 1) .5s, opacity cubic-bezier(0.215, 0.61, 0.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 .owl-item .post-thumbnail:hover .portfolio-view-animate i {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.portfolio-carousel .portfolio-view-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;
}
.portfolio-carousel .post-thumbnail:hover .portfolio-view-animate .entry-excerpt,
.portfolio-carousel .post-thumbnail:hover .portfolio-view-animate .entry-category {
    opacity: .5;
}

#content .portfolio-carousel-alternative-style-2 .portfolio-view-wrapper {
    text-align: left;
    height: auto;
    top: auto;
    bottom: 0;
    background: #fff;
    opacity: 0;
    bottom: -80px;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}
#content .portfolio-carousel-alternative-style-2 .hentry:hover .portfolio-view-wrapper {
    opacity: 1;
    bottom: 0;
}
#content .portfolio-carousel-alternative-style-2 .portfolio-view-wrapper:before {
    display: none;
}
#content .portfolio-carousel-alternative-style-2 .portfolio-view-content {
    vertical-align: bottom;
    display: block;
    width: auto;
    padding: 20px 20px;
    position: relative;
}
#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.4;
}
#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(0.215, 0.61, 0.355, 1) .6s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) .6s, background ease .1s, border-color ease .1s;
    -webkit-backface-visibility: hidden;
}
#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: .8;
}

/* Image Carousel Alternative
---------------------------------------------------------- */
.image-carousel-alternative .owl-item img {
    width: auto;
   	margin: 0 auto;
}
.image-carousel-alternative .owl-item .svg-image {
	width: 100%;
}
.image-carousel-alternative.no-margin .owl-item img {
	margin: 0 auto;
}
.image-carousel-alternative .owl-item {
    min-height: 118px;
    display: flex;
	align-items: center;
}
.full-width .image-carousel-alternative .owl-item,
.full-width .image-carousel-item {
	display: block;
}
.image-carousel-item {
	width: 100%;
	display: flex;
    justify-content: center;

    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.image-carousel-item .thumbnail-helper {
	position: relative;
    float: left;
    width: 100%;
}
.image-carousel-alternative-style-2 .image-carousel-item {
	background: #fff;
	margin: 0 auto 30px;
	display: block;
    float: none;
    width: 100%;
    max-width: 260px;
}
.image-carousel-alternative-style-3 .image-carousel-item {
	background: #fff;
	margin: 0 auto 30px;
	display: block;
    float: none;
    min-height: 370px;
    max-width: 232px;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
.image-carousel-item .thumbnail-wrapper {
	float: left;
    width: 100%;
}
.image-carousel-item a {
	opacity: 1;
	float: left;
    width: 100%;
    font-style: normal;
}
.image-carousel-alternative-style-4 .image-carousel-item a {
	opacity: 1;
	font-style: normal;
}
.image-carousel-alternative-style-2 .image-carousel-item a {
	opacity: 1;
	position: relative;
	transition: all ease .2s;
}
.image-carousel-alternative-style-2 .image-carousel-item a:hover {
	box-shadow: 0px 11px 21px 0px rgba(0, 0, 0, 0.2);
}
.image-carousel-alternative-style-3 .image-carousel-item a {
	opacity: 1;
}
.image-carousel-alternative-style-3 .image-carousel-item:hover {
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
	transform: translate(0px, -30px);
	background: #025db9;
	color: #fff;
}
.image-carousel-alternative-style-4 .image-carousel-item-content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.image-carousel-alternative-style-4 .image-carousel-item-content-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity ease .2s;
}
.image-carousel-alternative-style-4 .image-carousel-item a:hover .image-carousel-item-content-wrapper:after {
	opacity: .8;
}
.image-carousel-alternative-style-4 .image-carousel-item-content-wrapper span {
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	font-size: 12px;
	position: relative;
    z-index: 100;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.image-carousel-alternative-style-4 .image-carousel-item a:hover .image-carousel-item-content-wrapper span {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.image-carousel-alternative-style-4 .post-thumbnail {
	margin-bottom: 0;
}
.image-carousel-alternative-style-3 .image-carousel-item h3,
.image-carousel-alternative-style-3 .image-carousel-item .image-carousel-alternative-captions {
	transition: all ease .1s;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
}
.image-carousel-alternative-style-3 .image-carousel-item:hover h3,
.image-carousel-alternative-style-3 .image-carousel-item:hover .image-carousel-alternative-captions {
	color: #fff;
}
.image-carousel-alternative-view-content {
	padding: 0 20px 17px;
}
.image-carousel-alternative-style-2 .image-carousel-alternative-view-content {
	-webkit-backface-visibility: hidden;
	background: #fff;
}
.image-carousel-alternative-style-3 .image-carousel-alternative-view-content {
	padding: 0 20px 43px;
	float: left;
	width: 100%;
    box-sizing: border-box;
}
.image-carousel-item h3 {
	font-size: 16px;
	float: left;
	clear: none;
	margin: 0;
	word-break: break-all;
}
.image-carousel-alternative-style-3 .image-carousel-item h3 {
	font-size: 24px;
	float: none;
    text-align: center;
    line-height: 1.425;
    margin-top: 21px;
    margin-bottom: 15px;
}
.image-carousel-alternative-captions-heading-wrapper {
	float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.image-carousel-item .image-carousel-alternative-captions {
	color: #000;
    font-size: 50px;
    float: left;
    margin-right: 10px;
}
.image-carousel-alternative-style-3 .image-carousel-item .image-carousel-alternative-captions {
	color: #000;
    font-size: 16px;
    float: none;
    margin-right: 0;
    text-align: center;
}
.image-carousel-item .image-carousel-alternative-additional-captions {
	color: #000;
	font-size: 27px;
	vertical-align: 13%;

	-webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.image-carousel-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: 0.925;
	text-transform: none;
	margin-top: 0;
}
.team-slider-person-name-title-wrapper {
    margin-bottom: 38px;

    transform: translateX(-40px);
    transition: transform cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.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(0.215, 0.61, 0.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;
	-webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    background: transparent;
    display: block;
    border-radius: 0;
}
.team-slider-wrapper .social-icon:before {
	font-size: 17px;
}
.team-slider-wrapper .twitter {
	line-height: 1.6;
}
.team-slider-wrapper .twitter .social-icon:before {
	font-size: 15px;
}
.team-slider-wrapper .google .social-icon:before,
.team-slider-wrapper .google .social-icon:before {
	font-size: 17px;
}
.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: 0px 4px 5px 0px rgba(0, 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;

    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.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 {
    font-size: 16px;
    font-weight: 700;
}
.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;
}
.owl-carousel.mt-testimonials-style-1 .owl-item {
	padding-top: 13px;
}
.owl-carousel.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%;
}
.owl-carousel.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;
}
.owl-carousel.mt-testimonials-style-3.nav-style-2 .owl-nav .owl-next,
.owl-carousel.mt-testimonials-style-3.nav-style-2 .owl-nav .owl-prev {
	margin-top: -21px;
}
.owl-carousel.mt-testimonials-style-5.nav-style-1 .owl-nav .owl-next,
.owl-carousel.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;
}
.owl-carousel.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;
}

.dark .mt-testimonial {
	color: #fff;
}

.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: 0px 4px 5px 0px rgba(0, 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;
    -moz-box-sizing: border-box;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}
.mt-testimonials-style-9 .testimonial-wrapper-helper {
	transform: translateX(-40px);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}
.mt-testimonials-style-9 .slick-active .testimonial-wrapper-helper {
	transform: translateX(0);
}
.mt-testimonials-style-9 .testimonial-wrapper-helper:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    -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;
}
.dark .mt-testimonials-style-9 .testimonial-wrapper:before {
	background: #fff;
}
.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 {
	font-weight: 700;
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.mt-testimonials .slick-prev,
.mt-testimonials .slick-next {
	width: auto;
	height: auto;
	background: transparent;
}

.owl-carousel.mt-testimonials.dots-true .owl-nav .owl-next,
.owl-carousel.mt-testimonials.dots-true .owl-nav .owl-prev {
    transform: translateY(-50%);
}

/* OwlCarousel Animations */ 
.animated  {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  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 
   }

@-webkit-keyframes mt-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes mt-fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.mt-fadeInLeft {
  -webkit-animation-name: mt-fadeInLeft;
  animation-name: mt-fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes mt-fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes mt-fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.mt-fadeOut {
  -webkit-animation-name: mt-fadeOut;
  animation-name: mt-fadeOut;
}

@-webkit-keyframes mt-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mt-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mt-fadeIn {
  -webkit-animation-name: mt-fadeIn;
  animation-name: mt-fadeIn;
}

@keyframes mt-fadeInHeight {
  0% {
    opacity: 0;
    height: 0;
  }

  100% {
    opacity: 1;
    height: auto;
  }
}

@keyframes mt-slideInUp {
  0% {
    opacity: 0;
    transform: translate(-50%, 15px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes mt-slideInDown {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 15px);
    visibility: hidden;
  }
}

.mt-slideInDown {
	animation: mt-slideInDown .35s forwards !important;
}

/* =RevSlider
----------------------------------------------- */
.tparrows.skylab,
.tp-bullets.skylab {
  opacity: 0;
  animation-duration: .3s;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
#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 .1s, border-color ease .1s, color ease .1s !important;
}

/* =7. Responsive Structure
----------------------------------------------- */
@media (max-width: 1206px) {
	#page .entry-content > .wpb_row > .wrapper > .inner-wrapper {
		margin: 0;
	}
	.entry-content > .wpb_row > .wrapper {
		padding: 0;
	}
}

@media (max-width: 1216px) {
	#page .entry-content > .wpb_row > .wrapper > .inner-wrapper {
		margin: 0;
	}
	.entry-content > .wpb_row > .wrapper {
		padding: 0;
	}
}

/* =All Mobile Sizes
----------------------------------------------- */
@media (max-width: 1196px) {
	.single-post #comments,
	.page-template-default #comments {
	    padding: 0 15px;
	}
	.blog #primary,
	.single-post #primary,
	.search #primary,
	.archive #primary,
	.page-template-default #primary {}
	.sticky {
		padding-left: 15px;
		padding-right: 15px;
	}
	.owl-carousel.mt-testimonials.nav-true,
	.owl-carousel.image-carousel-alternative.nav-true,
	.owl-carousel.nav-true {
	    max-width: 90%;
	}
	.owl-carousel.mt-testimonials.nav-true.nav-style-2,
	.owl-carousel.nav-true.nav-style-2,
	.owl-carousel.nav-true.nav-style-2.image-carousel-alternative-style-3 {
	    max-width: 84%;
	}
	.owl-carousel .owl-nav .owl-next {
	    right: -5%;
	}
	.owl-carousel .owl-nav .owl-prev {
	    left: -5%;
	}
	.owl-carousel.nav-style-2 .owl-nav .owl-next,
	.owl-carousel.nav-style-2.image-carousel-alternative-style-3  .owl-nav .owl-next {
	    right: -9%;
	}
	.owl-carousel.nav-style-2 .owl-nav .owl-prev,
	.owl-carousel.nav-style-2.image-carousel-alternative-style-3 .owl-nav .owl-prev {
	    left: -9%;
	}

	/* Blog, Search and Archive */
	.block-portfolio {
		padding: 0;
	}
	.wpb_grid-alternative.posts-style-9 .teaser_grid_container {
		padding: 0;
	}

	.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 {
		padding: 0 15px;
	}
	.full-width-header-enabled #header {
	    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;
	}
	#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 {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.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 {
		padding: 0 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;
	}
	#page #nav-pagination-single {
	    padding: 0 15px;
	}
	.block-portfolio.full-width {
		padding: 0;
	}
	.full-width .block-gallery-alternative {
		margin-left: 15px;
		margin-right: 15px;
	}
	#top-bar {
		padding: 0 15px;
	}
	#page .entry-content > .wpb_row > .wrapper > .inner-wrapper {
		margin: 0;
	}
	#site-title img {
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: visible;
		-webkit-perspective: none;
	}
	.center-logo-and-menu-enabled #access ul {
		position: relative;
	}
	.center-logo-and-menu-enabled #site-title img {
		max-height: 166px;
	}
	.center-logo-and-menu-enabled #site-title,
	.center-logo-and-menu-enabled #site-title {
		margin: 38px 0 30px;
	}
	.center-logo-and-menu-enabled #access {
		margin: 0;
	}
	.center-logo-and-menu-enabled #access {
		height: 77px;
	}
	.more-scroll {
		display: none;
	}
	.rev_slider .rev-slider-custom-buttons {
		position: relative;
    	top: auto;
	}
}

@media (max-width: 1216px) {
	.header-position-left .entry-content > .wpb_row,
	.header-position-right .entry-content > .wpb_row {
		padding: 0;
	}
}
@media (max-width: 1171px) {
	#content .marketing-tour-wrapper.marketing-tour-5 {
		text-align: center;
	}
	#content .marketing-tour-wrapper.marketing-tour-5 h2 {
		text-align: center;
	}
	#content .marketing-tour-wrapper.marketing-tour-5 p {
		text-align: center;
		margin-top: 16px;
	}
	.marketing-tour-5 .marketing-tour {
		display: inline-block;
		float: none;
		position: relative;
	}
	.marketing-tour-5 .marketing-tour-content {
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
	}
	.marketing-tour-5 .marketing-tour-content h3 {
	    text-align: center;
	    margin: 0 auto;
	}

}
@media (max-width: 1100px) {
	.count-wrapper.counting-style-6 {
	    text-align: center;
	}
	.count-wrapper.counting-style-6 [class^="icon-"],
	.count-wrapper.counting-style-6 [class*=" icon-"] {
		float: none;
		margin-bottom: 16px;
	}
	.count-wrapper.counting-style-6 {
		border-right: none;
	}
	.counting-style-6 .count-caption-wrapper {
	    margin-left: 0;
	    float: none;
    	margin-bottom: 16px;
	}
}

@media (max-width: 1024px) {
	.portfolio-carousel .owl-item i {
		display: none;
	}
	#access {
	    position: relative;
	}
	.top-bar-enabled #header-wrapper {
	  	position: relative;
	  	top: auto;
	}
	#access .nav-menu {
		margin-right: 0;
	}
	.full-width-header-footer-enabled #header {
		padding: 0;
	}
	.transparent-header #header {
		background: transparent;
		border-color: transparent;
	}
	.transparent-header #header-wrapper .mobile-menu-wrapper .info-header {
	  	color: #000;
	}
	.full-width-header-enabled #header {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	
	.entry-header-wrapper {
		padding-top: 0;
		background-position: center;
	}
	#main {
		padding: 0;
	}
	.entry-header-wrapper .entry-header {
		padding-top: 0;
		margin-top: 50px;
	}
	.archive .entry-header-wrapper .entry-header,
	.search .entry-header-wrapper .entry-header,
	.blog .entry-header-wrapper .entry-header {
	  	padding-top: 0;
	  	margin: 50px auto 0;
	}
	#branding {
		padding: 0;
	}
	.full-width-header-footer-enabled #site-generator {
		padding-left: 0;
		padding-right: 0;
	}
	.transparent-header #site-title .logo-for-transparent-header {
		opacity: 0;
	}
	.transparent-header #site-title .logo-default {
		opacity: 1;
	}
	.transparent-header #site-title a,
	.transparent-header #site-title a,
	.transparent-header #search-header-icon:before,
	.transparent-header #access ul a,
	.transparent-header #access .social-links .social {
		color: #000;
	}
	.transparent-header #access ul a {
	  opacity: 1;
	}
	.transparent-header #search-header-icon:hover i:before,
	.transparent-header #access .social-links .social:hover {
		color: #000;
	}

	.post .post-thumbnail a:hover img {
	  opacity: 1;
	}
	.block-portfolio .hentry a.content-wrapper:hover .post-thumbnail {
		opacity: 1;
	}

	/* Portfolio
	---------------------------------------------------------- */
	.block-portfolio.full-width .entry-view-wrapper {
		display: none;
	}

	/* Gallery Alternative
	---------------------------------------------------------- */
	.gallery-alternative-item:hover img {
		opacity: 1;
	}

	.nav-menu {
	  	display: block;
	}
	#page .info-header {
		display: none;
	}

}

@media (max-width: 1023px) {
	body:after {
		content: 'medium';
	}
	#header-wrapper {
		position: absolute !important;
		height: auto;
	}
	.header-position-left #header,
	.header-position-right #header {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	#header-main-wrapper {
		display: block;
	}
	.header-position-left #header-wrapper,
	.header-position-right #header-wrapper {
	    padding: 0;
	}
	.header-position-left.top-bar-disabled.center-logo-and-menu-disabled .header-init {
		transform: translateY(-100%);
	}
	.header-position-right.top-bar-disabled.center-logo-and-menu-disabled .header-init {
		transform: translateY(-100%);
	}
	.ghost-header {
		display: none;
	}
	#page #header {
	    position: fixed;
	    top: auto;
	    -webkit-backface-visibility: hidden;
	    outline: 0 solid transparent;
	    height: 60px;
	    transition: none;
	    padding-top: 0;
    	padding-bottom: 0;
    	width: 100%;
    	left: 0;
	}
	.header-position-left #access,
	.header-position-right #access {
		display: block;
	}
	#page.header-position-left .logo-caption,
	#page.header-position-left #access .info-header,
	#page.header-position-left #access .social-links-wrapper,
	#page.header-position-right .logo-caption,
	#page.header-position-right #access .info-header,
	#page.header-position-right #access .social-links-wrapper {
		display: none;
	}
	.header-position-left #site-title,
	.header-position-right #site-title {
		display: flex;
		height: 100%;
	}

	#page #main,
	#page #header-wrapper .search-wrapper,
	#page #top-bar-wrapper .search-wrapper {
		padding-left: 0;
	}
	#page #main {
		padding-top: 60px;
	}
	#page.header-position-bottom #main {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.widget {
	    max-width: 750px;
	}
	.slick-next {
	    right: 0;
	}
	.slick-prev {
	    left: 0;
	}
	#colophon #site-generator p {
	    text-align: center;
	}
	#colophon #site-generator .social-links-wrapper .social-links {
	    text-align: center;
	    width: 100%;
	}
	#page #nav-pagination-single .nav-next {
	    right: 15px;
	}
	#page #nav-pagination-single .nav-previous {
	    left: 15px;
	}
	.single-post.main-sidebar-is-active #primary {
	    margin-bottom: 50px;
	}
	#to-top.fixed {
		bottom: 15px;
   		right: 15px;
	}
	.header-position-bottom #to-top.fixed {
	    top: 15px;
	}
	#page #nav-pagination-single .nav-previous,
	#page #nav-pagination-single .nav-next {
	    bottom: 15px;
	    top: auto;
	    transform: none;
	}
	#page.header-position-bottom #nav-pagination-single .nav-previous,
	#page.header-position-bottom #nav-pagination-single .nav-next {
	    bottom: auto;
	    top: 15px;
	}
	#page #nav-pagination-single .nav-next {
	    right: auto;
	    left: 58px;
	}
	#page.header-position-left #nav-pagination-single .nav-previous,
	#page.header-position-right #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;
	}
	.full-width-footer-enabled #site-generator {
	    padding-left: 0;
	    padding-right: 0;
	}
	#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;
	}
	.overlay-for-primary-menu {
		display: none;
	}
	.mobile-menu-wrapper {
		display: block;
	}
	.mobile-menu-dropdown-wrapper {
		display: flex;
	}
	#branding .social-links-wrapper {
		display: none;
	}
	.social-links-wrapper-mobile {
		display: block;
	}
	#site-title,
	#site-title {
		width: 100%;
	    position: absolute;
	    justify-content: center;
	    left: 0;
	}
	#access {
		margin: 0;
	}
	#access .nav-menu {
		display: none;
	}
	#secondary-menu-dropdown-wrapper {
		display: none;
	}
	#top-bar .social-links-wrapper {
		display: none;
	}
	#top-bar .info-header {
		display: none;
	}
	#top-bar-wrapper {
		display: none;
	}
	#top-bar {
		height: auto;
	}
	#search-header-icon:before {
		font-size: .875em;
	}
	.center-logo-and-menu-enabled #header {
		max-height: none;
	}
	.center-logo-and-menu-enabled #site-title,
	.center-logo-and-menu-enabled #site-title {
		margin: 30px 0 15px;
	}
	#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: 50px;
	}
	.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 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;
	}
}

@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: 922px) {
	.posts-style-10 .wpb_thumbnails-alternative,
	.posts-style-11 .wpb_thumbnails-alternative {
		max-width: 592px;
    	margin: 0 auto;
	}
	.posts-style-10 .content-wrapper,
	.posts-style-11 .content-wrapper {
	    display: block;
	    float: left;
    	width: 100%;
	}
	.posts-style-10 .post-thumbnail-wrapper,
	.posts-style-11 .post-thumbnail-wrapper {
		width: 100%;
	}
	.posts-style-10 .hentry-text-wrapper,
	.posts-style-11 .hentry-text-wrapper {
		width: 100%;
	}
	.posts-style-10 .hentry-text-content,
	.posts-style-11 .hentry-text-content {
		padding: 15% 15px;
	}
	.posts-style-10 .hentry-text-content,
	.posts-style-11 .hentry-text-content {
		display: block;
	}
}

@media (max-width: 963px) {
	.persons-style-2[data-items-on-small-screens^="2"] {
		max-width: 742px;
	    margin: 0 auto;
	}
	.image-carousel-alternative-style-2[data-items-on-small-screens^="2"] {
		max-width: 550px;
	    margin: 0 auto;
	}
}
@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) {
	h1 {
		font-size: 6.2vw;
	}
	#main blockquote p {
		font-size: 4.2vw;
	}
}
@media (max-width: 768px) {
	.mobile-menu-wrapper,
	.post-info-wrapper {
		width: 90%;
	}
	.block-gallery-alternative.col1 .gallery-alternative-item:last-of-type {
		margin-bottom: 30px;
	}
	#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;
	}
	.expandable-wrapper.active {
	    min-width: 90vw !important;
	}
	.expandable-container {
	    padding: 36px 29px !important;
	}
	.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;
	}
	.block-portfolio .col3 .hentry,
	.block-portfolio .col3 .grid-sizer,
	.block-portfolio .col4 .hentry,
	.block-portfolio .col4 .grid-sizer,
	.full-width.narrow .block-portfolio .col4 .hentry,
	.full-width.narrow .block-portfolio .col4 .grid-sizer,
	.block-portfolio .col2.margin-disabled .hentry,
	.block-portfolio .col2.margin-disabled .grid-sizer,
	.narrow .block-portfolio .col3 .hentry,
	.narrow .block-portfolio .col3 .grid-sizer,
	.entry-content > .portfolio-padding > .wrapper .block-portfolio .col3 .hentry,
	.entry-content > .portfolio-padding > .wrapper .block-portfolio .col3 .grid-sizer,
	.block-portfolio .col3.margin-disabled .hentry,
	.block-portfolio .col3.margin-disabled .grid-sizer {
	    width: 100%;
	}
	#page .layout-justified .portfolio-gallery {
		max-width: 370px;
    	margin: 0 auto;
    	display: block;
	}
	#page .layout-justified .hentry {
	    padding: 0;
	}
	.block-portfolio .col2 {
		max-width: 570px;
		margin: 0 auto;
	}
	.block-portfolio .col3 {
		max-width: 370px;
		margin: 0 auto;
	}
	.block-portfolio .col4 {
		max-width: 270px;
		margin: 0 auto;
	}
	.block-portfolio.full-width .col2.margin-disabled,
	.block-portfolio.full-width .col3.margin-disabled,
	.block-portfolio.full-width .col4.margin-disabled {
		max-width: none;
	}
	.full-width.narrow .block-portfolio .col4.title-hidden .hentry,
	.full-width.narrow .block-portfolio .col3.title-hidden .hentry,
	.full-width.narrow .block-portfolio .col2.title-hidden .hentry,
	.block-portfolio .col3.title-hidden .hentry,
	.block-portfolio .col4.title-hidden .hentry,
	.narrow .block-portfolio .col4.title-hidden .hentry,
	.narrow .block-portfolio .col3.title-hidden .hentry,
	.narrow .block-portfolio .col2.title-hidden .hentry {
	    margin-bottom: 20px;
	}
	.block-portfolio .col3.margin-disabled .hentry {
		margin-bottom: 0;
	}
	.block-portfolio .col2 .hentry,
	.block-portfolio .col2 .grid-sizer,
	.narrow .block-gallery-alternative.col3 .grid-sizer,
	.narrow .col3 .gallery-alternative-item,
	.narrow .block-gallery-alternative.col2 .grid-sizer,
	.narrow .block-gallery-alternative.col2 .gallery-alternative-item,
	.block-gallery-alternative.col4 .grid-sizer,
	.col4 .gallery-alternative-item,
	.narrow .block-gallery-alternative.col4 .grid-sizer,
	.narrow .col4 .gallery-alternative-item,
	.block-gallery-alternative.col2 .margin-disabled .grid-sizer,
	.col2 .margin-disabled .gallery-alternative-item,
	.block-gallery-alternative.col3 .grid-sizer,
	.col3 .gallery-alternative-item {
	    width: 100%;
	}
	.block-gallery-alternative.col4 .grid-sizer,
	.col4 .gallery-alternative-item {
	    width: 100%;
	}
	.col2 .margin-enabled .gallery-alternative-item,
	.col3 .margin-enabled .gallery-alternative-item,
	.col4 .margin-enabled .gallery-alternative-item {
		margin-bottom: 20px;
	}
	#page .wpb_teaser_grid.columns_count_3 {
		max-width: 374px;
		margin: 0 auto;
	}
	.columns_count_3 .wpb_thumbnails-alternative .grid-sizer,
	.vc_responsive .wpb_row .columns_count_3 .wpb_thumbnails-alternative article,
	.posts-style-5.columns_count_3 .wpb_thumbnails-alternative .grid-sizer,
	.vc_responsive .wpb_row .posts-style-5.columns_count_3 .wpb_thumbnails-alternative article {
		width: 100%;
	}
	.posts-style-9 .wpb_thumbnails-alternative article h2 {
	    clear: both;
	}
	#page .posts-style-9 .featured-image.lazy img {
	    left: 0;
	    transform: none;
	}
	.posts-style-9 .teaser_grid_container .entry-category {
	    text-align: left;
	}
	.posts-style-9 .hentry-text-wrapper {
		display: flex;
    	flex-flow: row wrap;
	}
	.posts-style-9 .hentry-text-wrapper .entry-meta,
	.featured-image-wrapper-helper {
		width: 100%;
	}
	.posts-style-9 .teaser_grid_container .entry-meta {
	    float: left;
	    margin-bottom: 1em;
	    margin-top: 0;
	}
	.posts-style-9 .featured-image-wrapper-helper {
		margin-bottom: 1em;
	}
	#subfooter-supplementary {
		display: block;
	}
	.widget .footer-menu {
	    margin-bottom: 30px;
	}
	.narrow .gallery-alternative-item {
	    margin-bottom: 20px;
	}
	.widget .footer-menu:last-of-type {
	    margin-bottom: 0;
	}
	#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;
	}

	/* Gallery Alternative
	---------------------------------------------------------- */
	#page .block-gallery-alternative.col3 .gallery-alternative-item,
	#page .block-gallery-alternative.col3 .grid-sizer,
	#page .block-gallery-alternative.col4 .gallery-alternative-item,
	#page .block-gallery-alternative.col4 .grid-sizer,
	#page .block-gallery-alternative.col5 .gallery-alternative-item,
	#page .block-gallery-alternative.col5 .grid-sizer,
	#page .block-gallery-alternative.col6 .gallery-alternative-item,
	#page .block-gallery-alternative.col6 .grid-sizer,
	#page .block-gallery-alternative.col7 .gallery-alternative-item,
	#page .block-gallery-alternative.col7 .grid-sizer,
	#page .block-gallery-alternative.col8 .gallery-alternative-item,
	#page .block-gallery-alternative.col8 .grid-sizer {
	    width: 100%;
	}
	#page .layout-justified .gallery-alternative {
		max-width: 370px;
    	margin: 0 auto;
    	display: block;
	}
	#page .layout-justified .gallery-alternative-item {
	    padding: 0;
	}
	.block-gallery-alternative.col2 {
		max-width: 570px;
		margin: 0 auto;
	}
	.block-gallery-alternative.col3 {
		max-width: 370px;
		margin: 0 auto;
	}
	.block-gallery-alternative.col4,
	.block-gallery-alternative.col5,
	.block-gallery-alternative.col6,
	.block-gallery-alternative.col7,
	.block-gallery-alternative.col8 {
		max-width: 270px;
		margin: 0 auto;
	}
}

/* =Mobile Landscape Size to Tablet Portrait
----------------------------------------------- */
@media only screen and (max-width: 680px) {
	#site-title a {
	    font-size: 18px;
	}
	#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;
	}

}