html.noscroll, body.noscroll {
	overflow: hidden;
}
html, body {
	overscroll-behavior-x: none;
}
body {
	color: #FFFFFF;
	background: #000000;
}
body > img {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	left: 0;
}
body.light-theme {
	color: #222222;
	background: #f4f4f4;
}
a {
	position: relative;
	color: #4FEFBE;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover {
	color: #C1C1C1;
}
a, a:hover {
	text-decoration: none;
}
button {
	cursor: pointer;
}
.fb_dialog {
	z-index: 999 !important;
}
.content a:after {
	display: block;
	content: "";
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #4FEFBE;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.content a:hover {
	color: #4FEFBE;
}
.light-theme .content a {
	color: #222222;
}
.light-theme .content a:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	background: #222222;
}
body.light-theme a:hover {
	color: #000000;
}
body.light-theme a:hover:after {
	background: #4fefbe;
}
.content a:hover:after,
.light-theme .content a:hover:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
form input[type="email"] {
    text-transform: lowercase;
}
.override-overflow {
	overflow: visible !important;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {
	background: transparent;
	color: #FFFFFF;
	border: 0;
	padding: 0 0 1px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 300;
	border-radius: 0;
	border-bottom: 2px solid #c0c0c0;
}
.form-control:focus {
	color: #FFFFFF;
	background: transparent;
	border-color: #4fefbe;
	box-shadow: none;
}
.light-theme .form-control,
.light-theme .form-control:focus {
	color: #222222;
}
.dark-theme .form-control,
.dark-theme .form-control:focus {
	color: #FFFFFF;
}
.form-control::-webkit-input-placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
.form-control::-moz-placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
.form-control:-ms-input-placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
.form-control::-ms-input-placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
.form-control::-webkit-input-placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
.form-control::-moz-placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
.form-control:-ms-input-placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
.form-control::placeholder { color: #C0C0C0; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }

form input[type="email"]::-webkit-input-placeholder {
	text-transform: none;
}
form input[type="email"]::-moz-placeholder {
	text-transform: none;
}
form input[type="email"]:-ms-input-placeholder {
	text-transform: none;
}
form input[type="email"]::-ms-input-placeholder {
	text-transform: none;
}
form input[type="email"]::-webkit-input-placeholder {
	text-transform: none;
}
form input[type="email"]::-moz-placeholder {
	text-transform: none;
}
form input[type="email"]:-ms-input-placeholder {
	text-transform: none;
}
form input[type="email"]::placeholder {
	text-transform: none;
}

.wechat-modal {
	text-align: center;
}
.wechat-modal .modal-dialog {
	max-width: 258px;
	margin: 28px auto;
	margin: 1.75rem auto;
    min-height: calc(100% - (1.75rem * 2));
}
.wechat-modal .close {
	outline: none;
	position: absolute;
	top: -54px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 28px;
	color: #C0C0C0;
	text-shadow: none;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	padding: 10px;
}
.wechat-modal .close:hover {
	color: #FFFFFF;
}
.wechat-modal .wechat-name {
	color: #4fefbe;
	display: inline-block;
	margin: 0 0 20px;
	padding: 5px 15px;
	background: #222222;
	border-radius: 30rem;
}

.btn {
	padding: 16px 32px;
	padding: 1rem 2rem;
	font-size: 22.4px;
	font-size: 1.4rem;
	border-radius: 25px;
	text-decoration: none;
}
a.btn:after,
.image-link a.prettyphoto:after,
.vc_carousel-control:after,
a.image-link:after,
.sbi a:after {
    display: none !important;
}
.btn-group-lg>.btn,.btn-lg {
    padding: 22.4px 44.8px;
    padding: 1.4rem 2.8rem;
    font-size: 25.6px;
    font-size: 1.6rem;
    border-radius: 27px;
}
.btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #F4F4F4;
}
.btn-primary:hover {
    color: #4fefbe;
    background-color: transparent;
    border-color: #4fefbe;
}
.btn-primary.focus,.btn-primary:focus {
	box-shadow: none;
}
.btn-primary.disabled,.btn-primary:disabled {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #4fefbe;
    background-color: transparent;
    border-color: #4fefbe
}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 2px #222222;
}

a.btn.btn-primary:hover:after {
	height: 0px;
}
a.dark-theme.btn.btn-primary {
	color: #ffffff;
	border-color: #ffffff;
}
a.dark-theme.btn.btn-primary:hover {
	color: #4fefbe;
	background-color: transparent;
	border-color: #4fefbe;
}
a.dark-theme.btn.btn-primary.disabled,a.dark-theme.btn-primary:disabled {
	color: #CCC;
	background-color: #444;
	border-color: #444;
}

.light-theme .btn-primary {
	color: #222222;
	border-color: #222222;
}
.light-theme .btn-primary:hover {
    color: #4fefbe;
    background-color: transparent;
    border-color: #4fefbe;
}
.light-theme .btn-primary.disabled,.light-theme .btn-primary:disabled {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.12);
}

.dark-theme .btn-primary {
    color: #fff;
    border-color: #F4F4F4;
}
.dark-theme .btn-primary:hover {
    color: #4fefbe;
    background-color: transparent;
    border-color: #4fefbe;
}
.dark-theme .btn-primary.disabled,.dark-theme .btn-primary:disabled {
	color: #CCC;
	background-color: #444;
	border-color: #444;
}

.btn-secondary {
    color: #222222;
    background-color: #FFFFFF;
    border-color: #F4F4F4;
}
.btn-secondary:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}
.btn-secondary.focus,.btn-secondary:focus {
	box-shadow: none;
}
.btn-secondary.disabled,.btn-secondary:disabled {
    color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 1px 2px #222222;
}

.light-theme .content .btn-secondary {
	color: #FFFFFF;
	background-color: #222222;
	border-color: #222222;
}
.light-theme .content .btn-secondary:hover {
    color: #222222;
    background-color: transparent;
    border-color: #222222;
}
.light-theme .content .btn-secondary.disabled,.light-theme .content .btn-secondary:disabled {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.12);
}
.light-theme .content .btn-secondary:not(:disabled):not(.disabled).active,.light-theme .content .btn-secondary:not(:disabled):not(.disabled):active,.light-theme .content .show>.btn-secondary.dropdown-toggle {
    color: #222222;
    background-color: transparent;
    border-color: #222222
}

.subtitle {
	font-size: 32px;
	font-size: 2rem;
}
.menu, .menu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	display: inline-block;
}
.menu li a {
	display: block;
	outline: none;
}

.block {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.block .block-title {
	padding-bottom: 8px;
	padding-bottom: .5rem;
	border-bottom: 1px solid #222222;
}
.block .block-content {

}

header {
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	will-change: transform;
}
header .header-outer {
	background: rgba(34, 34, 34, 0.95);
}
header .header-search {
	display: none;
	background: rgba(14, 14, 14, 0.95);
	padding: 18px 0;
}
body.search-open .header-search {
	display: block;
}
body.is-past-header header {
	-webkit-transition: transform .3s ease-in-out;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
body.is-scrolling-down.is-past-header header {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
body.menu-open header {
	top: 110px;
	-webkit-transition: all .3s ease-in-out;
	-webkit-transition-delay: .1s;
	transition: all .3s ease-in-out;
	transition-delay: .1s;
}
header .logo {
	position: absolute;
	top: 10px;
	display: block;
	-webkit-transition: none;
	transition: none;
}
header .logo>img {
	width: auto;
	height: 50px;
	-webkit-transition: none;
	transition: none;
}
body.menu-open header .logo {
	top: -90px;
	-webkit-transition: all .3s ease-in-out;
	-webkit-transition-delay: .1s;
	transition: all .3s ease-in-out;
	transition-delay: .1s;
}
body.menu-open header .logo > img {
	height: 70px;
	-webkit-transition: all .3s ease-in-out;
	-webkit-transition-delay: .1s;
	transition: all .3s ease-in-out;
	transition-delay: .1s;
}
@media (min-width: 576px) {
	body.menu-open header {
		top: 126px;
	}
	body.menu-open header .logo > img {
		height: 90px;
	}
	body.menu-open header .logo {
		top: -108px;
	}
}
header,
header .header-contents {
	height: 70px;
}
header .header-contents {
	position: relative;
}
header nav {
	display: none;
}
header .menu li {
	position: relative;
	margin: 0 10px;
}
header .menu li.typeform-launch {
	position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
}
header .menu .typeform-share {
    padding: 6px 20px;
}
header .menu li a {
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	padding: 24px 7px 25px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header .menu li a:after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	background: #4fefbe;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
header .menu li.current-menu-item a,
header .menu li a:hover,
header .menu li:hover > a {
	color: #4fefbe;
	font-weight: bold;
}
header .menu li.current-menu-item a:after,
header .menu li a:hover:after,
header .menu li:hover > a:after {
	height: 3px;
}
header .menu li.menu-item-search a {
	padding-left: 25px;
	padding-right: 25px;
}
body.search-open header .menu li.menu-item-search a {
	color: #4fefbe;
}
header .menu li.menu-item-search a:after {
	display: none;
}
header .menu > li > .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
header .menu > li:hover > .sub-menu {
	display: block;
	padding: 20px 15px;
	min-width: 220px;
	left: -15px;
}
header .menu .sub-menu {
	background: rgba(0, 0, 0, 0.9);
}
header .menu .sub-menu li {
	display: block;
	margin: 0 0 4px 0;
}
header .menu .sub-menu li:last-child {
	margin-bottom: 0;
}
header .menu .sub-menu li a {
	font-size: 14px;
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 1.142857143;
	font-weight: 300;
	padding: 0 0 3px 0;
	color: #FFFFFF;
	border-bottom: 1px solid #AFACAC;
	text-align: left;
	white-space: nowrap;
}
header .menu .sub-menu li a:after {
	display: none;
}
header .menu .sub-menu li a:hover,
header .menu .sub-menu li.current-menu-item a {
	color: #4fefbe;
}
header .menu .sub-menu li:last-child a {
	border-bottom: 0;
	padding-bottom: 0;
}
header .menu-toggle {
	position: absolute;
	right: 14px;
	padding: 18px 15px;
	cursor: pointer;
}
header .menu-toggle .holder > span {
	display: block;
	width: 22px;
	height: 2px;
	background: #FFFFFF;
	margin-bottom: 4px;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}
body.menu-open .menu-toggle .holder > span,
header .menu-toggle:hover .holder > span {
	margin-bottom: 6px;
}
header .menu-toggle .holder > span:last-child {
	margin-bottom: 0;
}
body.menu-open .menu-toggle .holder > span.center {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
body.menu-open .menu-toggle .holder > span:first-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body.menu-open .menu-toggle .holder > span:last-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -16px;
}
header .menu-label {
	display: none;
	-webkit-animation: fadein-delayed-50 0.8s;
	animation: fadein-delayed-50 0.8s;
}
body.menu-open header .menu-label {
	color: #FFFFFF;
	display: block;
	font-size: 38.4px;
	font-size: 2.4rem;
	padding-left: 15px;
	font-weight: 400;
}
header .language-switcher {
	display: none;
	position: absolute;
	right: 0;
	padding: 5px 11px 6px;
	border: 1px solid #fff;
	border-radius: 30px;
}
header .language-switcher.menu li {
	margin: 0 3px;
}
header .language-switcher.menu li a {
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
header .language-switcher.menu li.active a {
	color: #4fefbe;
}
header .language-switcher.menu li a:after {
	display: none;
}
body.menu-open header .language-switcher {
	display: block;
	top: -72px;
	-webkit-animation: fadein-delayed-50 0.8s;
	animation: fadein-delayed-50 0.8s;
}
@media (min-width: 576px) {
	body.menu-open header .menu-label {
		padding-left: 71px;
	}
	header .menu-toggle {
		right: 7px;
	}
}
@media (min-width: 992px) {
	header .logo {
		left: 0;
	}
	header nav {
		display: block;
	}
	header .header-contents {
	    -webkit-box-pack: center!important;
	    -ms-flex-pack: center!important;
	    justify-content: center!important;
	}
	header .menu-toggle {
		display: none;
	}
	header .language-switcher {
		display: block;
	}
}
@media (min-width: 1200px) {
	header .menu .typeform-share {
		padding: 8px 24px;
	}
	header .menu li a {
		padding-left: 14px;
		padding-right: 14px;
	}
}


.wrap {
	background: #222222;
	padding-top: 70px;
}
.wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background: #000000;
}
.light-theme .wrap {
	background: #FFFFFF;
}

body.archive .wrap,
body.blog .wrap,
body.single .wrap,
body.search .wrap,
body.error404 .wrap {
	padding-bottom: 10px;
}
body.archive.post-type-archive-project .wrap {
	padding-bottom: 40px;
}
@media (min-width: 576px) {
	body.archive .wrap,
	body.blog .wrap,
	body.single .wrap,
	body.search .wrap,
	body.error404 .wrap {
		padding-bottom: 50px;
	}
	body.archive.post-type-archive-project .wrap {
		padding-bottom: 80px;
	}
	body.archive.post-type-archive-video .wrap {
		padding-bottom: 10px;
	}
}

.hero-block {
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}
.hero-block.hero-background-image {
	height: auto;
	background: transparent;
}
.hero-block.hero-background-image img {
	width: 100%;
	height: auto;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.hero-block.hero-background-image .tablet-image,
.hero-block.hero-background-image .desktop-image {
	display: none;
}
.hero-vr .pnlm-container {
	width: 100% !important;
	height: 100% !important;
	background: transparent;
}
.pnlm-container:after {
	pointer-events: none;
	content: '';
	background-image: url('../img/vr-ready.png');
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.pnlm-container.loaded:after {
	-webkit-animation: pulse 3s;
	animation: pulse 3s;
}
.pnlm-about-msg {
	display: none !important;
}
.pnlm-load-box {
	background: #222222;
}
.pnlm-load-box .pnlm-lbar {
	height: 3px;
}
.pnlm-load-box .pnlm-lbar .pnlm-lbar-fill {
	background: #4fefbe;
}
body.home .hero-block,
.hero-slides .slide {
	height: 600px;
	height: calc(100vh - 70px);
	position: relative;
}
body.archive .hero-block,
body.blog .hero-block,
body.single .hero-block {
	margin-bottom: 30px;
}
@media (min-width: 576px) {
	.hero-block {
		height: 450px;
	}
	.hero-block.hero-background-image {
		height: auto;
	}
	.hero-block.hero-vr {
		height: 600px;
	}
	body.archive .hero-block,
	body.blog .hero-block,
	body.single .hero-block {
		margin-bottom: 50px;
	}
	.hero-block.hero-background-image .tablet-image {
		display: block;
	}
	.hero-block.hero-background-image .mobile-image,
	.hero-block.hero-background-image .desktop-image {
		display: none;
	}
}
@media (min-width: 992px) {
	.hero-block.hero-background-image .desktop-image {
		display: block;
	}
	.hero-block.hero-background-image .mobile-image,
	.hero-block.hero-background-image .tablet-image {
		display: none;
	}
}

.hero-slides.owl-theme .owl-nav {
	margin: 0;
}

.hero-slides.owl-theme .owl-nav > .owl-prev,
.hero-slides.owl-theme .owl-nav > .owl-next {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 100;
  background: none;
  border: none;
  outline: none;
}
.hero-slides.owl-theme .owl-nav > .owl-prev {
  left: 20px;
}
.hero-slides.owl-theme .owl-nav > .owl-next {
  right: 20px;
}

.hero-slides.owl-theme .owl-nav span {
  font-size: 7em;
  margin-top: -0.75em;
  margin-left: -0.12em;
  position: absolute;
  color: #cecece;
  -webkit-transition: transform .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.hero-slides.owl-theme .owl-nav span:hover {
  color: #4fefbe;
  -webkit-transition: transform .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.hero-slides.owl-theme .owl-dots,
.hero-slides.owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
	line-height: 0;
	font-size: 0;
	position: absolute;
	bottom: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hero-slides.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.hero-slides.owl-theme .owl-dots .owl-dot span {
	margin: 7px;
}
.hero-slides.owl-theme .owl-dots .owl-dot span {
	background: #3c3c3c;
}
.hero-slides.owl-theme .owl-dots .owl-dot.active span,
.hero-slides.owl-theme .owl-dots .owl-dot:hover span {
	background: #4fefbe;
}

.hero-slides .slide {
	display: none;
}
.hero-slides .slide:first-child,
.hero-slides.owl-loaded .slide {
	display: block;
}
.hero-slides .slide-image {
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero-slides .slide-image.desktop-image,
.hero-slides .slide-image.tablet-image {
	display: none;
}
@media (min-width: 576px) {
	.hero-slides .slide-image.mobile-image {
		display: none;
	}
	.hero-slides .slide-image.tablet-image {
		display: block;
	}
}
@media (min-width: 992px) {
	.hero-slides .slide-image.mobile-image,
	.hero-slides .slide-image.tablet-image {
		display: none;
	}
	.hero-slides .slide-image.desktop-image {
		display: block;
	}
}
.hero-slides .slide-meta {
	position: absolute;
	top: 0;
	left: 0;
}
.hero-slides .slide-meta,
.hero-slides .slide-meta > .container {
	width: 100%;
	height: 100%;
}
.hero-slides .slide-meta > .container {
	position: relative;
}
.hero-slides .slide-meta .meta-box {
	color: #FFFFFF;
	position: absolute;
	max-width: 400px;
}
.hero-slides .slide-meta .meta-box.pos-topright {
	top: 150px;
	right: 15px;
	bottom: auto;
	left: auto;
	text-align: right;
}
.hero-slides .slide-meta .meta-box.pos-center {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 570px;
	text-align: center;
}
.hero-slides .slide-meta .meta-box.pos-bottomleft {
	left: 15px;
	bottom: 150px;
	top: auto;
	right: auto;
}
.hero-slides .slide-meta .meta-box.pos-bottomcenter {
	left: 50%;
	right: auto;
	bottom: 150px;
	top: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.hero-slides .slide-meta .meta-box.pos-bottomright {
	right: 15px;
	left: auto;
	top: auto;
	bottom: 150px;
	text-align: right;
}
@media (max-width: 991px) {
	.hero-slides .slide-meta .meta-box.pos-tablet-topright {
		top: 150px;
		right: 15px;
		bottom: auto;
		left: auto;
		text-align: right;
	}
	.hero-slides .slide-meta .meta-box.pos-tablet-center {
		top: 50%;
		left: 50%;
		right: auto;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 570px;
		text-align: center;
	}
	.hero-slides .slide-meta .meta-box.pos-tablet-bottomleft {
		left: 15px;
		right: auto;
		top: auto;
		bottom: 150px;
	}
	.hero-slides .slide-meta .meta-box.pos-tablet-bottomcenter {
		left: 50%;
		right: auto;
		top: auto;
		bottom: 150px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
	.hero-slides .slide-meta .meta-box.pos-tablet-bottomright {
		right: 15px;
		left: auto;
		top: auto;
		bottom: 150px;
		text-align: right;
	}
}
@media (max-width: 575px) {
	.hero-slides .slide-meta .meta-box.pos-mobile-topright {
		top: 150px;
		right: 15px;
		text-align: right;
	}
	.hero-slides .slide-meta .meta-box.pos-mobile-center {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		max-width: 570px;
		text-align: center;
	}
	.hero-slides .slide-meta .meta-box.pos-mobile-bottomleft {
		left: 15px;
		bottom: 150px;
	}
	.hero-slides .slide-meta .meta-box.pos-mobile-bottomcenter {
		left: 50%;
		bottom: 150px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		text-align: center;
	}
	.hero-slides .slide-meta .meta-box.pos-mobile-bottomright {
		right: 15px;
		bottom: 150px;
		text-align: right;
	}
}
.hero-slides .slide-meta .slide-title {
	font-size: 48px;
	font-size: 3rem;
}
.hero-slides .slide-meta .slide-cta {
	margin-top: 30px;
}
.hero-slides .slide-meta .meta-box.pos-center .slide-title {
	font-size: 64px;
	font-size: 4rem;
}
.hero-slides .slide-meta .slide-title > span {
	font-weight: bold;
	display: block;
}
@media (min-width: 768px) {
	.hero-slides .slide-meta .slide-cta > .btn {
		padding: 1.4rem 2.8rem;
		font-size: 1.6rem;
		border-radius: 27px;
	}
}

.archive-header,
.terms-navigation,
.single-header {
	margin-bottom: 30px;
}
.archive-header {
	margin-bottom: 40px;
}
.archive-header h1,
.terms-navigation h1,
.single-header h1,
.archive-header h2,
.terms-navigation h2,
.single-header h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.archive-header .description,
.single-header .description {
	font-size: 25.6px;
	font-size: 1.6rem;
}
.single-header .date {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}
.content .backto {
	display: inline-block;
	color: #222222;
	font-weight: 400;
	margin-bottom: 15px;
}
.content .backto i {
	font-size: 19.2px;
	font-size: 1.2rem;
	padding-right: 3px;
}
.content .backto:hover {
	color: #4fefbe;
}
.content .backto:after {
	display: none;
}

.single-header .description h2 {
	font-weight: 300;
}
.single-header .project-meta {
	font-size: 25.6px;
	font-size: 1.6rem;
	margin-bottom: 8px;
	margin-bottom: .5rem;
}
.single-header .project-meta span.client {
	font-weight: bold;
}
.archive-header .description {
	margin-top: 40px;
}
body.error404 .archive-header {
	text-align: center;
}
@media (min-width: 576px) {
	.archive-header,
	.single-header,
	.terms-navigation {
		margin-bottom: 40px;
	}
	.archive-header {
		margin-bottom: 70px;
	}
	.archive-header.blog-header {
		margin-bottom: 30px;
	}
	.archive-header .description,
	.single-header .description {
		font-size: 2rem;
	}
	.archive-header .description {
		margin-top: 70px;
	}
}

.terms-navigation {
	margin-left: -8px;
	margin-right: -8px;
}
.terms-navigation li a {
	font-size: 25.6px;
	font-size: 1.6rem;
	color: #FFFFFF;
}
.terms-navigation li a:hover {
	color: #4fefbe;
}
.terms-navigation li a:after {
	display: none;
}
.terms-navigation li {
	margin: 0 8px 8px;
}
.terms-navigation li.current-menu-item a {
	color: #4fefbe;
}

.light-theme .terms-navigation li a {
	color: #222222;
}
.light-theme .terms-navigation li a:hover,
.light-theme .terms-navigation li.current-menu-item a {
	color: #4fefbe;
}
.terms-navigation li.current-menu-item a:after,
.light-theme .terms-navigation li.current-menu-item a:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.post-content {
	margin-bottom: 80px;
}
.post-content img,
.post-content .wp-caption {
	max-width: 100%;
	height: auto;
}

.post-grid.projects-grid > .row,
.post-grid.thumbs-grid > .row {
	margin-left: -5px;
	margin-right: -5px;
}
.post-grid.services-grid > .row {
	margin-left: -10px;
	margin-right: -10px;
}
.post-grid.preview-grid > .row {
	margin-left: 0;
	margin-right: 0;
}
.post-grid.projects-grid [class*="col"],
.post-grid.thumbs-grid [class*="col"] {
	padding-left: 5px;
	padding-right: 5px;
}
.post-grid.services-grid [class*="col"] {
	padding-left: 10px;
	padding-right: 10px;
}
.post-grid.preview-grid [class*="col"] {
	padding-left: 0;
	padding-right: 0;
}

.post-grid {
	margin-bottom: 30px;
}

.post-grid.projects-grid,
.post-grid.blog-grid,
.post-grid.videos-grid {
	text-align: center;
}

.side-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(33, 33, 33, 0.75);
	z-index: 2;
}
.light-theme .side-overlay {
	background: rgba(255, 255, 255, 0.75);
}
.left-overlay.side-overlay {
	left: 0;
}
.right-overlay.side-overlay {
	right: 0;
}
.services-carousel-container {
	position: relative;
}
.video-carousel-container {
	position: relative;
}
.post-grid.videos-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.post-grid.videos-grid .videos-section {
	margin-bottom: 45px;
}
.post-grid.videos-grid .videos-section h2 {
	text-align: left;
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 20px;
}
.post-grid.videos-grid .video-carousel {
	list-style-type: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: auto;
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
	margin-bottom: 0;
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-stage,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-stage {
    margin-left: auto;
    margin-right: auto;	
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav {
	margin: 0;
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav .owl-prev.disabled,
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav .owl-next.disabled,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav .owl-prev.disabled,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav .owl-next.disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-prev,
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-next,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav > .owl-prev,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav > .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	background: none;
	border: none;
	outline: none;
	z-index: 3;
	margin-bottom: 63px;
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-prev,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav > .owl-prev {
	left: 20px;
	margin-left: -5px;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-next,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav > .owl-next {
	right: 20px;
	margin-right: -5px;
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav span,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav span {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 5em;
	line-height: 0.55;
	color: #cecece;
	-webkit-transition: transform .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > button:hover span,
.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav > button:hover span {
	color: #4fefbe;
	-webkit-transition: transform .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.post-grid.videos-grid .video-carousel li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.post-grid.videos-grid .video-carousel.owl-loaded li,
.post-grid.thumbs-grid .services-carousel.owl-loaded li {
	width: auto;
	float: none;
	display: block;
	max-width: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0;
	padding-right: 0;
}
.other-services .post-grid.thumbs-grid {
    margin-left: -15px;
    margin-right: -15px;
}
.post-grid.thumbs-grid .services-carousel {
	list-style-type: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: auto;
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
	margin-bottom: 0;
}
@media(max-width: 575px) {
	.post-grid.videos-grid .videos-section .container {
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media (min-width: 576px) {
	.post-grid.videos-grid .videos-section h2 {
		font-size: 2.6rem;
	}
	.post-grid.thumbs-grid .services-carousel.owl-theme .owl-nav span {
        color: #222222;
	}
}
@media (max-width: 991px) {
	.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-prev,
	.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-next {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: 0;
		background: none;
		border: none;
		outline: none;
		z-index: 3;
		margin-bottom: 41px;
	}
	.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-prev {
		left: 20px;
	    margin-left: -10px;
		-webkit-transform: translate3d(-100%, 0, 0);
		        transform: translate3d(-100%, 0, 0);
	}
	.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-next {
		right: 20px;
	    margin-right: -10px;
		-webkit-transform: translate3d(100%, 0, 0);
		        transform: translate3d(100%, 0, 0);
	}
	.post-grid.videos-grid .video-carousel.owl-theme .owl-nav span {
		width: 30px;
		height: 30px;
		font-size: 3em;
		line-height: 0.55;
	}
}
@media (max-width: 767px) {
	.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-prev {
	    margin-left: 0;
	}
	.post-grid.videos-grid .video-carousel.owl-theme .owl-nav > .owl-next {
	    margin-right: 0;
	}
}

.services {
	margin-top: 10px;
}
.services ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #222222;
	font-size: 20.8px;
	font-size: 1.3rem;
}
.services ul li {
	display: inline;
}
.services ul li:after {
	content: '|';
	padding: 0 5px;
}
.services ul li a {
	color: #222222;
}
.services ul li a:hover {
	color: #4FEFBE;
}
.services ul li a:after {
	display: none;
}
.services ul li:last-child:after {
	display: none;
}

.load-more {
	cursor: pointer;
	font-weight: 400;
	font-size: 24px;
	font-size: 1.5rem;
	border-width: 1px;
	padding: 16px 48px;
	padding: 1rem 3rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.light-theme .load-more.btn-primary {
	background: #222222;
}
.light-theme .load-more.btn-primary:not(:disabled):not(.disabled):not(.last),
.light-theme .load-more.btn-primary:not(:disabled):not(.disabled):not(.last) span {
	color: #FFFFFF;
}
.light-theme .load-more.btn-primary:hover,
.light-theme .load-more.btn-primary:active {
	background: transparent;
}
.light-theme .load-more.btn-primary:not(:disabled):not(.disabled):not(.last):hover,
.light-theme .load-more.btn-primary:not(:disabled):not(.disabled):not(.last):active,
.light-theme .load-more.btn-primary:not(:disabled):not(.disabled):not(.last):hover span,
.light-theme .load-more.btn-primary:not(:disabled):not(.disabled):not(.last):active span {
	color: #4fefbe;
}
.blockUI .load-more {
	margin: auto;
}

.testimonial-block-load-more.owl-carousel-active,
.team-block-load-more.owl-carousel-active {
  display: none;
}

.load-more.load-more-teams,
.load-more.load-more-logos {
	min-width: 150px;
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 16px 38.4px;
	padding: 1rem 2.4rem;
	margin-bottom: 30px;
	width: 200px !important;
}
.load-more > span {
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.load-more.loading {
	cursor: wait!important;
	width: 43px;
	height: 43px;
	border: 4px solid transparent;
	border-radius: 100%;
	border-color: transparent;
	border-top-color: #4fefbe;
	padding: 0;
	animation: spin 1s infinite;
	-webkit-animation: spin 1s infinite;
}
.light-theme .load-more.loading {
	background: transparent;
	border-color: transparent;
	border-top-color: #4fefbe;
}
.load-more.loading > span {
	display: none;
}
.load-more.last,
.load-more.disabled {
	cursor: not-allowed!important;
}
.load-more.disabled,
.load-more.disabled:hover,
.load-more.disabled:active {
	background: transparent!important;
	border-color: #999999!important;
	color: #777777!important;
}
.light-theme .load-more.disabled,
.light-theme .load-more.disabled:hover,
.light-theme .load-more.disabled:active {
	background: #f4f4f4!important;
	border-color: #f4f4f4!important;
	color: #C1C1C1!important;
}
.load-more.last {
	display: none;
}

.post-grid.projects-grid .load-more,
.post-grid.videos-grid .load-more {
	margin-top: 40px;
}
.post-grid.projects-grid .project-item,
.post-grid.videos-grid .video-item {
	margin-bottom: 10px;
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
}
.post-grid.projects-grid .project-item .item-image:after,
.post-grid.videos-grid .video-item .item-image:after {
	display: none;
}
.post-grid.preview-grid .project-item {
	margin-bottom: 0;
}
.post-grid.projects-grid .featured-image,
.post-grid.videos-grid .featured-image {
	position: relative;
	overflow: hidden;
}
.post-grid.projects-grid .featured-image > a,
.post-grid.videos-grid .featured-image > a {
	display: block;
	color: #ffffff;
}
.post-grid.videos-grid .featured-image > a {
	text-align: left;
}
.post-grid.projects-grid .featured-image img,
.post-grid.videos-grid .featured-image img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.post-grid.videos-grid .featured-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.post-grid.videos-grid .featured-image .play-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(34, 34, 34, 0.50); */
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.post-grid.videos-grid .featured-image .play-icon i {
	position: absolute;
	font-size: 54px;
	height: 54px;
	line-height: 1;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
    text-shadow: 0 0 3px #222222;
}
.post-grid.projects-grid .featured-image > a:hover img,
.post-grid.videos-grid .featured-image > a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.post-grid.videos-grid .featured-image > a:hover .play-icon {
/* 	background: rgba(34, 34, 34, 0.25); */
}
.post-grid.videos-grid .featured-image > a:hover .play-icon i {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    text-shadow: 0 0 3px rgba(34, 34, 34, 0.4);
}
.post-grid.projects-grid .featured-image > a:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0;
	height: auto;
	background: -webkit-linear-gradient(transparent 50%, #222222);
	background: linear-gradient(transparent 50%, #222222);
	-webkit-transform: none;
	transform: none;
}
.post-grid.videos-grid .featured-image > a:after {
	content: none;
	display: none;
}
.post-grid.videos-grid .featured-image .item-meta .title {
	margin-bottom: 2px;
}
.post-grid.videos-grid .featured-image .item-meta .type {
	font-size: 20.8px;
	font-size: 1.3rem;
}
.post-grid.videos-grid .featured-image .item-meta .type ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.post-grid.videos-grid .featured-image .item-meta .type ul li {
	list-style: none;
	display: inline;
}
.post-grid.videos-grid .featured-image .item-meta .type ul li + li:before {
	content: ', ';
}
.light-theme .post-grid.videos-grid .featured-image .item-meta .title {
	color: #222222;
}
.post-grid.projects-grid .featured-image .item-meta {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-align: left;
}
.post-grid.projects-grid .featured-image .item-meta .services ul {
	color: #FFFFFF;
	text-transform: uppercase;
}
.post-grid.projects-grid .featured-image .item-meta .client,
.post-grid.projects-grid .featured-image .item-meta .title {
	font-weight: bold;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.3;
}
.post-grid.projects-grid .featured-image .item-meta .client {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.post-grid.projects-grid .featured-image .item-meta .title {
	display: none;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.post-grid.projects-grid .featured-image .item-meta.has-logo .logo {
	display: none;
}
.post-grid.projects-grid .featured-image > a:hover .item-meta {
	display: block;
}
@media (min-width: 992px) {
	.post-grid.projects-grid .featured-image .item-meta .client,
	.post-grid.projects-grid .featured-image .item-meta .title {
		font-size: 2rem;
	}

	body:not(.handheld) .post-grid.projects-grid .featured-image > a:after {
		background: rgba(0, 0, 0, 0.75);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	body:not(.handheld) .post-grid.projects-grid .featured-image > a:hover:after {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	body:not(.handheld) .post-grid.projects-grid .featured-image .item-meta {
		display: none;
		padding: 0;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
		width: 80%;
	}
	body:not(.handheld) .post-grid.projects-grid .featured-image > a:hover .item-meta {
		display: block;
	}
	body:not(.handheld) .post-grid.projects-grid .featured-image .item-meta .title {
		display: block;
	}
	body:not(.handheld) .post-grid.projects-grid .featured-image .item-meta.has-logo {
		width: 100%;
		padding: 20px;
	}
	body:not(.handheld) .post-grid.projects-grid .featured-image .item-meta.has-logo .logo {
        position: absolute;
        top: 50%;
        left: 40px;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        display: block;
        max-width: 22%;
    }
	body:not(.handheld) .post-grid.projects-grid .featured-image .item-meta.has-logo .meta-content {
        text-align: left;
        padding-left: 36%;
 }
}

.card-item,
.post-grid.services-grid .service-item {
	margin-bottom: 30px;
	text-align: left;
}
.card-item .featured-image,
.post-grid.services-grid .service-item .featured-image {
	margin-bottom: 15px;
}
.card-item a,
.post-grid.services-grid .service-item a {
	display: block;
	position: relative;
	color: #FFFFFF;
	outline: none;
}
.light-theme .card-item a,
.light-theme .post-grid.services-grid .service-item a {
	color: #222222;
}
.card-item a:after,
.post-grid.services-grid .service-item a:after {
	display: none;
}
.card-item.full-image img.full-thumb,
.post-grid.services-grid .service-item.first img.full-thumb {
	display: none;
}
.card-item .item-meta .item-title,
.post-grid.services-grid .service-item .item-meta .item-title {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.light-theme .card-item .item-meta .item-title,
.light-theme .post-grid.services-grid .service-item .item-meta .item-title {
	color: #222222;
	border-bottom-color: #919191;
}
.card-item .item-meta .item-date,
.post-grid.services-grid .service-item .item-meta .item-date {
	margin-bottom: 10px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.light-theme .card-item .item-meta .item-date,
.light-theme .post-grid.services-grid .service-item .item-meta .item-date {
	color: #222222;
}
.post-grid.thumbs-grid .thumb-item {
	margin-bottom: 30px;
}
.post-grid.thumbs-grid .thumb-item a {
	display: block;
}
.post-grid.thumbs-grid .thumb-item a:after {
	display: none;
}
.card-item .item-image,
.post-grid .item-image {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}
.video-item-container .item-image .embed-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-item-container.format-story .item-image {
	padding-bottom: 177.7778%;
}
.video-item-container.format-square .item-image {
	padding-bottom: 100%;
}
.video-item-container.format-landscape .item-image {
	padding-bottom: 56.25%;
}
.post-grid.projects-grid .item-image {
	margin-bottom: 0;
}
.card-item .item-image:after,
.post-grid .item-image:after {
	position: absolute;
	content: '';
	width: 0;
	height: 3px;
	background: #4fefbe;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.card-item a:hover .item-image:after,
.post-grid a:hover .item-image:after {
	width: 100%;
}
.post-grid.thumbs-grid .item-title {
	color: #FFFFFF;
	font-size: 25.6px;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.light-theme .post-grid.thumbs-grid .item-title {
	color: #222222;
}
.post-grid.thumbs-grid .thumb-item a:hover .item-title {
	color: #4fefbe;
}
.post-grid.thumbs-grid .item-client {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #222222;
	text-transform: uppercase;
}
.post-grid.thumbs-grid .thumb-item a:hover .item-client {
	color: #4fefbe;
}

@media (min-width: 576px) {
	.card-item,
	.post-grid.services-grid .service-item {
		margin-bottom: 50px;
	}
	.card-item .item-title,
	.post-grid.services-grid .service-item .item-title {
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
/* 	.post-grid.services-grid .service-item a:after {
		display: block;
		top: -15px;
		left: -15px;
		right: -15px;
		bottom: -15px;
		background: transparent;
		height: auto;
		-webkit-box-shadow: 0 0 15px rgba(215, 215, 215, 0.5);
		box-shadow: 0 0 15px rgba(215, 215, 215, 0.5);
		-webkit-transform: none;
		transform: none;
		z-index: 10;
	    -webkit-transition: all .3s ease, background 0s;
	    transition: all .3s ease, background 0s;
	} */
	.card-item a:hover .featured-image,
	.card-item a:hover .item-meta,
	.post-grid.services-grid .service-item a:hover .featured-image,
	.post-grid.services-grid .service-item a:hover .item-meta {
		position: relative;
		z-index: 12;
	}
	.card-item a:hover .item-title,
	.post-grid.services-grid .service-item a:hover .item-title,
	.light-theme .card-item a:hover .item-title,
	.light-theme .post-grid.services-grid .service-item a:hover .item-title {
		color: #4fefbe;
	}
/* 	.post-grid.services-grid .service-item a:hover:after {
		background: #FFFFFF;
	}
	.post-grid.services-grid .service-item a:active:after {
		-webkit-box-shadow: inset 0 0 15px rgba(215, 215, 215, 0.5);
		box-shadow: inset 0 0 15px rgba(215, 215, 215, 0.5);
	} */
}
@media (min-width: 768px) {
	.card-item.full-image img,
	.post-grid.services-grid .service-item.first img {
		display: none;
	}
	.card-item.full-image img.full-thumb,
	.post-grid.services-grid .service-item.first img.full-thumb {
		display: block;
	}
}

.dropdown .clear {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.dropdown .clear > i {
	padding: 9px 0 11px;
}

.dropdown .dropdown-toggle {
	color: #FFFFFF;
	display: block;
	width: 100%;
	outline: none;
	border: 0;
	padding: 0;
	text-align: left;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 300;
	border-bottom: 2px solid #FFFFFF;
	-webkit-appearance: none;
	background: transparent;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: color .3s ease, border .3s ease;
	transition: color .3s ease, border .3s ease;
}
.dropdown .dropdown-toggle:focus {
	color: #FFFFFF;
	outline: 0;
	background: transparent;
	border-color: #4fefbe;
	box-shadow: none;
}
.light-theme .dropdown .dropdown-toggle {
	color: #222222;
	border-bottom-color: #C0C0C0;
}
.light-theme .dropdown .dropdown-toggle:focus {
	color: #222222;
	border-bottom-color: #4fefbe;
}
.dark-theme .dropdown .dropdown-toggle {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.dark-theme .dropdown .dropdown-toggle:focus {
	color: #FFFFFF;
	border-bottom-color: #4fefbe;
}
.has-error .dropdown .dropdown-toggle {
	border-color: rgb(185, 74, 72) !important;
}
.project-filters,
.video-filters {
	position: relative;
	margin-bottom: 40px;
}
.dropdown.has-value .dropdown-toggle {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
}
.light-theme .dropdown.has-value .dropdown-toggle {
	color: #222222;
	border-bottom-color: #C0C0C0;
}
.dark-theme .dropdown.has-value .dropdown-toggle {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.dropdown .dropdown-toggle:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	border-top-color: #FFFFFF;
	border-top-width: 6px;
	border-left-width: 5px;
	border-right-width: 5px;
}
.dropdown.has-value .dropdown-toggle:after {
	display: none;
}
.light-theme .dropdown .dropdown-toggle:after {
	border-top-color: #484545;
}
.dark-theme .dropdown .dropdown-toggle:after {
	border-top-color: #FFFFFF;
}
.dropdown .dropdown-menu {
	right: auto;
	min-width: 100%;
	margin-top: -2px;
	padding: 15px 10px;
	border: 0;
	border-radius: 0;
	max-height: 259px;
	overflow-y: auto;
	background: rgba(34, 34, 34, 0.9);
}
.dropdown .dropdown-item {
	padding: 0 0 3px;
	margin-bottom: 4px;
	font-size: 25.6px;
	font-size: 1.6rem;
	color: #FFFFFF;
	font-weight: 300;
	background: transparent;
	border-bottom: 1px solid #AFACAC;
}
.light-theme .dropdown .dropdown-item {
	color: #FFFFFF;
}
.dropdown .dropdown-item:hover,
.light-theme .dropdown .dropdown-item:hover {
	color: #4fefbe;
}
.dropdown .dropdown-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.dropdown .dropdown-item:after {
	display: none;
}
.list-clear {
	display: none;
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.list-clear:hover {
	color: #4FEFBE;
}
.has-value .list-clear {
	display: block;
	padding-left: 20px;
}
.list-clear i {
    font-size: 10px;
    position: absolute;
    left: 11px;
    -webkit-transform: translate3d(-100%, 5px, 0);
            transform: translate3d(-100%, 5px, 0);
}
.project-filters.filtering .dropdown .dropdown-menu {
	min-height: 200px;
}
.project-filters.filtering .dropdown .dropdown-menu:after {
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: wait!important;
    width: 43px;
    height: 43px;
    margin-top: -21.5px;
    margin-left: -21.5px;
    border: 4px solid transparent;
    border-radius: 100%;
    border-color: transparent;
    border-top-color: #4fefbe;
    padding: 0;
    animation: spin 1s infinite;
    -webkit-animation: spin 1s infinite;
}
.project-filters.filtering .dropdown .dropdown-menu .dropdown-item {
	display: none;
}
@media (max-width: 767px) {
	.dropdown .dropdown-menu {
		position: relative !important;
		-webkit-transform: none !important;
		        transform: none !important;
		margin-bottom: 5px !important;
	}
}
@media (min-width: 768px) {
	.project-filters,
	.video-filters {
		margin-bottom: 50px;
	}
}
@media (min-width: 992px) {
	.video-filters {
		margin-bottom: 30px;
	}
}

.featured-projects h3,
.other-services h3 {
	margin-bottom: 30px;
}
@media (min-width: 576px) {
	.featured-projects h3,
	.other-services h3 {
		margin-bottom: 30px;
	}
}

.service-block a {
	display: block;
	color: #FFFFFF;
	outline: none;
}
.light-theme .service-block a {
	color: #222222;
}
.service-block a:after {
	display: none;
}
.service-block a:hover {
	color: #FFFFFF;
}
.service-block a .service-title {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	border-bottom: 1px solid #919191;
	margin-bottom: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.service-block a:hover .service-title {
	color: #4fefbe;
}
.service-block.featured a .service-title:after {
	display: none;
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #D8D8D8;
	border-radius: 100%;
}
.service-block .service-content {
	display: none;
	max-width: 285px;
}
.service-block.featured .service-content {
	max-width: none;
}
@media (min-width: 576px) {
	.service-block .service-content {
		display: block;
		max-width: 420px;
	}
	.service-block.featured .service-content {
		max-width: 525px;
	}
}
@media (min-width: 992px) {
	.service-block.featured {
		margin-right: 34%;
	}
	.service-block.featured a .service-title:after {
		display: block;
	}
}
@media (min-width: 1010px) {.service-block.featured {margin-right: 33%;}}
@media (min-width: 1042px) {.service-block.featured {margin-right: 32%;}}
@media (min-width: 1060px) {.service-block.featured {margin-right: 30%;}}
@media (min-width: 1100px) {.service-block.featured {margin-right: 28%;}}
@media (min-width: 1150px) {.service-block.featured {margin-right: 26%;}}
@media (min-width: 1180px) {.service-block.featured {margin-right: 24%;}}
@media (min-width: 1200px) {.service-block.featured {margin-right: 27%;}}
@media (min-width: 1230px) {.service-block.featured {margin-right: 26%;}}
@media (min-width: 1270px) {.service-block.featured {margin-right: 24%;}}
@media (min-width: 1320px) {.service-block.featured {margin-right: 23%;}}
@media (min-width: 1380px) {.service-block.featured {margin-right: 22%;}}
@media (min-width: 1440px) {.service-block.featured {margin-right: 20%;}}
@media (min-width: 1520px) {.service-block.featured {margin-right: 19%;}}
@media (min-width: 1640px) {.service-block.featured {margin-right: 17%;}}
@media (min-width: 1720px) {.service-block.featured {margin-right: 16%;}}
@media (min-width: 1880px) {.service-block.featured {margin-right: 14%;}}
@media (min-width: 2030px) {.service-block.featured {margin-right: 11%;}}
@media (min-width: 2180px) {.service-block.featured {margin-right: 8%;}}
@media (min-width: 2400px) {.service-block.featured {margin-right: 5%;}}
@media (min-width: 2560px) {.service-block.featured {margin-right: 2%;}}

.contacts-block:before,
.contacts-block:after {
	content: " ";
	display: table;
}
.contacts-block:after {
	clear: both;
}
.thumb-block {
	margin-left: -5px;
	margin-right: -5px;
}
.team-block {
	margin-bottom: 20px;
}
.team-departments,
.logo-tags {
	display: none;
	padding-top: 0;
	margin-bottom: 30px;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.team-departments a,
.logo-tags a {
	margin: 0 7.5px;
	color: #FFFFFF;
}
.team-departments a:after,
.logo-tags a:after {
	display: none;
}
.light-theme .content .team-departments a,
.light-theme .content .logo-tags a {
	color: #222222;
}
.content .team-departments a.active,
.content .team-departments a:hover,
.light-theme .content .team-departments a:hover,
.content .logo-tags a.active,
.content .logo-tags a:hover,
.light-theme .content .logo-tags a:hover {
	color: #4fefbe;
}
.team-departments a:hover:after,
.logo-tags a:hover:after {
	display: none;
}
.team-departments-dropdown,
.logo-tags-dropdown {
	margin-bottom: 30px;
}
.team-block .thumb-item {
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
}
.thumb-block .team-member,
.thumb-block .testimonial {
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 72.25%;
	margin: 0 auto 30px;
}
.thumb-block .testimonial {
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.team-blocl .owl-loaded .team-member,
.team-blocl .owl-loaded .testimonial {
	float: left;
}
.thumb-block .team-member:nth-of-type(1),
.thumb-block .testimonial:nth-of-type(1) {
	display: block;
}
.thumb-block .owl-loaded .team-member,
.thumb-block .owl-loaded .testimonial {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	display: block;
}
.thumb-block .testimonial .testimonial-title > span {
	font-weight: bold;
}
.thumb-block .testimonial .testimonial-meta {
	text-align: center;
}
.thumb-block .testimonial .testimonial-content {
	display: none;
}
.thumb-block .testimonial .testimonial-content,
.thumb-block .testimonial .testimonial-excerpt {
	margin-bottom: 25px;
}
.thumb-block .testimonial .testimonial-footer {
	margin-top: 25px;
}
.thumb-block .testimonial .testimonial-project {
	margin-top: 30px;
	text-align: center;
}
.thumb-block .testimonial .testimonial-project .btn {
	min-width: 200px;
}
.thumb-block .team-member .member-image,
.thumb-block .testimonial .testimonial-image {
	margin-bottom: 10px;
}
.thumb-block .team-member .member-image img,
.thumb-block .testimonial .testimonial-image img {
	width: 100%;
	height: auto;
}
.thumb-block .team-member .member-title,
.thumb-block .team-member .member-contact,
.thumb-block .team-member .member-name,
.thumb-block .team-member .member-email,
.thumb-block .team-member .member-email > a,
.thumb-block .testimonial .testimonial-meta {
	font-size: 16px;
	line-height: 1.3125;
}
.thumb-block .team-member .member-email a {
	color: #222222;
	text-decoration: underline;
}
.thumb-block .team-member .member-email a:hover {
	color: #4fefbe;
}
.thumb-block .team-member .member-email a:after {
	display: none;
}
.thumb-block .team-member .member-name,
.thumb-block .testimonial .testimonial-name {
	font-weight: bold;
}
.thumb-block .team-member .member-name span.name {
	padding-right: 5px;
}
.thumb-block .team-member .member-name a:after {
    display: none;
}
.thumb-block .team-member .member-name a:hover {
	color: #4fefbe;
}
.thumb-block .testimonial .testimonial-title span {
	display: block;
}
.thumb-block .owl-theme .owl-dots,
.thumb-block .owl-theme .owl-nav.disabled + .owl-dots,
.logo-grid .owl-theme .owl-dots,
.logo-grid .owl-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
	line-height: 0;
	font-size: 0;
}
.thumb-block .owl-theme .owl-dots .owl-dot,
.logo-grid .owl-theme .owl-dots .owl-dot {
	outline: none;
}
.thumb-block .owl-theme .owl-dots .owl-dot span,
.logo-grid .owl-theme .owl-dots .owl-dot span {
	margin: 5px;
}
.thumb-block .owl-theme .owl-dots .owl-dot span,
.logo-grid .owl-theme .owl-dots .owl-dot span {
	background: #919191;
}
.thumb-block .owl-theme .owl-dots .owl-dot.active span,
.thumb-block .owl-theme .owl-dots .owl-dot:hover span,
.logo-grid .owl-theme .owl-dots .owl-dot.active span,
.logo-grid .owl-theme .owl-dots .owl-dot:hover span {
	background: #4fefbe;
}
.light-theme .thumb-block .owl-theme .owl-dots .owl-dot span,
.light-theme .logo-grid .owl-theme .owl-dots .owl-dot span {
	background: #F4F4F4;
}
.light-theme .thumb-block .owl-theme .owl-dots .owl-dot.active span,
.light-theme .thumb-block .owl-theme .owl-dots .owl-dot:hover span,
.light-theme .logo-grid .owl-theme .owl-dots .owl-dot.active span,
.light-theme .logo-grid .owl-theme .owl-dots .owl-dot:hover span {
	background: #222222;
}
@media (min-width: 576px) {
	.thumb-block.testimonial-block {
		margin-left: -15px;
		margin-right: -15px;
	}
	.thumb-block .team-member {
		max-width: none;
	}
	.thumb-block .team-member,
	.thumb-block .testimonial {
		width: 50%;
		float: left;
	}
	.thumb-block .testimonial:nth-of-type(1),
	.thumb-block .testimonial:nth-of-type(2) {
		display: block;
	}
}
@media (min-width: 768px) {
	.team-departments,
	.logo-tags {
		display: block;
	}
	.team-departments-dropdown,
	.logo-tags-dropdown {
		display: none;
	}
	.thumb-block .testimonial {
		max-width: none;
	}
}
@media (min-width: 992px) {
	.thumb-block .team-member,
	.thumb-block .testimonial {
		width: 33.3333%;
	}
	.thumb-block .testimonial:nth-of-type(1),
	.thumb-block .testimonial:nth-of-type(2),
	.thumb-block .testimonial:nth-of-type(3) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.thumb-block .testimonial-excerpt {
		display: none;
	}
	.thumb-block .testimonial .testimonial-content {
		display: block;
	}
}

.dbl-latest-posts-container {
	text-align: center;
}
.dbl-latest-posts-container .dbl-latest-posts-block {
	margin-bottom: 20px;
}
.dbl-latest-posts-container .btn {
	width: 200px !important;
	margin-bottom: 45px;
}
@media (min-width: 768px) {
	.dbl-latest-posts-container .dbl-latest-posts-block {
		margin-bottom: 0;
	}
}


.logo-grid-container .logo-grid-wrap {
	text-align: center;
}
.logo-grid-container .load-more {
	display: none;
}
.logo-grid {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
	font-size: 0;
	line-height: 1;
}
.logo-grid .owl-stage {
	margin-left: auto;
	margin-right: auto;
}
.logo-grid:before,
.logo-grid:after {
	content: " ";
	display: table;
}
.logo-grid:after {
	clear: both;
}
.logo-grid img.dark {
	display: none;
}
.logo-grid .popup-text {
	position: absolute;
	top: 9px;
	right: 9px;
}
.logo-grid .popup-text > span {
	display: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding-right: 15px;
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
}
.logo-grid .popup-text:before,
.logo-grid .popup-text:after {
	position: absolute;
	top: 2px;
	right: 0;
	content: '';
	display: block;
	background: #959798;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.logo-grid a:hover .popup-text {
	color: #4fefbe;
}
.logo-grid a:hover .popup-text:before,
.logo-grid a:hover .popup-text:after {
	background: #4fefbe;
}
.logo-grid .popup-text:before {
	width: 9px;
	height: 1px;
	top: 6px;
}
.logo-grid .popup-text:after {
	width: 1px;
	height: 9px;
	right: 4px;
}
@media (min-width: 768px) {
	.logo-grid .logo-item a:hover .popup-text:before,
	.logo-grid .logo-item a:hover .popup-text:after {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	.logo-grid .logo-item a:hover .popup-text > span {
		display: block;
	}
}
.light-theme .logo-grid img {
	display: none;
}
.light-theme .logo-grid img.dark {
	display: block;
}
.logo-grid .logo-item {
	/* float: left; */
	display: inline-block;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
}
.logo-grid .owl-loaded .logo-item {
	float: none;
	width: auto;
}
.logo-grid .logo-item a,
.logo-grid .logo-item .item-wrap {
	position: relative;
	display: block;
	/* border: 1px solid #969798; */
}
.logo-grid .logo-item a:after {
	display: none;
}
@media (min-width: 576px) {
	.logo-grid .logo-item {
		/* float: left; */
	}
	.logo-grid-container .load-more {
		display: inline-block;
	}
	.logo-grid .logo-item {
		width: 33.3333%;
	}
}
@media (min-width: 992px) {
	.logo-grid-container .logo-grid-wrap {
		max-width: 83.3333%;
		margin-left: auto;
		margin-right: auto;
	}
	.logo-grid .logo-item {
		width: 25%;
	}
}

.contact-info .primary-contacts {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.contact-info li {
	display: block;
}
.contact-info li a {
	display: inline-block;
	line-height: 44.8px;
	line-height: 2.8rem;
	color: #FFFFFF;
}
.contact-info li a.telephone-link .fa-phone {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	        filter: FlipH;
	-ms-filter: "FlipH";
}
.contact-info li a:hover {
	color: #4fefbe;
}
.light-theme .contact-info li a {
	color: #222222;
}
.light-theme .contact-info li a:hover {
	color: #4fefbe;
}
.contact-info li a > .iconholder {
	display: inline-block;
	text-align: center;
	width: 21px;
	height: 21px;
	line-height: 1;
	border-radius: 100%;
	border: 1px solid #FFFFFF;
	margin-right: 11.2px;
	margin-right: .7rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.contact-info li a:hover > .iconholder {
	border-color: #4fefbe;
}
.contact-info li a > .iconholder i {
	color: #FFFFFF;
	font-size: 19.2px;
	font-size: 1.2rem;
	padding-top: 6.4px;
	padding-top: .4rem;
	padding-left: 1.6px;
	padding-left: .1rem;
}
.light-theme .contact-info li a > .iconholder {
	border-color: #222222;
}
.light-theme .contact-info li a:hover > .iconholder {
	border-color: #4fefbe;
}
.light-theme .contact-info li a > .iconholder i {
	color: #222222;
}

.casestudy-block .label {
    font-weight: bold;
    font-size: 20px;
    line-height: 22.5px;
    margin-bottom: 20px;
}
.casestudy-block .featured_image {
    margin-bottom: 15px;
    position: relative;
}
.casestudy-block .featured_image:after {
	position: absolute;
	content: '';
	width: 0;
	height: 3px;
	background: #4fefbe;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.casestudy-block a.casestudy:hover .featured_image:after {
	width: 100%;
}
.casestudy-block .title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 22.5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.light-theme .casestudy-block .title {
	color: #222222;
}
.casestudy-block a.casestudy {
	display: inline-block;
	margin-bottom: 25px;
}
.casestudy-block a.casestudy:last-child {
	margin-bottom: 0;
}
.casestudy-block a.casestudy:after {
	display: none;
}
.casestudy-block a.casestudy:hover .title {
	color: #4fefbe;
}
@media (min-width: 768px) {
	.casestudy-block {
		max-width: 83.3333%;
		margin: 0 auto;
	}
}

.circles-block {
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	font-size: 0;
	line-height: 0;
}
.circles-block > * {
	display: block;
}
.circles-block .circle-block {
	position: relative;
	cursor: pointer;
	width: 130px;
	height: 130px;
	font-size: 12px;
	line-height: 1.4;
	border: 1px solid #C1C1C1;
	border-radius: 100%;
	text-align: center;
	margin: 0px auto 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.circles-block .circle-block.has-more {
	margin-bottom: 90px;
}
.circles-block .circle-block .circle-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.circles-block .circle-block .title {
	color: #C1C1C1;
	font-weight: bold;
	text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.circles-block .circle-block .subtitle {
	color: #C1C1C1;
	font-size: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.circles-block .circle-block .separator {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 1px;
	height: 0px;
	background: #4fefbe;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.circles-block .circle-block .separator:after {
	display: none;
	content: '';
	width: 7px;
	height: 7px;
	background: #4fefbe;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 100%;
	-webkit-animation: fadein 0.6s;
	animation: fadein 0.6s;
}
.circles-block .circle-block .circle-more {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 140px;
}
.circles-block .circle-separator {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	margin-right: -42px;
	font-size: 24px;
	color: #979797;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 575px) {
	.circles-block .circle-block .circle-more {
		margin-top: 38px;
		background: #222222;
		position: absolute;
		top: 100%;
		left: 50%;
		padding: 5px;
		min-width: 160px;
		-webkit-animation: fadein-delayed-50 0.6s;
		animation: fadein-delayed-50 0.6s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 10;
	}
	.light-theme .circles-block .circle-block .circle-more {
		background: #FFFFFF;
	}
	.circles-block .circle-block .separator {
		display: block;
		height: 22px;
	}
	.circles-block .circle-block .separator:after {
		display: block;
	}
	.circles-block .circle-block,
	.circles-block .circle-block .title,
	.circles-block .circle-block .subtitle {
		color: #FFFFFF;
		border-color: #4fefbe;
	}
	.light-theme .circles-block .circle-block,
	.light-theme .circles-block .circle-block .title,
	.light-theme .circles-block .circle-block .subtitle {
		 color: #222222;
		 border-color: #4fefbe;
	}
}
@media (min-width: 576px) {
	.circles-block > * {
		display: inline-block;
	}
	.circles-block .circle-block {
		width: 97px;
		height: 97px;
		margin: 20px;
	}
	.circles-block .circle-block .circle-more {
		display: none;
		margin-top: 38px;
		background: #222222;
		position: absolute;
		top: 100%;
		left: 50%;
		padding: 5px;
		min-width: 160px;
		-webkit-animation: fadein-delayed-50 0.6s;
		animation: fadein-delayed-50 0.6s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 10;
	}
	.light-theme .circles-block .circle-block .circle-more {
		background: #FFFFFF;
	}
	.circles-block .circle-block.has-more .separator {
		display: block;
	}
	.circles-block .circle-block:hover .separator,
	.circles-block .circle-block.active .separator {
		height: 22px;
	}
	.circles-block .circle-block:hover .separator:after,
	.circles-block .circle-block.active .separator:after {
		display: block;
	}
	.circles-block .circle-block:hover .circle-more,
	.circles-block .circle-block.active .circle-more {
		display: block;
	}
	.circles-block .circle-block:hover,
	.circles-block .circle-block:hover .title,
	.circles-block .circle-block:hover .subtitle,
	.circles-block .circle-block.active,
	.circles-block .circle-block.active .title,
	.circles-block .circle-block.active .subtitle {
		color: #FFFFFF;
		border-color: #4fefbe;
	}
	.light-theme .circles-block .circle-block:hover,
	.light-theme .circles-block .circle-block:hover .title,
	.light-theme .circles-block .circle-block:hover .subtitle,
	.light-theme .circles-block .circle-block.active,
	.light-theme .circles-block .circle-block.active .title,
	.light-theme .circles-block .circle-block.active .subtitle {
		 color: #222222;
		 border-color: #4fefbe;
	}
}
@media (min-width: 768px) {
	.circles-block .circle-block {
		width: 118px;
		height: 118px;
		margin: 0 30px 30px 30px;
	}
	.circles-block .circle-separator {
		display: block;
	}
}

.map-block .map-holder {
    height: 360px;
    width: 100%;
}

.post-sidebar .widget {
	margin-bottom: 45px;
}
.post-sidebar .widget ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.post-sidebar .widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666666;
}
.post-sidebar .widget ul li a {
	color: #ffffff;
}
.post-sidebar .widget ul li a:hover {
	color: #4fefbe;
}
.post-sidebar .widget ul li a:after {
	display: none;
}
.light-theme .post-sidebar .widget ul li {
	border-bottom-color: #C1C1C1;
}
.light-theme .post-sidebar .widget ul li a {
	color: #222222;
}
.light-theme .post-sidebar .widget ul li a:hover {
	color: #4fefbe;
}
.post-sidebar .widget ul li .post-date {
	display: block;
	margin-top: 5px;
}
.post-sidebar .widget-title {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #C1C1C1;
}
.light-theme .post-sidebar .widget-title {
	color: #222222;
	border-bottom-color: #999999;
}

.social-links .social-link {
	margin-right: 15px;
	margin-bottom: 15px;
}
.social-links .social-link:last-child {
	margin-right: 0;
}
.social-links .social-link a > .iconholder {
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 1;
	border-radius: 100%;
	border: 1px solid #FFFFFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.social-links .social-link a > .iconholder i {
	color: #FFFFFF;
	font-size: 22.4px;
	font-size: 1.4rem;
	padding-top: 6.4px;
	padding-top: .4rem;
	vertical-align: top;
}
.social-links .social-link a:hover > .iconholder {
	border-color: #4fefbe;
}
.light-theme .social-links .social-link a > .iconholder {
	border-color: #222222;
}
.light-theme .social-links .social-link a:hover > .iconholder {
	border-color: #4fefbe;
}
.light-theme .social-links .social-link a > .iconholder i {
	color: #222222;
}

.cta-block {
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.cta-block .title {
	font-size: 48px;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
.cta-block .btn {
	min-width: 200px;
}
.cta-block .btn.btn-primary {
	background: #FFFFFF;
	color: #222222;
}
.cta-block .btn.btn-primary:hover {
	background: transparent;
	color: #4fefbe;
}
.light-theme .cta-block .btn.btn-primary {
	background: #222222;
	color: #FFFFFF;
}
.light-theme .cta-block .btn.btn-primary:hover {
	background: transparent;
	color: #4fefbe;
}

.contact-form-block .contact-form-header {
	margin-bottom: 50px;
}
.contact-form-block .contact-form-header h3 {
    margin-bottom: 0;
}
.contact-form-block .contact-form-header .description {
    font-size: 32px;
    font-size: 2rem;
}
.contact-form-block.completed .contact-form-header,
.contact-form-block.completed .contact-form-container {
	display: none;
}
.contact-form-block.completed .contact-form-success {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	min-height: 300px;
}
.contact-form-block .form-group {
	margin-bottom: 30px;
}
.content .contact-form-block .toggle-more-fields {
	color: #C0C0C0;
	outline: none;
}
.content .contact-form-block .general-details .toggle-more-fields {
	display: none;
}
.content .contact-form-block .toggle-more-fields:hover {
	color: #4fefbe;
}
.contact-form-block .toggle-more-fields:after {
	display: none;
}
.contact-form-block .primary-row .form-control {
	line-height: 1.625;
	border: 1px solid #FFFFFF;
	padding: 6px 12px;
}
.contact-form-block .primary-row .form-control:focus {
	border-color: #4fefbe;
}
.contact-form-block .additional-fields {
	margin-top: 20px;
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
}
.contact-form-block .contact-form:not(.show-more) .additional-fields {
	display: none;
}
.contact-form-block .form-error {
	position: absolute;
	top: 100%;
	left: 5px;
	margin: 2px 0 0 0;
	font-size: 20.8px;
	font-size: 1.3rem;
	color: #b94a48;
}
.contact-form-block .form-control[readonly="readonly"] {
	background: transparent;
}
.contact-form-block .form-row.primary-row {
	margin-left: -30px;
	margin-right: -30px;
}
.contact-form-block .contact-purpose-field,
.contact-form-block .contact-market-field,
.contact-form-block .contact-file-id {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	line-height: 0;
}
.contact-form-block .file-field {
	display: none;
}
.contact-form-block .contact-message {
	min-height: 150px;
}
.contact-form-block .contact-upload-container {
	position: relative;
}
.contact-form-block .contact-upload-container label {
	color: #C0C0C0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.625;
}
.contact-form-block .contact-upload-container label span.icon-upload,
.contact-form-block .contact-upload-container label span.icon-cancel {
	position: absolute;
	top: 0;
	right: 0;
	height: 21px;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
	border: 0;
	padding: 0;
}
.contact-form-block .contact-upload-container label:hover {
	color: #FFFFFF;
}
.contact-form-block .dropdown .dropdown-toggle {
	border-color: #C0C0C0;
	color: #C0C0C0;
}
.contact-form-block .contact-upload-container .form-control {
	cursor: default;
	font-size: 25.6px;
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0;
}
.contact-form-block .contact-upload-container .form-control:focus {
	border-color: #c0c0c0;
}
.contact-form-block .has-error .contact-upload-container .contact-upload {
	border-color: #b94a48;
}
.contact-form-block .contact-upload-container .loader {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 2px;
	background: #C0C0C0;
	overflow: hidden;
}
.contact-form-block .contact-upload-container .loader:before {
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	background-color: #4fefbe;
	-webkit-animation: loading 2s linear infinite;
	        animation: loading 2s linear infinite;
}
.contact-form-block .contact-upload-container.uploading .loader {
	display: block;
}
.contact-form-block .btn.btn-primary {
	background: #FFFFFF;
	border-color: #FFFFFF;
	color: #222222;
}
.contact-form-block .btn.btn-primary:not(:disabled):hover {
	color: #4fefbe;
	background-color: transparent;
	border-color: #4fefbe;
}
.contact-form-block .col-submit {
	margin-top: 20px;
	margin-bottom: 0;
}
.contact-form-block .contact-form-success {
	display: none;
	text-align: center;
}
.contact-form-block .contact-form-success .success-message {
	color: #C0C0C0;
}
.contact-form-block .contact-form-success h2 {
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
}
.contact-form-block .contact-form-success p:last-child {
	margin-bottom: 0;
}
.contact-form-block .contact-form-success .form-group {
	margin-top: 30px;
}
.contact-form-block .col-submit > * {
	display: block;
	width: 234px;
	margin-left: auto;
}
@media (min-width: 992px) {
	.content .contact-form-block .general-details .toggle-more-fields {
		display: inline-block;
	}
	.content .contact-form-block .message-fields .toggle-more-fields {
		display: none;
	}
}

.followus-block {
    text-align: center;
}
.followus-block .social-links .social-link {
	margin-right: 20px;
}
.followus-block .social-links .social-link:last-child {
	margin-right: 0;
}
.followus-block .social-links .social-link a > .iconholder {
	width: auto;
	height: auto;
	border: 0;
}
.followus-block .social-links .social-link a > .iconholder i {
	color: #FFFFFF;
	font-size: 41.6px;
	font-size: 2.6rem;
	padding-top: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.light-theme .followus-block .social-links .social-link a > .iconholder i {
	color: #979797;
}
.followus-block .social-links .social-link a:after {
	display: none;
}
.followus-block .social-links .social-link a:hover > .iconholder i,
.light-theme .followus-block .social-links .social-link a:hover > .iconholder i {
	color: #4fefbe;
}
@media (min-width: 576px) {
	.followus-block .social-links .social-link a > .iconholder i {
		font-size: 3.6rem;
	}
	.followus-block .social-links .social-link {
		margin-right: 40px;
	}
}

.wechat-tooltip {
	display: none;
	position: absolute;
	top: 0;
	padding-bottom: 10px;
	margin-left: 12px;
	width: 150px;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%);
}
.wechat-tooltip > img {
	border: 2px solid #000000;
}
.light-theme .wechat-tooltip > img {
	border-color: #DDDDDD;
}
.contact-info .wechat-tooltip {
	margin-left: 11px;
	padding-bottom: 0;
}
.followus-block .wechat-tooltip {
	margin-left: 20px;
}
.wechat-tooltip:after {
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-top: 7px solid #222222;
  border-left: 5px solid transparent;
  border-bottom: 0 dotted;
  vertical-align: middle;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content:'';
}
.light-theme .wechat-tooltip:after {
	border-top-color: #DDDDDD;
}
@media (min-width: 768px) {
	body:not(.handheld) .wechat-link:hover .wechat-tooltip {
		display: block;
	}
}

header .header-search .search-form {
	position: relative;
	margin-bottom: 0;
}
header .header-search .search-field {
	border: 0;
	padding: 0 120px 0 0;
	outline: none;
	outline-offset: 0;
	background: transparent;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1;
	font-weight: 300;
	width: 100%;
}
header .header-search .close-search,
header .header-search .submit-search {
	outline: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background: transparent;
	border: 0;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 1;
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
header .header-search .close-search {
	color: #969696;
}
header .header-search .close-search:hover {
	color: #FFFFFF;
}
header .header-search .submit-search {
	display: none;
	right: 50px;
}
header .header-search .search-field.has-value ~ .submit-search {
	display: block;
}

body.search .content > .container,
body.error404 .content > .container {
	padding-top: 120px;
}
@media (min-width: 576px) {
	body.search .content > .container,
	body.error404 .content > .container {
		padding-top: 150px;
	}
}

footer {
	font-size: 22.4px;
	font-size: 1.4rem;
	line-height: 1.142857143;
	padding: 50px 0;
	background: #000000;
	color: #FFFFFF;
}
footer.no-heading {
	padding: 80px 0;
}
body.light-theme footer {
	background: #F4F4F4;
	color: #222222;
}
footer .footer-header {
	margin-bottom: 90px;
}
footer .footer-header h3 {
	font-size: 32px;
	font-size: 2rem;
	margin-bottom: 0;
}
footer .footer-body {
	margin-bottom: 64px;
	margin-bottom: 4rem;
}
@media (min-width: 992px) {
	footer .footer-body {
		margin-bottom: 6rem;
	}
}

footer .block .block-title {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 48px;
	margin-bottom: 3rem;
}
footer .nav-block .menu li {
	display: block;
}
footer .nav-block .menu li a {
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.6;
}
footer .nav-block .menu li.current-menu-item a,
footer .nav-block .menu li a:hover {
	color: #4fefbe;
}
body.light-theme footer .nav-block .menu li a {
	color: #222222;
}
body.light-theme footer .nav-block .menu li.current-menu-item a,
body.light-theme footer .nav-block .menu li a:hover {
	color: #4fefbe;
}
footer .email-block {
	margin-bottom: 96px;
	margin-bottom: 6rem;
}
footer .email-block button[type="submit"] {
	max-width: 200px;
	margin-bottom: 20px;
}
footer .email-block .form-control {
	max-width: 214px;
}
footer .email-block .form-message {
	max-width: 200px;
	text-align: center;
}
@media (min-width: 768px) {
	footer .email-block {
		max-width: 240px;
	}
}

footer .location-block {
	max-width: 220px;
}
footer .location-block .location-name {
	font-weight: 400;
}
footer .location-block .location-meta:not(:last-child) {
	margin-bottom: 7px;
}
footer .location-block .location-meta.location-address {
	margin-bottom: 15px;
}
.location-block a {
	color: #FFFFFF;
}
.light-theme .location-block a {
	color: #222222;
}

.location-block .location-meta a:hover {
	color: #4FEFBE;
}
@media (min-width: 576px) {
    .location-block {
        margin-bottom: 0;
    }
    .primary-row .location-block {
        margin-bottom: 30px;
    }
    .location-block.main-location {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .location-block,
    .location-block.main-location {
        margin-bottom: 0;
    }
}
@media (max-width: 575px) {
	.location-block {
	    margin-bottom: 30px;
	}
	.dbl-locations > div[class*=col-]:last-child .location-block {
		margin-bottom: 0;
	}
}

footer .footer-credits .copyright {
	font-weight: 400;
}

#loader {
	background: #222222;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 150;
}
#loader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -53.5px;
}

.mobile-menu {
	display: none;
}
body.menu-open .mobile-menu {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px 0 80px;
	margin-top: 180px;
	z-index: 80;
	overflow-y: auto;
}
.mobile-menu .inner {
	display: none;
	-webkit-animation: fadein-delayed-55 0.8s;
	animation: fadein-delayed-55 0.8s;
}
body.menu-open .mobile-menu .inner {
	display: block;
}
.mobile-menu .container {
	padding-left: 30px;
}
.mobile-menu .navigation {
	position: relative;
	margin-bottom: 40px;
}
.mobile-menu .navigation .menu li {
	display: block;
	margin-bottom: 13px;
}
.mobile-menu .navigation .menu li a {
	display: inline-block;
	font-size: 38.4px;
	font-size: 2.4rem;
	color: #A5A5A5;
}
.mobile-menu .navigation .typeform-share > span {
	color: #4FEFBE;
}
.mobile-menu .navigation .menu li a:hover {
	color: #4FEFBE;
}
.mobile-menu .navigation .social-links {
	position: absolute;
	top: 0;
	right: 13px;
}
.mobile-menu .navigation .social-links ul li {
	display: block;
	margin-right: 0;
}
.mobile-menu .social-links .social-link a > .iconholder i {
	padding-left: 1.6px;
	padding-left: .1rem;
}
.mobile-menu .navigation .social-links .social-link a > .iconholder i,
.light-theme .mobile-menu .navigation .social-links .social-link a > .iconholder i {
	color: #FFFFFF;
}
.mobile-menu .social-links .social-link a > .iconholder,
.light-theme .mobile-menu .social-links .social-link a > .iconholder {
	border-color: #FFFFFF;
}
.mobile-menu .social-links .social-link a:hover > .iconholder,
.light-theme .mobile-menu .social-links .social-link a:hover > .iconholder {
	border-color: #4fefbe;
}

.mobile-menu .mobile-menu-block .label {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	margin-bottom: 15px;
}
.mobile-menu .mobile-menu-block .contact-info li a {
	color: #A5A5A5;
}

.mobile-menu .mobile-menu-block .contact-info li a:hover {
	color: #4fefbe;
}
.mobile-menu .mobile-menu-block .contact-info li a > .iconholder,
.light-theme .mobile-menu .mobile-menu-block .contact-info li a > .iconholder {
	border-color: #FFFFFF;
}
.mobile-menu .mobile-menu-block .contact-info li a:hover > .iconholder,
.light-theme .mobile-menu .mobile-menu-block .contact-info li a:hover > .iconholder {
	border-color: #4fefbe;
}
.mobile-menu .mobile-menu-block .contact-info li a > .iconholder i,
.light-theme .mobile-menu .mobile-menu-block .contact-info li a > .iconholder i {
	color: #ffffff;
}
@media (min-width: 576px) {
	body.menu-open .mobile-menu {
		padding-top: 60px;
	}
	.mobile-menu .container {
		padding-left: 95px;
	}
}

.menu-overlay {
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.90);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 70;
	-webkit-animation: fadein 0.3s;
	animation: fadein 0.3s;
}
body.menu-open .menu-overlay {
	display: block;
}

@keyframes pulse {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" }
    50% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
    100% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" }
}
@-webkit-keyframes pulse {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" }
    50% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" }
    100% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" }
}

@keyframes fadein {
    from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    to   { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    to   { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes fadein-delayed-50 {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}
@-webkit-keyframes fadein-delayed-50 {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    50% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes fadein-delayed-55 {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    55% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}
@-webkit-keyframes fadein-delayed-55 {
    0% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    55% { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    100% { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
}

@keyframes dot-move {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	30% { -webkit-transform: translateY(-4px); transform: translateY(-4px); }
	70% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes dot-move {
	0% { -webkit-transform: translateY(0); transform: translateY(0); }
	30% { -webkit-transform: translateY(-50%); transform: translateY(-50%); }
	70% { -webkit-transform: translateY(0); transform: translateY(0); }
	100% { -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes spin {
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0%{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
	from {
		width: 30%;
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}
	95% {
		transform: translateX(120%);
		-webkit-transform: translateX(120%);
	}
	to {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}
}
@-webkit-keyframes loading {
	from {
		width: 30%;
		transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
	}
	50% {
		width: 30%;
	}
	70% {
		width: 70%;
	}
	80% {
		transform: translateX(50%);
		-webkit-transform: translateX(50%);
	}
	95% {
		transform: translateX(120%);
		-webkit-transform: translateX(120%);
	}
	to {
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a.om-cc-grid-content:after {
	display: none;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.timeline-block {
    text-align: center;
}
.timeline-range {
    position: relative;
    padding-top: 40px;
}
.timeline-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.timeline-progress:before,
.timeline-progress .tracker {
	z-index: 1;
}
.timeline-progress:before,
.timeline-progress .tracker,
.timeline-range:before,
.timeline-range:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #C0C0C0;
    display: block;
    bottom: 8px;
}
.timeline-progress .tracker,
.timeline-range:after {
    background: #222222;
    width: 0%;
}
.timeline-progress .tracker {
	width: 6.25%;
	background: #222222;
}
.timeline-range:after {
    width: 50%;
}
.timeline-range.complete:after {
	width: 100%;
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    will-change: width;
}
.timeline-range .timeline-years {
	position: relative;
	display: inline-block;
}
.timeline-range .timeline-years .timeline-year {
	position: relative;
	z-index: 2;
	min-width: 55px;
}
.timeline-range .timeline-year {
    display: inline-block;
    padding: 0 12px;
}
.timeline-range .timeline-year:after {
    display: none;
}
.timeline-range .timeline-year .year {
    color: #C0C0C0;
}
.timeline-range .timeline-year .year,
.timeline-range .timeline-year .dot {
    display: block;
}
.timeline-range .timeline-year .dot {
    width: 17px;
    height: 17px;
    background: #ffffff;
    border: 1px solid #C0C0C0;
    border-radius: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	will-change: transform;
}
.timeline-range .timeline-year:hover .year,
.timeline-range .timeline-year.passed .year,
.timeline-range .timeline-year.active .year {
    color: #222222;
}
.timeline-range .timeline-year.active .year {
    font-weight: bold;
}
.timeline-range .timeline-year.passed .dot,
.timeline-range .timeline-year:hover .dot {
    border-color: #222222;
    -webkit-transform: scale(1.1) translateZ(0);
            transform: scale(1.1) translateZ(0);
}
.timeline-range .timeline-year.active .dot {
    border-color: #4FEFBE;
    -webkit-transform: scale(1.45) translateZ(0);
            transform: scale(1.45) translateZ(0);
    border-width: 2px;
}
.timeline-contents {
	margin-top: 40px;
	position: relative;
}
.timeline-contents .timeline-achievements {
	display: none;
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
	padding: 0 50px;
}
.timeline-contents .timeline-achievements.active {
	display: block;
}
.timeline-contents .timeline-achievement {
    border-bottom: 1px solid #C0C0C0;
    max-width: 460px;
    margin: 0 auto;
    padding-top: 25px;
    padding-left: 6%;
    padding-right: 6%;
}
.timeline-contents .timeline-achievement .logo {
	max-width: 150px;
	margin: 0 auto;
	padding: 10px 10px 15px 10px;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.timeline-contents .timeline-achievement .logo img {
	max-width: 100%;
	height: auto;
}
.timeline-contents .timeline-achievement:first-child {
	padding-top: 0;
}
.timeline-contents .timeline-achievement:last-child {
	border-bottom: 0;
}
.timeline-contents .timeline-navigation {
	display: none;
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
}
@media (max-width: 575px) {
	.timeline-contents .timeline-navigation {
        display: block;
    }
    .timeline-range:after {
    	z-index: 1;
    }
	.timeline-range .timeline-year {
		display: none;
	}
	.timeline-range .timeline-year.active {
		display: inline-block;
	}
	.timeline-contents .timeline-achievement {
		max-width: 330px;
	}
}
.timeline-contents .timeline-navigation .left,
.timeline-contents .timeline-navigation .right {
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	font-size: 56px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	line-height: .8;
	color: #C0C0C0;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.timeline-contents .timeline-navigation .left:hover,
.timeline-contents .timeline-navigation .right:hover {
	color: #222222;
}
.timeline-contents .timeline-navigation .left {
	left: 0;
}
.timeline-contents .timeline-navigation .right {
	right: 0;
}

.video-hero-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.video-hero-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-hero-container .volume-control {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 20px 20px 20px;
}
.video-hero-container .volume-control:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	content: '\f028';
	font-size: 20px;
	color: #4FEFBE;
}
.video-hero-container .volume-control.muted:before {
	content: '\f026';
}
@media (min-width: 576px) {
	.video-hero-container .volume-control:before {
		font-size: 26px;
	}
}
@media (min-width: 768px) {
	.video-hero-container .volume-control {
	    padding: 20px 30px 30px 20px;
	}
}
@media (min-width: 992px) {
	.video-hero-container .volume-control:before {
		font-size: 32px;
	}
}
@media (min-width: 1200px) {
	.video-hero-container .volume-control {
	    padding: 40px 40px 20px 20px;
	}
}

.filter-list-container {
	margin-bottom: 4px;
}
.filter-list {
	position: relative;
}
.filter-list .label {
	position: absolute;
	font-weight: 600;
}
.filter-list .options {
    padding-left: 88px;
}
.filter-list .options a {
	display: inline-block;
	color: #FFFFFF;
	margin: 0 16px 10px 0;
}
.filter-list .options a:last-child {
	margin-right: 0;
}
.filter-list .options a:after {
	display: none;
}
.filter-list .options a:hover {
	color: #4FEFBE;
}
.filter-list .options a.active,
.filter-list .options a.active:hover {
	color: #4FEFBE;
    font-weight: bold;
}

/* Scroll Top Shortcut */
#scrolltop {
    cursor: pointer;
    position: fixed;
    display: -ms-flexbox!important;
    display: -webkit-box!important;
    display: flex!important;
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
            align-items: center!important;
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
            justify-content: center!important;
    z-index: 50;
    right: 20px;
    bottom: 29px;
    width: 30px;
    height: 30px;
    color: #222222;
    font-size: 11px;
    background: #FFFFFF;
    border-radius: 100%;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateY(calc(100% + 15px));
    -webkit-transform: translateY(calc(100% + 15px));
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.whatsapp-toggle {
	position: fixed;
	bottom: 24px;
	right: 20px;
	height: 40px;
	white-space: nowrap;
	padding: 11px 20px;
	border-radius: 50px;
	color: #FFFFFF;
	background-color: #303030;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
	outline: 0;
	line-height: 1;
	z-index: 90;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.whatsapp-toggle:hover,
.light-theme .whatsapp-toggle:hover {
	color: #FFFFFF;
}
.whatsapp-toggle * {
	vertical-align: middle;
}
.whatsapp-toggle > .whatsapp-icon {
	margin-right: 7px;
	background: url('../img/whatsapp-icon.png');
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: cover;
}
body.is-scrolled.is-past-header #scrolltop {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
body.is-scrolled.is-past-header .whatsapp-toggle {
	-webkit-transform: translateX(-40px);
	        transform: translateX(-40px);
}
@media (min-width: 768px) {
	.whatsapp-toggle {
        padding-top: 9px;
        padding-bottom: 9px;
	}
	.whatsapp-toggle > .whatsapp-icon {
		width: 21px;
		height: 21px;
	}
}
body.light-theme #scrolltop {
	background: transparent;
}
#scrolltop:hover,
body.is-scrolled.is-past-header #scrolltop:hover {
    background: #4FEFBE;
}
#scrolltop:after {
	content: "\2039";
	font-size: 38px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 26px;
	color: #222222;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
@media (max-width: 767px) {
	#scrolltop {
		background: #4FEFBE;
	}
}
.not-found {
	display: none;
	padding: 60px 0;
	-webkit-animation: fadein 0.4s;
	animation: fadein 0.4s;
}
.not-found.show {
	display: block;
}
.empty-grid .not-found {
	display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.sbi-owl-nav > div,
.sbi_carousel:hover .sbi-owl-nav > div,
.sbi_carousel:hover .sbi-owl-nav > div:hover {
    background: transparent;
    box-shadow: none;
    transform: none;
}
#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
    font-size: 2rem;
    height: 2rem;
    width: 2rem;
    color: #cecece;
    -webkit-transition: transform .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}
#sb_instagram .sbi_carousel .sbi-owl-nav > div:hover .svg-inline--fa,
#sb_instagram .sbi_carousel .sbi-owl-nav > div .svg-inline--fa:hover {
    color: #4FEFBE;
}
@media (min-width: 768px) {
	#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
		font-size: 3rem;
		height: 3rem;
		width: 3rem;
	}
	.sbi-owl-nav > div {
		margin-top: -21px;
	}
}
.sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50% !important;
    margin-top: -41px;
    z-index: 100;
    background: none;
    border: none;
    outline: none;
}
.sbi-owl-nav .sbi-owl-prev:after,
.sbi-owl-nav .sbi-owl-next:after {
	font-size: 4em;
	margin-top: 0.18em;
	margin-left: -0.12em;
	position: absolute;
	color: #cecece;
	-webkit-transition: transform .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
.sbi-owl-nav .sbi-owl-prev:after {
	content: "\2039";
}
.sbi-owl-nav .sbi-owl-next:after {
	content: "\203A";
}
.sbi-owl-nav .sbi-owl-prev:hover:after,
.sbi-owl-nav .sbi-owl-next:hover:after {
  color: #4fefbe;
  -webkit-transition: transform .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}
#sb_instagram .sbi_carousel .sbi-owl-nav .svg-inline--fa {
	display: none;
}

#sb_instagram .sbi_carousel .sbi-owl-dots {
	margin: 0;
	line-height: 0;
	font-size: 0;
	padding-top: 30px;
}
#sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot {
	outline: none;
}
#sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot span {
	margin: 5px;
	background: #919191;
	width: 10px;
	height: 10px;
}
#sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot.active span,
#sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot:hover span {
	background: #4fefbe;
}
.light-theme #sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot span {
	background: #F4F4F4;
}
.light-theme #sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot.active span,
.light-theme #sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot:hover span {
	background: #222222;
}
@media (min-width: 576px) {
	.sbi-owl-nav .sbi-owl-prev {
		left: 10px;
	}
	.sbi-owl-nav .sbi-owl-next {
		right: 10px;
	}
}
@media (min-width: 992px) {
	.sbi-owl-nav .sbi-owl-prev,
	.sbi-owl-nav .sbi-owl-next {
		width: 50px;
		height: 50px;
		margin-top: -54px;
	}
	.sbi-owl-nav .sbi-owl-prev:after,
	.sbi-owl-nav .sbi-owl-next:after {
		font-size: 7em;
	}
	#sb_instagram .sbi_carousel .sbi-owl-dots .sbi-owl-dot span {
        margin: 7px;
	}
}



body.light-theme footer{
	background:#000 !important;
	color:#fff !important;
}
body.light-theme footer .nav-block .menu li a,
.light-theme footer .contact-info li a,
.light-theme footer .social-links .social-link a > .iconholder i,
.light-theme footer .contact-info li a > .iconholder i,
.light-theme footer .location-block a,
.light-theme footer .btn-primary{
	color:#fff;
}
.light-theme footer .contact-info li a > .iconholder,
.light-theme footer .social-links .social-link a > .iconholder,
.light-theme footer .btn-primary{
	border-color:#fff;
}















