/*
 Theme Name:   NRGhospital child
 Theme URI:    http://demo.themeton.com/nrghospital
 Description:  NRGhospital Child Theme
 Author:       ThemeTon
 Author URI:   http://themeton.com
 Template:     nrghospital
 Version:      1.0
*/

@import url("../nrghospital/style.css");

/* Theme customization starts here
  -------------------------------------------------------------- */
  
  #loader-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999999999999;
	background: #fff;
}

.loader-content {
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
}

.spinner {
	margin: 100px auto;
	width: 32px;
	height: 32px;
	position: relative;
}

.b-cube {
	background: #a5ba9e;
}

.ar-cube {
	background: #a5ba9e;
}

.s-cube {
	background: #a5ba9e;
}

.f-cube {
	background: #a5ba9e;
}

.m-cube {
	background: #a5ba9e;
}

.ag-cube {
	background: #a5ba9e;
}

.h-cube {
	background: #a5ba9e;
}

.r-cube {
	background: #a5ba9e;
}

.t-cube {
	background: #a5ba9e;
}

.cube1,
.cube2 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: cubemove 1.8s infinite ease-in-out;
	animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

html,
body,
span,
applet,
object,
iframe,
acronym,
big,
em,
ins,
q,
s,
samp,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

blockquote,
q {
	quotes: none;
}

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

body * {
	-webkit-text-size-adjust: none;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input,
textarea,
select {
	font-family: 'Lato', sans-serif, Arial;
	font-weight: 400;
	border-radius: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

body {
	font-family: 'Jaapokki', sans-serif, Arial;
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 14px;
	line-height: 1;
}

p {
	font-family: 'Maven Pro';
	letter-spacing: 1px;
}

.table-view {
	height: 100%;
	width: 100%;
	display: table;
}

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

.cell-view {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}

#content-wrapper {
	padding-top: 122px;
	position: relative;
}

body.header-moved #content-wrapper {
	padding-top: 244px;
}

.container-above-header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Jaapokki';
}

h3 {
	text-transform: uppercase;
}

p {
	font-family: 'Maven Pro';
}

#map-canvas {
	height: 660px;
	background: #485b77;
}

.block #map-canvas {
	margin-bottom: 60px;
}

.video-player {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 29, 40, 0.8);
	z-index: 10;
	transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}

.video-player.active {
	transform: translateX(0%);
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
}

.video-iframe {
	position: absolute;
	left: 50px;
	top: 50px;
	right: 50px;
	bottom: 50px;
}

.video-iframe iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-player .close-iframe {
	color: #ff6c3a;
	font-family: 'bold', sans-serif, Arial;
	font-size: 27px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

.video-player .close-iframe:hover {
	color: #fff;
}

@media (max-width:991px) {
	#content-wrapper,
	body.header-moved #content-wrapper {
		padding-top: 50px;
	}
	.container-above-header {
		position: relative;
	}
	#map-canvas {
		height: 300px;
	}
	.block #map-canvas {
		margin-bottom: 30px;
	}
}

.background-parent {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.read-more {
	font-family: 'Jaapokki';
	color: #a5ba9e;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	position: relative;
}

.read-more:hover {
	color: #333333;
}

.read-more:hover i {
	right: -10px;
}

.read-more i {
	font-family: "FontAwesome";
	position: relative;
	display: inline-block;
	right: 0;
	transition: right 0.3s linear;
}

.block-title {
	color: #196575;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 10px;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 23px;
	word-wrap: break-word;
}

@media screen and (max-width:481px) {
	.block-title {
		font-size: 32px;
	}
}

.sub-title {
	max-width: 560px;
	color: #8b989b;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.7;
	padding: 0 15px 80px;
	font-family: 'Maven Pro';
	letter-spacing: 0;
}

.sub-title .post-meta a {
	color: #888888;
}

.sub-title .post-meta a:hover {
	color: #a5ba9e;
}

.demo-wrapper {
	position: static;
}

.demo-banner {
	background-size: cover;
	min-height: 660px;
	height: 100vh;
	position: relative;
	background-attachment: fixed;
}

.demo-banner:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 1;
}

@media screen and (max-width:992px) {
	.demo-banner {
		height: auto;
		padding: 150px 0;
		min-height: 100%;
	}
}

@media screen and (max-width:481px) {
	.demo-banner {
		padding: 70px 0;
	}
}

.d-banner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	z-index: 2;
	padding: 0 15px;
}

@media screen and (max-width:992px) {
	.d-banner-content {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0);
	}
}

.d-banner-content h1 {
	margin: 55px 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 1.3;
}

@media screen and (max-width:481px) {
	.d-banner-content h1 {
		margin: 30px 0;
	}
}

.d-banner-content a {
	display: inline-block;
	background: #fff;
	color: #333;
	padding: 18px 44px 14px;
	text-transform: uppercase;
}

.d-banner-content i {
	width: 18px;
	height: 8px;
}

.demo-info>div {
	padding: 17px 0 33px;
	text-align: center;
}

.demo-info h3 {
	font-family: 'Maven Pro';
	text-transform: uppercase;
	font-size: 16px;
	color: #d4fafd;
}

.demo-info h3 span {
	font-size: 40px;
	font-weight: 700;
	padding-right: 10px;
	position: relative;
	top: 5px;
	color: #fff !important;
}

.d-color-1 {
	background: #31cdda;
}

.d-color-2 {
	background: #e76a56;
}

.d-color-2 h3 {
	color: #fbbdb3;
}

.d-color-3 {
	background: #196575;
}

.d-color-3 h3 {
	color: #99cfda;
}

.d-footer {
	background: #f9f9f9;
	padding: 70px 0 60px;
}

.d-footer div {
	color: #333;
	text-transform: uppercase;
	text-align: center;
}

.demo-content {
	padding: 100px 0;
}

.demo-content h2 {
	font-size: 40px;
	color: #333333;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.demo-content p {
	text-transform: uppercase;
	color: #888;
	font-weight: bold;
	font-family: 'Maven Pro';
}

@media screen and (max-width:992px) {
	.template-box {
		margin-top: 70px;
		width: 100%;
	}
}

.template-box p {
	padding-top: 30px;
	text-transform: uppercase;
	color: #333;
	font-size: 13px;
	font-family: 'Jaapokki';
	text-align: center;
	margin-bottom: 0;
}

.img-box {
	position: relative;
	margin: auto;
	border: 3px solid transparent;
	display: block;
	overflow: hidden;
}

@media screen and (max-width:992px) {
	.img-box {
		display: inline-block;
	}
}

.img-box .template-link {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity 0.3s linear;
	width: 100%;
	height: 100%;
}

.img-box .template-link a {
	padding: 12px 20px 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -300px);
	border: 2px solid #ffffff;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	transition: transform 0.4s ease;
}

.img-box .template-link a i {
	width: 18px;
	height: 8px;
	margin-left: 5px;
}

.img-box:hover .template-link {
	opacity: 1;
}

.img-box:hover .template-link a {
	transform: translate(-50%, -50%);
}

.img-box img {
	max-width: 100%;
	display: block;
	height: auto;
}

@-webkit-keyframes scroll-arrow {
	from {
		bottom: 48px;
	}
	to {
		bottom: 30px;
	}
}

@keyframes scroll-arrow {
	from {
		bottom: 48px;
	}
	to {
		bottom: 30px;
	}
}

.module i {
	font-size: 65px;
	float: left;
	margin-right: 30px;
}

.module img {
	width: 65px;
	float: left;
	margin-right: 30px;
}

.module .content {
	width: 60%;
	font-size: 14px;
	line-height: 22px;
	color: #2c2c2c;
	font-family: 'Maven Pro';
	letter-spacing: 1px;
	float: left;
}

.module .content h3 {
	margin-top: 0;
	font-size: 14px;
}

@media screen and (max-width:992px) {
	.module .content {
		text-align: center;
		width: 90%;
		margin: 0 auto;
		float: none;
	}
}

.module .col-md-4 {
	min-height: 200px;
}

@media screen and (max-width:992px) {
	.module .col-md-4 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:992px) {
	.module {
		text-align: center;
	}
	.module img {
		float: none;
		margin-bottom: 20px;
	}
}

.arrow-down {
	width: 18px;
	height: 18px;
	background: url("https://www.lightforart.com/wp-content/themes/nrghospital/img/down-arrow.png");
	position: absolute;
	left: 50%;
	bottom: 48px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
	cursor: pointer;
	-webkit-animation: scroll-arrow 750ms ease-in-out infinite alternate;
	animation: scroll-arrow 750ms ease-in-out infinite alternate;
}

a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

.gmnoprint a,
.gmnoprint span {
	display: none;
}

.gmnoprint div {
	background: none !important;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	height: inherit !important;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: inherit !important;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-free-mode>.swiper-wrapper .swiper-slide {
	cursor: ew-resize;
}

.swiper-slide {
	float: left;
	height: inherit !important;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

.swiper-container {
	width: 100%;
	height: auto;
	cursor: ew-resize;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide-active {}

.swiper-slide-visible {}

.swiper-pagination-switch {
	background: transparent;
	display: inline-block;
	cursor: pointer;
	width: 16px;
	height: 16px;
	border: 2px solid transparent;
	position: relative;
	margin: 8px;
	border-radius: 50%;
}

.swiper-pagination-switch:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.swiper-active-switch {
	border-color: #fff;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.9;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 1;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 18px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 35px;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	width: 30px;
	height: 30px;
	left: 15px;
	background: rgba(0, 0, 0, 0.8) url("https://www.lightforart.com/wp-content/themes/nrghospital/img/l-arrow.png") no-repeat center;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	left: auto;
	background: rgba(0, 0, 0, 0.8) url("https://www.lightforart.com/wp-content/themes/nrghospital/img/r-arrow.png") no-repeat center;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	width: 30px;
	height: 30px;
	right: 15px;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}

.mfp-zoom-in {}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-newspaper {}

.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
	transform: scale(0) rotate(500deg);
	opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-horizontal {}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	transform: translateX(50px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-from-top {}

.mfp-move-from-top .mfp-content {
	vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
	transform: translateY(-50px);
	opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-3d-unfold {}

.mfp-3d-unfold .mfp-content {
	perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	transform: rotateY(60deg);
	opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-zoom-out {}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	100% {
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity 0.5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}

#logo {
	margin: 0 0 0px 15px;
	float: left;
	height: 90px;
}

#logo a {
	display: inline-block;
	height: 90px;
	width: 230px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

.header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	padding: 0px;
	background: #ffffff;
	-webkit-moz-transition: background 0.3s linear;
	-webkit-transition: background 0.3s linear;
	transition: background 0.3s linear;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.header>.container {
	position: relative;
}

@media screen and (max-width:992px) {
	.header {
		background: rgba(255, 255, 255, 0.97);
	}
}

.header+div {
	margin-top: 90px;
}

.h-transparent .header {
	background: transparent;
}

.h-transparent .header.sticky {
	background: #ffffff;
}

@media screen and (max-width:992px) {
	.header {
		background: #ffffff !important;
	}
}

.non-sticky-header .header {
	position: relative !important;
}

.nav {
	float: right;
	margin-top: 0px;
	margin-right: 15px;
}

.nav>ul>li {
	line-height: 90px;
}

.nav>ul>li>a {
	white-space: nowrap;
}

.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.active>a {
	color: #a5ba9e;
}

@media screen and (min-width:993px) {
	.nav>ul>li.current-menu-parent>a,
	.nav>ul>li.current-menu-item>a,
	.nav>ul>li.active>a {
		border-color: #a5ba9e;
	}
}

.nav>ul>li.current-menu-parent ul li.current-menu-parent>a,
.nav>ul>li.current-menu-item ul li.current-menu-parent>a,
.nav>ul>li.active ul li.current-menu-parent>a,
.nav>ul>li.current-menu-parent ul li.current-menu-item>a,
.nav>ul>li.current-menu-item ul li.current-menu-item>a,
.nav>ul>li.active ul li.current-menu-item>a {
	color: #a5ba9e;
}

@media screen and (max-width:992px) {
	.nav {
		display: none;
		width: 100%;
		margin-right: 0;
	}
}

.nav li {
	list-style: none;
	float: left;
	margin: 0 5px;
	line-height: 1em;
}

@media screen and (max-width:1200px) {
	.nav li {
		margin: 0;
	}
	.vc_custom_1571989750904 .wpg_wrapper .boxhomeh3 a span
	{
		font-size: 60%!important;
	}
}

@media screen and (max-width:992px) {
	.nav li {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}
}

@media screen and (max-width:992px) {
	.nav li {
		padding-left: 20px;
		padding-right: 30px;
	}
}

.nav li a {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	padding: 5px 2px 2px 5px;
	border: 2px solid transparent;
	transition: border-color 0.2s linear;
	display: inline-block;
	line-height: 1em;
	letter-spacing: 1px;
}

@media screen and (max-width:1200px) {
	.nav li a {
		font-size: 9px;
	}
}

@media screen and (max-width:992px) {
	.nav li a {
		padding: 17px 0;
		display: block;
		border: none;
		border-top: 1px solid #333333;
		transition: color 0.2s linear, background 0.2s linear;
		font-size: 11px;
	}
}

.nav li a:hover {
	border-color: #a5ba9e;
	color: #a5ba9e;
}

@media screen and (max-width:992px) {
	.nav li a:hover {
		background: #a5ba9e;
		color: #fff !important;
	}
}

.nav li:last-of-type {
	margin-right: 0;
}

.nav ul {
	margin: 0px;
	padding: 0px;
}

.nav ul li {
	position: relative;
}

.nav ul li:hover>ul {
	display: block;
}

.nav ul li ul {
	position: absolute;
	background-color: #ffffff;
	left: 0px;
	top: 90px;
	width: 200px;
	border: 1px solid #f3f3f3;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav ul li ul li {
	float: none;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
	padding-top: 5px;
	padding-bottom: 5px;
}

.nav ul li ul li ul {
	top: 0px;
	left: auto;
	right: -200px;
}

.nav ul li ul li:last-child {
	border-bottom: 0px;
}

@media screen and (max-width:992px) {
	.nav ul li ul {
		position: relative;
		width: auto;
		top: 0px;
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	.nav ul li ul li {
		border: 0px;
		padding: 0px;
		margin: 0px;
	}
	.nav ul li ul li ul {
		right: auto;
		left: 0px;
	}
}

.menu-button,
.m-menu-button {
	width: 30px;
	height: 18px;
	position: absolute;
	right: 15px;
	display: none;
	cursor: pointer;
	height: 90px;
}

.menu-button span,
.m-menu-button span {
	height: 2px;
	margin-top: 10px;
	background: #333333;
	display: block;
	width: 30px;
	position: relative;
	transition: all 500ms ease-out;
}

@media screen and (max-width:992px) {
	.menu-button,
	.m-menu-button {
		display: block;
	}
}

.menu-button span:first-child,
.m-menu-button span:first-child {
	margin-top: 32px;
}

.menu-button.active span:nth-child(1),
.m-menu-button.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 7px;
}

.menu-button.active span:nth-child(2),
.m-menu-button.active span:nth-child(2) {
	opacity: 0;
	top: 7px;
}

.menu-button.active span:nth-child(3),
.m-menu-button.active span:nth-child(3) {
	transform: rotate(-45deg);
	top: -17px;
}

.m-menu-button {
	transition: top 0.4s ease;
}

.m-menu-button.active span {
	color: #164b9b;
}

.m-menu-button.active {
	top: 5px;
}

body.burger-menu {
	overflow: hidden;
}

body.burger-menu header {
	height: 100%;
	overflow: scroll;
}

@media screen and (min-width:993px) {
	.h-transparent header.header+div {
		margin-top: 0px;
	}
	.h-transparent header.header {
		background: rgba(255, 255, 255, 0);
		border-color: transparent;
	}
	.h-transparent header.header.sticky {
		background: rgba(255, 255, 255, 0.97);
		border-color: rgba(0, 0, 0, 0.04);
	}
	.h-transparent.burger-menu header.header .menu-button {
		display: block;
	}
	.h-transparent.burger-menu header.header nav.nav {
		margin-right: 65px;
		position: relative;
		-webkit-transform: translateX(-400%);
		transform: translateX(-400%);
		-webkit-transition: transform 0.5s ease;
		transition: transform 0.5s ease;
	}
	.h-transparent.burger-menu header.header nav.nav.nav-active {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		display: block !important;
	}
	.h-transparent.burger-menu header.header.menu-active {
		background: rgba(255, 255, 255, 0.97);
		border-color: rgba(0, 0, 0, 0.04);
	}
}

.sub-menu-indicator {
	display: none;
	position: absolute;
	right: 30px;
	top: 15px;
	line-height: 1;
	z-index: 10;
}

.sub-menu-indicator:after {
	content: '\f067';
	font-family: 'FontAwesome';
}

.expanded>.sub-menu-indicator:after {
	content: '\f068';
}

@media screen and (max-width:992px) {
	.sub-menu-indicator {
		display: block;
	}
	.sub-menu .sub-menu-indicator {
		right: 0;
	}
	.sub-menu li a {
		border-top-style: dashed;
	}
}

.page-title {
	background-color: #fcfcfc;
	padding-top: 80px;
	padding-bottom: 80px;
}

.page-title .block-title {
	color: #333333;
	margin-bottom: 0px;
}

.page-title .sub-title {
	padding-bottom: 0px;
	color: rgba(51, 51, 51, 0.71);
	margin-top: 23px;
}

.footer {
	background: #35373e;
	color: #ffffff;
	padding-top: 65px;
	text-align: center;
}

@media screen and (max-width:768px) {
	.footer {
		padding-top: 45px;
	}
}

img.footer-logo {
	display: block;
	margin: 0 auto;
}

.footer h3 {
	text-transform: uppercase;
	font-family: 'Jaapokki';
	font-size: 16px;
	margin-top: 70px;
	color: #ffffff;
	letter-spacing: 5px;
}

.footer p {
	font-size: 13px;
	font-family: 'Maven Pro';
	color: #ffffff;
	max-width: 550px;
	margin: 27px auto 45px;
	line-height: 22px;
	letter-spacing: 0;
}

.ftr-social {
	display: block;
	margin: 50px auto 50px;
}

@media screen and (max-width:768px) {
	.ftr-social {
		margin-bottom: 30px;
		margin-top: 30px;
		display: block;
		max-width: 100%;
	}
}

.ftr-social .social-network {
	opacity: 1;
	text-align: center;
	width: 27px;
	height: 27px;
	border: 2px solid #fff;
	margin: 0 25px;
	position: relative;
}

@media screen and (max-width:600px) {
	.ftr-social .social-network {
		margin: 0 15px 15px;
	}
}

.ftr-social .social-network {
	line-height: 27px;
}

.ftr-social .social-network i {
	color: #cfd1db;
}

.ftr-social .social-network:hover {
	background-color: #a5ba9e;
	border-color: #a5ba9e;
}

.ftr-social .social-network:hover i {
	color: #fff;
}

@media (max-width:991px) {
	.footer h3,
	.s-footer {
		margin-top: 20px;
	}
	.footer p {
		margin-top: 15px;
	}
}

.ftr-nav-container {
	background: #2f3138;
	padding: 28px 0 22px;
}

@media screen and (max-width:992px) {
	.ftr-nav-container {
		display: none;
	}
}

.ftr-nav {
	display: table;
	margin: 0 auto;
}

.ftr-nav li {
	float: left;
	list-style: none;
}

.ftr-nav li a {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 12px;
	color: #cfd1db;
	transition: color 0.2s linear;
	font-size: 11px;
}

.subscribe-form {
	max-width: 570px;
	height: 45px;
	background: #2c2c2c;
	margin: 0 auto;
	padding: 0 0 0 20px;
	position: relative;
}

@media screen and (max-width:420px) {
	.subscribe-form {
		padding-left: 10px;
	}
}

.subscribe-form label,
.subscribe-form input {
	float: left;
	line-height: 45px;
}

.subscribe-form label {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 9px;
	position: absolute;
	left: 20px;
}

@media screen and (max-width:420px) {
	.subscribe-form label {
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
	}
}

.subscribe-form label:after {
	content: '';
	height: 10px;
	width: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 17px;
}

@media screen and (max-width:420px) {
	.subscribe-form label:after {
		content: none;
	}
}

.subscribe-email {
	width: 90%;
	border: none;
	height: 45px;
	color: #646464;
	background: none;
	padding: 0 8px;
	float: left;
}

.subscribe-email::-webkit-input-placeholder {
	color: #646464;
}

.subscribe-email::-moz-placeholder {
	color: #646464;
}

.subscribe-email:-moz-placeholder {
	color: #646464;
}

.subscribe-email:-ms-input-placeholder {
	color: #646464;
}

.subscribe-submit {
	border: none;
	position: absolute;
	right: 0;
	transition: background 0.3s ease;
	width: 10%;
}

@media screen and (max-width:420px) {
	.subscribe-submit {
		background-position: 0 19px;
	}
}

.subscribe-submit:hover {
	background-position: 70% 19px;
}

.input-container {
	position: relative;
	padding-left: 100px;
}

@media screen and (max-width:420px) {
	.input-container {
		padding-left: 0;
	}
}

.widget {
	color: #ffffff;
	margin-top: 60px;
}

.widget .widget-title {
	color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
	line-height: 1.3em;
	padding: 0;
}

.widget a {
	color: #ffffff;
}

.widget a:hover {
	color: #fff;
}

.vc-col-option {
	display: none;
}

.vc_row .vc-overlay,
.vc_column_container .vc-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0.71;
}

.vc_row.img-left-top,
.vc_column_container.img-left-top {
	background-position: left top !important;
}

.vc_row.img-left-center,
.vc_column_container.img-left-center {
	background-position: left center !important;
}

.vc_row.img-left-bottom,
.vc_column_container.img-left-bottom {
	background-position: left bottom !important;
}

.vc_row.img-center-top,
.vc_column_container.img-center-top {
	background-position: center top !important;
}

.vc_row.img-center-center,
.vc_column_container.img-center-center {
	background-position: center center !important;
}

.vc_row.img-center-bottom,
.vc_column_container.img-center-bottom {
	background-position: center bottom !important;
}

.vc_row.img-right-top,
.vc_column_container.img-right-top {
	background-position: right top !important;
}

.vc_row.img-right-center,
.vc_column_container.img-right-center {
	background-position: right center !important;
}

.vc_row.img-right-bottom,
.vc_column_container.img-right-bottom {
	background-position: right bottom !important;
}

.vc_row.overlay-dark::before,
.vc_column_container.overlay-dark::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.vc_row.overlay-dark>*,
.vc_column_container.overlay-dark>* {
	z-index: 10;
	position: relative;
}

.year-price {
	box-shadow: 2.5px 4.3px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding-top: 45px;
	background: #fff;
	position: relative;
}

.year-price img {
	display: inline-block;
	margin-top: 45px;
	margin-bottom: 28px;
	opacity: 1;
}

.year-price:hover .overlay {
	opacity: 0.5;
}

.year-price:hover h3,
.year-price:hover p,
.year-price:hover .p-year,
.year-price:hover .price-list li,
.year-price:hover .user,
.year-price:hover .price-list,
.year-price:hover .price-number,
.year-price:hover .per-year,
.year-price:hover i,
.year-price:hover li span {
	color: #fff !important;
}

.year-price:hover i {
	-webkit-filter: contrast(100%) brightness(0%) grayscale(0%) saturate(100%) hue-rotate(0deg) sepia(0%) invert(100%) blur(0px);
	filter: contrast(100%) brightness(0%) grayscale(0%) saturate(100%) hue-rotate(0deg) sepia(0%) invert(100%) blur(0px);
}

.year-price>* {
	position: relative;
	z-index: 10;
}

.year-price .overlay {
	margin-top: 0px !important;
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
}

.year-price ul.price-list {
	margin-left: 0;
}

.year-price p {
	font-size: 14px;
	line-height: 30px;
	color: #9a9a9a;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}

.price-number {
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	color: #e66a55;
}

p.p-year {
	text-align: center;
	line-height: 16px;
	color: #e66a55;
}

.year-price i.pt-icon {
	font-size: 50px;
	line-height: 48px;
	display: inline-block;
	margin-top: 45px;
	margin-bottom: 28px;
	opacity: 1;
}

.year-price .user {
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 45px;
	position: relative;
	z-index: 10;
}

.year-price .read-more {
	color: #fff;
}

.year-price div {
	margin-top: 40px;
	width: 100%;
	background-color: #e66a55;
}

@media screen and (max-width:1024px) {
	.year-price div {
		margin-bottom: 20px;
	}
}

.year-price div a {
	display: block;
	padding: 15px 10px;
}

.price-list {
	list-style: none;
	padding: 0 15px;
	margin-left: 0px;
}

.price-list li {
	font-size: 14px;
	font-family: 'Maven Pro';
	color: #888;
	letter-spacing: 1px;
	padding-bottom: 27px;
	line-height: 1.3;
}

.price-list li:last-of-type {
	padding-bottom: 10px;
}

.price-list li span {
	color: #e66b55;
	font-weight: bold;
}

.blog-section {
	color: #888888;
	line-height: 1.7em;
	font-family: 'Maven Pro';
	font-size: 14px;
	letter-spacing: 1px;
	padding: 120px 0px;
	background-color: #ffffff;
}

.blog-section .single-content {
	padding: 0 120px;
}

.blog-section .single-content p {
	margin-bottom: 1.5em;
}

.blog-section .single-content blockquote {
	padding: 10px 20px;
	margin: 20px 0 20px;
	border-left: 5px solid #eb2a2a;
}

.blog-section .single-content blockquote p {
	margin: 0;
}

.blog-section a {
	color: #a5ba9e;
}

.blog-section h1,
.blog-section h2,
.blog-section h3,
.blog-section h4,
.blog-section h5,
.blog-section h6 {
	font-family: 'Jaapokki';
	line-height: 1.3em;
	text-transform: none;
	color: #333333;
}

.blog-section h1 {
	font-size: 52px;
}

.blog-section h2 {
	font-size: 40px;
}

.blog-section h3 {
	font-size: 30px;
}

.blog-section h4 {
	font-size: 32px;
}

.blog-section h5 {
	font-size: 24px;
}

.blog-section h6 {
	font-size: 18px;
}

.blog-section ol,
.blog-section ul {
	margin-left: 2em;
}

.blog-section pre {
	margin: 20px 0px;
	padding: 20px;
}

.blog-section strong {
	font-weight: bold;
}

.blog-section .post-item img {
	width: 100%;
}

@media screen and (max-width:480px) {
	.blog-section h2 {
		font-size: 32px;
	}
}

#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
	color: #888;
}

#comments .comment-user-name {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#comments .reply-title {
	font-size: 16px;
	text-transform: uppercase;
}

#comments input[type=text],
#comments textarea {
	margin-bottom: 30px;
	width: 100%;
}

#comments .form-submit {
	text-align: center;
}

.pingback .comment-edit-link {
	margin-left: 15px;
}

#comments .comment-edit-link,
#comments .comment-reply-link {
	text-decoration: underline;
}

.single-content #comments p {
	padding: 0;
}

.single-content #comments p.form-submit {
	margin: 0;
}

.single-content .comment-title {
	font-family: 'Maven Pro';
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.single-content .comment-list {
	margin: 0;
	list-style: none;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 50px;
}

.single-content .comment-list .comment-date {
	font-family: 'Maven Pro';
	text-transform: none;
	float: left;
	margin-right: 5px;
	font-size: 12px;
}

.single-content .comment-list img {
	padding: 0;
	width: 250px;
	height: auto;
}

.single-content .comment-list p.comment-desk {
	color: #000;
}

.single-content .comment-list ol.children {
	list-style: none;
}

.post-item {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

@media screen and (max-width:768px) {
	.post-item {
		margin-bottom: 30px;
	}
	.post-item:last-of-type {
		margin-bottom: 0;
	}
}

.post-item p {
	text-align: left;
	font-size: 12px;
	margin-top: 23px;
	margin-bottom: 45px;
	color: #888888;
}

.post-item h5 a {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 2px;
	margin-top: 20px;
	text-transform: uppercase;
	display: block;
	color: #333333;
	transition: color 0.2s linear;
}

.post-item h5 a:hover {
	color: #a5ba9e;
}

.post-item img {
	max-width: 100%;
}

.wpb_tabs .wpb_tabs_nav,
.wpb_tabs_extended .wpb_tabs_nav,
.vc_tta-tabs .wpb_tabs_nav,
.wpb_tabs .vc_tta-tabs-list,
.wpb_tabs_extended .vc_tta-tabs-list,
.vc_tta-tabs .vc_tta-tabs-list {
	border-bottom: 1px solid #eaedee !important;
	margin-bottom: 90px !important;
	display: block !important;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpb_tabs .wpb_tabs_nav li,
.wpb_tabs_extended .wpb_tabs_nav li,
.vc_tta-tabs .wpb_tabs_nav li,
.wpb_tabs .vc_tta-tabs-list li,
.wpb_tabs_extended .vc_tta-tabs-list li,
.vc_tta-tabs .vc_tta-tabs-list li {
	float: none !important;
	display: inline-block !important;
	padding: 7px !important;
	background-color: transparent !important;
	border: 1px solid #eaedee !important;
	margin-left: -1px !important;
	margin-bottom: -1px !important;
}

.wpb_tabs .wpb_tabs_nav li a,
.wpb_tabs_extended .wpb_tabs_nav li a,
.vc_tta-tabs .wpb_tabs_nav li a,
.wpb_tabs .vc_tta-tabs-list li a,
.wpb_tabs_extended .vc_tta-tabs-list li a,
.vc_tta-tabs .vc_tta-tabs-list li a {
	font-family: 'Jaapokki' !important;
	font-size: 13px !important;
	letter-spacing: 2px !important;
	background-color: transparent !important;
	border: none !important;
	margin: 0px !important;
	padding: 0.5em 1em !important;
}

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs_extended .wpb_tabs_nav li.ui-tabs-active,
.vc_tta-tabs .wpb_tabs_nav li.ui-tabs-active,
.wpb_tabs .vc_tta-tabs-list li.ui-tabs-active,
.wpb_tabs_extended .vc_tta-tabs-list li.ui-tabs-active,
.vc_tta-tabs .vc_tta-tabs-list li.ui-tabs-active,
.wpb_tabs .wpb_tabs_nav li.vc_active,
.wpb_tabs_extended .wpb_tabs_nav li.vc_active,
.vc_tta-tabs .wpb_tabs_nav li.vc_active,
.wpb_tabs .vc_tta-tabs-list li.vc_active,
.wpb_tabs_extended .vc_tta-tabs-list li.vc_active,
.vc_tta-tabs .vc_tta-tabs-list li.vc_active {
	background-color: #a5ba9e !important;
	border-color: #a5ba9e !important;
}

.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs_extended .wpb_tabs_nav li.ui-tabs-active a,
.vc_tta-tabs .wpb_tabs_nav li.ui-tabs-active a,
.wpb_tabs .vc_tta-tabs-list li.ui-tabs-active a,
.wpb_tabs_extended .vc_tta-tabs-list li.ui-tabs-active a,
.vc_tta-tabs .vc_tta-tabs-list li.ui-tabs-active a,
.wpb_tabs .wpb_tabs_nav li.vc_active a,
.wpb_tabs_extended .wpb_tabs_nav li.vc_active a,
.vc_tta-tabs .wpb_tabs_nav li.vc_active a,
.wpb_tabs .vc_tta-tabs-list li.vc_active a,
.wpb_tabs_extended .vc_tta-tabs-list li.vc_active a,
.vc_tta-tabs .vc_tta-tabs-list li.vc_active a {
	color: #fff !important;
}

.wpb_tabs .vc_tta-panels,
.wpb_tabs_extended .vc_tta-panels,
.vc_tta-tabs .vc_tta-panels {
	background-color: transparent !important;
	border: 0px !important;
}

.wpb_tabs .vc_tta-panels .vc_tta-panel-body,
.wpb_tabs_extended .vc_tta-panels .vc_tta-panel-body,
.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	padding: 0px;
}

.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_tabs_extended .wpb_tour_tabs_wrapper .wpb_tab,
.vc_tta-tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background-color: transparent !important;
	padding: 0px;
}

.team-member {
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}

.team-member:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 0;
	background-color: #a5ba9e;
}

.team-member h5 {
	font-size: 13px;
	font-family: 'Jaapokki';
	margin-top: 30px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
}

.team-member p {
	font-size: 14px;
	font-family: 'Maven Pro';
	color: #acafba;
	margin-top: 22px;
	text-align: center;
	opacity: 1;
}

.member {
	position: relative;
	top: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	z-index: 1;
}

.team-member:hover .member {
	top: 80px;
}

.team-member:hover h5 {
	opacity: 0;
}

.team-member:hover p {
	opacity: 0;
}

.member-social {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 20px;
}

@media screen and (max-width:1200px) {
	.member-social {
		margin: 0 10px;
	}
}

.member-social i {
	color: #a5ba9e;
	opacity: 0.6;
}

.member-social i:hover {
	color: #a5ba9e;
	opacity: 1;
}

.soc-net {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 30px;
}

.social-network {
	display: inline-block;
	margin-bottom: 38px;
	width: 23%;
	height: 15px;
	text-align: center;
}

.team-member .member,
.team-member p,
.team-member h5,
.social-network img,
.process img,
.process h6,
.process p,
.service img,
.service h6 {
	transition: all 700ms ease-out;
	-ms-transition: all 700ms ease-out;
}

.pagination {
	display: block;
	margin: 0 auto;
	clear: both;
	padding-top: 80px;
}

.pagination li {
	float: left;
}

.pagination li:first-child {
	margin-right: 15px;
	padding-top: 5px;
}

.pagination li a {
	color: #888888;
}

.pagination li a:hover {
	color: #a5ba9e;
}

.pagination li span {
	color: #a5ba9e;
}

.ts-pagination {
	display: table;
	margin: 0 auto;
	padding-top: 45px;
}

@media screen and (max-width:992px) {
	.ts-pagination {
		padding-top: 25px;
	}
}

.ts-pagination .swiper-pagination-switch {
	width: 10px !important;
	height: 10px !important;
	background: #eeeef0;
	margin: 0 6px;
	cursor: pointer;
	border: none;
}

.ts-pagination .swiper-pagination-switch:after {
	content: none;
}

.ts-pagination .swiper-active-switch {
	background: #35373e !important;
	border: none;
}

.s-service-box {
	text-align: center;
}

.s-service-box i {
	font-size: 64px;
	line-height: 64px;
}

.s-service-box img,
.s-service-box i {
	margin-bottom: 30px;
}

.s-service-box h3 {
	margin-bottom: 20px;
}

.s-service-box .s-serv-title {
	font-size: 13px;
	text-transform: uppercase;
}

.s-service-box p {
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 20px;
	font-family: 'Maven Pro';
	letter-spacing: 0;
}

.rewiev-slider .swiper-slide {
	text-align: center;
}

.rewiev-slider .swiper-slide h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0;
	display: block;
}

.rewiev-slider .swiper-slide p {
	font-size: 16px;
	color: #c7f2fa;
	line-height: 1.5;
	max-width: 760px;
	margin: 0 auto;
	display: block;
}

.rewiev-slider .swiper-slide img {
	border-radius: 50%;
	width: 170px;
	height: 170px;
}

.rewiev-slider .swiper-slide blockquote {
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	margin-top: 20px;
}

.rewiev-slider .swiper-slide {
	display: block;
}

.rewiev-slider .swiper-arrow-left,
.rewiev-slider .swiper-arrow-right {
	position: absolute;
	top: 85px;
	left: 50%;
	font-size: 18px;
	line-height: 18px;
	margin-top: -9px;
	cursor: pointer;
}

.rewiev-slider .swiper-arrow-left {
	margin-left: -143px;
}

.rewiev-slider .swiper-arrow-right {
	margin-left: 125px;
}

.rewiev-slider .swiper-slide {
	text-align: center;
}

.rewiev-slider .swiper-slide h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	margin: 20px 0;
}

.rewiev-slider .swiper-slide p {
	font-size: 16px;
	color: #888888;
	line-height: 1.5;
	max-width: 760px;
	margin: 0 auto;
}

.rewiev-slider .swiper-slide h3,
.rewiev-slider .swiper-slide p,
.rewiev-slider .swiper-slide img {
	transform: scale(0);
	transition: transform 1s ease 0.1s;
}

.rewiev-slider .swiper-slide-active h3,
.rewiev-slider .swiper-slide-active p,
.rewiev-slider .swiper-slide-active img {
	transform: scale(1);
}

.h-arrow {
	position: absolute;
	top: 0;
	left: 50%;
	width: 270px;
	margin-left: -135px;
}

.h-arrow .swiper-arrow-left,
.h-arrow .swiper-arrow-right {
	position: absolute;
	top: 80px;
	cursor: pointer;
}

.h-arrow .swiper-arrow-left {
	left: 0;
}

.h-arrow .swiper-arrow-right {
	right: 0;
}

.contact-us input[type=text],
.contact-us textarea {
	background: #eeeef0;
	padding: 16px 19px;
	color: #acafba;
	font-family: 'Maven Pro';
	font-size: 13px;
	display: inline-block;
	border: none;
	border: 1px solid transparent;
	width: 100%;
}

.contact-us input[type=submit],
#comments input.send {
	font-size: 13px;
	text-transform: uppercase;
	color: #35373e;
	display: block;
	margin: 0 auto;
	opacity: 1;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: 'Jaapokki', sans-serif, Arial;
	padding: 0 35px 0 0;
	background-position: 90% 7px !important;
	background-repeat: no-repeat;
	transition: background 0.3s linear;
	border: none;
	color: #acafba;
	background-color: transparent;
	background-image: url("https://www.lightforart.com/wp-content/themes/nrghospital/img/right.png");
}

.contact-us input[type=submit]:hover,
#comments input.send:hover {
	background-position: 100% 7px!important;
}

.contact-us div[class^="col-"] {
	padding-bottom: 30px;
}

.contact-us .wpcf7-response-output {
	margin: 0.5em 0.5em 2em;
}

.lates-work {
	width: 100%;
}

@media screen and (max-width:768px) {
	.lates-work .work-img {
		width: 50%;
	}
	.lates-work .work-img img {
		width: 100%;
	}
}

@media screen and (max-width:481px) {
	.lates-work .work-img {
		width: 100%;
	}
}

.lates-work h3 {
	color: #37383d !important;
	margin-bottom: 20px;
}

.lates-work .swiper-active-switch {
	background: #37383d !important;
}

body .tag {
	display: inline-block;
	color: #c6c5cb !important;
	font-family: 'Maven Pro';
	margin-top: 20px;
}

body .tag+p {
	color: #c6c5cb !important;
	line-height: 1.5;
}

.late {
	float: left;
	margin-top: 70px;
	margin-bottom: 66px;
}

@media screen and (max-width:992px) {
	.late {
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
}

.late h3 {
	color: #35373e;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media screen and (max-width:992px) {
	.late h3 {
		text-align: center;
	}
}

.lates-work #filters {
	float: right;
	margin-top: 78px;
	font-size: 13px;
	text-transform: uppercase;
}

@media screen and (max-width:992px) {
	.lates-work #filters {
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.lates-work #filters button {
	display: inline-block;
	padding: 0 20px 0 20px;
	border: none;
	background: transparent;
	color: #acafba;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	font-family: 'Jaapokki';
	letter-spacing: normal;
}

@media screen and (max-width:992px) {
	.lates-work #filters button {
		padding-bottom: 20px;
	}
}

.lates-work #filters .actual {
	color: #35373e;
}

.lates-work #filters button:hover {
	color: #35373e;
}

.lates-work #filters button:last-child {
	padding: 0 0 0 20px;
}

.work-img {
	display: block;
	vertical-align: top;
	float: left;
	width: 20%;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width:479px) {
	.work-img {
		width: 100%;
	}
}

.work-img:hover .work-description {
	bottom: 0;
}

.work-img img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

@media screen and (max-width:479px) {
	.work-img img {
		width: 100%;
	}
}

.work-description {
	text-align: center;
	width: 100%;
	background: #fff;
	padding: 30px 0 30px 0;
	position: absolute;
	bottom: -300px;
	left: 0;
	transition: bottom 0.4s ease;
}

.work-description h5 {
	text-transform: uppercase;
	font-family: 'Jaapokki';
	font-size: 14px;
	color: #35373e;
}

.work-description p {
	margin-top: 27px;
	font-size: 14px;
	color: #acafba;
}

.view {
	text-align: center;
	margin-top: 70px;
	display: inline-block;
	color: #acafba;
}

.view:hover {
	color: #acafba;
}

.t-gallery .block-title {
	text-transform: uppercase;
}

.cont-filter {
	display: table;
	margin: 0 auto 100px;
}

@media screen and (max-width:992px) {
	.cont-filter {
		margin: 0 auto 50px;
		text-align: center;
	}
}

.cont-filter .button {
	float: left;
	background: none;
	border: none;
	text-transform: uppercase;
	color: #91a4a6;
	padding: 0 16px;
	display: inline-block;
	font-weight: bold;
}

@media screen and (max-width:992px) {
	.cont-filter .button {
		margin-bottom: 10px;
		float: none;
		text-align: center;
	}
}

.cont-filter .button.actual {
	color: #32cddb;
}

.country-link {
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width:768px) {
	.country-link {
		width: 50%;
	}
}

@media screen and (max-width:481px) {
	.country-link {
		width: 100%;
	}
}

.country-link img {
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
}

.country-link:hover .info-panel {
	bottom: 0;
}

.country-link .country-name {
	color: #333333;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	letter-spacing: 2px;
}

.country-link .info-desc {
	display: none;
}

.info-panel {
	background: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -200px;
	left: 0;
	padding: 28px 0;
	transition: bottom 0.4s ease;
}

@media screen and (max-width:992px) {
	.info-panel {
		padding: 18px 0;
	}
}

.sw-container {
	max-width: 680px;
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
}

.sw-container img {
	max-width: 100%;
}

.sw-container .swiper-container {
	background-color: #fff;
}

.sw-container.blog-section .country-name {
	color: #223b3d;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

@media screen and (max-width:992px) {
	.sw-container.blog-section .country-name {
		font-size: 12px;
	}
}

.sw-container.blog-section .tag {
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.plase-box {
	min-height: 300px;
}

@media screen and (max-width:992px) {
	.plase-box {
		min-height: 300px;
	}
}

.plase-box img {
	width: 100%;
}

.place-info {
	background: #fff;
	padding: 100px 80px 40px;
	padding-top: 30px;
}

.place-info p {
	padding-top: 30px;
}

@media screen and (max-width:992px) {
	.place-info {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.pagination-gallery {
	display: block !important;
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

@media screen and (max-width:992px) {
	.pagination-gallery {
		top: 340px;
	}
}

.pagination-gallery .swiper-pagination-switch {
	background: #ededef;
	border: none;
	width: 10px;
	height: 10px;
	margin: 5px;
}

.pagination-gallery .swiper-pagination-switch:after {
	content: none;
}

.pagination-gallery .swiper-active-switch {
	background: #37cbd7 !important;
	border: none !important;
}

body .mfp-figure .mfp-close {
	width: 30px;
	height: 30px;
}

body .mfp-figure .mfp-close:after {
	content: 'x';
	font-size: 20px;
	color: #000;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
}

.mfp-close-btn-in .mfp-close {
	cursor: pointer;
	background: #fff;
	z-index: 9999999999999999999999999;
}

#gallery-box .sw-container .swiper-slide {
	display: block;
}

#gallery-box .hot-price {
	font-family: 'Maven Pro';
	font-size: 14px;
	font-weight: bold;
	color: #a5ba9e;
	margin-bottom: 18px;
}

#gallery-box .country-name {
	color: #333333;
	text-transform: uppercase;
	font-size: 13px;
}

#gallery-box .place-info {
	background: #fff;
	padding: 100px 80px 40px;
	text-align: center;
	color: #888888;
}

#gallery-box .place-info p {
	line-height: 1.3em;
}

#gallery-box .pagination-gallery {
	display: block !important;
	position: absolute;
	top: 311px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

@media screen and (max-width:992px) {
	#gallery-box .pagination-gallery {
		top: 340px;
	}
}

#gallery-box .pagination-gallery .swiper-pagination-switch {
	background: #ededef;
	border: none;
	width: 10px;
	height: 10px;
	margin: 5px;
}

#gallery-box .pagination-gallery .swiper-pagination-switch:after {
	content: none;
}

#gallery-box .pagination-gallery .swiper-active-switch {
	background: #a5ba9e !important;
	border: none !important;
}

.arrows {
	margin-top: 25px;
	width: 130px;
	margin: auto;
}

.arrows.det-arrow {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

@media screen and (max-width:481px) {
	.arrows.det-arrow {
		display: none;
	}
}

.arrows.det-arrow div {
	position: absolute;
	top: 180px;
	opacity: 1;
	cursor: pointer;
	z-index: 555;
}

.arrows.det-arrow .arrow-left {
	left: 0;
}

@media screen and (max-width:992px) {
	.arrows.det-arrow .arrow-left {
		left: 15px;
	}
}

.arrows.det-arrow .arrow-right {
	right: 0;
}

@media screen and (max-width:992px) {
	.arrows.det-arrow .arrow-right {
		right: 15px;
	}
}

.arrows.t-popular-arrows {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}

.arrows.t-popular-arrows div {
	width: 50px;
	height: 50px;
	background: #fff;
	opacity: 1;
	transition: opacity 0.5s linear;
	position: absolute;
	margin-top: 0;
	z-index: 111;
	top: 110px;
}

.arrows.t-popular-arrows div:hover {
	opacity: 0.8;
}

.arrows.t-popular-arrows div img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.arrows.t-popular-arrows .arrow-left {
	left: 10px;
}

.arrows.t-popular-arrows .arrow-left i {
	position: absolute;
	left: 18px;
	top: 18px;
	bottom: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width:1200px) {
	.arrows.t-popular-arrows .arrow-left {
		left: 55px;
	}
}

@media screen and (max-width:992px) {
	.arrows.t-popular-arrows .arrow-left {
		left: 15px;
	}
}

.arrows.t-popular-arrows .arrow-right {
	right: 10px;
}

.arrows.t-popular-arrows .arrow-right i {
	position: absolute;
	left: 18px;
	top: 18px;
	bottom: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width:1200px) {
	.arrows.t-popular-arrows .arrow-right {
		right: 54px;
	}
}

@media screen and (max-width:992px) {
	.arrows.t-popular-arrows .arrow-right {
		right: 15px;
	}
}

.arrow-left {
	margin-right: 90px;
}

.arrows>div {
	display: inline-block;
	margin-top: 40px;
	opacity: 0.45;
}

.arrows>div:hover {
	opacity: 1;
	cursor: pointer;
}

.post h5 a {
	font-size: 13px;
	line-height: 22px;
	margin-top: 20px;
	text-transform: uppercase;
	display: block;
	color: #333333;
	transition: color 0.2s linear;
}

@media screen and (max-width:768px) {
	.post {
		margin-bottom: 30px;
	}
	.post:last-of-type {
		margin-bottom: 0;
	}
}

.post p {
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #888888;
}

.hot-container {
	background: #fff;
	max-width: 270px;
	margin: 0 auto;
	box-shadow: 2.5px 4.3px 10px rgba(0, 0, 0, 0.1);
}

.hot-place-box {
	text-align: center;
	padding: 50px 0 38px;
}

.hot-place-box h3 {
	text-transform: uppercase;
	color: #223b3d;
	font-size: 14px;
	margin-bottom: 20px;
}

.hot-price {
	font-family: 'Maven Pro';
	font-size: 14px;
	font-weight: bold;
	color: #32cddb;
	margin-bottom: 18px;
}

.place-more {
	background: #223b3d;
	text-align: center;
	padding: 18px 0 16px;
}

.place-more a {
	color: #fff;
}

.place-more a:hover {
	color: #fff;
}

.testimonial-wrapper .testimonials-item .client-stars {
	display: none;
}

.testimonial-wrapper .testimonials-item .client-stars i {
	font-size: 18px;
	margin-left: 3px;
	margin-right: 3px;
}

.testimonial-wrapper.slider-type-circles .swiper-arrow-left,
.testimonial-wrapper.slider-type-circles .swiper-arrow-right {
	position: absolute;
	top: 75px;
	cursor: pointer;
}

.testimonial-wrapper.slider-type-circles .swiper-arrow-left {
	left: 0px;
}

.testimonial-wrapper.slider-type-circles .swiper-arrow-right {
	right: 0px;
}

.testimonial-wrapper.slider-type-circles .client-slide {
	text-align: center;
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.testimonial-wrapper.slider-type-circles .client-slide img {
	transform: scale(0.4);
	border-radius: 50%;
	transition: transform 1s ease;
	margin-left: -20px;
	width: 100% !important;
	height: 100% !important;
}

.testimonial-wrapper.slider-type-circles .client-slide.swiper-slide-active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.testimonial-wrapper.slider-type-circles .client-slide.swiper-slide-active img {
	transform: scale(1);
}

.testimonial-wrapper.slider-type-circles .testimonials-block {
	padding-top: 30px;
}

.testimonial-wrapper.slider-type-circles .testimonials-item {
	width: 100%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	display: none;
	transform: scale(0.4);
	transition: transform 1s ease;
}

.testimonial-wrapper.slider-type-circles .testimonials-item h3 {
	text-transform: uppercase;
	color: #333333;
	margin: 20px 0;
	font-size: 16px;
}

.testimonial-wrapper.slider-type-circles .testimonials-item .client-stars {
	display: block;
}

.testimonial-wrapper.slider-type-circles .testimonials-item span {
	color: #d1c5b3;
	font-family: 'Maven Pro';
	letter-spacing: 1px;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

.testimonial-wrapper.slider-type-circles .testimonials-item .blockquote {
	color: #888888;
	line-height: 1.5;
	font-size: 16px;
	font-family: 'Maven Pro';
	letter-spacing: 1px;
	border: 0px;
}

.testimonial-wrapper.slider-type-circles .testimonials-item.active {
	transform: scale(1);
	opacity: 1;
	display: block;
}

.testimonials-item {
	width: 100%;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	transition: transform 1s ease;
}

.testimonials-item h3 {
	text-transform: uppercase;
	color: #333;
	margin: 20px 0;
	font-size: 16px;
}

.testimonials-item span {
	color: #d1c5b3;
	font-family: 'Maven Pro';
	letter-spacing: 1px;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

.testimonials-item .blockquote {
	color: #888;
	line-height: 1.5;
	font-size: 16px;
	font-family: 'Maven Pro';
	letter-spacing: 1px;
}

.team-container {
	position: relative;
}

.team-container .team-member-container {
	display: none;
	width: 100%;
	position: relative;
}

.team-container .team-member-container.active {
	display: table;
}

.team-container .team-member-container .team-member-photo {
	display: table-cell;
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
}

.team-container .team-member-container .team-member-box {
	display: table-cell;
	width: 50%;
	vertical-align: middle!important;
	/*padding-top: 100px;
	padding-bottom: 200px;*/
	position: relative;
}

.team-container .team-member-container .team-member-box .team-member-info {
	padding: 0;
}

.team-container .team-member-container .team-member-box .team-member-info p {
	font-style: 13px;
	letter-spacing: 0px;
	line-height: 1.7;
}

.team-container .team-member-container .team-member-box .team-member-info .sub-title {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.team-container .pagination {
	display: none;
}

.team-container .team-nav {
	position: absolute;
	width: 50%;
	right: 1px;
	bottom: 0px;
}

.team-container.info-gallery-full .team-member-box {
	padding-bottom: 50px;
}

.team-container.info-gallery-full .team-nav {
	position: relative;
	width: 100%;
	right: 0px;
	left: 0px;
	display: none;
}

.team-nav {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:992px) {
	.team-nav {
		width: 100%;
		position: relative;
	}
}

@media only screen and (max-width:600px) {
	.team-container .team-member-container.active {
		display: block;
	}
	.team-container .team-member-container .team-member-photo {
		display: block;
		width: 100%;
		min-height: 400px;
	}
	.team-container .team-member-container .team-member-box {
		display: block;
		width: 100%;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.team-container .team-nav {
		width: 100%;
	}
}

.member-slide {
	cursor: pointer;
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.member-slide img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}

.member-slide.active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

.amazing-team-wrapper .pagination {
	display: none;
}

.procedure-slide {
	text-align: center;
	opacity: 0.3;
	display: block;
}

.procedure-slide.swiper-slide-active {
	opacity: 1;
}

.procedure-slide h3 {
	color: #333333;
	font-size: 13px;
	margin: 20px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.procedure-slide span {
	display: block;
	color: #98a6a9;
	font-family: 'Maven Pro';
	font-size: 14px;
	letter-spacing: 1px;
}

.col-inform .arrows {
	width: 100%;
	margin: 0;
	position: absolute;
	bottom: 125px;
	left: 0;
	padding: 0 15px;
	z-index: 1;
}

.col-inform .arrow-right {
	float: right;
}

.photo-season img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.photo-season h5 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

.photo-season h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

.tt-blog-element img {
	width: 100%;
}

.banner-nav-item {
	width: 25%;
	float: left;
	z-index: 1350;
	position: relative;
	visibility: visible !important;
}

.banner-navigation.brand-color .banner-nav-item {
	padding: 39px 30px 36px;
	background: #84a17a;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-navigation.column-2 .banner-nav-item {
	width: 16.666%;
}

.banner-navigation.column-3 .banner-nav-item {
	width: 25%;
}

.banner-navigation.column-4 .banner-nav-item {
	width: 33.333%;
}

.banner-navigation.column-6 .banner-nav-item {
	width: 50%;
}


.banner-navigation.brand-color .banner-nav-item:nth-child(5n+1) {
	background: #8ca783;
}

.banner-navigation.brand-color .banner-nav-item:nth-child(5n+2) {
	background: #94ad8c;
}

.banner-navigation.brand-color .banner-nav-item:nth-child(5n+3) {
	background: #9db495;
}

.banner-navigation.brand-color .banner-nav-item:nth-child(5n+4) {
	background: #a5ba9e;
}

.banner-navigation.brand-color .banner-nav-item.active {
	background: #40523a;
}

.banner-nav-item h3 {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	margin: 25px 0;
}

.banner-nav-item span.element-icon {
	font-size: 64px;
	color: #fff;
}

.banner-nav-item p {
	color: #efefef;
	font-size: 14px;
	line-height: 1.5;
}

.banner-navigation.transparent {
	text-align: center;
	cursor: pointer;
}

.banner-navigation.transparent .banner-nav-item {
	height: 120px;
	border-bottom: 10px solid transparent;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	margin-left: 1%;
	margin-right: 1%;
}

.banner-navigation.transparent .banner-nav-item h3 {
	margin: 30px 0;
}

.banner-navigation.transparent .banner-nav-item.active,
.banner-navigation.transparent .banner-nav-item:hover {
	border-color: #e66a55;
}

.banner-navigation.transparent .banner-nav-item p {
	display: none;
}

.banner-navigation.transparent.column-2 .banner-nav-item {
	width: 14.666%;
}

.banner-navigation.transparent.column-3 .banner-nav-item {
	width: 23%;
}

.banner-navigation.transparent.column-4 .banner-nav-item {
	width: 31.333%;
}

.banner-navigation.transparent.column-6 .banner-nav-item {
	width: 48%;
}

.m0 {
	margin: 0px;
}

.m1 {
	margin: 20px;
}

.m1h {
	margin-left: 20px;
	margin-right: 20px;
}

.m1v {
	margin-top: 20px;
	margin-bottom: 20px;
}

.m2 {
	margin: 40px;
}

.m2h {
	margin-left: 40px;
	margin-right: 40px;
}

.m2v {
	margin-top: 40px;
	margin-bottom: 40px;
}

.m3 {
	margin: 60px;
}

.m3h {
	margin-left: 60px;
	margin-right: 60px;
}

.m3v {
	margin-top: 60px;
	margin-bottom: 60px;
}

.m4 {
	margin: 80px;
}

.m4h {
	margin-left: 80px;
	margin-right: 80px;
}

.m4v {
	margin-top: 80px;
	margin-bottom: 80px;
}

.m5 {
	margin: 100px;
}

.m5h {
	margin-left: 100px;
	margin-right: 100px;
}

.m5v {
	margin-top: 100px;
	margin-bottom: 100px;
}

.p0 {
	padding: 0px;
}

.p1 {
	padding: 20px;
}

.p1h {
	padding-left: 20px;
	padding-right: 20px;
}

.p1v {
	padding-top: 20px;
	padding-bottom: 20px;
}

.p2 {
	padding: 40px;
}

.p2h {
	padding-left: 40px;
	padding-right: 40px;
}

.p2v {
	padding-top: 40px;
	padding-bottom: 40px;
}

.p3 {
	padding: 60px;
}

.p3h {
	padding-left: 60px;
	padding-right: 60px;
}

.p3v {
	padding-top: 60px;
	padding-bottom: 60px;
}

.p4 {
	padding: 80px;
}

.p4h {
	padding-left: 80px;
	padding-right: 80px;
}

.p4v {
	padding-top: 80px;
	padding-bottom: 80px;
}

.p5 {
	padding: 100px;
}

.p5h {
	padding-left: 100px;
	padding-right: 100px;
}

.p5v {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width:767px) {
	.m3,
	.m4,
	.m5 {
		margin: 30px;
	}
	.m3h,
	.m4h,
	.m5h {
		margin-left: 30px;
		margin-right: 30px;
	}
	.m3v,
	.m4v,
	.m5v {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.p3,
	.p4,
	.p5 {
		padding: 30px;
	}
	.p3h,
	.p4h,
	.p5h {
		padding-left: 30px;
		padding-right: 30px;
	}
	.p3v,
	.p4v,
	.p5v {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.padding0 {
	padding: 0px;
}

.padding1x {
	padding: 20px;
}

.padding2x {
	padding: 40px;
}

.padding3x {
	padding: 60px;
}

.padding4x {
	padding: 80px;
}

.padding5x {
	padding: 100px;
}

.margin0 {
	margin: 0px;
}

.margin1x {
	margin: 20px;
}

.margin2x {
	margin: 40px;
}

.margin3x {
	margin: 60px;
}

.margin4x {
	margin: 40px;
}

.margin5x {
	margin: 100px;
}

@media only screen and (max-width:480px) {
	.col-inform .arrows {
		bottom: 170px;
	}
	.blog-section h1 {
		font-size: 36px;
	}
	.blog-section h2 {
		font-size: 32px;
	}
	.process-info .vc_col-sm-3 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:601px) {
	body>.blog-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.boxed-text {
	display: block;
	border: 5px solid #333333;
	padding: 60px 40px;
	margin-bottom: 0px;
	text-align: center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.boxed-text h2 {
	color: #333333;
}

.boxed-text p {
	color: #888888;
}

@media screen and (max-width:601px) {
	.boxed-text {
		width: 90%;
	}
}

.blog-section .text-light {
	color: #fff;
}

.blog-section .text-light h1,
.blog-section .text-light h2,
.blog-section .text-light h3,
.blog-section .text-light h4,
.blog-section .text-light h5,
.blog-section .text-light h6,
.blog-section .text-light p,
.blog-section .text-light div,
.blog-section .text-light span,
.blog-section .text-light a,
.blog-section .text-light blockquote,
.blog-section .text-light .wpb_tabs[data-style="process"] .process h6,
.blog-section .text-light .wpb_tabs[data-style="process"] .process i,
.blog-section .text-light .wpb_tabs[data-style="process"] .process .number p {
	color: #fff;
}

.blog-section .text-light .wpb_tabs[data-style="process"] .process .number:after,
.blog-section .text-light .wpb_tabs[data-style="process"] .process .number:before {
	background: #fff;
}

.blog-section .text-light .boxed-text {
	border-color: #fff;
}

.blog-section .text-light .boxed-text h2,
.blog-section .text-light .boxed-text p {
	color: #fff;
}

.brand-color {
	color: #a5ba9e !important;
}

.image-shadow {
	box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
}

.image-shadow img {
	width: 100%;
}

.w-banner img {
	width: 100%;
	height: auto;
}

.tt-carousel-image-gallery {
	cursor: w-resize;
}

.tt-carousel-image-gallery img {
	width: 100%;
	height: auto;
}

.h-arrow-container {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: 50px;
	text-align: center;
}

.h-arrow-container .swiper-arrow-left,
.h-arrow-container .swiper-arrow-right {
	position: absolute;
	top: 0;
	cursor: pointer;
}

.h-arrow-container .swiper-arrow-left {
	left: 0;
}

.h-arrow-container .swiper-arrow-right {
	right: 0;
}

.procedure-slider {
	padding-top: 100px;
}

.procedure-slider .swiper-slide {
	display: block;
}

@media (max-width:767px) {
	.testimonial-wrapper.slider-type-circles .client-slide img {
		width: 80% !important;
	}
	.wpb_tabs .wpb_tabs_nav li,
	.wpb_tabs_extended .wpb_tabs_nav li,
	.vc_tta-tabs .wpb_tabs_nav li,
	.wpb_tabs .vc_tta-tabs-list li,
	.wpb_tabs_extended .vc_tta-tabs-list li,
	.vc_tta-tabs .vc_tta-tabs-list li {
		width: 100%;
	}
	.wpb_tour:not(.wpb_tour_extended) .wpb_tabs_nav {
		width: 100%;
		margin-bottom: 30px;
	}
	.wpb_tour:not(.wpb_tour_extended) .wpb_tab {
		width: 100%;
	}
	.show-progress .number {
		display: none;
	}
	.v-member-nav {
		width: 100% !important;
		border-right: none !important;
		border-top: 1px solid #fff;
		padding: 28px 15px;
	}
	.margin4x {
		margin: 30px;
	}
	.margin5x {
		margin: 40px;
	}
	body.left-side-menu {
		padding-left: 0;
	}
	body.left-side-menu .vc_row {
		padding-left: 0 !important;
	}
	body.left-side-menu .pagination.hide {
		display: block !important;
		text-align: center;
		padding-top: 0;
	}
	body.left-side-menu .pagination .swiper-pagination-switch {
		width: 10px;
		height: 10px;
		border: none;
		background: #ccc;
	}
	body.left-side-menu .pagination .swiper-active-switch {
		background: #a5ba9e;
		border: none;
	}
	body.left-side-menu .pagination .swiper-active-switch:after {
		background: #a5ba9e;
	}
}

@media screen and (max-width:992px) {
	.col-md-2.col-sm-6.col-xs-6:nth-child(2n+1) {
		clear: both;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.nav-item-serv {
		padding: 12px 12px 10px;
		width: 100%;
		max-width: 500px;
		text-align: center;
		margin: 0 auto;
	}
	.show-progress .number {
		display: none;
	}
	body.left-side-menu {
		padding-left: 0;
	}
	body.left-side-menu .margin5x {
		margin: 0;
	}
	body.left-side-menu .vc_row {
		padding-left: 0 !important;
	}
	
	
}

 /* INIZIO BOX IN HOME */

@media screen and (min-width:993px){
	
	.banner-nav-item{
		height:320px;
	}
	
	.banner-nav-item img {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.banner-nav-item p{
		text-align:center;
		margin:0 auto !important;
		}
	
	.banner-nav-item h3{
		text-align:center;
		margin: 15px 0 !important;
		}
	
}

@media screen and (max-width:992px) {
	
	.blog-section h3 {
		font-size: 22px;
		letter-spacing:3px !important;
	}
	
	.banner-nav-item {
	      
		margin-top:100px;
		height:310px;
		width:100%;
		} 
	.banner-nav-item p{
		font-size:9px!important;
		margin-left:-20px!important;
		color:black !important;
		}
	.banner-nav-item h3{
		font-size:7px!important;
		margin-left:-24px!important;
		letter-spacing:2px !important;
		}
		
	.banner-nav-item img {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
		}
	}
	
@media screen and (max-width:420px) {
	
	
	
	.banner-navigation.column-3 .banner-nav-item{
		width:50% !important;
	}
	
	.banner-nav-item:nth-child(3){
	  margin-top:0px !important;
	  
	}

	.banner-nav-item:nth-child(4){
		margin-top:0px !important;
	}
	
	.banner-nav-item {
		
		margin-top:100px;
		height:300px;
		width:25%;
	} 
	
	.banner-nav-item img {
		display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	
	.banner-nav-item p{
		font-size:10px!important;
		text-align:center;
		margin:0 auto !important;
		}
	
	.banner-nav-item h3{
		font-size:10px!important;
		letter-spacing:3px !important;
		text-align:center;
		margin: 15px 0 !important;
		}
	}
	
	.banner-nav-item .active{
		background:#8ca783 !important;
	}
/* FINE BOX IN HOME */

.vc_custom_1550757178728{
	background-position: top !important;
}

.vc_custom_1550757434015{
	background-position: center !important;
}

	/* INIZIO SLIDE PRODOTTI HOME */

.swiper-slide{
	width:157px !important;
}

.swiper-slide:nth-child(1):before{
	content:"SMART LASER";
	width:100%;
	text-align:center;
	height:auto;
	padding-left:5%;
	color:#6AB165;
	font-weight:bold;
	font-size:9px;
	float:left;
	position:absolute;
	z-index:2;
}

.swiper-slide:nth-child(2):before{
	content:"EOS COMBO"!important;
	width:95%;
	text-align:center;
	height:auto;
	padding-left:5%;
	color:#6AB165;
	font-weight:bold;
	font-size:9px;
	float:left;
	position:absolute;
	z-index:2;
}

.swiper-slide:nth-child(3):before{
	content:"LASER THUNDER COMPACT";
	width:95%;
	text-align:center;
	height:auto;
	padding-left:5%;
	color:#6AB165;
	font-weight:bold;
	font-size:9px;
	float:left;
	position:absolute;
	z-index:2;
}

.swiper-slide:nth-child(4):before{
	content:"EOS 1000 LQS";
	width:95%;
	text-align:center;
	height:auto;
	padding-left:5%;
	color:#6AB165;
	font-weight:bold;
	font-size:9px;
	float:left;
	position:absolute;
	z-index:2;
}

.swiper-slide:nth-child(5):before{
	content:"EOS QS";
	width:95%;
	text-align:center;
	height:auto;
	padding-left:5%;
	color:#6AB165;
	font-weight:bold;
	font-size:9px;
	float:left;
	position:absolute;
	z-index:2;
	text-align:center;
}

.swiper-slide:nth-child(6):before{
	content:"LIGHT BRUSH 2";
	width:95%;
	text-align:center;
	height:auto;
	padding-left:5%;
	color:#6AB165;
	font-weight:bold;
	font-size:9px;
	float:left;
	position:absolute;
	z-index:2;
}

.swiper-slide:nth-child(7):before{
	content:"WIRELESS REMOTE CONTROL";
	width:95%;
	text-align:center;
	height:auto;
	padding-left:5%;
	color:#6AB165;
	font-weight:bold;
	font-size:8.5px;
	float:left;
	position:absolute;
	z-index:2;
}

.swiper-wrapper{
	margin:0 auto;
	width: 1300px !important ;
}

	/* FINE SLIDE PRODOTTI HOME */
	
	/* REGOLE CAROUSEL */
	
.rpc-post-title a{
	position:absolute;
	z-index:2;
	margin-top:-260px;
	margin-left:20px;
	width:200px;
	font-size:16px !important;
	margin-bottom:0px;
}

.rpc-content{
	position:absolute;
	z-index:2;
	margin-top:-120px;
	margin-left:20px;
	width:200px;
	font-size:10px;
	line-height:15px;
	font-weight:bold;
}

.rpc-post-category a{
	position:absolute;
	z-index:2;
	margin-top:-280px;
	margin-left:20px;
	background-color:#6AB165 !important;
	font-size:15px;
	margin-bottom:0px;
	text-transform:uppercase;
}

.fixed-height-image{
	background: rgb(0,0,0);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(140,140,140,1) 100%);
	
}

.fixed-height-image img{
	opacity:0.7;
}

.vc_grid-filter{
	
	display: flex;
    flex-direction: row-reverse;
    text-align: center;
    width: 37%;
	margin:20px 32% !important;
}

/* FINE REGOLE CAROUSEL */

/*  REGOLE FORM  */
	
.wpcf7-text{
	width:600px !important;
}

textarea{
	width:600px !important;
}

/*  FINE REGOLE FORM  */

/*  INIZIO REGOLE GENERALI  */

.ftr-nav-container{
	display:none;
}

.imgtopheight {
	max-height: 500px !important;
	position: top !important;
	padding: 0!important;
	margin: 0 !important;
}

/*  FINE REGOLE GENERALI  */

/*aggiunte*/


@media (max-width: 2000px) and (min-width: 1250px) {
	.team-info {
	margin-left: 150px !important;
	}
	.team-member-info {
	margin-right: 150px !important;
	}
	.team-nav {
	margin-left: 150px !important;
	}
	.team-member-photo {
	vertical-align: middle !important;
	}
	.team-member-box {
	padding-top: 0 !important;
	
	}
	.sub-menu {
	width: 300px !important;
	}

}



@media (max-width: 1240px) and (min-width: 1159px) {
	.team-info {
	margin-left: 50px !important;
	}
	
	.team-member-info {
	margin-right: 50px !important;
	}
	.team-nav {
	margin-left: 50px !important;
	}
	
	.team-member-photo {
	/*background-size: 150% !important;*/
	vertical-align: middle !important;
	}
	.team-member-box {
	padding-top: 0 !important;
	padding-bottom: 20px !important;
	}
	.team-member-container {
	min-height: 860px !important;
	}
	.sub-menu {
	width: 300px !important;
	}

}

@media (max-width: 1088px) and (min-width: 992px) {
	.team-member-photo {
	background-size: 150% !important;
	vertical-align: middle !important;
	}
	.team-member-box {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}
	.team-nav img,
	.swiper-slide.member-slide.swiper-slide-visible.swiper-slide-active,
	.swiper-slide.member-slide.swiper-slide-visible,
	.swiper-slide.member-slide {
	width: 139px !important; padding: 0 !important; margin: 0!important;
	}
	
	
}

@media (max-width: 2000px) and (min-width: 768px) {
	.boxdescprodotto {
	padding-left: 50px !important;
	}

	
}

@media (max-width: 1152px) and (min-width: 768px) {
	.boxdescprodotto {
	padding-left: 20px !important;
	}
	h2 {
	font-size: 26px !important;
	}

	
}


.vc_column-inner.vc_custom_1547808915431 {
	padding-right: 0 !important;
	margin-right: 0 !important;
	}

.no-margin-bottom, .wpb_wrapper {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	}
.navigationboxphone h6 { 
	font-size: 12px !important;
	color: #fff !important;
	}
.navigationboxphone p { 
	font-size: 13px !important;
	line-height: normal;
	color: #000;
	}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  .team-member-container {
	
	}
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1024px) and (max-width: 1366px) {
  
  .team-member-container {
	
	}
  .team-member-info { 
		padding-right: 30px !important;
	}

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 923px) and (max-width: 1199px) {
	#logo { 
		padding: 0px !important;
		margin: 0px !important;
	}
	#logo a { 
		width: 170px !important;
	}
	.nav ul li a { 
		padding: 3px !important;
		letter-spacing: 0.2em;
		font-size: 70% !important;
	}
  	.nav { 
		padding: 0px !important;
		margin: 0px !important;
	}

  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
.wpb_single_image .wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button {
	 padding-bottom: 0!important;
	 margin-bottom: 0!important;
  }
.team-member-info { 
		padding-right: 30px !important;
	}

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  
  
}

.container-footer a {
  color: #6AB165; 
  
}

.team-member-container {
	
  
}
.team-member-info .sub-title {
	
	padding-left: 20px!important;
	margin-left: 20px !important;
  
}

.team-member-photo {

	background-size: auto !important;
	background-position: center!important;
	}

.team-member-box {
	padding-top: 0px!important;
	margin-top: 0px !important;
	padding-bottom: 0px!important;
	margin-bottom: 0px !important;
  
}

.team-member-info {

	padding-bottom: 130px!important;
	margin-bottom: 0px !important;
  
}

#menu-item-2399, #menu-item-4044, #menu-item-2042 {

  	letter-spacing: -1px !important;
}
.nav ul li a {
  	letter-spacing: 1px !important;
}