/**handles:mega-style**/
/*
Theme Name: Doom
Theme URI: http://demo.megathe.me/doom/
Author: MegaTheme
Author URI: http://megathe.me
Description: Responsive Multi-Purpose WordPress Theme
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: doom
*/

/*
    1. CSS Reset
	2. Structure
	3. Comments
	4. Footer
	5. Widgets
	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;
    min-height: 100vh;

    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: 0;
	padding-right: 30px;
}
.inner-wrapper .vc_column_container .vc_column-inner {
    position: relative !important;
    width: auto !important;
    transform: none !important;
    left: auto !important;
}
.blog #primary {
	max-width: 1170px;
}
#main-content {
	max-width: 1170px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.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: 50px;
}
#secondary {
	float: left;
	margin: 0;
	padding: 0;
	width: 25%;
	position: relative;
	padding-top: 50px;
	box-sizing: border-box;
	max-width: 293px;
}
.header-position-left #secondary,
.header-position-right #secondary {}
#secondary > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.single-post.main-sidebar-is-active .header-position-left #secondary > .vc_column-inner,
.blog.main-sidebar-is-active .header-position-left #secondary > .vc_column-inner {
	padding-right: 30px;
}
.single-post.main-sidebar-is-active .header-position-right #secondary > .vc_column-inner,
.blog.main-sidebar-is-active .header-position-right #secondary > .vc_column-inner {
	padding-left: 30px;
}
.header-position-right #secondary {}

.sticky {
	background: #f2f2f2;
	padding: 30px;
}
.col1 .wpb_thumbnails-alternative .sticky .more-link {
	background: #2e2e2e;
    color: #fff;
}
.col1 .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: #2e2e2e;
}
.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: 0;
	max-width: 850px;
	font-size: 4.69vw;
    font-weight: 900;
}
.blog .heading-wrapper {
	display: none;
}
.archive #primary,
.search #primary,
.blog #primary,
.single-post #primary {
	margin: 0;
	width: 100%;
}
.blog #primary,
.single-post #primary {
    padding-top: 50px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.blog.main-sidebar-is-active #primary,
.single-post.main-sidebar-is-active #primary {
	width: 75%;
	float: left;
	max-width: none;
}

.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: #838383;
}
.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;
}
.entry-content .not-found p {
	margin: 0;
    background: rgba(51,51,51,1);
    color: #fff;
    padding: 6px 10px 6px 30px;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 3.225;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    margin-top: 1em;
}

/* 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: #2e2e2e;
}
.page-template-default #main #content {
	width: auto;
	max-width: 1170px;
	margin: 70px auto;
}
.page-template-default #main #content .type-page {
	width: auto;
	max-width: 960px;
	margin: 0 auto 50px;
}
.page-template-default #main #content {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

/* Contact */
#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;
    border-color: transparent;
    background-color: transparent;
    background-image: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
    border: none;
    overflow: hidden;
    position: relative;
    padding: 15px 24px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease;
}
#content .wpcf7-submit:hover {
	opacity: 1;
	box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.35);
}
.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: "\e923";
    font-size: 10px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 1em;
    display: inline-flex;
    align-items: center;
}
.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;
    float: left;
    clear: both;
}
.mandatory {
	float: left;
}
#content div.wpcf7 .watermark {
	color: #2e2e2e;
	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;
  	box-sizing: border-box;
}
.portfolio-padding .block-portfolio.full-width {
	width: auto;
	padding: 0;
	max-width: none;
}
.portfolio-padding.col3 .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: 900;
	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: #2e2e2e;
    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: #838383;
}
#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: #838383;

    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: #838383;
    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: #838383;
    -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: #838383;
    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: 18px;
    top: auto;
}
#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: #838383;
}
#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: #838383;
}
.is-animating .load-more-button-text {
	opacity: 0;
	transform: scale(.85);
}
.load-more-wrapper {
	font-weight: 400;
	font-size: 22px;
	color: #838383;
	position: relative;
	margin-top: 0;
}
.load-more-wrapper.vc_btn3-container {
	margin-bottom: 2em;
}
.load-more-wrapper.vc_btn3-container .vc_btn3-color-blue .path {
	stroke: #fff;
}
#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%;
}
.block-portfolio .col1 .hentry {
	margin-bottom: 50px;
}
.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;
}
.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%;
}
.col3 .hentry,
.col3 .grid-sizer {
	width: 31.66666666666667%;
}
.col2 .hentry,
.col2 .grid-sizer {
	width: 48.75%;
}
.col1 .hentry,
.col1 .grid-sizer {
	width: 100%;
}

.col3.margin-1px .hentry,
.col3.margin-1px .grid-sizer {
	width: 33.26666666666667%;
}
.col2.margin-1px .hentry,
.col2.margin-1px .grid-sizer {
	width: 49.9%;
}
.title-hidden.margin-1px .hentry {
	margin-bottom: .1%;
}

.col3.margin-5px .hentry,
.col3.margin-5px .grid-sizer {
	width: 33%;
}
.col2.margin-5px .hentry,
.col2.margin-5px .grid-sizer {
	width: 49.5%;
}
.title-hidden.margin-5px .hentry {
	margin-bottom: .5%;
}

.col3.margin-10px .hentry,
.col3.margin-10px .grid-sizer {
	width: 32.66666666666667%;
}
.col2.margin-10px .hentry,
.col2.margin-10px .grid-sizer {
	width: 49%;
}
.title-hidden.margin-10px .hentry {
	margin-bottom: 1%;
}

.col3.margin-20px .hentry,
.col3.margin-20px .grid-sizer {
	width: 31.66666666666667%;
}
.col2.margin-20px .hentry,
.col2.margin-20px .grid-sizer {
	width: 48%;
}
.title-hidden.margin-20px .hentry {
	margin-bottom: 2%;
}

.col1.title-hidden .hentry {
	margin-bottom: 50px;
}
.col2.margin-disabled .hentry,
.col2.margin-disabled .grid-sizer {
	width: 50%;
}
.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;
}
.title-hidden .hentry {
	overflow: hidden;
}
.col4.title-hidden .hentry {
	margin-bottom: 2.5%;
}
.col4 .hentry,
.col4 .grid-sizer {
	width: 23.125%;
}

/* 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 auto 70px;
    max-width: 1170px;
}
#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: #2e2e2e;
	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;
}
.portfolio-style-15 .hentry .content-wrapper,
.portfolio-style-16 .hentry .content-wrapper {
	float: left;
    width: 100%;
}
#content .portfolio-style-15 .nav-pagination,
#content .portfolio-style-16 .nav-pagination {
	text-align: left;
}
#page .nav-pagination .current {
	background: linear-gradient( 90deg, rgba(121,204,255,0.9) 1%, rgba(155,116,255,0.9) 100%);
    opacity: 1;
    color: #fff;
}
#content .portfolio-style-15 .nav-pagination .next,
#content .portfolio-style-15 .nav-pagination .prev {
	display: none;
}
.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 #e1e1e1;
}
.portfolio-style-11 .post-thumbnail-wrapper-1 .browser-bar {
	background: transparent;
}
.portfolio-style-11 .browser-button {
	background: #e1e1e1;
	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: #2e2e2e;
    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 .2s;
	-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 #e1e1e1;
}
.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: #2e2e2e;
	border-radius: 50%;
	transition: background ease .2s;
	opacity: .4;
}
.dark .browser-button {
	background: #fff;
}
.dark .browser-bar-light .browser-button {
	background: #2e2e2e;
}
.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;
}
.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;
}
.portfolio-style-12 .entry-category {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}
.block-portfolio .entry-category .sep {
	padding: 0 5px;
	color: #b2b2b2;
}
.block-portfolio .entry-excerpt {
	color: #838383;
	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;
}
.portfolio-style-16 .entry-excerpt p {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.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;
}
.portfolio-style-15 .title-visible .entry-header {
	text-align: left;
}
.portfolio-style-15 .title-visible.portfolio-text-left .entry-header,
.portfolio-style-15 .title-visible .entry-category,
.portfolio-style-15 .title-visible.portfolio-text-left .entry-excerpt,
.portfolio-style-16 .title-visible.portfolio-text-left .entry-header,
.portfolio-style-16 .title-visible .entry-category,
.portfolio-style-16 .title-visible.portfolio-text-left .entry-excerpt {
	padding: 0;
}
.portfolio-style-16 .title-visible.portfolio-text-left .entry-header,
.portfolio-style-16 .title-visible .entry-category,
.portfolio-style-16 .title-visible.portfolio-text-left .entry-excerpt {
	text-align: center;
	display: inline-block;
}
.portfolio-style-15 .title-visible .entry-excerpt,
.portfolio-style-16 .title-visible .entry-excerpt {
	margin-top: 1em;
}
.portfolio-style-15 .title-visible .entry-category,
.portfolio-style-16 .title-visible .entry-category {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
    max-width: none;
}
.portfolio-style-15 .wpb-button-wrapper {
	text-align: left;
	margin-top: 1em;
}
.portfolio-style-16 .wpb-button-wrapper {
	margin-top: 1em;
}
.portfolio-style-15 .wpb_button_a,
.portfolio-style-16 .wpb_button_a {
	font-weight: 600;
	font-size: 14px;
	color: #6270ff;
}
.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: #2e2e2e;
    text-align: center;
}
.portfolio-style-15 .title-visible .entry-header h2,
.portfolio-style-16 .title-visible .entry-header h2 {
	font-size: 30px;
}
.portfolio-style-16 .title-visible .entry-header h2 a:hover {
	opacity: 1;
	color: #6270ff;
}
.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-15 .portfolio-view-wrapper {
	position: relative;
    float: left;
    width: 50%;
    z-index: 500;
    padding-left: 15px;
    box-sizing: border-box;
}
.portfolio-style-16 .portfolio-view-wrapper {
	position: relative;
    float: left;
    width: 100%;
    z-index: 500;
}
.portfolio-style-14 .portfolio-view-content {
	vertical-align: top;
}
.block-portfolio.portfolio-style-15 .hentry .post-thumbnail-wrapper {
    position: relative;
    float: left;
    width: 50%;
    z-index: 500;
    padding-right: 15px;
    box-sizing: border-box;
}
.block-portfolio.portfolio-style-16 .hentry .post-thumbnail-wrapper {
	position: relative;
    float: left;
    width: 100%;
    z-index: 500;
    margin-bottom: 50px;
}
.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: #2e2e2e;
	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: #2e2e2e;
}
.portfolio-style-11 .hentry a.content-wrapper:hover .portfolio-data h2 {
	color: #2e2e2e;
}
.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: 15px;
}
.title-visible .portfolio-data {
	color: #2e2e2e;
	text-decoration: none;
}
.portfolio-data {
	margin: 20px 0 0;
	text-align: center;
}
.title-visible .portfolio-data:hover {
	color: #838383;
}
.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: #2e2e2e;
	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: #838383;
	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: #2e2e2e;
}
.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: #2e2e2e;
	margin: 0;
	padding: 5px 8px;
}
.password-protected input[type="password"]:focus {
	border-color: #2e2e2e;
	background: #fafafa;
}
.password-protected input[type="submit"] {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: #2e2e2e;
	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 .3s;
	transform: translate(0px, 0px) scale(1);
	margin: 0 auto 30px;
}
#page .entry-header-wrapper .featured-image.lazy {}
#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-left: auto;
    margin-right: auto;
}

.widget .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/* =Global
----------------------------------------------- */

body,
input,
textarea {
	color: #2e2e2e;
	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: #2e2e2e;
	word-wrap: break-word;
	width: 100%;
	display: block;
    text-align: left;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dt,
.entry-content dd,
.entry-content address,
.entry-content pre,
.entry-content table,
.entry-content .twitter-tweet {
	margin: 0 0 1em;
	color: #838383;
}
.entry-content p a {
	font-weight: 700;
}
.entry-content .wp-block-gallery {
	max-width: 1170px;
	margin: 0 0 1em;
	padding: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}
.entry-content .slides,
.entry-content .flex-direction-nav {
	max-width: none;
}
.wpb_gallery .wpb_flexslider .flex-control-paging {
	text-align: center;
    max-width: none;
}
.entry-content .flex-direction-nav li {
	position: inherit;
}
.entry-content .twitter-tweet {
	display: inline-block !important;
}
.wpb_text_column {
	width: 100%;
}
.wpb_text_column .wpb_wrapper,
.entry-content {
	text-align: left;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .testimonial-single-title,
.dark .testimonial-single-name-title-wrapper,
.dark .testimonial-single-style-8 .testimonial-single-name,
.dark .testimonial-single-style-9 .testimonial-single-name {
	color: #fff;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #2e2e2e;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #2e2e2e;
}
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: 30px;
	line-height: 1.25;
}
h3 {
	font-size: 24px;
    text-transform: none;
    letter-spacing: 0;
    margin: .67em auto;
}
.wpb_text_column h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
h4 {
	font-size: 20px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	font-weight: 700;
	text-transform: none;
}
h6 {
	font-size: 14px;
	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;
}
#page p:empty {
	padding: 0;
	margin: 0;
	display: none;
}
aside {
	font-size: .875em;
	font-style: italic;
}

.entry-content ul, .entry-content ol {
	padding-left: 2.5em;
}
ul {
	list-style: disc;
}
ul > li {
	margin-bottom: .5em;
	padding-left: 0; 
	position: relative;
}
.entry-content ul > li:before {
    content: "\2013";
    padding-right: 8px;
    position: absolute;
    transform: translateX(-17px);

    display: none;
}
.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;
	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: 400;
    padding: 1em 6%;
    margin: 1em auto 1.5em;
    border-left: none;
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    background: transparent;
    line-height: 1.6;
    position: relative;
    border: none;
    box-shadow: none;
    display: inline-block;
    font-style: italic;
    border-left: 3px solid #9b74ff;
    padding-left: 6%;
    border-image-source: linear-gradient(0deg, #79ccff, #9b74ff);
    border-image-slice: 1;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 1em auto 1.5em;
    padding: 1em 6%;
}
blockquote p {
	margin: 0 auto;
    max-width: none;
    padding: 0;
}
#main blockquote p {
    max-width: 950px;
    padding: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #2e2e2e;
}
#main .wp-block-quote.is-large p,
#main .wp-block-quote.is-style-large p {
	font-size: 24px;
}
blockquote p:before {
	content: '';
    display: block;
    width: 100%;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #838383;
    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: #838383;
    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 #e1e1e1;
    color: #838383;
    box-sizing: border-box;
}
hr {
	display: block;
    width: 100%;
    border: none;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 1em;
    max-width: 750px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	padding: 8px 11px;
    border: 1px solid #e1e1e1;
    color: #838383;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: .5em;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #838383;
	cursor: help;
	text-decoration: none;
}
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: #f1f6f9;
	border: 1px solid #f1f6f9;
	color: #838383;
	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: #2e2e2e;
}
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: #2e2e2e;
	border-color: #838383;
}
.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: #2e2e2e;
	background: #fff;
	border-color: #fff;
}
select {
	padding: 3px 7px;
	height: 40px;
	line-height: 18px;
	border: 1px solid #f1f6f9;
	color: #2e2e2e;
	font-weight: 400;
	border-radius: 0;
	box-shadow: none;

	width: 100%;

	transition: border-color ease .1s, color ease .1s;
	
	max-width: 250px;
}
.widget select {
	max-width: 250px;
}
.dark select {
	border-color: #fff;
}
select:focus {
	color: #2e2e2e;
	border-color: #2e2e2e;
}
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: 42px;
	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 11px;
    border-radius: 0;
    text-shadow: none;
    -webkit-appearance: none;
    border: none;
    border-bottom: 2px solid #efefef;
    background: transparent;
    border-image-source: linear-gradient(90deg, #79ccff, #9b74ff);
    border-image-slice: 1;
}
.searchform {
	max-width: 400px;
}
.search-icon {
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	left: auto;
    right: 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: "\e968";
	font-size: 18px;
	float: left;
    display: inline-block;
    color: #cdcdcd;
}
input.s:focus {
	color: #2e2e2e;
	outline-width: 0;
}
input.s:after {
	border-bottom: 1px solid #2e2e2e;
}
input.s:focus:after {
	border-bottom: 1px solid #2e2e2e;
}
input.searchsubmit {
	display: none;
}

/* =Placeholder
----------------------------------------------- */
::-webkit-input-placeholder {
	color: #838383;
	opacity: 1;
}
:-moz-placeholder {
	color: #838383;
	opacity: 1;
}
::-moz-placeholder {
	color: #838383;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #838383;
	opacity: 1;
}
:input-placeholder {
	color: #838383;
	opacity: 1;
}

.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: #838383;
}

/* Links */
a {
	color: #2e2e2e;
	text-decoration: none;
	position: relative;
	transition: color ease .2s, opacity ease .2s, background ease .2s;
	font-style: normal;
}
a:hover {
	opacity: .8;
}
a[rel~="attachment"] {
	display: inline-block;
}
a[rel~="attachment"] img,
.store-button a img {
	transition: all ease .2s;
}
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: #6270ff;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    padding: 0;
    background: transparent;
    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: #6270ff;
	opacity: .8;
}
.col1 .wpb_thumbnails-alternative .more-link {
	padding: 0;
    background: transparent;
}
.more-link span {
    position: relative;
    display: inline-block;
    line-height: 1.2;
}
.more-link:hover {
    color: #2e2e2e;
    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: #2e2e2e;
    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: .9;
	background: transparent;
	color: #6270ff;
}
a:hover {
	color: #2e2e2e;
	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: #2e2e2e;
	position: relative;
    z-index: 1000;

    position: absolute;
    width: 100%;
}
#top-bar {
	max-width: 1170px;
	min-height: 43px;
	height: 43px;
	margin: 0 auto;
	line-height: 1;
	color: #fff;
	text-transform: none;
	position: relative;
	font-size: 12px;
	font-weight: 400;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.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: #838383;
}
.info-header {
	float: left;
}
#top-bar .info-header {
	float: right;
	margin-left: 50px;
}
#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: #2e2e2e;
	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: #2e2e2e;
	position: relative;
  	z-index: 100;
  	padding-left: 0;
  	text-align: center;
}
.mobile-menu-wrapper .vc_btn3-container {
	margin: 0;
    float: left
}
#access-mobile > div:first-of-type {
	margin-bottom: 30px;
}
.info-header p {
	margin-bottom: 0;
}
.info-header [class^="custom-icon-"],
.info-header [class*=" custom-icon-"] {
	font-size: 12px;
	color: #838383;
}
.info-header a {
	position: relative;
	width: auto;
	text-rendering: optimizeLegibility;
}
#page .info-header a:hover {
	border-color: #2e2e2e;
}
.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: #2e2e2e;
	font-size: 16px;
	font-style: normal;
	vertical-align: middle;
}
#top-bar .sep {
	padding: 0;
	color: #efefef;
}

/* =Top Bar Widget Area
-------------------------------------------------------------- */
#top-bar .top-bar-widget-area {
	font-size: inherit;
    float: right;
    height: 100%;
    margin-left: 25px;
    display: flex;
    position: relative;
    user-select: text;
    align-items: center;
}
#top-bar #top-bar-widget-area-13 {
	margin-right: auto;
	margin-left: 0;
}
#top-bar .top-bar-widget-area .widget {
	font-size: inherit;
	height: 100%;
    line-height: inherit;
    margin: 0;
    width: auto;
    margin-left: 15px;
}
#top-bar .top-bar-widget-area .widget:first-of-type {
	margin-left: 0;
}
#top-bar .top-bar-widget-area .widget > div {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
#top-bar .top-bar-widget-area p {
	margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}
#top-bar .vc_btn3-container {
    margin-bottom: 0;
    height: 100%;
}
#page #top-bar .vc_btn3.vc_btn3-size-lg {
	height: 100%;
	display: inline-flex;
    align-items: center;
    padding: 15px 15px;

    padding: 15px 15px;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 13px;
}
#page #top-bar .vc_general.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 18px;
}
#page #top-bar .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
	margin-top: 0;
}
#page #top-bar .vc_general.vc_btn3.vc_btn3-style-modern:focus,
#page #top-bar .vc_general.vc_btn3.vc_btn3-style-modern:hover,
#page #top-bar .vc_general.vc_btn3.vc_btn3-style-custom:focus,
#page #top-bar .vc_general.vc_btn3.vc_btn3-style-custom:hover {
	box-shadow: none;
	opacity: .8;
}

#page #top-bar .social-links-wrapper {
	float: right;
	margin: 0;
	padding-right: 50px;
	padding-right: 0;
	margin-left: 25px;
}
#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: #2e2e2e;
	text-decoration: none;
	display: inline-block;
	background: transparent;
	text-align: center;
	line-height: 1;
	margin-left: 0;
	padding: 5px;
	border: none;
	height: auto;
}
#page .social-links-wrapper.style-5 .social-links {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#page .social-links .social {
	color: #838383;
    text-decoration: none;
    background: transparent;
    text-align: center;
    padding: 0;
    border: none;
}
#page .dark .social-links .social {
	color: #fff;
}
#page .dark .social-links .social:hover {
	color: #fff;
}
#page .social-links li {
	margin-right: 30px;
	display: inline-block;
}
#page .social-links li:before {
	display: none;
}
#page .style-5 .social-links li {
	margin: 10px 30px;
}
#page .style-5 .social-links li:first-child {
	margin-left: 30px;
}
#page .dark .social-links .social {
	color: #fff;
}
#page .style-2 .social-links li {
	line-height: 1.7;
    margin-left: 57px;
}
#page .style-3 .social-links .social {
	color: #ccc;
    line-height: 5;
    width: 66px;
    height: 66px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #f1f1f1;
}
#page .style-4 .social-links li,
#page .style-7 .social-links li {
	margin: 0 .5em;
}
#page .style-4 .social-links li:first-child,
#page .style-7 .social-links li:first-child {
	margin-left: 0;
}
#page .style-4 .social-links .social,
#page .style-7 .social-links .social {
	color: #fff;
    line-height: 1;
    width: 32px;
    height: 32px;
    background: #6270ff;
    border-radius: 50%;
    border: none;
}
#page .style-7 .social-links .social {
	color: #838383;
	background: #f1f6f9;
}
#page .style-5 .social-links .social {
	color: #838383;
}
#page .dark .style-5 .social-links .social {
	color: #fff;
}
#page .style-6 .social-links .social {
	height: 140px;
    background: #2e2e2e;
    color: #666;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
}
#page .style-6 .social-links .twitter:hover {
	background: #55acee;
}
#page .style-6 .social-links .facebook:hover {
	background: #3664a2;
}
#page .style-6 .social-links .linkedin:hover {
	background: #0077B5;
}
#page .style-6 .social-links .google:hover {
	background: #dd4b39;
}
#page .style-6 .social-links .pinterest:hover {
	background: #bd081c;
}
#content .style-6 .social-links .vimeo:hover {
	background: #1ab7ea;
}
#page .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;
}
#page .style-6 .social-links .social:hover .social-text {
	visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
#page .style-3 .social-icon {
    position: relative;
    bottom: 1px;
}
#page .style-4 .social-icon {
    position: relative;
}
#page .style-6 .social-icon {
	display: block;
    transform: translateY(15px);
    transition: transform ease .2s, color ease .1s;
}
#page .style-6 .social-links .social:hover .social-icon {
    transform: translateY(0);
}
#header-wrapper .social-links .social {
	color: #2e2e2e;
	text-decoration: none;
	margin-left: 3px;
	background: transparent;
	text-align: center;
	margin-left: 16px;
	float: left;
  	display: inline-block;
  	position: relative;
  	display: flex;
  	font-style: normal;
}
#header-wrapper .social-links .social:hover {
	color: #2e2e2e;
}
.social-links .social:hover {
	color: #2e2e2e;
	opacity: .8;
}
#page .social-links .social:hover {
	color: #2e2e2e;
}
#page .style-2 .social-links .social:hover {
	color: #2e2e2e;
}
#page .style-3 .social-links .social:hover {
	color: #838383;
	border-color: #838383;
}
#page .style-4 .social-links .social:hover {
	color: #fff;
	background: rgba(172, 173, 179, 0.2);
	opacity: 1;
}
#page .style-7 .social-links .social:hover {
	color: #fff;
	background: #6270ff;
	opacity: 1;
}
#page .style-5 .social-links .social:hover {
	color: #838383;
}
#page .dark .style-5 .social-links .social:hover {
	color: #fff;
}
#colophon .style-1 .social-icon:before {
	font-size: 12px;
}
.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: #838383;
    width: 100%;
}
.dark .style-5 .social-links .social:hover .social-text {}
.dark .style-5 .social-links .social:hover .social-text:before {
	background: #fff;
}
#page .style-2 .social-links .social-icon:before {
    font-size: 27px;
    line-height: 1;
}
#page .style-3 .social-links .social-icon:before {
    font-size: 27px;
    line-height: 1;
}
#page .style-4 .social-links .social-icon:before,
#page .style-7 .social-links .social-icon:before {
    font-size: 12px;
    line-height: 1;
}
#page .social-links-wrapper {
	margin-bottom: 35px;
}
#page .social-links-wrapper.align-center {
	float: none;
}
#page .social-links-wrapper.align-right {
	float: right;
}
#page .social-links-wrapper.no-margin {
	margin-bottom: 0;
}
#page .social-links-wrapper.align-center .social-links {
    float: none;
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#page .social-links-wrapper.align-center.style-6 .social-links {
    display: table;
    width: 100%;
    table-layout: fixed;
}
#page .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;
	margin-left: 16px;
}
#top-bar .social-links .social:first-child {
	margin-left: 0;
}
#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: #838383;
}
#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: #838383;
	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;
}
@media (min-width: 1024px) {
	.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 .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-color: #fff;
	}
	#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: #2e2e2e;
	}
	.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;
	}
}
#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);

    z-index: 400;
}
#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: 43px;
}
.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;
}
.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 #top-bar {
	padding: 0 40px;
	max-width: none;
}
.full-width-header-enabled .branding-helper {
	max-width: none;
}
.full-width-footer-enabled #supplementary {
	max-width: none;
	padding-left: 40px;
    padding-right: 40px;
}
.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: #2e2e2e;
	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);
}
#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: #838383;
}
#search-header-icon:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1.7;
	content: "\e913";
	color: #2e2e2e;
	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 {
    margin-bottom: 0;

    height: 100%;
}
#page #branding .vc_btn3.vc_btn3-size-lg,
#page #branding .vc_btn3.vc_btn3-size-md {
	height: 100%;
	display: inline-flex;
    align-items: center;
}
#page #branding .vc_btn3.vc_btn3-size-md {
	letter-spacing: 0;
    font-weight: 600;
    font-size: 13px;
}
#page #branding .vc_general.vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	font-size: 18px;
}
#page #branding .vc_general.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
	font-size: 23px;
}
#page #branding .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
	font-size: 18px !important;
}
#page #branding .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
	margin-top: 0;
}

/* =Header Widget Area
-------------------------------------------------------------- */
#header .header-widget-area {
	font-size: inherit;
    float: right;
    height: 100%;
    margin-left: 50px;
    display: flex;
    position: relative;
    user-select: text;
    align-items: center;
}
#header .header-widget-area .widget {
	font-size: inherit;
	height: 100%;
    line-height: inherit;
    margin: 0;
    width: auto;
    margin-left: 30px;
}
#header .header-widget-area .widget:first-of-type {
	margin-left: 0;
}
#header .header-widget-area .widget > div {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
#header .header-widget-area p {
	margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

/* =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;

	position: relative;
}
.nav-menu {
	float: right;
	height: 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;
	left: 0;
}
.nav-menu ul ul li {
	width: 100%;
	height: auto;
}
.nav-menu ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.nav-menu ul li {
	display: inline-block;
	position: relative;
	margin-left: 25px;
	float: none;
	height: auto;
    font-style: normal;

    display: inline-flex;
    height: 100%;
}
.nav-menu ul li:first-child {
	margin-left: 0;
}
.nav-menu ul li li {
	margin: 0;
}
.nav-menu 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;
	padding: 0;
}
.nav-menu ul li:hover ul,
.nav-menu ul li.sfHover ul {
	top: auto; /* match top ul list item height */
	z-index: 5000;
}
.nav-menu ul li li ul {
	left: 100%;
	top: 0 !important;
}
.nav-menu ul li:hover li ul,
.nav-menu ul li.sfHover li ul {
	top: -999em;
	left: 100%;
}
.nav-menu ul li li:hover ul,
.nav-menu ul li li.sfHover ul {
	left: 100%; /* match ul width */
	top: 0;
	margin-left: 25px;
    margin-top: -16px;
}
.nav-menu ul li:last-of-type li:hover ul,
.nav-menu ul li:last-of-type li.sfHover ul {
	left: auto;
	right: 100%;
    margin-left: 0;
    margin-right: 25px;
}
.nav-menu ul li li:first-child:hover ul,
.nav-menu ul li li:first-child.sfHover ul {
	top: 0;
}
.nav-menu ul li li:hover li ul,
.nav-menu ul li li.sfHover li ul {
	top: -999em;
}
.nav-menu ul li li li:hover ul,
.nav-menu ul li li li.sfHover ul {
	left: 100%; /* match ul width */
	top: 0;
}

/*** Style ***/
.menu {
	max-width: 959px;
	margin: 0 auto;
}
.nav-menu ul {
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	float: none;
	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: #2e2e2e;
	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 15px;
	display: inline;
	box-sizing: border-box;

	position: static;
}
.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: #2e2e2e;
	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: #2e2e2e;
	outline: 0;
	opacity: 1;
}
.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: #2e2e2e;
}
.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: #2e2e2e;
}
.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: #2e2e2e;
}
.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: linear-gradient( 90deg, #6270ff 1%, #79ccff 100%);
}
.header .nav-menu ul li a span:after,
.access-mobile-menu-wrapper .nav-menu li a span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background: #2e2e2e;
    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: 1;
    bottom: 0;
    left: 0;
}
#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: 0;
    transition: transform ease .2s;
    right: 8px;
}
#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';
	right: -8px;
}
#access .nav-menu > .sf-arrows ul .sfHover > .sf-with-ul:after {
	transform: none;
}
.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);
}
@media (min-width: 1024px) {
	.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;
	}
	.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 #access .nav-menu ul .current-menu-ancestor > a {
	color: #fff;
	opacity: 1;
}
.nav-menu ul .menu-item-object-custom.current_page_item > a {
	color: #6270ff;
	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: #6270ff;
	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: #6270ff;
	background: transparent;
	opacity: 1;
}
#access .nav-menu ul li li a {
	padding: 0;
	color: #2e2e2e;
	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;
}

/* =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: #2e2e2e;
}

/* =Full Width Menu
-------------------------------------------------------------- */
.nav-menu ul .menu-has-submenu-mega {
	position: initial;
}
#access .menu-has-submenu-mega > .sub-menu {
	width: 100vw;
    position: absolute;
    margin-left: calc(-50vw + 50%);
    min-width: auto;
    max-width: none;
    left: 0;
    background: #fff;
    padding-top: 0;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
#page .menu-has-submenu-mega > .sub-menu .sub-menu-wrapper {
    max-width: 1170px;
    margin: 0 auto 1em;
    column-count: 4;
    column-gap: 40px;
    column-rule: 1px solid rgba(0, 0, 0, .08);
    float: none;
}
#page .menu-has-submenu-mega.submenu-mega-3cols > .sub-menu .sub-menu-wrapper {
	column-count: 3;
}
#page .menu-has-submenu-mega.submenu-mega-2cols > .sub-menu .sub-menu-wrapper {
	column-count: 2;
}
.nav-menu ul .menu-has-submenu-mega li:first-child {
    padding-top: 0;
    margin-top: .5em;
}
.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: #fff;
    padding: 15px 25px;
    float: left;
    box-sizing: border-box;
}
#access .sub-menu {
	padding: 0;
	background: #fff;
	border: 1px solid #e1e1e1;
}
#access li li .sub-menu {
	padding: 0;
}
.header .nav-menu ul li .sub-menu-wrapper:before {
	content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: #2e2e2e;
    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 #2e2e2e;

    display: none;
}
.header .nav-menu ul li li .sub-menu-wrapper:before {
	display: none;
}
.header-position-bottom .nav-menu ul li ul {
	top: auto !important;
    bottom: 100%;
}
.header-position-bottom #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: 4%;
}
.nav-menu ul {
	text-align: left;
	position: relative;
}
.nav-menu > ul {
	position: static;
}

/* 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: #2e2e2e;
}
#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: #2e2e2e;
    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 #e1e1e1;

    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 #e1e1e1;
   	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;
	width: 100%;
}
#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;
    display: block;
}
#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 #e1e1e1;
    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: #2e2e2e;
	text-decoration: none;
    font-style: normal;
    display: inline-block;
    position: relative;
    left: 10px;
}
#secondary-menu-wrapper .nav-menu ul .menu-item-object-custom.current_page_item > a {
	color: #6270ff;
}
#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: 1;
    color: #6270ff;
}
#page #secondary-menu-wrapper .menu-item .sub-menu div:first-child {
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .3s, transform .3s;
    column-count: unset;
    column-gap: unset;
}
#page #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: 30px !important;
    display: flex;
    height: 100%;
    align-items: center;
}
#secondary-menu-dropdown-wrapper.align-left {
	float: left;
}

.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: #2e2e2e;
    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: #2e2e2e;
    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: #2e2e2e;
    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: #2e2e2e;
    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: #2e2e2e;
}
#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: #2e2e2e;
    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 #e1e1e1;
}
.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 #e1e1e1;
}
#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: #2e2e2e;
    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: #2e2e2e;
    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 #e1e1e1;
}
.mobile-menu {
	border-bottom: none;
}
.social-links-wrapper-mobile {
	padding: 0;
	float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
}
#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: #2e2e2e;
	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: #2e2e2e;
}
#access-mobile .current-menu-item > a,
#access-mobile .current_page_item > a {
	opacity: .8;
}
#access-mobile .current-menu-ancestor > a {
	color: #2e2e2e;
	background: transparent;
}
#access-mobile .m-hover {
	color: #2e2e2e
}
#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;
    opacity: 0;
    transform: translate(-50px, 0px);
}
.mobile-elements-wrapper {
	float: left;
    margin-top: auto;
    margin-bottom: 30px;
}
#header .mobile-menu-wrapper .widget-area {
    font-size: inherit;
    float: left;
    height: 100%;
    margin-left: 0;
    position: relative;
    user-select: text;
    clear: both;
}
#header .mobile-menu-wrapper .widget-area p {
	margin: 1em 0 0 0 !important;
	float: left;
    clear: both;
}
#header .mobile-menu-wrapper .widget {
	font-size: inherit;
    line-height: inherit;
    margin: 0;
    width: auto;
    margin-top: 15px;
    float: left;
    clear: both;
}
#header .mobile-menu-wrapper .widget:first-of-type {
	margin-top: 15px;
}
.mobile-menu-wrapper .widget-area ul li {
	float: left;
    clear: both;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
}
#access-mobile-menu {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.access-mobile-menu {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.mobile-menu-wrapper .menu-item .sub-menu div:first-child {
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .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: .2s;
    transition-delay: 0s;
    position: relative;
    width: 100%;
    margin-left: 0;
    display: block;
    max-width: none;
    left: 0;
}
.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 #e1e1e1;
    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: #2e2e2e;
    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: #2e2e2e;
    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 #e1e1e1;
	padding-top: 13px;
	padding-left: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: inline-block;
	position: relative;

	float: left;
	margin-top: 0;
	padding-top: 0;
}
.mobile-menu-wrapper .nav-menu ul .menu-has-submenu-mega li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.mobile-menu-wrapper .nav-menu .drop-icon {
	top: 22px;
}
.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;

    padding: 10px 0;
}
.access-mobile-menu-wrapper .nav-menu > .current-menu-item > a {
	color: #2e2e2e;
}
.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: #2e2e2e;
}

/* 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: #2e2e2e;
}
#remove-search {
	right: 0;
    opacity: 0;
    position: absolute;
    color: #2e2e2e;
    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: #2e2e2e;
    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: #2e2e2e;
}
#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: #2e2e2e;
	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 #2e2e2e;
}
#top-bar-wrapper .s:focus {
	border-bottom-color: #838383;
}
#top-bar-wrapper #remove-search {
	padding: 0 11px 0 0;
	line-height: 2;
	font-size: 22px;
	color: #2e2e2e;
}
#top-bar-wrapper #remove-search:hover {
	color: #838383;
}
#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 #2e2e2e;
	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: #2e2e2e;
	border-color: #838383;
    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: #fff;
    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;
}
.top-bar-enabled #main {
	margin-top: 43px;
}
.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,
.entry-title a {
	color: #2e2e2e;
	text-decoration: none;
	text-align: center;
}
#content .entry-title a {
	font-style: normal;
}
.entry-meta {
	color: #838383;
    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: #838383;
	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 .2s;
}
.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: #838383;
}
.entry-meta .sep,
.sep {
	padding: 0;
	color: #838383;
	display: inline-block;
	font-size: .875em;
}
.entry-meta .icon-calendar {
	font-size: 11px;
	padding: 0 2px 0 0;
}
.entry-meta p {
	display: inline;
	color: #838383;
	padding: 0;
}
.entry-meta a > span {
	position: relative;
}
.entry-meta a:hover {
	color: #838383;
}
.dark .entry-header-wrapper .entry-meta a:hover > span:after {
	background: #fff;
}
.entry-header .entry-meta .cat-links a {
	color: #838383;
}
.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: #838383;
    font-size: 14px;
    font-weight: 400;
    padding: 2px 4px;
    letter-spacing: 0;
    border-radius: 0;
    text-transform: none;
    line-height: 17px;
    font-style: normal;
    border: 2px solid #ecedf5;
    background: transparent;
    text-decoration: none;
    transition: color ease .2s, opacity ease .2s, background ease .2s, border-color ease .2s;
}
#content .tag-links a:hover {
	color: #fff;
	background: #6b66ff;
    border-color: #6b66ff;
	opacity: 1;
}
.tag-links a:before,
.tag-links a:after {
	display: none;
}
.tag-links .tag-title {
    color: #2e2e2e;
    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: #2e2e2e;
    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 #e1e1e1;
	border-collapse: collapse;
	margin-bottom: 1em;
}
.entry-content th,
.comment-content th {
	color: #838383;
}
.entry-content th,
.comment-content th {
	border-top: 1px solid #e1e1e1;
}
.entry-content th,
.comment-content th {
    border-left: 1px solid #e1e1e1;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #e1e1e1;
	color: #2e2e2e;
	padding: 12px 20px;
	border-left: 1px solid #e1e1e1;
}
.entry-content .dark td {
	color: #fff;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.825em;
	padding-left: 2.5em;
}
.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: #838383;

    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: #2e2e2e 0em 0em 0em; */
}
.entry-content img,
.comment-content img,
.widget img,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
img.size-full,
img.size-large {
	max-width: 100%;
	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;
	margin-top: 1em;
}
#content .wpb_text_column img.alignleft,
#content .wpb_text_column img.alignright,
#content .wpb_text_column img.aligncenter {
    margin-bottom: 1em;
}
.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: #838383;
}
#page .wp-caption-text {
	margin: 0 auto .5em;
	padding: 8px 15px 0;
	position: relative;
	font-size: .875em;
	color: #838383;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	max-width: 400px;
}
.wp-caption-text a {
	color: #838383;
}
.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: #2e2e2e;
    border-color: #2e2e2e;
    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: #2e2e2e;
    border-color: #2e2e2e;
    opacity: .8;
}
.post-password-form .submit-button-wrapper:hover input[type=submit] {
	color: #fff;
    border-color: #2e2e2e;
    background-color: #2e2e2e;
    transform: translateX(0);
}
.post-password-form input[type=submit]:hover {
    color: #fff;
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}
.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: #2e2e2e;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/*
Post Formats Headings
*/
.entry-format {
	font: normal normal 10px Georgia, Times, serif;
	color: #2e2e2e;

}
.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: #838383;
}
.entry-header .entry-date-wrapper a {
	color: #838383;
}
.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;
    margin: 0;
}
.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: #2e2e2e;
}
#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: #2e2e2e;
}
#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: #838383;
    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;
}
.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 .2s;
}
.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 .2s;
	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: #2e2e2e;
	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: 1em;
	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: #2e2e2e;
}
.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: #2e2e2e;
	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: #2e2e2e;
}
.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 .wpb_text_column .wpb_wrapper {
	text-align: center;
}
.error404 #content h1 {
	text-align: center;
    font-size: 11vw;
    font-weight: 700;
    margin: 0;
    background: rgb(121,204,255);
    background: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}
.error404 #content h2,
.error404 #content h3 {
	text-align: center;
}
.error404 #content h2 {
	font-size: 34px;
}
.error404 #content h3 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #838383;
	font-weight: 400;
}
.error404 #content p {
	margin-bottom: 35px;
}
.error404 #content .wpb_content_element p:last-child {
	margin: 0;
    background: rgba(51,51,51,1);
    color: #fff;
    padding: 1em;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    margin-top: 1em;
}
.error404 .custom-icon-arrow:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    font-style: normal;
    transition: color ease .1s, transform ease .2s;
    display: inline-block;

    content: "\e923";
}

/* =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: #838383;
}

/* =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: #2e2e2e;
	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 .2s;
}
.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 .2s;
}
.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: #2e2e2e;
}
.single-post .nav-single .nav-previous a:hover i:before,
.single-post .nav-single .nav-next a:hover i:before {
	color: #2e2e2e;
}
.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 #e1e1e1;
}
.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: #838383;
}
.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
-------------------------------------------------------------- */
#page .block-portfolio .nav-pagination {
	padding: 0 0 2px;
	margin: 25px auto 0;
}
#page .nav-pagination {
	clear: both;
    overflow: visible;
    padding: 0;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto 100px;
    cursor: default;
}
#page .nav-pagination a,
.dots,
#page .nav-pagination > span {
	font-size: 12px;
 	padding: 11px 18px;
 	line-height: 1;
	color: #2e2e2e;
	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;
}
#page .nav-pagination a:before,
#page .nav-pagination a:after {
	display: none;
}
#page .nav-pagination a:first-child,
#page .nav-pagination > span:first-child {
	margin-left: 0;
}
#page .nav-pagination .next,
#page .nav-pagination .prev {
	border: none;
	display: inline-flex;
	align-items: center;
    min-height: 38px;
    box-sizing: border-box;
    text-decoration: none;
}
#page .nav-pagination .next:before,
#page .nav-pagination .prev:before {
	font-family: '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: #2e2e2e;
    background: transparent;
    margin: 0;
    opacity: 1;
    bottom: auto;
}
#page .nav-pagination .next:before {
	content: "\e90c";
}
#page .nav-pagination .prev:before {
	content: "\e90b";
}
#page .nav-pagination .next:after,
#page .nav-pagination .prev:after {
	display: none;
}
#page .nav-pagination .next {
	margin-left: 8px;
}
#page .nav-pagination .prev {
	margin-right: 8px;
}
#page .nav-pagination .next:hover,
#page .nav-pagination .prev:hover {
	background: transparent;
	color: #9c9c9c;
	border-color: transparent;
}
#page .nav-pagination > span {
	background: transparent;
	color: #2e2e2e;
	border-color: transparent;
	opacity: .5;
	cursor: default;
}
#page .nav-pagination a span,
#page .nav-pagination span span {
	position: relative;
}
#page .nav-pagination span span:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #2e2e2e;
    opacity: 1;
    bottom: -1px;
    display: block;

    display: none;
}
#page .nav-pagination a:hover {
	background: transparent;
	color: #2e2e2e;
	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: #2e2e2e;
    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.doom a:before,
.tparrows.doom 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: #2e2e2e;
    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.doom .nav-next,
.tparrows.doom .nav-previous {
	width: 100%;
    height: 100%;
    position: absolute;
}
.tparrows.doom 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.doom .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.doom 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.doom .active a:hover .content-wrapper,
.tparrows.doom .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.doom .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.doom .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: #2e2e2e;
    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: #2e2e2e;
	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;
}
#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 .2s;
}
#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.doom 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.doom .nav-previous .featured-image-wrapper {
	float: left;
}
#page #nav-pagination-single .nav-next .featured-image-wrapper,
.tparrows.doom .nav-next .featured-image-wrapper {
	float: right;
}
#page #nav-pagination-single .featured-image-wrapper img {
	width: auto;
}
#page #nav-pagination-single .title-wrapper,
.tparrows.doom .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.doom .nav-previous .title-wrapper {
	float: left;
	margin-left: 0;
    text-align: center;
}
#page #nav-pagination-single .title-wrapper {
	color: #2e2e2e;
}
#page #nav-pagination-single .nav-next .title-wrapper,
.tparrows.doom .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.doom .title-wrapper:before,
.tparrows.doom .title-wrapper:after {
	display: none;
}

/* =3. Comments
----------------------------------------------- */
#comments-wrapper {
	background: transparent;
    padding: 50px 0 0;
    border-top: 1px solid #e1e1e1;
    border-top: none;
    margin: 0 auto;
}
.page-template-default #comments-wrapper {
	max-width: 960px;
}
.header-position-left #comments-wrapper,
.header-position-right #comments-wrapper {
    padding-top: 0;
    border: none;
    max-width: 1170px;
    margin: 0 auto;
}
#comments {
	padding: 0;
    margin: 0 auto;
    float: none;
}
#comments .sep {
	display: none;
}
#comments-title {
    padding: 0;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
}
#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 #e1e1e1;
}
.commentlist li.comment .fn {
	color: #2e2e2e;
    margin: 0 0 .5em 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    margin-right: 1em;
    font-size: 16px;
    display: block;
}
.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 #e1e1e1;
}
.commentlist .children li.comment .fn {
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #2e2e2e;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-author {
	margin: 0 0 1em;
	text-transform: none;
    font-size: .875em;
}
.comment-edit-link,
.comment-author .fn .url {
	color: #838383;
    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: 1em;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    text-decoration: none;
    color: #2e2e2e;
}
.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: #838383;
    font-size: 12px;
    margin-right: 6px;
    margin-left: 1px;
    position: relative;
    top: 2px;

    display: none;
}
.comment-author a:hover,
.comment-reply-link:hover {
	color: #2e2e2e;
    opacity: .8;
}
.comment-reply-link:hover {
	opacity: .8;
}
.comment-content {
	margin: 0 0 0 66px;
    padding: 0 0 1.65em 0;
    color: #838383;
}
.comment-content p {
	padding: 0;
    margin-bottom: 1em;
    font-size: 15px;
    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: #2e2e2e;
}
.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: #838383;
}
#content .comment-author .fn a {
	color: #2e2e2e;
	font-weight: 600;
}
#content .comment-author .comment-time {
	color: #6b66ff;
}
#content .comment-reply-link:hover,
#content .comment-edit-link:hover,
#content .comment-author a:hover {
	color: #6270ff;
}
.comment-time {
	color: #838383;
    margin-right: 1em;
}
.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: #838383;
    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: 1em;
}
#respond input[type="text"],
#respond textarea {
	display: block;
	box-sizing: border-box;
	background: transparent;
    border: none;
    border-bottom: 2px solid #efefef;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #838383;
}
#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: #838383;
    font-size: .875em;
}
#respond a {
    color: #838383;
}
#respond a:hover {
    color: #2e2e2e;
}
#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;
	border-color: transparent;
    background-color: transparent;
    background-image: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
	border: none;
	overflow: hidden;
	position: relative;
	padding: 17px 24px;
	letter-spacing: 2px;
	line-height: 1.2;
	font-weight: 900;
	display: inline-block;
	text-transform: uppercase;
	box-shadow: none;
	transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease !important;
}
#respond #submit span {
	position: relative;
}
#respond #submit:hover {
	color: #fff;
	background-image: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
    opacity: 1;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.35);
}
#respond #submit:after {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e923";
    font-size: 10px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 1em;
}
#respond #cancel-comment-reply-link {
	border-bottom: 0;
    padding-bottom: 0;
    color: #838383;
    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: #2e2e2e;
	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: 16px;
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
    border-bottom: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1em;
}
#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: #838383;
	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;
}
.special-img .lazy {
    background: transparent;
}
.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: #2e2e2e;
}
.dark .slick-slide .lazy {
	background: transparent;
}
.lightbox-video.lazy {
	background: #f2f2f2;
}
.dark .lightbox-video.lazy {
	background: #2e2e2e;
}
.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 .2s;
    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: #2e2e2e;
  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 */
rs-module li.tp-revslider-slidesli:before {
	display: none;
}
#page rs-module .tp-static-layers .tp-caption {
	opacity: 0;
	visibility: hidden;
}
rs-module .rev-slider-custom-buttons {
	position: fixed;
	top: 40px;
}
rs-module h1 {
	max-width: none;
}
#page .tp-bullets.nav-pos-hor-center {
	transform: matrix(1, 0, 0, 1, -50, -40) !important;
}
#page rs-module .vc_btn3.vc_btn3-size-md,
#page rs-module .yikes-easy-mc-form .yikes-easy-mc-submit-button {
	font-size: 10px !important;
    line-height: 1.2 !important;
    padding: 17px 24px !important;
    letter-spacing: 2px !important;
}
#page rs-module .vc_btn3.vc_btn3-size-md .vc_btn3-icon {
	font-size: 10px !important;
    line-height: inherit !important;
    letter-spacing: 0 !important;
}
#page rs-module .yikes-easy-mc-form .yikes-easy-mc-submit-button span {
	font-size: 10px !important;
    line-height: inherit !important;
}

@media (max-width: 768px) {
	rs-module p,
    rs-module p span,
    rs-module p strong {
        font-size: 15px !important;
        line-height: 17px !important;
    }
}
@media (max-width: 480px) {
    rs-module p,
    rs-module p span,
    rs-module p strong {
        font-size: 14px !important;
        line-height: 16px !important;
    }
    #page rs-module .vc_btn3-container {
    	float: left;
    	clear: both;
    }
}

/* Slider Revolution Arrows */
.doom.tparrows:before {
	-webkit-backface-visibility: hidden;
}
.dark .doom.tparrows:before {
	color: #fff;
}
#page .tp-carousel-wrapper {
	cursor: default;
}

.doom.tparrows {
	color: #fff;
	background: rgba(46, 46, 46, .33);
	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;
}
.doom.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: #2e2e2e;
  	margin: 0;
	transition: color ease .2s, opacity ease .2s;
}
.doom.tparrows.tp-rightarrow:before {
	content: "\e909";
	right: 0;
}
.doom.tparrows.tp-leftarrow:before {
	content: "\e904";
	left: 0;
}
.doom.tparrows:hover:before {
	opacity: .8;
}
.doom.tparrows.not-active {
	cursor: default;
}
.doom.tparrows.not-active:before {
	opacity: .2;
}

/* Slider Revolution Bullets */
#main .tp-bullets.doom {
	z-index: 100;
}
#main .doom .tp-bullet {
	width: 6px;
	height: 6px;
	display: inline-block;
	opacity: 1;
	cursor: pointer;

	-webkit-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
	float: left;
	-webkit-backface-visibility: hidden;
	background: transparent;
	border: solid 2px #fff;
	border-radius: 50%;

	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
#main .doom .tp-bullet:hover {
	opacity: 1;
}
#main .doom .tp-bullet.selected {
	border-color: #fff;
	background: #fff;
	opacity: 1;
}
#main .doom.tp-bullets:before {
    display: none;
}

/* =4. Footer
----------------------------------------------- */
#colophon {
	clear: both;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	position: relative;
	z-index: 500;
	border-top: none;
	width: 100%;
	box-sizing: border-box;
	margin-top: auto;
}
#colophon:empty {
    display: none;
}
#supplementary-wrapper {
	position: relative;
}
#supplementary {
	max-width: 1170px;
	margin: 0 auto;
	padding: 50px 0 50px;
}
#colophon .widget-title {
	background: none;
    color: #2e2e2e;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}
#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;
}
#colophon .widget .footer-menu a {
	color: #2e2e2e;
	border-bottom: none;
	border-color: rgba(0,0,0,0);
	position: relative;
}
#colophon .widget .footer-menu a:hover {
	color: #2e2e2e;
	border-color: #2e2e2e;
}
#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: #2e2e2e;
	width: 100%;
}
#colophon .widget .tagcloud a {}
#colophon .widget {
	border: none;
	padding: 0;
	font-size: 15px;
    line-height: 1.6;
}
#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: #2e2e2e;
	line-height: 1.6;
	font-size: 15px;
}
.supplementary a {
	color: #838383;
}
#supplementary .widget time {
	color: #838383;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 48.75%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 31.66666666666667%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
#supplementary .widget-area {
    font-size: 15px;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 23.125%;
}
#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Full Width Widget Area */
#supplementary #supplementary-widget-full-width {
	width: 100%;
	margin: 0 auto 50px;
}

/* 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: #2e2e2e;
	padding: 50px 0;
	position: relative;
	text-transform: none;
}
#subfooter-supplementary {
	float: left;
    width: 100%;

    display: flex;
    justify-content: space-between;
}
#subfooter-supplementary .widget {
	color: #2e2e2e;
}
#subfooter-supplementary .widget:last-of-type {
	margin-bottom: 0;
}
#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;
}

#page #colophon .social-links-wrapper {
    margin-bottom: 0;
}
#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: #2e2e2e;
}
#colophon .social-links-style-3 .social-links .social:hover,
#colophon .social-links-style-6 .social-links .social:hover {
	background: #2e2e2e;
}

/* Subfooter Widget Area */
#subfooter-supplementary .widget-area {
	float: left;
	width: 100%;

	flex-grow: 1;
}

/* Two Subfooter Widget Areas */
#subfooter-supplementary.two .widget-area {
	float: left;
	margin-right: 2.5%;
	width: 48.75%;

	width: auto;
}
#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%;

	width: auto;
}
#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: #2e2e2e;
	font-size: 18px;
	display: inline-block;
}
#site-generator-wrapper .widget img {
	margin-top: 0;
}

#subfooter-supplementary-wrapper .widget .menu li {
    float: left;
    margin-right: 25px
}

#subfooter-supplementary-wrapper .widget .menu a {
    font-size: 14px
}

/* =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);
  }
}

/* =5. Widgets
----------------------------------------------- */
.widget {
	clear: both;
    margin: 0 auto 30px;
    width: 100%;
    float: none;
    padding: 0;
    font-style: normal;
    font-size: .875em;
    line-height: 1.4;
}
.widget:first-of-type {
	margin-top: 0;
}
#main .widget p {
	font-style: normal;
	color: #838383;
}
#secondary .widget-title,
#secondary .widgettitle,
.wpb_widgetised_column .widget-title,
.wpb_widgetised_column .widgettitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
}
.widget-title,
.widgettitle {
	display: inline-block;
}
.widget .widget-title a {
	color: #2e2e2e;
}
.widget-title span {
	padding: 0;
}
.widget ul {
	margin: 0;
	list-style: none;
	cursor: default;
	padding: 0;
}
.widget ul ul {
	margin-left: .5em;
	margin-top: .5em;
}
.widget .menu li {
	text-transform: none;
}
.widget ul li {
	margin-bottom: .5em;
	padding-left: 0;
	color: #838383;
}
.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;
  	color: #6270ff;
}
.widget a:hover {
	color: #6270ff;
}
.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;
}

/* Recent Posts with Thumbnails Widget */
.rpwwt-widget a {
	font-size: 14px;
	font-weight: 600;
	color: #2e2e2e;
}
.rpwwt-post-author,
.rpwwt-post-date {
	font-size: 13px;
	color: #838383;
}
.rpwwt-post-author {
	margin-top: .5em;
}
.widget .rpwwt-widget ul li {
    margin-bottom: .5em;
}

/* Recent Posts Widget */
.widget_recent_entries a {
    font-weight: 600;
    color: #2e2e2e;
}
#page .wp-block-latest-posts {
	list-style: none;
	padding-left: 0;
}

/* Recent Comments Widget */
.recentcomments {
	color: #838383;
}
.recentcomments a {
	color: #6270ff;
}
.recentcomments .url {
	color: #838383;
}

/* Search Widget */
.widget_search form {
	margin: 0;
}
.widget_search label[for="s"] {
	top: 30%;
}
.widget_search .searchsubmit {}

/* Tags Widget */
.tagcloud a {
	font-size: 14px !important;
    float: none;
    display: inline-block;
    margin: 0 1em .5em 0;
    padding: 2px 4px;
    background: transparent;
    color: #838383;
    border-radius: 0;
    text-transform: none;
    border: 2px solid #ecedf5;
    font-weight: 400;
    line-height: 17px;
    transition: color ease .2s, opacity ease .2s, background ease .2s, border-color ease .2s;
}
.tagcloud a:hover {
	text-decoration: none;
	color: #fff;
	background: #6b66ff;
	border-color: #6b66ff;
	opacity: 1;
}

/* Menu */
.widget .menu-item {
	font-weight: 400;
}
.widget .menu-item .sub-menu .menu-item {
	font-weight: 400;
}

/* RSS */
.widget .rss-widget-icon {
	display: none;
}
.widget_rss ul li {
	margin-bottom: 1em;
}
.widget_rss ul li a {
	color: #6270ff;
	font-weight: 400;
}
.rss-date {
	display: block;
    margin: .5em 0 0;
    font-size: 13px;
}
.rssSummary {
	margin: .5em 0 0;
	color: #838383;
}
.widget_rss cite {
	margin: .5em 0 0;
	display: inline-block;
	color: #2e2e2e;
}

/* Social Accounts */
#page .social-links {
	float: left;
	margin: 0;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0;
}
.social-links .social {
	display: inline-flex;
	align-items: center;
    justify-content: center;
}
.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-links .social {
	float: left;
    margin-left: 16px;
    padding: 3px 5px;
}
#site-generator .social-icon:before {
	font-size: 12px;
}

.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: "\e906";
}
.instagram .social-icon:before {
	content: "\ea92";
}
.linkedin .social-icon:before {
	content: "\e916";
}
.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: "\e91b";
}
.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: "\eef0";
}
.social-links-style-2 .linkedin .social-icon:before {
    content: "\ef28";
}
.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: "\ef08";
}
.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: #2e2e2e;
}
.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: #2e2e2e;
}
#header-wrapper .social-links-style-3 .social-links .social:hover,
#header-wrapper .social-links-style-6 .social-links .social:hover {
	background: #2e2e2e;
}
.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";
}

/* Category Widget */
#page .wp-block-categories {
    list-style: none;
    padding-left: 0;
}
#page .wp-block-categories ul {
	list-style: none;
	padding-left: 1em;
}
.wp-block-categories a {
	color: #6270ff;
}

/* Archives Widget */
.widget ul .current-cat,
.widget ul .current-cat a {
	color: #2e2e2e;
}
.widget ul .current-cat a:after {
	background: #2e2e2e;
    width: 100%;
}
#page .wp-block-archives {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1em;
}
.wp-block-archives a {
	color: #6270ff;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	max-width: 250px;
}
#wp-calendar a {
	color: #6270ff;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar th,
#wp-calendar td {
	padding: 8px 0;
	text-align: center;
	font-weight: 600;
}
#wp-calendar td {
	font-size: 14px;
	border-bottom: none;
	border-left: none;
	color: #2e2e2e;
}
#wp-calendar th {
	color: #838383;
	background: #ecedf5;
}
#wp-calendar tfoot td {
	font-weight: 400;
}
#wp-calendar td:first-of-type {
	border-left: none;
}
#wp-calendar tr:last-of-type td {
	border-bottom: none;
}
#wp-calendar tfoot td {
	border-left: none;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev,
#wp-calendar #next {
	padding-top: 8px;
}
#wp-calendar #today {
	color: #fff;
	background: #6270ff;
	font-weight: 600;
}
#wp-calendar #today a {
	color: #fff;
}
#wp-calendar caption {
	margin-bottom: 1em;
}

/* Latest Comments Widget */
#page .wp-block-latest-comments {
	padding-left: 0;
}
#page .wp-block-latest-comments article {
	float: none;
}
.wp-block-latest-comments__comment-meta {
	margin-bottom: .5em;
}
.wp-block-latest-comments__comment-meta a {
	color: #6270ff;
}
.wp-block-latest-comments__comment-date {
    color: #838383;
    margin-top: .5em;
}
.wp-block-latest-comments__comment-author {
	font-weight: 600;
}

/* Latest Posts Widget */
.wp-block-latest-posts__post-date {
	margin-top: .5em;
}
.wp-block-latest-posts a {
	color: #6270ff;
}

/* =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 35px;
	text-align: center;
}
#content .filters a {
	clear: none;
	margin: 0 1em 1em 0;
	text-decoration: none;
	letter-spacing: 0;
	font-size: 15px;
	font-style: normal;
	text-transform: uppercase;
	padding: 0;
	float: none;
	border: none;
	display: inline-block;
	color: #2e2e2e;
	line-height: 1.6;
	background-color: transparent;
	border-bottom: 0;
  	border-color: rgba(0, 0, 0, 0);
  	text-rendering: optimizeLegibility;
  	visibility: visible;
  	font-weight: 700;
  	padding: 0;
    border-radius: 0;
    opacity: 1;
}
#content .filters a:last-of-type {
	margin-right: 0;
}
.filters .sep {
	padding: 0;
	display: none;
}
#content .filters a:first-child {
  	margin-left: 0;
}
#content .filters a:hover {
  	color: #6270ff;
  	background: transparent;
  	opacity: 1;
}
#content .filters a.selected {
  	color: #6270ff;
	background: transparent;
	opacity: 1;
}

/* =fancybox
----------------------------------------------- */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* =fancybox custom skin
----------------------------------------------- */
.fancybox-button svg path {
    stroke-width: 2;
}
.fancybox-button--close svg path {
	fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
}
.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('https://www.legacydatasolutions.co.uk/wp-content/themes/doom/fonts/icomoon/icomoon.svg#icomoon') format('svg'),
		url('https://www.legacydatasolutions.co.uk/wp-content/themes/doom/fonts/icomoon/icomoon.woff') format('woff'),
		url('https://www.legacydatasolutions.co.uk/wp-content/themes/doom/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: #838383;
}
.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: #838383;
    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: #838383;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  	color: #2e2e2e;
}
.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: #838383;
}
.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: #2e2e2e;
  	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: #838383;
}
.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;
}

/* select2 custom skin */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #838383;
}
#page .select2-container .select2-selection--single {
    border-color: #f1f6f9;
    border-radius: 0;
    padding: 0 0 0 11px;
    font-weight: 400;
    color: #2e2e2e;
    background: #f1f6f9;
    transition: border-color ease .2s, background-color ease .2s, color ease .2s;
    height: 42px;
    line-height: 38px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 400;
}
#page .select2-container--default .select2-selection--single {
    background: #f1f6f9;
    border-color: #f1f6f9;
    border-radius: 0;
}
#page .select2-container--default.select2-container--above.select2-container--open .select2-selection--single {
    border-radius: 0;
}
#page .select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
    border-radius: 0;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
}
#page .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 32px;
}
#page .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    transition: color ease .2s;
}
.select2-container {
    text-align: left;
}
#page .select2-container--default.select2-container--open .select2-selection--single {
    color: #2e2e2e;
    border-color: #838383;
}
#page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #2e2e2e;
}
#page .select2-dropdown-open .select2-choice .select2-arrow b:after {
    border-bottom-color: #2e2e2e;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\e90f';
    color: #9f9f9f;
    font-size: 9px;
    font-style: normal;
    position: relative;
    top: -1px;
    display: inline-block;
    transition: all ease .1s;
    border: none;
    animation: select2-arrow-down .1s ease forwards;
}
#page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    border: none;
    animation: select2-arrow-up .1s ease forwards;
}
@keyframes select2-arrow-up {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes select2-arrow-down {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.select2-dropdown {
	background-color: #f1f6f9;
	border-color: #838383;
}
.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-results__option {
	margin: 0;
	transition: color ease .2s, background ease .2s;
}

/* =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: #2e2e2e;
    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 .2s;
}
#page .post-likes:hover {
    color: #838383;
    background: #ebebeb;
}
#page .post-likes:hover .post-likes-icon {
    color: #838383;
}
#page .post-likes .post-likes-icon {
    margin-right: 7px;
    color: #2e2e2e;
    position: relative;
    transition: all ease .2s;
    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 .2s;
    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 .2s;
}
.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 .2s forwards;
}
.text-is-hidden {
  animation: slide-out .2s 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: #838383;
}

#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: #2e2e2e;
}

#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: #2e2e2e;

    display: flex;
    justify-content: space-between;
}
.single-post #page #content .post-likes.post-likes-2:hover {
	color: #2e2e2e;
    background: #ebebeb;
}
.single-post #page #content .post-likes.post-likes-2:hover .post-likes-icon {
    color: #838383;
}
.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: #838383;
}
.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: 0;
}
#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: #2e2e2e;
	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, background .2s ease !important;
    line-height: 0;
    font-style: normal;
    -webkit-backface-visibility: hidden;
    color: #fff;
    position: relative;
    background: rgba(172, 173, 179, 0.2);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#to-top .background--dark {
	color: #fff;
}
#to-top .background--light {
	color: #2e2e2e;
}
#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: 18px;
    font-style: normal;
    content: "\e907";
    display: block;
}
#to-top:hover i {
	opacity: 1;
	color: #fff;
	background: #6270ff;
}
#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 Doom Template
----------------------------------------------- */
#page .essb_template_doom {
    margin: 0 auto 35px;
    width: 100%;
}
.single-post.main-sidebar-is-active #page .essb_template_doom {
	margin-bottom: 0;
}
#page .essb_template_doom .essb-location-customize {
	display: none;
}
#page .essb_template_doom li,
#page .essb_template_doom li a,
#page .essb_template_doom li a .essb_icon,
#page .essb_template_doom li a .essb_network_name,
#page .essb_template_doom ul  {
	line-height: 1.6;
}
#page .essb_template_doom li,
#page .essb_template_doom li a,
#page .essb_template_doom li a .essb_icon,
#page .essb_template_doom li a .essb_network_name,
#page .essb_template_doom ul {
    font-family: inherit !important;
}
#page .essb_template_doom li a .essb_network_name {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 8px;
    font-weight: 700;
}
#page .essb_template_doom li {
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}
#page .essb_template_doom li:last-of-type {
	margin-right: 0 !important;
}
#page .essb_template_doom li a {
    margin: 0;
    transition: color ease .2s, opacity ease .2s, background ease .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    min-width: 104px;
    opacity: 1;
}
#page .essb_template_doom .essb_force_hide_name li a {
	min-width: auto;
}
#page .essb_template_doom li a:hover {
	background: #2e2e2e !important;
	color: #fff !important;
}
#page .essb_template_doom .essb_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
}
#page .essb_template_doom [class*=" essb_icon_"]:before,
#page .essb_template_doom [class^=essb_icon_]:before,
#page .essb_template_doom [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_doom .essb_icon_facebook:before {
    content: "\eef0";
}
#page .essb_template_doom .essb_icon_twitter:before {
    content: "\eef5";
}
#page .essb_template_doom .essb_icon_google:before {
    content: "\eeec";
}
#page .essb_template_doom .essb_icon_pinterest:before {
    content: "\ef30";
}
#page .essb_template_doom .essb_icon_tumblr:before {
    content: "\ef18";
}
#page .essb_template_doom .essb_icon:before {
    font-size: 13px !important;
    top: auto;
    left: auto;
}

/* =Easy Social Share Buttons for WordPress Doom Minimal Template
----------------------------------------------- */
#page .essb_template_doom-minimal {
    margin: 0 0 35px;
}
#page .essb_template_doom-minimal li,
#page .essb_template_doom-minimal li a,
#page .essb_template_doom-minimal li a .essb_icon,
#page .essb_template_doom-minimal li a .essb_network_name,
#page .essb_template_doom-minimal ul  {
	line-height: 1.6;
}
#page .essb_template_doom-minimal li,
#page .essb_template_doom-minimal li a,
#page .essb_template_doom-minimal li a .essb_icon,
#page .essb_template_doom-minimal li a .essb_network_name,
#page .essb_template_doom-minimal ul {
    font-family: inherit !important;
}
#page .essb_template_doom-minimal li {
	margin-right: 5px !important;
	margin-bottom: 5px !important;
}
#page .essb_template_doom-minimal li:last-of-type {
	margin-right: 0 !important;
}
#page .essb_template_doom-minimal li a {
    color: #2e2e2e !important;
    background: transparent !important;
    margin: 0;
    transition: opacity .2s ease;
    display: inline-flex;
    align-items: center;
    font-style: normal;
}
#page .essb_template_doom-minimal .essb_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
#page .essb_template_doom-minimal [class*=" essb_icon_"]:before,
#page .essb_template_doom-minimal [class^=essb_icon_]:before,
#page .essb_template_doom-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_doom-minimal .essb_icon_facebook:before {
    content: "\e906";
}
#page .essb_template_doom-minimal .essb_icon_twitter:before {
    content: "\eef5";
}
#page .essb_template_doom-minimal .essb_icon_google:before {
    content: "\eeec";
}
#page .essb_template_doom-minimal .essb_icon_pinterest:before {
    content: "\ef30";
}
#page .essb_template_doom-minimal .essb_icon_tumblr:before {
    content: "\ef18";
}
#page .essb_template_doom-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: #2e2e2e !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: #838383 !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: #2e2e2e !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: #2e2e2e !important;
}
#page .easy-social-share-button-custom .essb_links .essb_link_sharebtn a:hover .essb_icon {
	background: transparent !important;
    color: #2e2e2e !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: #2e2e2e !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_doom 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: #2e2e2e !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;
}
#page .wpb_thumbnails-fluid article {
	margin-bottom: 50px;
	box-sizing: border-box;
}
#page .posts-style-1 article {
	margin-bottom: 0;
	margin-top: 50px;
}
#page .posts-style-1 article:first-of-type {
	margin-top: 0;
}
#page .posts-style-1 .entry-header-wrapper .entry-header,
.single-post .type-post .entry-header-wrapper .entry-header {
	margin-top: 0;
	text-align: left;
}
#page .posts-style-1 .entry-header-wrapper .entry-header .entry-meta,
#page .posts-style-1 .entry-header-wrapper .entry-header .entry-title,
.single-post .type-post .entry-header-wrapper .entry-header .entry-meta,
.single-post .type-post .entry-header-wrapper .entry-header .entry-title {
	text-align: left;
	margin-left: 0;
	margin-top: 0;
}
#page .posts-style-1 .entry-header-wrapper .entry-header .entry-title,
.single-post .type-post .entry-header-wrapper .entry-header .entry-title {
	font-size: 24px;
	margin-top: .5em;
	padding-right: 95px;
    box-sizing: border-box;
}
.single-post .type-post .entry-header-wrapper .entry-header .entry-title {
	font-size: 34px;
}
#page .posts-style-17 .wpb_thumbnails-fluid article {
	margin-bottom: 30px;
}
#page .posts-style-13 .wpb_thumbnails-fluid article {
	margin-bottom: 20px;
}
#page .posts-style-19 .wpb_thumbnails-fluid article {
	margin-bottom: 20px;
}
#page .posts-style-10 .wpb_thumbnails-fluid article,
#page .posts-style-11 .wpb_thumbnails-fluid article,
#page .posts-style-12 .wpb_thumbnails-fluid article,
#page .posts-style-16 .wpb_thumbnails-fluid article {
	width: 100%;
}
#page .posts-style-15 .wpb_thumbnails-fluid article,
#page .posts-style-16 .wpb_thumbnails-fluid article,
#page .posts-style-18 .wpb_thumbnails-fluid article {
	margin-bottom: 50px;
}
#page .posts-style-18 .wpb_thumbnails-fluid article {
	transition: box-shadow ease .2s;
}
#page .posts-style-18 .wpb_thumbnails-fluid article:hover {
	box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.35);
}
#page .clearfix .wpb_content_element:after {
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: ".";
}
#page .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
#page .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
#page .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
#page .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;

	width: 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 > .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;
}
.entry-content .vc_row-flex .wrapper > .inner-wrapper,
.entry-content .vc_row-flex .vc_column_container > .vc_column-inner,
.entry-content .vc_inner.vc_row-flex > .wrapper {
	display: flex;

	width: 100%;
}
.entry-content .vc_row-o-equal-height.vc_row-flex .vc_column_container > .vc_column-inner > .wpb_wrapper,
.entry-content .vc_row-o-equal-height.vc_row-flex .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_inner {
	height: 100%;
}
.entry-content .vc_row-flex .vc_column_container > .vc_column-inner {
	height: 100%;
}
.entry-content .vc_row-o-content-middle > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	align-items: center;
	justify-content: center;
}
.entry-content .vc_row-o-content-bottom > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	align-items: flex-end;
	justify-content: center;
}
.wpb_wrapper {
	width: 100%;
}

#content .wpb_row {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	position: relative;

	float: none;

	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;

    overflow: visible;

    border-style: solid;
}
#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%;
	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_general.vc_btn3:focus,
#page .vc_general.vc_btn3:hover {
    border: none;
}
#page .vc_btn3-style-gradient-custom:focus {
	color: #fff;
}

#page .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern {
    color: #fff;
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}
#page .vc_btn3.vc_btn3-color-black.vc_btn3-style-modern:hover {
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}

#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
    color: #fff;
    border-color: transparent;
    background-color: transparent;

    background-image: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
}
#page .vc_btn3.vc_btn3-color-red.vc_btn3-style-modern {
    color: #fff;
    border-color: transparent;
    background-color: transparent;

    background-image: linear-gradient( 31deg, rgb(233,26,128) 1%, rgb(255,72,24) 100%);
}
#page .vc_btn3.vc_btn3-color-orange.vc_btn3-style-modern {
	color: #fff;
    border-color: transparent;
    background-color: transparent;

    background-image: linear-gradient( 90deg, rgb(255,184,137) 1%, rgb(98,112,255) 100%)
}
#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: #2e2e2e;
}
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern:hover {
    border-color: transparent;
    background-color: transparent;
}
#page .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border-color: #f1f6f9;
    background: #f1f6f9;
    color: #2e2e2e;
}
#page .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	border-color: #f1f6f9;
	background: #f1f6f9;
}
#page .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}
#page .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
	color: #fff;
    border-color: #2e2e2e;
    background-color: #2e2e2e;
}

#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline {
	color: #838383;
    border-color: #838383;
}
#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: #2e2e2e;
    background-color: #2e2e2e;
}
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:focus {
	border-color: #838383;
    background-color: transparent;
}
#page .vc_btn3.vc_btn3-color-blue.vc_btn3-style-outline:hover {
	border-color: #2e2e2e !important;
    background-color: #2e2e2e !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: #2e2e2e;
    background-color: #2e2e2e;
}
#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: #2e2e2e !important;
    background-color: #2e2e2e !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);
    position: relative;
    display: inline-flex;
    align-items: center;
}
#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: #838383;
    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);
}

#page .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: auto;
    margin-left: 1em;
}
#page .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: auto;
    margin-right: 1em;
}
#page .vc_btn3.vc_btn3-icon-left .vc_btn3-icon,
#page .vc_btn3.vc_btn3-icon-right .vc_btn3-icon {
	display: inline-block;
	position: relative;
}
#page .vc_general.vc_btn3 .vc_btn3-icon {
	line-height: 1;
    transform: none;
    height: auto;
    top: auto;
    vertical-align: middle;
    font-size: 10px;
    -webkit-text-fill-color: initial;
}
#page .vc_general.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
	font-size: 18px;
}
#page .vc_general.vc_btn3 .vc_btn3-placeholder {
	display: none;
}

.vc_btn3-container.no-margin {
    margin-bottom: 0;
}
#page .vc_btn3-container {
	position: relative;
    z-index: 100;
}
.vc_btn3-container.vc_btn3-inline {
	margin-right: 1em;
}
.vc_btn3-container.vc_btn3-inline:only-of-type {
	margin-right: 0;
}
.vc_btn3-container.vc_btn3-inline ~ .vc_btn3-container.vc_btn3-inline {
	margin-right: 0;
}
#page .vc_btn3-container.align-right {
	float: right;
}
#page .vc_btn3-container.align-left {
	float: left;
}
#page .vc_btn3-center {
	display: inline-block;
    width: 100%;
}

#page .vc_general.vc_btn3 {
	-webkit-transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease !important;
 	transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease !important;
 	font-style: normal;
}
#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_btn3.vc_btn3-style-custom {
	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,
#page .vc_general.vc_btn3.vc_btn3-style-custom:focus,
#page .vc_general.vc_btn3.vc_btn3-style-custom:hover {
    border: 0 solid transparent;
    opacity: 1;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.35);
}
#page .vc_btn3.vc_btn3-size-md {
    font-size: 10px;
    line-height: 1.2;
    padding: 17px 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
}

#page .vc_btn3.vc_btn3-style-custom {
	background-image: none;
	font-style: normal;
	border: none;
}

#page .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
	right: auto;
	margin-left: .5em;
}
#page .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
	left: auto;
	margin-right: .5em;
}

#page .special-button .vc_btn3.vc_btn3-style-modern,
#page .special-button-2 .vc_btn3.vc_btn3-style-modern {
	background-image: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 !important;
    border: none;
    background: transparent;
    color: #2e2e2e;
    min-width: auto;
}
#page .special-button-2 .vc_btn3.vc_btn3-style-modern:hover,
#page .special-button-2 .vc_btn3.vc_btn3-style-modern:focus {
	opacity: .8;
	box-shadow: none;
}
#page .special-button .vc_btn3.vc_btn3-color-grey {
	color: #d4e2eb;
}
#page .special-button .vc_btn3.vc_btn3-color-blue {
	background: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#page .special-button .vc_btn3.vc_btn3-color-blue .vc_btn3-icon {
	color: rgb(98,112,255);
}

#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: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}
#page .special-button .vc_btn3 span,
#page .special-button-2 .vc_btn3 span {
	position: relative;
    display: inline-block;
    transform: none;
}
#page .special-button .vc_btn3.vc_btn3-size-md {
    font-size: 12px;
}
#page .special-button-2 .vc_btn3.vc_btn3-size-md {
    font-size: 14px;
}
#page .special-button .vc_btn3.vc_btn3-size-lg {
    font-size: 34px;
}
#page .special-button-2 .vc_btn3.vc_btn3-color-blue.vc_btn3-style-modern {
	color: #6270ff;
}
#page .special-button .vc_general.vc_btn3.vc_btn3-style-modern:focus,
#page .special-button .vc_general.vc_btn3.vc_btn3-style-modern:hover {
	box-shadow: none;
	opacity: .8;
	background-color: transparent;
}
#page .special-button .vc_btn3:hover span,
#page .special-button-2 .vc_btn3:hover span {}
#page .special-button .vc_btn3:hover span:before,
#page .special-button-2 .vc_btn3:hover span:before {}
#page .title-visible a.content-wrapper:hover .special-button .vc_btn3 span {}
#page .title-visible a.content-wrapper:hover .special-button .vc_btn3 span:before {
	background: #838383;
	width: 100%;
}
#page .title-visible a.content-wrapper:hover .special-button .vc_btn3:after {
	background: #838383;
    color: #fff;
}
#page .special-button-2 .vc_btn3:after {
	font-family: '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: #838383;
    transform: none;
    opacity: 1;

    display: none;
}

#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: 20px 30px;
    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: #2e2e2e;
}

#page .transparent-button .vc_btn3.vc_btn3-style-modern {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
	color: #2e2e2e;
	margin-right: 22px;
}
#page .transparent-button .vc_btn3.vc_btn3-style-modern:hover {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #2e2e2e;
}

/* Icons
---------------------------------------------------------- */
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
    border: none;
    width: auto;
    height: auto;
    line-height: 1 !important;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs {
    line-height: 1 !important;
}
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	float: left;
}
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs .vc_icon_element-icon {
    font-size: .875em !important;
}
ul .vc_icon_element {
	display: inline-block;
	margin: 0;
}
ul .vc_icon_element.vc_icon_element-align-left {
	margin-right: .5em;
}

/* Progress Bar
---------------------------------------------------------- */
#page .vc_progress_bar .wpb_progress_bar_heading {
	font-size: 13px;
    font-weight: 600;
    margin-top: 0;
}
#page .vc_progress_bar .vc_single_bar {
    border-radius: 0;
    box-shadow: none;
    background: #f7fafb;
}
#page .vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 0;
	transition: width 1s ease;
}
#page .vc_label_units {
	position: absolute;
    top: -15px;
    font-size: 13px;
    font-weight: 600;
    transform: translateY(-50%);
    right: 0;
}
#page .vc_progress_bar .vc_single_bar .vc_label {
	padding: 0;
    height: 5px;
    color: inherit;
    text-shadow: none;
}
#page .vc_progress_bar.vc_progress-bar-color-blue .vc_single_bar .vc_bar {
    background-color: #6270ff;
}

/* 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: 0 auto;
}
.full-width-padding .wpb_grid-alternative .teaser_grid_container {
	padding: 0px 2.5%;
}
.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;
}
.wpb_thumbnails-alternative article {
	float: left;
	width: 100%;
}
.posts-style-19 .wpb_thumbnails-alternative .entry-meta {
	margin: 0;
}
.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;
}
.wpb_thumbnails-alternative .by {
    display: block;
    clear: both;
    color: #838383;
    text-align: left;
    margin-bottom: 1em;
    font-size: .875em;
}
.posts-style-14 .wpb_thumbnails-alternative .by {
	display: inline-block;
}
.posts-style-19 .wpb_thumbnails-alternative .by {
	margin: 0;
}
.wpb_thumbnails-alternative .by a span {
	margin-left: .5em;
}
.posts-style-15 .wpb_thumbnails-alternative .by a span,
.posts-style-16 .wpb_thumbnails-alternative .by a span,
.posts-style-18 .wpb_thumbnails-alternative .by a span,
.posts-style-19 .wpb_thumbnails-alternative .by a span {
	margin: 0;
}
.posts-style-19 .wpb_thumbnails-alternative .by a span {
	font-size: 9px;
	font-style: italic;
	opacity: .5;
}
.posts-style-13 .wpb_thumbnails-alternative .by a span,
.posts-style-17 .wpb_thumbnails-alternative .by a span {
	margin: 0;
}
.posts-style-14 .wpb_thumbnails-alternative .by a span {
	margin: 0 .5em 0 0;
}
.wpb_thumbnails-alternative .by .avatar {
    border-radius: 50%;
    max-width: 32px;
    height: auto;
    vertical-align: middle;
}
.posts-style-15 .wpb_thumbnails-alternative .by .avatar,
.posts-style-16 .wpb_thumbnails-alternative .by .avatar,
.posts-style-18 .wpb_thumbnails-alternative .by .avatar,
.posts-style-19 .wpb_thumbnails-alternative .by .avatar {
	display: none;
}
.posts-style-12 .wpb_thumbnails-alternative .by {
	font-weight: 600;
}
.posts-style-15 .wpb_thumbnails-alternative .by,
.posts-style-16 .wpb_thumbnails-alternative .by,
.posts-style-18 .wpb_thumbnails-alternative .by {
	display: inline-block;
	margin-bottom: 0;
}
.posts-style-12 .wpb_thumbnails-alternative .by a,
.posts-style-13 .wpb_thumbnails-alternative .by a,
.posts-style-14 .wpb_thumbnails-alternative .by a,
.posts-style-15 .wpb_thumbnails-alternative .by a,
.posts-style-16 .wpb_thumbnails-alternative .by a,
.posts-style-17 .wpb_thumbnails-alternative .by a,
.posts-style-18 .wpb_thumbnails-alternative .by a {
	text-decoration: none;
	font-style: normal;
	color: #838383;
}
.posts-style-15 .hentry-text-content-helper,
.posts-style-16 .hentry-text-content-helper,
.posts-style-18 .hentry-text-content-helper {
	padding-left: 30px;
}
.posts-style-15 .hentry-text-content-helper {
	padding-right: 30px;
	padding-top: 15px;
}
.posts-style-15 .hentry {
	transition: box-shadow ease .2s;
}
.posts-style-15 .hentry:hover {
	box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.35);
}
.posts-style-18 .hentry-text-content-helper {
	padding: 0 30px 30px;
}
.posts-style-12 .entry-meta-footer,
.posts-style-14 .entry-meta-footer,
.posts-style-15 .entry-meta-footer,
.posts-style-16 .entry-meta-footer,
.posts-style-18 .entry-meta-footer {
	text-align: left;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-top: 1em;
}
.posts-style-15 .entry-meta-footer,
.posts-style-16 .entry-meta-footer,
.posts-style-18 .entry-meta-footer {
	background: #f1f6f9;
    padding: 12px 20px;
    box-sizing: border-box;
    padding-left: 30px;
}
.posts-style-18 .entry-meta-footer {
	display: none;
}
.posts-style-12 .entry-meta-footer .entry-category,
.posts-style-14 .entry-meta-footer .entry-category,
.posts-style-15 .entry-meta-footer .entry-category,
.posts-style-16 .entry-meta-footer .entry-category,
.posts-style-18 .entry-meta-footer .entry-category {
	color: #838383;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
}
.posts-style-1 .comments-link,
.posts-style-12 .comments-link,
.posts-style-14 .comments-link,
.posts-style-15 .comments-link,
.posts-style-16 .comments-link,
.posts-style-18 .comments-link {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.posts-style-17 .entry-meta-footer .comments-link {
	display: flex;
    align-items: center;
    justify-content: center;
}
.single-post .type-post .comments-link a,
.posts-style-1 .comments-link a,
.posts-style-12 .comments-link a,
.posts-style-14 .comments-link a,
.posts-style-15 .comments-link a,
.posts-style-16 .comments-link a,
.posts-style-17 .comments-link a,
.posts-style-18 .comments-link a {
	text-decoration: none;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    display: block;
    background: #cfdfe9;
    color: #fff;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
}
.single-post .type-post .comments-link a,
.posts-style-1 .comments-link a,
.posts-style-12 .comments-link a,
.posts-style-15 .comments-link a,
.posts-style-16 .comments-link a,
.posts-style-17 .comments-link a,
.posts-style-18 .comments-link a {
	background: #6270ff;
}
.single-post .type-post .comments-link a .comments-number,
.posts-style-1 .comments-link a .comments-number,
.posts-style-12 .comments-link a .comments-number,
.posts-style-14 .comments-link a .comments-number,
.posts-style-15 .comments-link a .comments-number,
.posts-style-16 .comments-link a .comments-number,
.posts-style-17 .comments-link a .comments-number,
.posts-style-18 .comments-link a .comments-number {
	margin-left: 6px;
}
.single-post .type-post .comments-link a:before,
.posts-style-1 .comments-link a:before,
.posts-style-12 .comments-link a:before,
.posts-style-14 .comments-link a:before,
.posts-style-15 .comments-link a:before,
.posts-style-16 .comments-link a:before,
.posts-style-17 .comments-link a:before,
.posts-style-18 .comments-link a:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e947";
    font-size: 18px;
    position: relative;
    padding: 0;

    display: inline-block;
}
.posts-style-1 .comments-link .comments,
.posts-style-12 .comments-link .comments,
.posts-style-14 .comments-link .comments,
.posts-style-15 .comments-link .comments,
.posts-style-16 .comments-link .comments,
.posts-style-17 .comments-link .comments,
.posts-style-18 .comments-link .comments {
	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;
    font-size: 24px;
}
.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: .5em;
}
.posts-style-12 .wpb_thumbnails-alternative article h2,
.posts-style-15 .wpb_thumbnails-alternative article h2,
.posts-style-16 .wpb_thumbnails-alternative article h2,
.posts-style-18 .wpb_thumbnails-alternative article h2 {
	font-size: 24px;
}
.posts-style-13 .wpb_thumbnails-alternative article h2 {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
}
.posts-style-17 .wpb_thumbnails-alternative article h2 {
	font-size: 24px;
}
.posts-style-19 .wpb_thumbnails-alternative article h2 {
	font-size: 14px;
	margin-left: 0;
	max-width: 220px;
}
.posts-style-13 .wpb_thumbnails-alternative .entry-meta,
.posts-style-17 .wpb_thumbnails-alternative .entry-meta {
	margin: 0;
}
.posts-style-17 .wpb_thumbnails-alternative .entry-meta {
	margin-top: 1em;
}
.posts-style-13 .wpb_thumbnails-alternative .entry-meta .by,
.posts-style-17 .wpb_thumbnails-alternative .entry-meta .by {
	display: inline-block;
}
.posts-style-17 .wpb_thumbnails-alternative .entry-meta .by {
	margin-bottom: 0;
}
.wpb_teaser_grid.posts-style-12 .entry-content,
.wpb_teaser_grid.posts-style-15 .entry-content,
.wpb_teaser_grid.posts-style-16 .entry-content,
.wpb_teaser_grid.posts-style-18 .entry-content {
	margin-top: 0;
	color: #838383;
	font-size: .875em;
}
.wpb_teaser_grid.posts-style-18 .entry-content p {
	margin: 0;
}
.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);
}
.posts-style-17 .content-wrapper {
	max-width: 450px;
}
.hentry-text-wrapper {
	float: none;
    background: transparent;
    padding: 1em 0 0;
    margin: 0 auto;
}
.posts-style-14 .hentry-text-wrapper {
	max-width: 550px;
	padding: 1em 15px 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-17 .hentry-text-wrapper {
	padding-top: 0;
}
.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-content,
.posts-style-11 .hentry-text-content {
	position: relative;
    float: left;
    width: 50%;
    z-index: 500;
    text-align: center;
    padding: 0;
    padding: 0 5%;
    max-width: 396px;
    margin: 0 auto;
    box-sizing: border-box;
}
.posts-style-12 .hentry-text-content,
.posts-style-16 .hentry-text-content {
	padding-left: 20px;
    float: left;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.posts-style-15 .hentry-text-content,
.posts-style-18 .hentry-text-content {
    float: left;
    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;
    max-width: none;
}
.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: 1em;
}
#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%;
    font-style: normal;
    text-decoration: none;

	transform-style: preserve-3d;
}
.wpb_thumbnails-alternative .link_image:before,
.wpb_thumbnails-alternative .link_image:after {
	display: none;
}
.posts-style-1 .wpb_thumbnails-alternative .twitter-tweet {
	width: auto !important;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.wp-block-embed {
	margin-left: 0;
}
.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: #838383;
}
.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: #838383;
}
.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,
.posts-style-12 .post-thumbnail-wrapper,
.posts-style-16 .post-thumbnail-wrapper {
	position: relative;
    float: left;
    width: 50%;
    z-index: 500;
}
.posts-style-15 .post-thumbnail-wrapper,
.posts-style-18 .post-thumbnail-wrapper {
	position: relative;
    float: right;
    width: 100%;
    z-index: 500;
}
.posts-style-13 .post-thumbnail-wrapper {
	max-width: 73px;
	float: left;
    width: 73px;
}
.post-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #2e2e2e;
    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;
}
.posts-style-12 .wpb_thumbnails-alternative .content-wrapper {
	display: flex;
    height: 100%;
    align-items: center;
    background: #fff;
    position: relative;
}
.posts-style-13 .wpb_thumbnails-alternative .content-wrapper {
	display: block;
    background: transparent;
}
.posts-style-13 .hentry-text-wrapper {
    padding: 0 0 0 20px;
    max-width: none;
    overflow: hidden;
}
.posts-style-12 .wpb_thumbnails-alternative .content-wrapper {
	align-items: stretch;
	background: transparent;
}
.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: #838383;
    width: 100%;
}
#page .posts-style-8 .wpb_thumbnails-alternative .link_image:hover .special-button-2 .vc_btn3 span:before {
    background: #838383;
    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: #838383;
}
#page .posts-style-9 .wpb_thumbnails-fluid article {
	width: 100%;
	border-top: 1px solid #e1e1e1;
	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.col3 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .posts-style-5.col3 .wpb_thumbnails-alternative article {
	width: 33.2%;
}
.posts-style-5.col2 .wpb_thumbnails-alternative .grid-sizer,
.vc_responsive .wpb_row .posts-style-5.col2 .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: #2e2e2e;
	text-decoration: none;
}
.wpb_thumbnails h2 a:hover {
	color: #838383;
}
.wpb_thumbnails .link_image:hover {
	opacity: .75;
}

.wpb_thumbnails h3 a {
	color: #2e2e2e;
	text-decoration: none;
}
.wpb_thumbnails h3 a:hover {
	color: #838383;
}

.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: #838383;
	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;
}
.teaser_grid_container .entry-date {
	font-size: .875em;
}
.posts-style-1 .teaser_grid_container .entry-date {
	font-size: inherit;
}
.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 1em;
}
.posts-style-10 .teaser_grid_container .entry-meta,
.posts-style-11 .teaser_grid_container .entry-meta {
	margin: 0 0 1em;
}
.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 1em;
}
.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;
}
.posts-style-1 .teaser_grid_container .comments-link,
.single-post .type-post .comments-link {
	position: absolute;
    right: 0;
    top: 0;
}
.single-post .type-post .comments-link a,
.teaser_grid_container .comments-link a {
	font-size: 13px;
}
.teaser_grid_container .comments-link a span {
	display: none;
}
.posts-style-1 .teaser_grid_container .comments-link a span,
.single-post .type-post .comments-link a span {
	display: inline-block;
}
.posts-style-1 .teaser_grid_container .comments-link a .comments,
.single-post .type-post .comments-link a .comments {
	display: none;
}
.teaser_grid_container .comments-link a .comments-number {
	display: inline-block;
}
.teaser_grid_container .comments-link i:before {
	margin-right: .1em;
	width: auto;
	vertical-align: -10%;
	font-size: 12px;

	transition: all ease .2s;
}
.entry-meta .post-categories,
.entry-meta .post-categories li {
	display: inline;
}
.wpb_teaser_grid.posts-style-1 .entry-content {
	padding: 0;
	margin-top: 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 #e1e1e1;
	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: #2e2e2e;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 0;
}
.post-author {
	padding: 30px;
}
.post-author-title {
	color: #838383;
    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 #e1e1e1;
}
.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: #838383;
    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: #838383;
   	border-color: #838383;
}
#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: #2e2e2e;
}
#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 .2s;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border-color: #f1f6f9;
    background-color: #f1f6f9;
    color: #2e2e2e;
    text-transform: none;
    font-size: 15px;
    border-radius: 0;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    border-width: 0;
    display: inline-flex;
    width: 100%;
    align-items: center;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	font-size: 15px;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:before {
	background: #838383;
	width: 100%;
}
#content .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a:before {
	display: none;
}
#content .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-tab.vc_active > a:after {
	display: none;
}
#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;
	background: #6270ff;
	border-color: #6270ff;
	color: #fff;
	opacity: 1;
}
#content .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    border-bottom: 1px solid #efefef;
    max-width: none;
    list-style: none;
}
#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 .2s;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff;
    opacity: 1;
}
#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: #fff;
}
#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: #2e2e2e;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
	color: #2e2e2e;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:hover,
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:focus {
    background-color: #6270ff;
    border-bottom-color: #f1f6f9;
    border-bottom-width: 0;
}
#content .vc_tta.vc_general .vc_tta-panel-body {
	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: #f1f6f9;
    color: #2e2e2e;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a:hover {
    color: #2e2e2e;
}
#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: #fff;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: transparent;
    background-color: #f1f6f9;
    border: none;
}
#content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:first-of-type .vc_tta-panel-heading {
	margin-top: 0;
}
@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;
	}
}

/* Accordion */
#content .vc_tta-accordion .vc_tta-panel-body {
	background: transparent;
}
#content .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    right: 25px;
    left: auto;
    transition: all ease .2s;
    transform-style: preserve-3d;
}
#content .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-left: 0;
	font-style: normal;
	text-decoration: none;
	padding-right: 66px;
	display: inline-flex;
    width: 100%;
    align-items: center;
}
#content .vc_tta.vc_tta-accordion .vc_tta-panel-title {
    text-transform: none;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 600;
}
#content .vc_tta.vc_tta-accordion .vc_tta-panel-body {
    padding-left: 0;
    padding-right: 0;
}
#content .vc_tta .vc_tta-controls-icon {
    height: 8px;
    width: 8px;
    font-style: normal;
}
#content .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-width: 1px 0 0;
    width: 8px;
    transform: translateY(-50%) scale(1);
}
#content .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	transform: translateY(-50%) scale(0);
}
#content .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0 0 0 1px;
}
#content .vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	display: block;
}
#content .vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    transform: translateY(-50%) rotate(90deg);
}

#content .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
	color: #838383;
}
#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: #838383;
	color: #838383;
}
#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: #838383;
}


#content .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
#content .wpb_content_element .wpb_accordion_header a {
	font-weight: 400;
	color: #2e2e2e;
	font-size: 15px;
}

#content .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	color: #838383;
}
#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 #838383;
}
.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: #838383;
}
#content .wpb_tour .wpb_single_image {
	margin-bottom: 3%;
}
#content .vc_tta.vc_general .vc_tta-title-text {
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
}
#content .vc_tta.vc_general .vc_tta-title-caption {
	margin-left: 0;
	display: inline-block;
	width: 100%;
    text-align: left;
}

#content .vc_tta.vc_general .vc_tta-icon {
    line-height: 1;
}
#content .vc_tta-accordion .vc_tta-icon {
	margin-left: 14px;
}

/* Line Charts
---------------------------------------------------------- */
#content .vc_chart .vc_chart-with-legend {
	vertical-align: top;
}
#content .vc_chart .vc_chart-legend {
	list-style: none;
}
#content .vc_chart .vc_chart-legend li {
	line-height: inherit;
	padding: 30px;
}
#content .wpb_heading_caption_wrapper {
	display: block;
    overflow: hidden;
}
#content .vc_chart .vc_chart-legend span {
	border-radius: 0;
	width: 20px;
    height: 20px;
    margin-right: 1em;
    display: block;
    float: left;
}
#content .vc_chart-legend .wpb_heading {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
#content .vc_chart .vc_chart-legend .caption {
	color: #838383;
}

/* Pie Charts
---------------------------------------------------------- */
.vc_pie_chart.vc_ready {
	margin: 0 auto;
}
.vc_pie_chart.vc_ready,
#content .vc_pie_chart .vc_pie_wrapper,
#content .vc_pie_chart_back,
#content .vc_pie_chart .vc_pie_chart_value,
#content .vc_pie_chart canvas {
    max-width: 150px !important;
}
#content .vc_pie_chart .vc_pie_chart_value {
    font-size: 1.95vw;
    line-height: 1 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}
#content .vc_pie_chart_back {
    border-color: #f1f6f9 !important;
    opacity: 1;

    display: none;
}
#content .wpb_pie_chart_heading {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}
.entry-content  .wpb_pie_chart_caption {
	font-size: .875em;
    color: #838383;
    text-align: center;
}

/* Team
---------------------------------------------------------- */
.person {
    margin: 0 auto 30px;
    text-decoration: none;
    font-style: normal;
}
.person:hover {
	opacity: 1;
}
.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-8 {
	background: #f6f7fa;
	padding: 50px 30px 30px;
	box-shadow: none;
	display: block;
	position: relative;
	transition: all ease .2s;
	box-sizing: border-box;
}
.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 #e1e1e1;

	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;
    overflow: hidden;
    display: block;
}
.person-style-2 .person-img-wrapper {
	max-width: 270px;
}
.person-style-8 .person-img-wrapper {
	max-width: 107px;
}
.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-style-9 .person-bg {
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.person-style-10 .person-bg {
	background: linear-gradient( 0deg, rgba(121,204,255,0.9) 1%, rgba(155,116,255,0.9) 100%);
}
.person-style-9 .person-bg:before {
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
    background: linear-gradient( 36deg, rgb(121,204,255) 0%, rgb(155,116,255) 100%);
    opacity: .9;
}
.person-style-9 .person-bg:after {
    content: '+';
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 43px;
    line-height: 1;
    z-index: 1;
}
.person-img-wrapper:hover .person-bg {
	visibility: visible;
	opacity: 1;
}
.person-style-1 .person-img-wrapper img,
.person-style-10 .person-img-wrapper img {
	transition: all ease .4s;
}
.person-style-1 .person-img-wrapper:hover img,
.person-style-10 .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-style-10 .person-view-wrapper {
	display: flex;
    align-items: center;
    justify-content: center;
}
.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-style-1 .person-view-animate {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}
.person-style-1 .person-img-wrapper:hover .person-view-animate {
	opacity: 1;
	visibility: visible;
    transform: translateY(0);
}
.person-img-wrapper ul {
	list-style: none;
	margin: 1em auto 0;
}
.person.person-style-1 .person-img-wrapper ul {
	text-align: right;
}
.person.person-style-10 .person-img-wrapper ul {
	text-align: center;

	opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}
.person-style-10 .person-img-wrapper:hover ul {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.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;
	display: inline-block;
}
.person-style-10 .person-img-wrapper li a {
	color: #fff;
}
.person-style-10 .person-img-wrapper li a:hover {
	opacity: .8;
}
.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-style-8 .person-img-wrapper img {
    border-radius: 50%;
    max-width: 270px;
    border: 5px solid #f6f7fa;
    box-sizing: border-box;
}
.person-bg-img-wrapper {
	position: absolute;
    min-height: 60px;
    width: 100%;
    top: 0;
    left: 0;
}
.person-author {
    margin-top: 16px;
    color: #838383;
}
.person .vc_btn3-container {
	margin-top: 1em;
}
.person-style-9 .vc_btn3-container {
	margin-bottom: 0;
}
.person .vc_btn3-container .wpb_button_a {
	font-style: normal;
}
.person-style-9 .vc_btn3-container .wpb_button_a {
	color: #2e2e2e;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 700;
}
.person-style-4 .person-author {
	font-weight: 400;
}
.person-style-7 .person-author {
	color: #838383;

	transition: all ease .2s;
}
.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-8 .person-author-wrapper {
	font-weight: 400;
	margin-bottom: 16px;
}
.person-style-7 .person-author-wrapper h3 {
	transition: all ease .2s;
}
.person-style-9 .person-author-wrapper h3 {
	text-align: center;
}
.person-style-10 .person-author-wrapper h3 {
	text-align: center;
	color: #fff;

	opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}
.person-style-10 .person-img-wrapper:hover .person-author-wrapper h3 {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.person-author-wrapper p {
    margin: 0;
}
.person-author-wrapper .person-title {
    display: block;
    color: #838383;
    float: none;
    margin-top: .5em;
    text-transform: none;
    font-weight: 400;
}
.person-style-9 .person-author-wrapper .person-title {
	font-size: .875em;
	color: #6270ff;
	font-weight: 700;
}
.person-style-10 .person-author-wrapper .person-title {
	font-size: .875em;
	color: #fff;
	font-weight: 700;

	opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}
.person-style-10 .person-img-wrapper:hover .person-author-wrapper .person-title {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.person-style-3 .person-author-wrapper .person-title {
	margin-top: 0;
}
.person-style-2 .person-author-wrapper .person-title {
	display: inline;
	font-weight: 400;
}
.person-style-8 .person-author-wrapper .person-title {
	font-weight: 400;
	margin-top: 0;
	color: #6270ff;
	font-size: .875em;
}
.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: #838383;
	margin-top: 0;
}
.person-content,
.person-content p {
    margin: 0;
    text-align: center;
}
.person-content {
	margin-top: 1em;
}
.person-style-2 .person-content {
	margin-bottom: 30px;
}
.person-style-8 .person-content {
	margin-bottom: 30px;
}
.person-style-5 .person-content {
	text-align: left;
	font-weight: 400;
	color: #838383;
	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-8 .person-desc-wrapper ul {
	display: flex;
	justify-content: space-evenly;
}
.person-style-8 .person-desc-wrapper ul li {
	flex: 1;
}
.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: #838383;
    text-decoration: none;
}
.person-desc-wrapper li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    float: none;
    vertical-align: middle;
    padding: 0;
}
.person-desc-wrapper li:before {
	display: none;
}
.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: #838383;
}
.person-style-5 .person-desc-wrapper .social:hover {
	color: #2e2e2e;
}
.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: #2e2e2e;
	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;
    text-transform: none;
    font-size: 18px;
    letter-spacing: 0;
}
.person-style-2 .person-author-wrapper h3 {
	font-size: 16px;
	font-weight: 700;
	width: auto;
	text-transform: none;
	letter-spacing: 0;
}
.person-style-5 .person-author-wrapper h3 {
	margin-bottom: 16px;
}
.person-style-6 .person-author-wrapper h3 {
	font-size: 18px;
	font-weight: 700;
}
.person-style-8 .person-author-wrapper h3 {
	font-size: 18px;
    font-weight: 600;
	width: auto;
	text-transform: none;
	letter-spacing: 0;
	width: 100%;
	text-align: center;
}
.person-full-width .person-author-wrapper h3 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 0px;
	font-weight: 100;
}
.person-full-width .person-author-wrapper .person-title {
	color: #b2b2b2;
}
.person-full-width .person-desc-wrapper .social {
	color: #fff;
}
.person-full-width .person-desc-wrapper .social:hover {
	color: #2e2e2e;
	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
---------------------------------------------------------- */
.marketing-tour-wrapper.mt-animate_when_almost_visible {
	-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;
}
#content .marketing-tour-wrapper {
    margin-bottom: 50px;
	position: relative;
	display: block;
	opacity: 1;
	font-style: normal;
	text-decoration: none;
	box-sizing: border-box;
}
#content .marketing-tour-16 {
	background: #edf7ff;
    padding: 30px 30px 50px;
    transition: box-shadow ease .2s;
}
#content .marketing-tour-16:hover {
	box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.48);
}
.marketing-tour .mt-icon {
	font-size: 46px;
	transition: color ease .2s, background ease .2s;
	display: inline-block;
}
.marketing-tour-14 .marketing-tour .mt-icon {
	font-size: 32px;
}
.marketing-tour-22 .marketing-tour .mt-icon {
	font-size: 42px;
}
.marketing-tour-25 .marketing-tour .mt-icon {
	font-size: 31px;
}
.marketing-tour-15 .marketing-tour .mt-icon {
	font-size: 58px;
}
.marketing-tour-20 .marketing-tour .mt-icon,
.marketing-tour-24 .marketing-tour .mt-icon,
.marketing-tour-26 .marketing-tour .mt-icon {
	font-size: 113px;
}
.marketing-tour-23 .marketing-tour .mt-icon {
	font-size: 39px;
}
#content .marketing-tour-13,
#content .marketing-tour-20,
#content .marketing-tour-24,
#content .marketing-tour-26,
#content .marketing-tour-27 {
	background: #fff;
    padding: 50px 30px;
    margin-bottom: 30px;
}
#content .marketing-tour-27 {
	padding-top: 0;
	transition: box-shadow ease .2s;
}
#content .marketing-tour-20,
#content .marketing-tour-24,
#content .marketing-tour-26 {
	overflow: hidden;
	transition: box-shadow ease .2s;
	min-height: 298px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#content .marketing-tour-21 {
	background: #dce6e9;
    padding: 30px;
    margin-bottom: 30px;
}
#content .marketing-tour-20:hover {
	box-shadow: 0px 26px 38px 0px rgba(0, 0, 0, 0.19);
}
#content .marketing-tour-24 .marketing-tour-bg,
#content .marketing-tour-26 .marketing-tour-bg {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all ease .2s;
}
#content .marketing-tour-24:hover .marketing-tour-bg,
#content .marketing-tour-26:hover .marketing-tour-bg {
	opacity: 1;
	visibility: visible;
}
#content .marketing-tour-27:hover {
	box-shadow: 0px 26px 38px 0px rgba(0, 0, 0, 0.5);
}
#content .marketing-tour-24:hover .marketing-tour .mt-icon,
#content .marketing-tour-26:hover .marketing-tour .mt-icon {
	background: #fff !important;
	-webkit-background-clip: text !important;
}
#content .marketing-tour-26:hover .marketing-tour-content h3,
#content .marketing-tour-26:hover .marketing-tour-content p span,
#content .marketing-tour-26:hover .wpb_button_a {
	color: #fff !important;
}
#content .marketing-tour-21:hover {
	background: #6270ff;
}
#content .marketing-tour-21:hover span,
#content .marketing-tour-21:hover h3 {
	color: #fff !important;
}
#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: #838383;
}
#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: #838383;
}
#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,
#content .marketing-tour-wrapper.marketing-tour-5 {
    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 #e1e1e1;
    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: #838383;
    border: 1px solid #838383;
    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: auto;
  	height: auto;
  	text-align: center;
}
.marketing-tour-wrapper.marketing-tour-13 .marketing-tour {
	width: auto;
    height: auto;
    min-height: 198px;
}
#content .vc_col-sm-4 .marketing-tour-wrapper.marketing-tour-27 {
    max-width: 370px;
}
.marketing-tour-wrapper.marketing-tour-27 .marketing-tour {
	margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
}
.marketing-tour-wrapper.marketing-tour-20 .marketing-tour,
.marketing-tour-wrapper.marketing-tour-26 .marketing-tour {
	bottom: 0;
    display: inline-block;
    position: absolute;
    right: -30px;
    margin: 0 0 30px;
}
.marketing-tour-wrapper.marketing-tour-24 .marketing-tour {
	margin-bottom: 30px;
}
.marketing-tour-13 .marketing-tour img,
.marketing-tour-20 .marketing-tour img,
.marketing-tour-24 .marketing-tour img,
.marketing-tour-26 .marketing-tour img,
.marketing-tour-27 .marketing-tour img {
	max-height: none;
	max-width: 100%;
}
.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-wrapper.marketing-tour-25 .marketing-tour {
	position: relative;
    margin-top: 0;
    max-width: none;
    width: 63px;
    height: 63px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 1em;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient( -141deg, #e7e7e7 1%, #e7e7e7 100%) border-box;
    border: 2px solid transparent;
    border-radius: 50%;
}
.marketing-tour-3 .marketing-tour,
.marketing-tour-16 .marketing-tour,
.marketing-tour-18 .marketing-tour,
.marketing-tour-19 .marketing-tour,
.marketing-tour-23 .marketing-tour {
    margin: 0;
    text-align: left;
    height: auto;
 	margin-bottom: 1em;
}
#content .marketing-tour-17 {
	background: #e1e1e1;
	margin-bottom: 35px;
	display: flex;
	max-width: 555px;
	margin: 0 auto 35px;
}
.marketing-tour-18 .marketing-tour-border {
	display: block;
    width: 5px;
    position: absolute;
    height: 100%;
    background: #e1e1e1;
}
.marketing-tour-18 .marketing-tour-content {
	padding-left: 35px;
}
.marketing-tour-19 .marketing-tour-content {
	border: 2px solid #e7e7e7;
    padding: 30px;
}
.marketing-tour-20 .marketing-tour-content-wrapper,
.marketing-tour-24 .marketing-tour-content-wrapper,
.marketing-tour-26 .marketing-tour-content-wrapper {
	padding-right: 60px;
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.marketing-tour-17 .marketing-tour-content {
	width: 60%;
    float: left;
    padding: 30px;
    box-sizing: border-box;
}
.marketing-tour-17 .marketing-tour {
	margin: 0;
	width: auto;
    float: left;
    position: relative;
   	max-width: 240px;
}
.marketing-tour-17 .marketing-tour-button {
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.478);
	box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.56);
	position: absolute;
	width: 41px;
	height: 41px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
}
.marketing-tour-17 .marketing-tour-button:before {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e921";
    color: #fff;
    font-style: normal;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 10px;
}
.marketing-tour-17 .marketing-tour img {
	max-height: none;
    float: left;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.marketing-tour-14 .marketing-tour,
.marketing-tour-22 .marketing-tour {
    margin: 0;
    text-align: left;
    height: 66px;
    width: 66px;
 	margin-bottom: 1em;
 	background: #e1e1e1;
 	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.marketing-tour-22 .marketing-tour {
	height: 93px;
    width: 93px;
}
.marketing-tour-23 .marketing-tour {
	margin: 0;
    text-align: center;
    height: 93px;
    width: 93px;
 	margin-bottom: 1em;
 	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	border: 2px solid #e7e7e7;
}
.marketing-tour-15 .marketing-tour {
    height: 117px;
    width: 117px;
 	margin-bottom: 1em;
 	background: #e1e1e1;
 	display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.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-20 .wpb-button-wrapper,
.marketing-tour-24 .wpb-button-wrapper,
.marketing-tour-26 .wpb-button-wrapper,
.marketing-tour-27 .wpb-button-wrapper {
	margin-top: auto;
}
.marketing-tour-27 .wpb-button-wrapper {
	margin-top: 1em;
}
.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-20 .wpb_button_a,
.marketing-tour-26 .wpb_button_a,
.marketing-tour-27 .wpb_button_a {
	background: transparent;
    border: none;
    min-width: auto;
    padding: 0;
    color: #2e2e2e;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.marketing-tour-wrapper .wpb_button_a:hover {
    background: #2e2e2e;
    border-color: #2e2e2e;
    color: #fff;
}
.marketing-tour-20 .wpb_button_a:hover,
.marketing-tour-26 .wpb_button_a:hover,
.marketing-tour-27 .wpb_button_a:hover {
    background: transparent;
    border-color: transparent;
    color: #2e2e2e;
}
.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);
}
.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: #838383;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);

    display: none;
}
.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: #2e2e2e;
    border-color: transparent;
    color: #fff;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a {
	min-width: auto;
    background: transparent;
    border: none;
    color: #838383;
    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: #838383;
    width: 100%;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a:hover {
    background: transparent;
    border-color: transparent;
    border: none;
    color: #838383;
}
.marketing-tour-wrapper.marketing-tour-10 .wpb_button_a:after {
	opacity: 1;
    transform: translateX(0);
}
.marketing-tour-8:hover {
	background: #838383;
}
.svg-icon {
	max-width: 65px;
	width: 50px;
	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,
.marketing-tour-25 .svg-icon {
	max-width: 43px;
   	max-height: 32px;
}
.marketing-tour-4 .svg-icon {
	max-width: 38px;
}
.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;
}
.marketing-tour img {
	margin: auto;
	max-width: 47px;

	max-width: none;
	max-height: 49px;
	width: auto;
}
.marketing-tour-2 .marketing-tour img,
.marketing-tour-25 .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,
.marketing-tour-16 .marketing-tour img,
.marketing-tour-18 .marketing-tour img,
.marketing-tour-19 .marketing-tour img,
.marketing-tour-23 .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;
}
.marketing-tour-content p:last-child {
    margin-bottom: 0;
}
.marketing-tour-20 .marketing-tour-content p:last-child,
.marketing-tour-26 .marketing-tour-content p:last-child {
	margin-bottom: 1em;
}
.marketing-tour-2 .marketing-tour-content h3,
.marketing-tour-25 .marketing-tour-content h3 {
	text-align: left;
}
.marketing-tour-3 .marketing-tour-content h3,
.marketing-tour-16 .marketing-tour-content h3,
.marketing-tour-17 .marketing-tour-content h3,
.marketing-tour-18 .marketing-tour-content h3,
.marketing-tour-19 .marketing-tour-content h3,
.marketing-tour-23 .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 {
	position: relative;
}
.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,
.marketing-tour-25 .marketing-tour-content {
	margin-top: 0;
    margin-left: 65px;
    text-align: left;
    max-width: 305px;
}
.marketing-tour-25 .marketing-tour-content {
	margin-left: 0;
    overflow: hidden;
}
.marketing-tour-3 .marketing-tour-content {}
.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;
}

/* Testimonial
---------------------------------------------------------- */
.testimonial-single-wrapper {
	margin: 0 auto;
}
.testimonial-single-content-name-title-wrapper {
	overflow: hidden;
}
.testimonial-single-wrapper.testimonial-single-style-1 {
	border: none;
	margin-bottom: 50px;
	border-radius: 0;
	box-shadow: none;
	max-width: none;
}
.testimonial-single-style-1 .testimonial-single {
	padding: 30px;
	color: #2e2e2e;
	font-size: 15px;
	padding: 0;
}
.testimonial-single-wrapper.testimonial-single-style-8,
.testimonial-single-wrapper.testimonial-single-style-9 {
	border: none;
	margin-bottom: 50px;
	border-radius: 0;
	box-shadow: none;
	max-width: none;
}
.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-8 .testimonial-single-content,
.testimonial-single-style-9 .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 #e1e1e1;
	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: #838383;
    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: #2e2e2e;
}
.testimonial-single-style-8 .testimonial-single-name,
.testimonial-single-style-8 .testimonial-single-title,
.testimonial-single-style-9 .testimonial-single-name,
.testimonial-single-style-9 .testimonial-single-title {
	display: inline;
}
.testimonial-single-style-8 .testimonial-single-name,
.testimonial-single-style-9 .testimonial-single-name {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 700;
	margin: 0 0 7px;
	color: #2e2e2e;
}
.testimonial-single-style-2 .testimonial-single-name {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	margin: 0 0 7px;
	font-size: 16px;
	color: #2e2e2e;
}
.dark .testimonial-single-style-2 .testimonial-single-name {
	color: #fff;
}
.testimonial-single-style-1 .testimonial-single-title {
	color: #838383;
	font-size: 16px;
	font-weight: 400;
}
.testimonial-single-style-8 .testimonial-single-title,
.testimonial-single-style-9 .testimonial-single-title {
	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;
}
.testimonial-single-style-8 .testimonial-single-image-wrapper img,
.testimonial-single-style-9 .testimonial-single-image-wrapper img {
	margin: 16px auto 0;
	display: block;
	max-width: 54px;
	border-radius: 50%;
}
.testimonial-single-style-9 .testimonial-single-image-wrapper img {
	margin-left: 0;
	margin-top: 0;
}
.testimonial-single-name-title-wrapper {
	float: none;
    text-align: center;
    margin-bottom: 10px;
    color: #838383;
    font-weight: 400;
}
.testimonial-single-style-9 .testimonial-single-helper {
	margin-top: 35px;
	display: flex;
    align-items: center;
}
.testimonial-single-style-8 .testimonial-single-image-wrapper {
	margin-top: 35px;
}
.testimonial-single-style-9 .testimonial-single-image-wrapper {
	display: inline-block;
	margin-right: 1em;
}
.testimonial-single-style-8 .testimonial-single-name-title-wrapper,
.testimonial-single-style-9 .testimonial-single-name-title-wrapper {
	margin: 1em 0 0;
}
.testimonial-single-style-9 .testimonial-single-name-title-wrapper {
	text-align: left;
	display: inline-block;
	margin-top: 0;
}
.testimonial-single-style-1 .testimonial-single-content p {
	margin: 0 auto 1em;
}
.testimonial-single-style-8 .testimonial-single-content p,
.testimonial-single-style-9 .testimonial-single-content p {
	margin: 0 auto 1em;
	max-width: 750px;
}
.testimonial-single-style-6 .testimonial-single {
	text-align: center;
}
.testimonial-single-style-2 .testimonial-single-name-title-wrapper {
	text-align: left;
	color: #2e2e2e;
	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: #2e2e2e;
    margin-bottom: 16px;
}
.testimonial-single-style-8 .testimonial-single {
	text-align: center;
}
.testimonial-single-style-9 .testimonial-single {
	max-width: 750px;
	margin: 0 auto;
}
.testimonial-single-style-8 .testimonial-single:before,
.testimonial-single-style-9 .testimonial-single:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\201C";
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0;
}
.testimonial-single-wrapper.no-margin,
.testimonial-single-wrapper.testimonial-single-style-6.no-margin,
.testimonial-single-wrapper.testimonial-single-style-7.no-margin {
	margin-bottom: 0;
}

.testimonial-single-wrapper.testimonial-single-style-4,
.testimonial-single-wrapper.testimonial-single-style-5,
.testimonial-single-wrapper.testimonial-single-style-7 {
    margin: 0 auto 50px;
}
.owl-carousel .testimonial-single-wrapper.testimonial-single-style-4,
.owl-carousel .testimonial-single-wrapper.testimonial-single-style-5,
.owl-carousel .testimonial-single-wrapper.testimonial-single-style-7 {
    margin-bottom: 0;
}
.testimonial-single-wrapper.testimonial-single-style-5 {
	background: #f7f8fc;
	padding: 50px 30px 50px;
	box-sizing: border-box;
}
.testimonial-single-wrapper.testimonial-single-style-6 {
	background: #f7f8fc;
	padding: 50px 30px 50px;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.testimonial-single-style-4 .testimonial-single-content,
.testimonial-single-style-5 .testimonial-single-content,
.testimonial-single-style-7 .testimonial-single-content {
	text-align: left;
	min-height: 1px;
	margin-bottom: 35px;
}
.testimonial-single-style-4 .testimonial-single-content:before,
.testimonial-single-style-5 .testimonial-single-content:before,
.testimonial-single-style-7 .testimonial-single-content:before {
	display: none;
}
.testimonial-single-style-4 .testimonial-single-name,
.testimonial-single-style-5 .testimonial-single-name,
.testimonial-single-style-7 .testimonial-single-name {
	text-align: left;
    width: auto;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    color: #6270ff;
}
.testimonial-single-style-4 .testimonial-single-name,
.testimonial-single-style-5 .testimonial-single-name,
.testimonial-single-style-7 .testimonial-single-name {
	display: inline;
}
.testimonial-single-style-7 .testimonial-single-name {
	display: inline;
	margin-right: 0;
}
.testimonial-single-style-6 .testimonial-single-name {
	color: #6270ff;
	font-weight: 700;
}
.testimonial-single-style-6 .testimonial-single-title {
	color: #838383;
}
.testimonial-single-style-4 .testimonial-single-title,
.testimonial-single-style-5 .testimonial-single-title,
.testimonial-single-style-7 .testimonial-single-title {
	margin-top: 0;
}
.testimonial-single-style-4 .testimonial-single-image-wrapper,
.testimonial-single-style-5 .testimonial-single-image-wrapper,
.testimonial-single-style-7 .testimonial-single-image-wrapper {
	margin: 0;
	float: left;
	margin-right: 16px;
    margin-bottom: 1em;
}
.testimonial-single-style-4 .testimonial-single-image-wrapper img,
.testimonial-single-style-5 .testimonial-single-image-wrapper img,
.testimonial-single-style-6 .testimonial-single-image-wrapper img,
.testimonial-single-style-7 .testimonial-single-image-wrapper img {
	max-width: 54px;
	margin: 0;
	border-radius: 50%;
}
.testimonial-single-style-4 .testimonial-single-name-title-wrapper,
.testimonial-single-style-5 .testimonial-single-name-title-wrapper,
.testimonial-single-style-7 .testimonial-single-name-title-wrapper {
	text-align: left;
	float: left;
	clear: both;
}
.testimonial-single-style-6 .testimonial-single-name-title-wrapper {
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonial-single-style-6 .testimonial-single-content {
	margin-bottom: 35px;
}

/* 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: 1;
    -moz-transform: 1;
    transform: 1;

    -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-style-4 .person-desc {
	opacity: 0;
}
.owl-carousel.center-true .owl-item.center .person-style-4 .person-desc {
    opacity: 1;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;

    width: auto;
}
.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 .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;

    z-index: 1000;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next,
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
    text-align: center;
    background: rgba(172, 173, 179, 0.2);
}
.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: 18px;
    font-style: normal;
    color: #2e2e2e;
    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: 18px;
	color: #fff;
}
.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: #2e2e2e;
}
.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: #fff;
}
.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: #fff;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next.disabled:hover,
.owl-carousel.nav-style-2 .owl-nav .owl-prev.disabled:hover {
    background: #e1e1e1;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next:hover,
.owl-carousel.nav-style-2 .owl-nav .owl-prev:hover {
    background: #6270ff;
    opacity: 1;
}
.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;
}
.full-width .owl-carousel.nav-true {
	max-width: none;
}

.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;
}
.full-width .owl-carousel .owl-nav .owl-next {
	right: 10%;
}
.full-width .owl-carousel .owl-nav .owl-prev {
	left: 10%;
}
.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: #2e2e2e;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://www.legacydatasolutions.co.uk/wp-content/themes/doom/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-carousel-wrapper {
	margin-bottom: 35px;
}
.owl-carousel-wrapper.no-margin {
	margin-bottom: 0;
}
.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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: #2e2e2e;
}
.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: transparent;
    border: 2px solid #f1f6f9;
    opacity: 1;
    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: #6270ff;
    border-color: #6270ff;
    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 .ajax-loader {
	display: block;
    z-index: 2;
    height: auto;
    width: 14px;
    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 .ajax-loader:before {
	content: '';
    display: block;
    padding-top: 100%;
}
#page .yikes-mc-submitted-form-loading .yikes-easy-mc-submit-button .ajax-loader {
	visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
#page .yikes-mc-submitted-form-loading {
	opacity: .5;
}
#page .yikes-easy-mc-submit-button {
	position: relative;
}
#content .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    display: flex;
}
#page .yikes-easy-mc-error-message {
    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;
}

/* =Easy Forms for MailChimp Styles
----------------------------------------------- */
#page .yikes-easy-mc-form {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity ease .2s;
}
.yikes-mailchimp-container {
    margin: 40px auto 1em;
    max-width: 750px;
}
#page .edit-link {
    display: none;
}
#page .yikes-easy-mc-email {
    background: #f1f6f9;
    border-radius: 0;
    height: 46px;
    padding: 3px 22px 5px;
    line-height: 18px;
    border: none;
    outline: none;
    color: #333;
    font-size: 16px;
    display: inline;
    min-width: auto;
    opacity: 1 !important;
    margin-bottom: 0;
}
#page .yikes-easy-mc-email:focus  {
    background: #fff;
}
#page .yikes-easy-mc-form ::-webkit-input-placeholder {
    color: #838383;
    opacity: 1;

    font-size: 12px;
    font-style: italic;
}
#page .yikes-easy-mc-form :-moz-placeholder {
    color: #838383;
    opacity: 1;

    font-size: 12px;
    font-style: italic;
}
#page .yikes-easy-mc-form ::-moz-placeholder {
    color: #838383;
    opacity: 1;

    font-size: 12px;
    font-style: italic;
}
#page .yikes-easy-mc-form :-ms-input-placeholder {
    color: #838383;
    opacity: 1;

    font-size: 12px;
    font-style: italic;
}
#page .yikes-easy-mc-form :input-placeholder {
    color: #838383;
    opacity: 1;

    font-size: 12px;
    font-style: italic;
}
#page .yikes-easy-mc-form .yikes-easy-mc-submit-button {
    width: auto;
    border: none;
    float: none;
    color: #fff;
    border-color: transparent;
    background-color: transparent;
    background-image: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
    margin: 0;
    border-radius: 0;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 17px 24px;
    line-height: 1.2;
    margin-left: 1em;
    display: inline-block;
    transition: box-shadow .2s ease !important;
    min-width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: auto;
}
#page .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    opacity: 1;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.35);
}
#page .yikes-easy-mc-form .yikes-easy-mc-submit-button .yikes-mailchimp-submit-button-span-text {
    display: inline !important;
}
#page .yikes-easy-mc-form .yikes-easy-mc-submit-button .yikes-mailchimp-submit-button-span-text:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e923";
    font-style: normal;
    display: inline;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 1em;
}
#page .yikes-easy-mc-form label {
    float: none;
    position: relative;
    margin: 0;
}
#page .yikes-easy-mc-form label span {
    display: none;
}
#page .yikes-easy-mc-success-message {
    background: transparent;
    padding: 0;
    margin: 0 0 1em;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
#page .yikes-easy-mc-form .form-field-description {
	display: block;
	font-size: 12px;
	font-style: italic;
	width: 100%;
}

@media (max-width: 868px) {
    #page .yikes-easy-mc-form {
        flex-wrap: wrap;
    }
    #page .yikes-easy-mc-form label {
        text-align: center;
        width: 100%;
        margin-bottom: 16px;
    }
}
@media (max-width: 480px) {
    #page .yikes-easy-mc-email {
        min-width: auto;
        width: 100%;
    }
}

/* Slider */
.slick-slider-wrapper {
	margin-bottom: 35px;
	position: relative;
}
.slick-slider-wrapper.no-margin,
.slick-slider-wrapper.no-margin  .slick-dotted.slick-slider
{
	margin-bottom: 0;
}
.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: #2e2e2e;
}

.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(https://www.legacydatasolutions.co.uk/wp-content/themes/doom/images/loading.gif) center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    display: block;

    width: 50px;
    height: 50px;
    margin-top: 0;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgba(172, 173, 179, 0.2);
    border-radius: 50%;

    z-index: 1;

    transition: opacity ease .2s, background ease .2s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    background: #6270ff;
    outline: none;
    opacity: 1;
}
.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: #fff;
    font-size: 18px;
    transition: all ease .2s;
}
.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;
}

.entry-content .slick-dots
{
    position: absolute;
    bottom: auto;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;

    margin-top: 20px;

    max-width: 750px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li:before {
	display: none;
}
.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: transparent;
    border: 2px solid #6270ff;
    opacity: 1;
    display: block;
    transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    border-radius: 30px;
}
.slick-dots li.slick-active button:before
{
    background: #6270ff;
    border-color: #6270ff;
    opacity: 1;
}

/* Paging Info  */
.slick-slider-wrapper .paging-info {
	color: #2e2e2e;
    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;
}

/* Lightbox Video
---------------------------------------------------------- */
.lightbox-video-wrapper {
	max-width: none;
    margin: 0 auto 35px;
    position: relative;
}
.lightbox-video-wrapper.no-margin {
	margin-bottom: 0;
}
.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: 88px;
	height: 88px;
	display: flex;
	align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.lightbox-video-wrapper .play-button .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all ease .2s !important;
    -webkit-transition: all ease .2s !important;
    -moz-transition: all ease .2s !important;
}
.lightbox-video-wrapper .play-button:hover .circle {
   	background: rgba(255, 255, 255, .25);
    -webkit-transform: scale(1.04) translateZ(0);
    -moz-transform: scale(1.04) translateZ(0);
    transform: scale(1.04) translateZ(0);
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button:hover .circle {
	background: rgba(255, 255, 255, .25);
}
rs-module .lightbox-video-wrapper .play-button {
	width: 96%;
	height: 0;
	padding-top: 96% !important;
}
rs-module .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: #838383;
	border-color: #838383;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    margin-left: -23px;
}
rs-module .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) {
	rs-module .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 {
	opacity: 1;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button:hover .circle {
	background: rgba(255, 255, 255, .25);
	border-color: rgba(255, 255, 255, .25);
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button:hover {
	background: #fff;
	border-color: #fff;
}
.dark .lightbox-video-wrapper .play-button:hover .circle {
	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: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e921";
    color: #2e2e2e;
    font-style: normal;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.lightbox-video-wrapper .play-button i {
	font-size: 30px;
}
rs-module .lightbox-video-wrapper,
rs-module .lightbox-video {
	font-size: 100% !important;
}
rs-module .lightbox-video-wrapper .play-button i {
	font-size: 150% !important;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button i:before {
	color: #fff;
}
rs-module .lightbox-video-wrapper.lightbox-video-style-2 .play-button i {
	font-size: 150% !important;
}
rs-module .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;
}
rs-module .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: #fff;
}
.lightbox-video-wrapper.lightbox-video-style-2 .play-button:hover i:before {
	color: #fff;
}
.lightbox-video-wrapper.lightbox-video-style-3 .play-button:hover i:before {
	color: #fff;
}
.lightbox-video-text {
	text-align: center;
	font-size: 24px;
}
.lightbox-video-overlay {
	position: absolute;
	background: #2e2e2e;
	opacity: .5;
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.lightbox-video img,
.tp-simpleresponsive .lightbox-video img,
rs-module .lightbox-video img {
	width: auto;
    margin: 0 auto;
    display: block;
    box-shadow: none;
    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-wrapper {
	text-align: center;
	margin-bottom: 35px;
}
.scroll-down {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	display: inline-block;
	transition: all ease .2s;
}
.scroll-down-style-5 .scroll-down {
	display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
}
.scroll-down-icon {
	animation-name: arrowDown;
   	animation-iteration-count: infinite;
   	animation-duration: 1s;
   	animation-timing-function: ease;
   	display: inline-block;
   	width: 44px;
   	height: 44px;
   	background: transparent;
   	display: inline-flex;
   	align-items: center;
   	justify-content: center;
   	color: #fff;
   	border-radius: 50%;
   	border: 2px solid #fff;
}
.scroll-down-style-5 .scroll-down-icon {
	animation: none;
	margin-right: 15px;
}
.scroll-down-style-4 .scroll-down-icon {
	width: auto;
   	height: auto;
   	border-radius: 0;
   	border: none;
}
@media (max-width: 767px) {
	.scroll-down-wrapper {
		display: none;
	}
}
.scroll-down-text {
	display: block;
	margin-bottom: 16px;
}
.scroll-down-style-5 .scroll-down-text {
	margin-bottom: 0;
}
.dark .scroll-down-text {
	color: #fff;
}
.scroll-down-style-3 .scroll-down-text {
	margin-top: 16px;
	margin-bottom: 0;
}
.scroll-down-style-4 .scroll-down-text {
	margin-bottom: 0;
	color: #bababa;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 1em;
}
.scroll-down-icon:after {
	font-family: 'icomoon';
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-style: normal;
    content: "\e908";
    display: block;
}
.scroll-down-style-4 .scroll-down-icon:after {
	content: "\e966";
	font-size: 14px;
}
.scroll-down-style-5 .scroll-down-icon:after {
	content: "+";
	font-weight: 700;
    font-size: 20px;
}

/* 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: #2e2e2e;
    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^="custom-icon-"],
[class*=" custom-icon-"] {
    font-size: 26px;
}
a [class^="custom-icon-"],
a [class*=" custom-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-icon {
    font-size: 57px;
}
.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: #2e2e2e;
    display: inline-flex;
    align-items: center;
}
.count-wrapper.counting-style-5 {
	text-align: left;
    color: #2e2e2e;
    margin-top: 50px;
    border-right: none;
}
.vc_col-sm-4:last-of-type .count-wrapper {
	border-right: none;
}
.dark .count-wrapper,
.dark .counting-style-3 .count-caption {
    color: #fff;
}
.count-wrapper .thumbnail-wrapper {
	margin: 0 auto 1em;
}
.dark .count-wrapper [class^="custom-icon-"],
.dark .count-wrapper [class*=" custom-icon-"] {
	color: #fff;
}
.count-wrapper.counting-style-2 [class^="custom-icon-"],
.count-wrapper.counting-style-2 [class*=" custom-icon-"] {
	margin: 0 auto 5px;
}
.count-wrapper.counting-style-6 [class^="custom-icon-"],
.count-wrapper.counting-style-6 [class*=" custom-icon-"] {
	margin: 7px 0 5px;
	font-size: 64px;
	float: left;
	padding: 0 1px;
}
.count-value {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 700;
	display: inline-block;
}
.counting-style-2 .count-value {
	font-size: 74px;
	line-height: 50px;
}
.counting-style-3 .count-value {
	font-weight: 600;
}
.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: block;
	margin-bottom: 10px;
}
.counting-style-3 .count-caption {
	font-size: 18px;
	font-size: 18px;
    color: #838383;
    font-weight: 600;
}
.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;
}
.count-wrapper .svg-icon {
	max-width: 32px;
	display: block;
    margin: 0 auto;
}
.counting-style-3 .thumbnail-wrapper {
	min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.counting-style-3 .svg-icon {
	max-width: 100px;
	width: 94px;
}
.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;
}
.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 a .thumbnail-overlay {
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all ease .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-alternative-item a .thumbnail-overlay:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,.15);
}
.gallery-alternative-item a .thumbnail-overlay:after {
	content: '+';
	display: inline-block;
	color: #fff;
	font-weight: 700;
	font-size: 43px;
	line-height: 1;
	z-index: 1;
}
.gallery-alternative-item a:hover .thumbnail-overlay {
    opacity: 1;
    visibility: visible;
}
.gallery-alternative-style-2 .gallery-alternative-item a .thumbnail-overlay:before {
	background: linear-gradient( 36deg, rgb(121,204,255) 0%, rgb(155,116,255) 100%);
	opacity: .9;
}
.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-style-2 .gallery-alternative-bg,
.gallery-alternative-style-3 .gallery-alternative-bg,
.gallery-alternative-style-5 .gallery-alternative-bg {
	background: rgba(51,51,51,.4);
	opacity: 1;
	visibility: visible;
}
.gallery-alternative-style-4 .gallery-alternative-bg {
	background: transparent;
	opacity: 1;
	visibility: visible;
	display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-alternative-style-4 .gallery-alternative-bg:after {
	content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #6270ff;
    opacity: 0;
    visibility: hidden;
    transition: all ease .2s;
}
.gallery-alternative-style-4 a:hover .gallery-alternative-bg:after {
	visibility: visible;
	opacity: 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%;
}
#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: #838383;
    border: 1px solid #838383;
    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: #838383;
    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: #2e2e2e;
    border-color: #2e2e2e;
    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%;
}
.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%;
}
.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%;
}

.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.col4 .margin-10px .gallery-alternative-item,
.block-gallery-alternative.col4 .margin-10px .grid-sizer {
	width: 24.25%;
}
.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%;
}
.block-gallery-alternative.col5 .grid-sizer,
.col5 .gallery-alternative-item {
	width: 18.4%;
}
.block-gallery-alternative.col7 .grid-sizer,
.col7 .gallery-alternative-item {
	width: 12.14285714285714%;
}
.block-gallery-alternative.col8 .grid-sizer,
.col8 .gallery-alternative-item {
	width: 10.3125%;
}
.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;
}
.gallery-alternative-item a,
.gallery-alternative-item img {
	float: left;
	width: 100%;
}
.gallery-alternative-item a {
	overflow: hidden;
	position: relative;
}
.gallery-alternative-item .fancybox-item {
	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;
    margin: 0;
    letter-spacing: 0;
    color: #fff;
    padding: 15px 25px;
    box-sizing: border-box;
    z-index: 1;

    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) .3s;
}
.gallery-alternative-style-4 .gallery-alternative-item h2 {
	text-align: center;
}
.gallery-alternative-item .entry-excerpt {
	color: #838383;
	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 .hentry {
	margin-bottom: 30px;
}
.no-margin .owl-item .hentry {
	margin-bottom: 0;
}
.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-style-3 .portfolio-carousel .owl-item .post-thumbnail:hover img {
	transform: translateY(-50px);
}
.portfolio-carousel .owl-item .portfolio-bg {
	background-color: rgba(0,0,0,.8);
}
.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;

    display: none;
}
.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-style-3 .portfolio-bg {
	display: none;
}
.portfolio-carousel-style-3 .portfolio-carousel .portfolio-view-content {
	margin-bottom: 0;
	width: 100%;
	padding: 30px;
	background: #6270ff;
	opacity: 0;
    visibility: hidden;
    transform: translate(0,0);
    transition: all ease .2s;
    transform: translateY(100%);
}
.portfolio-carousel-style-3 .post-thumbnail:hover .portfolio-view-content {
	opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.portfolio-carousel-style-3 .post-thumbnail:hover .portfolio-view-animate {
	opacity: 1;
    visibility: visible;
    transform: none;
}
.portfolio-carousel-style-3 .post-thumbnail:hover .portfolio-view-animate {
	opacity: 1;
    visibility: visible;
    transform: none;
}
.portfolio-carousel-style-3 .portfolio-view-wrapper {
	display: flex;
    align-items: flex-end;
}
.portfolio-carousel-style-3 .post-thumbnail h2 {
	text-align: left;
}
.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;
    margin-top: .5em;
}
.portfolio-carousel-style-3 .portfolio-carousel .entry-excerpt,
.portfolio-carousel-style-3 .portfolio-carousel .entry-category {
	color: #fff;
	font-size: .875em;
}
.portfolio-carousel-style-3 .portfolio-carousel .entry-excerpt p {
	margin-bottom: 0;
	color: #fff;
}
.portfolio-carousel .post-thumbnail:hover .portfolio-view-animate .entry-excerpt,
.portfolio-carousel .post-thumbnail:hover .portfolio-view-animate .entry-category {
    opacity: 1;
}

#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: #2e2e2e;
    padding: 14px 40px;
    color: #fff;
    text-shadow: none;
    background: #2e2e2e;
    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: #2e2e2e;
    border: 1px solid rgba(0, 0, 0, .3);
    visibility: visible;
}
#content .portfolio-carousel-alternative-style-2 .post-thumbnail .wpb_button_a:hover {
    opacity: .8;
}

/* Posts Carousel
---------------------------------------------------------- */
.posts-carousel .post-thumbnail {
	overflow: hidden;
}
.posts-carousel .owl-item .hentry {
	margin-bottom: 30px;
}
.posts-carousel .owl-item .hentry h2 a {
	font-style: normal;
}
.no-margin .owl-item .hentry {
	margin-bottom: 0;
}
.posts-carousel .post-thumbnail-wrapper {
	position: relative;
    float: left;
    width: 100%;
    z-index: 500;
}
.posts-carousel .hentry-text-content {
    float: left;
    box-sizing: border-box;
}
.posts-style-1 .posts-carousel .hentry-text-content {
	background: #fff;
}
.posts-carousel .entry-meta {
    color: #838383;
    clear: both;
    text-align: left;
    text-transform: none;
}
.posts-carousel .entry-date {
    font-size: .875em;
}
.posts-carousel .by {
    display: block;
    clear: both;
    color: #838383;
    text-align: left;
    margin-bottom: 1em;
    font-size: .875em;
}
.posts-carousel .by a {
    text-decoration: none;
    font-style: normal;
    color: #838383;
}
.posts-carousel .by .avatar {
    border-radius: 50%;
    max-width: 32px;
    height: auto;
    vertical-align: middle;
}
.posts-carousel article h2 {
    font-size: 24px;
}
.posts-carousel .entry-content {
    margin-top: 0;
    color: #838383;
    font-size: .875em;
}
.posts-style-1 .posts-carousel .by  {
	display: inline-block;
    margin-bottom: 0;
}
.posts-style-1 .posts-carousel .by .avatar {
    display: none;
}
.posts-style-1 .posts-carousel .by a span {
    margin: 0;
}
.posts-style-1 .posts-carousel .hentry-text-content-helper {
    padding-left: 30px;
    padding-right: 30px;
}
.posts-style-1 .posts-carousel .entry-meta-footer {
	text-align: left;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-top: 1em;
    background: #f1f6f9;
    padding: 12px 20px;
    box-sizing: border-box;
    padding-left: 30px;
}
.posts-style-1 .posts-carousel .entry-meta-footer .entry-category {
    color: #838383;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
.posts-style-1 .posts-carousel .entry-meta-footer .comments-link {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.posts-style-1 .posts-carousel .entry-meta-footer .comments-link a {
    text-decoration: none;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    display: block;
    background: #6270ff;
    color: #fff;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
}
.posts-style-1 .posts-carousel .entry-meta-footer .comments-link a:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e947";
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    padding: 0;
    display: inline-block;
}
.posts-style-1 .posts-carousel .entry-meta-footer .comments-link .comments {
    display: none;
}

/* 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 {
    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;
    cursor: zoom-in;
}
.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: #2e2e2e;
	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 .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
.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: #2e2e2e;
    font-size: 50px;
    float: left;
    margin-right: 10px;
}
.image-carousel-alternative-style-3 .image-carousel-item .image-carousel-alternative-captions {
	color: #2e2e2e;
    font-size: 16px;
    float: none;
    margin-right: 0;
    text-align: center;
}
.image-carousel-item .image-carousel-alternative-additional-captions {
	color: #2e2e2e;
	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: #2e2e2e;

    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: #838383;
    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: #838383;
}

.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: #2e2e2e;
}
.team-slider {
	padding: 0 44px;
}

/* Testimonials Slider
---------------------------------------------------------- */
.mt-testimonial {
	border: 1px solid #e1e1e1;
    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: #2e2e2e;
    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: #838383;
}
.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: #838383;
    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: #838383;
    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: #838383;
}

.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 #e1e1e1;
    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: #838383;
    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: #838383;
}
.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: #2e2e2e;
    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;
}

/* =Go Pricing
----------------------------------------------- */
ul.gw-go-body > li {
    text-align: center !important;
}
#content .gw-go-col-wrap.gw-go-disable-enlarge {
    padding-bottom: 0 !important;
}
#content .gw-go-col[class*="gw-go-clean-style"] .gw-go-col-inner {
	position: relative;
    -moz-transition: color .2s ease, background .2s ease, -moz-box-shadow .2s ease, transform .2s ease;
    -o-transition: color .2s ease, background .2s ease, -webkit-box-shadow .2s ease, transform .2s ease;
    -webkit-transition: color .2s ease, background .2s ease, -webkit-box-shadow .2s ease, transform .2s ease;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
#content .gw-go-col[class*="gw-go-clean-style"] .gw-go-col-inner div,
#content .gw-go-col[class*="gw-go-clean-style"] .gw-go-col-inner span,
#content .gw-go-col[class*="gw-go-clean-style"] .gw-go-col-inner i {
    transition: color 0s ease;
}
#content .gw-go i {
	top: auto;
}
#content .gw-go-col[class*="gw-go-clean-style"] .gw-go-col-inner .gw-go-body-cell > div > span {
	display: flex !important;
    justify-content: center;
    align-items: center;
}
@media (max-width: 868px) {
	#content .gw-go-col-wrap.gw-go-disable-enlarge {
	    margin: 0 auto 50px;
    	float: none;
    	display: block !important;
	}
	#content .gw-go-3cols .gw-go-col-wrap.gw-go-disable-enlarge {
		max-width: 340px !important;
	}
	#content .gw-go-4cols .gw-go-col-wrap.gw-go-disable-enlarge {
		max-width: 370px !important;
	}
}
@media only screen and (max-width: 868px) and (min-width: 480px) {
	#content .gw-go-3cols .gw-go-col-wrap.gw-go-disable-enlarge {
	    min-width: 270px;
	}
	#content .gw-go-4cols .gw-go-col-wrap.gw-go-disable-enlarge {
	    max-width: 300px !important;
	}
}

/* Style 14 */
#content .gw-go-col.gw-go-clean-style14 .gw-go-btn {
    border: 1px solid #d1e0ea;
    background: #d1e0ea;
    background-image: none;
    color: #fff !important;
    font-size: 12px !important;
    padding: 12px 33px 14px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    height: auto !important;
    line-height: 1.125 !important;
    top: 0 !important;
    margin-top: 29px !important;
    margin-bottom: 40px !important;
    min-width: 166px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    height: 46px !important;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
#content .gw-go-col.gw-go-clean-style14 .gw-go-btn 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: none;
    height: auto;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}
#content .gw-go-col.gw-go-clean-style14 .gw-go-btn:after {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    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: #6270ff;
    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);
    max-height: 8px;
    position: relative;

    display: none;
}
#content .gw-go-col.gw-go-clean-style14 .gw-go-body li {
    color: #838383;
}
#content .gw-go-col.gw-go-clean-style14 .gw-go-col-inner {
    background: transparent;
    border-top: 2px solid #cfdfe9;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner {
    box-shadow: none !important;
    background: #d1e0ea;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner div,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner div,
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner span,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner span {
    color: #2e2e2e !important;
}
#content .gw-go-col-wrap .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .vc_icon_element-icon,
#content .gw-go-col-wrap .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .gw-go-body-cell > div > span i {
	color: #a5bac9 !important;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .vc_icon_element-icon,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .vc_icon_element-icon,
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .gw-go-body-cell > div > span i,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .gw-go-body-cell > div > span i {
    color: #a5bac9 !important;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-clean-style14 .gw-go-btn:hover,
#content .gw-go-col-wrap:hover .gw-go-clean-style14 .gw-go-btn:hover {
	border-color: #fff !important;
    background-color: #fff !important;
    color: #fff !important;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .gw-go-btn,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style14 .gw-go-col-inner .gw-go-btn {
	border-color: #fff !important;
    background-color: #fff !important;
    color: #fff !important;
    opacity: 1;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-clean-style14 .gw-go-btn:hover span,
#content .gw-go-col-wrap:hover .gw-go-clean-style14 .gw-go-btn:hover span {
	transform: translateX(0);
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-clean-style14 .gw-go-btn:hover:after,
#content .gw-go-col-wrap:hover .gw-go-clean-style14 .gw-go-btn:hover:after {
	opacity: 1;
    transform: translateX(0);
}

/* Style 1 */
#content .gw-go-col.gw-go-clean-style1 .gw-go-btn {
    border: none;
    background: #6270ff;
    background-image: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
    color: #fff !important;
    font-size: 12px !important;
    padding: 12px 33px 14px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    height: auto !important;
    line-height: 1.125 !important;
    top: 0 !important;
    margin-top: 29px !important;
    margin-bottom: 40px !important;
    min-width: 166px;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    height: 46px !important;
    font-style: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
#content .gw-go-col.gw-go-clean-style1 .gw-go-btn 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: none;
    height: auto;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}
#content .gw-go-col.gw-go-clean-style1 .gw-go-btn:after {
	font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    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: #6270ff;
    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);
    max-height: 8px;
    position: relative;

    display: none;
}
#content .gw-go-col.gw-go-clean-style1 .gw-go-body li {
    color: #838383;
    background: transparent;
}
#content .gw-go-col.gw-go-clean-style1 .gw-go-body li:first-of-type {
	border-bottom: 2px solid #f1f6f9 !important;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-body li:first-of-type,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-body li:first-of-type {
	border-color: #8fc3fe !important;
}
#content .gw-go-col.gw-go-clean-style1 .gw-go-col-inner {
    background: #fff;
    border-top: 4px solid #6270ff;
    border-image-source: linear-gradient(90deg, #79ccff, #9b74ff);
    border-image-slice: 1;
}
#content .gw-go-col.gw-go-clean-style1 .gw-go-col-inner:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #6270ff;
    background-image: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
    opacity: 0;
    transition: opacity ease .2s;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner:before,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner:before {
	opacity: 1
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner {
    box-shadow: 0px 20px 57px 0px rgba(0, 0, 0, 0.28) !important;
    background: transparent;
    border-image-source: linear-gradient( 31deg, rgb(121,204,255) 1%, rgb(98,112,255) 100%);
    transform: translate(0,-20px);
}
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner div,
.gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner div,
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner span,
.gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner span {
    color: #fff !important;
}
#content .gw-go-col-wrap .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .vc_icon_element-icon,
#content .gw-go-col-wrap .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .gw-go-body-cell > div > span i {
	color: #6270ff !important;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .vc_icon_element-icon,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .vc_icon_element-icon,
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .gw-go-body-cell > div > span i,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .gw-go-body-cell > div > span i {
    color: #6270ff !important;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-clean-style1 .gw-go-btn:hover,
#content .gw-go-col-wrap:hover .gw-go-clean-style1 .gw-go-btn:hover {
	border-color: #fff !important;
    background-color: #fff !important;
    color: #fff !important;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .gw-go-btn,
#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner .gw-go-btn {
	border-color: #6270ff !important;
    background: #6270ff !important;
    color: #fff !important;
    opacity: 1;
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-clean-style1 .gw-go-btn:hover,
#content .gw-go-col-wrap:hover .gw-go-clean-style14 .gw-go-btn:hover {
	box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.35);
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-clean-style1 .gw-go-btn:hover span,
#content .gw-go-col-wrap:hover .gw-go-clean-style14 .gw-go-btn:hover span {
	transform: translateX(0);
}
#content .gw-go-col-wrap.gw-go-hover .gw-go-clean-style1 .gw-go-btn:hover:after,
#content .gw-go-col-wrap:hover .gw-go-clean-style14 .gw-go-btn:hover:after {
	opacity: 1;
    transform: translateX(0);
}

/* Tooltip */
#page .gw-go-tooltip {
	margin-left: 0;
	margin-top: 15px !important;
	transform: translate(-50%, 0);
	-moz-transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
}
#page .gw-go-tooltip-visible {
	margin-top: 15px !important;
	transform: translate(-50%, -10px);
	-moz-transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
    -o-transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
    -webkit-transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, margin-top .2s ease, transform .2s ease;
}
#page .gw-go-tooltip-content:before {
    left: auto;
    top: auto;
    border: 1px solid;
    border-color: inherit;
    display: block;
    width: 7px;
    height: 7px;
    background: inherit;
    border: none;
    border-right: 0;
    border-bottom: 0;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    font-style: normal;
}

/* Icons */
#page .vc_icon_element {
	display: inline-block;
}
#page .vc_icon_element.no-margin {
	margin-bottom: 0;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xs,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
	line-height: 1 !important;
}
#page .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-sm .vc_icon_element-icon {
	font-size: 16px !important;
	margin-top: 4px;
}

/* =RevSlider
----------------------------------------------- */
.tparrows.doom,
.tp-bullets.doom,
.slides-count-wrapper {
  opacity: 0;
  animation-duration: .2s;
  animation-direction: reverse;
  animation-fill-mode: forwards;
}
#page .tp-bullets.doom {
	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;
}

/* Google Maps */
#page .wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent;
    padding: 0;
}

/* Single Image */
.wpb_single_image .vc_single_image-wrapper.style-svg-wrapper {
	display: block;
}
.vc_align_center {
	margin-left: auto;
    margin-right: auto;
}

/* Call to Action */
#page .vc_cta3_content-container {
	max-width: 1170px;
    margin: 0 auto;
}
#page .vc_cta3-container {
	margin-bottom: 0;
}
#page .vc_general.vc_cta3.no-margin {
	margin-bottom: 0;
}
#page .vc_general.vc_cta3.vc_cta3-style-custom {
    border: none;
}
#page .vc_general.vc_cta3 {
	padding: 44px 60px;
	float: left;
    width: 100%;
    margin-bottom: 35px;
    box-sizing: border-box;
}
#page .vc_general.vc_cta3 h2 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 4px;
}
#page .vc_general.vc_cta3 h4 {
	font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}
@media (min-width: 768px) {
	#page .vc_cta3_content-container {
		display: table;
	    width: 100%;
	}
	#page .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-actions {
	    width: 30%;
	}
}

/* =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) {
	.full-width-header-enabled #header {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.transparent-header #header .header-widget-area {
		background: transparent;
	}
	#header .header-widget-area .widget {
    	margin-left: 15px;
	}
	.single-post #comments,
	.page-template-default #comments {
	    padding: 0;
	}
	.blog #primary > .vc_column-inner,
	.single-post #primary > .vc_column-inner,
	.search #primary > .vc_column-inner,
	.archive #primary > .vc_column-inner,
	.page-template-default #primary > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	#secondary > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sticky {
		padding-left: 15px;
		padding-right: 15px;
	}
	.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: 66%;
	}
	.portfolio-carousel-style-3 .owl-carousel.nav-true.nav-style-2 {
		max-width: none;
	}
	.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: -28%;
	}
	.owl-carousel.nav-style-2 .owl-nav .owl-prev,
	.owl-carousel.nav-style-2.image-carousel-alternative-style-3 .owl-nav .owl-prev {
	    left: -28%;
	}
	.portfolio-carousel-style-3 .owl-carousel.nav-style-2 .owl-nav .owl-next {
		right: 15px;
	}
	.portfolio-carousel-style-3 .owl-carousel.nav-style-2 .owl-nav .owl-prev {
		left: 15px;
	}

	/* 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;
	}
	.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;
	}
	rs-module .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^="custom-icon-"],
	.count-wrapper.counting-style-6 [class*=" custom-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;
	}
	#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: #2e2e2e;
	}
	.full-width-header-enabled #header {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.full-width-header-enabled #top-bar {
		padding-left: 15px;
	    padding-right: 15px;
	}
	
	.entry-header-wrapper {
		padding-top: 0;
		background-position: center;
	}
	#main {
		padding: 0;
	}
	.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;
	}

	.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';
	}
	#site-title img {
		max-height: 40px;
	}
	#header #access {
		display: flex;
    	align-items: center;
	}
	.transparent-header #site-title .logo-for-transparent-header {
		opacity: 0;
	}
	.transparent-header #site-title .logo-default {
	    opacity: 1;
	}
	#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;
		margin-top: 0;
	}
	#page.header-position-bottom #main {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.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: 20px;
	}
	#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;
	}

	.overlay-for-primary-menu {
		display: none;
	}
	.mobile-menu-wrapper {
		display: block;
	}
	.mobile-menu-dropdown-wrapper {
		display: flex;
	}
	#branding .social-links-wrapper {
		display: none;
	}
	#access {
		margin: 0;
	}
	#site-title {
		margin: 0 auto;
		position: absolute;
	    left: 50%;
	    transform: translate(-50%, 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;
	}
	#header .header-widget-area {
		display: none;
	}
	#header .mobile-menu-wrapper .header-widget-area {
		display: block;
	}
	.top-bar-enabled #header-wrapper {
		top: auto;
	}
	#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: 0;
	}
	.single-post.main-sidebar-is-active #main #secondary {
	    margin-top: 50px;
	}
	.blog.main-sidebar-is-active #primary,
	.single-post.main-sidebar-is-active #primary {
	    width: 100%;
	    margin: 0 auto;
    	float: none;
    	padding: 0;
    	padding-top: 50px;
	}
	.page-template-default #main #primary {
		padding: 0 15px;
	}
	#primary > .vc_column-inner {
	    padding-right: 0;
	}
	.single-post.main-sidebar-is-active .header-position-left #primary > .vc_column-inner,
	.single-post.main-sidebar-is-active .header-position-right #primary > .vc_column-inner,
	.blog.main-sidebar-is-active .header-position-left #primary > .vc_column-inner,
	.blog.main-sidebar-is-active .header-position-right #primary > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 944px) {
	.mt-team-slider-person {
	    display: block;
	}
	.team-slider-person-wrapper {
	    width: 100%;
	    margin-bottom: 32px;
	    margin-top: 0;
	    padding-right: 0;
	}
	.team-slider-person-image-wrapper {
	    width: 100%;
	    padding-left: 0;
	}
}
@media (max-width: 922px) {
	.posts-style-10 .wpb_thumbnails-alternative,
	.posts-style-11 .wpb_thumbnails-alternative,
	.posts-style-12 .wpb_thumbnails-alternative {
		max-width: 592px;
    	margin: 0 auto;
	}
	.posts-style-10 .content-wrapper,
	.posts-style-11 .content-wrapper,
	.posts-style-12 .content-wrapper {
	    display: block;
	    float: left;
    	width: 100%;
	}
	.posts-style-10 .post-thumbnail-wrapper,
	.posts-style-11 .post-thumbnail-wrapper,
	.posts-style-12 .post-thumbnail-wrapper,
	.posts-style-16 .post-thumbnail-wrapper {
		width: 100%;
	}
	.posts-style-10 .hentry-text-content,
	.posts-style-11 .hentry-text-content,
	.posts-style-12 .hentry-text-content {
		display: block;
		width: 100%;
		padding: 15% 15px;
	}
}

@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 (max-width: 768px) {
	h1 {
		font-size: 6.2vw;
	}
	#main blockquote p {
		font-size: 4.2vw;
	}
}
@media (max-width: 768px) {
	#content .vc_pie_chart .vc_pie_chart_value {
		font-size: 4.95vw;
	}
	.block-portfolio.portfolio-style-15 .hentry .post-thumbnail-wrapper {
		width: 100%;
		padding-right: 0;
	}
	.portfolio-style-15 .portfolio-view-wrapper {
		width: 100%;
		padding-left: 0;
	}
	#page .nav-pagination {
		margin-bottom: 50px;
	}
	#content .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner,
	#content .gw-go-col-wrap:hover .gw-go-col.gw-go-clean-style1 .gw-go-col-inner {
	    transform: none;
	}
	.nav-true .slick-list {
		padding: 0 10%;
	}
	#content .vc_tta.vc_general .vc_tta-title-text {
		display: block;
	}
	.person-style-10 {
		max-width: 304px;
	}
	.vc_col-sm-3 .person {
		max-width: 270px;
	}
	#page .social-links-wrapper.no-margin {
	    margin-bottom: 35px;
	}
	.posts-style-12 .hentry-text-content,
	.posts-style-16 .hentry-text-content {
		width: 100%;
		padding-left: 0;
	}
	#page .entry-content > .wpb_row.full-width > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner .vc_cta3-container {
		margin: 0 -15px;
	}
	#page .vc_general.vc_cta3 .vc_cta3-actions {
		margin-top: 1em;
	}
	#page .vc_general.vc_cta3 .vc_cta3-actions .vc_btn3-container {
		margin-bottom: 0;
	}
	#content .vc_chart .vc_chart-legend {
	    width: 100%;
	}
	.owl-carousel-wrapper.no-margin {
		margin-bottom: 35px;
	}
	.posts-style-12,
	.posts-style-13 {
		max-width: 285px;
	}
	.posts-style-12 .wpb_thumbnails-alternative .content-wrapper {
		flex-direction: column;
	}
	.testimonial-single-wrapper.no-margin,
	.testimonial-single-wrapper.testimonial-single-style-6.no-margin,
	.testimonial-single-wrapper.testimonial-single-style-7.no-margin {
		margin-bottom: 35px;
	}
	.testimonial-single-wrapper.testimonial-single-style-6.no-margin {
		margin-bottom: 50px;
	}
	.entry-content .vc_row-flex .wrapper > .inner-wrapper,
	.entry-content .vc_row-flex .vc_column_container > .vc_column-inner,
	.entry-content .vc_inner.vc_row-flex > .wrapper {
	    display: block;
	}
	.vc_btn3-container.no-margin {
	    margin-bottom: 21.73913043px;
	}
	#page .entry-content > .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.inner-wrapper .vc_column_container .vc_column-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.blog.main-sidebar-is-active #primary .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner,
	.single-post.main-sidebar-is-active #primary .wpb_row > .wrapper > .inner-wrapper > .vc_column_container > .vc_column-inner {
	    padding-left: 0;
	    padding-right: 0;
	}
	.mobile-menu-wrapper,
	.post-info-wrapper {
		width: 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,
	.marketing-tour-wrapper.marketing-tour-25 .marketing-tour {
		float: none;
		position: relative;
	}
	.marketing-tour-2 .marketing-tour-content,
	.marketing-tour-25 .marketing-tour-content {
		margin-top: 16px;
		margin-left: auto;
		margin-right: auto;
	}
	.marketing-tour-2 .marketing-tour-content {
		margin-left: 0;
	}
	.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;
	}
	#content .marketing-tour-wrapper.no-margin {
	    margin-bottom: 40px;
	}
	#content .vc_col-sm-4 .marketing-tour-wrapper {
		max-width: 400px;
		margin-left: auto;
    	margin-right: auto;
	}
	.marketing-tour-2 .marketing-tour-content {
	    text-align: center;
	}
	.marketing-tour-25 .marketing-tour-content {
	    margin-left: 0;
	}
	.marketing-tour-2 .marketing-tour-content h3,
	.marketing-tour-5 .marketing-tour-content h3 {
	    text-align: center;
	}
	.marketing-tour-wrapper.marketing-tour-25 .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;
	}
	.vc_pie_chart {
		display: flex;
    	justify-content: center;
	}
	.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;
	}
	.col3 .hentry,
	.col3 .grid-sizer,
	.col4 .hentry,
	.col4 .grid-sizer,
	.col2.margin-disabled .hentry,
	.col2.margin-disabled .grid-sizer,
	.entry-content > .portfolio-padding > .wrapper .block-portfolio .col3 .hentry,
	.entry-content > .portfolio-padding > .wrapper .block-portfolio .col3 .grid-sizer,
	.col3.margin-disabled .hentry,
	.col3.margin-disabled .grid-sizer,
	.block-portfolio .col4.margin-disabled .hentry,
	.block-portfolio .col4.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;
	}
	.col2 {
		max-width: 570px;
		margin: 0 auto;
	}
	.col3 {
		max-width: 370px;
		margin: 0 auto;
	}
	.col4 {
		max-width: 270px;
		margin: 0 auto;
	}
	.full-width .col2.margin-disabled,
	.full-width .col3.margin-disabled,
	.full-width .col4.margin-disabled {
		max-width: none;
	}
	.col3.title-hidden .hentry,
	.col4.title-hidden .hentry {
	    margin-bottom: 20px;
	}
	.col3.margin-disabled .hentry {
		margin-bottom: 0;
	}
	.col2 .hentry,
	.col2 .grid-sizer,
	.block-gallery-alternative.col4 .grid-sizer,
	.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;
	}
	.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;
	}
	.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;
	}
	.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 .person-title {
	    display: block;
	    margin-left: 0;
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 16px;
	}
	.doom-navigation {
		float: left;
		position: relative;
		top: auto;
		right: auto;
		top: auto;
		margin: 0;
		width: auto;
		display: block;
	}
	.row-header-full-width .doom-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: 16px;
	}
	#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 #e1e1e1;
		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: #2e2e2e;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #2e2e2e;
	}
	.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: #2e2e2e;
	}

}