@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


/* rtl:begin:ignore */
.gm-badge {
  overflow: hidden;
  line-height: 1; }
  .gm-badge > span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    white-space: nowrap; }

.gm-thumb-menu-item-wrapper {
  width: 100%; }
  .gm-thumb-menu-item-wrapper .gm-thumb-menu-item {
    max-height: inherit;
    max-width: inherit; }

.gm-navbar--has-shadow-sticky.gm-navbar-sticky-toggle .gm-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.gm-navbar-sticky.gm-navbar-sticky-toggle .gm-wrapper,
.gm-navbar-fixed-sticky.gm-navbar-sticky-toggle .gm-wrapper {
  position: fixed; }

.gm-navbar-sticky.gm-navbar-sticky-toggle .gm-wrapper {
  transition-property: transform;
  transition-duration: 0.2s; }

.gm-navbar.gm-navbar-fixed-sticky .gm-toolbar .gm-container,
.gm-navbar.gm-navbar-sticky .gm-toolbar .gm-container {
  transition: all 0.2s ease-out; }

.gm-navbar.gm-navbar-fixed-sticky.gm-navbar-sticky-toggle .gm-toolbar .gm-container,
.gm-navbar.gm-navbar-sticky.gm-navbar-sticky-toggle .gm-toolbar .gm-container {
  transition: all 0.2s ease-out;
  opacity: 0; }

/* rtl:begin:ignore */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/* rtl:end:ignore */
.gm-navbar--with-reset div,
.gm-navbar--with-reset nav,
.gm-navbar--with-reset ul,
.gm-navbar--with-reset li {
  float: unset;
  width: unset; }

.gm-navbar--with-reset li {
  margin: unset; }

.gm-navbar .wpml-ls {
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content; }

.gm-caret,
.gm-toolbar-right,
.gm-toolbar-left,
.gm-menu-item__txt-wrapper,
.gm-mobile-menu-container,
.gm-mega-menu__item__title {
  margin: 0; }

nav#gm-main-menu {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

nav ul.gm-navbar-nav > li {
  display: block; }

/* Woo Mini-cart style fix */
.gm-navbar .gm-main-menu-wrapper .gm-minicart-dropdown .thumbnail {
  position: static;
  margin: 0; }

.gm-navbar .gm-main-menu-wrapper .gm-minicart-dropdown h3 {
  color: inherit; }

.gm-navbar .gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item {
  border-bottom: none; }

.gm-navbar .gm-main-menu-wrapper .gm-minicart-dropdown .mini_cart_item .quantity {
  color: inherit; }

/* Divi integration style fix */
.et-l--header .gm-navbar .gm-minicart ul,
#gm-main-menu > ul.gm-navbar-nav,
.gm-dropdown-menu-wrapper > ul.gm-dropdown-menu {
  list-style-type: none;
  padding: 0;
  line-height: inherit; }

/* Divi fix for Woo ONSALE badge CSS conflict */
.et_divi_theme.woocommerce span.onsale,
.et_divi_theme.woocommerce-page span.onsale {
  z-index: 1; }

/* animation trasition fix */
.gm-logo img,
.gm-menu-item__icon,
.gm-badge,
.gm-navbar > .gm-padding,
.gm-navbar-nav .gm-dropdown-menu-wrapper,
.gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-anchor .gm-menu-item__txt-wrapper {
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important; }

/* fix iOS bug when use background-size: cover; & background-position: fixed; Together */
@supports (-webkit-touch-callout: inherit) {
  .gm-navbar ~ .gm-main-menu-wrapper {
    background-attachment: scroll !important; } }

.gm-grid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.gm-grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.gm-navbar .grid,
.gm-navbar .grid-5,
.gm-navbar .grid-10,
.gm-navbar .grid-11,
.gm-navbar .grid-12,
.gm-navbar .grid-14,
.gm-navbar .grid-15,
.gm-navbar .grid-16,
.gm-navbar .grid-20,
.gm-navbar .grid-25,
.gm-navbar .grid-30,
.gm-navbar .grid-35,
.gm-navbar .grid-40,
.gm-navbar .grid-45,
.gm-navbar .grid-50,
.gm-navbar .grid-55,
.gm-navbar .grid-60,
.gm-navbar .grid-65,
.gm-navbar .grid-70,
.gm-navbar .grid-75,
.gm-navbar .grid-80,
.gm-navbar .grid-85,
.gm-navbar .grid-90,
.gm-navbar .grid-95,
.gm-navbar .grid-100,
.gm-navbar .grid-33,
.gm-navbar .grid-66,
.gm-navbar .mobile-grid,
.gm-navbar .mobile-grid-5,
.gm-navbar .mobile-grid-10,
.gm-navbar .mobile-grid-11,
.gm-navbar .mobile-grid-12,
.gm-navbar .mobile-grid-14,
.gm-navbar .mobile-grid-15,
.gm-navbar .mobile-grid-16,
.gm-navbar .mobile-grid-20,
.gm-navbar .mobile-grid-25,
.gm-navbar .mobile-grid-30,
.gm-navbar .mobile-grid-35,
.gm-navbar .mobile-grid-40,
.gm-navbar .mobile-grid-45,
.gm-navbar .mobile-grid-50,
.gm-navbar .mobile-grid-55,
.gm-navbar .mobile-grid-60,
.gm-navbar .mobile-grid-65,
.gm-navbar .mobile-grid-70,
.gm-navbar .mobile-grid-75,
.gm-navbar .mobile-grid-80,
.gm-navbar .mobile-grid-85,
.gm-navbar .mobile-grid-90,
.gm-navbar .mobile-grid-95,
.gm-navbar .mobile-grid-100,
.gm-navbar .mobile-grid-33,
.gm-navbar .mobile-grid-66 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.text-center {
  text-align: center; }

.d-flex {
  display: flex !important; }

.justify-content-center {
  justify-content: center; }

.align-items-center {
  align-items: center; }

.flex-grow-1 {
  flex-grow: 1; }

.flex-column {
  flex-direction: column; }

.h-100 {
  height: 100%; }

.mb-4 {
  margin-bottom: 50px; }

.mt-5 {
  margin-top: 25px; }

.mx-4 {
  margin-left: 25px;
  margin-right: 25px; }

.my-4 {
  margin-top: 25px;
  margin-bottom: 25px; }

.py-4 {
  padding-top: 25px;
  padding-bottom: 25px; }

.border-right {
  border-right: 1px solid #5a5a5a; }

.gm-hidden {
  opacity: 0;
  visibility: hidden; }

.gm-d-none {
  display: none !important; }

.gm-bg-hidden {
  background-image: none !important; }

.gm-navigation-drawer {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 1000;
  overflow-y: auto;
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  will-change: transform; }

.gm-navigation-drawer.gm-hidden {
  transition: none !important; }

.gm-navigation-drawer .gm-menu-item__icon {
  margin-right: 8px; }

.gm-navigation-drawer .gm-dropdown-menu-wrapper {
  display: none; }

.gm-navigation-drawer .gm-dropdown-toggle.gm-menu-item__link .gm-caret i {
  transform: rotate(90deg); }

.gm-navigation-drawer li {
  margin-bottom: 0; }

.gm-navigation-drawer .gm-logo__img {
  display: none; }

.gm-navigation-drawer .gm-logo__img-alt {
  display: flex; }

.gm-navigation-drawer .gm-search,
.gm-navigation-drawer .gm-minicart {
  cursor: pointer; }

.gm-navigation-drawer .gm-anchor,
.gm-navigation-drawer .gm-mega-menu__item__title {
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  line-height: 1.4;
  font-weight: 700;
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit; }

.gm-navigation-drawer .gm-anchor .gm-menu-item__txt-wrapper,
.gm-navigation-drawer .gm-mega-menu__item__title .gm-menu-item__txt-wrapper {
  margin-right: auto; }

.gm-navigation-drawer .gm-search .gm-icon:not(:last-child) {
  margin-bottom: 8px; }

.gm-navigation-drawer .gm-search .gm-search__txt {
  font-size: 11px;
  display: block; }

.gm-navigation-drawer .gm-minicart {
  text-align: center; }

.gm-navigation-drawer .gm-minicart .gm-minicart-link {
  color: inherit; }

.gm-navigation-drawer .gm-minicart .gm-minicart__txt {
  font-size: 11px;
  display: block; }

.gm-navigation-drawer .gm-minicart .gm-icon {
  font-size: 17px; }

.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
  padding-left: 15px; }

.gm-divider--vertical {
  width: 0;
  max-width: 0;
  max-height: 100%;
  border-style: solid;
  border-width: 0 1px 0 0;
  overflow: visible;
  align-self: stretch;
  display: inline;
  height: auto; }

.gm-divider--vertical:last-child {
  display: none; }

body:not(.admin-bar) .gm-navigation-drawer {
  top: 0;
  height: 100%; }

@media (max-width: 782px) {
  .admin-bar .gm-navigation-drawer {
    top: 46px;
    height: calc(100% - 46px); } }

@media (min-width: 783px) {
  .admin-bar .gm-navigation-drawer {
    top: 32px;
    height: calc(100% - 32px); } }

.gm-nav-content-wrapper {
  transition: transform cubic-bezier(0.7, 0, 0.3, 1) 0.4s;
  will-change: transform; }

.gm-navbar.gm-navbar--style-2 .gm-main-menu-wrapper:not(.gm-navigation-drawer--open) {
  display: none; }

.gm-navigation-drawer.gm-navigation-drawer--open {
  transform: translate3d(0, 0, 0) !important; }

html:not(.fl-builder-edit),
body:not(.fl-builder-edit) {
  position: relative; }

.gm-navbar *,
.gm-main-menu-wrapper *,
.gm-navigation-drawer * {
  box-sizing: border-box; }

.gm-navbar a,
.gm-navbar a:hover,
.gm-navbar a:focus,
.gm-navbar a:active,
.gm-navbar a:visited,
.gm-main-menu-wrapper a,
.gm-main-menu-wrapper a:hover,
.gm-main-menu-wrapper a:focus,
.gm-main-menu-wrapper a:active,
.gm-main-menu-wrapper a:visited,
.gm-navigation-drawer a,
.gm-navigation-drawer a:hover,
.gm-navigation-drawer a:focus,
.gm-navigation-drawer a:active,
.gm-navigation-drawer a:visited {
  text-decoration: none;
  transition: none; }

.gm-main-menu-wrapper {
  box-sizing: border-box; }

.gm-main-menu-wrapper .menu-item {
  margin-bottom: 0;
  height: auto;
  width: auto;
  max-width: 100%; }

.gm-main-menu-wrapper .gm-navbar-nav {
  display: flex;
  justify-content: space-between; }

.gm-navbar {
  position: relative; }

.gm-navbar .gm-toolbar {
  z-index: 10; }

.gm-navbar .gm-inner {
  z-index: 5; }

.gm-navbar ul,
.gm-main-menu-wrapper ul,
.gm-navigation-drawer ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.gm-navbar ul.gm-navbar-nav,
.gm-navbar ul.gm-navbar-nav > li,
.gm-navbar ul.gm-dropdown-menu,
.gm-navbar ul.gm-dropdown-menu > li,
.gm-navbar ~ .gm-main-menu-wrapper .gm-dropdown-menu .gm-menu-item,
.gm-navbar .gm-dropdown-menu-wrapper > ul,
.gm-navbar .gm-dropdown-menu-wrapper > ul > li,
.gm-navigation-drawer ul.gm-navbar-nav,
.gm-navigation-drawer ul.gm-navbar-nav > li,
.gm-navigation-drawer ul.gm-dropdown-menu,
.gm-navigation-drawer ul.gm-dropdown-menu > li,
.gm-second-nav-drawer ul.gm-navbar-nav,
.gm-second-nav-drawer ul.gm-navbar-nav > li,
.gm-second-nav-drawer ul.gm-dropdown-menu,
.gm-second-nav-drawer ul.gm-dropdown-menu > li,
.gm-navbar .gm-toolbar-socials-list,
.gm-navbar .gm-toolbar-socials-list > li,
.gm-navbar .gm-plain-list-menu-wrapper > .gm-plain-list-menu {
  list-style: none;
  padding: 0 0 0 0;
  line-height: initial;
  position: initial; }

.gm-wrapper {
  z-index: 999; }

.gm-navbar button,
.gm-main-menu-wrapper button {
  cursor: pointer; }

.gm-menu-btn__inner {
  line-height: 1; }

.gm-dropdown:not(.gm-open) .gm-dropdown-menu-wrapper {
  overflow: hidden; }

.gm-action__gm_main_menu_actions_button_first,
.gm-action__gm_main_menu_actions_button_last {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

/************************************
GROOVY TOOLBAR
*************************************/
.gm-navbar .gm-toolbar {
  position: relative;
  transition: all linear 0.2s;
  transition-property: background-color, opacity; }

.gm-navbar .gm-toolbar-left,
.gm-navbar .gm-toolbar-right {
  display: flex; }

.gm-navbar .gm-block-container {
  display: block; }

.gm-navbar .gm-toolbar-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.gm-navbar .gm-toolbar-contacts a {
  color: inherit !important; }

.gm-navbar .gm-toolbar-socials-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -12px !important;
  margin-right: -12px !important; }

.gm-navbar .gm-toolbar-socials-list .gm-toolbar-socials-list__item {
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px; }

.gm-navbar .gm-toolbar-social-link {
  position: relative;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease; }

.gm-navbar .gm-toolbar-social-link .fa {
  line-height: 38px; }

.gm-navbar .gm-toolbar-social-link span {
  padding-left: 4px; }

.gm-navbar .gm-toolbar-email,
.gm-navbar .gm-toolbar-phone {
  margin-right: 15px;
  display: flex;
  align-items: center;
  line-height: 38px; }

.gm-navbar .gm-toolbar-email span,
.gm-navbar .gm-toolbar-phone span {
  margin-right: 5px; }

.gm-navbar--style-4 .gm-toolbar .gm-toolbar-social-link > span,
.gm-navbar--style-3 .gm-toolbar .gm-toolbar-social-link > span,
.gm-navbar--style-5 .gm-toolbar .gm-toolbar-social-link > span {
  display: none; }

/* ----------------------------------
   Toolbar Menu: Main CSS Styles
 ------------------------------------ */
.gm-toolbar-nav-container {
  padding: 0;
  margin: 0 16px;
  border: 0;
  width: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* TOP menu link style */
  /* SUB menu link style */
  /* TOP menu link Hover style */
  /* SUB menu link Hover style */
  /* SUB menu List style */ }

.gm-toolbar-nav-container ul,
.gm-toolbar-nav-container li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important; }

.gm-toolbar-nav-container > ul > li {
  margin-left: 2px;
  margin-right: 2px; }

.gm-toolbar-nav-container ul {
  position: relative; }

.gm-toolbar-nav-container ul li {
  min-height: 1px;
  vertical-align: middle;
  position: relative; }

.gm-toolbar-nav-container ul li.hover,
.gm-toolbar-nav-container ul li:hover {
  z-index: 100109;
  cursor: default; }

.gm-toolbar-nav-container ul ul {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0;
  z-index: 100108;
  width: 100%; }

.gm-toolbar-nav-container ul ul ul {
  top: 0;
  left: 99.8%;
  width: 170px;
  padding: 0; }

.gm-toolbar-nav-container ul ul {
  bottom: 0;
  left: 0; }

.gm-toolbar-nav-container ul ul {
  margin-top: 0; }

.gm-toolbar-nav-container ul ul li {
  font-weight: normal; }

.gm-toolbar-nav-container a {
  display: block;
  line-height: 1em;
  text-decoration: none; }

.gm-toolbar-nav-container > ul {
  display: flex; }

.gm-toolbar-nav-container > ul > li.menu-item {
  margin: 0 2px; }

.gm-toolbar-nav-container::after,
.gm-toolbar-nav-container ul::after {
  content: '';
  display: block;
  clear: both; }

.gm-toolbar-nav-container a {
  color: #686868;
  padding: 0 8px; }

.gm-toolbar-nav-container ul ul a {
  color: #686868;
  border: 0 none;
  line-height: 150%;
  padding: 8px 20px !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gm-toolbar-nav-container ul li:hover > a,
.gm-toolbar-nav-container ul li.active > a {
  color: #686868; }

.gm-toolbar-nav-container ul ul li:hover > a {
  color: #686868; }

.gm-toolbar-nav-container ul ul {
  text-transform: none;
  min-width: 50px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.gm-toolbar-nav-container ul ul li {
  position: relative; }

.gm-toolbar-nav-container ul ul li > a::before {
  position: absolute;
  left: 15px;
  display: inline-block;
  visibility: hidden;
  content: "";
  transition: all 0.15s ease;
  transform: translateX(0);
  opacity: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto; }

.gm-toolbar-nav-container ul ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  font-size: inherit; }

.gm-toolbar-nav-container ul li.last ul {
  left: auto;
  right: 0; }

.gm-toolbar-nav-container ul li.last ul ul {
  left: auto;
  right: 99.5%; }

.gm-toolbar-nav-container > ul > li > a {
  line-height: 24px; }

.gm-navbar .gm-toolbar-nav .menu-item,
.gm-navbar #gm-toolbar .gm-toolbar-nav-container ul {
  padding: 0; }

.gm-action__gm_toolbar_left_first,
.gm-action__gm_toolbar_left_last,
.gm-action__gm_toolbar_right_first,
.gm-action__gm_toolbar_right_last {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }

/***************************************
GROOVY SEARCH
***************************************/
.gm-main-menu-wrapper .gm-search {
  flex-direction: column; }

.gm-search-wrapper {
  visibility: hidden;
  opacity: 0; }

.gm-search__fullscreen-container:not(.gm-hidden) .gm-search-wrapper {
  visibility: visible;
  opacity: 1; }

.gm-search-wrapper .gm-form-group {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.gm-search__input {
  outline: none; }

.gm-search-btn {
  border: none;
  width: 50px;
  height: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.gm-search__fullscreen-container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all linear 0.2s;
  background-color: rgba(0, 0, 0, 0.85); }

.gm-search__fullscreen-container .gm-search-btn {
  box-shadow: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.31);
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  font-size: 19px;
  color: #fff;
  line-height: 1;
  margin: 0; }

.gm-search__fullscreen-container .gm-search__close {
  position: absolute;
  top: 10%;
  right: 8%;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform linear 0.2s; }

.gm-search__fullscreen-container .gm-search__close:hover {
  transform: scale(1.1); }

.gm-search__fullscreen-container .gm-search__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  max-width: 800px;
  transform: translate(-50%, -50%);
  text-align: center; }

.gm-search__fullscreen-container .gm-search__alpha {
  color: #fff;
  font-size: 16px;
  font-weight: 600; }

.gm-search__fullscreen-container .gm-form-group {
  margin-top: 80px; }

.gm-search__fullscreen-container .gm-search__input[type='text'] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.31);
  outline: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  margin: 0; }

.gm-search:not(.fullscreen) .gm-search-btn {
  transition: background-color linear 0.2s;
  color: #fff;
  background: #393b3f;
  font-size: 18px;
  line-height: 31px;
  padding: 0 17px;
  margin: 0; }

.gm-search:not(.fullscreen) .gm-search-btn:hover, .gm-search:not(.fullscreen) .gm-search-btn:focus {
  color: white; }

.gm-search:not(.fullscreen) .gm-search-btn:hover {
  background-color: #93cb52; }

.gm-search:not(.fullscreen) .gm-search__input {
  height: 35px;
  padding: 0 14px;
  margin: 0;
  border: 1px solid rgba(0, 1, 0, 0.1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0.3px 5px 5px rgba(0, 1, 0, 0.02);
  font-size: 14px;
  font-family: inherit;
  font-style: italic;
  line-height: 35px;
  flex-grow: 1; }

.gm-search:not(.fullscreen) .gm-search__input::-moz-placeholder {
  color: #b0b0b0;
  -moz-transition: color 0.2s;
  transition: color 0.2s; }

.gm-search:not(.fullscreen) .gm-search__input:-ms-input-placeholder {
  color: #b0b0b0;
  -ms-transition: color 0.2s;
  transition: color 0.2s; }

.gm-search:not(.fullscreen) .gm-search__input::placeholder {
  color: #b0b0b0;
  transition: color 0.2s; }

.gm-main-menu-wrapper .gm-search > .gm-search__txt {
  font-size: 11px; }

/***********************************
FULLSCREEN SEARCH
***********************************/
.gm-search__fullscreen-container.gm-hidden {
  visibility: hidden;
  opacity: 0; }

.gm-navbar .gm-search__txt {
  display: none; }

.gm-navbar .gm-menu-actions-wrapper .gm-search {
  margin: auto 8px; }

/***************************************
GROOVY CART
***************************************/
.gm-main-menu-wrapper .gm-minicart > a {
  position: relative;
  font-size: 16px; }

.gm-main-menu-wrapper .gm-minicart-icon-wrapper {
  position: relative; }

.gm-main-menu-wrapper .gm-minicart .gm-minicart-dropdown {
  position: absolute;
  right: -15px;
  left: auto;
  width: 280px; }

.gm-main-menu-wrapper .woocommerce-mini-cart__empty-message {
  padding-bottom: 15px !important; }

.gm-main-menu-wrapper .gm-minicart-icon-wrapper > .gm-minicart__txt {
  font-size: 11px; }

.gm-menu-actions-wrapper .gm-minicart {
  margin: auto 8px; }

.gm-menu-actions-wrapper .gm-minicart > .gm-minicart-link {
  position: relative;
  font-size: 18px; }

.gm-menu-actions-wrapper .gm-minicart > .gm-minicart-link .gm-badge > .gm-cart-counter {
  position: absolute;
  top: -16px;
  right: -28px;
  display: block;
  width: 26px;
  height: 26px;
  transition: top 0.2s;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px; }

.gm-menu-actions-wrapper .gm-minicart > .gm-minicart-link .gm-badge > .gm-cart-counter:empty {
  display: none; }

.gm-navbar--align-right .gm-main-menu-wrapper .gm-minicart .gm-minicart-dropdown {
  position: absolute;
  right: auto;
  left: 5px;
  width: 280px; }

.gm-cart-counter {
  position: absolute;
  top: -23px;
  right: -31px;
  display: block;
  width: 26px;
  height: 26px;
  transition: top 0.2s;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 26px; }

.gm-cart-counter:empty {
  display: none; }

.widget_shopping_cart_content .gm-dropdown-menu {
  position: static !important; }

.gm-main-menu-wrapper .gm-minicart-dropdown {
  padding: 20px 20px 5px;
  font-size: 14px; }

.gm-main-menu-wrapper .gm-minicart-dropdown .empty {
  padding-bottom: 15px; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item {
  position: relative;
  padding: 6px 0 6px 80px;
  min-height: 85px;
  box-sizing: content-box;
  line-height: 1.5; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item:not(:last-of-type) {
  margin-bottom: 2px !important; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .remove {
  display: block;
  position: absolute;
  right: 0;
  top: 27px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  line-height: 18px;
  border-radius: 0;
  border: none; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item a {
  color: inherit;
  font-weight: 700; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item a:not(.remove) {
  margin-right: 20px;
  display: block; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item a:not(.remove) img {
  width: 68px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 0; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item > img {
  width: 68px;
  position: absolute;
  top: 0;
  left: 0; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .quantity {
  display: block;
  clear: both; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation {
  margin: 0;
  padding-left: 0.5em;
  border-left: 2px solid rgba(0, 0, 0, 0.1); }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation::after {
  clear: both;
  content: ' ';
  display: table; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation::before {
  content: ' ';
  display: table; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation dt,
.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation dd {
  display: inline-block;
  float: left;
  font-size: inherit;
  padding: 0 0 2px 0;
  margin: 0; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation dt p,
.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation dd p {
  padding: 0;
  margin: 0; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation dd {
  margin-left: 0;
  font-weight: 400; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation dd p {
  font-weight: 400; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation dt {
  font-weight: 700;
  margin: 0 4px 0 0;
  clear: left; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart-item .variation:last-of-type {
  margin-bottom: 0; }

.gm-main-menu-wrapper .gm-minicart-dropdown .total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.gm-main-menu-wrapper .gm-minicart-dropdown .cart_list {
  max-height: 350px;
  overflow-y: auto; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart__buttons a {
  margin: 0 0 15px 0 !important;
  padding: 10px 20px !important;
  line-height: 1.5 !important;
  width: 100% !important; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart__buttons a::after {
  display: none !important; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart__buttons .button {
  text-transform: uppercase;
  text-align: center !important;
  height: auto;
  border-radius: 0; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart__total {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.8;
  position: relative;
  padding-top: 15px; }

.gm-main-menu-wrapper .gm-minicart-dropdown .woocommerce-mini-cart__total::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.1; }

/* rtl:begin:ignore */
[dir='rtl'] .gm-main-menu-wrapper .gm-minicart .gm-minicart-dropdown .mini_cart_item {
  padding-left: 0; }

[dir='rtl'] .gm-main-menu-wrapper .gm-minicart .gm-minicart-dropdown .mini_cart_item .remove {
  right: auto; }

[dir='rtl'] .gm-main-menu-wrapper .gm-minicart .gm-minicart-dropdown .mini_cart_item a:not(.remove) {
  margin-right: 0; }

/* rtl:end:ignore */
/* mobile counter view fix */
.gm-navigation-drawer .gm-badge {
  position: relative;
  overflow: visible; }

.gm-navigation-drawer .gm-badge .gm-cart-counter {
  right: -20px; }

/***********************************
WPML
***********************************/
#lang_sel {
  z-index: 10;
  height: 38px; }

#lang_sel_click {
  height: auto;
  font-family: inherit; }

#lang_sel_click a {
  padding: 0 15px !important; }

#lang_sel_click li {
  width: 90px !important; }

#lang_sel_click a.lang_sel_sel,
#lang_sel_click a.lang_sel_sel:hover {
  position: relative;
  background: none; }

#lang_sel_click a.lang_sel_sel::after {
  position: absolute;
  top: 13px;
  right: 14px;
  content: '\f107';
  font: normal normal normal 16px/1 FontAwesome; }

#lang_sel_click a:visited,
#lang_sel_click a {
  border: none;
  line-height: 38px; }

#lang_sel_click ul ul a {
  display: block;
  width: 100%; }

#lang_sel_click ul ul {
  top: 38px;
  width: 90px !important;
  border: none;
  line-height: 38px; }

#lang_sel_click img.iclflag {
  position: static; }

#lang_sel ul li a,
#lang_sel_click ul li a {
  height: 38px !important;
  padding: 0 15px !important;
  line-height: 38px !important; }

#lang_sel_click a:hover,
#lang_sel_click:hover > a,
#lang_sel_click ul ul :hover > a {
  background: none; }

.wpml-ls {
  margin-left: 15px;
  align-self: center;
  width: auto; }

.wpml-ls-legacy-dropdown a {
  border: none; }

.gm-navbar .gm-actions .wpml-ls-statics-shortcode_actions {
  margin: 0; }

.gm-navbar .gm-actions .wpml-ls-statics-shortcode_actions > ul {
  padding: 0 4px; }

/***********************************
GROOVY PREVIEW
***********************************/
#preview-modal .gm-modal-body,
.preview-modal-wrapper .gm-modal-body {
  height: 100%; }

a[href='#disabled'].gm-minicart-link {
  color: inherit; }

.gm-modal-body-iframe {
  height: 100%; }

/***********************************
DROPDOWN HOVER STYLES
***********************************/
.gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-menu-item:hover > .gm-anchor .gm-menu-item__txt-wrapper,
.gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-menu-item.gm-open > .gm-anchor .gm-menu-item__txt-wrapper,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown-menu .gm-menu-item:hover > .gm-anchor .gm-menu-item__txt-wrapper,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown-menu .gm-menu-item.gm-open > .gm-anchor .gm-menu-item__txt-wrapper {
  transform: translateX(25px); }

.gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-menu-item:hover > .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-menu-item.gm-open > .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown-menu .gm-menu-item:hover > .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown-menu .gm-menu-item.gm-open > .gm-menu-item__link::before {
  visibility: visible;
  opacity: 1; }

.gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown-menu .gm-menu-item__link::before {
  position: absolute;
  left: 15px;
  display: inline-block;
  visibility: hidden;
  content: '\f178';
  transition: all linear 0.1s;
  transform: translateX(0);
  opacity: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto; }

.gm-dropdown-hover-style-shift-right .mega-gm-dropdown .gm-dropdown-menu .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .mega-gm-dropdown .gm-dropdown-menu .gm-menu-item__link::before {
  left: 0; }

.gm-dropdown-hover-style-shift-right.gm-dropdown-with-scrollbar .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer).gm-dropdown-with-scrollbar .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link::before {
  left: 0; }

.gm-dropdown-hover-style-shift-right.gm-navbar--style-3 .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link::before, .gm-dropdown-hover-style-shift-right.gm-navbar--style-5 .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer).gm-navbar--style-3 .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer).gm-navbar--style-5 .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link::before {
  left: 32px; }

[dir='rtl'] .gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-menu-item,
[dir='rtl'] .gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown-menu .gm-menu-item {
  overflow: hidden; }

[dir='rtl'] .gm-dropdown-hover-style-shift-right .gm-dropdown-menu .gm-menu-item__link::before,
[dir='rtl'] .gm-dropdown-hover-style-shift-right ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown-menu .gm-menu-item__link::before {
  content: '\f177'; }

.gm-dropdown-appearance-fade-in-out .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown.gm-minicart .gm-dropdown-menu,
.gm-dropdown-appearance-fade-in-out .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown .gm-dropdown-menu-wrapper,
.gm-dropdown-appearance-fade-in-out .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown .gm-dropdown-menu-wrapper .gm-dropdown-menu,
.gm-dropdown-appearance-fade-in-out.gm-second-nav-drawer .gm-dropdown.gm-minicart .gm-dropdown-menu,
.gm-dropdown-appearance-fade-in-out.gm-second-nav-drawer .gm-dropdown .gm-dropdown-menu-wrapper,
.gm-dropdown-appearance-fade-in-out.gm-second-nav-drawer .gm-dropdown .gm-dropdown-menu-wrapper .gm-dropdown-menu,
.gm-dropdown-appearance-fade-in-out ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown.gm-minicart .gm-dropdown-menu,
.gm-dropdown-appearance-fade-in-out ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown .gm-dropdown-menu-wrapper,
.gm-dropdown-appearance-fade-in-out ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-dropdown .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  transition: opacity 0.16s cubic-bezier(1, 0, 1, 1), visibility 0.16s cubic-bezier(1, 0, 1, 1); }

.gm-dropdown-overlay {
  content: "";
  position: fixed;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  transition: background 170ms ease-in-out 0s; }

.gm-navbar.gm-navbar-dropdown-opened ~ .gm-dropdown-overlay,
.gm-second-nav-drawer.gm-drawer--open ~ .gm-dropdown-overlay,
.gm-navbar.gm-navbar--style-2.gm-drawer--open ~ .gm-dropdown-overlay {
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(35, 35, 35, 0.7);
  opacity: 1; }

.gm-dropdown-hover-style-fadein-link-color .gm-navbar-nav .gm-menu-item,
.gm-dropdown-hover-style-fadein-link-color ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-navbar-nav .gm-menu-item {
  transition: background-color 0.55s ease; }

.gm-dropdown-hover-style-fadein-link-color .gm-navbar-nav .gm-menu-item .gm-menu-item__link,
.gm-dropdown-hover-style-fadein-link-color ~ .gm-main-menu-wrapper:not(.gm-second-nav-drawer) .gm-navbar-nav .gm-menu-item .gm-menu-item__link {
  transition: color 0.28s ease; }

.gm-dropdown-hover-style-shift-right.gm-navbar--style-2 ~ .gm-main-menu-wrapper .gm-dropdown-menu .gm-menu-item__link::before,
.gm-dropdown-hover-style-shift-right.gm-second-nav-drawer .gm-dropdown-menu .gm-menu-item__link::before {
  left: 32px !important; }

/***************************************
MEGA DROPDOWN
***************************************/
.gm-main-menu-wrapper .gm-mega-menu__item {
  display: flex;
  flex-direction: column; }

.gm-main-menu-wrapper .gm-mega-menu__item .gm-dropdown-menu-wrapper {
  position: static;
  margin: 0 !important;
  visibility: visible; }

.gm-main-menu-wrapper .gm-mega-menu__item .gm-dropdown-menu-wrapper > ul {
  flex: 1;
  position: relative; }

.gm-main-menu-wrapper .gm-mega-menu__item:not(:last-of-type) .gm-dropdown-menu-wrapper > ul::after {
  position: absolute;
  top: 5px;
  right: -15px;
  height: calc(100% - 5px);
  content: ''; }

.gm-main-menu-wrapper .gm-mega-menu__item .gm-dropdown-menu {
  position: static; }

.gm-main-menu-wrapper .mega-gm-dropdown .gm-dropdown-menu-wrapper {
  right: 0;
  left: 0;
  margin: 0 auto; }

.gm-main-menu-wrapper .gm-plain-list-menu-wrapper {
  padding-left: 1em; }

.gm-main-menu-wrapper .gm-mega-menu__item__title {
  padding-top: 12px;
  padding-bottom: 12px; }

.gm-navbar .mega-gm-dropdown.gm-custom-dropdown-position-start {
  position: relative; }

.gm-navbar .gm-dropdown-menu-wrapper.gm-custom-dropdown-width,
.gm-navbar .mega-gm-dropdown.gm-custom-dropdown-position-start > .gm-dropdown-menu-wrapper {
  margin-left: auto !important;
  margin-right: auto !important; }

/***************************************
NAVBAR GENERAL STYLES
***************************************/
.gm-navbar .gm-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: height 0.15s cubic-bezier(0.31, 1.04, 0.67, 0.91); }

.gm-navbar.gm-navbar-fixed-sticky .gm-wrapper {
  position: fixed;
  transition: transform 0.05s ease; }

.gm-navbar .gm-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; }

.gm-navbar .gm-logo__no-logo {
  max-width: 120px;
  text-align: center; }

.gm-navbar .gm-logo__img {
  display: none;
  width: auto;
  max-width: none;
  max-height: none; }

.gm-navbar .menu-item {
  display: block;
  width: auto;
  max-width: inherit;
  height: auto;
  padding: inherit;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: none; }

.gm-navbar .gm-menu-actions-wrapper {
  display: flex;
  margin: 0 24px;
  align-items: center; }

.gm-navbar.gm-navbar--style-1 .gm-inner,
.gm-navbar.gm-navbar--style-1 .gm-inner > .gm-container,
.gm-navbar.gm-navbar--style-1 .gm-inner > .gm-inner-bg {
  transition: all 0.36s ease-out; }

.gm-navbar > .gm-wrapper,
.gm-navbar.gm-navbar-fixed-sticky > .gm-wrapper {
  opacity: 1;
  transition: opacity 0.38s ease-out 0.12s; }

.gm-navbar.gm-navbar--show-only-hamburger {
  display: inline; }

.gm-navbar.gm-navbar--show-only-hamburger .gm-padding,
.gm-navbar.gm-navbar--show-only-hamburger .gm-wrapper > .gm-toolbar,
.gm-navbar.gm-navbar--show-only-hamburger .gm-wrapper > .gm-inner .gm-inner-bg,
.gm-navbar.gm-navbar--show-only-hamburger .gm-wrapper > .gm-inner .gm-container .gm-logo,
.gm-navbar.gm-navbar--show-only-hamburger .gm-wrapper > .gm-inner .gm-container .gm-menu-actions-wrapper {
  display: none !important; }

.gm-navbar.gm-navbar--show-only-hamburger .gm-wrapper,
.gm-navbar.gm-navbar--show-only-hamburger .gm-wrapper > .gm-inner,
.gm-navbar.gm-navbar--show-only-hamburger .gm-wrapper > .gm-inner > .gm-container {
  display: inline;
  position: inherit;
  padding: 0;
  margin: 0;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content; }

.gm-inner {
  position: relative;
  box-sizing: content-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-bottom-style: solid; }

.gm-inner .gm-container,
.gm-inner .gm-navbar-nav {
  transition: height 0.15s cubic-bezier(0.31, 1.04, 0.67, 0.91); }

.gm-inner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.2s; }

.gm-navbar .gm-inner,
.gm-navbar .gm-inner-bg {
  width: 100%; }

.gm-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
  justify-content: space-between;
  position: relative; }

.gm-menu-empty {
  margin: auto 0 auto 0;
  text-align: center;
  width: 100%; }

.gm-menu-item:not(.mega-gm-dropdown) {
  position: relative; }

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    transform: translateZ(0); } }

.gm-dropdown:not(.gm-open) .gm-dropdown-menu-wrapper {
  pointer-events: none; }

.gm-main-menu-wrapper {
  display: flex;
  align-items: center; }

.gm-main-menu-wrapper .gm-actions {
  display: flex; }

.gm-main-menu-wrapper .gm-menu-item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 15px 12px 0;
  white-space: initial;
  line-height: 1.4; }

.gm-main-menu-wrapper .menu-item-has-children .gm-menu-item__link {
  padding-right: 0; }

.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {
  display: flex;
  width: 100%;
  padding: 5px 0;
  line-height: 25px;
  align-items: center;
  justify-content: space-between; }

.gm-main-menu-wrapper .gm-anchor > .gm-caret,
.gm-main-menu-wrapper .gm-anchor:not(.gm-anchor--empty) {
  cursor: pointer; }

.gm-main-menu-wrapper .gm-anchor.gm-dropdown-toggle {
  cursor: pointer; }

.gm-main-menu-wrapper .gm-menu-item__txt-wrapper {
  transition: all 0.15s; }

.gm-main-menu-wrapper .gm-navbar-nav > li,
.gm-main-menu-wrapper .gm-search,
.gm-main-menu-wrapper .gm-minicart,
.gm-main-menu-wrapper .gm-minicart-link {
  display: flex;
  align-items: center;
  justify-content: center; }

.gm-main-menu-wrapper .gm-minicart-link {
  color: inherit; }

.gm-main-menu-wrapper .gm-dropdown-menu-wrapper {
  top: 0; }

.gm-main-menu-wrapper .gm-dropdown-menu > li:last-of-type > .gm-anchor {
  border-bottom: none !important; }

.gm-main-menu-wrapper .gm-dropdown:not(.mega-gm-dropdown) {
  position: relative; }

.gm-main-menu-wrapper .gm-dropdown-menu,
.gm-main-menu-wrapper .gm-minicart-dropdown {
  visibility: hidden;
  opacity: 0; }

.gm-main-menu-wrapper .gm-open > .gm-dropdown-menu-wrapper,
.gm-main-menu-wrapper .gm-open > .gm-dropdown-menu-wrapper > .gm-dropdown-menu,
.gm-main-menu-wrapper .gm-open > .gm-dropdown-menu,
.gm-main-menu-wrapper .gm-open > .gm-minicart-dropdown,
.gm-main-menu-wrapper .gm-open > .gm-search-wrapper {
  visibility: visible;
  opacity: 1; }

.gm-main-menu-wrapper .gm-dropdown-menu {
  z-index: 1000;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: left; }

.gm-main-menu-wrapper .gm-dropdown-menu > .gm-menu-item {
  padding-right: 15px;
  padding-left: 15px; }

.gm-main-menu-wrapper .gm-nav-inline-divider {
  margin: 0 10px;
  width: 1px;
  height: 30px;
  align-self: center; }

.gm-main-menu-wrapper .gm-dropdown-menu--background {
  background-size: cover; }

.gm-main-menu-wrapper .gm-dropdown-menu-wrapper {
  position: absolute;
  left: 0;
  visibility: hidden; }

.gm-main-menu-wrapper .gm-menu-item__link:hover,
.gm-main-menu-wrapper .gm-menu-item__link:focus,
.gm-main-menu-wrapper .gm-dropdown-menu > .current-menu-ancestor > .gm-menu-item__link,
.gm-main-menu-wrapper .gm-dropdown-menu > .current-menu-ancestor > .gm-menu-item__link:hover,
.gm-main-menu-wrapper .gm-dropdown-menu > .current-menu-ancestor > .gm-menu-item__link:focus {
  outline: 0; }

.gm-navbar--style-4 .gm-menu-item--lvl-0 .gm-anchor .gm-menu-item__icon {
  transition: all 0.2s; }

.gm-navbar--has-shadow:not(.gm-navbar-sticky-toggle):not(.gm-navbar--style-4) .gm-inner {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.gm-navbar--has-shadow-dropdown .gm-dropdown-menu {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }

.gm-caret {
  position: relative;
  font-size: 16px;
  line-height: 1;
  -webkit-tap-highlight-color: transparent; }

.gm-navbar.gm-navbar--hide-gm-caret .gm-navbar-nav > .gm-menu-item > .gm-anchor > .gm-caret {
  display: none; }

.gm-menu-btn {
  cursor: pointer;
  align-items: center; }

.gm-menu-item__txt-wrapper {
  position: relative;
  display: flex;
  align-items: center; }

.gm-menu-item > .gm-anchor > .gm-menu-item__txt-wrapper {
  display: flex; }

/* bugfix: For sub-submenus that climb out of the right side of the screen and, on some WP Themes, they call the horizontal scroll of the browser when opening the first level submenu. */
.gm-navbar .gm-navbar-nav > .gm-dropdown:not(.gm-opened-before) .gm-dropdown-menu-wrapper {
  display: block;
  visibility: hidden; }

.gm-navbar .gm-navbar-nav > .gm-dropdown:hover .gm-dropdown-menu-wrapper {
  display: block;
  visibility: visible; }

.gm-navbar .gm-navbar-nav > .gm-dropdown .gm-dropdown-menu .gm-dropdown-submenu:not(.gm-opened-before) .gm-dropdown-menu-wrapper {
  display: block;
  visibility: hidden; }

.gm-navbar .gm-navbar-nav > .gm-dropdown .gm-dropdown-menu .gm-dropdown-submenu:hover > .gm-dropdown-menu-wrapper {
  display: block;
  visibility: visible; }

.gm-mobile-postwrap {
  display: none; }

.gm-main-menu-wrapper .gm-custom-dropdown-width > .gm-dropdown-menu > .gm-menu-item.menu-item-object-gm_menu_block {
  padding: 0; }

/* ------------------------------------ Mobile menus Slider Style */
.gm-navigation-drawer--mobile:not(.gm-transition-work) .gm-item-hidden {
  display: none; }

.gm-navigation-drawer--mobile:not(.gm-mobile-submenu-style-slider) .gm-dropdown-menu-title {
  display: none; }

.gm-mobile-submenu-style-slider .gm-grid-container {
  overflow: hidden;
  position: absolute; }

.gm-mobile-submenu-style-slider .gm-navbar-nav .gm-dropdown > .gm-dropdown-menu-wrapper {
  top: 0;
  position: absolute;
  left: 100%;
  width: 100%;
  min-height: 100%;
  z-index: 4;
  transition: transform ease-out 0.43s; }

.gm-mobile-submenu-style-slider.gm-navigation-drawer--open .gm-navbar-nav .gm-dropdown:not(.gm-open) > .gm-dropdown-menu-wrapper {
  max-height: 1em;
  overflow: hidden; }

.gm-mobile-submenu-style-slider.gm-navigation-drawer--open .gm-navbar-nav .gm-dropdown > .gm-dropdown-menu-wrapper {
  display: block; }

.gm-mobile-submenu-style-slider.gm-navigation-drawer--open.gm-transition-work .gm-navbar-nav .gm-menu-item {
  display: block; }

.gm-mobile-submenu-style-slider .gm-dropdown-menu-title {
  display: flex;
  position: relative;
  top: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px; }

.gm-mobile-submenu-style-slider .gm-dropdown-menu-title .gm-caret {
  top: auto;
  position: absolute;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.gm-mobile-submenu-style-slider .gm-navbar-nav .gm-dropdown.gm-open > .gm-dropdown-menu-wrapper {
  transform: translate3d(-100%, 0, 0); }

.gm-burger {
  transition: margin cubic-bezier(0.7, 0, 0.3, 1) 0.2s; }

.gm-anchor,
.gm-burger,
.gm-search,
.gm-menu-btn,
.gm-minicart {
  -webkit-tap-highlight-color: transparent; }

.gm-anchor,
.gm-anchor:active,
.gm-anchor:focus {
  outline: none; }

.gm-navbar.gm-navbar--align-left .gm-main-menu-wrapper.ps > .ps__rail-y {
  left: -6px !important; }

.gm-menu-btn--text {
  margin: 0;
  padding: 0;
  text-indent: 0; }

.gm-expand-space {
  height: 24px;
  flex-grow: 0;
  padding-left: 20px;
  padding-right: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row; }

.gm-menu-item__desc {
  display: block;
  font-size: 10px;
  line-height: 16px; }

.gm-dropdown-with-scrollbar .gm-dropdown-menu .ps__rail-y {
  top: 0 !important; }

.gm-dropdown-with-scrollbar .gm-dropdown-menu .ps__thumb-y {
  border-radius: 2px; }

.gm-dropdown-with-scrollbar .mega-gm-dropdown .gm-dropdown-menu .ps__rail-y {
  z-index: 100; }

.gm-dropdown-menu.ps,
.gm-second-nav-drawer .gm-second-nav-container .gm-navbar-nav.ps {
  overflow: hidden !important;
  touch-action: auto; }

.gm-navigation-drawer--mobile {
  touch-action: none; }

.gm-navigation-drawer--mobile .ps {
  overflow: hidden !important; }

.gm-navigation-drawer--mobile .ps__rail-y {
  top: 0 !important;
  z-index: 100; }

.gm-navigation-drawer--mobile .ps__thumb-y {
  border-radius: 2px; }

.gm-dropdown-hover-style-shift-right.gm-dropdown-with-scrollbar .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link,
.gm-dropdown-hover-style-shift-right.gm-dropdown-with-scrollbar ~ .gm-main-menu-wrapper .gm-dropdown-menu .gm-menu-item > .gm-menu-item__link {
  position: relative; }

/* rtl:begin:ignore */
[dir='rtl'] .gm-main-menu-wrapper .gm-dropdown-menu .ps__rail-y {
  right: auto !important;
  left: 0 !important; }

[dir='rtl'] .gm-main-menu-wrapper .gm-dropdown-menu .ps__thumb-y {
  right: auto;
  left: 2px; }

/* rtl:end:ignore */
/* Safari 10.1+ */
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .gm-navbar.gm-navbar--style-5 .gm-main-menu-wrapper.ps,
    .gm-navbar.gm-navbar--style-4 .gm-main-menu-wrapper.ps,
    .gm-navbar.gm-navbar--style-3 .gm-main-menu-wrapper.ps {
      overflow: visible !important; } } }

.et-db #et-boc .et-l .et-fb-modules-list ul > li.grooni_groovymenu::before,
.et-db #et-boc .et-l .et-fb-modules-list ul > li.grooni_groovymenu_fullwidth::before {
  content: '';
  display: block;
  height: 16px;
  background-image: url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/images/gm-logo.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg); }

.gm-burger {
  transition: all 0.1s;
  line-height: 8px; }

.gm-main-menu-wrapper .gm-fullscreen-close {
  position: absolute;
  top: 10%;
  right: 8%;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform linear 0.2s; }

.gm-action__gm_before_mobile_hamburger,
.gm-action__gm_after_mobile_hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.gm-menu-btn-second.gm-burger {
  display: flex;
  align-items: center; }

.gm-navigation-drawer--mobile:not(.gm-navigation-drawer--open) .gm-menu-btn-close-mobile-drawer {
  visibility: hidden;
  opacity: 0; }

/* rtl:end:ignore */

@font-face {
	font-family: 'groovy-28328';
	src:url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-28328.eot?jk3qnc);
	src:url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-28328.eot?jk3qnc#iefix) format('embedded-opentype'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-28328.ttf?jk3qnc) format('truetype'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-28328.woff?jk3qnc) format('woff'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-28328.svg?jk3qnc#icomoon1) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="groovy-28328"],
[class*=" groovy-28328"] {
	font-family: 'groovy-28328';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.groovy-28328-horn:before { content: '\e664'; }.groovy-28328-Add:before { content: '\e600'; }.groovy-28328-Anchor:before { content: '\e601'; }.groovy-28328-Attach:before { content: '\e602'; }.groovy-28328-Award:before { content: '\e603'; }.groovy-28328-Bin:before { content: '\e604'; }.groovy-28328-Bluetooth:before { content: '\e605'; }.groovy-28328-Book:before { content: '\e606'; }.groovy-28328-Calendar:before { content: '\e607'; }.groovy-28328-Cancelmark:before { content: '\e608'; }.groovy-28328-Card:before { content: '\e609'; }.groovy-28328-Card-add:before { content: '\e60a'; }.groovy-28328-Cart:before { content: '\e60b'; }.groovy-28328-CD:before { content: '\e60c'; }.groovy-28328-Chat:before { content: '\e60d'; }.groovy-28328-Check:before { content: '\e60e'; }.groovy-28328-Checklist:before { content: '\e60f'; }.groovy-28328-Checkmark:before { content: '\e610'; }.groovy-28328-Clock:before { content: '\e611'; }.groovy-28328-Cloud:before { content: '\e612'; }.groovy-28328-Coins:before { content: '\e613'; }.groovy-28328-Deliver:before { content: '\e614'; }.groovy-28328-Delivery:before { content: '\e615'; }.groovy-28328-Dialpad:before { content: '\e616'; }.groovy-28328-Diamond:before { content: '\e617'; }.groovy-28328-Display:before { content: '\e618'; }.groovy-28328-Divide:before { content: '\e619'; }.groovy-28328-Dollar:before { content: '\e61a'; }.groovy-28328-Earth:before { content: '\e61b'; }.groovy-28328-Empty-cart:before { content: '\e61c'; }.groovy-28328-Empty-folder:before { content: '\e61d'; }.groovy-28328-Equal:before { content: '\e61e'; }.groovy-28328-Equalizer:before { content: '\e61f'; }.groovy-28328-Fingerprint:before { content: '\e620'; }.groovy-28328-Flag:before { content: '\e621'; }.groovy-28328-Flower:before { content: '\e622'; }.groovy-28328-Folder:before { content: '\e623'; }.groovy-28328-Full-screen:before { content: '\e624'; }.groovy-28328-Glasses:before { content: '\e625'; }.groovy-28328-Heart:before { content: '\e626'; }.groovy-28328-Home:before { content: '\e627'; }.groovy-28328-ID:before { content: '\e628'; }.groovy-28328-Laptop:before { content: '\e629'; }.groovy-28328-Left:before { content: '\e62a'; }.groovy-28328-Light-bulb:before { content: '\e62b'; }.groovy-28328-Link:before { content: '\e62c'; }.groovy-28328-List:before { content: '\e62d'; }.groovy-28328-Lock:before { content: '\e62e'; }.groovy-28328-Loop:before { content: '\e62f'; }.groovy-28328-Mac:before { content: '\e630'; }.groovy-28328-Mail:before { content: '\e631'; }.groovy-28328-Man:before { content: '\e632'; }.groovy-28328-Map:before { content: '\e633'; }.groovy-28328-Media:before { content: '\e634'; }.groovy-28328-Menu:before { content: '\e635'; }.groovy-28328-Mic:before { content: '\e636'; }.groovy-28328-Mobile:before { content: '\e637'; }.groovy-28328-Multiply:before { content: '\e638'; }.groovy-28328-Music:before { content: '\e639'; }.groovy-28328-Note:before { content: '\e63a'; }.groovy-28328-OFF:before { content: '\e63b'; }.groovy-28328-ON:before { content: '\e63c'; }.groovy-28328-Open:before { content: '\e63d'; }.groovy-28328-Open-Mail:before { content: '\e63e'; }.groovy-28328-OS:before { content: '\e63f'; }.groovy-28328-Pencil:before { content: '\e640'; }.groovy-28328-Phone:before { content: '\e641'; }.groovy-28328-Photo:before { content: '\e642'; }.groovy-28328-Picture:before { content: '\e643'; }.groovy-28328-Pin:before { content: '\e644'; }.groovy-28328-Play:before { content: '\e645'; }.groovy-28328-Potion:before { content: '\e646'; }.groovy-28328-Printer:before { content: '\e647'; }.groovy-28328-Radio:before { content: '\e648'; }.groovy-28328-Rain:before { content: '\e649'; }.groovy-28328-Right:before { content: '\e64a'; }.groovy-28328-Scissors:before { content: '\e64b'; }.groovy-28328-Scope:before { content: '\e64c'; }.groovy-28328-Send:before { content: '\e64d'; }.groovy-28328-Servers:before { content: '\e64e'; }.groovy-28328-Settings:before { content: '\e64f'; }.groovy-28328-Shut-down:before { content: '\e650'; }.groovy-28328-Signal:before { content: '\e651'; }.groovy-28328-Star:before { content: '\e652'; }.groovy-28328-Station:before { content: '\e653'; }.groovy-28328-Substract:before { content: '\e654'; }.groovy-28328-Sun:before { content: '\e655'; }.groovy-28328-Tablet:before { content: '\e656'; }.groovy-28328-Tag:before { content: '\e657'; }.groovy-28328-Target:before { content: '\e658'; }.groovy-28328-Thumbs:before { content: '\e659'; }.groovy-28328-Thunder:before { content: '\e65a'; }.groovy-28328-Timer:before { content: '\e65b'; }.groovy-28328-Unlock:before { content: '\e65c'; }.groovy-28328-Up:before { content: '\e65d'; }.groovy-28328-Upload:before { content: '\e65e'; }.groovy-28328-Watch:before { content: '\e65f'; }.groovy-28328-Web:before { content: '\e660'; }.groovy-28328-WIfi:before { content: '\e661'; }.groovy-28328-Window:before { content: '\e662'; }.groovy-28328-Women:before { content: '\e663'; }
@font-face {
	font-family: 'groovy-69018';
	src:url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-69018.eot?jk3qnc);
	src:url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-69018.eot?jk3qnc#iefix) format('embedded-opentype'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-69018.ttf?jk3qnc) format('truetype'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-69018.woff?jk3qnc) format('woff'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-69018.svg?jk3qnc#icomoon1) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="groovy-69018"],
[class*=" groovy-69018"] {
	font-family: 'groovy-69018';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.groovy-69018-actual-size:before { content: '\e900'; }.groovy-69018-anchor:before { content: '\e901'; }.groovy-69018-arrow-left:before { content: '\e902'; }.groovy-69018-arrow-right:before { content: '\e903'; }.groovy-69018-badge:before { content: '\e904'; }.groovy-69018-bag:before { content: '\e905'; }.groovy-69018-ban:before { content: '\e906'; }.groovy-69018-bar-chart:before { content: '\e907'; }.groovy-69018-basket:before { content: '\e908'; }.groovy-69018-basket-loaded:before { content: '\e909'; }.groovy-69018-bell:before { content: '\e90a'; }.groovy-69018-briefcase:before { content: '\e90b'; }.groovy-69018-bubble:before { content: '\e90c'; }.groovy-69018-bubbles:before { content: '\e90d'; }.groovy-69018-bulb:before { content: '\e90e'; }.groovy-69018-calculator:before { content: '\e90f'; }.groovy-69018-calendar:before { content: '\e910'; }.groovy-69018-call-end:before { content: '\e911'; }.groovy-69018-call-in:before { content: '\e912'; }.groovy-69018-call-out:before { content: '\e913'; }.groovy-69018-check:before { content: '\e914'; }.groovy-69018-chemestry:before { content: '\e915'; }.groovy-69018-clock:before { content: '\e916'; }.groovy-69018-close:before { content: '\e917'; }.groovy-69018-compass:before { content: '\e918'; }.groovy-69018-config:before { content: '\e919'; }.groovy-69018-controller:before { content: '\e91a'; }.groovy-69018-credit-card:before { content: '\e91b'; }.groovy-69018-crop:before { content: '\e91c'; }.groovy-69018-cup:before { content: '\e91d'; }.groovy-69018-cup2:before { content: '\e91e'; }.groovy-69018-cursor:before { content: '\e91f'; }.groovy-69018-diamond:before { content: '\e920'; }.groovy-69018-direction:before { content: '\e921'; }.groovy-69018-directions:before { content: '\e922'; }.groovy-69018-disc:before { content: '\e923'; }.groovy-69018-dislike:before { content: '\e924'; }.groovy-69018-document:before { content: '\e925'; }.groovy-69018-documents:before { content: '\e926'; }.groovy-69018-download:before { content: '\e927'; }.groovy-69018-drawer:before { content: '\e928'; }.groovy-69018-dribbble:before { content: '\e929'; }.groovy-69018-dropbox:before { content: '\e92a'; }.groovy-69018-droplet:before { content: '\e92b'; }.groovy-69018-emoticon:before { content: '\e92c'; }.groovy-69018-end:before { content: '\e92d'; }.groovy-69018-energy:before { content: '\e92e'; }.groovy-69018-envelope:before { content: '\e92f'; }.groovy-69018-envelope-letter:before { content: '\e930'; }.groovy-69018-envelope-open:before { content: '\e931'; }.groovy-69018-eye:before { content: '\e932'; }.groovy-69018-eyeglasses:before { content: '\e933'; }.groovy-69018-facebook:before { content: '\e934'; }.groovy-69018-feed:before { content: '\e935'; }.groovy-69018-female:before { content: '\e936'; }.groovy-69018-female-user:before { content: '\e937'; }.groovy-69018-film:before { content: '\e938'; }.groovy-69018-fire:before { content: '\e939'; }.groovy-69018-flag:before { content: '\e93a'; }.groovy-69018-folder:before { content: '\e93b'; }.groovy-69018-folder2:before { content: '\e93c'; }.groovy-69018-follow:before { content: '\e93d'; }.groovy-69018-following:before { content: '\e93e'; }.groovy-69018-forward:before { content: '\e93f'; }.groovy-69018-frame:before { content: '\e940'; }.groovy-69018-friends:before { content: '\e941'; }.groovy-69018-full-screen:before { content: '\e942'; }.groovy-69018-ghost:before { content: '\e943'; }.groovy-69018-globe-1:before { content: '\e944'; }.groovy-69018-globe-2:before { content: '\e945'; }.groovy-69018-graduation-cap:before { content: '\e946'; }.groovy-69018-graph:before { content: '\e947'; }.groovy-69018-grid:before { content: '\e948'; }.groovy-69018-handbag:before { content: '\e949'; }.groovy-69018-headphones:before { content: '\e94a'; }.groovy-69018-headphones-microphone:before { content: '\e94b'; }.groovy-69018-heart:before { content: '\e94c'; }.groovy-69018-help:before { content: '\e94d'; }.groovy-69018-home:before { content: '\e94e'; }.groovy-69018-hourglass:before { content: '\e94f'; }.groovy-69018-info:before { content: '\e950'; }.groovy-69018-key:before { content: '\e951'; }.groovy-69018-layers:before { content: '\e952'; }.groovy-69018-left:before { content: '\e953'; }.groovy-69018-like:before { content: '\e954'; }.groovy-69018-link:before { content: '\e955'; }.groovy-69018-list:before { content: '\e956'; }.groovy-69018-lock:before { content: '\e957'; }.groovy-69018-login:before { content: '\e958'; }.groovy-69018-logout:before { content: '\e959'; }.groovy-69018-loop:before { content: '\e95a'; }.groovy-69018-magic-wand:before { content: '\e95b'; }.groovy-69018-magnet:before { content: '\e95c'; }.groovy-69018-magnifier:before { content: '\e95d'; }.groovy-69018-male:before { content: '\e95e'; }.groovy-69018-male-user:before { content: '\e95f'; }.groovy-69018-map:before { content: '\e960'; }.groovy-69018-microphone:before { content: '\e961'; }.groovy-69018-monitor:before { content: '\e962'; }.groovy-69018-mouse:before { content: '\e963'; }.groovy-69018-moustache:before { content: '\e964'; }.groovy-69018-move:before { content: '\e965'; }.groovy-69018-music-note1:before { content: '\e966'; }.groovy-69018-music-note2:before { content: '\e967'; }.groovy-69018-note:before { content: '\e968'; }.groovy-69018-notebook:before { content: '\e969'; }.groovy-69018-opened-book:before { content: '\e96a'; }.groovy-69018-paper-clip:before { content: '\e96b'; }.groovy-69018-paper-plane:before { content: '\e96c'; }.groovy-69018-pause:before { content: '\e96d'; }.groovy-69018-pencil:before { content: '\e96e'; }.groovy-69018-phone:before { content: '\e96f'; }.groovy-69018-photo:before { content: '\e970'; }.groovy-69018-picture:before { content: '\e971'; }.groovy-69018-pie-chart:before { content: '\e972'; }.groovy-69018-pin:before { content: '\e973'; }.groovy-69018-plane:before { content: '\e974'; }.groovy-69018-play:before { content: '\e975'; }.groovy-69018-playlist:before { content: '\e976'; }.groovy-69018-plus:before { content: '\e977'; }.groovy-69018-pointer:before { content: '\e978'; }.groovy-69018-power:before { content: '\e979'; }.groovy-69018-present:before { content: '\e97a'; }.groovy-69018-printer:before { content: '\e97b'; }.groovy-69018-puzzle:before { content: '\e97c'; }.groovy-69018-question:before { content: '\e97d'; }.groovy-69018-refresh:before { content: '\e97e'; }.groovy-69018-reload:before { content: '\e97f'; }.groovy-69018-rewind:before { content: '\e980'; }.groovy-69018-right:before { content: '\e981'; }.groovy-69018-rocket:before { content: '\e982'; }.groovy-69018-settings:before { content: '\e983'; }.groovy-69018-share1:before { content: '\e984'; }.groovy-69018-share2:before { content: '\e985'; }.groovy-69018-shield:before { content: '\e986'; }.groovy-69018-shuffle:before { content: '\e987'; }.groovy-69018-speech:before { content: '\e988'; }.groovy-69018-speedometer:before { content: '\e989'; }.groovy-69018-star:before { content: '\e98a'; }.groovy-69018-start:before { content: '\e98b'; }.groovy-69018-tablet:before { content: '\e98c'; }.groovy-69018-tag:before { content: '\e98d'; }.groovy-69018-target:before { content: '\e98e'; }.groovy-69018-trash:before { content: '\e98f'; }.groovy-69018-tumblr:before { content: '\e990'; }.groovy-69018-twitter:before { content: '\e991'; }.groovy-69018-umbrella:before { content: '\e992'; }.groovy-69018-unfollow:before { content: '\e993'; }.groovy-69018-unlock:before { content: '\e994'; }.groovy-69018-upload:before { content: '\e995'; }.groovy-69018-vector:before { content: '\e996'; }.groovy-69018-video:before { content: '\e997'; }.groovy-69018-volume-1:before { content: '\e998'; }.groovy-69018-volume-2:before { content: '\e999'; }.groovy-69018-volume-off:before { content: '\e99a'; }.groovy-69018-wallet:before { content: '\e99b'; }.groovy-69018-wrench:before { content: '\e99c'; }.groovy-69018-youtube:before { content: '\e99d'; }.groovy-69018-zoom-in:before { content: '\e99e'; }.groovy-69018-zoom-out:before { content: '\e99f'; }
@font-face {
	font-family: 'groovy-socicon';
	src:url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-socicon.eot?jk3qnc);
	src:url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-socicon.eot?jk3qnc#iefix) format('embedded-opentype'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-socicon.ttf?jk3qnc) format('truetype'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-socicon.woff?jk3qnc) format('woff'),
		url(//www.edelweissclub.it/wp-content/uploads/groovy/fonts/groovy-socicon.svg?jk3qnc#icomoon1) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="groovy-socicon"],
[class*=" groovy-socicon"] {
	font-family: 'groovy-socicon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.groovy-socicon-eitaa:before { content: '\e97c'; }.groovy-socicon-soroush:before { content: '\e97d'; }.groovy-socicon-bale:before { content: '\e97e'; }.groovy-socicon-zazzle:before { content: '\e97b'; }.groovy-socicon-society6:before { content: '\e97a'; }.groovy-socicon-redbubble:before { content: '\e979'; }.groovy-socicon-avvo:before { content: '\e978'; }.groovy-socicon-stitcher:before { content: '\e977'; }.groovy-socicon-google:before { content: '\e974'; }.groovy-socicon-dlive:before { content: '\e975'; }.groovy-socicon-vsco:before { content: '\e976'; }.groovy-socicon-flipboard:before { content: '\e973'; }.groovy-socicon-ubuntu:before { content: '\e958'; }.groovy-socicon-artstation:before { content: '\e959'; }.groovy-socicon-invision:before { content: '\e95a'; }.groovy-socicon-torial:before { content: '\e95b'; }.groovy-socicon-collectorz:before { content: '\e95c'; }.groovy-socicon-seenthis:before { content: '\e95d'; }.groovy-socicon-google_play_music:before { content: '\e95e'; }.groovy-socicon-debian:before { content: '\e95f'; }.groovy-socicon-filmfreeway:before { content: '\e960'; }.groovy-socicon-gnome:before { content: '\e961'; }.groovy-socicon-itchio:before { content: '\e962'; }.groovy-socicon-jamendo:before { content: '\e963'; }.groovy-socicon-mix:before { content: '\e964'; }.groovy-socicon-sharepoint:before { content: '\e965'; }.groovy-socicon-tinder:before { content: '\e966'; }.groovy-socicon-windguru:before { content: '\e967'; }.groovy-socicon-cd_baby:before { content: '\e968'; }.groovy-socicon-elementary_os:before { content: '\e969'; }.groovy-socicon-stage32:before { content: '\e96a'; }.groovy-socicon-tiktok:before { content: '\e96b'; }.groovy-socicon-gitter:before { content: '\e96c'; }.groovy-socicon-letterboxd:before { content: '\e96d'; }.groovy-socicon-threema:before { content: '\e96e'; }.groovy-socicon-splice:before { content: '\e96f'; }.groovy-socicon-metapop:before { content: '\e970'; }.groovy-socicon-naver:before { content: '\e971'; }.groovy-socicon-remote:before { content: '\e972'; }.groovy-socicon-internet:before { content: '\e957'; }.groovy-socicon-moddb:before { content: '\e94b'; }.groovy-socicon-indiedb:before { content: '\e94c'; }.groovy-socicon-traxsource:before { content: '\e94d'; }.groovy-socicon-gamefor:before { content: '\e94e'; }.groovy-socicon-pixiv:before { content: '\e94f'; }.groovy-socicon-myanimelist:before { content: '\e950'; }.groovy-socicon-blackberry:before { content: '\e951'; }.groovy-socicon-wickr:before { content: '\e952'; }.groovy-socicon-spip:before { content: '\e953'; }.groovy-socicon-napster:before { content: '\e954'; }.groovy-socicon-beatport:before { content: '\e955'; }.groovy-socicon-hackerone:before { content: '\e956'; }.groovy-socicon-hackernews:before { content: '\e946'; }.groovy-socicon-smashwords:before { content: '\e947'; }.groovy-socicon-kobo:before { content: '\e948'; }.groovy-socicon-bookbub:before { content: '\e949'; }.groovy-socicon-mailru:before { content: '\e94a'; }.groovy-socicon-gitlab:before { content: '\e945'; }.groovy-socicon-instructables:before { content: '\e944'; }.groovy-socicon-portfolio:before { content: '\e943'; }.groovy-socicon-codered:before { content: '\e940'; }.groovy-socicon-origin:before { content: '\e941'; }.groovy-socicon-nextdoor:before { content: '\e942'; }.groovy-socicon-udemy:before { content: '\e93f'; }.groovy-socicon-livemaster:before { content: '\e93e'; }.groovy-socicon-crunchbase:before { content: '\e93b'; }.groovy-socicon-homefy:before { content: '\e93c'; }.groovy-socicon-calendly:before { content: '\e93d'; }.groovy-socicon-realtor:before { content: '\e90f'; }.groovy-socicon-tidal:before { content: '\e910'; }.groovy-socicon-qobuz:before { content: '\e911'; }.groovy-socicon-natgeo:before { content: '\e912'; }.groovy-socicon-mastodon:before { content: '\e913'; }.groovy-socicon-unsplash:before { content: '\e914'; }.groovy-socicon-homeadvisor:before { content: '\e915'; }.groovy-socicon-angieslist:before { content: '\e916'; }.groovy-socicon-codepen:before { content: '\e917'; }.groovy-socicon-slack:before { content: '\e918'; }.groovy-socicon-openaigym:before { content: '\e919'; }.groovy-socicon-logmein:before { content: '\e91a'; }.groovy-socicon-fiverr:before { content: '\e91b'; }.groovy-socicon-gotomeeting:before { content: '\e91c'; }.groovy-socicon-aliexpress:before { content: '\e91d'; }.groovy-socicon-guru:before { content: '\e91e'; }.groovy-socicon-appstore:before { content: '\e91f'; }.groovy-socicon-homes:before { content: '\e920'; }.groovy-socicon-zoom:before { content: '\e921'; }.groovy-socicon-alibaba:before { content: '\e922'; }.groovy-socicon-craigslist:before { content: '\e923'; }.groovy-socicon-wix:before { content: '\e924'; }.groovy-socicon-redfin:before { content: '\e925'; }.groovy-socicon-googlecalendar:before { content: '\e926'; }.groovy-socicon-shopify:before { content: '\e927'; }.groovy-socicon-freelancer:before { content: '\e928'; }.groovy-socicon-seedrs:before { content: '\e929'; }.groovy-socicon-bing:before { content: '\e92a'; }.groovy-socicon-doodle:before { content: '\e92b'; }.groovy-socicon-bonanza:before { content: '\e92c'; }.groovy-socicon-squarespace:before { content: '\e92d'; }.groovy-socicon-toptal:before { content: '\e92e'; }.groovy-socicon-gust:before { content: '\e92f'; }.groovy-socicon-ask:before { content: '\e930'; }.groovy-socicon-trulia:before { content: '\e931'; }.groovy-socicon-calendy loomly:before { content: '\e932'; }.groovy-socicon-ghost:before { content: '\e933'; }.groovy-socicon-upwork:before { content: '\e934'; }.groovy-socicon-fundable:before { content: '\e935'; }.groovy-socicon-booking:before { content: '\e936'; }.groovy-socicon-googlemaps:before { content: '\e937'; }.groovy-socicon-zillow:before { content: '\e938'; }.groovy-socicon-niconico:before { content: '\e939'; }.groovy-socicon-toneden:before { content: '\e93a'; }.groovy-socicon-augment:before { content: '\e908'; }.groovy-socicon-bitbucket:before { content: '\e909'; }.groovy-socicon-fyuse:before { content: '\e90a'; }.groovy-socicon-youtube gaming:before { content: '\e90b'; }.groovy-socicon-sketchfab:before { content: '\e90c'; }.groovy-socicon-mobcrush:before { content: '\e90d'; }.groovy-socicon-microsoft:before { content: '\e90e'; }.groovy-socicon-pandora:before { content: '\e907'; }.groovy-socicon-facebook messenger:before { content: '\e906'; }.groovy-socicon-gamewisp:before { content: '\e905'; }.groovy-socicon-bloglovin:before { content: '\e904'; }.groovy-socicon-tunein:before { content: '\e903'; }.groovy-socicon-gamejolt:before { content: '\e901'; }.groovy-socicon-trello:before { content: '\e902'; }.groovy-socicon-spreadshirt:before { content: '\e900'; }.groovy-socicon-500px:before { content: '\e000'; }.groovy-socicon-8tracks:before { content: '\e001'; }.groovy-socicon-airbnb:before { content: '\e002'; }.groovy-socicon-alliance:before { content: '\e003'; }.groovy-socicon-amazon:before { content: '\e004'; }.groovy-socicon-amplement:before { content: '\e005'; }.groovy-socicon-android:before { content: '\e006'; }.groovy-socicon-angellist:before { content: '\e007'; }.groovy-socicon-apple:before { content: '\e008'; }.groovy-socicon-appnet:before { content: '\e009'; }.groovy-socicon-baidu:before { content: '\e00a'; }.groovy-socicon-bandcamp:before { content: '\e00b'; }.groovy-socicon-battlenet:before { content: '\e00c'; }.groovy-socicon-beam mixer:before { content: '\e00d'; }.groovy-socicon-bebee:before { content: '\e00e'; }.groovy-socicon-bebo:before { content: '\e00f'; }.groovy-socicon-behance:before { content: '\e010'; }.groovy-socicon-blizzard:before { content: '\e011'; }.groovy-socicon-blogger:before { content: '\e012'; }.groovy-socicon-buffer:before { content: '\e013'; }.groovy-socicon-chrome:before { content: '\e014'; }.groovy-socicon-coderwall:before { content: '\e015'; }.groovy-socicon-curse:before { content: '\e016'; }.groovy-socicon-dailymotion:before { content: '\e017'; }.groovy-socicon-deezer:before { content: '\e018'; }.groovy-socicon-delicious:before { content: '\e019'; }.groovy-socicon-deviantart:before { content: '\e01a'; }.groovy-socicon-diablo:before { content: '\e01b'; }.groovy-socicon-digg:before { content: '\e01c'; }.groovy-socicon-discord:before { content: '\e01d'; }.groovy-socicon-disqus:before { content: '\e01e'; }.groovy-socicon-douban:before { content: '\e01f'; }.groovy-socicon-draugiem:before { content: '\e020'; }.groovy-socicon-dribbble:before { content: '\e021'; }.groovy-socicon-drupal:before { content: '\e022'; }.groovy-socicon-ebay:before { content: '\e023'; }.groovy-socicon-ello:before { content: '\e024'; }.groovy-socicon-endomodo:before { content: '\e025'; }.groovy-socicon-envato:before { content: '\e026'; }.groovy-socicon-etsy:before { content: '\e027'; }.groovy-socicon-facebook:before { content: '\e028'; }.groovy-socicon-feedburner:before { content: '\e029'; }.groovy-socicon-filmweb:before { content: '\e02a'; }.groovy-socicon-firefox:before { content: '\e02b'; }.groovy-socicon-flattr:before { content: '\e02c'; }.groovy-socicon-flickr:before { content: '\e02d'; }.groovy-socicon-formulr:before { content: '\e02e'; }.groovy-socicon-forrst:before { content: '\e02f'; }.groovy-socicon-foursquare:before { content: '\e030'; }.groovy-socicon-friendfeed:before { content: '\e031'; }.groovy-socicon-github:before { content: '\e032'; }.groovy-socicon-goodreads:before { content: '\e033'; }.groovy-socicon-google:before { content: '\e034'; }.groovy-socicon-google-scholar:before { content: '\e035'; }.groovy-socicon-googlegroups:before { content: '\e036'; }.groovy-socicon-googlephotos:before { content: '\e037'; }.groovy-socicon-googleplus:before { content: '\e038'; }.groovy-socicon-grooveshark:before { content: '\e039'; }.groovy-socicon-hackerrank:before { content: '\e03a'; }.groovy-socicon-hearthstone:before { content: '\e03b'; }.groovy-socicon-hellocoton:before { content: '\e03c'; }.groovy-socicon-heroes:before { content: '\e03d'; }.groovy-socicon-hitbox smashcast:before { content: '\e03e'; }.groovy-socicon-horde:before { content: '\e03f'; }.groovy-socicon-houzz:before { content: '\e040'; }.groovy-socicon-icq:before { content: '\e041'; }.groovy-socicon-identica:before { content: '\e042'; }.groovy-socicon-imdb:before { content: '\e043'; }.groovy-socicon-instagram:before { content: '\e044'; }.groovy-socicon-issuu:before { content: '\e045'; }.groovy-socicon-istock:before { content: '\e046'; }.groovy-socicon-itunes:before { content: '\e047'; }.groovy-socicon-keybase:before { content: '\e048'; }.groovy-socicon-lanyrd:before { content: '\e049'; }.groovy-socicon-lastfm:before { content: '\e04a'; }.groovy-socicon-line:before { content: '\e04b'; }.groovy-socicon-linkedin:before { content: '\e04c'; }.groovy-socicon-livejournal:before { content: '\e04d'; }.groovy-socicon-lyft:before { content: '\e04e'; }.groovy-socicon-macos:before { content: '\e04f'; }.groovy-socicon-mail:before { content: '\e050'; }.groovy-socicon-medium:before { content: '\e051'; }.groovy-socicon-meetup:before { content: '\e052'; }.groovy-socicon-mixcloud:before { content: '\e053'; }.groovy-socicon-modelmayhem:before { content: '\e054'; }.groovy-socicon-mumble:before { content: '\e055'; }.groovy-socicon-myspace:before { content: '\e056'; }.groovy-socicon-newsvine:before { content: '\e057'; }.groovy-socicon-nintendo:before { content: '\e058'; }.groovy-socicon-npm:before { content: '\e059'; }.groovy-socicon-odnoklassniki:before { content: '\e05a'; }.groovy-socicon-openid:before { content: '\e05b'; }.groovy-socicon-opera:before { content: '\e05c'; }.groovy-socicon-outlook:before { content: '\e05d'; }.groovy-socicon-overwatch:before { content: '\e05e'; }.groovy-socicon-patreon:before { content: '\e05f'; }.groovy-socicon-paypal:before { content: '\e060'; }.groovy-socicon-periscope:before { content: '\e061'; }.groovy-socicon-persona:before { content: '\e062'; }.groovy-socicon-pinterest:before { content: '\e063'; }.groovy-socicon-play:before { content: '\e064'; }.groovy-socicon-player:before { content: '\e065'; }.groovy-socicon-playstation:before { content: '\e066'; }.groovy-socicon-pocket:before { content: '\e067'; }.groovy-socicon-qq:before { content: '\e068'; }.groovy-socicon-quora:before { content: '\e069'; }.groovy-socicon-raidcall:before { content: '\e06a'; }.groovy-socicon-ravelry:before { content: '\e06b'; }.groovy-socicon-reddit:before { content: '\e06c'; }.groovy-socicon-renren:before { content: '\e06d'; }.groovy-socicon-researchgate:before { content: '\e06e'; }.groovy-socicon-residentadvisor:before { content: '\e06f'; }.groovy-socicon-reverbnation:before { content: '\e070'; }.groovy-socicon-rss:before { content: '\e071'; }.groovy-socicon-sharethis:before { content: '\e072'; }.groovy-socicon-skype:before { content: '\e073'; }.groovy-socicon-slideshare:before { content: '\e074'; }.groovy-socicon-smugmug:before { content: '\e075'; }.groovy-socicon-snapchat:before { content: '\e076'; }.groovy-socicon-songkick:before { content: '\e077'; }.groovy-socicon-soundcloud:before { content: '\e078'; }.groovy-socicon-spotify:before { content: '\e079'; }.groovy-socicon-stackexchange:before { content: '\e07a'; }.groovy-socicon-stackoverflow:before { content: '\e07b'; }.groovy-socicon-starcraft:before { content: '\e07c'; }.groovy-socicon-stayfriends:before { content: '\e07d'; }.groovy-socicon-steam:before { content: '\e07e'; }.groovy-socicon-storehouse:before { content: '\e07f'; }.groovy-socicon-strava:before { content: '\e080'; }.groovy-socicon-streamjar:before { content: '\e081'; }.groovy-socicon-stumbleupon:before { content: '\e082'; }.groovy-socicon-swarm:before { content: '\e083'; }.groovy-socicon-teamspeak:before { content: '\e084'; }.groovy-socicon-teamviewer:before { content: '\e085'; }.groovy-socicon-technorati:before { content: '\e086'; }.groovy-socicon-telegram:before { content: '\e087'; }.groovy-socicon-tripadvisor:before { content: '\e088'; }.groovy-socicon-tripit:before { content: '\e089'; }.groovy-socicon-triplej:before { content: '\e08a'; }.groovy-socicon-tumblr:before { content: '\e08b'; }.groovy-socicon-twitch:before { content: '\e08c'; }.groovy-socicon-twitter:before { content: '\e08d'; }.groovy-socicon-uber:before { content: '\e08e'; }.groovy-socicon-ventrilo:before { content: '\e08f'; }.groovy-socicon-viadeo:before { content: '\e090'; }.groovy-socicon-viber:before { content: '\e091'; }.groovy-socicon-viewbug:before { content: '\e092'; }.groovy-socicon-vimeo:before { content: '\e093'; }.groovy-socicon-vine:before { content: '\e094'; }.groovy-socicon-vkontakte:before { content: '\e095'; }.groovy-socicon-warcraft:before { content: '\e096'; }.groovy-socicon-wechat:before { content: '\e097'; }.groovy-socicon-weibo:before { content: '\e098'; }.groovy-socicon-whatsapp:before { content: '\e099'; }.groovy-socicon-wikipedia:before { content: '\e09a'; }.groovy-socicon-windows:before { content: '\e09b'; }.groovy-socicon-wordpress:before { content: '\e09c'; }.groovy-socicon-wykop:before { content: '\e09d'; }.groovy-socicon-xbox:before { content: '\e09e'; }.groovy-socicon-xing:before { content: '\e09f'; }.groovy-socicon-yahoo:before { content: '\e0a0'; }.groovy-socicon-yammer:before { content: '\e0a1'; }.groovy-socicon-yandex:before { content: '\e0a2'; }.groovy-socicon-yelp:before { content: '\e0a3'; }.groovy-socicon-younow:before { content: '\e0a4'; }.groovy-socicon-youtube:before { content: '\e0a5'; }.groovy-socicon-zapier:before { content: '\e0a6'; }.groovy-socicon-zerply:before { content: '\e0a7'; }.groovy-socicon-zomato:before { content: '\e0a8'; }.groovy-socicon-zynga:before { content: '\e0a9'; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
@font-face {
  font-family: 'crane-font';
  src: url(//www.edelweissclub.it/wp-content/plugins/groovy-menu/assets/fonts/crane-font.woff?hhxb42) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.gmi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'crane-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gmi-zoom-search::before {
  content: "\e901"; }

.gmi-bag::before {
  content: "\e900"; }


/* CSS Document */

@font-face {
}

* {
	padding:0;
	margin:0;
}

.clearer {
	clear:both;
}
body {
font-family: 'Poppins', sans-serif;
	letter-spacing:0.5px;
}
img {
	border:none;
	display: block;
}

header, nav, article, aside, section, footer, main, figure, figurecaption, hgroup {
	display:block;	
}

clearfix:befor {
	content:"/0020";
	display:block;
	height:0;
	overflow: hidden;
}

clearfix:after {
	clear:both;
}
.clearfix {
	zoom: 1;
}

p, li {
	color: #484848;
}

h1, h2, h3, h4, h5, h6 {
	color:#484848;
	text-align: center;
}

h1 {
	text-transform: uppercase;
	font-weight: 600;
}

.spazio {
	width: 100%;
	height: 7px;
}

.example-row {
  width: 100%;
  padding:150px 0;
  margin:0;
}

.example-row:nth-child(even) {background-color: #eee;}

.hidden {visibility:hidden;}
.visible {visibility:visible !important;}

.sez_1 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.sez_1 h1 {
	margin-top: 60px;
	font-size: 25px;
}

.sez_1 h2 {
	font-size: 24px;
	color:#e4363e;;
	font-weight: 400;
}

.sez_1 p {
	margin-top: 30px;
}

.sez_2_est {
}

.sez_2_img {
	float: left;
	width: 40%;
	height: 400px;
	background-color: rgba(81,105,111,1.00);
	background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	position: relative;
}

.sez_corsi_uno .sez_2_img {
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/corsi_di_sci_verona.jpg);
}

.sez_verde .sez_2_img {
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/pre-ago-2.jpg);
}

.sez_agonistica_rossa .sez_2_img {
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/sci_agonistico_Verona.jpg);
}

.sez_verde .sez_2_img {
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/pre-ago-2.jpg);
}

.sez_giallo .sez_2_img {
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/progettoemma.jpg);
}

.sez_2_img_intro {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.sez_verde .sez_2_img_intro {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.sez_verde .sez_2_img_intro h4 {
	text-align: left;
}

.sez_verde .sez_2_img_intro_img {
	float: left;
}

.sez_verde .linea_blu {
	background-color: #a7c85e;
	float: left;
}

.sez_2_img_intro h4 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: 700;
}

.linea_blu {
	width: 70px;
	height: 4px;
	background-color: #458bc7;
	float: right;
}

.sez_rosso .linea_blu {
	background-color: #e4363e;
}

.sez_2_testo {
	width: 60%;
	height: auto;
	float: left;
	background-color: #458bc7;
	background-repeat: no-repeat;
	background-position: right 160px;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/maschera_sci.png);
}

.sez_2_testo .puls_cont {
	margin-top: 20px;
}

.sez_2_testo .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.sez_2_testo .puls_cont .button-4 a{
	color:#FFFFFF;}

.sez_2_testo .puls_cont .eff-4{
	background:#FFFFFF;}

.sez_2_testo .puls_cont .button-4:hover a{
  	color:#458bc7;
}

.sez_2_testo .puls_cont_verde .button-4:hover a{
  	color:#a7c85e;
}

.sez_2_testo .puls_cont_rosso .button-4:hover a{
  	color:#e4363e;
}

.sez_2_testo .puls_cont_giallo .button-4:hover a{
  	color:#f1b031;
}

.sez_2_img_intro_img {
	width: 70px;
	height: auto;
	float: right;
}

.sez_2_img_intro_img img {
	width: 100%;
	height: auto;
	
}

.sez_2_testo h3, .sez_2_testo h2 {
	text-align: left;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 19px;
}

.sez_2_testo p {
	color: #FFFFFF;
	line-height: 1.4;
}

.sez_2_testo_cont {
	width: 90%;
	max-width: 500px;
	margin-left: 10%;
}

.sez_2_testo_cont_cent {
	width: 100%;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
}

.sez_verde .sez_2_testo {
	background-color: #a7c85e;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/agonistica_sfondo.png);
	background-repeat: no-repeat;
	background-position: left 160px;
} 

.sez_verde .sez_2_testo_cont {
	width: 90%;
	max-width: 500px;
	margin-right: 10%;
	float: right;
}

.sez_rosso .sez_2_testo {
	background-color: #e4363e;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/agonisitica_sfond.png);
}

.sez_giallo .sez_2_testo {
	background-color: #f1b031;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/sfondo_emma.png);
	background-repeat: no-repeat;
	background-position: left 160px;
} 

.sez_giallo .linea_blu {
	background-color: #f1b031;
}

.home_news {
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 500px;
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/montagna2.jpg);
	background-color: #43964f;
}

.pagina_news_b .news_arch .home_news {
	background-color: #FFFFFF;
}

.home_news_intro p {
	text-align: center;
	padding-top: 50px;
	font-weight: bold;
	font-size: 24px;
}

.home_news_intro {
	margin-bottom: 30px;
}

.home_news_int {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
	padding-bottom: 60px;
}

.home_news_s {
	width: 30%;
	height: auto;
	float: left;
	margin-left: 1.65%;
	margin-right: 1.65%;
	background-color: #ffffff;
	border-radius: 15px;
}

.home_news_s p {
	width: 90%;
	margin-left: 5%;
}

.home_news_s_tit p {
	font-weight: bold;
	margin-top: 25px;
	font-size: 18px;
}

.home_news_s_data p {
	color: #43964f;
	margin-bottom: 15px;
}

.home_news_s .puls_cont {
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	padding-bottom: 30px;
}

.home_news_s .puls_cont .button-4 {
	border:2px solid #43964f;}

.home_news_s .puls_cont .button-4 a{
	color:#43964f;}

.home_news_s .puls_cont .eff-4{
	background:#43964f;}

.non_solo_sci {
	width: 100%;
	height: auto;
	/*background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/nonsolosci.jpg);*/
	background-size: 100% auto;
}

.non_solo_sci_int {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 100px;
}

.non_solo_sci h4 {
	padding-top: 100px;
	color: #f9da2c;
	font-size: 36px;
	text-align: left;
	margin-bottom: 15px;
}

.non_solo_sci p {
	color: #FFFFFF;
	padding-bottom: 40px;
}

.puls_cont {
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;
}

.puls_cont .button-4 {
	width:140px;
	height:40px;
	border:2px solid #f9da2c;
	float:left;
	text-align:center;
	cursor:pointer;
	position:relative;
	box-sizing:border-box;
  	overflow:hidden;
  	margin:0 0 0px 0px;
  	border-radius: 4px;
}
.puls_cont .button-4 a{
  	font-family:arial;
  	font-size:16px;
  	color:#f9da2c;
  	text-decoration:none;
  	line-height:40px;
  	transition:all .5s ease;
  	z-index:2;
  	position:relative;
}
.puls_cont .eff-4{
  	width:140px;
  	height:40px;
  	left:-140px;
  	background:#f9da2c;
  	position:absolute;
  	transition:all .5s ease;
  	z-index:1;
}
.puls_cont .button-4:hover .eff-4{
  	left:0;
}
.puls_cont .button-4:hover a{
  	color:#fff;
	display: block;
}

footer {
	background-color: #f0f5f8;
}

footer a:link, footer a:visited {
	color: #656565;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

.footer_img {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.footer_img img {
	width: 100%;
	height: auto;
}

.footer_img_est {
	width: 100%;
	background-color: #FFFFFF;
}

.footer_int {
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	background-color: #f0f5f8;
	padding-top:30px;
	padding-bottom: 30px;
}

.footer_int_img {
	width: 300px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
}

.footer_int_img img {
	width: 100%;
	height: auto;
}

.dati {
	margin-bottom: 20px;
}

.dati img {
	width: 25px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.dati p {
	float: left;
	color: #656565;
	margin-top: 2px;
}

.footer_sx {
	width: 50%;
	height: auto;
	float: left;
}

.footer_dx {
	width: 40%;
	height: auto;
	float: right;
}

input {
	font-family: 'Poppins', sans-serif;
	letter-spacing:0.5px;
	font-size: 16px;
}

textarea {
	font-family: 'Poppins', sans-serif;
	letter-spacing:0.5px;
}

.form_sing {
	margin-bottom: 20px;
	border-bottom: 1px solid #c7cbcb;
}

.form_sing input[type=text], .form_sing input[type=email] {
	width: 100%;
	height: 30px;
	padding-left: 5px;
	border: none;
	background-color: rgba(255,255,255,0.00);
}

.form_sing textarea {
	width: 100%;
	height: 50px;
	padding-left: 5px;
	background-color: rgba(255,255,255,0.00);
	border: none;
}

.form_sing_submit input[type=submit] {
	background-color: rgba(0,0,0,0.00);
	border: 1px solid #c7cbcb;
	width: 110px;
	height: 40px;
	border-radius: 4px;
	color: #656565;
}

.form_sing_submit input[type=submit]:hover {
	background-color: #c7cbcb;
	border: 1px solid rgba(0,0,0,0.00);
}

.footer_sotto {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 5px;
	max-width: 1000px;
	border-top: 1px solid #c7cbcb;
	padding-top: 5px;
	margin-top: 30px;
}

footer .footer_sotto a:link, footer .footer_sotto a:visited {
	color: #484848;
}

.associazione {
	background-attachment: fixed;
	background-color: rgba(246,246,246,1);
	min-height: 500px;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/associazione.jpg);
	
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.associazione_int {
	padding-bottom: 50px;
}

.associzione_intro {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1000px;
	padding-top: 50px;
}

.associzione_intro h4 {
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 10px;
}

.associzione_intro p {
	color: #FFFFFF;
	text-align: center;
}

.associazione_testo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}

.associazione_testo h5 {
	color: #FFFFFF;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
}

.associazione_testo [id*="carousel-mojo-"].carousel_mojo_sc .media.medium .heading + .excerpt {
	margin-top: 0;
}

body [id*="carousel-mojo-"].carousel_mojo_sc .media .heading {
	text-align: left;
	color: #FFFFFF;
	width: 70%;
	margin-left: 15%;
	font-size: 16px;
}

[id*="carousel-mojo-"].carousel_mojo_sc .media-image img {
	width: 80%;
}

.associzione_intro .associazione_testo p {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	width: 70%;
	margin-left: 15%;
	color: #e3353e;
}

.n_preagonistica .associzione_intro .associazione_testo p {
	color: #a6c860;
}

.segreteria {
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.segreteria_sx {
	width: 60%;
	height: auto;
	float: left;
}

.segreteria_dx {
	width: 40%;
	height: auto;
	float: right;
}

p.segr_tit {
	color:#484848;
	font-weight: 600;
	font-size: 20px;
}

p.segr_testo {
	color:#2d8d3b;
}

.segreteria_dx .puls_cont {
	margin-top: 10px;
}

.segreteria_dx .puls_cont .button-4 {
	border:2px solid #2d8d3b;}

.segreteria_dx .puls_cont .button-4 a{
	color:#2d8d3b;}

.segreteria_dx .puls_cont .eff-4{
	background:#2d8d3b;}

.segreteria_dx .button-4:hover a{
  	color:#FFFFFF;
}

.segreteria_dx .puls_cont .button-4 {
	width:160px;
}

.segreteria_dx .puls_cont .eff-4{
  	width:160px;
	left:-160px;
}

.storia {
	width: 100%;
	height: auto;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/montagna_verde.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.storia p {
	color: #FFFFFF;
}

.storia_int {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1000px;
	padding-bottom: 80px;
}

.storia_tit {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
}

.storia_sott_tit {
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.storia_puls {
	width: 140px;
	margin: 0 auto;
	margin-top: 30px;
}

.storia_puls .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.storia_puls .puls_cont .button-4 a{
	color:#FFFFFF;}

.storia_puls .puls_cont .eff-4{
	background:#FFFFFF;}

.storia_puls .puls_cont .button-4:hover a{
  	color:#24512b;
}

.container_eff a {
	outline: none;
	color: #3498db;
	text-decoration: none;
}

.container_eff a:hover, .container_eff a:focus {
	color: #528cb3;
}

.container_eff section {
	padding: 1em;
	text-align: center;
}

.container_eff .content {
	margin: 0 auto;
	width: 90%;
	max-width: 1050px;
}

.container_eff .grassetto {
	font-weight: 600;
}

.container_eff .grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.container_eff .grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	max-width: 480px;
	max-height: 360px;
	width: 31.3%;
	background: #3085a3;
	text-align: center;
}

.container_eff .grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.container_eff .grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.container_eff .grid figure figcaption::before,
.container_eff .grid figure figcaption::after {
	pointer-events: none;
}

.container_eff .grid figure figcaption,
.container_eff .grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.container_eff .grid figure h3 {
	word-spacing: -0.15em;
	font-weight: 300;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
}

.container_eff .grid figure h3 span {
	font-weight: 800;
}

.container_eff .grid figure h3,
.container_eff.grid figure p {
	margin: 0;
}

.container_eff .grid figure p {
	letter-spacing: 1px;
	font-size: 16px;
	color: #FFFFFF;
}


/*---------------*/
/***** Sarah *****/
/*---------------*/

.container_eff figure.effect-sarah {
	background: rgba(69,139,199,0.90);
}

.container_eff figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.container_eff figure.effect-sarah:hover img {
	opacity: 0.35;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.container_eff figure.effect-sarah figcaption {
	text-align: left;
}

.container_eff figure.effect-sarah h3 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

.container_eff figure.effect-sarah h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.container_eff figure.effect-sarah:hover h3::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.container_eff figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.container_eff figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.container_eff figure.effect-sarah .corso_puls {
	padding: 0em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.container_eff figure.effect-sarah:hover .corso_puls {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.corso_puls .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.corso_puls .puls_cont .button-4 a{
	width: 140px;
	height: 40px;
	color:#FFFFFF;
	}

.corso_puls .puls_cont .eff-4{
	background:#FFFFFF;}

.corso_puls .puls_cont .button-4:hover a{
  	color:#458bc7;
}

.sez_covid {
	width: 100%;
	height: auto;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/covid_sfondo_blu.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sez_covid_int {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1000px;
}

.sez_covid_sx {
	width: 60%;
	height: auto;
	float: left;
	padding-top: 70px;
}

.sez_covid_sx p {
	color: #FFFFFF;
	font-size: 20px;
	margin-bottom: 20px;
}

.sez_covid_sx .grassetto {
	font-weight: 600;
}

.sez_covid_sx_img_resp {
	display: none
}

.corso_puls {
	margin-top: 0px;
}

.sez_covid_dx {
	width: 40%;
	float: right;
	padding-top: 40px;
	padding-bottom: 40px;
}

.sez_covid_dx_img {
	width: 60%;
	height: auto;
	margin: 0 auto;
}

.sez_covid_dx_img img {
	width: 100%;
	height: auto;
}

.promontori {
	text-align: center;
	font-size: 24px;
}

.promontori p {
	text-align: center;
	color: #303030;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 25px;
}

.sez_reg {
	width: 100%;
	height: auto;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/regolamento.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.sez_reg_int {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1050px;
}

.sez_reg p {
	color: #FFFFFF;
	text-align: center;
}

.sez_reg .reg_titolo p {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	padding-top: 40px;
	margin-bottom: 5px;
}

.sez_reg .reg_testo p {
	padding-bottom: 30px;
	color: #458bc7;
}

.reg_blocco {
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}

.reg_puls_sx {
	width: 140px;
	height: auto;
	float: left;
	margin-right:20px;
}

.reg_puls_dx {
	width: 140px;
	height: auto;
	float: left;
}

.reg_blocco .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.reg_blocco .puls_cont .button-4 a{
	color:#FFFFFF;}

.reg_blocco .puls_cont .eff-4{
	background:#458bc7;}

.reg_blocco .puls_cont .button-4:hover a{
  	color:#FFFFFF;
}

.reg_blocco .puls_cont .button-4:hover {
	border:2px solid #458bc7;}

.pagina_corsi .sez_1 {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.pagina_corsi .sez_1 h2 {
	color: #458bc7;
}

.pagina_corso .sez_1  h1 {
	text-align: left;
	margin-top: 30px;
}

.pagina_corso .sez_1 h2 {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
}

.pagina_corso .sez_1 p {
	margin-top: 0px;
	font-size: 20px;
}

.pagina_corsi .sez_1 {
	max-width: 1000px;
}

.pagina_corso .sez_1 {
	max-width: 1100px;
}

.sez_2 {
	width: 90%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
}

.home_cod .sez_2 {
	width: 100%;
	height: auto;
	max-width: none;
	margin: 0 auto;
}

.sez_2_riga {
	margin-bottom: 40px;
}

.sez_2_riga_sx {
	width: 12%;
	float: left;
	margin-right: 2%;
}

.sez_2_riga_sx img {
	max-width: 70px;
	width: 100%;
	height: auto;
}

.sez_2_riga_dx {
	width: 86%;
	height: auto;
	float: left;
}

.segreteria_color {
	width: 100%;
	height: auto;
	background-color: #458bc7;
}

.segreteria_color p.segr_tit {
	color: #FFFFFF;
}

.segreteria_color p.segr_testo {
	color: #FFFFFF;
}

.segreteria_color .segreteria_dx .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.segreteria_color .segreteria_dx .puls_cont .button-4 a{
	color:#FFFFFF;}

.segreteria_color .segreteria_dx .puls_cont .eff-4{
	background:#FFFFFF;}

.segreteria_color .segreteria_dx .button-4:hover a{
  	color:#458bc7;
}

.pre_ago_intro .pagina_corso h2 {
	color: #a7c85e;
}

.pre_agonistica {
	width: 100%;
	height: auto;
	position: relative;
}

.pre_agonistica_int {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
}

.pre_agonistica_sez {
	width: 80%;
	height: auto;
}

.pre_agonistica_box {
	width: 250px;
	height: auto;
	background-color: #a6c860;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.pre_agonistica_sez h3 {
	text-align: left;
	margin-bottom: 20px;
}

.pre_agonistica_sez_testo {
	margin-bottom: 40px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.pre_agonistica_box_int {
	max-width: 150px;
}

.pre_agonistica_box_icona {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.pre_agonistica_box_icona img {
	width: 100%;
	height: auto;
}

.preago_color {
	width: 100%;
	height: auto;
	background-color: #a6c860;
}

.preago_color p.segr_tit {
	color: #FFFFFF;
}

.preago_color p.segr_testo {
	color: #FFFFFF;
}

.preago_color .segreteria_dx .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.preago_color .segreteria_dx .puls_cont .button-4 a{
	color:#FFFFFF;}

.preago_color .segreteria_dx .puls_cont .eff-4{
	background:#FFFFFF;}

.preago_color .segreteria_dx .button-4:hover a{
  	color:#a6c860;
}

.pre_ago_covid .sez_covid {
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/covid_sfondo_verde.jpg);
}

.pre_ago_covid .puls_cont .button-4:hover a{
  	color:#a6c860;
}


.sez_reg_preago .sez_reg .reg_testo p {
	padding-bottom: 30px;
	color: #a6c860;
}

.sez_reg_preago .reg_blocco .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.sez_reg_preago .reg_blocco .puls_cont .button-4 a{
	color:#FFFFFF;}

.sez_reg_preago .reg_blocco .puls_cont .eff-4{
	background:#a6c860;}

.sez_reg_preago .reg_blocco .puls_cont .button-4:hover a{
  	color:#FFFFFF;
}

.sez_reg_preago .reg_blocco .puls_cont .button-4:hover {
	border:2px solid #a6c860;}


.ago_intro .pagina_corso h2 {
	color: #e3353e;
	text-align: center;
}

.n_preagonistica .ago_intro .pagina_corso h2 {
	color: #a6c860;
	text-align: center;
}

.ago_cont_box .pre_agonistica_box {
	width: 250px;
	height: auto;
	background-color: #e3353e;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.ago_color {
	width: 100%;
	height: auto;
	background-color: #e3353e;
}

.ago_color p.segr_tit {
	color: #FFFFFF;
}

.ago_color p.segr_testo {
	color: #FFFFFF;
}

.ago_color .segreteria_dx .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.ago_color .segreteria_dx .puls_cont .button-4 a{
	color:#FFFFFF;}

.ago_color .segreteria_dx .puls_cont .eff-4{
	background:#FFFFFF;}

.ago_color .segreteria_dx .button-4:hover a{
  	color:#e3353e;
}

.ago_covid  .sez_covid {
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/covid_sfondo_rosso.jpg);
}

.ago_covid .puls_cont .button-4:hover a{
  	color:#e3353e;
}

.sez_reg_preago .sez_reg .reg_testo p {
	padding-bottom: 30px;
	color: #a6c860;
}

.sez_reg_preago .reg_blocco .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.sez_reg_preago .reg_blocco .puls_cont .button-4 a{
	color:#FFFFFF;}

.sez_reg_preago .reg_blocco .puls_cont .eff-4{
	background:#a6c860;}

.sez_reg_preago .reg_blocco .puls_cont .button-4:hover a{
  	color:#FFFFFF;
}

.sez_reg_preago .reg_blocco .puls_cont .button-4:hover {
	border:2px solid #a6c860;}

.pagina_agonistica .pre_agonistica_sez_testo a:link, .pagina_agonistica .pre_agonistica_sez_testo a:visited {
	color: #e3353e;
}

.sez_reg_ago .sez_reg_preago .sez_reg .reg_testo p {
	padding-bottom: 30px;
	color: #e3353e;
}

.sez_reg_ago .sez_reg_preago .reg_blocco .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.sez_reg_ago .sez_reg_preago .reg_blocco .puls_cont .button-4 a{
	color:#FFFFFF;}

.sez_reg_ago .sez_reg_preago .reg_blocco .puls_cont .eff-4{
	background:#e3353e;}

.sez_reg_ago .sez_reg_preago .reg_blocco .puls_cont .button-4:hover a{
  	color:#FFFFFF;
}

.sez_reg_ago .sez_reg_preago .reg_blocco .puls_cont .button-4:hover {
	border:2px solid #e3353e;}

.pagina_agonistica .pre_agonistica_sez_testo a:link, .pagina_agonistica .pre_agonistica_sez_testo a:visited {
	color: #e3353e;
}

.pr_em_icone {
	width: 90%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
}

.em_icona {
	width: 20.0%;
	height: auto;
	float: left;
	margin-left: 1.65%;
	margin-right: 1.65%;
	position: relative;
}

.em_icona img {
	width: 100%;
	height: auto;
}

.em_icona_pos {
	position: absolute;
	z-index: 2;
}

.em_icona:hover .em_icona_pos {
	display: none;
}

.progetto_emma .pre_agonistica_sez {
	width: 100%;
	height: auto;
}

.progetto_emma .sez_1 h2 {
	font-size: 20px;
	color:#f8b43d;
	text-align: center;
}

.pagina_corso .sez_1 h1 {
	text-align: center;
}



.progetto_emma .pagina_corsi .sez_1 {
	margin-bottom: 20px;
	margin-top: 40px;
}

.progetto_emma .preago_color {
    background-color: #f8b43d;
}

.progetto_emma .preago_color .segreteria_dx .button-4:hover a {
	color: #f8b43d;
}

.progetto_emma .sez_covid {
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/sfondo_giallo.jpg);
}

.progetto_emma  .corso_puls .puls_cont .button-4:hover a{
  	color:#f8b43d;
}

.progetto_emma .sez_reg_preago .sez_reg .reg_testo p {
	padding-bottom: 30px;
	color: #f8b43d;
}

.progetto_emma .sez_reg_preago .reg_blocco .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.progetto_emma .sez_reg_preago .reg_blocco .puls_cont .button-4 a{
	color:#FFFFFF;}

.progetto_emma .sez_reg_preago .reg_blocco .puls_cont .eff-4{
	background:#f8b43d;}

.progetto_emma .sez_reg_preago .reg_blocco .puls_cont .button-4:hover a{
  	color:#FFFFFF;
}

.progetto_emma .sez_reg_preago .reg_blocco .puls_cont .button-4:hover {
	border:2px solid #f8b43d;}

.colla {
	width: 100%;
	height: auto;
	background-color: #f8b43d;
}

.colla_int {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
}

.colla_intro p {
	padding-top: 40px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 25px;
}

.colla_box {
	padding-bottom: 60px;
}

.colla_box img {
	width: 20%;
	height: auto;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.colla_ob h4 {
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 30px;
	font-size: 24px;
	padding-top: 50px;
}

.colla_ob_box {
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.colla_ob_box li {
	color: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 5px;
}

.colla_ob_box p {
	color: #FFFFFF;
	margin-bottom: 5px;
}

.colla_ob h4 {
	text-align: center;
	color: #FFFFFF;
	max-width: 600px;
	margin: 0 auto;
}

.colla_ob p {
	text-align: center;
	color: #FFFFFF;
}

.colla_ob ul {
	margin-top: 20px;
}

.colla_ob li {
	text-align: center;
	color: #FFFFFF;
}

.colla_puls {
	margin-top: 30px;
	padding-bottom: 30px;
}

.progetto_emma .colla_puls .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.progetto_emma .colla_puls .puls_cont .button-4 a{
	color:#FFFFFF;}

.progetto_emma .colla_puls .puls_cont .eff-4{
	background:#FFFFFF;}

.progetto_emma .colla_puls .puls_cont .button-4:hover a{
  	color:#f8b43d;
}

.progetto_emma .colla_puls .puls_cont .button-4:hover {
	border:2px solid #FFFFFF;}

.special {
	width: 100%;
	height: auto;
	background-image: url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/sfondo_special.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.special_intro {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/fiaccola.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.special_dx {
	width: 50%;
	height:auto;
	float: right;
	padding-top: 100px;
	padding-bottom: 100px;
}

.special_dx h4 {
	text-align: left;
	color: #f8b43d;
	font-size: 24px;
	margin-bottom: 20px;
}

.special_dx p {
	color: #FFFFFF;
	text-align: left;
}

.special_dx li {
	color: #FFFFFF;
	text-align: left;
}

.puls_special {
	float: left;
	margin-top: 30px;
}

.progetto_emma .puls_special .puls_cont .button-4 {
	border:2px solid #f8b43d;}

.progetto_emma .puls_special .puls_cont .button-4 a{
	color:#f8b43d;}

.progetto_emma .puls_special .puls_cont .eff-4{
	background:#f8b43d;}

.progetto_emma .puls_special .puls_cont .button-4:hover a{
  	color:#FFFFFF;
}

.progetto_emma .puls_special .puls_cont .button-4:hover {
	border:2px solid #f8b43d;}


.arc_news_color {
	background-color: #43964f;
}

.arc_news_color p.segr_tit {
	color: #FFFFFF;
}

.arc_news_color p.segr_testo {
	color: #FFFFFF;
}

.arc_news_color .segreteria_dx .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.arc_news_color .segreteria_dx .puls_cont .button-4 a{
	color:#FFFFFF;}

.arc_news_color .segreteria_dx .puls_cont .eff-4{
	background:#FFFFFF;}

.arc_news_color .segreteria_dx .button-4:hover a{
  	color:#43964f;
}

.news_arch .home_news {
	width: 100%;
	height: auto;
	background-attachment: fixed;
	background-size: none;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: auto;
	background-image:none;
}

.news_arch .home_news_s {
	border: 2px solid #43964f;
	box-sizing:border-box;
	margin-bottom: 3.3%;
}

.news_sing {
	width: 90%;
	height: auto;
	max-width: 1100px;
	margin:  0 auto;
	margin-bottom: 60px;
}

.news_sing a:link, .news_sing a:visited {
	color: #43964f;
}

.news_sing_sx {
	width: 70%;
	height: auto;
	float: left;
	
}

.news_sing_dx {
	width: 25%;
	height: auto;
	float: right;
	background-color: #43964f;
	margin-top: 40px;
	padding-bottom: 40px;
}

.news_sing_sx h1 {
	text-align: left;
	margin-top: 40px;
	text-transform: none;
	font-size: 26px;
}

.news_sing_sx p {}

.news_sing_sx p.news_sing_data {
	font-size: 18px;
	color: #43964f;
	margin-bottom: 25px;
}

.news_sing_sx img {
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.news_sing_dx_intro p {
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 25px;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 20px;
}

p.news_rece_tit {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	padding-left: 15px;
}

p.news_rece_data {
	color: #FFFFFF;
	padding-left: 15px;
}

.news_rece a:link, .news_rece a:visited {
	color: #FFFFFF;
}

.news_rece {
	margin-bottom:20px;
}

.contatti_uno {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
	margin-bottom: 60px;
}

.cont_uno_sx {
	width: 50%;
	height: auto;
	float: left;
}

.cont_uno_sx p {
	color: #717171;
}

.cont_uno_sx a:link, .cont_uno_sx a:visited {
	color: #717171;
	text-decoration: none;
}

.cont_uno_dx {
	width: 50%;
	height: auto;
	float: right;
}

.cont_form_sing {
	margin-bottom: 10px;	
}

.cont_form_sing input[type=text], .cont_form_sing input[type=email] {
	width: 100%;
	height: 40px;
	background-color: #e5e5e5;
	border-radius: 10px;
	border: none;
	padding-left: 7px;
}

.cont_form_sing textarea {
	width: 100%;
	height: 120px;
	background-color: #e5e5e5;
	border-radius: 10px;
	border: none;
	padding-left: 7px;
	padding-top: 10px;
}

.cont_uno_dx input[type=submit] {
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5;
	width: 110px;
	height: 40px;
	border-radius: 4px;
	color: #656565;
}

.map {
	width:100%;
	height:500px;	
}


.map-wrap {
	position:relative; 
}
	
.map-wrap .overlay {
	width:100%;
	min-height:500px; 
	position:absolute; 
	top:0;
}

::-webkit-input-placeholder { /* Edge */
  color: #a4a4a4;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a4a4a4;
}

::placeholder {
  color: #a4a4a4;
}

.pre_ag_box {
	width: 130px;
	margin-left: 20px;
	position: relative;
	margin-bottom: 20px;
}

.pre_ag_box img {
	width: 100%;
}

.pre_ag_box_sopra {
	width: 100%;
	height: auto;
	z-index: 2;
	position: absolute;
}

.pre_ag_box:hover .pre_ag_box_sopra {
	display: none;
}


p.dfg a:link, p.dfg a:visited {
	color: #43964f;
}

body .tolb-holder .tolb-title {
	display: none;
}

.sez_1_1 {
	margin-top: 0px;
	max-width: 1100px;
	width: 100%;
}

.spazio_sez_1 {
	margin-bottom: 20px;
}

.pagina_corso .sez_1 .sez_1_1 p {
	width: auto;
	height: auto;
	border: 2px solid rgba(69,139,199,0.8);
	color: rgba(69,139,199,0.8);
	padding: 8px 16px; 
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 18px;
}

.pagina_corso .sez_1 .sez_1_1 p {
	color: #484848;
}

.pagina_corso .sez_1 .sez_1_1 p strong {
	color: rgba(69,139,199,0.8);
}

.pagina_corso .sez_2 {
	margin-bottom: 60px;
}

.prom_box {
	width: 50%;
	height: 500px;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.prom_box_testo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.70);
}

.prom_box_testo:hover {
	display: none;
}

.prom_box:hover .prom_box_testo {
	display: none;
}

.prom_box_testo p {
	color: #FFFFFF;
	line-height: 500px;
	text-align: center;
	font-size: 22px;
}

.primoboxuno {
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/folgaria.jpg);
}

.primoboxdue {
	background-image:url(https://www.edelweissclub.it/wp-content/themes/tema_edelweiss/Immagini/polsa.jpg);
}

.home_partner {
	width: 90%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
}

.home_partner_sx {
	width: 25%;
	height: auto;
	float: left;
}

.home_partner_dx {
	width: 75%;
	height: auto;
	float: left;
}

.sponsor_cont {
	width: 90%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
}

.sponsor_uno {
	max-width: 500px;
	margin: 0 auto;
}

.home_partner_titolo {
	text-align: center;
	
	font-size: 24px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}

.div_linea_grig {
	width: 50px;
	height: 4px;
	margin: 0 auto;
	background-color: #484848;
	margin-top: 3px;
}

.orari {
	background-color: #43964f;
}

.ago_color .orari {
	background-color: #e3353e;
}

.ago_color .orari .puls_cont .button-4 a:hover {
	color: #e3353e;
}

.orari_int {
	width: 90%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.orari_sx {
	width: 65%;
	height: auto;
	float: left;
}

.orari_sx_img {
	width: 30px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 15px;
	margin: 0 auto;
}

.orari_sx_img img {
	width: 100%;
	height: auto;
}

.orari_sx p {
	color: #FFFFFF;
}

.orari_dx {
	width: 140px;
	float: left;
	padding-top: 100px;
	margin-left: 10%;
}

.orari_dx .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.orari_dx .puls_cont .button-4 a{
	color:#FFFFFF;}

.orari_dx .puls_cont .eff-4{
	background:#FFFFFF;}

.orari_dx .puls_cont .button-4:hover a{
  	color:#43964f;
}

.p_reg {
	width: 90%;
	height: auto;
	max-width: 1100px;
	margin: 0 auto;
}

.p_reg h1 {
	margin-top: 60px;
	font-size: 25px;
}

.p_reg h2 {
	font-size: 24px;
	color: #2d8e3b;
	font-weight: 400;
}

.p_reg li {
	margin-bottom: 15px;
	margin-left: 20px;
	text-align: justify;
}

.box_reg {
	width: 49%;
	height: auto;
	float: left;
	background-color: #458bc7;
}

.box_reg {
	color: #FFFFFF;
	margin-top: 30px;
}

.box_reg2 {
	width: 49%;
	height: auto;
	float: right;
	background-color: #458bc7;
	margin-top: 30px;
}

.box_reg2 p, .box_reg p {
	color: #FFFFFF;
	padding: 15px;
}

.box_reg2 p a:link, .box_reg2 p a:visited {
	color: #FFFFFF;
}

.box_regcovid {
	
	color: #FFFFFF;
	background-color: #458bc7;
	margin-top: 2%;
}

.box_regcovid p {
	color: #FFFFFF;
	padding: 15px;
}

.tab_chi_siamo_est {
	width: 100%;
	background-color: #43964f;
}

.tab_chi_siamo {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 800px;
	background-color: #43964f;
	padding-top: 40px;
	padding-bottom: 40px;
}

.accordion {
  max-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
}

.accordion ul {
  border-bottom: #ecebe9 solid 1px;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  border-left: #ecebe9 solid 1px;
  border-right: #ecebe9 solid 1px;
  list-style: none;
  margin: 0;
}

.accordion ul li h5 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  background: rgba(255,255,255,0.0);
  border-top: #ecebe9 solid 1px;
  border-left: #ecebe9 solid 0px;
  border-right: #ecebe9 solid 0px;
  margin: 0;
  padding: 15px 15px 15px 50px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.08em;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
	text-align: left;
}

.accordion ul li h5.plus {
  border: #FFFFFF solid 1px;
  color: #FFFFFF;
}

.accordion ul li > div {
  color: #FFFFFF;
  line-height: 24px;
  padding: 15px 15px 15px;
}

.accordion ul li > div a {
  color: #7f0a19;
}

.accordion ul li h5:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  
  width: 20px;
  height: 20px;
  position: absolute;
  left: 14px;
  top: 14px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}

.accordion ul li h5.plus:before {
  content: "\f0d7";
}

.donazione_accordion {
	width: 90%;
	height: auto;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 40px;
}

.donazione_accordion .accordion ul li h5 {
  font-size: 14px;
  color: #2a3138;
  font-weight: 400;
  background: #f7f6f5;
  border-top: #ecebe9 solid 1px;
  border-left: #ecebe9 solid 0px;
  border-right: #ecebe9 solid 0px;
  margin: 0;
  padding: 15px 15px 15px 50px;
  line-height: 19px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.08em;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}

.box_reg .box_reg_icona, .box_reg2 .box_reg_icona, .box_regcovid .box_reg_icona {
	width: 40px;
	height: auto;
	padding-left: 18px;
	padding-top: 15px;
}

.box_reg .box_reg_icona img, .box_reg2 .box_reg_icona img, .box_regcovid .box_reg_icona img {
	width: 100%;
	height: auto;
}

.primopiano p {
	text-align: center;
	color: #FFFFFF;
}

.orari .reg_blocco {
	margin-top: 25px;
}

.rassegna {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
	margin-bottom: 30px;
}

.rassegna li {
	padding-bottom: 10px;
}

.rassegna a:link, .rassegna a:visited {
	color: #458bc7;
}

.orari .puls_cont .button-4 {
	border:2px solid #FFFFFF;}

.orari .puls_cont .button-4:hover {
	border:2px solid #FFFFFF;
}

.orari .puls_cont .button-4 a{
	color:#FFFFFF;}

.orari .puls_cont .eff-4{
	background:#FFFFFF;}

.orari .puls_cont .button-4:hover a{
  	color:#43964f;
}

.tab_chi_siamo_est {
	background-color: #f8b43d;
}

.tab_cont_chisiamo .tab_chi_siamo_est {
	background-color: #e4363e;
}

.tab_chi_siamo {
	background-color: #f8b43d;
}

.tab_cont_chisiamo .tab_chi_siamo {
	background-color: #e4363e;
}

.box_sotto_sez_1 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.agoboxpag {
	margin-top: 50px;
}

.agoboxpag .sez_2 {
	width: 100%;
	height: auto;
	max-width: none;
	margin: 0 auto;
}

.agoboxpag .sez_2_testo {
	background-color: #FFFFFF;
	background-image: none;
}

.agoboxpag .sez_2_testo p {
	color: #484848;
}

.pagina_agonistica .agoboxpag .sez_2_testo p a:link, .pagina_agonistica .agoboxpag .sez_2_testo p a:visited {
	color: #e3353e;
}

.n_preagonistica .pagina_agonistica .agoboxpag .sez_2_testo p a:link, .n_preagonistica .pagina_agonistica .agoboxpag .sez_2_testo p a:visited {
	color: #a6c860;
}

.agoboxpag .sez_2_testo h3 {
	color: #e3353e;
}

.n_preagonistica .agoboxpag .sez_2_testo h3 {
	color: #a6c860;
}

.agoboxpag .sez_2_testo_cont {
	max-width: 700px;
}

.sponsor_uno_titolo {
	text-align: center;
	padding-top: 100px;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}

.sponsor_uno_box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.sponsor_uno_box img {
	width: 100%;
	height: auto;
}

.sponsor_due_box {
	width: 20%;
	height: auto;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.sponsor_due_box img {
	width: 80%;
	margin-left: 10%;
	height: auto;
	margin-bottom: 30px;
}

.sponsor_tre_box {
	width: 12%;
	height: auto;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}

.sponsor_tre_box img {
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
}

.sez_2_testo_sponsor {
	margin-top: 30px;
}

.sez_1_briciole {
	margin-top: 30px;
}

.sez_1  .sez_1_briciole p {
	font-size: 14px;
}

.sez_1 .sez_1_briciole p a:link, .sez_1 .sez_1_briciole p a:visited {
	color: #458bc7;
}

.box_regcovid {
	position: relative;
}

.covid_link {
	width: 1px;
	height: 1px;
	position: absolute;
	top:-100px;
}

.superalta {
	width: 140px;
	height: auto;
}

.superalta img {
	width: 100%;
}

.dati .dati_titolo p {
	font-weight: 600;
	margin-bottom: 15px;
}



body #carousel-mojo-203 button.lcam-carousel-to-prev, body #carousel-mojo-203 button.lcam-carousel-to-next {
	display: none;
}

body #carousel-mojo-567 button.lcam-carousel-to-prev, body #carousel-mojo-567 button.lcam-carousel-to-next {
	display: none;
}


@media screen and (max-width: 50em) {
	.container_eff .content {
		padding: 0 10px;
		text-align: center;
	}
	.container_eff .grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}

/*media for tablet and mobile device*/
@media only screen and (min-width: 601px) and (max-width: 991px) {
	body { overflow-x:hidden; }
	
	.home_news {
	width: 100%;
	background-attachment: fixed;
	background-color: rgba(246,246,246,1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
	
	.sez_2_testo_cont {
		width: 90%;
		margin-left: 5%;
	}
	
	.sez_verde .sez_2_testo_cont {
		width: 90%;
		margin-left: 5%;
		float: left;
	}
	
	.associazione {
	width: 100%;
	background-attachment: fixed;
	background-color: rgba(246,246,246,1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
	.pre_agonistica_box {
	width: 150px;
	height: auto;
	background-color: #a6c860;
	position: absolute;
	right: 0;
	top: 0;
}
	

}

@media only screen and (max-width: 600px) {
 	body { overflow-x:hidden; }
	
	.sez_2_img {
		width: 100%;
		float: none;
	}
	
	.sez_2_testo {
		width: 100%;
		float: none;
	}
	
	.sez_2_testo_cont {
	    float: none;
		margin-left:5%;
    }
	
	.sez_verde .sez_2_testo_cont {
	    float: none;
		margin-left:5%;
    }
	
	
	
	.sez_verde {
		height: 800px;
		position: relative;
	}
	
	.sez_rosso {
		position: relative;
	}
	
	.sez_verde .sez_2_img {
		position: absolute;
		top: 0;
	}
	
	.sez_verde .sez_2_testo {
		position: absolute;
		top:400px;
	}
	
	.home_news {
	width: 100%;
	background-attachment: fixed;
	background-color: rgba(246,246,246,1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-bottom: 30px;
	background: none;
	background-color: #43964f;
}
	
	.home_news_s {
	width: 100%;
	float: none;
	margin-left: 0%;
	margin-right: 0%;
	padding-top: 5%;
	margin-bottom: 30px;
}
	
	.footer_sx {
	width: 100%;
	float: none;
}

	.footer_dx {
	width: 100%;
	float: none;
	margin-top: 60px;
}
	
	.associazione {
	width: 100%;
	background-attachment: fixed;
	background-color: rgba(246,246,246,1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
	
	.sez_covid {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	padding-bottom: 70px;
}
	
	.sez_covid_sx {
	width: 100%;
	height: auto;
	float: none;
	padding-top: 70px;
}
	
	.sez_covid_sx_img_resp {
	display: block;
	width: 80px;
	height: auto;
	margin-bottom: 20px;
}
	
	.sez_covid_sx_img_resp img {
	width: 100%;
	height: auto;
}

	.sez_covid_dx {
	display: none;
}

	.sez_2_riga_sx {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 20px;
}

.sez_2_riga_sx img {
	max-width: 70px;
	width: 100%;
	height: auto;
}

.sez_2_riga_dx {
	width: 100%;
	height: auto;
	float: none;
}	

.em_icona {
	width: 30%;
	height: auto;
	float: left;
	margin-left: 1.65%;
	margin-right: 1.65%;
	position: relative;
	margin-bottom: 30px;
}
	
.colla_box img {
	width: 40%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20px;
}	
	
.colla_ob_box {
	-webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}	
	
.news_sing_sx {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}

.news_sing_dx {
	width: 100%;
	float: none;
	margin-top: 40px;
}	
	
.prom_box {
	width: 100%;
	height: 300px;
	float: none;
}	
	
.prom_box_testo p {
	line-height: 300px;
}	
	
.orari_sx {
	width: 100%;
	height: auto;
	float: none;
}	

.orari_dx {
	width: 140px;
	float: none;
	padding-top: 30px;
	margin-left: 0%;
}	
	
.box_reg {
	width: 100%;
	float: none;
}

.box_reg2 {
	width: 100%;
	float: none;
	margin-top: 2%;
}
	
.sponsor_due_box {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0%;
	margin-right: 0%;
}	

.sponsor_tre_box {
	width: 50%;
	height: auto;
	float: left;
}

.home_partner_sx {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 20px;
}

.home_partner_dx {
	width: 100%;
	height: auto;
	float: none;
}	
	
body #carousel-mojo-203 button.lcam-carousel-to-prev, body #carousel-mojo-203 button.lcam-carousel-to-next {
	display: block;
}	

.cont_uno_sx {
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 30px;
}	
	
.cont_uno_dx {
	width: 100%;
	height: auto;
	float: none;
}

	.agoboxpag .sez_2_testo h3 {
		margin-top: 20px;
	}	
	
.segreteria_dx {
	width: 100%;
	height: auto;
	float: none;
}

.segreteria_sx {
	width: 100%;
	height: auto;
	float: none;
}	
	
}

body .gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {
	margin-left: 2px;
	margin-right: 2px;
}

body span.wpcf7-list-item {
	margin: 0 0 0 0;
}

.sin_campo_form {
	margin-bottom: 10px;
}

.sin_campo_form {
	color: #717171;
}

.sin_campo_form a:link, .sin_campo_form a:visited {
	color: #717171;
}

.informativa {
	width: 90%;
	height: auto;
	margin: 0 auto;
	max-width: 1100px;
}

.informativa h1 {
	text-align: left;
	font-size: 22px;
	margin-top: 50px;
}

.informativa h4 {
	margin-top: 25px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 5px;
}

.informativa a:link, .informativa a:visited {
	color: #2d8e3b;
}

body .gm-menu-btn__inner {
	color: #FFFFFF;
}.wpca-btn{height:auto;min-height:40px;border-radius:2px;float:none;margin:0;padding:10px 20px;border:0;font-size:16px;font-weight:400;text-transform:none;cursor:pointer}.wpca-btn:before{content:none!important}button,input.button-submit{-webkit-transition:background-color .25s ease;-moz-transition:background-color .25s ease;-o-transition:background-color .25s ease;transition:background-color .25s ease}#wpca-placeholer-html{display:none}.wpca-replacement-elem,.wpca-replacement-elem *{box-sizing:border-box}.wpca-replacement-elem{width:100%;height:auto;max-width:100%;font-weight:700;position:relative;z-index:1;background:#f4efea;overflow:hidden;text-align:left;padding:1em;margin:1em 0}.wpca-replacement-elem:first-child{margin-top:0}.wpca-replacement-elem .wpca-replacement-logo{width:13%;height:auto;max-width:100%;position:absolute;bottom:0;right:0;z-index:100000}.wpca-replacement-elem p{padding-right:13px}.wpca-replacement-elem img{border:none!important;border-radius:0!important;box-shadow:none!important}.wpca-replacement-elem .wpca-btn{margin:10px 0;display:block}.wpca-replacement-elem .wpca-btn+.wpca-btn{display:block;margin-left:0}.sidebar .widget .wpca-replacement-elem p{padding-right:0}.sidebar .widget .wpca-replacement-elem .wpca-btn{width:100%}#wpca-trans-layer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99997;zoom:1}.wpca-lay-out,.wpca-lay-out *{box-sizing:border-box}.wpca-lay-out{position:fixed;height:auto;display:block;z-index:99998;background-color:#444}.wpca-lay-out.wpca-top{top:0}.wpca-lay-out.wpca-bottom{bottom:0}#wpca-popup-modal.wpca-hide,#wpca-trans-layer.wpca-hide,.wpca-lay-out.wpca-hide{display:none}#wpca-popup-modal.wpca-show,#wpca-trans-layer.wpca-show,.wpca-lay-out.wpca-show{display:block}.wpca-lay-out.wpca-align-left p{text-align:left}.wpca-lay-out.wpca-align-center p{text-align:center}.wpca-lay-out.wpca-align-right p{text-align:right}.wpca-lay-out .wpca-lay-out-content{text-align:center;min-height:40px}.wpca-lay-out .wpca-lay-out-content p{padding:0 5px;margin:0;position:relative;z-index:100;opacity:1;min-height:40px}.wpca-lay-out .wpca-lay-out-content *{font-size:16px;line-height:33px}.wpca-lay-out .wpca-lay-out-meta .wpca-btn{display:inline-block;text-align:center}.wpca-lay-out.wpca-has-close-x{overflow:visible}.wpca-btn-privacy{cursor:pointer}.wpca-btn:focus{outline:none}.wpca-btn+.wpca-btn{display:inline-block;vertical-align:top}#wpca-icon-settings+.wpca-btn,#wpca-icon-settings+noscript+.wpca-btn,.wpca-btn+.wpca-btn{margin-left:2%}#wpca-icon-settings{cursor:pointer;display:inline-block;vertical-align:middle}#wpca-icon-settings:hover{opacity:.8}#wpca-icon-settings{width:27px}.wpca-lay-out[class*=wpca-decline].wpca-cc-settings-has .wpca-lay-out-meta .wpca-btn{vertical-align:middle}#wpca-bar{width:100%;min-height:30px;padding:15px 20px}#wpca-bar.wpca-decline-not .wpca-lay-out-content{width:80%}#wpca-bar.wpca-decline-has .wpca-lay-out-content{width:65%}#wpca-bar-content{display:inline-block;vertical-align:top}#wpca-bar.wpca-decline-not .wpca-lay-out-meta{width:20%}#wpca-bar.wpca-decline-has .wpca-lay-out-meta{width:35%}#wpca-bar-meta{display:inline-block;vertical-align:top;text-align:right}#wpca-bar.wpca-top.wpca-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(68,68,68,.75);-moz-box-shadow:2px 2px 5px 0 rgba(68,68,68,.75);box-shadow:2px 2px 5px 0 rgba(68,68,68,.75)}#wpca-bar.wpca-bottom.wpca-shadow{-webkit-box-shadow:2px -2px 5px 0 rgba(68,68,68,.75);-moz-box-shadow:2px -2px 5px 0 rgba(68,68,68,.75);box-shadow:2px -2px 5px 0 rgba(68,68,68,.75)}#wpca-box{width:20%;min-height:10%;max-height:100%;padding:15px 20px}#wpca-box.wpca-tl{top:0;left:0}#wpca-box.wpca-tr{top:0;right:0}#wpca-box.wpca-bl{bottom:0;left:0}#wpca-box.wpca-br{bottom:0;right:0}#wpca-box-content{width:100%}#wpca-box-content p{padding:0}#wpca-box-meta{width:100%;text-align:center;margin-top:10px}.wpca-btn-align-left #wpca-box-meta{text-align:left}.wpca-btn-align-right #wpca-box-meta{text-align:right}#wpca-box.wpca-cc-settings-has #wpca-box-meta #wpca-icon-settings{width:30px}#wpca-box.wpca-cc-settings-not.wpca-decline-not #wpca-box-meta .wpca-btn{width:100%}#wpca-box.wpca-cc-settings-not.wpca-decline-has #wpca-box-meta .wpca-btn{width:49%}#wpca-box.wpca-cc-settings-has.wpca-decline-not #wpca-box-meta .wpca-btn{width:calc(98% - 30px)}#wpca-box.wpca-cc-settings-has.wpca-decline-has #wpca-box-meta .wpca-btn{width:calc(48% - 15px)}#wpca-box[class*=wpca-cc-settings][class*=wpca-decline][class*=wpca-box-width-5] #wpca-box-meta .wpca-btn,#wpca-box[class*=wpca-cc-settings][class*=wpca-decline][class*=wpca-box-width-6] #wpca-box-meta .wpca-btn,#wpca-box[class*=wpca-cc-settings][class*=wpca-decline][class*=wpca-box-width-7] #wpca-box-meta .wpca-btn,#wpca-box[class*=wpca-cc-settings][class*=wpca-decline][class*=wpca-box-width-8] #wpca-box-meta .wpca-btn,#wpca-box[class*=wpca-cc-settings][class*=wpca-decline][class*=wpca-box-width-9] #wpca-box-meta .wpca-btn,#wpca-box[class*=wpca-cc-settings][class*=wpca-decline][class*=wpca-box-width-100] #wpca-box-meta .wpca-btn{width:auto;margin-left:10px}#wpca-box.wpca-ct,#wpca-popup-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}#wpca-popup-modal,#wpca-popup-modal *{box-sizing:border-box}.wpca-btn-hide{visibility:hidden!important;width:0!important;height:0!important;margin:0!important;padding:0!important;position:absolute!important;left:-9999px!important}.wpca-blocked{display:none!important}#wpca-box.wpca-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(68,68,68,.75);-moz-box-shadow:2px 2px 5px 0 rgba(68,68,68,.75);box-shadow:2px 2px 5px 0 rgba(68,68,68,.75)}.wpca-icon-close{position:absolute;display:inline-block;right:10px;cursor:pointer}.wpca-lay-out.wpca-top .wpca-icon-close{bottom:-30px}.wpca-lay-out.wpca-bottom .wpca-icon-close{top:-30px}.wpca-lay-out.wpca-ct .wpca-icon-close{right:0;top:-30px}#wpca-popup-modal{z-index:99999;overflow-y:auto}#wpca-popup-modal .wpca-icon-close{top:15px;right:15px}.wpca-cc-settings-open+#wpca-trans-layer{z-index:99998}.wpca-cc-sett-box{display:none}.wpca-cc-sett-options input[type=checkbox]{margin-right:5px}.wpca-cc-sett-box.wpca-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(68,68,68,.75);-moz-box-shadow:2px 2px 5px 0 rgba(68,68,68,.75);box-shadow:2px 2px 5px 0 rgba(68,68,68,.75)}.wpca-cc-sett-box .wpca-btn-accept+.wpca-btn-cc-save-sett,.wpca-cc-sett-box .wpca-btn-cc-save-sett+.wpca-btn-accept{margin-left:15px}.wpca-cc-sett-box .wpca-cc-sett-options,.wpca-cc-sett-options+.wpca-btn{margin-top:15px}@media screen and (max-width:1180px){#wpca-bar.wpca-decline-has .wpca-lay-out-content{width:55%}#wpca-bar.wpca-decline-has .wpca-lay-out-meta{width:45%}#wpca-bar.wpca-cc-settings-has #wpca-bar-meta #wpca-icon-settings{width:30px}#wpca-bar.wpca-cc-settings-not.wpca-decline-not #wpca-bar-meta .wpca-btn{width:auto}#wpca-bar.wpca-cc-settings-not.wpca-decline-has #wpca-bar-meta .wpca-btn{width:49%}#wpca-bar.wpca-cc-settings-has.wpca-decline-not #wpca-bar-meta .wpca-btn{width:calc(98% - 30px)}#wpca-bar.wpca-cc-settings-has.wpca-decline-has #wpca-bar-meta .wpca-btn{width:calc(48% - 15px)}}@media screen and (max-width:1024px){.wpca-lay-out img{max-width:100%;height:auto}.wpca-lay-out .wpca-lay-out-content p{padding:0}.wpca-lay-out .wpca-lay-out-content *{font-size:14px;line-height:26px}#wpca-box{width:100%!important;margin:0!important;border-radius:0!important;min-height:10%!important}#wpca-bar[class*=wpca-decline] .wpca-lay-out-content,#wpca-bar[class*=wpca-decline] .wpca-lay-out-meta{display:block;width:100%}#wpca-bar[class*=wpca-decline] .wpca-lay-out-meta{padding-top:7px}#wpca-bar.wpca-decline-has .wpca-lay-out-meta{margin-top:10px}#wpca-bar.wpca-cc-settings-not.wpca-decline-not #wpca-bar-meta .wpca-btn{width:100%}#wpca-popup-modal{width:100%;height:100%;top:0;left:0;transform:none;max-width:100%!important;max-height:100%!important}#wpca-popup-modal .wpca-cc-sett-box{width:100%;height:100%;border-radius:0;padding:10px;overflow-y:auto}#wpca-popup-modal .wpca-cc-sett-box h1,#wpca-popup-modal .wpca-cc-sett-box h2,#wpca-popup-modal .wpca-cc-sett-box h3{margin-top:15px}#wpca-popup-modal .wpca-cc-sett-box p{font-size:14px;line-height:1.5}#wpca-popup-modal .wpca-cc-sett-box .wpie-switch{margin:0 0 10px}#wpca-popup-modal .wpca-cc-sett-box .wpie-switch-descr{margin-top:9px}}@media screen and (max-width:768px){.wpca-cc-sett-box .wpca-btn-accept,.wpca-cc-sett-box .wpca-btn-cc-save-sett{width:100%}.wpca-cc-sett-box .wpca-btn-accept+.wpca-btn-cc-save-sett,.wpca-cc-sett-box .wpca-btn-cc-save-sett+.wpca-btn-accept{margin-left:0;margin-top:7px}}@media screen and (max-height:375px),screen and (max-width:640px){#wpca-box.wpca-ct{top:0;left:0;transform:none;height:100%;z-index:99999}}@media screen and (max-width:415px){#wpca-bar[class*=wpca-decline] #wpca-bar-content,#wpca-bar[class*=wpca-decline] #wpca-bar-meta{width:100%}#wpca-bar.wpca-cc-settings-has #wpca-bar-meta #wpca-icon-settings,#wpca-box.wpca-cc-settings-has #wpca-box-meta #wpca-icon-settings{width:30px}#wpca-bar[class*=wpca-decline] #wpca-bar-meta .wpca-btn,#wpca-box[class*=wpca-decline] #wpca-box-meta .wpca-btn{display:block}#wpca-bar.wpca-cc-settings-has #wpca-bar-meta .wpca-btn,#wpca-box.wpca-cc-settings-has #wpca-box-meta .wpca-btn{display:inline-block}#wpca-bar.wpca-cc-settings-not[class*=wpca-decline] #wpca-bar-meta .wpca-btn,#wpca-box.wpca-cc-settings-not[class*=wpca-decline] #wpca-box-meta .wpca-btn{width:100%}#wpca-bar.wpca-cc-settings-has.wpca-decline-has #wpca-bar-meta .wpca-btn,#wpca-bar.wpca-cc-settings-has.wpca-decline-not #wpca-bar-meta .wpca-btn,#wpca-box.wpca-cc-settings-has.wpca-decline-has #wpca-box-meta .wpca-btn,#wpca-box.wpca-cc-settings-has.wpca-decline-not #wpca-box-meta .wpca-btn{width:calc(98% - 30px)}#wpca-bar.wpca-decline-has #wpca-bar-meta .wpca-btn+.wpca-btn,#wpca-box.wpca-decline-has #wpca-box-meta .wpca-btn+.wpca-btn{margin-top:2.5%}#wpca-bar.wpca-decline-has.wpca-cc-settings-has #wpca-bar-meta .wpca-btn+.wpca-btn,#wpca-box.wpca-decline-has.wpca-cc-settings-has #wpca-box-meta .wpca-btn+.wpca-btn{margin-left:calc(30px + 2%)}#wpca-bar.wpca-decline-has.wpca-cc-settings-not #wpca-bar-meta .wpca-btn+.wpca-btn,#wpca-box.wpca-decline-has.wpca-cc-settings-not #wpca-box-meta .wpca-btn+.wpca-btn{margin-left:0}}.wpie-switch label{position:relative;display:inline-block;width:40px;height:23px;margin:0;font-size:inherit;line-height:inherit}.wpie-switch input{opacity:0;width:0;height:0;font-size:inherit;line-height:inherit}.wpie-switch-slider{cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:23px;background-color:#ccc}.wpie-switch-slider,.wpie-switch-slider:before{position:absolute;-webkit-transition:.4s;transition:.4s}.wpie-switch-slider:before{content:"";height:17px;width:17px;left:3px;bottom:3px;border-radius:50%;background-color:#fff}input:checked+.wpie-switch-slider{background-color:#7cdf46}input:checked+.wpie-switch-slider:before{-webkit-transform:translateX(17px);-ms-transform:translateX(17px);transform:translateX(17px)}input:disabled:checked+.wpie-switch-slider{background-color:#ccc}input:disabled:checked+.wpie-switch-slider:before{background-color:#a7a3a3}.wpie-switch-label{margin-left:15px;font-weight:700}.wpie-switch-descr{margin-top:13px;display:block}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

.lcam-consingle-team-2 .media .heading,.lcam-consingle-team-3 .media .heading{text-transform:uppercase;font-weight:700}.lcam-widget-container a{-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-carousel-container{display:block;position:relative}.lcam-carousel-container ul.lcam-carousel{visibility:hidden;margin:0}.lcam-carousel-container.carousel-loaded ul.lcam-carousel{visibility:visible}.lcam-carousel-preloader{display:block;width:100%;height:100%;min-height:150px;position:absolute;top:0;left:0;z-index:99}.lcam-carousel-preloader.hide-preloader{display:none}.lcam-carousel-controller,.lcam-carousel-controller-bottom-center,.lcam-carousel-controller-bottom-left,.lcam-carousel-controller-bottom-right,.lcam-carousel-controller-center,.lcam-carousel-controller-center-hover,.lcam-carousel-controller-top-center,.lcam-carousel-controller-top-left,.lcam-carousel-controller-top-right{display:block}.lcam-carousel-controller .lcam-carousel-to-next,.lcam-carousel-controller .lcam-carousel-to-prev,.lcam-carousel-controller-bottom-center .lcam-carousel-to-next,.lcam-carousel-controller-bottom-center .lcam-carousel-to-prev,.lcam-carousel-controller-bottom-left .lcam-carousel-to-next,.lcam-carousel-controller-bottom-left .lcam-carousel-to-prev,.lcam-carousel-controller-bottom-right .lcam-carousel-to-next,.lcam-carousel-controller-bottom-right .lcam-carousel-to-prev,.lcam-carousel-controller-center .lcam-carousel-to-next,.lcam-carousel-controller-center .lcam-carousel-to-prev,.lcam-carousel-controller-center-hover .lcam-carousel-to-next,.lcam-carousel-controller-center-hover .lcam-carousel-to-prev,.lcam-carousel-controller-top-center .lcam-carousel-to-next,.lcam-carousel-controller-top-center .lcam-carousel-to-prev,.lcam-carousel-controller-top-left .lcam-carousel-to-next,.lcam-carousel-controller-top-left .lcam-carousel-to-prev,.lcam-carousel-controller-top-right .lcam-carousel-to-next,.lcam-carousel-controller-top-right .lcam-carousel-to-prev{display:inline-block;padding:10px 15px;color:#fafafa;background:#262626;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.lcam-carousel-controller .lcam-carousel-to-next:hover,.lcam-carousel-controller .lcam-carousel-to-prev:hover,.lcam-carousel-controller-bottom-center .lcam-carousel-to-next:hover,.lcam-carousel-controller-bottom-center .lcam-carousel-to-prev:hover,.lcam-carousel-controller-bottom-left .lcam-carousel-to-next:hover,.lcam-carousel-controller-bottom-left .lcam-carousel-to-prev:hover,.lcam-carousel-controller-bottom-right .lcam-carousel-to-next:hover,.lcam-carousel-controller-bottom-right .lcam-carousel-to-prev:hover,.lcam-carousel-controller-center .lcam-carousel-to-next:hover,.lcam-carousel-controller-center .lcam-carousel-to-prev:hover,.lcam-carousel-controller-center-hover .lcam-carousel-to-next:hover,.lcam-carousel-controller-center-hover .lcam-carousel-to-prev:hover,.lcam-carousel-controller-top-center .lcam-carousel-to-next:hover,.lcam-carousel-controller-top-center .lcam-carousel-to-prev:hover,.lcam-carousel-controller-top-left .lcam-carousel-to-next:hover,.lcam-carousel-controller-top-left .lcam-carousel-to-prev:hover,.lcam-carousel-controller-top-right .lcam-carousel-to-next:hover,.lcam-carousel-controller-top-right .lcam-carousel-to-prev:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-carousel-controller-bottom-left{margin-top:15px;text-align:left}.lcam-carousel-controller-bottom-center{margin-top:15px;text-align:center}.lcam-carousel-controller-bottom-right{margin-top:15px;text-align:right}.lcam-carousel-controller-top-left{margin-bottom:15px;text-align:left}.lcam-carousel-controller-top-center{margin-bottom:15px;text-align:center}.lcam-carousel-controller-top-right{margin-bottom:15px;text-align:right}.lcam-carousel-controller-center,.lcam-carousel-controller-center-hover{position:absolute;top:50%;left:0;width:100%}.lcam-carousel-controller-center .lcam-carousel-to-next,.lcam-carousel-controller-center .lcam-carousel-to-prev,.lcam-carousel-controller-center-hover .lcam-carousel-to-next,.lcam-carousel-controller-center-hover .lcam-carousel-to-prev{position:absolute;left:0;z-index:5;padding:20px 15px;margin:-25px 0 0}.lcam-carousel-controller-center .lcam-carousel-to-next,.lcam-carousel-controller-center-hover .lcam-carousel-to-next{left:auto;right:0}.lcam-carousel-controller-center-hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-moz-transition-property:opacity;-webkit-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-carousel-container:hover .lcam-carousel-controller-center-hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-consingle .media-image,.lcam-consingle-default .media-image,.lcam-consingle-portfolio-1 .media-image,.lcam-consingle-portfolio-2 .media-image,.lcam-consingle-service-1 .media-image,.lcam-consingle-service-2 .media-image,.lcam-consingle-team-1 .media-image,.lcam-consingle-team-2 .media-image,.lcam-consingle-team-3 .media-image{overflow:hidden}.lcam-consingle .media-image img,.lcam-consingle-default .media-image img,.lcam-consingle-portfolio-1 .media-image img,.lcam-consingle-portfolio-2 .media-image img,.lcam-consingle-service-1 .media-image img,.lcam-consingle-service-2 .media-image img,.lcam-consingle-team-1 .media-image img,.lcam-consingle-team-2 .media-image img,.lcam-consingle-team-3 .media-image img{-moz-transition-property:transform;-webkit-transition-property:transform;-o-transition-property:transform;-ms-transition-property:transform;transition-property:transform;-moz-transition-duration:7.5s;-webkit-transition-duration:7.5s;-o-transition-duration:7.5s;-ms-transition-duration:7.5s;transition-duration:7.5s;width:100%;height:auto}.lcam-consingle .media-image:hover img,.lcam-consingle-default .media-image:hover img,.lcam-consingle-portfolio-1 .media-image:hover img,.lcam-consingle-portfolio-2 .media-image:hover img,.lcam-consingle-service-1 .media-image:hover img,.lcam-consingle-service-2 .media-image:hover img,.lcam-consingle-team-1 .media-image:hover img,.lcam-consingle-team-2 .media-image:hover img,.lcam-consingle-team-3 .media-image:hover img{-moz-transform:scale(1.15);-o-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}.lcam-consingle .heading .fa,.lcam-consingle-default .heading .fa,.lcam-consingle-portfolio-1 .heading .fa,.lcam-consingle-portfolio-2 .heading .fa,.lcam-consingle-service-1 .heading .fa,.lcam-consingle-service-2 .heading .fa,.lcam-consingle-team-1 .heading .fa,.lcam-consingle-team-2 .heading .fa,.lcam-consingle-team-3 .heading .fa{display:inline-block;margin-right:10px}.lcam-consingle .media.small .heading .fa,.lcam-consingle-default .media.small .heading .fa,.lcam-consingle-portfolio-1 .media.small .heading .fa,.lcam-consingle-portfolio-2 .media.small .heading .fa,.lcam-consingle-service-1 .media.small .heading .fa,.lcam-consingle-service-2 .media.small .heading .fa,.lcam-consingle-team-1 .media.small .heading .fa,.lcam-consingle-team-2 .media.small .heading .fa,.lcam-consingle-team-3 .media.small .heading .fa{margin-right:7px}.lcam-consingle .media.large .heading .fa,.lcam-consingle-default .media.large .heading .fa,.lcam-consingle-portfolio-1 .media.large .heading .fa,.lcam-consingle-portfolio-2 .media.large .heading .fa,.lcam-consingle-service-1 .media.large .heading .fa,.lcam-consingle-service-2 .media.large .heading .fa,.lcam-consingle-team-1 .media.large .heading .fa,.lcam-consingle-team-2 .media.large .heading .fa,.lcam-consingle-team-3 .media.large .heading .fa{margin-right:15px}.lcam-consingle .excerpt ul.social-links,.lcam-consingle-default .excerpt ul.social-links,.lcam-consingle-portfolio-1 .excerpt ul.social-links,.lcam-consingle-portfolio-2 .excerpt ul.social-links,.lcam-consingle-service-1 .excerpt ul.social-links,.lcam-consingle-service-2 .excerpt ul.social-links,.lcam-consingle-team-1 .excerpt ul.social-links,.lcam-consingle-team-2 .excerpt ul.social-links,.lcam-consingle-team-3 .excerpt ul.social-links{display:block;margin:10px 0 0;padding:0;list-style:none}.lcam-consingle-portfolio-1.has-image .media.image-top .media-body,.lcam-consingle-portfolio-2.has-image .media.image-top .media-body{margin-top:0}.lcam-consingle .excerpt ul.social-links>li,.lcam-consingle-default .excerpt ul.social-links>li,.lcam-consingle-portfolio-1 .excerpt ul.social-links>li,.lcam-consingle-portfolio-2 .excerpt ul.social-links>li,.lcam-consingle-service-1 .excerpt ul.social-links>li,.lcam-consingle-service-2 .excerpt ul.social-links>li,.lcam-consingle-team-1 .excerpt ul.social-links>li,.lcam-consingle-team-2 .excerpt ul.social-links>li,.lcam-consingle-team-3 .excerpt ul.social-links>li{display:inline-block;margin:0;padding:0}.lcam-consingle .excerpt ul.social-links a,.lcam-consingle-default .excerpt ul.social-links a,.lcam-consingle-portfolio-1 .excerpt ul.social-links a,.lcam-consingle-portfolio-2 .excerpt ul.social-links a,.lcam-consingle-service-1 .excerpt ul.social-links a,.lcam-consingle-service-2 .excerpt ul.social-links a,.lcam-consingle-team-1 .excerpt ul.social-links a,.lcam-consingle-team-2 .excerpt ul.social-links a,.lcam-consingle-team-3 .excerpt ul.social-links a{display:block;padding:3px 7px;color:#3F4041}.lcam-consingle .excerpt ul.social-links a:hover,.lcam-consingle-default .excerpt ul.social-links a:hover,.lcam-consingle-portfolio-1 .excerpt ul.social-links a:hover,.lcam-consingle-portfolio-2 .excerpt ul.social-links a:hover,.lcam-consingle-service-1 .excerpt ul.social-links a:hover,.lcam-consingle-service-2 .excerpt ul.social-links a:hover,.lcam-consingle-team-1 .excerpt ul.social-links a:hover,.lcam-consingle-team-2 .excerpt ul.social-links a:hover,.lcam-consingle-team-3 .excerpt ul.social-links a:hover{color:#fafafa;background:#3F4041}.lcam-consingle .invert .excerpt ul.social-links a,.lcam-consingle-default .invert .excerpt ul.social-links a,.lcam-consingle-portfolio-1 .invert .excerpt ul.social-links a,.lcam-consingle-portfolio-2 .invert .excerpt ul.social-links a,.lcam-consingle-service-1 .invert .excerpt ul.social-links a,.lcam-consingle-service-2 .invert .excerpt ul.social-links a,.lcam-consingle-team-1 .invert .excerpt ul.social-links a,.lcam-consingle-team-2 .invert .excerpt ul.social-links a,.lcam-consingle-team-3 .invert .excerpt ul.social-links a{color:#fafafa}.lcam-consingle .invert .excerpt ul.social-links a:hover,.lcam-consingle-default .invert .excerpt ul.social-links a:hover,.lcam-consingle-portfolio-1 .invert .excerpt ul.social-links a:hover,.lcam-consingle-portfolio-2 .invert .excerpt ul.social-links a:hover,.lcam-consingle-service-1 .invert .excerpt ul.social-links a:hover,.lcam-consingle-service-2 .invert .excerpt ul.social-links a:hover,.lcam-consingle-team-1 .invert .excerpt ul.social-links a:hover,.lcam-consingle-team-2 .invert .excerpt ul.social-links a:hover,.lcam-consingle-team-3 .invert .excerpt ul.social-links a:hover{color:#3F4041;background:#fafafa}.lcam-consingle-portfolio-1 .media.image-top{display:block;position:relative}.lcam-consingle-portfolio-1 .media.image-top .media-body{display:block;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:rgba(0,0,0,.75);color:#fafafa;padding:20px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}@media (max-width:999px){.lcam-consingle-portfolio-1 .media.image-top .media-body{position:relative;top:auto;left:auto;background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1;color:#262626}}.lcam-consingle-portfolio-1 .media.image-top .heading{font-weight:700;color:#fafafa;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);transition:.2s all ease-in-out .1s}.lcam-consingle-portfolio-1 .media.image-top .heading a{color:#fafafa}.lcam-consingle-portfolio-1 .media.image-top .excerpt{font-size:.875em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);transition:transform .2s ease-in-out .2s,opacity .2s ease-in-out .25s}.lcam-consingle-portfolio-1 .media.image-top .button{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);transition:transform .2s ease-in-out .3s,opacity .2s ease-in-out .35s}.lcam-consingle-portfolio-1 .media.image-top:hover .media-body{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-consingle-portfolio-1 .media.image-top:hover .button,.lcam-consingle-portfolio-1 .media.image-top:hover .excerpt,.lcam-consingle-portfolio-1 .media.image-top:hover .heading{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}@media (max-width:999px){.lcam-consingle-portfolio-1 .media.image-top .heading,.lcam-consingle-portfolio-1 .media.image-top .heading a{color:#262626}.lcam-consingle-portfolio-1 .media.image-top .button,.lcam-consingle-portfolio-1 .media.image-top .excerpt,.lcam-consingle-portfolio-1 .media.image-top .heading,[id*=carousel-mojo-].carousel_mojo_sc .lcam-consingle-portfolio-1 .media.image-top .button{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}}.lcam-consingle-portfolio-2 .media.image-top{display:block;position:relative}.lcam-consingle-portfolio-2 .media.image-top:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:rgba(0,0,0,.35);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-consingle-portfolio-2 .media.image-top .media-image img{transition:.2s all ease-in-out .2s}.lcam-consingle-portfolio-2 .media.image-top .media-body{display:block;position:absolute;bottom:0;left:0;z-index:3;width:100%;color:#fafafa;padding:15px 20px;background:#3F4041;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;transition:transform .1s ease-in-out .1s,opacity .2s ease-in-out .15s;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}.lcam-consingle-portfolio-2 .media.image-top .heading{font-weight:700;color:#fafafa}.lcam-consingle-portfolio-2 .media.image-top .heading a{color:#fafafa}.lcam-consingle-portfolio-2 .media.image-top .excerpt{margin-top:2px;font-size:.875em}.lcam-consingle-portfolio-2 .media.image-top .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-consingle-portfolio-2 .media.image-top .button{background:0 0;color:#EBAD12;border:2px solid #EBAD12;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);transition:.3s all ease-in-out .35s}.lcam-consingle-portfolio-2 .media.image-top .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-consingle-portfolio-2 .media.image-top .button:hover{color:#3F4041;background:#EBAD12}.lcam-consingle-portfolio-2 .media.image-top:hover:after{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-consingle-portfolio-2 .media.image-top:hover .media-image img{-webkit-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0)}.lcam-consingle-portfolio-2 .media.image-top:hover .button,.lcam-consingle-portfolio-2 .media.image-top:hover .media-body,[id*=carousel-mojo-].carousel_mojo_sc .lcam-consingle-portfolio-2 .media.image-top:hover .button{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lcam-consingle-service-1 .media .media-body{padding:20px}.lcam-consingle-service-1 .media .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-consingle-service-1 .media .button{background:0 0;color:#262626;border:2px solid #262626}.lcam-consingle-service-1 .media .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-consingle-service-1 .media .button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=65);opacity:.65}.lcam-consingle-service-2 .media .heading{text-align:center}.lcam-consingle-service-2 .media .heading .fa{display:block;width:2em;height:2em;line-height:2em;text-align:center;margin:0 auto 10px;background:rgba(0,0,0,.85);color:#fff;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%}.lcam-consingle-service-2 .media .heading .fa:after{display:table;content:" ";clear:both}.lcam-consingle-service-2 .media.text-right .heading{text-align:center}.lcam-consingle-service-2 .media.small .heading .fa{margin:0 auto 7px}.lcam-consingle-service-2 .media.large .heading .fa{width:3em;height:3em;line-height:3em;margin:0 auto 15px}.lcam-consingle-service-2 .media.invert .heading .fa{background:#fafafa;color:rgba(0,0,0,.85)}.lcam-consingle-team-1 .media.image-top{display:block;position:relative}.lcam-consingle-team-1 .media.image-top .media-image img{filter:gray;filter:grayscale(1);-webkit-filter:grayscale(1);-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.5s;-webkit-transition-duration:.5s;-o-transition-duration:.5s;-ms-transition-duration:.5s;transition-duration:.5s}.lcam-consingle-team-1 .media.image-top .media-body{display:block;position:absolute;bottom:0;left:0;z-index:2;width:100%;color:#fafafa;padding:10px 20px;background:rgba(0,0,0,.35);-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-consingle-team-2 .media .media-body,.lcam-consingle-team-3 .media .media-body{padding:15px 10px}.lcam-consingle-team-1 .media.image-top .heading{font-weight:700;color:#fafafa}.lcam-consingle-team-1 .media.image-top .heading a{color:#fafafa}.lcam-consingle-team-1 .media.image-top .excerpt{margin-top:2px;font-size:.875em}.lcam-consingle-team-1 .media.image-top .excerpt ul.social-links{margin:5px 0 0}.lcam-consingle-team-1.has-image .media.image-top .media-body,.lcam-consingle-team-2.has-image .media.image-top .media-body,.lcam-consingle-team-3.has-image .media.image-top .media-body{margin-top:0}.lcam-consingle-team-1 .media.image-top .excerpt ul.social-links a{color:#fafafa}.lcam-consingle-team-1 .media.image-top .excerpt ul.social-links a:hover{color:#3F4041;background:#fafafa}.lcam-consingle-team-1 .media.image-top:hover .media-image img{filter:none;-webkit-filter:grayscale(0)}.lcam-consingle-team-2 .media{display:block;position:relative}.lcam-consingle-team-3 .media{display:block;position:relative}.lcam-consingle-team-3 .media .media-image.image-rounded{max-width:150px}.lcam-consingle-team-3 .media .media-image.image-rounded:hover img{-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}.lcam-posingle,.lcam-posingle-style-1,.lcam-posingle-style-2,.lcam-posingle-style-3,.lcam-posingle-style-4{display:block}.lcam-posingle.with-overlay .copy,.with-overlay.lcam-posingle-style-1 .copy,.with-overlay.lcam-posingle-style-2 .copy,.with-overlay.lcam-posingle-style-3 .copy,.with-overlay.lcam-posingle-style-4 .copy{display:none}.lcam-posingle-list,.lcam-posingle-list-style-1,.lcam-posingle-list-style-2,.lcam-posingle-list-style-3,.lcam-posingle-list-style-4{display:block;padding:2%}.lcam-posingle-list header.section-title,.lcam-posingle-list-style-1 header.section-title,.lcam-posingle-list-style-2 header.section-title,.lcam-posingle-list-style-3 header.section-title,.lcam-posingle-list-style-4 header.section-title{margin-bottom:15px}.lcam-posingle-style-2 .thumbnail-body .heading{font-weight:700}.lcam-posingle-style-2 .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-2 .thumbnail-body .button{margin-top:10px;background:0 0;border:2px solid #262626;color:#262626;padding:9pt 20px;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.lcam-posingle-style-2 .thumbnail-body .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-2 .thumbnail-body .button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-posingle-style-2 .meta-info{margin-top:3%}.lcam-posingle-style-2 .meta-info .meta-item{display:inline-block;margin:0 10px 5px 0}.lcam-posingle-style-2.with-overlay .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-2.with-overlay .thumbnail-body .button{padding:8px 20px;border:2px solid #fafafa;color:#fafafa}.lcam-posingle-style-2.with-overlay .meta-info,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-2.with-overlay .meta-info{display:block;margin-top:3%;text-align:center}.lcam-posingle-style-2.with-overlay .meta-info .meta-item,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-2.with-overlay .meta-info .meta-item{margin:0;color:#fafafa}.lcam-posingle-style-2.invert .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-2.invert .thumbnail-body .button{border-color:#fafafa;color:#fafafa}.lcam-posingle-list-style-2 .meta-info{margin-top:3%}.lcam-posingle-list-style-2 .meta-info .meta-item,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-2 .meta-info .meta-item{display:inline-block;margin:0 10px 5px 0}.lcam-posingle-list-style-2 header.section-title .heading{font-weight:700}.lcam-posingle-list-style-2 .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-2 .button{margin-top:10px;background:0 0;border:2px solid #262626;color:#262626;padding:9pt 20px;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.lcam-posingle-list-style-2 .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-2 .button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-posingle-list-style-2 .copy{padding-top:3%;border-top:1px solid #ddd}.lcam-posingle-list-style-2.invert .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-2.invert .button{border-color:#fafafa;color:#fafafa}.lcam-posingle-list-style-2.invert .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-2.invert .button:hover{background:#fafafa;color:#262626}.lcam-posingle-style-3{position:relative}.lcam-posingle-style-3 .lcam-posingle-date{position:absolute;top:0;right:0;z-index:3;padding:5px 9pt;background:#262626;color:#fafafa;font-size:.875em}.lcam-posingle-style-3 .lcam-posingle-date p{margin:0}.lcam-posingle-style-3 .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-3 .thumbnail-body .button{display:block;width:100%;margin-top:10px;background:0 0;border:2px solid #262626;color:#262626;padding:10px 5px;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-posingle-style-3 .thumbnail-body .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-3 .thumbnail-body .button:hover{background:#262626;color:#fafafa}.lcam-posingle-style-3 .thumbnail-body .lcam-posingle-author{font-size:.75em;margin-bottom:10px}.lcam-posingle-style-3 .copy{padding-top:3%;border-top:1px solid rgba(0,0,0,.15);font-size:1.3rem}.lcam-posingle-style-3 .meta-info{margin-top:3%}.lcam-posingle-style-3 .meta-info .meta-item{display:inline-block;margin:0 10px 5px 0}.lcam-posingle-style-3.with-overlay .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-3.with-overlay .thumbnail-body .button{display:inline-block;width:auto;padding:5px 15px;border:2px solid #fafafa;color:#fafafa}.lcam-posingle-style-3.with-overlay .thumbnail-body .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-3.with-overlay .thumbnail-body .button:hover{background:#fafafa;color:#262626}.lcam-posingle-style-3.with-overlay .thumbnail-body .lcam-posingle-author,.lcam-posingle-style-3.with-overlay .thumbnail-body .lcam-posingle-author a{color:#fafafa}.lcam-posingle-style-3.invert .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-3.invert .thumbnail-body .button{border-color:#fafafa;color:#fafafa}.lcam-posingle-style-3.invert .thumbnail-body .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-3.invert .thumbnail-body .button:hover{background:#fafafa;color:#262626}.lcam-posingle-style-3.invert .copy{border-top:1px solid rgba(255,255,255,.15)}.lcam-posingle-list-style-3{position:relative}.lcam-posingle-list-style-3 header.section-title{margin-bottom:8px}.lcam-posingle-list-style-3 .lcam-posingle-date{position:absolute;top:0;left:0;z-index:3;padding:5px 9pt;background:#262626;color:#fafafa;font-size:.875em}.lcam-posingle-list-style-3 .lcam-posingle-date p{margin:0}.lcam-posingle-list-style-3 .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-3 .button{background:0 0;border:2px solid #262626;color:#262626;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-posingle-list-style-3 .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-3 .button:hover{background:#262626;color:#fafafa}.lcam-posingle-list-style-3 .lcam-posingle-author{margin-bottom:10px}.lcam-posingle-list-style-3 .copy{padding-top:3%;border-top:1px solid rgba(0,0,0,.15)}.lcam-posingle-list-style-3 .meta-info{margin-top:3%}.lcam-posingle-list-style-3 .meta-info .meta-item{display:inline-block;margin:0 10px 5px 0}.lcam-posingle-list-style-3.invert .copy{border-top:1px solid rgba(255,255,255,.15)}.lcam-posingle-list-style-3.invert .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-3.invert .button{border-color:#fafafa;color:#fafafa}.lcam-posingle-list-style-3.invert .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-3.invert .button:hover{background:#fafafa;color:#262626}.lcam-posingle-list-style-3.invert .lcam-posingle-author,.lcam-posingle-list-style-3.invert .lcam-posingle-author a{color:#fafafa}.lcam-posingle-style-4 .thumbnail-body .heading{font-weight:700}.lcam-posingle-style-4 .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4 .thumbnail-body .button{float:right;margin-top:10px;background:0 0;border:none;color:#262626;padding:0;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.lcam-posingle-style-4 .thumbnail-body .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4 .thumbnail-body .button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-posingle-style-4 .thumbnail-body .button:before,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4 .thumbnail-body .button:before{display:inline-block;font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:"";margin-right:10px}.lcam-posingle-style-4 .thumbnail-body:after{display:table;content:" ";clear:both}.lcam-posingle-style-4 .copy{padding-top:3%;border-top:1px solid rgba(0,0,0,.15);font-size:1.3rem}.lcam-posingle-style-4 .meta-info{margin-top:3%}.lcam-posingle-style-4 .meta-info .meta-item,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4 .meta-info .meta-item{display:inline-block;margin:0 10px 5px 0}.lcam-posingle-style-4.with-overlay .thumbnail-body{visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1;padding:0;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;background:0 0}.lcam-posingle-style-4.with-overlay .thumbnail-body .overlay{padding:20px;background:rgba(0,0,0,.65)}.lcam-posingle-style-4.with-overlay .thumbnail-body .heading{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-posingle-style-4.with-overlay .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4.with-overlay .thumbnail-body .button{display:none;float:none;margin-top:0;padding:5px 15px;background:#fafafa;color:#262626;text-shadow:none;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}.lcam-posingle-style-4.invert:not(.with-overlay) .thumbnail-body .button,.lcam-posingle-style-4.with-overlay .meta-info .meta-item,.lcam-posingle-style-4.with-overlay .thumbnail-body .lcam-posingle-author,.lcam-posingle-style-4.with-overlay .thumbnail-body .lcam-posingle-author a,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4.invert:not(.with-overlay) .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4.with-overlay .meta-info .meta-item{color:#fafafa}.lcam-posingle-style-4.with-overlay .thumbnail-body:after{display:none}.lcam-posingle-style-4.with-overlay .meta-info,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4.with-overlay .meta-info{display:block}.lcam-posingle-style-4.with-overlay:hover .thumbnail-body .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-4.with-overlay:hover .thumbnail-body .button{display:inline-block}.lcam-posingle-style-4.invert:not(.with-overlay) .copy{border-top:1px solid rgba(255,255,255,.15)}.lcam-posingle-list-style-4 header.section-title{margin-bottom:8px;font-weight:700}.lcam-posingle-list-style-4 .copy{padding-top:3%;border-top:1px solid rgba(0,0,0,.15)}.lcam-posingle-list-style-4 .meta-info{margin-top:3%}.lcam-posingle-list-style-4 .meta-info .meta-item{display:inline-block;margin:0 10px 5px 0}.lcam-posingle-list-style-4 .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-4 .button{margin-top:10px;background:0 0;border:none;color:#262626;padding:0;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.lcam-posingle-list-style-4 .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-4 .button:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1;background:0 0}.lcam-posingle-list-style-4 .button:before,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-4 .button:before{display:inline-block;font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:"";margin-right:10px}.lcam-posingle-list-style-4.invert .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-list-style-4.invert .button{color:#fafafa}.lcam-posingle-list-style-4.invert .copy{border-top:1px solid rgba(255,255,255,.15)}.lcam-prosingle,.lcam-prosingle-list,.lcam-prosingle-list-style-1,.lcam-prosingle-list-style-2,.lcam-prosingle-list-style-3,.lcam-prosingle-list-style-4,.lcam-prosingle-style-1,.lcam-prosingle-style-2,.lcam-prosingle-style-3,.lcam-prosingle-style-4,.lcam-prosingle-style-5{display:block;position:relative}.lcam-prosingle .lcam-prosingle-salesbadge,.lcam-prosingle-list .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-1 .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-2 .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-3 .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-4 .lcam-prosingle-salesbadge,.lcam-prosingle-style-1 .lcam-prosingle-salesbadge,.lcam-prosingle-style-2 .lcam-prosingle-salesbadge,.lcam-prosingle-style-3 .lcam-prosingle-salesbadge,.lcam-prosingle-style-4 .lcam-prosingle-salesbadge,.lcam-prosingle-style-5 .lcam-prosingle-salesbadge{display:inline-block;position:absolute;top:10px;right:10px;z-index:10}.lcam-prosingle .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-list .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-list-style-1 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-list-style-2 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-list-style-3 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-list-style-4 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-style-1 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-style-2 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-style-3 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-style-4 .lcam-prosingle-salesbadge .onsale,.lcam-prosingle-style-5 .lcam-prosingle-salesbadge .onsale{display:inline-block;padding:4px 9pt;background:rgba(0,0,0,.2);color:#fff;font-size:.8666666667em;font-weight:600;border-radius:75pt;-moz-border-radius:75pt;-webkit-border-radius:75pt}.lcam-prosingle .lcam-prosingle-thumbnail img,.lcam-prosingle-list .lcam-prosingle-thumbnail img,.lcam-prosingle-list-style-1 .lcam-prosingle-thumbnail img,.lcam-prosingle-list-style-2 .lcam-prosingle-thumbnail img,.lcam-prosingle-list-style-3 .lcam-prosingle-thumbnail img,.lcam-prosingle-list-style-4 .lcam-prosingle-thumbnail img,.lcam-prosingle-style-1 .lcam-prosingle-thumbnail img,.lcam-prosingle-style-2 .lcam-prosingle-thumbnail img,.lcam-prosingle-style-3 .lcam-prosingle-thumbnail img,.lcam-prosingle-style-4 .lcam-prosingle-thumbnail img,.lcam-prosingle-style-5 .lcam-prosingle-thumbnail img{display:block;width:100%;height:auto}.lcam-prosingle .lcam-prosingle-ratings,.lcam-prosingle-list .lcam-prosingle-ratings,.lcam-prosingle-list-style-1 .lcam-prosingle-ratings,.lcam-prosingle-list-style-2 .lcam-prosingle-ratings,.lcam-prosingle-list-style-3 .lcam-prosingle-ratings,.lcam-prosingle-list-style-4 .lcam-prosingle-ratings,.lcam-prosingle-style-1 .lcam-prosingle-ratings,.lcam-prosingle-style-2 .lcam-prosingle-ratings,.lcam-prosingle-style-3 .lcam-prosingle-ratings,.lcam-prosingle-style-4 .lcam-prosingle-ratings,.lcam-prosingle-style-5 .lcam-prosingle-ratings{display:block;margin-top:7px}.lcam-prosingle .lcam-prosingle-ratings .star-rating,.lcam-prosingle-list .lcam-prosingle-ratings .star-rating,.lcam-prosingle-list-style-1 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-list-style-2 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-list-style-3 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-list-style-4 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-style-1 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-style-2 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-style-3 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-style-4 .lcam-prosingle-ratings .star-rating,.lcam-prosingle-style-5 .lcam-prosingle-ratings .star-rating{display:inline-block}.lcam-prosingle .lcam-prosingle-price,.lcam-prosingle-list .lcam-prosingle-price,.lcam-prosingle-list-style-1 .lcam-prosingle-price,.lcam-prosingle-list-style-2 .lcam-prosingle-price,.lcam-prosingle-list-style-3 .lcam-prosingle-price,.lcam-prosingle-list-style-4 .lcam-prosingle-price,.lcam-prosingle-style-1 .lcam-prosingle-price,.lcam-prosingle-style-2 .lcam-prosingle-price,.lcam-prosingle-style-3 .lcam-prosingle-price,.lcam-prosingle-style-4 .lcam-prosingle-price,.lcam-prosingle-style-5 .lcam-prosingle-price{display:block;margin-top:7px}.lcam-prosingle .excerpt,.lcam-prosingle-list .excerpt,.lcam-prosingle-list-style-1 .excerpt,.lcam-prosingle-list-style-2 .excerpt,.lcam-prosingle-list-style-3 .excerpt,.lcam-prosingle-list-style-4 .excerpt,.lcam-prosingle-style-1 .excerpt,.lcam-prosingle-style-2 .excerpt,.lcam-prosingle-style-3 .excerpt,.lcam-prosingle-style-4 .excerpt,.lcam-prosingle-style-5 .excerpt{margin-top:7px}.lcam-prosingle .thumbnail-body .button,.lcam-prosingle-list .thumbnail-body .button,.lcam-prosingle-list-style-1 .thumbnail-body .button,.lcam-prosingle-list-style-2 .thumbnail-body .button,.lcam-prosingle-list-style-3 .thumbnail-body .button,.lcam-prosingle-list-style-4 .thumbnail-body .button,.lcam-prosingle-style-1 .thumbnail-body .button,.lcam-prosingle-style-2 .thumbnail-body .button,.lcam-prosingle-style-3 .thumbnail-body .button,.lcam-prosingle-style-4 .thumbnail-body .button,.lcam-prosingle-style-5 .thumbnail-body .button{margin-top:0}.lcam-prosingle .lcam-prosingle-button,.lcam-prosingle-list .lcam-prosingle-button,.lcam-prosingle-list-style-1 .lcam-prosingle-button,.lcam-prosingle-list-style-2 .lcam-prosingle-button,.lcam-prosingle-list-style-3 .lcam-prosingle-button,.lcam-prosingle-list-style-4 .lcam-prosingle-button,.lcam-prosingle-style-1 .lcam-prosingle-button,.lcam-prosingle-style-2 .lcam-prosingle-button,.lcam-prosingle-style-3 .lcam-prosingle-button,.lcam-prosingle-style-4 .lcam-prosingle-button,.lcam-prosingle-style-5 .lcam-prosingle-button{display:block;margin-top:15px}.lcam-prosingle .lcam-prosingle-button .added_to_cart,.lcam-prosingle-list .lcam-prosingle-button .added_to_cart,.lcam-prosingle-list-style-1 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-list-style-2 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-list-style-3 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-list-style-4 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-style-1 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-style-2 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-style-3 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-style-4 .lcam-prosingle-button .added_to_cart,.lcam-prosingle-style-5 .lcam-prosingle-button .added_to_cart{display:inline-block;padding:5px 15px;background:#262626;color:#fafafa;text-align:center;vertical-align:middle;font-weight:700;cursor:pointer}.lcam-prosingle .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-list .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-list-style-1 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-list-style-2 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-list-style-3 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-list-style-4 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-style-1 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-style-2 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-style-3 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-style-4 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle-style-5 .lcam-prosingle-button .added_to_cart:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.invert.lcam-prosingle-list .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-list-style-1 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-list-style-2 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-list-style-3 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-list-style-4 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-style-1 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-style-2 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-style-3 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-style-4 .lcam-prosingle-button .added_to_cart,.invert.lcam-prosingle-style-5 .lcam-prosingle-button .added_to_cart,.lcam-prosingle.invert .lcam-prosingle-button .added_to_cart{background:#fafafa;color:#262626}.invert.lcam-prosingle-list .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-list-style-1 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-list-style-2 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-list-style-3 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-list-style-4 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-style-1 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-style-2 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-style-3 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-style-4 .lcam-prosingle-button .added_to_cart:hover,.invert.lcam-prosingle-style-5 .lcam-prosingle-button .added_to_cart:hover,.lcam-prosingle.invert .lcam-prosingle-button .added_to_cart:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.lcam-prosingle-list,.lcam-prosingle-list-style-1,.lcam-prosingle-list-style-2,.lcam-prosingle-list-style-3,.lcam-prosingle-list-style-4{padding:2%}.lcam-prosingle-list .heading,.lcam-prosingle-list-style-1 .heading,.lcam-prosingle-list-style-2 .heading,.lcam-prosingle-list-style-3 .heading,.lcam-prosingle-list-style-4 .heading{font-size:2.5rem}.lcam-prosingle-list .lcam-prosingle-thumbnail,.lcam-prosingle-list-style-1 .lcam-prosingle-thumbnail,.lcam-prosingle-list-style-2 .lcam-prosingle-thumbnail,.lcam-prosingle-list-style-3 .lcam-prosingle-thumbnail,.lcam-prosingle-list-style-4 .lcam-prosingle-thumbnail{position:relative}.lcam-prosingle-list .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-1 .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-2 .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-3 .lcam-prosingle-salesbadge,.lcam-prosingle-list-style-4 .lcam-prosingle-salesbadge{left:10px;right:auto}[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list .lcam-prosingle-button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-1 .lcam-prosingle-button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-2 .lcam-prosingle-button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-3 .lcam-prosingle-button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-4 .lcam-prosingle-button{margin-top:10px}.lcam-prosingle-style-1.invert .lcam-prosingle-price .price .amount,.lcam-prosingle-style-1.with-overlay .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-style-1.invert .lcam-prosingle-price .price del .amount,.lcam-prosingle-style-1.with-overlay .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-1.invert .lcam-prosingle-button .button,.lcam-prosingle-style-1.with-overlay .lcam-prosingle-button .button{background:0 0;border:2px solid #fafafa;color:#fafafa}.lcam-prosingle-style-1.invert .lcam-prosingle-button .button:hover,.lcam-prosingle-style-1.with-overlay .lcam-prosingle-button .button:hover{background:#fafafa;color:#262626}.lcam-prosingle-style-2 .lcam-prosingle-salesbadge .onsale{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;background:0 0;border:2px solid #262626;color:#262626;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-prosingle-style-2 .lcam-prosingle-thumbnail{overflow:hidden}.lcam-prosingle-style-2 .lcam-prosingle-thumbnail img{display:block;-moz-transition-property:transform;-webkit-transition-property:transform;-o-transition-property:transform;-ms-transition-property:transform;transition-property:transform;-moz-transition-duration:7.5s;-webkit-transition-duration:7.5s;-o-transition-duration:7.5s;-ms-transition-duration:7.5s;transition-duration:7.5s}.lcam-prosingle-style-2 .lcam-prosingle-thumbnail:hover img{-moz-transform:scale(1.15);-o-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}.lcam-prosingle-style-2 .lcam-prosingle-price .price .amount{font-weight:700;color:#262626}.lcam-prosingle-style-2 .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-2 .button{background:0 0;border:2px solid #262626;color:#262626}.lcam-prosingle-style-2 .button:hover{background:#262626;color:#fafafa}.lcam-prosingle-style-2.with-overlay .lcam-prosingle-salesbadge{text-shadow:none;z-index:5}.lcam-prosingle-style-2.with-overlay .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-style-2.with-overlay .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-2.with-overlay .button{background:0 0;border:2px solid #fafafa;color:#fafafa;text-shadow:none}.lcam-prosingle-style-2.with-overlay .button:hover{background:#fafafa;color:#262626}.lcam-prosingle-style-2.with-overlay:hover .lcam-prosingle-salesbadge .onsale{border-color:#fafafa;color:#fafafa}.lcam-prosingle-style-2.invert .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-style-2.invert .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-2.invert .lcam-prosingle-button .button{background:0 0;border:2px solid #fafafa;color:#fafafa}.lcam-prosingle-style-2.invert .lcam-prosingle-button .button:hover{background:#fafafa;color:#262626}.lcam-prosingle-list-style-2 .lcam-prosingle-salesbadge .onsale{border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;background:0 0;border:2px solid #262626;color:#262626;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-prosingle-list-style-2 .lcam-prosingle-thumbnail{overflow:hidden}.lcam-prosingle-list-style-2 .lcam-prosingle-thumbnail img{display:block;-moz-transition-property:transform;-webkit-transition-property:transform;-o-transition-property:transform;-ms-transition-property:transform;transition-property:transform;-moz-transition-duration:7.5s;-webkit-transition-duration:7.5s;-o-transition-duration:7.5s;-ms-transition-duration:7.5s;transition-duration:7.5s}.lcam-prosingle-list-style-2 .lcam-prosingle-thumbnail:hover img{-moz-transform:scale(1.15);-o-transform:scale(1.15);-ms-transform:scale(1.15);-webkit-transform:scale(1.15);transform:scale(1.15)}.lcam-prosingle-list-style-2 .lcam-prosingle-price .price .amount{font-weight:700;color:#262626}.lcam-prosingle-list-style-2 .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-list-style-2 .button{background:0 0;border:2px solid #262626;color:#262626}.lcam-prosingle-list-style-2 .button:hover{background:#262626;color:#fafafa}.lcam-prosingle-list-style-2.invert .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-list-style-2.invert .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-list-style-2.invert .lcam-prosingle-button .button{background:0 0;border:2px solid #fafafa;color:#fafafa}.lcam-prosingle-list-style-2.invert .lcam-prosingle-button .button:hover{background:#fafafa;color:#262626}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-price .price .amount{font-weight:700;color:#262626}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-img-button{display:block;position:absolute;left:0;bottom:20px;width:100%;text-align:center;padding:0 5px;margin:0;z-index:3;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);transition:.2s all ease-in-out .1s}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-img-button .button{padding:10px 20px}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-img-button .added_to_cart{display:inline-block;padding:10px 20px;background:#373737;color:#fafafa;text-align:center;vertical-align:middle;font-weight:700;cursor:pointer}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-img-button .added_to_cart:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=75);opacity:.75}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-thumbnail{position:relative;-moz-transition-property:background;-webkit-transition-property:background;-o-transition-property:background;-ms-transition-property:background;transition-property:background;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-prosingle-style-3.not-overlay .lcam-prosingle-thumbnail img{-moz-transition-property:opacity;-webkit-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-prosingle-style-3.not-overlay:hover .lcam-prosingle-thumbnail{background:#fff}.lcam-prosingle-style-3.not-overlay:hover .lcam-prosingle-thumbnail img{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=50);opacity:.5}.lcam-prosingle-style-3.not-overlay:hover .lcam-prosingle-img-button{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-prosingle-style-3.with-overlay .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-style-3.with-overlay .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-3.with-overlay .thumbnail-body{background:rgba(0,0,0,.45)}.lcam-prosingle-style-3.invert .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-style-3.invert .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-list-style-3 .lcam-prosingle-price .price .amount{font-weight:700;color:#262626}.lcam-prosingle-list-style-3 .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-list-style-3.invert .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-list-style-3.invert .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-4 .lcam-prosingle-salesbadge{display:inline-block;position:absolute;top:10px;right:10px;z-index:10}.lcam-prosingle-style-4 .lcam-prosingle-salesbadge .onsale{display:inline-block;padding:0;width:60px;height:60px;line-height:55px;text-align:center;border:none;color:#fafafa;background:#47a447;border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%}.lcam-prosingle-style-4 .lcam-prosingle-price,.lcam-prosingle-style-4 .lcam-prosingle-ratings{margin-top:5px;text-align:center}.lcam-prosingle-style-4 .lcam-prosingle-price .price{display:inline-block;padding:5px 15px}.lcam-prosingle-style-4 .lcam-prosingle-price .price .amount{font-weight:700;color:#262626}.lcam-prosingle-style-4 .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-4 .lcam-prosingle-button{margin-top:10px;text-align:center}.lcam-prosingle-style-4 .lcam-prosingle-button .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-style-4 .lcam-prosingle-button .button{background:0 0;border:2px solid #262626;color:#262626}.lcam-prosingle-style-4 .lcam-prosingle-button .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-style-4 .lcam-prosingle-button .button:hover{background:#262626;color:#fafafa}.lcam-prosingle-style-4 .lcam-prosingle-button .added_to_cart{padding:10px 20px}.lcam-prosingle-style-4.text-center .lcam-prosingle-button,.lcam-prosingle-style-4.text-center .lcam-prosingle-price,.lcam-prosingle-style-4.text-center .lcam-prosingle-ratings,.lcam-prosingle-style-4.text-right .lcam-prosingle-button,.lcam-prosingle-style-4.text-right .lcam-prosingle-price,.lcam-prosingle-style-4.text-right .lcam-prosingle-ratings{text-align:center}.lcam-prosingle-style-4.invert .lcam-prosingle-price .price .amount,.lcam-prosingle-style-4.with-overlay .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-style-4.invert .lcam-prosingle-price .price del .amount,.lcam-prosingle-style-4.with-overlay .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-style-4.invert .lcam-prosingle-button .button,.lcam-prosingle-style-4.with-overlay .lcam-prosingle-button .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-style-4.invert .lcam-prosingle-button .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-style-4.with-overlay .lcam-prosingle-button .button{background:0 0;border:2px solid #fafafa;color:#fafafa}.lcam-prosingle-style-4.invert .lcam-prosingle-button .button:hover,.lcam-prosingle-style-4.with-overlay .lcam-prosingle-button .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-style-4.invert .lcam-prosingle-button .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-style-4.with-overlay .lcam-prosingle-button .button:hover{background:#fafafa;color:#262626}.lcam-prosingle-style-4.with-overlay .thumbnail-body{top:auto;bottom:0;max-height:30%;padding:10px 20px;visibility:visible;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1;background:0 0}.lcam-prosingle-style-4.with-overlay .lcam-prosingle-price .price{background:#373737}.lcam-prosingle-style-4.with-overlay .lcam-prosingle-ratings{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0;-moz-transition-property:all;-webkit-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s}.lcam-prosingle-style-4.with-overlay .lcam-prosingle-button .added_to_cart{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=0);opacity:0}.lcam-prosingle-style-4.with-overlay:hover .thumbnail-body{max-height:100%;padding:20px;background:rgba(0,0,0,.65)}.lcam-prosingle-style-4.with-overlay:hover .lcam-prosingle-price .price{background:0 0}.lcam-prosingle-style-4.with-overlay:hover .lcam-prosingle-button .added_to_cart,.lcam-prosingle-style-4.with-overlay:hover .lcam-prosingle-ratings{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha)";filter:alpha(opacity=100);opacity:1}.lcam-prosingle-list-style-4 .lcam-prosingle-salesbadge{display:inline-block;position:absolute;top:10px;right:10px;z-index:10;text-align:right}.lcam-prosingle-list-style-4 .lcam-prosingle-salesbadge .onsale{display:inline-block;padding:0;width:60px;height:60px;line-height:55px;text-align:center;border:none;color:#fafafa;background:#47a447}.lcam-prosingle-list-style-4 .lcam-prosingle-price .price .amount{font-weight:700;color:#262626}.lcam-prosingle-list-style-4 .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-list-style-4 .lcam-prosingle-button .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-4 .lcam-prosingle-button .button{background:0 0;border:2px solid #262626;color:#262626}.lcam-prosingle-list-style-4 .lcam-prosingle-button .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-4 .lcam-prosingle-button .button:hover{background:#262626;color:#fafafa}.lcam-prosingle-list-style-4.invert .lcam-prosingle-price .price .amount{font-weight:700;color:#fafafa}.lcam-prosingle-list-style-4.invert .lcam-prosingle-price .price del .amount{font-weight:400;color:#999}.lcam-prosingle-list-style-4.invert .lcam-prosingle-button .button,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-4.invert .lcam-prosingle-button .button{background:0 0;border:2px solid #fafafa;color:#fafafa}.lcam-prosingle-list-style-4.invert .lcam-prosingle-button .button:hover,[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-list-style-4.invert .lcam-prosingle-button .button:hover{background:#fafafa;color:#262626}ul.fa-list{display:block;margin:1.5rem 0;list-style:none}ul.fa-list>li{display:block;margin-bottom:.25rem}ul.fa-list>li>.fa{margin-right:10px;color:#3498DB}.media.small ul.fa-list{margin-top:1.3rem;margin-left:0}.media.small ul.fa-list>li>.fa{margin-right:7px}.media.large ul.fa-list{margin-top:2rem;margin-left:0}.media.large ul.fa-list>li{margin-bottom:.5rem}.media.large ul.fa-list>li>.fa{margin-right:13px}ul.check-circle-list,ul.check-circle-o-list,ul.check-list,ul.check-square-list,ul.check-square-o-list,ul.plus-circle-list,ul.plus-list,ul.plus-square-list,ul.plus-square-o-list{display:block;margin:1.5rem 0;list-style:none}ul.check-circle-list>li,ul.check-circle-o-list>li,ul.check-list>li,ul.check-square-list>li,ul.check-square-o-list>li,ul.plus-circle-list>li,ul.plus-list>li,ul.plus-square-list>li,ul.plus-square-o-list>li{display:block;margin-bottom:.25rem}ul.check-circle-list>li:before,ul.check-circle-o-list>li:before,ul.check-list>li:before,ul.check-square-list>li:before,ul.check-square-o-list>li:before,ul.plus-circle-list>li:before,ul.plus-list>li:before,ul.plus-square-list>li:before,ul.plus-square-o-list>li:before{display:inline-block;margin-right:10px;font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:"";color:#3498DB}.media.small ul.check-circle-list,.media.small ul.check-circle-o-list,.media.small ul.check-list,.media.small ul.check-square-list,.media.small ul.check-square-o-list,.media.small ul.plus-circle-list,.media.small ul.plus-list,.media.small ul.plus-square-list,.media.small ul.plus-square-o-list{margin-top:1.3rem;margin-left:0}.media.small ul.check-circle-list>li:before,.media.small ul.check-circle-o-list>li:before,.media.small ul.check-list>li:before,.media.small ul.check-square-list>li:before,.media.small ul.check-square-o-list>li:before,.media.small ul.plus-circle-list>li:before,.media.small ul.plus-list>li:before,.media.small ul.plus-square-list>li:before,.media.small ul.plus-square-o-list>li:before{margin-right:7px}.media.large ul.check-circle-list,.media.large ul.check-circle-o-list,.media.large ul.check-list,.media.large ul.check-square-list,.media.large ul.check-square-o-list,.media.large ul.plus-circle-list,.media.large ul.plus-list,.media.large ul.plus-square-list,.media.large ul.plus-square-o-list{margin-top:2rem;margin-left:0}.media.large ul.check-circle-list>li,.media.large ul.check-circle-o-list>li,.media.large ul.check-list>li,.media.large ul.check-square-list>li,.media.large ul.check-square-o-list>li,.media.large ul.plus-circle-list>li,.media.large ul.plus-list>li,.media.large ul.plus-square-list>li,.media.large ul.plus-square-o-list>li{margin-bottom:.5rem}.media.large ul.check-circle-list>li:before,.media.large ul.check-circle-o-list>li:before,.media.large ul.check-list>li:before,.media.large ul.check-square-list>li:before,.media.large ul.check-square-o-list>li:before,.media.large ul.plus-circle-list>li:before,.media.large ul.plus-list>li:before,.media.large ul.plus-square-list>li:before,.media.large ul.plus-square-o-list>li:before{margin-right:13px}ul.plus-circle-list>li:before{content:"\f055"}ul.plus-square-list>li:before{content:"\f0fe"}ul.plus-square-o-list>li:before{content:"\f196"}ul.check-list>li:before{content:"\f00c"}ul.check-circle-list>li:before{content:"\f058"}ul.check-circle-o-list>li:before{content:"\f05d"}ul.check-square-list>li:before{content:"\f14a"}ul.check-square-o-list>li:before{content:"\f046"}[id*=carousel-mojo-].carousel_mojo_sc{font-size:14px}[id*=carousel-mojo-].carousel_mojo_sc .heading{font-size:1pc}[id*=carousel-mojo-].carousel_mojo_sc .excerpt{font-size:14px}[id*=carousel-mojo-].carousel_mojo_sc .button{display:inline-block;padding:5px 15px;background-color:#454545;border:none transparent;color:#fff;text-align:center;vertical-align:middle;cursor:pointer;transition:all .2s ease-in-out;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .image-rounded img,[id*=carousel-mojo-].carousel_mojo_sc .media-image.image-rounded img,[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-media.image-rounded{border-radius:100%}[id*=carousel-mojo-].carousel_mojo_sc .button:hover{background-color:#323232;color:#fff}[id*=carousel-mojo-].carousel_mojo_sc .button.btn-small{padding:2px 10px;font-size:.8em}[id*=carousel-mojo-].carousel_mojo_sc .button.btn-large{padding:10px 25px;font-size:1.2em}[id*=carousel-mojo-].carousel_mojo_sc .media{overflow:hidden;display:block;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}[id*=carousel-mojo-].carousel_mojo_sc .media-image{text-align:center;margin-right:auto;margin-left:auto}[id*=carousel-mojo-].carousel_mojo_sc .media-image iframe{width:100%;margin:0;max-width:100%;vertical-align:middle}[id*=carousel-mojo-].carousel_mojo_sc .media-image img{display:block;margin:auto}[id*=carousel-mojo-].carousel_mojo_sc .media-image.small img{max-width:4pc}[id*=carousel-mojo-].carousel_mojo_sc .media .media-body{display:block;overflow:hidden}[id*=carousel-mojo-].carousel_mojo_sc .column:not(.span-12) .media .excerpt{max-width:745px}[id*=carousel-mojo-].carousel_mojo_sc .media .text-center .excerpt{margin-left:auto;margin-right:auto}[id*=carousel-mojo-].carousel_mojo_sc .media.image-top .media-body{float:none}[id*=carousel-mojo-].carousel_mojo_sc .has-image .media-body{margin-top:15px}[id*=carousel-mojo-].carousel_mojo_sc .media.small .heading+.excerpt{margin-top:5px}[id*=carousel-mojo-].carousel_mojo_sc .has-image .small .media-body{margin-top:10px}[id*=carousel-mojo-].carousel_mojo_sc .media.small .button,[id*=carousel-mojo-].carousel_mojo_sc .media.small p:not(:first-child){margin-top:.86666667em}[id*=carousel-mojo-].carousel_mojo_sc .media.small .heading{font-size:1em;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .media.small .excerpt{font-size:.86666667em}[id*=carousel-mojo-].carousel_mojo_sc .media.small .excerpt ol,[id*=carousel-mojo-].carousel_mojo_sc .media.small .excerpt ul{margin:0 0 0 2em}[id*=carousel-mojo-].carousel_mojo_sc .media.small .excerpt ol:not(:first-child),[id*=carousel-mojo-].carousel_mojo_sc .media.small .excerpt ul:not(:first-child){margin-top:.86666667em}[id*=carousel-mojo-].carousel_mojo_sc .media.medium .heading+.excerpt{margin-top:10px}[id*=carousel-mojo-].carousel_mojo_sc .media .heading{font-size:1.3333333em;margin:0}[id*=carousel-mojo-].carousel_mojo_sc .media .heading+.excerpt{font-size:1em}[id*=carousel-mojo-].carousel_mojo_sc .media.medium .button,[id*=carousel-mojo-].carousel_mojo_sc .media.medium p:not(:first-child){margin-top:1em}[id*=carousel-mojo-].carousel_mojo_sc .media.medium .excerpt ol,[id*=carousel-mojo-].carousel_mojo_sc .media.medium .excerpt ul{margin:0 0 0 2em}[id*=carousel-mojo-].carousel_mojo_sc .media.medium .excerpt ol:not(:first-child),[id*=carousel-mojo-].carousel_mojo_sc .media.medium .excerpt ul:not(:first-child){margin-top:1em}[id*=carousel-mojo-].carousel_mojo_sc .media.large .heading+.excerpt{margin-top:10px}[id*=carousel-mojo-].carousel_mojo_sc .media.large .text-center .excerpt{margin-left:auto;margin-right:auto}[id*=carousel-mojo-].carousel_mojo_sc .media.large .button,[id*=carousel-mojo-].carousel_mojo_sc .media.large p:not(:first-child){margin-top:1.33333333em}[id*=carousel-mojo-].carousel_mojo_sc .media.large .heading{font-size:1.866666666em}[id*=carousel-mojo-].carousel_mojo_sc .media.large .excerpt{font-size:1.33333333em}[id*=carousel-mojo-].carousel_mojo_sc .media.large .excerpt ol,[id*=carousel-mojo-].carousel_mojo_sc .media.large .excerpt ul{margin:0 0 0 2.666666666em}[id*=carousel-mojo-].carousel_mojo_sc .media.large .excerpt ol:not(:first-child),[id*=carousel-mojo-].carousel_mojo_sc .media.large .excerpt ul:not(:first-child){margin-top:1.33333333em}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail{display:block;position:relative;overflow:hidden}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-title{padding:0 20px 20px}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-title.small{padding:0 10px 10px}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-media{display:block;overflow:hidden;position:relative;z-index:1}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-media img{display:block;margin:auto;-webkit-transform:scale(1);transform:scale(1);transition:.2s all ease-in-out,4s transform ease-in-out}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-media:hover img{-webkit-transform:scale(1.08);transform:scale(1.08)}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body{padding:20px;overflow:hidden;position:relative;z-index:2;background-color:#f5f5f5}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body .heading{margin:0;color:#000;font-size:1.33333333em;font-weight:400;line-height:1.75}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body .heading.small{font-size:.8em}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body .excerpt{color:rgba(0,0,0,.55)}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body p{margin:10px 0 0}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body p+.feature-list{margin:20px 0 0}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body .button{margin-top:20px}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail-body.body-small{padding:0 10px 10px}[id*=carousel-mojo-].carousel_mojo_sc .thumbnail .btn-collection,[id*=carousel-mojo-].carousel_mojo_sc .thumbnail .button-group{margin:20px 0 0}[id*=carousel-mojo-].carousel_mojo_sc .excerpt li{list-style-type:inherit}[id*=carousel-mojo-].carousel_mojo_sc .excerpt li ol,[id*=carousel-mojo-].carousel_mojo_sc .excerpt li ul{margin:0 1em}[id*=carousel-mojo-].carousel_mojo_sc .excerpt ol,[id*=carousel-mojo-].carousel_mojo_sc .excerpt ul{margin:0 0 0 2em}[id*=carousel-mojo-].carousel_mojo_sc .text-center ol,[id*=carousel-mojo-].carousel_mojo_sc .text-center ul,[id*=carousel-mojo-].carousel_mojo_sc .text-right ol,[id*=carousel-mojo-].carousel_mojo_sc .text-right ul{margin-left:0!important;margin-right:0!important}[id*=carousel-mojo-].carousel_mojo_sc .text-center ol li,[id*=carousel-mojo-].carousel_mojo_sc .text-center ul li,[id*=carousel-mojo-].carousel_mojo_sc .text-right ol li,[id*=carousel-mojo-].carousel_mojo_sc .text-right ul li{list-style-position:inside}[id*=carousel-mojo-].carousel_mojo_sc .excerpt ol:not(:first-child),[id*=carousel-mojo-].carousel_mojo_sc .excerpt ul:not(:first-child){margin-top:1em}[id*=carousel-mojo-].carousel_mojo_sc .excerpt ul{list-style-type:disc}[id*=carousel-mojo-].carousel_mojo_sc .excerpt ol{list-style-type:decimal}[id*=carousel-mojo-].carousel_mojo_sc .excerpt ol ol{list-style:upper-alpha}[id*=carousel-mojo-].carousel_mojo_sc .excerpt ol ol ol{list-style:lower-roman}[id*=carousel-mojo-].carousel_mojo_sc .excerpt ol ol ol ol{list-style:lower-alpha}[id*=carousel-mojo-].carousel_mojo_sc .text-left{text-align:left}[id*=carousel-mojo-].carousel_mojo_sc .text-right{text-align:right}[id*=carousel-mojo-].carousel_mojo_sc .text-center{text-align:center}[id*=carousel-mojo-].carousel_mojo_sc .text-justify{text-align:justify}[id*=carousel-mojo-].carousel_mojo_sc .invert{border:none;color:rgba(255,255,255,.85)}[id*=carousel-mojo-].carousel_mojo_sc .invert h1,[id*=carousel-mojo-].carousel_mojo_sc .invert h2,[id*=carousel-mojo-].carousel_mojo_sc .invert h3,[id*=carousel-mojo-].carousel_mojo_sc .invert h4,[id*=carousel-mojo-].carousel_mojo_sc .invert h5,[id*=carousel-mojo-].carousel_mojo_sc .invert h6{color:rgba(255,255,255,.95)}[id*=carousel-mojo-].carousel_mojo_sc .invert code{background:rgba(255,255,255,.2);color:#fff;padding:2px 4px}[id*=carousel-mojo-].carousel_mojo_sc .invert label,[id*=carousel-mojo-].carousel_mojo_sc .invert legend{color:#fff}[id*=carousel-mojo-].carousel_mojo_sc .invert small{color:rgba(255,255,255,.7)}[id*=carousel-mojo-].carousel_mojo_sc .invert .heading,[id*=carousel-mojo-].carousel_mojo_sc .invert a,[id*=carousel-mojo-].carousel_mojo_sc .invert a:hover{color:#fff}[id*=carousel-mojo-].carousel_mojo_sc .invert .excerpt,[id*=carousel-mojo-].carousel_mojo_sc .invert .sub-header{color:rgba(255,255,255,.9)}[id*=carousel-mojo-].carousel_mojo_sc .copy{font-size:1em}[id*=carousel-mojo-].carousel_mojo_sc .copy.small{font-size:.86666667em}[id*=carousel-mojo-].carousel_mojo_sc .copy p{margin-bottom:1pc}[id*=carousel-mojo-].carousel_mojo_sc .copy a{border-bottom:1px solid #ddd}[id*=carousel-mojo-].carousel_mojo_sc .copy a:hover{border-color:#999}[id*=carousel-mojo-].carousel_mojo_sc .copy ul{list-style:disc;margin:0 0 26px}[id*=carousel-mojo-].carousel_mojo_sc .copy ul li{list-style:disc;margin:0 0 6px 30px}[id*=carousel-mojo-].carousel_mojo_sc .copy ol{list-style:decimal;margin:0 0 26px}[id*=carousel-mojo-].carousel_mojo_sc .copy ol li{list-style:decimal;margin:0 0 6px 20px}[id*=carousel-mojo-].carousel_mojo_sc .copy ol ol,[id*=carousel-mojo-].carousel_mojo_sc .copy ol ul,[id*=carousel-mojo-].carousel_mojo_sc .copy ul ol,[id*=carousel-mojo-].carousel_mojo_sc .copy ul ul{margin-bottom:0}[id*=carousel-mojo-].carousel_mojo_sc .copy dl{margin:0 0 26px}[id*=carousel-mojo-].carousel_mojo_sc .copy dd{margin-left:36px}[id*=carousel-mojo-].carousel_mojo_sc .copy img{display:block;max-width:98%;height:auto}[id*=carousel-mojo-].carousel_mojo_sc .copy h1{margin-bottom:26px;font-size:2.1333333em;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .copy h2{margin-bottom:26px;font-size:1.466666666em;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .copy h3{margin-bottom:26px;font-size:1.2em;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .copy h4{margin-bottom:26px;font-size:1em;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .copy h5{margin-bottom:26px;font-size:.86666667em;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .copy h6{margin-bottom:26px;font-size:.86666667em}[id*=carousel-mojo-].carousel_mojo_sc .copy blockquote{padding-left:26px;margin-bottom:20px;font-size:1.3333333em;font-weight:700}[id*=carousel-mojo-].carousel_mojo_sc .copy a.button{border-bottom:none}[id*=carousel-mojo-].carousel_mojo_sc .meta-info{clear:both;font-size:.8em}[id*=carousel-mojo-].carousel_mojo_sc .meta-item{display:block;margin-top:2px}[id*=carousel-mojo-].carousel_mojo_sc .meta-item:first-child{margin-top:0}[id*=carousel-mojo-].carousel_mojo_sc .meta-item i{display:inline-block;width:1em;height:1em;font-size:1em;margin-right:4px}[id*=carousel-mojo-].carousel_mojo_sc .excerpt+.meta-info,[id*=carousel-mojo-].carousel_mojo_sc .meta-info+.heading{margin-top:15px}[id*=carousel-mojo-].carousel_mojo_sc .meta-info p{margin:0}[id*=carousel-mojo-].carousel_mojo_sc .lcam-posingle-style-2 .meta-info .meta-item{display:inline-block}[id*=carousel-mojo-].carousel_mojo_sc .meta-item .l-clock-o:before{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:""}[id*=carousel-mojo-].carousel_mojo_sc .meta-item .l-user:before{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:""}[id*=carousel-mojo-].carousel_mojo_sc .meta-item .l-folder-open-o:before{font-family:FontAwesome;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;content:""}[id*=carousel-mojo-].carousel_mojo_sc .push-top{margin-top:2%}[id*=carousel-mojo-].carousel_mojo_sc .push-top-small{margin-top:1%}[id*=carousel-mojo-].carousel_mojo_sc .push-top-medium{margin-top:3%}[id*=carousel-mojo-].carousel_mojo_sc .push-top-large{margin-top:6%}[id*=carousel-mojo-].carousel_mojo_sc .push-bottom{margin-bottom:2%}[id*=carousel-mojo-].carousel_mojo_sc .push-bottom-small{margin-bottom:1%}[id*=carousel-mojo-].carousel_mojo_sc .push-bottom-medium{margin-bottom:3%}[id*=carousel-mojo-].carousel_mojo_sc .push-bottom-large{margin-bottom:6%}[id*=carousel-mojo-].carousel_mojo_sc .push-left{margin-left:2%}[id*=carousel-mojo-].carousel_mojo_sc .push-left-small{margin-left:1%}[id*=carousel-mojo-].carousel_mojo_sc .push-left-medium{margin-left:3%}[id*=carousel-mojo-].carousel_mojo_sc .push-left-large{margin-left:6%}[id*=carousel-mojo-].carousel_mojo_sc .push-right{margin-right:2%}[id*=carousel-mojo-].carousel_mojo_sc .push-right-small{margin-right:1%}[id*=carousel-mojo-].carousel_mojo_sc .push-right-medium{margin-right:3%}[id*=carousel-mojo-].carousel_mojo_sc .push-right-large{margin-right:6%}[id*=carousel-mojo-].carousel_mojo_sc .no-push-right,[id*=carousel-mojo-].carousel_mojo_sc .row .column:last-child{margin-right:0}[id*=carousel-mojo-].carousel_mojo_sc .no-push{margin:0}[id*=carousel-mojo-].carousel_mojo_sc .no-push-bottom{margin-bottom:0}[id*=carousel-mojo-].carousel_mojo_sc .row:after,[id*=carousel-mojo-].carousel_mojo_sc .row:before{content:" ";display:table}[id*=carousel-mojo-].carousel_mojo_sc .row:after{clear:both}@media (max-width:480px){[id*=carousel-mojo-].carousel_mojo_sc .media.image-left .media-image,[id*=carousel-mojo-].carousel_mojo_sc .media.image-right .media-image{float:none;max-width:none;margin:0 0 20px}}@media (min-width:481px){[id*=carousel-mojo-].carousel_mojo_sc .column{float:left;margin-right:2%}[id*=carousel-mojo-].carousel_mojo_sc .column-flush{float:left}[id*=carousel-mojo-].carousel_mojo_sc .image-left .media-image{float:left;max-width:49%;margin-right:20px}[id*=carousel-mojo-].carousel_mojo_sc .image-right .media-image{float:right;max-width:49%;margin-right:0;margin-left:20px}[id*=carousel-mojo-].carousel_mojo_sc .image-left .media-body,[id*=carousel-mojo-].carousel_mojo_sc .image-right .media-body{margin-top:0}}@media (min-width:481) and (max-width:640){[id*=carousel-mojo-].carousel_mojo_sc .image-left .media-image,[id*=carousel-mojo-].carousel_mojo_sc .image-right .media-image{float:none;max-width:none;margin-left:0;margin-right:0}[id*=carousel-mojo-].carousel_mojo_sc .image-left .media-body,[id*=carousel-mojo-].carousel_mojo_sc .image-right .media-body{margin-top:10px}[id*=carousel-mojo-].carousel_mojo_sc .column-flush.span-7,[id*=carousel-mojo-].carousel_mojo_sc .column.span-7{float:none;clear:both;margin-right:0}}@media (min-width:601) and (max-width:860){[id*=carousel-mojo-].carousel_mojo_sc .column.span-5{width:49%;margin-right:2%}[id*=carousel-mojo-].carousel_mojo_sc .column-flush.span-5{width:50%}[id*=carousel-mojo-].carousel_mojo_sc .column.span-5+.span-5{margin-right:0}[id*=carousel-mojo-].carousel_mojo_sc .column.span-5+.span-5+.span-2{width:100%}[id*=carousel-mojo-].carousel_mojo_sc .column.span-7+.span-5{width:40.5%}[id*=carousel-mojo-].carousel_mojo_sc .column-flush.span-7+.span-5{width:41.66665%}}@media (min-width:769px){[id*=carousel-mojo-].carousel_mojo_sc .span-5{width:40.5%}[id*=carousel-mojo-].carousel_mojo_sc .span-7{width:57.5%}[id*=carousel-mojo-].carousel_mojo_sc .column-flush.span-5{width:41.66665%}[id*=carousel-mojo-].carousel_mojo_sc .column-flush.span-7{width:58.1%}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay{overflow:hidden}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .thumbnail-body{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;visibility:hidden;opacity:0;transition:.2s all ease-in-out;text-align:center;background:rgba(0,0,0,.65)!important}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .image-rounded+.thumbnail-body{border-radius:100%}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .overlay{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .heading{opacity:0;color:#fff;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);transition:.2s all ease-in-out .1s}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .heading a{color:#fff}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .button{margin-top:15px;opacity:0;background:0 0;border:2px solid #fff;position:relative;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0);transition:transform .2s ease-in-out .2s,opacity .2s ease-in-out .25s}[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-button{margin-top:0}[id*=carousel-mojo-].carousel_mojo_sc .lcam-prosingle-button .added_to_cart{margin-top:15px}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .excerpt,[id*=carousel-mojo-].carousel_mojo_sc .with-overlay .meta-info{display:none}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay:hover .thumbnail-media img{-webkit-transform:scale(1.08);transform:scale(1.08)}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay:hover .thumbnail-body{visibility:visible;opacity:1}[id*=carousel-mojo-].carousel_mojo_sc .with-overlay:hover .button,[id*=carousel-mojo-].carousel_mojo_sc .with-overlay:hover .heading{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}[id*=carousel-mojo-].carousel_mojo_sc .has-image .image-left.small .media-body,[id*=carousel-mojo-].carousel_mojo_sc .has-image .image-right.small .media-body{margin-top:0}}[id*=carousel-mojo-].carousel_mojo_sc .star-rating{width:90px;height:1pc;background:url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/img/star.png) left 0 repeat-x;background-size:18px 3pc;overflow:hidden}[id*=carousel-mojo-].carousel_mojo_sc .star-rating span{background:url(//www.edelweissclub.it/wp-content/plugins/layers-carousel-mojo/assets/img/star.png) left -2pc repeat-x;height:0;padding-top:1pc;overflow:hidden;float:left;background-size:18px 3pc}.lcam-clear{display:table;content:" ";clear:both}.gm-navbar {z-index: 9999 !important}.gm-main-menu-wrapper {z-index: 9999 !important}.gm-navigation-drawer, gm-second-nav-drawer {z-index: 10023 !important}.gm-navbar--style-3 .gm-toolbar {z-index: 10011 !important}.gm-navbar--style-5 .gm-toolbar {z-index: 10011 !important}.gm-navbar .gm-toolbar .wpml-ls {z-index: 10011 !important}@media (min-width: 1024px) {.gm-navbar .gm-logo {z-index: 10011 !important}}@media (min-width: 1024px) {.gm-navbar .gm-menu-btn--expanded, .gm-burger {z-index: 10017 !important}}.gm-search__fullscreen-container {z-index: 10023 !important}.gm-dropdown-overlay {z-index: 9996 !important}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu .gm-menu-item__link, .gm-main-menu-wrapper .gm-mega-menu__item__title {border-bottom: 1px dotted rgba(255, 255, 255, 1.0);}}@media (min-width: 1024px) {.gm-inner .gm-container {height: 100px;}.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner {min-height: 100px;}}.gm-container {max-width: 1200px}@media (min-width: 1024px) {.gm-navbar .gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu {border-top: 3px solid rgba(230, 53, 64, 1.0)}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu {background-color: rgba(241, 241, 241, 1.0)}}.gm-navbar .gm-main-menu-wrapper .mega-gm-dropdown > .gm-dropdown-menu, .gm-navbar .gm-main-menu-wrapper .mega-gm-dropdown > .gm-dropdown-menu-wrapper {
            width: 1200px;
            max-width : 1200px;
            position: absolute;}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > li.current-menu-item > .gm-anchor, .gm-main-menu-wrapper .gm-navbar-nav > li.current-menu-parent > .gm-anchor, .gm-main-menu-wrapper .gm-navbar-nav > li.current-menu-ancestor > .gm-anchor, .gm-main-menu-wrapper .gm-navbar-nav > li.current-page-ancestor > .gm-anchor, .gm-main-menu-wrapper .gm-navbar-nav > .menu-item > .gm-anchor:hover, .gm-main-menu-wrapper .gm-navbar-nav > .menu-item.gm-open > .gm-anchor {background-color: rgba(230, 53, 64, 1.0)}}@media (min-width: 1024px) {.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li > .gm-anchor:hover, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > .menu-item.gm-open > .gm-anchor, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li.current-menu-item > .gm-anchor.gm-menu-item__link, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li.current-menu-item > .gm-anchor, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li.current-menu-ancestor > .gm-anchor, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li.current-menu-ancestor.gm-open > .gm-anchor, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li.current-page-ancestor > .gm-anchor, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li.current-page-ancestor.gm-open > .gm-anchor, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li.current-menu-parent > .gm-anchor {color: rgba(255, 255, 255, 1.0)}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {margin-left: 15px}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {margin-right: 15px}}@media (min-width: 1024px) {.gm-navbar--has-divider .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before {right: -15px !important;}}@media (min-width: 1024px) {.gm-navbar .gm-logo {margin: 0px 0px 0px 0px;}}@media (min-width: 1024px) {.gm-navbar .gm-container {padding-right: 15px; padding-left: 15px; flex: 1 100%;}.gm-navbar .gm-toolbar .gm-container {padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px;}.gm-navbar .gm-dropdown-menu-wrapper--left {right: 0; left: auto;}.gm-navbar .gm-dropdown-submenu .gm-dropdown-menu-wrapper {left: 100%; z-index: 1;}.gm-navbar .gm-dropdown-submenu .gm-dropdown-menu-wrapper--left {right: 100%; left: auto; z-index: 1;}.gm-navbar #gm-main-menu {flex-grow: 1; display: flex;}.gm-navbar .gm-main-menu-wrapper {flex-grow: 1; align-items: stretch;}.gm-navbar.gm-top-links-align-left #gm-main-menu {justify-content: flex-start;}.gm-navbar.gm-top-links-align-center #gm-main-menu {justify-content: center;}.gm-navbar.gm-top-links-align-center .gm-logo {position: absolute; top: 50%; transform: translateY(-50%);}.gm-navbar.gm-top-links-align-right #gm-main-menu {justify-content: flex-end;}.gm-navbar .gm-toolbar-bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 0.2s; z-index: -1;}.gm-navbar .gm-navbar-nav > .gm-menu-item > .gm-anchor > .gm-caret i {transform: none;}.gm-navbar .gm-navbar-nav > .gm-dropdown > .gm-dropdown-menu-wrapper {top: 100%;}.gm-navbar .gm-logo a img {transition: height 0.2s, line-height 0.2s;}.gm-navbar .gm-search {transition: height 0.2s, line-height 0.2s;}}@media (min-width: 1024px) {.gm-navbar .gm-dropdown-menu .gm-dropdown-toggle .gm-caret {font-size: 13px}}@media (min-width: 1024px) {.gm_action__visibility__mobile {display: none !important;}}@media (max-width: 1023px) {.gm_action__visibility__desktop {display: none !important;}}@media (min-width: 1024px) {.gm-navbar--shadow-tiny.gm-navbar--has-shadow:not(.gm-navbar-sticky-toggle) .gm-inner {box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}.gm-navbar--shadow-medium.gm-navbar--has-shadow:not(.gm-navbar-sticky-toggle) .gm-inner {box-shadow: 0 3px 15px 0 rgba(0,0,0,0.1);}.gm-navbar--shadow-large.gm-navbar--has-shadow:not(.gm-navbar-sticky-toggle) .gm-inner {box-shadow: 0 8px 30px 10px rgba(0,0,0,0.1);}.gm-navbar--shadow-deep.gm-navbar--has-shadow:not(.gm-navbar-sticky-toggle) .gm-inner {box-shadow: 0px 5px 15px 3px rgba(0,0,0,0.1), 0 3px 4px 2px rgba(0,0,0,0.1);}}.gm-navbar, .gm-main-menu-wrapper, .gm-navigation-drawer {font-family: inherit}.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner-bg, .gm-padding {background-color: rgba(255, 255, 255, 0.0)}.gm-toolbar-bg {background-color: rgba(255, 255, 255, 0.0)}.gm-navbar .gm-toolbar-contacts, .gm-navbar #lang_sel_click ul ul a:visited, .gm-navbar #lang_sel_click ul ul a, .gm-navbar #lang_sel_click a:hover, .gm-navbar #lang_sel_click ul ul a:hover, .gm-navbar #lang_sel_click:hover> a, .gm-navbar #lang_sel_click ul ul:hover> a, .gm-navbar #lang_sel_click a.lang_sel_sel, .gm-navbar #lang_sel_click a.lang_sel_sel:hover {color: rgba(255, 255, 255, 1.0)}.gm-navbar .gm-toolbar-contacts {font-size: 14px;}.gm-navbar #gm-toolbar .gm-toolbar-social-link {color: rgba(255, 255, 255, 1.0) !important}.gm-navbar .gm-main-menu-wrapper .gm-actions .gm-toolbar-social-link {color: rgba(255, 255, 255, 1.0) !important}.gm-navbar .gm-toolbar-socials-list__item {border-right: 1px solid rgba(255, 255, 255, 1.0)}.gm-navbar .gm-toolbar-socials-list__item:nth-last-child(1) {border-right: none;}.gm-navbar .gm-toolbar-social-link, .gm-navbar .gm-toolbar-social-link i {font-size: 16px; min-width: 16px; text-align: center;}.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-inner {border-bottom-color: rgba(0, 0, 0, 0.0); border-bottom-width: 0px}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .gm-menu-item > .gm-anchor {padding: 7px 15px;}.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor {transition: background-color 0.2s;}}.gm-navbar ~ .gm-main-menu-wrapper .gm-menu-item__icon, .gm-navbar .gm-main-menu-wrapper .gm-menu-item__icon, .gm-toolbar-nav-container .gm-menu-item__icon {margin-right: 8px;}.gm-main-menu-wrapper .gm-navbar-nav .gm-menu-item__icon {display: none}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > .gm-dropdown:not(.mega-gm-dropdown) .gm-dropdown-menu {min-width: 230px}}@media (min-width: 1024px) {.gm-navbar #gm-toolbar .gm-toolbar-social-link:hover {color: rgba(230, 53, 64, 1.0) !important}.gm-navbar .gm-main-menu-wrapper .gm-actions .gm-toolbar-social-link:hover {color: rgba(230, 53, 64, 1.0) !important}}@media (min-width: 1024px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-default {display: flex;}}@media (min-width: 1024px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-alt {display: none;}}@media (min-width: 1024px) {.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > .menu-item > .gm-anchor {color: rgba(255, 255, 255, 1.0)}}@media (min-width: 1024px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-main-menu-wrapper .gm-nav-inline-divider {background-color: rgba(255, 255, 255, 1.0)}.gm-navbar--has-divider .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor {position: relative;}.gm-navbar--has-divider .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before {position: absolute; width: 1px; height: 30px; opacity: 0.25; content: ""; top: 50%; right: 0; transform: translateY(-50%);}.gm-navbar.gm-navbar--has-divider:not(.gm-navbar-sticky-toggle) .gm-main-menu-wrapper .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before {background-color: rgba(255, 255, 255, 1.0)}}@media (min-width: 1024px) {.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .gm-menu-item__link {color: rgba(110, 110, 111, 1.0)}}@media (min-width: 1024px) {.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .gm-menu-item__link:hover {color: rgba(230, 53, 64, 1.0) !important}.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .gm-mega-menu-title-item > .gm-mega-menu__item__title:hover .gm-anchor:not(.gm-anchor--empty) .gm-menu-item__txt {color: rgba(230, 53, 64, 1.0)}}@media (min-width: 1024px) {.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu li.current-menu-ancestor > .gm-menu-item__link, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu li.current-page-ancestor > .gm-menu-item__link, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu li.current-menu-item > .gm-menu-item__link {color: rgba(230, 53, 64, 1.0)}.gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .gm-mega-menu__item.current-menu-ancestor > .gm-mega-menu__item__title .gm-menu-item__txt, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .gm-mega-menu__item.current-page-ancestor > .gm-mega-menu__item__title .gm-menu-item__txt, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .gm-mega-menu__item.current-menu-item > .gm-mega-menu__item__title .gm-menu-item__txt {color: rgba(230, 53, 64, 1.0)}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item__title, .gm-main-menu-wrapper .gm-mega-menu__item__title .gm-menu-item__txt {color:rgba(255, 255, 255, 1.0)}}.gm-navigation-drawer {background-color: rgba(255, 255, 255, 1.0);}.gm-mobile-submenu-style-slider .gm-navbar-nav .gm-dropdown-menu-wrapper {background-color: rgba(255, 255, 255, 1.0);}.gm-navigation-drawer .gm-anchor, .gm-navigation-drawer .gm-mega-menu__item__title, .gm-navigation-drawer--mobile .gm-navbar-nav .gm-dropdown-menu-title {color: rgba(90, 90, 90, 1.0) !important}.gm-navigation-drawer .gm-anchor, .gm-navigation-drawer .gm-mega-menu__item__title {border-bottom: 1px dotted rgba(90, 90, 90, 1.0)}.gm-navigation-drawer .gm-divider--vertical {border-color: rgba(90, 90, 90, 1.0)}@media (max-width: 1023px) {.gm-navigation-drawer .gm-search, .gm-navigation-drawer .gm-minicart {color: rgba(255, 255, 255, 1.0) !important;}}.gm-navigation-drawer .gm-anchor:hover, .gm-navigation-drawer li.current-menu-parent > .gm-anchor, .gm-navigation-drawer li.current-menu-item > .gm-anchor {color: rgba(230, 53, 64, 1.0) !important}.gm-navigation-drawer--mobile {width:250px;}.gm-navigation-drawer--mobile {overflow: visible;}.gm-navigation-drawer--mobile .gm-burger {position: absolute;}.gm-navigation-drawer--mobile.gm-navigation-drawer--right .gm-burger {right: calc( 100% + 16px );}.gm-navigation-drawer--mobile.gm-navigation-drawer--left .gm-burger {left: calc( 100% + 16px );}.gm-navigation-drawer--open.gm-navigation-drawer--right .gm-burger {right: calc( 100% + 4px );}.gm-navigation-drawer--open.gm-navigation-drawer--left .gm-burger {left: calc( 100% + 4px );}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-menu-btn-close-mobile-drawer {padding: 12px 0px 12px 0px;}}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-menu-btn-close-mobile-drawer {display: flex; flex-wrap: nowrap; flex-direction: row; align-content: center; justify-content: flex-end; flex: 0; width: 100%;}}@media (max-width: 1023px) {.gm-menu-btn-close-mobile-drawer .hamburger {padding: 0; cursor: pointer; justify-content: center; padding: 0; min-width: 24px;}.gm-menu-btn-close-mobile-drawer .hamburger .hamburger-box, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {width: 24px;}.gm-menu-btn-close-mobile-drawer .hamburger .hamburger-box {height: 24px;}.gm-menu-btn-close-mobile-drawer .gm-menu-btn__inner {font-size: 24px;}}@media (max-width: 1023px) {.gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {height: 3px;}}@media (max-width: 1023px) {.gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {background-color: rgba(104,104,104,1);}.gm-menu-btn-close-mobile-drawer .gm-menu-btn__inner {color: rgba(104,104,104,1);}}@media (max-width: 1023px) {.gm-menu-btn-close-mobile-drawer .hamburger {background-color: rgba(0,0,0,0);}.gm-menu-btn-close-mobile-drawer .gm-menu-btn__inner {background-color: rgba(0,0,0,0);}}@media (max-width: 1023px) {.gm-anchor, .gm-mega-menu__item__title {padding:9px 0;}.gm-navigation-drawer .gm-caret {position: absolute; right: 0; height: 38px; top: auto; padding: calc( 9px + 3px ) 0 9px 18px; min-width: 50px;}.gm-navigation-drawer .gm-dropdown > .gm-anchor {position: relative;}.gm-navigation-drawer .gm-dropdown > .gm-anchor .gm-menu-item__txt-wrapper {padding-right: 50px;}}.gm-navigation-drawer--mobile.gm-navigation-drawer--right {transform: translate3d(250px, 0, 0); right: 0}@media (max-width: 1023px) {.gm-hide-on-mobile {display: none;}.gm-hide-on-mobile-by-option {display: none !important;}}@media (max-width: 1023px) {.gm-inner .gm-container {height: 70px;}}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor, .gm-navigation-drawer--mobile .gm-navbar-nav .gm-dropdown-menu-title {font-size: 14px}}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor, .gm-navigation-drawer--mobile .gm-navbar-nav .gm-dropdown-menu-title {text-transform: uppercase}}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-dropdown-menu .gm-anchor {font-size: 13px}}@media (max-width: 1023px) {.gm-navigation-drawer--mobile .gm-dropdown-menu .gm-anchor {text-transform: uppercase}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor {font-size: 14px}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-menu-item__link {font-size: 13px}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-navbar-nav > li > .gm-anchor {text-transform: uppercase}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-menu-item__link {text-transform: uppercase}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item__title, .gm-main-menu-wrapper .gm-mega-menu__item__title .gm-menu-item__txt {text-transform: uppercase}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item__title, .gm-main-menu-wrapper .gm-mega-menu__item__title .gm-menu-item__txt {font-size: 13px}}#lang_sel_click {display: none}@media (max-width: 1023px) {.gm-navbar .gm-logo {flex: 1 1; justify-content: flex-start;}}@media (max-width: 1023px) {.gm-navbar .gm-logo {transition: opacity 0.2s 0.18s;}.gm-navbar .gm-menu-actions-wrapper {transition: opacity 0.2s 0.18s, all 0.2s;}.gm-drawer--open .gm-logo, .gm-drawer--open .gm-menu-actions-wrapper {opacity: 0; }}@media (min-width: 1024px) {.gm-burger {display: none;}}@media (max-width: 1023px) {.gm-burger {display: block;}}@media (min-width: 1024px) {.gm-menu-btn__inner {color: rgba(104, 104, 104, 1.0);}.gm-menu-actions-wrapper a.gm-minicart-link {color: rgba(104, 104, 104, 1.0) !important;}}@media (min-width: 1024px) {.gm-menu-btn__inner {font-size: 24px;}}@media (min-width: 1024px) {.gm-menu-btn__inner {background-color: rgba(0, 0, 0, 0.0);}}@media (max-width: 1023px) {.gm-menu-btn__inner {color: rgba(104, 104, 104, 1.0);}.gm-menu-actions-wrapper .gm-search > .gm-icon {color: rgba(104, 104, 104, 1.0);}.gm-menu-actions-wrapper a {color: rgba(104, 104, 104, 1.0);}.gm-menu-actions-wrapper a.gm-minicart-link {color: rgba(104, 104, 104, 1.0) !important;}.gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}.gm-burger.hamburger.is-active .hamburger-inner, .gm-burger.hamburger.is-active .hamburger-inner::after, .gm-burger.hamburger.is-active .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}}@media (max-width: 1023px) {.gm-navbar .gm-menu-actions-wrapper .gm-minicart {display: none;}}@media (max-width: 1023px) {.gm-navbar .gm-menu-actions-wrapper .gm-search {display: none;}}@media (min-width: 1024px) {.gm-navbar ~ .gm-navbar ~ .gm-main-menu-wrapper .gm-actions > .gm-search {display: none;}.gm-navbar .gm-menu-actions-wrapper > .gm-search {display: none;}}@media (min-width: 1024px) {.gm-navbar ~ .gm-main-menu-wrapper .gm-actions > .gm-minicart {display: none;}.gm-navbar .gm-menu-actions-wrapper > .gm-minicart {display: none;}}@media (max-width: 1023px) {.gm-menu-btn__inner, .gm-navbar .gm-menu-actions-wrapper .gm-minicart .gm-icon {font-size: 24px;}.gm-navbar .gm-menu-actions-wrapper .gm-search > .gm-icon {font-size: 24px;}.gm-burger .hamburger-box, .gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before {width: 24px;}.gm-burger .hamburger-box {height: 24px;}}@media (max-width: 1023px) {.gm-menu-btn__inner, .gm-burger {background-color: rgba(0, 0, 0, 0.0);}}@media (max-width: 1023px) {.gm-menu-btn__inner, .gm-burger {padding: 0;}}@media (max-width: 1023px) {.gm-menu-btn__inner, .gm-burger {border: 0px solid rgba(0, 0, 0, 0.0);}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item:not(:last-of-type) > .gm-dropdown-menu-wrapper > ul::after {border-right: 1px solid rgba(255, 255, 255, 0.0);}}@media (min-width: 1024px) {.gm-main-menu-wrapper .gm-mega-menu__item .gm-menu-item__link {border-bottom: none !important;}}.gm-navbar .gm-toolbar-socials-list__item {border: none!important}@media (min-width: 1024px) {.gm-navbar .gm-logo > a img {height: 46px}}@media (max-width: 1023px) {.gm-navbar .gm-logo > a img {height: 44px}}@media (max-width: 1023px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-mobile {display: flex;}}@media (max-width: 1023px) {.gm-navbar:not(.gm-navbar-sticky-toggle) .gm-logo__img-mobile-alt {display: none;}}@media (min-width: 1024px) {.gm-navbar .grid {flex-basis: 0; flex-grow: 1; max-width: 100%;}.gm-navbar .grid-5 {max-width: 5%; flex: 0 0 5%;}.gm-navbar .grid-10 {max-width: 10%; flex: 0 0 10%;}.gm-navbar .grid-11 {max-width: 11.11111%; flex: 0 0 11.11111%;}.gm-navbar .grid-12 {max-width: 12.5%; flex: 0 0 12.5%;}.gm-navbar .grid-14 {max-width: 14.28571%; flex: 0 0 14.28571%;}.gm-navbar .grid-15 {max-width: 15%; flex: 0 0 15%;}.gm-navbar .grid-16 {max-width: 16.66666%; flex: 0 0 16.66666%;}.gm-navbar .grid-20 {max-width: 20%; flex: 0 0 20%;}.gm-navbar .grid-25 {max-width: 25%; flex: 0 0 25%;}.gm-navbar .grid-30 {max-width: 30%; flex: 0 0 30%;}.gm-navbar .grid-35 {max-width: 35%; flex: 0 0 35%;}.gm-navbar .grid-40 {max-width: 40%; flex: 0 0 40%;}.gm-navbar .grid-45 {max-width: 45%; flex: 0 0 45%;}.gm-navbar .grid-50 {max-width: 50%; flex: 0 0 50%;}.gm-navbar .grid-55 {max-width: 55%; flex: 0 0 55%;}.gm-navbar .grid-60 {max-width: 60%; flex: 0 0 60%;}.gm-navbar .grid-65 {max-width: 65%; flex: 0 0 65%;}.gm-navbar .grid-70 {max-width: 70%; flex: 0 0 70%;}.gm-navbar .grid-75 {max-width: 75%; flex: 0 0 75%;}.gm-navbar .grid-80 {max-width: 80%; flex: 0 0 80%;}.gm-navbar .grid-85 {max-width: 85%; flex: 0 0 85%;}.gm-navbar .grid-90 {max-width: 90%; flex: 0 0 90%;}.gm-navbar .grid-95 {max-width: 95%; flex: 0 0 95%;}.gm-navbar .grid-33 {max-width: 33.33333%; flex: 0 0 33.33333%;}.gm-navbar .grid-66 {max-width: 66.66667%; flex: 0 0 66.66667%;}.gm-navbar .grid-100 {max-width: 100%; flex: 0 0 100%;}.gm-navbar .attachment-menu-thumb, .gm-main-menu-wrapper .attachment-menu-thumb {position: fixed; z-index: 99999; top: 0; display: none; max-width: none; opacity: 0; transition: opacity 0.2s 0.5s;}.gm-navbar:not(.gm-navbar--align-right) .attachment-menu-thumb {left: calc(100% - 30px);}.gm-navbar.gm-navbar--align-right .attachment-menu-thumb {right: 100%;}.gm-menu-item.gm-has-featured-img:hover .attachment-menu-thumb {display: block;}[dir='rtl'] .gm-caret i {transform: rotate(180deg);}.gm-caret {padding-left: 5px}}@media (min-width: 1024px) {.gm-navbar .gm-menu-btn {display: none;}.gm-navbar .gm-menu-actions-wrapper {display: none;}}@media (max-width: 1023px) {.gm-navbar .mobile-grid {flex-basis: 0; flex-grow: 1; max-width: 100%;}.gm-navbar .mobile-grid-5 {max-width: 5%; flex: 0 0 5%;}.gm-navbar .mobile-grid-10 {max-width: 10%; flex: 0 0 10%;}.gm-navbar .mobile-grid-11 {max-width: 11.11111%; flex: 0 0 11.11111%;}.gm-navbar .mobile-grid-12 {max-width: 12.5%; flex: 0 0 12.5%;}.gm-navbar .mobile-grid-14 {max-width: 14.28571%; flex: 0 0 14.28571%;}.gm-navbar .mobile-grid-15 {max-width: 15%; flex: 0 0 15%;}.gm-navbar .mobile-grid-16 {max-width: 16.66666%; flex: 0 0 16.66666%;}.gm-navbar .mobile-grid-20 {max-width: 20%; flex: 0 0 20%;}.gm-navbar .mobile-grid-25 {max-width: 25%; flex: 0 0 25%;}.gm-navbar .mobile-grid-30 {max-width: 30%; flex: 0 0 30%;}.gm-navbar .mobile-grid-35 {max-width: 35%; flex: 0 0 35%;}.gm-navbar .mobile-grid-40 {max-width: 40%; flex: 0 0 40%;}.gm-navbar .mobile-grid-45 {max-width: 45%; flex: 0 0 45%;}.gm-navbar .mobile-grid-50 {max-width: 50%; flex: 0 0 50%;}.gm-navbar .mobile-grid-55 {max-width: 55%; flex: 0 0 55%;}.gm-navbar .mobile-grid-60 {max-width: 60%; flex: 0 0 60%;}.gm-navbar .mobile-grid-65 {max-width: 65%; flex: 0 0 65%;}.gm-navbar .mobile-grid-70 {max-width: 70%; flex: 0 0 70%;}.gm-navbar .mobile-grid-75 {max-width: 75%; flex: 0 0 75%;}.gm-navbar .mobile-grid-80 {max-width: 80%; flex: 0 0 80%;}.gm-navbar .mobile-grid-85 {max-width: 85%; flex: 0 0 85%;}.gm-navbar .mobile-grid-90 {max-width: 90%; flex: 0 0 90%;}.gm-navbar .mobile-grid-95 {max-width: 95%; flex: 0 0 95%;}.gm-navbar .mobile-grid-33 {max-width: 33.33333%; flex: 0 0 33.33333%;}.gm-navbar .mobile-grid-66 {max-width: 66.66667%; flex: 0 0 66.66667%;}.gm-navbar .mobile-grid-100 {max-width: 100%; flex: 0 0 100%;}.gm-toolbar-bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: opacity 0.2s; z-index: -1;}.gm-container {padding-right: 15px; padding-left: 15px; flex-wrap: wrap;}.attachment-menu-thumb {display: none;}.gm-dropdown-menu--background {background-image: none !important;}.gm-menu-btn {display: flex;}.gm-caret {padding-left: 15px}.gm-main-menu-wrapper .gm-dropdown-submenu .gm-caret i {transform: rotate(90deg)}[dir='rtl'] .gm-main-menu-wrapper .gm-dropdown-submenu .gm-caret i {transform: rotate(-90deg)}[dir='rtl'] .gm-navigation-drawer .gm-dropdown-toggle.gm-menu-item__link .gm-caret i {transform: rotate(-90deg)}}@media (max-width: 1023px) {.gm-main-menu-wrapper {display: none !important;}}.gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before {height: 3px;}@media (max-width: 1023px) {.gm-burger.gm-burger--float .hamburger-inner, .gm-burger.gm-burger--float .hamburger-inner::after, .gm-burger.gm-burger--float .hamburger-inner::before {background-color: rgba(104,104,104,1);}}@media (max-width: 1023px) {.gm-burger.gm-burger--float .hamburger-box, .gm-burger.gm-burger--float .hamburger-inner, .gm-burger.gm-burger--float .hamburger-inner::after, .gm-burger.gm-burger--float .hamburger-inner::before {width: 24px;}.gm-burger.gm-burger--float .hamburger-box {height: 24px;}}@media (max-width: 1023px) {.gm-burger.gm-burger--float {background-color: rgba(0,0,0,0);}}@media (min-width: 1024px) {.gm-menu-btn .gm-menu-btn--text {display: none;}}@media (min-width: 1024px) {.gm-menu-btn-second .gm-menu-btn--text {display: none;}}@media (max-width: 1023px) {.gm-menu-btn--text {display: none;}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-navbar-nav > li.current-menu-parent > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav > li.current-menu-ancestor > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav > li.current-page-ancestor > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav > li.current-menu-item > .gm-anchor, .gm-navbar-sticky-toggle .gm-navbar-nav > li > .gm-anchor:hover, .gm-navbar-sticky-toggle .gm-navbar-nav > .menu-item.gm-open > .gm-anchor {background-color: rgba(230, 53, 64, 1.0) !important}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > li > .gm-anchor:hover, .gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > .menu-item.gm-open > .gm-anchor, .gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > li.current-menu-ancestor.gm-open > .gm-anchor, .gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > li.current-menu-ancestor > .gm-anchor, .gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > li.current-page-ancestor.gm-open > .gm-anchor, .gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > li.current-page-ancestor > .gm-anchor, .gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > li.current-menu-item > .gm-anchor, .gm-navbar-sticky-toggle #gm-main-menu .gm-navbar-nav > li.current-menu-parent > .gm-anchor {color: rgba(255, 255, 255, 1.0) !important}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-inner  .gm-container {height: 60px;}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-nav-inline-divider, .gm-navbar-sticky-toggle.gm-navbar--has-divider .gm-main-menu-wrapper .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before {background-color: rgba(90, 90, 90, 1.0)}.gm-navbar-sticky-toggle .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav > li > .gm-anchor, .gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-search > i, .gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-minicart-icon-wrapper > i {color: rgba(90, 90, 90, 1.0)}.gm-navbar-sticky-toggle .gm-main-menu-wrapper .gm-nav-inline-divider {background-color: rgba(90, 90, 90, 1.0)}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-logo__img-default, .gm-navbar-sticky-toggle .gm-logo__img-alt {display: none;}}.gm-navbar-sticky:not(.gm-navbar-sticky-toggle) .gm-main-menu-wrapper {top: 0 !important;}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky {display: flex;}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky-alt {display: none;}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-logo > a > img {height: 46px}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner {color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-actions-wrapper a.gm-minicart-link {color: rgba(104, 104, 104, 1.0) !important;}.gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-btn.gm-burger.hamburger.is-active .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger.hamburger.is-active .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger.hamburger.is-active .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger.hamburger.is-active .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger.hamburger.is-active .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger.hamburger.is-active .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner {font-size: 24px;}.gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-box, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::before {width: 24px;}.gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-box {height: 24px;}.gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-box, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-inner::before {width: 24px;}.gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger .hamburger-box {height: 24px;}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger {background-color: rgba(0, 0, 0, 0.0);}}@media (min-width: 1024px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger, .gm-navbar-sticky-toggle .gm-menu-btn-second.gm-burger {border: 0px solid rgba(0, 0, 0, 0.0);}}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky-mobile {display: flex;}}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-logo__img-sticky-alt-mobile {display: none;}}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-logo > a > img {height: 44px}}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner {color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-actions-wrapper .gm-search > .gm-icon {color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-actions-wrapper a {color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-actions-wrapper a.gm-minicart-link {color: rgba(104, 104, 104, 1.0) !important;}.gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-inner, .gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}.gm-navbar-sticky-toggle .gm-menu-btn.gm-burger.hamburger.is-active .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger.hamburger.is-active .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger.hamburger.is-active .hamburger-inner::before {background-color: rgba(104, 104, 104, 1.0);}}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner, .gm-navbar.gm-navbar-sticky-toggle .gm-menu-actions-wrapper .gm-minicart .gm-icon {font-size: 24px;}.gm-navbar.gm-navbar-sticky-toggle .gm-menu-actions-wrapper .gm-search > .gm-icon {font-size: 24px;}.gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-box, .gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-inner, .gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-inner::before {width: 24px;}.gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-box, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::after, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-inner::before {width: 24px;}.gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger .hamburger-box, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger .hamburger-box {height: 24px;}}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-menu-btn__inner {background-color: rgba(0, 0, 0, 0.0);}.gm-navbar-sticky-toggle ~ .gm-navigation-drawer--mobile .gm-burger, .gm-navbar-sticky-toggle .gm-menu-btn.gm-burger {background-color: rgba(0, 0, 0, 0.0);}}@media (max-width: 1023px) {.gm-navbar-sticky-toggle .gm-inner .gm-container {height: 70px}}.gm-navbar-sticky-toggle .gm-inner-bg {background-color: rgba(255, 255, 255, 1.0)}.gm-navbar-sticky-toggle .gm-inner-bg {background-repeat: no-repeat}.gm-navbar-sticky-toggle .gm-inner-bg {background-attachment: scroll}.gm-navbar-sticky-toggle .gm-inner-bg {background-position: center center}.gm-navbar-sticky-toggle .gm-inner {border-bottom-color: rgba(0, 0, 0, 0.0); border-bottom-width: 0px}

.lepopup-html-noscroll {
	overflow: hidden !important;
}
.lepopup-form .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lepopup-form .fas, .lepopup-form .far {
	font-family: "Font Awesome 5 Free" !important;
}
.lepopup-form .fas {
	font-weight: 900 !important;
}
.lepopup-form .far {
	font-weight: 400 !important;
}
.lepopup-form .fab {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400 !important;
}
.lepopup-popup-container {
	display: none;
}
.lepopup-popup-container .lepopup-form {
	position: fixed !important;
	z-index: 1000001;
	text-align: left;
/*	display: none;*/
}
.lepopup-popup-container .lepopup-form-position-top-left {
	top: 16px !important;
	left: 16px !important;
	transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-top-center {
	top: 16px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}
.lepopup-popup-container .lepopup-form-position-top-right {
	top: 16px !important;
	right: 16px !important;
	transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-middle-left {
    left: 16px !important;
    top: 50% !important;
	transform: translate(0, -50%);
}
.lepopup-popup-container .lepopup-form-position-middle-center {
    left: 50% !important;
    top: 50% !important;
	transform: translate(-50%, -50%);
}
.lepopup-popup-container .lepopup-form-position-middle-right {
    right: 16px !important;
    top: 50% !important;
	transform: translate(0, -50%);
}
.lepopup-popup-container .lepopup-form-position-bottom-left {
	bottom: 16px !important;
	left: 16px !important;
	transform: translate(0, 0);
}
.lepopup-popup-container .lepopup-form-position-bottom-center {
	bottom: 16px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}
.lepopup-popup-container .lepopup-form-position-bottom-right {
	bottom: 16px !important;
	right: 16px !important;
	transform: translate(0, 0);
}
.lepopup-form-page-closed .lepopup-element {
	animation-duration: 500ms !important;
	animation-delay: 0ms !important;
}
.lepopup-form-inner {
	position: relative;
}
.lepopup-inline {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	margin: 0 auto;
}
.lepopup-inline>.lepopup-form {
	margin: 0 auto;
}
.lepopup-element {
	clear: both;
	line-height: 1.4;
	position: absolute !important;
}
.lepopup-element:before {
	content: " ";
	display: block;
}
.lepopup-element:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}
.lepopup-row.lepopup-element {
	padding: 0 !important;
}
.lepopup-row.lepopup-element::after {
	display: table;
	content: ' ';
	clear: both;
}
.lepopup-col {
	float: left;
	min-height: 1px;
}
.lepopup-collapsed .lepopup-col {
	width: 100% !important;
}
.lepopup-collapsed .lepopup-cr-container {
	width: 100% !important;
}
.lepopup-collapsed .lepopup-button {
	display: block !important;
}
.lepopup-collapsed .lepopup-element-label-left .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-left .lepopup-column-input {
	width: 100%;
}
.lepopup-collapsed .lepopup-element-label-right .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-right .lepopup-column-input {
	width: 100%;
}
.lepopup-col .lepopup-element:first-of-type {
	margin-top: 0;
}
.lepopup-col .lepopup-element:last-of-type {
	margin-bottom: 0;
}
.lepopup-col-1 {
	width: 8.33333333%;
}
.lepopup-col-2 {
	width: 16.66666666%;
}
.lepopup-col-3 {
	width: 25%;
}
.lepopup-col-4 {
	width: 33.33333333%;
}
.lepopup-col-5 {
	width: 41.66666666%;
}
.lepopup-col-6 {
	width: 50%;
}
.lepopup-col-7 {
	width: 58.33333333%;
}
.lepopup-col-8 {
	width: 66.66666666%;
}
.lepopup-col-9 {
	width: 75%;
}
.lepopup-col-10 {
	width: 83.33333333%;
}
.lepopup-col-11 {
	width: 91.66666666%;
}
.lepopup-col-12 {
	width: 100%;
}
.lepopup-inherited {
	display: block !important;
	height: 100% !important; 
	white-space: nowrap;
	box-sizing: border-box !important;
	padding: 0 !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.lepopup-inherited::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	padding-top: 3px;
}
.lepopup-inherited-red, .lepopup-inherited-red:visited {
	border: 1px solid #B20000;
	background-color: rgb(255,48,25);
	background-image: linear-gradient(to bottom, rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
}
.lepopup-inherited-green, .lepopup-inherited-green:visited {
	border: 1px solid #307818;
	background-color: rgb(72,180,36);
	background-image: linear-gradient(to bottom, rgba(72,180,36,1) 0%,rgba(48,120,24,1) 100%);
}
.lepopup-inherited-blue, .lepopup-inherited-blue:visited {
	border: 1px solid #306090;
	background-color: rgb(40,80,200);
	background-image: linear-gradient(to bottom, rgba(40,80,200,1) 0%,rgba(30,47,144,1) 100%);
}
.lepopup-inherited-yellow, .lepopup-inherited-yellow:visited {
	border: 1px solid #E5A904;
	background-color: rgb(255,210,90);
	background-image: linear-gradient(to bottom, rgba(255,210,90,1) 0%,rgba(255,190,0,1) 100%);
}
.lepopup-inherited-orange, .lepopup-inherited-orange:visited {
	border: 1px solid #E56E0D;
	background-color: rgb(255,170,78);
	background-image: linear-gradient(to bottom, rgba(255,170,78,1) 0%,rgba(255,120,10,1) 100%);
}
.lepopup-inherited-pink, .lepopup-inherited-pink:visited {
	border: 1px solid #CC026A;
	background-color: rgb(255,90,170);
	background-image: linear-gradient(to bottom, rgba(255,90,170,1) 0%,rgba(240,0,120,1) 100%);
}
.lepopup-inherited-black, .lepopup-inherited-black:visited {
	border: 1px solid #000000;
	background-color: rgb(72,72,72);
	background-image: linear-gradient(to bottom, rgba(72,72,72,1) 0%,rgba(10,10,10,1) 100%);
}
.lepopup-inherited-red:hover, .lepopup-inherited-red:focus, .lepopup-inherited-red:active,
.lepopup-inherited-green:hover, .lepopup-inherited-green:focus, .lepopup-inherited-green:active,
.lepopup-inherited-blue:hover, .lepopup-inherited-blue:focus, .lepopup-inherited-blue:active,
.lepopup-inherited-yellow:hover, .lepopup-inherited-yellow:focus, .lepopup-inherited-yellow:active,
.lepopup-inherited-pink:hover, .lepopup-inherited-pink:focus, .lepopup-inherited-pink:active,
.lepopup-inherited-black:hover, .lepopup-inherited-black:focus, .lepopup-inherited-black:active,
.lepopup-inherited-orange:hover, .lepopup-inherited-orange:focus, .lepopup-inherited-orange:active {
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.01) 100%);
}

.lepopup-element * {
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	box-sizing: border-box;
}
.lepopup-element form {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
}
.lepopup-element .lepopup-input:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
}

.lepopup-element-error:before,
.lepopup-uploader-error:before {
	content: ' ';
	background: inherit;
	position: absolute;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 799;
	margin-top: -3px;
	margin-left: 5px;
	}
.lepopup-element-error,
.lepopup-uploader-error {
	background: red;
	position: absolute;
	line-height: 1.4;
	z-index: 800;
	border-radius: 4px;
	margin-top: 5px;
	display: none;
	padding: 0;
	left: 0;
	margin-bottom: -5px;	
	box-shadow: 1px 1px 10px -4px #000;
}
.lepopup-element-error span,
.lepopup-uploader-error span {
	padding: 0.3em 0.7em;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	display: inline-block;
}


.lepopup-element label.lepopup-label {
	line-height: 1em;
	margin: 0 0 0.4em 0;
	font-size: 16px;
	display: block;
}

.lepopup-form .lepopup-element-label-left .lepopup-column-label {
	padding-right: 0.5em;
}
.lepopup-form .lepopup-element-label-left .lepopup-column-label, .lepopup-form .lepopup-element-label-left .lepopup-column-input {
	float: left;
}
.lepopup-form .lepopup-element-label-right .lepopup-column-label {
	padding-left: 0.5em;
}
.lepopup-form .lepopup-element-label-right .lepopup-column-label, .lepopup-form .lepopup-element-label-right .lepopup-column-input {
	float: right;
}
.lepopup-form .lepopup-element-label-none .lepopup-column-label {
	display:none !important;
}
.lepopup-element label.lepopup-description {
	line-height: 1em;
	margin: 0.4em 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #888;
	display: block;
}
.lepopup-form-description-none .lepopup-element label.lepopup-description {
	display:none;
}
.lepopup-form .lepopup-element-description-none label.lepopup-description {
	display:none !important;
}
.lepopup-form .lepopup-element-description-bottom label.lepopup-description {
	display:block !important;
}
.lepopup-form .lepopup-element-label-none label.lepopup-description,
.lepopup-form .lepopup-element-label-top label.lepopup-description {
	margin-left:0 !important;margin-right:0 !important;
}
.lepopup-element div.lepopup-input {
	position: relative;
}
.lepopup-input div.airdatepicker {
	z-index: 1000;
}
.lepopup-element div.lepopup-input {
	height: inherit;
	line-height: auto;
}

.lepopup-element div.lepopup-input input[type="text"],
.lepopup-element div.lepopup-input input[type="email"],
.lepopup-element div.lepopup-input input[type="password"],
.lepopup-element div.lepopup-input select,
.lepopup-element div.lepopup-input textarea {
	border-spacing: 0;
	vertical-align: top;
	outline: none;
	box-sizing: border-box;
	box-shadow: none;
	padding: 0 1em !important;
	margin: 0;
	min-width: 0px;
	max-width: 100%;
	min-height: 20px;	
	width: 100%;
	height: 100%;
	line-height: inherit;
	transition-property: border, background, color, box-shadow;
	-webkit-transition-property: border, background, color, box-shadow;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}
.lepopup-element div.lepopup-input textarea {
	padding-top: 0.5em !important;
	padding-bottom: 0.5em;
}
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"],
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"],
.lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"],
.lepopup-element div.lepopup-input.lepopup-icon-left textarea {
	padding-left: 48px !important;
}
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"],
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"],
.lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"],
.lepopup-element div.lepopup-input.lepopup-icon-right textarea {
	padding-right: 48px !important;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left textarea {
	padding-left: 1em !important;
	margin-left: 40px;
	width: calc(100% - 40px);
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right textarea {
	padding-right: 1em !important;
	margin-right: 40px;
	width: calc(100% - 40px);
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="text"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="email"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="password"],
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right textarea {
	width: calc(100% - 80px);
}
.lepopup-element div.lepopup-input>i {
	position: absolute;
	line-height: inherit;
	width: 40px;
	text-align: center;
	font-size: 16px;
	z-index: 102;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input>i {
	width: 40px;
}
/*.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left>i,
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right>i {
	font-size: 1.3em;
}*/
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left+label.lepopup-description {
	padding-left: 40px;
}
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right+label.lepopup-description {
	padding-right: 40px;
}
.lepopup-element div.lepopup-input>i.lepopup-icon-left {
	top: 0;
	left: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.lepopup-element div.lepopup-input>i.lepopup-icon-right {
	top: 0;
	right: 0;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right {
	display: table;
	line-height: initial;
	height: 100%;
}
.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left::before, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right::before {
	display: table-cell;
	vertical-align: middle;
}
.lepopup-element .lepopup-button {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	transition-property: border, background, color, box-shadow, width, height, font-size;
	-webkit-transition-property: border, background, color, box-shadow, width, height, font-size;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	outline: none;
	overflow: hidden;
	display: block !important;
	height: 100% !important;
	white-space: nowrap;
	box-sizing: border-box !important;
	padding: 0 !important;	
}
.lepopup-element .lepopup-button::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.lepopup-element .lepopup-button-full {
	display: block;
}
.lepopup-element .lepopup-button.lepopup-button-tiny {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}
.lepopup-element .lepopup-button.lepopup-button-small {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
.lepopup-element .lepopup-button.lepopup-button-medium {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
.lepopup-element .lepopup-button.lepopup-button-large {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}
.lepopup-element .lepopup-button.lepopup-button-huge {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
}
.lepopup-element .lepopup-button i {
	font-size: inherit;
	color: inherit;
	width: 1em;
	margin: 0 0.5em 0 0;
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-1px);
	text-align: center;
}
.lepopup-element .lepopup-button span+i {
	margin: 0 0 0 0.5em;
	text-align: right;
}
.lepopup-element .lepopup-button span {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;	
	color: inherit;
	padding: 0;
	margin: 0;
	text-decoration: inherit;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	line-height: inherit;
	vertical-align: middle;
	display: contents;
	display: inline-block;
	/*transform: translateY(-1px);*/
}
.lepopup-element .lepopup-button.lepopup-button-zoom-in:active {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.lepopup-element .lepopup-button.lepopup-button-zoom-out:active {
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
}
.lepopup-element .lepopup-button.lepopup-button-shift-down:active {
	transform:translateY(2px);
	-webkit-transform:translateY(2px);
}
.lepopup-element .lepopup-button-disabled {
	transform:none !important;
	-webkit-transform:none !important;
	opacity:0.7 !important;
}
.lepopup-element-html {
	min-height: 20px;
	min-width: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}
.lepopup-element-rectangle {
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}
.lepopup-element-html-content {
	position: relative;
}
.lepopup-element-html-content iframe {
	width: 100%;
	height: 100%;
	height: -moz-available;
	height: -webkit-fill-available;
	height: fill-available;
}
.lepopup-element-html-scrollable {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: rgba(0,0,0,0.1) rgba(0,0,0,0.05);
	scrollbar-width: thin;
	-ms-overflow-style: none;
}
.lepopup-element-html-scrollable::-webkit-scrollbar {
	width: 5px;
}
.lepopup-element-html-scrollable::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}
.lepopup-element-html-scrollable::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,0.1);
}
.lepopup-element-html strong, .lepopup-element-html b {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
	text-shadow: none;
}
.lepopup-element-html em, .lepopup-element-html i {
	font-style: italic;
	font-size: inherit;
	color: inherit;
	text-shadow: none;
}
.lepopup-element-html span {
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}
.lepopup-element-html h1,
.lepopup-element-html h2,
.lepopup-element-html h3,
.lepopup-element-html h4,
.lepopup-element-html h5,
.lepopup-element-html h6 {
	font-weight: 700;
	margin: 0.4em 0;
	padding: 0;
	line-height: 1.475;
	text-shadow: none;
}
.lepopup-element-html h1 {
	font-size: 32px
}
.lepopup-element-html h2 {
	font-size: 24px
}
.lepopup-element-html h3 {
	font-size: 20px
}
.lepopup-element-html h4 {
	font-size: 18px
}
.lepopup-element-html h5 {
	font-size: 16px
}
.lepopup-element-html h6 {
	font-size: 14px
}
.lepopup-element-html p {
	line-height: 1.475;
	padding: 0;
	margin: 0.4em 0;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}
.lepopup-element-html .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lepopup-element-html .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.lepopup-element-html .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.lepopup-element-html img {
	max-width: 100%;
}
.lepopup-element-html hr {
	border: 0;
	border-top: 1px solid #a0a0a0;
	margin: 0.3em 0;
}
.lepopup-element-html ul {
	list-style: disc inside;
	margin: 0.3em 0;
	padding: 0;
	line-height: 1.475;
}
.lepopup-element-html ol {
	list-style: decimal inside;
	margin: 0.3em 0;
	padding: 0;
	line-height: 1.475;
}
.lepopup-element-html ul li,
.lepopup-element-html ol li {
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 1.475;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}
.lepopup-element-close span,
.lepopup-element-icon span,
.lepopup-element-icon a {
	display: block;
	text-align: center;
	cursor: pointer;
	font-family: arial !important;
	line-height: 1 !important;
	transition-property: color;
	transition-duration: .2s;
	text-decoration: none !important;
}
.lepopup-element-close span i,
.lepopup-element-icon span i,
.lepopup-element-icon a i {
	transition-property: color;
	transition-duration: .2s;
	font-size: inherit;
}
.lepopup-confirmaton-message {
	display: none;
}
.lepopup-ta-left {
	text-align: left !important;
}
.lepopup-ta-center {
	text-align: center !important;
}
.lepopup-ta-right {
	text-align: right !important;
}

/* Tiles - begin */
.lepopup-tile-layout-inline div.lepopup-tile-container {
	width: auto;
	display: inline-block;
	float: left;
}
div.lepopup-tile-container, div.lepopup-tile-box {
	max-width: 100%;
}	
.lepopup-tile-layout-2 div.lepopup-tile-container,
.lepopup-tile-layout-3 div.lepopup-tile-container,
.lepopup-tile-layout-4 div.lepopup-tile-container,
.lepopup-tile-layout-6 div.lepopup-tile-container {
	width: auto;
	display: block;
	float: left;
}
.lepopup-tile-layout-2 div.lepopup-tile-container {
	width: 50%;
}
.lepopup-tile-layout-3 div.lepopup-tile-container {
	width: 33.33333333%;
}
.lepopup-tile-layout-4 div.lepopup-tile-container {
	width: 25%;
}
.lepopup-tile-layout-6 div.lepopup-tile-container {
	width: 16.66666666%;
}
.lepopup-tile-layout-inline::after,
.lepopup-tile-layout-2::after,
.lepopup-tile-layout-3::after,
.lepopup-tile-layout-4::after,
.lepopup-tile-layout-6::after {
	content: ' ';
	display: table;
	clear: both;
}
.lepopup-tile-layout-right div.lepopup-tile-container {
	float: right !important;
	text-align: right;
}
.lepopup-tile-layout-1.lepopup-tile-layout-right div.lepopup-tile-container {
	clear: both;
}
input[type="checkbox"].lepopup-tile, input[type="radio"].lepopup-tile {
	display: none !important;
}
input[type="checkbox"].lepopup-tile+label, input[type="radio"].lepopup-tile+label {
	vertical-align: middle;
	margin: 0;
}
input[type="checkbox"].lepopup-tile+label:before,
input[type="checkbox"].lepopup-tile+label:after,
input[type="radio"].lepopup-tile+label:before,
input[type="radio"].lepopup-tile+label:after {
	content: '';
}
input[type="checkbox"].lepopup-tile+label:before,
input[type="radio"].lepopup-tile+label:before {
	display: none !important;
}
input[type="checkbox"].lepopup-tile+label,
input[type="radio"].lepopup-tile+label {
	appearance: none;
	border-style: solid;
	border-color: #ccc;
	border-radius: 2px;
	border-width: 1px;
	max-width: 100%;
	text-align: center;
	background: #fff;
	color: #444;
	cursor: pointer;
	display: block;
	vertical-align: top;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	white-space: nowrap;
	overflow: hidden;
}
input[type="checkbox"].lepopup-tile:checked+label,
input[type="radio"].lepopup-tile:checked+label {
	border-color: red;
}
.lepopup-tile-tiny+label {
	line-height: 18px;
	height: 20px;
}
.lepopup-tile-tiny+label {
	padding: 0 0.6em;
}
.lepopup-tile-small+label {
	line-height: 28px;
	height: 30px;
}
.lepopup-tile-small+label {
	padding: 0 0.8em;
}
.lepopup-tile-medium+label {
	line-height: 38px;
	height: 40px;
}
.lepopup-tile-medium+label {
	padding: 0 1em;
}
.lepopup-tile-large+label {
	line-height: 48px;
	height: 50px;
}
.lepopup-tile-large+label {
	padding: 0 1.2em;
}
.lepopup-tile-huge+label {
	line-height: 58px;
	height: 60px;
}
.lepopup-tile-huge+label {
	padding: 0 1.4em;
}
.lepopup-tile-box {
	display: inline-block;
	padding: 0.3em;
}
.lepopup-tile-full .lepopup-tile-box {
	display: block !important;
}
.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: scale(1.05);
}
.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: scale(0.95);
}
.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label,
.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: translateY(2px);
}
/* Tiles - end */

/* Checkboxes and Radio Buttons - begin */
.lepopup-cr-layout-inline div.lepopup-cr-container {
	width: auto;
	display: inline-block;
	float: left;
}
.lepopup-cr-layout-2 div.lepopup-cr-container,
.lepopup-cr-layout-3 div.lepopup-cr-container,
.lepopup-cr-layout-4 div.lepopup-cr-container,
.lepopup-cr-layout-6 div.lepopup-cr-container {
	width: auto;
	display: block;
	float: left;
}
.lepopup-cr-layout-2 div.lepopup-cr-container {
	width: 50%;
}
.lepopup-cr-layout-3 div.lepopup-cr-container {
	width: 33.33333333%;
}
.lepopup-cr-layout-4 div.lepopup-cr-container {
	width: 25%;
}
.lepopup-cr-layout-6 div.lepopup-cr-container {
	width: 16.66666666%;
}
.lepopup-cr-layout-inline::after,
.lepopup-cr-layout-2::after,
.lepopup-cr-layout-3::after,
.lepopup-cr-layout-4::after,
.lepopup-cr-layout-6::after {
	content: ' ';
	display: table;
	clear: both;
}
.lepopup-cr-layout-inline.lepopup-cr-layout-right div.lepopup-cr-container {
	float: right;
}
.lepopup-cr-layout-inline div.lepopup-cr-container div.lepopup-cr-label {
	width: auto;
}
.lepopup-cr-layout-2.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-3.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-4.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-6.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label,
.lepopup-cr-layout-inline div.lepopup-cr-container-left div.lepopup-cr-label {
	padding-right: 1.4em;
}
.lepopup-cr-layout-2.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-3.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-4.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-6.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label,
.lepopup-cr-layout-inline div.lepopup-cr-container-right div.lepopup-cr-label {
	padding-left: 1.4em;
}
div.lepopup-cr-container {
	display: table;
	width: 100%;
	margin: 0 0 5px 0;
}
div.lepopup-cr-container>div {
	vertical-align: top;
}
div.lepopup-cr-container.lepopup-cr-container-small {
	line-height: 16px;
}
div.lepopup-cr-container.lepopup-cr-container-medium {
	line-height: 20px;
}
div.lepopup-cr-container.lepopup-cr-container-large {
	line-height: 24px;
}
div.lepopup-cr-container.lepopup-cr-container-huge {
	line-height: 28px;
}
div.lepopup-cr-container div.lepopup-cr-box {
	display: table-cell;
}
div.lepopup-cr-container div.lepopup-cr-label {
	display: table-cell;
	width: 100%;
}
div.lepopup-cr-container div.lepopup-cr-label label {
	margin: 0;
	padding: 0;
	display: block;
	text-align: inherit;
}
div.lepopup-cr-container-left div.lepopup-cr-label {
	padding-left: 0.7em;
}
div.lepopup-cr-container-right div.lepopup-cr-label {
	padding-right: 0.7em;
}
input[type="checkbox"].lepopup-checkbox {
	display: none !important;
}
input[type="checkbox"].lepopup-checkbox+label {
	vertical-align: middle;
	margin: 0;
}
input[type="checkbox"].lepopup-checkbox+label:before,
input[type="checkbox"].lepopup-checkbox+label:after {
	content: '';
}
input[type="checkbox"].lepopup-checkbox+label:before {
	display: none !important;
}
input[type="checkbox"].lepopup-checkbox-classic+label,
input[type="checkbox"].lepopup-checkbox-fa-check+label,
input[type="checkbox"].lepopup-checkbox-square+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	border-radius: 2px;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #444;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
input[type="checkbox"].lepopup-checkbox-classic:checked+label,
input[type="checkbox"].lepopup-checkbox-fa-check:checked+label,
input[type="checkbox"].lepopup-checkbox-square:checked+label {
	transform: scale(1.1);
}
input[type="checkbox"].lepopup-checkbox-classic:checked+label:after {
	font-family: arial;
	content: '✔';
}
input[type="checkbox"].lepopup-checkbox-fa-check:checked+label:after {
	font-family: lepopup-if;
	content: "\e801";
}
input[type="checkbox"].lepopup-checkbox-square:checked+label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 2px;
	background: #aaa;
	display: inline-block;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
input[type="checkbox"].lepopup-checkbox-none+label {
	appearance: none;
	font-family: arial;
	font-size: 16px;
	color: #aaa;
}
input[type="checkbox"].lepopup-checkbox-none+label:after {
	content: 'none';
}
input[type="checkbox"].lepopup-checkbox-tgl+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	background: #fff;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: background 0.3s;
	box-sizing: border-box;
	border-radius: 100px;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
input[type="checkbox"].lepopup-checkbox-tgl+label:after {
	position: absolute;
	top: 2px;
	left: 2px;
	background: #aaa;
	border: none;
	border-radius: 100px;
	transition: left 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
input[type="checkbox"].lepopup-checkbox-tgl:checked+label {
	background: #aaa;
}
input[type="checkbox"].lepopup-checkbox-tgl:checked+label:after {
	background: #fff;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge+label {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge:checked+label:after {
	font-size: 28px;
	line-height: 26px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge:checked+label:after {
	font-size: 25px;
	line-height: 25px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge:checked+label:after {
	width: 16px;
	height: 16px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label {
	width: 48px;
	height: 26px;
	border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label:after {
	width: 18px;
	height: 18px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge:checked+label:after {
	left: 24px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large+label {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large:checked+label:after {
	font-size: 24px;
	line-height: 22px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large:checked+label:after {
	font-size: 21px;
	line-height: 21px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large:checked+label:after {
	width: 12px;
	height: 12px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label {
	width: 44px;
	height: 24px;
	border-width: 2px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label:after {
	width: 16px;
	height: 16px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large:checked+label:after {
	left: 22px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium+label {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium:checked+label:after {
	font-size: 20px;
	line-height: 19px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium:checked+label:after {
	font-size: 18px;
	line-height: 18px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium:checked+label:after {
	width: 10px;
	height: 10px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label {
	width: 38px;
	height: 20px;
	border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label:after {
	width: 14px;
	height: 14px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium:checked+label:after {
	left: 20px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small+label,
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small+label,
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small+label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small:checked+label:after {
	font-size: 16px;
	line-height: 15px;
}
input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small:checked+label:after {
	font-size: 15px;
	line-height: 14px;
}
input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small:checked+label:after {
	width: 6px;
	height: 6px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label {
	width: 30px;
	height: 16px;
	border-width: 1px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label:after {
	width: 10px;
	height: 10px;
}
input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small:checked+label:after {
	left: 16px;
}

input[type="radio"].lepopup-radio {
	display: none !important;
}
input[type="radio"].lepopup-radio+label {
	vertical-align: middle;
	margin: 0;
}
input[type="radio"].lepopup-radio+label:before,
input[type="radio"].lepopup-radio+label:after {
	content: '';
}
input[type="radio"].lepopup-radio+label:before {
	display: none !important;
}
input[type="radio"].lepopup-radio-classic+label,
input[type="radio"].lepopup-radio-fa-check+label,
input[type="radio"].lepopup-radio-dot+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #aaa;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	padding: 0;
}
input[type="radio"].lepopup-radio-classic:checked+label,
input[type="radio"].lepopup-radio-fa-check:checked+label,
input[type="radio"].lepopup-radio-dot:checked+label {
	transform: scale(1.1);
}

input[type="radio"].lepopup-radio-classic:checked+label:after {
	font-family: arial;
	content: '✔';
}
input[type="radio"].lepopup-radio-fa-check:checked+label:after {
	font-family: lepopup-if;
	content: "\e801";
}
input[type="radio"].lepopup-radio-dot:checked+label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	background: #aaa;
	display: inline-block;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-huge+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-huge+label {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-width: 2px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-huge:checked+label:after {
	font-size: 28px;
	line-height: 28px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge:checked+label:after {
	font-size: 25px;
	line-height: 29px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-huge:checked+label:after {
	width: 16px;
	height: 16px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-large+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-large+label {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-width: 2px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-large:checked+label:after {
	font-size: 24px;
	line-height: 24px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large:checked+label:after {
	font-size: 21px;
	line-height: 23px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-large:checked+label:after {
	width: 12px;
	height: 12px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-medium+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-medium+label {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-medium:checked+label:after {
	font-size: 20px;
	line-height: 20px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium:checked+label:after {
	font-size: 18px;
	line-height: 18px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-medium:checked+label:after {
	width: 10px;
	height: 10px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-small+label,
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small+label,
input[type="radio"].lepopup-radio-dot.lepopup-radio-small+label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-width: 1px;
}
input[type="radio"].lepopup-radio-classic.lepopup-radio-small:checked+label:after {
	font-size: 16px;
	line-height: 16px;
}
input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small:checked+label:after {
	font-size: 15px;
	line-height: 15px;
}
input[type="radio"].lepopup-radio-dot.lepopup-radio-small:checked+label:after {
	width: 6px;
	height: 6px;
}
.lepopup-cr-box input[type="checkbox"]+label, .lepopup-cr-box input[type="radio"]+label {
	vertical-align: top !important;
}

/* Checkboxes and Radio Buttons - begin */

/* Imageselect select - begin */
.lepopup-imageselect {
	display: none !important;
}
.lepopup-imageselect+label {
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	transition-property: border, transform, box-shadow, filter;
	-webkit-transition-property: border, transform, box-shadow, filter;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
}
.lepopup-imageselect+label span.lepopup-imageselect-image {
	display: block;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.lepopup-imageselect+label span.lepopup-imageselect-label {
	padding: 0.5em;
	display: block;
}
.lepopup-ta-left .lepopup-imageselect+label {
	margin: 5px 10px 5px 0;
}
.lepopup-ta-center .lepopup-imageselect+label {
	margin: 5px 5px 5px 5px;
}
.lepopup-ta-right .lepopup-imageselect+label {
	margin: 5px 0 5px 10px;
}
.lepopup-imageselect-grayscale .lepopup-imageselect+label {
	-moz-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");
	-o-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%);
	filter: gray;
	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");
}
.lepopup-imageselect-grayscale .lepopup-imageselect+label:hover,
.lepopup-imageselect-grayscale .lepopup-imageselect:checked+label {
	-moz-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	filter: none;
	filter: none;
}
.lepopup-imageselect+label:before,
.lepopup-imageselect+label:after {
	content: '';
}
.lepopup-imageselect:checked+label {
	display: inline-block;
	width: 100px;
	height: 100px;
}
/* Imageselect select - end */

/* Popup message - begin */
.lepopup-popup-message-overlay {
	position: fixed !important;
	z-index: 999999;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.lepopup-popup-message {
	position: fixed;
	z-index: 1000000;
	text-align: left;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	min-width: 480px;
	padding: 46px 40px 40px 40px;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 1px 1px 10px -3px rgba(0,0,0,0.8);
	color: #444;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}
.lepopup-popup-message-conntent {
	position: relative;
}
.lepopup-popup-message-close {
	position: absolute;
	z-index: 1000001;
	top: 8px;
	right: 8px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	font-family: lepopup-if;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.lepopup-popup-message-close:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
/* Popup message - end */

/* Popup mode - begin */
.lepopup-popup-overlay {
	position: fixed !important;
	z-index: 999999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	animation-duration: 1000ms !important;
	animation-delay: 0ms;	
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	box-sizing: content-box;
	padding-right: 20px;	
}
.lepopup-popup-loader {
	width: 90px;
	height: 90px;
	z-index: 1000000;
	position: fixed;
}
.lepopup-popup-loader-top-left {
	top: 32px !important;
	left: 32px !important;
	transform: translate(0, 0);
}
.lepopup-popup-loader-top-center {
	top: 32px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}
.lepopup-popup-loader-top-right {
	top: 32px !important;
	right: 32px !important;
	transform: translate(0, 0);
}
.lepopup-popup-loader-middle-left {
    left: 32px !important;
    top: 50% !important;
	transform: translate(0, -50%);
}
.lepopup-popup-loader-middle-center {
    left: 50% !important;
    top: 50% !important;
	transform: translate(-50%, -50%);
}
.lepopup-popup-loader-middle-right {
    right: 32px !important;
    top: 50% !important;
	transform: translate(0, -50%);
}
.lepopup-popup-loader-bottom-left {
	bottom: 32px !important;
	left: 32px !important;
	transform: translate(0, 0);
}
.lepopup-popup-loader-bottom-center {
	bottom: 32px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}
.lepopup-popup-loader-bottom-right {
	bottom: 32px !important;
	right: 32px !important;
	transform: translate(0, 0);
}
.lepopup-popup-fh-container {
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-color: transparent;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.lepopup-popup-fh-container::-webkit-scrollbar {
	display: none;
	width: 1px;
	background-color: transparent;
}
.lepopup-popup-fh-container::-webkit-scrollbar-track {
	display: none;
	width: 1px;
	background-color: transparent;
}
.lepopup-popup-fh-container::-webkit-scrollbar-thumb {
	display: none;
	width: 1px;
	background-color: transparent;
}
.lepopup-popup-fh-container::-moz-scrollbar {
	display: none;
	width: 1px;
	background-color: transparent;
}
.lepopup-popup-fh-container>.lepopup-form {
	position: absolute !important;
	top: 0 !important;
	bottom: auto !important;
	transform-origin: 50% 50%;
}

.lepopup-popup {
	position: absolute;
	z-index: 1000000;
	text-align: left;
	display: none;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 25px 10px 10px 10px;
	box-sizing: border-box;
}
.lepopup-popup-close {
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	text-shadow: 1px 1px rgba(0,0,0,0.3);	
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.lepopup-popup-close:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}
/* Popup mode - end */

/* Tripple Spinner - begin */
.lepopup-popup-loader-triple-spinner {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #FF5722;
  -webkit-animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
  animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
}

.lepopup-popup-loader-triple-spinner::before,
.lepopup-popup-loader-triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}
.lepopup-popup-loader-triple-spinner::before {
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-top-color: #FF9800;
  -webkit-animation: lepopup-popup-loader-triple-spinner-spin 3s linear infinite;
  animation: lepopup-popup-loader-triple-spinner-spin 3.5s linear infinite;
}
.lepopup-popup-loader-triple-spinner::after {
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-top-color: #FFC107;
  -webkit-animation: lepopup-popup-loader-triple-spinner-spin 1.5s linear infinite;
  animation: lepopup-popup-loader-triple-spinner-spin 1.75s linear infinite;
}
@-webkit-keyframes lepopup-popup-loader-triple-spinner-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes lepopup-popup-loader-triple-spinner-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* Tripple Spinner - end */

/* File uploader - begin */
div.lepopup-uploader {
	position: relative;
}
div.lepopup-uploader-engine, div.lepopup-uploader-engine>form, div.lepopup-uploader-engine>form>input, div.lepopup-uploader-engine>iframe {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	opacity: 0 !important;
}
div.lepopup-uploader-file {
	margin: 0.5em 0;
	line-height: 1.8;
	position: relative;
}
div.lepopup-uploader-file>span {
	font-size: 0.9em;
	line-height: 1.8;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	display: inline-block;
	opacity: 0.7;
}
div.lepopup-uploader-file>span>i {
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
div.lepopup-uploader-file>span:hover>i {
	color: red !important;
}
div.lepopup-uploader-file>div.lepopup-uploader-file-title {
	white-space: nowrap;
	overflow: hidden;
	font-size: 0.9em;
	margin-right: 40px;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress {
	line-height: 0.8em;
	height: 0.8em;
	font-size: 0.8em;
	opacity: 0.6;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-bar {
	height: 4px;
	background: green;
	border-radius: 4px;
}
div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-error {
	line-height: 1em;
	height: 1em;
	font-size: 1em;
	color: red;
}
/* File uploader - end */

/* Star rating - begin */
.lepopup-star-rating, .lepopup-star-rating>label { 
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	display: inline-block;
}
.lepopup-star-rating>input {
	display: none;
} 
.lepopup-star-rating>label:before {
	content: "" !important;
}
.lepopup-star-rating>label:after {
	cursor: pointer;
	margin: 5px 0.4em 5px 0;
	font-size: 1.25em;
	font-family: lepopup-if;
	display: inline-block;
	content: "\e800";
}
.lepopup-ta-right .lepopup-star-rating>label:after {
	margin: 5px 0 5px 0.4em;
}
.lepopup-ta-center .lepopup-star-rating>label:after {
	margin: 5px 0.2em 5px 0.2em;
}
.lepopup-star-rating-tiny>label:after { 
	font-size: 16px;
}
.lepopup-star-rating-small>label:after { 
	font-size: 20px;
}
.lepopup-star-rating-medium>label:after { 
	font-size: 24px;
}
.lepopup-star-rating-large>label:after { 
	font-size: 28px;
}
.lepopup-star-rating-huge>label:after { 
	font-size: 32px;
}
.lepopup-star-rating>label { 
	color: #ddd; 
	float: right;
	transition-property: color, transform;
	-webkit-transition-property: color, transform;
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}

.lepopup-star-rating>input:checked~label,
.lepopup-star-rating:not(:checked)>label:hover,
.lepopup-star-rating:not(:checked)>label:hover~label {
	color: #FFD700;
	transform: scale(1.2);
}

.lepopup-star-rating>input:checked+label:hover,
.lepopup-star-rating>input:checked~label:hover,
.lepopup-star-rating>label:hover~input:checked~label,
.lepopup-star-rating>input:checked~label:hover~label {
	opacity: 0.7;
} 
/* Star rating - end */
/* Multiselect - start */
.lepopup-multiselect {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
}
.lepopup-multiselect>input[type="checkbox"] {
	display: none !important;
}
.lepopup-multiselect>label {
	display: block !important;
	vertical-align: middle;
	margin: 0;
	padding: 0.5em 0.7em;
	color: inherit;
	margin: 0;
	text-align: inherit;
	border-bottom: 1px dashed rgba(0,0,0,0.03);
	transition: color, background 0.3s;
	-webkit-transition: color, background 0.2s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.lepopup-multiselect>label:nth-child(4n) {
	background: rgba(0,0,0,0.02);
}
.lepopup-multiselect>label:before,
.lepopup-multiselect>label:after {
	content: '' !important;
}
.lepopup-multiselect>label:hover {
	background: rgba(0,0,0,0.1);
}
.lepopup-multiselect>input[type="checkbox"]:checked+label {
	background: rgba(0,0,0,0.3);
}
.lepopup-multiselect>input[type="checkbox"]:disabled+label {
	opacity: 0.5;
}
.lepopup-multiselect::-webkit-scrollbar {
	width: 5px;
}
.lepopup-multiselect::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
}
.lepopup-multiselect::-webkit-scrollbar-thumb {
	/*background-color: #bd4070;*/
	opacity: 0.8;
}
/* Multiselect - end */
#lepopup-ready{width: 1px !important;}
.lepopup-dl {
	text-align: right;
	font-size: 14px;
	font-family: arial;
}
.lepopup-dl a {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #52af00;
	display: block;
}
.lepopup-dl a:hover {
	text-decoration: underline !important;
}
.lepopup-dl a:active {
	transform: translateY(2px);
}

/* Progress Bar - start */
div.lepopup-progress {
	padding: 10px 0;
	margin: 0 auto;
}
div.lepopup-progress.lepopup-progress-outside {
	display: none;
}
div.lepopup-progress::after {
	content: ' ';
	display: table;
	clear: both;
}
div.lepopup-progress-t1>div {
  width: 100%;
  height: 18px;
  line-height: 18px;
  position: relative;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  margin: 0px auto;
}
div.lepopup-progress-t1>div>div {
  background: #bd4070;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  line-height: inherit;
  text-align: right;
  padding-right: 0.6em;
  box-sizing: border-box;
  font-size: 80%;
  color: #fff;
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
div.lepopup-progress-t1>div>div:after {
  background-size: 40px 40px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.lepopup-progress-t1>label {
  display: block;
  font-size: 90%;
  margin-top: 4px;
  line-height: 1.2;
  color: #444;
  text-align: center;
  cursor: default;
}
div.lepopup-progress-t1.lepopup-progress-stripes>div>div:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
}

ul.lepopup-progress-t2 * {
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  cursor: default;
  box-sizing: border-box;
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

ul.lepopup-progress-t2 {
  width: 100%;
  height: 6px;
  background-color: #e0e0e0;
  border-radius: 5px;
  display: block;
  margin: 0px auto;
  list-style: none;
  padding: 0;
}
ul.lepopup-progress-t2>li {
  float: left;
  text-align: center !important;
  margin: -10px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.lepopup-progress-t2>li::before, ul.lepopup-progress-t2>li::after {
  display:none !important;
}
ul.lepopup-progress-t2>li>span {
  background-color: #e0e0e0;
  font-size: 90%;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 24px;
  text-align: center;
}
ul.lepopup-progress-t2>li>label {
  display: block;
  font-size: 90%;
  margin-top: 4px;
  color: #e0e0e0;
  text-align: center;
  cursor: default;
  line-height: 1.2;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-active>span {
  background-color: #bd4070;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-active>label {
  color: #444;
}
ul.lepopup-progress-t2>li.lepopup-progress-t2-passed>span {
  background-color: #bd4070;
}
.lepopup-progress-t2.lepopup-progress-stripes>li>span {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
}
/* Progress Bar - end */

/* Signature Pad - begin */
.lepopup-signature-box {
	height: 100%;
	border-style: dashed !important;
	position: relative;
}
.lepopup-signature-box canvas {
	width: 1px;
	height: 1px;
	cursor: crosshair;
}
.lepopup-signature-box span {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
	left: 8px;
	bottom: 6px;
	font-size: 18px;
}
/* Signature Pad - end */

/* Ion.RangeSlider - begin */
.lepopup-rangeslider .irs-from, .lepopup-rangeslider .irs-to, .lepopup-rangeslider .irs-single, .lepopup-rangeslider .irs-min, .lepopup-rangeslider .irs-max {
	font-size: 13px !important;
}
.lepopup-rangeslider .irs-grid-text {
	font-size: 12px !important;
}
.lepopup-rangeslider .irs-from:before, .lepopup-rangeslider .irs-to:before, .lepopup-rangeslider .irs-single:before {
	display: none !important;
}
/* Ion.RangeSlider - end */

/* Numeric spinner - begin */
.lepopup-numspinner-minus,
.lepopup-numspinner-plus {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lepopup-numspinner-minus:before,
.lepopup-numspinner-plus:before {
	font-size: 12px;
}
/* Numeric spinner - end */

.lepopup-xd-forbidden {
	font-size: 16px;
	font-family: arial;
	text-align: center;
	padding: 2em;
	background-color: red;
	color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 10px -4px rgba(0,0,0,0.7);
}

.lepopup-global-message {
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
	z-index: 9999999;
	padding: 1em 1.5em;
	border-radius: 3px;
	font-family: arial;
	font-size: 15px;
	line-height: 1.4;
	vertical-align: middle;
	font-weight: 400;
	box-shadow: 2px 2px 10px -6px #000000;
}
.lepopup-global-message-info {
	color: #fff;
	background: #5bc0de;
}
.lepopup-global-message-success {
	color: #fff;
	background: #5cb85c;
}
.lepopup-global-message-danger {
	color: #fff;
	background: #d9534f;
}

/* Required symbol - start */
span.lepopup-required-symbol {

}
span.lepopup-required-symbol-label-left {
	margin-right: 0.2em;
}
span.lepopup-required-symbol-label-right {
	margin-left: 0.2em;
}
/* Required symbol - start */

/* Mandatory Icons - start */
@font-face {
  font-family: 'lepopup-if';
  src: url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.eot?95267912);
  src: url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.eot?95267912#iefix) format('embedded-opentype'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.woff2?95267912) format('woff2'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.woff?95267912) format('woff'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.ttf?95267912) format('truetype'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-if.svg?95267912#lepopup-if) format('svg');
  font-weight: normal;
  font-style: normal;
}

span.lepopup-if, i.lepopup-if {
	display: inline-block;
	font: normal normal normal 14px/1 'lepopup-if';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lepopup-if-spin {
	-webkit-animation: lepopup-if-spin 2s infinite linear;
	animation: lepopup-if-spin 2s infinite linear;
}
@-webkit-keyframes lepopup-if-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes lepopup-if-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.lepopup-if-star:before { content: '\e800'; }
.lepopup-if-check:before { content: '\e801'; }
.lepopup-if-times:before { content: '\e802'; }
.lepopup-if-cancel-circled:before { content: '\e803'; }
.lepopup-if-cancel-circled2:before { content: '\e804'; }
.lepopup-if-help-circled:before { content: '\e805'; }
.lepopup-if-minus:before { content: '\e806'; }
.lepopup-if-plus:before { content: '\e807'; }
.lepopup-if-spinner:before { content: '\f110'; }
.lepopup-if-eraser:before { content: '\f12d'; }
/* Mandatory Icons - end */

/* IE10+ hacks - begin */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.lepopup-column-input {
		display: inline-flex;
	}
}
/* IE10+ hacks - end */

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.lepopup-animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.lepopup-animated.lepopup-infinite {
  animation-iteration-count: infinite;
}

.lepopup-animated.lepopup-hinge {
  animation-duration: 2s;
}

@keyframes lepopup-bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0,-4px,0);
  }
}
.lepopup-bounce {
  animation-name: lepopup-bounce;
  transform-origin: center bottom;
}

@keyframes lepopup-flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.lepopup-flash {
  animation-name: lepopup-flash;
}

@keyframes lepopup-pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.lepopup-pulse {
  animation-name: lepopup-pulse;
}

@keyframes lepopup-rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, .95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.lepopup-rubberBand {
  animation-name: lepopup-rubberBand;
}

@keyframes lepopup-shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.lepopup-shake {
  animation-name: lepopup-shake;
}

@keyframes lepopup-swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.lepopup-swing {
  transform-origin: top center;
  animation-name: lepopup-swing;
}

@keyframes lepopup-tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.lepopup-tada {
  animation-name: lepopup-tada;
}

@keyframes lepopup-wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.lepopup-wobble {
  animation-name: lepopup-wobble;
}

@keyframes lepopup-bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.lepopup-bounceIn {
  animation-name: lepopup-bounceIn;
  animation-duration: .75s;
}

@keyframes lepopup-bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.lepopup-bounceInDown {
  animation-name: lepopup-bounceInDown;
}

@keyframes lepopup-bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.lepopup-bounceInLeft {
  animation-name: lepopup-bounceInLeft;
}

@keyframes lepopup-bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.lepopup-bounceInRight {
  animation-name: lepopup-bounceInRight;
}

@keyframes lepopup-bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.lepopup-bounceInUp {
  animation-name: lepopup-bounceInUp;
}

@keyframes lepopup-bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}
.lepopup-bounceOut {
  animation-name: lepopup-bounceOut;
  animation-duration: .75s;
}

@keyframes lepopup-bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.lepopup-bounceOutDown {
  animation-name: lepopup-bounceOutDown;
}

@keyframes lepopup-bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.lepopup-bounceOutLeft {
  animation-name: lepopup-bounceOutLeft;
}

@keyframes lepopup-bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.lepopup-bounceOutRight {
  animation-name: lepopup-bounceOutRight;
}

@keyframes lepopup-bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.lepopup-bounceOutUp {
  animation-name: lepopup-bounceOutUp;
}

@keyframes lepopup-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lepopup-fadeIn {
  animation-name: lepopup-fadeIn;
}

@keyframes lepopup-fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.lepopup-fadeInDown {
  animation-name: lepopup-fadeInDown;
}

@keyframes lepopup-fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.lepopup-fadeInLeft {
  animation-name: lepopup-fadeInLeft;
}

@keyframes lepopup-fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.lepopup-fadeInRight {
  animation-name: lepopup-fadeInRight;
}

@keyframes lepopup-fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.lepopup-fadeInUp {
  animation-name: lepopup-fadeInUp;
}

@keyframes lepopup-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lepopup-fadeOut {
  animation-name: lepopup-fadeOut;
}

@keyframes lepopup-fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.lepopup-fadeOutDown {
  animation-name: lepopup-fadeOutDown;
}

@keyframes lepopup-fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.lepopup-fadeOutLeft {
  animation-name: lepopup-fadeOutLeft;
}

@keyframes lepopup-fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.lepopup-fadeOutRight {
  animation-name: lepopup-fadeOutRight;
}

@keyframes lepopup-fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.lepopup-fadeOutUp {
  animation-name: lepopup-fadeOutUp;
}

@keyframes lepopup-flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.lepopup-animated.lepopup-flip {
  backface-visibility: visible;
  animation-name: lepopup-flip;
}

@keyframes lepopup-flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.lepopup-flipInX {
  backface-visibility: visible !important;
  animation-name: lepopup-flipInX;
}

@keyframes lepopup-flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.lepopup-flipInY {
  backface-visibility: visible !important;
  animation-name: lepopup-flipInY;
}

@keyframes lepopup-flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.lepopup-flipOutX {
  animation-name: lepopup-flipOutX;
  animation-duration: .75s;
  backface-visibility: visible !important;
}

@keyframes lepopup-flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.lepopup-flipOutY {
  backface-visibility: visible !important;
  animation-name: lepopup-flipOutY;
  animation-duration: .75s;
}

@keyframes lepopup-lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lepopup-lightSpeedIn {
  animation-name: lepopup-lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lepopup-lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lepopup-lightSpeedOut {
  animation-name: lepopup-lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes lepopup-rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.lepopup-rotateIn {
  animation-name: lepopup-rotateIn;
}

@keyframes lepopup-rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.lepopup-rotateInDownLeft {
  animation-name: lepopup-rotateInDownLeft;
}

@keyframes lepopup-rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.lepopup-rotateInDownRight {
  animation-name: lepopup-rotateInDownRight;
}

@keyframes lepopup-rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.lepopup-rotateInUpLeft {
  animation-name: lepopup-rotateInUpLeft;
}

@keyframes lepopup-rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.lepopup-rotateInUpRight {
  animation-name: lepopup-rotateInUpRight;
}

@keyframes lepopup-rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.lepopup-rotateOut {
  animation-name: lepopup-rotateOut;
}

@keyframes lepopup-rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.lepopup-rotateOutDownLeft {
  animation-name: lepopup-rotateOutDownLeft;
}

@keyframes lepopup-rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.lepopup-rotateOutDownRight {
  animation-name: lepopup-rotateOutDownRight;
}

@keyframes lepopup-rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.lepopup-rotateOutUpLeft {
  animation-name: lepopup-rotateOutUpLeft;
}

@keyframes lepopup-rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.lepopup-rotateOutUpRight {
  animation-name: lepopup-rotateOutUpRight;
}

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

@keyframes lepopup-rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.lepopup-rollIn {
  animation-name: lepopup-rollIn;
}

@keyframes lepopup-rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.lepopup-rollOut {
  animation-name: lepopup-rollOut;
}

@keyframes lepopup-zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.lepopup-zoomIn {
  animation-name: lepopup-zoomIn;
}

@keyframes lepopup-zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.lepopup-zoomInDown {
  animation-name: lepopup-zoomInDown;
}

@keyframes lepopup-zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.lepopup-zoomInLeft {
  animation-name: lepopup-zoomInLeft;
}

@keyframes lepopup-zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.lepopup-zoomInRight {
  animation-name: lepopup-zoomInRight;
}

@keyframes lepopup-zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.lepopup-zoomInUp {
  animation-name: lepopup-zoomInUp;
}

@keyframes lepopup-zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
  100% {
    opacity: 0;
  }
}
.lepopup-zoomOut {
  animation-name: lepopup-zoomOut;
}

@keyframes lepopup-zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  100% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.lepopup-zoomOutDown {
  animation-name: lepopup-zoomOutDown;
}

@keyframes lepopup-zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.lepopup-zoomOutLeft {
  animation-name: lepopup-zoomOutLeft;
}

@keyframes lepopup-zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.lepopup-zoomOutRight {
  animation-name: lepopup-zoomOutRight;
}

@keyframes lepopup-zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }
  100% {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.lepopup-zoomOutUp {
  animation-name: lepopup-zoomOutUp;
}

@font-face {
  font-family: 'lepopup-fa';
  src: url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.eot?71162692);
  src: url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.eot?71162692#iefix) format('embedded-opentype'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.woff2?71162692) format('woff2'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.woff?71162692) format('woff'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.ttf?71162692) format('truetype'),
       url(//www.edelweissclub.it/wp-content/plugins/halfdata-green-popups/fonts/lepopup-fa.svg?71162692#lepopup-fa) format('svg');
  font-weight: normal;
  font-style: normal;
}

i.lepopup-fa {
	display: inline-block;
	font: normal normal normal 14px/1 'lepopup-fa';
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lepopup-fa-spin {
	-webkit-animation: lepopup-fa-spin 2s infinite linear;
	animation: lepopup-fa-spin 2s infinite linear;
}
@-webkit-keyframes lepopup-fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes lepopup-fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.lepopup-fa-star:before { content: '\e800'; }
.lepopup-fa-star-o:before { content: '\e801'; }
.lepopup-fa-user:before { content: '\e802'; }
.lepopup-fa-check:before { content: '\e803'; }
.lepopup-fa-close:before { content: '\e804'; }
.lepopup-fa-upload:before { content: '\e805'; }
.lepopup-fa-download:before { content: '\e806'; }
.lepopup-fa-calendar:before { content: '\e807'; }
.lepopup-fa-clock-o:before { content: '\e808'; }
.lepopup-fa-chevron-left:before { content: '\e809'; }
.lepopup-fa-chevron-right:before { content: '\e80a'; }
.lepopup-fa-phone:before { content: '\e80b'; }
.lepopup-fa-envelope:before { content: '\f0e0'; }
.lepopup-fa-pencil:before { content: '\e80d'; }
.lepopup-fa-lock:before { content: '\e80e'; }
.lepopup-fa-picture-o:before { content: '\e80f'; }
.lepopup-fa-envelope-o:before { content: '\e80c'; }
.lepopup-fa-building-o:before { content: '\f0f7'; }
.lepopup-fa-angle-double-left:before { content: '\f100'; }
.lepopup-fa-angle-double-right:before { content: '\f101'; }
.lepopup-fa-spinner:before { content: '\f110'; }
.lepopup-fa-smile-o:before { content: '\f118'; }
.lepopup-fa-frown-o:before { content: '\f119'; }
.lepopup-fa-meh-o:before { content: '\f11a'; }
.lepopup-fa-send:before { content: '\f1d8'; }
.lepopup-fa-send-o:before { content: '\f1d9'; }
.lepopup-fa-user-o:before { content: '\f2c0'; }.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
div.airdatepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

div.airdatepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .airdatepicker--cell.-focus- {
    background: #f0f0f0; }
  .airdatepicker--cell.-current- {
    color: #4EB5E6; }
    .airdatepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .airdatepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .airdatepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .airdatepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .airdatepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .airdatepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .airdatepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .airdatepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .airdatepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .airdatepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .airdatepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .airdatepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .airdatepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .airdatepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .airdatepicker--cell:empty {
    cursor: default; }

.airdatepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

div.airdatepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-family: Tahoma, sans-serif;
  font-size: 12px; }

.airdatepicker--cell-day {
  width: 14.28571%; }

.airdatepicker--cells-months {
  height: 170px; }

.airdatepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.airdatepicker--years {
  height: 170px; }

.airdatepicker--cells-years {
  height: 170px; }

.airdatepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.airdatepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .airdatepickers-container {
      display: none; } }

div.airdatepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .airdatepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .airdatepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .airdatepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .airdatepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .airdatepicker.active {
	display: block;
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.airdatepicker-inline .airdatepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.airdatepicker-inline .airdatepicker--pointer {
  display: none; }

.airdatepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .airdatepicker--content {
    display: none; }

.airdatepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .airdatepicker--pointer, .-top-center- .airdatepicker--pointer, .-top-right- .airdatepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .airdatepicker--pointer, .-left-center- .airdatepicker--pointer, .-left-bottom- .airdatepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .airdatepicker--pointer, .-bottom-left- .airdatepicker--pointer {
    left: 10px; }
  .-top-right- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
    right: 10px; }
  .-top-center- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .airdatepicker--pointer, .-right-top- .airdatepicker--pointer {
    top: 10px; }
  .-left-bottom- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
    bottom: 10px; }
  .-left-center- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer {
    top: calc(50% - 10px / 2); }

.airdatepicker--body {
  display: none; }
  .airdatepicker--body.active {
    display: block; }

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.airdatepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .airdatepicker--nav {
    display: none; }

div.airdatepicker--nav-title,
div.airdatepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.airdatepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .airdatepicker--nav-action:hover {
    background: #f0f0f0; }
  .airdatepicker--nav-action.-disabled- {
    visibility: hidden; }
  .airdatepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .airdatepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.airdatepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .airdatepicker--nav-title i {
    font-style: normal;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #9c9c9c;
    margin-left: 5px; }
  .airdatepicker--nav-title:hover {
    background: #f0f0f0; }
  .airdatepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.airdatepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.airdatepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .airdatepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.airdatepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .airdatepicker--time.-am-pm- .airdatepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .airdatepicker--time {
    border-top: none; }

.airdatepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.airdatepicker--time-label {
  display: none;
  font-size: 12px; }

.airdatepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

span.airdatepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

div .airdatepicker--time-current-hours,
div .airdatepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #4a4a4a;
  position: relative;
  z-index: 1; }
  .airdatepicker--time-current-hours:after,
  .airdatepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .airdatepicker--time-current-hours.-focus-:after,
  .airdatepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

span.airdatepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.airdatepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .airdatepicker--time-row:first-child {
    margin-bottom: 4px; }
  .airdatepicker--time-row input[type='range'] {
	border: none !important;
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .airdatepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .airdatepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .airdatepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .airdatepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .airdatepicker--time-row input[type='range']:focus {
      outline: none; }
      .airdatepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .airdatepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .airdatepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .airdatepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .airdatepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .airdatepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .airdatepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .airdatepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .airdatepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .airdatepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .airdatepicker--time-row span {
    padding: 0 12px; }

.airdatepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .airdatepicker--time-icon:after, .airdatepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .airdatepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .airdatepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
  color: #dedede; }
  .airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
.tg-ajax-button-holder,.tg-filters-holder,.tg-left-arrow,.tg-page-number,.tg-pagination-holder,.tg-right-arrow,.tg-search-holder,.tg-slider-bullets-holder,.tg-sorters-holder{vertical-align:top}.tg-icon-dropdown-open:before,.tg-left-arrow i:before,.tg-right-arrow i:before,.tg-search-clear:before,.tg-search-icon:before,.tg-sorter-order i{font-family:the_grid}.txt-left{text-align:left}.txt-center{text-align:center}.txt-right{text-align:right}.tg-hidden-tag{visibility:hidden!important;position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:.001!important}.the-grid-plugin{display:none!important}.tg-error-msg{position:relative;display:block;padding:50px;text-align:center;font-size:16px;font-weight:600}.tg-grid-sizer,.tg-gutter-sizer{position:absolute;display:block;left:-100%;visibility:hidden;pointer-events:none}.tg-grid-wrapper{position:relative;display:block;min-height:1px}.tg-grid-wrapper.tg-grid-loaded .tg-filters-holder,.tg-grid-wrapper.tg-grid-loaded .tg-search-holder,.tg-grid-wrapper.tg-grid-loaded .tg-sorters-holder{opacity:1;pointer-events:auto}.tg-grid-wrapper .tg-filters-holder,.tg-grid-wrapper .tg-search-holder,.tg-grid-wrapper .tg-sorters-holder{opacity:.5;pointer-events:none;-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear}.tg-grid-loading{overflow:hidden;height:250px;max-height:250px}.full-height.tg-grid-loading .tg-grid-holder,.full-height.tg-grid-loading .tg-grid-slider{height:auto;max-height:none}.tg-grid-loading .tg-grid-slider .tg-grid-holder{height:inherit!important;max-height:none!important}.tg-grid-wrapper.tg-grid-loading .tg-grid-area-bottom1 *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-bottom2 *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-left *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-right *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-top1 *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-top2 *{opacity:.01}.tg-grid-slider{position:relative;cursor:move;cursor:-moz-grab;cursor:-webkit-grab}.tg-grid-slider .dragged,.tg-slider-dragged *{cursor:-moz-grabbing;cursor:-webkit-grabbing}.tg-grid-holder{position:relative;display:block}.tg-grid-holder:before,.tg-grid-preloader{position:absolute;top:0;height:100%;left:0;width:100%}.tg-grid-preloader{display:block}.tg-grid-preloader-holder{position:relative;display:block;top:50%;width:100%;padding:0;margin:0 auto;line-height:0;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tg-grid-preloader-inner{position:relative;display:inline-block}.tg-ajax-button-holder,.tg-grid-area-bottom1,.tg-grid-area-bottom2,.tg-grid-area-top1,.tg-grid-area-top2{position:relative;display:block}.tg-grid-holder,.tg-grid-slider{z-index:3}.tg-grid-area-bottom1>div:first-child,.tg-grid-area-bottom2>div:first-child,.tg-grid-area-top1>div:first-child,.tg-grid-area-top2>div:first-child{margin-left:0}.tg-grid-area-bottom1>div:last-child,.tg-grid-area-bottom2>div:last-child,.tg-grid-area-top1>div:last-child,.tg-grid-area-top2>div:last-child{margin-right:0}.tg-grid-area-overlay{position:absolute;display:block;top:0;left:0;bottom:0;right:0}.tg-nav-font,.tg-nav-font[class^=tg-icon-]{font-size:13px;line-height:30px}.no-touch .tg-filter-tooltip,.tg-dropdown-holder,.tg-filter-tooltip{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.tg-grid-holder,.tg-grid-slider,.tg-grid-wrapper,.tg-left-arrow i,.tg-page-number,.tg-right-arrow i,.tg-search-clear,input[type=text].tg-search{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tg-item,.tg-item *,.tolb-holder{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.tg-ajax-button,.tg-ajax-button span,.tg-dropdown-item,.tg-filter:not(.tg-dropdown-item),.tg-filter:not(.tg-dropdown-item) span:not(.tg-filter-count),.tg-icon-dropdown-open,.tg-left-arrow,.tg-left-arrow i,.tg-pagination-next,.tg-pagination-next a,.tg-pagination-number .tg-page-number,.tg-pagination-prev,.tg-pagination-prev a,.tg-right-arrow,.tg-right-arrow i,.tg-search-clear,.tg-sorter-order,.tg-sorter-order i{-webkit-transition:background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;-moz-transition:background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;-ms-transition:background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;-o-transition:background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;transition:background .3s linear,color .3s linear,border .3s linear,opacity .3s linear}.tg-item{position:relative;display:inline-block;z-index:1;float:left;width:25%;height:auto;margin:0;padding:0}.tg-item .tg-bottom-holder,.tg-item .tg-center-holder,.tg-item .tg-top-holder{position:absolute;line-height:normal;left:0;right:0}.tg-item,.tg-item *{box-sizing:border-box}.tg-item-clear,.tg-item-line-break{clear:both;height:0;opacity:0!important;padding:0!important;margin:0!important}.tg-item-line-break{height:10px}.tg-item .tg-dark .tg-item-social-link,.tg-item .tg-dark .tg-item-social-link:active,.tg-item .tg-dark .tg-item-social-link:focus,.tg-item .tg-light .tg-item-social-link,.tg-item .tg-light .tg-item-social-link:active,.tg-item .tg-light .tg-item-social-link:focus{color:#5e9fca!important}.tg-item .tg-cats-holder *,.tg-item .tg-item-excerpt,.tg-item .tg-item-title,.tg-item .tg-item-title a{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.tg-item .tg-top-holder{top:0}.tg-item .tg-center-holder{display:block;top:50%;max-width:100%;padding:0;margin:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tg-item .tg-bottom-holder{bottom:0}.tg-item-content-holder{line-height:normal}.tg-item .tg-bottom-holder,.tg-item .tg-center-holder,.tg-item .tg-center-inner,.tg-item .tg-top-holder{pointer-events:none}.tg-item .tg-bottom-holder *,.tg-item .tg-center-inner *,.tg-item .tg-top-holder *{pointer-events:all}.tg-layout-grid .tg-item-gallery-holder,.tg-layout-grid .tg-item-inner,.tg-layout-justified .tg-item-gallery-holder,.tg-layout-justified .tg-item-inner{position:relative;display:inline-block;width:100%;height:100%}.tg-layout-masonry .tg-item-inner,img.tg-item-image{position:relative;height:auto;display:block;width:100%}.tg-item.tg-item-index.tg-item-hidden .tg-item-inner,.tg-item.tg-item-removed .tg-item-inner,.tg-item.tg-item-reveal .tg-item-exclude,.tg-item.tg-item-reveal .tg-item-inner,.tg-item.tg-item-reveal .tg-item-settings{opacity:.001}img.tg-item-image{margin:0;outline:transparent solid 1px}.tg-layout-justified img.tg-item-image{height:100%}div.tg-item-image{position:absolute;top:0;bottom:0;left:0;right:0;border:none;outline:transparent solid 1px;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.tg-layout-masonry .tg-item-gallery-holder{position:relative;display:block;width:100%;height:auto}.tg-item-gallery-holder .tg-item-image{-webkit-transition:opacity .3s linear;-moz-transition:opacity .3s linear;-ms-transition:opacity .3s linear;-o-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0!important}.tg-item-gallery-holder .tg-item-image.show{opacity:1!important}.tg-layout-masonry .tg-item-audio-poster,.tg-layout-masonry .tg-item-media-holder{position:relative;display:block;height:auto;max-width:100%;outline:transparent solid 1px}.tg-item-media-inner:not(.no-media-poster){overflow:hidden;outline:transparent solid 1px}.tg-layout-masonry .tg-item-media-inner{position:relative}.tg-layout-masonry .tg-item-media-inner[data-ratio="4:3"]{padding-bottom:75%}.tg-layout-masonry .tg-item-media-inner[data-ratio="16:9"]{padding-bottom:56.25%}.tg-layout-masonry .tg-item-media-inner[data-ratio="16:10"]{padding-bottom:62.5%}.tg-element-absolute,.tg-item-audio-poster,.tg-item-media-content,.tg-item-media-poster,.tg-item-soundcloud,.tg-item-video-player,.tg-item-vimeo,.tg-item-wistia,.tg-item-youtube,.tg-layout-grid .tg-item-media-holder,.tg-layout-grid .tg-item-media-inner,.tg-layout-justified .tg-item-media-holder,.tg-layout-justified .tg-item-media-inner{position:absolute;display:block;top:0;bottom:0;left:0;right:0;width:100%;max-width:100%;height:100%}.tg-item-soundcloud,.tg-item-vimeo,.tg-item-wistia,.tg-item-youtube{border:none!important;background:0 0!important;outline:transparent solid 1px}.tg-item-media-poster,.tg-item-overlay{outline:transparent solid 1px}.tg-force-play .tg-item-soundcloud,.tg-force-play .tg-item-vimeo,.tg-force-play .tg-item-wistia,.tg-force-play .tg-item-youtube,.tg-is-playing .tg-item-soundcloud,.tg-is-playing .tg-item-vimeo,.tg-is-playing .tg-item-wistia,.tg-is-playing .tg-item-youtube{background:#000!important}.tg-item .iframe-embed{position:static;margin:0;line-height:0}.main-content .tg-item iframe[src]{opacity:1}.tg-item-media-soundcloud{top:65px;height:auto}.tg-item-audio-player{display:block;width:100%}.tg-item .has-media-poster .mejs-inner,.tg-item .me-plugin,.tg-item .mejs-video.mejs-container,.tg-item .mejs-video.mejs-container .mejs-inner{position:absolute!important;display:block!important;padding:0;margin:0;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;min-height:100%!important;max-height:100%!important}.tg-item .mejs-inner{width:100%;height:100%}.tg-item-media-inner:not(.has-media-poster) .mejs-audio .mejs-controls{position:relative}.tg-item-media-inner:not(.has-media-poster) .mejs-audio.tg-item-audio-player{position:relative;height:auto!important}.tg-item-media-inner.has-media-poster .tg-item-audio-player{position:absolute;top:0;bottom:0;left:0;height:100%!important;width:100%}.tg-item-audio-player.mejs-container{background:0 0}.tg-item-audio-poster,.tg-item-media-holder>div:not(.tg-item-media-inner),.tg-item-media-inner>div,.tg-item-media-poster{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}.tg-force-play .tg-item-media-holder [class*=tg-element-],.tg-force-play .tg-item-media-holder>div:not(.tg-item-media-inner),.tg-force-play .tg-item-media-poster,.tg-is-playing .tg-item-media-holder [class*=tg-element-],.tg-is-playing .tg-item-media-holder>div:not(.tg-item-media-inner),.tg-is-playing .tg-item-media-poster{opacity:0;visibility:hidden;overflow:hidden}.tg-force-play .tg-item-media-holder [class*=tg-element-],.tg-is-playing .tg-item-media-holder [class*=tg-element-]{visibility:hidden!important}.tg-item .tg-item-media-fullscreen{-webkit-transform:none!important;-moz-transform:none!important;transform:none!important}.tg-item .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls,.tg-item .tg-item-video-player:not(.mejs-container-fullscreen) .mejs-controls{opacity:0;visibility:visible!important;-webkit-transform:translateY(48px);-moz-transform:translateY(48px);-ms-transform:translateY(48px);-o-transform:translateY(48px);transform:translateY(48px);-webkit-transition:-webkit-transform .2s ease-in-out,opacity .2s ease-in-out;-moz-transition:-moz-transform .2s ease-in-out,opacity .2s ease-in-out;-ms-transition:-ms-transform .2s ease-in-out,opacity .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out,opacity .2s ease-in-out;transition:transform .2s ease-in-out,opacity .2s ease-in-out}.tg-item .has-media-poster .mejs-container.mejs-audio .mejs-controls{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-item:hover .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls,.tg-item:hover .tg-item-video-player:not(.mejs-container-fullscreen) .mejs-controls{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-item .has-media-poster .tg-item-audio-player,.tg-item .has-media-poster .tg-item-audio-player.mejs-audio{opacity:0;visibility:hidden;-webkit-transition:opacity .3s linear,visibility .3s linear;-moz-transition:opacity .3s linear,visibility .3s linear;-ms-transition:opacity .3s linear,visibility .3s linear;-o-transition:opacity .3s linear,visibility .3s linear;transition:opacity .3s linear,visibility .3s linear}.tg-item.tg-force-play .has-media-poster .tg-item-audio-player,.tg-item.tg-force-play .has-media-poster .tg-item-audio-player.mejs-audio,.tg-item.tg-is-playing .has-media-poster .tg-item-audio-player,.tg-item.tg-is-playing .has-media-poster .tg-item-audio-player.mejs-audio{opacity:1;visibility:visible}.tg-item .has-media-poster .mejs-container,.tg-item .mejs-video.mejs-container{overflow:hidden}.tg-layout-grid .tg-item .tg-item-media-inner:not(.has-media-poster) .tg-item-audio-player,.tg-layout-justified .tg-item .tg-item-media-inner:not(.has-media-poster) .tg-item-audio-player{position:absolute;bottom:0}.tg-item:not(.tg-is-playing) .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls{opacity:0!important}.tg-item.tg-is-playing .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls{opacity:1}.mejs-offscreen{display:none}.tg-item .tg-alternative-product-image{position:absolute;display:block;top:0;left:0;width:100%;height:100%;opacity:0}.tg-item:hover .tg-alternative-product-image{opacity:1}.tg-left-arrow.tg-disabled,.tg-left-arrow.tg-force-disabled,.tg-pagination-number .tg-page-number.tg-loading,.tg-right-arrow.tg-disabled,.tg-right-arrow.tg-force-disabled{opacity:.5;cursor:default}.tg-media-button,[data-tolb-id]{cursor:pointer}.tg-item .tg-media-button i:last-child:not(:first-child),.tg-item.tg-force-play .tg-media-button i:first-child:not(:last-child),.tg-item.tg-is-playing .tg-media-button i:first-child:not(:last-child){display:none}.tg-item.tg-force-play .tg-media-button i:last-child:not(:first-child),.tg-item.tg-is-playing .tg-media-button i:last-child:not(:first-child),.tg-page-number,.tg-pagination-holder{display:inline-block}.tg-element-above{z-index:4}.tg-pagination-holder{position:relative;margin:0 15px}.tg-pagination-holder>div:last-child{margin-right:0}.tg-pagination-holder .tg-pagination-number{margin:0;padding:0}.tg-pagination-next,.tg-pagination-number .tg-page,.tg-pagination-prev{position:relative;display:inline-block;vertical-align:top;margin:0 5px 5px 0}.tg-page-number.next,.tg-page-number.prev,.tg-pagination-next,.tg-pagination-prev{padding:0 15px;cursor:pointer}.tg-pagination-number .tg-page:last-child{margin:0 0 5px}.tg-page-number{position:relative;min-width:32px;margin:0 auto;cursor:pointer;text-decoration:none!important;text-align:center}.tg-page-number.dots{border-color:transparent;cursor:default}.tg-grid-area-left,.tg-grid-area-right{position:absolute;pointer-events:none;z-index:3;height:100%;top:0;bottom:0;left:0}.tg-grid-area-left .tg-grid-area-inner,.tg-grid-area-right .tg-grid-area-inner{position:relative;display:table;height:100%}.tg-grid-area-wrapper{display:table-cell;vertical-align:middle}.tg-grid-area-left .tg-left-arrow,.tg-grid-area-right .tg-right-arrow{display:block;vertical-align:middle}.tg-grid-area-left .tg-right-arrow,.tg-grid-area-right,.tg-grid-area-right .tg-right-arrow{left:auto;right:0}.tg-left-arrow,.tg-right-arrow{position:relative;display:inline-block;pointer-events:visible;padding:0;margin:0 5px 5px 0;cursor:pointer;text-align:center}.tg-grid-area-left .tg-left-arrow,.tg-grid-area-right .tg-right-arrow{height:40px;width:40px;margin:0}.tg-left-arrow i,.tg-right-arrow i{position:relative;display:inline-block;vertical-align:top;width:32px}.tg-grid-area-left .tg-left-arrow i,.tg-grid-area-right .tg-right-arrow i{width:100%;height:100%;line-height:40px}.tg-left-arrow.tg-disabled,.tg-right-arrow.tg-disabled{pointer-events:none}.tg-left-arrow i:before,.tg-right-arrow i:before{vertical-align:top}.tg-grid-area-left i:before,.tg-grid-area-right i:before{vertical-align:middle;position:relative;display:block;width:100%;height:100%;line-height:40px}.tg-ajax-button,.tg-filter,.tg-filter-name,.tg-search-inner{vertical-align:top}.tg-left-arrow i:before{content:"\e603"}.tg-right-arrow i:before{content:"\e601"}.tg-slider-bullets-holder{position:relative;display:inline-block;margin:0 20px 5px 15px;line-height:0}.tg-slider-bullets{position:relative;display:inline-block;height:30px;line-height:0}.tg-slider-bullets-holder:after,.tg-slider-bullets:after{content:'';display:block;clear:both}.tg-slider-bullets li{position:relative;display:block;float:left;width:8px;height:8px;top:50%;margin:-4px 12px 0 0;cursor:pointer;line-height:0;-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;-o-perspective:1000px;perspective:1000px}.tg-slider-bullets li:last-child{margin-right:0}.tg-slider-bullets li span{position:relative;display:block;width:100%;height:100%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;background:#DDD;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease}.tg-ajax-button,.tg-ajax-button-holder{position:relative;display:inline-block}.tg-slider-bullets li.tg-active-item span{background:#59585b}.tg-ajax-button-holder{cursor:pointer;margin:0 15px 5px}.tg-ajax-button{margin:0 5px 0 0;padding:0 15px;white-space:pre}.no-touch .tg-ajax-scroll-holder,.tg-ajax-scroll-holder{position:absolute;display:block;z-index:3;margin:0 auto;padding:0;bottom:24px;left:0;right:0;opacity:0;text-align:center;ponter-events:none;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);-webkit-transition:-webkit-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;-moz-transition:-moz-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;-ms-transition:-ms-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;-o-transition:-o-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;transition:transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end}.no-touch .tg-ajax-scroll-holder.tg-loading,.tg-ajax-scroll-holder.tg-loading{opacity:.95;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-moz-transition:-moz-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-ms-transition:-ms-transform .3s ease,opacity .3s ease,max-height 0q step-end,max-width 0s step-end,top 0s step-end;-o-transition:-o-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;transition:transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end}.tg-grid-holder .tg-ajax-scroll{position:relative;display:inline-block;margin:0 auto;padding:14px 32px;background:#fff;color:#777;font-weight:600;-webkit-box-shadow:5px 5px 10px rgba(0,0,0,.1);-moz-box-shadow:5px 5px 10px rgba(0,0,0,.1);box-shadow:5px 5px 10px rgba(0,0,0,.1)}.tg-filters-holder{position:relative;display:inline-block;margin:0 15px}.tg-filters-holder>div:last-child{margin-right:0}.tg-filter{position:relative;display:none;margin:0 5px 5px 0;cursor:pointer}.tg-filter-name,.tg-filter.tg-show-filter{display:inline-block}.tg-filter-name{position:relative;z-index:1;padding:0 15px}.tg-dropdown-item .tg-filter-name{padding:0}.no-touch .tg-filter-tooltip,.tg-filter-tooltip{position:absolute;display:block;z-index:999;bottom:100%;left:50%;width:20px;min-width:20px;max-width:20px;height:14px;max-height:14px;min-height:14px;margin:0 -14px 6px;padding:4px;line-height:15px;font-size:12px;opacity:0;text-align:center;pointer-events:none;color:#fff!important;background:rgba(0,0,0,.22);-webkit-transform:translateY(14px);-moz-transform:translateY(14px);-ms-transform:translateY(14px);-o-transform:translateY(14px);transform:translateY(14px);-webkit-transition:opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,-moz-transform .2s ease-in-out;-ms-transition:opacity .2s ease-in-out,-ms-transform .2s ease-in-out;-o-transition:opacity .2s ease-in-out,-o-transform .2s ease-in-out;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.tg-filter-tooltip:after{position:absolute;content:'';width:0;height:0;left:50%;bottom:-5px;margin-left:-5px;border-top:5px solid rgba(0,0,0,.22);border-left:5px solid transparent;border-right:5px solid transparent}.tg-search-clear,.tg-search-holder,.tg-search-icon,.tg-search-inner,.tg-sorter-order,.tg-sorters-holder,input[type=text].tg-search{position:relative;display:inline-block}.no-touch .tg-filter:hover .tg-filter-tooltip,.no-touch .tg-tooltip-hover,.tg-filter:hover .tg-filter-tooltip,.tg-tooltip-hover{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-search-holder{margin:0 15px 5px;line-height:1}input[type=text].tg-search{vertical-align:top;width:160px;height:auto;min-height:30px;min-width:150px;max-width:170px;margin:0!important;padding:0 10px 0 0!important;font-size:13px;line-height:30px;box-shadow:none;border:none;border-right:none!important;background:0 0;outline:0;-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-moz-border-radius-topright:0!important;-moz-border-radius-bottomright:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.tg-search-clear,.tg-search-icon,.tg-sorter-order{width:30px;text-align:center;vertical-align:top}input[type=text].tg-search:focus{outline:0}.tg-search::-webkit-input-placeholder{line-height:30px}.tg-search::-moz-placeholder{line-height:30px}.tg-search:-ms-input-placeholder{line-height:30px}.tg-search-icon{font-size:12px}.tg-search-icon:before{content:"\f002";vertical-align:top}.tg-search-clear{margin:0;cursor:pointer}.tg-search-clear:before{content:"\e60e";vertical-align:top}.tg-sorter-order,.tg-sorters-holder{margin:0 15px}.tg-sorter-order{margin:0 0 5px;cursor:pointer}.tg-sorter-order i{vertical-align:top}.tg-icon-sorter-down:before{content:"\e600";vertical-align:top}.tg-icon-sorter-up:before{content:"\e608";vertical-align:top}.tg-icon-sorter-up,.tg-sorter-order[data-asc=true] .tg-icon-sorter-down{display:none}.tg-sorter-order[data-asc=true] .tg-icon-sorter-up{display:block}.tg-dropdown-holder,.tg-dropdown-title,.tg-dropdown-value{position:relative;display:inline-block;vertical-align:top}.tg-dropdown-holder{z-index:5;cursor:pointer;min-width:90px;margin:0 5px 5px 0;padding:0 24px;text-align:left}.tg-dropdown-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.no-touch .tg-dropdown-list,.tg-dropdown-list{position:absolute;display:block;overflow:hidden;height:auto;width:100%;max-width:0;max-height:0;padding:0;margin:0;top:100%;left:0;opacity:0;background:#fff;cursor:pointer;-webkit-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-moz-box-shadow:0 5px 20px 0 rgba(0,0,0,.1);box-shadow:0 5px 20px 0 rgba(0,0,0,.1);-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);-webkit-transition:-webkit-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;-moz-transition:-moz-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;-ms-transition:-ms-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;-o-transition:-o-transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end;transition:transform .3s ease,opacity .3s ease,max-height .4s step-end,max-width .4s step-end,top .4s step-end}.no-touch .tg-dropdown-holder:hover .tg-dropdown-list,.tg-dropdown-holder:hover .tg-dropdown-list,.tg-dropdown-list.tg-dropdown-holder-animation{opacity:1;overflow:hidden;overflow-y:auto;max-width:100%;max-height:365px;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-moz-transition:-moz-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-ms-transition:-ms-transform .3s ease,opacity .3s ease,max-height 0q step-end,max-width 0s step-end,top 0s step-end;-o-transition:-o-transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;transition:transform .3s ease,opacity .3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end}.tg-dropdown-list.is-mobile{width:100%;height:100%;max-width:100%;max-height:100%;margin:0!important;top:0;opacity:0!important;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-icon-dropdown-open{position:relative;display:inline-block;vertical-align:top;margin:0 0 0 10px}.tg-icon-dropdown-open:before{content:"\e600";vertical-align:top}.no-touch .tg-dropdown-item,.tg-dropdown-item,.tg-dropdown-item.tg-filter.tg-show-filter{display:block;list-style:none;padding:10px 24px;margin:0;height:auto;font-size:13px;line-height:14px;cursor:pointer;text-align:left;border:none;font-weight:400;border-top:1px solid rgba(175,175,175,.16)!important}.no-touch .tg-dropdown-item:first-child,.tg-dropdown-item.tg-filter.tg-show-filter:first-child,.tg-dropdown-item:first-child{border-top:none}.tg-dropdown-item.tg-filter{display:none}.tolb-holder,.tolb-holder .tolb-inner{display:block;top:0;left:0;width:100%;height:100%}.tolb-holder{position:fixed;overflow:hidden;z-index:99999;opacity:0;background:rgba(0,0,0,.7);visibility:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;-webkit-transition:opacity .4s ease,visibility .4s ease;-moz-transition:opacity .4s ease,visibility .4s ease;transition:opacity .4s ease,visibility .4s ease}.tolb-holder.tolb-open{opacity:1;visibility:visible}.tolb-holder .tolb-inner{position:absolute;-webkit-transform:matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1);-moz-transform:matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1)}.tolb-holder.tolb-ready .tolb-inner{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-moz-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}.tolb-holder figure{position:relative;display:inline-block;top:50%;left:50%;max-width:100%;margin:0 auto;opacity:0;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.tolb-holder.tolb-iframe .tolb-video:not(.mejs-container-fullscreen){max-width:900px}.tolb-holder.tolb-iframe .tolb-video.mejs-container-fullscreen video{max-width:none}.tolb-holder.tolb-iframe .tolb-content:before{content:"";position:relative;display:block;width:900px;max-width:900px;padding-bottom:56.25%}.tolb-holder .mejs-inner,.tolb-holder.tolb-iframe .tolb-video{position:absolute;top:0;left:0;width:100%!important;height:100%;border:none}.tolb-ready figure{-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.tolb-holder .tolb-loader{position:absolute;display:none;width:30px;height:30px;top:50%;left:50%;margin:-18px 0 0 -18px;border-radius:50%;border-width:3px;border-right-style:solid;border-top-style:solid;border-bottom-style:solid;border-color:rgba(255,255,255,.2);border-left:3px solid #fff;-webkit-animation:load 1.1s infinite linear;animation:load 1.1s infinite linear}.tolb-holder.tolb-loading .tolb-loader{display:block}body.admin-bar .tolb-loader{margin-top:-2px}body.admin-bar .tolb-next,body.admin-bar .tolb-prev{padding-top:16px}body.admin-bar .tolb-inner{margin-top:16px}.tolb-inner figcaption{position:absolute;display:block;width:100%;height:40px;margin:0;line-height:40px}.tolb-counter,.tolb-title{position:relative;display:inline-block;height:100%;font-size:14px}.tolb-title{float:left;word-wrap:break-word;font-weight:600}.tolb-counter{float:right}.tolb-next,.tolb-prev{position:absolute;display:block;left:0;top:50%;height:50px;width:50px;margin:-25px 0 0;opacity:.7}.tolb-next{left:auto;right:0}.tolb-next i,.tolb-prev i{position:relative;display:block;width:100%;height:100%;text-align:center;margin:0 auto;font-size:36px;color:#fff;line-height:50px;font-weight:900;cursor:pointer}.tolb-holder .tolb-close{position:absolute;display:block;right:0;top:-40px;height:40px;width:20px;line-height:40px;text-align:right;font-size:20px;cursor:pointer;opacity:.7}.tolb-holder .tolb-close:hover,.tolb-holder .tolb-close:hover:before,.tolb-holder.tolb-ready figure,.tolb-next:hover,.tolb-prev:hover{opacity:1}.tolb-holder.tolb-loading figure{opacity:0!important}.tolb-holder img{position:relative;display:block;margin:0;max-width:100%;max-height:100%}.tolb-content{-webkit-box-shadow:0 0 40px rgba(0,0,0,.5);-moz-box-shadow:0 0 40px rgba(0,0,0,.5);box-shadow:0 0 40px rgba(0,0,0,.5)}.tolb-holder .tolb-video:not(.mejs-container-fullscreen){background:#000}.tolb-holder .tolb-video{max-width:100%;min-height:100%;max-height:100%}.tolb-holder .tolb-inner,.tolb-holder figure,.tolb-next,.tolb-prev{-webkit-transition:opacity .3s linear,-webkit-transform .3s ease-in-out;-moz-transition:opacity .3s linear,-moz-transform .3s ease-in-out;-ms-transition:opacity .3s linear,-ms-transform .3s ease-in-out;-o-transition:opacity .3s linear,-o-transform .3s ease-in-out;transition:opacity .3s linear,transform .3s ease-in-out}@media screen and (max-width:782px){body.admin-bar .tolb-holder .tolb-loader{margin-top:5px}body.admin-bar .tolb-next,body.admin-bar .tolb-prev{padding-top:23px}body.admin-bar .tolb-inner{margin-top:23px}}@-webkit-keyframes load{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tg-instagram-user-header{position:relative;display:table;width:100%;padding:0 0 12px}.tg-instagram-user-desc,.tg-instagram-user-image{position:relative;display:table-cell;vertical-align:middle}.tg-instagram-user-image{width:320px;padding:0 100px 0 70px;box-sizing:border-box}.tg-instagram-user-info{position:relative;display:block;vertical-align:top;font-size:15px;line-height:24px;margin-top:14px;text-align:left}.tg-instagram-user-info:first-child{margin-top:0}.tg-instagram-user-image img{position:relative;display:block;overflow:hidden;min-width:152px;width:152px;height:152px;margin:0;border-radius:50%;border:1px solid #cccfd0;background-color:#fbfbfb;box-sizing:border-box}h2.tg-instagram-user-name,h3.tg-instagram-user-desc-fullname{position:relative;display:inline;font-size:34px;line-height:40px}h2.tg-instagram-user-name{vertical-align:bottom}.tg-instagram-user-follow{position:relative;display:inline-block;vertical-align:top;line-height:29px;font-weight:600;padding:0 11px;margin:4px 0 0 20px;border:1px solid #4090db!important;border-radius:3px!important;color:#4090db!important;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tg-instagram-user-follow:hover{border-color:#2d6599!important;color:#2d6599!important}.tg-instagram-user-desc-url,h3.tg-instagram-user-desc-fullname{font-size:15px;font-weight:600;line-height:24px}.tg-instagram-user-desc-url{color:#125688!important}.tg-instagram-user-cout{font-size:15px;line-height:16px;margin:0 40px 0 0}.tg-instagram-user-cout:last-child{margin:0}.tg-instagram-user-cout span:first-child{font-weight:600}@media screen and (max-width:1000px){.tg-instagram-user-image img{min-width:130px;width:130px;height:130px}.tg-instagram-user-image{width:170px;padding:0 25px}}@media screen and (max-width:768px){.tg-instagram-user-image{width:120px}h2.tg-instagram-user-name,h3.tg-instagram-user-desc-fullname{font-size:20px;line-height:24px}.tg-instagram-user-cout,.tg-instagram-user-desc-url,.tg-instagram-user-info,h3.tg-instagram-user-desc-fullname{font-size:14px;line-height:18px}.tg-instagram-user-image img{min-width:75px;width:75px;height:75px}.tg-instagram-user-cout{margin:0 20px 0 0}}@media screen and (max-width:480px){.tg-instagram-user-image{vertical-align:top}.tg-instagram-user-follow{display:block;margin:6px 20px 0 0;line-height:24px;text-align:center}.tg-instagram-user-cout{display:inline-block;width:33%;margin:0;text-align:center}.tg-instagram-user-cout span:first-child{display:block;padding:17px 0 0;border-top:1px solid #edeeee}.tg-instagram-user-info:last-child{margin:40px 0 0 -115px}.tg-instagram-user-info:nth-child(2){display:none}}.tg-youtube-channel-logo,.tg-youtube-channel-logo img{width:100px;height:100px}.tg-youtube-channel-header{position:relative;display:block;background:#fff}.tg-youtube-channel-logo{position:absolute;display:block;z-index:3;top:0;left:22px;background:#fff}.tg-youtube-channel-banner{position:relative;display:block;height:195px;background-size:cover;background-position:center center;background-color:#333}.tg-youtube-channel-desc{position:relative;display:block;padding:30px 160px 30px 22px;text-align:left}.tg-youtube-channel-desc-title,.tg-youtube-channel-desc-title a{position:relative;display:inline-block;font-size:20px;font-weight:600;text-align:left}.tg-youtube-channel-desc-caption{line-height:18px;font-size:13px;margin:12px 0 0;padding:0;text-align:left}.tg-youtube-channel-data{margin:0 0 0 12px;text-align:left}.tg-youtube-channel-count{font-size:14px}.tg-youtube-channel-count:first-child{margin:0 8px 0 0}.tg-youtube-channel-count>span{font-weight:600}.tg-youtube-channel-header .tg-youtube-subscribe{position:absolute;right:22px;top:225px;min-width:114px;min-height:24px;max-height:24px;border-radius:2px;background:rgba(0,0,0,.05)}@media screen and (max-width:768px){.tg-youtube-channel-data{position:relative;display:inline-block;width:100%;margin:0}.tg-youtube-channel-desc-title{padding:0 120px 0 0}.tg-youtube-channel-desc{position:relative;display:block;padding:30px 22px 22px}}@media screen and (max-width:480px){.tg-youtube-channel-desc-title{padding:0}.tg-youtube-channel-desc-title a{display:block;padding:40px 0 0}.tg-youtube-channel-header .tg-youtube-subscribe{left:22px;right:auto}}.tg-vimeo-channel-header{position:relative;display:table;padding:12px 0}.tg-vimeo-channel-logo{position:relative;display:table-cell;overflow:hidden;vertical-align:middle;width:150px;height:150px;padding:0 40px;box-sizing:content-box}.tg-vimeo-channel-logo img{width:100%;height:100%;border-radius:100%}.tg-vimeo-channel-desc{position:relative;display:table-cell;vertical-align:top;padding:0 22px;text-align:left}.tg-vimeo-channel-desc-title{display:block}.tg-vimeo-channel-desc-title,.tg-vimeo-channel-desc-title a{text-align:left}.tg-vimeo-channel-desc-title a:first-child{font-size:28px;font-weight:600;padding:0 12px 0 0}.tg-vimeo-channel-desc-website{position:relative;display:inline-block;font-size:14px;font-weight:400}.tg-vimeo-channel-desc-caption{line-height:18px;font-size:14px;margin:12px 0 0;padding:0;text-align:left}.tg-vimeo-channel-data{position:relative;display:inline-block;margin:12px 0;padding:12px 0;text-align:left;background:rgba(11,22,33,.05);border-radius:6px}.tg-vimeo-channel-data:before{content:"";position:absolute;left:-12px;top:50%;margin-top:-12px;width:0;height:0;border-top:12px solid transparent;border-bottom:12px solid transparent;border-right:12px solid rgba(11,22,33,.05)}.tg-vimeo-channel-count{position:relative;display:inline-block;font-size:14px;width:105px;border-left:1px solid #d7dbdf}.tg-vimeo-channel-count:first-child{border-left:none}.tg-vimeo-channel-count span{display:block;text-align:center}.tg-vimeo-channel-count span:first-child{font-size:22px;font-weight:600}.tg-vimeo-channel-count span:last-child{font-weight:400}@media screen and (max-width:1000px){.tg-vimeo-channel-logo{width:120px;height:120px;padding:0 20px}.tg-vimeo-channel-desc{padding:0}.tg-vimeo-channel-count{width:70px}.tg-vimeo-channel-count span:first-child{font-size:16px}}@media screen and (max-width:768px){.tg-vimeo-channel-data,.tg-vimeo-channel-desc-inner,.tg-vimeo-channel-desc-title,.tg-vimeo-channel-desc-title a,.tg-vimeo-channel-header{text-align:center}.tg-vimeo-channel-desc,.tg-vimeo-channel-header,.tg-vimeo-channel-logo{display:block;margin:0 auto}.tg-vimeo-channel-desc-title{padding:12px}.tg-vimeo-channel-desc-title a:first-child{display:block;padding:0}.tg-vimeo-channel-desc-website{position:relative;display:block}.tg-vimeo-channel-data:before{display:none}}@font-face{font-family:the_grid;src:url(//www.edelweissclub.it/wp-content/plugins/the-grid/frontend/assets/fonts/the_grid.eot);src:url(//www.edelweissclub.it/wp-content/plugins/the-grid/frontend/assets/fonts/the_grid.eot) format('embedded-opentype'),url(//www.edelweissclub.it/wp-content/plugins/the-grid/frontend/assets/fonts/the_grid.ttf) format('truetype'),url(//www.edelweissclub.it/wp-content/plugins/the-grid/frontend/assets/fonts/the_grid.woff) format('woff'),url(//www.edelweissclub.it/wp-content/plugins/the-grid/frontend/assets/fonts/the_grid.svg) format('svg');font-weight:400;font-style:normal}[class*=" tg-icon-"],[class^=tg-icon-]{font-family:the_grid;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tg-icon-like:before{content:"\f088"}.tg-icon-dislike:before{content:"\f089"}.tg-icon-reddit:before{content:"\e914"}.tg-icon-map-marker:before{content:"\e90e"}.tg-icon-facebook:before{content:"\e617"}.tg-icon-vimeo:before{content:"\e90a"}.tg-icon-twitter:before{content:"\e63b"}.tg-icon-google-plus:before{content:"\e61b"}.tg-icon-pinterest:before{content:"\e62a"}.tg-icon-instagram:before{content:"\f16d"}.tg-icon-vine:before{content:"\f1ca"}.tg-icon-tumblr:before{content:"\e63a"}.tg-icon-linkedin:before{content:"\f0e1"}.tg-icon-flickr:before{content:"\f16e"}.tg-icon-behance:before{content:"\e90b"}.tg-icon-github:before{content:"\f113"}.tg-icon-stack-overflow:before{content:"\f16c"}.tg-icon-dropbox:before{content:"\f16b"}.tg-icon-digg:before{content:"\f1a6"}.tg-icon-soundcloud:before{content:"\e909"}.tg-icon-skype:before{content:"\f17e"}.tg-icon-thumbs-up:before{content:"\f087"}.tg-icon-comment:before{content:"\e615"}.tg-icon-comment-2:before{content:"\e901"}.tg-icon-comment-3:before{content:"\f086"}.tg-icon-comment-4:before{content:"\e903"}.tg-icon-zoom:before{content:"\f002"}.tg-icon-zoom-2:before{content:"\e62f"}.tg-icon-zoom-3:before{content:"\e62e"}.tg-icon-zoom-4:before{content:"\f00e"}.tg-icon-zoom-5:before{content:"\f010"}.tg-icon-zoom-6:before{content:"\e649"}.tg-icon-shop-bag-4:before{content:"\f291"}.tg-icon-shop-bag-5:before{content:"\f290"}.tg-icon-shop-bag:before{content:"\e631"}.tg-icon-shop-bag-2:before{content:"\e632"}.tg-icon-shop-bag-3:before{content:"\e633"}.tg-icon-shop-cart:before{content:"\f07a"}.tg-icon-credit-card:before{content:"\f09d"}.tg-icon-tag:before{content:"\e638"}.tg-icon-tag-2:before{content:"\f02b"}.tg-icon-bookmark:before{content:"\f02e"}.tg-icon-download:before{content:"\f019"}.tg-icon-refresh:before{content:"\f021"}.tg-icon-circle:before{content:"\f111"}.tg-icon-circle-o:before{content:"\f10c"}.tg-icon-font:before{content:"\f031"}.tg-icon-bold:before{content:"\f032"}.tg-icon-italic:before{content:"\f033"}.tg-icon-text-height:before{content:"\f034"}.tg-icon-text-width:before{content:"\f035"}.tg-icon-align-left:before{content:"\f036"}.tg-icon-align-center:before{content:"\f037"}.tg-icon-align-right:before{content:"\f038"}.tg-icon-align-justify:before{content:"\f039"}.tg-icon-list:before{content:"\f03a"}.tg-icon-dedent:before{content:"\f03b"}.tg-icon-indent:before{content:"\f03c"}.tg-icon-calendar:before{content:"\f073"}.tg-icon-random:before{content:"\f074"}.tg-icon-phone:before{content:"\f095"}.tg-icon-floppy:before{content:"\f0c7"}.tg-icon-paw:before{content:"\f1b0"}.tg-icon-envelope:before{content:"\f0e0"}.tg-icon-rotate-left:before{content:"\f0e2"}.tg-icon-legal:before{content:"\f0e3"}.tg-icon-rocket:before{content:"\f135"}.tg-icon-connect-develop:before{content:"\f20e"}.tg-icon-diamond:before{content:"\f219"}.tg-icon-umbrella:before{content:"\f0e9"}.tg-icon-gamepad:before{content:"\f11b"}.tg-icon-lightbulb:before{content:"\f0eb"}.tg-icon-ambulance:before{content:"\f0f9"}.tg-icon-fighter-jet:before{content:"\f0fb"}.tg-icon-smile:before{content:"\f118"}.tg-icon-frown:before{content:"\f119"}.tg-icon-keyboard:before{content:"\f11c"}.tg-icon-desktop:before{content:"\f108"}.tg-icon-laptop:before{content:"\f109"}.tg-icon-tablet:before{content:"\f10a"}.tg-icon-mobile:before{content:"\f10b"}.tg-icon-quote-left:before{content:"\f10d"}.tg-icon-quote-right:before{content:"\f10e"}.tg-icon-quote:before{content:"\e62c"}.tg-icon-ellipsis-v:before{content:"\f142"}.tg-icon-settings:before{content:"\e606"}.tg-icon-eye:before{content:"\e900"}.tg-icon-music:before{content:"\f001"}.tg-icon-youtube-play:before{content:"\e648"}.tg-icon-play:before{content:"\e62b"}.tg-icon-play-2:before{content:"\e902"}.tg-icon-pause:before{content:"\e911"}.tg-icon-angle-double-left:before{content:"\f100"}.tg-icon-angle-double-right:before{content:"\f101"}.tg-icon-arrow-prev:before{content:"\e603"}.tg-icon-arrow-next:before{content:"\e601"}.tg-icon-arrow-down:before{content:"\e600"}.tg-icon-arrow-up:before{content:"\e608"}.tg-icon-angle-double-up:before{content:"\f102"}.tg-icon-angle-double-down:before{content:"\f103"}.tg-icon-arrow-prev-thin:before{content:"\e604"}.tg-icon-arrow-next-thin:before{content:"\e602"}.tg-icon-arrow-up-thin:before{content:"\e609"}.tg-icon-arrow-down-thin:before{content:"\e60a"}.tg-icon-close:before{content:"\e611"}.tg-icon-cancel:before{content:"\e60e"}.tg-icon-arrows-out:before{content:"\e607"}.tg-icon-arrows-diagonal:before{content:"\e605"}.tg-icon-link:before{content:"\e620"}.tg-icon-chain-broken:before{content:"\e610"}.tg-icon-paperclip:before{content:"\e627"}.tg-icon-chain:before{content:"\e60f"}.tg-icon-mail-forward:before{content:"\e623"}.tg-icon-share:before{content:"\f1e0"}.tg-icon-star:before{content:"\e636"}.tg-icon-star-half:before{content:"\f123"}.tg-icon-star-o:before{content:"\e637"}.tg-icon-heart:before{content:"\e61c"}.tg-icon-heart-o:before{content:"\e61d"}.tg-icon-user:before{content:"\e913"}.tg-icon-tools:before{content:"\e905"}.tg-icon-play-3:before{content:"\e904"}.tg-icon-pause-3:before{content:"\e90c"}.tg-icon-add-3:before{content:"\e90f"}.tg-icon-chat:before{content:"\e614"}.tg-icon-chat-2:before{content:"\e613"}.tg-icon-shop-cart-add:before{content:"\e906"}.tg-icon-play-4:before{content:"\e912"}.tg-icon-pause-4:before{content:"\e910"}.tg-icon-add:before{content:"\e60d"}.tg-icon-add-2:before{content:"\e90d"}.tg-icon-check:before{content:"\e612"}.tg-icon-reply:before{content:"\e60c"}.tg-icon-shop-cart-2:before{content:"\e908"}.tg-icon-video:before{content:"\e907"}